
@import url('https://fonts.googleapis.com/css?family=Cardo:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900&display=swap');

/* ============================== */
/* ====== GENERAL SETTINGS  ===== */
/* ============================== */

/* settings scrollbar */
::-webkit-scrollbar {
  width: 6px;
  background-color: #BDBDBD;
}
::-webkit-scrollbar-thumb {
  background-color: #616161;
}
:focus {
  outline: -webkit-focus-ring-color none !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
}
/* Basic settings */
a:hover {
  text-decoration: none;
}
ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
  color: #616161;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
html {
  font-size: 13px;
}
html,
body {
  position: relative;
  height: 100%;
  touch-action: auto;
}
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.60rem;
  overflow-x: hidden;
  background-color: #F5F5F5;
}
.img-fluid {
  width: 100% !important;
}
.info-overf-hid {
  overflow: hidden;
}
#pjax-container {
  height: 100%;
  min-height: calc(100vh - 120px);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
h1 {
  font-size: 2.307rem;
}
h2 {
  font-size: 1.846rem;
  color: #212121;
}
h3 {
  font-size: 1.231rem;
  color: #212121;
}
h4 {
  font-size: 1.0769rem;
}
h5 {
  font-size: 1rem;
  color: #424242;
}
h6 {
  font-size: 0.923rem;
}
.wrap-content {
  padding-top: 96px;
  padding-bottom: 120px;
  padding-left: 33px;
  padding-right: 33px;
}
/* Typography Settings */
.subtitle-italic {
  font-family: 'Cardo', serif;
  font-style: italic;
}
/* animation settings */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 8%, 0);
    transform: translate3d(0, 8%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 8%, 0);
    transform: translate3d(0, 8%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* Swiper Slider */
.swiper-container {
  width: 100%;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 48px;
}
/* Mobile-Navigation */
.show-menu {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.wrap-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent;
  height: 41px;
}
.wrap-menu img {
  width: 30px;
  margin-top: 5px;
  margin-left: 15px;
}
#icon-burger-menu {
  width: 30px;
  height: 10px;
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 15px;
  padding: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
#icon-burger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #BF9969;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#icon-burger-menu span:nth-child(1) {
  top: 0px;
}
#icon-burger-menu span:nth-child(2),
#icon-burger-menu span:nth-child(3) {
  top: 8px;
}
#icon-burger-menu span:nth-child(4) {
  top: 16px;
}
#icon-burger-menu.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#icon-burger-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#icon-burger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#icon-burger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#icon-burger-menu.open {
  left: 250px;
  transition-duration: 0 !important;
}
/* Main Navigation */
.navigation {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 9;
  background-position: center;
  background-size: cover;
  box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.75);
}
.wrap-nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navigation-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.animated {
  will-change: transform;
}
.nav-bg-home {
  background-image: url(../img/start/nav_back.jpg);
  will-change: transform;
}
.nav-bg-haus {
  background-image: url(../img/haus/nav_back.jpg);
  will-change: transform;
}
.nav-bg-fewo {
  background-image: url(../img/fewo/nav_back.jpg);
  will-change: transform;
}
.nav-bg-inzell {
  background-image: url(../img/inzell/nav_back.jpg);
  will-change: transform;
}
.nav-bg-reiten {
  background-image: url(../img/reiten/nav_back.jpg);
  will-change: transform;
}
.nav-bg-kontakt {
  background-image: url(../img/kontakt/nav_back.jpg);
  will-change: transform;
}
.on-bg {
  -webkit-animation-name: slideNavBg;
  animation-name: slideNavBg;
  z-index: 10;
  transition-duration: 1s;
  will-change: transform;
}
@-webkit-keyframes slideNavBg {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideNavBg {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.menu a.active > .char1:after {
  content: "";
  position: absolute;
  width: 88%;
  left: 12px;
  margin-top: 10px;
  height: 1px;
  background-color: #fff;
  opacity: .5;
}
.menu {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
  height: 200px;
  font-size: 0.923rem;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid rgba(197, 162, 110, 0.5);
  padding: 24px;
  z-index: 11;
}
.menu a {
  color: #fff;
}
.menu a:hover > .char1:after {
  content: "";
  position: absolute;
  width: 88%;
  left: 12px;
  margin-top: 10px;
  height: 1px;
  background-color: #fff;
  opacity: .5;
}
.navbar-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* FOOTER */
.footer {
  margin-right: 0;
  margin-left: 0;
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  background-color: #0D0D0D;
}
footer {
  height: 120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  color: #9E9E9E;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  padding-left: 48px;
  padding-right: 48px;
}
footer span {
  font-size: 0.769rem;
  text-transform: uppercase;
}
footer .social-footer a {
  padding: 0 3px;
  color: #F5F5F5;
  transition-duration: .3s;
}
footer .social-footer a:hover {
  color: #BF9969;
}
/* ==================== */
/*  DEFAULT HOME PAGE   */
/* ==================== */
.logo {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 12;
}
.logo img {
  opacity: .9;
}
/* Main background */
.main-bg {
  background-image: url(../img/main-bg.svg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .9;
  z-index: -101;
}
.social {
  position: absolute;
  top: 24px;
  right: 48px;
  z-index: 1;
}
.social span {
  color: #9E9E9E;
  margin-right: 12px;
}
.social a {
  color: #424242;
  padding: 0 3px;
}
.social a:hover {
  color: #616161;
}
.home-text-block {
  margin-bottom: 96px;
}
.home-text-block h1 {
  margin-bottom: 12px;
  font-size: 3.692rem;
  font-weight: 600;
  color: #BF9969;
}
.home-text-block h3 {
  margin-bottom: 24px;
}
/* Info Section */
.info {
  width: 100%;
  position: absolute;
  bottom: -100px;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition-duration: .3s;
}
.info h3 {
  color: #fafafa;
}
.info p {
  color: #BDBDBD;
  font-size: 0.923rem;
}
.image-link-home {
  max-width: 100%;
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden;
}
.image-link-home .img {
  overflow: hidden;
}
.image-link-home .img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.35s ease-in-out;
}
.image-link-home:hover .info {
  bottom: 0;
  opacity: 1;
}
.image-link-home:hover .img > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.title-line {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.title-line h1,
.title-line h2,
.title-line h3,
.title-line h4,
.title-line h5,
.title-line h6 {
  display: inline-block;
  font-weight: 700;
  color: #bf9969;
  font-family: 'Cardo', serif;
}
.title-line:after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #bf9969;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 24px;
}
/* Slider section */
.slider-section {
  height: 100%;
  width: 100%;
}
.slider-section .title-line {
  margin-bottom: 24px;
}
.title-line__name-section {
  position: relative;
  margin-bottom: 36px;
}
.title-line__name-section h1,
.title-line__name-section h2,
.title-line__name-section h3,
.title-line__name-section h4,
.title-line__name-section h5,
.title-line__name-section h6 {
  display: inline-block;
}
.title-line__name-section:after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #424242;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 24px;
}
.title-line__name-section-white {
  position: relative;
  color: #F5F5F5;
  margin-bottom: 36px;
}
.title-line__name-section-white h1,
.title-line__name-section-white h2,
.title-line__name-section-white h3,
.title-line__name-section-white h4,
.title-line__name-section-white h5,
.title-line__name-section-white h6 {
  display: inline-block;
}
.title-line__name-section-white:after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 24px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: -1px;
}
.swiper-button-prev,
.swiper-button-next {
  top: calc(50% - 25px);
  background-image: none;
  color: #fff;
  width: 48px;
  transition-duration: 0.3s;
  height: 100px;
  opacity: .7;
}
.swiper-button-prev:before {
  content: url(../img/arrow_prev.svg);
  width: 100%;
  height: 100%;
  color: #c0c0c0;
}
.swiper-button-next:before {
  content: url(../img/arrow_next.svg);
  width: 100%;
  height: 100%;
  color: #c0c0c0;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}
.swiper-pagination {
  font-family: 'Cardo', serif;
  font-size: 1.846rem;
  font-style: italic;
}
/* ======================== */
/* ===== HOME-2 PAGE ====== */
/* === MASONRY LAYOUT ===== */
/* ======================== */
/* Clear Fix Grid */
#masonry-grid:after {
  content: '';
  display: block;
  clear: both;
}
.masonry-grid-sizer,
.masonry-item {
  width: 33.333%;
}
/* Masonry Item */
.masonry-item {
  float: left;
}
.grid-item img {
  display: block;
  max-width: 100%;
}
/* ======================== */
/* ===== HOME-3 PAGE ====== */
/* === FULLSCREEN SLIDER == */
/* ======================== */
.info-section-content {
  position: fixed;
  width: 320px;
  height: 100%;
  background-color: #fafafa;
  z-index: 10;
  padding: 24px;
  right: 0;
  overflow: auto;
  -webkit-transform: translateX(321px);
  transform: translateX(321px);
  transition-duration: .3s;
}
.info-section-content .info-img-wrap {
  width: 100%;
  height: 192px;
  margin-bottom: 24px;
}
.info-section-content .info-img {
  width: 100%;
  height: 100%;
  background-image: url(../img/home/info/1.jpg);
  background-position: center;
  background-size: cover;
}
.info-about {
  scroll: auto;
  margin-top: 72px;
}
.info-about .subtitle-italic {
  margin-bottom: 12px;
}
.info-icon {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 11;
  cursor: pointer;
  opacity: 1;
  transition-duration: .3s;
  color: #BF9969;
  font-size: 2.307rem;
  transition-duration: .5s;
}
.info-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.link-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.link-button a {
  color: #eeeeee;
  text-transform: uppercase;
  font-size: 0.923rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 1px solid #fafafa;
}
.link-button:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 6px;
  transition-duration: .5s;
}
.link-button:hover:after {
  margin-left: 12px;
  width: 54px;
}
/* Slider Settings */
.home-slider-fullscreen {
  height: 100%;
  width: 100%;
}
.home-slider-fullscreen .img-1 {
  width: 100%;
  height: 100%;
  background-image: url(../img/start/slider1.jpg);
  background-position: center;
  background-size: cover;
}
.home-slider-fullscreen .img-2 {
  width: 100%;
  height: 100%;
  background-image: url(../img/start/slider2.jpg);
  background-position: center;
  background-size: cover;
}
.home-slider-fullscreen .img-3 {
  width: 100%;
  height: 100%;
  background-image: url(../img/start/slider3.jpg);
  background-position: center;
  background-size: cover;
}
.home-slider-fullscreen .swiper-pagination {
  position: absolute;
  color: #fafafa;
}
.home-slider-fullscreen .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  z-index: 0;
}
/* Slider Text */
.full-slider-text {
  position: absolute;
  z-index: 1;
  margin-top: 10%;
  padding-left: 48px;
  padding-right: 48px;
  width: 80%;
}
.full-slider-text h1 {
  font-size: 4.615rem;
  font-weight: 900;
  color: #fafafa;
  text-shadow: 0 0 1px black;
  margin-bottom: 12px;
}
.full-slider-text p {
  color: #fafafa;
  text-shadow: 0 0 2px black;
  margin-bottom: 48px;
}
.swiper-slide-active > .full-slider-text > .el {
  display: block;
}
.full-slider-text > .el {
  display: none;
}
/* Animation Delay Settings */
.animated.delay-1-el {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-2-el {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
.animated.delay-3-el {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
/* ======================== */
/* ===== HOME-4 PAGE ====== */
/* ======= CAROUSEL ======= */
/* ======================== */
.overflow-hidden {
  overflow: hidden;
}
.crsl-gutter {
  margin-right: -15px;
  margin-left: -37px;
}
/* Caurousel Settings */
.home-carousel {
  height: 100%;
  width: 100%;
  /* Carousel Text */
}
.home-carousel .img-1 {
  width: 100%;
  height: 100%;
  background-image: url(../img/home/home-carousel/1.jpg);
  background-position: center;
  background-size: cover;
}
.home-carousel .img-2 {
  width: 100%;
  height: 100%;
  background-image: url(../img/home/home-carousel/2.jpg);
  background-position: center;
  background-size: cover;
}
.home-carousel .img-3 {
  width: 100%;
  height: 100%;
  background-image: url(../img/home/home-carousel/3.jpg);
  background-position: center;
  background-size: cover;
}
.home-carousel .img-4 {
  width: 100%;
  height: 100%;
  background-image: url(../img/home/home-carousel/4.jpg);
  background-position: center;
  background-size: cover;
}
.home-carousel .swiper-slide {
  overflow: hidden;
}
.home-carousel .csl-img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  transition: all 0.35s ease-in-out;
}
.home-carousel .swiper-slide:hover .csl-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-carousel .swiper-pagination {
  position: absolute;
  color: #fafafa;
}
.home-carousel .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, #0d0e10 -15%, rgba(255, 255, 255, 0) 83%);
  top: 0;
  z-index: 0;
  transition-duration: .4s;
}
.home-carousel .carousel-text {
  position: absolute;
  width: 100%;
  top: 60%;
  padding-left: 24px;
  padding-right: 24px;
  z-index: 2;
}
.home-carousel h3 {
  color: #fafafa;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.home-carousel p {
  color: #E0E0E0;
  margin-bottom: 48px;
  font-weight: 300;
}
/* ======================== */
/* ====== ABOUT PAGE ====== */
/* ======================== */
.about-header-text h3 {
  margin-bottom: 12px;
}
/* Section Services */
.services .title-line:after {
  background-color: #F5F5F5;
}
.services h2 {
  color: #fafafa;
}
.wrap-bg-section {
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 96px;
  padding-bottom: 96px;
}
.services-item {
  display: flex;
  flex-direction: row;
}
.services-item span {
  font-family: 'Cardo', serif;
  font-size: 72px;
  font-style: italic;
  color: #BF9969;
  font-weight: 400;
  padding: 24px 24px 24px 0;
}
.services-item h3 {
  color: #eeeeee;
  margin-bottom: 12px;
}
.services-item p {
  color: #BDBDBD;
  font-weight: 300;
}
.services-block {
  margin-bottom: 24px;
}
.services-txt {
  padding: 24px;
  border: 1px solid rgba(191, 152, 105, 0.5);
}
/* Skill Section */
.progress {
  width: 100%;
  border-radius: 0;
  height: 6px;
}
.progress-bar {
  background-color: #BF9969;
}
.progress-item {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.progress-item span {
  width: 30%;
  font-size: 0.923rem;
}
.progress-margin-b {
  margin-bottom: 12px;
}
.stretch_it {
  white-space: nowrap;
}
.justify {
  text-align: justify;
}
/* Testimonials Slider */
.testimonials-slider img {
  height: 150px;
  border-radius: 100%;
}
.testimonials-slider .swiper-pagination {
  color: #fafafa;
}
.slider-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.test-txt {
  padding-left: 24px;
}
.test-txt h4 {
  color: #fafafa;
  margin-bottom: 12px;
}
.test-txt p {
  color: #BDBDBD;
  font-weight: 400;
  font-family: 'Cardo', serif;
  font-style: italic;
  font-size: 1.231rem;
}
/* Clients-Slider */
.clients-slider img {
  height: 72px;
  padding-left: 24px;
}
/* ======================== */
/* ====== RESUME PAGE ===== */
/* ======================== */
.resume-item {
  display: flex;
}
.resume-item .letter {
  font-family: 'Cardo', serif;
  font-size: 72px;
  font-style: italic;
  color: #BF9969;
  font-weight: 400;
  padding: 24px 24px 24px 0;
}
.resume-h4 {
  font-weight: 500;
  font-size: 1.384rem;
}
.resume-date {
  display: inline-block;
}
.resume-row {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid rgba(191, 153, 105, 0.5);
  width: 100%;
}
.resume-study {
  margin-bottom: 6px;
  font-family: 'Cardo', serif;
  font-style: italic;
}
/* Experience Section */
.experience-section {
  margin-top: 48px;
}
/* ========================= */
/* ===== PORTFOLIO PAGE ==== */
/* ========================= */
/* Filter Buttons */
#filter {
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
#filter li {
  display: inline-block;
  padding: 0 12px;
}
#filter a {
  color: #212121;
  font-size: 0.923rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 6px;
  margin-left: 6px;
  display: block;
  transition-duration: .3s;
  border-bottom: 2px solid transparent;
}
#filter a:hover {
  border-bottom: 2px solid #212121;
}
.active-filter {
  border-bottom: 2px solid #212121 !important;
}
/* 2 Columns */
.item.column-2 {
  width: 50%;
  padding: 9px !important;
}
/* 3 Columns(defolt) */
.item {
  width: 33.3333%;
  padding: 9px !important;
}
/* 4 Columns */
.item.column-4 {
  width: 25%;
  padding: 9px !important;
}
.head-text-img {
  font-family: 'Cardo', serif;
  font-style: italic;
}
/* ======================== */
/* ===== CONTACT PAGE ===== */
/* ======================== */
.contact-info ul > li > p > span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.923rem;
  color: #212121;
}
/* Form */
.well {
  min-height: 20px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 48px;
}
.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 1rem;
  color: #666 !important;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #bf9969;
  border-radius: 0;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  resize: none;
}
.has-error .form-control {
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: none;
}
.inform {
  text-align: center;
}
.inform span {
  font-size: 1rem;
  font-weight: 700;
  color: #4db6ac;
}
.contact_inform {
  margin-bottom: 44px;
  border-bottom: 1px solid #f5f5f5;
  padding: 22px 0 22px 0;
}
.form-control:focus {
  background-color: transparent !important;
  border-color: #BF9969;
  outline: 0;
  box-shadow: none;
}
textarea#message {
  height: 96px;
}
button#form-submit {
  font-size: 1.000rem;
  letter-spacing: 1px;
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: #424242;
  padding: 12px 24px;
  text-transform: uppercase;
  margin: 30px;
}
button#form-submit:hover {
  background-color: #212121;
}
/*Googlemap*/
.googlemap {
  margin-top: 72px;
}
#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}
/* ==================================================== */
/* ====   MEDIA QUERIES FOR RESPONSIVE DESIGN     ===== */
/* ==================================================== */
/* Min Width 1440.98px */
@media (min-width: 1440.98px) {
  .home-text-block > p {
    width: 50%;
  }
  .wrap-content {
    padding-left: 81px;
    padding-right: 81px;
  }
  .wrap-bg-section {
    padding-left: 81px;
    padding-right: 81px;
  }
  footer {
    padding-left: 96px;
    padding-right: 96px;
  }
}
/* @media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {} */
/* Max Width 767.98px */
@media (max-width: 767.98px) {
  /* Home Slider Page */
  .full-slider-text h1 {
    font-size: 3.692rem;
  }
  .crsl-gutter {
    margin-right: -15px;
    margin-left: -15px;
  }
  .social {
    right: 15px;
  }
  /* HOME PAGE */
  .wrap-menu {
    display: inline-block;
  }
  .navigation {
    z-index: 2;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 240px;
    left: 0;
    transition-duration: .3s;
  }
  .navigation:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(8, 8, 8, 0.5);
  }
  /* ABOUT PAGE */
  .progress-item {
    display: block;
  }
  .clients-slider img {
    width: 150px;
    padding-left: 24px;
  }
}
/* Max Width 575.98px */
@media (max-width: 575.98px) {
  /* Home Slider Page */
  .full-slider-text h1 {
    font-size: 2.307rem;
  }
  .masonry-grid-sizer,
  .masonry-item {
    width: 50%;
  }
  /* ABOUT PAGE */
  .services-item span {
    display: none;
  }
  .slider-item {
    flex-direction: column;
    justify-content: center;
  }
  .test-txt {
    margin-top: 24px;
    text-align: center;
    padding-left: 0;
  }
  /* RESUME PAGE */
  .resume-item .letter {
    display: none;
  }
  /* PORTFOLIO PAGE */
  .item {
    width: 50%;
  }
  /* FOOTER */
  footer {
    flex-direction: column;
    justify-content: center;
  }
  footer span {
    font-size: 0.769rem;
  }
  .social-footer {
    margin-top: 6px;
  }
}
/* Max Width 428px */
@media (max-width: 428px) {
  .item {
    width: 100% !important;
  }
}
/* Max Width 360px */
@media (max-width: 360px) {
  /* PORTFOLIO PAGE */
  .item {
    width: 100%;
  }
}
