@charset "UTF-8";
/* [ -- Master Stylesheet -- ] */
/* ----------------------------------------------------------
:: Template Name: Sonar - Photography Template
:: Author: Colorlib
:: Author URL: https://colorlib.com
:: Version: 1.0
:: Created: March 09, 2018
:: Last Updated: March 09, 2018
---------------------------------------------------------- */
/* Variables */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
/*字體*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, span, a, blockquote, th, td {
  font-family:  "游明朝体", serif, Times !important; }

@font-face {
  font-family: 'fffe';
  src: url("./fonts/title.ttf"); }
/* mixin */
.slides {
  padding: 0px;
  width: 100%;
  height: 360px;
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 465px) {
    .slides {
      height: 280px; } }
  @media only screen and (max-width: 992px) and (min-width: 767px) {
    .slides {
      height: 470px; } }

.slides * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

.slides input {
  display: none; }

.slide-container {
  display: block; }

.inner-contaniner {
  width: auto;
  height: auto;
  top: 25%;
  margin: 0 auto;
  position: relative; }

.slide {
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  transform: scale(0);
  transition: all .7s ease-in-out; }

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

.nav label {
  width: 200px;
  height: 100%;
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  transition: opacity .2s;
  color: #FFF;
  font-size: 100pt;
  text-align: center;
  line-height: 330px;
  font-family: "Varela Round", sans-serif;
  text-shadow: 0px 0px 15px #777777; }

.slide:hover + .nav label {
  opacity: 0.5; }

.nav label:hover {
  opacity: 1; }

.nav .next {
  right: 0; }

input:checked + .slide-container .slide {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out; }

input:checked + .slide-container .nav label {
  display: block; }

.nav-dots {
  width: 100%;
  bottom: 9px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center; }

.nav-dots .nav-dot {
  top: -5px;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: #6a6a6a; }

.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8); }

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
  background: #7e307f; }

input#img-11:checked ~ .nav-dots label#img-dot-11,
input#img-22:checked ~ .nav-dots label#img-dot-22,
input#img-33:checked ~ .nav-dots label#img-dot-33,
input#img-44:checked ~ .nav-dots label#img-dot-44,
input#img-55:checked ~ .nav-dots label#img-dot-55,
input#img-66:checked ~ .nav-dots label#img-dot-66 {
  background: #7e307f; }

.game-title {
  margin-top: 0em; }

