

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #1bc554;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
  font-weight: 700;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1bc554;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bc554;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bc554;
}

#topbar .social-links a:first-child {
  border-left: 0;
}


#header .social-links a{
  background-color: #1bc554;
  color: #fff;
  border-radius: 50em;
  width: 25px;
  display: inline-block;
  text-align: center;
  margin: 3px;
}
/*--------------------------------------------------------------
# Search Bar
--------------------------------------------------------------*/
#searchicn{
  color: #413e66;
  padding: 12px 15px;
}
#searchicn:hover{
  color: #1bc554;
}

.searchbox{
  margin-top: 0.5em !important;
  background: white;
  padding: 1em !important;
  border-radius: 1em;
  right: 0;
  position: absolute;
  width: 300px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.searchboxmob{
  margin: 10px 20px !important;
  background: white;
  padding: 1em !important;
  border-radius: 1em;
  position: absolute;
  width: 85%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.search-field{
  width: 80%;
  margin-left: 5% !important;
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #a1a1a1;

}
#searchbtn{
  float: right;
  color: #413e66;
}
#searchbtn:hover{
  color: #1bc554;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: #fff;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  /* margin: 7px 0; */
  /* max-height: 26px; */
  margin: 0;
  max-height: 3.8em;
  margin-top: -10px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  margin-top: 100px;
  width: 100%;
  /* height: 100vh; */
  max-height: 800px;
  position: relative;
  padding: 0 0 10px 0;
}
#hero h2 {
  color: #2b2b2b;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.5em;
}
.herodesc {
  background: url("../sources/herobglinear.jpg") center bottom no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
}

#hero .icon-play{
  width: 90px;
  height: 90px;
  margin-right: 2em;
  cursor: pointer;
}
#hero .icon-play:hover{
  filter: opacity(0.5) drop-shadow(0 0 0 #00844a) saturate(1000%);
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}

.close {
  position:absolute;
  right:1em;
  top:1em;
  z-index:999;
  font-size:2rem;
  color:#fff;
  opacity:1;
}
.close:hover{
  color: #1bc554 !important;
}


#hero .hero-info h2 {
  color: #2b2b2b;
  font-size: 4.2em;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}

#hero .hero-info p {
  margin-bottom: 3em;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

#hero .video-bg {
  height: 100vh;
  left: 400px;
  object-fit: contain;
  position: absolute;
  top: 0px;
  width: 100%

}

.btn-get-started{
  margin: auto;
  background: #42A86C;
  max-width: 250px;
  min-width: 150px;
  padding: 1em 1.5em;
  transition: 0.5s;
  color: #fff;
  font-size: 1em;
  text-align: center;
  border-radius: 0.3em;
  text-transform: capitalize;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-top: 1em;
  border: 1px solid transparent;
}


#hero .hero-info .btn-get-started:hover{
  background: #fff;
  transition: 0.5s;
  border: 1px solid #42A86C;
  color: #42A86C;
}


#hero .hero-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}


#hero .box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#hero .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#hero .boxprd {
  padding: 1px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 25px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#hero .prodpd {
  padding: 5px;
}

#hero .boxprd:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  padding: 20px 0;
}

/* #intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#intro .intro-info h2 span {
  color: #1bb1dc;
} */

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

#intro .intro-content h2 {
  color: #2b2b2b;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 2.2em;
}

#intro .box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#intro .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#intro .boxprd {
  padding: 1px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 25px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin-bottom: 0.5em;
}

#intro .prodpd {
  padding: 1em;
}

#intro .boxprd:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.titleprd{
  font-size: 1.5em;
}
.prodcat-title {
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
}
ul.product-categories{
  list-style: none;
  padding-left: 0;
}
.product_categoriesmenu ul li {
  position: relative;
  padding: 0 0 10px 20px;
  font-size: 12px;
}
.product_categoriesmenu ul li::after {
  color: #000;
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}
p.titleprodcat{
 font-size: 12px;
 font-weight: 500;
 margin: 10px 2px;
}

