﻿body {
  font-family:"Poppins", "Zen Kaku Gothic New",sans-serif;
  position: relative;
  font-weight:500;
  color: #232323;
  background: #f7f7f7;
}

body > section{
  padding: 100px 0;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

img{max-width: 100%;}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family:"Poppins", "Zen Kaku Gothic New",sans-serif;

}
h2.title {
  border-bottom: 1px solid #022661;
  color: #022661;
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto 65px;
  padding-bottom: 22px;
  width: 300px;
  position: relative;
  text-align: center;
}

h2.title:after {
  background:#022661;
  bottom: -3px;
  content: "";
  height: 5px;
  left: 45%;
  position: absolute;
  width: 15px;
  z-index: 999;
}

.txtwhite{
	color:#FFF;
}

.kage {
  text-shadow: 0px 0px 8px rgba(0,0,0,0.3) , 0px 0px 8px rgba(0,0,0,0.3);
}

.kagew {
  text-shadow: 0px 0px 8px rgba(255,255,255,0.3) , 0px 0px 8px rgba(255,255,255,0.3);
}

.btn-transparent:after{
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.btn-transparent{
  position:relative;
  z-index:0;
  background: #052053;
  color: #FFF;
  text-transform: uppercase;
  width: 190px;
  text-align: center;
  height: 55px;
  line-height:55px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
}

.btn-transparent:hover{
  color: #fff;
  background: #8ebdd6;
}

.btn-transparent:hover:after{
  height:100%;
}

.parallax-section{
  min-height: 350px;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}


.preloader{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
}


@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    z-index: 1;
  }
}
@-moz-keyframes expand {
  0% {
    -moz-transform: scale(0);
  }

  50% {
    -moz-transform: scale(1);
  }

  100% {
    z-index: 1;
  }
}
@-o-keyframes expand {
  0% {
    -o-transform: scale(0);
  }

  50% {
    -o-transform: scale(1);
  }

  100% {
    z-index: 1;
  }
}
@keyframes expand {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    z-index: 1;
  }
}

.preloder-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 0 6.66667px #141414;
  width: 40px;
  height: 40px;
}
.preloder-inner:before, .preloder-inner:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -21px 0 0 -21px;
  border-radius: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
}
.preloder-inner:before {
  background-color: #141414;
  -webkit-animation: expand 1.6s linear infinite both;
  -moz-animation: expand 1.6s linear infinite both;
  animation: expand 1.6s linear infinite both;
}
.preloder-inner:after {
  background-color: white;
  -webkit-animation: expand 1.6s linear 0.8s infinite both;
  -moz-animation: expand 1.6s linear 0.8s infinite both;
  animation: expand 1.6s linear 0.8s infinite both;
}

.vertical-middle{
  width: 100%;
  height: 100%;
  display: table;
}

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


/*************************
*******Header******
**************************/

#header .navbar {
  background: #8ebdd6;
  border-radius: 0;
  border-bottom: 0;
}
.navbar-inverse{

}
#header .navbar-toggle{
  margin-top: 20px;
  z-index:99;
}

#header .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#header .navbar-nav.navbar-right li {
  padding: 0 23px;
  text-transform: uppercase;
}

/*#header .navbar-nav.navbar-right li:first-child{
  padding-left: 0;
}
*/

#header .navbar-nav.navbar-right li:last-child{
  padding-right: 0;
}

#header .navbar-nav.navbar-right li a {
color: #FFFFFF;
font-size: 16px;
line-height: 46px;
padding: 15px 0;
font-weight: 400
}

#header .navbar-inverse .navbar-nav  .active  a,  
#header .navbar-inverse .navbar-nav  .active  a:focus, 
#header .navbar-nav.navbar-right li a:hover {
  background-color: inherit;
  border-width:0 0 3px 0;
  border-style:  solid;

}


.next-control, 
.prev-control {
  border: 1px solid #DCDCDC;
  color: #DCDCDC;
  font-size: 40px;
  height: 62px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 62px;
}

.prev-control {
  left: 5%
}

.next-control {
  right: 5%
}

.prev-control:hover, 
.next-control:hover {
  color: #fff;
  background: #5DC9AE;
  border:none;
}

.logo{
	padding:15px 10px;
	width: 160px;
}


/*************************
*******Main Slider******
**************************/


#home{
  padding: 0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item {
  background-size:cover;
  background-position: center;
}

