@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Open Sans', sans-serif;
  }
  
  a {
    text-decoration: none;
    text-decoration-skip-ink: none;
  }
  a:hover {
    color: #000!important;
    text-decoration: none!important;
  }
  a:focus {
    text-decoration-skip-ink: none;
    text-decoration: none!important;
    outline: none!important;
    border:none!important;
    background: none!important;
  }
  a:focus-visible {
    border :none;
    outline: none;
  }
  ul {
    list-style: none;
    margin: 0;
  }
  
  .pt-10 {
    padding-top: 10px;
  }
  
  .pb-10 {
    padding-bottom: 10px;
  }
  
  .mt-10 {
    margin-top: 10px;
  }
  
  .mb-10 {
    margin-bottom: 10px;
  }
  
  .pt-20 {
    padding-top: 20px;
  }
  
  .pb-20 {
    padding-bottom: 20px;
  }
  
  .mt-20 {
    margin-top: 20px;
  }
  
  .mb-20 {
    margin-bottom: 20px;
  }
  
  .pt-30 {
    padding-top: 30px;
  }
  
  .pb-30 {
    padding-bottom: 30px;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .mb-30 {
    margin-bottom: 30px;
  }
  
  .pt-40 {
    padding-top: 40px;
  }
  
  .pb-40 {
    padding-bottom: 40px;
  }
  
  .mt-40 {
    margin-top: 40px;
  }
  
  .mb-40 {
    margin-bottom: 40px;
  }
  
  .pt-50 {
    padding-top: 50px;
  }
  
  .pb-50 {
    padding-bottom: 50px;
  }
  
  .mt-50 {
    margin-top: 50px;
  }
  
  .mb-50 {
    margin-bottom: 50px;
  }
  
  .pt-60 {
    padding-top: 60px;
  }
  
  .pb-60 {
    padding-bottom: 60px;
  }
  
  .mt-60 {
    margin-top: 60px;
  }
  
  .mb-60 {
    margin-bottom: 60px;
  }
  
  .pt-70 {
    padding-top: 70px;
  }
  
  .pb-70 {
    padding-bottom: 70px;
  }
  
  .mt-70 {
    margin-top: 70px;
  }
  
  .mb-70 {
    margin-bottom: 70px;
  }
  
  .pt-80 {
    padding-top: 80px;
  }
  
  .pb-80 {
    padding-bottom: 80px;
  }
  
  .mt-80 {
    margin-top: 80px;
  }
  
  .mb-80 {
    margin-bottom: 80px;
  }
  
  .pt-90 {
    padding-top: 90px;
  }
  
  .pb-90 {
    padding-bottom: 90px;
  }
  
  .mt-90 {
    margin-top: 90px;
  }
  
  .mb-90 {
    margin-bottom: 90px;
  }
  
  .pt-100 {
    padding-top: 100px;
  }
  
  .pb-100 {
    padding-bottom: 100px;
  }
  
  .mt-100 {
    margin-top: 100px;
  }
  
  .mb-100 {
    margin-bottom: 100px;
  }
 
  .bwd-icon-box-1 .bwd-wrapper-box {
    text-align: center;
    position: relative;
    margin-top: 65px;
  }
  .bwd-icon-box-wrapper {
    margin-bottom: 30px;
    display: block;
  }
  .bwd-icon-box-wrapper .bwd-iconstyle {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
  }
  @media (max-width: 575px) {
    .bwd-icon-box-1 .bwd-wrapper-box {
      max-width: 280px;
      margin: 65px auto 0;
    }
  }
  
  .bwd-icon-box-1 .bwd-wrapper-box:hover .bwd-sub-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-1 .bwd-wrapper-box:hover .bwd-sub-icon .bwd-icon-part i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-1 .bwd-wrapper-box .bwd-sub-icon {
    background: #e9e9e9;
    top: -65px;
    width: 140px;
    height: 100px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    border-radius: 20px 20px 100px 100px;
    -webkit-box-shadow: 0px 0px 10px 2px #4444;
            box-shadow: 0px 0px 10px 2px #4444;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-1 .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #fd3161;
    display: inline-block;
    width: 120px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    border-radius: 20px 20px 100px 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 34px;
    color: #fff;
  }
  
  .bwd-icon-box-1 .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-1 .bwd-wrapper-box .bwd-icon-content-part {
    padding: 40px 30px;
    background: #dddddda8;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px #4444;
            box-shadow: 0px 0px 10px 0px #4444;
  }
  
  .bwd-icon-box-1 .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fd3161;
    margin-bottom: 8px;
    margin-top: 35px;
  }
  
  .bwd-icon-box-1 .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
  
  .bwd-icon-box-1 .row > *:nth-child(2) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #fd9b1f;
  }
  
  .bwd-icon-box-1 .row > *:nth-child(2) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #fd9b1f;
  }
  
  .bwd-icon-box-1 .row > *:nth-child(3) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #1a6f87;
  }
  
  .bwd-icon-box-1 .row > *:nth-child(3) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #1a6f87;
  }
  
  .bwd-icon-box-1 .row > *:nth-child(4) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #2bbfc1;
  }
  
  .bwd-icon-box-1 .row > *:nth-child(4) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #2bbfc1;
  }
  .bwd-icon-box-1 .row > *:nth-child(5) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #31572c;
  }
  
  .bwd-icon-box-1 .row > *:nth-child(5) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #31572c;
  }
  .bwd-icon-box-1 .row > *:nth-child(6) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #bb3e03;
  }
  
  .bwd-icon-box-1 .row > *:nth-child(6) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #bb3e03;
  }
  .bwd-icon-box-1 .row > *:nth-child(7) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #7400b8;
  }
  
  .bwd-icon-box-1 .row > *:nth-child(7) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #7400b8;
  }
  .bwd-icon-box-1 .row > *:nth-child(8) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #59114d;
  }
  
  .bwd-icon-box-1 .row > *:nth-child(8) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #59114d;
  }
  
  .bwd-icon-box-2 .bwd-wrapper-box {
    text-align: center;
    position: relative;
    margin-top: 50px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-2 .bwd-wrapper-box {
      max-width: 280px;
      margin: 50px auto 0;
    }
  }
  
  .bwd-icon-box-2 .bwd-wrapper-box:hover .bwd-box-footer {
    width: 175px;
  }
  
  .bwd-icon-box-2 .bwd-wrapper-box .bwd-box-shado {
    -webkit-filter: drop-shadow(3px 8px 18px white);
            filter: drop-shadow(3px 8px 18px white);
  }
  
  .bwd-icon-box-2 .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon {
    background: #dddddda8;
    height: 100px;
    top: -50px;
    width: 110px;
    position: absolute;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
            clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  
  .bwd-icon-box-2 .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #893f36;
    display: inline-block;
    width: 90px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
            clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 34px;
    color: #fff;
  }
  
  .bwd-icon-box-2 .bwd-wrapper-box .bwd-icon-content-part {
    padding: 50px 30px;
    background: #dddddda8;
    border-radius: 8px;
  }
  
  .bwd-icon-box-2 .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #893f36;
    margin-bottom: 8px;
    margin-top: 12px;
  }
  
  .bwd-icon-box-2 .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
  
  .bwd-icon-box-2 .bwd-wrapper-box .bwd-box-footer {
    background: #893f36;
    width: 150px;
    height: 25px;
    margin: 0 auto;
    border-radius: 0 0 8px 8px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(2) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #fd9b1f;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(2) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #fd9b1f;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(2) .bwd-wrapper-box .bwd-box-footer {
    background: #fe9922;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(3) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #1a6f87;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(3) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #1a6f87;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(3) .bwd-wrapper-box .bwd-box-footer {
    background: #1a6f87;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(4) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #2abfc1;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(4) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #2abfc1;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(4) .bwd-wrapper-box .bwd-box-footer {
    background: #2abfc1;
  }
  .bwd-icon-box-2 .row > *:nth-child(5) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #ff6d00;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(5) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #ff6d00;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(5) .bwd-wrapper-box .bwd-box-footer {
    background: #ff6d00;
  }
  .bwd-icon-box-2 .row > *:nth-child(6) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #6a00f4;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(6) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #6a00f4;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(6) .bwd-wrapper-box .bwd-box-footer {
    background: #6a00f4;
  }
  .bwd-icon-box-2 .row > *:nth-child(7) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #a4133c;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(7) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #a4133c;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(7) .bwd-wrapper-box .bwd-box-footer {
    background: #a4133c;
  }
  .bwd-icon-box-2 .row > *:nth-child(8) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #582f0e;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(8) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #582f0e;
  }
  
  .bwd-icon-box-2 .row > *:nth-child(8) .bwd-wrapper-box .bwd-box-footer {
    background: #582f0e;
  }
  .bwd-icon-box-3 .bwd-wrapper-box {
    text-align: center;
    position: relative;
    margin-top: 65px;
  }
  .bwd-icon-box-3 {
    padding-top: 10px;
}
  @media (max-width: 575px) {
    .bwd-icon-box-3 .bwd-wrapper-box {
      max-width: 280px;
      margin: 65px auto 0;
    }
  }
  
  .bwd-icon-box-3 .bwd-wrapper-box:hover .bwd-sub-icon .bwd-icon-part i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-3 .bwd-wrapper-box .bwd-box-shado {
    position: relative;
    width: 100%;
  }
  
  .bwd-icon-box-3 .bwd-wrapper-box .bwd-box-shado:before {
    position: absolute;
    content: '';
    width: 83%;
    right: 0;
    bottom: 0;
    background: #f39f03;
    height: 170px;
    -webkit-clip-path: polygon(0 80%, 100% 105%, 0 100%);
            clip-path: polygon(0 80%, 100% 105%, 0 100%);
  }
  
  .bwd-icon-box-3 .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon {
    background: #fff;
    height: 120px;
    top: -75px;
    left: -10px;
    width: 110px;
    position: absolute;
    -webkit-clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
            clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  }
  
  .bwd-icon-box-3 .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #f39f03;
    display: inline-block;
    width: 90px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
            clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    position: absolute;
    top: 10px;
    left: 55px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 34px;
    color: #fff;
  }
  
  .bwd-icon-box-3 .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-3 .bwd-wrapper-box .bwd-icon-content-part {
    padding: 50px 30px;
    background: #e3e3e3;
    border-radius: 8px;
    -webkit-box-shadow: 12px 16px 28px -13px #a69e9e;
            box-shadow: 12px 16px 28px -13px #a69e9e;
  }
  
  .bwd-icon-box-3 .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f39f03;
    margin-bottom: 8px;
    margin-top: 26px;
  }
  
  .bwd-icon-box-3 .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(2) .bwd-wrapper-box .bwd-box-shado:before {
    background: #5eb25d;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(2) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #5eb25d;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(2) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #5eb25d;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(3) .bwd-wrapper-box .bwd-box-shado:before {
    background: #0b6679;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(3) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #0b6679;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(3) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #0b6679;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(4) .bwd-wrapper-box .bwd-box-shado:before {
    background: #0c82f1;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(4) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #0c82f1;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(4) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #0c82f1;
  }
  .bwd-icon-box-3 .row > *:nth-child(5) .bwd-wrapper-box .bwd-box-shado:before {
    background: #132a13;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(5) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #132a13;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(5) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #132a13;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(6) .bwd-wrapper-box .bwd-box-shado:before {
    background: #582f0e;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(6) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #582f0e;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(6) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #582f0e;
  }
  .bwd-icon-box-3 .row > *:nth-child(7) .bwd-wrapper-box .bwd-box-shado:before {
    background: #6a040f;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(7) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #6a040f;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(7) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #6a040f;
  }
  .bwd-icon-box-3 .row > *:nth-child(8) .bwd-wrapper-box .bwd-box-shado:before {
    background: #240046;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(8) .bwd-wrapper-box .bwd-box-shado .bwd-sub-icon .bwd-icon-part {
    background: #240046;
  }
  
  .bwd-icon-box-3 .row > *:nth-child(8) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #240046;
  }
  
  .bwd-icon-box-4 .bwd-wrapper-box {
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-4 .bwd-wrapper-box {
      max-width: 280px;
      margin: auto;
    }
  }
  
  .bwd-icon-box-4 .bwd-wrapper-box:hover .bwd-footer-part:before {
    height: 94%;
    width: 100%;
    border-radius: 0 0 110px 110px;
    z-index: -1;
    background: #ffb0504a;
  }
  
  .bwd-icon-box-4 .bwd-wrapper-box .bwd-sub-icon {
    background: #ffb050;
    height: 20px;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    position: relative;
    border-radius: 10px 10px 3px 3px;
  }
  
  .bwd-icon-box-4 .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #ffb050;
    display: inline-block;
    width: 100px;
    height: 65px;
    border-radius: 0 0 120px 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
  }
  
  .bwd-icon-box-4 .bwd-wrapper-box .bwd-icon-content-part {
    padding: 60px 30px;
    background: #e3e3e38c;
    border-radius: 0 0 110px 110px;
  }
  
  .bwd-icon-box-4 .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f39f03;
    margin-bottom: 8px;
    margin-top: 26px;
  }
  
  .bwd-icon-box-4 .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
  
  .bwd-icon-box-4 .bwd-wrapper-box .bwd-footer-part:before {
    position: absolute;
    content: '';
    border-radius: 30px 30px 0 0;
    height: 16px;
    width: 70px;
    background: #ffb050;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .bwd-icon-box-4 .bwd-wrapper-box .bwd-footer-part:before {
      width: 36px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .bwd-icon-box-4 .bwd-wrapper-box .bwd-footer-part:before {
      width: 36px;
    }
  }
  
  .bwd-icon-box-4 .row > *:nth-child(2) .bwd-wrapper-box:hover .bwd-footer-part:before {
    background: #6ae8e238;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(2) .bwd-wrapper-box .bwd-sub-icon {
    background: #6ae8e2;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(2) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #6ae8e2;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(2) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #6ae8e2;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(2) .bwd-wrapper-box .bwd-footer-part:before {
    background: #6ae8e2;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(3) .bwd-wrapper-box:hover .bwd-footer-part:before {
    background: #f76c5f3b;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(3) .bwd-wrapper-box .bwd-sub-icon {
    background: #f76c5f;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(3) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #f76c5f;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(3) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #f76c5f;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(3) .bwd-wrapper-box .bwd-footer-part:before {
    background: #f76c5f;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(4) .bwd-wrapper-box:hover .bwd-footer-part:before {
    background: #00b8ff33;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(4) .bwd-wrapper-box .bwd-sub-icon {
    background: #00b8ff;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(4) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #00b8ff;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(4) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #00b8ff;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(4) .bwd-wrapper-box .bwd-footer-part:before {
    background: #00b8ff;
  }
  .bwd-icon-box-4 .row > *:nth-child(5) .bwd-wrapper-box:hover .bwd-footer-part:before {
    background: #240046;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(5) .bwd-wrapper-box .bwd-sub-icon {
    background: #240046;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(5) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #240046;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(5) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #240046;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(5) .bwd-wrapper-box .bwd-footer-part:before {
    background: #240046;
  }
  .bwd-icon-box-4 .row > *:nth-child(6) .bwd-wrapper-box:hover .bwd-footer-part:before {
    background: #585123;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(6) .bwd-wrapper-box .bwd-sub-icon {
    background: #585123;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(6) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #585123;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(6) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #585123;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(6) .bwd-wrapper-box .bwd-footer-part:before {
    background: #585123;
  }
  .bwd-icon-box-4 .row > *:nth-child(7) .bwd-wrapper-box:hover .bwd-footer-part:before {
    background: #ff7b00;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(7) .bwd-wrapper-box .bwd-sub-icon {
    background: #ff7b00;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(7) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #ff7b00;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(7) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #ff7b00;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(7) .bwd-wrapper-box .bwd-footer-part:before {
    background: #ff7b00;
  }
  .bwd-icon-box-4 .row > *:nth-child(8) .bwd-wrapper-box:hover .bwd-footer-part:before {
    background: #e2afff;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(8) .bwd-wrapper-box .bwd-sub-icon {
    background: #e2afff;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(8) .bwd-wrapper-box .bwd-sub-icon .bwd-icon-part {
    background: #e2afff;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(8) .bwd-wrapper-box .bwd-icon-content-part .bwd-icon-title {
    color: #e2afff;
  }
  
  .bwd-icon-box-4 .row > *:nth-child(8) .bwd-wrapper-box .bwd-footer-part:before {
    background: #e2afff;
  }
  .bwd-icon-box-5 .bwd-box-part {
    background: #fff;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
    margin: 50px 5px 0;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-5 .bwd-box-part {
      max-width: 280px;
      margin: 50px auto 0;
    }
  }
  
  .bwd-icon-box-5 .bwd-box-part:hover .bwd-footer-part {
    width: 180px;
  }
  
  .bwd-icon-box-5 .bwd-box-part .bwd-sub-icon {
    position: absolute;
    height: 95px;
    width: 115%;
    background: #893f36;
    left: -24px;
    top: -50px;
    border-radius: 170px 3px;
    -webkit-box-shadow: 0 0 14px -4px #444;
            box-shadow: 0 0 14px -4px #444;
  }
  
  .bwd-icon-box-5 .bwd-box-part .bwd-sub-icon:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -26px;
    height: 27px;
    width: 24px;
    background: #893f36;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  
  .bwd-icon-box-5 .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 17px;
    height: 65px;
    width: 65px;
    background: #f2f2f1;
    display: flex;	
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #893f36;
    font-size: 28px;
    -webkit-box-shadow: 0 0 30px -8px #444;
            box-shadow: 0 0 30px -8px #444;
    overflow: hidden;
  }
  
  .bwd-icon-box-5 .bwd-box-part .bwd-icon-content-part {
    padding: 80px 20px 70px;
    text-align: center;
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .bwd-icon-box-5 .bwd-box-part .bwd-icon-content-part {
      padding: 80px 20px 60px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .bwd-icon-box-5 .bwd-box-part .bwd-icon-content-part {
      padding: 80px 20px 50px;
    }
  }
  
  .bwd-icon-box-5 .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #893f36;
  }
  
  .bwd-icon-box-5 .bwd-box-part .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    color: #000;
  }
  
  .bwd-icon-box-5 .bwd-box-part .bwd-footer-part {
    position: absolute;
    bottom: -15px;
    width: 130px;
    height: 15px;
    content: '';
    border-radius: 0 0 10px 10px;
    left: 50%;
    text-align: center;
    background: #893f36;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon {
    background: #fd9b1f;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon:before {
    background: #fd9b1f;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #fd9b1f;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(2) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #fd9b1f;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(2) .bwd-box-part .bwd-footer-part {
    background: #fd9b1f;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon {
    background: #2bbfc1;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon:before {
    background: #2bbfc1;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #2bbfc1;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(3) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #2bbfc1;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(3) .bwd-box-part .bwd-footer-part {
    background: #2bbfc1;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon {
    background: #1a6f87;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon:before {
    background: #1a6f87;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #1a6f87;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(4) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #1a6f87;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(4) .bwd-box-part .bwd-footer-part {
    background: #1a6f87;
  }
  .bwd-icon-box-5 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon {
    background: #deaaff;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon:before {
    background: #deaaff;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #deaaff;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(5) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #deaaff;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(5) .bwd-box-part .bwd-footer-part {
    background: #deaaff;
  }
  .bwd-icon-box-5 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon {
    background: #6d23b6;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon:before {
    background: #6d23b6;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #6d23b6;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(6) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #6d23b6;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(6) .bwd-box-part .bwd-footer-part {
    background: #6d23b6;
  }
  .bwd-icon-box-5 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon {
    background: #b100e8;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon:before {
    background: #b100e8;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #b100e8;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(7) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #b100e8;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(7) .bwd-box-part .bwd-footer-part {
    background: #b100e8;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon {
    background: #ff4800;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon:before {
    background: #ff4800;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #ff4800;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(8) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #ff4800;
  }
  
  .bwd-icon-box-5 .row > *:nth-child(8) .bwd-box-part .bwd-footer-part {
    background: #ff4800;
  }
  
  .bwd-icon-box-6 .bwd-box-part {
    background: #fff;
    position: relative;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-6 .bwd-box-part {
      max-width: 280px;
      margin: auto;
    }
  }
  
  .bwd-icon-box-6 .bwd-box-part:hover .bwd-footer-part {
    width: 150px;
  }
  
  .bwd-icon-box-6 .bwd-box-part:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background: #04243b;
    border-radius: 30px 30px 75px 75px;
  }
  
  .bwd-icon-box-6 .bwd-box-part .bwd-sub-icon {
    position: relative;
    height: 90px;
    width: 90px;
    background: #fff;
    top: 30px;
    margin: 0 auto;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
  }
  
  .bwd-icon-box-6 .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 10px;
    height: 70px;
    width: 70px;
    background: #04243b;
    display: flex;	
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: #fff;
    font-size: 28px;
    -webkit-box-shadow: 0 0 30px -8px #444;
            box-shadow: 0 0 30px -8px #444;
    overflow: hidden;
  }
  
  .bwd-icon-box-6 .bwd-box-part .bwd-icon-content-part {
    padding: 50px 20px;
    text-align: center;
  }
  
  .bwd-icon-box-6 .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #04243b;
  }
  
  .bwd-icon-box-6 .bwd-box-part .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    color: #000;
  }
  
  .bwd-icon-box-6 .bwd-box-part .bwd-footer-part {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70px;
    height: 15px;
    background: #04243b;
    border-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(2) .bwd-box-part:before {
    background: #fd9b1f;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fd9b1f;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(2) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #fd9b1f;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(2) .bwd-box-part .bwd-footer-part {
    background: #fd9b1f;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(3) .bwd-box-part:before {
    background: #1a6f87;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #1a6f87;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(3) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #1a6f87;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(3) .bwd-box-part .bwd-footer-part {
    background: #1a6f87;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(4) .bwd-box-part:before {
    background: #2bbfc1;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #2bbfc1;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(4) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #2bbfc1;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(4) .bwd-box-part .bwd-footer-part {
    background: #2bbfc1;
  }
  .bwd-icon-box-6 .row > *:nth-child(5) .bwd-box-part:before {
    background: #ff6000;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #ff6000;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(5) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #ff6000;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(5) .bwd-box-part .bwd-footer-part {
    background: #ff6000;
  }
  .bwd-icon-box-6 .row > *:nth-child(6) .bwd-box-part:before {
    background: #1976d2;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #1976d2;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(6) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #1976d2;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(6) .bwd-box-part .bwd-footer-part {
    background: #1976d2;
  }
  .bwd-icon-box-6 .row > *:nth-child(7) .bwd-box-part:before {
    background: #b100e8;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #b100e8;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(7) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #b100e8;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(7) .bwd-box-part .bwd-footer-part {
    background: #b100e8;
  }
  .bwd-icon-box-6 .row > *:nth-child(8) .bwd-box-part:before {
    background: #583101;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #583101;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(8) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #583101;
  }
  
  .bwd-icon-box-6 .row > *:nth-child(8) .bwd-box-part .bwd-footer-part {
    background: #583101;
  }
  .bwd-icon-box-7 .bwd-box-part {
    background: #fff;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
    margin-top: 50px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-7 .bwd-box-part {
      max-width: 280px;
      margin: 50px auto 0;
    }
  }
  
  .bwd-icon-box-7 .bwd-box-part:hover .bwd-sub-icon .bwd-icon-part i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-7 .bwd-box-part:before {
    position: absolute;
    content: '';
    top: -10px;
    inset-inline-start: -10px;
    width: 80%;
    height: 85px;
    background: #fd9b1f;
    border-radius: 20px 0 60px 1px;
  }
  
  .bwd-icon-box-7 .bwd-box-part:after {
    position: absolute;
    content: '';
    top: 74px;
    inset-inline-start: 50px;
    width: 30px;
    height: 17px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
    background: #fd9b1f;
  }
  
  .bwd-icon-box-7 .bwd-box-part .bwd-sub-icon {
    position: relative;
    height: 100px;
    width: 100px;
    background: #fff;
    left: 10px;
    inset-inline-start: 10px;
    top: -50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
  }
  
  .bwd-icon-box-7 .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 13px;
    height: 75px;
    width: 75px;
    background: #fd9b1f;
    display: flex;	
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    -webkit-box-shadow: 0 0 30px -8px #444;
            box-shadow: 0 0 30px -8px #444;
    overflow: hidden;
  }
  
  .bwd-icon-box-7 .bwd-box-part .bwd-sub-icon .bwd-icon-part i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-7 .bwd-box-part .bwd-icon-content-part {
    padding: 35px 20px;
    text-align: center;
  }
  
  .bwd-icon-box-7 .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fd9b1f;
  }
  
  .bwd-icon-box-7 .bwd-box-part .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    color: #000;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(2) .bwd-box-part:before {
    background: #f5804f;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(2) .bwd-box-part:after {
    background: #f5804f;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #f5804f;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(2) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #f5804f;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(3) .bwd-box-part:before {
    background: #0090c4;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(3) .bwd-box-part:after {
    background: #0090c4;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #0090c4;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(3) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #0090c4;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(4) .bwd-box-part:before {
    background: #6576fb;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(4) .bwd-box-part:after {
    background: #6576fb;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #6576fb;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(4) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #6576fb;
  }
  .bwd-icon-box-7 .row > *:nth-child(5) .bwd-box-part:before {
    background: #ff5400;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(5) .bwd-box-part:after {
    background: #ff5400;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #ff5400;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(5) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #ff5400;
  }
  .bwd-icon-box-7 .row > *:nth-child(6) .bwd-box-part:before {
    background: #780116;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(6) .bwd-box-part:after {
    background: #780116;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #780116;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(6) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #780116;
  }
  .bwd-icon-box-7 .row > *:nth-child(7) .bwd-box-part:before {
    background: #ff4800;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(7) .bwd-box-part:after {
    background: #ff4800;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #ff4800;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(7) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #ff4800;
  }
  .bwd-icon-box-7 .row > *:nth-child(8) .bwd-box-part:before {
    background: #582f0e;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(8) .bwd-box-part:after {
    background: #582f0e;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #582f0e;
  }
  
  .bwd-icon-box-7 .row > *:nth-child(8) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #582f0e;
  }
  
  .bwd-icon-box-8 .bwd-box-part {
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
    margin-top: 25px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-8 .bwd-box-part {
      max-width: 280px;
      margin: 25px auto 0;
    }
  }
  
  .bwd-icon-box-8 .bwd-box-part:hover .bwd-footer-part:before {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #4c94ff32;
    z-index: -1;
  }
  
  .bwd-icon-box-8 .bwd-box-part .bwd-sub-icon {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -25px;
    height: 65px;
    width: 51%;
    margin: 0 auto;
    background: #4c94ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 3px 20px 20px;
    color: #fff;
    font-size: 28px;
    z-index: 1;
  }
  
  .bwd-icon-box-8 .bwd-box-part .bwd-sub-icon:before {
    position: absolute;
    content: '';
    width: 25px;
    left: -24px;
    background: #4c94ff;
    top: 0px;
    height: 25px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  
  .bwd-icon-box-8 .bwd-box-part .bwd-sub-icon:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 25px;
    right: -24px;
    background: #4c94ff;
    top: 0px;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0 0);
            clip-path: polygon(100% 100%, 0% 100%, 0 0);
  }
  
  .bwd-icon-box-8 .bwd-box-part .bwd-icon-content-part {
    padding: 70px 20px;
    text-align: center;
  }
  
  .bwd-icon-box-8 .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    color: #4c94ff;
  }
  
  .bwd-icon-box-8 .bwd-box-part .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    color: #000;
  }
  
  .bwd-icon-box-8 .bwd-box-part .bwd-footer-part:before {
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 15px;
    content: '';
    border-radius: 20px 20px 0 0;
    left: 50%;
    text-align: center;
    background: #4c94ff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(2) .bwd-box-part:hover .bwd-footer-part:before {
    background: #02b7ff37;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon {
    background: #02b7ff;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon:before {
     background: #02b7ff;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon:after {
    background: #02b7ff;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(2) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #02b7ff;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(2) .bwd-box-part .bwd-footer-part:before {
    background: #02b7ff;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(3) .bwd-box-part:hover .bwd-footer-part:before {
    background: #0150ce32;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon {
    background: #0151ce;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon:before {
    background: #0151ce;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon:after {
    background: #0151ce;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(3) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #0151ce;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(3) .bwd-box-part .bwd-footer-part:before {
    background: #0151ce;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(4) .bwd-box-part:hover .bwd-footer-part:before {
    background: #264a7f31;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon {
    background: #26497f;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon:before {
    background: #26497f;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon:after {
    background: #26497f;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(4) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #26497f;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(4) .bwd-box-part .bwd-footer-part:before {
    background: #26497f;
  }
  .bwd-icon-box-8 .row > *:nth-child(5) .bwd-box-part:hover .bwd-footer-part:before {
    background: #e71d3621;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon {
    background: #e71d36;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon:before {
    background: #e71d36;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon:after {
    background: #e71d36;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(5) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #e71d36;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(5) .bwd-box-part .bwd-footer-part:before {
    background: #e71d36;
  }
  .bwd-icon-box-8 .row > *:nth-child(6) .bwd-box-part:hover .bwd-footer-part:before {
    background: #582f0e33;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon {
    background: #582f0e;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon:before {
    background: #582f0e;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon:after {
    background: #582f0e;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(6) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #582f0e;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(6) .bwd-box-part .bwd-footer-part:before {
    background: #582f0e;
  }
  .bwd-icon-box-8 .row > *:nth-child(7) .bwd-box-part:hover .bwd-footer-part:before {
    background: #3c096c3d;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon {
    background: #3c096c;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon:before {
    background: #3c096c;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon:after {
    background: #3c096c;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(7) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #3c096c;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(7) .bwd-box-part .bwd-footer-part:before {
    background: #3c096c;
  }
  .bwd-icon-box-8 .row > *:nth-child(8) .bwd-box-part:hover .bwd-footer-part:before {
    background: #ff7b004f;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon {
    background: #ff7b00;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon:before {
    background: #ff7b00;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon:after {
    background: #ff7b00;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(8) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #ff7b00;
  }
  
  .bwd-icon-box-8 .row > *:nth-child(8) .bwd-box-part .bwd-footer-part:before {
    background: #ff7b00;
  }
  .bwd-icon-box-9 .bwd-box-part {
    background: #fff;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
    margin-top: 50px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-9 .bwd-box-part {
      max-width: 280px;
      margin: 50px auto 0;
    }
  }
  
  .bwd-icon-box-9 .bwd-box-part:hover .bwd-footer-part {
    width: 150px;
  }
  
  .bwd-icon-box-9 .bwd-box-part:before {
    position: absolute;
    content: '';
    top: -16px;
    left: -10px;
    width: 75%;
    height: 35px;
    background: #68afff;
    border-radius: 20px;
  }
  
  .bwd-icon-box-9 .bwd-box-part .bwd-sub-icon {
    position: absolute;
    height: 100px;
    width: 100px;
    background: #68afff;
    left: -18px;
    top: -50px;
    border-radius: 50%;
  }
  
  .bwd-icon-box-9 .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 13px;
    height: 75px;
    width: 75px;
    background: #f2f2f1;
    display: flex;	
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #68afff;
    font-size: 28px;
    -webkit-box-shadow: 0 0 30px -8px #444;
            box-shadow: 0 0 30px -8px #444;
    overflow: hidden;
  }
  
  .bwd-icon-box-9 .bwd-box-part .bwd-icon-content-part {
    padding: 80px 20px;
    text-align: center;
  }
  
  .bwd-icon-box-9 .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #68afff;
  }
  
  .bwd-icon-box-9 .bwd-box-part .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    color: #000;
  }
  
  .bwd-icon-box-9 .bwd-box-part .bwd-footer-part {
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 15px;
    content: '';
    border-radius: 20px 20px 0 0;
    left: 50%;
    text-align: center;
    background: #68afff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(2) .bwd-box-part {
    background: #fff;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(2) .bwd-box-part:before {
    background: #f5804f;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon {
    background: #f5804f;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #f5804f;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(2) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #f5804f;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(2) .bwd-box-part .bwd-footer-part {
    background: #f5804f;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(3) .bwd-box-part {
    background: #fff;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(3) .bwd-box-part:before {
    background: #f46b6e;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon {
    background: #f46b6e;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #f46b6e;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(3) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #f46b6e;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(3) .bwd-box-part .bwd-footer-part {
    background: #f46b6e;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(4) .bwd-box-part {
    background: #fff;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(4) .bwd-box-part:before {
    background: #0ed2d2;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon {
    background: #0ed2d2;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #0ed2d2;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(4) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #0ed2d2;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(4) .bwd-box-part .bwd-footer-part {
    background: #0ed2d2;
  }
  .bwd-icon-box-9 .row > *:nth-child(5) .bwd-box-part {
    background: #fff;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(5) .bwd-box-part:before {
    background: #3c096c;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon {
    background: #3c096c;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #3c096c;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(5) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #3c096c;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(5) .bwd-box-part .bwd-footer-part {
    background: #3c096c;
  }
  .bwd-icon-box-9 .row > *:nth-child(6) .bwd-box-part {
    background: #fff;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(6) .bwd-box-part:before {
    background: #582f0e;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon {
    background: #582f0e;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #582f0e;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(6) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #582f0e;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(6) .bwd-box-part .bwd-footer-part {
    background: #582f0e;
  }
 
  .bwd-icon-box-9 .row > *:nth-child(7) .bwd-box-part {
    background: #fff;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(7) .bwd-box-part:before {
    background: #ff8800;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon {
    background: #ff8800;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #ff8800;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(7) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #ff8800;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(7) .bwd-box-part .bwd-footer-part {
    background: #ff8800;
  }
  .bwd-icon-box-9 .row > *:nth-child(8) .bwd-box-part {
    background: #fff;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(8) .bwd-box-part:before {
    background: #6e44ff;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon {
    background: #6e44ff;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    background: #fff;
    color: #6e44ff;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(8) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #6e44ff;
  }
  
  .bwd-icon-box-9 .row > *:nth-child(8) .bwd-box-part .bwd-footer-part {
    background: #6e44ff;
  }
 
  
  .bwd-icon-box-10 .bwd-box-part {
    color: #f67d4a;
    text-align: center;
    padding: 55px 20px 60px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #ececec00;
    -webkit-box-shadow: 0 0 17px -8px #f67d4a;
            box-shadow: 0 0 17px -8px #f67d4a;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-10 .bwd-box-part {
      max-width: 280px;
      margin: auto;
    }
  }
  
  .bwd-icon-box-10 .bwd-box-part:hover .bwd-service-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-10 .bwd-box-part:before, .bwd-icon-box-10 .bwd-box-part:after {
    content: "";
    background: #f67d4a;
    height: 45px;
    width: 100%;
    -webkit-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.3) inset;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .bwd-icon-box-10 .bwd-box-part:after {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3) inset;
    top: auto;
    bottom: 0;
  }
  
  .bwd-icon-box-10 .bwd-box-part .bwd-service-icon {
    font-size: 40px;
    margin: 0 0 10px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-10 .bwd-box-part .bwd-icon-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  
  .bwd-icon-box-10 .bwd-box-part .bwd-icon-description {
    color: #777;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }
  
  .bwd-icon-box-10 .row > *:nth-child(2) .bwd-box-part {
    color: #EC6D9E;
    -webkit-box-shadow: 0 0 17px -8px #EC6D9E;
            box-shadow: 0 0 17px -8px #EC6D9E;
  }
  
  .bwd-icon-box-10 .row > *:nth-child(2) .bwd-box-part:before, .bwd-icon-box-10 .row > *:nth-child(2) .bwd-box-part:after {
    background: #EC6D9E;
  }
  
  .bwd-icon-box-10 .row > *:nth-child(3) .bwd-box-part {
    color: #8672B9;
    -webkit-box-shadow: 0 0 17px -8px #8672B9;
            box-shadow: 0 0 17px -8px #8672B9;
  }
  
  .bwd-icon-box-10 .row > *:nth-child(3) .bwd-box-part:before, .bwd-icon-box-10 .row > *:nth-child(3) .bwd-box-part:after {
    background: #8672B9;
  }
  
  .bwd-icon-box-10 .row > *:nth-child(4) .bwd-box-part {
    color: #5196EC;
    -webkit-box-shadow: 0 0 17px -8px #5196EC;
            box-shadow: 0 0 17px -8px #5196EC;
  }
  
  .bwd-icon-box-10 .row > *:nth-child(4) .bwd-box-part:before, .bwd-icon-box-10 .row > *:nth-child(4) .bwd-box-part:after {
    background: #5196EC;
  }
  .bwd-icon-box-10 .row > *:nth-child(5) .bwd-box-part {
    color: #582f0e;
    -webkit-box-shadow: 0 0 17px -8px #582f0e;
            box-shadow: 0 0 17px -8px #582f0e;
  }
  
  .bwd-icon-box-10 .row > *:nth-child(5) .bwd-box-part:before, .bwd-icon-box-10 .row > *:nth-child(5) .bwd-box-part:after {
    background: #582f0e;
  }
  .bwd-icon-box-10 .row > *:nth-child(6) .bwd-box-part {
    color: #6a040f;
    -webkit-box-shadow: 0 0 17px -8px #6a040f;
            box-shadow: 0 0 17px -8px #6a040f;
  }
  
  .bwd-icon-box-10 .row > *:nth-child(6) .bwd-box-part:before, .bwd-icon-box-10 .row > *:nth-child(6) .bwd-box-part:after {
    background: #6a040f;
  }
  .bwd-icon-box-10 .row > *:nth-child(7) .bwd-box-part {
    color: #9b5de5;
    -webkit-box-shadow: 0 0 17px -8px #9b5de5;
            box-shadow: 0 0 17px -8px #9b5de5;
  }
  .bwd-icon-box-10 .row > *:nth-child(7) .bwd-box-part:before, .bwd-icon-box-10 .row > *:nth-child(7) .bwd-box-part:after {
    background: #9b5de5;
  }
  .bwd-icon-box-10 .row > *:nth-child(8) .bwd-box-part {
    color: #ff6d00;
    -webkit-box-shadow: 0 0 17px -8px #ff6d00;
            box-shadow: 0 0 17px -8px #ff6d00;
  }
  
  .bwd-icon-box-10 .row > *:nth-child(8) .bwd-box-part:before, .bwd-icon-box-10 .row > *:nth-child(8) .bwd-box-part:after {
    background: #ff6d00;
  }
  .bwd-icon-box-11 .bwd-box-part {
    background: #fff;
    position: relative;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-11 .bwd-box-part {
      max-width: 280px;
      margin: auto;
    }
  }
  
  .bwd-icon-box-11 .bwd-box-part:hover .bwd-sub-icon .bwd-icon-part i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-11 .bwd-box-part:hover .bwd-footer-part {
    width: 130px;
  }
  
  .bwd-icon-box-11 .bwd-box-part:before {
    position: absolute;
    content: '';
    top: 41px;
    left: 0;
    width: 100%;
    height: 61px;
    background: #ffb902;
  }
  
  .bwd-icon-box-11 .bwd-box-part .bwd-sub-icon {
    position: relative;
    height: 120px;
    width: 95px;
    background: #ffb902;
    top: 11px;
    margin: 0 auto;
    -webkit-clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
            clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
  }
  
  .bwd-icon-box-11 .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 13px;
    height: 95px;
    width: 75px;
    background: #fff;
    display: flex;	
    justify-content: center;
    align-items: center;
    -webkit-clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
            clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    color: #ffb902;
    font-size: 34px;
    -webkit-box-shadow: 0 0 30px -8px #444;
            box-shadow: 0 0 30px -8px #444;
    overflow: hidden;
  }
  
  .bwd-icon-box-11 .bwd-box-part .bwd-sub-icon .bwd-icon-part i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-11 .bwd-box-part .bwd-icon-content-part {
    padding: 40px 20px;
    text-align: center;
  }
  
  .bwd-icon-box-11 .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffb902;
  }
  
  .bwd-icon-box-11 .bwd-box-part .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    color: #000;
  }
  
  .bwd-icon-box-11 .bwd-box-part .bwd-footer-part {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75px;
    height: 14px;
    background: #ffb902;
    border-radius: 20px 20px 0 0;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(2) .bwd-box-part:before {
    background: #f5804f;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon {
    background: #f5804f;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    color: #f5804f;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(2) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #f5804f;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(2) .bwd-box-part .bwd-footer-part {
    background: #f5804f;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(3) .bwd-box-part:before {
    background: #0090c4;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon {
    background: #0090c4;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    color: #0090c4;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(3) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #0090c4;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(3) .bwd-box-part .bwd-footer-part {
    background: #0090c4;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(4) .bwd-box-part:before {
    background: #031737;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon {
    background: #031737;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    color: #031737;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(4) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #031737;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(4) .bwd-box-part .bwd-footer-part {
    background: #031737;
  }
  .bwd-icon-box-11 .row > *:nth-child(5) .bwd-box-part:before {
    background: #3c096c;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon {
    background: #3c096c;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    color: #3c096c;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(5) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #3c096c;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(5) .bwd-box-part .bwd-footer-part {
    background: #3c096c;
  }
  .bwd-icon-box-11 .row > *:nth-child(6) .bwd-box-part:before {
    background: #80b918;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon {
    background: #80b918;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    color: #80b918;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(6) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #80b918;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(6) .bwd-box-part .bwd-footer-part {
    background: #80b918;
  }
  .bwd-icon-box-11 .row > *:nth-child(7) .bwd-box-part:before {
    background: #6e44ff;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon {
    background: #6e44ff;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    color: #6e44ff;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(7) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #6e44ff;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(7) .bwd-box-part .bwd-footer-part {
    background: #6e44ff;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(8) .bwd-box-part:before {
    background: #583101;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon {
    background: #583101;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    color: #583101;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(8) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #583101;
  }
  
  .bwd-icon-box-11 .row > *:nth-child(8) .bwd-box-part .bwd-footer-part {
    background: #583101;
  }
  
  .bwd-icon-box-12 .bwd-box-part {
    background: #fff;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
    outline: 2px solid #68afff;
    outline-offset: 15px;
    margin: 30px 10px 22px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-12 .bwd-box-part {
      max-width: 280px;
      margin: 30px auto 22px;
    }
  }
  
  .bwd-icon-box-12 .bwd-box-part:hover .bwd-sub-icon .bwd-icon-part i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-12 .bwd-box-part .bwd-sub-icon {
    position: relative;
    height: 61px;
    width: 140px;
    background: #68afff;
    top: -30px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 25px -9px #444;
    box-shadow: 0 0 25px -9px #444;
    border-radius: 2px 2px 40px 40px;
  }
  
  .bwd-icon-box-12 .bwd-box-part .bwd-sub-icon:before {
    position: absolute;
    content: '';
    top: 0px;
    left: -9px;
    width: 10px;
    height: 14px;
    background: #68afff;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  
  .bwd-icon-box-12 .bwd-box-part .bwd-sub-icon:after {
    position: absolute;
    content: '';
    top: 0px;
    right: -10px;
    width: 10px;
    height: 14px;
    background: #68afff;
    -webkit-clip-path: polygon(0 4%, 0 100%, 100% 100%);
            clip-path: polygon(0 4%, 0 100%, 100% 100%);
  }
  
  .bwd-icon-box-12 .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 14px;
    color: #fff;
    font-size: 28px;
  }
  
  .bwd-icon-box-12 .bwd-box-part .bwd-sub-icon .bwd-icon-part i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-12 .bwd-box-part .bwd-icon-content-part {
    padding: 30px 20px 60px;
    text-align: center;
  }
  
  .bwd-icon-box-12 .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3b8ae1;
  }
  
  .bwd-icon-box-12 .bwd-box-part .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    margin-top: 16px;
    color: #000;
  }
  
  .bwd-icon-box-12 .bwd-box-part .bwd-footer-part {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 110px;
    height: 15px;
    background: #68afff;
    border-radius: 10px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 5px 0px #444;
            box-shadow: 0 0 5px 0px #444;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(2) .bwd-box-part {
    outline: 2px solid #ffa549;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon {
    background: #ffa549;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon:before {
    background: #ffa549;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon:after {
    background: #ffa549;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(2) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #ffa549;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(2) .bwd-box-part .bwd-footer-part {
    background: #ffa549;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(3) .bwd-box-part {
    outline: 2px solid #f36d6f;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon {
    background: #f36d6f;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon:before {
    background: #f36d6f;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon:after {
    background: #f36d6f;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(3) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #f36d6f;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(3) .bwd-box-part .bwd-footer-part {
    background: #f36d6f;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(4) .bwd-box-part {
    outline: 2px solid #0fd1d2;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon {
    background: #0fd1d2;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon:before {
    background: #0fd1d2;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon:after {
    background: #0fd1d2;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(4) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #0fd1d2;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(4) .bwd-box-part .bwd-footer-part {
    background: #0fd1d2;
  }
  .bwd-icon-box-12 .row > *:nth-child(5) .bwd-box-part {
    outline: 2px solid #c36f09;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon {
    background: #c36f09;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon:before {
    background: #c36f09;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon:after {
    background: #c36f09;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(5) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #c36f09;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(5) .bwd-box-part .bwd-footer-part {
    background: #c36f09;
  }
  .bwd-icon-box-12 .row > *:nth-child(6) .bwd-box-part {
    outline: 2px solid #007200;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon {
    background: #007200;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon:before {
    background: #007200;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon:after {
    background: #007200;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(6) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #007200;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(6) .bwd-box-part .bwd-footer-part {
    background: #007200;
  }
  .bwd-icon-box-12 .row > *:nth-child(7) .bwd-box-part {
    outline: 2px solid #583101;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon {
    background: #583101;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon:before {
    background: #583101;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon:after {
    background: #583101;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(7) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #583101;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(7) .bwd-box-part .bwd-footer-part {
    background: #583101;
  }
  .bwd-icon-box-12 .row > *:nth-child(8) .bwd-box-part {
    outline: 2px solid #7209b7;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon {
    background: #7209b7;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon:before {
    background: #7209b7;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon:after {
    background: #7209b7;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(8) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #7209b7;
  }
  
  .bwd-icon-box-12 .row > *:nth-child(8) .bwd-box-part .bwd-footer-part {
    background: #7209b7;
  }
  .bwd-icon-box-13 .bwd-box-part {
    background: #fff;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
    margin: 16px 5px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-13 .bwd-box-part {
      max-width: 280px;
      margin: 16px auto;
    }
  }
  
  .bwd-icon-box-13 .bwd-box-part:hover .bwd-sub-icon:before {
    width: 190px;
  }
  
  .bwd-icon-box-13 .bwd-box-part:hover .bwd-footer-part:before {
    width: 190px;
  }
  
  .bwd-icon-box-13 .bwd-box-part:hover .bwd-sub-icon .bwd-icon-part i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-13 .bwd-box-part .bwd-sub-icon {
    position: relative;
    height: 75px;
    width: 100%;
    background: transparent;
    top: -30px;
    left: 0;
    -webkit-filter: drop-shadow(1px 1px 4px #444);
            filter: drop-shadow(1px 1px 4px #444);
  }
  
  .bwd-icon-box-13 .bwd-box-part .bwd-sub-icon:before {
    position: absolute;
    content: '';
    bottom: -15px;
    right: -15px;
    width: 170px;
    height: 100%;
    background: #fe9601;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0 0);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-13 .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    position: absolute;
    right: 26px;
    top: 28px;
    color: #fff;
    font-size: 34px;
  }
  
  .bwd-icon-box-13 .bwd-box-part .bwd-sub-icon .bwd-icon-part i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-13 .bwd-box-part .bwd-icon-content-part {
    padding: 30px 20px 80px;
    text-align: center;
  }
  
  .bwd-icon-box-13 .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fe9601;
  }
  
  .bwd-icon-box-13 .bwd-box-part .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    margin-top: 16px;
    color: #000;
  }
  
  .bwd-icon-box-13 .bwd-box-part .bwd-footer-part {
    -webkit-filter: drop-shadow(1px 1px 4px #444);
            filter: drop-shadow(1px 1px 4px #444);
  }
  
  .bwd-icon-box-13 .bwd-box-part .bwd-footer-part:before {
    position: absolute;
    content: '';
    left: -15px;
    bottom: -15px;
    width: 170px;
    height: 75px;
    background: #fe9601;
    -webkit-clip-path: polygon(50% 0%, 100% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
            clip-path: polygon(50% 0%, 100% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon:before {
    background: #f03d00;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(2) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #f03d00;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(2) .bwd-box-part .bwd-footer-part:before {
    background: #f03d00;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon:before {
    background: #0055a6;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(3) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #0055a6;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(3) .bwd-box-part .bwd-footer-part:before {
    background: #0055a6;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon:before {
    background: #009fa2;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(4) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #009fa2;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(4) .bwd-box-part .bwd-footer-part:before {
    background: #009fa2;
  }
  .bwd-icon-box-13 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon:before {
    background: #582f0e;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(5) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #582f0e;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(5) .bwd-box-part .bwd-footer-part:before {
    background: #582f0e;
  }
  .bwd-icon-box-13 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon:before {
    background: #ae2012;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(6) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #ae2012;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(6) .bwd-box-part .bwd-footer-part:before {
    background: #ae2012;
  }
  .bwd-icon-box-13 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon:before {
    background: #cc5803;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(7) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #cc5803;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(7) .bwd-box-part .bwd-footer-part:before {
    background: #cc5803;
  }
  .bwd-icon-box-13 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon:before {
    background: #aacc00;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(8) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #aacc00;
  }
  
  .bwd-icon-box-13 .row > *:nth-child(8) .bwd-box-part .bwd-footer-part:before {
    background: #aacc00;
  }
  
  .bwd-icon-box-14 .bwd-box-part {
    background: #fff;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
    margin-top: 42px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-14 .bwd-box-part {
      max-width: 280px;
      margin: 42px auto 0;
    }
  }
  
  .bwd-icon-box-14 .bwd-box-part:hover .bwd-sub-icon .bwd-icon-part i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-14 .bwd-box-part:hover .bwd-footer-part {
    width: 130px;
  }
  
  .bwd-icon-box-14 .bwd-box-part .bwd-sub-icon {
    position: absolute;
    content: '';
    top: -41px;
    right: -20px;
    border-radius: 50px;
    width: 130px;
    height: 80px;
    background: #68afff;
    -webkit-clip-path: polygon(32% 0, 70% 0, 100% 50%, 70% 100%, 32% 100%, 44% 77%, 0 77%, 0 23%, 41% 23%);
            clip-path: polygon(32% 0, 70% 0, 100% 50%, 70% 100%, 32% 100%, 44% 77%, 0 77%, 0 23%, 41% 23%);
    overflow: hidden;
  }
  
  .bwd-icon-box-14 .bwd-box-part .bwd-sub-icon .bwd-icon-part {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
    color: #fff;
    font-size: 34px;
  }
  
  .bwd-icon-box-14 .bwd-box-part .bwd-sub-icon .bwd-icon-part i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-14 .bwd-box-part .bwd-icon-content-part {
    padding: 80px 20px 60px;
    text-align: center;
  }
  
  .bwd-icon-box-14 .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #68afff;
  }
  
  .bwd-icon-box-14 .bwd-box-part .bwd-icon-content-part .bwd-icon-description {
    font-size: 16px;
    margin-top: 16px;
    color: #000;
  }
  
  .bwd-icon-box-14 .bwd-box-part .bwd-footer-part {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 15px;
    background: #68afff;
    border-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(2) .bwd-box-part .bwd-sub-icon {
    background: #ffa54b;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(2) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #ffa54b;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(2) .bwd-box-part .bwd-footer-part {
    background: #ffa54b;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(3) .bwd-box-part .bwd-sub-icon {
    background: #f46b6e;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(3) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #f46b6e;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(3) .bwd-box-part .bwd-footer-part {
    background: #f46b6e;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(4) .bwd-box-part .bwd-sub-icon {
    background: #0ed2d2;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(4) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #0ed2d2;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(4) .bwd-box-part .bwd-footer-part {
    background: #0ed2d2;
  }
  .bwd-icon-box-14 .row > *:nth-child(5) .bwd-box-part .bwd-sub-icon {
    background: #583101;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(5) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #583101;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(5) .bwd-box-part .bwd-footer-part {
    background: #583101;
  }
  .bwd-icon-box-14 .row > *:nth-child(6) .bwd-box-part .bwd-sub-icon {
    background: #ff69eb;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(6) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #ff69eb;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(6) .bwd-box-part .bwd-footer-part {
    background: #ff69eb;
  }
  .bwd-icon-box-14 .row > *:nth-child(7) .bwd-box-part .bwd-sub-icon {
    background: #006400;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(7) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #006400;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(7) .bwd-box-part .bwd-footer-part {
    background: #006400;
  }
  .bwd-icon-box-14 .row > *:nth-child(8) .bwd-box-part .bwd-sub-icon {
    background: #ff6700;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(8) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #ff6700;
  }
  
  .bwd-icon-box-14 .row > *:nth-child(8) .bwd-box-part .bwd-footer-part {
    background: #ff6700;
  }
  .bwd-icon-box-15 .bwd-box-part {
    color: #696969;
    background: radial-gradient(transparent, #eee);
    text-align: center;
    padding: 95px 15px 20px;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-15 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-15 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-15 .bwd-box-part:hover:before {
    width: 340%;
    height: 200%;
    z-index: 0;
    background: #1abb9b36;
  }
  
  .bwd-icon-box-15 .bwd-box-part:before {
    content: "";
    background: #1ABB9C;
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: -85px;
    left: -85px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  
  .bwd-icon-box-15 .bwd-box-part .bwd-icon-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  .bwd-icon-box-15 .bwd-box-part .bwd-icon-description {
    color: #888;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px;
  }
  
  .bwd-icon-box-15 .bwd-box-part .bwd-service-icon {
    color: #1ABB9C;
    font-size: 45px;
    line-height: 45px;
  }
  
  .bwd-icon-box-15 .bwd-box-part .bwd-service-icon i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(2) .bwd-box-part:before {
    background: #F12945;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(2) .bwd-box-part:hover:before {
    background: #f1294421;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(2) .bwd-box-part .bwd-icon-title:after {
    border-top: 5px dotted #F12945;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    color: #F12945;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(3) .bwd-box-part:before {
    background: #2F5560;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(3) .bwd-box-part:hover:before {
    background: #2f556024;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(3) .bwd-box-part .bwd-icon-title:after {
    border-top: 5px dotted #2F5560;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    color: #2F5560;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(4) .bwd-box-part:before {
    background: #F3B202;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(4) .bwd-box-part:hover:before {
    background: #f3b30222;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(4) .bwd-box-part .bwd-icon-title:after {
    border-top: 5px dotted #F3B202;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    color: #F3B202;
  }
  .bwd-icon-box-15 .row > *:nth-child(5) .bwd-box-part:before {
    background: #432818;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(5) .bwd-box-part:hover:before {
    background: #43281821;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(5) .bwd-box-part .bwd-icon-title:after {
    border-top: 5px dotted #432818;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    color: #432818;
  }
  .bwd-icon-box-15 .row > *:nth-child(6) .bwd-box-part:before {
    background: #585123;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(6) .bwd-box-part:hover:before {
    background: #5851232b;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(6) .bwd-box-part .bwd-icon-title:after {
    border-top: 5px dotted #585123;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    color: #585123;
  }
  .bwd-icon-box-15 .row > *:nth-child(7) .bwd-box-part:before {
    background: #004b23;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(7) .bwd-box-part:hover:before {
    background: #004b2333;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(7) .bwd-box-part .bwd-icon-title:after {
    border-top: 5px dotted #004b23;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    color: #004b23;
  }
  .bwd-icon-box-15 .row > *:nth-child(8) .bwd-box-part:before {
    background: #ff69eb;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(8) .bwd-box-part:hover:before {
    background: #ff69eb1f;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(8) .bwd-box-part .bwd-icon-title:after {
    border-top: 5px dotted #ff69eb;
  }
  
  .bwd-icon-box-15 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    color: #ff69eb;
  }
  
  .bwd-icon-box-16 .bwd-box-part {
    background: #fff;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 25px -9px #444;
            box-shadow: 0 0 25px -9px #444;
    margin-top: 15px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-16 .bwd-box-part {
      max-width: 280px;
      margin: 15px auto;
    }
  }
  
  .bwd-icon-box-16 .bwd-box-part:hover .bwd-first-box .bwd-sub-icon .bwd-icon-part i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-16 .bwd-box-part .bwd-first-box {
    -webkit-filter: drop-shadow(1px 2px 3px #00000085);
            filter: drop-shadow(1px 2px 3px #00000085);
  }
  
  .bwd-icon-box-16 .bwd-box-part .bwd-first-box .bwd-sub-icon {
    position: absolute;
    height: 100px;
    width: 80%;
    background: #ffffff;
    left: 10%;
    top: -12px;
    -webkit-clip-path: polygon(100% 0, 85% 64%, 15% 64%, 0 0);
            clip-path: polygon(100% 0, 85% 64%, 15% 64%, 0 0);
  }
  
  .bwd-icon-box-16 .bwd-box-part .bwd-first-box .bwd-sub-icon .bwd-icon-part {
    position: absolute;
    content: '';
    left: 3%;
    top: 4px;
    height: 88px;
    width: 94%;
    text-align: center;
    background: #ff9a12;
    color: #fff;
    font-size: 26px;
    -webkit-box-shadow: 0 0 30px -8px #444;
    box-shadow: 0 0 30px -8px #444;
    overflow: hidden;
    -webkit-clip-path: polygon(100% 0, 85% 64%, 15% 64%, 0 0);
    clip-path: polygon(100% 0, 85% 64%, 15% 64%, 0 0);
  }
  
  .bwd-icon-box-16 .bwd-box-part .bwd-first-box .bwd-sub-icon .bwd-icon-part i {
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 14px;
  }
  
  .bwd-icon-box-16 .bwd-box-part .bwd-icon-content-part {
    padding: 100px 20px 70px;
    text-align: center;
  }
  
  .bwd-icon-box-16 .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ff9a12;
  }
  
  .bwd-icon-box-16 .bwd-box-part .bwd-icon-content-part .bwd-icon-description {
    font-size: 15px;
    color: #000;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(2) .bwd-box-part {
    background: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(2) .bwd-box-part .bwd-first-box .bwd-sub-icon {
    background: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(2) .bwd-box-part .bwd-first-box .bwd-sub-icon .bwd-icon-part {
    background: #fe3061;
    color: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(2) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #fe3061;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(3) .bwd-box-part {
    background: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(3) .bwd-box-part .bwd-first-box .bwd-sub-icon {
    background: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(3) .bwd-box-part .bwd-first-box .bwd-sub-icon .bwd-icon-part {
    background: #02b0bb;
    color: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(3) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #02b0bb;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(4) .bwd-box-part {
    background: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(4) .bwd-box-part .bwd-first-box .bwd-sub-icon {
    background: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(4) .bwd-box-part .bwd-first-box .bwd-sub-icon .bwd-icon-part {
    background: #7555c6;
    color: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(4) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #7555c6;
  }
  .bwd-icon-box-16 .row > *:nth-child(5) .bwd-box-part {
    background: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(5) .bwd-box-part .bwd-first-box .bwd-sub-icon {
    background: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(5) .bwd-box-part .bwd-first-box .bwd-sub-icon .bwd-icon-part {
    background: #deaaff;
    color: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(5) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #deaaff;
  }
  .bwd-icon-box-16 .row > *:nth-child(6) .bwd-box-part .bwd-first-box .bwd-sub-icon .bwd-icon-part {
    background: #76520e;
    color: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(6) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #76520e;
  }
  .bwd-icon-box-16 .row > *:nth-child(7) .bwd-box-part .bwd-first-box .bwd-sub-icon .bwd-icon-part {
    background: #360568;
    color: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(7) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #360568;
  }
  .bwd-icon-box-16 .row > *:nth-child(8) .bwd-box-part .bwd-first-box .bwd-sub-icon .bwd-icon-part {
    background: #780000;
    color: #fff;
  }
  
  .bwd-icon-box-16 .row > *:nth-child(8) .bwd-box-part .bwd-icon-content-part .bwd-icon-title {
    color: #780000;
  }
  .bwd-icon-box-17 .bwd-box-part {
    color: #606060;
    padding: 25px 15px 20px;
    text-align: center;
    background: #ececec;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 21px -9px #444;
            box-shadow: 0 0 21px -9px #444;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-17 .bwd-box-part {
      max-width: 280px;
      margin: 0px auto;
    }
  }
  
  .bwd-icon-box-17 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-17 .bwd-box-part:hover .bwd-service-icon::before, .bwd-icon-box-17 .bwd-box-part:hover .bwd-service-icon::after {
    width: 111px;
    height: 111px;
    border-radius: 20px;
  }
  
  .bwd-icon-box-17 .bwd-box-part .bwd-service-icon {
    color: #04babf;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 105px;
    margin: 0 auto 25px;
    border: 3px solid #06BBBD;
    border-radius: 20px 20px;
    position: relative;
  }
  
  .bwd-icon-box-17 .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-17 .bwd-box-part .bwd-service-icon:after {
    content: "";
    width: 60px;
    height: 60px;
    border-top: 8px solid #06BBBD;
    border-right: 8px solid #06BBBD;
    border-radius: 0 20px 0 0;
    position: absolute;
    top: -6px;
    right: -6px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-17 .bwd-box-part .bwd-service-icon:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: auto;
    bottom: -6px;
    right: auto;
    left: -6px;
  }
  
  .bwd-icon-box-17 .bwd-box-part .bwd-service-icon i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-17 .bwd-box-part .bwd-icon-title {
    color: #06BBBD;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 5px;
  }
  
  .bwd-icon-box-17 .bwd-box-part .bwd-icon-description {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 23px;
    margin: 0;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    color: #F9635C;
    border: 3px solid #F9635C;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-17 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon:after {
    border-top: 8px solid #F9635C;
    border-right: 8px solid #F9635C;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(2) .bwd-box-part .bwd-icon-title {
    color: #F9635C;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    color: #8F4681;
    border: 3px solid #8F4681;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-17 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon:after {
    border-top: 8px solid #8F4681;
    border-right: 8px solid #8F4681;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(3) .bwd-box-part .bwd-icon-title {
    color: #8F4681;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    color: #404E51;
    border: 3px solid #404E51;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-17 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon:after {
    border-top: 8px solid #404E51;
    border-right: 8px solid #404E51;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(4) .bwd-box-part .bwd-icon-title {
    color: #404E51;
  }
  .bwd-icon-box-17 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    color: #585123;
    border: 3px solid #585123;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-17 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon:after {
    border-top: 8px solid #585123;
    border-right: 8px solid #585123;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(5) .bwd-box-part .bwd-icon-title {
    color: #585123;
  }
  .bwd-icon-box-17 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    color: #ff5400;
    border: 3px solid #ff5400;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-17 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon:after {
    border-top: 8px solid #ff5400;
    border-right: 8px solid #ff5400;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(6) .bwd-box-part .bwd-icon-title {
    color: #ff5400;
  }
  .bwd-icon-box-17 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    color: #3c096c;
    border: 3px solid #3c096c;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-17 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon:after {
    border-top: 8px solid #3c096c;
    border-right: 8px solid #3c096c;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(7) .bwd-box-part .bwd-icon-title {
    color: #3c096c;
  }
  .bwd-icon-box-17 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    color: #ff69eb;
    border: 3px solid #ff69eb;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-17 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon:after {
    border-top: 8px solid #ff69eb;
    border-right: 8px solid #ff69eb;
  }
  
  .bwd-icon-box-17 .row > *:nth-child(8) .bwd-box-part .bwd-icon-title {
    color: #ff69eb;
  }
  
  .bwd-icon-box-18 .bwd-box-part {
    color: #fff;
    background: #075F73;
    text-align: center;
    padding: 0 0 30px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 12px -1px #444;
            box-shadow: 0 0 12px -1px #444;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-18 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto 0;
    }
  }
  
  .bwd-icon-box-18 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-18 .bwd-box-part:before {
    content: "";
    background: #fff;
    width: calc(95% - 20px);
    height: calc(95% - 20px);
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
  }
  
  .bwd-icon-box-18 .bwd-box-part .bwd-icon-title {
    background: #075F73;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 20px 15px 22px;
    margin: 0;
    border-radius: 30px 30px 100% 100%;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    font-weight: 700;
  }
  
  .bwd-icon-box-18 .bwd-box-part .bwd-service-icon {
    background: #075F73;
    font-size: 35px;
    text-align: start;
    line-height: 180px;
    width: 100px;
    height: 130px;
    padding-block-start: 0;
    padding-inline-end: 0;
    padding-block-end: 0;
    padding-inline-start: 30px;
    margin: -54px 0 8px;
    border-start-start-radius: 20px 20px;
    border-start-end-radius: 50% 50%;
    border-end-end-radius: 80% 50%;
    border-end-start-radius: 0 0;
    -webkit-box-shadow: 9px 9px 26px -18px #444;
            box-shadow: 9px 9px 26px -18px #444;
  }
  
  .bwd-icon-box-18 .bwd-box-part .bwd-service-icon i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-18 .bwd-box-part .bwd-icon-description {
    color: #777;
    font-size: 16px;
    line-height: 23px;
    margin: 0 25px;
    padding: 15px 0;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(2) .bwd-box-part {
    color: #fff;
    background: #ffaf4f;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(2) .bwd-box-part .bwd-icon-title {
    background: #ffaf4f;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    background: #ffaf4f;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(3) .bwd-box-part {
    color: #fff;
    background: #fc5939;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(3) .bwd-box-part .bwd-icon-title {
    background: #fc5939;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    background: #fc5939;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(4) .bwd-box-part {
    color: #fff;
    background: #6e5b8f;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(4) .bwd-box-part .bwd-icon-title {
    background: #6e5b8f;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    background: #6e5b8f;
  }
  .bwd-icon-box-18 .row > *:nth-child(5) .bwd-box-part {
    color: #fff;
    background: #ff69eb;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(5) .bwd-box-part .bwd-icon-title {
    background: #ff69eb;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    background: #ff69eb;
  }
  .bwd-icon-box-18 .row > *:nth-child(6) .bwd-box-part {
    color: #fff;
    background: #76520e;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(6) .bwd-box-part .bwd-icon-title {
    background: #76520e;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    background: #76520e;
  }
  .bwd-icon-box-18 .row > *:nth-child(7) .bwd-box-part {
    color: #fff;
    background: #6e44ff;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(7) .bwd-box-part .bwd-icon-title {
    background: #6e44ff;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    background: #6e44ff;
  }
  .bwd-icon-box-18 .row > *:nth-child(8) .bwd-box-part {
    color: #fff;
    background: #710000;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(8) .bwd-box-part .bwd-icon-title {
    background: #710000;
  }
  
  .bwd-icon-box-18 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    background: #710000;
  }
  .bwd-icon-box-19 .bwd-box-part {
    color: #db7100;
    background: #db7100;
    text-align: center;
    padding: 25px 35px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px -6px #444;
            box-shadow: 0 0 20px -6px #444;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-19 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-19 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-19 .bwd-box-part::before, .bwd-icon-box-19 .bwd-box-part::after {
    content: "";
    background:#fff;
    border-radius: 10px 10px 80px 10px;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 5px;
    bottom: 5px;
    z-index: -1;
  }
  
  .bwd-icon-box-19 .bwd-box-part:after {
    background: #db7100;
    width: 60px;
    height: 60px;
    border-radius: 10px 0 150% 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
  
  .bwd-icon-box-19 .bwd-box-part .bwd-service-icon {
    background: #fff;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px;
    margin: 0 auto 15px;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.15) inset;
  }
  
  .bwd-icon-box-19 .bwd-box-part .bwd-service-icon i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-19 .bwd-box-part .bwd-icon-title {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 700;
  }
  
  .bwd-icon-box-19 .bwd-box-part .bwd-icon-description {
    color: #555;
    font-size: 16px;
    line-height: 23px;
  }
  
  .bwd-icon-box-19 .row > *:nth-child(2) .bwd-box-part {
    color: #68afff;
    background: #68afff;
  }
  
  .bwd-icon-box-19 .row > *:nth-child(2) .bwd-box-part:after {
    background: #68afff;
  }
  
  .bwd-icon-box-19 .row > *:nth-child(3) .bwd-box-part {
    color: #f46b6e;
    background: #f46b6e;
  }
  
  .bwd-icon-box-19 .row > *:nth-child(3) .bwd-box-part:after {
    background: #f46b6e;
  }
  
  .bwd-icon-box-19 .row > *:nth-child(4) .bwd-box-part {
    color: #0ed2d2;
    background: #0ed2d2;
  }
  
  .bwd-icon-box-19 .row > *:nth-child(4) .bwd-box-part:after {
    background: #0ed2d2;
  }
  .bwd-icon-box-19 .row > *:nth-child(5) .bwd-box-part {
    color: #585123;
    background: #585123;
  }
  
  .bwd-icon-box-19 .row > *:nth-child(5) .bwd-box-part:after {
    background: #585123;
  }
  .bwd-icon-box-19 .row > *:nth-child(6) .bwd-box-part {
    color: #47126b;
    background: #47126b;
  }
  
  .bwd-icon-box-19 .row > *:nth-child(6) .bwd-box-part:after {
    background: #47126b;
  }
  .bwd-icon-box-19 .row > *:nth-child(7) .bwd-box-part {
    color: #cc5803;
    background: #cc5803;
  }
  
  .bwd-icon-box-19 .row > *:nth-child(7) .bwd-box-part:after {
    background: #cc5803;
  }
  .bwd-icon-box-19 .row > *:nth-child(8) .bwd-box-part {
    color: #004b23;
    background: #004b23;
  }
  
  .bwd-icon-box-19 .row > *:nth-child(8) .bwd-box-part:after {
    background: #004b23;
  }
  
  .bwd-icon-box-20 .bwd-box-part {
    padding: 38px 0 0;
    position: relative;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-20 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-20 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-20 .bwd-box-part .bwd-service-icon {
    background: #016CB0;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 80px;
    padding: 0 25px;
    border-radius: 10px 10px 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
  }
  
  .bwd-icon-box-20 .bwd-box-part .bwd-service-icon i {
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-20 .bwd-box-part .bwd-service-content {
    background: #016CB0;
    padding: 90px 30px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
  }
  
  .bwd-icon-box-20 .bwd-box-part .bwd-service-content:before {
    content: "";
    background-color: #ece9e9;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    -webkit-box-shadow: 0px 3px 7px rgb(0 0 0 / 16%);
            box-shadow: 0px 3px 7px rgb(0 0 0 / 16%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  
  .bwd-icon-box-20 .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #019adc;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 700;
  }
  
  .bwd-icon-box-20 .bwd-box-part .bwd-service-content .bwd-icon-description {
    color: #000;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 22px;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    background: #d71b2b;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(2) .bwd-box-part .bwd-service-content {
    background: #da212f;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(2) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #f9313c;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    background: #eb9a0f;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(3) .bwd-box-part .bwd-service-content {
    background: #eb980e;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(3) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #f4c209;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    background: #7ebe0d;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(4) .bwd-box-part .bwd-service-content {
    background: #7dbe0e;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(4) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #7dbe0e;
  }
  .bwd-icon-box-20 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    background: #583101;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(5) .bwd-box-part .bwd-service-content {
    background: #583101;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(5) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #583101;
  }
  .bwd-icon-box-20 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    background: #6e44ff;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(6) .bwd-box-part .bwd-service-content {
    background: #6e44ff;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(6) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #6e44ff;
  }
  .bwd-icon-box-20 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    background: #3c096c;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(7) .bwd-box-part .bwd-service-content {
    background: #3c096c;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(7) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #3c096c;
  }
  .bwd-icon-box-20 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    background: #283618;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(8) .bwd-box-part .bwd-service-content {
    background: #283618;
  }
  
  .bwd-icon-box-20 .row > *:nth-child(8) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #283618;
  }
  .bwd-icon-box-21 .bwd-box-part {
    background: #fff;
    text-align: center;
    padding: 0 15px 25px;
    margin: 10px;
    border: 2px solid #ff4757;
    border-start-start-radius: 50px;
    border-start-end-radius: 0;
    border-end-end-radius: 50px;
    border-end-start-radius: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-21 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-21 .bwd-box-part:before, .bwd-icon-box-21 .bwd-box-part:after {
    position: absolute;
    background: #ff4757;
    content: "";
    top: -6px;
    inset-inline-end: -6px;
    height: 30px;
    width: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 85% 15%, 0 15%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 85% 15%, 0 15%);
  }
  .rtl .bwd-icon-box-21 .bwd-box-part:before, .rtl .bwd-icon-box-21 .bwd-box-part:after {
    rotate: 270deg;
  }
  .bwd-icon-box-21 .bwd-box-part:after {
    content: '';
    position: absolute;
    background: #ff4757;
    -webkit-clip-path: polygon(15% 0, 15% 85%, 100% 85%, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(15% 0, 15% 85%, 100% 85%, 100% 100%, 0 100%, 0 0);
    bottom: -6px;
    top: auto;
    inset-inline-start: -6px;
    height: 30px;
    width: 30px;
  }
  
  .bwd-icon-box-21 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .bwd-icon-box-21 .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: #ff4757;
    font-size: 35px;
    width: 90px;
    padding: 0 0 5px;
    margin: 0 auto 30px;
    border-radius: 0 0 15px 15px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  
  .bwd-icon-box-21 .bwd-box-part .bwd-service-icon:before {
    content: "";
    background: #ff4757;
    width: calc(100% + 14px);
    height: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: -10px;
    left: 50%;
  }
  
  .bwd-icon-box-21 .bwd-box-part .bwd-service-icon .bwd-icon-box:before, .bwd-icon-box-21 .bwd-box-part .bwd-service-icon .bwd-icon-box:after {
    content: '';
    background-color: #ff4757;
    height: 10px;
    width: 15px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: -15px;
    top: -10px;
  }
  
  .bwd-icon-box-21 .bwd-box-part .bwd-service-icon .bwd-icon-box:after {
    left: auto;
    right: -15px;
  }
  
  .bwd-icon-box-21 .bwd-box-part .bwd-icon-title {
    color: #ff4757;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  
  .bwd-icon-box-21 .bwd-box-part .bwd-icon-description {
    font-size: 16px;
    line-height: 25px;
    color: #000;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(2) .bwd-box-part {
    background: #fff;
    border: 2px solid #66b0fe;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(2) .bwd-box-part:before {
    background: #87c9fe;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(2) .bwd-box-part:after {
    background: #87c9fe;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    background:#66b0fe;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon:before {
    background: #66b0fe;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon .bwd-icon-box:before, .bwd-icon-box-21 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon .bwd-icon-box:after {
    background-color: #66b0fe;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(2) .bwd-box-part .bwd-icon-title {
    color: #66b0fe;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(3) .bwd-box-part {
    background: #fff;
    border: 2px solid #ffa54b;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(3) .bwd-box-part:before {
    background: #ffa54b;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(3) .bwd-box-part:after {
    background: #ffa54b;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    background: #ffa54b;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon:before {
    background: #ffa54b;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon .bwd-icon-box:before, .bwd-icon-box-21 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon .bwd-icon-box:after {
    background-color: #ffa54b;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(3) .bwd-box-part .bwd-icon-title {
    color: #ffa54b;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(4) .bwd-box-part {
    background: #fff;
    border: 2px solid #0fd2d1;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(4) .bwd-box-part:before {
    background: #12e1e2;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(4) .bwd-box-part:after {
    background: #12e1e2;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    background: #0fd2d1;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon:before {
    background: #0fd2d1;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon .bwd-icon-box:before, .bwd-icon-box-21 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon .bwd-icon-box:after {
    background-color: #0fd2d1;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(4) .bwd-box-part .bwd-icon-title {
    color: #0fd2d1;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(5) .bwd-box-part {
    background: #fff;
    border: 2px solid #3c096c;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(5) .bwd-box-part:before {
    background: #3c096c;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(5) .bwd-box-part:after {
    background: #3c096c;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    background: #3c096c;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon:before {
    background: #3c096c;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon .bwd-icon-box:before, .bwd-icon-box-21 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon .bwd-icon-box:after {
    background-color: #3c096c;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(5) .bwd-box-part .bwd-icon-title {
    color: #3c096c;
  }
  .bwd-icon-box-21 .row > *:nth-child(6) .bwd-box-part {
    background: #fff;
    border: 2px solid #710000;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(6) .bwd-box-part:before {
    background: #710000;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(6) .bwd-box-part:after {
    background: #710000;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    background: #710000;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon:before {
    background: #710000;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon .bwd-icon-box:before, .bwd-icon-box-21 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon .bwd-icon-box:after {
    background-color: #710000;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(6) .bwd-box-part .bwd-icon-title {
    color: #710000;
  }
  .bwd-icon-box-21 .row > *:nth-child(7) .bwd-box-part {
    background: #fff;
    border: 2px solid #76520e;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(7) .bwd-box-part:before {
    background: #76520e;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(7) .bwd-box-part:after {
    background: #76520e;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    background: #76520e;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon:before {
    background: #76520e;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon .bwd-icon-box:before, .bwd-icon-box-21 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon .bwd-icon-box:after {
    background-color: #76520e;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(7) .bwd-box-part .bwd-icon-title {
    color: #76520e;
  }
  .bwd-icon-box-21 .row > *:nth-child(8) .bwd-box-part {
    background: #fff;
    border: 2px solid #f85e00;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(8) .bwd-box-part:before {
    background: #f85e00;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(8) .bwd-box-part:after {
    background: #f85e00;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    background: #f85e00;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon:before {
    background: #f85e00;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon .bwd-icon-box:before, .bwd-icon-box-21 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon .bwd-icon-box:after {
    background-color: #f85e00;
  }
  
  .bwd-icon-box-21 .row > *:nth-child(8) .bwd-box-part .bwd-icon-title {
    color: #f85e00;
  }
  
  .bwd-icon-box-22 .bwd-box-part {
    color: #02c504;
    text-align: center;
    padding: 0 0 30px 20px;
    position: relative;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-22 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-22 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-22 .bwd-box-part:before {
    content: "";
    border: 3px dotted #02c504;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right: none;
    border-radius: 30px 0 0 30px;
    position: absolute;
    width: 35%;
    top: 90px;
    bottom: 7px;
    left: 0;
  }
  
  .bwd-icon-box-22 .bwd-box-part .bwd-service-icon {
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    border: 3px solid #02c504;
    position: relative;
  }
  
  .bwd-icon-box-22 .bwd-box-part .bwd-service-icon i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-22 .bwd-box-part .bwd-service-content {
    padding: 20px 10px;
    border: 3px solid #02c504;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  
  .bwd-icon-box-22 .bwd-box-part .bwd-service-content:before, .bwd-icon-box-22 .bwd-box-part .bwd-service-content:after {
    content: "";
    background: #02c504;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 86px;
    left: 35%;
  }
  
  .bwd-icon-box-22 .bwd-box-part .bwd-service-content:after {
    border-radius: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: auto;
    bottom: 4px;
  }
  
  .bwd-icon-box-22 .bwd-box-part .bwd-service-content .bwd-icon-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  
  .bwd-icon-box-22 .bwd-box-part .bwd-service-content .bwd-icon-description {
    color: #0e0e0e;
    font-size: 14px;
    line-height: 23px;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(2) .bwd-box-part {
    color: #f97216;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(2) .bwd-box-part:before {
    border: 3px dotted #f97216;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right: none;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    border: 3px solid #f97216;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(2) .bwd-box-part .bwd-service-content {
    border: 3px solid #f97216;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(2) .bwd-box-part .bwd-service-content:before, .bwd-icon-box-22 .row > *:nth-child(2) .bwd-box-part .bwd-service-content:after {
    content: "";
    background: #f97216;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(2) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #f97216;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(3) .bwd-box-part {
    color: #0398e0;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(3) .bwd-box-part:before {
    border: 3px dotted #0398e0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right: none;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    border: 3px solid #0398e0;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(3) .bwd-box-part .bwd-service-content {
    border: 3px solid #0398e0;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(3) .bwd-box-part .bwd-service-content:before, .bwd-icon-box-22 .row > *:nth-child(3) .bwd-box-part .bwd-service-content:after {
    content: "";
    background: #0398e0;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(3) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #0398e0;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(4) .bwd-box-part {
    color: #10222d;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(4) .bwd-box-part:before {
    border: 3px dotted #10222d;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right: none;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    border: 3px solid #10222d;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(4) .bwd-box-part .bwd-service-content {
    border: 3px solid #10222d;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(4) .bwd-box-part .bwd-service-content:before, .bwd-icon-box-22 .row > *:nth-child(4) .bwd-box-part .bwd-service-content:after {
    content: "";
    background: #10222d;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(4) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #10222d;
  }
  .bwd-icon-box-22 .row > *:nth-child(5) .bwd-box-part {
    color: #6e44ff;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(5) .bwd-box-part:before {
    border: 3px dotted #6e44ff;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right: none;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    border: 3px solid #6e44ff;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(5) .bwd-box-part .bwd-service-content {
    border: 3px solid #6e44ff;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(5) .bwd-box-part .bwd-service-content:before, .bwd-icon-box-22 .row > *:nth-child(5) .bwd-box-part .bwd-service-content:after {
    content: "";
    background: #6e44ff;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(5) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #6e44ff;
  }
  .bwd-icon-box-22 .row > *:nth-child(6) .bwd-box-part {
    color: #ff6d00;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(6) .bwd-box-part:before {
    border: 3px dotted #ff6d00;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right: none;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    border: 3px solid #ff6d00;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(6) .bwd-box-part .bwd-service-content {
    border: 3px solid #ff6d00;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(6) .bwd-box-part .bwd-service-content:before, .bwd-icon-box-22 .row > *:nth-child(6) .bwd-box-part .bwd-service-content:after {
    content: "";
    background: #ff6d00;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(6) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #ff6d00;
  }
  .bwd-icon-box-22 .row > *:nth-child(7) .bwd-box-part {
    color: #ff69eb;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(7) .bwd-box-part:before {
    border: 3px dotted #ff69eb;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right: none;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    border: 3px solid #ff69eb;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(7) .bwd-box-part .bwd-service-content {
    border: 3px solid #ff69eb;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(7) .bwd-box-part .bwd-service-content:before, .bwd-icon-box-22 .row > *:nth-child(7) .bwd-box-part .bwd-service-content:after {
    content: "";
    background: #ff69eb;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(7) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #ff69eb;
  }
  .bwd-icon-box-22 .row > *:nth-child(8) .bwd-box-part {
    color: #3c096c;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(8) .bwd-box-part:before {
    border: 3px dotted #3c096c;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right: none;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    border: 3px solid #3c096c;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(8) .bwd-box-part .bwd-service-content {
    border: 3px solid #3c096c;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(8) .bwd-box-part .bwd-service-content:before, .bwd-icon-box-22 .row > *:nth-child(8) .bwd-box-part .bwd-service-content:after {
    content: "";
    background: #3c096c;
  }
  
  .bwd-icon-box-22 .row > *:nth-child(8) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #3c096c;
  }
  .bwd-icon-box-23 .bwd-box-part {
    background: linear-gradient(transparent 30px, #e6e9ec 30px);
    padding: 15px 0 20px;
    border-radius: 15px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-23 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-23 .bwd-box-part:hover .bwd-service-content .bwd-service-icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-23 .bwd-box-part .bwd-service-content {
    background: -webkit-gradient(linear, left top, left bottom, from(#38D3FF), to(#1840BC));
    background: linear-gradient(#38D3FF, #1840BC);
    padding: 0 15px 15px;
    margin: 0 0 25px;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 5px rgba(24, 64, 188, 0.3);
            box-shadow: 0 10px 5px rgba(24, 64, 188, 0.3);
  }
  
  .bwd-icon-box-23 .bwd-box-part .bwd-service-content .bwd-service-icon {
    color: #082239;
    background-color: #e6e9ec;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 5px;
    border-radius: 50%;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  
  .bwd-icon-box-23 .bwd-box-part .bwd-service-content .bwd-service-icon i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-23 .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
  }
  
  .bwd-icon-box-23 .bwd-box-part .bwd-service-content .bwd-icon-title:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    height: 2px;
    width: 150px;
    margin: 0 auto 10px;
    display: block;
    clear: both;
  }
  
  .bwd-icon-box-23 .bwd-box-part .bwd-icon-description {
    color: #082239;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin: 0 15px;
  }
  
  .bwd-icon-box-23 .bwd-box-part .bwd-icon-description:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#38D3FF), to(#1840BC));
    background: linear-gradient(to right, #38D3FF, #1840BC);
    height: 2px;
    width: 50%;
    margin: 20px auto 0;
    display: block;
    clear: both;
  }
  
  .bwd-icon-box-23 .row > *:nth-child(2) .bwd-box-part {
    background: linear-gradient(transparent 30px, #e6e9ec 30px);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(2) .bwd-box-part .bwd-service-content {
    background: -webkit-gradient(linear, left top, right top, from(#FEBF4B), to(#DA316C));
    background: linear-gradient(to right, #FEBF4B, #DA316C);
    -webkit-box-shadow: 0 10px 5px rgba(230, 96, 98, 0.4);
            box-shadow: 0 10px 5px rgba(230, 96, 98, 0.4);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(2) .bwd-box-part .bwd-icon-description {
    color: #082239;
  }
  
  .bwd-icon-box-23 .row > *:nth-child(2) .bwd-box-part .bwd-icon-description:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#FEBF4B), to(#DA316C));
    background: linear-gradient(to right, #FEBF4B, #DA316C);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(3) .bwd-box-part {
    background: linear-gradient(transparent 30px, #e6e9ec 30px);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(3) .bwd-box-part .bwd-service-content {
    background: -webkit-gradient(linear, left top, right top, from(#A86FFE), to(#804AF8));
    background: linear-gradient(to right, #A86FFE, #804AF8);
    -webkit-box-shadow: 0 10px 5px rgba(136, 82, 249, 0.4);
            box-shadow: 0 10px 5px rgba(136, 82, 249, 0.4);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(3) .bwd-box-part .bwd-icon-description {
    color: #082239;
  }
  
  .bwd-icon-box-23 .row > *:nth-child(3) .bwd-box-part .bwd-icon-description:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#A86FFE), to(#804AF8));
    background: linear-gradient(to right, #A86FFE, #804AF8);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(4) .bwd-box-part {
    background: linear-gradient(transparent 30px, #e6e9ec 30px);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(4) .bwd-box-part .bwd-service-content {
    background: -webkit-gradient(linear, left top, right top, from(#0083B7), to(#00639E));
    background: linear-gradient(to right, #0083B7, #00639E);
    -webkit-box-shadow: 0 10px 5px rgba(0, 125, 178, 0.4);
            box-shadow: 0 10px 5px rgba(0, 125, 178, 0.4);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(4) .bwd-box-part .bwd-icon-description {
    color: #082239;
  }
  
  .bwd-icon-box-23 .row > *:nth-child(4) .bwd-box-part .bwd-icon-description:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#0083B7), to(#00639E));
    background: linear-gradient(to right, #0083B7, #00639E);
  }
  .bwd-icon-box-23 .row > *:nth-child(5) .bwd-box-part {
    background: linear-gradient(transparent 30px, #ff79000a 30px);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(5) .bwd-box-part .bwd-service-content {
    background: -webkit-gradient(linear, left top, right top, from(#0083B7), to(#ff7900));
    background: linear-gradient(to right, #0083B7, #ff7900);
    -webkit-box-shadow: 0 10px 5px rgba(0, 125, 178, 0.4);
            box-shadow: 0 10px 5px rgba(0, 125, 178, 0.4);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(5) .bwd-box-part .bwd-icon-description {
    color: #000;
  }
  
  .bwd-icon-box-23 .row > *:nth-child(5) .bwd-box-part .bwd-icon-description:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#0083B7), to(#ff7900));
    background: linear-gradient(to right, #0083B7, #ff7900);
  }
  .bwd-icon-box-23 .row > *:nth-child(6) .bwd-box-part {
    background: linear-gradient(transparent 30px, #edc53112 30px);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(6) .bwd-box-part .bwd-service-content {
    background: -webkit-gradient(linear, left top, right top, from(#0083B7), to(#710000));
    background: linear-gradient(to right, #0083B7, #710000);
    -webkit-box-shadow: 0 10px 5px rgba(0, 125, 178, 0.4);
            box-shadow: 0 10px 5px rgba(0, 125, 178, 0.4);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(6) .bwd-box-part .bwd-icon-description {
    color: #000;
  }
  
  .bwd-icon-box-23 .row > *:nth-child(6) .bwd-box-part .bwd-icon-description:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#0083B7), to(#710000));
    background: linear-gradient(to right, #0083B7, #710000);
  }
  .bwd-icon-box-23 .row > *:nth-child(7) .bwd-box-part {
    background: linear-gradient(transparent 30px, #c9a2270a 30px);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(7) .bwd-box-part .bwd-service-content {
    background: -webkit-gradient(linear, left top, right top, from(#0083B7), to(#c9a227));
    background: linear-gradient(to right, #0083B7, #c9a227);
    -webkit-box-shadow: 0 10px 5px rgba(0, 125, 178, 0.4);
            box-shadow: 0 10px 5px rgba(0, 125, 178, 0.4);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(7) .bwd-box-part .bwd-icon-description {
    color: #000;
  }
  
  .bwd-icon-box-23 .row > *:nth-child(7) .bwd-box-part .bwd-icon-description:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#0083B7), to(#c9a227));
    background: linear-gradient(to right, #0083B7, #c9a227);
  }
  .bwd-icon-box-23 .row > *:nth-child(8) .bwd-box-part {
    background: linear-gradient(transparent 30px, #b100e814 30px);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(8) .bwd-box-part .bwd-service-content {
    background: -webkit-gradient(linear, left top, right top, from(#0083B7), to(#b100e8));
    background: linear-gradient(to right, #0083B7, #b100e8);
    -webkit-box-shadow: 0 10px 5px rgba(0, 125, 178, 0.4);
            box-shadow: 0 10px 5px rgba(0, 125, 178, 0.4);
  }
  
  .bwd-icon-box-23 .row > *:nth-child(8) .bwd-box-part .bwd-icon-description {
    color: #000;
  }
  
  .bwd-icon-box-23 .row > *:nth-child(8) .bwd-box-part .bwd-icon-description:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#0083B7), to(#b100e8));
    background: linear-gradient(to right, #0083B7, #b100e8);
  }
  
  .bwd-icon-box-24 .bwd-box-part {
    padding-bottom: 20px;
    border-radius: 0 10px 10px 10px;
    background: #dddddd8f;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 15px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-24 .bwd-box-part {
      max-width: 280px;
      margin: 15px auto 0;
    }
  }
  
  .bwd-icon-box-24 .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 5px #2999c3 inset;
            box-shadow: 0 0 5px #2999c3 inset;
  }
  
  .bwd-icon-box-24 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: translateX(-50%) scale(.7);
            transform: translateX(-50%) scale(.7);
  }
  
  .bwd-icon-box-24 .bwd-box-part:hover .bwd-icon-title {
    color: #2999c3;
  }
  
  .bwd-icon-box-24 .bwd-box-part:before {
    content: "";
    display: inline-block;
    width: 200px;
    height: 15px;
    border-radius: 10px 10px 0 0;
    background: #2999c3;
    z-index: -1;
    position: absolute;
    top: -15px;
    inset-inline-start: 0;
  }
  
  .bwd-icon-box-24 .bwd-box-part .bwd-service-icon {
    width: 185px;
    height: 65px;
    background: #2999c3;
    font-size: 56px;
    color: white;
    margin-bottom: 80px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  
  .bwd-icon-box-24 .bwd-box-part .bwd-service-icon:after {
    content: "";
    width: 130px;
    height: 130px;
    background: #2999c3;
    border-radius: 0 0 20px 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1, 0.7) rotate(45deg);
            transform: translateX(-50%) scale(1, 0.7) rotate(45deg);
    z-index: -1;
  }
  
  .bwd-icon-box-24 .bwd-box-part .bwd-service-icon i {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .bwd-icon-box-24 .bwd-box-part .bwd-icon-title {
    font-size: 20px;
    color: #505050;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    font-weight: 700;
  }
  
  .bwd-icon-box-24 .bwd-box-part .bwd-icon-description {
    font-size: 16px;
    color: #505050;
    line-height: 27px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .bwd-icon-box-24 .bwd-box-part .bwdib-icon-content-align {
    padding: 0 15px;
}
  .bwd-icon-box-24 .row > *:nth-child(2) .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 5px #d7182a inset;
            box-shadow: 0 0 5px #d7182a inset;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(2) .bwd-box-part:hover .bwd-icon-title {
    color: #d7182a;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(2) .bwd-box-part:before {
    background: #d7182a;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    background: #d7182a;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon:after {
    background: #d7182a;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(3) .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 5px #1a6bac inset;
            box-shadow: 0 0 5px #1a6bac inset;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(3) .bwd-box-part:hover .bwd-icon-title {
    color: #1a6bac;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(3) .bwd-box-part:before {
    background: #1a6bac;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    background: #1a6bac;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon:after {
    background: #1a6bac;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(4) .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 5px #fcb833 inset;
            box-shadow: 0 0 5px #fcb833 inset;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(4) .bwd-box-part:hover .bwd-icon-title {
    color: #fcb833;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(4) .bwd-box-part:before {
    background: #fcb833;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    background: #fcb833;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon:after {
    background: #fcb833;
  }
  .bwd-icon-box-24 .row > *:nth-child(5) .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 5px #582f0e inset;
            box-shadow: 0 0 5px #582f0e inset;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(5) .bwd-box-part:hover .bwd-icon-title {
    color: #582f0e;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(5) .bwd-box-part:before {
    background: #582f0e;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    background: #582f0e;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon:after {
    background: #582f0e;
  }
  .bwd-icon-box-24 .row > *:nth-child(6) .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 5px #3c096c inset;
            box-shadow: 0 0 5px #3c096c inset;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(6) .bwd-box-part:hover .bwd-icon-title {
    color: #3c096c;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(6) .bwd-box-part:before {
    background: #3c096c;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    background: #3c096c;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon:after {
    background: #3c096c;
  }
  .bwd-icon-box-24 .row > *:nth-child(7) .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 5px #ff69eb inset;
            box-shadow: 0 0 5px #ff69eb inset;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(7) .bwd-box-part:hover .bwd-icon-title {
    color: #ff69eb;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(7) .bwd-box-part:before {
    background: #ff69eb;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    background: #ff69eb;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon:after {
    background: #ff69eb;
  }
  .bwd-icon-box-24 .row > *:nth-child(8) .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 5px #69140e inset;
            box-shadow: 0 0 5px #69140e inset;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(8) .bwd-box-part:hover .bwd-icon-title {
    color: #69140e;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(8) .bwd-box-part:before {
    background: #69140e;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    background: #69140e;
  }
  
  .bwd-icon-box-24 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon:after {
    background: #69140e;
  }
  .bwd-icon-box-25 .bwd-box-part {
    text-align: center;
    padding: 5px 0 0;
    position: relative;
    z-index: 1;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-25 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-25 .bwd-box-part:hover .bwd-service-icon {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  
  .bwd-icon-box-25 .bwd-box-part:before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#fd9b20), to(#ffca2f));
    background: linear-gradient(to top, #fd9b20, #ffca2f);
    height: 140px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: -1;
    border-radius: 15px 15px 0 0;
  }
  
  .bwd-icon-box-25 .bwd-box-part .bwd-service-icon {
    color: #fd9b20;
    background: #efefef;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 50px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
  }
  
  .bwd-icon-box-25 .bwd-box-part .bwd-service-icon:before {
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
  }
  
  .bwd-icon-box-25 .bwd-box-part .bwd-service-content {
    background-color: #ececec;
    padding: 20px 15px 15px;
    border-radius: 0 0 15px 15px;
  }
  
  .bwd-icon-box-25 .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #fd9b20;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 10px;
  }
  
  .bwd-icon-box-25 .bwd-box-part .bwd-service-content .bwd-icon-description {
    color: #444;
    font-size: 15px;
    line-height: 25px;
  }
  
  .bwd-icon-box-25 .row > *:nth-child(2) .bwd-box-part:before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#742b3e), to(#c04767));
    background: linear-gradient(to top, #742b3e, #c04767);
  }
  
  .bwd-icon-box-25 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    color: #742b3e;
  }
  
  .bwd-icon-box-25 .row > *:nth-child(2) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #742b3e;
  }
  
  .bwd-icon-box-25 .row > *:nth-child(3) .bwd-box-part:before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#1a6f87), to(#26a3c0));
    background: linear-gradient(to top, #1a6f87, #26a3c0);
  }
  
  .bwd-icon-box-25 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    color: #1a6f87;
  }
  
  .bwd-icon-box-25 .row > *:nth-child(3) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #1a6f87;
  }
  
  .bwd-icon-box-25 .row > *:nth-child(4) .bwd-box-part:before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#490646), to(#8b0a82));
    background: linear-gradient(to top, #490646, #8b0a82);
  }
  
  .bwd-icon-box-25 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    color: #490646;
  }
  
  .bwd-icon-box-25 .row > *:nth-child(4) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #490646;
  }
  .bwd-icon-box-25 .row > *:nth-child(5) .bwd-box-part:before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#490646), to(#ff0a54));
    background: linear-gradient(to top, #490646, #ff0a54);
  }
  
  .bwd-icon-box-25 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    color: #ff0a54;
  }
  
  .bwd-icon-box-25 .row > *:nth-child(5) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #ff0a54;
  }
  .bwd-icon-box-25 .row > *:nth-child(6) .bwd-box-part:before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#490646), to(#006400));
    background: linear-gradient(to top, #490646, #006400);
  }
  
  .bwd-icon-box-25 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    color: #006400;
  }
  
  .bwd-icon-box-25 .row > *:nth-child(6) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #006400;
  }
  .bwd-icon-box-25 .row > *:nth-child(7) .bwd-box-part:before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#490646), to(#360568));
    background: linear-gradient(to top, #490646, #360568);
  }
  
  .bwd-icon-box-25 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    color: #360568;
  }
  
  .bwd-icon-box-25 .row > *:nth-child(7) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #360568;
  }
  
  .bwd-icon-box-25 .row > *:nth-child(8) .bwd-box-part:before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#490646), to(#ff7900));
    background: linear-gradient(to top, #490646, #ff7900);
  }
  
  .bwd-icon-box-25 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    color: #ff7900;
  }
  
  .bwd-icon-box-25 .row > *:nth-child(8) .bwd-box-part .bwd-service-content .bwd-icon-title {
    color: #ff7900;
  }
  
  .bwd-icon-box-26 .bwd-box-part {
    color: #f67d4a;
    text-align: center;
    padding: 30px 40px 50px;
    border-radius: 15px 15px 100px 100px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .bwd-icon-box-26 .bwd-box-part::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: red;
    z-index: -2;
    border-radius: 15px 15px 0px 108px;
}
  @media (max-width: 575px) {
    .bwd-icon-box-26 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-26 .bwd-box-part:hover .bwd-service-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-26 .bwd-box-part:before {
    content: "";
    background: rgba(255, 255, 255, 0.95);
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    border-radius: 15px 15px 100px 100px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
  }
  
  .bwd-icon-box-26 .bwd-box-part .bwd-service-icon {
    font-size: 45px;
    margin: 0 0 10px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-26 .bwd-box-part .bwd-icon-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
  }
  
  .bwd-icon-box-26 .bwd-box-part .bwd-icon-description {
    color: #777;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }
  
  .bwd-icon-box-26 .row > *:nth-child(2) .bwd-box-part::after {
    color: #29c6e5;
    background: #29c6e5;
  }
  
  .bwd-icon-box-26 .row > *:nth-child(3) .bwd-box-part::after {
    color: #0991C2;
    background: #0991C2;
  }
  
  .bwd-icon-box-26 .row > *:nth-child(4) .bwd-box-part::after {
    color: #001735;
    background: #001735;
  }
  .bwd-icon-box-26 .row > *:nth-child(5) .bwd-box-part::after {
    color: #a63c06;
    background: #a63c06;
  }
  .bwd-icon-box-26 .row > *:nth-child(6) .bwd-box-part::after {
    color: #583101;
    background: #583101;
  }
  .bwd-icon-box-26 .row > *:nth-child(7) .bwd-box-part::after {
    color: #ff69eb;
    background: #ff69eb;
  }
  .bwd-icon-box-26 .row > *:nth-child(8) .bwd-box-part::after {
    color: #240046;
    background: #240046;
  }
  .bwd-icon-box-27 .bwd-box-part {
    color: #555;
    text-align: center;
    padding: 20px 15px;
    border-radius: 20px;
    background: #ececec;
    -webkit-box-shadow: 0 0 17px -8px #444;
            box-shadow: 0 0 17px -8px #444;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-27 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-27 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-27 .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 10px 3px #115254;
            box-shadow: 0 0 10px 3px #115254;
  }
  
  .bwd-icon-box-27 .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: #0B7274;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 65px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .bwd-icon-box-27 .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-27 .bwd-box-part .bwd-service-icon:after {
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 5px solid #0B7274;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
  }
  
  .bwd-icon-box-27 .bwd-box-part .bwd-service-icon:after {
    background-color: #0B7274;
    height: 40px;
    width: 35px;
    border-radius: 0;
    border: none;
    -webkit-transform: translateX(-50%) translateY(0) rotate(0);
            transform: translateX(-50%) translateY(0) rotate(0);
    top: calc(100% + 10px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  
  .bwd-icon-box-27 .bwd-box-part .bwd-service-icon i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-27 .bwd-box-part .bwd-icon-title {
    color: #0B7274;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
  }
  
  .bwd-icon-box-27 .bwd-box-part .bwd-icon-description {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(2) .bwd-box-part {
    color: #555;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(2) .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 10px 3px #e4667b;
            box-shadow: 0 0 10px 3px #e4667b;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: #e4667b;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-27 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon:after {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #e4667b;
    border-bottom-color: #e4667b;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon:after {
    background-color: #e4667b;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(2) .bwd-box-part .bwd-icon-title {
    color: #e4667b;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(3) .bwd-box-part {
    color: #555;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(3) .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 10px 3px #583da6;
            box-shadow: 0 0 10px 3px #583da6;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: #583da6;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-27 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon:after {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #583da6;
    border-bottom-color: #583da6;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon:after {
    background-color: #583da6;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(3) .bwd-box-part .bwd-icon-title {
    color: #583da6;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(4) .bwd-box-part {
    color: #555;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(4) .bwd-box-part:hover {
    -webkit-box-shadow: 0 0 10px 3px #f6a201;
            box-shadow: 0 0 10px 3px #f6a201;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: #f6a201;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-27 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon:after {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #f6a201;
    border-bottom-color: #f6a201;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon:after {
    background-color: #f6a201;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(4) .bwd-box-part .bwd-icon-title {
    color: #f6a201;
  }
  .bwd-icon-box-27 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: #ff69eb;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-27 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon:after {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #ff69eb;
    border-bottom-color: #ff69eb;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon:after {
    background-color: #ff69eb;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(5) .bwd-box-part .bwd-icon-title {
    color: #ff69eb;
  }
  .bwd-icon-box-27 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: #76520e;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-27 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon:after {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #76520e;
    border-bottom-color: #76520e;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon:after {
    background-color: #76520e;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(6) .bwd-box-part .bwd-icon-title {
    color: #76520e;
  }
  .bwd-icon-box-27 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: #ff8500;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-27 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon:after {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #ff8500;
    border-bottom-color: #ff8500;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon:after {
    background-color: #ff8500;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(7) .bwd-box-part .bwd-icon-title {
    color: #ff8500;
  }
  .bwd-icon-box-27 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: #69140e;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon:before, .bwd-icon-box-27 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon:after {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #69140e;
    border-bottom-color: #69140e;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon:after {
    background-color: #69140e;
  }
  
  .bwd-icon-box-27 .row > *:nth-child(8) .bwd-box-part .bwd-icon-title {
    color: #69140e;
  }
  
  .bwd-icon-box-28 .bwd-box-part {
    color: #888;
    background-color: #72e80d26;
    text-align: center;
    padding: 20px;
    border-radius: 0 40px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-28 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-28 .bwd-box-part:hover .bwd-service-icon {
    border-radius: 0 50px;
  }
  
  .bwd-icon-box-28 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-28 .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: linear-gradient(45deg, transparent, #2c970d, transparent);
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto 30px;
    border-radius: 50px 0;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-28 .bwd-box-part .bwd-service-icon:before {
    content: '';
    background: #2c970d;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;
    z-index: -1;
  }
  
  .bwd-icon-box-28 .bwd-box-part .bwd-service-icon i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-28 .bwd-box-part .bwd-icon-title {
    color: #2c970d;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
  }
  
  .bwd-icon-box-28 .bwd-box-part .bwd-icon-description {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #444;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(2) .bwd-box-part {
    background-color: #2bb0e91f;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    background: linear-gradient(45deg, transparent, #1c7ac0, transparent);
  }
  
  .bwd-icon-box-28 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon:before {
    background: #1c7ac0;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(2) .bwd-box-part .bwd-icon-title {
    color: #1c7ac0;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(3) .bwd-box-part {
    background-color: #ef21711f;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    background: linear-gradient(45deg, transparent, #db1557, transparent);
  }
  
  .bwd-icon-box-28 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon:before {
    background: #db1557;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(3) .bwd-box-part .bwd-icon-title {
    color: #db1557;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(4) .bwd-box-part {
    background-color: #f96b0a1c;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    background: linear-gradient(45deg, transparent, #f96407, transparent);
  }
  
  .bwd-icon-box-28 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon:before {
    background: #f96407;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(4) .bwd-box-part .bwd-icon-title {
    color: #f96407;
  }
  .bwd-icon-box-28 .row > *:nth-child(5) .bwd-box-part {
    background-color: #ff69eb14;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    background: linear-gradient(45deg, transparent, #ff69eb, transparent);
  }
  
  .bwd-icon-box-28 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon:before {
    background: #ff69eb;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(5) .bwd-box-part .bwd-icon-title {
    color: #ff69eb;
  }
  .bwd-icon-box-28 .row > *:nth-child(6) .bwd-box-part {
    background-color: #ff88111f;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    background: linear-gradient(45deg, transparent, #ff8811, transparent);
  }
  
  .bwd-icon-box-28 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon:before {
    background: #ff8811;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(6) .bwd-box-part .bwd-icon-title {
    color: #ff8811;
  }
  .bwd-icon-box-28 .row > *:nth-child(7) .bwd-box-part {
    background-color: #76520e29;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    background: linear-gradient(45deg, transparent, #76520e, transparent);
  }
  
  .bwd-icon-box-28 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon:before {
    background: #76520e;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(7) .bwd-box-part .bwd-icon-title {
    color: #76520e;
  }
  .bwd-icon-box-28 .row > *:nth-child(8) .bwd-box-part {
    background-color: #640d1417;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    background: linear-gradient(45deg, transparent, #640d14, transparent);
  }
  
  .bwd-icon-box-28 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon:before {
    background: #640d14;
  }
  
  .bwd-icon-box-28 .row > *:nth-child(8) .bwd-box-part .bwd-icon-title {
    color: #640d14;
  }
  .bwd-icon-box-29 .bwd-box-part {
    text-align: center;
    -webkit-box-shadow: 0 0 19px -6px #444;
            box-shadow: 0 0 19px -6px #444;
    border-radius: 20px;
    padding: 25px 15px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-29 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-29 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-29 .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: #fff;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
  }

  .bwd-icon-box-29 .bwd-box-part .bwd-service-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    inline-size: 60%;
    height: 100%;
    background: #390099;
    z-index: -1;
    border-radius: 100% 24% 4% 100% / 65% 0% 0% 65%;
}
.bwd-icon-box-29 .bwd-box-part .bwd-service-icon i {
    -webkit-transition: .4s;
    transition: .4s;
    background: #9b5de5;
    width: auto!important;
    padding: 15px;
    border-radius: 50%;
    box-shadow: -3px 1px 5px #00000021;
}
  
  .bwd-icon-box-29 .bwd-box-part .bwd-icon-title {
    color: #390099;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
  }
  
  .bwd-icon-box-29 .bwd-box-part .bwd-icon-description {
    color: #777;
    font-size: 16px;
    line-height: 20px;
  }
  
  .bwd-icon-box-29 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    background: #fff;
  }
  
  .bwd-icon-box-29 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon:before {
    background: #ff8800;
  }
  
  .bwd-icon-box-29 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon i {
    background-color: #6e44ff;
  }
  .bwd-icon-box-29 .row > *:nth-child(2) .bwd-box-part .bwd-icon-title {
    color: #ff8800;
  }
  
  .bwd-icon-box-29 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    background: #fff;
  }
  
  .bwd-icon-box-29 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon:before{
    background: #009bb4;
  }
  .bwd-icon-box-29 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon i {
    background-color: #800e13;
  }
  .bwd-icon-box-29 .row > *:nth-child(3) .bwd-box-part .bwd-icon-title {
    color: #009bb4;
  }
  
  .bwd-icon-box-29 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    background: #fff;
  }
  
  .bwd-icon-box-29 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon:before {
    background: #a0c42d;
  }
  .bwd-icon-box-29 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon i {
    background-color: #7f4f24;
  }
  .bwd-icon-box-29 .row > *:nth-child(4) .bwd-box-part .bwd-icon-title {
    color: #a0c42d;
  }
  .bwd-icon-box-29 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon:before {
    background: #283618;
  }
  .bwd-icon-box-29 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon i {
    background-color: #ff69eb;
  }
  .bwd-icon-box-29 .row > *:nth-child(5) .bwd-box-part .bwd-icon-title {
    color: #ff69eb;
  }
  .bwd-icon-box-29 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon:before {
    background: #ff006e;
  }
  .bwd-icon-box-29 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon i {
    background-color: #360568;
  }
  .bwd-icon-box-29 .row > *:nth-child(6) .bwd-box-part .bwd-icon-title {
    color: #360568;
  }
  .bwd-icon-box-29 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon:before {
    background: #9a031e;
  }
  .bwd-icon-box-29 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon i {
    background-color: #ff6d00;
  }
  .bwd-icon-box-29 .row > *:nth-child(7) .bwd-box-part .bwd-icon-title {
    color: #ff6d00;
  }
  .bwd-icon-box-29 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon:before {
    background: #7678ed;
  }
  .bwd-icon-box-29 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon i {
    background-color: #390099;
  }
  .bwd-icon-box-29 .row > *:nth-child(8) .bwd-box-part .bwd-icon-title {
    color: #390099;
  }
  
  .bwd-icon-box-30 .bwd-box-part {
    text-align: center;
    padding: 25px 15px 20px;
    position: relative;
    -webkit-box-shadow: 0 0 21px -6px #444;
            box-shadow: 0 0 21px -6px #444;
    border-radius: 20px;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-30 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-30 .bwd-box-part:hover .bwd-service-icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-30 .bwd-box-part:before {
    content: "";
    background: #F97F51;
    width: 90%;
    height: 50px;
    position: absolute;
    top: 50px;
    right: 0;
    margin: 0 auto;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
            clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
  }
  
  .bwd-icon-box-30 .bwd-box-part .bwd-service-icon {
    color: #fff;
    background: #F97F51;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12px;
    width: 80px;
    height: 80px;
    margin: 0 auto 40px;
    -webkit-box-shadow: 7px 0 10px rgba(0, 0, 0, 0.3), 0 0 0 10px #fff, 5px 0 20px rgba(0, 0, 0, 0.4);
            box-shadow: 7px 0 10px rgba(0, 0, 0, 0.3), 0 0 0 10px #fff, 5px 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .bwd-icon-box-30 .bwd-box-part .bwd-service-icon i {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-30 .bwd-box-part .bwd-icon-title {
    color: #F97F51;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
  }
  
  .bwd-icon-box-30 .bwd-box-part .bwd-icon-description {
    color: #888;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(2) .bwd-box-part:before {
    background: #3359a5;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    background: #3359a5;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(2) .bwd-box-part .bwd-icon-title {
    color: #3359a5;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(3) .bwd-box-part:before {
    background: #ea4b7a;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    background: #ea4b7a;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(3) .bwd-box-part .bwd-icon-title {
    color: #ea4b7a;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(4) .bwd-box-part:before {
    background: #8763a0;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    background: #8763a0;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(4) .bwd-box-part .bwd-icon-title {
    color: #8763a0;
  }
  .bwd-icon-box-30 .row > *:nth-child(5) .bwd-box-part:before {
    background: #283618;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    background: #283618;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(5) .bwd-box-part .bwd-icon-title {
    color: #283618;
  }
  .bwd-icon-box-30 .row > *:nth-child(6) .bwd-box-part:before {
    background: #ff69eb;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    background: #ff69eb;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(6) .bwd-box-part .bwd-icon-title {
    color: #ff69eb;
  }
  .bwd-icon-box-30 .row > *:nth-child(7) .bwd-box-part:before {
    background: #c9a227;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    background: #c9a227;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(7) .bwd-box-part .bwd-icon-title {
    color: #c9a227;
  }
  .bwd-icon-box-30 .row > *:nth-child(8) .bwd-box-part:before {
    background: #ff0a54;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    background: #ff0a54;
  }
  
  .bwd-icon-box-30 .row > *:nth-child(8) .bwd-box-part .bwd-icon-title {
    color: #ff0a54;
  }
  .bwd-icon-box-31 .bwd-box-part {
    text-align: center;
    padding: 0 20px 60px;
    margin: 5px 0 0 5px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
  }
  
  @media (max-width: 575px) {
    .bwd-icon-box-31 .bwd-box-part {
      max-width: 280px;
      margin: 0 auto;
    }
  }
  
  .bwd-icon-box-31 .bwd-box-part:hover .bwd-service-icon .bwd-icon-part i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .bwd-icon-box-31 .bwd-box-part::before {
    content: '';
    background-color: #FF8F10;
    border-radius: 0 0 20px 20px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    bottom: 0;
    z-index: -1;
  }
  
  .bwd-icon-box-31 .bwd-box-part .bwd-service-icon {
    color: #FF8F10;
    background-color: #FF8F10;
    font-size: 35px;
    text-align: center;
    height: 74px;
    width: 160px;
    padding: 7px;
    margin: 0 auto 30px;
    border-radius: 25px;
    position: relative;
  }
  
  .bwd-icon-box-31 .bwd-box-part .bwd-service-icon:before {
    content: '';
    background-color: #FF8F10;
    height: 18px;
    width: 30px;
    position: absolute;
    left: 25px;
    top: 73px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
  
  .bwd-icon-box-31 .bwd-box-part .bwd-service-icon .bwd-icon-part {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 auto;
  }
  
  .bwd-icon-box-31 .bwd-box-part .bwd-service-icon .bwd-icon-part i {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .bwd-icon-box-31 .bwd-box-part .bwd-icon-title {
    color: #FF8F10;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  
  .bwd-icon-box-31 .bwd-box-part .bwd-icon-description {
    color: #999;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(2) .bwd-box-part::before {
    background: #FF415A;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon {
    color: #FF415A;
    background-color: #FF415A;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(2) .bwd-box-part .bwd-service-icon:before {
    background-color: #FF415A;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(2) .bwd-box-part .bwd-icon-title {
    color: #FF415A;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(3) .bwd-box-part::before {
    background: #FF679F;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon {
    color: #FF679F;
    background-color: #FF679F;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(3) .bwd-box-part .bwd-service-icon:before {
    background-color: #FF679F;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(3) .bwd-box-part .bwd-icon-title {
    color: #FF679F;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(4) .bwd-box-part::before {
    background: #A969BE;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon {
    color: #A969BE;
    background-color: #A969BE;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(4) .bwd-box-part .bwd-service-icon:before {
    background-color: #A969BE;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(4) .bwd-box-part .bwd-icon-title {
    color: #A969BE;
  }
  .bwd-icon-box-31 .row > *:nth-child(5) .bwd-box-part::before {
    background: #ff69eb;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon {
    color: #ff69eb;
    background-color: #ff69eb;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(5) .bwd-box-part .bwd-service-icon:before {
    background-color: #ff69eb;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(5) .bwd-box-part .bwd-icon-title {
    color: #ff69eb;
  }
  .bwd-icon-box-31 .row > *:nth-child(6) .bwd-box-part::before {
    background: #76520e;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon {
    color: #76520e;
    background-color: #76520e;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(6) .bwd-box-part .bwd-service-icon:before {
    background-color: #76520e;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(6) .bwd-box-part .bwd-icon-title {
    color: #76520e;
  }
  .bwd-icon-box-31 .row > *:nth-child(7) .bwd-box-part::before {
    background: #3a015c;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon {
    color: #3a015c;
    background-color: #3a015c;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(7) .bwd-box-part .bwd-service-icon:before {
    background-color: #3a015c;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(7) .bwd-box-part .bwd-icon-title {
    color: #3a015c;
  }
  .bwd-icon-box-31 .row > *:nth-child(8) .bwd-box-part::before {
    background: #6a040f;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon {
    color: #6a040f;
    background-color: #6a040f;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(8) .bwd-box-part .bwd-service-icon:before {
    background-color: #6a040f;
  }
  
  .bwd-icon-box-31 .row > *:nth-child(8) .bwd-box-part .bwd-icon-title {
    color: #6a040f;
  }
  /*# sourceMappingURL=style.css.map */