/*----------------------

Theme Name: Tishka | Creative Portfolio Template
Author: BigPax
Author URI: http://themeforest.net/user/BigPax/

  Content:

    1.Fonts
    2.Typography
    3.Navigation
    4.Home
    5.About
        5-1.Skill
        5-2.Team
        5-3.Counter
    6.Services
    7.Blog
    8.Portfolio
    9.Contact 
    10.SinglePage
    11.Responsive
    

-----------------------*/

/* ----- 1.Fonts ----- */

@import url('fonts.css');

/* ----- 2.Typography ----- */

body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
html,
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h2 {
  font-size: 28px;
  line-height: 34px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 400;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
}
p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
}
li {
  font-size: 17px;
  line-height: 26px;
  color: #666;
}
span {
  font-size: 13px;
  line-height: 20px;
  color: #999;
  letter-spacing: 1px;
}
.container {
  padding: 100px 60px 100px 50px;
}
.container-2 {
  padding: 0 60px 0 50px;
}
/*button*/

.basicBox {
  display: inline-block;
  width: 130px;
  height: 38px;
  color: #bfa1ca;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.basicBox:hover {
  color: #bfa1ca;
}
.basicBox svg {
  position: absolute;
  top: 0;
  left: 0;
}
.basicBox svg rect,
.basicBox svg path,
.basicBox svg polyline {
  fill: none;
  stroke: #bfa1ca;
  stroke-width: 2;
}
.basicBox:hover svg rect {
  stroke: #bfa1ca;
}
.basicBox svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox:hover svg rect {
  stroke-width: 4;
  stroke-dasharray: 35, 245;
  stroke-dashoffset: 65;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
/* Magic Cursor */

#magic-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}
.hidden #magic-cursor {
  opacity: 0!important;
}
#ball {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid #ddd;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
}
.mfp-zoom-out-cur #ball {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}
.light-content #ball,
#ball.over-movie,
#ball.with-icon {
  border: 5px solid red;
  border-color: #fff!important;
}
#ball:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: 9px;
  color: #000;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.light-content #ball:before,
