/* ----------------------------------------------
:: Template Name: F-plus Portfolio Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Version: v1.0.0
:: Last Updated: 12-04-2017
---------------------------------------------- */

/* -------- [Master Stylesheet] --------
:: 1.0 Base CSS
:: 2.0 Top Header Area CSS
:: 3.0 Menu Area CSS
:: 4.0 Wellcome Area CSS 
:: 5.0 Top Feature Area CSS 
:: 6.0 Blog Area CSS 
:: 7.0 Instagram Area CSS 
:: 8.0 Footer Social Area CSS 
:: 9.0 Goole Map Area CSS
:: 10.0 Sidebar Area CSS
:: 11.0 Breadcumb Area CSS
:: 12.0 Paginatio Area CSS
:: 13.0 Contact Area CSS
:: 14.0 Single Blog CSS
----------------------------------- */

/* ***** Fonts ***** */

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans&display=swap");

/* ***** Import CSS ***** */

@import "css/bootstrap/bootstrap.min.css";
@import "css/others/animate.css";
@import "css/others/magnific-popup.css";
@import "css/others/owl.carousel.min.css";
@import "css/others/font-awesome.min.css";
@import "css/others/pe-icon-7-stroke.css";

/* --------------------
:: 1.0 Base CSS
-------------------- */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Oswald", sans-serif;
  position: relative;
  z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
}

p {
  font-family: "Merriweather Sans", sans-serif;
}

.hp-title-green {
  color: #7bc0a9 !important;
}

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

.section-padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-padding-120-0 {
  padding-top: 120px;
  padding-bottom: 0;
}

.section-padding-0-120 {
  padding-top: 0;
  padding-bottom: 120px;
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul,
ol {
  margin: 0;
  padding: 0;
}

#scrollUp {
  bottom: 10%;
  font-size: 15px;
  right: 0;
  width: 40px;
  background-color: #7bd1b4;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 2px 0 0 2px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 600;
  outline: none;
}

.highlighted {
  color: #7bd1b4 !important;
}

.error {
  color: #dc143c !important;
}

li {
  list-style: none;
}

.list-style-added li {
  list-style: inherit !important;
  padding-top: 10px;
}

.fplus-table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

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

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
}

.section-heading h4 {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 25px;
  line-height: 1;
}

.section-heading-line {
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
}

#preloader {
  overflow: hidden;
  background-color: rgba(249, 249, 249, 0.97);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

#preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16.5px;
  margin-left: -14px;
  z-index: 8;
}

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

.fplus-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running fplus-load;
  animation: 2000ms linear 0s normal none infinite running fplus-load;
  background: transparent none repeat scroll 0 0;
  border-color: #dddddd #dddddd #7bd1b4;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  height: 80px;
  position: relative;
  width: 80px;
  z-index: 9;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

@-webkit-keyframes fplus-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fplus-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Header & Menu Area CSS */

