/*================================================
Default CSS
=================================================*/
/*!
 * Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #181818;
  background-color: #f1f1f1;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #161616;
  font-weight: 600;
}

a {
  transition: all 1s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #181818;
}
p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-15 {
  padding-bottom: 15px;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table .d-table-cell {
  vertical-align: middle;
}

a.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  padding-top: 4.6875rem;
  margin-top: -4.6875rem;
}

.default-btn-one {
  background-color: #8c7156;
  color: #f1f1f1;
  padding: 13px 25px;
  display: inline-block;
  border-radius: 5px;
}
.default-btn-one:hover {
  background-color: #353535;
  color: #f1f1f1;
}

.default-btn-two {
  border: 1px solid #f1f1f1;
  color: #f1f1f1;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
}
.default-btn-two:hover {
  background-color: #353535;
  border: 1px solid #353535;
  color: #f1f1f1;
}

.section-with-title span {
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.section-with-title span::before {
  content: "";
  position: absolute;
  background-color: #8c7156;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-with-title h2 {
  font-size: 32px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.section-with-title h2 span {
  color: #8c7156;
  font-size: 36px;
  padding: 0;
  margin: 0;
}
.section-with-title h2 span::before {
  display: none;
}

.section-with-title.title-left-part span {
  margin-right: 2rem;
  margin-left: 2rem;
}

.section-with-title.title-right-part span {
  margin-right: 2rem;
  margin-left: 2rem;
}

.la-search {
  transform: scaleX(-1);
}

.row {
  /* Bootstrap Fix = for columns height same as row */
  display: flex;
  flex-wrap: wrap;
}

.row > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.txt-bold {
  font-weight: 700;
}

.txt-regular {
  font-weight: 400;
}

.txt-light {
  font-weight: 300;
}

/*================================================
Top Heder
=================================================*/
.header-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1041;
  width: 100%;
}

.top-header {
  height: 2rem;
  background: rgba(0, 0, 0, 0.25);
}
.top-header .top-header-container {
  height: 100%;
}
.top-header .top-header-container .row {
  height: 100%;
}
.top-header .top-header-contacts {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-header .top-header-contacts .left-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.top-header .top-header-contacts .left-info li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 0.825rem;
  margin-right: 0.5rem;
  height: 2rem;
}
.top-header .top-header-contacts .left-info li i.fa-envelope {
  font-size: 1rem;
  color: #8c7156;
  margin-right: 0.275rem;
}
.top-header .top-header-contacts .left-info li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.825rem;
  letter-spacing: 0.025rem;
}
.top-header .top-header-contacts .left-info li a:hover {
  color: white;
}
.top-header .top-header-contacts .right-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.top-header .top-header-contacts .right-info li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 0.825rem;
  margin-right: 0.5rem;
  color: #d8d8d8;
  height: 2rem;
}
.top-header .top-header-contacts .right-info li.mr-20 {
  margin-right: 1.25rem;
}
.top-header .top-header-contacts .right-info li:last-child {
  margin-right: 0;
}
.top-header .top-header-contacts .right-info li .fa-phone {
  font-size: 1rem;
  color: #8c7156;
  margin-right: 0.275rem;
}
.top-header .top-header-contacts .right-info li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.825rem;
  letter-spacing: 0.025rem;
}
.top-header .top-header-contacts .right-info li a:hover {
  color: white;
}
.top-header .top-header-contacts .right-info .heder-btn {
  background-color: #8c7156;
  padding: 15px 30px;
  margin-left: 25px;
}
.top-header .top-header-contacts .right-info .heder-btn a {
  color: #f1f1f1;
}
.top-header .top-header-contacts .right-info .heder-btn:hover {
  background-color: #353535;
}
.top-header .top-header-contacts .right-info .heder-btn:hover a {
  color: #f1f1f1;
}

/*================================================
Navbar Area
=================================================*/
.navbar-area {
  background-color: transparent;
  width: 100%;
  height: auto;
  z-index: 999;
}
.navbar-area .navbar-brand {
  line-height: 1;
  padding: 0;
}
.navbar-area .navbar-brand .ico-logo {
  font-size: 1.5rem;
  color: #8c7156;
  vertical-align: middle;
  border: 2px solid;
  border-radius: 100%;
  border-color: #8c7156;
  padding: 9px 6px;
}
.navbar-area .navbar-brand .ico-logotype {
  display: inline-block;
	height: 46px;
	width: auto;
}
.navbar-area .navbar-brand .logo-txt {
  display: none;
  color: #8c7156;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0 0 1rem;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding: 0;
  -webkit-box-shadow: 0px 0px 1rem rgba(1,1,1, 0.83);  
  box-shadow: 0px 0px 1rem rgba(1,1,1, 0.83);    
}
.navbar-area.is-sticky .logo-txt {
  display: inline-block;
  color: #8c7156;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0 0 1rem;
}

