/* custom styles */





  body{
  font-family: 'Hind Siliguri' !important;
  }
  .px-title-1,
  .px-title-2,
  .px-title-3,
  .px-title-4,
  .px-sub-head-1,
  .px-sub-head-3,
  .px-sub-head-2{
  font-family: 'Hind Siliguri' !important;

  
  
  }

    .font-nav,
  .button,
  .header__nav-more,
  .header__nav-more-dropdown,
  .header__nav-link a{
  font-family: 'Inter', sans-serif !important;
  font-weight: 600;
  font-style: normal;
  }



/*
* Hero Fontsize Scale
*/

@media (min-width: 320px){
.hero .hero__title {
font-size: calc(1.5rem + ((1vw - 3.2px) * 3.9286));
min-height: 0vw;
line-height: 1.15;
}
}

@media (min-width: 320px){
.hero .hero__sub-title {
font-size: calc(1.125rem + ((1vw - 3.2px) * 1.25));
min-height: 0vw;
line-height: 1.15;
}
}

/*
* Background Images
*/

.hero {
background-image: url("https://cdn.sharplaunch.com/v2/client-10/8ffaa162b81eaac/1920w/005_3b6a4035_3_edit_975.jpg");
}


.video {
background-image: url("");
}




/*
* End of Background Images
*/

/*
* Colors
*/
:root {
--accent-color: #215E88;
--accent-dark-color: #00133d;
}
.button {
background-color: #215E88;
}
.button:hover {
background-color: #00133d !important;
}
.button--white{
background: white;
border: white;
color: var(--accent-color);
}

a.is-active {
color: #215E88!important;
}
.bg-accent{
background-color: #215E88}
.color-accent{
color: #215E88}
.link__text--hoveraccent:hover{
color: #215E88}
.carousel__indicator--selected {
background-color: #215E88!important;
border-color: #215E88!important;
}

.section-title__separator {
background-color: #215E88;
}

.section-sub-title {
color: #215E88;
}

.team-member__line {
background-color: #215E88!important;
}

.parcel-box__attribute-name {
color: #215E88!important;
}

.more__line {
background-color: #215E88;
}

.mobile-menu__line {
background-color: #215E88!important;
}

.zoom-control {
background-color: #215E88;
}

.availability-card {
background-color: #215E88;
}
.availability-card__download-button {
background-color: #00133d;
}

.gallery .overlay {
background-color: rgba(33,94,136,0.8)!important;
}
.gallery .overlay.solid {
background-color: #215E88!important;
}

/*
* End of Colors
*/


/* ------------------------ client specific overrides ------------------------ */





/* ---------------------------- custom css ----------------------------------- */

.hero--2cols.has-logo .hero__logo {
padding-left: 30px;
flex: 0 0 206px;
background-color: var(--accent-color);
width: 100%;
display: flex;
align-items: center;
}#hero .cta-button:before {
    content: '';
    width: 66.6666664%;
    display: none;
    height: 2px;
    background: #FFF;
    top: 50%;
    left: 0;
    position: absolute;
}