.section-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ltn__secondary-color);
  font-family: var(--ltn__heading-font);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.team-img {
  width: 366px;
}

.team-img img,
.team-details-img img {
  width: 100%;
}

.team-details-img {
  width: 350px;
}

.apartments-plan-info {
  height: 550px;
}

.ltn__search-by-place-item .search-by-place-img img {
  width: 100%;
  height: 100%;
}

#cards .card {
  border-radius: 20px;
  min-height: 100%;
}

#cards .heading-border {
  position: absolute;
  width: 100%;
  top: 60%;
}

#cards .card .user-picture img {
  position: absolute;
  top: -20%;
  right: 10%;
  background: #f8f9fa !important;
  padding: 10px;
}

#cards .card .user-content .user-name {
  margin-right: 150px;
}

/* Slick Slider*/

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: no;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.img-fill img {
  height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

/* Slider Theme Style */

.SlickCarousel {
  margin: 0 -7.5px;
  margin-top: 10px;
}

.ProductBlock {
  padding: 0 7.5px;
}

.ProductBlock .img-fill {
  height: 360px;
}

.ProductBlock h3 {
  /* color: #393939; */
  margin-top: 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 18px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

/*  gigs */
.card {
  border: none;
  height: 100%;
}

.card-body {
  text-align: center;
  box-shadow: 0px 0px 4px 0px gray !important;
  border-radius: 16px !important;
}

.card .user-picture img {
  box-shadow: 0px 0px 10px 0px #eaebfc !important;
}

.ltn__slider-11-img-slide-arrow-active {
  display: none;
}

/*.about-image img {
  width: 400px;
  height: 500px;
}*/
/*.about-image img:last-child {*/
/*position: absolute;
  top: 100px;
  left: 140px;
}*/
.user-content {
  margin-top: 8px;
}

.ltn__upcoming-project-info ul>li {
  font-weight: 900;
  color: #111;
}

.removeFloat {
  float: none !important;
}

.complete-project {
  width: 100%;
  text-align: center;
  padding: 0px;
  color: white;
}

.complete-project .slie-images img {
  width: 100%;
  height: 400px !important;
  object-fit: cover !important;
}

.parent-slide {
  padding: 15px;
}

img {
  display: block;
  margin: auto;
}

.ltn__upcoming-project-slider-1-active {
  margin-top: -30px;
}

.site-logo-wrap .site-logo a img {
  height: 77px;
  width: 80px;
}

/*.dropdown-property {
  position: relative;
  display: inline-block;
}
.dropdown-property-item {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown-property:hover .dropdown-property-item {
  display: block;
}*/
.about-image {
  width: 100%;
  margin-top: 70px;
}

.ltn__feature-info ul {
  list-style: none;
}

.increase-height {
  min-height: 400px !important;
  padding: 0px !important;
}

.user-content p {
  font-size: 18px;
}

.ltn__feature-info ul {
  font-weight: 900;
}

.ltn__search-by-place-item a {
  cursor: default;
}

.ltn__search-by-place-item h6 {
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}

.ltn__search-by-place-item h6 a {
  cursor: pointer;
}

.ltn__search-by-place-item p {
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  line-height: 1.45em;
  font-weight: 500;
  letter-spacing: 5px;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}

.home-contact-section h1 {
  text-align: center;
  color: #fff;
}

.home-contact-section p {
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.blue-card {
  background: #032138;
}

.blue-card h5 {
  color: #fff;
}

.blue-card p {
  color: #fff !important;
}

.banner-slider{
  margin-top: 5px;
}