/*   Commercial Real Estate Page */
.CRE-Intro{
  padding-top:40px;
  padding-left: 20px;
  padding-right: 20px;
  /*background-image: url('../img/commercial-RE4.jpeg');
  background-size: cover;
  background: rgba(31, 76, 119, 0.9);*/
}

.CRE-Intro h2 {
  padding-top: 20px;
  padding-bottom:20px;
}

.CRE-Intro h1 {
  padding-top: 20px;
  padding-bottom:10px;
  color : #000000;
  font-size: 60px;
  font-weight: bold;
}

.CRE-Intro p{
    font-size:20px;
    color : #000000;
}

.CRE-Intro span{
    font-size:20px;
    color:#D4AF37;
    font-weight: bold;
}

@media (max-width: 992px) {
  .CRE-Intro h1 {
    padding-top: 20px;
    padding-bottom:10px;
    color : #000000;
    font-size: 48px;
    font-weight: bold;
  }
}


@media (max-width: 767px) {
  .CRE-Intro h1 {
    padding-top: 20px;
    padding-bottom:10px;
    color : #000000;
    font-size: 42px;
    font-weight: bold;
  }
}
@media (max-width: 420px) {
  .CRE-Intro h1 {
    padding-top: 20px;
    padding-bottom:10px;
    color : #000000;
    font-size: 36px;
    font-weight: bold;
  }
}


/*--------------------------------------------------------------
# Advantages Section
--------------------------------------------------------------*/
.Advantages {
  padding-bottom: 50px;
}

.Advantages .img-bg {
  min-height: 500px;
  background-size: cover;
}

.Advantages .slides {
  background-color: #f7f9fc;
}

.Advantages h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1b2f45;
}

.Advantages h4 {
  font-size: 18px;
  font-weight: 400;
  color: #29486a;
  font-family: "Playfair Display", sans-serif;;
}

.Advantages .swiper {
  margin: 140px 140px 120px 140px;
  overflow: hidden;
}

.Advantages .swiper-button-prev:after,
.Advantages .swiper-button-next:after {
  font-size: 24px;
  color: #1b2f45;
}

.Advantages .swiper-button-prev {
  left: 80px;
}

.Advantages .swiper-button-next {
  right: 80px;
}

.Advantages .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.Advantages .swiper-pagination .swiper-pagination-bullet {
  background-color: #1b2f45;
}

.Advantages .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #56b8e6;
}

@media (max-width: 1200px) {
  .Advantages .swiper {
    margin: 60px 60px 40px 60px;
  }

  .Advantages .swiper-button-prev,
  .Advantages .swiper-button-next {
    display: none;
  }
}

@media (max-width: 575px) {
  .Advantages .swiper {
    margin: 40px 40px 20px 40px;
  }
}

.page-about .Advantages {
  padding: 0 0 80px 0;
}


/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.partners .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background-color: #ffffff;
}

.partners img{
  max-width:50%;
  text-align: center;
  height: 150px;
}

/*-----------------------
# Block Properties
-------------------------*/

.block-properties .container-info {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  background: linear-gradient(129.34deg, #2A97C6 -2.77%, #3F80FF 104.06%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 30px 50px 30px 50px;
}

.block-properties .container-info p{
  color: #ffffff;
  font-size:22px;
  padding-top:20px;
  padding-left:30px;
  text-align: center;
}

.block-properties button{
  text-align: center;
  margin-top:75px;
  margin-left: 50px;
  margin-right: 70px;
}


.block-properties .container-info .inner-button{
  text-align:center;
  margin-bottom: 30px;
  margin-top: 50px;
}

.properties-button {
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #ffffff;
  align: center;
  background: rgb(31,76,119);
  background: linear-gradient(135deg, rgba(31,76,119,1) 3%, rgba(40,163,141,1) 98%);
}

.properties-button:hover,
.properties-button:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

@media (max-width: 992px) {

  .block-properties .container-info {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    background: linear-gradient(129.34deg, #2A97C6 -2.77%, #3F80FF 104.06%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 10px 10px 10px;
  }

  .properties-button {
    padding: 10px 10px 10px 10px;
    margin-right: 15px;
  }

  .block-properties .container-info p{
    color: #ffffff;
    font-size:22px;
    padding-top:20px;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
  }


  .block-properties .container-info .inner-button{
    text-align:center;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.block-properties button{
  text-align: center;
  margin-top:30px;
  margin-left: 50px;
  margin-right: 70px;
}


@media (max-width: 767px) {
  .products .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }

  .block-properties button{
    text-align: center;
    margin-top:30px;
    margin-left: 50px;
    margin-right: 70px;
  }
}
@media (max-width: 420px) {
  .products .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }

  .block-properties button{
    text-align: center;
    margin-top:20px;
    margin-left: 50px;
    margin-right: 70px;
  }
}

/* profile menu */


.profile-dropdown{
  display: inline-block;
  position:relative;
  background:  #feffff;
  border: black 1px;
  border-radius: 100%;
  margin: auto;
  font-size: 1.3rem;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
  
  * {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */     
  }
  
  input[type="checkbox"]{
    display:none;
    &:checked{
      & ~ ul{
        display:block;
        animation: pulse .5s;
      }
    }
  }
 
  img{
    display: inline-block;
    background: darken( #f2f2f2, 10%);
    height: 1.5rem;
    vertical-align:middle;
    margin-right: 1rem;
    margin-top: 1rem;
    margin: .5rem .5rem .5rem .5rem;
    border-radius: 60%;
  }
  
  span{
    display:inline-block;
    vertical-align: sub;
    margin-right:2rem;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .prof-ul{
    display:none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    position:absolute;
    top: 100%;
    right: 0;
    border-radius: 3px;
    z-index: 2000;

    li{
      a{
        color: black;
        display:block;
        padding: .75rem 1rem;
        text-decoration: none;
        font-size: 1rem;
        
        i{
          font-size: 1.3rem;
          vertical-align: middle;
          margin: 0 .75rem 0 -.25rem;
        }
        
        &:hover{
          background: darken( #f2f2f2, 5%);
        }
      }
      
      &:first-child a:hover{
        border-radius: 3px 3px 0 0;
      }
      
      &:last-child a:hover{
        border-radius: 0 0 3px 3px;
      }
    }
  }
  
  & > label {
    position: relative;
    height: 3.5rem;
    display: block;
    text-decoration: none;
    background: transparent;
    color: #333;
    box-sizing: border-box;
    padding: .9rem;
    float: right;
    border-radius: 0 3px 3px 0;

    i{
      color: darken( #f2f2f2, 25%);
      font-size: 1.75rem;
    }
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

.half{
  height: fit-content;
  margin-top: 18px;
}

h1{
  text-align:center;
  font-size: 3rem;
  color: rgba(0,0,0, .5);
  text-transform: uppercase;
  margin: 2rem 0 0;
  letter-spacing: .5rem;
}

.container{
  width: 80%;
  margin:4rem auto 2rem;
  
  .half{
    width: 50%;
    float:left;
    margin-bottom: 2rem;
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

p.subtitle{
  color: rgba(0,0,0, .5);
  font-weight: bold;
  text-align:center;
  margin: .5rem 0 2rem;
  letter-spacing: .1rem;
}

.background{
  position:absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .25;
  z-index: -1;
  background: url(https://ar1web-com.googlecode.com/svn/Bg/bg63.gif);
}
.prof-ul{
  width: max-content;
}
@media (max-width:500px) {
  .prof-ul{
    left:20px;
  }
}