.navbar-toggler {
  padding: 0;
}
.navbar-toggler i.fa-bars {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 6px 7px 4px 7px;
  color: #8c7156;
  border: 2px solid #8c7156;
}

.navbar-toggler:focus,
button:focus:not(:focus-visible) {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-nav li a.nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 300;
  letter-spacing: 0.025rem;
  padding: 1rem 0;
  margin: 0 0.5rem;
  border-bottom: 2px solid;
  border-color: transparent;
}

.navbar-nav li a:hover.nav-link {
  color: white;
  border-color: #8c7156;
}

@media (min-width: 768px) {
  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
    color: inherit;
    flex-grow: initial !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas {
    width: 250px !important;
    background-color: #8c7156;
  }
  .offcanvas h5.offcanvas-title {
    font-weight: 400;
  }
  .offcanvas .navbar-nav li a.nav-link {
    color: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid;
    border-color: #d2d2d2;
  }
  .offcanvas .navbar-nav li a:hover.nav-link {
    color: #fff;
    border-color: #fff;
  }

  .offcanvas-start-md {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
  }
}
/*================================================
Hero Slider Area
=================================================*/
.hero-slider {
  background-color: transparent;
}
.hero-slider #carouselCaptions .carousel-fixed-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 20;
  top: 20%;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left;
  margin: 0 auto;
}
.hero-slider #carouselCaptions .carousel-fixed-title span {
  text-shadow: 2px 2px 4px #000;
}
.hero-slider #carouselCaptions .carousel-fixed-title .carousel-head-caption {
  color: rgba(255, 255, 255, 0.85);
  width: 100%;
}
.hero-slider #carouselCaptions .carousel-fixed-title .carousel-sub-caption {
  color: #8c7156;
  display: block;
  width: 100%;
}
.hero-slider #carouselCaptions .carousel-indicators [data-bs-target] {
  width: 60px;
  margin-right: 6px;
  margin-left: 6px;
}

/*================================================
Testimonial
=================================================*/
#testimonial .testimonial-wrapper {
  margin-top: -7.5em;
  position: relative;
  z-index: 1;
  height: 7.5rem;
}
#testimonial .testimonial-wrapper .testimonial-row {
  height: 100%;
}
#testimonial .testimonial-wrapper .testimonial-column {
  z-index: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
#testimonial .testimonial-wrapper .testimonial-column.column-icon {
  justify-content: flex-end;
  align-items: center;
}
#testimonial .testimonial-wrapper .testimonial-column.column-icon .icon-holder {
  width: 7.5rem;
  height: 7.5rem;
  font-size: 3.75em;
  background-color: #8c7156;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}
#testimonial .testimonial-wrapper .testimonial-column.column-icon .icon-holder .testimonial-img {
  filter: invert(99%) sepia(1%) saturate(105%) hue-rotate(59deg) brightness(116%) contrast(92%);
  transform: skew(-10deg, 0deg);
  width: 100%;
  max-width: 44px;
  height: auto;
}
#testimonial .testimonial-wrapper .testimonial-column.column-text {
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}
#testimonial .testimonial-wrapper .testimonial-column.column-text .testimonial-text {
  padding: 0.5rem 2rem;
  text-align: left;
  font-style: italic;
}

.container-fluid {
  background: #f1f1f1;
}

