@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Open Sans', sans-serif;
}

p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 24px;
}

.page-content {
  width: 77.5%;
  float: right;
}

.content-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

.section-heading h1 {
  margin-top: 0px;
  font-size: 32px;
  color: #232323;
  display: inline-block;
  margin-right: 50px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #0048EF;
}

.section-heading .logo {
  font-weight: 600;
  color: #232323;
}

.section-heading .logo em {
	font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #0048EF;
}


.section-heading p {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
}

.white-button a {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  text-shadow: 1px 2px 3px #808080;
  text-transform: capitalize;
  border: 2px solid #FFF;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}
.white-button a:hover {
  background-color: #0048EF;
  color: #fff;
}

.accent-button a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  background-color: #0048EF;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #0048EF;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(0,72,239,0.9);
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

.navbar-toggle span {
  background-color: #0048EF;
}


/* Sidebar Style */

.sidebar-navigation {
  width: 22.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: rgba(0,72,239,0.9);
  z-index: 10;
}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 140px;
  line-height: 100px;
  background-color: rgba(0,72,239,1);
  padding: 20px;
  text-align: center;
}

.sidebar-navigation .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 100px;
  width: 100%;
  display: inline-block;
  border: 1px solid rgba(250,250,250,0.5);
}

.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav {
  position: relative;
  top: 60%;
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{
  padding: 10px 0;
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a{
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.sidebar-navigation img{
  display: inline-block;
  position:relative;
	top: 100px;
	width: 30%;
	height: auto;
	padding-top: 50px;
}
.sidebar-navigation .showa img{
	display: inline-block;
	width: 50%;
	top: 100px;
	padding-top: 100px;
}


.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #fff;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #fff;
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}
.sidebar-navigation nav .active-section .rect{
  width: 30px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #fff;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #0048EF;
}


/* Slider Style */

.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-shadow: 2px 2px 8px rgb(0,0,0,0.5);
}

.Modern-Slider .info p {
  font-size: 24px;
  color: #fff;
  text-shadow: 2px 2px 8px rgb(0,0,0,0.5);
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:60px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:60px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/slide_1.jpg);
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/slide_4.jpg);
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/slide_3.jpg);
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/* Featured Style */

#featured {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 20px;
}

#featured .section-heading {
  margin-right: 20%;
}

#featured .content-section {
  display: inline-block;
  position: relative;
}

#featured .owl-dots {
  margin-top: 40px;
}

#featured .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#featured .owl-dots .active span {
  background-color: #0048EF!important;
}

#featured .owl-dots button {
  outline: none;
}

#featured .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

#featured .owl-nav button:focus {
  outline: none;
}

#featured .owl-nav .owl-prev span {
  margin-right: 10px;
}

#featured .owl-nav .owl-next span, #featured .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#featured .owl-nav span:hover {
  background-color: #0048EF;
  color: #fff;
}

#featured .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#featured .item .image {
  position: relative;
}

#featured .item .image img {
  width: 100%;
  overflow: hidden;
}

#featured .item .image .featured-button a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(0,72,239,0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#featured .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#featured .item .text-content {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#featured .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#featured .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}

/* Flow Style */

#flow {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

#flow .section-heading {
  margin-right: 20%;
}

@media screen and (max-width:690px){
  #flow .section-heading {
  margin-right: 30%;
}
}
@media screen and (max-width:810px){
  #flow .section-heading {
  margin-right: 30%;
}
}

#flow .content-section {
  display: inline-block;
  position: relative;
}

#flow .owl-dots {
  margin-top: 40px;
}

#flow .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#flow .owl-dots .active span {
  background-color: #0048EF!important;
}

#flow .owl-dots button {
  outline: none;
}

#flow .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

#flow .owl-nav button:focus {
  outline: none;
}

#flow .owl-nav .owl-prev span {
  margin-right: 10px;
}

#flow .owl-nav .owl-next span, #flow .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#flow .owl-nav span:hover {
  background-color: #0048EF;
  color: #fff;
}

#flow .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#flow .item .image {
  position: relative;
}

#flow .item .image img {
  width: 100%;
  overflow: hidden;
}

#flow.item .image .featured-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(0,72,239,0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#flow .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#flow .item .text-content {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#flow .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#flow .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}

