p {
  font-family: 'Open Sans', sans-serif;
}

  /* line 4, E:/161 Real estate/161_Real_state_html/sass/_breadcrumb.scss */
.breadcrumb {
  position: relative;
  z-index: 1;
  text-align: center;
}
.blog_bg {
	background-image: url("../images/about-us/blog_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	padding-top: 100px;
}

/* line 8, E:/161 Real estate/161_Real_state_html/sass/_breadcrumb.scss */
.breadcrumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  opacity: 0.2;
  z-index: -1;
}

/* line 19, E:/161 Real estate/161_Real_state_html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner {
  height: 400px;
  width: 100%;
  display: table;
}

/* line 23, E:/161 Real estate/161_Real_state_html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

/* line 26, E:/161 Real estate/161_Real_state_html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 27px;
  text-transform: capitalize;
}



/* line 48, E:/161 Real estate/161_Real_state_html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p, .breadcrumb .breadcrumb_iner .breadcrumb_iner_item a {
  font-size: 15px;
  color: #fff;
}

/* line 52, E:/161 Real estate/161_Real_state_html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

/* service */
.services-group {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #f2f2f2;
}
.services-group .title-box {
	background: #fff;
	padding: 35px 50px;
	text-align: center;
	position: relative;
	border-radius: 10px;
}
.services-group .title-box:after {
  position: absolute;
  content: "";
  top:50%;
  left:0px;
  width: 5px;
  background: #f7b228;
  height: 50%;
  transform: translate(0%, -50%);
}
.services-group .title-box::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 0px;
	background: #f7b228;
	width: 5px;
	height: 50%;
	transform: translate(0%, -50%);
}
.services-group .title {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	color: #000;
}
.services-group .container-fluid {
  max-width: 1230px;
}

.services-group .box1 {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	height: 100%;
	position: relative;
	display: flex;
	overflow: hidden;
}
.services-group .descri-box {
	width: 50%;
	padding: 20px;
}
.services-group .right-img {
	width: 50%;
}
.services-group .right-img img{
	width: 100%;
    object-fit: cover;
    height: 230px;
}
.services-group p {
	font-size: 14px;
    margin-bottom: 0;
}
.services-group .col-md-6 {
  margin-top: 50px;
}

.services-group .sub-tt {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 0px;
 
}
.services-group .tab-content {
  font-size: 30px;
  font-family: sans-serif;
  font-weight: bold;
  color: rgb(153, 147, 147);
}

.services-group .tab-content .tabs_tab .title {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	color: #000;
}

.services-group .tab-content .sub-tt {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 0px;

}
.services-group .active[data-tab-info] {
  display: block;
}

.services-group .tabs {
  font-size: 40px;
  color: rgb(255, 255, 255);
  display: flex;
  text-align: center;
  margin: 0;
}

.services-group .tabs span {
  background: rgb(174, 189, 176);
  width: 60%;
  white-space: nowrap;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  padding: 10px;
}

.services-group .tabs span:active {
  background: #f7b228;
}

.services-group .tabs span:hover {
  background: #f7b228;
  cursor: pointer;
  color: black;
}

.descri-box{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.descri-box :hover {
  cursor: pointer;
}

.box {
  cursor: pointer;
}

.services-group img {
  top: 10px;
}

@media (max-width: 576px) {
    /* line 26, E:/161 Real estate/161_Real_state_html/sass/_breadcrumb.scss */
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .breadcrumb .breadcrumb_iner {
        height: 200px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 26, E:/161 Real estate/161_Real_state_html/sass/_breadcrumb.scss */
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .breadcrumb .breadcrumb_iner {
        height: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 26, E:/161 Real estate/161_Real_state_html/sass/_breadcrumb.scss */
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .breadcrumb .breadcrumb_iner {
        height: 200px;
    }
}
@media only screen and (max-width: 600px) {
    .services-group .title-box {
        background: #fff;
        padding: 35px 20px;
    }
    .services-group .box1{
        display: block;
    }
    .services-group .right-img, .services-group .descri-box {
        width: 100%;
    }
    .services-group .sub-tt{
        margin: 0;
    }
    .services-group .descri-box {
        padding: 30px;
    }
}

#inner {
  width: 50%;
  margin: 0 auto;
}