@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(244, 66, 89,0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(244, 66, 89,0.7);
      box-shadow: 0 0 0 0 rgba(244, 66, 89,0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  
  #immigration{
    animation:pulse 1s infinite;
  }
  
  #about .description {
    text-align: left;
  }
  
  .each_question{
    margin-bottom: 0;
  }
  
  .list_items{
    display: block;
    margin-bottom: 5px;
    text-align: left;
  }
  
  section:not(:first-of-type){
      padding-top: 60px;
  }
  .italic{
     font-style: italic;
  }
  
  #address{
    text-align: left;
  }
  .description_header{
    text-align: left;
  }
  
  .service_details{
    display: flex;
    align-items: center;
  }
  
  
  .primary-overlay {
    background: rgba(63, 57, 77, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  #highlight_text{
    display: flex;
    align-items: center;
  }
  
  .bold{
    font-weight: bolder;
  }

  #qr{
      transform: translate(-40px,-20px);
  }

  #qr img{
    width:130px;
    height:130px;
    object-fit: contain;
  }
  
  .left-part,.right-part{
    }
  
  .left-part p:not(:first-of-type){
    margin-top: 30px;
  }
  
  .main-header {
    background: url(../img/ireland.jpg);
    background-size: cover;
    background-position: 50% 40%;
    height: 100vh;
    min-height: 600px;
    color: #fff;
    position: relative;
  }
  
  .main-header .showcase {
    padding-top: 10px;
  }
  
  .scroll-icon {
    position: absolute;
    bottom: 5%;
    left: 47%;
    opacity: 0.5;
  }
  
  .box {
    padding: 20px 10px !important;
  }
  
  .box h4 {
    padding-bottom: 20px;
  }
  
  .section-boxes .row {
    margin-bottom: 0 !important;
  }
  
  .section-contact {
    position: relative;
  }
  
  .section-contact .card-panel {
    position: relative;
    z-index: 1;
  }
  
  #googlemap {
    height: 100%;
    width: 60%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 2px;
  }
  
  @media (max-width: 600px) {
    .main-header {
      height: 50vh;
    }
  }

  .underline{
    text-decoration: underline;
  }
  
  .info-img-1{
    width:400px;
    height:300px;
  }

  .info-img-2{
    width:200px;
    height:200px;
  }

  .info-img-3{
    width:200px;
    height:200px;
  }

  img {
    border-radius: 10px;
  }

  .qr-info {
    position: absolute;
    width:100%;
    top:20%;
  }