/*-----------------------------------------------------------------
Project             : Akar – Creative Digital & Marketing Agency OnePage Template
Version             : 1.0
Author              : Cingunt-Themes
=====================================================================

[Table of contents]

1. General Style
2. Header/Navbar
3. Hero
4. About
5. Service
6. Works
7. News
8. Client / Testimonial
9. Contact
10. Detail project
11. Single page


==================================================================*/

/* ==========================================================================
                            [01] General Style
   ========================================================================== */

/* Google Font */
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900");

.buttonlink,
.buttonlink:hover,
.buttonlink:active,
.buttonlink:link,
.buttonlink:visited {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}

.innerbox ul {
  list-style: square !important;
  list-style-type: square !important;
  padding-left: 2rem;
}

.timetable {
  font-size: 1.1rem;
}

.img-frame {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, 0.2);
}

.img-rahmen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ebox {
  width: 70%;
  height: 200px;
  background: #fff;
  margin: 40px auto;
}

.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
  position: relative;
}
.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3 {
  position: relative;
}
.effect3:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/*==================================================
 * Effect 3 Video
 * ===============================================*/
/* .effect3vid {
  position: relative;
} */
.effect3vid:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 150px;
  width: 40%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/*==================================================
 * Effect 4
 * ===============================================*/
.effect4 {
  position: relative;
}
.effect4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5 {
  position: relative;
}
.effect5:before,
.effect5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before,
.effect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.effect6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before,
.effect8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.effect8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/*preloader */
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.bg-main {
  background: #fff;
}

.bg-second {
  background: #eee;
}

.overlay-start {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: #000;
  bottom: 0;
  right: 0;
}

.bg-over {
  background: rgba(24, 35, 40, 0.831);
}

.bg-cyan {
  background: #fff;
}

.bg-cyan::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: -70px;
  left: 0;
  width: 60%;
  height: calc(100% + 20px);
  background-color: #f1f4f6;
}

.between {
  padding: 100px 20px;
}

.line-between {
  height: 100px;
  width: 1px;
  position: absolute;
  display: block;
  margin-top: -50px;
  transform: translate(-50%, -0%);
  left: 50%;
  background: #008e7c;
}

.color-white {
  color: #fff !important;
  border-color: #fff !important;
}

.color-dark {
  color: #222 !important;
}

.color-gray {
  color: #e2e2e2 !important;
}

.bg-dark {
  background: #1a1a1a !important;
}

.bg-dark-d::before {
  content: "";
  width: 60%;
  height: 80%;
  position: absolute;
  left: 0;
  margin-top: -100px;
  background: #222;
  z-index: 0;
}

.mt-full {
  margin-top: 90vh !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

h1 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 50px;
  font-weight: 900;
  color: #000;
}

h2 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 24px;
  font-weight: 900;
  color: #1e272c;
}

h3 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #1e272c;
  font-weight: 700;
}

h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.title {
  padding-top: 30px;
  z-index: 2;
  position: relative;
}

.title h2 {
  font-size: 50px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 800;
  color: #000;

  margin: 0;
  /* -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent; */
}

.title h3 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0;
  color: #008e7c;
  font-size: 18px;
}

.mid-title .title:before {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.title:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -25px;
  width: 120px;
  height: 120px;
  z-index: 1;
  background: url("../img/text-bg-dark.png") repeat;
  background-size: 10px;
  opacity: 0.1;
  z-index: -1;
  transform: rotate(45deg);
}

.line {
  background: url("../img/line.png") center center no-repeat;
  height: 9px;
  width: 88px;
  display: inline-block;
}

p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}

p.sub-title {
  mix-blend-mode: color-dodge;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 25px;
  color: #7b8b8e;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Muli", sans-serif;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-up {
  top: 0;
  position: absolute;
  z-index: -2;
}

.hover {
  overflow: hidden;
  display: block;
}

.hover::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
}