.buttonorder{
  margin:2em 0 0;
  padding-left: 40px;
}
.buttonorder .button {
  background: #00CA75;
  border-radius: 0.4em;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.buttonorder .button:hover {
  background: #1bc554;
}
.buttonorder .button:active {
  background: #1bc554;
}

.buttonprd{
  margin-bottom: 1em;
}
.buttonprd .button {
  background: #00CA75;
  border-radius: 0.4em;
  padding: 5px 7px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.buttonprd .button:hover {
  background: #1bc554;
}
.buttonprd .button:active {
  background: #1bc554;
}



@media(min-width: 769px) {
  .responsive-iframe-media {
    width:100%;
    height:175px;
  }
}
@media(min-width: 992px) {
  .responsive-iframe-media {
    width:100%;
    height:254.98px;
  }
}
@media(min-width: 1200px) {
  .responsive-iframe-media {
    width:315px;
    height:315px;
  }
}
/*broken size*/
@media(max-width: 768px) {
  .responsive-iframe-media {
    width:100%;
    height:465px;
  }
}
@media(max-width: 575px) {
  .responsive-iframe-media {
    width:100%;
    height:495px;
  }
}

/*broken size*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #2b2b2b;
  padding: 10px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #1bc554;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
  word-wrap: break-word;
  white-space: normal;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0f7431;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bc554;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  max-height:300px;
  overflow:auto;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #e6dd84ed;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2b2b2b;
  padding: 10px 20px;
  font-weight: 700;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #42A86C;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(110, 110, 150, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.section-header h2 {
  color: #2b2b2b;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 2.2em;
}

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header h4{
  margin-bottom: 3em;
  font-weight: 500;
  font-size: 1.2em;
  font-family: 'Poppins', sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f1faf2;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 20px 0;
}

#about .about-content {
  padding-top: 40px;
}

.about-content {
  padding:1em;
}

#about h2 {
  color: #42A86C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
#about h4 {
  font-weight: 600;
  font-size: 1em;
}

.about-content h3 {
  color: #2b2b2b;
  font-weight: 800;
  font-size: 1.5em;
  /* font-style: italic; */
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  /* margin: 30px; */
  margin-bottom: 1em;
  border-radius: 0.5em;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  /* border: 8px solid #fff; */
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .row-eq-height{
    flex: 1;
}

#about .box {
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    min-height: 100%;
}

#about .icon {
    margin: 30px auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

#about .WAKI{
    color: #00844a;
    font-size: 36px;
    line-height: 1;
    font-weight: bolder;
    -webkit-text-stroke: 1px black;
}

/* Produk
--------------------------------*/
#product{
  padding: 20px 0;
}
#product h4{
  font-weight: 600;
  font-size: 1em;
}
.product {
  background-color: white;
  text-align: center;
  margin: 0 5px 10px;
  position: relative;
  padding: 0 5px;
}
.product .titledesc{
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  font-size: 1.2em;
}
.product .description {
  font-size: 1em;
  color: #2b2b2b;
  text-align: left;
  border-radius: 0.4em;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
.product .pic {
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.product .pic img {
  width: 100%;
  height: auto;
}
.owl-controls {
  margin-top: 20px;
}
.owl-pagination {
  display: flex;
  justify-content: center;
}
.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}
.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.owl-page:not(first-item) {
  margin-left: 10px;
}
.owl-carousel {
-ms-touch-action: none;
touch-action: none;
}

#product h2 {
  color: #42A86C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}

.product-service{
  margin: 2em 0;
}

#product .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product .category {
  font-size: 0.8em;
  color: #eea805;
  font-weight: 600;
  background:#faf8f2;
  padding: 0.5em 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  width: 12em;
  text-align: center;
}

#product p{
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 1em
  color: #5e5e5e;
  font-weight: 500;
}

#product  .owl-stage {
  display: flex;
 }
 #product .owl-item {
  display: flex;
  flex: 1 0 auto;
 }
 #product .owl-nav, #product .owl-dots {
   height: 0;
   text-align: center;
 }
 #product .owl-dot {
   display: inline-block;
   margin: 0 5px;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background-color: #ddd;
 }
 #product .owl-dot.active {
   background-color: #42A86C;
 }

 #product .card-body{
	padding-bottom: 0;
  min-height: 15vw;
 }

 #product .card-footer {
   padding-top: 0;
  border-top: 0;
  }

#product .btn-link{
  background: #fff;
  transition: 0.5s;
  color: #42A86C;
  font-size: 0.8em;
  letter-spacing: 0.05rem;
  padding: 0.5em 3em;
  border-radius: 2rem;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-top: 1em;
  border: 1px solid #42A86C;
  text-align: center;
  display: inline-block;
}