#flow .over p.text {
    position: absolute; 
    left: 170px; 
    top: 150px; 
    font-size: 120px;
	font-style :italic;
	color: aliceblue;
	font-family: "MS Serif", "New York", "serif";
}

@media screen and (max-width:690px) {
	#flow .over p.text {
		font-size: 100px;
	}
}



/* Projects Style */

#projects {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#projects .masonry {
  position: relative;
  width: 100%;
}

#projects .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#projects .masonry .item img:hover {
  opacity: 0.5;
}

#projects .over p.text {
    position: absolute; 
    left: 30px; 
    top: 230px; 
    font-size: 26px;
	color: white;
	background:rgba(0,0,0,0.1);
}



/* Video Presentation Style */

#video {
  text-align: center;
  background-color: #f4f4f4;
  padding: 100px 60px;
}

#video .section-heading {
  margin-bottom: 30px;
  text-align: center;
}

#video .section-heading h1 {
  display: block;
  margin: 0px;
}

#video .section-heading p {
  position: relative;
  margin: 0px;
}

#video .accent-button {
  margin-top: 30px;
}

.box-video{
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}


/* About Style */

#about {
  text-align: center;
  background-color: #f4f4f4;
  padding: 100px 60px;
}

#about .section-heading {
  margin-bottom: 30px;
  text-align: center;
}

#about .section-heading h1 {
  display: block;
  margin: 0px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#about .section-heading p {
  position: relative;
  margin: 0px;
}

#about .accent-button {
  margin-top: 30px;
}

/* Thanks Style */

#thanks {
  text-align: center;
  background-image: url("https://www.renoxia.com/airlia/images/bg01.gif");
  padding: 100px 60px;
}
#thanks .section-heading {
  margin-bottom: 30px;
  text-align: center;
}
#thanks .section-heading h1 {
  display: block;
  margin: 0px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#thanks .section-heading p {
  position: relative;
  margin: 0px;
}
#thanks .accent-button {
  margin-top: 30px;
}
#thanks .section-heading img {
  position: relative;
  margin: 0px;
	width: 30%;
	height: auto;
	padding-top: 50px;
}
@media screen and (max-width:690px) {
	#thanks .section-heading img {
	width: 100%;
	height: auto;
	}
}
@media screen and (max-width:1080px) {
	#thanks .section-heading img {
	width: 60%;
	height: auto;
	}
}
@media screen and (max-width:1080px) {
	#thanks .section-heading h1 {
	font-size: 28px;
	}
}



/* category Style */

#category {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

#category .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 80px;
  width: 100%;
  background-color: #eee;
  border-bottom: 10px solid #0048EF;
}

#category .tabs li {
  display: inline-block;
  text-align: center;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}

#category .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #232323;
  font-size: 18px;
  line-height: 80px;
  font-weight: 500;
  transition: 0.5s;
}

#category .tabs a:hover {
  color: #0048EF;
}


#category .tabs .active:hover {
  color: #fff;
}

#category .tabs .active {
  background-color: #0048EF;
  color: #fff;
}

.tabgroup {
  background-color: #f4f4f4;
  padding: 20px 30px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#category .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#category .tabgroup ul li {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#category .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#category .tabgroup ul li img {
  float: left;
  margin-right: 30px;
  max-width: 100%;
  overflow: hidden;
}
#category .tabgroup ul li .text-content {
  display: inline;
  margin-top: 10px;
}

#category .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
    padding: .5em;
	background-color: rgba(194,210,215,0.3);
	border-bottom: solid 4px #0048EF; 
}

#category .item .text-content p {
  	padding-top: 10px;
  	padding-left: 320px;
  	display: block;
	width: 992px;
	height: auto;
  font-size: 16px;
}

	
#category .item .text-content span {
  display: inline-block;
  font-size: 18px;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  padding-right: 10px;
}

#category .item .text-content .accent-button {
  margin-top: 25px;
}

@media screen and (max-width:1080px) {
	#category .item .text-content p {
  	padding-top: 10px;
  	padding-left: 20px;
  	display: block;	
	width: 450px;
	height: auto;
	}
	
	#category .tabgroup ul li img {
    float: none;
    margin-bottom: 15px;
  }

}


/* Contact Style */

#contact {
  padding-top: 0px;
  padding-bottom: 80px;
}

#contact-content {
  padding: 80px 60px;
  border-radius: 0px;
  font-size: 16px;
  color: #333;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 120px;
}


