body {
  font-family: 'Julius Sans One', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');
img {
  max-width: 100%;
}
.carousel-indicators li {
  background-clip: unset;
  border-top: none;
  border-bottom: none;
  opacity: 1;
  transition: opacity 0.6s ease;
  border-radius: 1em;
  width: 0.8em;
  height: 0.8em;
  border: solid 1px #fff;
  background-color: transparent;
  margin: 0 0.4em;
}
.navbar-brand img {
  /* min-height: 50%; */
  /* max-height: 50%; */
  height: 2em;
}
.so_link {
  display: inline-block;
  text-align: right;
}
.so_link img {
  max-width: 15%;
  margin-left: 1em;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  top: 45%;
}
.carousel-indicators .active {
  opacity: 100;
  background-color: #fff;
}
h5 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-family: "garamond";
}
.footer01{
	 background-color: #00314c;    color: #fff;
}
footer {
  background-color: #3f3f3f;
  padding: 0em 0;
  position: absolute;
  z-index: +9;
  bottom: 0;
  width: 100%;
  color: #969696;
  font-family: "Times New Roman", "serif";
}
footer img {
  max-width: 4.5%;
  text-align: center;
  margin: auto 0.8%;
}
footer img:hover {
  filter: brightness(0.5);
}
footer .container-fluid{
	    padding: 0rem 2.1rem;
}
.carousel-indicators {
  bottom: 15%;
}
.desk {
  display: block;
  width: 100%;
}
.mobile {
  display: none;
}
.mobile02{
		display: none;
	}
@media (max-width:767.98px) {
  body {
    background-color: #004769;
    height: 100vh;
    position: relative;
  }
  .desk {
    display: none;
  }
  .mobile {
    display: none;
  }
  .fixed-top {
    position: relative;
  }
footer img {
    max-width: 6%;
    margin: auto 1%;
}
  footer {
    padding: 2.2em 0;
    padding-top: 0em;
    padding-bottom: 1.5em;
  }
  .navbar-brand img {
    height: 2em;
  }
  h5 {
    font-size: 1.6em;
  }
  .carousel-indicators {
    bottom: calc(100% - 77%);
  }
  /*.carousel-caption {
    top: 35%;
    padding-left: 10%;
    padding-right: 10%;
  }*/
	.carousel-caption {
    top: 25%;
    padding-left: 5%;
    padding-right: 5%;
}
	.mobile02{
		display: block;
	}footer .container-fluid {
    padding: 0rem 0rem;
}
	.footer01 {
    
    font-size: 0.85em;
}
  .it1 {
    background-image: url("../images/ban01m.jpg");
    background-repeat: no-repeat;
    height: 85vh;
    background-size: cover;
  }
  .it2 {
    background-image: url("../images/ban02m.jpg");
    background-repeat: no-repeat;
    height: 85vh;
    background-size: cover;
  }
  .it3 {
    background-image: url("../images/ban03m.jpg");
    background-repeat: no-repeat;
    height: 85vh;
    background-size: cover;
  }
  .row{
    width: 90%;
    margin: auto;
}
}