body {
  margin: 0px auto;
  padding: 0;
  box-sizing: border-box;
  max-width: 2550px;
  scroll-behavior: smooth;
}

.image-box {
    height: 100px;
}

.nav-bg {
  border-bottom: 1px solid #ddd;
}

.nav-bg ul li a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.contents-main {
  margin: 50px 0;
}

.contents-main .content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  background: #0077ba;
  padding: 10px 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.contents-main .content .image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content {
  border: 1px solid #ddd;
  padding: 25px;
  margin-bottom: 25px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.footer-bg {
  border-top: 1px solid #ddd;
  padding: 40px 0;
}

.footer-bg ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-bg ul li a {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.footer-bg ul li a i {
  margin-right: 10px;
}

main {
  min-height: 84vh;
}

/*# sourceMappingURL=style.css.map */

.footer-logo-contens {
  text-align: center;
}

.footer-social-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-contens ul li {
  width: 100%;
}

.footer-bg ul li a {
  display: flex;
}

.footer-bg ul li a {
  font-size: 18px;
}

.footer-bg ul li a span {
  margin-top: -5px;
}

@media all and (max-width: 767px) {


  .footer-bg ul li a {
    margin: 20px 0px;
  }

  .footer-bg ul {
    justify-content: center;
    display: table;
    margin-top: 30px;
  }
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 450px) {
  a.navbar-brand img {
    width: 250px;
  }
}

.swiper-slide img{
height: 100vh;
object-fit: cover;
}

@media all and (max-width: 767px){
.swiper-slide img{
height: 50vh;
object-fit: cover;
}
}

.contents-main.flags_main_box .content h3 {
    display: table;
    margin: 0px auto 25px;
}