@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Mplus 1p";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #ccc;
  background: #000;
  height: 100%;
  position: relative;
}

a {
  color: #ABCD03;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #ABCD03;
  outline: none;
}

.aover:hover{
	opacity:0.7;
}

p {
  margin-bottom: 1.5em;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Mplus 1p", Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 10px 0;
}

h2 small, h3 small{
  color:#94bb1e;
  font-weight:500;
}

.floatright{
	float:right;
	margin:0 0 1em 1em;
}

@media screen and (max-width: 480px) {
.img30{
	width:100%;
	height:auto;
}
.floatright{
	clear:both;
	margin:0 0 1em 0;
}
}

blockquote{
	background:#fff;
	border:#fff 5px solid;
	padding:1em;
	margin:1em 0;
	color:#333;
	font-weight:800;
}
blockquote {
	font-size:1rem;
	color:#333;
	font-weight:800;
}

::-webkit-selection {
  color: #fff;
  background: #ABCD03;
}

::-moz-selection {
  color: #fff;
  background: #ABCD03;
}

::selection {
  color: #fff;
  background: #ABCD03;
}

.navbar-collapse {
  border: none !important;
}

#fh5co-header {
  position: absolute;
  z-index: 999999;
  width: 100%;
  opacity: 1;
  top: 0;
  float: left;
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
  display: table;
}
#fh5co-header #navbar {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
	#fh5co-header #navbar {
		position:absolute;
		top:8em;
	}
}
#fh5co-header #navbar li {
  width: 16px;
  height: 16px;
  display: block !important;
  margin: 15px 0;
  clear: both;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #fh5co-header #navbar li {
    margin-left: 10px !important;
  }
}
#fh5co-header #navbar li a {
  font-family: "Mplus 1p";
  background: rgba(255, 100, 0, 0.6);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  width: 12px;
  height: 12px !important;
  text-indent: -999999px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a:hover {
  color: #000;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active {
  width: 16px;
  height: 16px;
  background: #fff;
}
#fh5co-header #navbar li.active a {
  background: #000;
  background: none;
}
@media screen and (max-width: 480px) {
  #fh5co-header #navbar li.active a {
    color: #ABCD03;
  }
}
#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-left: 28px;
  color: #535659;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
}
#fh5co-header .navbar-brand:after, #fh5co-header .navbar-brand:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: -12px;
  margin-left: 0px;
  bottom: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-header .navbar-brand:before {
  left: 0px;
  background: rgba(140, 118, 118, 0.8);
}
#fh5co-header .navbar-brand > span {
  color: #ABCD03;
}
@media screen and (max-width: 992px) {
  #fh5co-header .navbar-brand {
    padding-left: 55px !important;
    padding-right: 0 !important;
  }
  #fh5co-header .navbar-brand:after, #fh5co-header .navbar-brand:before {
    margin-left: 25px;
  }
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #535659;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #ABCD03;
}
@media screen and (max-width: 992px) {
  #fh5co-header.navbar-fixed-top #navbar li a {
    font-size: 20px;
  }
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  color: #ABCD03 !important;
}
@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a {
    color: #ABCD03 !important;
  }
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #ABCD03;
}
@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
}
#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

#fh5co-home {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #fh5co-home {
    background-position: center center;
    background-attachment: initial;
  }
}
#fh5co-home a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
}
#fh5co-home a:hover {
  color: #fff;
  text-decoration: none;
}
#fh5co-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
#fh5co-home, #fh5co-home .text-wrap {
  height: 900px;
}
@media screen and (max-width: 768px) {
  #fh5co-home, #fh5co-home .text-wrap {
    height: 500px;
  }
}
#fh5co-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#fh5co-home .text-inner {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-home .text-inner h1 {
  font-size: 60px;
  color: white;
  margin: 0 0 30px 0;
  font-weight: 700;
  line-height: 58px;
}
#fh5co-home .text-inner h1 span {
  color: #ABCD03;
}
@media screen and (max-width: 768px) {
  #fh5co-home .text-inner h1 {
    font-size: 40px;
  }
}
#fh5co-home .text-inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 60px 0;
}

