

.template-info .ct-106 * {
  margin: 0px;
  padding: 0px;
}

.template-info .ct-106 img {
  max-width: 100%;
}

.template-info .ct-106 .container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.template-info .ct-106 a {
  text-decoration: none;
}

.template-info .ct-106 li {
  list-style-type: none;
}

.template-info .ct-106-title-sec {
  margin-top: 50px;
}

.template-info .ct-106-title {
  position: relative;
}

.template-info .ct-106-title hr {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  margin: auto 0;
}

.template-info .ct-106-title div {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--transparent);
  z-index: 2;
  left: 0;
  right: 0;
}

.template-info .ct-106-title div span {
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 400;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  background-color: var(--white_color);
  text-align: center;
}

.template-info .ct-106-reality-card-sec {
  margin-top: 25px;
}

.template-info .ct-106-col-sm-4__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 641px) and (max-width: 960px) {
  .template-info .ct-106-col-sm-4__list {
    width: calc(100% / 2);
    padding: 20px 15px 20px;
  }
}

@media all and (min-width: 641px) {
  .template-info .ct-106-col-sm-4__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 961px) {
  .template-info .ct-106-col-sm-4__list {
    width: calc(100% / 3);
    padding: 20px 15px 20px;
  }
}

@media all and (max-width: 767px) {
  .template-info .ct-106-col-sm-4__list {
    margin-bottom: 15px;
  }
}

.template-info .ct-106-featured-container {
  border: 1px solid var(--btn_border_color);
}

.template-info .ct-106-featured-container:hover {
  -webkit-box-shadow: 2px 2px 2px var(--silk_shadow_color);
          box-shadow: 2px 2px 2px var(--silk_shadow_color);
}

.template-info .ct-106-featured-img a {
  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;
}

.template-info .ct-106-featured-img a img {
  display: block;
}

.template-info .ct-106-featured-txt {
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.template-info .ct-106-featured-txt > p:first-child {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--heading-color);
}

.template-info .ct-106-featured-txt > p:last-child {
  line-height: 1.4;
  color: var(--text_color);
  font-weight: 400;
}

.template-info .ct-106-featured-txt:hover > p:first-child {
  color: var(--btn_bg_hover_color);
}

.template-info .ct-106-featured-txt:hover > p:last-child {
  color: var(--btn_bg_hover_color);
}

.template-info .ct-106-featured-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.template-info .ct-106-padme {
  padding: 30px 20px;
}

.template-info .ct-106-padme h1 {
  line-height: 1.1;
  color: var(--heading-color);
}

.template-info .ct-106-padme h2 {
  color: var(--btn_bg_color);
  margin-bottom: 10px;
}

.template-info .ct-106-padme p {
  line-height: 1.5;
  color: var(--text_color);
  font-weight: 400;
}

.template-info .ct-106-banner-sec {
  background-color: var(--btn_bg_color);
}

.template-info .ct-106-banner-sec div p {
  line-height: 1.5;
  font-weight: 400;
  color: var(--white_color);
}

.template-info .ct-106-banner-sec div a {
  background-color: var(--white_color);
  text-align: center;
  font-size: 14px;
  max-width: 200px;
  width: 100%;
  display: inline-block;
  line-height: 1.25;
  font-weight: 400;
  color: var(--text_color);
  cursor: pointer;
}

.template-info .ct-106-prefoot-sec {
  padding: 50px 0;
}

.template-info .ct-106-col-sm-2__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 641px) and (max-width: 960px) {
  .template-info .ct-106-col-sm-2__list {
    width: calc(100% / 2);
    padding: 0px 15px 0px;
  }
}

@media all and (min-width: 641px) {
  .template-info .ct-106-col-sm-2__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 961px) {
  .template-info .ct-106-col-sm-2__list {
    width: calc(100% / 2);
    padding: 0px 15px 0px;
  }
}

@media all and (max-width: 767px) {
  .template-info .ct-106-col-sm-2__list {
    margin-bottom: 15px;
  }
}

.template-info .ct-106-prefoot-img {
  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;
}

.template-info .ct-106-prefoot-cont-sec {
  padding: 30px 0;
}

.template-info .ct-106-bottom-btn a {
  font-size: 13px;
}

.template-info .ct-106-bottom-btn > a:last-child {
  margin-left: 4px;
}

