html
{
  /* scroll-behavior: smooth; */

}
body {
    font-family: "Poppins", sans-serif;
    color: #444444;
    /* scroll-behavior: smooth; */


  }

div, section, main
{
  box-sizing: border-box;
}

  .eachProductBtn{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 17px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #f82249;
    border: none;
    margin: 25px 5px 5px;
  }
  
  .eachProductBtn:hover{
    background: #6ec083;
    color: #fff;
  }
  
  .eachProductBtnA{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 17px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #16080b;
    border: none;
    margin: 25px 5px 5px;
    position: absolute;
    bottom:30px; 
    left:50%;
    transform: translate(-50%, 0);
  
  }
  
  .eachProductBtnA:hover{
    background: #1b3321;
    color: #fff;
    /* left:50%;
    transform: translate(-50%, 0); */
  
  
  }
  
  
  a {
    color: #f82249;
  }
  
  a:hover {
    color: #80c792;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
  }
  
  .back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    transition: all 0.4s;
  }
  
  .back-to-top i:hover {
    background: #000;
    color: #fff;
  }
  
  /*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
  #topbar {
    background: #f82249;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
  }
  
  #topbar.topbar-scrolled {
    top: -40px;
  }
  
  #topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
  }
  
  #topbar .contact-info a:hover {
    color: #ffa76e;
  }
  
  #topbar .contact-info i {
    color: #f82249;
    padding-right: 4px;
  }
  
  #topbar .contact-info i.icofont-phone {
    margin-left: 15px;
  }
  
  #topbar .social-links a {
    color: #fff;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
  }
  
  #topbar .social-links a:hover {
    color: #ffa76e;
  }
  
  #topbar .social-links a:first-child {
    border-left: 0;
  }


  
  
  /*--------------------------------------------------------------
  # Product Pages
  --------------------------------------------------------------*/
  #app-information-container h1
  {

    content:"";

    color:#000;


  }

  #hflow-product
  {




  }
  #hmeet-product
  {
  }
  #dataops-product
  {
  }
  #devicelabs-product
  {
  }

  .show-product
  {
  }

  #hflow-trigger
  {
    width:100%;
    height:200px;
    background-color: #11dbcf;

  }
  #dataops-trigger
  {
    width:100%;
    height:100px;

  }
  #hmeet-trigger
  {
    width:100%;
    height:100px;

  }
  #devicelabs-trigger
  {
    width:100%;
    height:100px;

  }

  


  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
 
  #header-hflow
  {
    background: #2729b8;
    transition: all 0.5s;
    z-index: 997;
    padding: 8px 34px;
    top: 40px;
    display: none;
    color:#fff;
    box-sizing: border-box;

    transition:all 0.3s linear;
    letter-spacing: 1.2px;






  }
  #header-dataops
  {
    background: #2729b8;
    transition: all 0.5s;
    z-index: 997;
    padding: 8px 34px;
    top: 40px;
    display: none;
    color:#fff;
    box-sizing: border-box;

background: linear-gradient(90deg, rgba(39,41,184,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
transition:all 0.3s linear;
letter-spacing: 1.2px;


  }
  #header-devicelabs
  {
    background: #2729b8;
    transition: all 0.5s;
    z-index: 997;
    padding: 8px 34px;
    top: 20px;
    display: none;
    color:#fff;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(39,41,184,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    transition:all 0.3s linear;

    letter-spacing: 1.2px;


  }
  #header-hmeet
  {
    background: #2729b8;
    transition: all 0.5s;
    z-index: 997;
    padding: 8px 34px;
    top: 40px;
    display: none;
    color:#fff;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(39,41,184,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    transition:all 0.3s linear;

    letter-spacing: 1.2px;




  }
  .show_header
  {
    display: block !important;
  }

  #header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    top: 40px;
  }
  #header.hide_header
  {
    display:none;
  }
  .header-secondary
  {
    padding:6px 0 !important;
  }
  
  #header.header-scrolled {
    top: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    text-transform: initial;
  }
  
  #header .logo a {
    /* color: #f82249; */
    color: #f82249;
  }
  
  #header .logo img {
    max-height: 40px;
  }
  
  @media (max-width: 992px) {
    #header {
      top: 0;
      padding: 15px 0;
    }
    #header .logo {
      font-size: 28px;
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */
  .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .nav-menu > ul {
    display: flex;
  }
  
  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }
  
  .nav-menu a {
    display: block;
    position: relative;
    color: #222222;
    transition: 0.3s;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    padding:10px 0px;
    font-weight: bold;
    transform: rotate(0deg);

  }

  .hoostack-nav-link::before
  {
    content:'';
    width:0%;
    height:2px;
    left:0px;

    background-color: #000;
    position: absolute;
    top:calc(100% - 2px);
    transition: width 0.7s cubic-bezier(0.23, 1, 0.320, 1);
    

  }
  .hoostack-nav-link:hover::before
  {
    width:100%;



  }
  .hoostack-nav-link.current::before
  {
    width:100%;
 
  }
  
  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #3a7e40;
  }
  .nav-mobile-menu
  {
    position: absolute;
    top:100%;
    left:0px;
    min-height: 400px;
    background-color:#fff;
    width: 100%;
    height:calc(100vh - 102%);
    overflow-y: scroll;

    
  }
  .nav-mobile-menu ul
  {
    list-style-type: none;
    
  }

  .contact-link 
  {
    background-color: #0b140b;
  
    padding:10px 20px;
    color:#fff;
    border-radius: 10px;

    margin-left:20px;
    font-weight:bold;
    letter-spacing: 1.2px;
    font-size:1.1em;


    

  }
  .contact-link:hover
  {
    background-color: #2bbd30;
    color:#fff;
  } 

  .contact-link-mobile
  {
  
    color:#0b140b;

    margin-left:auto;
    margin-right: auto;
    font-weight:bold;
    letter-spacing: 1.2px;
    font-size:1em;
    transform: rotate(0deg);
    display: inline-block;

  }
  .contact-link-mobile:hover

  {
    color:#1a1b1a;

  }
  .contact-link-mobile::before
  {
    content: "";
    position: absolute;
    width:100%;
    height:2px;
    background-color:#0b140b ;
    top:calc(100% + 0px);
    left:0px;


  }

  .nav-menu .contact-link:hover,  .nav-menu .active > .contact-link , .nav-menu li:hover > .contact-link
   {
    background-color: #2bbd30;
    color:#fff;


   }

   .product-nav-menu:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
  }

   .product-nav-menu.current:after {
    content: "\eaa1";
  }

  
  .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
  }
  
  .nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #222222;
  }
  
  .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #f82249;
  }
  
  .nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
  }
  
  .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }
  
  .nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
  }
  
  .nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
  }
  
  .nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
  }
  
  @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
      left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
      content: "\ea9d";
    }
  }

  /*-----------------
     Product Tabs List
  *------------------ */
  .product-tab-list
  {

  }


  .product-tab-list-item
  {
    font-size:1.2rem;padding:5px 20px; color: #000; border-radius:1em; 
     /* background: linear-gradient(139.68deg, #BD7248 5.07%, #29962D 5.08%, #17F420 117.95%); */


  }
  .product-tab-list-head
  {
    /* border:4px solid #000;
    border-top:0px solid #000;
    padding:3px 6px; */

  }
  .product-tab-list-item.current
  {
    color:#fff;
    background: linear-gradient(139.68deg, #BD7248 5.07%, #29962D 5.08%, #17F420 117.95%) !important;

  }

  #all-products-submenu
  {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    min-height: 100px;
    top:calc(100% + 1px);
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding:20px 0px;
    color:#000;
    box-shadow: 0px 30px 35px 0 rgba(0, 0, 0, 0.25);


  }
  #all-products-submenu a
{
  color:inherit;
}
#all-products-submenu a:hover
{
  color:inherit;
  text-decoration: none;
}

   
  #all-products-submenu .hoostack-divider
  {
    width:100%;
    height: 2px;
    background-color: #ddd;
    margin-top:20px;
    margin-bottom: 20px;
  }
  #all-products-submenu p
  {
    font-size: 14px;
  }
  #all-products-submenu .product-submenu-item .product-submenu-title
  {
    transform: rotate(0deg);
    display: inline-block;

  }
  #all-products-submenu .product-submenu-item .link-button-overview
  {
    width:180px;
    padding:5px;
    border-radius: 1em;
    border:1px solid #2729b8;
    margin-top:5px;
    margin-bottom:5px;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    color:#2729b8;



  }
  #all-products-submenu .product-submenu-item .link-button-overview:hover

  {
    color:#2729b8;
    border: 1px solid #2729b8;
    text-decoration: underline;
  }
  #all-products-submenu .product-submenu-item .link-button-overview .icon
  {

  transform-style: preserve-3d;
    cursor: pointer;
    transition: transform 0.3s linear;
    /* position:absolute; */
    width:18px; 
    height:18px;
    display: inline-block;
    position: absolute;
    right:10px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);




  }
  #all-products-submenu .product-submenu-item .link-button-overview:hover .icon

  {
    transform: translate3d(6px, -6px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);


  }


  #all-products-submenu .product-submenu-item .link-button-applink
  {
    width:180px;
    padding:5px;
    border-radius: 1em;
    border:1px solid #2729b8;
    margin-top:5px;
    margin-bottom:5px;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    color:#2729b8;


  }
  #all-products-submenu .product-submenu-item .link-button-applink:hover

  {
    color:#2729b8;
    border: 1px solid #2729b8;
    text-decoration: underline;
  }

  #all-products-submenu .product-submenu-item .link-button-applink .icon
  {

  transform-style: preserve-3d;
    cursor: pointer;
    transition: transform 0.3s linear;
    /* position:absolute; */
    width:18px; 
    height:18px;
    display: inline-block;
    position: absolute;
    right:10px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);




  }
  #all-products-submenu .product-submenu-item .link-button-applink:hover .icon

  {
    transform: translate3d(4px, -4px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);


  }

  #all-products-submenu .product-submenu-item:hover h3,#all-products-submenu .product-submenu-item:hover h4
  {

     color:#1ab627;
     cursor: pointer;

  }

  #all-products-submenu .product-submenu-item:hover .product-submenu-title::before,#all-products-submenu .product-submenu-item:hover .product-submenu-title::before
  {

    
    content:"";
    width:100%;
    height:2px;
    background-color:#1ab627;
    position: absolute;
    top:calc(100% + 2px);

    left:0px;



  }


  /*Mobile submenu */

  .mobile-nav-item a
  {
   color:#000 !important;
  }

  .mobile-nav-item   a:hover
  {
   color:#000 !important;
  }

  #all-productsmobile-submenu
  {
    
    position: relative;
    width: 100%;
    background-color:transparent;
    border-bottom: 1px solid #ddd;
    padding:20px 0px;
    color:#000;
    box-shadow: 0px 30px 35px 0 rgba(0, 0, 0, 0.25);
    height: auto;



  }
  #all-productsmobile-submenu .hoostack-divider
  {
    width:100%;
    height: 2px;
    background-color: #ddd;
    margin-top:20px;
    margin-bottom: 20px;
  }
  #all-productsmobile-submenu p
  {
    font-size: 14px;
  }
    #all-productsmobile-submenu .product-submenu-item
    {
        margin-top:20px;
    }
  #all-productsmobile-submenu .product-submenu-item .product-submenu-title
  {
    transform: rotate(0deg);
    display: inline-block;

  }
  #all-productsmobile-submenu .product-submenu-item .link-button-overview
  {
    width:180px;
    padding:5px;
    border-radius: 1em;
    border:1px solid #2729b8;
    margin-top:5px;
    margin-bottom:5px;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    color:#2729b8;
    display: block;

    margin-top: 10px;


  }
  #all-productsmobile-submenu .product-submenu-item .link-button-overview:hover

  {
    color:#2729b8;
    border: 1px solid #2729b8;
    text-decoration: underline;
  }
  #all-productsmobile-submenu .product-submenu-item .link-button-overview .icon
  {

  transform-style: preserve-3d;
    cursor: pointer;
    transition: transform 0.3s linear;
    /* position:absolute; */
    width:18px; 
    height:18px;
    display: inline-block;
    position: absolute;
    right:10px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);




  }
  #all-productsmobile-submenu .product-submenu-item .link-button-overview:hover .icon

  {
    transform: translate3d(6px, -6px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);


  }

  
  #all-productsmobile-submenu .product-submenu-item .link-button-applink
  {
    width:180px;
    padding:5px;
    border-radius: 1em;
    border:1px solid #2729b8;
    margin-top:5px;
    margin-bottom:5px;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    color:#2729b8;
    display: block;
    margin-top: 10px;


  }
  #all-productsmobile-submenu .product-submenu-item .link-button-applink:hover

  {
    color:#2729b8;
    border: 1px solid #2729b8;
    text-decoration: underline;
  }

  #all-productsmobile-submenu .product-submenu-item .link-button-applink .icon
  {

  transform-style: preserve-3d;
    cursor: pointer;
    transition: transform 0.3s linear;
    /* position:absolute; */
    width:18px; 
    height:18px;
    display: inline-block;
    position: absolute;
    right:10px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);




  }
  #all-productsmobile-submenu .product-submenu-item .link-button-applink:hover .icon

  {
    transform: translate3d(4px, -4px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);


  }

  #all-productsmobile-submenu .product-submenu-item:hover h3,#all-products-submenu .product-submenu-item:hover h4
  {

     color:#1ab627;
     cursor: pointer;

  }

  #all-productsmobile-submenu .product-submenu-item:hover .product-submenu-title::before,#all-products-submenu .product-submenu-item:hover .product-submenu-title::before
  {

    
    content:"";
    width:100%;
    height:2px;
    background-color:#1ab627;
    position: absolute;
    top:calc(100% + 2px);

    left:0px;



  }

  
  /* Get Startet Button */
  .get-started-btn {
    margin-left: 25px;
    color: #f82249;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    border: 2px solid #f82249;
    display: inline-block;
    font-weight: 600;
  }
  
  .get-started-btn:hover {
    background: #f82249;
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .get-started-btn {
      margin: 0 48px 0 0;
      padding: 6px 18px;
    }
  }
  
  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    top: 18px;
    right: 15px;
    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;
    z-index:10000;
  }
  
  .mobile-nav-toggle i {
    color: #222222;
  }
  
  .mobile-nav {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    overflow-y: auto;
    background: #f82249;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 20px 15px;
    color:#fff;
    box-sizing: border-box;
  }
  
  
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
  }
  
  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #ddd !important;
    text-decoration: none;
  }
  
  
  .mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
  }
  
  .mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
  }
  
  .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-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(9, 9, 9, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
  }
  
  .mobile-nav-active {
    overflow: hidden;
  }
  
  .mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
  }
  
  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
  }
  
  
  
  
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  
  
  
  
  
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: 90vh;
    background-color: rgba(9, 9, 9, 0);
    overflow: hidden;
    position: relative;
  }
  
  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  
  #hero .carousel-item::before {
    content: '';
    /* background-color: rgba(45, 103, 60, 0.8); */
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 112px;
    left: 50px;
    right: 50px;
  }
  
  #hero .container {
    text-align: left;
  }
  
  #hero h2 {
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
  }
  
  #hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 45% 30px auto;
    color: #fff;
  }
  
  #hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
  }
  
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-left,
  #hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
  }
  
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-left,
  #hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
  }
  
  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-left,
  #hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
    top: 112px;
  }
  
  @media (max-width: 992px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
      top: 66px;
    }
  }
  
  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
  }
  
  #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
  }
  
  #hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: .6;
    transition: 0.3s;
  }
  
  #hero .carousel-indicators li.active {
    opacity: 1;
    background: #f82249;
  }
  
  #hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    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: #f82249;
  }
  
  #hero .btn-get-started:hover {
    background: #6ec083;
  }

  #hero .btn-hoostack-secondary {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 24px 32px;
    border-radius: 1em;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #000108;
  }
  

  #hero .btn-hoostack-secondary:hover {
    background: #0c130d;
  }
  #hero .btn-hoostack-link 

