/**********************************************************/
/* FONTS VARIABLES
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* HEADER SIZE
/**********************************************************/
:root {
  --header_size:96px;
}

/**********************************************************/
@media only screen and (max-width: 767px) {
  :root {
    --header_size:76px;
  }
}
/**********************************************************/
/* COLORS VARIBLES
/**********************************************************/
/**********************************************************/
/* SPACINGS VARIBLES
/**********************************************************/
:root {
  --s8:8px;
}

/**********************************************************/
@media only screen and (max-width: 767px) {
  :root {
    --s8:4px;
    --s12:8px;
    --s16:8px;
    --s24:16px;
    --s32:24px;
    --s40:24px;
    --s56:32px;
    --s80:40px;
    --s96:48px;
    --s112:72px;
    --s152:88px;
  }
}
/**********************************************************/
/* SELECTION VARIBLES
/**********************************************************/
/**********************************************************/
/* SCROLLBAR VARIBLES
/**********************************************************/
/**********************************************************/
/* ANIMATIONS VARIBLES
/**********************************************************/
/**********************************************************/
/* HELPERS VARIBLES
/**********************************************************/
.home-empower {
  flex-direction: column;
}
.home-empower .blue-btn {
  margin-bottom: 100px;
}

.single-post .title-and-meta .col.meta .tag-and-author .tag {
  min-width: 48px !important;
  width: auto !important;
  padding: 0 15px !important;
}

.products-hero {
  background-color: #376FE9 !important;
  display: flex;
  position: relative;
  position: relative;
}
.products-hero #new-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  max-width: 860px;
  height: 100%;
  left: 40%;
}
.products-hero #new-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.products-hero .hero-warpper {
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  height: 100%;
  display: flex;
}
.products-hero .hero-warpper .left-side {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  width: 50%;
  justify-content: flex-start;
}
.products-hero .hero-warpper .left-side h1 {
  position: static;
  text-align: left;
  font-size: 70px;
}
.products-hero .hero-bg {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.products-hero .hero-bg:before {
  width: 50%;
  flex: 0 0 50%;
  content: "";
  background: #376FE9;
  height: 100%;
}
.products-hero .hero-bg:after {
  width: 50%;
  flex: 0 0 50%;
  content: "";
  background: #202020;
  height: 100%;
}

/***********************************************************/
@media only screen and (max-width: 767px) {
  .home-empower .grid {
    margin-bottom: 0;
  }
  .btn-h {
    display: flex;
    justify-content: center;
  }
  .products-hero {
    background-color: #376FE9 !important;
    display: flex;
    position: relative;
    min-height: 30rem;
    position: relative;
  }
  .products-hero #new-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    left: auto;
  }
  .products-hero #new-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  .products-hero .hero-warpper {
    padding: 0 10px;
  }
  .products-hero .hero-warpper .left-side {
    width: 100%;
    flex: 0 0 100%;
    align-items: flex-end;
    padding-bottom: 70px;
    box-sizing: border-box;
  }
  .products-hero .hero-warpper .left-side h1 {
    font-size: 48px;
    margin: 0;
    width: auto;
  }
  .products-hero .hero-bg {
    flex-direction: column;
  }
  .products-hero .hero-bg:before {
    width: 100%;
    flex: 0 0 30%;
    content: "";
    background: #202020;
    height: 30%;
  }
  .products-hero .hero-bg:after {
    width: 100%;
    flex: 0 0 70%;
    content: "";
    background: #376FE9;
    height: 70%;
  }
}

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