@font-face {
  font-family: "hlbong";
  src: url("../fonts/hlblong.ttf") format("truetype");
}
@font-face {
  font-family: "poppins medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
}

.nav-custom-container {
  background-color: rgb(255, 255, 255);
  height: 6rem;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.214);
}
.nav-custom-container .navbar-brand .logo-img img {
  height: 3rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-custom-container .navbar-brand .logo-text-container {
  padding: 0 1rem;
}
.nav-custom-container .navbar-brand .logo-text-container h1 {
  font-family: "poppins";
  color: #27a9e1;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-custom-container .nav-custom {
  width: 100%;
  justify-content: end;
}
.nav-custom-container .nav-custom .dropdown-cus {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3098039216);
}
.nav-custom-container .nav-custom .dropdown-cus .dropdown-item {
  font-family: "poppins";
  color: black;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}
.nav-custom-container .nav-custom .dropdown-cus .dropdown-item:hover {
  color: white;
  background-color: #df0985;
}
.nav-custom-container .nav-custom .nav-link {
  font-family: "poppins";
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-custom-container .nav-custom .nav-link:hover {
  color: gray;
}
.nav-custom-container .nav-custom .active {
  color: #df0985 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  bottom: 40px !important;
}

.slick-dots li {
  margin: 0.5rem !important;
}

.slick-dots li button {
  border: 0.2rem solid rgba(0, 0, 0, 0.725) !important;
  rotate: 45deg !important;
}
.slick-dots li button::before {
  content: "" !important;
}
.slick-dots li button:hover {
  border: 0.3rem solid #f4eb1a !important;
}

.slick-dots .slick-active button {
  border: 0.3rem solid #f4eb1a !important;
}

.hero-banner {
  background-image: url(../../assets/images/4940019.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 6rem;
}
.hero-banner .hero-txt {
  text-align: center;
}
.hero-banner .hero-txt h1 {
  font-family: "poppins";
  color: #27a9e1;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-banner .hero-txt h2 {
  font-family: "poppins";
  color: #df0985;
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-banner .hero-img img {
  height: 90vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.abt-home-img {
  min-height: 25rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.abt-home-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0f455c;
  opacity: 0.7;
  z-index: -1;
}

.abt-home-txt p {
  font-family: "poppins";
  color: white;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  margin-top: 2rem;
  text-align: center;
}

.hd-white h1 {
  color: white !important;
}
.hd-white h2 {
  color: white !important;
}
.hd-white .div-img::before {
  background-color: rgba(255, 255, 255, 0.499) !important;
}
.hd-white .div-img::after {
  background-color: rgba(255, 255, 255, 0.499) !important;
}

.hd-yellow h1 {
  color: #f4eb1a !important;
}
.hd-yellow h2 {
  color: #f4eb1a !important;
}
.hd-yellow .div-img::before {
  background-color: rgba(255, 255, 255, 0.499) !important;
}
.hd-yellow .div-img::after {
  background-color: rgba(255, 255, 255, 0.499) !important;
}

.heading {
  margin-bottom: 4rem;
  text-align: center;
}
.heading h1 {
  font-family: "poppins";
  color: #df0985;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.heading h2 {
  font-family: "poppins";
  color: #df0985;
  font-size: 1rem;
  font-weight: normal;
  text-transform: capitalize;
  margin-top: 1rem;
}
.heading .div-img {
  position: relative;
}
.heading .div-img img {
  height: 3rem;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.heading .div-img::before {
  position: absolute;
  content: "";
  width: 8rem;
  height: 0.2rem;
  background-color: rgb(144, 144, 144);
  top: 50%;
  right: 55%;
  border-radius: 2px;
}
.heading .div-img::after {
  position: absolute;
  content: "";
  width: 8rem;
  height: 0.2rem;
  background-color: rgb(144, 144, 144);
  top: 50%;
  left: 55%;
  border-radius: 2px;
}

.services-home-main {
  padding: 4rem 0;
  background-color: white;
}
.services-home-main .services-home-itm {
  position: relative;
  margin: 1rem 0;
  border: 1rem solid #27a9e1;
}
.services-home-main .services-home-itm .services-home-img img {
  height: 15rem;
  width: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-home-main .services-home-itm .services-home-txt {
  margin: 1rem 0;
  position: absolute;
  bottom: 10%;
  left: -29px;
  padding: 1rem;
  height: 4rem;
  background-color: #f4eb1a;
  display: flex;
  align-items: center;
}
.services-home-main .services-home-itm .services-home-txt h1 {
  font-family: "poppins";
  color: black;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: capitalize;
}
.services-home-main .services-home-itm:hover {
  border: 1rem solid #df0985;
}
.services-home-main .services-home-itm:hover .services-home-txt {
  background-color: white;
}
.services-home-main .services-home-itm:hover .services-home-txt h1 {
  color: black;
}

.footer-main {
  padding: 5rem 0;
  background-color: #0f455c;
}
.footer-main .ft-container .ft-txt-subcontainer ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.footer-main .ft-container .ft-txt-subcontainer ul li {
  padding: 0.5rem;
  list-style: none;
}
.footer-main .ft-container .ft-txt-subcontainer ul li a {
  text-decoration: none;
  font-family: "poppins";
  color: white;
  font-size: 1rem;
  font-weight: normal;
  text-transform: capitalize;
}
.footer-main .ft-container .ft-txt-subcontainer ul li a:hover {
  color: #27a9e1;
}
.footer-main .ft-container .ft-txt-subcontainer ul .email a {
  text-transform: none !important;
}
.footer-main .ft-container .ft-txt-subcontainer .map {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-main .ft-container .ft-txt-subcontainer .map iframe {
  text-align: center;
  height: 15rem;
  width: 60%;
}
.footer-main .ft-container .ft-txt-subcontainer h2 {
  text-align: center;
}
.footer-main .ft-container .ft-txt-subcontainer h2 a {
  text-decoration: none;
  font-family: "poppins";
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-main .ft-container .ft-txt-subcontainer h2 a:hover {
  color: #27a9e1;
}

.bt-cp {
  background-color: #27a9e1;
  margin: 0;
  padding: 0;
}
.bt-cp h1 {
  padding: 0.5rem;
  margin: 0;
  font-family: "poppins";
  color: white;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .nav-custom-container .navbar-brand .logo-text-container h1 {
    font-size: 1.2rem;
  }
}
.heading .div-img::before {
  width: 5rem;
  right: 55%;
}
.heading .div-img::after {
  width: 5rem;
  left: 55%;
}

@media only screen and (max-width: 485px) {
  .nav-custom-container .navbar-brand .logo-text-container {
    display: none;
  }
  .nav-custom-container .navbar-brand .logo-text-container h1 {
    font-size: 0.8rem;
  }
  .heading .div-img img {
    height: 2rem;
    width: 2rem;
  }
  .heading .div-img::before {
    width: 3rem;
    right: 60%;
  }
  .heading .div-img::after {
    width: 3rem;
    left: 60%;
  }
  .hero-txt {
    padding-top: 2rem;
  }
  .hero-txt h1 {
    font-size: 1.5rem !important;
  }
  .hero-txt h2 {
    font-size: 2.5rem !important;
  }
  .hero-img img {
    height: 50vh !important;
  }
  .slick-dots {
    bottom: 10px !important;
  }
  .footer-main .ft-container .ft-txt-subcontainer ul {
    display: block;
    text-align: center;
  }
  .footer-main .ft-container .ft-txt-subcontainer h2 a {
    font-size: 1rem;
  }
  .abt-home-txt {
    padding: 3rem 0;
  }
}/*# sourceMappingURL=main.css.map */