

@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
url("fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}


.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-globe::before { content: "\f3ee"; }
.bi-apple::before { content: "\f65b"; }
.bi-globe::before { content: "\f3ee"; }
.bi-apple::before { content: "\f65b"; }
.bi-android2::before { content: "\f7d1"; }

:host,:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

.fa-brands,.fab {
    font-weight: 400;
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



@media only screen and (max-width: 1500px) {
  .homeimage img { height: auto; width: 100%; }
}

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
  .home-outer{ display:flex; flex-wrap:wrap; }
  .homebanner-content{ width:55%; }
  .homeimage{ width:45%; }
}
@media only screen and (min-width: 0px) and (max-width: 1400px) { 
    .home-outer, #homebanner { height:auto; padding: 40px 0px; }

}
