<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.two-col-aspect-img {
  background-size: cover;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: auto;
  overflow: hidden;
}

.two-col-aspect-img img{
    object-fit: contain;
    width: 740px;
    max-height: 265px;
}

  .b_card .box {
    text-align: left;
    padding: 15px;
    height: 200px;
    padding: 30px;
    display: block;
    transition-duration: 0.2s;
    z-index: 9;
    position: relative;
  }
  
   .b_card {
    align-items: left;
    justify-content: center;
    background-color: #f5f5f5;
    /* border-radius:20px;
    padding: 15px; */
    position: relative;
  }
  
    .b_card:hover {
    background-color: #f4f4f4;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    color: #000;
    /* border:solid 1px #188406; */
  }
  
   .b_card:hover img {
    background-color: #fff;
    transition: transform .7s;
    /* Animation */
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .b_card .fas.fa-arrow-right {
    position: absolute;
    bottom: -100px;
    background-color: #4e9525;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: gold;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease;
  }

  .zoom {
    transition: transform .7s;
    /* Animation */
  }

  .zoom:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }


  .button {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
  }

  .button-la {
    color: #fff;
    border: 2px solid #3a75a7;
    background-image: -webkit-linear-gradient(30deg, #15569f 50%, transparent 50%);
    background-image: linear-gradient(30deg, #15569f 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
  }

  .button-la:hover {
    background-position: 100%;
    color: #fff;
    background-color: #15569f;
  }
  
   .lanu_img_background {
   background-image: url("../../site/img/short-code.jpg");
    background-size: cover;
    object-fit: contain;
    background-color: #1ba0cc;
    width: 100%;
    height: 320px;
    color: black;
    padding: 60px 0px;
    color: #fff;
  }
  
   .lapopo_img_background {
    background-size: cover;
    object-fit: contain;
    background-color:#ffffff;
    width: 100%;
    height:320px;
    text-align: right!important;
    color: black;
}

.lapopo_img_background  img{
  /* width: 100%; */
  height:320px;
}

 .lanu_mtn_img_background {
    background-size: cover;
    object-fit: contain;
    background-color:#1ba0cc;
    width: 100%;
    height:330px;
    color: black;
    padding: 10px 0px;
    color:#fff;
}
  
.mtn_img_aspect {
    background-size: cover;
    object-fit: contain;
    /* background-color:#ffffff; */
    width: 100%;
    height:320px;
    text-align: right!important;
    color: black;
}

.mtn_img_aspect  img{
  /* width: 100%; */
  height:320px;
}  
  
.aliceblue{
        background-color:#e2eefd;
    }
      .dynamic-box-0 {
    background-color: #12679d;
}

.dynamic-box-1 {
    background-color: #0887b2;
}

.dynamic-box-2 {
    background-color: #18afce;
}

  .ab_text_gaps {
        padding: 40px 40px;
    }

    .now ul {
        list-style: none;
        margin-left: 0px;
        margin-right: 20px;
        line-height: 30px;
    }
    .now ul li::before {
        content: "\276F";
        position: absolute;
        line-height: 30px;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        width: 15px;
        margin-left: -30px;
        display: block;
    }
  
    .la_2col_aspect_img
     {
    background-image: url('../../site/img/profile-back.jpg');
    /* background-color:#cacaca; */
    background-size: cover;
    width: 100%;
    /*height: 200px; */
    aspect-ratio: 4 / 3;
    /*----- three column --- */
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: auto;
    overflow: hidden;
    border-radius: 20px;
    /* background: #f00; */

  }
  
   .two-col-aspect-img {
    background-image: url('../../site/img/profile-back.jpg');
    /* background-color:#cacaca; */
    background-size: cover;
    width: 100%;
    /*height: 200px; */
    aspect-ratio: 4 / 3;
    /*----- three column --- */
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: auto;
    overflow: hidden;
    /*border-radius: 20px;*/
    /* background: #f00; */
  }
  
   .la_2col_aspect_img img {
    object-fit: contain;
    width: 720px;
    /* height: 270px; */
    max-height: 525px;
    border-radius: 20px;
  }
  
    .la_2col_card .black_box {
    margin: 0px auto;
    background-color: #fff;
    color: #000;
    align-items: left;
    justify-content: left;
    text-align: left;
    height: 220px;
  }
  
  .la_2col_card:hover .black_box {
    /* background-color:#eaeef1; */
    background-color: #fff;
    color: #000;
    height: 220px;
  }
  
    .bg_gray {
    background-color: #f5f6f8;
    color: #000;
    padding: 40px 0px;
  }

  .name {
    font-size: 23px;
    height: 100px;
  }

  .position {
    font-size: 16px;
    height: 50px;
  }


  .view_profile a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #086397;
  }

  .la_2col_card:hover .view_profile a {
    display: block;
    font-size: 19px;
    transition-duration: 0.2s;
    font-weight: bold;
    color: #086397;
    padding-left: 20px;
    transition-duration: 0.2s;
  }
  
    .hts_bg {
        /* background: linear-gradient(266deg, #6f3d1e 39.15%, #a36848 62.81%, #6f3d1e 90.77%); */
        background: linear-gradient(266deg, #e5e5e5 39.15%, #ffffff 62.81%, #e5e5e5 90.77%);
        padding: 2.4rem;
        color: #000;
    }

    .hts_bg p {
        color: #000;
    }

    .text_gaps {
        /*padding-top: 40px;*/
        padding-left: 40px;
    }
    
     .bg-pale-sky-blue {
   background-color: #b5d3fa;
 }
  
    .bg_gray {
    background-color: #f5f6f8;
    color: #000;
    padding: 40px 0px;
  }
  
  .la_2col_card  .box {
  margin:0px auto;
  background-color:#fff;
  align-items: left;
  justify-content: left;
  text-align:left;
  height:250px;
  padding:30px;
  position:relative;
  z-index:9;
}

.la_2col_card:hover  .box {
    background-color:#edeeee;
    color:#000;
    height:250px;
  padding:30px;
  margin-top: -60px;
  transition-duration: 0.2s;
  z-index:9;
}

.la_2col_card  .box h4 {
  font-weight:bolder;
  color:#066db4;
}

.space-top{
  padding-top:10px;
  position:relative;
  margin-bottom:30px;
}

.readmore a {
  display: block;
  transition-duration: 0.2s;
  font-weight:bold;
  font-size:18px;
}

.readmore a:hover {
  padding-left: 20px;
  transition-duration: 0.2s;
}

.la_2col_card-1 .box {
    margin: 0px auto;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 120px;
    padding: 10px;
  }

  .la_2col_card-1:hover .box {
    background-color: #eaeef1;
    color: #000;
    height: 120px;
    padding: 10px;
  }
  
  .la_pdf_aspect_img {
    width: 100%;
    /* height: 300px; */
    /*-aspect-ratio: 4 / 3; ---- three column --- */
    align-items: left;
    justify-content: left;
    object-fit: contain;
    overflow:hidden;
    /* background: #f00; */
}

.la_pdf_aspect_img img {
    object-fit: contain;
     width: 120px;
    /* height: 270px; */
    /* max-height: 225px; */
    display:flex;
    justify-content:center;
    align-items: center;
}

.la_download_box{
  height:300px;
  padding:0px 30px;
  
}

.download_it a {
  display: block;
  font-size:16px;
  font-weight:bold;
  color:#086397;
}

.la_download_box:hover  .download_it a {
  display: block;
  font-size:16px;
  transition-duration: 0.2s;
  font-weight:bold;
  color:#086397;
  padding-top: 20px;
  transition-duration: 0.2s;
}

.file_name{
  height:70px;
}

.aspect-ratio-img-container {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: auto;
  overflow: hidden;
}

   .aspect-ratio-img-container img {
        object-fit: contain;
        width: 360px;
        /* height: 270px; */
        max-height: 555px;
    }
    
     .team-member {
        background: #fff;
        text-align: center;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }

    .team-member .team-photo {
        background: #fff;
        /* min-height: 200px; */
        margin: 0 auto;
        padding: 24px 0px 0px 0px;
    }

    .team-member .team-attrs {
        /* padding: 2px 16px 16px 16px; */
        color: #303030;
    }

    .team-member .team-attrs .team-name {
        font-size: 21px;
    }

    .team-member .team-attrs .team-position {
        font-size: 12px;
        letter-spacing: 2px;
        color: #a7a7a7;
    }

    .team-member .team-content {
        color: #303030;
        opacity: .8;
        /* padding: 16px 24px 40px 24px; */
    }

    .team-member:hover {
        /* box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.2); */
    }


    /*------------------------------------------------------------------
[10. Hover Effects]
*/

    .item-wrap {
        margin-bottom: 30px;
    }

    figure {
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    figure img {
        position: relative;
        opacity: 1.0;
    }

    figure figcaption {
        padding: 1.0em;
        color: #303030;
        /* text-transform: uppercase; */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    figure figcaption&gt;.fig-description a {
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
    }

    figure figcaption:before,
    figure figcaption:after {
        pointer-events: none;
    }

    figure figcaption,
    figure figcaption&gt;a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    figure h3 {
        word-spacing: -0.15em;
        font-family: "Montserrat", sans-serif;
    }

    figure h3 span {
        font-family: "Montserrat", sans-serif;
    }

    figure h3,
    figure p {
        margin: 0;
    }

    figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }


    /* Team Hover */

    figure.effect-zoe {
        margin: 0;
        width: 100%;
        height: auto;
        min-width: 200px;
        max-height: none;
        max-width: none;
        float: none;
    }

    figure.effect-zoe img {
        display: inline-block;
        opacity: 1;
    }

    figure.effect-zoe p.icon-links {
        margin: 0px;
    }

    figure.effect-zoe p.icon-links a {
        color: #fff;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }

    figure.effect-zoe p.icon-links a i::before {
        color: #fff;
        font-size: 24px;
        display: inline-block;
        padding: 15px 10px;
        margin-left: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    figure.effect-zoe p.icon-links a:hover i::before {
        color: #f2f2f2;
    }

    figure.effect-zoe p.phone-number a {
        color: #fff;
        font-size: 18px;
    }

    figure.effect-zoe p.phone-number a:hover {
        color: #f2f2f2;
        text-decoration: none;
    }

    figure.effect-zoe figcaption {
        top: auto;
        bottom: 0;
        padding: 0;
        height: 5em;
        line-height: 5em;
        background: rgba(72, 199, 236, 0.85);
        /* border-top: 3px solid #fff; */
        color: #5d5d5d;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    figure.effect-zoe:hover figcaption,
    figure.effect-zoe:hover h2,
    figure.effect-zoe:hover p.icon-links a {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    figure.effect-zoe:hover p.icon-links a:nth-child(3) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    figure.effect-zoe:hover p.icon-links a:nth-child(2) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    figure.effect-zoe:hover p.icon-links a:first-child {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .bg-sky-blue {
   background-color: #e2eefd;
 }
 
 .gal-box {
    position:relative;
    width:calc(400px - 60px);
    height:calc(300px - 30px);
    /* background-color:#000; */
    /* background:#000; */
    float:left;
    border-radius: 25px;
    /* margin:15px; */
    gal-box-sizing:border-gal-box;
    overflow:hidden;
    background-position: bottom;
    /* gal-box-shadow:0 5px 10px rgba(0,0,0,.8); */
}
 .gal-box:before {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    /* border-top:1px solid #fff;
    border-bottom:1px solid #fff; */
    gal-box-sizing:border-gal-box;
    transition:0.5s;
    transform: scaleX(0);
    /* opacity:0; */
}
 .gal-box:hover:before {
    transform:scaleX(1);
    /* opacity:1; */
}
.gal-box:after {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    /* border-left:1px solid #fff;
    border-right:1px solid #fff; */
    gal-box-sizing:border-gal-box;
    transition:0.5s;
    transform: scaleY(0);
    /* opacity:0; */
}
.gal-box:hover:after {
    transform:scaleY(1);
    /* opacity:1; */
}
.gal-box .imggal-box {
    position:relative;
}
.gal-box .imggal-box img {
    width:100%;
    height:270px;
    transition:0.5s;
}
 .gal-box:hover .imggal-box img {
    /* opacity:.5; */
    transform:scale(1.2);
}
 .gal-box .content {
    position:absolute;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    padding:20px;
    gal-box-sizing:border-gal-box;
    text-align:center;
}
.gal-box .content h2 {
    margin: 0 0 10px;
    padding:0;
    color:#fff;
    transition:0.5s;
    transform:translateY(-50px);
    opacity:0;
    visibility:hidden;
}
 .gal-box .content p {
    margin:0;
    padding:0;
    color:#fff;
    font-size:18px;
    transform:translateY(50px);
    opacity:0;
    visibility:hidden;
}
.gal-box:hover .content h2,
.gal-box:hover .content P {
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}

</pre></body></html>