/* FONTS */

/* ROBOTO */

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.eot");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype"), url("../fonts/roboto/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-MediumItalic.eot");
  src: url("../fonts/roboto/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-MediumItalic.woff") format("woff"), url("../fonts/roboto/Roboto-MediumItalic.ttf") format("truetype"), url("../fonts/roboto/Roboto-MediumItalic.svg#Roboto-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Italic.eot");
  src: url("../fonts/roboto/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Italic.woff2") format("woff2"), url("../fonts/roboto/Roboto-Italic.woff") format("woff"), url("../fonts/roboto/Roboto-Italic.ttf") format("truetype"), url("../fonts/roboto/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-LightItalic.eot");
  src: url("../fonts/roboto/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-LightItalic.woff") format("woff"), url("../fonts/roboto/Roboto-LightItalic.ttf") format("truetype"), url("../fonts/roboto/Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-BoldItalic.eot");
  src: url("../fonts/roboto/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-BoldItalic.woff") format("woff"), url("../fonts/roboto/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/roboto/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}

/* GLOBAL STYLES */

@media (max-width: 480px) {
  .d-xs-none {
    display: none !important;
  }
}

body {
  font-family: "Roboto";
  font-weight: normal;
}

h5 {
  font-size: 16px;
}

.gray,
.horizontal {
  background: #e6e2d7;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.over-y {
  /*overflow: hidden;*/
  height: 40px;
}

.float-right {
  float: right;
}

a {
  color: #444;
}

a:hover {
  text-decoration: none;
  color: 222;
}

.btn-main {
  background: #FCB032;
  color: #fff;
  font-weight: bold;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  border-radius: 0;
}

/* HEADER-STICKY */

.header-sticky {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 0.5s;
  -ms-transition: position 0.5s;
  -o-transition: position 0.5s;
  transition: all 0.5s ease;
}

@media(min-width: 992px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#main {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

#main g {
  cursor: pointer;
}

/* #main #icons path {} */

.box img {
  width: 100%;
}

.box {
  position: relative;
}

.scrollbar {
  max-height: 420px;
}

/* HEADER-FIXED */

.header-fixed {
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  animation: smoothScroll 0.5s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* CONTAINER */

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1330px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1300px;
  }
}

/* HEADING */

.widget-heading {
  color: #b09101;
  margin: 0 0 30px 0;
  font-size: 30px;
}

/* WIDGET GENERAL */

.section-content {
  color: #707070;
  font-size: 18px;
}

.section-image {
  width: 50%;
  float: left;
  margin: 0 30px 30px 0;
}

/* PAGINATION */

.pagination ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.pagination ul li span,
.pagination ul li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  color: #9FB673;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #9FB673;
}

.pagination ul li span {
  background: #9FB673;
  color: #fff;
}

/* HEADING & TITLES */

section.inner {
  padding: 60px 0;
  /*overflow: hidden;*/
}

section.inner p {
  font-size: 14px;
  line-height: 24px;
}

section.widget {
  padding: 30px 0;
}

.heading h2 {
  color: #9FB673;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}

.heading.h-center {
  text-align: center;
}

.heading.h-center a {
  color: #9FB673;
}

.h-left h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  display: block;
  background: #9FB673;
}

.h-center h2::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 2px;
  display: block;
  margin-left: -50px;
  background: #9FB673;
}

h4.intro {
  color: #132337;
  font-weight: medium;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 40px 0;
}

.widget p {
  font-size: 20px;
  line-height: 32px;
}

.news.widget p {
  font-size: 18px;
  line-height: 24px;
}

.section-heading h2 {
  font-size: 40px;
  color: #3c3c3b;
  margin-bottom: 35px;
}

.section-heading p {
  font-size: 20px;
  color: #00abd8;
  line-height: 16px;
}

.img-box img {
  width: 100%;
}

.img-box {
  position: relative;
}

.img-box::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 240px;
  height: 200px;
  z-index: 5;
  display: block;
  background: url('../img/over.svg') no-repeat left bottom;
  background-size: 240px 200px;
}

.inner .img-box {
  width: 100%;
  margin-bottom: 30px;
}

@media(min-width: 768px) {
  .inner .img-box {
    width: 40%;
    float: right;
    margin-left: 30px;
  }
}

.inner .img-box::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 120px;
  height: 100px;
  z-index: 5;
  display: block;
  background-image: url('../img/over.svg');
  background-position: left bottom;
  background-size: 120px 100px;
}

.img-main img {
  width: 100%;
}

.img-main {
  position: relative;
}

.img-main::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 120px;
  height: 100px;
  z-index: 5;
  display: block;
  background-image: url('../img/over.svg');
  background-position: left bottom;
  background-size: 120px 100px;
}

.separator .line {
  text-align: center;
  margin-bottom: 40px;
}

.separator .line img {
  max-width: 100%;
}

/* VIEW-ALL */

.view-all {
  position: relative;
  font-size: 18px;
  color: #00abd8;
  text-decoration: none;
}

.view-all::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.view-all:hover {
  color: #00abd8;
  text-decoration: none;
}

.view-all:hover::after {
  border-bottom: 1px solid #00abd8;
}

.view-all i {
  font-size: 15px;
}

/* BOX-SHADOWS */

.card-shadow-1 {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}

/* PROPERTY-INFO */

.property-info {
  margin-bottom: 10px;
}

.property-info dt {
  margin-bottom: 10px;
}

.property-info dd {
  font-size: 14px;
  font-weight: 500;
  color: #929292;
}

.property-info dt img {
  display: inline-block;
  height: 28px;
}

/* INFO-LIST */

.info-list dt {
  font-size: 12px;
  font-weight: 600;
  color: #3c3c3b;
}

.info-list dd {
  font-size: 22px;
  font-weight: 700;
  color: #e3be0f;
  margin-bottom: 0;
}

.info-list dd i {
  font-size: 20px;
}

/* CARDS */

.card {
  height: 100%;
}

.card .card-image {
  position: relative;
}

@media (max-width: 480px) {
  .card.card-person {
    text-align: center;
  }
  .card.card-person .card-image {
    padding: 0 20%;
  }
}

.card .card-image img {
  width: 100%;
}

.card .card-image:hover img {
  opacity: 0.7;
}

.card .card-title {
  font-size: 20px;
  color: #3c3c3b;
  margin-bottom: 30px;
}

.card .card-title a {
  color: #3c3c3b;
  text-decoration: none;
}

.card .card-title:hover a {
  color: #b09101;
}

.card .card-body p {
  font-size: 14px;
  font-weight: 400;
  color: #929292;
  margin-bottom: 15px;
  line-height: 22px;
}

