<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: strong-girl;
    src: url('strong-girl.otf');
}
*{
    box-sizing: border-box;
    margin: 0;
}
body{
    font-family: poppins;
    background: #F6F6F6;
    overflow-x: hidden;
}
.d-flex{
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
.align-items-center{
    align-items: center;
}
.align-items-end{
    align-items: end;
}
.flx-wrap{
    flex-wrap: wrap;
}
.gap-10{
    gap: 10px;
}
.gap-20{
    gap: 20px;
}
.text-center{
    text-align: center;
}

.ft_600{font-weight: 600;}
a{
    text-decoration: none;
    color: inherit;
}
.arln-container{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.navbar{
    background: #fff;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 3px 6px 0 #0000001a;
}
.banner-area{
    background: linear-gradient(#ffffff50,#ffffff3c),url(img/headerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 0 150px;
}
.bnrdta{
    width: 100%;
}
.bnsbtitle{
    font-size: 42px;
    color: #2196F3;
    font-family: strong-girl;
}
.bnrtitle{
    font-size: 38px;
    text-wrap-style: pretty;
}
.bnrtitle em{
    font-weight: 700;
    font-style: normal;
}
.bnrtext{
    font-size: 18px;
    margin-bottom: 5px;
}
.bnimg{
    position: relative;
    z-index: 4;
    aspect-ratio: 6 / 3;
    width: 100%;

}
.bnimg img{
    max-width: 100%;
}
.bnimg::after{
    content: url(img/map.png);
    width: 100%;
    background-size: contain;
    opacity: .7;
    aspect-ratio: 6 / 3;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.arlnsldr{
    position: relative;
    top: -140px;
    z-index: 4;
}
.window{
    background: url(img/window.svg) no-repeat;
    aspect-ratio: 3/4;
    background-size: contain;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .item .window&gt;img{
    width: auto;
}
.mn-title{
    font-size: 35px;
    font-weight: 600;
}
.mn-title em{
    font-style: normal;
    color: #2196F3;
}
.mn-sbtitle{
    font-size: 18px;
}
.airlntbl{
    margin-top: -80px;
    padding-bottom: 60px;
}
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-radius: 20px;
    overflow: hidden;
    outline: 1px solid #C6C6C6;
    box-shadow:  0  3px 6px 0 #0000004c;
    margin: 30px 0 20px 0;
    background: #fff;
  }
  

  
  table thead tr{
    background:#292929;
    color:#fff;
  }
  table th,
  table td {
    padding: 15px;
    text-align: center;
    border: 0;
    position: relative;
  }
  table  tr{
    border:1px solid #C6C6C6;

  }
  table th {
 padding:15px;
 font-weight: 600;
  }

  .bkbtn{
    background: #2196F3;
    padding: 7px 40px;
    border-radius: 30px;
    color: #fff;
    font-weight:500;
    font-size: 20px;
    width: fit-content;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
  }



  ._copycol{cursor: pointer;}

  

  .flt_accr{background: #fff; padding: 50px 35px;} 
  .accr_div{padding-bottom: 20px; border-bottom: 1px solid #E6E6E6; margin-bottom: 10px; margin-top: 30px; }
  .accr_div:last-child{border-bottom: 0;}
  .accr_div h4{font-size:20px; font-weight: 600; margin: 0; position: relative; padding-left: 40px; cursor: pointer;}
  .accr_div h4::before{    content: '';
    position: absolute;
    left: 0;
    width: 13px;
    height: 3px;
    background: #0E7EEF;
    top: 50%;
    transform: translateY(-50%);}
  .accr_div h4.count::after{    content: '';
    position: absolute;
    left: 5px;
    width: 3px;
    height: 13px;
    background: #0E7EEF;
    top: 50%;
    transform: translateY(-50%);}
  .accr_div_bdy {padding-left: 40px;}
  .accr_div_bdy p{font-size: 17px; margin: 0; line-height: 35px;}
  .accr_div_bdy ul{padding-left: 15px; margin: 10px 0 0 0;}
  .accr_div_bdy ul li{font-size: 17px; line-height: 35px;}


  footer{background: #000C1C; padding: 17px 5px; }
  footer p{margin: 0; color: #fff; font-size: 14px; display: flex; justify-content: center;}


  @media screen and (max-width: 600px) {
    .accr_div_bdy ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .airlntbl {
        margin-top: -97px;
        padding-bottom: 40px;
    }

    .accr_div h4 {
        padding-left: 30px;
    }

    .accr_div_bdy {
        padding-left: 30px;
    }

    .bkbtn{
        font-size: 16px;
    }

    .accr_div h4 {
        font-size: 17px;
    }
    .flt_accr {
        background: #fff;
        padding: 20px 0px;
    }
    table {
      border: 0;
      outline: 0;
      box-shadow: none;
      background: none;
    }
  
    table caption {
      font-size: 1.3em;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
      border-radius: 20px;
      background: #fff;
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: flex;
      font-size: .8em;
      text-align: right;
      align-items: center;
      justify-content:space-between;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }
  

  @media screen and (max-width:768px){
    .res{
        flex-wrap: wrap;
    }
    .banner-area{
        padding-top: 20px ;
    }
    header{
        overflow: hidden;
    }
    .bnimg::after{
        left: -50%;
    }
  }

  @media screen and (max-width:500px) {
    .bnsbtitle{
        font-size: 35px;
    }
    .bnrtitle{
font-size: 30px;
    }
    .bnrtext,.mn-sbtitle{
        font-size: 16px;
    }
    .mn-title{
        font-size: 25px;
    }
    .bkbtn{
        margin-top: 0;
    }
 
  }



  .accr_div_bdy ul li{padding-left: 15px;}</pre></body></html>