#fh5co-services1,
#fh5co-services2,
#fh5co-services3,
#fh5co-services4,
#fh5co-services5,
#fh5co-explore,
#fh5co-team,
#fh5co-footer,
#fh5co-work,
#fh5co-counters,
#fh5co-pricing {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services1,
  #fh5co-services2,
  #fh5co-services3,
  #fh5co-services4,
  #fh5co-services5,
  #fh5co-explore,
  #fh5co-team,
  #fh5co-footer,
  #fh5co-work,
  #fh5co-counters,
  #fh5co-pricing {
    padding: 3em 0;
  }
}

#fh5co-services1,
#fh5co-services2,
#fh5co-services3,
#fh5co-services4, 
#fh5co-services5
{
  padding-bottom: 0;
}
#fh5co-team{
	padding-top:8em;
}
.fh5co-explore {
  padding-bottom: 0;
}

.fh5co-project .project-grid {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 30px;
  display: table;
}
@media screen and (max-width: 768px) {
  .fh5co-project .project-grid {
    height: 400px;
  }
}
.fh5co-project .project-grid .desc {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .fh5co-project .project-grid .desc {
    opacity: 1;
  }
}
.fh5co-project .project-grid .desc h3 {
  margin-bottom: 10px;
}
.fh5co-project .project-grid .desc h3 a {
  color: #fff;
}
.fh5co-project .project-grid .desc h3 a:hover, .fh5co-project .project-grid .desc h3 a:focus {
  text-decoration: none;
}
.fh5co-project .project-grid .desc span {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
}
.fh5co-project .project-grid .desc p {
  padding: 0;
}
.fh5co-project .project-grid .desc p a {
  padding: 0;
  color: #fff;
}
.fh5co-project .project-grid .desc p a:hover, .fh5co-project .project-grid .desc p a:focus {
  text-decoration: none;
}
.fh5co-project .project-grid:hover .desc {
  opacity: 1;
}

.getting-started {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.getting-started .getting-grid {
  background:#fff;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  display: table;
}
.getting-started .getting-grid .desc {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  height: 400px;
  padding: 0 3em;
}
.getting-started h2 {
  color: #000;
  margin-bottom: 10px;
}
.getting-started p {
  color: #000;
}

@media screen and (max-width: 768px) {
	.getting-started .img60{
		width:90%;
		height:auto;
	}
} 

#fh5co-pricing .price-box {
  border: 2px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#fh5co-pricing .price-box.popular {
  border: 2px solid #ABCD03;
}
#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -65px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #ABCD03;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #ABCD03;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .price-box hr {
  border: 1px solid #1a1a1a;
}
#fh5co-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing .price {
  font-size: 50px;
  color: #fff;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 16px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.core-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}
.core-features .grid2 {
  width: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .core-features .grid2 {
    width: 100%;
  }
}
.core-features .grid2 .core-f {
  padding: 40px;
}
.core-features .grid2 .core-f h3 {
  margin-bottom: 10px;
}
.core-features .grid2 .core-f .core {
  margin-bottom: 2em;
}
.core-features .grid2 .core-f .core i {
  float: left;
  color: #ABCD03;
  font-size: 28px;
}
.core-features .grid2 .core-f .core .fh5co-post {
  padding-left: 50px;
}

.fh5co-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
  font-size: 30px;
  display: block;
  color: white;
  font-family: "Mplus 1p", Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 2em;
  display: block;
}

#fh5co-team .team-box {
  position: relative;
  padding: 30px;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  #fh5co-team .team-box {
    margin-bottom: 110px;
  }
}
#fh5co-team .team-box .user {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80%;
}
#fh5co-team .team-box .user img {
  width: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-team .team-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
}
#fh5co-team .team-box .position {
  font-size: 16px;
  color: #8f989f;
  display: block;
  margin-bottom: 30px;
}
#fh5co-team .team-box .social-media {
  margin: 0;
  padding: 0;
}
#fh5co-team .team-box .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#fh5co-team .team-box .social-media li a {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-team .team-box .social-media li a:hover, #fh5co-team .team-box .social-media li a:focus, #fh5co-team .team-box .social-media li a:active {
  text-decoration: none;
  color: #ABCD03 !important;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 0px;
}
.section-heading h2 {
  margin: 0 0 20px 0;
  font-size: 40px;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
.section-heading h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.section-heading p {
   font-size:13px;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }
}