/* decor */
.right-bg {
  position: absolute;
  width: 60%;
  /* height: calc(100% + 50px); */
  height: 100%;
  background: #eee;
  opacity: 1;
  right: 0;
  top: 0;
  margin: 10px;
  display: block;
  z-index: -3;
  border-top: 1px solid #008e7c;
  border-image: linear-gradient(to right, #008e7c, rgb(232, 237, 235)) 1;
  border-left: 1px solid #008e7c;
  border-bottom: 1px solid #008e7c;
  border-image: linear-gradient(to right, #008e7c, rgb(232, 237, 235)) 1;
  /* -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); */
}

.left-bg {
  position: absolute;
  width: 60%;
  /* height: calc(100% + 50px); */
  height: 100%;
  background: #eee;
  opacity: 1;
  padding-bottom: 10px;
  display: block;
  z-index: -3;
  border-top: 1px solid #008e7c;
  border-image: linear-gradient(to right, rgb(232, 237, 235), #008e7c) 1;
  border-right: 1px solid #008e7c;
  border-bottom: 1px solid #008e7c;
  border-image: linear-gradient(to right, rgb(232, 237, 235), #008e7c) 1;
  /* border-bottom: 2px solid #008e7c; */
  /* -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); */
}

.full-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eee;
  opacity: 1;
  left: 0;
  top: 0;
  margin-top: 50px;
  display: block;
  z-index: -3;
  border-top: 1px solid #008e7c;
  border-bottom: 1px solid #008e7c;
}

.full-bg-footer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eee;
  opacity: 1;
  left: 0;
  top: 0;
  margin-top: 50px;
  display: block;
  z-index: -3;
}

.full-bg-pic {
  background: linear-gradient(
      rgba(238, 238, 238, 0.8),
      rgba(238, 238, 238, 0.8)
    ),
    url("./../images/bg4.jpg");
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0;
  top: 10;
  padding: 10px;
  display: block;
  z-index: -3;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 0px 20px hsla(300, 15%, 25%, 0.3) inset;
  /* border-bottom: 1px solid #008e7c;
  border-top: 1px solid #008e7c; */
}

.full-bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  z-index: -1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30px;
}

#video_background {
  z-index: -1000;
  overflow: hidden;
  width: 400px;
}

.fix {
  margin-top: 10px;
  background-attachment: fixed;
  height: calc(100% + 50px);
}

.line-col {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  height: 100%;
  position: fixed;
  top: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  z-index: -4;
}

.line-col.first {
  left: 10%;
}

.line-col.second {
  left: 30%;
}

.line-col.third {
  left: 50%;
  transform: translateX(-50%);
}

.line-col.fourth {
  left: 70%;
}

.line-col.fifth {
  left: 90%;
}

.sell-img {
  height: 250px;
  margin-bottom: 10px;
}

.move {
  margin-left: 30px;
}

/* ==========================================================================
                            [02] Hero
   ========================================================================== */
.hero {
  height: 70vh;
}

.hero-title h1 {
  color: #000;
  margin: 0 !important;
  letter-spacing: 3px;
  font-size: 60px;
  font-weight: 900;
  font-family: "Playfair Display", sans-serif;
}

.hero-title h3 {
  color: #008e7c;
}

.hero-bg {
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100%);
  width: calc(100%);
  z-index: -4;
  overflow: hidden;
  opacity: 1;
}

.hero-bg img {
  height: 90%;
  position: absolute;
  opacity: 1;
  bottom: 0;
  right: 10%;
}

.hero-bg::before {
  z-index: -10;
}

.square {
  opacity: 0.9;
  z-index: -11;
  height: 100%;
  width: 100%;
  right: 0;
  position: absolute;
  background: url("../images/welcome.jpg") no-repeat center center;
  background-size: cover;
}

.square-overlay {
  z-index: -10;
  height: 100%;
  width: 100%;
  right: 0;
  position: absolute;
  background: #fff;
}

.video-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}
.titelcontent {
  text-align: center;
  vertical-align: bottom;
  margin-top: -80px;
  /* background: rgba(238, 238, 238, 0.85); */
  /* padding: 50px; */
  /* -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; */
}

.titelcontent h3 {
  font-size: 36px;
  font-weight: lighter;
}

.body-frame {
  display: block;
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 20px solid #222;
  border-bottom: 0px;
  pointer-events: none;
}

.btn-main {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  border: 1px solid #008e7c;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 34px;
  color: #000;
  transition: all ease 0.5s;
}

.btn-main:hover {
  color: #008e7c;
}

.btn-main:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #008e7c;
  width: 30px;
  transform: translate(-50%, -50%);
  height: 1px;
  left: 0;
  top: 50%;
  float: left;
  transition: all ease 0.5s;
}

.btn-main:hover:before {
  left: 100%;
}

.adressinfo {
  border-left: 1px solid #008e7c;
  margin-left: 20px;
}

.adressinfo p {
  font-size: 19px;
  color: #1a1a1a;
}

.adressinfo a:link {
  color: #1a1a1a;
  font-weight: 800;
}

.adressinfo a:hover {
  color: #008e7c;
}

