/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./PiAppsTemplate.Site/wwwroot/css/src/components/serviceRow.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px; }

.services .icon-box i {
  float: left;
  color: #d9232d;
  font-size: 40px; }

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px; }

.services .icon-box h4 a {
  color: #556270;
  transition: 0.3s; }

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px; }

.services .icon-box:hover h4 a {
  color: #d9232d; }

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./PiAppsTemplate.Site/wwwroot/css/src/components/sponsorClientRow.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center; }

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100); }

.clients img:hover {
  filter: none;
  transform: scale(1.15); }

@media (max-width: 768px) {
  .clients img {
    max-width: 40%; } }

/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./PiAppsTemplate.Site/wwwroot/css/src/site.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Montserrat',sans-serif;
  color: var(--bs-body-color, #444444); }

a {
  text-decoration: none;
  color: #d9232d; }

a:hover {
  color: #e24d55;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Quicksand", sans-serif;*/ }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden; }

.section-bg, .services .icon-box {
  background-color: #f8f9fa; }

.section-title {
  padding-bottom: 40px; }

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  /*font-family: "Poppins", sans-serif;*/ }

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #96c93e;
  margin: 4px 10px; }

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270; }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d9232d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s; }

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0; }

.back-to-top:hover {
  background: #e1444d;
  color: #fff; }

.back-to-top.active {
  visibility: visible;
  opacity: 1; }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden; }

.features .nav-tabs {
  border: 0; }

.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #556270;
  border-radius: 0;
  border-right: 2px solid white;
  font-weight: 600;
  font-size: 15px; }

.features .nav-link:hover {
  color: #96c93e; }

.features .nav-link.active {
  color: #96c93e;
  border-color: #96c93e; }

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out; }

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #556270; }

.features .details p {
  color: #777777; }

.features .details p:last-child {
  margin-bottom: 0; }

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px; }
  .features .nav-link.active {
    color: #fff;
    background: #96c93e; } }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #96c93e;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0; }

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0; }

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }

#header .logo {
  font-size: 35px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700; }

#header .logo a {
  color: #213d9e; }

#header .logo img {
  max-height: 40px; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
#header .logo img {
  height: 40px; }

.navbar {
  padding: 0; }

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center; }

.navbar li {
  position: relative; }

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #556270;
  white-space: nowrap;
  transition: 0.3s; }

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px; }

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #d9232d; }

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #d9232d;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff; }

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #e1444d; }

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #96c93e;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s; }

.navbar .dropdown ul li {
  min-width: 200px; }

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400; }

.navbar .dropdown ul a i {
  font-size: 12px; }

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden; }

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible; }

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%; }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%; } }

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #556270;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s; }

.mobile-nav-toggle.bi-x {
  color: #fff; }

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block; }
  .navbar ul {
    display: none; } }

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(63, 73, 83, 0.9);
  transition: 0.3s;
  z-index: 999; }

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px; }

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 10px 0;
  background-color: #96c93e;
  overflow-y: auto;
  transition: 0.3s; }

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #556270; }

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #d9232d; }

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px; }

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); }

.navbar-mobile .dropdown ul li {
  min-width: 200px; }

.navbar-mobile .dropdown ul a {
  padding: 10px 20px; }

.navbar-mobile .dropdown ul a i {
  font-size: 12px; }

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #d9232d; }

.navbar-mobile .dropdown > .dropdown-active {
  display: block; }

.logo.me-auto {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.logo.me-auto img {
  height: 60px !important;
  max-height: 60px !important; }

#header.industree-menu {
  background-color: #96c93e;
  padding: 8px 0;
  transition: none; }
  #header.industree-menu .container {
    flex-grow: 1; }
    #header.industree-menu .container #navbar {
      flex-grow: 1; }
      #header.industree-menu .container #navbar ul {
        flex-grow: 1;
        justify-content: space-evenly; }
        #header.industree-menu .container #navbar ul li.active a, #header.industree-menu .container #navbar ul li:hover a {
          color: #000; }
        #header.industree-menu .container #navbar ul a {
          text-transform: uppercase;
          color: #fff;
          font-size: 17px;
          font-weight: bold;
          letter-spacing: 0.2px; }