/* :: Import Fonts */
/* :: Import All CSS */
/* :: Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: Times; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2f2f;
  font-weight: 400; }

p {
  color: #565656;
  font-size: 15px;
  line-height: 2;
  font-weight: 400; }

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 700; }
  a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    font-weight: 400; }

.test20000 {
  top: 20px; }

.wtf2000 {
  top: 10000px; }

#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #232323;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000; }

#sonar-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8f5f5;
  -webkit-animation: sonar 2400ms linear infinite;
  animation: sonar 2400ms linear infinite;
  z-index: 999; }
  #sonar-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f8f5f5;
    -webkit-animation: sonar 2700ms linear infinite;
    animation: sonar 2700ms linear infinite; }
  #sonar-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f8f5f5;
    -webkit-animation: sonar 1800ms linear infinite;
    animation: sonar 1800ms linear infinite; }

@-webkit-keyframes sonar {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes sonar {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

.sonar-table {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0; }

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

.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-100 {
  margin-top: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-230 {
  margin-top: 230px; }
  @media only screen and (max-width: 767px) {
    .mt-230 {
      margin-top: 100px; } }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-transparent {
  background-color: transparent; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

.mfp-wrap {
  z-index: 100000; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -30px;
  padding-right: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: 10px; }

#scrollUp {
  background-color: #232323;
  border-radius: 50%;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 30px;
  height: 70px;
  text-align: center;
  width: 70px;
  line-height: 66px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #192a56; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }

.section-padding-100 {
  padding: 100px 0; }

.section-padding-50 {
  padding: 50px 0; }

.section-padding-50-0 {
  padding: 50px 0 0 0; }

.section-padding-100-70 {
  padding: 100px 0 70px; }

.section-padding-100-50 {
  padding: 100px 0 50px; }

.section-padding-100-0 {
  padding: 100px 0 0; }

.section-padding-0-100 {
  padding: 0 0 100px; }

.section-padding-100-20 {
  padding: 100px 0 20px 0; }

.bg-gray {
  background-color: #f8f5f5; }

.nicescroll-rails {
  z-index: 999999 !important; }

.section-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1; }
  .section-heading .line {
    width: 100px;
    height: 1px;
    background-color: #232323;
    margin-bottom: 30px;
    display: block; }
  .section-heading h2 {
    font-size: 48px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5; }
    .section-heading h2 span {
      font-weight: 400; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 30px; } }

.sonar-btn {
  position: relative;
  z-index: 1;
  min-width: 180px;
  height: 66px;
  border: 1px solid;
  border-color: #2f2f2f;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 0;
  line-height: 64px;
  padding: 0;
  background-color: #ffffff; }
  .sonar-btn:hover, .sonar-btn:focus {
    background-color: #2f2f2f;
    font-size: 12px;
    color: #ffffff; }
  .sonar-btn.white-btn {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent; }
    .sonar-btn.white-btn:hover, .sonar-btn.white-btn:focus {
      background-color: #ffffff;
      color: #2f2f2f; }
  .sonar-btn.btn-2 {
    background-color: #2f2f2f;
    font-size: 12px;
    color: #ffffff; }
  .sonar-btn.btn-3 {
    background-color: #232323;
    color: #ffffff; }
    .sonar-btn.btn-3::before {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: 1px solid;
      border-color: #232323;
      right: -6px;
      bottom: -6px;
      content: '';
      z-index: -100; }
    .sonar-btn.btn-3:hover, .sonar-btn.btn-3:focus {
      background-color: #232323;
      color: #ffffff; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
    opacity: 0.85;
    content: ''; }

.bg-overlay-black {
  position: relative;
  z-index: 1; }
  .bg-overlay-black::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
    content: ''; }

.bg-overlay-white {
  position: relative;
  z-index: 1; }
  .bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: ''; }

.slide-background-overlay {
  position: relative;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%; }

.base-bg {
  min-height: 100%;
  width: 100%;
  background: #e8e0d1;
  z-index: -2;
  position: fixed; }

.grids {
  position: fixed;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .grids div {
    width: 1px;
    height: 100%;
    background-color: #bababa; }
    .grids div:nth-child(5) {
      background-color: #bababa; }
    .grids div:first-child, .grids div:last-child {
      background-color: transparent; }

/* :: Header Area CSS */
.header-area {
  position: fixed;
  z-index: 995;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
  padding: 15px 30px; }
  .header-area .logo-area .btn-top {
    display: inline-block;
    padding: 0.3em 1em;
    margin-left: .3em;
    text-decoration: none;
    font-weight: 300;
    border: solid 1.5px #c68bae;
    border-radius: 3px;
    transition: .4s;
    text-align: center;
    color: #c68bae;
    font-size: 18px; }
    .header-area .logo-area .btn-top:hover {
      opacity: .8;
      transition: .5s; }
    @media only screen and (max-width: 767px) {
      .header-area .logo-area .btn-top {
        font-size: 10px; } }
  .header-area .logo-area .btn-logo-icon img {
    width: auto;
    height: 30px;
    position: relative;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .header-area .logo-area .btn-logo-icon img {
        display: none; } }
  .header-area .menu-content-area .header-social-area {
    margin-right: 30px; }
    .header-area .menu-content-area .header-social-area a {
      font-size: 18px;
      padding: 0 10px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .header-area .menu-content-area .header-social-area a {
          padding: 0 5px;
          font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .header-area .menu-content-area .header-social-area {
        margin-right: 15px; } }
  .header-area.sticky {
    background-color: #232323; }
  @media only screen and (max-width: 767px) {
    .header-area {
      padding: 10px 0; } }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  cursor: pointer; }

.mainMenu {
  position: fixed;
  width: 480px;
  height: 100%;
  top: 0;
  right: -500px;
  background-color: #232323;
  z-index: 99999;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 15px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }
  .mainMenu .closeIcon {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 9;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms; }
    .mainMenu .closeIcon:hover {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    @media only screen and (max-width: 767px) {
      .mainMenu .closeIcon {
        right: 30px;
        top: 30px; } }
  .mainMenu .logo-area a {
    color: #ffffff;
    font-size: 30px;
    display: block;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .mainMenu .logo-area a {
        font-size: 24px; } }
  .mainMenu .copywrite-text p {
    margin-bottom: 0;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .mainMenu .copywrite-text p {
        font-size: 14px; } }
  .mainMenu .copywrite-text a {
    font-weight: 400;
    color: #ffffff; }
    .mainMenu .copywrite-text a:hover, .mainMenu .copywrite-text a:focus {
      font-size: 14px; }
  .mainMenu .nav-link {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    z-index: 1;
    font-weight: 300;
    padding: 12px 15px; }
    @media only screen and (max-width: 767px) {
      .mainMenu .nav-link {
        font-size: 14px;
        padding: 10px; } }
    .mainMenu .nav-link::after {
      content: '';
      bottom: 0;
      width: 30px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.5);
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      z-index: 5;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .mainMenu .nav-link:hover::after, .mainMenu .nav-link:focus::after {
      width: 70px;
      background-color: white; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainMenu {
      padding: 30px 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainMenu {
      padding: 30px 15px; } }
  @media only screen and (max-width: 767px) {
    .mainMenu {
      padding: 15px;
      width: 300px; } }

/* :: Menu Open CSS */
.menu-open .mainMenu {
  right: 0; }

/* :: Hero Slides Area CSS */
.hero-slides2:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  top: 0;
  bottom: -1.5vw;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url("./img/core-img/app-cover.png"); }
.hero-slides2 .hero-content a {
  display: block;
  width: 460px;
  height: auto;
  margin: 0 auto;
  background-position: center;
  color: #5e584d;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides2 .hero-content a {
      width: 360px; } }
  @media only screen and (max-width: 767px) {
    .hero-slides2 .hero-content a {
      width: 280px; } }
.hero-slides2 .hero-content h1 {
  color: #ffffff;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0, 0, 0, 0); }
.hero-slides2 .single-hero-slide {
  height: 800px;
  position: relative;
  z-index: 1;
  padding: 0 40px 100px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  overflow: visible;
  cursor: pointer; }
  .hero-slides2 .single-hero-slide .hero-slides-content {
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    bottom: 0; }
    .hero-slides2 .single-hero-slide .hero-slides-content .line {
      width: 100px;
      height: 1px;
      background-color: #ffffff;
      margin-bottom: 30px;
      display: block; }
    .hero-slides2 .single-hero-slide .hero-slides-content h2 {
      color: #ffffff;
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      color: rgba(0, 0, 0, 0); }
    .hero-slides2 .single-hero-slide .hero-slides-content a {
      display: block;
      width: 18rem;
      height: auto;
      margin: 0 auto;
      background-position: center;
      color: #5e584d;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .hero-slides2 .single-hero-slide .hero-slides-content a {
          width: 12rem; } }
    .hero-slides2 .single-hero-slide .hero-slides-content .download {
      background-image: url(./img/core-img/p_t.png);
      background-size: 100% auto;
      padding: 0.3em 1em;
      font-size: 20px;
      font-weight: 300; }
      @media only screen and (max-width: 767px) {
        .hero-slides2 .single-hero-slide .hero-slides-content .download {
          display: none; } }
    .hero-slides2 .single-hero-slide .hero-slides-content .gameLogo {
      margin-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .hero-slides2 .single-hero-slide .hero-slides-content .gameLogo {
          margin-bottom: 3rem; } }
    .hero-slides2 .single-hero-slide .hero-slides-content p {
      color: #ffffff;
      margin-bottom: 0;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      margin-top: 170px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .hero-slides2 .single-hero-slide .hero-slides-content p {
          display: none; } }
  .hero-slides2 .single-hero-slide:hover .hero-slides-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
    @media only screen and (max-width: 767px) {
      .hero-slides2 .single-hero-slide:hover .hero-slides-content {
        -webkit-transform: translateY(50%);
        transform: translateY(50%); } }
  .hero-slides2 .single-hero-slide:hover p {
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .hero-slides2 .single-hero-slide:hover p {
        display: none; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides2 .single-hero-slide {
      height: 800px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides2 .single-hero-slide {
      height: 700px; } }
  @media only screen and (max-width: 767px) {
    .hero-slides2 .single-hero-slide {
      height: 550px; } }
.hero-slides2 .owl-dots {
  position: absolute;
  left: 50px;
  bottom: 50px; }
  .hero-slides2 .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border: 1px solid #6a6a67;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block; }
    .hero-slides2 .owl-dots .owl-dot.active {
      border: 1px solid #ffffff;
      background-color: #ffffff; }

/* coverbox css*/
.coverbox {
  position: relative;
  margin-top: -50px; }
  @media only screen and (max-width: 767px) {
    .coverbox {
      margin-top: -30px; } }

/* :: Portfolio Area CSS */
.portfolio-area {
  margin-bottom: 100px;
  position: relative;
  z-index: 1; }
  .portfolio-area p {
    font-size: 20px;
    line-height: 35px; }
  @media only screen and (max-width: 767px) {
    .portfolio-area {
      margin-bottom: 0; } }
  .portfolio-area .game-title img {
    position: absolute;
    width: 20vw;
    max-width: 300px;
    height: auto; }
  .portfolio-area .game-title h3 {
    font-size: 2rem; }
  .portfolio-area .portfolio-title {
    margin-bottom: 7em;
    text-align: center;
    max-width: 900px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .portfolio-area .portfolio-title {
        margin-bottom: 3em; } }
    .portfolio-area .portfolio-title img {
      position: absolute;
      width: 20vw;
      max-width: 300px;
      height: auto;
      right: -11vw; }
    .portfolio-area .portfolio-title h2 {
      font-size: 42px;
      text-align: center;
      font-weight: 500; }
      .portfolio-area .portfolio-title h2 span {
        font-weight: 400; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .portfolio-area .portfolio-title h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .portfolio-area .portfolio-title h2 {
          font-size: 30px; } }

.single-portfolio-item {
  position: relative;
  z-index: 1; }
  .single-portfolio-item .backend-content .dots {
    position: absolute;
    z-index: -1;
    top: -100px;
    left: -150px; }
  .single-portfolio-item .backend-content h2 {
    position: absolute;
    font-size: 230px;
    color: #f0f0f0;
    z-index: -10;
    top: -170px;
    right: 40%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-portfolio-item .backend-content h2 {
        font-size: 170px;
        top: -120px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-portfolio-item .backend-content h2 {
        font-size: 80px;
        top: -50px; } }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item .backend-content h2 {
        font-size: 80px;
        top: -50px; } }
  .single-portfolio-item .portfolio-meta {
    padding-top: 30px; }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item .portfolio-meta {
        text-align: center; } }
    .single-portfolio-item .portfolio-meta p {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 5px; }
    .single-portfolio-item .portfolio-meta h2 {
      font-size: 40px;
      font-family: fffe; }
      @media only screen and (max-width: 767px) {
        .single-portfolio-item .portfolio-meta h2 {
          font-size: 24px; } }
  .single-portfolio-item .portfolio-meta-en {
    padding-top: 30px; }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item .portfolio-meta-en {
        text-align: center; }
        .single-portfolio-item .portfolio-meta-en p {
          line-height: 30px; } }
    .single-portfolio-item .portfolio-meta-en p {
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 5px; }
    .single-portfolio-item .portfolio-meta-en h2 {
      font-size: 40px;
      font-family: fffe; }
      @media only screen and (max-width: 767px) {
        .single-portfolio-item .portfolio-meta-en h2 {
          font-size: 24px; } }
  .single-portfolio-item.portfolio-item-2 {
    top: -220px; }
    .single-portfolio-item.portfolio-item-2 .backend-content .dots {
      position: absolute;
      z-index: -1;
      top: 0;
      left: auto;
      right: -150px; }
  .single-portfolio-item.portfolio-item-3 {
    margin-top: 100px; }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item.portfolio-item-3 {
        margin-top: 0; } }
    .single-portfolio-item.portfolio-item-3 img.floatimg {
      position: absolute;
      z-index: 2;
      top: 100px;
      right: -250px;
      max-width: 65%; }
      @media only screen and (max-width: 767px) {
        .single-portfolio-item.portfolio-item-3 img.floatimg {
          display: none; } }
    .single-portfolio-item.portfolio-item-3 .backend-content .dots {
      left: 800px;
      right: auto;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .single-portfolio-item.portfolio-item-3 .backend-content h2 {
      top: -200px;
      left: 30%;
      right: auto; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-portfolio-item.portfolio-item-3 .backend-content h2 {
          top: -130px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-portfolio-item.portfolio-item-3 .backend-content h2 {
          top: -90px;
          font-size: 100px; } }
      @media only screen and (max-width: 767px) {
        .single-portfolio-item.portfolio-item-3 .backend-content h2 {
          top: -70px; } }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item.portfolio-item-3 {
        margin-bottom: 100px; } }
  .single-portfolio-item.portfolio-item-32 {
    margin-top: 100px;
    text-align: right; }
    .single-portfolio-item.portfolio-item-32 img {
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item.portfolio-item-32 {
        margin-top: 0; } }
    .single-portfolio-item.portfolio-item-32 img.floatimg {
      position: absolute;
      z-index: 2;
      top: 60px;
      right: 600px;
      max-width: 45%; }
      @media only screen and (max-width: 767px) {
        .single-portfolio-item.portfolio-item-32 img.floatimg {
          display: none; } }
    .single-portfolio-item.portfolio-item-32 .backend-content .dots {
      top: 400px;
      left: 400px;
      right: auto;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .single-portfolio-item.portfolio-item-32 .backend-content h2 {
      top: -200px;
      left: 30%;
      right: auto; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-portfolio-item.portfolio-item-32 .backend-content h2 {
          top: -130px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-portfolio-item.portfolio-item-32 .backend-content h2 {
          top: -90px;
          font-size: 100px; } }
      @media only screen and (max-width: 767px) {
        .single-portfolio-item.portfolio-item-32 .backend-content h2 {
          top: -70px; } }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item.portfolio-item-32 {
        margin-bottom: 100px; } }
  .single-portfolio-item.portfolio-item-4 {
    top: 60px;
    text-align: right;
    left: 50px; }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item.portfolio-item-4 {
        left: 0;
        text-align: left; } }
    .single-portfolio-item.portfolio-item-4 .backend-content .dots {
      bottom: -130px;
      left: 70%;
      right: auto;
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item.portfolio-item-4 {
        top: 0;
        margin-bottom: 100px; } }
  .single-portfolio-item.portfolio-item-5 {
    top: 150px; }
    .single-portfolio-item.portfolio-item-5 img {
      width: 100%; }
    .single-portfolio-item.portfolio-item-5 .backend-content .dots {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item.portfolio-item-5 {
        top: 0; } }
  .single-portfolio-item.portfolio-item-6 {
    top: 50px;
    left: 50px;
    height: 0; }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item.portfolio-item-6 {
        height: auto;
        margin-top: 3rem;
        top: 0;
        left: 0; }
        .single-portfolio-item.portfolio-item-6 img {
          width: 75%;
          margin: 0 auto;
          display: none; } }
  .single-portfolio-item.portfolio-item-7 {
    margin-top: 100px; }
    @media only screen and (max-width: 767px) {
      .single-portfolio-item.portfolio-item-7 {
        margin-top: 3rem; }
        .single-portfolio-item.portfolio-item-7 img {
          width: 75%;
          margin: 0 auto;
          display: none; } }
    .single-portfolio-item.portfolio-item-7 .backend-content .dots {
      position: absolute;
      z-index: -1;
      top: auto;
      bottom: 0;
      left: auto;
      right: -150px;
      width: 100%; }
    .single-portfolio-item.portfolio-item-7 .backend-content h2 {
      top: -180px;
      left: 30%;
      right: auto;
      color: #e3dcc1; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-portfolio-item.portfolio-item-7 .backend-content h2 {
          top: -100px; } }
      @media only screen and (max-width: 767px) {
        .single-portfolio-item.portfolio-item-7 .backend-content h2 {
          top: -60px; } }

/* :: Call to Action Area CSS */
.call-to-action-content {
  text-align: center; }
  .call-to-action-content h2 {
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .call-to-action-content h2 {
        font-size: 55px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .call-to-action-content h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .call-to-action-content h2 {
        font-size: 30px; } }
  .call-to-action-content h5 {
    font-size: 48px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .call-to-action-content h5 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .call-to-action-content h5 {
        font-size: 24px; } }

.sonar-call-to-action-area {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .sonar-call-to-action-area .backEnd-content .dots {
    position: absolute;
    z-index: -1;
    top: auto;
    left: auto; }
  .sonar-call-to-action-area .backEnd-content h2 {
    position: absolute;
    font-size: 230px;
    color: #e3dcc1;
    z-index: -1;
    top: -30px;
    left: -3%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .sonar-call-to-action-area .backEnd-content h2 {
        font-size: 170px;
        top: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sonar-call-to-action-area .backEnd-content h2 {
        font-size: 150px;
        top: 0; } }
    @media only screen and (max-width: 767px) {
      .sonar-call-to-action-area .backEnd-content h2 {
        font-size: 100px; } }

/* ::embed CSS */
.embed {
  min-height: 900px;
  background-image: url(./img/bg-img/bg_social_f.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5em 0; }
  .embed h2 {
    color: #ffffff;
    font-family: fffe;
    font-weight: 300;
    font-size: 65px;
    margin: .8em 0; }
  .embed p {
    color: #ffeedf; }

/* ::platforms list CSS */
.platforms {
  min-height: 900px;
  background-image: url(./img/bg-img/bg_platform.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5em 0; }

  .platforms h2 {
    color: #ffffff;
    font-family: fffe;
    font-weight: 400;
    font-size: 65px;
    margin: .8em 0; }

  .platforms p {
    color: #ffeedf; }

  .platforms ul, ol {
    background: rgba(255,255,255,0.7);/*灰色に*/
    border-radius :8px;
    box-shadow :0px 0px 5px silver;
    padding: 2em 0em 2em 0em;}

   .platforms ul li, ol li {
    line-height: 1.5;
    padding: 0.5em 0;}

   .platforms a{
   font-size: 20px;
   color: #333;
   } 
  
 .platforms a:hover{
  color:#708153;
  } 
 .platforms input{
  background-color: #e8e0d1;
  padding: .5em;
  border-radius :8px;
  border-color: transparent;
  margin-top: 10px;
 }
  .platforms input:hover{
  background-color: rgba(255,255,255,0.8);
 }

    /* ::music CSS */
.music {
  min-height: 900px;
  background-image: url(./img/bg-img/bg_music.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5em 0; }

 .music .btn{
   font-size: 17px;
   color: #333;
   background-color:#faf3dd;
   } 
  
 .music .btn:hover{
  background-color:#3c372e;
  color:#fff;
  }  


  .music h2 {
    color: #ffffff;
    font-family: fffe;
    font-weight: 400;
    font-size: 65px;
    margin: .8em 0; }
  .music p {
    color: #ffeedf; }

  .music iframe, .music object, .music embed { 
  top: 0;
  right: 0;
  width: 100% !important;
  height:500px;  }


/* :: team CSS */
.team {
  min-height: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5em 0 0 0; }
  .team h2 {
    color: #565656;
    font-family: fffe;
    font-weight: 300;
    font-size: 65px;
    /*margin: .8em 0;*/ }
  .team p {
    color: #565656; 
    font-size: 20px;}
  .team .team-member {
    margin-bottom: 2rem; }
    .team .team-member .team-r {
      right: -50px; }
    .team .team-member figure {
      margin: 0;
      padding: 0;
      position: relative;
      overflow: hidden; }
    .team .team-member .social {
      position: absolute;
      margin: 0;
      top: 0;
      padding: 0;
      bottom: 0;
      padding: 10px;
      width: 100%;
      transform: translate(0%, 101%);
      transition: .3s all ease;
      color: #ffffff;
      background: #b8ba8b; }
    .team .team-member span {
      color: #f9e9c5;
      margin: 0;
      bottom: 0;
      font-size: 22px;
      font-weight: 400; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .team .team-member span {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .team .team-member span {
          font-size: 12px; } }
    .team .team-member p {
      font-size: 16px; }
    .team .team-member .position {
      color: #cccccc;
      text-transform: uppercase;
      letter-spacing: .05rem;
      color: #ffeedf; }
    .team .team-member:hover .social {
      transform: translate(0%, 35%);
      font-size: 14px;}
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .team .team-member:hover .social {
          transform: translate(0%, 15%);
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .team .team-member:hover .social {
          transform: translate(0%, 0%);
          font-size: 10px; } }

/* :: mail CSS */
.mail {
  min-height: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3em 0 6em 0; }
  .mail h2 {
    color: #565656;
    font-family: fffe;
    font-weight: 300;
    font-size: 65px;
    margin: 0;
    text-align: center; }
  .mail .logo {
    margin: 1.5em; }
  .mail .title {
    color: #565656;
    font-family: fffe;
    font-weight: 400;
    font-size: 24px;  }
  .mail .content {
    margin: -0.5em 0; }
  .mail .content a {
    color: #b8ba8b;
    font-family: fffe;
    font-size: 18px; }
  .mail .content a:hover {
    color: #192a56; }
  .mail p {
    color: #ffeedf; }
  .mail form {
    padding: 3rem;
    background-color: #ffffff !important;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .mail form {
        padding: 0; } }
    .mail form h2 {
      margin-bottom: 3rem !important;
      font-size: 1.5rem; }
    .mail form .form-group .btn-primary {
      border: none;
      width: inherit;
      background-color: #b8ba8b;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .mail form .form-group .btn-primary:hover {
        background-color: #192a56; }
    .mail form .form-group label {
      display: inline-block; }
    .mail form .form-group .form-control {
      height: 43px; }

/* :: Footer CSS */
.footer-area {
  position: relative;
  z-index: 1;
  overflow: hidden; }
.footer-area .streaming-policy{
  width: 810px;
  padding: 30px;
  align-content: center;}
.footer-area .streaming-policy h2 {
  color: #565656;
  font-weight: 500;
  font-size: 43px;
  text-align: center;
  padding: 30px;}
.footer-area .streaming-policy p {
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;}
  .footer-area .copywrite-text {
    padding: 30px;
    text-align: center; }
    .footer-area .copywrite-text p {
      font-weight: 300;
      margin-bottom: 0; }
    .footer-area .copywrite-text a {
      color: #565656;
      font-weight: 300;
      font-size: 15px; }
      .footer-area .copywrite-text a:hover, .footer-area .copywrite-text a:focus {
        font-size: 15px; }
    .footer-area .copywrite-text ul li {
      display: inline-block; }
      .footer-area .copywrite-text ul li a:hover {
        color: #c68bae; }
      .footer-area .copywrite-text ul li:after {
        content: "";
        display: inline-block;
        border-radius: 3px;
        width: 6px;
        height: 6px;
        background: gray;
        margin: 0 5px; }
  .footer-area .backEnd-content .dots {
    position: absolute;
    right: -50px;
    top: 0;
    z-index: -1; }
  .footer-area .backEnd-content h2 {
    position: absolute;
    font-size: 230px;
    color: #f0f0f0;
    z-index: -1;
    top: -50px;
    left: -50px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer-area .backEnd-content h2 {
        font-size: 170px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .backEnd-content h2 {
        font-size: 120px;
        top: 0; } }
    @media only screen and (max-width: 767px) {
      .footer-area .backEnd-content h2 {
        font-size: 80px;
        top: 0;
        left: -30px; } }

/* :: appicon Area CSS */
.appicon {
  background-color: #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .appicon .app {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-top: 2em;
    margin: 30px 0; }
    .appicon .app h3 {
      font-size: 80px;
      margin: .2em 0;
      color: #ffffff; }
      @media only screen and (max-width: 930px) {
        .appicon .app h3 {
          font-size: 50px; } }
    .appicon .app p {
      color: #ffffff;
      max-width: 64%;
      margin: 0 auto;
      padding-top: 1.5em;
      font-size: 20px; }
      @media only screen and (max-width: 930px) {
        .appicon .app p {
          max-width: 100%;
          font-size: 17px; } }

      .comingsoon{
        max-width: 64%;
        margin: 0 auto;
        padding-top: 0.5em;
      }
      .comingsoon span {
       color: #c8cce3;
       font-size: 60px; }
      @media only screen and (max-width: 930px) {
        .comingsoon{
          max-width: 100%;
           }
        .comingsoon span{
          font-size: 52px;
          } }
      
      .app-other-link{
        max-width: 64%;
        margin: 0 auto;
        padding-top: 0.5em;
       }
      .app-other-link span {
       color: #fff;
       font-size: 15px; }
      @media only screen and (max-width: 930px) {
        .app-other-link{
          max-width: 100%;
           }
        .app-other-link span{
          font-size: 15px;
          } }

  .appicon .sublink{
   font-size: 16px;
   color: #018c70;} 
  .appicon .sublink:hover{
   color: #fff;}

  .appicon img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-position: center; }
  .appicon a {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color:#faf3dd; }

/* :: appicon Area CSS */
.video-box {
  overflow: hidden;
    position: relative;
    width:100%;}
  .video-box iframe {
    width: 100%;
    height: 56.5vw;
     }
  .video-box::before {
    content: '';
    position: absolute;
    height: 30%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%); }

/* :: Hero Area CSS */
.hero-area {
  background-color: #232323;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .hero-area .backEnd-content .dots {
    position: absolute;
    right: -200px;
    top: 50%;
    z-index: -2;
    opacity: 0.1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .hero-area .hero-thumbnail,
  .hero-area .hero-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .hero-area .hero-thumbnail,
      .hero-area .hero-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%; } }
  .hero-area .hero-content {
    height: 880px;
    -webkit-height:0;
    padding: 100px 0; }
    .hero-area .hero-content .line {
      width: 100px;
      height: 1px;
      background-color: #ffffff;
      margin-bottom: 30px;
      display: block; }
    .hero-area .hero-content h2 {
      color: #ffffff;
      font-size: 48px;
      margin-bottom: 25px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-area .hero-content h2 {
          font-size: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-area .hero-content h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .hero-area .hero-content h2 {
          font-size: 30px; } }
    .hero-area .hero-content p {
      color: #ffffff;
      margin-bottom: 30px;
      font-size: 30px;
      text-shadow: 0 0 10px #000; }
      @media only screen and (max-width: 767px) {
        .hero-area .hero-content p {
          font-size: 20px; } }
    .hero-area .hero-content.aboutUs {
      height: 1100px; }
      @media only screen and (max-width: 767px) {
        .hero-area .hero-content.aboutUs {
          height: auto; } }
    @media only screen and (max-width: 767px) {
      .hero-area .hero-content {
        height: auto; } }
  .hero-area .hero-thumbnail.aboutUs::before {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    content: '';
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .hero-area .hero-thumbnail.aboutUs::before {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .hero-area .hero-thumbnail {
      height: 400px; } }

/* :: Service Area CSS */
.single-services-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-services-area img {
    margin-bottom: 20px; }
  .single-services-area h4 {
    font-size: 28px;
    margin-bottom: 40px; }
  .single-services-area p {
    margin-bottom: 0; }

/* :: Testimonials Area CSS */
.sonar-testimonials-area {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  margin: 0 50px; }
  .sonar-testimonials-area::before {
    position: absolute;
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    content: ''; }
  .sonar-testimonials-area .testimonial-content {
    padding: 100px 80px 100px 200px;
    position: relative;
    z-index: 1;
    left: -15px;
    box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.15); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .sonar-testimonials-area .testimonial-content {
        padding: 100px 80px 100px 130px; } }
    @media only screen and (max-width: 767px) {
      .sonar-testimonials-area .testimonial-content {
        padding: 50px 15px 50px 15px; } }
  .sonar-testimonials-area .single-tes-slide p {
    margin-bottom: 40px;
    font-style: italic; }
  .sonar-testimonials-area .single-tes-slide h6 {
    margin-bottom: 0;
    font-style: italic; }
  .sonar-testimonials-area .owl-dots {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .sonar-testimonials-area .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      border: 1px solid #6a6a67;
      border-radius: 50%;
      margin: 8px 0;
      display: block; }
      .sonar-testimonials-area .owl-dots .owl-dot.active {
        border-color: #232323;
        background-color: #232323; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .sonar-testimonials-area .owl-dots {
        top: 20%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sonar-testimonials-area .owl-dots {
        top: 30%; } }
    @media only screen and (max-width: 767px) {
      .sonar-testimonials-area .owl-dots {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .sonar-testimonials-area {
      margin: 0 15px; } }

.storybox {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1400px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .storybox {
      height: 1700px; } }
  @media only screen and (max-width: 768px) {
    .storybox {
      height: 2000px; } }

/* :: Portfolio Area CSS */
.sonar-projects-area {
  position: relative;
  z-index: 1;
  padding: 100px 35px 50px; }
  .sonar-projects-area .single_gallery_item {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    .sonar-projects-area .single_gallery_item .gallery-content {
      padding-top: 30px; }
      .sonar-projects-area .single_gallery_item .gallery-content h4 {
        margin-bottom: 10px; }
        @media only screen and (max-width: 767px) {
          .sonar-projects-area .single_gallery_item .gallery-content h4 {
            font-size: 20px; } }
      .sonar-projects-area .single_gallery_item .gallery-content p {
        margin-bottom: 0; }

.sonar-portfolio-menu {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 50%;
  z-index: 100; }
  .sonar-portfolio-menu .btn {
    padding: 5px 0;
    border: none;
    border-bottom: 2px solid;
    border-color: transparent;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
    margin: 0 20px; }
    .sonar-portfolio-menu .btn.active {
      border-color: #ffffff; }
    .sonar-portfolio-menu .btn:hover, .sonar-portfolio-menu .btn:focus {
      box-shadow: none; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .sonar-portfolio-menu .btn {
        margin: 0 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sonar-portfolio-menu .btn {
        margin: 0 5px;
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .sonar-portfolio-menu .btn {
        margin: 0 5px;
        font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .sonar-portfolio-menu {
      width: 100%;
      bottom: 20px; } }

/* :: Blog Area CSS */
.sonar-blog-area,
.sonar-contact-area {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .sonar-blog-area .backEnd-content .dots,
  .sonar-contact-area .backEnd-content .dots {
    position: absolute;
    top: -50px;
    right: -200px; }

.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .blog-post-thumbnail {
    position: relative;
    z-index: 1; }
    .single-blog-area .blog-post-thumbnail .post-date a {
      position: absolute;
      width: 45px;
      height: auto;
      padding: 15px 10px;
      background-color: #000;
      top: -20px;
      left: 25px;
      font-weight: 400;
      color: #ffffff;
      text-align: center;
      line-height: 2;
      font-size: 15px; }
      .single-blog-area .blog-post-thumbnail .post-date a:hover, .single-blog-area .blog-post-thumbnail .post-date a:focus {
        font-weight: 400;
        font-size: 15px; }
  .single-blog-area .post-content {
    padding-top: 60px; }
    .single-blog-area .post-content .headline {
      font-size: 28px;
      margin-bottom: 5px;
      font-weight: 300;
      color: #2f2f2f; }
      .single-blog-area .post-content .headline:hover, .single-blog-area .post-content .headline:focus {
        font-weight: 300; }
    .single-blog-area .post-content .post-meta {
      margin-bottom: 50px; }
      .single-blog-area .post-content .post-meta a {
        font-size: 12px;
        font-weight: 500;
        color: #2f2f2f; }
        .single-blog-area .post-content .post-meta a:hover, .single-blog-area .post-content .post-meta a:focus {
          font-size: 12px;
          font-weight: 500; }
    .single-blog-area .post-content p {
      margin-bottom: 0; }

.search-widget-area form {
  position: relative;
  z-index: 1; }
  .search-widget-area form input {
    width: 100%;
    height: 42px;
    font-size: 12px;
    font-style: italic;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #f3f4fa;
    padding: 0 15px;
    background-color: transparent; }
  .search-widget-area form button {
    width: 50px;
    height: 42px;
    background-color: #232323;
    color: #ffffff;
    font-size: 16px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }

.sonar-catagories-widget-area h6 {
  margin-bottom: 15px; }
.sonar-catagories-widget-area .catagories-menu li a {
  padding: 10px 0 10px 40px;
  font-size: 12px;
  font-weight: 300;
  color: #565656;
  display: block; }

.latest-news-widget-area h6 {
  margin-bottom: 25px; }
.latest-news-widget-area .widget-single-blog-post {
  margin-bottom: 30px; }
  .latest-news-widget-area .widget-single-blog-post .widget-post-content a {
    font-size: 15px;
    color: #2f2f2f;
    margin-bottom: 5px;
    font-weight: 300; }
    .latest-news-widget-area .widget-single-blog-post .widget-post-content a:hover, .latest-news-widget-area .widget-single-blog-post .widget-post-content a:focus {
      font-size: 15px;
      font-weight: 300; }
  .latest-news-widget-area .widget-single-blog-post .widget-post-content p {
    font-size: 12px;
    margin-bottom: 0; }

/* :: Contact Area CSS */
.contact-form h2 {
  font-size: 72px;
  margin-bottom: 15px;
  font-weight: 400; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form h2 {
      font-size: 55px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form h2 {
      font-size: 36px; } }
  @media only screen and (max-width: 767px) {
    .contact-form h2 {
      font-size: 30px; } }
.contact-form h4 {
  font-size: 48px;
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form h4 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .contact-form h4 {
      font-size: 24px; } }
.contact-form .form-group {
  margin-bottom: 30px; }
.contact-form .form-control {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  border: none;
  border-bottom: 1px solid;
  border-color: #c0c0c0;
  border-radius: 0;
  font-size: 12px;
  font-style: italic;
  color: #2f2f2f;
  background-color: transparent; }
  .contact-form .form-control:focus, .contact-form .form-control:hover {
    box-shadow: none; }
.contact-form textarea {
  margin-bottom: 50px; }
  .contact-form textarea.form-control {
    height: 220px;
    padding: 15px; }

.map-area {
  position: relative;
  z-index: 1;
  margin: 0 50px; }
  .map-area #googleMap {
    width: 100%;
    height: 540px; }
    @media only screen and (max-width: 767px) {
      .map-area #googleMap {
        height: 400px; } }
  @media only screen and (max-width: 767px) {
    .map-area {
      margin: 0 20px; } }

/* :: About Area CSS */
.sonar-about-us-area {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  overflow: hidden; }
  .sonar-about-us-area::after {
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    position: absolute;
    z-index: -5; }
  .sonar-about-us-area.second-part {
    position: relative;
    padding: 120px 0; }
    .sonar-about-us-area.second-part::after {
      content: "";
      width: 50%;
      height: 100%;
      top: 0;
      left: auto;
      right: 0;
      background-color: #ffffff;
      position: absolute;
      z-index: -5; }
  .sonar-about-us-area .about-us-content {
    padding: 15px 100px 100px;
    margin-left: 100px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .sonar-about-us-area .about-us-content {
        padding: 15px 30px 100px;
        margin-left: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sonar-about-us-area .about-us-content {
        margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      .sonar-about-us-area .about-us-content {
        margin-left: 0;
        padding: 15px 20px 100px; } }
  .sonar-about-us-area .backEnd-content h2 {
    position: absolute;
    font-size: 230px;
    color: #f0f0f0;
    z-index: -1;
    top: -130px;
    left: -10%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .sonar-about-us-area .backEnd-content h2 {
        font-size: 170px;
        top: -90px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sonar-about-us-area .backEnd-content h2 {
        font-size: 100px;
        top: -30px;
        left: -5%; } }
    @media only screen and (max-width: 767px) {
      .sonar-about-us-area .backEnd-content h2 {
        font-size: 60px;
        top: 0; } }
  .sonar-about-us-area.second-part {
    overflow: hidden; }
    .sonar-about-us-area.second-part .about-us-content {
      padding: 100px;
      margin-left: 0;
      margin-right: 100px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .sonar-about-us-area.second-part .about-us-content {
          margin-right: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .sonar-about-us-area.second-part .about-us-content {
          margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        .sonar-about-us-area.second-part .about-us-content {
          margin-right: 0;
          padding: 100px 20px 70px; } }
    .sonar-about-us-area.second-part .backEnd-content h2 {
      top: -100px;
      left: auto;
      right: -50px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .sonar-about-us-area.second-part .backEnd-content h2 {
          font-size: 100px;
          top: 0;
          left: auto;
          right: 0; } }

/* :: Shortcode Area CSS */
.elements-title h2 {
  text-transform: capitalize;
  font-size: 48px;
  margin-bottom: 100px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .elements-title h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .elements-title h2 {
      font-size: 28px; } }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    background-color: #1d1d1d;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 24px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background-color: #2f2f2f;
      color: #ffffff; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Cool Facts CSS */
.single-cool-fact-area {
  text-align: center; }
  .single-cool-fact-area i {
    font-size: 100px;
    color: #2f2f2f;
    margin-bottom: 30px;
    display: block; }
  .single-cool-fact-area img {
    margin-bottom: 30px; }
  .single-cool-fact-area h2 {
    font-size: 48px;
    margin-bottom: 5px; }
  .single-cool-fact-area p {
    margin-bottom: 0; }

/* Barfiller */
.single_progress_bar {
  margin-bottom: 20px; }
  .single_progress_bar:last-of-type {
    margin-bottom: 0; }
  .single_progress_bar p {
    margin-bottom: 0; }
  .single_progress_bar .barfiller {
    background-color: #e0e0e0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    width: 100%; }
    .single_progress_bar .barfiller .fill {
      display: block;
      position: relative;
      width: 0px;
      height: 100%;
      background-color: #1d1d1d;
      z-index: 1; }
    .single_progress_bar .barfiller .tip {
      margin-top: 10px;
      font-size: 14px;
      left: 0px;
      position: absolute;
      z-index: 2;
      background-color: #1d1d1d;
      color: #ffffff;
      width: 60px;
      height: 32px;
      text-align: center;
      line-height: 32px; }
    .single_progress_bar .barfiller .tipWrap {
      display: none; }

.single-pie-bar p {
  margin-bottom: 0;
  font-weight: 300;
  color: #2f2f2f; }
@media only screen and (max-width: 767px) {
  .single-pie-bar {
    margin-bottom: 30px; } }

/* The end */

.instagram-media {
    width: 330px;
    height: 330px;
}

/*# sourceMappingURL=style.css.map */
