.banner {
  margin: 30px 0;
}
.banner .banner_text {
  padding-right: 10rem;
}
.banner .banner_text .ban_top {
  margin-bottom: 1.8rem;
  font-family: "Lato", sans-serif;
}
.banner .banner_text .ban_top span {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
.banner .banner_text .ban_top .ban_heading {
  color: #000;
  display: block;
}
.banner .banner_text .ban_top .highlight {
  color: #FE492E;
  display: inline-block;
  padding: 8px 35px;
  border: 1px solid #FE492E;
  border-radius: 50px;
}
.banner .banner_text p {
  margin-bottom: 24px;
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
}
.banner .banner_text .btn-primary.round {
  padding: 0.8rem;
  border-radius: 50%;
  margin-left: 0.6rem;
}
.banner .banner_text .btn-primary.round svg {
  fill: #fff;
}
.banner .banner_slider {
  margin-right: -95px;
}
.banner .banner_slider .banner_item {
  margin-right: 30px;
  border-radius: 20px;
  position: relative;
}
.banner .banner_slider .banner_item img {
  display: block;
  border-radius: 20px;
}
.banner .banner_slider .banner_item .banner_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.banner .banner_slider .banner_item .banner_in .banner_in_top {
  color: #fff;
  width: 30%;
}
.banner .banner_slider .banner_item .banner_in .banner_in_top h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.banner .banner_slider .banner_item .banner_in .banner_in_last img {
  border-radius: 0;
}
.banner .banner_slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style-type: none;
  margin-top: 20px;
}
.banner .banner_slider .slick-dots li {
  margin: 0 1rem;
  width: auto;
  height: auto;
}
.banner .banner_slider .slick-dots button {
  display: block;
  width: 50px;
  height: 3px;
  padding: 0;
  border: none;
  border-radius: 20px;
  background-color: #7C7C7C;
  text-indent: -9999px;
}
.banner .banner_slider .slick-dots li.slick-active button {
  background-color: #FE492E;
}

