@font-face {
  font-family: "Time New Roman";
  src: url("/assets/font/tnr/tnr-regular.ttf");
}
body {
  background-color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  /* Styling the scrollbar track and thumb */
}
body::-webkit-scrollbar {
  width: 5px; /* Width of the scrollbar */
}
body::-webkit-scrollbar-track {
  background: transparent; /* Track color */
}
body::-webkit-scrollbar-thumb {
  background: #f2a307; /* Thumb color */
  border-radius: 6px; /* Rounded corners */
}
body::-webkit-scrollbar-thumb:hover {
  background: #f2a307; /* Thumb color on hover */
}

* {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.container {
  max-width: 80vw !important;
}

.title {
  font-family: "Poppins", sans-serif;
}

.bg-primary {
  background-color: #f2a307 !important;
}

.img-logo {
  width: 50px;
}

.rounded {
  border-radius: 50px !important;
}

.img-port2 {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fixed-bottom {
  width: 100vw;
  position: relative;
}
.fixed-bottom .box-whatsapp {
  position: fixed;
  display: none;
  width: 15vw;
  background-color: #fff;
  right: 30px;
  bottom: 100px;
}
.fixed-bottom .box-whatsapp.visible {
  display: block;
}
.fixed-bottom .rounded {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  background-color: #25D366 !important;
  border-color: #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-bottom .rounded:hover {
  background-color: #25D366 !important;
  border-color: #25D366;
}

.img-port1 {
  height: 425px;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-item .nav-link {
  color: #3472b8;
  margin-left: 20px;
}
.nav-item .nav-link:hover {
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.nav-item.active {
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}

.card {
  border-radius: 0;
  height: 400px;
}

.img-icon1 {
  width: 100px !important;
  height: 100px;
}

.a {
  text-decoration: none;
  color: inherit;
}

.banner {
  width: 100%;
  height: 70vh;
  background-image: url("/assets/images/banner/banner.jpg");
  background-size: cover;
  background-position: 50%;
  animation: slide 20s infinite;
}

.banner1 {
  background-image: url("/assets/images/banner/2148931128.jpg");
  background-size: cover;
  background-position: 50%;
}

.banner2 {
  background-image: url("/assets/images/banner/2151763093.jpg");
  background-size: cover;
  background-position: 50%;
}

@keyframes slide {
  0% {
    background-image: url("/assets/images/banner/banner.jpg");
  }
  30% {
    background-image: url("/assets/images/banner/banner.jpg");
  }
  33% {
    background-image: url("/assets/images/banner/2148931128.jpg");
  }
  63% {
    background-image: url("/assets/images/banner/2148931128.jpg");
  }
  66% {
    background-image: url("/assets/images/banner/2151763093.jpg");
  }
  97% {
    background-image: url("/assets/images/banner/2151763093.jpg");
  }
  100% {
    background-image: url("/assets/images/banner/banner.jpg");
  }
}
.bg-banner {
  width: 100%;
  height: 70vh;
  background-color: rgba(23, 2, 2, 0.3);
}

.profile {
  width: 70px;
  height: 70px;
  background-color: #f2a307;
  border-radius: 50%;
  margin-left: -10px;
}

.testy1 {
  margin-top: 40px;
  padding: 70px;
  text-align: center;
  width: 100%;
  height: 350px;
  background-image: url("/assets/images/rebrique 1.png");
  background-size: COVER;
  background-position: 50%;
  background-repeat: no-repeat;
}

.testy2 {
  width: 100%;
  height: 350px;
  padding: 70px;
  text-align: center;
  background-image: url("/assets/images/rebrique.png");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.top {
  margin-top: 20vh !important;
}

.topy {
  margin-top: 100px;
}

.text-primary {
  color: #f2a307 !important;
}

.text-primar {
  color: #3472b8 !important;
}

.bg-light {
  background-color: rgba(52, 114, 184, 0.03) !important;
}

.h1 {
  font-size: 60px;
}

.img-pub {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-pub2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-pub1 {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-prev, .custom-next {
  font-size: 24px;
  color: #3472b8;
  background-color: transparent;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.custom-prev:hover, .custom-next:hover {
  color: #f2a307;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.text-justify {
  text-align: justify;
}

.italic {
  font-style: italic;
}

.pr-5 {
  padding-right: 20px;
}

.text-justify1 {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}

.btn {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-family: "Poppins", sans-serif;
}
.btn.btn-tran {
  width: 40px !important;
  height: 40px !important;
  padding: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.btn.btn-primary {
  background-color: #3472b8 !important;
  border-color: #3472b8;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 600;
  transition: all ease-in-out 0.5s;
}
.btn.btn-primary:hover {
  background-color: #3472b8 !important;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
}
.btn.btn-primar {
  background-color: #3472b8 !important;
  border-color: #3472b8;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 600;
  transition: all ease-in-out 0.5s;
}
.btn.btn-primar:hover {
  background-color: #3472b8 !important;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
}
.btn.btn-light {
  background-color: #fff;
  border-color: #fff;
  border-radius: 5px;
  color: #f2a307 !important;
  font-weight: 600;
  transition: all ease-in-out 0.5s;
}
.btn.btn-light:hover {
  transition: all ease-in-out 0.5s;
  border-color: #f2a307;
}
.btn.btn-lg {
  font-size: 14px;
  padding: 15px !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
  border-radius: 5px;
}
.btn:focus {
  box-shadow: none;
}

.radian {
  background: radial-gradient(#f2a307 40%, rgba(242, 163, 7, 0.05));
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radian .radin-in {
  background-color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.bg-primar {
  background-color: #3472b8;
}

.bg-footer {
  width: 100%;
  height: 50vh;
  background-image: url("/assets/images/banner/banner2.jpg");
  background-size: cover;
  background-position: 50%;
}

.bg-darker {
  width: 100%;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 850px) {
  .banner {
    height: 90vh !important;
  }
  .bg-banner {
    width: 100%;
    height: 90vh;
    background-color: rgba(23, 2, 2, 0.3);
  }
  .h1 {
    font-size: 40px;
  }
}/*# sourceMappingURL=main.css.map */