body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

header {
  background-color: #041C32;
  display: flex !important;
  align-items: center;
  height: 80px;
  padding: 15px 20px;
  color: #dee2e6;
}

h1 {
  font-weight: bold !important;
  /* font-size: 1.8rem !important; */
}

footer {
  background-color: #041C32;
  /* color: white; */
  padding: 20px;
  color: #dee2e6 !important;
}

footer a {
  color: #dee2e6 !important;
}

.border-r {
  border-right: grey 1px solid;
}

.notice {
  font-size: small;
  color: rgb(192, 192, 192);
}

main {
  color: #041C32 !important;
  /* height: 80vh; */
}

main section {
  padding: 20px 0;
}

main .row {
  margin: 0;
  padding: 0;
}

#cover {
  background-color: #041C32;
  min-height: 100vh;
  /* background-color: #041C32; */
  color: #dee2e6;
}

.logo {
  display: flex;
  height: 20vh;
  margin-bottom: 20px;
}

.p50 {
  padding: 20px 30px !important;
}

.company-info {
  display: flex;
  margin-bottom: 20px;
  /* margin-left: 70px !important; */
}

.company-text {
  font-size: large;
  letter-spacing: 0.1rem;
  text-align: justify;
  /* width: 40vw; */

}

.sep {
  display: flex;
  justify-content: center;
}

.sep>div {
  height: 5px;
  width: 60%;
  background-color: rgb(232, 232, 232);
  margin: 20px 0;
}

.title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0 !important;
}

#picture-carousel {
  min-height: 300px;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
}

#carouselExampleInterval {
  width: 70%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #0d6efd;
}

.carousel-control-prev,
.carousel-control-next {
  padding: 10px;
}

.item {
  background-color: green;
  height: 200px;
}

#information {
  /* min-height: 70vh; */
  background-color: rgb(243, 244, 209);
  display: flex;
  align-items: center;
}

#contact {
  min-height: 500px;
  /* background-color: rgb(88, 112, 104); */
}

.choose-us li {
  padding: 10px;
  line-height: 2;
}

.intro {
  margin: 20px;
  line-height: 2.2;
  text-align: justify;
}

#information h3 {
  font-weight: bold;
  text-align: center;
}

.note {
  color: red;
}

.col-form-label {
  /* font-size: 0.8rem !important */
  text-align: right;
}

@media screen and (max-width:768px) {}

/* loader  */
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid rgb(114, 63, 63);
  border-color: rgb(175, 85, 85) transparent rgb(149, 80, 80) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}