@media (max-width: 1199px) {
  .banner .banner_slider {
    margin-right: -60px;
  }
}
@media (max-width: 991px) {
  .banner .banner_text {
    padding-right: 2rem;
  }
  .banner .banner_slider {
    margin-right: -18px;
  }
}
@media (max-width: 767px) {
  .banner .banner_text {
    padding-right: 0;
  }
  .banner .banner_slider {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .banner .banner_text {
    margin-bottom: 2rem;
  }
  .banner .banner_text .ban_top {
    margin-bottom: 0;
  }
  .banner .banner_text .ban_top span {
    margin-right: 8px;
    font-size: 2.4rem;
  }
  .banner .banner_text .ban_top .ban_heading {
    display: inline-block;
  }
  .banner .banner_text p {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }
}
.advertising {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.advertising h2 {
  font-size: 2.8rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
}
.advertising .icon_box img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.advertising .icon_box .border {
  margin: 12px 0;
  background: linear-gradient(to right, #002280, #FE492E, rgba(254, 74, 46, 0));
  padding: 1px;
  opacity: 0.5;
}
.advertising .icon_box span {
  display: block;
  font-weight: 500;
}
.advertising .right_part h3 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.advertising .right_part p {
  color: #7C7C7C;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .advertising h2 {
    margin-bottom: 50px;
    font-size: 2rem;
  }
  .advertising .right_part {
    margin-top: 3rem;
  }
}
.gallery .gal_bg {
  background-repeat: no-repeat;
  background-position: left top;
}
.gallery .gal_bg .gallery_in h2 {
  font-size: 2.8rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 8rem;
  margin-right: 9rem;
  margin-left: 3rem;
}
.gallery .gal_bg .gallery_in img {
  border-radius: 20px;
  aspect-ratio: 12/8.3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery .gal_bg .gallery_in .gallery_box {
  position: relative;
}
.gallery .gal_bg .gallery_in .gallery_box .gallery_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  opacity: 0;
}
.gallery .gal_bg .gallery_in .gallery_box .gallery_back img {
  border-radius: 0;
  aspect-ratio: initial;
  margin-bottom: 15px;
  width: auto;
}
.gallery .gal_bg .gallery_in .gallery_box .gallery_back .btn-gray {
  padding: 1rem 2rem;
}
.gallery .gal_bg .gallery_in .gallery_box .gallery_back .btn-gray.style2 {
  padding: 0.6rem;
  border-radius: 50%;
}
.gallery .gal_bg .gallery_in .gallery_box .gallery_back:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .gallery {
    display: none;
  }
}
.gallery_mobile {
  display: none;
}
.gallery_mobile .gal_bg {
  background-repeat: no-repeat;
  background-position: left top;
}
.gallery_mobile .gal_bg .gallery_in h2 {
  font-size: 2.8rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 8rem;
  margin-right: 9rem;
  margin-left: 3rem;
}
.gallery_mobile .gal_bg .gallery_in img {
  border-radius: 20px;
  aspect-ratio: 12/8.3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery_mobile .gal_bg .gallery_in .gallery_box {
  position: relative;
}
.gallery_mobile .gal_bg .gallery_in .gallery_box .gallery_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  opacity: 0;
  transition: transform 0.8s;
}
.gallery_mobile .gal_bg .gallery_in .gallery_box .gallery_back img {
  border-radius: 0;
  aspect-ratio: initial;
  margin-bottom: 15px;
  width: auto;
}
.gallery_mobile .gal_bg .gallery_in .gallery_box .gallery_back .btn-gray {
  padding: 1rem 2rem;
}
.gallery_mobile .gal_bg .gallery_in .gallery_box .gallery_back .btn-gray.style2 {
  padding: 0.6rem;
  border-radius: 50%;
}
.gallery_mobile .gal_bg .gallery_in .gallery_box .gallery_back:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .gallery_mobile {
    display: block;
  }
  .gallery_mobile .gal_bg .gallery_in h2 {
    margin-bottom: 4rem;
    margin-right: 1rem;
    margin-left: 1rem;
    text-align: center;
  }
  .gallery_mobile .gal_bg .gallery_in .gallery_box .gallery_back img {
    width: 125px;
  }
  .gallery_mobile .gal_bg .gallery_in .gallery_box .gallery_back .btn-gray {
    font-size: 1rem;
  }
  .gallery_mobile .gal_bg .gallery_in .gallery_box .gallery_back .btn-gray svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .gallery_mobile .gal_bg .gallery_in h2 {
    font-size: 2rem;
  }
}
.contact .con-details {
  margin-right: 40px;
}
.contact .con-details h2 {
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact .con-details p {
  margin-bottom: 20px;
}
.contact .con-details ul {
  margin-bottom: 30px;
}
.contact .con-details ul li {
  margin-bottom: 16px;
  color: #000;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.contact .con-details ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  background: #FE492E;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.6;
}
.contact .con-details ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.contact .con-details .con-email h3 {
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact .con-details .con-email p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}
.contact .con-form h3 {
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact .con-form .con-form-in {
  background: #FCF8F7;
  padding: 25px;
  border-radius: 8px;
}
.contact .con-form .con-form-in .col-label {
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.contact .con-form .con-form-in .form-control {
  background: #fff;
  border: 0;
  min-height: 50px;
  border-radius: 8px;
  padding: 10px 18px;
}
.contact .con-form .con-form-in p {
  color: #7C7C7C;
  font-size: 0.8rem;
}
.contact .con-form .con-form-in .btn {
  padding: 1.1rem 5.8rem;
}

@media (max-width: 991px) {
  .contact .con-details {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .contact .con-details {
    margin-bottom: 40px;
  }
  .contact .con-details h2 {
    font-size: 2rem;
  }
  .contact .con-form h3 {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=home.css.map */