@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,600;6..12,700;6..12,800;6..12,900&display=swap");
/* 0 - 300px */
/* 301 - 600px */
/* alternate 0-600 or custom */
/* alternate 601-1200 */
/* alternate custom */
/* alternate &beyond custom */
/* 601 - 768px */
/* 769 - 991px */
/* 992 - 1199px */
/* 1200 - beyond */
/*-- custom width classes --*/
.w-100 {
  width: 100% !important;
}

.w-90 {
  width: 90% !important;
}

.w-80 {
  width: 80% !important;
}

.w-70 {
  width: 70% !important;
}

.w-60 {
  width: 60% !important;
}

.w-48 {
  width: 48% !important;
}

.w-50 {
  width: 50% !important;
}

.w-40 {
  width: 40% !important;
}

.w-30 {
  width: 30% !important;
}

.w-20 {
  width: 20% !important;
}

.w-10 {
  width: 10% !important;
}

@media (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-48 {
    width: 48% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
}
/*-- custom width classes --*/
/*-- custom radius classes --*/
.mild-border-radius {
  border-radius: 3px !important;
}

.light-border-radius {
  border-radius: 5px !important;
}

.med-border-radius {
  border-radius: 10px !important;
}

/*-- custom radius classes --*/
/*-- custom bg color classes --*/
.bg-primary-color {
  background-color: #ffffff;
}

.bg-accent-color {
  background-color: #daa414;
}

.bg-secondary-color {
  background-color: #323232;
}

/*-- custom bg color classes --*/
/*-- custom text color classes --*/
.bg-body-text-color {
  color: #232323;
}

.bg-body-lead-text-color {
  color: #4b4f58;
}

.text-accent-color {
  color: #daa414;
}

/*-- custom text color classes --*/
/*-- custom border classes --*/
.border-accent {
  border-bottom: 5px solid #ffc40e;
}

.border-text-accent {
  border-bottom: 3px solid #ffc40e;
}

.border-black {
  border-bottom: 1px solid #232323;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #f8fafc;
}

/*-- custom border classes --*/
* {
  box-sizing: border-box;
}

/*-- custom components classes --*/
.social-circle-block {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #daa414;
  color: #ffffff;
}

/*-- custom components classes --*/
/*-- Navigation --*/
.nav-item, .nav-link, .nav-link i, .dropdown-item {
  color: #fff;
  transition: 0.3s ease;
}

.nav-link.active, .nav-link:hover {
  color: #daa414 !important;
}

.nav-logo-img {
  width: auto;
  height: 80px;
}

.dropdown-toggle::after {
  display: none !important;
}

.nav-in-scrolling-pos {
  color: #000000 !important;
}

.nav-logo-img-scrolling {
  width: auto;
  height: 40px;
}

.nav-in-scrolling-pos-bg {
  background-color: #f8fafc !important;
  border-bottom: none !important;
}

.bg-full-white {
  background-color: transparent;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: ghostwhite !important;
}

/*-- Navigation --*/
/*-- Hero section --*/
.home-hero-section {
  background-image: url("../Images/featured/featured-hero-image.jpg");
  background-size: cover;
  background-position: center;
}

.about-hero-section {
  background-image: url("../Images/featured/featured-img-25.jpg");
  background-size: cover;
  background-position: center;
  height: 65vh;
  padding-top: 15vh;
  margin-bottom: 25vh;
}

.container-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 25, 32, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.container-overlay-two {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

/*-- Hero section --*/
/*-- Dept & other sections (sales etc) --*/
.container-overlay-two:hover + img {
  transform: scale(1.15);
  transition: 0.8s ease;
}

.container-overlay-two + img {
  height: 40vh;
}

.responsive-featured-icon-img {
  width: 60px;
  height: 60px;
}

.featured-img-bg-section {
  width: 100%;
  height: 500px;
  background-image: url("../Images/featured/featured-img-25.jpg");
  background-size: cover;
  background-position: bottom;
}

.featured-team-img {
  max-height: 700px;
}

.content-section {
  background-color: #323232;
  top: 40vh;
  left: 10%;
}

.about-content-section {
  background-color: #000000;
  top: 55vh;
  left: 15%;
  border-radius: 10px;
}
.about-content-section img {
  max-width: 200px !important;
  max-height: 200px !important;
}

.vision-block-section {
  margin-bottom: 50vh;
}

.feature-img-block {
  height: 250px;
}

.feature-text-block {
  background-color: #07152F;
}

.featured-block-separator {
  border: 1px solid #fff;
}

.sales-hero-section {
  background-image: url("../Images/featured/featured-img-23.jpg");
  background-size: cover;
  background-position: center;
}

/*-- Dept & other sections (sales etc) --*/
/*-- Testimonials section --*/
.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
}

.picture-place-block {
  width: 400px;
  height: 500px;
  border: 10px solid #daa414;
  top: -15vh;
  right: 20%;
}

/*-- Testimonials section --*/
/*-- responsive classes --*/
@media (max-width: 575px) {
  .nav-item {
    border-bottom: 1px solid rgba(20, 25, 32, 0.9);
  }
  .featured-team-img {
    max-height: 300px;
  }
  .about-hero-section {
    height: 50vh;
    padding-top: 10vh;
    margin-bottom: 15vh;
  }
  .about-content-section {
    top: 30vh !important;
  }
}
@media (max-width: 991px) {
  .navbar-toggler-icon {
    background-image: url("../Images/nav-togglers/custom-navbar-toggler-light.png");
  }
  .dark-navbar-toggler {
    background-image: url("../Images/nav-togglers/custom-navbar-toggler-dark.png");
  }
  .nav-item, .nav-link, .nav-link i, .dropdown-item {
    transition: 0.3s ease;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: ghostwhite !important;
  }
  .nav-responsive-logo-img {
    height: 50px !important;
  }
  .navbar-collapse {
    transition: 0.3s ease;
  }
  .bg-full-white {
    background-color: #fff !important;
  }
  .about-content-section {
    margin-bottom: 20vh;
  }
  .about-content-section img {
    width: auto;
    height: 100px;
  }
  .about-content-section h4 {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 992px) {
  ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
/*-- responsive classes --*/

/*# sourceMappingURL=main.css.map */