/*================================================
About Us Area
=================================================*/
.about-area .about-image {
  position: relative;
  height: 100%;
}
.about-area .about-text {
  padding: 0 12px;
}
.about-area .about-text .section-with-title {
  margin-bottom: 20px;
}
.about-area .about-text .section-with-title span::before {
  width: auto;
}
.about-area .about-text .section-with-title .text {
  text-align: justify;
  font-size: 0.975rem;
  margin-top: 15px;
}
.about-area .about-text .about-btn {
  margin-top: 25px;
}
.about-area .about-list {
  padding: 1rem 1rem 1rem 2rem;
}
.about-area .about-list .text {
  font-size: 0.975rem;
  margin-bottom: 1.5rem;
}
.about-area .about-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.about-area .about-list ul li {
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.about-area .about-list ul li i {
  color: #8c7156;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}

/*================================================
Service Area
=================================================*/
.service-area {
  background-color: #f5f5f5;
}
.service-area .section-with-title span::before {
  width: auto;
}
.service-area .section-with-title span.title-at-left {
  margin-left: 0;
}
.service-area .section-with-title span.title-at-left::before {
  width: auto;
}
.service-area .container-fluid:nth-child(even) {
  background-color: rgba(133, 114, 88, 0.05);
}
.service-area .container-fluid:nth-child(odd) {
  background-color: rgba(133, 114, 88, 0.1);
}
.service-area .service-rodina-bgrd-img {
  background-image: url("../img/pravo-rodina-650x400.jpg");
  background-position: center;
  background-size: cover;
}
.service-area .service-obcan-bgrd-img {
  background-image: url("../img/pravo-obcan-obchod-650x400.jpg");
  background-position: center;
  background-size: cover;
}
.service-area .service-insolvence-bgrd-img {
  background-image: url("../img/pravo-insolvence-650x400.jpg");
  background-position: center;
  background-size: cover;
}
.service-area .service-trest-bgrd-img {
  background-image: url("../img/pravo-trest-650x400.jpg");
  background-position: center;
  background-size: cover;
}
.service-area .service-prace-bgrd-img {
  background-image: url("../img/pravo-prace-650x400.jpg");
  background-position: center;
  background-size: cover;
}
.service-area .service-nemovitost-bgrd-img {
  background-image: url("../img/pravo-nemovitost-650x400.jpg");
  background-position: center;
  background-size: cover;
}
.service-area .service-card {
  transition: all 1s;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 360px;
}
.service-area .service-card .service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-area .service-card .service-header .service-icon .icon-holder {
  width: 7.5rem;
  height: 7.5rem;
  background-color: #8c7156;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-area .service-card .service-header .service-icon .icon-holder .ico-img {
  filter: invert(99%) sepia(1%) saturate(105%) hue-rotate(59deg) brightness(116%) contrast(92%);
  width: 100%;
  max-width: 44px;
  height: auto;
}
.service-area .service-card .service-header .service-icon.icon-right-part {
  margin-right: -12px;
}
.service-area .service-card .service-header .service-icon.icon-left-part {
  margin-left: -12px;
}
.service-area .service-card a img {
  border-radius: 0;
}
.service-area .service-card .service-text {
  padding: 0;
  position: relative;
}
.service-area .service-card .service-text i {
  position: absolute;
  margin-top: -90px;
  margin-bottom: 0;
  margin-left: 1rem;
  font-size: 35px;
  color: #8c7156;
  background: rgba(255, 255, 255, 0.9);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 0;
  transition: all 1s;
  box-shadow: 0px 0px 15px #eeeeee;
}
.service-area .service-card .service-text h3 {
  padding: 1rem 1rem;
  background-color: #353535;
  border-bottom: 1px solid #e9e9e9;
}
.service-area .service-card .service-text h3 .service-text-title {
  font-size: 1.175rem;
  font-weight: 600;
  color: #f1f1f1;
}
.service-area .service-card .service-text h3 .service-text-title span {
  color: #e80e19;
}
.service-area .service-card .service-text p {
  transition: all 1s;
}
.service-area .service-card .service-text ul {
  margin: 2rem 0;
}
.service-area .service-card .service-text ul li {
  margin-top: 0.25rem;
  margin-left: 0;
  font-size: 0.95rem;
  line-height: 1.375;
  text-align: left;
}
.service-area .service-card:hover i {
  background-color: #8c7156;
  color: #f1f1f1;
  box-shadow: none;
  transition: background-color ease-in-out;
}

/*================================================
Price List Area
=================================================*/
.price-area {
  background-color: #f1f1f1;
}
.price-area .price-fees {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  margin: 0 1.5rem 1.5rem 1.25rem;
  padding: 1.25rem;
  text-align: center;
}
.price-area .price-fees .price-fees-separator {
  border-top: 2px solid #e9e9e9;
  width: 55px;
  padding-bottom: 0.75rem;
  margin: 0 auto;
}
.price-area .price-fees h5.txt-regular {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.price-area .price-fees p {
  font-size: 0.9rem;
}

.price-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.price-card .price-card-header {
  display: flex;
  flex-direction: row;
  min-height: 3.75rem;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #E6E4E1;
}
.price-card .price-card-header .price-card-icon {
  height: 3.75rem;
  width: 3.75rem;
  min-width: 3.75rem;
  color: #f1f1f1;
  background-color: #8c7156;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.price-card .price-card-header .price-text-title {
  padding: 0 1rem;
  color: #181818;
  background-color: #EEEDEC;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-card .price-card-header .price-text-title span {
  font-size: 0.95rem;
  font-weight: 700;
  padding-bottom: 5px;
}
.price-card .price-text {
  padding: 1.25rem 2rem 1.5rem 2rem;
  background-color: #353535;
  flex-grow: 1;
}
.price-card .price-text p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}
.price-card .price-text table {
  width: 100%;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}
.price-card .price-text table tbody tr:first-child td {
  padding-top: 4px;
}
.price-card .price-text table tbody td {
  font-size: 0.9rem;
}
.price-card .price-text table thead th {
  font-size: 0.95rem;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.8);
}
.price-card .price-text table tfoot th {
  font-size: 0.75rem;
  font-weight: 400;
}

/*================================================
Our Service Area
=================================================*/
.our-service-area {
  background-color: #f9f9f9;
}
.our-service-area .section-with-title {
  text-align: center;
}
.our-service-area .section-with-title span::before {
  width: auto;
}

.our-service-card {
  text-align: center;
  margin-bottom: 30px;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 35px 30px;
  transition: all 1s;
}
.our-service-card i {
  background-color: #f1f1f1;
  color: #8c7156;
  font-size: 35px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px #e5e5e5;
  transition: all 1s;
}
.our-service-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  transition: all 1s;
}
.our-service-card h3 span {
  color: #8c7156;
}
.our-service-card p {
  transition: all 1s;
}
.our-service-card:hover {
  background-color: #8c7156;
}
.our-service-card:hover i {
  box-shadow: none;
}
.our-service-card:hover h3 {
  color: #f1f1f1;
}
.our-service-card:hover h3 span {
  color: #f1f1f1;
}
.our-service-card:hover p {
  color: #f1f1f1;
}