#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #333;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 200px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

#contact button {
  font-size: 16px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #0048EF;
  display: inline-block;
  height: 44px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

#contact button:hover {
  color: #232323;
  background-color: #f4f4f4;
}


/* Footer Style */

.footer {
  background-color: #c2d2d7;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}


/***** Footer *****/

.footer-top { padding: 60px 10px; background: #c2d2d7; text-align: left; color: #565656; }
.footer-top h3 { padding-bottom: 12px; color: #565656; }

.footer-about img.logo-footer { max-width: 180px; margin-top: 0; margin-bottom: 18px; }
.footer-about p{
	font-size: 18px;
	color: #565656;
}

.footer-contact p { color: #565656; }
.footer-contact i { padding-right: 10px; font-size: 18px; color: #666; }
.footer-contact p a { border: 0; color: #565656;font-size: 16px;}
.footer-contact p a:hover, .footer-contact p a:focus { border: 0; color: #0048EF;}



.footer-bottom { padding: 2px 0 ; background: #444; text-align: left; color: #aaa; }



/* Responsive Style */

@media (max-width: 992px) {

  .responsive-nav {
    display: none;
  }

  .sidebar-navigation .logo a {
    font-size: 18px;
  }

  .sidebar-navigation nav a {
    font-size: 16px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 16px;
  }

}


@media (max-width: 767px) {

  .responsive-nav {
    display: block;
    height: 60px;
  }

  .page-content {
    width: 100%;
  }

  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px 30px;
  }

  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    top:120px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    outline: none;
    position:absolute;
    top:120px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  

}

@media (max-width: 690px) {

  .section-heading p {
    position: relative;
  }

  #featured {
    padding-left: 15px;
    padding-right: 15px;
  }

  #featured .owl-nav {
    position: absolute;
    display: inline-block;
    top: -220px;
    right: 0;
  }

  #projects {
    padding-left: 15px;
    padding-right: 15px;
  }

  #video {
    padding-left: 15px;
    padding-right: 15px;
  }

  #category {
    padding-left: 15px;
    padding-right: 15px;
  }

  #category .tabs a {
    font-size: 12px;
  }

 /* width: 100% */
  #category .tabgroup ul li img {
    float: none;

    margin-bottom: 15px;
  }
	
  #category .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }
	
#category .item .text-content p {
  padding-top: 0px;
  padding-left: 0px;
	width: auto;
	height: auto;
  display: block;
  font-size: 16px;
}

}

@media screen and (max-width:690px) {
	.pc {
		display: none;
	}
}
@media screen and (min-width:767px) {
	.sp {
		display: none;
	}
}
@media screen and (min-width:810px) {
	.pad {
		display: none;
	}
}


/* Accordion Style */
.menu {
  width: 80%;
  padding: 10px 10px 20px;
}
@media screen and (max-width:690px) {
	.menu {
	width: 100%;
	}
}

.menu input {
  display: none; /*チェックボックスを隠す*/
}

.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 10px;
  background-color: rgb(110,151,229);
	font-size: 18px;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
	font-size: 18px;
	text-align: left;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li{
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #f1f1f1;
  padding: 10px;
}

#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child,
#menu_bar04:checked ~ #links04 li:last-child,
#menu_bar05:checked ~ #links05 li:last-child,
#menu_bar06:checked ~ #links06 li:last-child{
  margin-bottom: 20px;
}

.menu label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}


/* Vertical Style */
.vertical {
        writing-mode: vertical-rl;
		font-family: "MS Serif", "New York", "serif";
		font-size: 100px;
		font-weight: 500;
		color: aliceblue;
		margin-left: 40px;
    }
@media screen and (max-width:1080px) {
	.vertical  {
	writing-mode: horizontal-tb;
	font-family: "MS Serif", "New York", "serif";
	font-size: 80px;
	font-weight: 500;
	color: aliceblue;
	margin-left: 40px;
	margin-top: 100px;
	}
}

