.bp-element-image-box.layout-gradient {
  cursor: pointer; }
  .bp-element-image-box.layout-gradient.color-1 .image-box::before {
    background: #4d58b1;
    background: -webkit-linear-gradient(left, #4d58b1, #5062d9);
    background: -o-linear-gradient(left, #4d58b1, #5062d9);
    background: -moz-linear-gradient(left, #4d58b1, #5062d9);
    background: linear-gradient(left, #4d58b1, #5062d9); }
  .bp-element-image-box.layout-gradient.color-2 .image-box::before {
    background: #f3ae7f;
    background: -webkit-linear-gradient(left, #f8c76c, #f3ae7f);
    background: -o-linear-gradient(left, #f8c76c, #f3ae7f);
    background: -moz-linear-gradient(left, #f8c76c, #f3ae7f);
    background: linear-gradient(left, #f8c76c, #f3ae7f); }
  .bp-element-image-box.layout-gradient .image-box {
    min-height: 351px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
    padding: 40px; }
    .bp-element-image-box.layout-gradient .image-box::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      background-color: #4d58b1;
      transition: all .4s; }
    .bp-element-image-box.layout-gradient .image-box:hover:before {
      opacity: .8; }
    .bp-element-image-box.layout-gradient .image-box .icon-image {
      text-align: center;
      margin-bottom: 27px; }
      .bp-element-image-box.layout-gradient .image-box .icon-image img {
        max-width: 100%; }
    .bp-element-image-box.layout-gradient .image-box .content .title {
      text-align: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.625;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .bp-element-image-box.layout-gradient .image-box .content .description {
      text-align: center;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.375;
      color: #fff; }

.bp-element-image-box.layout-default {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .bp-element-image-box.layout-default .pic {
    width: 605px; }
    .bp-element-image-box.layout-default .pic .wrap-img {
      position: relative;
      z-index: 0;
      width: 426px;
      height: 426px; }
      .bp-element-image-box.layout-default .pic .wrap-img .main-img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
        position: relative; }
        .bp-element-image-box.layout-default .pic .wrap-img .main-img::before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: #4d58b1;
          background: -webkit-linear-gradient(bottom, #4d58b1, #5062d9);
          background: -o-linear-gradient(bottom, #4d58b1, #5062d9);
          background: -moz-linear-gradient(bottom, #4d58b1, #5062d9);
          background: linear-gradient(bottom, #4d58b1, #5062d9);
          opacity: 0;
          transition: all .3s; }
        .bp-element-image-box.layout-default .pic .wrap-img .main-img .link {
          font-weight: 400;
          font-size: 14px;
          line-height: 26px;
          color: #fff;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          position: absolute;
          top: calc(50% - 20px);
          right: 30px;
          transition: all .3s;
          transform: translateX(400px); }
          .bp-element-image-box.layout-default .pic .wrap-img .main-img .link:hover {
            color: #f7c370; }
          .bp-element-image-box.layout-default .pic .wrap-img .main-img .link i {
            font-size: 40px;
            margin-left: 14px; }
        .bp-element-image-box.layout-default .pic .wrap-img .main-img img {
          width: 100%;
          height: 100%; }
      .bp-element-image-box.layout-default .pic .wrap-img:hover .main-img::before {
        opacity: 0.6; }
      .bp-element-image-box.layout-default .pic .wrap-img:hover .main-img .link {
        transform: translateX(0px); }
      .bp-element-image-box.layout-default .pic .wrap-img .background {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0; }
        .bp-element-image-box.layout-default .pic .wrap-img .background .grey-bg {
          position: absolute;
          z-index: -3;
          border-radius: 50%;
          background: #f8f9f9; }
        .bp-element-image-box.layout-default .pic .wrap-img .background .color-bg {
          position: absolute;
          z-index: -2;
          border-radius: 50%;
          background: #f3ae7f;
          background: -webkit-linear-gradient(left, #f8c76d, #f3ae7f);
          background: -o-linear-gradient(left, #f8c76d, #f3ae7f);
          background: -moz-linear-gradient(left, #f8c76d, #f3ae7f);
          background: linear-gradient(left, #f8c76d, #f3ae7f); }
      .bp-element-image-box.layout-default .pic .wrap-img .symbol {
        position: absolute;
        z-index: 1; }
  .bp-element-image-box.layout-default .text {
    width: calc(100% - 605px - 80px); }
    .bp-element-image-box.layout-default .text .wrap-content {
      width: 530px;
      max-width: 100%; }
      .bp-element-image-box.layout-default .text .wrap-content .title {
        font-weight: 400;
        font-size: 22px;
        line-height: 1.5;
        color: #292929;
        margin-bottom: 22px; }
      .bp-element-image-box.layout-default .text .wrap-content .content {
        font-weight: 300;
        font-size: 18px;
        line-height: 1.777777;
        color: #747474; }
  .bp-element-image-box.layout-default.image-left .pic .wrap-img {
    margin-right: 0;
    margin-left: auto; }
  .bp-element-image-box.layout-default.image-right {
    flex-direction: row-reverse; }
    .bp-element-image-box.layout-default.image-right .pic .wrap-img {
      margin-right: auto;
      margin-left: 0; }
    .bp-element-image-box.layout-default.image-right .text .wrap-content {
      margin-right: 0;
      margin-left: auto;
      text-align: right; }
  .bp-element-image-box.layout-default.demo-1 {
    margin-bottom: 80px; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .symbol {
      left: -75px;
      bottom: 0; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .background .grey-bg.small {
      width: 29px;
      height: 29px;
      top: 185px;
      left: -100px; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .background .grey-bg.big {
      width: 253px;
      height: 253px;
      top: 24px;
      left: -65px; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .background .color-bg.small {
      width: 17px;
      height: 17px;
      top: 128px;
      left: -42px; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .background .color-bg.normal {
      width: 29px;
      height: 29px;
      top: 56px;
      left: 40px; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .background .color-bg.big {
      width: 88px;
      height: 88px;
      top: -55px;
      left: -85px;
      box-shadow: -27px 74px 60px 0px rgba(248, 197, 110, 0.4); }
  .bp-element-image-box.layout-default.demo-2 {
    margin-bottom: 80px; }
    .bp-element-image-box.layout-default.demo-2 .pic .wrap-img .symbol {
      right: -14px;
      bottom: -42px; }
    .bp-element-image-box.layout-default.demo-2 .pic .wrap-img .background .grey-bg.small {
      width: 29px;
      height: 29px;
      top: 244px;
      right: -45px; }
    .bp-element-image-box.layout-default.demo-2 .pic .wrap-img .background .grey-bg.big {
      width: 232px;
      height: 232px;
      top: 16px;
      right: -46px; }
    .bp-element-image-box.layout-default.demo-2 .pic .wrap-img .background .color-bg.small {
      width: 17px;
      height: 17px;
      top: -48px;
      right: 96px; }
    .bp-element-image-box.layout-default.demo-2 .pic .wrap-img .background .color-bg.normal {
      width: 48px;
      height: 48px;
      top: 0px;
      right: 0px;
      box-shadow: 61px 51px 60px 0px rgba(248, 197, 110, 0.4); }
  .bp-element-image-box.layout-default.demo-3 {
    margin-bottom: 80px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .symbol {
      left: 0px;
      bottom: -23px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .background .grey-bg.small {
      width: 29px;
      height: 29px;
      top: 163px;
      left: -95px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .background .grey-bg.big {
      width: 232px;
      height: 232px;
      top: -22px;
      left: -75px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .background .color-bg.small {
      width: 17px;
      height: 17px;
      top: 108px;
      left: -76px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .background .color-bg.normal {
      width: 38px;
      height: 38px;
      top: 32px;
      left: -36px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .background .color-bg.big {
      width: 88px;
      height: 88px;
      top: 163px;
      left: -58px;
      box-shadow: -27px 74px 60px 0px rgba(248, 197, 110, 0.4); }

@media (min-width: 1025px) and (max-width: 1400px) {
  .bp-element-image-box.layout-gradient .image-box {
    min-height: 290px; } }

@media (max-width: 991px) {
  .bp-element-image-box.layout-default {
    justify-content: center; }
    .bp-element-image-box.layout-default .pic {
      width: 80%;
      margin-bottom: 50px; }
    .bp-element-image-box.layout-default .text {
      width: 80%; }
    .bp-element-image-box.layout-default.image-left .text .wrap-content {
      margin-right: 0;
      margin-left: auto;
      text-align: right; }
    .bp-element-image-box.layout-default.image-right .text .wrap-content {
      margin-right: auto;
      margin-left: 0;
      text-align: left; } }

@media (max-width: 767px) {
  .bp-element-image-box.layout-default .pic {
    width: 100%; }
  .bp-element-image-box.layout-default .text {
    width: 100%; } }

@media (max-width: 575px) {
  .bp-element-image-box.layout-default {
    justify-content: center; }
    .bp-element-image-box.layout-default .pic .wrap-img {
      width: 250px;
      height: 250px; }
      .bp-element-image-box.layout-default .pic .wrap-img .symbol {
        transform-origin: bottom center;
        transform: scale(0.6, 0.6); }
      .bp-element-image-box.layout-default .pic .wrap-img .background {
        transform: scale(0.6, 0.6); }
    .bp-element-image-box.layout-default.image-left .pic .wrap-img .background {
      transform-origin: top left; }
    .bp-element-image-box.layout-default.image-right .pic .wrap-img .background {
      transform-origin: top right; } }