/*================================================
Contacts Area
=================================================*/
.contacts-area .section-with-title {
  margin-bottom: 15px;
}
.contacts-area .row {
  padding: 0 12px;
}
.contacts-area .adresa {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  opacity: 1;
  position: relative;
  background-image: url("../img/bgrd-kontakt-650x400.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
}
.contacts-area .adresa .contact-header .contact-icon {
  margin-left: -12px;
}
.contacts-area .adresa .contact-header .contact-icon .icon-holder {
  width: 7.5rem;
  height: 7.5rem;
  background-color: #8c7156;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts-area .adresa .contact-header .contact-icon .icon-holder i.fa-address-card {
  font-size: 2.75rem;
  color: #f5f5f5;
}
.contacts-area .adresa .contact-text {
  padding: 2.25rem 1.125rem 2.25rem 3.75rem;
}
.contacts-area .adresa .contact-text span {
  line-height: 1.5;
}
.contacts-area .adresa .contact-text span.pobocka {
  font-weight: 700;
}
.contacts-area .adresa .contact-text h4 {
  color: #fff;
  line-height: 1.5;
}
.contacts-area .adresa .contact-text h4 span {
  font-size: 1.15rem;
}
.contacts-area .adresa .contact-text h5 {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contacts-area .adresa .contact-text h5 i {
  font-size: 2.5rem;
}
.contacts-area .adresa .contact-text h5 span {
  display: inline-block;
  padding: 0 0.5rem;
  white-space: normal;
}
.contacts-area .email-and-phones {
  padding: 0;
  margin-bottom: 15px;
}
.contacts-area .email-and-phones .contact-wrapper {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.contacts-area .email-and-phones .contact-wrapper .contact-box {
  padding: 0.5rem 0;
}
.contacts-area .email-and-phones .contact-wrapper .contact-box .contact-btn {
  display: flex;
  align-items: center;
}
.contacts-area .email-and-phones .contact-wrapper .contact-box .contact-btn i {
  width: 4rem;
  height: 4rem;
  text-align: center;
  font-size: 2rem;
  background-color: #8c7156;
  color: #f0f0f0;
  padding: 1rem;
  border-radius: 50%;
}
.contacts-area .email-and-phones .contact-wrapper .contact-box .contact-btn span {
  display: inline-block;
  padding: 0 1rem;
  color: #2d2d2d;
  font-weight: 700;
  font-size: 1.05rem;
}

/*================================================
Google Map Area
=================================================*/
.mapa {
  padding-left: 0;
  padding-right: 0;
}

#map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 15px;
}

/* .map {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
         filter: grayscale(100%);
} */
.map-responsive {
  position: relative;
  overflow: hidden;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.custom-map {
  height: 500px;
  width: 100%;
}

/*================================================
Problem Solving Area
=================================================*/
.problem-solving-area .container {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.problem-solving-area .container .row.no-gutters .col {
  padding: 0;
}
.problem-solving-area .problem-solving-content {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 25px 0 25px;
}
.problem-solving-area .problem-solving-content .problem-solving-separator {
  border-top: 2px solid #d2d2d2;
  width: 55px;
  height: 1rem;
  padding: 0;
  margin: 0.75rem auto;
}
.problem-solving-area .problem-solving-content .problem-solving-text {
  text-align: justify;
  font-size: 0.975rem;
  line-height: 150%;
}
.problem-solving-area .problem-solving-content .problem-solving-text a {
  color: #6c6c6c;
  font-weight: 700;
  text-decoration: underline;
}
.problem-solving-area .problem-solving-content .problem-solving-text a:hover {
  text-decoration: none;
}

/*================================================
Personal Data processing Area
=================================================*/
.personal-data-area {
  background-color: #f1f1f1;
}

.personal-data {
  text-align: center;
  margin-top: 0;
}
.personal-data .accordion-header {
  margin-bottom: 0;
  background: #f1f1f1;
  padding-bottom: 2rem;
}
.personal-data .accordion-button {
  width: auto;
  margin: 0 auto;
  background-color: #8c7156;
  color: #fff;
}
.personal-data .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  margin: 0 0 0 1rem;
}
.personal-data .accordion-button:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none;
}

.personal-data h4 {
  font-weight: 700;
}

.personal-data-separator {
  border-top: 2px solid #d2d2d2;
  width: 55px;
  height: 1rem;
  padding: 0;
  margin: 0.75rem auto;
}

.personal-data-btn {
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.personal-data-btn:hover {
  border: 1px solid #999;
}

.panel-body {
  padding: 1rem;
}

.panel-body p.personal-data-title {
  text-align: left;
  font-weight: 700;
  margin: 0 20px 15px 20px;
  text-transform: uppercase;
  color: #1D2F40;
}

.panel-body ul li {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  color: #1D2F40;
}

.panel-body ul li.info-data,
.panel-body ul li.info-data-new {
  display: inline-block;
}

.panel-body ul li p {
  font-weight: 400;
  font-size: 0.975rem;
  line-height: 150%;
  color: #6c6c6c;
  margin-bottom: 15px;
}

table.personal-data-address {
  margin: 5px 0 15px 0;
}

table.personal-data-address td {
  font-weight: 400;
  padding: 0 10px;
  vertical-align: bottom;
}

table.personal-data-address td:first-child {
  width: 150px;
  padding-left: 0;
}

.panel-body ul li p a {
  color: #828089;
  text-decoration: none;
  font-weight: 700;
}

.panel-body ul {
  padding: 0 10px 0 20px;
}

/*================================================
Contact Area
=================================================*/
.contact-area {
  background-image: url("../img/contact-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.contact-area::before {
  content: "";
  position: absolute;
  background-color: #353535;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}
.contact-area .section-with-title {
  margin: 0 auto 40px;
}
.contact-area .section-with-title span {
  color: #f1f1f1;
}
.contact-area .section-with-title span::before {
  width: auto;
}
.contact-area .section-with-title h2 {
  color: #f1f1f1;
}
.contact-area .section-with-title p {
  color: #f1f1f1;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-group .form-control {
  height: 55px;
  font-size: 14px;
  color: #161616;
  box-shadow: none;
  border: none;
  padding: 10px 10px 10px 75px;
  position: relative;
}
.contact-form .form-group textarea.form-control {
  height: auto;
  padding-top: 17px;
}
.contact-form .form-group i {
  position: absolute;
  background-color: #3f5967;
  color: #f1f1f1;
  top: 0;
  left: 0;
  width: 50px;
  height: 55px;
  font-size: 25px;
  line-height: 55px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.contact-form .form-group .list-unstyled {
  margin: 10px 0 0 0;
}
.contact-form .form-group .list-unstyled li {
  color: #ff9292;
}
.contact-form .default-btn-one {
  border: none;
}
.contact-form .text-danger {
  color: #ff9292 !important;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

.contact-card span {
  font-size: 17px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  color: #f1f1f1;
  position: relative;
}
.contact-card span::before {
  content: "";
  position: absolute;
  background-color: #8c7156;
  height: 2px;
  width: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-card h3 a {
  font-size: 25px;
  color: #f1f1f1;
}
.contact-card h3 a:hover {
  color: #8c7156;
}
.contact-card ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contact-card ul li {
  display: inline-block;
  margin: 3px;
}
.contact-card ul li i {
  color: #8c7156;
  font-size: 20px;
  background-color: #f1f1f1;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  transition: all 1s;
}
.contact-card ul li i:hover {
  background-color: #8c7156;
  color: #f1f1f1;
}

.contact-two {
  background-image: none;
}

.contant-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.contant-map iframe {
  width: 100%;
  height: 400px;
  bottom: 0;
  border: none;
}

/*================================================
Footer Area
=================================================*/
/*.footer-area {
  background: #353535;
}
.footer-area .footer-widget {
  margin-bottom: 30px;
}
.footer-area .footer-widget .logo {
  margin-bottom: 20px;
}
.footer-area .footer-widget p {
  color: #f1f1f1;
  padding-right: 70px;
}
.footer-area .footer-widget h3 {
  font-size: 20px;
  color: #f1f1f1;
  margin-bottom: 50px;
  padding-bottom: 10px;
  position: relative;
}
.footer-area .footer-widget h3::before {
  content: "";
  position: absolute;
  background: #8c7156;
  width: 55px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.footer-area .footer-widget .footer-text {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-area .footer-widget .footer-text li {
  color: #f1f1f1;
  margin-bottom: 10px;
  padding-left: 20px;
  transition: all 1s;
  position: relative;
}
.footer-area .footer-widget .footer-text li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-widget .footer-text li a {
  color: #f1f1f1;
}
.footer-area .footer-widget .footer-text li a i {
  color: #8c7156;
  position: absolute;
  left: 0;
  top: 3px;
}
.footer-area .footer-widget .footer-text li a:hover {
  color: #8c7156;
  padding-left: 5px;
}
.footer-area .footer-widget .info-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-area .footer-widget .info-list li {
  padding-left: 50px;
  position: relative;
  margin: 0 0 30px;
  color: #f1f1f1;
}
.footer-area .footer-widget .info-list li i {
  color: #8c7156;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  transition: all 1s;
}
.footer-area .footer-widget .info-list li i:hover {
  background: #8c7156;
  color: #f1f1f1;
}
.footer-area .footer-widget .info-list li a {
  color: #f1f1f1;
}
.footer-area .footer-widget .info-list li a:hover {
  color: #8c7156;
  padding-left: 10px;
}
.footer-area .footer-widget .info-list li span {
  display: block;
  color: #f1f1f1;
  font-size: 16px;
  margin-bottom: 5px;
}
.footer-area .footer-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-area .footer-socials li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 10px 0 0;
}
.footer-area .footer-socials li:last-child {
  margin: 0;
}
.footer-area .footer-socials li a i {
  display: inline-block;
  background: #f1f1f1;
  color: #161616;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  position: relative;
  margin-top: 10px;
  transition: all 1s;
}
.footer-area .footer-socials li a i:hover {
  background: #8c7156;
  color: #f1f1f1;
}*/

/*================================================
footer Bottom Area
=================================================*/
.footer-bottom {
  background: #353535;
}
.footer-bottom .container.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .container.footer .footer-left p {
  text-align: left;
  font-size: 14px;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.footer-bottom .container.footer .footer-right p {
  text-align: right;
  font-size: 14px;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0 0.5rem;
}
.footer-bottom .container.footer .footer-right p a {
  color: #8c7156;
}
.footer-bottom .container.footer .footer-right p a:hover {
  color: rgba(255, 255, 255, 0.85);
}

/*================================================
Preloader Area
=================================================*/
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
.preloader .lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #8c7156;
  border-color: #8c7156 transparent #8c7156 transparent;
  -webkit-animation: lds-hourglass 1.2s infinite;
          animation: lds-hourglass 1.2s infinite;
}
@-webkit-keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

/*================================================
Go Top Area
=================================================*/
.go-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
  transform: scale(0);
}
.go-top.active {
  transform: scale(1);
}
.go-top i {
  background: #8c7156;
  color: #f1f1f1;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding-top: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  border-color: #8c7156;
  border-radius: 40px;
  transition: all 1s;
}
.go-top i:hover {
  background-color: transparent;
  color: #8c7156;
}