#home-carousel .carousel-indicators { 
  bottom: 38px
}

#home-carousel .carousel-indicators li{
  background:#fff;
}

.carousel-indicators .active{
  border:inherit !important;
}

#home-carousel .slider-content {
  height: 100%;
}

#home-carousel video{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
  margin-top: -42px;
}

#home-carousel .carousel-caption {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  padding-bottom:0;
}

#home-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
    background: rgba(0,0,0,.05);
}

#home-carousel .carousel-inner h2 {
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 40px;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 59px;
  margin-top: 0;
}

#home-carousel .carousel-inner p img{
	max-width: 620px;
	width:98%;
}

#home-carousel .carousel-left{
  left: -67px;
}

#home-carousel .carousel-right{
  right: -67px;
}

#home-carousel .carousel-left,
#home-carousel .carousel-right{
  width: 65px;
  height: 65px;
  border-color: #fff;
  transition: all 300ms;
  z-index: 12;
}

#home-carousel .carousel-left i,
#home-carousel .carousel-right i{
  font-size: 48px;
  line-height: 54px;
  color: #fff;
}

#home-carousel:hover .carousel-left{
  left: 65px;
}


#home-carousel:hover .carousel-right{
  right: 65px;
}

#home-carousel .video-container {
  position: relative;
  padding: 0;
  height: 0;
  overflow: hidden;
}
#home-carousel .video-container iframe,
#home-carousel .video-container object,
#home-carousel .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-carousel .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}



#home-carousel .fa{font-size:70px;}
#home-carousel .falink{color:#FFF;}


.topinfo{
    padding: .5em 1rem;
    background-color: rgba(255,255,255,0.7);
    color: #222326;
    position: relative;
    top: 10%;
    text-align: center;
    margin: 0 auto;
    min-width:310px;
    max-width:50%;
    text-shadow:initial;
    border-radius:25px;
    font-size:12px;
}

.navbar-collapse{max-height:384px;}

.navbar-inverse .navbar-toggle {
    border-color: #ddd;
}
/*************************
*******About-Us CSS******
**************************/

#about-us {
  padding: 0;
  overflow:hidden;
  background: #E6E6DA
}

#about-us .item {
  background-position: right center;
  background-repeat: no-repeat;
  background-size:cover;
  height: 948px;
  width: 100%;
}
#about-us .tel{
  font-size: 2em;
  color: #FFF;
}

#about-us .open{
  font-size: 1.3em;
  color: #FFF;
}

#community-carousel {
  position: relative;
}

#community-carousel img{
  width:100%;
  height:793px;
}

#community-carousel .carousel-indicators {
  left: 95%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 20px;
}

#community-carousel .carousel-indicators li{
  display: block;
  background-color:#fff;
  margin:8px 1px;
}

#community-carousel .carousel-indicators li.active{
  width: 10px;
  height: 10px;
}


.features .col-md-5, 
.features .col-md-7 {
  padding: 0;
}

.features-nav{
  background-color: #b7b6bb;
  height: 948px;
}

.features-nav li {
  cursor: pointer;
/*  height: 33.33%;*/
  padding: 40px 70px;
  border-bottom: 1px solid #DDD;
  transition:background 400ms linear 0;
}

.features-nav li:last-child{
  border-bottom: 0 none;
}

.features-nav .media .pull-left {
  margin-right: 32px;
  padding:5px 0;
}

.features-nav .media {
  padding: 0;
}

.features-nav .media p:last-child{
  margin-bottom: 0;
}

.features-nav .media i {
  border: 2px solid #FFF;
  color: #FFF;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
  position: relative;
  transition: all 350ms linear 0;
}

.features-nav  .media i:after {
  border-style: solid;
  border-width: 10px;
  bottom: 24px;
  content: "";
  height: 0;
  position: absolute;
  right: -20px;
  opacity: 0;
  transition: opacity 500ms linear 0;
}

.features-nav li:hover  .media i:after,
.features-nav li.active  .media i:after {
  opacity: 1;
}

.features-nav .active {
  background-color: #8ebdd6;
}


.features-nav .active .media i, 
.features-nav li:hover  .media i {
  color: #FFFFFF;
  
}

.features-nav .media-content h3 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;

}

.features-nav .media-content p {
  font-size: 12px;
  font-weight: 200;
  line-height: 1.3em;
  color:#fff;
}