#fh5co-footer {
  color: rgba(255, 255, 255, 0.6);
}
#fh5co-footer a {
  color: rgba(255, 255, 255, 0.6);
}
#fh5co-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
#fh5co-footer .section-title {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
#fh5co-footer .copy-right {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
#fh5co-footer .copy-right > a {
  color: rgba(255, 255, 255, 0.6);
}
#fh5co-footer .contact-info {
  margin: 0 0 60px 0;
  padding: 0;
}
#fh5co-footer .contact-info li {
  font-size: 16px;
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#fh5co-footer .contact-info li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #ABCD03;
}
#fh5co-footer .social-media {
  margin: 0 0 30px 0;
  padding: 0;
}
#fh5co-footer .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#fh5co-footer .social-media li a {
  color: #ABCD03;
}
#fh5co-footer .social-media li a:hover, #fh5co-footer .social-media li a:focus, #fh5co-footer .social-media li a:active {
  text-decoration: none;
}
#fh5co-footer .contact-form .form-group input[type="name"],
#fh5co-footer .contact-form .form-group input[type="text"],
#fh5co-footer .contact-form .form-group input[type="email"],
#fh5co-footer .contact-form .form-group textarea {
  font-size: 16px;
}
#fh5co-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input {
  color: #fff;
  background: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
#fh5co-footer .contact-form .form-group textarea {
  color: #fff;
  background: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
#fh5co-footer #btn-submit {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #ABCD03 !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #94bb1e;
  color: #fff;
  border: none !important;
  border-radius:0;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #ABCD03;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #ABCD03;
  color: #fff;
}
.social li a.social-circle {
  background: #ABCD03;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #ABCD03;
  color: #fff;
}
.social.social-circle a {
  background: #ABCD03;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



/*------------------------------------------------------------------
  	[Header]
------------------------------------------------------------------*/
/* Fixed Top */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
  .header {
  background:#000;
  }
/* Navbar */
.header .navbar {
  margin-bottom: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  border-bottom: 10px solid rgba(30,30,30, 1.0);
}
.head-right{
	position:absolute;
	float:right;
	padding:0.5em;
	top:0;
	right:0;
	font-size:0.7em;
}
.head-right img{
	width:130px;
	height:auto; 
	margin-right:1em;
}
/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 5px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 2px;
  display: inline-block;
  background: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #fff;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 21px;
  height: 2px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 21px;
  height: 2px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #bd3348;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 16px;
  height: 2px;
  top: -5px;
  background: #bd3348;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header .logo {
  width: 100%;
  height: 40x;
  max-height: 40px;
  line-height: 50px;
}

.header .logo-wrap {
  display: inline-block;
  padding: 15px 0 15px 0;
}


.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  display: inline-block;
  width: 80%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Nav */
.header .nav-item {
  position: relative;
  display: block;
}

.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-family: "Mplus 1p";	
  color: #efefef;
  text-transform: uppercase;
  line-height: 25px;
  padding: 0px 12px 12px 12px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-hover {
  position: relative;
}