.header_area {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 100px;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

.header_area .container {
  margin-left: 0%;
  padding-left: 0px;
}

.logo_area {
  width: 140px;
}

.logo_area > a {
  width: 100%;
  height: 100px;
  background-color: #7bc0a9;
  position: relative;
  z-index: 2;
}

/* 
.logo_area > a:before {
    width: 9000px;
    height: 100px;
    background-color: #7BC0A9;
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    right: 100px;
} */

.menu-open-close {
  width: 100px;
  background-color: #fff;
  height: 100px;
}

.logo-tag {
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
}

/*
.fplus-menu-area {
    position: fixed;
    width: 100%;
    background-color: transparent;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
*/

.fplus-main-menu {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: -55%;
  top: 0;
  padding-left: 15%;
  z-index: 999;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

.header-social-info {
  width: 51%;
  background-color: rgba(255, 255, 255, 0.95);
  right: -55%;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 999;
  padding-right: 15%;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

.fplus-menu-area.menu-open .fplus-main-menu {
  left: 0;
}

.fplus-menu-area.menu-open .header-social-info {
  right: 0;
}

.fplus-menu-area .navbar {
  padding: 0;
}

.fplus-menu-area ul.navbar-nav {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.fplus-menu-area .nav-item .nav-link {
  color: #959595;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 10px 0;
}

.fplus-menu-area .nav-item .nav-link:hover,
.fplus-menu-area .nav-item.active .nav-link {
  color: #000;
  font-weight: 500;
}

.fplus-menu-area .nav-item .dropdown-toggle {
  color: #ff6c00;
}

.fplus-menu-area .dropdown-item {
  padding: 5px 15px;
  font-weight: 500;
  color: #959595;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header-social-info .h-social-icon > a {
  color: #959595;
  margin-bottom: 30px;
  display: block;
}

.header-social-info .h-social-icon > a:hover {
  color: #7bd1b4;
}

#nav-icon {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #7bc0a9;
  border-radius: 9px;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 12.5px;
}

#nav-icon span:nth-child(3) {
  top: 25px;
}

#nav-icon.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -100px;
}

#nav-icon.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Hero Area CSS */

.fplus-hero-area {
  width: 100%;
  height: 770px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-image: url(img/cover-img/bkg.jpeg);
  background-attachment: fixed;
}

.fplus-care-area {
  width: 100%;
  height: 770px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-image: url(img/services/cover-photo.jpg);
  background-attachment: fixed;
}

.fplus-massage-area {
  width: 100%;
  height: 770px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-image: url(img/bg-img/taban-masaze-3.jpg);
  background-attachment: fixed;
}

.fplus-extra-services-area {
  width: 100%;
  height: 770px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-image: url(img/bg-img/dodatne-usluge.jpg);
  background-attachment: fixed;
}

.fplus-workout-area {
  width: 100%;
  height: 770px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-image: url(img/bg-img/taban-vjezbe-background.jpg);
  background-attachment: fixed;
}

.fplus-covid-area {
  width: 100%;
  height: 770px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-image: url(img/cover-img/covid-19.jpg);
  background-attachment: fixed;
}

.fplus-gallery {
  width: 100%;
  height: 770px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-image: url(img/gallery/background-image.jpg);
  background-attachment: fixed;
}

.fplus-news-area {
  width: 100%;
  height: 770px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-image: url(img/cover-img/taban-novosti.jpg);
  background-attachment: fixed;
}

.hero-content-area {
  width: calc(50% - 15px);
  background-color: #fff;
  padding: 80px 0 50px 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 9;
  /* border: 4px solid #7BC0A9; */
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}

.hero-content-area .hero-text h2 {
  font-size: 48px;
  margin-bottom: 60px;
  font-weight: 700;
}

.hero-content-area .hero-text > a,
.load-more-btn {
  font-size: 18px;
  text-transform: uppercase;
  color: #7bc0a9;
  letter-spacing: 1px;
}

.hero-content-area .hero-text > a:hover,
.load-more-btn:hover {
  color: #000000;
}

.hero-content-area .hero-text {
  width: 540px;
}

/* About Us Area */

.fplus-about-us-area .about-us-content {
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.fplus-about-us-area .about-us-thumb > img {
  border-radius: 2px 0 0 2px;
}

.fplus-about-us-area .about-us-text {
  padding: 15px 60px;
}

.fplus-about-us-area .about-us-text p {
  margin-bottom: 0;
}

.fplus-single-feature {
  height: 250px;
  padding: 30px 30px 25px;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.feature-title > img {
  max-width: 35px;
  margin-right: 20px;
}

.feature-title {
  margin-bottom: 25px;
}

.feature-title > h5 {
  margin-bottom: 0;
  color: #7bc0a9;
}

.fplus-single-feature > p {
  margin-bottom: 0;
  font-size: 14px;
}

/* Projects Area CSS */

.fplus-projects-menu {
  padding: 35px 15px;
  background-color: #fff;
}

.fplus-projects-menu button.btn {
  font-size: 12px;
  font-weight: 600;
  background-color: transparent;
  color: #959595;
  text-transform: uppercase;
  border: none;
  padding: 0 20px;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.fplus-projects-menu button.btn:hover,
.fplus-projects-menu button.btn:focus,
.fplus-projects-menu button.btn.active {
  color: #000000;
  box-shadow: none;
}

.fplus-portfolio {
  margin-left: -15px;
  margin-right: -15px;
}

.fplus-portfolio .single_gallery_item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.fplus-portfolio .single_gallery_item img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.gallery-hover-overlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.gallery-hover-overlay .port-more-view > a {
  font-size: 26px;
  color: #7bd1b4;
  width: 40px;
  height: 40px;
  display: block;
}

.gallery-hover-overlay .port-hover-text > a {
  font-size: 12px;
  color: #959595;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 2px;
}

.gallery-hover-overlay .port-hover-text > h3 {
  color: #ff6c00;
  margin-bottom: 0;
}

.fplus-portfolio .single_gallery_item:hover .gallery-hover-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.fplus-portfolio .single_gallery_item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Method Area CSS */

.fplus-method-text {
  margin-top: 80px;
}

.fplus-method-text h4 {
  margin-bottom: 40px;
}

.fplus-method-text p {
  margin-bottom: 0;
}

.fplus-method-video {
  width: 100%;
  height: 500px;
  background-color: #5b5454;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  margin-top: 80px;
  background-size: cover;
  background-position: center center;
}

.fplus-method-video:after {
  background-color: rgba(123, 209, 180, 0);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  border-radius: 3px;
  z-index: -1;
}

.video-play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-play-btn > a {
  color: #fff;
  font-size: 70px;
}

/* Clients Area CSS */

.fplus-clients-logo {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-clients-logo {
  -ms-flex-preferred-size: 16.66666666666667%;
  flex-basis: 16.66666666666667%;
  height: 180px;
  width: 16.66666666666667%;
  border: 1px solid #ebebeb;
  background-color: #fff;
  margin-right: -1px;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}

/* Blog Area CSS */

.fplus-single-blog-area {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

.fplus-single-blog-area > img {
  width: 100%;
}

.fplus-blog-content {
  padding: 30px;
}

.fplus-blog-content h5 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.post-author-img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.post-author-name-date h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.post-author-name-date p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 300;
}

.post-author-name-date p > a {
  color: #000;
}

/* Contact Area CSS */

.fplus-contact-area {
  position: relative;
  z-index: 1;
  min-height: 237.5px;
}

.contact_from {
  background-color: #fff;
  padding: 80px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 99;
  top: 0;
}

#googleMap {
  width: 100%;
  height: 600px;
}

.contact_input_area .form-group .form-control {
  padding: 10px 0;
  line-height: 1;
  border: none;
  border-bottom: 1px solid #959595;
  border-radius: 0;
  font-size: 12px;
  color: #959595;
  font-weight: 300;
}

.contact_input_area .form-group textarea.form-control {
  height: 100px;
}

.contact_input_area .form-group .form-control:active,
.contact_input_area .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #000000;
  color: #000000;
}

.contact_input_area button {
  width: 200px;
  height: 50px;
  background-color: #ff6c00;
  color: #fff;
  font-size: 12px !important;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 !important;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 0 !important;
  margin-top: 50px;
}

/*Footer Area CSS */

.fplus-footer-area {
  padding: 60px 0;
  background-color: #252525;
  position: relative;
  z-index: 1;
}

.footer-nav-widget ul > li > a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 0;
  display: block;
}

.footer-nav-widget ul > li > a:hover {
  color: rgba(255, 255, 255, 1);
}

.subscribe-widget p {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 0;
  margin-bottom: 0;
}

.subscribe-widget form {
  position: relative;
  z-index: 1;
}

.subscribe-widget input {
  border: none;
  background-color: transparent;
  padding: 10px 0;
  font-size: 12px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
}

.subscribe-widget form button {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  position: absolute;
  padding: 10px 0;
  right: 0;
  font-size: 12px;
  top: 0;
  z-index: 9;
}

.footer-social-widget {
  margin-top: 30px;
}

.footer-social-widget > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 30px;
}

.footer-social-widget > a:hover,
.footer-social-widget > a:focus {
  color: rgba(255, 255, 255, 1);
}

.footer-social-widget > a:last-child {
  margin-right: 0;
}

/* Single Portfolio Area CSS */

.fplus-single-portfolio-area {
  position: relative;
  z-index: 1;
}

.fplus-portfolio-share > a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 30px;
  border: 1px solid #ebebeb;
  float: left;
  margin-right: -1px;
  letter-spacing: 1px;
}