.infowrap{
	padding:1em 15px;
	display:block;
	line-height:1.8;
	font-size:1.4rem;
	max-width:660px;
	margin:0 auto;
	text-align:left;
    color: #052053;
    text-shadow: none;
    font-weight: 500;
}
/*************************
*******Service CSS******
**************************/
.media-content{padding: 7px 0 0px;}




#menu {
  background-image: url("../images/newsbg.jpg");
  padding-bottom: 40px;
}

/*
#menu h2.title{
  color: #8ebdd6;
  border-color: #8ebdd6;
}

#menu h2.title:after{
  background: #8ebdd6;
}*/

.media.service-media{
  margin-bottom: 60px;
}

.media.service-media img{
  margin-right:30px;
}

.service-media h3{
  color: #8ebdd6;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;

}

.service-media ul{
   padding-left: 1.5em;
}
.service-media p {
    color: #000033;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .04em;
}

.service-media li {
  color: #000033;
  font-size: 14px;
  line-height: 2em;
}


.service-right {
  padding: 40px 0 0;
}
.service-right img {
  width: 100%
}

/*************************
*******gallery CSS******
**************************/

#gallery {
  padding-top: 108px;
  padding-bottom: 100px;
}

#gallery .gallery-filter {
  margin-bottom: 65px;
}

#gallery .gallery-filter li {
  display: inline-block;
}

#gallery .gallery-filter li a {
  background: transparent;
  border-radius: 0;
  color: #777;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 26px;
  text-transform: uppercase;
  border:1px solid transparent;
}

#gallery .gallery-filter li .active{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#gallery .gallery-filter li a:hover, 
#gallery .gallery-filter li a:focus,
#gallery .gallery-filter li a:active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.gallery-items > div{
  padding:0;
}

.gallery-items img{
  width:100%;
}

.view {  
  cursor: default;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width:100%;
}

.efffect h4 {  
   opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear 0s;
}

.efffect h3 {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear 0s;
}

.efffect img {
  transform: scaleY(1);
  transition: all 0.7s ease-in-out 0s;
}

.view img {
  display: block;
  position: relative;
}

.efffect .mask {
  background-image: url("../images/gallery/overlay-bg.png");
  transition:all 0.5s linear 0s;
  opacity: 0
}

.view .mask, .view .content {
  height:100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width:100%;
}

.mask h3 {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
  transition: height 500ms ease 0s;
}

.mask h4 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 200;
  padding: 6px 60px 10px;
}

.mask i {
  font-size: 20px;
  padding: 10px;
  margin-left: 8px;
  
}

.mask i:hover{
  color:#fff;  
}


/*************************
*******newcolor CSS******
**************************/


#newcolor {
  padding: 100px 0;
  background-image: url("../images/slider/colorbg.jpg");
  min-height:500px !important;
  text-align:center;
}


.newcolor h2 {
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 300;
  line-height: 55px;
  margin: 0 auto;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  border: 0;
}

.newcolor h2:after {
  background-color: #FFFFFF;
  bottom: -12px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  width: 15px;
  z-index: 999;
  margin-left:-7.5px;
}

.newcolor h2:before {
  background-color: #FFFFFF;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -55px;
  position: absolute;
  width: 110px;
  z-index: 999;
}
#newcolor .row{
  color:#FFF;
}

#newcolor h3,
#newcolor h4,
#newcolor h5{
  margin:1.3em 0;
  line-height:1.6;
}


/*************************
*******Promotion CSS******
**************************/


#promotion {
  padding: 200px 0;
  background-image: url("../images/promotion.jpg");
}


.promotion h2 {
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 300;
  line-height: 55px;
  margin: 0 auto;
  top: 0;
  width: 100%;
  border: 0;
}

.promotion h2:after {
  background-color: #FFFFFF;
  bottom: -12px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  width: 15px;
  z-index: 999;
  margin-left:-7.5px;
}

.promotion h2:before {
  background-color: #FFFFFF;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -55px;
  position: absolute;
  width: 110px;
  z-index: 999;
}


/*************************
*******Our Team******
**************************/

#our-team {
  padding-bottom: 100px;
  padding-top: 108px;
  position:relative
}

#our-team h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0px;
  color:#FFF;
}