.header .nav-item-hover:after {
  position: absolute;
  top: 15px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #f79d26;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

ul.sns-icon{display: block; float:left; margin-left:70px; margin-top:-20px; padding:0; vertical-align:middle;}
ul.sns-icon li{float:left;  padding:0 1em 0 0; margin:0; list-style:none;}
ul.sns-icon .fa{font-size:1.5em;}
ul.sns-icon .fa:hover{color:#ccc;}


.head-right{
	float:right;
	padding:0.5em;
}

/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header {
    background: #000;
  }
.header .logo {
  width: 170px;
  height: 40x;
  max-height: 50px;
  line-height: 50px;
}
ul.sns-icon{display: block; float:left; margin-left:70px; margin-top:-30px; padding:0; vertical-align:middle;}
.head-right{
	display:none;
}
.header .logo-wrap {
  display: inline-block;
  padding: 0px;
}
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  .header .navbar-nav .nav-item {
    float: none;
  }
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Logo */
  .header .logo .logo-img-main {
    display: none;
  }
  .header .logo .logo-img-active {
    display: inline-block;
  }
  /* Navbar Nav */
  .header .nav-item-child {
    color: #f79d26;
    line-height: 1.4;
    font-size:0.8em;
    padding: 8px 8px 8px 8px;
  }
  .header .nav-item-hover:after {
    position: absolute;
    top: 17px;
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
.header .logo {
  width: 180px;
  height: 50x;
  max-height: 50px;
  line-height: 50px;
}
ul.sns-icon{display: block; float:left; margin-left:70px; margin-top:-30px; padding:0; vertical-align:middle;}

.header .logo-wrap {
  display: inline-block;
  padding: 0px;
}
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top:0;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-item{
  	margin-left:2em;
  }
}

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Navbar */
  .header .navbar-nav-right {
    float: right;
  }
}

/* Page On Scroll */
@media (min-width: 992px) {
  .page-on-scroll .header .navbar {
    background: #222;
    border-bottom-color: #f0f0f0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-main {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-active {
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .nav-item-child {
    color: #f79d26;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}


.main-visual {
    height: 100%;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: auto;
}
 
.main-visual img {
    z-index: 2;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 60%;
}
 
.main-visual video {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
}

@media screen and (max-width: 768px) {
	#bgvid{
	}
	.main-visual {
		position:abusolute;
		top: 35%;		
    		background-size: cover;
	}
	.main-visual img {
		top:15%;
	}
}

/*------------------------------------------------------------------
  	[top-seihin-section]
------------------------------------------------------------------*/
.sec01{
    background:url(../images/1.jpg);
    background-size:cover;
    width: 100vw;
    height: 120vh;
}
.sec02{
    background:url(../images/2.jpg);
    background-size:cover;
    width: 100vw;
    height: 240vh;
}
.sec03{
    background:url(../images/5.jpg);
    background-size:cover;
    width: 100vw;
    height: 100vh;
}
.sec04{
    background:url(../images/4.jpg);
    background-size:cover;
    width: 100vw;
    height: 140vh;
}
.sec05{
    background:url(../images/6.jpg);
    background-size:cover;
    width: 100vw;
    height: 140vh;
}

.sec01 .section-heading, .sec02 .section-heading, .sec03 .section-heading, .sec04 .section-heading, .sec05 .section-heading{
    margin-top:18%;
    padding: 2em;
    background:rgba(0,0,0,0.4);
    color:#fff;
}
.sec01 .section-heading-n, .sec02 .section-heading-n, .sec03 .section-heading-n, .sec04 .section-heading-n, .sec05 .section-heading-n{
    margin-top:14%;
    padding: 2em;
    background:rgba(0,0,0,0);
    color:#fff;
}

@media screen and (max-width: 768px) {
	.sec01{background:url(../images/1.jpg) center center no-repeat; background-size:cover;}
	.sec02{background:url(../images/2.jpg) center center no-repeat; background-size:cover;}
	.sec03{background:url(../images/3.jpg) center center no-repeat; background-size:cover;}
	.sec04{background:url(../images/4.jpg) center center no-repeat; background-size:cover;}
}




.img100{ width:100%; height:auto;}
.img90{ width:90%; height:auto;}
.img80{ width:80%; height:auto;}
.img70{ width:70%; height:auto;}
.img60{ width:60%; height:auto;}
.img50{ width:50%; height:auto;}
.img40{ width:40%; height:auto;}
.img30{ width:30%; height:auto;}
.img20{ width:20%; height:auto;}
.img10{ width:10%; height:auto;}

@media screen and (max-width: 480px) {
.img100{ width:100%; height:auto;}
.img90{ width:90%; height:auto;}
.img80{ width:80%; height:auto;}
.img70{ width:70%; height:auto;}
.img60{ width:70%; height:auto;}
.img50{ width:70%; height:auto;}
.img40{ width:70%; height:auto;}
.img30{ width:70%; height:auto;}
.img20{ width:70%; height:auto;}
.img10{ width:70%; height:auto;}
}

ul.info{
	list-style:none;
	margin:1em 0;
	padding:0;
}
ul.info li{
	font-size:18px;
	margin:0.7em 0;
	padding:0.7em 0;
	border-bottom:#fff 1px dotted;	
}
ul.info li p, ul.info li p a{font-size:1.8rem;}

ul.info li span{

	font-weight:700;
	color:#ccc;
	margin-right:1em;
}


.top-gyomu div{margin-bottom:2em;}


.clients-logo{
	padding:0.7em;
	margin:0.67em;
	border-radius:0.5em;
}
.bg-white{
	padding:1em 1em 0 1em;
	margin-bottom:1em;
	background:rgba(255,255,255,1);
	border-radius:0.5em;
}

/*------------------------------------------------------------------
  	[interview]
------------------------------------------------------------------*/
h3.inteview-q{
	font-size:24px;
	background:#94BB1E;
	color:#fff;
	font-weight:800;
	padding:0.35em;
}
h3.interview-q:first-letter {
}
h3 span{
    font-size: 1.2em;
    line-height: 1;
    float: left;
	background:#E83828;
	padding:0.3em;
	margin-top:-0.3em;
	margin-right:0.75em;
	margin-bottom:0.1em;
}

p.interview-a{
	font-size:24px;
	color:#fff;
	font-weight:500;
	padding:0.35em;
}

.interview-a span{
	color:#7DCCF3;
}


/*------------------------------------------------------------------
  	[contactform]
------------------------------------------------------------------*/

form input, form textarea{
	margin-bottom:1em;
	color:#333;
}
.form-width{width:100%;}


/*------------------------------------------------------------------
  	[basic settings]
------------------------------------------------------------------*/

.margin-b-1{
	margin-bottom:1em;
}

.margin-b-2{
	margin-bottom:2em;
}

.margin-b-3{
	margin-bottom:3em;
}

.margin-b-4{
	margin-bottom:4em;
}

.margin-t-1{
	margin-top:1em;
}

.margin-t-2{
	margin-top:2em;
}
.margin-t-3{
	margin-top:3em;
}
.margin-t-4{
	margin-top:4em;
}

@media (max-width: 992px) {
	.margin-b-sm{
		margin-bottom:10em;
	}
	table, tr, td{
		width:100%;
	}
}

#to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* background:url(../images/totop.svg); */
}
#to-top a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


.swiper-slide img{width:100%; height:auto;}



.info-c{
	background:#333;
	border:#666 3px solid;	
	margin-bottom:1em;
	padding:1em;
}
.info-c h3{
	color:#fff;
	font-size:24px;
	font-weight:700;
	line-height:1.1;
	padding:0.25em 0;
	margin:0;
	border-bottom:#666 1px dotted;
}
.info-c p{
	font-size:18px;
}

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

.info-c{
	background:#333;
	border:#666 3px solid;	
	margin-bottom:1em;
	padding:1em;
}
.info-c h3{
	color:#fff;
	font-size:24px;
	font-weight:700;
	line-height:1.1;
	padding:0.25em 0;
	margin:0;
	border-bottom:#666 1px dotted;
}
.info-c p{
	font-size:18px;
}

}



/* ----------------- table-dl */
/*----------------------------------------------------
  dl for mobile
----------------------------------------------------*/
dl,
dt,
dd {
  box-sizing: border-box;
}
	dl{width:100%; background:#f4f4f4; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; margin-bottom:1em; color:#333;}
	dt, dd{width:100%; padding:10px; border-top:1px solid #ddd; color:#333;}
	dt{width:30%; float:left; background:#f4f4f4; text-align:left; font-weight:500; }
	dd{margin-left:30%; width:70%; text-align:left; background:#fff; line-height:1.5; font-weight:300;}
	dd:after{content:''; display:block; clear:both;}

@media only screen and (max-width:767px){
	dl{width:100%; color:#333;}
	dt, dd{width:100%; float:none; margin-left:0; padding:10px; color:#333;}
	dt{background:#f4f4f4; text-align:left; line-height:1.5;}
	dd{background:#fff; font-weight:300;}
}

form, input{z-index:999;}
.form-control{z-index:999;}
.form-control:focus{
	background:#e3fbfb;
}