.card .card-image .type {
  min-width: 90px;
  background-color: #fed30b;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}

.second-hand {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  right: 0;
}

.corner {
  width: 0;
  height: 0;
  border-top: 120px solid #fed30b;
  border-left: 120px solid transparent;
  right: 0;
  margin-left: auto;
}

.corner span {
  position: absolute;
  top: 25px;
  width: 80px;
  right: 0px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
  transform: rotate(45deg);
  display: block;
}

/* CARD-HORIZONTAL */

.card-horizontal {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .card-horizontal .card-body {
    padding-right: 0;
    padding-left: 0;
  }
}

.card-horizontal .card-body .card-title {
  font-size: 24px;
  /*color: #3c3c3b;*/
  margin-bottom: 15px;
}

.card-horizontal .card-body p {
  font-size: 16px;
  color: #929292;
  margin-bottom: 15px;
}

.card-horizontal .card-body p:last-of-type {
  margin-bottom: 0;
}

.card-horizontal .card-meta {
  position: relative;
  font-size: 14px;
  color: #3c3c3b;
  margin-bottom: 20px;
}

.card-horizontal .card-meta a,
.card-about .card-meta a {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  color: #00abd8;
}

.card-horizontal-sm {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .card-horizontal-sm {
    flex: 0 0 50%;
    width: 50%;
  }
}

.card-horizontal-sm .card-body .card-title {
  font-size: 18px;
}

.card-horizontal-sm .card-body .card-meta {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .card-horizontal-group .card-horizontal-sm:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .card-horizontal-group .card-horizontal-sm:nth-of-type(odd) {
    padding-right: 10px;
  }
  .card-horizontal-group .card-horizontal-sm:nth-of-type(even) {
    padding-left: 10px;
  }
}

.card-testimonial .card-image {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.card-testimonial .card-image img {
  height: 63px;
  width: 63px;
  border: 1px solid #fed30b;
  border-radius: 100%;
}

.card-testimonial .card-image p {
  font-size: 15px;
  color: #3c3c3b;
  margin-bottom: 0;
}

.card-testimonial .card-image span {
  display: block;
  font-size: 13px;
  color: #929292;
}

.card-testimonial .card-body {
  position: relative;
}

.card-testimonial .card-body p {
  position: relative;
  font-size: 15px;
  color: #3c3c3b;
  z-index: 2;
}

.card-testimonial .card-body::after {
  position: absolute;
  right: 20px;
  bottom: 40px;
  display: block;
  content: "";
  background-image: url("../img/icons/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 76px;
}

.card-about .card-body .card-title {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.card-about .card-body p {
  font-size: 16px;
}

.testimonial-inner {
  padding: 60px 0;
}

.testimonial-inner .item {
  margin-bottom: 30px;
}

/* BUTTONS */

.btn:focus {
  box-shadow: none;
}

.btn-yellow {
  font-size: 20px;
  line-height: 28px;
  background-color: #fed30b;
  border-color: #fed30b;
  min-width: 140px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.btn-shadow-md.btn-yellow {
  font-size: 15px;
  line-height: 22px;
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.16);
}

.btn-shadow-md.btn-yellow:hover {
  background-color: #e6e2d7;
  border-color: #e6e2d7;
}

/* TOPBAR */

.topbar {
  background-color: #f2f2f2;
  padding-top: 5px;
  padding-bottom: 5px;
}

.topbar .list-inline {
  margin-bottom: 0;
}

.topbar .list-inline .list-inline-item a {
  color: #707070;
  text-decoration: none;
}

/* HEADER-CONTACT */

.header-contact .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.header-contact .list-inline-item a {
  font-size: 13px;
}

@media (min-width: 768px) {
  .header-contact .list-inline-item a {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .header-contact .list-inline-item:not(:last-child) {
    margin-right: 30px;
  }
  .header-contact .list-inline-item a {
    font-size: 12px;
  }
}

.header-contact .list-inline-item i {
  font-size: 13px;
  color: #929292;
  vertical-align: -1px;
  margin-right: 5px;
  line-height: 28px;
}

.header-contact .list-inline-item:nth-child(1) span {
  font-size: 12px;
  color: #707070;
}

@media (min-width: 768px) {
  .header-contact .list-inline-item a>i {
    font-size: 16px;
  }
}

/* HEADER-SOCIALS */

.header-socials .list-inline-item a>i {
  color: #929292;
}

/* MOBILE-SOCIALS */

.mobile-socials .list-inline-item img {
  height: 24px;
}

.mobile-socials .list-inline-item:nth-child(2) img {
  height: 20px;
}

@media (min-width: 576px) {
  .mobile-socials .list-inline-item img {
    height: 27px;
  }
  .mobile-socials .list-inline-item:nth-child(2) img {
    height: 24px;
  }
}

.mobile-socials .list-inline-item span {
  font-size: 12px;
}

/* FI-MENU */

.fi-header .logo {
  padding: 15px 0;
  text-align: left !important;
}

.fi-header .logo img {
  height: 60px;
}

.fi-header .burger-menu {
  top: unset !important;
  right: unset !important;
}

.fi-menu {
  display: block;
  float: none;
  clear: inherit;
}

.fi-menu>ul>li {
  display: block;
}

.fi-menu>ul>li>a {
  height: auto;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000;
  line-height: inherit;
  transition: all 0.4s ease-in-out;
  padding: 15px 0;
}

.fi-menu li>ul {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fi-menu ul ul li>a {
  font-style: normal;
  font-weight: 400;
  color: #000;
  transition: all 0.4s ease-in-out;
  padding: 10px 20px !important;
}

.fi-menu ul ul li:hover>a {
  padding-left: 20px !important;
}

.fi-menu ul ul li>a::before {
  content: none;
}

.fi-menu ul ul li:first-child>a {
  padding-top: 0 !important;
}

.fi-menu ul ul li:last-child>a {
  padding-bottom: 0 !important;
}

.fi-menu ul li.current-menu>a,
.fi-menu ul li:hover>a,
.fi-menu ul ul li:hover>a {
  color: #9FB673;
}

@media(min-width: 414px) {
  .fi-header .logo img {
    height: 70px;
  }
}

@media(min-width: 576px) {
  .fi-header .logo img {
    height: 80px;
  }
}

@media(min-width: 768px) {
  .fi-header .logo {
    float: none;
    text-align: left;
    padding: 15px 0;
  }
  .fi-menu {
    clear: inherit;
  }
}

@media(min-width: 992px) {
  .fi-menu>ul {
    display: block;
  }
  .fi-header .logo {
    padding: 0;
  }
  .fi-menu>ul>li {
    display: inline-block;
  }
  .fi-menu>ul>li>a {
    font-size: 14px;
    padding: 0 10px;
  }
  .fi-menu>ul>li.last>a {
    padding-right: 10px;
  }
}

@media(min-width: 1200px) {
  .fi-header .logo img {
    height: 100px;
  }
  .fi-menu>ul>li>a {
    font-size: 18px;
    padding: 0 15px;
  }
  .fi-menu>ul>li.last>a {
    padding-right: 15px;
  }
  .fi-menu ul ul li>a {
    font-size: 16px;
  }
}

@media(max-width: 991.98px) {
  .fi-header .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fi-menu>ul>li.last>a {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media(max-width: 991.98px) {
  .fi-menu ul>li>ul {
    padding-left: 0;
  }
  .fi-menu ul>li>ul>li>ul {
    padding-left: 15px;
  }
}

/* WIDGET-LANG & WIDGET-CURRENCY */

.widget-lang .dropdown-toggle {
  font-size: 13px;
  color: #707070;
}

@media (min-width: 576px) {
  .widget-lang .dropdown-toggle {
    font-size: 14px;
  }
}

.widget-currency .dropdown-toggle {
  font-size: 16px;
  color: #929292;
}

.widget-lang .dropdown-toggle::after,
.widget-currency .dropdown-toggle::after {
  content: "";
  background-image: url("../img/icons/line-angle-down.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  width: 13px;
  height: 9px;
  border: 0;
  vertical-align: unset;
}

.widget-currency .dropdown-toggle,
.widget-lang .dropdown-toggle,
.btn-search {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-transform: uppercase;
}

.widget-lang .dropdown-menu,
.widget-currency .dropdown-menu {
  background-color: #f2f2f2;
  border: 0;
  border-radius: 0;
  left: auto !important;
  right: 0 !important;
  top: 40px !important;
  transform: none !important;
  will-change: unset !important;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.widget-currency .dropdown-menu {
  text-align: center;
  min-width: 80px;
}

.widget-currency .dropdown-menu .dropdown-divider,
.widget-lang .dropdown-menu .dropdown-divider {
  margin-top: 5px;
  margin-bottom: 5px;
}

.widget-lang .dropdown-menu .dropdown-item,
.widget-currency .dropdown-menu .dropdown-item {
  outline: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.widget-lang .dropdown-menu .dropdown-item:active,
.widget-currency .dropdown-menu .dropdown-item:active {
  background-color: #e9ecef;
}

.widget-lang .dropdown-menu {
  min-width: 60px;
}

.widget-lang .dropdown-menu a {
  padding: 15px;
}

.widget-lang .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #707070;
}

.widget-currency .dropdown-menu .dropdown-item {
  color: #929292;
}

/* BTN-SEARCH */

.btn-search {
  position: relative;
  font-size: 14px;
  color: #707070;
  padding: 0 40px 0 0px;
  border: none;
  margin: 0;
  line-height: 40px;
}

.btn-search:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url("../img/icons/search.svg") no-repeat center center;
  width: 40px;
  height: 40px;
}

/* SEARCH-MODAL */

.search-modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.search-modal.active {
  display: block;
}

/* SEARCH-FORM */

.search-form {
  margin-top: 10px;
  position: relative;
}

.search-form .form-control {
  height: calc(1.5em + 0.75rem + 15px);
  background-color: transparent;
  border-color: #fed30b;
  color: #fff;
}

.search-form .form-control:focus {
  box-shadow: none;
  border-color: #fed30b;
}

.search-form .form-control::placeholder {
  font-size: 16px;
  color: #fff;
}

.search-form .close {
  position: absolute;
  right: 15px;
  top: 0;
  height: 40px;
  line-height: 40px;
  color: #fed30b;
  text-shadow: 0 0 0 #fff;
  opacity: 1;
}

/* SLIDER & CAROUSELS */

.banner-slider {
  border: 0;
  margin: 0;
}

.banner-slider .slides li {
  /* min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.banner-slider .slides li .flex-caption {
  /* min-height: 300px; */
}

@media (min-width: 480px) {
  /* .banner-slider .slides li,
  .banner-slider .slides li .flex-caption {
    min-height: 350px;
  } */
}

@media (min-width: 576px) {
  /* .banner-slider .slides li,
  .banner-slider .slides li .flex-caption {
    min-height: 370px;
  } */
}

@media (min-width: 768px) {
  /* .banner-slider .slides li,
  .banner-slider .slides li .flex-caption {
    min-height: 429px;
  } */
}

@media (min-width: 992px) {
  /* .banner-slider .slides li,
  .banner-slider .slides li .flex-caption {
    min-height: 529px;
  } */
}

@media (min-width: 1200px) {
  /* .banner-slider .slides li,
  .banner-slider .slides li .flex-caption {
    min-height: 629px;
  } */
  .banner-slider .slides li {
    height: 600px;
  }
}

.banner-slider .slides li>a>img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-slider .flex-direction-nav .flex-prev {
  left: 10px;
}

.banner-slider .flex-direction-nav .flex-next {
  right: 10px;
}

.banner-slider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}

.banner-slider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}

.banner-slider .flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  overflow: visible;
  text-shadow: none;
}

@media (min-width: 480px) {
  .banner-slider .flex-direction-nav a {
    margin-top: -15px;
  }
}

.flex-direction-nav a:before {
  text-shadow: none;
}

.banner-slider .flex-direction-nav a.flex-next:before,
.banner-slider .flex-direction-nav a.flex-prev:before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.banner-slider .flex-direction-nav a.flex-next:before {
  background-image: url("../img/icons/line-angle-right.svg");
}

.banner-slider .flex-direction-nav a.flex-prev:before {
  background-image: url("../img/icons/line-angle-left.svg");
}

@media (min-width: 480px) {
  .banner-slider .flex-direction-nav a.flex-next:before,
  .banner-slider .flex-direction-nav a.flex-prev:before {
    width: 30px;
    height: 30px;
  }
}

.banner-slider .flex-caption h1,
.banner-slider .flex-caption p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
}

.banner-slider .flex-caption h1 {
  font-size: 25px;
  margin-bottom: 0;
}

.banner-slider .flex-caption p {
  font-size: 20px;
  margin-bottom: 15px;
}

.banner-slider .flex-caption p:last-of-type {
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .banner-slider .flex-caption h1 {
    font-size: 30px;
  }
  .banner-slider .flex-caption p {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .banner-slider .flex-caption h1 {
    font-size: 35px;
  }
  .banner-slider .flex-caption p {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .banner-slider .flex-caption h1 {
    font-size: 40px;
  }
  .banner-slider .flex-caption p {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .banner-slider .flex-caption h1 {
    font-size: 50px;
  }
  .banner-slider .flex-caption p {
    font-size: 40px;
  }
}

/* SLICK-CAROUSEL */

.slick-list .slick-slide:focus {
  outline: none;
}

.slick-carousel.slick-dotted {
  margin-bottom: 40px;
}

.slick-carousel .slick-list {
  padding-bottom: 15px;
  margin-right: -10px;
  margin-left: -10px;
}

.slick-carousel .slick-track {
  display: flex;
}

.slick-carousel .slick-slide {
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.slick-carousel .slick-dots {
  bottom: -30px;
}

.slick-carousel .slick-dots li button {
  background-color: #fff;
  line-height: 20px;
  border: 1px solid #fed30b;
  border-radius: 100%;
  padding: 0;
  transition-property: background-color;
  transition-duration: 800ms;
  transition-timing-function: ease-in-out;
}

.slick-carousel .slick-dots li.slick-active button {
  background-color: #fed30b;
}

.slick-carousel .slick-dots li button:before {
  font-size: 0;
  opacity: 1;
}

.slick-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-carousel-2 .slick-list {
  padding-top: 2px;
}

.slick-partners img {
  width: 100%;
  padding: 10px;
}

.slick-partners {
  padding-right: 25px;
  padding-left: 25px;
}

@media(min-width: 1200px) {
  .slick-partners {
    padding-right: 0;
    padding-left: 0;
  }
}

@media(max-width: 1199.98px) {
  .slick-partners .slick-next {
    right: 0;
  }
  .slick-partners .slick-prev {
    left: 0;
  }
}

.partners .slick-next:before,
.partners .slick-prev:before {
  color: #9FB673;
}

/* FI-MENU */

.fi-menu {
  margin: 0;
}

.navigate {
  margin-top: 20px;
}

/* WIDGET-LATEST-NEWS */

.widget.latest_posts {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* IMAGE-BLOCK-ITEM */

.image-block-row .col-sm-6 {
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .image-block-row .col-sm-6:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .image-block-row .col-sm-6:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .image-block-row .col-sm-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .image-block-row .col-sm-6:last-child {
    margin-bottom: 0;
  }
}

.image-block-row .image-block-item {
  position: relative;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 1);
}

.image-block-row .image-block-item img {
  width: 100%;
}

.image-block-item a {
  font-size: 25px;
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

/* WIDGET-TESTIMONIALS */

.widget.testimonials {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

/* WIDGET-SELECT_PAGES */

.select_pages.basic {
  padding: 60px 0;
}

/* WIDGET-BLOG */

.widget.blog {
  background-color: #f2f2f2;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.card-about-row .col-sm-6 {
  margin-bottom: 40px;
}

/* SEARCH-FILTER */

.search-filter {
  background-color: #e6e2d7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.search-filter h3 {
  color: #3c3c3b;
}

/* FILTER-FLEX */

.filter-flex {
  margin-right: -5px;
  margin-left: -5px;
}

.filter-flex .flex-column {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .filter-flex .flex-column {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 576px) {
  .filter-flex .flex-column {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .filter-flex .flex-column {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .filter-flex .flex-column {
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
}

@media (min-width: 1200px) {
  .filter-flex .flex-column {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
}

.filter-flex label,
.filter-flex fieldset legend {
  font-size: 16px;
  color: #3c3c3b;
}

.filter-flex fieldset .form-control::placeholder {
  font-size: 12px;
  color: #929292;
}

.filter-flex fieldset .form-control {
  border-radius: 0;
  border: 0;
}

.filter-flex fieldset .form-control::-webkit-input-placeholder {
  font-size: 12px;
  color: #929292;
}

.filter-flex .btn-submit {
  background-color: #fed30b;
  font-size: 16px;
  color: #3c3c3b;
}

@media (max-width: 575.98px) {
  .filter-flex .btn-submit {
    margin-right: auto;
    margin-left: auto;
  }
}

.multiselect.dropdown-toggle {
  text-align: left !important;
  border-radius: 0;
  border: 0;
}

.multiselect.dropdown-toggle:focus {
  box-shadow: none;
}

.multiselect-selected-text {
  font-size: 16px;
  color: #3c3c3b;
}

.multiselect.custom-select {
  background-image: url("../img/icons/angle-down-black.svg");
  background-size: 12px 14px;
}

.multiselect-container {
  border-radius: 0;
  border-color: #929292;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.multiselect-container .multiselect-option .form-check::before,
.multiselect-container .multiselect-option .form-check::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #929292;
  margin-top: 4px;
  margin-left: -4px;
  z-index: 5;
}

.multiselect-container .multiselect-option .form-check::after {
  background-color: #fff;
}

.multiselect-container .multiselect-option.active .form-check::before,
.multiselect-container .multiselect-option.active .form-check::after {
  background-color: #fed30b;
  border: 1px solid #fed30b;
}

.multiselect-container .multiselect-option.active .form-check::after {
  background-image: url("../img/icons/check-mark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 14px;
}

.multiselect-container .dropdown-item:focus,
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: #fff;
}

/* WIDGET-CITIZENSHIP */

.widget.citizenship {
  background-color: #f2f2f2;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.citizenship-image h2 {
  font-size: 40px;
  color: #3c3c3b;
  margin-bottom: 30px;
}

.citizenship .passport {
  padding: 0 150px;
}

@media (max-width: 575.98px) {
  .citizenship .passport {
    padding: 0;
  }
}

/* CALL-FORM */

.widget.landing {
  padding: 50px 0;
}

.call.horizontal,
.call.gray {
  padding: 50px 0;
}

.call.horizontal h2 {
  text-align: center;
  margin: 0 0 30px 0;
}

.call-form fieldset {
  padding-bottom: 0;
}

.call.horizontal .call-form fieldset {
  padding-bottom: 0;
}

.call-form fieldset legend {
  width: 100%;
  background-color: #fed30b;
  font-size: 40px;
  color: #fff;
  line-height: 64px;
  margin-bottom: 25px;
}

.call-form .form-group {
  padding-right: 30px;
  padding-left: 30px;
}

.call.horizontal .call-form .form-group {
  padding: 0;
}

.call-form .form-control {
  height: calc(1.5em + 0.75rem + 5px);
  border-radius: 0;
  border-color: #e6e2d7;
}

.call-form textarea.form-control {
  height: auto;
}

.call.horizontal .call-form .formsubmit {
  width: 100%;
}

.call-form .form-control::placeholder {
  font-size: 12px;
  color: #929292;
}

.call-form .form-control::-webkit-input-placeholder {
  font-size: 12px;
  color: #929292;
}

.g-recaptcha>div {
  width: 100%;
  margin: 0;
  padding: 0;
}

.istanbul {
  background-image: url('../img/istanbul.png');
  background-size: 510px 450px;
  overflow: hidden;
}

/* WIDGET-HTML */

.widget.html {
  padding: 100px 0;
  background: url("../img/bg-html.jpg") no-repeat center center;
  background-size: cover;
}

.widget.html h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 30px 0;
}

.widget.html p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 0 0 30px 0;
}

/* WIDGET-PROPERTIES */

.widget.properties {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}

/* GALLERY-ITEMS-ROW */

.gallery-items-row .mb-4 {
  margin-bottom: 40px !important;
}

/* TAGS-BAR */

.tags-bar {
  justify-content: center;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.tags-bar .nav-item {
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 125px;
  text-align: center;
}

.tags-bar .nav-item:first-child .nav-link {
  text-transform: capitalize;
}

.tags-bar .nav-link {
  font-size: 15px;
  color: #3c3c3b;
  border-radius: 0;
  border: 2px solid #fed30b;
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.16);
}

.tags-bar .nav-link.active {
  background-color: #fed30b;
}

.tag_link {
  color: #00abd8;
}

.tag_link:hover {
  color: #b09101;
}

/* FOOTER */

footer {
  background-color: #132337;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo+p {
  font-size: 16px;
  color: #e6e2d7;
  margin-bottom: 20px;
}

.footer-socials .list-inline-item a {
  font-size: 20px;
  color: #e6e2d7;
}

.footer-nav {
  margin-left: 30px;
}

.footer-nav li:not(:last-child) {
  margin: 0;
}

.footer-nav li a {
  font-size: 15px;
  color: #e6e2d7;
  text-decoration: none;
}

.footer-nav li ul {
  display: none;
}

.footer-contact li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-contact li i {
  font-size: 18px;
  color: #e6e2d7;
  margin-right: 10px;
}

.footer-contact li a,
.footer-contact li span {
  font-size: 15px;
  color: #e6e2d7;
  text-decoration: none;
}

footer .copyright {
  padding-top: 30px;
  border-top: 1px solid #9FB673;
  font-size: 15px;
  color: #fff;
}

.signup-form label {
  font-size: 15px;
  color: #fff;
}

.signup-form .form-control {
  border-color: #fed30b;
}

.signup-form .form-control:focus {
  border-color: #fed30b;
  box-shadow: none;
}

.signup-form .form-control::placeholder {
  font-size: 13px;
  color: #929292;
}

.signup-form .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #929292;
}

.signup-form .btn {
  font-size: 13px;
  line-height: 20px;
}

.signup-form .email-input {
  position: relative;
}

.contact-box img {
  float: left;
  padding: 0 20px 40px 0;
}

.contact-box h5 {
  color: #9FB673;
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.contact-box p,
.contact-box p a {
  color: #DDDDDD;
  font-size: 14px;
  margin: 15px 0 30px 0;
  font-weight: bold;
}

/* OTHER GENERAL */

.loading2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 38px;
  background: url("../img/three-dots.svg") no-repeat center center;
  background-size: 24px 24px;
}

.hide {
  visibility: none;
}

.show {
  visibility: visible;
}

.none {
  display: none;
}

.block {
  display: block;
}

.footer-socials,
.footer-nav,
.footer-contact,
.signup-form {
  margin-bottom: 30px;
}

/* INNER-PAGE-HEADING */

.inner-page-heading h2 {
  color: #b09101;
  margin-bottom: 40px;
}

/* BREADCRUMB */

.section-breadcrumb {
  background: #9FB673;
  padding: 0;
  text-align: center;
}

.section-breadcrumb h1 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 20px 0;
}

.section-breadcrumb .bread-nav {
  background: #132337;
  text-align: center;
  padding: 10px 0;
}

.section-breadcrumb nav {
  display: inline-block;
}

.section-breadcrumb nav ol {
  padding: 0;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  text-align: center;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fff;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  font-size: 12px;
  font-weight: 700;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
}

.breadcrumb .breadcrumb-item.active {
  color: #fff;
}

/* INNER-PAGE: PROPERTIES */

.inner-page .properties {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* FILTER-FORM */

.filter-form {
  margin-bottom: 50px;
}

.filter-form fieldset {
  margin-bottom: 25px;
}

.filter-form fieldset legend {
  font-size: 25px;
  color: #3c3c3b;
}

.custom-select-fieldset .custom-select {
  background-image: url("../img/icons/line-angle-down.svg");
  background-size: 12px 14px;
  border-color: #e6e2d7;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  font-size: 18px;
  color: #3c3c3b;
  padding-left: 0;
}

.custom-select-fieldset .custom-select:not(:first-of-type) {
  border-top: 0;
}

.custom-select-fieldset .custom-select:focus {
  box-shadow: none;
}

.filter-form .custom-control {
  min-height: 35px;
  padding-left: 28px;
  border-bottom: 1px solid #e6e2d7;
}

.filter-form fieldset .custom-control:first-of-type {
  border-top: 1px solid #e6e2d7;
}

.filter-form .custom-control-input {
  width: 20px;
  height: 35px;
}

.filter-form .custom-control-label::before,
.filter-form .custom-control-label::after {
  width: 20px;
  height: 20px;
  top: 6px;
  left: -28px;
}

.filter-form .custom-control-label {
  font-size: 18px;
  color: #3c3c3b;
  line-height: 33px;
}

.filter-form .custom-control-label::after {
  background-size: 14px 16px;
}

.filter-form .custom-control-input:focus:not(:checked)~.custom-control-label::before,
.filter-form .custom-control-label::before {
  border: 2px solid #929292;
}

.filter-form .custom-control-input:not(:disabled):active~.custom-control-label::before {
  background-color: #fff;
  border-color: #929292;
}

.filter-form .custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.filter-form .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.filter-form .custom-control-input:checked~.custom-control-label::before {
  background-color: #fed30b;
  border-color: #fed30b;
}

.filter-form .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("../img/icons/check-mark.svg");
}

.flex-input {
  border-top: 1px solid #e6e2d7;
}

.flex-input .form-control {
  max-width: 90px;
  border-radius: 0;
  border-color: #707070;
}

.flex-input div:not(:last-child) {
  margin-right: 20px;
}

.flex-input div>label {
  font-size: 13px;
  color: #3c3c3b;
  margin-bottom: 0;
}

.flex-input div>.form-control::placeholder {
  font-size: 13px;
  color: #929292;
}

.size-fieldset {
  margin-bottom: 40px !important;
}

.inner-page .properties .citizenship-image {
  background-color: #f2f2f2;
  padding: 30px 15px 20px 15px;
}

.inner-page .properties .citizenship-image h2 {
  font-size: 22px;
  line-height: 32px;
}

.inner-page .property-row .col-sm-6 {
  margin-bottom: 40px;
}

.inner-page .property-row .col-sm-6:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .inner-page .property-row .col-sm-6:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .inner-page .property-row .col-sm-6:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

.inner-page .widget-social-contact {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* INNER-PAGE:TESTIMONIAL */

.inner-page .testimonials {
  background-color: #f2f2f2;
}

/* PROPERTY-DETAIL */

.inner-page .property-detail {
  padding-top: 30px;
}

/* SLIDER-FOR */

.slider-for {
  margin-bottom: 20px;
}

.slider-for .slick-item img,
.slider-nav .slick-item img {
  width: 100%;
}

.slider-for .slick-next {
  background-color: #fff;
  width: 40px;
  height: 40px;
  right: 20px;
}

.slider-for .slick-prev {
  background-color: #fff;
  width: 40px;
  height: 40px;
  left: 20px;
  z-index: 5;
}

.slider-for .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
  color: #929292;
}

.slider-for .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
  color: #929292;
}

.slider-nav {
  overflow: hidden;
  margin-bottom: 50px;
}

.slider-nav .slick-list {
  margin-right: -5px;
  margin-left: -5px;
}

.slider-nav .slick-item {
  padding-right: 5px;
  padding-left: 5px;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  background: inherit;
  background-color: rgba(255, 255, 255, 0.6);
  width: 25px;
  height: 100%;
}

.slider-nav .slick-prev {
  left: 0;
  z-index: 5;
}

.slider-nav .slick-next {
  right: 0;
}

.slider-nav .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 900;
  color: #929292;
}

.slider-nav .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 900;
  color: #929292;
}

/* MODAL */

.modal .modal-header {
  border-bottom: 0;
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-dialog {
  margin-top: 60px;
}

.modal-header .close {
  font-size: 40px;
  position: absolute;
  margin: 0;
  top: -40px;
  right: -30px;
  padding: 0;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.8;
}

/* OVERVIEW */

.overview,
.why-this-project,
.project-rooms {
  margin-bottom: 50px;
}

.overview h4,
.why-this-project h4 {
  font-size: 30px;
  font-weight: 400;
  color: #00abd8;
  margin-bottom: 20px;
}

/*.project-rooms .table-collapse tr.collapse.show {
  display: table-row;
}
.project-rooms .table-collapse tr.collapse.collapsing {
  transition-property: unset;
  transition-duration: unset;
}*/

.overview h5 {
  font-size: 24px;
  font-weight: 700;
  color: #3c3c3b;
}

.overview p,
.why-this-project p {
  font-size: 14px;
  color: #707070;
  margin-bottom: 20px;
}

.overview strong {
  font-size: 18px;
  color: #3c3c3b;
}

.overview strong span {
  font-weight: 400;
}

.overview .item {
  line-height: 48px;
  font-size: 22px;
  margin: 0 0 20px 0;
}

.overview .item img {
  height: 32px;
  margin-right: 20px;
}

.why-this-project ul {
  padding-left: 15px !important;
}

.why-this-project ul li {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  white-space: normal !important;
}

.card-person {
  border: 0;
  margin-bottom: 25px;
}

.card-person .card-body span:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #3c3c3b;
}

.card-person .card-body span:last-child {
  font-size: 18px;
  font-weight: 500;
  color: #b09101;
  text-align: right;
}

.btn-shadow-md.btn-call {
  font-size: 25px;
  max-width: 100%;
  min-width: 100%;
  min-height: 50px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.property-detail .info-list {
  margin-bottom: 20px;
}

.property-detail .info-list dt {
  font-size: 18px;
}

.property-detail .info-list dd {
  font-size: 25px;
}

.sidebar-socials {
  margin-bottom: 50px;
}

.sidebar-socials .list-inline-item {
  margin-bottom: 5px;
}

.sidebar-socials .list-inline-item i {
  width: 60px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}

.sidebar-socials .list-inline-item:first-child i {
  background-color: #3b5998;
}

.sidebar-socials .list-inline-item:nth-child(2) i {
  background-color: #1da1f2;
}

.sidebar-socials .list-inline-item:nth-child(3) i {
  background-color: #25d366;
}

.sidebar-socials .list-inline-item:nth-child(4) i {
  background-color: #d53c3c;
}

.ul-label {
  font-size: 18px;
  font-weight: 600;
  color: #3c3c3b;
}

/* INNER-PAGE: BLOG */

.inner-page .blog-section {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .inner-page .blog-section {
    padding-bottom: 20px;
  }
}

.blog-detail {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}

.blog-detail .blog-image {
  max-width: 50%;
  margin: 0 20px 20px 0;
  float: left;
}

@media (min-width: 768px) {
  .blog-detail .blog-image {
    max-width: 60%;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

.blog-detail .blog-image img {
  width: 100%;
}

.blog-detail .blog-image-sm {
  max-width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .blog-detail .blog-image-sm {
    max-width: 40%;
    margin-left: 20px;
    margin-bottom: 15px;
  }
}

.blog-meta {
  position: relative;
  font-size: 14px;
  color: #3c3c3b;
}

.blog-meta a {
  position: relative;
  font-size: 14px;
  color: #00abd8;
  text-decoration: none;
}

.blog-meta a::before {
  content: "In";
  color: #7c7c7c;
  margin-right: 5px;
  margin-left: 5px;
}

.loading {
  width: 20px;
  height: 20px;
  display: hidden;
  background: url("../img/loading.gif") no-repeat center center;
}

/* MODAL */

#fmodalContainer,
#fmodalContainerCall {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.fmodal-content {
  background-color: #fefefe;
  margin: 10% auto;
  /* Change to 15% auto */
  padding: 0;
  border: 0;
  width: 800px;
  position: relative;
}

@media (max-width: 768px) {
  #fmodalContainer,
  #fmodalContainerCall {
    overflow: scroll;
  }
  .fmodal-content {
    margin: 30px auto;
    width: 90%;
  }
}

.fmodal-content .col-md-6,
.fmodal-content .col-md-6 {
  padding: 0;
  margin: 0;
}

.fclose {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  z-index: 2000;
}

/* ACCORDION MENU */

ul.leftmenu {
  list-style: none;
  padding: 0;
}

ul.leftmenu .inner {
  overflow: hidden;
  display: none;
}

ul.leftmenu .inner.show {
  /*display: block;*/
}

ul.leftmenu li {
  margin-bottom: 20px;
}

ul.leftmenu li a {
  color: #929292;
  width: 100%;
  display: block;
}

ul.leftmenu li a.toggle {
  width: 100%;
  display: block;
}

ul.leftmenu li a.parent {
  font-size: 18px;
  color: #3c3c3b;
  font-weight: bold;
  position: relative;
}

ul.leftmenu li a.parent::after {
  position: absolute;
  content: "";
  background: url("../img/icons/arrow-down.svg") no-repeat center center;
  right: 0;
  top: 0;
  color: #333;
  width: 24px;
  height: 24px;
}

ul.leftmenu li.show a.parent::after {
  background: url("../img/icons/arrow-up.svg") no-repeat center center;
}

ul.leftmenu li ul {
  list-style: none;
  /* margin: 0 0 20px 15px; */
  padding: 0;
}

ul.leftmenu li ul li {
  margin: 0 0 5px 0;
}

ul.leftmenu li ul li ul {
  margin: 0 0 0 20px;
}

ul.leftmenu.accordion>li {
  counter-reset: sub;
  counter-increment: index;
}

ul.leftmenu.accordion>li>a::before {
  content: counter(index) ". ";
}

ul.leftmenu.accordion>li.has-sub>ul {
  padding-left: 15px;
}

ul.leftmenu.accordion>li.has-sub>ul>li {
  counter-increment: sub;
}

ul.leftmenu.accordion>li.has-sub>ul>li>a:before {
  content: counter(index) "."counter(sub) ".";
  margin-right: 10px;
}

ul.leftmenu.accordion li a {
  border-bottom: 1px solid #929292;
  transition: all 0.3s ease-in-out;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.leftmenu.accordion li a.current,
ul.leftmenu.accordion li a:hover {
  color: #b09101;
  margin-left: 15px;
  text-decoration: none;
}

/* INNER-PAGE-PROPERTY */

.inner-page-property {
  padding-bottom: 60px;
}

/* CONTACT-FORM */

.contact-form.frm .form-control {
  font-size: 14px;
  color: #929292;
  border: 1px solid #e6e2d7;
  border-radius: 0;
}

.contact-form.frm .form-control::placeholder {
  font-size: 14px;
  color: #929292;
}

.contact-form.frm .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #929292;
}

/* MAP-ADRESS-SECTION */

.map-address-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* CONTACT-FORM-SECTION */

.contact-form-section {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* CONTACT-INFO-LIST */

.contact-info-list {
  margin-bottom: 40px;
}

.contact-info-list li:not(:last-child) {
  margin-bottom: 25px;
}

.contact-info-list li a {
  text-decoration: none;
}

.contact-info-list li a,
.contact-info-list li p {
  font-size: 18px;
  color: #929292;
}

.contact-info-list li i {
  font-size: 28px;
  color: #b09101;
}

/* PRIVACY-POLICY */

.privacy-policy {
  position: fixed;
  left: 0;
  bottom: 15px;
  z-index: 555555555555 !important;
}

@media (min-width: 576px) {
  .privacy-policy {
    max-width: 350px;
  }
}

.privacy-policy .alert {
  background-color: #000;
  border-radius: 0;
  margin-bottom: 0;
  text-align: right;
}

.alert-dismissible .close {
  position: relative;
  left: none;
  top: none;
  float: none;
}

.privacy-policy .alert p {
  color: #fff;
  text-align: left;
}

.privacy-policy .alert p:last-of-type {
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0;
  width: 100%;
}

.privacy-policy .alert a {
  color: #fff;
  text-decoration: underline;
}

.privacy-policy .alert .close {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  padding: 10px;
  background: #363a35;
}

.alert-dismissible {
  padding: 20px;
}

/* FLEX-TABLES */

.flex-table-1 {
  margin-bottom: 50px;
}

.flex-table-1 .flex-table-column {
  flex: 0 0 14.285714%;
  max-width: 14.285714%;
}

@media (min-width: 1200px) {
  .flex-table-1 .flex-table-column {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
}

.flex-table-2 {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .flex-table-2 {
    box-shadow: 0px 3px 8px 0px rgb(0, 0, 0, 16%);
    -webkit-box-shadow: 0px 3px 8px 0px rgb(0, 0, 0, 16%);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    margin-right: 0;
    margin-left: 0;
  }
}

.flex-table-2 .flex-table-column {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .flex-table-2 .flex-table-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .flex-table-2 .flex-table-column {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.flex-table-1 .flex-table-header,
.flex-table-2 .flex-table-header {
  min-height: 80px;
  background-color: #fed30b;
  padding: 12px;
}

.flex-table-1 .flex-table-header h4,
.flex-table-2 .flex-table-header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.flex-table-2 .flex-table-body {
  padding: 20px 25px;
}

.flex-table-2 .flex-table-body p {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #3c3c3b;
}

.flex-table-2 .flex-table-body p::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #b09101;
}

/* RESPONSIVE TABLE */

/* RESPONSIVE TABLE */

.table-collapse thead {
  background-color: #fed30b;
}

.table-collapse thead tr th {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border-top: 1px solid #929292;
  border-bottom: 1px solid #929292;
  vertical-align: middle;
  text-align: center;
}

.table-collapse thead tr th:first-child {
  border-left: 1px solid #929292;
}

.table-collapse thead tr th:last-child {
  border-right: 1px solid #929292;
}

.table-collapse tbody tr td {
  font-size: 18px;
  color: #3c3c3b;
  vertical-align: middle;
  text-align: center;
}

.table-collapse>tbody>tr>td:first-child {
  border-left: 1px solid #929292;
}

.table-collapse>tbody>tr>td:last-child {
  border-right: 1px solid #929292;
}

.table-collapse>tbody>tr>td {
  border-bottom: 1px solid #929292;
}

.table-collapse td.image {
  width: 120px;
}

.table-collapse td.image img {
  width: 100%;
}

.table-collapse tr.collapse.show {
  width: 100%;
}

.nested-td {
  padding: 0 !important;
  border-top: 0 !important;
}

.nested-td tbody tr td:last-child {
  text-align: right;
}

.toggle-collapse {
  color: #3c3c3b;
}

.toggle-collapse:hover {
  color: #3c3c3b;
  text-decoration: none;
}

.toggle-collapse[aria-expanded='true']>i.fa-angle-down::before {
  content: '\f106';
}

table.table-collapse {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.sub-collapse {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 600px) {
  table.table-collapse thead,
  table.sub-collapse thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-collapse tr,
  table.sub-collapse tr {
    display: block;
    position: relative;
  }
  table.table-collapse tr {
    margin-bottom: 30px;
  }
  table.sub-collapse tr {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  table.table-collapse tbody tr td {
    display: block;
    text-align: right;
    position: relative;
  }
  table.sub-collapse tbody tr td {
    width: 100%;
  }
  table.sub-collapse tbody tr td.h {
    display: none;
  }
  table.sub-collapse tbody tr td.image {
    width: 100%;
    overflow: hidden;
  }
  table.sub-collapse tbody tr td.image a {
    width: 40%;
    float: right;
  }
  table.table-collapse tbody tr::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    display: block;
    content: '';
    background-color: rgb(254, 211, 11);
    z-index: 0;
  }
  table.sub-collapse tbody tr::before {
    background-color: rgb(255, 255, 255);
  }
  .table-collapse>tbody>tr>td:first-child {
    border-left: 0px solid #929292;
  }
  .table-collapse>tbody>tr>td:last-child {
    border-right: 0px solid #929292;
  }
  table.table-collapse td::after {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
  }
}

#fmodalContainer,
#fmodalContainerCall {
  height: 100%;
}

/* MENU-FILTER */

@media (max-width: 767.98px) {
  .col-bg {
    background-color: #e6e2d7;
    margin-bottom: 20px;
  }
  .col-bg .box-flex {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .col-bg .box-flex i {
    font-size: 30px;
    color: #b09101;
  }
  .menu-filter-container {
    background-color: #e6e2d7;
  }
  .menu-filter {
    background-color: #e6e2d7;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    padding: 30px 15px 30px 15px;
    z-index: 10;
  }
  .menu-filter.active {
    display: block;
  }
  .menu-filter-trigger {
    font-size: 30px;
    color: #3c3c3b;
  }
  .menu-filter-trigger:hover {
    text-decoration: none;
    color: #3c3c3b;
  }
  .menu-filter .custom-select {
    background-color: #e6e2d7;
  }
  .filter-form {
    margin-bottom: 0;
  }
  .filter-form .custom-control {
    border-bottom: 1px solid #fff;
  }
  .custom-select-fieldset .custom-select {
    border-color: #fff;
  }
  .flex-input {
    border-top: 1px solid #fff;
  }
  .flex-input>div {
    width: 50%;
  }
  .flex-input .form-control {
    max-width: 100%;
  }
}

/* SEARCH-MODAL */

.modal-backdrop.show {
  opacity: 0.3;
}

.search-modal {
  z-index: 99999;
}

.search-modal .modal-dialog {
  /*margin-top: 100px;*/
  margin: 100px auto;
}

@media (min-width: 576px) {
  .search-modal .modal-dialog {
    margin-top: 200px;
  }
}

.search-modal .modal-content {
  background-color: transparent;
  border: 0;
}

.search-modal .modal-body {
  padding: 0;
}

.search-modal .modal-body .form-control {
  height: calc(1.5em + 0.75rem + 10px);
  background-color: transparent;
  border-color: #fed30b;
  font-size: 16px;
  color: #ffffff;
  padding-left: 20px;
}

.search-modal .modal-body .form-control:focus {
  box-shadow: none;
}

.search-modal .modal-body .form-control::placeholder {
  font-size: 16px;
  color: #fed30b;
}

.search-modal .form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #bababa;
}

/* SEARCH */

#searchlist {
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
  background-color: rgba(48, 48, 48, 1);
  height: 320px;
  overflow-y: auto;
}

#searchlist.show {
  display: block;
}

#searchlist li {
  padding: 5px;
  overflow: hidden;
  line-height: 30px;
}

#searchlist li img {
  height: 30px;
  float: left;
  margin: 0 10px 0 0;
}

#searchlist li a {
  color: #fff;
  font-weight: 500;
}

.location-link {
  font-size: 13px;
  color: #1c1c23;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .location-link {
    margin-bottom: 50px;
  }
}

.location-link i {
  font-size: 26px;
  color: #4e5859;
  vertical-align: middle;
  margin-right: 10px;
}

/* SEARCH */

.search ul.search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search ul.search-list li {
  margin: 0 0 10px 0;
  padding: 0;
}

.search-keyword {
  background: #f1f1f1;
  padding: 20px;
  margin: 0 0 30px 0;
}

section.search-detail {
  padding: 60px 0;
}

/* CLEARFIX-BLOCK*/

.clearfix-block .image {
  width: 50%;
  float: left;
}

@media (min-width: 768px) {
  .clearfix-block .image {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

.clearfix-block .text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #b09101;
  margin-bottom: 15px;
}

.clearfix-block .text p {
  font-size: 18px;
  color: #707070;
  margin-bottom: 30px;
}

.inner-page .faq-questions {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner-page .faq-questions h3 {
  font-size: 20px;
  font-weight: 700;
  color: #b09101;
  margin-bottom: 20px;
}

.inner-page .faq-questions h6 {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  margin-bottom: 0;
}

.inner-page .faq-questions h6::before {
  content: "Q: ";
}

.inner-page .faq-questions p {
  font-size: 18px;
  color: #707070;
  margin-bottom: 20px;
}

.inner-page .faq-questions p::before {
  content: "A: ";
  font-weight: 700;
}

/* SERVICES */

.widget.services {
  padding: 60px 0;
}

.widget.services .item {
  text-align: center;
  margin: 0 0 50px 0;
}

.widget.services .item h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
}

.widget.services .item img {
  height: 100px;
  margin: 0 0 30px 0;
}

/* CALL */

.frm-call {
  box-shadow: 0 0px 1.5px rgba(0, 0, 0, 0.022), 0 0px 3.9px rgba(0, 0, 0, 0.031), 0 0px 8px rgba(0, 0, 0, 0.039), 0 0px 16.4px rgba(0, 0, 0, 0.048), 0 0px 45px rgba(0, 0, 0, 0.07);
}

.frm-call h4 {
  background: #fed30b;
  margin: 0 0 30px 0;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.icon-bar {
  position: fixed;
  bottom: 10px;
  left: 10px;
}

.icon-bar a {
  display: block;
  width: 54px;
  line-height: 54px;
  text-align: center;
  height: 54px;
  color: #fff;
  border-radius: 50%;
}

.icon-bar .whatsapp {
  background: #53d365;
  color: #fff;
}

.icon-bar .whatsapp i {
  font-size: 28px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}

/* OWL CAROUSEL */

.outer {
  margin: 0;
  max-width: 100%;
}

#big .item {
  color: #FFF;
  text-align: center;
}

#thumbs {
  position: relative;
}

#thumbs .owl-nav [class*='owl-'] {
  background: inherit;
  background-color: rgba(255, 255, 255, 0.6);
  width: 25px;
  height: 100%;
  margin: 0;
  border-radius: 0;
}

#thumbs .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
}

#thumbs .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
}

#thumbs .item {
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#big.owl-theme {
  position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  background: #fff;
  width: 40px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  line-height: 40px;
  border-radius: 0;
}

#big.owl-theme .owl-prev {
  left: 10px;
}

#big.owl-theme .owl-next {
  right: 10px;
}

/* LOADER */

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* NEWS */

.widget.news .card {
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.widget.news .card .card-body {
  padding: 30px;
  position: relative;
}

.card .card-body h5 {
  font-size: 16px;
  height: 70px;
}

.card .card-image {
  position: relative;
}

.row-eq-height .card-body {
  display: grid;
}

.row-eq-height .card-body a.more {
  align-self: end;
}

.tag {
  display: inline-block;
  background: #FCB032;
  padding: 5px 20px;
  line-height: 24px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: bold;
}

.tag a {
  color: #fff;
}

.list-image {
  position: relative;
}

.list-image .tag,
.card-image .tag {
  position: absolute;
  right: 0;
  bottom: 0;
}

.inner .date,
.card .card-body .date {
  color: #888;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 15px;
}

.card .card-body .more {
  display: block;
  width: 100%;
  padding: 10px;
  background: #9FB673;
  margin-top: 10px;
  color: #fff;
  text-align: right;
}

.card .card-body .more i {
  width: 24px;
  height: 24px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

/* PARTNERS */

.partners {
  margin: 40px 0;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li {
  display: inline-block;
  width: 12.2%;
}

.partners ul li img {
  padding: 2%;
  width: 96%;
}

/* CLIENTS */

ul.clients {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.clients li {
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.clients li img {
  width: 100%;
}

ul.clients li+li {
  padding-top: 20px;
}

/* VIDEO */

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ERROR */

.call-form span.error {
  font-size: 11px;
  line-height: 12px;
  color: red;
}

.g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0;
}

/* TOOLTIP */

.heyo:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enabled {
  cursor: pointer;
}

.description {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: white;
  padding: 10px 15px;
  z-index: 5;
  /*height: 60px;*/
  line-height: 30px;
  margin: 0 auto;
  color: #fff;
  /*box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);*/
  display: none;
}

.description.active {
  display: block;
}

/*
.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}
*/

/* GENERAL */

.flex-container {
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-wrap: wrap;
  /* Standard syntax */
}

.flex-container .column {
  padding: 0;
  background: #f1f1f1;
  -webkit-flex: 1;
  /* Safari */
  -ms-flex: 1;
  /* IE 10 */
  flex: 0 0 auto;
  width: 100%;
  /* Standard syntax */
}

.column-row [class^="col-"]:nth-child(odd) .flex-container .column:nth-child(odd) {
  order: 2;
}

.column-row [class^="col-"]:nth-child(odd) .flex-container .column:nth-child(even) {
  order: 1;
}

@media(min-width: 992px) {
  .flex-container .column {
    width: 50%;
  }
  .column-row [class^="col-"]:nth-child(odd) .flex-container .column:nth-child(odd) {
    order: 1;
  }
  .column-row [class^="col-"]:nth-child(odd) .flex-container .column:nth-child(even) {
    order: 2;
  }
}

.flex-container .intro {
  padding: 30px;
}

.full {
  height: 100%;
}

.full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flex-container .column.green {
  background: #9FB673;
}

/* FILTER */

.filter {
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 30px;
}

.filter .form-group {
  margin: 0;
}

.over {
  position: relative;
}

.right-top::after {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 200px;
  height: 200px;
  display: block;
  background: url('../img/over-rt.svg');
  background-size: 200px 200px;
  content: '';
}

.left-bottom::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  display: block;
  background: url('../img/over-lb.svg');
  background-size: 200px 200px;
  content: '';
}

/* LIST */

ul.basic-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

ul.basic-list li {
  margin: 0 0 10px 0;
}

/* FEATURES */

.widget.features h5 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 20px;
}

.features .item {
  margin: 0 0 30px 0;
}

section.inner.features .item img {
  width: 100%;
}

section.inner.features .item p {
  font-size: 14px;
  line-height: 24px;
}

@media(max-width: 767.98px) {
  section.inner.features .item img {
    margin-bottom: 20px;
  }
}

/* CONTRIBUTIONS */

.contributions .box {
  padding: 60px 30px;
  border: 1px solid #ddd;
  text-align: center;
  background: #f1f1f1;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.projects blockquote {
  background: transparent;
  border-left: 10px solid #fff;
  color: #fff;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

.projects blockquote:before {
  color: #fff;
}

section.conprojects {
  padding: 40px 0 0 0;
  position: relative;
}

section.conprojects .line img {
  max-width: 100%;
}

section.conprojects .slick-projects {
  margin: 0;
}

section.conprojects .slick-projects .slick-next,
section.conprojects .slick-projects .slick-prev {
  display: none !important;
}

.bg-section {
  height: 54%;
  background-image: url('../img/bg/bg-conproject.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - (2000px/2));
}

@media(min-width: 375px) {
  .bg-section {
    height: calc(100% - (1700px/2));
  }
}

@media(min-width: 414px) {
  .bg-section {
    height: calc(100% - (1550px/2));
  }
}

@media(min-width: 480px) {
  .bg-section {
    height: calc(100% - (1400px/2));
  }
}

@media(min-width: 576px) {
  .bg-section {
    height: calc(100% - (1200px/2));
  }
}

@media(min-width: 640px) {
  .bg-section {
    height: calc(100% - (1100px/2));
  }
}

@media(min-width: 768px) {
  .bg-section {
    height: calc(100% - (1050px/2));
  }
}

@media(min-width: 992px) {
  .bg-section {
    height: calc(100% - (900px/2));
  }
}

@media(min-width: 1200px) {
  .bg-section {
    height: calc(100% - (800px/2));
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-2 {
  background-color: rgb(28 26 48 / 85%);
}

.community-row .btn-primary {
  min-width: 160px;
  background-color: #9FB673;
  border-color: #9FB673;
  border-radius: 0;
}

.community-row .btn-primary:focus,
.community-row .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.community-row .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #9FB673;
  border-color: #9FB673;
}

@media(max-width: 767.98px) {
  .community-row [class^="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* LISTINGS */

@media(min-width: 576px) and (max-width: 991.98px) {
  .listings-row [class^="col-"]:first-child {
    margin-bottom: 15px;
  }
}

@media(max-width: 575.98px) {
  .listings-row [class^="col-"]:not(:last-child) {
    margin-bottom: 15px;
  }
}

.listings .item {
  border: 1px solid #dfdfdf;
  padding: 20px;
  margin-bottom: 20px;
}

.listings .item p {
  margin: 0;
  line-height: 24px;
}

.listings .box {
  background: #f4f8fb;
  padding: 30px;
}

.listings .item .btn-primary {
  max-width: 160px;
  width: 100%;
  background-color: #9FB673;
  border-color: #9FB673;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}

.listings .item .btn-primary:not(:disabled):not(.disabled):active,
.listings .item .btn-primary:not(:disabled):not(.disabled):active:focus,
.listings .item .btn-primary:focus,
.listings .item .btn-primary:hover {
  background-color: rgba(159, 182, 115, 0.9);
  border-color: rgba(159, 182, 115, 0.9);
}

.listings .item .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.conprojects .item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.14);
  margin: 0 15px;
}

.conprojects .item img {
  width: 100%;
}

.conprojects .item h5 {
  padding: 0;
  margin-bottom: 20px;
}

.conprojects .item p {
  padding: 0;
}

.conprojects .item-content {
  padding: 20px;
}

.slick-projects {
  margin: 0 -15px;
}

.slick-projects .slick-list {
  padding: 0 0 20px 0;
}

.slick-projects .slick-track {
  display: flex !important;
}

.slick-projects .slick-track .item {
  height: inherit !important;
}

.contributions .btn-primary,
.products .item .btn-primary,
.slick-projects .item .btn-primary {
  min-width: 160px;
  background-color: #9FB673;
  border-color: #9FB673;
  border-radius: 0;
}

.contributions .btn-primary:focus,
.products .item .btn-primary:focus,
.slick-projects .item .btn-primary:focus,
.contributions .btn-primary:not(:disabled):not(.disabled):active:focus,
.products .btn-primary:not(:disabled):not(.disabled):active:focus,
.slick-projects .item .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.contributions .btn-primary:not(:disabled):not(.disabled):active,
.products .btn-primary:not(:disabled):not(.disabled):active,
.slick-projects .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #9FB673;
  border-color: #9FB673;
}

a.btn-primary {
  color: #fff;
}

/* TABLE  */

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.row-table {
  display: table-row;
  background: #fff;
}

.row-table.header {
  color: #ffffff;
  background: #132337;
}

.row-table.body:hover {
  background-color: #D3E4B3;
}

@media screen and (max-width: 768px) {
  .row-table {
    display: block;
  }
  .row-table.header {
    padding: 0;
    height: 0px;
  }
  .row-table.header .cell {
    display: none;
  }
  .row-table .cell:before {
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset !important;
    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.row-table .cell {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;
  padding: 15px;
  border-bottom: 1px solid #fff;
}

.row-table.header .cell {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;
}

.row-table.body .cell {
  background: #9FB673;
  color: #fff;
}

.row-table.body .cell a {
  color: #fff;
}

.row-table.header .cell+.cell,
.row-table.body .cell+.cell {
  border-left: 1px solid #fff;
}

.row-table .cell:first-child {
  width: 250px;
}

.row-table .cell:nth-child(2) {
  width: 350px;
}

/*
.row-table .cell:nth-child(1) {
  width: 360px;
  padding-left: 40px;
}

.row-table .cell:nth-child(2) {
  width: 160px;
}

.row-table .cell:nth-child(3) {
  width: 250px;
}

.row-table .cell:nth-child(4) {
  width: 190px;
}*/

.table,
.row-table {
  width: 100% !important;
}

.row-table:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .row-table {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  .row-table .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .row-table .cell:nth-child(1) {
    padding-left: 30px;
  }
  .row-table .cell {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }
  .table,
  .row-table,
  .cell {
    width: 100% !important;
  }
}

/* LIST BOX */

.list-box {
  /*border: 1px solid #eee;*/
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
}

.list-box div {
  /*display: table-cell;*/
}

.list-box .list-image {
  width: 100%;
}

.list-box .list-content {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  position: relative;
}

@media(min-width: 576px) {
  .list-box .list-image {
    width: 40%;
  }
  .list-box .list-content {
    width: 60%;
  }
}

@media(min-width: 768px) {
  .list-box .list-image {
    width: 35%;
  }
  .list-box .list-content {
    width: 65%;
  }
}

.publications .list-box .list-image {
  width: 50%;
}

.publications .list-box .list-content {
  width: 100%;
}

@media(min-width: 768px) {
  .publications .list-box .list-image {
    width: 30%;
  }
  .publications .list-box .list-content {
    width: 70%;
  }
}

@media(min-width: 1200px) {
  .publications .list-box .list-image {
    width: 20%;
  }
  .publications .list-box .list-content {
    width: 80%;
  }
}

.list-box .list-content h5 {
  font-size: 16px;
}

.list-box .list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-content .download {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.list-content .download a {
  display: block;
  background: #9FB673;
  padding: 7px 15px;
  color: #fff;
  font-weight: bold;
}

.list-content .download-button {
  position: relative;
  right: initial;
  bottom: initial;
}

/* FILTER LEFT */

.filter-left {
  border: 1px solid #eee;
  padding: 20px;
  background: #f9f9f9;
}

@media(max-width: 991.98px) {
  .filter-left {
    margin-bottom: 30px;
  }
}

.filter-left h5 {
  font-size: 16px;
  border-bottom: 2px solid #eee;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}

.filter-left ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.filter-left ul li {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.filter-left ul li.active a {
  color: #9FB673;
  font-weight: bold;
}

/* SERVICES */

section.services {
  padding: 30px 0;
}

.service-icon img {
  display: block;
  height: 200px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.service-column {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.service-column .service-icon {
  width: 100%;
}

.service-column .service-intro {
  width: 100%;
  padding: 20px;
  background: #f9f9f9;
}

@media(min-width: 768px) {
  .service-column .service-icon {
    width: 20%;
  }
  .service-column .service-intro {
    width: 80%;
  }
  .service-icon img {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

/* PROJECTS */

.projects h4 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
}

/*.projects h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100px;
  height: 1px;
  display: block;
  background: #ccc;
}*/

.projects .project-main {
  font-size: 12px;
}

.projects .project-intro {
  background: #e1e1e1;
  padding: 30px;
  color: #333;
  font-size: 14px;
}

.projects .project-detail {
  background: #f9f9f9;
  padding: 30px;
  color: #333;
}

.projects .project-objective {
  background: #9FB673;
  padding: 30px;
  color: #fff;
}

.projects .project-results {
  background: #132337;
  padding: 30px;
  color: #fff;
}

.project-main {
  display: flex;
  background: #FCB032;
}

.project-main .project-image {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 35%;
}

.project-main .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-main .project-tag {
  flex: 0 0 auto;
  width: 65%;
  /* display: table-cell; */
  padding: 20px;
}

.list-content .project-tag {
  padding: 15px 0;
}

.project-tag ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-tag ul li {
  margin: 5px 0;
}

/* CONTRIBUTE */

.contribute-box {
  position: relative;
  z-index: 0;
}

.contribute-box img {
  width: 100%;
}

.contribute-box:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.contribute-box .contribute-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
}

.contribute-box h5 a {
  color: #fff;
}

section.inner .grid-crea figure p {
  line-height: 18px;
  color: #FFf;
}

/* PHOTOGALLERY */

.photogallery {
  margin: 30px 0 0 0;
}

.photogallery h4 {
  color: #9FB673;
  margin: 0 0 30px 0;
}

.slick-photogallery {
  margin: 0 -15px;
}

.slick-photogallery .item {
  padding: 0 15px;
}

.slick-photogallery .item img {
  width: 100% !important;
}

.slick-photogallery button {
  right: 10px;
  left: auto;
  top: -30px;
}

.slick-photogallery button.slick-prev {
  right: 40px;
}

.slick-photogallery .slick-prev:before,
.slick-photogallery .slick-next:before {
  color: #9FB673;
}

section.completed {
  margin-top: 60px;
}

section.completed .line img {
  max-width: 100%;
}

section.completed .block {
  height: 100%;
}

.block img {
  width: 100%;
}

.block {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

.block .block-content {
  padding: 20px;
}

/* PERSONAL */

@media(min-width: 992px) {
  .row.staff>[class^="col-"]:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}

@media(max-width: 991.98px) {
  .row.staff>[class^="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }
}

.staff .item {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
}

.staff .item div {
  display: table-cell;
}

.staff .item .col-image {
  width: 100%;
}

.staff .item .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff .item .col-body {
  width: 100%;
  padding: 15px;
}

@media(min-width: 576px) {
  .staff .item .col-image {
    width: 40%;
  }
  .staff .item .col-body {
    width: 60%;
    padding: 15px;
  }
}

.staff .item .col-body p {
  margin-bottom: 10px;
}

/* SOCIAL */

ul.social {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}

ul.social li {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
}

/*---------------*/

/***** Marley *****/

/*---------------*/

.grid-crea {
  position: relative;
}

/* Common style */

.grid-crea figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  background: #000;
  text-align: center;
  cursor: pointer;
}

.grid-crea figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid-crea figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid-crea figure figcaption::before,
.grid-crea figure figcaption::after {
  pointer-events: none;
}

.grid-crea figure figcaption,
.grid-crea figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid-crea figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid-crea figure h2,
.grid-crea figure p {
  margin: 0;
}

figure.effect-marley figcaption {
  text-align: left;
}

figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}

figure.effect-marley p {
  bottom: 30px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
  font-size: 24px;
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* TOURS */

.inner-page .single-post .post-content {
  padding-top: 10px;
}

.inner-page .single-post .post-image img {
  width: 100%;
  border-radius: 5px;
}

.inner-page .single-post .post-meta {
  margin-top: 30px;
  margin-bottom: 20px;
}

.inner-page .single-post .post-meta span {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  color: #8a8a8a;
  text-transform: uppercase;
}

.inner-page .single-post .post-meta span a {
  color: #e00d4e;
  text-decoration: none;
}

.inner-page .single-post .post-meta .post-date::after,
.inner-page .single-post .post-meta .post-category::after,
.inner-page .single-post .post-meta .post-author::after {
  position: relative;
  display: inline-block;
  content: "";
  background-color: #c80c46;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
}

.inner-page .single-post .post-title {
  font-size: 26px;
  font-weight: 500;
  color: #2d2d2d;
  margin-top: 20px;
  margin-bottom: 20px;
}

.inner-page .image-gallery {
  margin-top: 30px;
}

.inner-page .image-gallery img {
  width: 100%;
  border-radius: 5px;
}

.inner-page .image-gallery .item {
  margin-bottom: 15px;
}

.inner-page .lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
}

.inner-page .lg-outer.lg-visible {
  z-index: 999999;
}

.inner-page .embed-video {
  margin-top: 40px;
}

.inner-page .embed-video .embed-responsive {
  margin-bottom: 20px;
}

.cost {
  font-size: 20px;
  font-weight: bold;
  color: #be0027;
  margin: 0 0 10px 0;
}

.inner-page .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.inner-page .tags a {
  display: block;
  font-size: 13px;
  color: #464646;
  text-decoration: none;
  border: 2px solid #d7d7d7;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 15px;
  transition: all .3s ease-in-out;
}

.inner-page .tags a:hover {
  border-color: #e00d4e;
}

.inner-page .author-info {
  background-color: #f3f3f3;
  position: relative;
  margin-top: 50px;
  padding: 30px;
  border-radius: 5px;
}

.inner-page .author-info::before {
  background-color: #ebebeb;
  width: 4px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.inner-page .author-info .media {
  flex-direction: column;
}

.inner-page .author-info .media img {
  max-width: 100px;
  max-height: 100%;
  border-radius: 6px;
  margin-right: 0;
  margin-bottom: 20px;
}

.inner-page .author-info .media-body h4 {
  font-size: 15px;
  font-weight: 500;
  color: #2d2d2d;
}

.inner-page .author-info .media-body p {
  font-size: 15px;
}

.inner-page .page-socials {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
}

.inner-page .page-socials li:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

.inner-page .page-socials li i {
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: #2d2d2d;
  line-height: 34px;
  text-align: center;
  border: 2px solid #d7d7d7;
  border-radius: 100%;
  transition: all .3s ease-in-out;
}

.inner-page .page-socials li i:hover {
  color: #e00d4e;
  border-color: #e00d4e;
}

.inner-page .comments {
  margin-top: 60px;
}

.inner-page .comments .comments-title {
  font-size: 26px;
  font-weight: 500;
  color: #2d2d2d;
  margin-bottom: 30px;
}

.inner-page .comments .media {
  flex-direction: column;
  margin-bottom: 15px;
  margin-top: 15px;
}

.inner-page .comments .media img {
  max-width: 70px;
  max-height: 100%;
  border-radius: 4px;
  margin-right: 0;
  margin-bottom: 20px;
}

.inner-page .comments .media-reply {
  padding-left: 30px;
}

.inner-page .comments .comments-author {
  font-size: 15px;
  font-weight: 500;
  color: #2d2d2d;
  margin-bottom: 0;
}

.inner-page .comments .comments-author i {
  font-size: 14px;
  margin-right: 5px;
}

.inner-page .comments .media-body p {
  font-size: 15px;
}

.inner-page .comments .comments-meta {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #8a8a8a;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inner-page .comments-reply {
  margin-top: 60px;
}

.inner-page .comments-reply .comments-title {
  margin-bottom: 0;
}

.inner-page .comments-reply .comments-title a {
  font-size: 13px;
  color: #e00d4e;
  text-decoration: none;
}

.inner-page .comments-form {
  margin-top: 30px;
}

.inner-page .comments-form .form-group label {
  position: relative;
  font-weight: 600;
  font-size: 13px;
}

.inner-page .comments-form .form-group.required label::after {
  position: relative;
  left: 3px;
  content: "*";
}

.inner-page .comments-form .form-control {
  background-color: #F3F3F3;
  border-width: 2px;
  border-color: #ebebeb;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: all .2s ease-in-out;
}

.inner-page .comments-form .form-control:hover {
  border-color: #e00d4e;
}

.inner-page .comments-form .form-control:focus {
  box-shadow: none;
}

.inner-page .comments-form .btn-style {
  margin-bottom: 50px;
}

/* TAB-DETAIL */

.tour-packages .tour-item img {
  width: 100%;
}

.tab-detail .tab-content {
  margin-top: 30px;
}

.tab-detail .nav-tabs {
  border-color: #9FB673;
  margin-bottom: 30px;
}

.tab-detail .nav-tabs .nav-item {
  margin-bottom: 1px;
}

.tab-detail .nav-tabs .nav-item:not(:last-child) {
  margin-right: 1px;
}

.tab-detail .nav-tabs .nav-link {
  background-color: #f1f1f1;
  font-size: 18px;
  color: #333;
  border-color: transparent;
  border-radius: 0;
}

.tab-detail .nav-tabs .nav-link.active {
  background-color: #f7931d;
  color: #fff;
}

.tab-detail .itinerary-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tab-detail .itinerary-item .item-content {
  width: 100%;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
}

@media(min-width:480px) {
  .tab-detail .itinerary-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .tab-detail .itinerary-item .item-content {
    width: calc(100% - 80px);
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.tab-detail .itinerary-item .item-icon {
  position: relative;
  background-color: #26bdf7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 26px;
  color: #ffffff;
  border: 2px dashed #26bdf7;
  border-radius: 50%;
  margin: 0 20px 0 0;
  transition: all 0.3s ease-in-out;
}

.tab-detail .itinerary-item .item-content h2 {
  font-weight: 700;
  font-size: 24px;
  color: #444444;
  margin: 0 0 15px 0;
}

.tab-detail .itinerary-item ul li {
  font-size: 13px;
  color: #555555;
  line-height: 22px;
}

.tab-detail .comment h2 {
  font-size: 24px;
  margin: 0 0 30px 0;
}

.tab-detail .media {
  flex-direction: column;
  align-items: center;
}

.tab-detail .media img {
  width: 70px;
  height: auto;
  border: 3px solid #e4e1e3;
  margin: 0 15px 15px 0;
}

.tab-detail .media-body {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 15px;
}

.tab-detail .media-body p:last-of-type {
  margin-bottom: 0;
}

.tab-detail .media-body .comment-meta {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 15px 0;
  padding-left: 0;
}

.tab-detail .media-body .comment-meta li {
  font-size: 12px;
  color: #777777;
  line-height: 30px;
}

.tab-detail .media-body .comment-meta li i {
  font-size: 14px;
  color: #ffb300;
}

.tab-detail .tab-content .itinerary-item {
  position: relative;
}

@media(min-width:480px) {
  .tab-detail .tab-content .itinerary-item:before {
    background-color: #f3f3f3;
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30px;
  }
  .tab-detail .tab-content .itinerary-item:last-child:before {
    width: 0;
    height: 0;
  }
}

.whatsapp {
  padding: 12px 20px;
  background: #25d366;
  margin-bottom: 20px;
  color: #fff;
}

.whatsapp a {
  color: #fff;
  font-weight: bold;
}

.slick-gallery {
  padding-bottom: 10px;
}

.slick-gallery .slick-item img {
  width: 100%;
}

/* PRODUCTS */

.products .item img {
  width: 100%;
}

.products .item h5 {
  margin: 10px 0;
  padding: 0;
}

.products .item-image {
  position: relative;
}

.products .item-image .cost {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FCB032;
  color: #000;
  padding: 10px 15px;
  display: block;
  margin: 0;
}

/* DOWNLOAD */

.download {
  background: #9FB673;
  padding: 10px;
  display: inline-block;
  color: #fff;
}

.download a {
  color: #fff;
  font-weight: bold;
}

/* OUR-RECOURCES */

.our-resources .box,
.our-resources .img-main {
  margin-bottom: 30px;
}

@media(min-width: 768px) {
  .our-resources .box,
  .our-resources .img-main {
    margin-bottom: 30px;
  }
}

/* CONTACT-INFO-LIST */

@media(max-width: 991.98px) {
  .contact-info-list {
    margin-top: 40px;
  }
}

/* INNER CONTRIBUTIONS */

.inner.contributions [class^="col-"] img {
  margin-bottom: 30px;
}

@media(min-width: 768px) {
  .inner.contributions [class^="col-"] img {
    margin-bottom: 0;
  }
}

/* ROW-EQ-HEIGHT */

@media(max-width: 767.98px) {
  .blog-section .row-eq-height [class^="col-"] {
    margin-bottom: 30px;
  }
}

/*section.inner p a:not(.btn-primary) {*/

section.inner p a {
  color: #0099e5;
}

/* ACCORDION DESKTOP & MOBILE */

@media(min-width: 769px) {
  .d-desktop {
    display: block;
  }
  .d-mobile {
    display: none;
  }
}

@media(max-width: 768px) {
  .d-desktop {
    display: none;
  }
  .d-mobile {
    display: block;
  }
}