.team-member h4 {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

.carousel-left:hover, 
.carousel-right:hover {
  color:#fff;
}

.carousel-left, 
.carousel-right {
  height: 32px;
  position: absolute;
  text-align: center;
  top: 55%;
  width: 32px;
  padding: 5px;
}

.team-member {
    background-color: #8ebdd6;
    margin-bottom: 35px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 28px 0;
}

#team-member-carousel .team-member:hover{
  color:#fff;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#team-member-carousel .team-member:hover ul li a, 
#team-member-carousel .team-member:hover h4, 
#team-member-carousel .team-member:hover h3{
  color: #fff;
}

#our-team .carousel-left,
#our-team .carousel-right{
  border: 1px solid #555;
  color: #555;
}

#our-team .carousel-left:hover i,
#our-team .carousel-right:hover i{
  color: #fff;;
}

.team-member img{
  width:100%
}

.team-member ul {
    bottom: 18px;
    margin-left: -25px;
    max-width: 300px;
    margin: 0 auto;
    min-height: 28px;
}

.team-member ul li img{width:20px;position:relative;top:-3px;}
.team-member .nav-pills>li {
    display: inline-block;
    float: none;
    line-height: 1;
}

.team-member ul li a {
  color: #FFF;
  font-size: 20px;
  padding: 0 8px;
}

.team-member ul li a:hover , 
.team-member ul li a:focus{
  background:none;
}


.carousel.scale .carousel-inner > .next,
.carousel.scale .carousel-inner > .prev,
.carousel.scale .carousel-inner > .next.left,
.carousel.scale .carousel-inner > .prev.right,
.carousel.scale .carousel-inner > .active.left,
.carousel.scale .carousel-inner > .active.right {
  left: 0;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}


/*************************
*******Client Comments******
**************************/

#testimonial{
  background-image: url("../images/city.jpg");
  padding: 200px 0;
}


#testimonial-carousel 
.carousel-indicators {
  top: 100%;
  left: 50%;
  margin: 0 0 0 -50px;
  position: absolute;
  width: 100px;
}

#testimonial-carousel .carousel-indicators li{
  background:#fff;
}

#testimonial-carousel .carousel-indicators {
  margin-top: 20px;
}

.testimonial{
  text-align: center;
}

.testimonial h2 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 0;
}

.testimonial p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}




/*************************
*******news CSS***********
**************************/

#news {
  background-image: url("../images/newsbg.jpg");
  padding-bottom: 40px;
}

.single-news{
  margin-bottom: 10px;
  min-height: 140px;
}

.single-news img{
  position:relative;
}

.single-news .date {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  left: 15px;
  margin-left: 8px;
  margin-top: 0;
  padding: 5px 8px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.single-news .date span {
  display: block;
  font-size:21px;
  line-height: 21px;
}

.single-news .news-content {
  padding-left: 15px;
}

.news-content h2 {
  margin-bottom: 20px;
  margin-top: -8px;
}

.news-content h2 a{
  color: #777;
  font-size: 22px;
  font-weight: bold;
}

.news-content p {
  font-size: 100%;
}

.news-content .post-meta {
 margin:0;
 padding:0;
 list-style:none;
}

.news-content .post-meta  li {
 display:inline-block;
}

.news-content .post-meta li a {
  font-weight: 400;
  font-size: 14px;
  color: #DDD;
  margin-right:8px;
}

.news-content .post-meta li a i {
  border: 0 none;
  color: #999999;
  font-size: 14px;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: auto;
  padding-right:10px
}

#facebook1 .fbimg{
   display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 4px 4px;
    border: 1px solid #DDD;
}
#facebook1 .fbimg img{
	max-width: 100%;
}

/*************************
*******access************
**************************/

#access-area{
  padding: 0;
  /*background: #000;*/
  background: #FFF;
}

#access {
  float: left;
  width: 50%
}


#gmap-wrap{
  position: relative;
  float: right;
  width: 50%;
  z-index: 1;
  height:891px;
}

#gmap {
  position: relative;
  width: 100%;
  height:891px;
  z-index: 0;
}

.infowindow{
  position: absolute;
  width: 200px;
  height: auto;
  right: 54%;
  top: 50%;
  margin-top: -100px;
  margin-right: 0;
  padding: 20px;
  background: #111;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.3);
  border-radius: 2px;
  z-index: 1;

}


.infowindow:before {
    content: " ";
    position: absolute;
    right: -16px;
    top: 70px;
    width: 0;
    height: 0;
    border-left: 30px solid #111;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-radius: 2px;
    z-index: 1;
}

