
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

nav.navbar.navbar-expand-lg.navbar-light.bk {
    background: #fff;
    padding: 0px 0px;
    border-bottom: 1px solid #E6E6E6;
}

.topnav {
    margin-bottom: 0px;
    font-size: 13px;
}
.container.cnt {
    max-width: 1170px;
}
.dis {
    display: block!important;
    padding-right: 0px;
}
.fr {
    float: right;
    margin-bottom: 0px;
}
.main_menu ul li {
    position: relative;
}
.main_menu ul li {
    position: relative;
}
.main_menu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
}
a {
    text-decoration: none!important;
}
.cntimg {
    width: 15px;
    margin-right: 4px;
}
.ccimg {
        width: 15px;
    margin-right: 7px;
    /*width: 13px;*/
    /*margin-right: 2px;*/
}
.logoimg {
    width: 88%;
    margin-left: 5px;
}
.mobile_btn {
    display: none;
}
.ptb {
    padding: 19px 0px;
}
.main_menu.menupd ul li a {
    font-size: 14px;
    color: #000;
    padding: 2px 20px;
    display: block;
}
.main_menu ul li ul {
    width: 200px;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.baa {
    background: #193778;
    color: #fff;
    border-radius: 52px;
    text-align: center;
    width: 200px;
    /*padding: 3px 0px 4px;*/
    box-shadow: 0px 3px 12px 0px #80808063;
}
.wht {
    color:#fff!important;
}
.fnd {
    background: #193778;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    width: 175px;
    padding: 13px 20px;
}
.fa-angle-down:before {
    content: "\f107";
    color: #F4C8D3;
    font-size: 12px;
    margin-left: 4px;
}
.wd100 {
    width: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 80%;
    background-color: #F4C8D3;
}
.container.pd0 {
    padding: 15px 0px;
}
.bckclr {
    background: #FBC6D9;
    border-radius: 15px;
}
.col-md-3.wd {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -27px;
    background: #fff;
    border: 1px solid #193778;
    /*border-radius: 4px;*/
}
.pnkbck {
    background: #193778!important;
    color:#fff!important;
     border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

}
.rght {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.wd p {
    margin-bottom: 0px;
    padding: 16px 0px;
    text-align: center;
    font-size: 17px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}


::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #193778; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F471A0; 
}


/* normal menu css */

.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
  list-style: none;
}



/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 200px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 15px;
}
.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {
    font-size: 15px;
    padding: 20px 16px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}
.fa-angle-down:before {
    content: "\f107";
    font-size: 9px;
    color: #808080;
}

ul.fr {
    margin-bottom: 0px;
}
a.nav-link.colwht {
    padding: 8px 17px;
    font-size: 15px;
}
.whtcol{
    color: #fff;
}
.main_menu ul li a {
    font-size: 13px;
    color: #000;
    padding: 5px 15px;
    display: block;

}
.main_menu.menupd ul li a {
    font-size: 15px;
    color: #000;
    padding: 8px 25px;
    display: block;
}
/*end*/




.img100 {
    width:100%;
}
.bckblue {
    background: #193778;
    width: 42%;
    display: inline-block;
    padding: 10px 4px 4px 4px;
    height: 100%;
}
.bckblue img {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.banapp {
    background-color: #F471A0;
    color: #fff !important;
    transition: background-color 0.5s;
    text-align: center;
    padding: 7px 24px;
    border: none;
    font-size: 13px;
}
.banapp:hover {
    background-color: #193778;
    color: #fff !important;
}

.getapp {
    background-color: #193778;
    color: #fff !important;
    transition: background-color 0.5s;
    text-align: center;
    padding: 7px 24px;
    border: none;
    border-radius: 50px;
    font-size: 15px;
}
.getapp:hover {
    background-color: #F471A0;
    color: #fff !important;
}
.frbtn {
    background-color: #193778;
    border-radius: 74px;
    width: 81%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -44px;
    z-index: 99999;
    position: relative;
}
.frbtn p{
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.frbtn img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40%;
}
.pt-25 {
    padding: 25px 0px;
}
.parafnt p {
    padding: 28px 0px;
    font-size: 25px;
    margin-top: 0px;
}
.pt-100 {
    padding: 100px 0px;
}
.txtcnt {
    text-align: center;
    color: #193778;
    font-size: 46px;
    font-weight: 300;
}
.lfttxt {
    text-align: left;
    color: #193778;
    font-size: 46px;
    font-weight: 300;
}
.center {
    text-align: center;
}
.coe {
    background-color: #193778;
    border-radius: 13px;
    height: 310px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 38px;
}
.coe img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 20%;
    padding: 50px 0px 0px 0px;
}
.arrwfa {
    color: #9bb4ea;
    border: 1px solid #9bb4ea;
    border-radius: 50%;
    padding: 6px;
    width: 26px;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 15px;
    margin-top: 25%;
}
.coe p {
    padding-top: 22px;
    color: #fff;
    text-align: center;
    font-size: 27px;
    font-weight: 200;
    line-height: 30px;
}
.pt-9 {
    padding-top: 9%;
    padding-bottom: 40px;
}
.pt-30 {
    padding-top: 30px;
}
.fa-angle-right:before {
    margin-left: 2px;
}
.spnpnk {
    color: #F471A0;
    font-weight: 500;
}

