/*    --------------------------------------------------
	:: font library
	-------------------------------------------------- */
@font-face {
  font-family: 'Montserrat';
  src: url('/llib/fonts/Montserrat-Regular.woff2') format('woff2'), url('/lib/fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/llib/fonts/Montserrat-Bold.woff2') format('woff2'), url('/lib/fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*    --------------------------------------------------
	:: Common
	-------------------------------------------------- */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-display: swap;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 15px;
  }
}
a {
  color: #0046b7;
  text-decoration: none
}
/* PDF document links */
a[href$='.pdf']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c1";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Word Document Links */
a[href$='.doc']:before, a[href$='.docx']:before, a[href$='.rtf']:before, a[href$='.wps']:before, a[href$='.txt']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c2";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Excel Document Links */
a[href$='.xls']:before, a[href$='.odt']:before, a[href$='.xlsx']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c3";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* PowerPoint Document Links */
a[href$='.ppt']:before, a[href$='.pot']:before, a[href$='.pps']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c4";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
a[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
span[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
iframe {
  width: 100%;
  display: block;
}
@media(min-width:768px) {
  .container {
    max-width: 760px
  }
}
@media(min-width:992px) {
  .container {
    max-width: 980px
  }
}
@media(min-width:1200px) {
  .container {
    max-width: 1190px
  }
}
@media(min-width:1400px) {
  .container {
    max-width: 1380px
  }
}
@media(min-width:1800px) {
  .container {
    max-width: 1656px
  }
}
.dropdown-menu {
  z-index: 1030;
}
.modal-backdrop.show {
  opacity: .7;
  background-color: #0046b7
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0046b7;
  border: 1px solid #0046b7
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0046b7;
  border: 1px solid #0046b7
}
.breadcrumb {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.breadcrumb .breadcrumb-item {
  display: inline;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: none;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #0046b7 !important;
}
.btn {
  font-size: 18px;
  text-transform: uppercase;
}
.form-control {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .btn {
    font-size: 16px;
  }
  .form-control {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .btn {
    font-size: 16px;
  }
  .form-control {
    font-size: 15px;
  }
}
.hometitle {
  border-bottom: 2px solid #0046b7;
}
@media (max-width: 1199.98px) {
  .hometitle {
    border-bottom: 0;
  }
}
@media(max-width:1799px) {
  .h3, h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .h2, h2 {
    font-size: 1.75rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
  legend {
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .h1, h1 {
    font-size: 1.5rem;
  }
  .h2, h2 {
    font-size: 1.3rem;
  }
  .h3, h3 {
    font-size: 1.2rem;
  }
  .h4, h4 {
    font-size: 1.1rem;
  }
  .h5, h5 {
    font-size: 1rem;
  }
  .h6, h6 {
    font-size: .9rem;
  }
  .small, small {
    font-size: 90%;
  }
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0046b7;
}
.smartphoto {
  z-index: 1030 !important;
}
/*    --------------------------------------------------
	:: header
	-------------------------------------------------- */
.brand {
  height: 65px;
}
.identity span {
  font-size: 2em;
}
@media (max-width: 1399.98px) {
  .identity span {
    font-size: 1.75em;
  }
}
@media (max-width: 1199.98px) {
  .brand {
    height: 70px;
  }
  @media (max-width: 1199.98px) {
    .identity span {
      font-size: 2.4em;
    }
  }
}
@media (max-width: 767.98px) {
  .brand {
    height: 50px;
    margin-left: .75rem;
  }
  .identity span {
    font-size: 1.25em;
  }
}
.header.shrink {
  padding: 5px 0;
}
.shrink .brand {
  height: 48px;
}
.shrink .identity h1 {
  font-size: 28px;
}
.shrink .identity h2 {
  font-size: 16px;
}
.shrink .social-header img {
  height: 24px;
  width: 24px;
}
@media (max-width: 767.98px) {
  .shrink .brand {
    height: 50px;
  }
  .shrink .identity h1 {
    font-size: 1.75em;
  }
  .shrink .identity h2 {
    font-size: .75em;
  }
}
.brand, .identity h1, .identity h2, .social-header img, .header {
  transition: all 0.4s ease;
}
.main-link {
  color: #0046b7;
  margin: 0 .5rem;
  position: relative;
  font-size: 1em;
  font-weight: bold
}

@media (max-width: 1399.98px) {
.main-link {
  font-size: .9em;
}
}

.main-link:hover {
  color: #1dbaf7;
}
.main-link::before {
  content: "";
  background-color: #1dbaf7;
  transition: 0.4s ease-out;
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.main-link:hover::before {
  width: 100%;
}
.nav-item.active .main-link {
  color: #1dbaf7;
}
.nav-item.active .main-link::before {
  content: "";
  background-color: #1dbaf7;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.navbar-toggler {
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  padding-bottom: .5rem;
}
.offcanvas-header .brand {
  width: 140px;
}
.call-btn {
  background: linear-gradient(135deg, #0046b7, #0066ff);
  background-size: 200% 200%;
  transition: background-position 1s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  text-decoration: none;
  color: #fff;
}
.call-btn:hover {
  background-position: right center;
}
.call-btn i {
  animation: icon-pulse 2s infinite ease-in-out;
}
@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}
/* home_slider */
.custom-shape-divider-bottom-1750398471 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-1750398471 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}
.custom-shape-divider-bottom-1750398471 .shape-fill {
  fill: #D9EFF7;
}
#HomeCarousel .carousel-item {
  background: #fff
}
#HomeCarousel .carousel-item img {
  opacity: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  #HomeCarousel .carousel-item img {
    aspect-ratio: 4 / 3;
  }
}
#HomeCarousel .carousel-caption {
  position: absolute;
  right: 50%;
  left: 15%;
  bottom: 30%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #HomeCarousel .carousel-caption {
    right: 15%;
  }
}
@media (max-width: 991.98px) {
  #HomeCarousel .carousel-caption {
    right: 10%;
    left: 10%;
  }
}
#HomeCarousel .carousel-caption h1 {
  font-size: 1.1em;
  color: #1dbaf7;
  font-weight: bold;
}
#HomeCarousel .carousel-caption h2 {
  color: #0046b7;
  font-size: 3em;
  font-weight: bold;
}
#HomeCarousel .carousel-caption .sld-link {
  color: #fff;
  font-size: 1.5em;
  background: linear-gradient(135deg, #0046b7, #0066ff);
  background-size: 200% 200%;
  padding: 0.4em 1em;
  border-radius: 0.4em;
  display: inline-flex;
  align-items: center;
  gap: .5em;
  text-decoration: none;
  transition: background-position 1s ease;
  border: 0;
}
#HomeCarousel .carousel-caption .sld-link:hover {
  background-position: right center;
}
#HomeCarousel .carousel-caption .sld-link i {
  animation: icon-pulse 2s infinite ease-in-out;
}
@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}
@media (max-width: 1399.98px) {
  #HomeCarousel .carousel-caption h5 {
    font-size: 3em;
  }
  #HomeCarousel .carousel-caption .sld-title {
    font-size: 1.5em;
  }
  #HomeCarousel .carousel-caption .sld-link {
    font-size: 1.75em;
  }
}
#HomeCarousel .carousel-indicators {
  display: none;
}
@media (max-width: 767.98px) {
  #HomeCarousel .carousel-caption {
    right: 10%;
    left: 10%;
    top: 15%;
  }
  #HomeCarousel .carousel-item img {
    aspect-ratio: 1 / 1;
  }
  #HomeCarousel .carousel-caption h5 {
    font-size: 2em;
  }
  #HomeCarousel .carousel-caption .sld-title {
    font-size: 1em;
  }
  #HomeCarousel .carousel-caption .sld-link {
    font-size: 1em;
  }
}
.home-featured h3 {
  font-size: 1.1em;
}
.home-featured h4 {
  font-size: 2.25em;
}