.fplus-portfolio-share > a:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #7bd1b4;
}

.fplus-portfolio-content-area {
  width: calc(50% - 15px);
  position: absolute;
  background-color: #fff;
  right: 0;
  bottom: 100px;
  z-index: 99;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.15);
  border: 4px solid #7bc0a9;
}

.single-portfolio-text {
  padding: 80px 0 80px 80px;
  width: 540px;
}

.single-portfolio-text p {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 1px;
}

.single-portfolio-text h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 130px;
  line-height: 1;
}

.project-meta-data > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 33.3333333333333%;
  text-align: center;
}

.project-meta-data > div > p {
  border: 1px solid #ebebeb;
  padding: 20px 10px;
  margin-bottom: 0;
  margin-left: -1px;
  margin-top: -1px;
  color: #959595;
}

.project-meta-data > div > p:first-child {
  background-color: #7bd1b4;
  color: #fff;
  font-weight: 700;
}

.fplus-project-single-thumb {
  position: relative;
  z-index: 1;
}

/* Static Page Area CSS */

.fplus-static-welcome-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 1;
}

.static-page-area {
  position: relative;
  z-index: 99;
  padding-bottom: 100px;
}

.static-content {
  padding: 80px 100px;
  background-color: #fff;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
  margin-top: -175px;
  z-index: 9;
}