.light-content #ball:after {
  color: #fff;
}
.scale-up #ball:before,
.scale-up #ball:after {
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.scale-up.scale-none #ball:before,
.scale-up.scale-none #ball:after {
  opacity: 0;
}
#ball i {
  color: #000;
  width: 29px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 6px;
  display: block;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.scale-up #ball i {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/*preloader*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff no-repeat center center;
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 240px;
  transform: translate(-50%, -50%);
}
.pk-loader {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.pk-loader svg {
  bottom: 0;
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}
.pk-loader svg polygon {
  stroke-dasharray: 17;
  -webkit-animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
  animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}
.loader-text {
  color: #bfa1ca;
  left: 0;
  letter-spacing: 5px;
  margin-top: 55px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  font-size: 12px;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.loader-text span {
  color: #444;
  font-size: 50px;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}
/* ----- 3.Navigation ----- */

.morph-button button {
  outline: none;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.morph-button:hover button {
  outline: none;
  opacity: 1;
}
.limomenu {
  position: fixed;
  z-index: 1002;
  font-size: 30px;
  padding: 2px 10px;
  background: none;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
}
.limomenu:hover,
.limomenu:focus {
  color: #fff;
}
.morph-button-overlay .morph-content {
  background: url(../img/menu-bg.jpg);
  background-size: cover;
  background-position: center;
}
.menu-content {
  width: 75%;
  margin: 0 auto;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-content .item {
  position: relative;
  display: inline-block;
  top: 20px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.menu-content .item img {
  height: 100% !important;
}
.menu-content .item div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform: perspective(1000px) translate3d(0, 0, 0);
}
.menu-content .item div h1 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.menu-content .item div h1 span {
  color: #fff;
  font-size: 33px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.menu-content .item div a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-content .section-title {
  padding: 0;
}
.menu-content .text-title h1 {
  color: #fff;
  font-family: 'Ubuntu';
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: left;
}
.menu-content .text-title h1 span {
  font-size: 60px;
  color: #fff;
}
.menu-content .text-title ul {
  padding-top: 15px;
  font-family: 'Roboto';
}
.menu-content .text-title ul li {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 2px;
}
.menu-content .item div.white {
  background: rgba(255, 255, 255, .8);
}
.menu-content .item div.white h1 span,
.menu-content .item div.white h1 {
  color: #333;
}
.item1 {
  width: 371px;
}
.menu-content .item1 div {
  background: rgba(191, 161, 202, 0.6);
}
.item img {
  top: 0;
  width: 100%;
}
.item .img-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 1;
}
.item:hover .title {
  opacity: 1;
}
.item:hover .tag {
  opacity: 1;
}
.item .img-color {
  width: 100%;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
.menu-content .item:hover {
  transform-style: preserve-3d;
  z-index: 20;
  opacity: 0.9;
}
.item .img-color {
  width: 100%;
  position: absolute;
  opacity: 0.3;
}
.item .img-text {
  opacity: 1;
  z-index: 2;
}
.item .cover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.perspective-box {
  transform: perspective(600px) translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.reveal-effect {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
  transition-timing-function: cubic-bezier(.25, .1, .25, 1);
}
.reveal-effect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
/*burger icon*/

.burger {
  left: calc(16.666667% - 32.5px);
  background: #fff;
  position: fixed;
  z-index: 9999;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: -2px 3px 3px 1px rgba(168, 168, 168, 0.05);
}
@media screen and (max-width: 767px) {
  .burger {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.burger:hover {
  cursor: pointer
}
.burger--hide {
  opacity: 0
}
.burger--visible {
  -webkit-transform: scale(1) translate(0, -50%);
  transform: scale(1) translate(0, -50%);
  -webkit-transition: background-color .1s ease-in-out, opacity .4s ease .1s, -webkit-transform .3s ease-in-out;
  transition: background-color .1s ease-in-out, opacity .4s ease .1s, -webkit-transform .3s ease-in-out;
  transition: background-color .1s ease-in-out, transform .3s ease-in-out, opacity .4s ease .1s;
  transition: background-color .1s ease-in-out, transform .3s ease-in-out, opacity .4s ease .1s, -webkit-transform .3s ease-in-out
}
.burger__icon {
  height: 1px;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease
}
.burger__icon.toggle-leave-active {
  display: none
}
.burger__icon.toggle-enter {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.burger:hover:not(.block-hover) .burger__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.burger:hover:not(.block-hover) .burger__icon,
.burger__icon__line {
  -webkit-transition: -webkit-transform .2s ease .2s;
  transition: -webkit-transform .2s ease .2s;
  transition: transform .2s ease .2s;
  transition: transform .2s ease .2s, -webkit-transform .2s ease .2s
}
.burger__icon__line {
  background: #000;
  display: block;
  width: 24px;
  height: 2.2px;
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0)
}
.burger__icon__line:first-child {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -5px, 0)
}
.toggle-enter .burger__icon__line {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.burger:hover:not(.block-hover) .burger__icon__line {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.burger:hover:not(.block-hover) .burger__icon__line,
.burger__icon-close {
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease
}
.burger__icon-close {
  height: 1px;
  position: relative;
  width: 100%;
  -webkit-transform: translateZ(0) rotate(90deg);
  transform: translateZ(0) rotate(90deg)
}
.burger__icon-close.toggle-leave-active {
  display: none
}
.burger:hover:not(.block-hover) .burger__icon-close {
  -webkit-transform: translateZ(0) rotate(180deg);
  transform: translateZ(0) rotate(180deg);
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
.burger__icon-close__line {
  background: #fff;
  display: block;
  width: 22px;
  height: 2.2px;
  position: absolute;
  top: 0;
  left: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s ease .2s;
  transition: -webkit-transform .2s ease .2s;
  transition: transform .2s ease .2s;
  transition: transform .2s ease .2s, -webkit-transform .2s ease .2s;
}
.burger__icon-close__line:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.toggle-enter .burger__icon-close__line {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
.toggle-enter-active .burger__icon-close__line {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
.burger:hover:not(.block-hover) .burger__icon-close__line {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms
}
.burger:hover:not(.block-hover) .burger__icon-close__line:first-child {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.icon-close .burger {
  background: transparent;
  right: 0;
  left: unset;
  top: 45px;
  margin-right: 35px;
  box-shadow: none;
}
/* ----- 4.Home ----- */

.logo {
  position: fixed;
  width: 16.66666%;
  z-index: 999;
  padding: 12px 12px;
  left: 2px;
  top:  15px;	
  text-align: center;
}
.logo img {
  width: 200px;
  margin: auto;
}
.logo img.mini {
  width: 40px;
}
.date {
  position: absolute;
  z-index: 2;
  color: #fff;
  background: #bfa1ca;
  margin: 26px 53px 0 0;
  padding: 6px 14px;
  border-radius: 4px;
  right: 0px;
  font-size: 15px;
}
.text-logo {
  max-width: 260px !important;
  height: 93px !important;
  font-size: 90px;
  font-weight: 900;
  letter-spacing: 7px;
  top: 62%;
  left: 7px;
  z-index: 1;
  transform: rotate(-90deg) translate(0, -100%);
  position: absolute;
}
.sidebar-bg {
  background-color: #f7f7f7;
}
.sidebar-bg h3 {
  position: fixed;
  width: 400px;
  left: -100px;
  top: 53%;
  text-align: center;
  font-size: 28px;
  letter-spacing: 8px;
  color: #333;
  transform: rotate(-90deg) translate(8%, 0%);
}
.page-home {
  overflow: auto;
  position: absolute;
  top: 0;
  left: 2000px;
  bottom: 0;
  background-color: #fff;
}
.home {
  left: 0px;
  z-index: 0;
  width: 100%;
  background: #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0px;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=65);
  opacity: 0.65;
  display: none;
  z-index: 300;
  cursor: crosshair;
  cursor: pointer;
}
/*flw us*/

.follow-icon {
  position: absolute;
  bottom: 45px;
  right: 30px;
}
.follow-icon span {
  color: #fff;
  float: left;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-right: 98px;
}
.follow-icon span::before {
  position: absolute;
  content: "";
  background: #eaeaea;
  width: 60px;
  height: 1px;
  right: 20px;
  top: 13px;
}
.follow-icon li {
  padding-bottom: 12px;
}
.follow-icon a {
  color: #fff;
  font-size: 15px;
  transition: .3s;
}
.follow-icon a:hover {
  -webkit-animation: tada 1s 1;
  -moz-animation: tada 1s 1;
  -o-animation: tada 1s 1;
  animation: tada 1s 1;
}
.follow-icon a {
  display: inline-block;
  position: relative;
}
.hero-social {
  position: absolute;
  width: 400px;
  left: -90px;
  text-align: center;
  top: calc(50% - 0px);
  transform: rotate(-90deg);
}
.hero-social .flw {
  font-size: 12px
}
.hero-social .flw {
  font-size: 13px;
  padding-right: 30px;
  color: #000
}
.hero-social ul li a {
  background-color: rgba(255, 255, 255, 0.1);
  width: 19px;
  height: 38px;
  line-height: 38px;
  color: #000;
  font-size: 13px;
}
.hero-flw {
  font-size: 12px;
  left: 7px;
  position: absolute;
}
.hero-social .flw:after {
  content: "";
  width: 1px;
  position: absolute;
  left: 204px;
  top: 8px;
  height: 22px;
  background: #000;
}
.hero-social ul li {
  display: inline;
  padding: 0px 12px;
}
.tp-leftarrow.tparrows {
  display: none;
}
.tp-rightarrow.tparrows {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 90.4% !important;
  top: 50% !important;
  display: none;
  transform: rotate(45deg) translate(0, -50%) !important;
}
.tp-rightarrow.tparrows::before {
  content: '';
  width: 100%;
  height: 100%;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}
.tp-rightarrow.tparrows:after {
  content: '';
  float: left;
  position: relative;
  top: -97%;
  width: 100%;
  height: 100%;
  border-width: 0 2px 0 0;
  border-style: solid;
  border-color: #fff;
  transform-origin: 100% 0;
  transition: 0.2s ease;
}
.tp-rightarrow.tparrows:hover::after {
  transform: rotate(45deg);
  border-color: #fff;
  height: 120%;
}
.tp-rightarrow.tparrows:hover::before {
  border-color: #fff;
  transform: scale(0.8);
}
.rev_slider_wrapper {
  width: 100% !important;
  left: unset !important;
  right: 0
}
.tp-bannertimer {
  display: none;
}
/*.slid-img:hover .img-blur {
  background-image: url(../img/noise-dark.png);
  animation: noise 0.3s infinite;

}*/

.film-grain {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff url(../img/film-grain.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.04;
  -moz-opacity: 0.04;
  -webkit-opacity: 0.04;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: 4;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  transition: all 1s;
}
.rev_gradient:hover .film-grain {
  opacity: 0;
  transition: all 1s;
}
.slide-content {
  padding: 20px 20px 20px 100px;
  color: #fff;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}
.slide-content p span {
  color: #fff;
  letter-spacing: 0;
  line-height: unset;
  font-size: 14px;
}
.sub {
  font-size: 12px;
  text-shadow: 1px 1px 1px #666;
}
.sub span {
  padding-right: 46px;
  font-size: 18px !important;
  color: #fff !important;
}
.sub span:not(:last-child):after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 30px;
  z-index: 2;
  top: 53%;
  left: 15%;
  background-color: rgb(255, 255, 255);
}
.slide-content .line {
  margin-left: 53px;
}
.slide-content .line::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  top: 34px;
  margin: 0 5px;
  left: 128px;
  background-color: #fff;
}
.slide-content h2 {
  font-size: 64px;
  line-height: 70px;
  margin-bottom: 0;
  padding: 30px 0;
}
.slide-content p {
  font-size: 14px;
  margin-bottom: 0;
}
.features span {
  padding-right: 20px;
  color: #fff;
  font-size: 16px !important;
  font-weight: 500;
}
.features span:not(:last-child):after {
  content: ".";
  padding-left: 20px;
  font-size: 50px;
  color: #8e8e8e;
}
.menu-content .text-title ul li.go-home a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.home-btn .basicBox {
  position: absolute;
  z-index: 999;
  bottom: 40px;
}
/* General link style */

.link--yaku {
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  padding: 0 0 10px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #777;
}
.link--yaku::before {
  content: '';
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-width: 0px 0 0px 0;
  border-color: rgba(0, 0, 0, .4);
  border-style: solid;
  margin-top: 9px;
  left: -4px;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.link--yaku:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.link--yaku span {
  display: inline-block;
  color: #fff;
  font-size: 64px;
  line-height: 70px;
  position: relative;
  cursor: pointer;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  -webkit-transition: -webkit-transform 0.5s, color 0.5s !important;
  transition: transform 0.5s, color 0.5s !important;
}
.link--yaku:hover span {
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
}
.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.link--yaku2 {
  font-weight: 400;
  text-transform: inherit;
  overflow: hidden;
  display: inline-block;
}
.link--yaku2 strong {
  background: #fff;
  padding: 0 20px;
}
.link--yaku2::before {
  content: '';
  height: 100%;
  width: 100%;
  border-width: 0px 0 0px 0;
  border-color: rgba(0, 0, 0, .4);
  border-style: solid;
  margin-top: 9px;
  left: -4px;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.link--yaku2:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.link--yaku2 span {
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  -webkit-transition: -webkit-transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s;
}
.link--yaku2:hover span {
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
}
.link--yaku2 span:nth-child(4),
.link--yaku2:hover span:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.link--yaku2 span:nth-child(3),
.link--yaku2:hover span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.link--yaku2 span:nth-child(2),
.link--yaku2:hover span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.link--yaku2 span:first-child,
.link--yaku2:hover span:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* ----- 5.About ----- */

.about {
  background-size: cover;
  position: relative;
}
.about-img {
  background: url(../img/about/about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.about-text {
  position: absolute;
  left: 44.7%;
  top: 50%;
  transform: translate(0%, -50%);
  background: #f9f9f9;
  padding: 60px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: 'Roboto';
}
/* ----- 5-1.Skill ----- */

.skill {
  background: url(../img/about/skill-bg.jpg);
  background-attachment: fixed;
  text-transform: capitalize;
  background-position: top;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
.skill-text h3 {
  padding-bottom: 30px;
}
.skill-text p {
  font-family: 'Roboto';
}
.skills {
  margin: 0 auto;
  width: 80%;
  max-width: 960px;
  font-family: 'Roboto';
  font-size: 14px;
}
.skills li {
  position: relative;
  margin-bottom: 32px;
  padding-left: 6px;
  color: #fff;
}
.skills li .bar-container,
.skills li .bar {
  position: absolute;
  left: 0;
  height: 2px;
  content: "";
}
.skills li .bar-container {
  bottom: -8px;
  width: 100%;
  background-color: #fff;
  text-align: right;
}
.skills li .bar-container .bar {
  top: 0;
}
.skills li .bar-container .pct {
  position: absolute;
  top: -25px;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.bar-container .pct {
  color: #fff !important;
}
/* ----- 5-2.Team ----- */

.team-text p {
  font-size: 15px;
  line-height: 26px;
}
.team-text,
.team-skill {
  font-family: 'Roboto';
}
.team-name {
  font-size: 20px;
  font-weight: 700;
}
.team-social a {
  font-size: 14px;
  color: #a7978d;
}
.decorative {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.decorative {
  pointer-events: none;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 1, 9, .2);
  box-shadow: inset 0 1px 0 0 rgba(0, 1, 9, .2);
  -webkit-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  -o-transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.decorative1 {
  top: 10px;
  left: -50px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
}
.decorative:before {
  left: 0;
}
.decorative:after,
.decorative:before {
  content: '';
  position: absolute;
  top: 1px;
  display: block;
  height: calc(100% - 1px);
  width: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 1, 9, 0)), to(rgba(0, 1, 9, .2)));
  background: -webkit-linear-gradient(bottom, rgba(0, 1, 9, 0) 0, rgba(0, 1, 9, .2) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 1, 9, 0) 0, rgba(0, 1, 9, .2) 100%);
  background: linear-gradient(to top, rgba(0, 1, 9, 0) 0, rgba(0, 1, 9, .2) 100%);
}
.decorative:after {
  right: 0;
}
.decorative:after,
.decorative:before {
  content: '';
  position: absolute;
  top: 1px;
  display: block;
  height: calc(100% - 1px);
  width: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 1, 9, 0)), to(rgba(0, 1, 9, .2)));
  background: -webkit-linear-gradient(bottom, rgba(0, 1, 9, 0) 0, rgba(0, 1, 9, .2) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 1, 9, 0) 0, rgba(0, 1, 9, .2) 100%);
  background: linear-gradient(to top, rgba(0, 1, 9, 0) 0, rgba(0, 1, 9, .2) 100%);
}
/* ----- 5-3.Counter ----- */

.counter-img {
  background: url(../img/about/counter.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.stat-box {
  background: #F9F9F9;
  margin-bottom: 30px;
  height: 170px;
  overflow: hidden;
}
.stat-box3 {
  margin-bottom: 0px;
}
.stat-icon {
  overflow: hidden;
  width: 25%;
}
.stat-icon img {
  width: 100%;
  opacity: 0.02;
  left: -10px;
  position: relative;
  transform: rotate(26deg);
}
.stat-counter {
  text-align: center;
  width: 50%;
}
.stat-counter .counter {
  font-size: 21px;
  font-weight: 600;
}
.counter-row {
  position: relative;
}
.counter-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.counter-text {
  position: absolute;
  right: 10%;
  font-size: 20px;
  letter-spacing: 3px;
}
/* ----- 6.Services ----- */

.clear {
  clear: both;
  display: table;
  content: '';
}
.full-width {
  width: 100%;
}
.container-bookap-left,
.container-bookap-right {
  float: left;
  width: 50%;
}
.container-bookap img,
.container-property img {
  width: 100%;
}
.bookap-text {
  width: 100%;
  text-align: center;
  color: #fff;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bookap-text-container {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  transition: all .6s;
}
.bookap-text-container h3 {
  color: #f2b076;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
}
.bookap-text-container h2 {
  color: #bfa1ca;
  text-transform: uppercase;
}
.bookap-sub-text {
  margin-top: 20px;
  width: 285px;
  margin-left: auto;
  margin-right: auto;
}
.bookap-text-container .bookap-sub-text p {
  color: #fff;
  margin-bottom: 0
}
.container-bookap-left,
.container-bookap-right {
  line-height: 0;
  position: relative;
}
.bookap-text-container-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-bookap-left:hover .bookap-text-container,
.container-bookap-right:hover .bookap-text-container {
  opacity: 1;
  transition: all .9s;
}
.container-bookap-left:hover .bookap-text,
.container-bookap-right:hover .bookap-text {
  opacity: 0;
  transition: all .7s;
}
.property-right {
  background: #fff;
  float: right;
  width: 100%;
  padding: 70px 70px;
  border-bottom: 10px solid #bfa1ca;
  height: 620px;
}
.property-right>h2 {
  text-transform: uppercase;
}
.property-right>div#carousel {
  margin-bottom: 1rem;
}
.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.property-right>div#carousel ul {
  transform: translate3d(0px, 0px, 0px) !important;
}
.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.property-right>div#carousel ul li {
  width: unset !important;
  padding-right: 25px;
}
.property-right #carousel ul li a {
  text-align: center;
}
.property-right .mini-menu a:hover,
#carousel ul li a:hover,
#carousel ul li.flex-active-slide a {
  color: #a7978d;
  cursor: pointer;
}
.property-left {
  width: 50%;
  height: 620px;
  float: left;
}
.nav-pills .nav-link {
  color: #aeaeae;
  background-color: #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #bfa1ca;
  background-color: #fff;
}
.tab-content p {
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 200;
}
.property-right #carousel .flex-direction-nav,
.property-right #slider .flex-direction-nav,
.property-right .flex-control-nav.flex-control-paging {
  display: none;
}
.property-right>div#slider {
  position: relative;
}
.property-right-container>p {
  text-align: left;
}
/* ----- 7.Blog ----- */

.step-in-left {
  -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
  transition: opacity .5s linear, -webkit-transform .5s ease;
  -o-transition: opacity .5s linear, transform .5s ease;
  transition: opacity .5s linear, transform .5s ease;
  transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}
.blog-reveal .step-in-left {
  -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
  transition: opacity .5s linear, -webkit-transform .5s ease;
  -o-transition: opacity .5s linear, transform .5s ease;
  transition: opacity .5s linear, transform .5s ease;
  transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.step-in-left:nth-child(1),
.step-in-left:nth-child(3) {
  -webkit-transition-delay: .15s!important;
  -o-transition-delay: .15s!important;
  transition-delay: .15s!important;
}
.card--blog {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .25s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-box-shadow .25s cubic-bezier(.215, .61, .355, 1);
  -o-transition: box-shadow .25s cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow .25s cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow .25s cubic-bezier(.215, .61, .355, 1), -webkit-box-shadow .25s cubic-bezier(.215, .61, .355, 1);
}
.card--blog__content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: rgba(0, 0, 0, .55);
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.card--blog__category {
  color: #a7978d;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 4px;
  white-space: nowrap;
}
.card--blog__category::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background: #a7978d;
  top: 48%;
  left: 0;
}
.card--blog__text,
.card--blog__title {
  -webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  -o-transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
}
.card--blog__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.card--blog__text {
  font-size: 15px;
  line-height: 26px;
}
.btn--text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
}
.card--blog__button {
  position: relative;
  color: #000;
  padding-left: 50px;
  line-height: 34px;
  font-family: 'Ubuntu';
}
.property-right-container .card--blog__button,
.property-right-container .card--blog__button .arrow {
  opacity: 1;
  cursor: pointer;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.arrow {
  position: relative;
  display: block;
  width: 32px;
  height: 34px;
}
.card--blog__content .arrow,
.property-right-container .arrow {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .25s;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .25s;
  -o-transition: opacity .5s cubic-bezier(.215, .61, .355, 1) .25s, transform .5s cubic-bezier(.215, .61, .355, 1) .25s;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1) .25s, transform .5s cubic-bezier(.215, .61, .355, 1) .25s;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1) .25s, transform .5s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .25s;
}
.arrow__icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 12px;
  margin-top: -6px;
  display: block;
  -webkit-transition: -webkit-transform .25s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform .25s cubic-bezier(.215, .61, .355, 1);
  -o-transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  transition: transform .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .25s cubic-bezier(.215, .61, .355, 1);
}
.arrow svg {
  display: block;
  position: absolute;
}
.card--blog__content .arrow__icon path {
  fill: #000;
}
.arrow__circle {
  left: 0;
  top: 0;
}
.card--blog__content .arrow__circle path,
.property-right-container .arrow__circle path {
  fill: rgba(0, 0, 0, .1);
}
.card--blog__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  background-color: #d8d8d8;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card--blog__bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 120%;
}
.arrow svg {
  min-height: 0;
  min-width: 0;
}
.card--blog__button.on_press .arrow__icon,
html:not(.mobile):not(.tablet) .card--blog__button:focus .arrow__icon,
html:not(.mobile):not(.tablet) .card--blog__button:hover .arrow__icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
/* ----- 8.Portfolio ----- */

.portfolio-section .sec-title h2:before {
  right: -110px;
  bottom: -20px;
}
.anim-icons {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.portfolio-section .inner-container {
  position: relative;
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}
.portfolio-section .sec-title {
  margin-bottom: 100px;
}
.portfolio-section .masonry-items-container {
  position: relative;
  margin: 0 -15px;
}
.masonry-item.width-70 {
  width: 70%;
}
.masonry-item.width-60 {
  width: 60%;
}
.masonry-item.width-50 {
  width: 50%;
}
.masonry-item.width-40 {
  width: 40%
}
.masonry-item.width-30 {
  width: 30%
}
.masonry-item.width-25 {
  width: 25%
}
.masonry-item.width-20 {
  width: 20%
}
.masonry-item.width-10 {
  width: 10%
}
.portfolio-section .masonry-item {
  position: relative;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.portfolio-item {
  position: relative;
  display: block;
}
.portfolio-item .image-box {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.portfolio-item .image-box img {
  display: block;
  width: 100%;
  height: auto;
}
.portfolio-item .caption-box {
  position: absolute;
  left: -100%;
  bottom: 0;
  height: auto;
  padding: 30px 45px;
  min-width: 260px;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  background-color: rgba(0, 0, 0, .80);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.portfolio-item .image-box:hover .caption-box {
  left: 0%;
}
.portfolio-item .caption-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
}
.portfolio-item .caption-box h3 a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.portfolio-item .caption-box h3 a:hover {
  color: #fff582;
}
.portfolio-item .caption-box span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
}
.portfolio-item-two {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.portfolio-item-two .image-box {
  position: relative;
  text-align: center;
  background: #0b0b0b;
}
.portfolio-item-two .image-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.portfolio-item-two .image-box:hover img {
  opacity: 0.70;
}
.portfolio-item-two .caption-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: left;
}
.portfolio-item-two:hover .caption-box {
  -webkit-animation: jump 900ms ease 0s normal;
  animation: jump 900ms ease 0s normal;
}
.portfolio-item-two .caption-box .content {
  position: relative;
  left: 0;
  width: 100%;
  padding: 20px 20px 27px 50px;
  background-color: #ffffff;
  z-index: 9;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.portfolio-item-two:hover .caption-box .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-item-two .caption-box .content h3 {
  position: relative;
  display: block;
  text-transform: uppercase;
}
.portfolio-item-two .caption-box .content h3 {
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.portfolio-item-two .caption-box:hover .content h3 {
  color: #bfa1ca;
}
.portfolio-item-two .caption-box .content span {
  position: relative;
  display: inline-block;
  color: #333;
}
.portfolio-item-two .caption-box:hover .content span {
  color: #999;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.portfolio-section {
  position: relative;
  z-index: 99;
}
.portfolio-section .outer-container {
  position: relative;
}
.portfolio-section .portfolio-item-two {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}
.portfolio-wrapper,
.blog-wrapper {
  padding: 0;
  overflow: hidden;
}
/* ----- 9.Contact ----- */

.nopadding {
  padding: 0!important;
  margin: 0!important;
}
.all-content-wrapper {
  position: relative;
  height: 100vh;
}
.all-content-wrapper-form .all-content-bg {
  background: #f9f9f9;
}
.all-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
}
.all-content .all-content-inner {
  position: relative;
  width: 100%;
  padding: 0 60px 0 60px;
  text-align: center;
}
.all-content .all-content-inner.content-form {
  padding: 0 60px 0 60px;
}
.section-heading {
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  margin: 0;
}
.inner-divider,
.inner-divider-half,
.inner-divider-half-details,
.inner-divider-ultra-half {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}
.inner-divider {
  height: 50px;
}
.all-txt {
  margin: -7px 0 0 0;
  padding: 0;
  color: #fff;
  text-align: left;
}
.all-txt-dark,
.all-txt-dark a,
.all-txt-dark a:hover {
  color: #5f5f5f;
}
.all-txt.all-txt-contact {
  margin: -7px 0 -8px 0;
  display: flex;
}
.contact-content {
  color: #333;
  font-weight: 500;
}
.all-txt.all-txt-dark {
  color: #5f5f5f;
}
.contact-info-sign {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.contact-info-sign:before {
  font-size: 25px;
  padding-right: 10px;
}
.copyright {
  font-size: 13px
}
.wrap-teardrop {
  overflow: hidden;
}
.contact-bg {
  background-image: url(../img/contact/contact-bg.jpg);
}
.all-bg-wapper {
  position: relative;
  height: 100vh;
}
.about-bg,
.services-bg,
.contact-bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#contact-form {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  line-height: 1;
}
form {
  margin: 0;
  padding: 0;
}
#contact_form input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #757575;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 10px 0 10px 0;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#contact_form input:hover,
#contact_form textarea:hover {
  border-color: rgba(0, 0, 0, .35);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#contact_form input:focus,
#contact_form textarea:focus {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
*:focus {
  outline: none;
}
button:focus {
  outline: 0;
}
textarea {
  position: relative;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #757575;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#contact_form textarea {
  color: #333;
  margin: 10px 0 10px 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.contact-form-submit-wrapper {
  position: relative;
  width: 205px;
  height: auto;
  line-height: 1.5;
  margin-top: 40px;
  padding: 0;
  left: 0;
}
.link-underline {
  position: relative;
  display: inline-block;
}
.link-underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-underline.link-underline-dark::before {
  background: #5f5f5f;
}
.link-underline:hover::before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer {
  background: #333;
}
.footer-img img {
  width: 120px;
  text-align: center;
}
.footer-flw ul li a {
  color: #fff;
  font-size: 14px;
}
.footer-flw ul li a:hover {
  color: #bfa1ca;
}
.ion-social-whatsapp-outline:before {
  color: #555;
}
/* ----- 10.SinglePage ----- */

.portfolio-single,
.blog-single {
  position: relative;
}
.portfolio-single .row,
.blog-single .row {
  position: relative;
}
.portfolio-single .image-column,
.blog-single .image-column {
  position: relative;
  display: block;
}
.portfolio-single .image-column .image,
.blog-single .image-column .image {
  position: relative;
  padding: 0;
}
.portfolio-single .image-column .image img,
.blog-single .image-column .image img {
  display: block;
  width: 100%;
  height: 100%;
}
.portfolio-single .content-column,
.blog-single .content-column {
  position: relative;
}
.portfolio-single .content-column .inner-column,
.blog-single .content-column .inner-column {
  position: relative;
  padding: 60px 55px;
}
.portfolio-single .content-column h2,
.blog-single .content-column h2 {
  position: relative;
}
.portfolio-single .content-column h5,
.blog-single .content-column h5 {
  position: relative;
  font-size: 15px;
  line-height: 1.2em;
  color: #141414;
  font-weight: 600;
  margin-bottom: 15px;
}
.portfolio-single .content-column .text,
.blog-single .content-column .text {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0
}
.portfolio-single .content-column .info-list,
.blog-single .content-column .info-list {
  position: relative;
}
.portfolio-single .info-list li,
.blog-single .info-list li {
  position: relative;
  margin-bottom: 10px;
}
.portfolio-single .info-list li span,
.blog-single .info-list li span {
  position: relative;
  display: inline-block;
  min-width: 105px;
  font-size: 14px;
  color: #555;
  font-weight: 800;
}
.social-icon-two {
  position: relative;
}
.social-icon-two li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  margin-right: 20px;
}
.social-icon-two li.share {
  position: relative;
  display: inline-block;
  min-width: 105px;
  font-size: 14px;
  font-weight: 800;
  margin-right: 0
}
.social-icon-two li.share span {
  color: #555 !important;
}
.social-icon-two li a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  color: #bfa1ca;
}
.load-more-option {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 25px 30px;
  padding-bottom: 45px
}
.load-more-option li {
  position: relative;
}
.load-more-option .load-more {
  position: relative;
  display: inline-block;
  font-size: 30px;
}
.arrow-right-3 {
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
}
.arrow-right-3::before {
  content: '';
  width: 100%;
  height: 100%;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #aaa;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}
.arrow-right-3:after {
  content: '';
  float: left;
  position: relative;
  top: -94%;
  width: 100%;
  height: 100%;
  border-width: 0 2px 0 0;
  border-style: solid;
  border-color: #aaa;
  transform-origin: 100% 0;
  transition: 0.2s ease;
}
.arrow-right-3:hover::after {
  transform: rotate(45deg);
  border-color: #aaa;
  height: 120%;
}
.arrow-right-3:hover::before {
  border-color: #aaa;
  transform: scale(0.8);
}
.arrow-left-3 {
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(225deg);
}
.arrow-left-3::before {
  content: '';
  width: 100%;
  height: 100%;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #aaa;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}
.arrow-left-3:after {
  content: '';
  float: left;
  position: relative;
  top: -94%;
  width: 100%;
  height: 100%;
  border-width: 0 2px 0 0;
  border-style: solid;
  border-color: #aaa;
  transform-origin: 100% 0;
  transition: 0.2s ease;
}
.arrow-left-3:hover::after {
  transform: rotate(45deg);
  border-color: #99adb4;
  height: 120%;
}
.arrow-left-3:hover::before {
  border-color: #99adb4;
  transform: scale(0.8);
}
.load-more-option .load-more a {
  font-size: 22px;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.load-more-option .load-more a:hover {
  color: #fc6183;
}
/* ----- 10.Responsive ----- */

@media (min-width: 992px) {
  .all-bg {
    position: absolute;
    width: 33.333333vw;
    height: auto;
    top: 0;
    bottom: 0;
  }
  body {
    border-left: #bfa1ca solid 5px;
  }
}
@media (min-width: 961px) {
  .panel--blog__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .panel--blog__grid__item {
    width: 50%;
  }
  .panel--blog__grid .card--blog {
    height: 100%;
  }
  .card--blog__content {
    padding-top: 90px;
    padding-bottom: 55px;
  }
  .card--blog__content {
    padding-left: calc(40px + 40 * (100vw - 961px)/ 479);
  }
  .card--blog__content {
    padding-right: calc(40px + 60 * (100vw - 961px)/ 479);
  }
  .panel--blog__grid .card--blog__content {
    position: absolute;
    left: 0;
  }
  .panel--blog__grid__item:nth-child(odd) .card--blog__content {
    bottom: 0;
  }
  .card--blog__category {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .card--blog__button {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  }
  .card--blog__button .arrow {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
  .card--blog.on_press,
  html:not(.mobile):not(.tablet) .card--blog:focus,
  html:not(.mobile):not(.tablet) .card--blog:hover {
    text-decoration: none;
  }
  .card--blog.on_press .card--blog__button,
  html:not(.mobile):not(.tablet) .card--blog:focus .card--blog__button,
  html:not(.mobile):not(.tablet) .card--blog:hover .card--blog__button {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
  }
  .card--blog.on_press .card--blog__text,
  .card--blog.on_press .card--blog__title,
  html:not(.mobile):not(.tablet) .card--blog:focus .card--blog__text,
  html:not(.mobile):not(.tablet) .card--blog:focus .card--blog__title,
  html:not(.mobile):not(.tablet) .card--blog:hover .card--blog__text,
  html:not(.mobile):not(.tablet) .card--blog:hover .card--blog__title {
    -webkit-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    transform: translateY(-42px);
  }
  .card--blog.on_press .arrow,
  html:not(.mobile):not(.tablet) .card--blog:focus .arrow,
  html:not(.mobile):not(.tablet) .card--blog:hover .arrow {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .panel--blog__grid__item:nth-child(even) .card--blog__content {
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
}
@media screen and (min-width: 480px) {
  .btn--text {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1050px) {
  .sidebar-bg h3,
  .hero-social {
    left: -120px;
  }
}
@media screen and (max-width: 820px) and (min-width: 768px) {
  .property-right {
    padding: 50px 45px;
  }
  .property-right #carousel ul li a {
    font-size: 15px;
  }
  .property-right-container>p {
    margin-bottom: 11px
  }
  .property-right>h2 {
    margin-bottom: 20px;
  }
  .property-right>div#carousel {
    margin-bottom: 10px
  }
}
@media (max-width: 1500px) and (min-width: 961px) {
  .panel--blog__grid .card--blog__bg {
    min-height: 900px;
  }
  .panel--blog__grid .card--blog__bg:before {
    padding-top: 175%;
  }
}
@media screen and (min-width: 2000px) {
  .sidebar-bg h3,
  .hero-social {
    left: -40px;
  }
  .hero-social .flw:after {
    width: 2px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 2000px) {
  .sidebar-bg h3,
  .hero-social {
    left: -60px;
  }
}
@media screen and (min-width: 1800px) {
  .tp-parallax-wrap {
    left: 140px !important;
  }
  .link--yaku span {
    font-size: 74px;
    line-height: 78px;
  }
  .sub span:not(:last-child):after {
    height: 2px;
  }
  .hero-social ul li a,
  .hero-social .flw {
    font-size: 14px
  }
  .menu-content .item div h1 {
    font-size: 22px;
  }
  .menu-content .item div h1 span {
    font-size: 38px;
    line-height: 50px;
  }
  .menu-content .text-title h1 {
    font-size: 60px;
  }
  .menu-content .text-title ul li {
    font-size: 24px;
    line-height: 35px;
  }
  .property-right>h2 {
    margin-bottom: 35px;
  }
  .btn--text {
    margin-top: 40px;
  }
  .menu-content .text-title ul li.go-home a {
    font-size: 25px;
  }
}
@media screen and (min-width: 1700px) {
  .tp-parallax-wrap {
    left: 140px !important;
  }
  .link--yaku span {
    font-size: 78px;
    line-height: 85px;
  }
  .contact-info-sign:before {
    font-size: 30px;
  }
  .property-right>div#carousel {
    margin-bottom: 1.5rem;
  }
  .last-line {
    margin-bottom: 30px;
  }
  .hero-social ul li a {
    font-size: 16px;
  }
  .hero-social .flw {
    font-size: 16px;
    padding-right: 50px;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 28px;
  }
  h3 {
    font-size: 26px;
    line-height: 45px;
    color: #333;
    font-weight: 500;
  }
  p {
    font-size: 20px;
    line-height: 35px;
  }
  li {
    font-size: 20px;
    line-height: 30px;
  }
  span {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .portfolio-single .info-list li span,
  .blog-single .info-list li span {
    font-size: 17px;
  }
  #contact_form input {
    font-size: 18px;
    height: 48px;
  }
  #contact_form textarea {
    font-size: 18px;
    height: 90px;
  }
  .team-social a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  .sidebar-bg h3,
  .hero-social {
    left: -70px;
  }
  .menu-content .item div h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .menu-content .item div h1 span {
    font-size: 38px;
  }
  .menu-content .text-title h1 {
    font-size: 50px
  }
  .menu-content .text-title ul li {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .tp-parallax-wrap {
    left: 100px !important;
  }
  .property-right>div#carousel {
    margin-bottom: 1.6rem;
  }
  .last-line {
    margin-bottom: 40px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 28px;
  }
  h3 {
    font-size: 23px;
    line-height: 41px;
    color: #333;
    font-weight: 400;
  }
  p {
    font-size: 18px;
    line-height: 32px;
  }
  li {
    font-size: 18px;
    line-height: 28px;
  }
  span {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .portfolio-single .info-list li span,
  .blog-single .info-list li span {
    font-size: 17px;
  }
  #contact_form input {
    font-size: 18px;
    height: 48px;
  }
  #contact_form textarea {
    font-size: 18px;
    height: 90px;
  }
  .team-social a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .sidebar-bg h3,
  .hero-social {
    left: -80px;
  }
  .hero-social .flw:after {
    width: 2px;
  }
}
@media screen and (max-width: 1366px) {
  .property-left,
  .property-right {
    height: 480px;
  }
}
@media screen and (max-width: 1300px) {
  .menu-content {
    width: 70%;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1300px) {
  .sidebar-bg h3 {
    left: -90px;
  }
}
@media screen and (max-width: 1200px) {
  .about-text {
    padding: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .all-content .all-content-inner,
  .all-content .all-content-inner.content-form {
    padding: 0 40px 0 40px;
  }
  .about-text h3 {
    font-size: 25px;
  }
  .about-text p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1250px) {
  .sidebar-bg h3,
  .hero-social {
    left: -110px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .portfolio-single .info-list li span,
  .blog-single .info-list li span,
  .social-icon-two li.share {
    min-width: 70px;
  }
  .portfolio-single .content-column .inner-column p,
  .blog-single .content-column .inner-column p {
    font-size: 14px;
  }
  .portfolio-single .info-list li,
  .blog-single .info-list li {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .stat-box {
    height: 140px;
  }
  .menu-content {
    width: 80%;
  }
  .menu-content .item div h1 span {
    font-size: 30px;
  }
  .menu-content .text-title h1 {
    font-size: 32px;
  }
  .menu-content .text-title ul li{
    font-size: 15px;
  }
  .menu-content .text-title ul li.go-home a{
    font-size: 17px;
  }
  .menu-content .section-title{
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1140px) {
  .portfolio-section .masonry-item.width-50,
  .portfolio-section .masonry-item.width-25 {
    width: 50%;
  }
  .portfolio-item-two .caption-box .content {
    padding: 15px 15px 12px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #magic-cursor {
    display: none;
  }
  .about-img {
    height: 80vh;
  }
  .morph-button-overlay.open .morph-content {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .menu-content {
    width: 90%;
  }
  .menu-content .item div h1 {
    font-size: 15px;
    line-height: 25px;
  } 
  .menu-content .item div h1 span {
    font-size: 28px;
  }
  .menu-content .text-title h1 {
    font-size: 30px;
  }
  .menu-content .text-title ul li{
    font-size: 14px;
  }
  .menu-content .text-title ul li.go-home a{
    font-size: 16px;
  }
  .menu-content .section-title{
    padding-top: 20px;
  }
}
@media screen and (max-width: 1110px) and (min-width: 768px) {
  .property-right {
    padding: 60px 45px;
  }
  .property-right #carousel ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1160px) {
  .image-column,
  .content-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .tp-parallax-wrap {
    left: 43px !important;
  }
  .morph-button.morph-button-overlay {
    right: 20px;
    left: unset;
    top: 20px;
  }
  .morph-button > button {
    left: calc(100% - 60px);
    top: 30px;
  }
  .about-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .counter-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
  }
  .counter-text {
    display: none;
  }
  .text-logo {
    display: none;
  }
  .date {
    font-size: 15px;
  }
  .burger {
    box-shadow: none;
    top: 45px;
    right: 0;
    left: unset;
    margin-right: 12px;
    background: transparent;
  }
  .burger__icon__line1 {
    background: #fff;
  }
  .sidebar-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    z-index: 1;
    box-shadow: 0px 2px 1px rgba(172, 172, 172, 0.15);
  }
  .sidebar-bg h3 {
    position: relative;
    transform: rotate(0deg);
    top: 28px;
    left: unset;
  }
  .hero-social,
  .date {
    display: none;
  }
  .all-content-wrapper {
    height:70vh;
  }
}
@media (max-width: 991px) {
  .limomenu {
    display: block;
  }
}
@media (max-width: 960px) {
  .card--blog {
    position: relative;
    max-height: 810px;
    overflow: hidden;
  }
  .card--blog__content {
    position: absolute;
    bottom: 0;
    padding: 30px;
  }
  .panel--blog__grid__item:nth-child(odd) .card--blog .card--blog__content {
    left: auto;
  }
  .panel--blog__grid__item:nth-child(even) .card--blog .card--blog__content {
    right: auto;
  }
  .card--blog__category {
    padding: 0;
    margin-bottom: 5px;
  }
  .card--blog__category::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .text-title h1 {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
  }
  .features span,
  .sub span {
    font-size: 14px !important;
  }
  .sub span:not(:last-child):after {
    width: 26px;
  }
  .morph-button-overlay .morph-content {
    background-position: unset;
  }
  #fssNext .nextElem {
    display: none;
  }
  .card--blog__text {
    font-size: 13px;
  }
  .btn--text {
    font-size: 13px;
  }
  .decorative {
    pointer-events: none;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1;
    display: block;
    width: 95%;
    height: 50%;
  }
  .team-details {
    padding: 60px;
  }
  #fssPrev,
  #fssNext {
    display: none;
  }
  .slide-content {
    padding: 20px 20px 20px 40px;
  }
  .icon-close .burger {
    margin-right: 12px;
    background: transparent;
  }
  .burger__icon-close__line {
    background: #fff;
  }
  .slide-content p {
    font-size: 13px;
  }
  .slide-content h2 {
    font-size: 30px;
  }
  .sub span {
    padding-right: 55px;
  }
}
@media (max-width: 767px) {
  .container-bookap-left,
  .container-bookap-right,
  .property-left,
  .property-right {
    float: none;
    width: auto;
  }
  .property-left {
    display: none !important;
  }
  .all-content-wrapper {
    height: 80vh;
  }
}
@media screen and (max-width: 42em) {
  .link--yaku2 {
    font-size: 4em;
  }
}
@media (max-width: 650px) {
  .container {
    padding: 100px 40px 100px 30px;
  }
  .container-2 {
    padding: 0 40px 0 30px;
  }
  .tp-parallax-wrap {
    left: 28px !important;
  }
}
@media only screen and (max-width: 599px) {
  .portfolio-section .masonry-item.width-50,
  .portfolio-section .masonry-item.width-25 {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .stat-box {
    background: #F9F9F9;
    margin-bottom: 20px;
    height: 120px;
    overflow: hidden;
  }
  .sidebar-bg h3 {
    font-size: 25px;
    letter-spacing: 5px;
  }
  .stat-text,
  .stat-counter .counter {
    font-size: 16px;
  }
  .counter-img {
    height: 80vh;
  }

}
@media (max-width: 500px) {
  .property-right-container {
    width: unset;
  }
  .link--yaku span {
    font-size: 45px !important;
    line-height: 56px !important;
  }
}
@media screen and (max-width: 480px) {
  .card--blog__title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .container-bookap-left,
  .container-bookap-right {
    border-bottom: 3px solid #bfa1ca;
  }
  .property-right>div#carousel {
    margin-bottom: 1rem;
  }
  .property-right #carousel ul li a {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .container {
    padding: 100px 30px 100px 20px;
  }
  .container-2 {
    padding: 0 30px 0 20px;
  }
  .bookap-text, .bookap-text-container h2 {
    font-size: 24px;
  }
  .bookap-text-container .bookap-sub-text p {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .property-right {
    padding: 45px 30px;
  }
  .property-right>h2 {
    margin-bottom: 20px;
  }
  .property-right>div#carousel {
    margin-bottom: 12px
  }
  .property-right-container>p {
    margin-bottom: 12px
  }
  .about-text {
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 360px) {
  .about-text {
    padding: 20px;
  }
  .features span,
  .sub span {
    font-size: 13px !important;
  }
  .property-right>div#carousel ul li {
    padding-right: 10px;
  }
  .portfolio-single .info-list li span,
  .blog-single .info-list li span {
    min-width: 95px;
  }

  .portfolio-single .info-list li span,
  .blog-single .info-list li span,
  .social-icon-two li.share {
    min-width: 88px;
    font-size: 12px;
  }
  .portfolio-single .info-list li,
  .blog-single .info-list li {
    font-size: 13px;
  }
  .stat-text {
    font-size: 13px;
  }
  .bookap-text, .bookap-text-container h2 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .bookap-sub-text {
    width: 240px;
  }
  .bookap-sub-text {
    margin-top:15px;
  }
}
@media (max-width: 350px) {
  .container {
    padding: 100px 15px 100px 25px;
  }
  .container-2 {
    padding: 0 15px 0 25px;
  }
  .about-text {
    padding: 10px;
  }
  .team-name {
    font-size: 19px;
  }
}