@media (max-width: 575.98px) {
.home-featured h4 {
  font-size: 1.75em;
}
}
/*    --------------------------------------------------
	:: home specials carousel
	-------------------------------------------------- */
.custom-carousel-wrapper {
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
}
.custom-carousel {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.custom-carousel::-webkit-scrollbar {
  display: none;
}
.custom-carousel .card {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .custom-carousel .card {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (min-width: 992px) {
  .custom-carousel .card {
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
}
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  padding: 0;
}
.carousel-nav.prev {
  left: 0;
}
.carousel-nav.next {
  right: 0;
}
.carousel-indicators-custom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 1rem;
}
.carousel-indicators-custom .indicator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0046b7;
  border: none;
  transition: background-color 0.3s;
  cursor: pointer;
}
.carousel-indicators-custom .indicator.active {
  background-color: #1dbaf7;
}
.custom-carousel .card .card-title {
  font-size: 1.33em;
}
.custom-carousel .card .card-text {
  font-size: .8em;
}
/*    --------------------------------------------------
	:: защо да изберете
	-------------------------------------------------- */
.hero-section {
  background-image: url('/images/page-img-1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
.hero-section .overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.85) 50%, #ffffff 70%);
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-features img {
  width: 40px;
  height: 40px;
}
.hero-section h5 {
  font-size: 1.1em;
}
.hero-section h6 {
  font-size: 2.25em;
}

@media (max-width: 575.98px) {
.hero-section h6 {
  font-size: 1.75em;
}
}

/* home steps */
.home-steps {
  background-image: url('/images/stepsbg.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.home-steps .subtitle {
  color: #a7baaf;
  font-size: 3em;
}
.home-steps .home-steps_title {
  font-size: 1.1em;
}
.home-steps .home-steps_subtitle {
  font-size: 4em;
}

@media (max-width: 1199.98px) {
.home-steps .home-steps_subtitle {
  font-size: 3em;
}
}

@media (max-width: 575.98px) {
.home-steps .home-steps_subtitle {
  font-size: 1.75em;
}
}

.home-steps-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.home-step {
  font-size: 1em;
  position: relative;
}
.home-steps-wrapper .rounded-circle {
  background-color: #eeeadf;
  width: 380px;
  height: 380px;
}
.home-step .rounded-circle img {
  width: 150px;
  margin-top: 50px;
}
.home-step .rounded-circle .step-title {
  font-size: 1.15em;
}
.home-step_content {
  width: 380px;
  text-align: center;
  font-size: .9em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  height: 4.5em;
}
.step-separator {
  width: 148px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/images/separator.png');
}
@media (max-width: 1399.98px) {
  .home-steps h5 {
    font-size: 1.5em;
  }
  .home-steps .subtitle {
    font-size: 2.5em;
  }
  .home-steps-wrapper {
    gap: 8px;
  }
  .home-step {
    font-size: 0.9em;
  }
  .home-steps-wrapper .rounded-circle {
    width: 280px;
    height: 280px;
  }
  .home-step .rounded-circle img {
    width: 80px;
    margin-top: 20px;
      
  }
  .step-separator {
    width: 99px;
    height: 20px;
  }

  .home-step_content {
    width: 280px;
  }


}
@media (max-width: 1199.98px) {
  .home-steps h5 {
    font-size: 1.5em;
  }
  .home-steps .subtitle {
    font-size: 2.5em;
  }
  .home-steps-wrapper {
    gap: 8px;
  }
  .home-step {
    font-size: 0.9em;
  }
  .home-steps-wrapper .rounded-circle {
    width: 240px;
    height: 240px;
  }
  .home-step .rounded-circle img {
    width: 80px;
    margin-top: 20px;
      
  }
  .step-separator {
    width: 99px;
    height: 20px;
  }

  .home-step_content {
    width: 240px;
  }
}
@media (max-width: 991.98px) {
    .home-steps-wrapper {
    gap: 3px; 
  }
  .home-step {
    font-size: 0.75em; 
  }
  .home-steps-wrapper .rounded-circle {
    width: 180px;
    height: 180px;
  }
  .home-step .rounded-circle img {
    width: 55px; 
  }
  .step-separator {
    width: 60px; 
    height: 12px;
  }
    
  .home-step_content {
    width: 180px;
  }
    
.home-step .rounded-circle .step-title {
  font-size: 1em;
}    
    
}
@media (max-width: 767.98px) {
  .home-steps h5 {
    font-size: 1.15em;
  }
  .home-steps .subtitle {
    font-size: 1.75em;
  }
  .home-steps-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .home-steps-wrapper .rounded-circle {
    width: 210px;
    height: 210px;
  }
  .home-step .rounded-circle img {
    width: 80px;
  }
  .home-step .rounded-circle .step-title {
    font-size: 1.1em;
  }
  .step-separator {
    width: 148px;
    height: 148px;
    transform: rotate(90deg);
  }
    
  .home-step_content {
    width: 210px;
  }
    
}
/* home steps end */
/*    --------------------------------------------------
	:: footer
	-------------------------------------------------- */
footer {
  margin-top: auto;
  font-size: .9em;
  background-color: #07669b;
}
.footer-heading {
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}
.footer-link:hover {
  color: #aad9f0;
}
.footer-contact li {
  margin-bottom: .5rem;
}

/*    --------------------------------------------------
	:: Products
	-------------------------------------------------- */
.bg-products {
    position: relative;
    background-color: #0046B7; 
    min-height: 300px;
    color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bg-products::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/images/productsbg2.webp");
    background-position: center;
    background-size: cover;
    opacity: 0.4; 
    z-index: 1;
}


@media (max-width: 991.98px) {
.bg-products {
    min-height: 200px;
}
}

.bg-products .content {
    position: relative;
    z-index: 2;
}

.services-page h2 {
  font-size: 1.1em;
}

.services-page h3 {
  font-size: 2.25em;
}

/*    --------------------------------------------------
	:: | CMS Page | News Item common
	-------------------------------------------------- */
.textcontent iframe {
  display: block;
  margin: 1.5rem auto;
  width: 50%;
  height: 400px
}
@media (max-width: 1199.98px) {
  .textcontent iframe {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  .textcontent iframe {
    height: 300px
  }
}
@media (max-width: 575.98px) {
  .textcontent iframe {
    width: 100%;
    height: 250px;
    margin: .5rem auto;
  }
}
.textcontent img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto
}
@media (max-width: 575.98px) {
  .textcontent img {
    margin: .5rem auto;
  }
}
.textcontent ul {
  margin: 1rem 0;
}
.textcontent li {
  padding-left: 0;
  list-style: none;
}
.textcontent li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  margin-left: -1em;
  width: 1em;
}
/*    --------------------------------------------------
	:: NEWS 
	-------------------------------------------------- */

.bg-news {
    position: relative;
    background-color: #0046B7; 
    min-height: 300px;
    color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bg-news::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/images/newsbg.webp");
    background-position: right;
    background-size: cover;
    opacity: 0.4; 
    z-index: 1;
}

@media (max-width: 991.98px) {
.bg-news {
    min-height: 200px;
}
}

.bg-news .content {
    position: relative;
    z-index: 2;
}

.news-page h1 {
  font-size: 2.25em;
}

.news-page h2 {
  font-size: 1.1em;
}

.newscontent iframe {
  display: block;
  margin: 1.5rem auto;
  width: 100%;
  height: 400px
}
@media (max-width: 991.98px) {
  .newscontent iframe {
    height: 300px
  }
}
@media (max-width: 575.98px) {
  .newscontent iframe {
    height: 250px;
    margin: .5rem auto;
  }
}
.newscontent img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto
}
@media (max-width: 575.98px) {
  .newscontent img {
    margin: .5rem auto;
  }
}
.newscontent ul {
  margin: 1rem 0;
}
.newscontent li {
  padding-left: 0;
  list-style: none;
}
.newscontent li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  margin-left: -1em;
  width: 1em;
}
.news-card {
  position: relative;
  height: 12rem;
  overflow: hidden;
  flex: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (min-width: 900px) {
  .news-card {
    height: 20rem
  }
}
.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  ;
  z-index: 0;
}
.news-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}
.news-card__text-wrapper {
  position: absolute;
  bottom: 0rem;
  padding: 1rem;
  color: white;
  /*     background-color: rgba(0, 0, 0, 0.4); */
  transition: background-color 1.5s ease;
}
.news-card__title {
  transition: color 1s ease;
  margin-bottom: .5rem;
}
.news-card__post-date {
  font-size: .7rem;
  margin-bottom: .5rem;
  color: #CCC;
}
.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}
@media (min-width: 900px) {
  .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }
  .news-card:hover .news-card__text-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .news-card:hover .news-card__title {
    color: #869ba0;
  }
  .news-card:hover .news-card__image {
    transform: scale(1.2);
    z-index: -1;
  }
}
.news-card__excerpt {
  font-weight: 300;
}


/*    --------------------------------------------------
	:: NEWS 
	-------------------------------------------------- */

.bg-contact {
    position: relative;
    background-color: #0046B7; 
    min-height: 300px;
    color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bg-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/images/contactsbg.webp");
    background-position: right;
    background-size: cover;
    opacity: 0.4; 
    z-index: 1;
}

@media (max-width: 991.98px) {
.bg-contact {
    min-height: 200px;
}
}


.bg-contact .content {
    position: relative;
    z-index: 2;
}