.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); }

.bp-element-image-box.vblog-layout-2 .wrap-element {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  min-height: 469px;
  padding: 50px 30px 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .bp-element-image-box.vblog-layout-2 .wrap-element::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    top: 0;
    left: 0;
    transition: all .3s; }
  .bp-element-image-box.vblog-layout-2 .wrap-element .content {
    max-width: 350px;
    margin-bottom: 22px;
    text-align: center; }
    .bp-element-image-box.vblog-layout-2 .wrap-element .content .subtitle {
      font-weight: 400;
      font-size: 12px;
      line-height: 1.5;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      word-break: break-word;
      margin-bottom: 2px; }
    .bp-element-image-box.vblog-layout-2 .wrap-element .content .title {
      font-family: Playfair Display;
      font-weight: 700;
      font-size: 32px;
      line-height: 1.3125;
      color: #fff;
      text-align: center;
      word-break: break-word; }
  .bp-element-image-box.vblog-layout-2 .wrap-element .btn-view {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0 30px;
    height: 40px; }
    .bp-element-image-box.vblog-layout-2 .wrap-element .btn-view:hover {
      background-color: #fa777c;
      border-color: #fa777c; }
  .bp-element-image-box.vblog-layout-2 .wrap-element:hover:before {
    opacity: .35; }

.bp-element-image-box.vblog-layout-4 .wrap-element {
  display: block;
  position: relative;
  overflow: hidden; }
  .bp-element-image-box.vblog-layout-4 .wrap-element img {
    width: 100%;
    transition: all .5s ease-out; }
  .bp-element-image-box.vblog-layout-4 .wrap-element .content {
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 12px;
    left: 12px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px; }
    .bp-element-image-box.vblog-layout-4 .wrap-element .content .title {
      font-family: Playfair Display;
      font-weight: 700;
      font-style: italic;
      font-size: 20px;
      line-height: 1.3;
      color: #1f1f1f;
      text-align: center;
      background-color: #fff;
      word-break: break-word;
      padding: 13px 38px;
      transition: all .5s ease-out;
      margin-bottom: 0; }
  .bp-element-image-box.vblog-layout-4 .wrap-element:hover img {
    transform: scale(1.1, 1.1); }
  .bp-element-image-box.vblog-layout-4 .wrap-element:hover .content .title {
    background-color: rgba(255, 255, 255, 0.8); }

.bp-element-image-box.kindergarten-layout-1 .wrap-element {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .bp-element-image-box.kindergarten-layout-1 .wrap-element .heading-image {
    width: 184px; }
    .bp-element-image-box.kindergarten-layout-1 .wrap-element .heading-image img {
      max-width: 100%; }
  .bp-element-image-box.kindergarten-layout-1 .wrap-element .heading-text {
    width: calc(100% - 185px - 30px);
    margin-top: -5px; }
    .bp-element-image-box.kindergarten-layout-1 .wrap-element .heading-text .title {
      font-weight: 400;
      font-size: 30px;
      line-height: 1.166666;
      color: #fff;
      word-break: break-word;
      margin-bottom: 16px;
      max-width: 240px; }
    .bp-element-image-box.kindergarten-layout-1 .wrap-element .heading-text .description {
      font-weight: 300;
      font-size: 16px;
      line-height: 1.5;
      color: #fff;
      word-break: break-word; }

.bp-element-image-box.teeballon-layout-1 .wrap-element {
  background-position: center;
  height: 195px;
  display: flex;
  padding-left: 15px;
  align-items: center;
  padding-right: 15px; }
  .bp-element-image-box.teeballon-layout-1 .wrap-element .title {
    text-transform: uppercase;
    color: #333333;
    font-size: 24px;
    max-width: 220px;
    margin: 0;
    font-weight: 700;
    padding: 0;
    line-height: 1.2;
    font-family: inherit; }
  .bp-element-image-box.teeballon-layout-1 .wrap-element .subtitle {
    background-color: #345d91;
    color: #ffffff;
    margin-bottom: 12px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 26px;
    padding: 0 12px;
    letter-spacing: 4px;
    font-weight: 100; }
  .bp-element-image-box.teeballon-layout-1 .wrap-element .btn-view {
    display: inline-block;
    color: #333333;
    font-size: 13px;
    border: 1px solid;
    margin-top: 10px;
    line-height: 22px; }

@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.vblog-layout-4 .wrap-element .content .title {
    padding-right: 20px;
    padding-left: 20px; }
  .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 (min-width: 768px) {
  .bp-element-image-box.teeballon-layout-1 .wrap-element {
    height: auto;
    padding: 70px 0 70px 50px; }
    .bp-element-image-box.teeballon-layout-1 .wrap-element .subtitle {
      line-height: 65px;
      font-size: 36px; }
    .bp-element-image-box.teeballon-layout-1 .wrap-element .title {
      font-size: 58px;
      max-width: 55%;
      margin-top: 15px; } }

@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; }
  .bp-element-image-box.kindergarten-layout-1 .wrap-element .heading-image {
    display: none; }
  .bp-element-image-box.kindergarten-layout-1 .wrap-element .heading-text {
    width: 100%;
    margin-top: 0px; } }

@media (max-width: 479px) {
  .bp-element-image-box.teeballon-layout-1 .wrap-element {
    background-position: left center;
    background-size: cover; } }