/* ----------------------------------------------------------------
                        [ 03 Navbar ]
-----------------------------------------------------------------*/

.toggle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  margin-top: 50px;
  width: 50px;
  height: 50px;
  right: 3%;
  border: 1px solid #008e7c;
  z-index: 1000 !important;
}

.logo {
  position: fixed;
  margin-top: 50px;
  width: 50px;
  height: 50px;
  left: 3%;
  z-index: 1000 !important;
}

.toggle-btn::before {
  content: "GIW IMMOBILIEN";
  position: absolute;
  width: 180px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #000;
  right: 60px;
}

.one {
  display: block;
  position: relative;
  width: 25px;
  height: 1px;
  background: #000;
}

.two {
  display: block;
  position: relative;
  width: 25px;
  height: 1px;
  background: #000;
  margin-top: 4px;
}

.tre {
  display: block;
  position: relative;
  width: 25px;
  height: 1px;
  background: #000;
  margin-top: 4px;
}

.menu {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 98;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.links::before {
  left: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #008e7c;
}

.menu-text p {
  font-weight: 300;
  line-height: 30px;
  color: #000;
}

.data {
  text-align: left;
}

.data ul {
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
}

.menu li {
  color: #fff;
}

a.menu-link {
  font-family: "Playfair Display", serif;
  display: inline-block;
  text-decoration: none;
  color: #000;
  opacity: 0.5;
  font-size: 50px;
  font-weight: 600;
  margin: 0 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

a.menu-link-home {
  font-family: "Playfair Display", serif;
  display: inline-block;
  text-decoration: none;
  color: #505050;
  opacity: 1;
  font-size: 22px;
  font-weight: 500;
  margin: 0 20px;
  margin-top: 10px;
  padding: 5px;
  overflow: hidden;
  transition: all 0.4s ease;
}

a.menu-link:hover {
  opacity: 1;
}

a.menu-link.active {
  opacity: 1;
}

.toggle-btn:hover {
  cursor: pointer;
}

.bg-nav {
  position: fixed;
  z-index: 22;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
}

.address-menu h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #008e7c;
  font-weight: 600;
}

.address-menu h4 {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 30px;
  opacity: 0.5;
}

.social {
  position: absolute;
  right: 3%;
  z-index: 3;
}

.social ul li {
  display: block;
  margin-left: 10px;
  padding: 0;
  text-align: center;
  transition: all 0.2s ease;
}

.contact .social ul li {
  display: inline;
}

/* ==============================
   Contact section
   ============================== */

.contact-item {
  padding-right: 67px !important;
  position: relative;
  color: rgb(0, 0, 0);
  text-align: right;
  overflow: hidden;

  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.contact-item a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.contact-item:hover,
.contact-item:hover a {
  color: rgb(0, 0, 0);
}
.contact-item a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.ci-icon {
  width: 45px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 7px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.8);
}
.ci-title {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
}
.ci-phone {
  font-size: 24px;
  font-family: Montserrat, arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.ci-text {
  color: rgb(0, 0, 0);
}

/*
 * Contact form
 */

.cf-left-col {
  width: 48.5%;
  float: left;
  margin-right: 3%;
}
.cf-right-col {
  width: 48.5%;
  float: left;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form input.ci-field {
  height: 44px;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
.contact-form input.ci-field:hover {
  color: rgb(0, 0, 0);
}
.contact-form input.ci-field:focus {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.contact-form textarea.ci-area:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.contact-form input.ci-field::-webkit-input-placeholder,
.contact-form textarea.ci-area::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
}
.contact-form input.ci-field:focus::-webkit-input-placeholder,
.contact-form textarea.ci-area:focus::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
}

.contact-form input.ci-field:-moz-placeholder,
.contact-form textarea.ci-area:-moz-placeholder {
  color: rgb(0, 0, 0);
}
.contact-form input.ci-field:focus:-moz-placeholder,
.contact-form textarea.ci-area:focus:-moz-placeholder {
  color: rgb(0, 0, 0);
}

.contact-form input.ci-field::-moz-placeholder,
.contact-form textarea.ci-area::-moz-placeholder {
  color: rgb(0, 0, 0);
}
.contact-form input.ci-field:focus::-moz-placeholder,
.contact-form textarea.ci-area:focus::-moz-placeholder {
  color: rgb(0, 0, 0);
}

.contact-form input.ci-field:-ms-input-placeholder,
.contact-form textarea.ci-area:-ms-input-placeholder {
  color: rgb(0, 0, 0);
}
.contact-form input.ci-field:focus:-ms-input-placeholder,
.contact-form textarea.ci-area:focus:-ms-input-placeholder {
  color: rgb(0, 0, 0);
}

.contact-form textarea.ci-area {
  height: 75px;
  padding: 3px;
  font-size: 13px;
  font-weight: 400;
  text-transform: none !important;
  background: transparent;
  border: 1px solid rgb(0, 0, 0);

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form textarea.ci-area:hover {
  border-color: rgb(0, 0, 0);
}
.contact-form textarea.ci-area:focus {
  color: #000000;
  border-color: rgba(0, 0, 0, 1);
}
.contact-form label {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 400;
  text-transform: none !important;
  color: rgba(0, 0, 0, 1);
}
.contact-form .ci-btn {
  margin-top: -5px;
  color: #ffffff;
  background: rgba(0, 0, 0, 1);
}
.contact-form .ci-btn:hover {
  background: rgba(0, 0, 0, 1);
}
.contact-form .ci-btn:focus {
  outline: none;
}

.contact-form .error {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(228, 25, 25, 0.75);
  color: #000000;
}
.contact-form .success {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(50, 178, 95, 0.75);
  color: #000000;
}

.social ul li a {
  transition: all 0.5s ease;
}

.social ul li:hover a {
  color: #008e7c;
}

.social ul {
  margin: 0;
  padding: 0;
}

.social ul li a {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  line-height: 40px;
}

.email-link {
  position: absolute;
  transform: translate(-50%, -50%) rotate(-90deg);
  top: 50%;
  left: 4%;
  z-index: 3;
}

.email-link a {
  color: #000;
  transition: all 0.5s ease;
}

.email-link:hover a {
  color: #008e7c;
}

/* ==========================================================================
                            [03] Service
   ========================================================================== */
.service {
  margin-bottom: 100px;
}

.service-item {
  transition: all 0.3s ease;
  padding: 30px 30px;
  box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.front {
  z-index: 3;
}

.service-icon {
  margin: 20px 0;
}

.service-icon img {
  width: 70px;
}

.service-text {
  padding: 20px 0;
}

.service-text h3 {
  color: #000;
  text-align: center;
}

.service-text p {
  margin-top: 20px;
  letter-spacing: 1px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.service-list {
  padding: 0;
  margin-top: 20px;
}

.service-line {
  margin-top: 60px;
  width: 100px;
  height: 3px;
  background: #008e7c;
}

.service-list li {
  font-weight: 700;
  display: block;
  color: #000;
  margin: 10px 0;
}

/* ==========================================================================
                            [04] Work
   ========================================================================== */

.project-section {
  position: relative;
}

.project-content img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, 0.2);
}

.project-content {
  padding: 0 20px;
  margin: 0 0 50px 0;
}

.project-content:hover .img-project::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgb(0, 142, 142) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgb(0, 142, 142) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgb(0, 142, 142) 100%
  );
  opacity: 0.5;
}

span.strip {
  width: 40px;
  height: 1px;
  background: #008e7c;
  position: absolute;
  left: 24px;
  top: 10px;
}

span.number {
  padding-right: 50px;
}

.detail-project {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: #fff;
}

.detail-project h3 {
  font-family: "Playfair Display", serif;
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #008e7c;
  padding: 0;
}

.detail-project p {
  margin: 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
}

/* ==========================================================================
                            [05] About
   ========================================================================== */

.about-overlay {
  /* background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, #008e7c);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, #008e7c);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, #008e7c);
  opacity: 0.5;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: all 1s ease; */
}

.about-img {
  box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, 0.2);
}

.about-img:hover .about-overlay {
  opacity: 0;
}

.about-item {
  overflow: hidden;
}

.about-text {
  padding: 10px 10px;
  z-index: 1;
}

.about-text p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.about-text h4 {
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 2px;
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #000;
  padding-bottom: 20px;
}

.about {
  position: relative;
}

/* ==========================================================================
                            [06] Testimonial & Client
   ========================================================================== */

.testimonial-bg {
  position: absolute;
  width: 60%;
  height: 130%;
  background: #222;
  left: 0;
  top: 0;
  margin-top: -50px;
  display: block;
  z-index: -3;
}

.testimonial {
  position: relative;
}

.testimonial-item {
  padding: 30px;
  position: relative;
}

.quot-left {
  position: absolute;
  height: 100;
  top: 0;
  left: 0;
  color: #222;
  font-size: 70px;
  opacity: 0.1;
  z-index: -1;
}

.quot-right {
  position: absolute;
  height: 100;
  top: 0;
  right: 0;
  color: #222;
  font-size: 70px;
  opacity: 0.1;
  z-index: -1;
}

.testimonial-item p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-weight: 500;
  font-style: italic;
}