/* Hr Style */
hr {
 border-width: 0; /* 平面の線に指定 */
 height: 1px; /* 線の太さを指定 */
 background:linear-gradient(to left,#c2d2d7 80%, #0048EF 20%); /*線の色を指定 */
 background: -webkit-linear-gradient(to left,#c2d2d7 80%, #0048EF 20%); /*線の色を指定（Chrome, Safari対策） */
}

 /* Page Top  Style */
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #0048EF;
    padding: 0 0 0 35px;
    border-top: solid 2px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 2px;
    transform: rotate(35deg);
    transform-origin: left top;
}
html {
    scroll-behavior: smooth;
}

/* Arrow Button */
.btnarrow{
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    color: #0048EF;
    text-decoration: none;
    outline: none;
	font-size: 20px;
	margin-top: 20px;
	border:2px solid #FFF;
}

.btnarrow::before{
    content: '';
    position: absolute;
    bottom:-8px;
    left:15%;
    width: 85%;
    height: 1px;
    background:#FFF;
	color: #FFF;
	transition: all .3s;
}

.btnarrow::after{
    content: '';
    position: absolute;
    bottom:-3px;
    right:0;  
    width: 15px;
    height:1px;
    background: #FFF;
	color: #0048EF;
    transform: rotate(35deg);
    transition: all .3s;
}

.btnarrow:hover::before{
    left:35%;
	background: #0048EF;
}

.btnarrow:hover::after{
    right:-20%;
	background: #0048EF;
}
.btnarrow a {
  text-decoration: none;
}
.btnarrow a:link, a:visited, a:hover, a:active {
  color: #0048EF;
}

/* Button02 */
.button02 {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #0048EF;
  color: #565656;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 18px;
  margin-top: 20px;
}
.button02:hover {
  color: #fff;
  text-decoration: none;
}
.button02::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: rgba(0,72,239,0.8);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button02:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* Button021 */
.button021 {
  position: relative;
  display: inline-block;
  padding: 5px 30px;
  border: 2px solid #0048EF;
  color: #565656;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.button021:hover {
  color: #fff;
  text-decoration: none;
}
.button021::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: rgba(0,72,239,0.8);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button021:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* Button03 */
.button03 {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border: 3px solid #FFF;
  color: #0048EF;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 18px;
  margin-top: 20px;
	
}
.button03:hover {
  color: #fff;
  text-decoration: none;
	border: 2px solid #0048EF;
}
.button03::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: rgba(0,72,239,0.8);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button03:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


/* Info Box */
#info {
  text-align: center;
  background-color: #3c67a7;
  padding: 100px 60px;
  color: white;
}

#info .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

#info .section-heading h1 {
  display: block;
  margin: 0px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: white;
}

#info .section-heading p {
  position: relative;
  margin: 0px;
  color: white;
}

#info .box{
  display: flex;
  justify-content: space-around;
  padding: 5px;
  background-color: #3c67a7;
  flex-direction: row;
  flex-wrap: wrap;
}

#info .box-a{
  background-color: #c2d2d7;
  width: 400px;
  padding: 20px;
  font-size: 16px;
  color: black;
  margin: 10px;
}
#info .box-a em{
  font-size: 30px;
  font-weight: 600;
  margin: 20px;
}
#info .box-b{
  background-color: #c2d2d7; 
  width: 400px;
  padding: 20px;
  font-size: 16px;
  color: black;
  margin: 10px;
}


/* Info Style */
#info2 {
  text-align: center;
  background-color: #c2d2d7;
  padding: 50px 80px;
  color: dimgray;
}

#info2 .section-heading {
  margin-bottom: 50px;
  text-align: center;
}

#info2 .section-heading h1 {
  display: block;
  margin: 0px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: dimgray;
}

#info2 .section-heading p {
  position: relative;
  margin: 0px;
  color: dimgray;
}

/* Flow2 Style */
* {
  box-sizing: border-box;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
  text-align: left;
  font-size: 16px;
}
dt{
	text-align: left;
}

.flow2 {
  padding-left: 120px;
  position: relative;
}
.flow2::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow2 > li {
  position: relative;
}
.flow2 > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow2 > li .icon {
  font-size: 18px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -130px;
  z-index: 100;
}
@media screen and (max-width:690px) {
	.flow2 > li .icon  {
	font-size: 16px;
	}
}
.flow2 > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow2 > li dl {
  padding-left: 50px;
  position: relative;
}
.flow2 > li dl::before,
.flow2 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow2 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow2 > li dl::after {
  width: 40px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow2 > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}

@media screen and (max-width:690px) {
	.flow2 > li dl dt  {
	font-size: 14px;
	}
}




