:root {
  font-size: 62.5%;
}

:root body {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.6rem;
}

h1,
h2,
h3 {
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
}

p {
  color: #444;
  font-size: 1.6rem;
  margin: 20px 0;
}

.title {
  margin-bottom: 40px;
}

.title h1 {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: -.1rem;
}

.title.title-small h1 {
  font-size: 4rem;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  padding: 100px 0;
  overflow: hidden;
}

.img-responsive {
  max-width: 100%;
}

.gutter-50 {
  padding: 25px 0;
}

.gutter-100 {
  padding: 50px 0;
}

.primary-button, .secondary-button, .ghost-button {
  background-color: #4764c3;
  color: #fff;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  margin: 15px 0;
  text-align: center;
  line-height: 48px;
  min-width: 140px;
  padding: 0 30px;
  border-radius: 3px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.primary-button:hover, .secondary-button:hover, .ghost-button:hover, .primary-button:focus, .secondary-button:focus, .ghost-button:focus {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}

.secondary-button {
  background-color: #f78282;
}

.ghost-button {
  background-color: transparent !important;
  color: #4764c3;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.ghost-button:hover, .ghost-button:focus {
  border-color: #4764c3;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4764c3;
}

.navbar .buy-btn {
  background-color: #f78282;
  border: 1px solid #f78282;
  padding: 8px 15px !important;
  border-radius: 3px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar .sell-btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 15px !important;
  border-radius: 3px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

@media screen and (min-width: 993px) {
  .navbar .sell-btn {
    margin-left: 30px;
  }
}

@media screen and (max-width: 992px) {
  .navbar .sell-btn {
    margin: 15px 0;
  }
}

.navbar .sell-btn:hover, .navbar .sell-btn:focus {
  border: 1px solid white;
  opacity: 1 !important;
}

.navbar.scrolled .buy-btn {
  color: #fff !important;
}

.navbar.scrolled .sell-btn {
  border: 1px solid rgba(34, 34, 34, 0.2);
}

.navbar.scrolled .sell-btn:hover, .navbar.scrolled .sell-btn:focus {
  border: 1px solid #222222;
  opacity: 1 !important;
}

.hero {
  background-color: #222;
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/hero.jpeg");
  background-size: cover;
  background-position: center;
  padding: 0 80px;
  position: relative;
}

.hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0.2)), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(to right, rgba(17, 17, 17, 0.2), rgba(17, 17, 17, 0));
}

.hero .socials {
  position: relative;
  z-index: 600;
  list-style: none;
  text-align: center;
}

.hero .socials li {
  margin: 10px 0;
}

.hero .socials li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.8rem;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.hero .socials li a:hover, .hero .socials li a:focus {
  color: white;
}

.hero .slogan {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  z-index: 600;
}

.hero .slogan h2 {
  color: #f78282;
  font-size: 3rem;
  font-weight: 400;
}

.hero .slogan h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 300;
}

.hero .slogan p {
  color: rgba(255, 255, 255, 0.5);
}

.hero .mouse {
  width: 22px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 980;
  bottom: 30px;
  border-radius: 100px;
  left: 0;
  right: 0;
  margin: auto;
}

.hero .mouse .mouse-scroll {
  height: 10px;
  width: 2px;
  background-color: #fff;
  border-radius: 5px;
  margin: auto;
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .hero .slogan {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}

@media screen and (max-width: 769px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hero .overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0.3)), to(rgba(17, 17, 17, 0.2)));
    background: linear-gradient(to right, rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.2));
  }
  .hero .slogan {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .hero .slogan h2 {
    font-size: 2rem;
  }
  .hero .slogan h1 {
    font-size: 3rem;
  }
  .hero .socials {
    text-align: left;
  }
  .hero .socials li {
    display: inline-block;
    margin-right: 20px;
  }
}

.images-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: (minmax(auto, 1fr))[8];
      grid-template-columns: repeat(8, minmax(auto, 1fr));
  -ms-grid-rows: (5vw)[8];
      grid-template-rows: repeat(8, 5vw);
}

