.our_facilitics_area {
  position: relative;
  padding-top: 170px;
  padding-bottom: 180px;
  z-index: 0;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
  .our_facilitics_area {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

/* line 10, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 460px;
  z-index: -2;
  /*background: url(img/services/kaplan-1n-1920x800.jpg) center center;
  
            
            -webkit-background-size: cover cover;
            -moz-background-size: cover cover;
            -o-background-size: cover cover;
            background-size: cover;*/
  background-image: url(img/services/img_bg_1.jpg);
  background-position: 50% 50%;
}

/* line 20, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 460px;
  z-index: -1;
  background: #000;
  opacity: .15;
}

/* line 31, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area.facilites_page {
  padding-bottom: 0;
}

/* line 33, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area.facilites_page::before {
  display: none;
}

/* line 36, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area.facilites_page::after {
  display: none;
}

/* line 40, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area .single_feature {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 32px 20px 65px 20px;
}

@media (max-width: 767px) {
  /* line 40, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
  .our_facilitics_area .single_feature {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 40, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
  .our_facilitics_area .single_feature {
    margin-bottom: 30px;
  }
}

/* line 51, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area .single_feature .icon i {
  font-size: 80px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #15181d;
}

/* line 57, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area .single_feature h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #15181d;
  margin-top: 26px;
  margin-bottom: 26px;
}

/* line 65, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area .single_feature p {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  line-height: 26px;
  margin-bottom: 30px;
}

/* line 72, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area .single_feature a {
  font-size: 14px;
  font-weight: 400;
  color: #ff573d;
  position: relative;
  padding-bottom: 8px;
}

/* line 78, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area .single_feature a::before {
  position: absolute;
  left: 0;
  background: #cbcbcb;
  height: 1px;
  width: 50px;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 91, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area .single_feature a:hover::before {
  background: #15181d;
}

/* line 97, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area .single_feature:hover .icon i {
  color: #ff2424 !important;
}

/* line 2, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title h3 {
  font-size: 48px;
  font-weight: 400;
  color: #303030;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0px;
  line-height: 58px;
}

/* line 12, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title h3 span {
  color: #ff2424;
}

@media (max-width: 767px) {
  /* line 2, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 35px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  /* line 27, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 27, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 27, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

/* line 39, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title .devider {
  position: relative;
  margin-top: -2px;
}

/* line 42, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title .devider span {
  width: 50px;
  height: 2px;
  background: #e66543;
  display: inline-block;
  margin: 0 3px;
}

/* line 49, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title .devider span:last-child {
  background: #303030;
  width: 14px;
}

/* line 55, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title.white_title h3 {
  color: #fff;
}

/* line 82, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  /* line 82, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .mb-80 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 82, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .mb-80 {
    margin-bottom: 50px;
  }
}