#product .btn-link span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#product .btn-link span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#product .btn-link:hover span {
  padding-right: 25px;
}

#product .btn-link:hover span:after {
  opacity: 1;
  right: 0;
}

#product .cstm-shadow {
  box-shadow:  20px 20px 60px #bebebe,
  -20px -20px 60px #ffffff;
}


/* Location Section
--------------------------------*/
#location {
  padding: 40px 0;
}
#location h2 {
  color: #42A86C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
#location h4 {
  font-weight: 600;
  font-size: 1em;
}
#location #location-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
}
#location #location-flters li:first-child {
  margin-right: -5px;
}
#portfolio #location-flters li:last-child {
  margin-right: 0;
}
#location #location-flters li:hover,
#location #location-flters li.filter-active {
  color: #fff;
  background-color: #42A86C;
}
#location #location-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #42A86C;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #42A86C;
}



/* Business Section
--------------------------------*/
#business {
  padding: 40px 0;
}

#business .business h2 {
  color: #42A86C;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.7em;
}

#business p{
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.75em;
  color: #5e5e5e;
}

#business .btn-link {
    background: #fff;
    transition: 0.5s;
    color: #42A86C;
    font-size: 0.9em;
    letter-spacing: 0.05rem;
    padding: 0.5em 3em;
    border-radius: 2rem;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 1em;
    border: 1px solid #42A86C;
    text-align: center;
    display: inline-block;
}

#business .business .card-business{
  border: 0;
  margin-bottom: 10px;
}

/* card group aka PRIMARY */
.card-group .card-business:hover {
  box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.1);
  z-index: 100;
}
.card-group .card-business:hover .card-title{
  color: #4e4e4e;
}
.card-group .card-business .card-img-top{
  width: 100%;
  object-fit: cover;
  padding: 15px 15px;
  align-items: center;
}

.card-group .card-business .card-img-top img:hover {
  opacity: 1;
}

.card-group .card-business .card-title {
  color: #261c6a;
  font-size: 1em;
  line-height: 1.54;
  font-weight: 600;
  margin-bottom: 24px;
}

.card-group .card-business .link-business{
  font-size: 0.9em;
  color: #42A86C;
  margin-bottom: 1em;
}


/*
=====
DEPENDENCIES
=====
*/

.r-link{
	display: var(--rLinkDisplay, inline-flex) !important;
}

.r-link[href]{
	color: var(--rLinkColor) !important;
	text-decoration: var(--rLinkTextDecoration, none) !important;
}

.text-underlined{
    --uiTextUnderlinedLineHeight: var(--textUnderlinedLineHeight, 2px); /* 1 */
    --uiTextUnderlinedLineGap: var(--textUnderlinedLineGap, .5rem);
    --uiTextUnderlinedPaddingBottom: calc(var(--uiTextUnderlinedLineHeight) + var(--uiTextUnderlinedLineGap));

    padding-bottom: var(--uiTextUnderlinedPaddingBottom) !important;
    position: var(--textUnderlinedPosition, relative) !important;
		z-index: var(--textUnderlinedZindex, 1) !important;
}

.text-underlined::after{
    content: "";
    width: var(--textUnderlinedLineWidht, 100%) !important;
    height: var(--uiTextUnderlinedLineHeight) !important;
		background-image: var(--textUnderlinedBackgroundImage, linear-gradient(to top, var(--textUnderlinedLineColor, currentColor) 30%, rgba(0, 0, 0, 0) 45%)) !important;

    position: absolute;
    left: var(--textUnderlinedLineLeft, 0) !important;
    bottom: var(--textUnderlinedLineBottom, 0) !important;
		z-index: var(--textUnderlinedLineZindex, -1) !important;
}

/*
=====
CORE
=====
*/

.link{
	--textUnderlinedLineHeight: 100%;
	--textUnderlinedLineGap: 0;
	--textUnderlinedLineColor: #fed330;

	padding-left: .75rem;
	padding-right: .75rem;
}

.link::after{
	will-change: width;
	transition: width .1s ease-out;
	transform: rotate(-2deg);
	transform-origin: left bottom;
}

.link:hover{
	--textUnderlinedLineWidht: 0;
}

.link:hover::after{
	transition-duration: .15s;
}

.link{
	font-weight: 600;
  font-size: 0.9em;
	text-transform: capitalize;
}

.link:focus{
	outline: 2px solid #fed330;
	outline-offset: .5rem;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 20px 0;
}