{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 24px 0px;
    border-radius: 1em;
    transition: 0.5s;
    line-height: 1;
    color:#29962d;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    text-decoration: underline;

}
  #hero .btn-hoostack-link:hover {
    color: #2729b8;
  }
  
  @media (max-width: 992px) {
    #hero {
      height: auto;
    }
    #hero .carousel-container {
      top: 66px;
    }
  }
  
  @media (max-width: 768px) {
    #hero h2 {
      font-size: 28px;
    }
  }
  
  @media (max-width: 575px) {
    #hero p {
      margin: 0 0 30px auto;
    }
  }
  
  @media (min-width: 1024px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5%;
    }
  }
  
  @media (max-height: 500px) {
    #hero {
      height: auto;
    }
  }
  
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
  }
  
  .section-bg {
    background-color: #f8fcf9;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color:#000;
  }
  
  .section-title h2::before {
    /* content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px); */
  }
  
  .section-title h2::after {
    /* content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #f82249;
    bottom: 0;
    left: calc(50% - 20px); */
  }
  
  .section-title p {
    margin-bottom: 0;
    font-size: 14px;
    color: #919191;
  }
  
  /*--------------------------------------------------------------
  # Featured Services
  --------------------------------------------------------------*/
  .featured-services {
    padding: 20px 0;
  }
  
  .featured-services .icon-box {
    padding: 20px;
  }
  
  .featured-services .icon-box-bg {
    background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
  }
  
  .featured-services .icon {
    margin-bottom: 15px;
  }
  
  .featured-services .icon i {
    color: #f82249;
    font-size: 42px;
  }
  
  .featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .featured-services .title a {
    color: #222222;
    transition: 0.3s;
  }
  
  .featured-services .icon-box:hover .title a {
    color: #f82249;
  }
  
  .featured-services .description {
    line-height: 24px;
    font-size: 14px;
  }
  
  /*--------------------------------------------------------------
  # About Us
  --------------------------------------------------------------*/
  .about .content h3 {
    font-weight: 700;
    font-size: 28px;
  }
  
  .about .content ul {
    list-style: none;
    padding: 0;
  }
  
  .about .content ul li {
    padding-bottom: 10px;
  }
  
  .about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #f82249;
  }
  
  .about .content p:last-child {
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Why Us
  --------------------------------------------------------------*/
  .why-us {
    padding: 0;
  }
  
  .why-us .row {
    overflow: hidden;
  }
  
  .why-us .content-item {
    padding: 40px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: -1px;
  }
  
  .why-us .content-item span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #f82249;
  }
  
  .why-us .content-item h4 {
    font-size: 26px;
    font-weight: 300;
    padding: 0;
    margin: 20px 0;
  }
  
  .why-us .content-item p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
  }
  
  @media (max-width: 768px) {
    .why-us .content-item {
      padding: 40px 0;
    }
  }
  
  /*--------------------------------------------------------------
  # Our Clients
  --------------------------------------------------------------*/
  .clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }

  .clients .owl-item .hoostack-client-item {

    box-shadow: inset;
    border-radius: 50%;
    background-color: #fff;
    width: 155px !important;
    height: 155px;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px -1px 3px rgba(0, 0, 0, 0.25);

    


  }
  
  .clients .owl-item img {

    position: absolute;
    width: 80%;
    opacity: 0.5;
    transition: 0.3s;
    top:50%;
    left:50%;

    transform: translate(-50%,-50%);
  }
  
  .clients .owl-item 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 !important;
  }
  
  .clients .owl-dot.active {
    background-color: #f82249 !important;
  }

  /*-----
  #Investors

  -----*/

  #investors .button-investor {
    padding:10px 15px ;display:inline-block; color:#fff ;
     background-color:#fff; color:#fff;
    background-image: linear-gradient(-45deg, #08030e, #4424d3, #5837b1, #0a0a09);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
    font-size:18px;
    border-radius: 0.2em;
    cursor: pointer;
  }
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  
  /*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
  .services .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  }
  
  .services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
  }
  
  .services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }
  
  .services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
   
  }
  
  .services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
  }
  
  .services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
  }
  
  .services .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
  }
  
  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
  }
  
  .services .iconbox-blue i {
    color: #47aeff;
  }
  
  .services .iconbox-blue:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-blue:hover .icon path {
    fill: #47aeff;
  }
  
  .services .iconbox-orange i {
    color: #ffa76e;
  }
  
  .services .iconbox-orange:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
  }
  
  .services .iconbox-pink i {
    color: #e80368;
  }
  
  .services .iconbox-pink:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-pink:hover .icon path {
    fill: #e80368;
  }
  
  .services .iconbox-yellow i {
    color: #ffbb2c;
  }
  
  .services .iconbox-yellow:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
  }
  
  .services .iconbox-red i {
    color: #ff5828;
  }
  
  .services .iconbox-red:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-red:hover .icon path {
    fill: #ff5828;
  }
  
  .services .iconbox-teal i {
    color: #11dbcf;
  }
  
  .services .iconbox-teal:hover .icon i {
    color: #fff;
  }
  
  .services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
  }
  
  /*--------------------------------------------------------------
  # Cta
  --------------------------------------------------------------*/
  .cta {
    background: #f82249;
    padding: 80px 0;
  }
  
  .cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }
  
  .cta p {
    color: #fff;
  }
  
  .cta .cta-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 4px;
  }
  
  .cta .cta-btn:hover {
    background: #fff;
    color: #f82249;
  }
  
  @media (max-width: 1024px) {
    .cta {
      background-attachment: scroll;
    }
  }
  
  @media (min-width: 769px) {
    .cta .cta-btn-container {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
  }
  
  /*--------------------------------------------------------------
  # 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: #f82249;
  }
  
  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(34, 34, 34, 0.6);
  }
  
  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(34, 34, 34, 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: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #6ec083;
  }
  
  .portfolio .portfolio-wrap:hover::before {
    opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Team
  --------------------------------------------------------------*/
  .team .member {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
    padding: 30px 20px;
    background: #fff;
  }
  
  .team .member img {
    max-width: 60%;
    border-radius: 50%;
    margin: 0 0 30px 0;
  }
  
  .team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
  }
  
  .team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
  }
  
  .team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
  }
  
  .team .member .social {
    margin-top: 15px;
  }
  
  .team .member .social a {
    color: #919191;
    transition: 0.3s;
  }
  
  .team .member .social a:hover {
    color: #f82249;
  }
  
  .team .member .social i {
    font-size: 18px;
    margin: 0 2px;
  }
  
  /*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact .info {
    border-top: 3px solid #f82249;
    border-bottom: 3px solid #f82249;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  }
  
  .contact .info i {
    font-size: 20px;
    color: #f82249;
    float: left;
    width: 44px;
    height: 44px;
    background: #eaf6ed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222222;
  }
  
  .contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555555;
  }
  
  .contact .info .social-links {
    padding-left: 60px;
  }
  
  .contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
  }
  
  .contact .info .social-links a:hover {
    background: #f82249;
    color: #fff;
  }
  
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #f82249;
    color: #fff;
  }
  
  .contact .php-email-form {
    width: 100%;
    border-top: 3px solid #f82249;
    border-bottom: 3px solid #f82249;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  }
  
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  
  .contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
  }
  
  .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #220e12;
  }
  
  .contact .php-email-form input {
    height: 44px;
  }
  
  .contact .php-email-form textarea {
    padding: 10px 12px;
  }
  
  .contact .php-email-form button[type="submit"] {
    background: #220e12;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type="submit"]:hover {
    background: #6ec083;
  }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes arrow-animation {
    0% {
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);


    }
   
    100% {
      transform: translate3d(20px, -20px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);

    }
  }
  
  @keyframes arrow-animation {
    0% {
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);


    }
   
    50% {
      transform: translate3d(20px, -20px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);

    }
    100% {
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);

    }
  }
  
  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
  .breadcrumbs {
    padding: 15px 0;
    background: #fbfbfb;
    min-height: 40px;
    margin-top: 122px;
  }
  
  @media (max-width: 992px) {
    .breadcrumbs {
      margin-top: 66px;
    }
  }
  
  .breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300;
  }
  
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  
  .breadcrumbs ol li + li {
    padding-left: 10px;
  }
  
  .breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #3c3c3c;
    content: "/";
  }
  
  @media (max-width: 768px) {
    .breadcrumbs .d-flex {
      display: block !important;
    }
    .breadcrumbs ol {
      display: block;
    }
    .breadcrumbs ol li {
      display: inline-block;
    }
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 40px;
  }
  
  .portfolio-details .portfolio-details-container {
    position: relative;
  }
  
  .portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
  }
  
  .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
  }
  
  .portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
  }
  
  .portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #f82249 !important;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  
  .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: 50px;
  }
  
  .portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
  }
  
  @media (max-width: 992px) {
    .portfolio-details .portfolio-description h2 {
      width: 100%;
    }
    .portfolio-details .portfolio-info {
      position: static;
      margin-top: 30px;
    }
  }
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background: #4FA43A;
    color: #fff;
    font-size: 18px;
    padding: 60px 0;
    min-height: 70vh;
    box-sizing: border-box;
  }
  
  #footer h5 {
    font-weight: 700;
    color: #000;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 15px 0;
  }
  
  #footer p {
    font-size: 15px;
    font-style: italic;
    padding: 0;
    margin: 0 0 40px 0;
  }
  
  #footer .social-links {
    margin: 25px 0 40px 0;
  }
  
  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #f5f0f1;
    color: #000;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .social-links a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }
  
  #footer .copyright {
    margin: 0 0 5px 0;
  }
  
  #footer .credits {
    font-size: 13px;
  }
  #footer .footer-nav-menu ul
  {
    list-style-type:none;
    margin:0;
    font-size:12px;
    padding:0px;
    padding-left:5px;

  }
  #footer .footer-nav-menu ul li
  {

    margin-top:15px;
  }
  #footer .footer-nav-menu a
  {
    color:#fff;
    text-decoration: none;
    font-size: 20px;


  }
  #footer .footer-nav-menu a:hover
  {
    color:#fff;


  }
  @media (max-width: 992px) {

    #footer .footer-nav-menu ul
  {  
     padding-left: 1px;
  }

  }

  .hoostack-service-row
  {
    display:flex;
    justify-content: space-around;
  }
  

  .clients .hoostack-service-item {

    box-shadow: inset;
    border-radius: 50%;
    background-color: #fff;
    width: 10vw !important;
    height: 10vw;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px -1px 3px rgba(0, 0, 0, 0.25);

    transform: rotate(0deg);


  }
  .clients .hoostack-service-item img{

   width:80%;

   position: absolute;
    width: 80%;
    opacity: 1;
    transition: 0.3s;
    top:50%;
    left:50%;

    transform: translate(-50%,-50%);


  }

  .hoostack-row
  {
    display:flex;
    justify-content: space-around;
        margin-bottom:100px;

  }
  

  .clients .hoostack-client-item {

    box-shadow: inset;
    background-color: #fff;
    width: 30vw !important;
    height: 200px;

    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25), 0px -2px 6px rgba(0, 0, 0, 0.25);

    transform: rotate(0deg);


  }
  .clients .hoostack-client-item img{

   width:80%;

   position: absolute;
    width: 80%;
    opacity: 1;
    transition: 0.3s;
    top:50%;
    left:50%;

    transform: translate(-50%,-50%);


  }

  @media (max-width: 992px) {

    .hoostack-row
    {
      display:flex;
      justify-content: space-around;
      overflow-x: scroll;
      width:200%;
      box-sizing: border-box;
      flex-wrap: wrap;
      padding:20px 0px;
      /*overwrite temp */
      overflow:visible;
      width:100%;
    }
    
  
    .clients .hoostack-client-item {
  
      /* flex: 10 0 auto; */
      border-radius: 8px;
      background-color: #fff;
      width: 70% !important;
      height: 200px !important;
  
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px -1px 3px rgba(0, 0, 0, 0.25);
      


      transform: rotate(0deg);
  
  
    }



  }

  


  .accordion-button::before {
    content:'';
    width: 25px;
    height: 25px;

    top:50%;
    right:10px;
    position: absolute;
    transform: translate(0,-50%);
     background-image: url("/assets/img/plus.png");
  }
  .accordion-button:not(.collapsed)::before {
    content:'';
    right:10px;
    background-image: url("/assets/img/minus.png");


    /* background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important; */
  }
  .accordion-button
  {
    width:100%;
    border:0px solid white;
    background-color: #fff;
    text-align: left;
    outline: 0px !important;
    font-weight: 600;
    transform: rotate(0deg);
    font-size: 18px;
  }
  .accordion-collapse
  {

    margin-bottom: 5px;
    font-size: 18px;

  }
  .accordion-collapse p
  {
    font-size: 18px;
    color:#000;


  }

  .accordion-header
  {
    border-top: 1px solid rgb(182, 179, 179);
    font-size: 16px;
    font-weight: 600;
    margin-bottom:1px;
    padding-top:10px;
    padding-bottom:10px;

  }

  .hoostack-section-divider
  {
    width:100%;
    height:2px;
    background-color: rgb(207, 198, 198);
  }

  .hoostack_about_section
  {
    background-color: #000;
    min-height: 50vh;
    height:auto;
    border-radius:0;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color:#fff;
    transform: rotate(0deg);
    padding:120px 0px;
  }

  
  .hoostack_about_section .container
  {

  }
  .hoostack_about_section img
  {
    width:120px;
    height:120px;
  }
  .hoostack_about_section 
  {

    content:'aa';

  }



  .hoostack_about_section p
  {
    margin-top: 40px;

  }
  .hoostack-about-content h1, .hoostack-about-content h2, .hoostack-about-content h3
  {

    margin-top:0px;
    margin-bottom: 40px;
  }
  .hoostack-about-content .title-inline-block
  {

    display: inline-block;
    transform: rotate(0deg);
    color:#2bbd30;
    font-weight: 600;

  }

  .hoostack-about-content .title-inline-block::after
 {
  position: absolute;
  height: 4px;
  width: 100%;
  content:'';
  background-color: transparent;
  top:calc(100% + 2px);
  transform: translate(0, -50%);
  left:0px;

 }

  .hoostack_about_section  .hoostack-about-content
  {
    /* position:absolute;
    top:50%;
    transform: translate(0,-50%);
    left:0px;
    padding:50px;
    box-sizing: border-box; */

  }

 
  .hoostack-product-title
  {
    font-weight: 600;
    letter-spacing: 1.5px;
    color:#1c8f20;
    
  }
  .hoostack-explore-btn
  {
    color:#000;
    font-weight: 600;
    cursor: pointer;
  }

  .hoostack-explore-btn img
  {
    width:32px;
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scaleX(0.8);
    transform-origin: 0 0;

  }
  .hoostack-explore-btn:hover img
  {

    transform: scaleX(1.2);
    transform-origin: 0 0;

  }

  .hoostack-explore-btn2
  {
    margin-top:25px;
    color:#000;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    margin-left: 10px;
  }
  .hoostack-explore-btn2 a
  {
    
    color: #29962d;
    line-height: 1.2em;
    display: inline-block;
    background-color: #090418;
    padding: 8px 10px;
    border-radius: 0.5em;
  }
  .hoostack-explore-btn2 a:hover
  {
    color:#29962d;
  }


  .hoostack-explore-btn2 img
  {
    width:32px;
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scaleX(0.8);
    transform-origin: 0 0;

  }
  .hoostack-explore-btn2:hover img
  {

    transform: scaleX(1.2);
    transform-origin: 0 0;

  }

   .benifits-container
  {

    background-color:transparent;
    border-radius:30px;

    min-height: 300px;
    

  }

  .benifits-container .hoostack-card
  {

    padding:60px 30px;
    background-color: #fff;

    
    box-shadow:  0px 12px 12px rgb(0 0 0 / 25%), 0px -1px 6px rgb(0 0 0 / 7%);

    text-align: center;
    margin-top:30px;
    

  }
  .benifits-container .hoostack-card.even
  {
    transform: translate(0,-50%);

  }
  
  .benifits-container .hoostack-card .icon-benefits
  {
    margin-bottom:20px;
    display: inline-block;
  }
  .benifits-container .hoostack-card .icon-benefits svg
  {
     width:85px !important;
     height:85px !important;
  }
  .product-explain-container .leftWraper-prod-expl
  {
    /* background-image: url("/assets/img/backgroundbg.png") -12% 98% , url("/assets/img/backgroundbg.png") -12% 98% ; */

    background-image: url('/assets/img/dotts.png'),  url('/assets/img/dotts.png'), url('/assets/img/dotts.png');

    background-size: 150px 150px;

    background-repeat: no-repeat;

    background-position: -2% -7% , -12% 98%, 100% 48%;
    
  




    padding:50px 50px;
    box-sizing: border-box;
    color:#3b3942;
    transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    transform-style: preserve-3d;


  }

  .product-explain-container .product-title-icon
  {
    
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 14px;
    background: #f82249;
    font-size: 18px;
    color: var(--white);
    position: relative;
    z-index: 1;
    text-align: center;

  }

  .product-explain-container .use-cases-title
  {
  padding:0px 36px;width:80%; margin-left:auto;margin-right:auto;
  }

  .product-explain-container .use-cases-title span

  {
    color:#29962d; padding:8px 20px;border-radius:0.5em;

  }
  
  .arrow_up
{
    transform-style: preserve-3d;
    cursor: pointer;
    -webkit-animation: arrow-animation 1s linear infinite;
    animation: arrow-animation 1s linear infinite;
    animation-fill-mode: both;
    position:absolute;
    top:30px; 
    right:30px;

}
.arrow_up:hover
{  

  animation:none;
  
    
}