.template-info .ct-106-btn {
  display: inline-block;
  background-image: var(--btn-bg-image);
  width: 150px;
  text-align: center;
  color: var(--btn_text_color);
  line-height: 1.2;
  font-weight: 400;
  margin-top: 15px;
  text-transform: uppercase;
  border: 1px solid var(--transparent);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.template-info .ct-106-btn:hover {
  /*background-image: var(--btn_bg_hover_image);*/
}

@media (min-width: 768px) {
  .template-info .ct-106-title hr {
    top: 27px;
  }
  .template-info .ct-106-title div span {
    font-size: 36px;
    text-transform: uppercase;
  }
  .template-info .ct-106-featured-txt p {
    margin-bottom: 15px;
  }
  .template-info .ct-106-featured-txt > p:first-child {
    font-size: 20px;
  }
  .template-info .ct-106-featured-txt > p:last-child {
    font-size: 14px;
  }
  .template-info .ct-106-featured-btn a {
    font-size: 15px;
  }
  .template-info .ct-106-btn {
    padding: 15px;
  }
  .template-info .ct-106-padme h1 {
    font-weight: 400;
  }
  .template-info .ct-106-padme h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
  }
  .template-info .ct-106-padme p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .template-info .ct-106-banner-sec {
    margin-top: 50px;
  }
  .template-info .ct-106-banner-sec div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .template-info .ct-106-banner-sec div p {
    text-transform: uppercase;
  }
  .template-info .ct-106-banner-sec div a {
    margin-left: 20px;
    padding: 15px;
  }
  .template-info .ct-106-featured-text {
    padding: 30px;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .template-info .ct-106-real-state, .template-info .ct-106-padme, .template-info .ct-106-prefoot {
    margin: 0 -15px;
  }
  .template-info .ct-106-padme h1 {
    margin: 30px 0;
    font-size: 36px;
  }
  .template-info .ct-106-banner-sec {
    padding: 52px 0;
  }
  .template-info .ct-106-banner-sec div p {
    font-size: 30px;
  }
  .template-info .ct-106-prefoot-img img {
    width: 521px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .template-info .ct-106-padme {
    margin: 0 -10px;
  }
  .template-info .ct-106-padme h1 {
    margin: 30px 0;
    font-size: 32px;
  }
  .template-info .ct-106-banner-sec {
    padding: 30px 20px;
  }
  .template-info .ct-106-banner-sec div p {
    font-size: 20px;
    text-align: center;
  }
  .template-info .ct-106-prefoot-img img {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .ct-106-real-state-sec, .template-info .ct-106-padme-sec, .template-info .ct-106-prefoot-sec {
    padding: 0 10px;
  }
  .template-info .ct-106-title hr {
    top: 13px;
  }
  .template-info .ct-106-title div span {
    font-size: 18px;
    text-transform: uppercase;
  }
  .template-info .ct-106-featured-text {
    padding: 20px;
  }
  .template-info .ct-106-featured-container {
    margin-bottom: 25px;
  }
  .template-info .ct-106-featured-txt p {
    margin-bottom: 10px;
  }
  .template-info .ct-106-featured-txt > p:first-child {
    font-size: 14px;
  }
  .template-info .ct-106-featured-txt > p:last-child {
    font-size: 12px;
  }
  .template-info .ct-106-featured-btn a {
    font-size: 14px;
  }
  .template-info .ct-106-btn {
    padding: 10px;
  }
  .template-info .ct-106-padme h1 {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
  }
  .template-info .ct-106-padme h2 {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
  .template-info .ct-106-padme p {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: justify;
  }
  .template-info .ct-106-banner-sec {
    padding: 15px;
  }
  .template-info .ct-106-banner-sec div {
    text-align: center;
  }
  .template-info .ct-106-banner-sec div p {
    font-size: 12px;
  }
  .template-info .ct-106-banner-sec div a {
    margin-top: 10px;
    padding: 10px;
  }
  .template-info .ct-106-bottom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .template-info .ct-106-prefoot-img {
    margin: 0 -15px;
  }
  .template-info .ct-106-prefoot-img img {
    width: 100%;
  }
  .template-info .ct-106-padme {
    margin: 0 -15px;
  }
}
/*# sourceMappingURL=ct-106.css.map */