#portfolio h4{
  font-weight: 600;
  font-size: 1em;
}
#portfolio h2{
  color: #42A86C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #1bb1dc;
}

.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 35% !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(../sources/nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(../sources/nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}

.portfolio-video-title{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #1bb1dc;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}
#portfolio .portfolio-item .portfolio-wrap2:hover {
  background: none;
}


#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Team Section
--------------------------------*/

#team {
  padding: 40px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

#team .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
  transition: margin 0.2s;
  height: 40px;
  transition: height 0.4s;
}

#team .member:hover .member-info {
  transition: 0.4s;
}

/* #team .member:hover .member-info-content {
  height: 80px;
} */

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #1bb1dc;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 0.8em 0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);

}

#clients img {
  max-width: 100%;
  opacity: 0.9;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #1bb1dc;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 10px 0;
  font-size: 14px;
  background: #fff;
}

.logo-footer{
  width: 70%;
  min-width: 200px;
  padding-bottom: 1em;
}

.span-padding{
  margin-right: 1em;
}

#footer .footer-top {
  padding: 30px 0 30px 0;
  background: #f1faf2;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-menu {
  list-style: none;
  padding: 0;
}
.footer-menu-list {
  padding: 0.5em 0;
}
.footer-menu-list a{
  color: #2b2b2b !important;
}
#footer .fa-li {
  line-height: 32px;
}

#footer .footer-newsletter {
  margin-top: 1em;
  margin: auto;
  display: table;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #413e66;
  font-weight: 400;
  word-break: break-word;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #535074;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #42A86C;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #42A86C;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 1.3em;
  font-weight: 800;
  color: #2b2b2b;
  position: relative;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #696592;
}

#footer .footer-top .footer-links ul a:hover {
  color: #42A86C;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footerpad {
  padding-left: 5%;
}
@media (max-width: 576px) {
  #footer .footerpad {
    margin-left: 0;
  }
}


#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #42A86C;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
  background: #00CA75;
  border:0;
  max-width: 200px;
  min-width: 120px;
  padding: 0.7em 1.2em;
  transition: 0.5s;
  color: #fff;
  font-size: 1.1em;
  font-weight:800;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #42A86C;
  cursor: pointer;
}


#footer .copyright {
  text-align: center;
  padding-top: 10px;
  color: #535074;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8;
}

#footer .credits a {
  color: #42A86C;
}

#footer .credits a:hover {
  color: #42A86C;
}

/*------------------------------------
# Modal Video
--------------------------------------*/
.videoModal .modal-header{
  border: none !important;
}

.videoModal .modal-content{
  border: none !important;
  background-color: transparent !important;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {

  .searchicon{
    display: inherit;
  }
  .main-nav a.searchtxtmob{
    display: none;
  }

  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {

  .searchicon{
    display: none;
  }
  .searchtxtmob{
    display: block;
  }

  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #hero .icon-play{
    display: none;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}

/*-- mobile --*/
@media (min-width: 768px){
  #desktop {
      display: block;
  }
  #mobile {
      display: none;
  }
}


@media (max-width: 768px){
  #desktop {
      display: none;
  }
  #mobile {
      display: block;
  }
  #hero .btn-mobile {
    display: inline-block;
    background: transparent;
    transition: 0.5s;
    border: 1px solid #42A86C;
    color: #42A86C;
    font-size: 0.9em;
    letter-spacing: 0.05rem;
    padding: 0.5em 1.5em;
    border-radius: 2rem;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 1em;
  }
  #hero .hero-info h2 {
    font-size: 2.5em;
  }

  #hero .hero-info p {
    margin-bottom: 3em;
    font-weight: 500;
    font-size: 0.9em;
    font-family: 'Poppins', sans-serif;
  }

  #hero .hero-info .btn-get-started{
    transition: 0.5s;
    font-size: 1em;
  }

  #about .section-header h2 {
    font-size: 2em;
  }
  #about .about-content {
    padding-top: 1em;
  }

  #product .section-header h2 {
    font-size: 2em;
  }
  #portfolio .section-header h2 {
    font-size: 2em;
  }

  #business .section-header h2 {
    font-size: 2em;
  }

  #testimonials .section-header h2 {
    font-size: 2em;
  }

  #testimonials .section-header h4 {
    font-size: 18px;
  }

  #testimonials h5 {
    font-size: 0.9em;
  }
}
