/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/

.fade-in-mgmt {
  animation: fadeIn 10s;
  -webkit-animation: fadeIn 10s;
  -moz-animation: fadeIn 10s;
  -o-animation: fadeIn 10s;
  -ms-animation: fadeIn 10s;
  height: 65vh;
}

.fade-in-mgmt-header {
  animation: fadeIn 10s;
  -webkit-animation: fadeIn 10s;
  -moz-animation: fadeIn 10s;
  -o-animation: fadeIn 10s;
  -ms-animation: fadeIn 10s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.contact-form-custom {
  margin-top: 2rem;
}

.header-services {
  text-align: center;
  font-size: 2.7em;
  color: #1e2022
}

.header-services-black {
  text-align: center;
  font-size: 2.9em;
  color: white;
}

.section-header-services {
  padding: 5em;
  background-color: transparent;
}

.btn-services{
  background-color: #2F2F2F !important;
  border-color: #2F2F2F !important;
}

.service-section{
  padding: 0;
  /* height: 200% !important; */
}

.service-section .container{
  padding: 0;
  margin: 0;
  max-width: none;
}

.service-section .ac-item{
border: none;
margin-bottom: 0;
padding: 0;
}

.service-section .ac-title{
padding-left: 40px !important;
font-size: 2.1em !important;
color: white;
}

.service-section .bg-overlay{
    padding: 70px 0;
 }

.service-section .ac-content{
  font-size: 1.2em;
  letter-spacing: 1.2px;
  line-height: 2;
  font-weight: 500;
  color: #1e2022;
  font-family: 'Lato', 'Times New Roman', serif !important;
  /* padding-left: 40px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important; */
}

.service-section .ac-content .service-content-p {
  padding-left: 5em !important;
  padding-right: 5em !important;
  padding-top: 3em !important;
  padding-bottom: 2em !important;
  text-align: left;
}

.service-section .btn{
  margin-bottom: 2em;
}



.header-whatwedo {
  margin-bottom: 50px !important;
}

.p-whatwedo {
  text-align: left !important;
}

.service-section .row{
  --bs-gutter-x: 6rem;
}

.service-section img{
  margin-bottom: 20px !important;
}

.icon-plus{
  margin-top: 20px !important;
}

.text-box:hover .icon-plus{
  display: none !important;
}

.text-box p {
  display: none;
  font-size: 1.1rem;
  opacity: 0;
  transition: 0.5s;
}

.text-box:hover p {
  opacity: 1;
  display: block;
  transform: scale(1.16) translateY(-5px);
}

.text-box:hover h3{
  transform: translateY(-20px);
}

.section-services-btn{
  padding-top: 40px !important;
}

.btn-our-services:hover {
  background-color: white !important;
  transform: scale(1.05)

}

.services-row h3{
  margin-bottom: 30px !important;
  transition: 0.5s;
}

.btn-viewmore{
  margin-bottom: 4em !important;
}

.realtorlogos {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.realtorlogos img{
  max-width: 4em;
  margin-right: 2em;
}

.service-section .acquisition-investment:after{
  content: "REAL ESTATE BROKERAGE";
  position: absolute;
  bottom: 1em;
  left: 2em;
  font-size: 0.8em;
}


@media (max-width: 991.98px) {
  /* .service-section2 .row,
  .service-section4 .row{
    flex-direction: row-reverse;
  } */

  .parallax-container {
    position: absolute;
    background-size: 345% !important;
    

    
  }

  .service-section img {
    display: none;
  }

  .service-section .ac-content {
    font-size: 20px;
    line-height: 1.4em;
  }

  .service-section .ac-item {
    box-shadow: none;
    border-top-left-radius: none;
    border-top-right-radius: none;

  }

  .service-section h2 {
    margin-bottom: 50px !important;
  }


  .service-section img{
    display:none;
  }


}
