/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
  font-family: "Poppins", sans-serif;
  background: #fafafa;
  position: relative;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #000000;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s;
}

/* .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
} */

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}
header {
  position: sticky;
  top: 0;
  z-index: 1300;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


.wrapper {
  display: flex;
  width: 100%;
}

#sidebar {
  background: white;
  width: 300px;
  position: absolute;
  top: 123 !important;
  left: 0;
  height: 85vh;
  z-index: 1;
  transition: all 0.5s;
  border-right: 1px solid #c5c5c5;
}

#sidebar.active {
  margin-left: -300px;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #005b54;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px 15px;
  color: #121f1e;
  background: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

#sidebar ul li {
  margin: 8px 15px 8px 30px;
}

#sidebar ul li a:hover {
  background: #e4f3ee;
  border-radius: 4px;
  color: #005b54;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  background: #e4f3ee;
  border-radius: 4px;
}

a[data-toggle="collapse"] {
  position: relative;
}

/* .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
} */

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
}

a.article,
a.article:hover {
  color: #fff !important;
}

.su_sidebar_icon {
  background: #f3f3f3;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.su_sidebar_icon img {
  margin-left: 10px;
  margin-top: 10px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: calc(100% - 250px);
  padding: 40px;
  min-height: 100vh;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  right: 0;
}

#content.active {
  width: 100%;
}

#sidebar ul li .sidebar_active {
  color: #005b54 !important;
  background: #e4f3ee !important;
}

#sidebar ul li .sidebar_active .su_sidebar_icon {
  background: #c9e2da !important;
}

.hero-text-carousel .owl-stage-outer,
.hero-text-carousel .owl-stage {
  height: 100% !important;
}
.hero-text-carousel .owl-item {
  color: #fff;

  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 20px;
}
.hero-text-carousel .owl-item h5 {
  font-size: 50px;
}
.img-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
}
.btns_right a {
  font-size: 1rem;
  padding: 10px 18px;
}
/* ------------------------section end---------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -300px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }

  .su_sidebar_section {
    width: 100%;
  }

  .su_sidebar_section_active {
    width: calc(100% - 300px);
  }
  .hero-text-carousel .owl-item h5 {
    font-size: 30px;
  }
}

.pl_drop_down a {
  color: #000;
}
.pl_drop_down_btn::after {
  content: none;
}
.main_nav .nav-item {
  display: flex;
  align-items: center;
}
/* .navpllink::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-left: 10px !important;
  color: #000;
} */
.slide-item {
  height: 80px;
  width: 90% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #eee;
  padding: 10px;
}
.slick-wrapper {
  width: 100%;
}
.slide-item.item img {
  height: 60px;
  object-fit: contain;
}

.process_card {
  height: auto !important;
}
