/* //For Smartphone */
@media only screen and (max-width: 768px){
  .real-estate{
    height: auto;
  }
  .about-first{
    width: auto;
  }
  .main-header.style-six .header-top{
    display: none;
  }
  .main-header.style-one .header-lower{
    position: fixed;
    background: white;
    width: 100%;
  }
  .main-header.style-one .header-top{
    display: none;
  }
  .main-logo{
    width: 150px;
  }
}
figure.client-logo p {
    text-align: center;
    text-transform: uppercase;
}

/* //For Desktop */
@media only screen and (min-width: 768px){
  .real-estate{
    height: 49em !important;
  }
  .about-first{
    width: 15em !important;
  }
  .main-header.style-one .header-lower{
    position: relative;
    background: transparent;
  }
  .main-logo{
    width: 250px;
  }
}


.col-half-offset{
  margin-left:4.166666667%
}



.main-logo-sticky{
    width: 200px;
}
.mvv-icons{
    width: 70px;
    margin: auto;
    display: block;
}
.out-icons{
    width: 60px;
}
.ifac-icon{
  margin-top: 10px;
  width: 100px;
    /* width: 60px; */
}
.service-bg-color{
    background-color: #0c2474;
}
.fa-angle-double-right{
    color: #0c2474;
}


/* WhatsApp Icon style */
.bar_wpp {
    position: fixed;
    bottom: 10px;
    left: 30px;
    z-index: 120;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
  }
  
  .bar_wpp a {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  
  .bar_wpp .icon_wpp i {
    color: #ffffff;
    font-size: 20px;
  }
  
  .bar_wpp .icon_wpp {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c7619;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    float: left;
    z-index: 2;
  }
  
  .bar_wpp .txt_wpp {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background-color: #0e3f14;
      color: #ffffff;
      padding: 0px 5px;
      font-size: 14px;
      font-weight: 300;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding-right: 11px;
      padding-left: 45px!important;
      margin-left: -35px;
      z-index: 1;
      border-radius: 50px;
  }
  
  .ceo-message{
      padding:50.5px;
      background-color: rgba(11, 34, 56, 0.02);
      height: auto;
      
  }
  
  .line {
    border-bottom: 2px solid #1c5e93;
  padding-top: 70px;
  width: 100%;
  display: block;
  }
  
  
  
  .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form select, .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #fff;
    background-color: #43454400;
    color: white;
    padding: 6px 12px;
    border-radius: 0;
    border-radius: 8px;
  }
  .bar_wpp a:hover{text-decoration: none !important;}
  .bar_wpp a:hover .icon_wpp{background-color: #0e3f14;}
  .bar_wpp a:hover .txt_wpp{background-color: #0c7619;}
  
  
  @media(max-width: 475px){
    .bar_wpp{right: auto;left: 5px;bottom: 15px;}
    .bar_wpp .icon_wpp i{font-size: 25px;}
    .bar_wpp .txt_wpp{display: none;}
  }




  
  

  .button1 {
    padding: 0.5em 1em;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #0c2474;
    transition: all 1000ms;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    outline: 2px solid #0c2474;
  }
  
  .button1:hover {
    color: #ffffff;
    transform: scale(1.1);
    outline: 2px solid #0c2474;
    box-shadow: 4px 5px 17px -4px #0c2474;
  }
  
  .button1::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #0c2474;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
  }
  
  .button1:hover::before {
    width: 250%;
  }
  






  .button2 {
    background-color: #1c87c9;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
  }
  @keyframes glowing {
    0% {
      background-color: #0c2474;
      box-shadow: 0 0 5px #0c2474;
    }
    50% {
      background-color: #6f8cec;
      box-shadow: 0 0 20px #6f8cec;
    }
    100% {
      background-color: #0c2474;
      box-shadow: 0 0 5px #0c2474;
    }
  }
  .button2 {
    animation: glowing 1300ms infinite;
  }
  
 
  .button2 {
    animation: glowing 1300ms infinite;
  }
  
  

  






.aml-call{
  padding-top: 4em;
  padding-bottom: 1em;
  margin-bottom: 4em;
}
.active{
  color: #f5c434 !important;
}
.service-bread{
  color: #f5c434;
}
.service-bread:hover{
  color: #f5c434;
}
.service-head{
  color: black;
}
.service-head:hover{
  color: #0c2474;
}
.li-color{
  color: #1c87c9 !important;
}