@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700italic);
.font2 {
  font-family: 'Roboto Condensed', sans-serif;
}
.font1 {
  font-family: 'Roboto', sans-serif;
}
a {
  outline: none !important;
}
.container {
  width: 75% !important;
}
.form-control {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
a:hover {
  text-decoration: none;
}
.height-full {
  height: 100% !important;
}
.width-full {
  width: 100% !important;
}
body,
html {
  height: 100%;
  background-color: #EAEAEA;
  font-family: 'Roboto', sans-serif;
}
.border-radius {
  -webkit-border-radius: 9000px;
  -moz-border-radius: 9000px;
  border-radius: 9000px;
}
.border-radius1 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.border-none {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.all-hover {
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.all-hover1 {
  -webkit-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
}
.black-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.vertical-center {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
a:hover {
  text-decoration: none;
}
.container {
  padding: 0px;
}
.row {
  margin: 0px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0px;
}
#home {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #EAEAEA;
}
.main-line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.main-line .line {
  width: 12.5%;
  border-left: solid 1px rgba(0, 0, 0, 0.05);
  height: 100%;
  float: left;
}
.main-line .line:first-child {
  border-left: none;
}
#header {
  position: fixed;
  height: 12.5%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  z-index: 999;
}
#header .header-main {
  width: 100%;
}
#header .logo img {
  height: 20px;
}
#header .navmenu li {
  list-style: none;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
#header .navmenu li a {
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  font-size: 12px;
  letter-spacing: 2px;
}
#header .navmenu li a span {
  position: absolute;
  height: 3px;
  width: 0%;
  top: 7px;
  left: 0px;
  background-color: #26faca;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
#header .navmenu li a:hover span {
  width: 100%;
}
#header .navmenu li:last-child {
  padding-right: 0px;
}
#header .navmenu li.active a span {
  width: 100%;
}
.main-container {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
#home {
  overflow: hidden;
}
#home .bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 187.5%;
}
#home .control {
  text-align: center;
  position: absolute;
  width: 12.5%;
  z-index: 99;
  top: 50%;
  right: 6.25%;
}
#home .control a {
  width: 35px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  padding-left: 5px;
  padding-right: 5px;
}
#home .control a img {
  width: 100%;
}
#home .control a.swiper-button-disabled {
  opacity: 0.2;
}
#home .swiper-pagination {
  position: absolute;
  z-index: 99;
  top: 50%;
  width: 12.5%;
  left: 6.25%;
  text-align: center;
}
#home .swiper-pagination .swiper-pagination-bullet {
  width: 1px;
  height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #000;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