#app-information-container
{
  padding:50px 0px; 

  transform:rotate(0deg);
  margin-top: 150px;
  margin-bottom:150px;
  

}


.product-explain-container .leftWraper-prod-expl h2 

  {
    text-align: left;
  }
 

  .product-explain-container .leftWraper-prod-expl .image-wrapper 

  {
     display: flex;
     justify-content: center;
  }



  .product-explain-container .leftWraper-prod-expl h4 span

  {
    display: inline-block;
    border-radius: 0.2em;
    display:inline-block;
    padding:10px 0px;
    color:#f82249;
    letter-spacing: 1.2px;
  }
  .product-explain-container .leftWraper-prod-expl h4 a

  {
    display: inline-block;
    border-radius: 0.2em;
    display:inline-block;
    padding:0px 0px;
    color:#f82249;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-left: 10px;
    font-weight:600;
  }
  .product-explain-container .leftWraper-prod-expl h4 a:hover
 {
    color:#f82249;


 }
 .product-explain-container .leftWraper-prod-expl h4

 {
    font-weight:300 !important;
    margin-left: 12px;

 }
  .product-explain-container .leftWraper-prod-expl p
  {
    max-width: 500px;
    font-size: 16px;
  }
  .product-explain-container .leftWraper-prod-expl p span
 {
    display: inline-block;
    border-radius: 1em;
    background-color: #000;

    font-size: 16px;
 }

  .hoostack-shadow-explainMenu
  {
   display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity: 0;
    -webkit-transition: all .1s cubic-bezier(.165, .84, .44, 1);
    transition: all .1s cubic-bezier(.165, .84, .44, 1);

    box-shadow :0 120px 100px 0 rgb(0 0 0 / 7%), 0 80px 60px 0 rgb(0 0 0 / 6%), 0 40px 32px 0 rgb(0 0 0 / 5%), 0 10px 16px 0 rgb(0 0 0 / 8%), 0 10px 8px 0 rgb(0 0 0 / 3%), 0 2px 4px 0 rgb(0 0 0 / 2%);
  }

  .product-explain-menuItem.current .hoostack-shadow-explainMenu
  {
    opacity: 1;
    
  }
  .product-explain-menuItem
  {
    width:80%;
    box-sizing: border-box;
    padding:36px;
    cursor: pointer;
    transform: rotate(0deg);
    margin-left: 10px;
    /* margin-right: auto; */
    letter-spacing: 1.2px;
    color:#1f241d;


  }

  .product-explain-menuItem .explore_text
  {
    line-height: 1.2em;

    text-decoration: underline;
  }
  

  .product-explain-menuItem .content
  {
    width:280px;
    color:#1f241d;
    font-size:15px;
    max-height: 0px;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    overflow: hidden;
    letter-spacing: 1.2px;


  }
  .product-explain-menuItem.current .content
  {
    max-height: 500px;

  }

  .product-explain-menuItem.current
  {
    

    color:#435844;
    

  }
  .product-explain-menuItem.current svg
 {
  fill:#435844;

  
  

 }
 .product-explain-menuItem svg
 {
  

  
  width: 18px;
  height: 18px;
  fill:#1f241d;

 }

 .product-explain-menuItem .hoostack-icon
 {
  width:80px;

 }


 /*questions*/
 .hoostack-questions-container
 {
   /* background-color: #11dbcf; */
   padding:20px 10px;
   background-color: transparent;
    background-image: linear-gradient(135deg,rgba(221,125,207,.1),rgba(221,125,207,.35));
}
 
 .hoostack-question-item
  {
    width:80%;
    box-sizing: border-box;
    padding:20px;
    cursor: pointer;
    transform: rotate(0deg);
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1.2px;
    color:#000;
    border-bottom: 2px solid black;


  }

  .hoostack-question-item h3
  {
    font-size: 20px;
  }
  .hoostack-question-item .content
  {
    width:300px;
    color:#000;
    font-size:15px;
    max-height: 0px;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    overflow: hidden;
    letter-spacing: 1.2px;
    
  }



  .hoostack-question-item.current .content
  {
    /* max-height: 500px; */

  }

  .hoostack-question-item.current
  {
    color:#4d3437;
    /* border-bottom: 0px solid #18d26e; */
  }
  .hoostack-question-item .collapse-active
  {
    display: none;

  }
  .hoostack-question-item .collapse-inactive
  {
    display: block;

  }
  .hoostack-question-item.current .collapse-active
  {
      display: block;
    /* border-bottom: 0px solid #18d26e; */
  }
  .hoostack-question-item.current .collapse-inactive
  {
    display: none;

  }

  

  .hoostack-question-item.current svg
 {
  fill:#2729b8;

 }

 .hoostack-question-item .hoostack-icon
 {
  width:50px;

 }

 
 /*questions*/
 .hoostack-questions-container
 {
   /* background-color: #11dbcf; */
   padding:20px 10px;
   background-color: transparent;
    background-image: linear-gradient(135deg,rgba(221,125,207,.1),rgba(221,125,207,.35));
}
 
 .hoostack-question-item
  {
    width:80%;
    box-sizing: border-box;
    padding:20px;
    cursor: pointer;
    transform: rotate(0deg);
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1.2px;
    color:#000;
    border-bottom: 2px solid black;


  }

  .hoostack-question-item h3
  {
    font-size: 20px;
  }
  .hoostack-question-item .content
  {
    width:300px;
    color:#000;
    font-size:15px;
    max-height: 0px;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    overflow: hidden;
    letter-spacing: 1.2px;
    
  }


  /*Mobile Nav menu */

  .mobile-nav-container
 {
   /* background-color: #11dbcf; */
   padding:20px 0px;
   background-color: transparent;
    background-image: linear-gradient(135deg,rgba(212,233,215,1),rgba(212,233,215,1));
}

  .mobile-nav-item
 {
  width:80%;
  box-sizing: border-box;
  padding:10px;
  cursor: pointer;
  transform: rotate(0deg);
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1.2px;
  color:#000;
  border-bottom: 2px solid black;
}