.pinkbck {
    background: #F471A0;
}
.pb-100 {
    padding-bottom: 100px;
}
.spnwht {
    font-weight: 500;
    color: #fff;
}
.spnwhtp {
    text-align: center;
    color: #fff;
    padding: 50px 0px;
}
.whtbck {
    background: #fff;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: -6%;
    height: 200px;
}
.whtbck img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 12%;
    margin-bottom: 20px;
}
.whtbck h4 {
    text-align: center;
    color: #193778;
    font-weight: 300;
}

.servarr  {
    color: #9bb4ea;
    border: 1px solid #9bb4ea;
    border-radius: 50%;
    padding: 6px;
    width: 26px;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 15px;
    margin-top: 8%;
}
.servarr:before {
    margin-left: 2px;
    color: #193778;
}
.mb-9 {
    margin-bottom: 9%;
}
.bckgrey {
    background: #ebebeb;
}
.pd-40 {
    padding: 90px 0px 0px;
}
.pd-40 h1 {
    color: #193778;
    font-size: 77px;
}
.bckgrey h5 {
    color: #f471a0;
 }
 .transimge {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(https://htiwebs.com/hfh/images/backlogo.png);
    background-size: contain;
    /*background-attachment: fixed;*/
}
.motheimg img {
    margin-top: -49px;
    width: 55%;
}
.rdmr {
    color: #193778;
    border: 1px solid #193778;
    border-radius: 50%;
    padding: 6px;
    width: 26px;
    height: 26px;
    font-size: 15px;
}
.rdmr:before {
    margin-left: 2px;
    color: #F471A0;
}
.mt-30 {
    margin-top: -30%;
}
.buildimg {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.blackfoot {
    background: #5c5555;
}
.blackfoot p{
    color: #fff;
    margin-bottom: 0px;
}
.whitefoot {
    position: relative;
    z-index: 999999;
    background: #fff;
    border-radius: 10px;
    margin-top: -7%;
    padding: 50px 20px;
}
.whitefoot p{
    color: #000;
}
.fllowimg img {
    width: 13%;
    padding: 0px 4px;
    height: 46%;
}
.blckfootpd {
    padding: 45px 0px;
}
.rg {
    float: right;
    margin-top: -6%;
}
.footbtn {
    background-color: #F471A0;
    color: #fff !important;
    transition: background-color 0.5s;
    text-align: center;
    padding: 7px 24px;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    margin-left: -18px;
    margin-right: 54px;
}
.footbtn:hover {
    background-color: #193778;
    color: #fff !important;
}


.scroller { --w:360px; --h:535px; --bg:#f7f7f9; --card:#ffffff; --gap:12px; }

.scroller{
/*width:var(--w);*/
height:var(--h);
overflow:hidden; 
border-radius:12px;
/*box-shadow:0 6px 18px rgba(30,40,60,0.08);*/
/*background:var(--card);*/
padding:12px;
/*border:1px solid rgba(0,0,0,0.04);*/
position:relative;
}


/* inner content is taller than .scroller */
.scroller__inner{
width:100%;
box-sizing:border-box;
}


.item{
display:flex;
gap:12px;
align-items:flex-start;
padding:8px;
margin-bottom:8px;
border-radius:8px;
background:linear-gradient(180deg, rgba(0,0,0,0.02), transparent);
}


.thumb{flex:0 0 100px; height:64px; border-radius:8px; object-fit:cover;}
.txt{font-size:13px; line-height:1.35; color:#222;}


.hint{position:absolute; right:10px; bottom:10px; font-size:12px; color:#666;}


/* make it focusable for keyboard users */
.scroller:focus{outline:2px solid rgba(66,153,225,0.25);}





.patsec {
    border: 2px solid #859ac6;
    padding: 10px 5px;
    border-radius: 10px;
    margin-bottom: 18px;
    width: 85%;
}
.patsec p {
    font-weight: 700;
    margin-bottom: 0px;
    color: #193778;
    margin-left: -18px;
}
.patsec .leftimg img {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.mb-20 {
    margin-bottom: 20px;
}
.rghtsec {
    border: 2px solid #859ac6;
    border-radius: 14px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}
.hedsec {
    padding: 25px 30px;
}
.hedsec h4 {
    color: #193778;
    font-weight: 600;
    font-size: 21px;
}
.ptcare {
    color: #9bb4ea;
    border: 1px solid #9bb4ea;
    border-radius: 50%;
    padding: 6px;
    width: 26px;
    height: 26px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    display: block;
    font-size: 15px;
    margin-top: 8%;
}
.ptcare:before {
    color: #193778;
}
.shdw {
    box-shadow: 0 -17px 10px -14px rgba(115, 115, 115, 0.75);
    z-index: 99999;
    position: relative;
    /*width: 1375px;*/
    /*margin-left: -54px;*/
}
.pnkbrdr {
    padding-top: 76px;
}
.pnkbrdr p {
    text-align: center;
    border-top: 2px solid #F471A0;
    border-bottom: 2px solid #F471A0;
    padding: 18px 0px;
}
.checked {
  color: orange;
}
.favimg {
    float: right;
    margin-top: -50%;
    width: 28%;
    margin-right: 10%;
}
.buildh3 {
    margin-left: auto;
    color: #193778;
    text-align: center;
    font-size: 44px;
    width: 40%;
    margin-right: auto;
}
.pl0 {
    padding-left: 0px;
}
.pt10 {
    padding-top: 7px;
}