@charset "utf-8";
/* CSS Document */
body * {
    transition: all 0.25s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.raleway-light {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}
.raleway {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.raleway-bold {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.bg-blue-custom {
    background-color: #203c61;
}
.bg-blue-dark {
    background-color:#121a2a;
}
.custom-shape-divider-top-1628705590 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 55px;
}

.custom-shape-divider-top-1628705590 .shape-fill {
    fill: #FFFFFF;
}
#particles-js{
  width: 100%;
  height: 100%;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.particles-js-canvas-el {
    opacity: 0.5;
}