#home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2px;
}
#home .swiper-container {
  height: 100%;
  width: 100%;
}
#home .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
}
#home .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#home .swiper-container.svg-slide {
  position: absolute;
  width: 100%;
  overflow: inherit;
}
#home .swiper-container.svg-slide .swiper-slide.swiper-slide-active .mask .text span {
  height: 80px;
}
#home .swiper-container.svg-slide .swiper-slide.swiper-slide-active .mask .text span:first-child {
  top: -60px;
}
#home .swiper-container.svg-slide .swiper-slide.swiper-slide-active .mask .text span:last-child {
  top: 60px;
}
#home .swiper-container.svg-slide .swiper-slide.swiper-slide-active .mask .narrow-main .narrow {
  right: -875px;
  -ms-transform: rotate(-60deg);
  /* IE 9 */
  -webkit-transform: rotate(-60deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-60deg);
}
#home .swiper-container.svg-slide .swiper-slide .image-main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#home .swiper-container.svg-slide .swiper-slide svg,
#home .swiper-container.svg-slide .swiper-slide img {
  width: auto !important;
  height: 50% !important;
}
#home .swiper-container.svg-slide .swiper-slide .mask-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  text-align: center;
  z-index: 22;
}
#home .swiper-container.svg-slide .swiper-slide .mask {
  display: inline-block;
  top: 12.5%;
  width: 40%;
  height: 75%;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.1);
}
#home .swiper-container.svg-slide .swiper-slide .mask .narrow-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 1;
}
#home .swiper-container.svg-slide .swiper-slide .mask .narrow-main img {
  width: 60px !important;
  height: auto !important;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
}
#home .swiper-container.svg-slide .swiper-slide .mask .narrow-main .narrow {
  width: 1800px;
  position: absolute;
  bottom: 0px;
  right: -1000px;
  height: 80px;
  background-color: #26faca;
  -webkit-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
  -ms-transform: rotate(10deg);
  /* IE 9 */
  -webkit-transform: rotate(10deg);
  /* Chrome, Safari, Opera */
  transform: rotate(10deg);
}
#home .swiper-container.svg-slide .swiper-slide .mask .text {
  text-align: justify;
  position: absolute;
  bottom: 75px;
  width: 100%;
  text-align: center;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 65px;
  font-weight: bold;
  z-index: 2;
  text-transform: uppercase;
}
#home .swiper-container.svg-slide .swiper-slide .mask .text span {
  display: inline-block;
  width: 100%;
  left: 0px;
  position: absolute;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
}
#home .swiper-container.svg-slide .swiper-slide .mask .text span:first-child {
  top: 0px;
}
#home .swiper-container.svg-slide .swiper-slide .mask .text span:last-child {
  top: 0px;
}
#home .swiper-container.svg-slide .swiper-slide .mask .shadow {
  position: absolute;
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.1);
}
#home .swiper-container.svg-slide .swiper-slide .mask .big-line {
  width: 60px;
  height: 60px;
  background-color: #EAEAEA;
  position: absolute;
}
#home .swiper-container.svg-slide .swiper-slide .mask .big-line.top {
  left: 0px;
  top: 0px;
  width: 100%;
}
#home .swiper-container.svg-slide .swiper-slide .mask .big-line.bottom {
  left: 0px;
  bottom: 0px;
  width: 100%;
}
#home .swiper-container.svg-slide .swiper-slide .mask .big-line.left {
  height: 100%;
  top: 0px;
  left: 0px;
}
#home .swiper-container.svg-slide .swiper-slide .mask .big-line.right {
  height: 100%;
  top: 0px;
  right: 0px;
}
.content-main {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding-top: 150px;
  padding-bottom: 150px;
}
.content-main.content-main3 {
  background-color: #26faca;
}
.content-main.content-main2 {
  padding-bottom: 0px;
}
.content-main.content-main2 .footer .social {
  background: none;
}
.content-main.content-main1 {
  background-color: #26faca;
  padding-bottom: 0px;
}
.content-main .bg-bottom {
  position: absolute;
  width: 50%;
  bottom: 0px;
  right: 0px;
}
.content-main .bg {
  width: 50%;
  position: absolute;
  top: 0px;
}
.content-main .bg-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 107.4%;
}
.content-main .bg-left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
}
.content-main h1 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  margin: 0px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.content-main h3 {
  font-weight: normal;
  color: #171dab;
  font-size: 40px;
  margin: 0px;
  text-transform: uppercase;
}
.work-main {
  margin-left: -15px;
  margin-right: -15px;
}
.work-main.work-main1 .work {
  margin-bottom: 60px;
}
.work-main.work-main1 .work .hover img {
  bottom: 15px;
}
.work-main.work-main1 .work a {
  top: 0px;
  height: auto;
  bottom: -50px;
}
.work-main.work-main1 .work .title {
  position: absolute;
  bottom: -50px;
}
.work-main.work-main1 .work .title h2 {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0px;
  text-transform: uppercase;
}
.work-main.work-main1 .work .title h4 {
  display: inline-block;
  background-color: #26faca;
  color: rgba(0, 0, 0, 0.5);
  font-size: 9px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.page-change {
  position: absolute;
  width: 12.5%;
  height: 60vh;
  min-height: 350px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.page-change a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.page-change:hover.prev {
  left: -10px;
}
.page-change:hover.next {
  right: -10px;
}
.page-change img {
  width: 40%;
}
.page-change div {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.page-change div span {
  display: inline-block;
  width: 100%;
  font-size: 9px;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
}
.page-change.prev {
  left: 0px;
}
.page-change.next {
  right: 0px;
}
.item-list .item {
  display: none;
}
.work {
  padding: 15px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
}
.work.work1 .hover {
  opacity: 0;
}
.work.work1 .hover img {
  right: auto;
  left: 50px;
}
.work.work1 .hover .desc {
  left: 0px;
  text-align: right;
}
.work.work1:hover .hover img {
  right: auto;
  left: 30px;
}
.work.work1:hover .hover .desc {
  left: -30px;
}
.work a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.work .w-line {
  position: absolute;
  top: 30px;
  bottom: 0px;
  left: 30px;
  right: -1px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.work:hover .w-line {
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.work:hover .hover {
  opacity: 1;
}
.work:hover .hover .desc {
  opacity: 1;
  left: 30px;
}
.work:hover .hover img {
  opacity: 1;
  right: 30px;
}
.work:hover .thumb span {
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
  transform: scale(1.1, 1.1);
}
.work .hover {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  bottom: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
}
.work .hover .desc {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  opacity: 0;
}
.work .hover .desc h2 {
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  margin: 0px;
  white-space: nowrap;
}
.work .hover .desc h4 {
  width: 100%;
  font-weight: 100;
  margin: 0px;
  opacity: 0.6;
  white-space: nowrap;
}
.work .hover img {
  position: absolute;
  bottom: 30px;
  right: 50px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  opacity: 0;
  width: 60px;
}
.work .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.work .thumb span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  left: 0px;
  background-size: cover;
  background-position: center;
}
.work .thumb img {
  width: 100%;
}
.link {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  letter-spacing: 1px;
}
.link.touch {
  border: solid 1px #000;
  border-left: none;
  border-right: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.link.touch span {
  top: 18px;
}
.link span {
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  height: 3px;
  left: 0px;
  background-color: #26faca;
  width: 0%;
  top: 7px;
}
.link:hover,
.link.active {
  color: #000;
}
.link:hover span,
.link.active span {
  width: 100%;
}
.more {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.text {
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
}
.member-main {
  padding-top: 50px;
}
.member {
  padding-left: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
.member .t-line {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 7px;
  left: 7px;
  border: solid 1px #171dab;
}
.member .thumb {
  position: relative;
  width: 100%;
}
.member .thumb span {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  opacity: 0;
  top: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1926a8+72,a010b6+100 */
  background: #1926a8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1926a8 40%, #a010b6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #1926a8 40%, #a010b6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #1926a8 40%, #a010b6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1926a8', endColorstr='#a010b6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.member .name {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  height: 60px;
}
.member .name h5 {
  margin-bottom: 0px;
}
.member .name h6 {
  margin-top: 0px;
  font-weight: normal;
}
.thumb {
  background-size: cover;
  background-position: top center;
}
.thumb img {
  width: 100%;
}
.partners {
  padding-left: 15px;
}
.partners h4 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.partners a {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.partners a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.footer {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 500px;
  padding-bottom: 30px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  font-family: 'Roboto Condensed', sans-serif;
}
.footer .row {
  position: relative;
}
.footer .download {
  width: 50%;
  position: absolute;
  bottom: 0px;
}
.footer .download a {
  position: relative;
  display: inline-block;
}
.footer .download a span {
  background-color: #26faca;
  width: 100%;
  position: absolute;
  height: 100%;
  top: -30px;
  right: -20px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.footer .download a:hover span {
  top: -20px;
  right: -10px;
}
.footer .download img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.footer .download .btn {
  position: absolute;
  bottom: 0px;
  padding: 0px;
  color: #000;
  text-transform: uppercase;
  bottom: 25px;
  text-align: left;
  padding-left: 10px;
}
.footer .download .btn img {
  position: absolute;
  left: 1px;
  width: 60px;
  top: -30px;
}
.footer .social {
  padding-top: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 10px;
}
.footer .social a {
  color: #000000;
  display: inline-block;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.footer .social a:hover {
  opacity: 0.6;
}
.footer-bg {
  position: absolute;
  bottom: -4px;
  width: 100%;
  z-index: 1;
  left: 0px;
}
.footer-bg svg {
  width: 50%;
}
.footer-content {
  font-size: 13px;
  text-transform: uppercase;
}
.footer-content p {
  margin: 0px;
}
.footer-content b {
  color: #000;
}
.up {
  position: fixed;
  bottom: 0%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  cursor: pointer;
  right: 0px;
  text-align: center;
  width: 12.5%;
  z-index: 999;
  font-family: 'Roboto Condensed', sans-serif;
}
.up.active {
  bottom: 5%;
  opacity: 1;
}
.up img {
  width: 40px;
}
.up span {
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
.footer-img {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
.footer-img img {
  width: 40%;
}
.service h4 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}
.service .row {
  margin-bottom: 15px;
}
.service h6 {
  color: #000;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  margin: 0px;
  letter-spacing: 2px;
  font-weight: normal;
  padding-right: 20px;
  padding-top: 5px;
}
.contact {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 15px;
  background-color: #000;
  color: #26faca;
}
.portfolio-main img {
  width: 100%;
}
.portfolio-header {
  display: inline-block;
  width: 100%;
  height: 60vh;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}
.portfolio-header .img-bg {
  position: absolute;
  width: 60%;
  top: -20px;
  left: -20px;
  bottom: -20px;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.portfolio-header .svg-bg {
  position: absolute;
  width: 100%;
  right: 0px;
}
.portfolio-header .row {
  margin: 0px;
  height: 100%;
}
.portfolio-header .row .col-sm-6 {
  height: 100%;
  padding: 0px;
  color: #fff;
  position: relative;
}
.portfolio-header .row .col-sm-6 .text {
  position: absolute;
  height: 100%;
  color: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  right: 0px;
  left: 0px;
  background-color: #2A2A2A;
}
.portfolio-header .row .col-sm-6 .text h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.portfolio-header .row .col-sm-6 .text div {
  width: 100%;
}
.portfolio-header .row .col-sm-6 .text div div {
  margin-bottom: 10px;
}
.portfolio-header .row .col-sm-6 .text div span {
  width: 100%;
  display: inline-block;
}
.portfolio-header .row .col-sm-6 .text div span.type {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 100;
  color: #26faca;
}
.portfolio-header .row .col-sm-6 .logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.portfolio-header .row .col-sm-6 .logo img {
  width: 40%;
}
.sub-menu {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.sub-menu .pull-right {
  position: relative;
}
.sub-menu .line {
  height: 2px;
  background-color: #26faca;
  width: 1700px;
  left: -1660px;
  top: 10px;
  position: absolute;
}
.sub-menu ul li {
  list-style: none;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.sub-menu ul li a {
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  font-size: 11px;
  letter-spacing: 1px;
}
.sub-menu ul li a span {
  position: absolute;
  height: 3px;
  width: 0%;
  top: 7px;
  left: 0px;
  background-color: #26faca;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.sub-menu ul li a:hover span {
  width: 100%;
}
.sub-menu ul li:last-child {
  padding-right: 0px;
}
.sub-menu ul li.active a span {
  width: 100%;
}
@media (min-width: 1440px) {
  .footer-bg svg {
    width: 705px;
  }
}
@media (max-width: 1199px) {
  #home .swiper-container.svg-slide .swiper-slide .mask {
    width: 55%;
  }
  .footer-bg svg {
    width: 60%;
  }
}
@media (max-width: 991px) {
  #home .swiper-container.svg-slide .swiper-slide .mask {
    width: 75%;
  }
  .footer-bg svg {
    width: 83%;
  }
  .footer-img img {
    width: 70%;
  }
  .content-main h1 {
    font-size: 32px;
  }
  .link {
    font-size: 11px;
  }
  .text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #home .swiper-container.svg-slide .swiper-slide .mask {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border: none;
  }
  #home .swiper-container.svg-slide .swiper-slide .mask .shadow {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border: none;
  }
  #home .swiper-container.svg-slide .swiper-slide .mask .big-line {
    background: none;
  }
  #home .swiper-container.svg-slide .swiper-slide .mask .text {
    font-size: 34px;
  }
  #home .swiper-container.svg-slide .swiper-slide.swiper-slide-active .mask .text span {
    height: 40px;
  }
  #home .swiper-container.svg-slide .swiper-slide.swiper-slide-active .mask .text span:first-child {
    top: -40px;
  }
  #home .swiper-container.svg-slide .swiper-slide.swiper-slide-active .mask .text span:last-child {
    top: 40px;
  }
  #home .control {
    top: 46%;
  }
  .content-main {
    padding-top: 50px;
  }
  .content-main .text {
    text-align: center;
    padding-left: 12.5% !important;
    padding-right: 12.5% !important;
  }
  .member-main {
    margin-left: -15px;
  }
  .member .name h5 {
    font-size: 12px;
  }
  .member .name h6 {
    font-size: 10px;
  }
  .content-main h1 {
    margin-bottom: 30px;
    text-align: center;
  }
  .partners {
    padding-left: 0px;
    text-align: center;
  }
  .work .hover .desc h2 {
    font-size: 16px;
  }
  .work .hover .desc h4 {
    font-size: 14px;
  }
  .work .hover img {
    bottom: 14px;
    right: 0px;
  }
  .footer {
    margin-top: 100px;
    padding-bottom: 30px;
  }
  .footer .footer-content {
    font-size: 11px;
  }
  .footer .social {
    margin-top: 10px;
    margin-bottom: 10px;
    background: none;
  }
  .links {
    text-align: center;
  }
  .content-main2 {
    padding-top: 100px;
  }
  .footer .download {
    width: 100%;
    position: relative;
  }
  .footer .download .btn {
    position: relative;
    text-align: right;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .footer .download .btn img {
    right: -5px;
    left: auto;
    top: auto;
    bottom: -50px;
  }
}