.static-content h3 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.static-content p:last-of-type {
  margin-bottom: 0;
}

.static-content blockquote {
  margin: 0;
  text-align: center;
  padding: 40px 0;
  margin: 80px 0;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}

.static-content blockquote h5 {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.static-content blockquote p {
  line-height: 1;
  font-size: 18px;
  color: #959595 !important;
}

/* Breadcrumb */

.breadcrumbs {
  background-color: rgb(123, 192, 169, 0.9);
  color: white;
  font-weight: 600;
  font-size: 28px;
  padding: 20px 50px 20px 50px;
  letter-spacing: 1px;
}

.breadcrumb-items li {
  display: inline-block;
}

.breadcrumb-items li:first-child a {
  color: white !important;
  text-decoration: underline;
}

.breadcrumb-items li:first-child::after {
  content: "\00bb";
}

/* Overrides */

.btn-info {
  background-color: #467d6d;
  border-color: #467d6d;
  transition: all ease-in-out 0.5s;
}

.btn-info:hover {
  background-color: #7bc0a9;
  border-color: #7bc0a9;
  transition: all ease-in-out 0.5s;
}

.gallery-title {
  color: #7bc0a9;
}

.parallax-image {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-image: url(img/cover-img/bkg.jpeg);
  background-attachment: fixed;
}

.parallax-image-separator {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-image: url(img/cover-img/bkg.jpeg);
  background-attachment: fixed;
}

.inner-content {
  background: rgba(255, 255, 255, 0.6);
  width: 80%;
  height: 120px;
}

.next-service {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn.btn-info {
  background-color: #7bd0b3 !important;
  border: 0px;
  border-radius: 0px;
}

.user-icon {
  font-size: 42px;
}

.service-name {
  border-bottom: 2px solid #7bd0b3;
  width: fit-content;
}

/* Card */

.card {
  border: 0px;
}

.card-header {
  background-color: #7bc0a9;
  border-radius: 0px !important;
  border: 0px !important;
}

.card-header h5,
.card-header button {
  color: white;
}

.collapse {
  border: 1px solid #ebebeb;
}

/* Responsive */

@media (min-width: 1024px) {
  .mobile {
    display: inline-block;
  }

  .h-social-icon a {
    font-size: 22px;
  }
}

@media screen and (min-width: 320px) and (max-width: 520px) {
  .fplus-hero-area,
  .parallax-image,
  .parallax-image-separator {
    background-size: contain;
  }

  .next-service p {
    font-size: 14px;
  }

  .static-content {
    margin-top: 15px !important;
  }

  .mobile {
    display: none;
  }

  .news-text-wrapper {
    width: 100% !important;
    height: 70% !important;
  }

  .fplus-portfolio .single_gallery_item img {
    margin-top: 20px;
  }
}

/* News */

.news-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 50%;
  background: rgba(255, 255, 255);
}

.gallery {
  margin: 15px;
}

td {
  vertical-align: middle !important;
}