.line-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 5px;
  background-color: #008e7c;
  z-index: 2;
}

p.author-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  color: #008e7c;
}

.item-partner {
  opacity: 0.4;
}

.item-partner:hover {
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.line-testi {
  width: 100%;
  height: 1px;
  background: #008e7c;
  margin: 10px 0;
  opacity: 1;
}

/* ==========================================================================
                            [07] Team
   ========================================================================== */
.team {
  position: relative;
  margin-bottom: 50px;
}

.team-item::after {
  content: "";
  position: absolute;
  height: 80%;
  width: calc(100% - 30px);
  transform: translateX(-50%);
  left: 50%;
  background: #eee;
  bottom: -30px;
  z-index: -1;
  box-shadow: -9px 9px 31px -6px rgba(0, 0, 0, 0.2);
}

.team-text {
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  color: #e5efed !important;
}

.team-text h3 {
  /* color: #008e7c !important; */
  color: #e5efed !important;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 900;
}

.team-text p {
  color: #e5efed !important;
}

ul.arrows {
  padding: 0;
}

ul.arrows li {
  cursor: pointer;
  display: inline;
  margin: 10px;
  opacity: 0.5;
  transition: all 0.7s ease;
}

.arrow-left:hover {
  opacity: 1;
}

.arrow-right:hover {
  opacity: 1;
}

/* ==========================================================================
                            [08] NEWS
   ========================================================================== */

.news {
  position: relative;
}

.news-item {
  transition: all 0.5s ease;
  overflow: hidden;
  cursor: pointer;
}

.news-item:hover {
  transform: scale(0.98);
}

.news-img {
  overflow: hidden;
}

.news-text {
  position: absolute;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  left: 50%;
  padding: 20px 30px 30px;
  background: #eeeeee;
  opacity: 0;
  transition: all 0.2s ease;
}

.news-link {
  color: #008e7c;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: solid 1px #008e7c;
}

.news-link:hover {
  color: #000;
}

.news-item:hover .news-text {
  opacity: 1;
  bottom: 0px;
}

.news-text h3 {
  color: #000;
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: uppercase;
}

.news-text p {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
}

.news-date p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 2px;
  color: #000;
}

