@font-face {
    font-family: arial_1;
    src: url('Fonts/arial_1.ttf');
}
@font-face {
    font-family: arialbd_2;
    src: url('/font/arialbd_2-dz2K.ttf');
}
@font-face {
    font-family: Montserrat-Bold;
    src: url('/font/Montserrat-Bold.otf');
}
@font-face {
    font-family: Montserrat-Light;
    src: url('/font/Montserrat-Light.otf');
}

@font-face {
    font-family: Montserrat-LightItalic;
    src: url('/font/Montserrat-LightItalic.otf');
}
@font-face {
    font-family: Montserrat-Medium;
    src: url('/font/Montserrat-Medium.otf');
}
@font-face {
    font-family: Montserrat-Regular;
    src: url('/font/Montserrat-Regular.otf');
}
@font-face {
    font-family: Montserrat-Light;
    src: url('/font/Montserrat-SemiBold.ttf');
}

body{
    font-family: 'arial_1';
}
.carousel .item{
    height: 500px;
}
.nav-item{
    border-radius: 0.375rem;
    background: rgb(32,79,104);
    background: linear-gradient(90deg, rgba(32,79,104,1) 7%, rgb(218,90,45,1) 50%, rgba(218,90,45,1) 100%);
}


.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 500px;
}
.bg-dark {
    background-color: #204f68!important;
}
.OrangeBackground{
    background-color: #e17326;
}
.PurpleNavyBlueBackground{
    background-color: #1f4e68;
}
.LightGreyBackground{
    background-color: #dadedf;
}
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    color:white;
  }
  
  #btn-back-to-top:hover {
    color:#1f4e68;
    border-color:#1f4e68;
    background-color: white; /* Add a dark-grey background on hover */
  }
  figure{
    font-size: 1.2rem !important;
  }