@media screen and (max-width: 992px) {
  .images-grid {
    margin-top: 50px;
  }
}

.images-grid .grid-item {
  width: 100%;
  height: 100%;
}

.images-grid .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.images-grid .grid-item-1 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-column: 4/8;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}

.images-grid .grid-item-2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 5;
  grid-row: 2/7;
}

.images-grid .grid-item-3 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/6;
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  grid-row: 5/9;
}

.images-grid .grid-item-4 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6/9;
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  grid-row: 5/8;
}

.images-grid .grid-text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 7;
  -ms-grid-row-span: 2;
  grid-row: 7/9;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.images-grid .grid-text h4 {
  line-height: 2.3rem;
  color: #666;
}

@media screen and (max-width: 992px) {
  .images-grid {
    margin-top: 50px;
  }
}

@media screen and (max-width: 769px) {
  .images-grid {
    -ms-grid-rows: (8vw)[8];
        grid-template-rows: repeat(8, 8vw);
  }
  .images-grid .grid-item-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2/6;
  }
  .images-grid .grid-text {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6/9;
    padding: 5px;
  }
  .images-grid .grid-text h4 {
    margin-top: 10px;
  }
}

.vertical-image {
  position: relative;
  width: 100%;
  padding-top: 140%;
  background-color: #ededed;
}

@media screen and (max-width: 992px) {
  .vertical-image {
    margin-bottom: 140px;
  }
}

.vertical-image:before {
  content: "";
  position: absolute;
  left: -40%;
  bottom: -100px;
  width: 120%;
  height: 100%;
  background-color: #4764c3;
}

.vertical-image .img-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vertical-image .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: -20px 25px 79px -28px rgba(0, 0, 0, 0.6);
  box-shadow: -20px 25px 79px -28px rgba(0, 0, 0, 0.6);
}

.horizontal-image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-color: #ededed;
}

.horizontal-image .img-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.horizontal-image .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: -20px 25px 79px -28px rgba(0, 0, 0, 0.6);
  box-shadow: -20px 25px 79px -28px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 992px) {
  .horizontal-image.left-aligned {
    margin-bottom: 140px;
    margin-top: 30px;
  }
}

.horizontal-image.left-aligned:before {
  content: "";
  position: absolute;
  left: -40%;
  bottom: -100px;
  width: 120%;
  height: 100%;
  background-color: #4764c3;
}

@media screen and (max-width: 992px) {
  .horizontal-image.right-aligned {
    margin-top: 140px;
    margin-bottom: 30px;
  }
}

.horizontal-image.right-aligned:before {
  content: "";
  position: absolute;
  right: -40%;
  top: -100px;
  width: 120%;
  height: 100%;
  background-color: #4764c3;
}

.horizontal-image.right-aligned .img-cont img {
  -webkit-box-shadow: 20px -25px 79px -28px rgba(0, 0, 0, 0.4);
  box-shadow: 20px -25px 79px -28px rgba(0, 0, 0, 0.4);
}

.navbar {
  z-index: 999;
  background-color: transparent !important;
  color: #fff;
  padding: 20px 40px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar .navbar-toggler i {
  color: #fff;
  font-size: 2rem;
}

.navbar .nav-item {
  margin: 0 10px;
}

.navbar .nav-item .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
}

.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus {
  color: #fff;
  opacity: 0.8;
}

