.section-search-1 {
	background: #4a4a4a /* url(../../img/slider-bg.jpg) no-repeat bottom center*/;
  position: relative;
  /* min-height: 680px; */
  background-blend-mode: multiply;
  background-size: cover;
  background-position: 100%;
  height: 100vh;
}
.section-search-1 .container {
  height: 100%;
}
.section-search-1 .container > div.row {
  height: 100%;
  align-items: center;
}
.search-area {
  margin: 0;
  margin-right: auto;
  margin-top: -12rem;
}
.search-area h2 {
  margin-bottom: 3rem;
  text-align: center;
}
.search-area .get-the-app {
  font-size: 1.5rem;
  display: flex;
  margin-top: 2rem;
  flex-direction: column;
  align-items: center;
}
.search-area .get-the-app h4 {
  margin-bottom: 1rem;
}
.search-area .get-the-app .app-links {
  text-align: center;
}
.search-area .get-the-app .app-links a {
  display: inline-flex;
  width: 150px;
  height: 50px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.search-area .get-the-app .app-links a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.search-area .get-the-app .app-links img {
  width: 15px;
  height: 18px;
}
.search-area .get-the-app .app-links .text {
  text-align: left;
  margin-left: 10px;
  color: #ffffff;
}
.search-area .get-the-app .app-links .text .title-1 {
  font-size: 10px;
}
.search-area .get-the-app .app-links .text .title-2 {
  font-size: 12px;
}
.section-boss-lady {
  padding: 30px 0;
  background-color: #212121;
}
.section-classy-man {
  padding: 30px 0;
  background-color: #252525;
}
.section-boss-lady h2,
.section-classy-man h2 {
  margin-bottom: 0.5rem;
}
.section-boss-lady p,
.section-classy-man p {
  text-align: justify;
}
.section-boss-lady img,
.section-classy-man img {
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.section-new-users {
  padding: 30px 0;
  background-color: #212121;
}
.section-new-users .section-title {
  text-align: center;
}
.section-new-users .section-title {
  text-align: center;
}
.section-new-users .section-title h2 {
  margin-bottom: 1.875rem;
}
.new-users-slider .slick-slide {
  display: block;
  margin-left: 0;
  padding: 10px;
  width: 280px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.new-users-slider .slick-slide .user-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  width: 100%;
}
.new-users-slider .slick-slide .user-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.section-new-users .pro-content .title a,
.section-new-users .pro-content .available-info li {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.section-blog {
  padding: 30px 0;
  background-color: #252525;
}
.section-blog .section-title {
  text-align: center;
}
.section-blog .section-title h2 {
  margin-bottom: 1.875rem;
}
.section-blog .col-blog {
  margin-bottom: 30px;
}
.section-blog .blog {
  padding: 20px;
  border: 1px solid #333333;
  background-color: #212121;
  border-radius: 4px;
  padding: 1.5rem;
  min-height: 100%;
}
.section-blog .blog-image {
  min-height: 200px;
  height: 200px;
  max-height: 200px;
  margin-bottom: 1rem;
}
.section-blog .blog-image img {
  width: 100%;
  min-height: 200px;
  height: 200px;
  max-height: 200px;
  object-fit: cover;
}
.section-blog .blog-content .blog-title a {
  font-size: 1rem;
  color: #ffffff;
}
.section-blog .blog-content .blog-title a:hover {
  color: #f9b959;
}
@media(min-width: 768px) and (max-width: 1199px) {
  .section-search-1 {
    background-position: 60% 100% !important;
  }
}
@media(max-width: 767px) {
  .section-search-1 {
    background-position: 60% 100% !important;
  }
  .search-area {
    margin: auto;
  }



  /* CUSTOM STYLING */
  .search-area h2{margin-bottom: 2rem;}
  .search-area .form-group{margin-bottom:0.8rem;}
  .search-area .search-btn{margin-top: 0;}
}