/* ==========================================================================
                            [09] CONTACT
   ========================================================================== */

.contact-item h3 {
  color: #000;
  margin-bottom: 20px;
}

.contact-item h3 span {
  font-family: "Playfair Display", serif;
  color: #008e7c;
  font-style: italic;
}

.contact-item a {
  color: #008e7c;
}

.contact {
  position: relative;
}

.contact-item .social {
  position: relative !important;
  bottom: 0;
  right: 0;
}

a.mail {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

a.phone {
  font-weight: 600;
  letter-spacing: 1px;
}

.contact-item .social li {
  margin: 0 10px 0 0;
}

.copyright h3 {
  font-family: "Playfair Display", serif;
  color: #000;
}

/* ==========================================================================
                            [10] Detail Project
   ========================================================================== */

.detail-title {
  height: 200px;
  margin-top: -200px;
}

.project-detail {
  background: #eee;
  padding-bottom: 70px;
}

.detailes {
  margin: 30px 0;
}

.detailes h3 {
  color: #008e7c;
  letter-spacing: 3px;
  font-weight: 900;
  text-transform: uppercase;
}

.detailes p {
  margin: 0;
}

.square-project-detail {
  opacity: 0.9;
  z-index: -11;
  height: 100%;
  width: 100%;
  right: 0;
  position: absolute;
  background: url("../img/work-detail/1.jpg") no-repeat center center;
  background-size: cover;
}

/* ==========================================================================
                            [11] Single Page
   ========================================================================== */

.title-single-page {
  height: 300px;
  width: 50%;
  background: #fff;
  box-shadow: 14px 14px 50px 7px rgba(0, 0, 0, 0.1);
}
.line-single-page {
  height: 40%;
  width: 1px;
  position: absolute;
  display: block;
  margin-top: -50px;
  transform: translate(-50%, -50%);
  top: 90%;
  left: 50%;
  z-index: -1;
  background: #008e7c;
}

.single-page-bg {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  background: url("../img/work-detail/3.jpg") center center no-repeat;
  z-index: -4;
}
