/* Hero */
.xmm-hero-01 {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.xmm-hero-01 .xmm-container > .row-fluid > .span12 {
  position: relative;
}
.xmm-scroll-to {
  border: 2px solid #1d1d1b;
  display: none;
}
.xmm-scroll-to:before {
  background-color: #1d1d1b;
  display: none;
}
.xmm-scroll-to:after {
  display: none;
}

/* GENERAL LAPTOP SCREENS */ @media only screen and (min-width: 1000px) {

  /* Text */
  .text--container {
    width: 100%;
    height: 100%;
    max-width: 1320px;
    padding: 0px 20px;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .content--text{
  background-color: #f8f9fa;
  width: 50%!important;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  }
  .content--sub-heading{
    letter-spacing: 0.5rem;
    font-size: 14px;
    color: #0073b1 !important;
    text-align: left;
    margin-bottom: 5px;
  }
  .content--heading{ 
    color: #231f20 !important;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
  }
  .content--intro-text{
    color: #231f20 !important;
    font-size: 16px !important;
    text-align: left;
  }
  
    .content--intro-text p{
    font-size: 16px !important;
  }

   /* Image */
  .content--image {
    width: 100vw;
    height: 100%;
    justify-content: flex-end;
    display: flex;
  }
  .content--image img {
    object-fit: cover;
    width: 65%;
    object-position: center;
  }

  /* Buttons */
  .buttons--container {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
  .btn-1{
    font-size: 14px;
    font-weight: normal;
    background-color: #0073b1;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: 0.5s ease;
    border: none;
  } 
  .btn-2{
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #0073b1;
    border-radius: 5px;
    color: #0073b1;
    border-radius: 2px;
    padding: 8px 18px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: transparent;
    transition: 0.5s ease;
  }
  .btn-1:hover {
    background-color: #0073b1;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
  }
  .btn-2:hover {

  }
}

/* PHONE/TABLE */ @media screen and (max-width: 999px) {
  .text--container {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
  }
  .content--text{
    background-color: rgba(255, 255, 255,0.9);
    backdrop-filter: blur(10px);
    width: 75%;
    height: 100%;
    padding: 25px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    border-radius: 5px;
  }
  .content--sub-heading{
    letter-spacing: 0.5rem;
    font-size: 12px;
    color: #0073b1 !important;
    text-align: center;
    margin-bottom: 5px;
  }
  .content--heading{ 
    color: #231f20 !important;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    letter-spacing: -0.5px;
    margin: 15px 0px;
  }
  .content--intro-text{
    color: #231f20 !important;
    font-size: 14px !important;
    text-align: center;
  }
  
    .content--intro-text p{
   margin-bottom: 0px;!important
  }

  /* Image */
  .content--image {
    width: 100vw;
    height: 100%;
    display: flex;
  }
  .content--image img {
    object-fit: cover;
    width: 100%;
    height: 100%!important;
    object-position: center;
  }

  /* Buttons */
  .buttons--container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;

  }
     .btn-1{
    font-size: 14px;
    font-weight: normal;
    background-color: #0073b1;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: 0.5s ease;
    border: none;
       border-radius: 5px;
  } 
  .btn-2{
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #0073b1;
    color: #0073b1;
    border-radius: 5px;
    padding: 8px 18px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: transparent;
    transition: 0.5s ease;
  }
  .btn-1:hover {
    background-color: #0073b1;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
  }
  .btn-2:hover {

  }
}