.navbar .navbar-brand {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar .navbar-brand i {
  font-size: 3rem;
  margin-right: 5px;
  opacity: .8;
}

.navbar .navbar-brand h3 {
  font-weight: 300;
  opacity: 0.7;
}

.navbar .navbar-brand h6 {
  opacity: .8;
  letter-spacing: .2px;
}

@media screen and (min-width: 1400px) {
  .navbar {
    padding: 40px 50px;
  }
}

@media screen and (max-width: 992px) {
  .navbar .navbar-collapse {
    background-color: #222;
    padding: 20px;
    text-align: center;
  }
  .navbar .social-links {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .navbar.scrolled .navbar-collapse {
    background-color: #fff;
  }
}

.navbar.scrolled {
  background-color: #fff !important;
  border-bottom: 1px solid #ededed;
  padding: 6px 40px;
}

.navbar.scrolled .navbar-toggler i {
  color: #222;
}

.navbar.scrolled .navbar-brand {
  color: #4764c3;
}

.navbar.scrolled .nav-item {
  margin: 0 10px;
}

.navbar.scrolled .nav-item .nav-link {
  color: #222;
}

.navbar.scrolled .nav-item .nav-link:hover, .navbar.scrolled .nav-item .nav-link:focus {
  color: #222;
  opacity: 0.6;
}

.listing {
  background-color: #fff;
  margin: 30px 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
  padding-bottom: 10px;
  border-radius: 9px;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 30px rgba(71, 100, 195, 0.2);
          box-shadow: 0px 20px 30px rgba(71, 100, 195, 0.2);
}

.listing .content {
  width: 100%;
  padding: 30px 40px;
}

.listing .content h3 {
  font-weight: 600;
  letter-spacing: .2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing .content .location, .listing .content .rooms {
  margin: 0;
  font-weight: 300;
  color: #a5a5a5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing .content .location i, .listing .content .rooms i {
  font-size: 1.3rem;
  margin-right: 3px;
}

.listing .content .rooms {
  padding-top: 5px;
  padding-bottom: 3px;
  color: #666;
}

.listing .content .rooms span {
  margin-right: 15px;
  margin-left: 5px;
  font-weight: 500;
}

.listing .img-cont {
  background-color: #999;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.listing .img-cont .price {
  position: absolute;
  z-index: 400;
  background-color: #4764c3;
  color: #fff;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  left: 40px;
  bottom: -15px;
  -webkit-box-shadow: 0 0 0pt 2pt #fff;
          box-shadow: 0 0 0pt 2pt #fff;
}

.listing .img-cont .price span {
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 2px;
}

.listing .img-cont .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.listing .img-cont .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#testimonials .counters {
  margin: 50px 0;
}

@media screen and (max-width: 992px) {
  #testimonials {
    padding-bottom: 0;
  }
}

#testimonials .owl-dots {
  text-align: left !important;
}

#testimonials .owl-dots button:first-child span {
  margin-left: 0;
}

#testimonials .owl-dots button {
  outline: none;
}

#testimonials .owl-dots .active span {
  background-color: #f78282;
}

#testimonials .counter {
  text-align: center;
}

#testimonials .counter h1 {
  font-size: 5rem;
  color: #4764c3;
  font-weight: 600;
}

@media screen and (max-width: 769px) {
  #testimonials .counter h1 {
    font-size: 4rem;
  }
}

#testimonials .counter h5 {
  color: #a5a5a5;
}

#testimonials .test-box p {
  color: #666;
}

#testimonials .carousel-container {
  position: relative;
  padding: 20px 0;
}

#testimonials .carousel-container:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  position: absolute;
  top: -60px;
  left: 0px;
  font-size: 6rem;
  color: #4764c3;
}

#testimonials .carousel-container:before {
  content: "";
  position: absolute;
  left: -15%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/patternsmall.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  #testimonials .carousel-container {
    margin-top: 80px;
    padding: 20px 20px;
  }
  #testimonials .carousel-container:after {
    left: 20px;
  }
}

.contact-info {
  padding: 30px 20px;
  margin: 30px 0;
  border-radius: 5px;
  background-color: rgba(247, 130, 130, 0.1);
}

.contact-info .info-box {
  text-align: center;
}

.contact-info .info-box h4 {
  color: #222;
}

.contact-info .info-box h4 a {
  color: #222;
}

.contact-info .info-box i {
  margin-bottom: 20px;
  color: #4764c3;
  font-size: 2rem;
}

.form-cont {
  position: relative;
  background-color: #ededed;
}

.form-cont form {
  position: relative;
  z-index: 500;
  padding: 40px 35px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 32px 54px -27px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 32px 54px -27px rgba(0, 0, 0, 0.26);
}

.form-cont form h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.form-cont form .input-cont {
  margin-bottom: 20px;
}

