.js-slidein {
  opacity: 0.1;
  transform: translateY(100px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.js-slidein-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
body {
  font-family: "Montserrat";
  width: 100% !important;
}

.titlesection {
  color: #3c557e;
  font-family: system-ui;
  font-weight: bold;
}

a {
  color: white;
}

a:hover {
  text-decoration: none;
  color: white;
  opacity: 70%;
}

.vl {
  border-left: 1px solid #007bff !important;
  height: 250px;
}

.third {
  float: left;
  position: relative;
}

.third img {
  position: relative;
}

.third .card1 {
  position: absolute;
  bottom: 0;
  left: 0;

  opacity: 90%;
  /* background-color: #0000fe; */
  color: white;
}

.third .card2 {
  position: absolute;
  top: 0;
  right: 0;

  opacity: 90%;
  /* background-color: #0000fe; */
  color: white;
}

.last .card3 {
  position: absolute;
  top: 0;
  right: 0;
  /* background-color: #0000fe; */
  color: white;
}

.third .card4 {
  position: absolute;

  color: white;
}

.card-text {
  font-size: 18px;
}

/* .card-title{
    font-weight: bold;
} */
@media (min-width: 576px) {
  .he1000 {
    height: 1000px !important;
  }

  .he600 {
    height: 609px !important;
  }

  .he1200 {
    height: 1200px !important;
  }

  .img2 {
    z-index: 3;
    width: 100%;
    height: 500px !important;
  }

  .img3 {
    width: 100%;
    height: 500px !important;
  }
}

@media (max-width: 576px) {
  .img2 {
    z-index: 3;
    width: 100%;
    height: 420px !important;
  }
  .img3 {
    width: 100%;
    height: 420px !important;
  }
  .vl {
    display: none;
  }

  .card1,
  .card2 {
    width: 80% !important;
    margin: 0 !important;
    bottom: 20 !important;
    /* height: 100% !important; */
  }

  .card1 {
    margin-bottom: 50px !important;
    margin-left: 10% !important;
    height: 27em !important;
    margin-top: 50px !important;
  }

  .card2 {
    margin-top: 80px !important;
    margin-right: 10% !important;
  }

  .card_info {
    /* width: 400px !important; */
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  .last img {
    width: 100% !important;
    margin: 0 !important;
  }

  .card3 {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 70px !important;
  }

  .card4 {
    width: 90% !important;
    /* margin: 0 10px 0 10px !important; */
    margin-top: 50px;
    margin-left: 15px;
  }

  /* 
    .vheitback {
        height: 1200px !important;
    } */
}

@media (max-width: 1000px) {
  .banner {
    display: none;
  }

  .vheitback {
    height: 900px !important;
  }

  .w-550 {
    height: 550px !important;
  }
}

.owl-dots {
  display: none;
}

.link-follow {
  margin-top: 20px;
}

.link-follow li {
  list-style: none;
  display: inline-block;
}

.link-follow a {
  color: #fff;
  margin-left: 7px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  width: 36px;
  background-color: #5d5d5d;
  border-radius: 5px;
}

.link-follow a:hover {
  color: #fff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background-color: white;
  color: black;
}

.footer-bottom {
  background: #f5e5e0 none repeat scroll 0 0;
  padding: 25px 0 20px 0;
}

.footer-bottom .copy-text {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
body {
  font-family: "Montserrat";
  width: 100% !important;
}

.titlesection {
  color: #3c557e;
  font-family: system-ui;
  font-weight: bold;
}

a {
  color: white;
}

a:hover {
  text-decoration: none;
  color: white;
  opacity: 70%;
}

.vl {
  border-left: 1px solid #007bff !important;
  height: 250px;
}

.third {
  float: left;
  position: relative;
}

.third img {
  position: relative;
}

.third .card1 {
  position: absolute;
  bottom: 0;
  left: 0;

  opacity: 90%;
  /* background-color: #0000fe; */
  color: white;
}

.third .card2 {
  position: absolute;
  top: 0;
  right: 0;

  opacity: 90%;
  /* background-color: #0000fe; */
  color: white;
}

.last .card3 {
  position: absolute;
  top: 0;
  right: 0;
  /* background-color: #0000fe; */
  color: white;
}

.third .card4 {
  position: absolute;

  color: white;
}

.card-text {
  font-size: 18px;
}

/* .card-title{
  font-weight: bold;
} */
@media (min-width: 576px) {
  .he1000 {
    height: 1000px !important;
  }

  .he600 {
    height: 609px !important;
  }

  .he1200 {
    height: 1200px !important;
  }
}

@media (max-width: 576px) {
  .vl {
    display: none;
  }

  .card1,
  .card2 {
    width: 80% !important;
    margin: 0 !important;
    bottom: 20 !important;
    /* height: 100% !important; */
  }

  .card1 {
    margin-bottom: 50px !important;
    margin-left: 10% !important;
    height: 27em !important;
    margin-top: 50px !important;
  }

  .card2 {
    margin-top: 80px !important;
    margin-right: 10% !important;
  }

  .card_info {
    /* width: 400px !important; */
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  .last img {
    width: 100% !important;
    margin: 0 !important;
  }

  .card3 {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 70px !important;
  }

  .card4 {
    width: 90% !important;
    /* margin: 0 10px 0 10px !important; */
    margin-top: 50px;
  }

  /* 
  .vheitback {
      height: 1200px !important;
  } */
}

@media (max-width: 1000px) {
  .banner {
    display: none;
  }
}

.owl-dots {
  display: none;
}

.link-follow {
  margin-top: 20px;
}

.link-follow li {
  list-style: none;
  display: inline-block;
}

.link-follow a {
  color: #fff;
  margin-left: 7px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  width: 36px;
  background-color: #5d5d5d;
  border-radius: 5px;
}

.link-follow a:hover {
  color: #fff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background-color: white;
  color: black;
}

.footer-bottom {
  background: #f5e5e0 none repeat scroll 0 0;
  padding: 25px 0 20px 0;
}

.footer-bottom .copy-text {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem; /* Footer height */
}
table td,
th {
  padding: 3px 10px;
  width: 1px;
  white-space: nowrap;
}

.footer .copyright {
  margin-top: 5px;
  padding: 5px 0;
  font-size: 15px;
  /* border-top: 1px solid rgba(256, 256, 256, .1); */
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
footer {
  margin-top: auto;
}