.infowindow:after {
/*content: " ";*/
position: absolute;
right: -61px;
top: 65px;
width: 0;
height: 0;
border-left: 55px solid rgba(0,0,0,0.3);
border-top: 21px solid transparent;
border-bottom: 21px solid transparent;
border-radius: 2px;
z-index: 0;
}

.infowindow h3{
	color: #FFF;
}

.infowindow h4{
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,.3);
  color: rgba(0,0,0,.6);
}

.infowindow address{
  color: #FFF;
  font-size: 12px;
  font-weight: 400;

}

.infowindow address strong{
  color: #999
}

.form-group {
  margin-bottom: 21px;
}

#access .info{
  border-bottom: 1px solid #333;
  margin-left: 15%;
  margin-right: 13%;
  margin-top: 2%;
  color:#333;
}

#access .info h1{font-size:46px;}

#access .info h3{
	font-size:30px;
	color: #000;
}
#access .info p b{
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2;
}

#access .info p{
    font-size: 1.25rem;
    line-height: 1.8;
}
#access .info img{max-width:100%}

#access form {
  border-bottom: 1px solid #333;
  margin-left: 15%;
  margin-right: 13%;
  margin-top: 15%;
}


#access .form-control {
  background-color: inherit;
  border:inherit;
  border-radius: inherit;
  box-shadow: inherit;
}

#access .access-form textarea {
  background: #151515;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  resize: none;
  padding-top: 15px;
}

#access .access-form input {
  background: #151515;
  color: #444;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
}

#access .form-control::-moz-placeholder {
  color: #444;
  font-size:16px
}

#access .access-form .btn-primary {
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 12px 45px;
  text-transform: uppercase;
}

#access .access-form .btn-primary:hover {
  background: #080808;
  color:#fff;
}

#access .access-form .form-control:focus {
  box-shadow:0;
}


#access .social-icons {
  color: #FFFFFF;
  padding: 2% 15% 2%;
}

#access .social-icons a i {
  font-size: 17px;
  background:#222;
  height: 40px;
  padding: 13px;
  width: 40px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#access .social-icons .fa-facebook {
  padding: 13px 16px;
}

#access .social-icons .fa-facebook:hover {
  background: #3B5997
}

#access .social-icons .fa-twitter:hover {
  background:#29C5F6
}

#access .social-icons .fa-pinterest:hover {
  background:#C61118
}

#access .social-icons .fa-dribbble:hover {
  background:#FF5C93
}

#access .social-icons .fa-linkedin:hover {
  background:#006DC0
}

#access .social-icons .fa-google-plus:hover {
  background:#D13D2F
}

#access .social-icons .fa-flickr:hover {
  background:#7A797B
}

.sizes{font-size:11px;}
#access p .fa {font-size: 16px;}



/*************************
*******Recruit CSS******
**************************/
#recruit {
  background-color: #FFF;
  background-image: url("../images/recruitbg.jpg");
  background-size: initial;
  background-repeat: initial;
  padding-bottom: 70px;
}

#recruit h2.title{
  color: #000;
  border-color: #000;
}

#recruit h2.title:after{
  background: #000;
}

#recruit .media-heading{
  color: #000;
}

#recruit dl{
  color:#000;
  letter-spacing:1px;
}

#recruit dt{
  padding-top : 10px;    
  padding-bottom : 10px;
  padding-left : 10px;
  width : 8em;
  float : left;
  clear : both;
}

#recruit dd{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-left : 9em;
}

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

#footer {
    background: rgba(255,255,255,.5);
    color: #666;
    padding: 10px 0;
    font-size: 11px;
    letter-spacing: .05em;
}

#footer p {
  margin: 0
}

#footer a {
  font-weight: 700
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */


/*********gallery Hover effect***********/


.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.efffect .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h4 {   
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.efffect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.instawrap{
	text-align: center;
    margin-top: 3.6em;
}


 
.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 35px !important;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.instabtn a{color:#FFF;}
.instabtn{
    position: fixed;
    background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
    box-shadow: 0 5px 25px rgba(0,0,0,.15);
    color: #fff;
    width: 66px;
    height: 66px;
    font-size: 33px;
    line-height: 66px;
    text-align: center;
    /* border-radius: 50%; */
    color: #FFF;
    left: 0;
    bottom: 0;
}