@media (max-width: 767px) {
  .industree-header-container {
    flex-direction: column; }
  .header-logo {
    width: 300px; }
  .header-trip-name {
    height: 120px; } }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px; }

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center; }

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px; }

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #d9232d; }

.portfolio #portfolio-flters li:last-child {
  margin-right: 0; }

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(85, 98, 112, 0.6); }

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(85, 98, 112, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0; }

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s; }

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px; }

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600; }

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic; }

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4; }

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s; }

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: white; }

.portfolio .portfolio-wrap:hover::before {
  opacity: 1; }

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2); }

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1; }

/*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px; }

.portfolio-details .portfolio-details-slider img {
  width: 100%; }

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative; }

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #d9232d; }

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d9232d; }

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(85, 98, 112, 0.08); }

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px; }

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px; }

.portfolio-details .portfolio-description {
  padding-top: 30px; }

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px; }

.portfolio-details .portfolio-description p {
  padding: 0; }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.piapps-carousel {
  width: 100%;
  height: calc(100vh - 450px);
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative; }

.piapps-carousel .carousel, .piapps-carousel .carousel-inner, .piapps-carousel .carousel-item, .piapps-carousel .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.piapps-carousel .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.piapps-carousel .carousel-item::before {
  content: "";
  /*background-color: rgba(30, 35, 40, 0.6);*/ }

.piapps-carousel .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px; }

.piapps-carousel .container {
  text-align: center; }

.piapps-carousel h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700; }

.piapps-carousel p, .carousel-content {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff; }

.piapps-carousel .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top; }

.piapps-carousel .carousel-inner .carousel-item,
.piapps-carousel .carousel-inner .active.carousel-item-start,
.piapps-carousel .carousel-inner .active.carousel-item-end {
  opacity: 0; }

.piapps-carousel .carousel-inner .active,
.piapps-carousel .carousel-inner .carousel-item-next.carousel-item-start,
.piapps-carousel .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s; }

.piapps-carousel .carousel-inner .carousel-item-next,
.piapps-carousel .carousel-inner .carousel-item-prev,
.piapps-carousel .carousel-inner .active.carousel-item-start,
.piapps-carousel .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0); }

.piapps-carousel .carousel-control-next-icon, .piapps-carousel .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center; }

.piapps-carousel .carousel-control-next-icon:hover, .piapps-carousel .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.piapps-carousel .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s; }

.piapps-carousel .carousel-indicators li.active {
  opacity: 1;
  background: #d9232d; }

.piapps-carousel .btn-get-started {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #d9232d; }

.piapps-carousel .btn-get-started:hover {
  background: #df3740; }

.carousel-container h2, .carousel-container .carousel-content {
  text-shadow: 7px 7px 8px #111111; }

@media (max-width: 992px) {
  .piapps-carousel {
    height: 100vh; }
  .piapps-carousel .carousel-container {
    top: 8px; } }

@media (max-width: 768px) {
  .piapps-carousel h2 {
    font-size: 28px; } }

@media (min-width: 1024px) {
  .piapps-carousel .carousel-control-prev, .piapps-carousel .carousel-control-next {
    width: 5%; } }

@media (max-height: 500px) {
  .piapps-carousel {
    height: 120vh; } }

#footer {
  background-color: #96C93D;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  #footer .industree-footer {
    display: flex;
    height: 65px;
    align-items: center;
    color: white;
    font-weight: bold;
    max-width: 800px;
    justify-content: space-between; }
    #footer .industree-footer img {
      width: 150px; }
    #footer .industree-footer .contact a {
      color: white; }
    #footer .industree-footer .copyright {
      font-weight: normal; }

@media (max-width: 576px) {
  #footer .industree-footer {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto; } }

#main {
  min-height: calc(100vh - 182px);
  position: relative;
  padding-bottom: 25px; }

@media (max-width: 576px) {
  #main {
    padding-bottom: 130px; } }

.read-more {
  display: none; }