.mobile-nav-item h3
  {
    font-size: 20px;
  }
  .mobile-nav-item .content
  {
    width:100%;
    color:#000;
    max-height: 0px;
    font-size:15px;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    overflow: hidden;
    letter-spacing: 1.2px;
    
  }


  .mobile-nav-item.current .content
  {
    /* max-height: 500px; */

  }

  .mobile-nav-item.current
  {
    color:#4d3437;
    /* border-bottom: 0px solid #18d26e; */
  }
  .mobile-nav-item .collapse-active
  {
    display: none;

  }
  .mobile-nav-item .collapse-inactive
  {
    display: block;

  }
  .mobile-nav-item.current .collapse-active
  {
      display: block;
    /* border-bottom: 0px solid #18d26e; */
  }
  .mobile-nav-item.current .collapse-inactive
  {
    display: none;

  }



  

  .hoostack-question-item.current svg
 {
  fill:#2729b8;

 }

 .hoostack-question-item .hoostack-icon
 {
  width:50px;

 }

 .product-explain-menuItem h3
{
  font-size:16px;
}


 @media (max-width: 992px) {

  .benifits-container .hoostack-card.even
  {
    transform: translate(0, 0%);

  }

  .benifits-container .benifits-title-button
  {

    display: block;
  }

  .product-explain-menuItem
  {
    width:90%;
    box-sizing: border-box;
    padding:5px;
  }
  .product-explain-container .use-cases-title {
    padding: 0px 16px;
    width: 90%;
  }
  .product-explain-menuItem h3
  {

    font-size:15px !important;
    line-height:20px;
    vertical-align:middle;
    margin-top:3px;


  }
  .product-explain-menuItem svg
  {
    width:20px !important;
    height:20px !important;
  }
  .product-explain-menuItem .content
  {
    width:220px;

  }
  .benifits-container .hoostack-card .icon-benefits svg
{
   width:50px !important;
   height:50px !important;
}



}