.form-cont form label {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  color: #4764c3;
}

.form-cont form input,
.form-cont form textarea {
  width: 100%;
  height: 30px;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-bottom: 1px solid #666;
  outline: none;
}

.form-cont form textarea {
  height: 100px;
  resize: none;
  padding-top: 5px;
}

.form-cont form button {
  width: 100%;
  height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 0;
  background-color: #4764c3;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.form-cont:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 300;
  right: -60px;
  top: -40px;
  background-color: #4764c3;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.form-cont:hover:after {
  top: -45px;
  right: -70px;
}

@media screen and (max-width: 992px) {
  .form-cont {
    margin-top: 100px;
  }
  .form-cont:after {
    content: "";
    width: 120%;
    left: -10%;
    right: auto;
    top: -40px;
  }
  .form-cont:hover:after {
    left: -10%;
    right: auto;
    top: -40px;
  }
}

.map-cont {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
  margin-top: 50px;
  border: 1px solid #ededed;
}

@media screen and (max-width: 769px) {
  .map-cont {
    padding-bottom: 100%;
  }
}

.map-cont #map {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media screen and (max-width: 992px) {
  #contact .title,
  #contact h3 {
    text-align: center;
  }
}

#intro .content {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 80px;
  position: relative;
}

#intro .content .text {
  position: relative;
  z-index: 400;
}

#intro .content:before {
  content: "";
  background-color: #f78282;
  position: absolute;
  width: 70%;
  height: 3px;
  left: 30px;
  top: 40px;
  z-index: 300;
}

#intro .content:after {
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
}

#about {
  padding-top: 50px;
  padding-bottom: 20px;
}

#about h3 {
  color: #4764c3;
  font-weight: 500;
}

#about ul {
  margin: 30px 0;
  margin-left: 1.5em;
}

#about ul li {
  margin: 10px 0;
  color: #666;
}

#about ul i {
  color: #f78282;
}

#featured {
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, whitesmoke, rgba(255, 255, 255, 0));
}

#featured .ghost-button {
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  #featured .featured-intro {
    text-align: center;
  }
  #featured .featured-intro .text-right {
    text-align: center !important;
  }
}

#awards {
  background-color: #f5f5f5;
  padding-top: 0;
}

#awards .award {
  margin: 30px 0;
}

#awards .award p {
  margin: 10px 0;
}

#awards .award h3 {
  font-weight: 500;
}

#awards .award .icon {
  background-color: rgba(247, 130, 130, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: center;
}

#awards .award .icon i {
  line-height: 40px;
  font-size: 1.9rem;
  color: #f78282;
}

@media screen and (max-width: 769px) {
  #awards {
    text-align: center;
  }
  #awards .icon {
    margin-left: auto;
    margin-right: auto;
  }
}

footer {
  padding-bottom: 30px;
}

.inner-header {
  height: 500px;
  background-color: #222;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.inner-header.selling-header {
  background-image: url("../img/cover1.jpg");
}

.inner-header.buying-header {
  background-image: url("../img/cover2.jpg");
}

.inner-header .overlay {
  position: absolute;
  z-index: 400;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0));
}

.inner-header .page-title {
  position: relative;
  z-index: 500;
}

.inner-header .page-title h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  .inner-header {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 992px) {
  #why {
    padding-top: 0;
  }
}

.banner {
  background-color: rgba(247, 130, 130, 0.3);
  margin-bottom: 50px;
}

.banner .phone {
  color: #f78282;
}

.banner .title h1 {
  color: #4764c3;
}

.banner p {
  color: #222;
}

@media screen and (max-width: 992px) {
  #reasons {
    padding-bottom: 0;
  }
}

#reasons h2 {
  margin-bottom: 40px;
}

#reasons p {
  position: relative;
  margin: 25px 0;
}

#reasons p:before {
  content: "";
  position: absolute;
  left: -80px;
  top: 20px;
  width: 60px;
  height: 2px;
  background-color: #f78282;
}

@media screen and (max-width: 992px) {
  #buy,
  #sell {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=main.css.map */