
.bwdss-icon-align-left .bwd-service-box .bwd-service-icon {
    margin-inline-start: 0 !important;
    margin-inline-end: auto;
}
.bwdss-icon-align-right .bwd-service-box .bwd-service-icon {
    margin-inline-start: auto;
    margin-inline-end: 0 !important;
}
.bwdss-icon-align-center .bwd-service-box .bwd-service-icon {
    margin-inline: auto;
}


.bwd-service-style-1 .bwd-service-box {
    color: #036c78;
    display: block;
    text-align: center;
    padding: 30px 30px 40px;
    border-radius: 0 80px;
    border: 2px dashed #036c78;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    background: #f4f4f4;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-1 .bwd-service-box {
        padding: 30px 20px 40px;
    }
}
.bwd-service-style-1 .bwd-service-box:after {
    content: "";
    position: absolute;
    background: #036c78;
    width: 130px;
    height: 70px;
    top: -15px;
    left: -15px;
    z-index: -2;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-1 .bwd-service-box:hover::after {
    width: 80%;
    height: 60%;
}
.bwd-service-style-1 .bwd-service-box .bwd-service-icon {
    font-size: 45px;
    margin: 0 auto 15px;
    display: inline-block;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-1 .bwd-service-box .bwd-service-icon svg {
    fill: #036c78;
}
.bwd-service-style-1 .bwd-service-box:hover .bwd-service-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.bwd-service-style-1 .bwd-service-box .title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bwd-service-style-1 .bwd-service-box .desc {
    color: #444;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-1 .bwd-service-box .desc {
        font-size: 14px;
    }
}
.bwd-service-style-1 .row > *:nth-child(2) .bwd-service-box {
    color: #d38a0c;
    border-color: #d38a0c;
}
.bwd-service-style-1 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #d38a0c;
}
.bwd-service-style-1 .row > *:nth-child(2) .bwd-service-box:after {
    background-color: #d38a0c;
    height: 130px;
    width: 100px;
    border-radius: 0 0 0 80px;
    top: auto;
    bottom: -15px;
}
.bwd-service-style-1 .row > *:nth-child(2) .bwd-service-box:hover::after {
    width: 80%;
    height: 60%;
}
.bwd-service-style-1 .row > *:nth-child(3) .bwd-service-box {
    color: #8455d0;
    border-color: #8455d0;
}
.bwd-service-style-1 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #8455d0;
}
.bwd-service-style-1 .row > *:nth-child(3) .bwd-service-box::after {
    background-color: #8455d0;
    top: auto;
    bottom: -15px;
    left: auto;
    right: -15px;
}
.bwd-service-style-1 .row > *:nth-child(4) .bwd-service-box {
    color: #cd4b4c;
    border-color: #cd4b4c;
}
.bwd-service-style-1 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #cd4b4c;
}
.bwd-service-style-1 .row > *:nth-child(4) .bwd-service-box::after {
    background-color: #cd4b4c;
    width: 100px;
    height: 130px;
    border-radius: 0 85px 0 0;
    left: auto;
    right: -15px;
}
.bwd-service-style-1 .row > *:nth-child(4) .bwd-service-box:hover::after {
    width: 80%;
    height: 60%;
}
.bwd-service-style-1 .row > *:nth-child(5) .bwd-service-box {
    color: #ff69eb;
    border-color: #ff69eb;
}
.bwd-service-style-1 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #ff69eb;
}
.bwd-service-style-1 .row > *:nth-child(5) .bwd-service-box::after {
    background-color: #ff69eb;
}
.bwd-service-style-1 .row > *:nth-child(6) .bwd-service-box {
    color: #6e44ff;
    border-color: #6e44ff;
}
.bwd-service-style-1 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #6e44ff;
}
.bwd-service-style-1 .row > *:nth-child(6) .bwd-service-box::after {
    background-color: #6e44ff;
}
.bwd-service-style-1 .row > *:nth-child(7) .bwd-service-box {
    color: #583101;
    border-color: #583101;
}
.bwd-service-style-1 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #583101;
}
.bwd-service-style-1 .row > *:nth-child(7) .bwd-service-box::after {
    background-color: #583101;
}
.bwd-service-style-1 .row > *:nth-child(8) .bwd-service-box {
    color: #ff006e;
    border-color: #ff006e;
}
.bwd-service-style-1 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #ff006e;
}
.bwd-service-style-1 .row > *:nth-child(8) .bwd-service-box::after {
    background-color: #ff006e;
}
.bwd-service-style-2 .bwd-service-box {
    display: block;
    background: #fff;
    display: block;
    padding: 30px 25px;
    position: relative;
    -webkit-box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.32);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.32);
    text-align: center;
    border-radius: 0 90px 0 90px;
    border-start-start-radius: 0;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-2 .bwd-service-box {
        padding-right: 10px;
    }
}
.bwd-service-style-2 .bwd-service-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background: #029a90;
}
.bwd-service-style-2 .bwd-service-box .bwd-service-icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 30px;
    background: #029a90;
    font-size: 40px;
    color: #ffff;
    border-radius: 50%;
    -webkit-box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.247);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.247);
    position: relative;
}
.bwd-service-style-2 .bwd-service-box .bwd-service-icon svg {
    fill: #ffff;
}
.bwd-service-style-2 .bwd-service-box .bwd-service-icon::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: transparent;
    border: 2px dashed #029a90;
    border-radius: 50%;
    -webkit-animation: border 10s linear infinite;
    animation: border 10s linear infinite;
}
@-webkit-keyframes border {
    form {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes border {
    form {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.bwd-service-style-2 .bwd-service-box .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #029a90;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-2 .bwd-service-box .title {
        font-size: 24px;
    }
}
.bwd-service-style-2 .bwd-service-box .desc {
    font-weight: 400;
    color: #636e72;
    line-height: 26px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-2 .bwd-service-box .desc {
        font-size: 13px;
    }
}
.bwd-service-style-2 .row > *:nth-child(2) .bwd-service-box:before {
    background: #ee5a24;
}
.bwd-service-style-2 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: #ee5a24;
}
.bwd-service-style-2 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg{
    fill: #ee5a24;
}
.bwd-service-style-2 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::before {
    border-color: #ee5a24;
}
.bwd-service-style-2 .row > *:nth-child(2) .bwd-service-box .title {
    color: #ee5a24;
}
.bwd-service-style-2 .row > *:nth-child(3) .bwd-service-box:before {
    background: #b53471;
}
.bwd-service-style-2 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: #b53471;
}
.bwd-service-style-2 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #b53471;
}
.bwd-service-style-2 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::before {
    border-color: #b53471;
}
.bwd-service-style-2 .row > *:nth-child(3) .bwd-service-box .title {
    color: #b53471;
}
.bwd-service-style-2 .row > *:nth-child(4) .bwd-service-box:before {
     background: #a55eea;
}
.bwd-service-style-2 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: #a55eea;
}
.bwd-service-style-2 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg{
    fill: #a55eea;
}
.bwd-service-style-2 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::before {
    border-color: #a55eea;
}
.bwd-service-style-2 .row > *:nth-child(4) .bwd-service-box .title {
    color: #a55eea;
}
.bwd-service-style-2 .row > *:nth-child(5) .bwd-service-box:before {
    background: #1dcc00;
}
.bwd-service-style-2 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: #1dcc00;
}
.bwd-service-style-2 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg{
    fill: #1dcc00;
}
.bwd-service-style-2 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::before {
    border-color: #1dcc00;
}
.bwd-service-style-2 .row > *:nth-child(5) .bwd-service-box .title {
    color: #1dcc00;
}
.bwd-service-style-2 .row > *:nth-child(6) .bwd-service-box:before {
    background: #7a4805;
}
.bwd-service-style-2 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: #7a4805;
}
.bwd-service-style-2 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #7a4805;
}
.bwd-service-style-2 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::before {
    border-color: #7a4805;
}
.bwd-service-style-2 .row > *:nth-child(6) .bwd-service-box .title {
    color: #7a4805;
}
.bwd-service-style-2 .row > *:nth-child(7) .bwd-service-box:before {
    background: #8a00d4;
}
.bwd-service-style-2 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: #8a00d4;
}
.bwd-service-style-2 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #8a00d4;
}
.bwd-service-style-2 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::before {
    border-color: #8a00d4;
}
.bwd-service-style-2 .row > *:nth-child(7) .bwd-service-box .title {
    color: #8a00d4;
}
.bwd-service-style-2 .row > *:nth-child(8) .bwd-service-box:before {
    background: #9381ff;
}
.bwd-service-style-2 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: #9381ff;
}
.bwd-service-style-2 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #9381ff;
}
.bwd-service-style-2 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::before {
    border-color: #9381ff;
}
.bwd-service-style-2 .row > *:nth-child(8) .bwd-service-box .title {
    color: #9381ff;
}
.bwd-service-style-3 .bwd-service-box {
    display: block;
    text-align: center;
    padding: 25px 0 0;
    margin: 0 -5px;
    position: relative;
}
.bwd-service-style-3 .bwd-service-box:before {
    content: "";
    border: 3px solid #000;
    border-radius: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.bwd-service-style-3 .bwd-service-box:hover::before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.bwd-service-style-3 .bwd-service-box .bwd-service-icon {
    color: #a0d543;
    font-size: 50px;
    padding: 0 15px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-3 .bwd-service-box .bwd-service-icon svg {
    fill: #a0d543;
}
.bwd-service-style-3 .bwd-service-box .bwd-service-content {
    background: #a0d543;
    padding: 30px 35px;
    color: #000;
    border-radius: 0 0 20px 20px;
    position: relative;
}
.bwd-service-style-3 .bwd-service-box .bwd-service-content:before {
    content: "";
    width: 40px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #a0d543;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -13px;
}
.bwd-service-style-3 .bwd-service-box .bwd-service-content .bwd-content-align {
    position: relative;
    z-index: 9;
}
.bwd-service-style-3 .bwd-service-box .bwd-service-content .bwd-content-align .title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.bwd-service-style-3 .bwd-service-box .bwd-service-content .bwd-content-align .desc {
    color: #333;
    font-size: 15px;
    line-height: 26px;
}
.bwd-service-style-3 .row > *:nth-child(2) .bwd-service-box .bwd-service-content {
    background-color: #44d1a3;
}
.bwd-service-style-3 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    color: #44d1a3;
}
.bwd-service-style-3 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #44d1a3;
}
.bwd-service-style-3 .row > *:nth-child(2) .bwd-service-box .bwd-service-content:before {
    background-color: #44d1a3;
}
.bwd-service-style-3 .row > *:nth-child(3) .bwd-service-box .bwd-service-content {
    background-color: #42d6e5;
}
.bwd-service-style-3 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    color: #42d6e5;
}
.bwd-service-style-3 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #42d6e5;
}
.bwd-service-style-3 .row > *:nth-child(3) .bwd-service-box .bwd-service-content:before {
    background-color: #42d6e5;
}
.bwd-service-style-3 .row > *:nth-child(4) .bwd-service-box .bwd-service-content {
    background-color: #4584df;
}
.bwd-service-style-3 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    color: #4584df;
}
.bwd-service-style-3 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg{
    fill: #4584df;
}
.bwd-service-style-3 .row > *:nth-child(4) .bwd-service-box .bwd-service-content:before {
    background-color: #4584df;
}
.bwd-service-style-3 .row > *:nth-child(5) .bwd-service-box .bwd-service-content {
    background-color: #bfd200;
}
.bwd-service-style-3 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    color: #bfd200;
}
.bwd-service-style-3 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #bfd200;
}
.bwd-service-style-3 .row > *:nth-child(5) .bwd-service-box .bwd-service-content:before {
    background: #bfd200;
}
.bwd-service-style-3 .row > *:nth-child(6) .bwd-service-box .bwd-service-content {
    background-color: #ffdd00;
}
.bwd-service-style-3 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    color: #ffdd00;
}
.bwd-service-style-3 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #ffdd00;
}
.bwd-service-style-3 .row > *:nth-child(6) .bwd-service-box .bwd-service-content:before {
    background-color: #ffdd00;
}
.bwd-service-style-3 .row > *:nth-child(7) .bwd-service-box .bwd-service-content:before {
    background-color: #0be881;
}
.bwd-service-style-3 .row > *:nth-child(7) .bwd-service-box .bwd-service-content {
    background-color: #0be881;
}
.bwd-service-style-3 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    color: #0be881;
}
.bwd-service-style-3 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #0be881;
}
.bwd-service-style-3 .row > *:nth-child(8) .bwd-service-box .bwd-service-content:before {
    background-color: #ff99ff;
}
.bwd-service-style-3 .row > *:nth-child(8) .bwd-service-box .bwd-service-content {
    background-color: #ff99ff;
}
.bwd-service-style-3 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    color: #ff99ff;
}
.bwd-service-style-3 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #ff99ff;
}
.bwd-service-style-4 .bwd-service-box {
    display: block;
    color: #555;
    text-align: center;
    padding: 0 35px 40px;
    margin: 0 -5px;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-4 .bwd-service-box {
        padding: 0 20px 45px;
    }
}
.bwd-service-style-4 .bwd-service-box:before,
.bwd-service-style-4 .bwd-service-box:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 10px;
    z-index: -1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-4 .bwd-service-box:hover::before {
    top: 10px;
    border-radius: 0;
}
.bwd-service-style-4 .bwd-service-box:after {
    background-color: transparent;
    border: 2px solid #f84745;
    border-top: none;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    top: 30%;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-4 .bwd-service-box:hover::after {
    border-top: 2px solid #f84745;
    top: 0;
    border-radius: 0;
}
.bwd-service-style-4 .bwd-service-box .bwd-service-icon {
    color: #fff;
    background: #f84745;
    font-size: 30px;
    padding: 10px 40px;
    margin: 0 0 25px;
    border-radius: 0 0 20px 20px;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-4 .bwd-service-box .bwd-service-icon svg {
    fill: #f84745;
}
.bwd-service-style-4 .bwd-service-box:hover .bwd-service-icon {
    top: 10px;
}
.bwd-service-style-4 .bwd-service-box .bwd-service-content .title {
    color: #f84745;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.bwd-service-style-4 .bwd-service-box .bwd-service-content .desc {
    font-size: 14px;
    line-height: 23px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-4 .bwd-service-box .bwd-service-content .desc {
        font-size: 12px;
    }
}
.bwd-service-style-4 .row > *:nth-child(2) .bwd-service-box::after {
    border-color: #1ba9f4;
}
.bwd-service-style-4 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: #1ba9f4;
}
.bwd-service-style-4 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #1ba9f4;
}
.bwd-service-style-4 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #1ba9f4;
}
.bwd-service-style-4 .row > *:nth-child(2) .bwd-service-box:hover::after {
    border-top: 2px solid #1ba9f4;
}
.bwd-service-style-4 .row > *:nth-child(3) .bwd-service-box::after {
    border-color: #fd6d49;
}
.bwd-service-style-4 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: #fd6d49;
}
.bwd-service-style-4 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #1ba9f4;
}
.bwd-service-style-4 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #fd6d49;
}
.bwd-service-style-4 .row > *:nth-child(3) .bwd-service-box:hover::after {
    border-top: 2px solid #fd6d49;
}
.bwd-service-style-4 .row > *:nth-child(4) .bwd-service-box::after {
    border-color: #5a3afd;
}
.bwd-service-style-4 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: #5a3afd;
}
.bwd-service-style-4 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #1ba9f4;
}
.bwd-service-style-4 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #5a3afd;
}
.bwd-service-style-4 .row > *:nth-child(4) .bwd-service-box:hover::after {
    border-top: 2px solid #5a3afd;
}
.bwd-service-style-4 .row > *:nth-child(5) .bwd-service-box::after {
    border-color: #f75c03;
}
.bwd-service-style-4 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: #f75c03;
}
.bwd-service-style-4 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #1ba9f4;
}
.bwd-service-style-4 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #f75c03;
}
.bwd-service-style-4 .row > *:nth-child(5) .bwd-service-box:hover::after {
    border-top: 2px solid #f75c03;
}
.bwd-service-style-4 .row > *:nth-child(6) .bwd-service-box::after {
    border-color: #583101;
}
.bwd-service-style-4 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: #583101;
}
.bwd-service-style-4 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #1ba9f4;
}
.bwd-service-style-4 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #583101;
}
.bwd-service-style-4 .row > *:nth-child(6) .bwd-service-box:hover::after {
    border-top: 2px solid #583101;
}
.bwd-service-style-4 .row > *:nth-child(7) .bwd-service-box::after {
    border-color: #2b9348;
}
.bwd-service-style-4 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: #2b9348;
}
.bwd-service-style-4 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #1ba9f4;
}
.bwd-service-style-4 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #2b9348;
}
.bwd-service-style-4 .row > *:nth-child(7) .bwd-service-box:hover::after {
    border-top: 2px solid #2b9348;
}
.bwd-service-style-4 .row > *:nth-child(8) .bwd-service-box::after {
    border-color: #ff69eb;
}
.bwd-service-style-4 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: #ff69eb;
}
.bwd-service-style-4 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #1ba9f4;
}
.bwd-service-style-4 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #ff69eb;
}
.bwd-service-style-4 .row > *:nth-child(8) .bwd-service-box:hover::after {
    border-top: 2px solid #ff69eb;
}
.bwd-service-style-5 {
    padding-top: 40px;
}
.bwd-service-style-5 .bwd-service-box {
    display: block;
    background: #f2f2f2;
    -webkit-box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.32);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.32);
    text-align: center;
    padding: 20px 20px 8px;
    border-radius: 100px 0 0 100px;
    position: relative;
    border-left: 2px solid #ffa708;
}
.bwd-service-style-5 .bwd-service-box::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 55%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%;
    height: 104%;
    background: #ffa708;
    z-index: -1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-5 .bwd-service-box:hover::before {
    width: 80%;
}
.bwd-service-style-5 .bwd-service-box .bwd-service-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 35px;
    font-weight: 600;
    background-color: #eae9e5;
    border-radius: 50%;
    color: #ffa708;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-5 .bwd-service-box .bwd-service-icon svg {
    fill: #ffa708;
}
.bwd-service-style-5 .bwd-service-box .bwd-service-content {
    position: relative;
    padding-right: 10px;
    padding-left: 28px;
    padding-bottom: 10px;
}
.bwd-service-style-5 .bwd-service-box .bwd-service-content .bwd-content {
    position: relative;
    z-index: 9;
    padding-top: 22px;
}
.bwd-service-style-5 .bwd-service-box .bwd-service-content .bwd-content .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    color: #ffa708;
    text-transform: capitalize;
}
.bwd-service-style-5 .bwd-service-box .bwd-service-content .bwd-content .desc {
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 500;
}
.bwd-service-style-5 .row > *:nth-child(2) .bwd-service-box::before {
    background: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(2) .bwd-service-box {
    border-color: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(2) .bwd-service-box .bwd-arrow {
    background: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    color: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(2) .bwd-service-box .bwd-service-content::after {
    border-color: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(3) .bwd-service-box::before {
    background: #096a7a;
}
.bwd-service-style-5 .row > *:nth-child(3) .bwd-service-box {
    border-color: #096a7a;
}
.bwd-service-style-5 .row > *:nth-child(3) .bwd-service-box .bwd-arrow {
    background: #096a7a;
}
.bwd-service-style-5 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    color: #096a7a;
}
.bwd-service-style-5 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #096a7a;
}
.bwd-service-style-5 .row > *:nth-child(3) .bwd-service-box .bwd-service-content::after {
    border-color: #096a7a;
}
.bwd-service-style-5 .row > *:nth-child(4) .bwd-service-box::before {
    background: #ff69eb;
}
.bwd-service-style-5 .row > *:nth-child(4) .bwd-service-box {
    border-color: #ff69eb;
}
.bwd-service-style-5 .row > *:nth-child(4) .bwd-service-box .bwd-arrow {
    background: #ff69eb;
}
.bwd-service-style-5 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    color: #ff69eb;
}
.bwd-service-style-5 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #096a7a;
}
.bwd-service-style-5 .row > *:nth-child(4) .bwd-service-box .bwd-service-content::after {
    border-color: #ff69eb;
}
.bwd-service-style-5 .row > *:nth-child(5) .bwd-service-box::before {
    background: #6f2dbd;
}
.bwd-service-style-5 .row > *:nth-child(5) .bwd-service-box {
    border-color: #6f2dbd;
}
.bwd-service-style-5 .row > *:nth-child(5) .bwd-service-box .bwd-arrow {
    background: #6f2dbd;
}
.bwd-service-style-5 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    color: #6f2dbd;
}
.bwd-service-style-5 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #6f2dbd;
}
.bwd-service-style-5 .row > *:nth-child(5) .bwd-service-box .bwd-service-content::after {
    border-color: #6f2dbd;
}
.bwd-service-style-5 .row > *:nth-child(6) .bwd-service-box::before {
    background: #f94144;
}
.bwd-service-style-5 .row > *:nth-child(6) .bwd-service-box {
    border-color: #f94144;
}
.bwd-service-style-5 .row > *:nth-child(6) .bwd-service-box .bwd-arrow {
    background: #f94144;
}
.bwd-service-style-5 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    color: #f94144;
}
.bwd-service-style-5 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #f94144;
}
.bwd-service-style-5 .row > *:nth-child(6) .bwd-service-box .bwd-service-content::after {
    border-color: #f94144;
}
.bwd-service-style-5 .row > *:nth-child(7) .bwd-service-box::before {
    background: #8ac926;
}
.bwd-service-style-5 .row > *:nth-child(7) .bwd-service-box {
    border-color: #8ac926;
}
.bwd-service-style-5 .row > *:nth-child(7) .bwd-service-box .bwd-arrow {
    background: #8ac926;
}
.bwd-service-style-5 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    color: #8ac926;
}
.bwd-service-style-5 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #8ac926;
}
.bwd-service-style-5 .row > *:nth-child(7) .bwd-service-box .bwd-service-content::after {
    border-color: #8ac926;
}
.bwd-service-style-5 .row > *:nth-child(8) .bwd-service-box::before {
    background: #3a0ca3;
}
.bwd-service-style-5 .row > *:nth-child(8) .bwd-service-box {
    border-color: #3a0ca3;
}
.bwd-service-style-5 .row > *:nth-child(8) .bwd-service-box .bwd-arrow {
    background: #3a0ca3;
}
.bwd-service-style-5 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    color: #3a0ca3;
}
.bwd-service-style-5 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #59bd61;
}
.bwd-service-style-5 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #3a0ca3;
}
.bwd-service-style-5 .row > *:nth-child(8) .bwd-service-box .bwd-service-content::after {
    border-color: #3a0ca3;
}
.bwd-service-style-6 {
    padding-top: 12px;
}
.bwd-service-style-6 .bwd-service-box {
    display: block;
    background: #f8f8f8;
    padding: 0 25px 20px;
    position: relative;
    border-radius: 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    border: 1px solid #ddd;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-6 .bwd-service-box {
        padding: 25px 10px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-6 .bwd-service-box {
        padding: 25px 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bwd-service-style-6 .bwd-service-box {
        padding: 25px 10px;
    }
}
.bwd-service-style-6 .bwd-service-box:hover {
    -webkit-box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.32);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.32);
    border-color: transparent;
}
.bwd-service-style-6 .bwd-service-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 100px;
    background-color: #49dbfd;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-6 .bwd-service-box:hover::before {
    width: 100.5%;
    background-color: #33333330;
    border-radius: 0;
}
.bwd-service-style-6 .bwd-service-icon::after {
    content: "";
    position: absolute;
    right: 0px;
    top: -32px;
    z-index: 2;
    width: 100%;
    height: 32px;
    background: #49dbfd;
    clip-path: polygon(52% 65%, 0% 100%, 100% 100%);
}
.bwd-service-style-6 .bwd-service-box .bwd-service-icon {
    position: relative;
    width: 80px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    background-color: #49dbfd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.bwd-service-style-6 .bwd-service-box .bwd-service-icon svg {
    fill: #fff;
}
.bwd-service-style-6 .bwd-service-box .bwd-service-content {
    padding: 25px 0 0;
    padding-right: 0;
    margin-top: 60px;
}
.bwd-service-style-6 .bwd-service-box .bwd-service-content .title {
    margin-bottom: 10px;
    color: #49dbfd;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 700;
}
.bwd-service-style-6 .bwd-service-box .bwd-service-content .desc {
    color: #636e72;
    font-size: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-6 .bwd-service-box .bwd-service-content .desc {
        font-size: 14px;
    }
}
.bwd-service-style-6 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background-color: #379df1;
}
.bwd-service-style-6 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::after {
    background-color: #379df1;
}
.bwd-service-style-6 .row > *:nth-child(2) .bwd-service-box::before {
    background-color: #379df1;
}
.bwd-service-style-6 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #379df1;
}
.bwd-service-style-6 .row > *:nth-child(2) .bwd-service-box:hover::before {
    width: 100.5%;
    background-color: #33333330;
    border-radius: 0;
}
.bwd-service-style-6 .row > *:nth-child(3) .bwd-service-box:hover::before {
    width: 100.5%;
    background-color: #33333330;
    border-radius: 0;
}
.bwd-service-style-6 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background-color: #8455d0;
}
.bwd-service-style-6 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::after {
    background-color: #8455d0;
}
.bwd-service-style-6 .row > *:nth-child(3) .bwd-service-box::before {
    background-color: #8455d0;
}
.bwd-service-style-6 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #8455d0;
}
.bwd-service-style-6 .row > *:nth-child(4) .bwd-service-box:hover::before {
    width: 100.5%;
    background-color: #33333330;
    border-radius: 0;
}
.bwd-service-style-6 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background-color: #f84745;
}
.bwd-service-style-6 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::after {
    background-color: #f84745;
}
.bwd-service-style-6 .row > *:nth-child(4) .bwd-service-box::before {
    background-color: #f84745;
}
.bwd-service-style-6 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #f84745;
}
.bwd-service-style-6 .row > *:nth-child(5) .bwd-service-box:hover::before {
    width: 100.5%;
    background-color: #ff69eb50;
    border-radius: 0;
}
.bwd-service-style-6 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background-color: #ff69eb;
}
.bwd-service-style-6 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::after {
    background-color: #ff69eb;
}
.bwd-service-style-6 .row > *:nth-child(5) .bwd-service-box::before {
    background-color: #ff69eb;
}
.bwd-service-style-6 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #ff69eb;
}
.bwd-service-style-6 .row > *:nth-child(6) .bwd-service-box:hover::before {
    width: 100.5%;
    background-color: #ff95004f;
    border-radius: 0;
}
.bwd-service-style-6 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background-color: #ff9500;
}
.bwd-service-style-6 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::after {
    background-color: #ff9500;
}
.bwd-service-style-6 .row > *:nth-child(6) .bwd-service-box::before {
    background-color: #ff9500;
}
.bwd-service-style-6 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #ff9500;
}
.bwd-service-style-6 .row > *:nth-child(7) .bwd-service-box:hover::before {
    width: 100.5%;
    background-color: #35220851;
    border-radius: 0;
}
.bwd-service-style-6 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background-color: #352208;
}
.bwd-service-style-6 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::after {
    background-color: #352208;
}
.bwd-service-style-6 .row > *:nth-child(7) .bwd-service-box::before {
    background-color: #352208;
}
.bwd-service-style-6 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #352208;
}
.bwd-service-style-6 .row > *:nth-child(8) .bwd-service-box:hover::before {
    width: 100.5%;
    background-color: #390ca352;
    border-radius: 0;
}
.bwd-service-style-6 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background-color: #3a0ca3;
}
.bwd-service-style-6 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::after {
    background-color: #3a0ca3;
}
.bwd-service-style-6 .row > *:nth-child(8) .bwd-service-box::before {
    background-color: #3a0ca3;
}
.bwd-service-style-6 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #3a0ca3;
}
.bwd-service-style-7 .bwd-service-box {
    display: block;
    background: #fff;
    color: #999;
    text-align: center;
    padding: 10px 20px 35px;
    position: relative;
    -webkit-box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-7 .bwd-service-box {
        padding: 10px 10px 35px;
    }
}
.bwd-service-style-7 .bwd-service-box::before,
.bwd-service-style-7 .bwd-service-box::after {
    content: "";
    background: #1e5270;
    width: 150px;
    height: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -11px;
    left: 50%;
    -webkit-clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
}
.bwd-service-style-7 .bwd-service-box:after {
    width: 80%;
    height: 15px;
    border-radius: 0 0 10px 10px;
    top: auto;
    bottom: 0;
    -webkit-clip-path: none;
    clip-path: none;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-7 .bwd-service-box:hover::after {
    width: 100.2%;
    height: 100.5%;
    border-radius: 0;
    background-color: #1e52703b;
}
.bwd-service-style-7 .bwd-service-box .bwd-service-icon {
    color: #1b657e;
    background: -webkit-gradient(linear, right top, left top, from(#dedfe1), to(#f3f3f3));
    background: linear-gradient(to left, #dedfe1, #f3f3f3);
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1;
}
.bwd-service-style-7 .bwd-service-box .bwd-service-icon svg {
    fill: #1b657e;
}
.bwd-service-style-7 .bwd-service-box .bwd-service-icon::before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#dedfe1), to(#f3f3f3));
    background: linear-gradient(to right, #dedfe1, #f3f3f3);
    width: 88%;
    height: 88%;
    border-radius: 50%;
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.bwd-service-style-7 .bwd-service-box .bwd-service-content {
    background: #fff;
    border-radius: 10px;
}
.bwd-service-style-7 .bwd-service-box .bwd-service-content::before {
    content: "";
    background: #1b657e;
    width: 128px;
    height: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -11px;
    left: 50%;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.bwd-service-style-7 .bwd-service-box .bwd-service-content .bwd-content {
    position: relative;
    z-index: 2;
}
.bwd-service-style-7 .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #1e5270;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.bwd-service-style-7 .bwd-service-box .bwd-service-content .bwd-content .desc {
    color: #494848;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-7 .bwd-service-box .bwd-service-content .bwd-content .desc {
        font-size: 13px;
    }
}
.bwd-service-style-7 .row > *:nth-child(2) .bwd-service-box::before,
.bwd-service-style-7 .row > *:nth-child(2) .bwd-service-box::after {
    background: #719e2a;
}
.bwd-service-style-7 .row > *:nth-child(2) .bwd-service-box:hover::after {
    background-color: #719e2a5c;
}
.bwd-service-style-7 .row > *:nth-child(2) .bwd-service-box .bwd-service-content::before {
    background: #719e2a;
}
.bwd-service-style-7 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    color: #719e2a;
}
.bwd-service-style-7 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #719e2a;
}
.bwd-service-style-7 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #719e2a;
}
.bwd-service-style-7 .row > *:nth-child(3) .bwd-service-box::before,
.bwd-service-style-7 .row > *:nth-child(3) .bwd-service-box::after {
    background: #ffa708;
}
.bwd-service-style-7 .row > *:nth-child(3) .bwd-service-box:hover::after {
    background-color: #ffa70836;
}
.bwd-service-style-7 .row > *:nth-child(3) .bwd-service-box .bwd-service-content::before {
    background: #ffa708;
}
.bwd-service-style-7 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    color: #ffa708;
}
.bwd-service-style-7 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #719e2a;
}
.bwd-service-style-7 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #ffa708;
}
.bwd-service-style-7 .row > *:nth-child(4) .bwd-service-box::before,
.bwd-service-style-7 .row > *:nth-child(4) .bwd-service-box::after {
    background: #44d1a3;
}
.bwd-service-style-7 .row > *:nth-child(4) .bwd-service-box:hover::after {
    background-color: #44d1a34f;
}
.bwd-service-style-7 .row > *:nth-child(4) .bwd-service-box .bwd-service-content::before {
    background: #44d1a3;
}
.bwd-service-style-7 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    color: #44d1a3;
}
.bwd-service-style-7 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #719e2a;
}
.bwd-service-style-7 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #44d1a3;
}
.bwd-service-style-7 .row > *:nth-child(5) .bwd-service-box::before,
.bwd-service-style-7 .row > *:nth-child(5) .bwd-service-box::after {
    background: #ff69eb;
}
.bwd-service-style-7 .row > *:nth-child(5) .bwd-service-box:hover::after {
    background-color: #ff69eb46;
}
.bwd-service-style-7 .row > *:nth-child(5) .bwd-service-box .bwd-service-content::before {
    background: #ff69eb;
}
.bwd-service-style-7 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    color: #ff69eb;
}
.bwd-service-style-7 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #719e2a;
}
.bwd-service-style-7 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #ff69eb;
}
.bwd-service-style-7 .row > *:nth-child(6) .bwd-service-box::before,
.bwd-service-style-7 .row > *:nth-child(6) .bwd-service-box::after {
    background: #941b0c;
}
.bwd-service-style-7 .row > *:nth-child(6) .bwd-service-box:hover::after {
    background-color: #941c0c54;
}
.bwd-service-style-7 .row > *:nth-child(6) .bwd-service-box .bwd-service-content::before {
    background: #941b0c;
}
.bwd-service-style-7 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    color: #941b0c;
}
.bwd-service-style-7 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #719e2a;
}
.bwd-service-style-7 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #941b0c;
}
.bwd-service-style-7 .row > *:nth-child(7) .bwd-service-box::before,
.bwd-service-style-7 .row > *:nth-child(7) .bwd-service-box::after {
    background: #283618;
}
.bwd-service-style-7 .row > *:nth-child(7) .bwd-service-box:hover::after {
    background-color: #2836184b;
}
.bwd-service-style-7 .row > *:nth-child(7) .bwd-service-box .bwd-service-content::before {
    background: #283618;
}
.bwd-service-style-7 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    color: #283618;
}
.bwd-service-style-7 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #719e2a;
}
.bwd-service-style-7 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #283618;
}
.bwd-service-style-7 .row > *:nth-child(8) .bwd-service-box::before,
.bwd-service-style-7 .row > *:nth-child(8) .bwd-service-box::after {
    background: #8ac926;
}
.bwd-service-style-7 .row > *:nth-child(8) .bwd-service-box:hover::after {
    background-color: #8ac9264d;
}
.bwd-service-style-7 .row > *:nth-child(8) .bwd-service-box .bwd-service-content::before {
    background: #8ac926;
}
.bwd-service-style-7 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    color: #8ac926;
}
.bwd-service-style-7 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #719e2a;
}
.bwd-service-style-7 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .bwd-content .title {
    color: #8ac926;
}
.bwd-service-style-8 .bwd-service-box {
    display: block;
    color: #e85c90;
    text-align: center;
    position: relative;
    z-index: 1;
}
.bwd-service-style-8 .bwd-service-box .title {
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 12px;
    margin: 0 0 30px;
    display: inline-block;
    border: 3px solid #e85c90;
}
.bwd-service-style-8 .bwd-service-box .bwd-service-content {
    color: #fff;
    background: #e85c90;
    padding: 20px 25px 4px;
    margin: 0 0 40px;
    border-radius: 30px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bwd-service-style-8 .bwd-service-box .bwd-service-content {
        padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-8 .bwd-service-box .bwd-service-content {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-8 .bwd-service-box .bwd-service-content {
        padding: 20px 10px;
    }
}
.bwd-service-style-8 .bwd-service-box .bwd-service-content .desc {
    font-size: 15px;
    line-height: 28px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-8 .bwd-service-box .bwd-service-content .desc {
        font-size: 13px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-8 .bwd-service-box .bwd-service-content .desc {
        font-size: 13px;
        line-height: 22px;
    }
}
.bwd-service-style-8 .bwd-service-box .bwd-service-icon {
    background: #e85c90;
    font-size: 40px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.bwd-service-style-8 .bwd-service-box .bwd-service-icon svg {
    fill: #e85c90;
}
.bwd-service-style-8 .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-8 .bwd-service-box .bwd-service-icon::after {
    content: "";
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}
.bwd-service-style-8 .bwd-service-box .bwd-service-icon::after {
    background: #e85c90;
    width: 3px;
    height: 40px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    left: 0;
    right: 0;
    top: -40px;
}
.bwd-service-style-8 .bwd-service-box:hover .bwd-service-icon {
    -webkit-animation: icon 1s linear 25;
    animation: icon 1s linear 25;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@-webkit-keyframes icon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
@keyframes icon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
.bwd-service-style-8 .row > *:nth-child(2) .bwd-service-box {
    color: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(2) .bwd-service-box .title {
    border-color: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(2) .bwd-service-box .bwd-service-content {
    background: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg{
    fill: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::after {
    background: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(3) .bwd-service-box {
    color: #31bfc4;
}
.bwd-service-style-8 .row > *:nth-child(3) .bwd-service-box .title {
    border-color: #31bfc4;
}
.bwd-service-style-8 .row > *:nth-child(3) .bwd-service-box .bwd-service-content {
    background: #31bfc4;
}
.bwd-service-style-8 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: #31bfc4;
}
.bwd-service-style-8 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg{
    fill: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::after {
    background: #31bfc4;
}
.bwd-service-style-8 .row > *:nth-child(4) .bwd-service-box {
    color: #8746ae;
}
.bwd-service-style-8 .row > *:nth-child(4) .bwd-service-box .title {
    border-color: #8746ae;
}
.bwd-service-style-8 .row > *:nth-child(4) .bwd-service-box .bwd-service-content {
    background: #8746ae;
}
.bwd-service-style-8 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: #8746ae;
}
.bwd-service-style-8 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg{
    fill: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::after {
    background: #8746ae;
}
.bwd-service-style-8 .row > *:nth-child(5) .bwd-service-box {
    color: #e85d04;
}
.bwd-service-style-8 .row > *:nth-child(5) .bwd-service-box .title {
    border-color: #e85d04;
}
.bwd-service-style-8 .row > *:nth-child(5) .bwd-service-box .bwd-service-content {
    background: #e85d04;
}
.bwd-service-style-8 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: #e85d04;
}
.bwd-service-style-8 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg{
    fill: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::after {
    background: #e85d04;
}
.bwd-service-style-8 .row > *:nth-child(6) .bwd-service-box {
    color: #3a0ca3;
}
.bwd-service-style-8 .row > *:nth-child(6) .bwd-service-box .title {
    border-color: #3a0ca3;
}
.bwd-service-style-8 .row > *:nth-child(6) .bwd-service-box .bwd-service-content {
    background: #3a0ca3;
}
.bwd-service-style-8 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: #3a0ca3;
}
.bwd-service-style-8 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg{
    fill: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::after {
    background: #3a0ca3;
}
.bwd-service-style-8 .row > *:nth-child(7) .bwd-service-box {
    color: #ff9100;
}
.bwd-service-style-8 .row > *:nth-child(7) .bwd-service-box .title {
    border-color: #ff9100;
}
.bwd-service-style-8 .row > *:nth-child(7) .bwd-service-box .bwd-service-content {
    background: #ff9100;
}
.bwd-service-style-8 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: #ff9100;
}
.bwd-service-style-8 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg{
    fill: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::after {
    background: #ff9100;
}
.bwd-service-style-8 .row > *:nth-child(8) .bwd-service-box {
    color: #240046c6;
}
.bwd-service-style-8 .row > *:nth-child(8) .bwd-service-box .title {
    border-color: #240046c6;
}
.bwd-service-style-8 .row > *:nth-child(8) .bwd-service-box .bwd-service-content {
    background: #240046c6;
}
.bwd-service-style-8 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: #240046c6;
}
.bwd-service-style-8 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg{
    fill: #6b9fe3;
}
.bwd-service-style-8 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::after {
    background: #240046c6;
}
.bwd-service-style-9 {
    padding-top: 12px;
}
.bwd-service-style-9 .bwdss-row {
    row-gap: 40px;
}
.bwd-service-style-9 .bwd-service-box {
    display: block;
    color: #999;
    background: #f2f2f2;
    -webkit-box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.24);
    text-align: center;
    padding: 25px 18px 20px;
    position: relative;
    border-radius: 30px;
    margin: 0 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-9 .bwd-service-box:hover {
    border-radius: 0;
}
.bwd-service-style-9 .bwd-service-box::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -10px;
    width: 70%;
    height: calc(100% + 21px);
    background: #ffa708;
    z-index: -1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-9 .bwd-service-box:hover::before {
    width: 85%;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.bwd-service-style-9 .bwd-service-box::after {
    position: absolute;
    content: "";
    left: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffa708;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    width: 35px;
    height: 40px;
}
.bwd-service-style-9 .bwd-service-box .bwd-service-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-align: center;
}
.bwd-service-style-9 .bwd-service-box .bwd-service-icon svg {
    fill: #fff;
}
.bwd-service-style-9 .bwd-service-box .bwd-service-icon::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    left: -11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffa708;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    z-index: -1;
}
.bwd-service-style-9 .bwd-service-box .bwd-service-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    line-height: 50px;
    z-index: -1;
    width: 10px;
    height: 50px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #ffa400;
}
.bwd-service-style-9 .bwd-service-box .bwd-service-icon i {
    margin-left: 5px;
}
.bwd-service-style-9 .bwd-service-box .bwd-content-align {
    text-align: center;
    padding: 0 30px;
    padding-left: 5px;
    position: relative;
}
.bwd-service-style-9 .bwd-service-box .bwd-service-content .title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}
.bwd-service-style-9 .bwd-service-box .bwd-service-content .desc {
    font-size: 13px;
}
.bwd-service-style-9 .row > *:nth-child(2) .bwd-service-box::before {
    background: #31bfc4;
}
.bwd-service-style-9 .row > *:nth-child(2) .bwd-service-box::after {
    background-color: #31bfc4;
}
.bwd-service-style-9 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: #31bfc4;
}
.bwd-service-style-9 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::after {
    background: #31bfc4;
}
.bwd-service-style-9 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::before {
    background: #31bfc4;
}
.bwd-service-style-9 .row > *:nth-child(3) .bwd-service-box::before {
    background: #1e5270;
}
.bwd-service-style-9 .row > *:nth-child(3) .bwd-service-box::after {
    background-color: #1e5270;
}
.bwd-service-style-9 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: #1e5270;
}
.bwd-service-style-9 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::after {
    background: #1e5270;
}
.bwd-service-style-9 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::before {
    background: #1e5270;
}
.bwd-service-style-9 .row > *:nth-child(4) .bwd-service-box::after {
    background-color: #390099;
}
.bwd-service-style-9 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: #390099;
}
.bwd-service-style-9 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::after {
    background: #390099;
}
.bwd-service-style-9 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::before {
    background: #390099;
}
.bwd-service-style-9 .row > *:nth-child(4) .bwd-service-box::before {
    background: #390099;
}
.bwd-service-style-9 .row > *:nth-child(5) .bwd-service-box::after {
    background-color: #4f772d;
}
.bwd-service-style-9 .row > *:nth-child(5) .bwd-service-box::before {
    background-color: #4f772d;
}
.bwd-service-style-9 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: #4f772d;
}
.bwd-service-style-9 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::after {
    background: #4f772d;
}
.bwd-service-style-9 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::before {
    background: #4f772d;
}
.bwd-service-style-9 .row > *:nth-child(6) .bwd-service-box::after {
    background-color: #ff69eb;
}
.bwd-service-style-9 .row > *:nth-child(6) .bwd-service-box::before {
    background-color: #ff69eb;
}
.bwd-service-style-9 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: #ff69eb;
}
.bwd-service-style-9 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::after {
    background: #ff69eb;
}
.bwd-service-style-9 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::before {
    background: #ff69eb;
}
.bwd-service-style-9 .row > *:nth-child(7) .bwd-service-box::after {
    background-color: #70d6ff;
}
.bwd-service-style-9 .row > *:nth-child(7) .bwd-service-box::before {
    background-color: #70d6ff;
}
.bwd-service-style-9 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: #70d6ff;
}
.bwd-service-style-9 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::after {
    background: #70d6ff;
}
.bwd-service-style-9 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::before {
    background: #70d6ff;
}
.bwd-service-style-9 .row > *:nth-child(8) .bwd-service-box::after {
    background-color: #582f0e;
}
.bwd-service-style-9 .row > *:nth-child(8) .bwd-service-box::before {
    background-color: #582f0e;
}
.bwd-service-style-9 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: #582f0e;
}
.bwd-service-style-9 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::after {
    background: #582f0e;
}
.bwd-service-style-9 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::before {
    background: #582f0e;
}
.bwd-service-style-10 .bwd-service-box {
    display: block;
    border-top-right-radius: 250px;
    color: #fff;
    border-top-left-radius: 250px;
    text-align: center;
    padding: 0;
    border-bottom-left-radius: 265px;
    border-bottom-right-radius: 265px;
    position: relative;
    background: #ff973f;
    margin: 0 auto;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    width: 175px;
}
.bwd-service-style-10 .bwd-service-box:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 200px 10px 18px;
}
.bwd-service-style-10 .bwd-service-box .bwd-service-icon {
    background: #ff973f;
    font-size: 60px;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #ff973f;
    top: 0;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bwd-service-style-10 .bwd-service-box .bwd-service-icon svg {
    fill: #ff973f;
}
.bwd-service-style-10 .bwd-service-box .bwd-service-icon::before {
    color: #ff973f;
    content: "";
    background: #f4f4f4;
    width: 130px;
    display: inline-block;
    height: 130px;
    text-align: center;
    line-height: 130px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-10 .bwd-service-box:hover .bwd-service-icon::before {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.bwd-service-style-10 .bwd-service-box .bwd-service-content {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    min-height: 180px;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.bwd-service-style-10 .bwd-service-box .bwd-service-content .title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bwd-service-style-10 .bwd-service-box .bwd-service-content .desc {
    font-size: 15px;
    line-height: 20px;
}
.bwd-service-style-10 .bwd-service-box:hover .bwd-service-content {
    opacity: 1;
    visibility: visible;
}
.bwd-service-style-10 .row > *:nth-child(2) .bwd-service-box {
    background: #31bfc4;
}
.bwd-service-style-10 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: #31bfc4;
    color: #31bfc4;
}
.bwd-service-style-10 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #31bfc4;
}
.bwd-service-style-10 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::before {
    color: #31bfc4;
}
.bwd-service-style-10 .row > *:nth-child(3) .bwd-service-box {
    background: #096a7a;
}
.bwd-service-style-10 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: #096a7a;
    color: #096a7a;
}
.bwd-service-style-10 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #096a7a;
}
.bwd-service-style-10 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::before {
    color: #096a7a;
}
.bwd-service-style-10 .row > *:nth-child(4) .bwd-service-box {
    background: #8746ae;
}
.bwd-service-style-10 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: #8746ae;
    color: #8746ae;
}
.bwd-service-style-10 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #8746ae;
}
.bwd-service-style-10 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::before {
    color: #8746ae;
}
.bwd-service-style-10 .row > *:nth-child(5) .bwd-service-box {
    background: #582f0e;
}
.bwd-service-style-10 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: #582f0e;
    color: #582f0e;
}
.bwd-service-style-10 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #582f0e;
}
.bwd-service-style-10 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::before {
    color: #582f0e;
}
.bwd-service-style-10 .row > *:nth-child(6) .bwd-service-box {
    background: #390099;
}
.bwd-service-style-10 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: #390099;
    color: #390099;
}
.bwd-service-style-10 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #390099;
}
.bwd-service-style-10 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::before {
    color: #390099;
}
.bwd-service-style-10 .row > *:nth-child(7) .bwd-service-box {
    background: #ff69eb;
}
.bwd-service-style-10 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: #ff69eb;
    color: #ff69eb;
}
.bwd-service-style-10 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #ff69eb;
}
.bwd-service-style-10 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::before {
    color: #ff69eb;
}
.bwd-service-style-10 .row > *:nth-child(8) .bwd-service-box {
    background: #6e44ff;
}
.bwd-service-style-10 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: #6e44ff;
    color: #6e44ff;
}
.bwd-service-style-10 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #6e44ff;
}
.bwd-service-style-10 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::before {
    color: #6e44ff;
}
.bwd-service-style-11 .bwd-service-box {
    display: block;
    color: #999;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}
.bwd-service-style-11 .bwd-service-box::before {
    content: "";
    width: 100%;
    height: 15px;
    background: #068f9b;
    bottom: -15px;
    left: 0;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 15px 15px;
}
.bwd-service-style-11 .bwd-service-box .bwd-service-icon {
    color: #fff;
    font-size: 50px;
    padding: 35px 0 26px;
    overflow: hidden;
    position: relative;
}
.bwd-service-style-11 .bwd-service-box .bwd-service-icon svg {
    fill: #fff;
}
.bwd-service-style-11 .bwd-service-box .bwd-service-icon i {
    position: relative;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-11 .bwd-service-box .bwd-service-icon::before {
    content: "";
    background-color: #068f9b;
    height: 300px;
    width: 300px;
    border-radius: 30px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: -1;
}
.bwd-service-style-11 .bwd-service-box:hover .bwd-service-icon i {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.bwd-service-style-11 .bwd-service-box .bwd-service-content {
    background: #fff;
    padding: 30px 10px 25px;
    margin: 0 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    position: relative;
}
.bwd-service-style-11 .bwd-service-box .bwd-service-content::before,
.bwd-service-style-11 .bwd-service-box .bwd-service-content::after {
    content: "";
    background-color: #068f9b;
    height: 10px;
    border-radius: 0 0 8px 8px;
    position: absolute;
    left: -8px;
    right: -8px;
    top: 0;
    z-index: -1;
}
.bwd-service-style-11 .bwd-service-box .bwd-service-content::after {
    border-radius: 8px 8px 0 0;
    top: auto;
    bottom: -2px;
    left: -10px;
    right: -10px;
}
.bwd-service-style-11 .bwd-service-box .bwd-service-content .title {
    color: #068f9b;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.bwd-service-style-11 .bwd-service-box .bwd-service-content .desc {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.bwd-service-style-11 .row > *:nth-child(2) .bwd-service-box::before {
    background: #64b300;
}
.bwd-service-style-11 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::before {
    background-color: #64b300;
}
.bwd-service-style-11 .row > *:nth-child(2) .bwd-service-box .bwd-service-content::before,
.bwd-service-style-11 .row > *:nth-child(2) .bwd-service-box .bwd-service-content::after {
    background-color: #64b300;
}
.bwd-service-style-11 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #64b300;
}
.bwd-service-style-11 .row > *:nth-child(3) .bwd-service-box::before {
    background: #29424f;
}
.bwd-service-style-11 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::before {
    background-color: #29424f;
}
.bwd-service-style-11 .row > *:nth-child(3) .bwd-service-box .bwd-service-content::before,
.bwd-service-style-11 .row > *:nth-child(3) .bwd-service-box .bwd-service-content::after {
    background-color: #29424f;
}
.bwd-service-style-11 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #29424f;
}
.bwd-service-style-11 .row > *:nth-child(4) .bwd-service-box::before {
    background: #ee5a24;
}
.bwd-service-style-11 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::before {
    background-color: #ee5a24;
}
.bwd-service-style-11 .row > *:nth-child(4) .bwd-service-box .bwd-service-content::before,
.bwd-service-style-11 .row > *:nth-child(4) .bwd-service-box .bwd-service-content::after {
    background-color: #ee5a24;
}
.bwd-service-style-11 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #ee5a24;
}
.bwd-service-style-11 .row > *:nth-child(5) .bwd-service-box::before {
    background: #688e26;
}
.bwd-service-style-11 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::before {
    background-color: #688e26;
}
.bwd-service-style-11 .row > *:nth-child(5) .bwd-service-box .bwd-service-content::before,
.bwd-service-style-11 .row > *:nth-child(5) .bwd-service-box .bwd-service-content::after {
    background-color: #688e26;
}
.bwd-service-style-11 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #688e26;
}
.bwd-service-style-11 .row > *:nth-child(6) .bwd-service-box::before {
    background: #352208;
}
.bwd-service-style-11 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::before {
    background-color: #352208;
}
.bwd-service-style-11 .row > *:nth-child(6) .bwd-service-box .bwd-service-content::before,
.bwd-service-style-11 .row > *:nth-child(6) .bwd-service-box .bwd-service-content::after {
    background-color: #352208;
}
.bwd-service-style-11 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #352208;
}
.bwd-service-style-11 .row > *:nth-child(7) .bwd-service-box::before {
    background: #6e44ff;
}
.bwd-service-style-11 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::before {
    background-color: #6e44ff;
}
.bwd-service-style-11 .row > *:nth-child(7) .bwd-service-box .bwd-service-content::before,
.bwd-service-style-11 .row > *:nth-child(7) .bwd-service-box .bwd-service-content::after {
    background-color: #6e44ff;
}
.bwd-service-style-11 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #6e44ff;
}
.bwd-service-style-11 .row > *:nth-child(8) .bwd-service-box::before {
    background: #a4036f;
}
.bwd-service-style-11 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::before {
    background-color: #a4036f;
}
.bwd-service-style-11 .row > *:nth-child(8) .bwd-service-box .bwd-service-content::before,
.bwd-service-style-11 .row > *:nth-child(8) .bwd-service-box .bwd-service-content::after {
    background-color: #a4036f;
}
.bwd-service-style-11 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #a4036f;
}
.bwd-service-style-12 .bwd-service-box {
    display: block;
    background: #f4f4f4;
    padding: 30px 15px 15px;
    position: relative;
    -webkit-box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.26);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.26);
    text-align: center;
    border-radius: 15px;
    margin: 0 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-12 .bwd-service-box {
        padding: 30px 10px 50px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-12 .bwd-service-box {
        padding: 30px 10px 50px;
    }
}
.bwd-service-style-12 .bwd-service-box:hover {
    border-radius: 0;
}
.bwd-service-style-12 .bwd-service-box::before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -20px;
    width: 109%;
    height: 60%;
    background: #ffa708;
    z-index: -1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-12 .bwd-service-box::before {
        width: 115%;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-12 .bwd-service-box::before {
        width: 111%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bwd-service-style-12 .bwd-service-box::before {
        width: 113%;
    }
}
.bwd-service-style-12 .bwd-service-box:hover::before {
    height: calc(100% + 25px);
    border-radius: 0;
}
.bwd-service-style-12 .bwd-service-box .bwd-service-icon {
    width: 80px;
    height: 80px;
    background: #de9107;
    border-radius: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
}
.bwd-service-style-12 .bwd-service-box .bwd-service-icon i {
    color: #fff;
    font-size: 30px;
}
.bwd-service-style-12 .bwd-service-box .bwd-service-icon svg {
    fill: #fff;
}
.bwd-service-style-12 .bwd-service-box .bwd-service-content {
    position: relative;
}
.bwd-service-style-12 .bwd-service-box .bwd-service-content .title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #dc9007;
    margin-bottom: 25px;
}
.bwd-service-style-12 .bwd-service-box .bwd-service-content .desc {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 24px;
}
.bwd-service-style-12 .row > *:nth-child(2) .bwd-service-box::before {
    background: #e3483a;
}
.bwd-service-style-12 .row > *:nth-child(2) .bwd-service-box::after {
    background: #e3483a;
}
.bwd-service-style-12 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: #e3483a;
}
.bwd-service-style-12 .row > *:nth-child(2) .bwd-service-box .bwd-service-content::before {
    background: #e3483a;
}
.bwd-service-style-12 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #e3483a;
}
.bwd-service-style-12 .row > *:nth-child(3) .bwd-service-box::before {
    background: #009bb3;
}
.bwd-service-style-12 .row > *:nth-child(3) .bwd-service-box::after {
    background: #009bb3;
}
.bwd-service-style-12 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: #009bb3;
}
.bwd-service-style-12 .row > *:nth-child(3) .bwd-service-box .bwd-service-content::before {
    background: #009bb3;
}
.bwd-service-style-12 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #009bb3;
}
.bwd-service-style-12 .row > *:nth-child(4) .bwd-service-box::before {
    background: #ff3554;
}
.bwd-service-style-12 .row > *:nth-child(4) .bwd-service-box::after {
    background: #ff3554;
}
.bwd-service-style-12 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: #ff3554;
}
.bwd-service-style-12 .row > *:nth-child(4) .bwd-service-box .bwd-service-content::before {
    background: #ff3554;
}
.bwd-service-style-12 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #ff3554;
}
.bwd-service-style-12 .row > *:nth-child(5) .bwd-service-box::before {
    background: #6f4518;
}
.bwd-service-style-12 .row > *:nth-child(5) .bwd-service-box::after {
    background: #6f4518;
}
.bwd-service-style-12 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: #6f4518;
}
.bwd-service-style-12 .row > *:nth-child(5) .bwd-service-box .bwd-service-content::before {
    background: #6f4518;
}
.bwd-service-style-12 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #6f4518;
}
.bwd-service-style-12 .row > *:nth-child(6) .bwd-service-box::before {
    background: #9381ff;
}
.bwd-service-style-12 .row > *:nth-child(6) .bwd-service-box::after {
    background: #9381ff;
}
.bwd-service-style-12 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: #9381ff;
}
.bwd-service-style-12 .row > *:nth-child(6) .bwd-service-box .bwd-service-content::before {
    background: #9381ff;
}
.bwd-service-style-12 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #9381ff;
}
.bwd-service-style-12 .row > *:nth-child(7) .bwd-service-box::before {
    background: #31572c;
}
.bwd-service-style-12 .row > *:nth-child(7) .bwd-service-box::after {
    background: #31572c;
}
.bwd-service-style-12 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: #31572c;
}
.bwd-service-style-12 .row > *:nth-child(7) .bwd-service-box .bwd-service-content::before {
    background: #31572c;
}
.bwd-service-style-12 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #31572c;
}
.bwd-service-style-12 .row > *:nth-child(8) .bwd-service-box::before {
    background: #390099;
}
.bwd-service-style-12 .row > *:nth-child(8) .bwd-service-box::after {
    background: #390099;
}
.bwd-service-style-12 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: #390099;
}
.bwd-service-style-12 .row > *:nth-child(8) .bwd-service-box .bwd-service-content::before {
    background: #390099;
}
.bwd-service-style-12 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #390099;
}
.bwd-service-style-13 .bwd-service-box {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 50px 10px 10px;
    border: 1px solid #dddddd;
    box-shadow: 0px 5px 10px #00000017;
}
.bwd-service-style-13 .bwd-service-box .bwd-service-icon {
    background: #fff;
    font-size: 50px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 50px;
    -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: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-13 .bwd-service-box .bwd-service-icon i, 
.bwd-service-style-13 .bwd-service-box .bwd-service-icon svg {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.bwd-service-style-13 .bwd-service-box .bwd-service-icon i {
    color: #b53471;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.bwd-service-style-13 .bwd-service-box .bwd-service-icon svg {
    fill: #b53471;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-13 .bwd-service-box .bwd-service-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}
.bwd-service-style-13 .bwd-service-box:hover .bwd-service-icon i {
    font-size: 60px;
}
.bwd-service-style-13 .bwd-service-box .bwd-service-content .title {
    color: #b53471;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.bwd-service-style-13 .bwd-service-box .bwd-service-content .desc {
    color: #888;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 15px;
}
.bwd-service-style-13 .bwd-service-box .bwd-service-content .read-more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bwd-service-style-13 .bwd-service-box .bwd-service-content .read-more::before {
    content: "";
    background: #b53471;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1) skew(-20deg);
    transform: scale(1) skew(-20deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-13 .bwd-service-box .bwd-service-content .read-more:hover {
    color: #b53471;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.bwd-service-style-13 .bwd-service-box .bwd-service-content .read-more:hover::before {
    -webkit-transform: scale(0) skew(-20deg);
    transform: scale(0) skew(-20deg);
}
.bwd-service-style-13 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon i {
    color: #5758bb;
}
.bwd-service-style-13 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #5758bb;
}
.bwd-service-style-13 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #5758bb;
}
.bwd-service-style-13 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .read-more::before {
    background: #5758bb;
}
.bwd-service-style-13 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .read-more:hover {
    color: #5758bb;
}
.bwd-service-style-13 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon i {
    color: #17a8d8;
}
.bwd-service-style-13 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #17a8d8;
}
.bwd-service-style-13 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #17a8d8;
}
.bwd-service-style-13 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .read-more::before {
    background: #17a8d8;
}
.bwd-service-style-13 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .read-more:hover {
    color: #17a8d8;
}
.bwd-service-style-13 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon i {
    color: #149e5d;
}
.bwd-service-style-13 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #149e5d;
}

.bwd-service-style-13 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #149e5d;
}
.bwd-service-style-13 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .read-more::before {
    background: #149e5d;
}
.bwd-service-style-13 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .read-more:hover {
    color: #149e5d;
}
.bwd-service-style-13 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon i {
    color: #149e5d;
}
.bwd-service-style-13 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #149e5d;
}
.bwd-service-style-13 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #582f0e;
}
.bwd-service-style-13 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .read-more::before {
    background: #582f0e;
}
.bwd-service-style-13 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .read-more:hover {
    color: #582f0e;
}
.bwd-service-style-13 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon i {
    color: #149e5d;
}
.bwd-service-style-13 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #149e5d;
}
.bwd-service-style-13 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #ce4257;
}
.bwd-service-style-13 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .read-more::before {
    background: #ce4257;
}
.bwd-service-style-13 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .read-more:hover {
    color: #ce4257;
}
.bwd-service-style-13 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon i {
    color: #149e5d;
}
.bwd-service-style-13 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #149e5d;
}

.bwd-service-style-13 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #5a189a;
}
.bwd-service-style-13 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .read-more::before {
    background: #5a189a;
}
.bwd-service-style-13 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .read-more:hover {
    color: #5a189a;
}
.bwd-service-style-13 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon i {
    color: #149e5d;
}
.bwd-service-style-13 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #149e5d;
}
.bwd-service-style-13 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #31572c;
}
.bwd-service-style-13 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .read-more::before {
    background: #31572c;
}
.bwd-service-style-13 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .read-more:hover {
    color: #31572c;
}
.bwd-service-style-14 .bwd-service-box {
    display: block;
    text-align: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative;
}
.bwd-service-style-14 .bwd-service-box .bwd-service-icon {
    background: #fff;
    height: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 79, 250, 0.219);
    box-shadow: 0px 5px 20px 0px rgba(0, 79, 250, 0.219);
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    font-size: 50px;
}
.bwd-service-style-14 .bwd-service-box .bwd-service-icon .title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    color: #4158d0;
}
.bwd-service-style-14 .bwd-service-box .bwd-service-icon i, 
.bwd-service-style-14 .bwd-service-box .bwd-service-icon svg {
    color: #c850c0;
    margin-bottom: 15px;
}
.bwd-service-style-14 .bwd-service-box .bwd-service-icon svg {
    fill: #c850c0;
}
.bwd-service-style-14 .bwd-service-box:hover .bwd-service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}
.bwd-service-style-14 .bwd-service-box .bwd-service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 220px;
    width: 100%;
    padding: 30px;
    color: #fff;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    -webkit-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-14 .bwd-service-box .bwd-service-content {
        padding: 30px 10px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-14 .bwd-service-box .bwd-service-content {
        padding: 30px 20px;
    }
}
.bwd-service-style-14 .bwd-service-box .bwd-service-content .title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}
.bwd-service-style-14 .bwd-service-box .bwd-service-content .desc {
    font-size: 13px;
    font-weight: 400;
}
.bwd-service-style-14 .bwd-service-box:hover .bwd-service-content {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.bwd-service-style-15.bwd-service-style-wrapper {
    padding-top: 20px;
    padding-bottom: 24px;
}
.bwd-service-style-15 .bwdss-row {
    row-gap: 70px;
}
.bwd-service-style-15 .bwd-service-box {
    display: block;
    background: #f4f4f4;
    padding: 60px 25px 60px;
    position: relative;
    text-align: center;
    border-radius: 15px;
    border: 3px solid #325bfd;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-15 .bwd-service-box:hover {
    -webkit-box-shadow: 10px 12px 10px rgba(0, 0, 0, 0.26);
    box-shadow: 10px 12px 10px rgba(0, 0, 0, 0.26);
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-15 .bwd-service-box {
        padding: 60px 20px 70px;
    }
}
.bwd-service-style-15 .bwd-service-box .bwd-top-title {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 65%;
    line-height: 50px;
    background: #325bfd;
    color: #ffff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0 5px;
    height: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-15 .bwd-service-box .bwd-top-title {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-15 .bwd-service-box .bwd-top-title {
        font-size: 15px;
    }
}
.bwd-service-style-15 .bwd-service-box .bwd-top-title::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-color: #325bfd;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.bwd-service-style-15 .bwd-service-box .bwd-top-title::after {
    content: "";
    position: absolute;
    left: auto;
    right: -30px;
    top: 0px;
    width: 30px;
    height: 30px;
    clip-path: polygon(100% 100%, 0 0, 0 100%);
    background-color: #325bfd;
}
.bwd-service-style-15 .bwd-service-box .bwd-service-content .title {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 600;
    color: #325bfd;
}
.bwd-service-style-15 .bwd-service-box .bwd-service-content .desc {
    line-height: 28px;
    padding-bottom: 10px;
    color: #000;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-15 .bwd-service-box .bwd-service-content .desc {
        font-size: 14px;
        line-height: 22px;
    }
}
.bwd-service-style-15 .bwd-service-box .bwd-service-icon {
    position: absolute;
    bottom: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    color: #2949fe;
    background: #f4f4f4;
    border: 5px solid;
    font-size: 35px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-15 .bwd-service-box .bwd-service-icon svg {
    fill: #2949fe;
}
.bwd-service-style-15 .bwd-service-box:hover .bwd-service-icon {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
}
.bwd-service-style-15 .row > *:nth-child(2) .bwd-service-box {
    border: 3px solid #b43072;
}
.bwd-service-style-15 .row > *:nth-child(2) .bwd-service-box .bwd-top-title {
    background: #b43072;
}
.bwd-service-style-15 .row > *:nth-child(2) .bwd-service-box .bwd-top-title:before {
    background: #b43072;
}
.bwd-service-style-15 .row > *:nth-child(2) .bwd-service-box .bwd-top-title:after {
    background: #b43072;
}
.bwd-service-style-15 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #b43072;
}
.bwd-service-style-15 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    color: #b43072;
}
.bwd-service-style-15 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #b43072;
}
.bwd-service-style-15 .row > *:nth-child(3) .bwd-service-box {
    border: 3px solid #f77524;
}
.bwd-service-style-15 .row > *:nth-child(3) .bwd-service-box .bwd-top-title {
    background: #f77524;
}
.bwd-service-style-15 .row > *:nth-child(3) .bwd-service-box .bwd-top-title:before {
    background: #f77524;
}
.bwd-service-style-15 .row > *:nth-child(3) .bwd-service-box .bwd-top-title:after {
    background: #f77524;
}
.bwd-service-style-15 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #f77524;
}
.bwd-service-style-15 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    color: #f77524;
}
.bwd-service-style-15 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #f77524;
}
.bwd-service-style-15 .row > *:nth-child(4) .bwd-service-box {
    border: 3px solid #ff69eb;
}
.bwd-service-style-15 .row > *:nth-child(4) .bwd-service-box .bwd-top-title {
    background: #ff69eb;
}
.bwd-service-style-15 .row > *:nth-child(4) .bwd-service-box .bwd-top-title:before {
    background-color: #ff69eb;
}
.bwd-service-style-15 .row > *:nth-child(4) .bwd-service-box .bwd-top-title:after {
    background-color: #ff69eb;
}
.bwd-service-style-15 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #ff69eb;
}
.bwd-service-style-15 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    color: #ff69eb;
}
.bwd-service-style-15 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #ff69eb;
}
.bwd-service-style-16 .bwd-service-box {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 40px 24px 20px;
    position: relative;
    border: 1px solid #dddddd;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-16 .bwd-service-box {
        padding: 40px 15px;
    }
}
.bwd-service-style-16 .bwd-service-box::before {
    content: "";
    background: #eb3b5a;
    width: 25px;
    height: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 165px;
    left: 50%;
    -webkit-clip-path: polygon(100% 30%, 100% 66%, 50% 100%, 0 66%, 0 30%, 50% 60%);
    clip-path: polygon(100% 30%, 100% 66%, 50% 100%, 0 66%, 0 30%, 50% 60%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-16 .bwd-service-box .bwd-service-icon {
    color: #fff;
    background: #eb3b5a;
    font-size: 40px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 50px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-16 .bwd-service-box .bwd-service-icon svg {
    fill: #fff;
}
.bwd-service-style-16 .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-16 .bwd-service-box .bwd-service-icon::after {
    content: "";
    border: 2px solid #eb3b5a;
    border-left: 2px dashed #eb3b5a;
    border-right: 2px dashed #eb3b5a;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-16 .bwd-service-box .bwd-service-icon::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
}
.bwd-service-style-16 .bwd-service-box:hover .bwd-service-icon::before {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.bwd-service-style-16 .bwd-service-box:hover .bwd-service-icon::after {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.bwd-service-style-16 .bwd-service-box .title {
    color: #eb3b5a;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: 600;
}
.bwd-service-style-16 .bwd-service-box .desc {
    color: #606060;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-16 .bwd-service-box .desc {
        font-size: 13px;
    }
}
.bwd-service-style-16 .row > *:nth-child(2) .bwd-service-box::before {
    background: #fa8231;
}
.bwd-service-style-16 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: #fa8231;
}
.bwd-service-style-16 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-16 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::after {
    border: 2px solid #fa8231;
    border-left: 2px dashed #fa8231;
    border-right: 2px dashed #fa8231;
}
.bwd-service-style-16 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #fa8231;
}
.bwd-service-style-16 .row > *:nth-child(3) .bwd-service-box::before {
    background: #8854d0;
}
.bwd-service-style-16 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: #8854d0;
}
.bwd-service-style-16 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-16 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::after {
    border: 2px solid #8854d0;
    border-left: 2px dashed #8854d0;
    border-right: 2px dashed #8854d0;
}
.bwd-service-style-16 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #8854d0;
}
.bwd-service-style-16 .row > *:nth-child(4) .bwd-service-box::before {
    background: #20bf6b;
}
.bwd-service-style-16 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: #20bf6b;
}
.bwd-service-style-16 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-16 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::after {
    border: 2px solid #20bf6b;
    border-left: 2px dashed #20bf6b;
    border-right: 2px dashed #20bf6b;
}
.bwd-service-style-16 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #20bf6b;
}
.bwd-service-style-16 .row > *:nth-child(5) .bwd-service-box::before {
    background: #c8b6ff;
}
.bwd-service-style-16 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: #c8b6ff;
}
.bwd-service-style-16 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-16 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::after {
    border: 2px solid #c8b6ff;
    border-left: 2px dashed #c8b6ff;
    border-right: 2px dashed #c8b6ff;
}
.bwd-service-style-16 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #c8b6ff;
}
.bwd-service-style-16 .row > *:nth-child(6) .bwd-service-box::before {
    background: #ff006e;
}
.bwd-service-style-16 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: #ff006e;
}
.bwd-service-style-16 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-16 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::after {
    border: 2px solid #ff006e;
    border-left: 2px dashed #ff006e;
    border-right: 2px dashed #ff006e;
}
.bwd-service-style-16 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #ff006e;
}
.bwd-service-style-16 .row > *:nth-child(7) .bwd-service-box::before {
    background: #03045e;
}
.bwd-service-style-16 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: #03045e;
}
.bwd-service-style-16 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-16 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::after {
    border: 2px solid #03045e;
    border-left: 2px dashed #03045e;
    border-right: 2px dashed #03045e;
}
.bwd-service-style-16 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #03045e;
}
.bwd-service-style-16 .row > *:nth-child(8) .bwd-service-box::before {
    background: #007f5f;
}
.bwd-service-style-16 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: #007f5f;
}
.bwd-service-style-16 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-16 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::after {
    border: 2px solid #007f5f;
    border-left: 2px dashed #007f5f;
    border-right: 2px dashed #007f5f;
}
.bwd-service-style-16 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #007f5f;
}
.bwd-service-style-17 .bwd-service-box {
    display: block;
    background: #fff;
    text-align: center;
    padding: 30px 30px;
    border: 10px solid #ddd;
    border-top-color: #21bcb8;
    border-bottom-color: #21bcb8;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-17 .bwd-service-box {
        padding: 30px 18px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-17 .bwd-service-box {
        padding: 30px 20px;
    }
}
.bwd-service-style-17 .bwd-service-box:hover {
    border-left-color: #21bcb8;
    border-right-color: #21bcb8;
}
.bwd-service-style-17 .bwd-service-box::before {
    content: "";
    border: 3px dashed #ddd;
    border-radius: 20px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}
.bwd-service-style-17 .bwd-service-box .bwd-content {
    position: relative;
    z-index: 9;
}
.bwd-service-style-17 .bwd-service-box .bwd-content .bwd-service-icon {
    color: #21bcb8;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 15px;
}
.bwd-service-style-17 .bwd-service-box .bwd-content .bwd-service-icon svg {
    fill: #21bcb8;
}
.bwd-service-style-17 .bwd-service-box .bwd-content .bwd-service-content .title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.bwd-service-style-17 .bwd-service-box .bwd-content .bwd-service-content .desc {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-17 .bwd-service-box .bwd-content .bwd-service-content .desc {
        font-size: 13px;
    }
}
.bwd-service-style-17 .row > *:nth-child(2) .bwd-service-box {
    border-top-color: #ed5543;
    border-bottom-color: #ed5543;
}
.bwd-service-style-17 .row > *:nth-child(2) .bwd-service-box .bwd-content .bwd-service-icon {
    color: #ed5543;
}
.bwd-service-style-17 .row > *:nth-child(2) .bwd-service-box .bwd-content .bwd-service-icon svg {
    fill: #ed5543;
}
.bwd-service-style-17 .row > *:nth-child(2) .bwd-service-box:hover {
    border-left-color: #ed5543;
    border-right-color: #ed5543;
}
.bwd-service-style-17 .row > *:nth-child(3) .bwd-service-box {
    border-top-color: #924963;
    border-bottom-color: #924963;
}
.bwd-service-style-17 .row > *:nth-child(3) .bwd-service-box .bwd-content .bwd-service-icon {
    color: #924963;
}
.bwd-service-style-17 .row > *:nth-child(3) .bwd-service-box .bwd-content .bwd-service-icon svg {
    fill: #924963;
}
.bwd-service-style-17 .row > *:nth-child(3) .bwd-service-box:hover {
    border-left-color: #924963;
    border-right-color: #924963;
}
.bwd-service-style-17 .row > *:nth-child(4) .bwd-service-box {
    border-top-color: #ffa708;
    border-bottom-color: #ffa708;
}
.bwd-service-style-17 .row > *:nth-child(4) .bwd-service-box .bwd-content .bwd-service-icon {
    color: #ffa708;
}
.bwd-service-style-17 .row > *:nth-child(4) .bwd-service-box .bwd-content .bwd-service-icon svg {
    fill: #ffa708;
}
.bwd-service-style-17 .row > *:nth-child(4) .bwd-service-box:hover {
    border-left-color: #ffa708;
    border-right-color: #ffa708;
}
.bwd-service-style-17 .row > *:nth-child(5) .bwd-service-box {
    border-top-color: #deaaff;
    border-bottom-color: #deaaff;
}
.bwd-service-style-17 .row > *:nth-child(5) .bwd-service-box .bwd-content .bwd-service-icon {
    color: #deaaff;
}
.bwd-service-style-17 .row > *:nth-child(5) .bwd-service-box .bwd-content .bwd-service-icon svg {
    fill: #deaaff;
}
.bwd-service-style-17 .row > *:nth-child(5) .bwd-service-box:hover {
    border-left-color: #deaaff;
    border-right-color: #deaaff;
}
.bwd-service-style-17 .row > *:nth-child(6) .bwd-service-box {
    border-top-color: #390099;
    border-bottom-color: #390099;
}
.bwd-service-style-17 .row > *:nth-child(6) .bwd-service-box .bwd-content .bwd-service-icon {
    color: #390099;
}
.bwd-service-style-17 .row > *:nth-child(6) .bwd-service-box .bwd-content .bwd-service-icon svg {
    fill: #390099;
}
.bwd-service-style-17 .row > *:nth-child(6) .bwd-service-box:hover {
    border-left-color: #390099;
    border-right-color: #390099;
}
.bwd-service-style-17 .row > *:nth-child(7) .bwd-service-box {
    border-top-color: #008000;
    border-bottom-color: #008000;
}
.bwd-service-style-17 .row > *:nth-child(7) .bwd-service-box .bwd-content .bwd-service-icon {
    color: #008000;
}
.bwd-service-style-17 .row > *:nth-child(7) .bwd-service-box .bwd-content .bwd-service-icon svg {
    fill: #008000;
}
.bwd-service-style-17 .row > *:nth-child(7) .bwd-service-box:hover {
    border-left-color: #008000;
    border-right-color: #008000;
}
.bwd-service-style-17 .row > *:nth-child(8) .bwd-service-box {
    border-top-color: #78290f;
    border-bottom-color: #78290f;
}
.bwd-service-style-17 .row > *:nth-child(8) .bwd-service-box .bwd-content .bwd-service-icon {
    color: #78290f;
}
.bwd-service-style-17 .row > *:nth-child(8) .bwd-service-box .bwd-content .bwd-service-icon svg {
    fill: #78290f;
}
.bwd-service-style-17 .row > *:nth-child(8) .bwd-service-box:hover {
    border-left-color: #78290f;
    border-right-color: #78290f;
}
.bwd-service-style-18 .bwd-service-box {
    display: block;
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 20px 30px 20px;
    border: 1px solid #dddddd;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-18 .bwd-service-box {
        padding: 20px 15px;
    }
}
.bwd-service-style-18 .bwd-service-box .bwd-service-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto 45px;
    border: 2px solid #fba21a;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-18 .bwd-service-box .bwd-service-icon {
        margin: 0 auto 35px;
    }
}
.bwd-service-style-18 .bwd-service-box span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: #fba21a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fba21a;
}
.bwd-service-style-18 .bwd-service-box .bwd-service-icon svg {
    fill: #fba21a;
}
.bwd-service-style-18 .bwd-service-box .bwd-service-content .title {
    font-size: 20px;
    color: #fba21a;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.bwd-service-style-18 .bwd-service-box .bwd-service-content .desc {
    font-size: 15px;
    color: #555;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-18 .bwd-service-box .bwd-service-content .desc {
        font-size: 13px;
    }
}
.bwd-service-style-18 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    border-color: #05b4b7;
}
.bwd-service-style-18 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::before {
    border-bottom-color: #05b4b7;
    border-left-color: #05b4b7;
}
.bwd-service-style-18 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::after {
    background: #05b4b7;
}
.bwd-service-style-18 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon span {
    color: #05b4b7;
    border: 2px solid #05b4b7;
}
.bwd-service-style-18 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #05b4b7;
}
.bwd-service-style-18 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon span::before {
    background: #05b4b7;
}
.bwd-service-style-18 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon span::after {
    border-right-color: #05b4b7;
    border-bottom-color: #05b4b7;
}
.bwd-service-style-18 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #05b4b7;
}
.bwd-service-style-18 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    border-color: #d41271;
}
.bwd-service-style-18 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::before {
    border-bottom-color: #d41271;
    border-left-color: #d41271;
}
.bwd-service-style-18 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::after {
    background: #d41271;
}
.bwd-service-style-18 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon span {
    color: #d41271;
    border: 2px solid #d41271;
}
.bwd-service-style-18 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #d41271;
}
.bwd-service-style-18 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon span::before {
    background: #d41271;
}
.bwd-service-style-18 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon span::after {
    border-right-color: #d41271;
    border-bottom-color: #d41271;
}
.bwd-service-style-18 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #d41271;
}
.bwd-service-style-18 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    border-color: #0fb513;
}
.bwd-service-style-18 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::before {
    border-bottom-color: #0fb513;
    border-left-color: #0fb513;
}
.bwd-service-style-18 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::after {
    background: #0fb513;
}
.bwd-service-style-18 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon span {
    color: #0fb513;
    border: 2px solid #0fb513;
}
.bwd-service-style-18 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #0fb513;
}
.bwd-service-style-18 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon span::before {
    background: #0fb513;
}
.bwd-service-style-18 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon span::after {
    border-right-color: #0fb513;
    border-bottom-color: #0fb513;
}
.bwd-service-style-18 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #0fb513;
}
.bwd-service-style-18 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    border-color: #38b000;
}
.bwd-service-style-18 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::before {
    border-bottom-color: #38b000;
    border-left-color: #38b000;
}
.bwd-service-style-18 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::after {
    background: #38b000;
}
.bwd-service-style-18 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon span {
    color: #38b000;
    border: 2px solid #38b000;
}
.bwd-service-style-18 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #38b000;
}
.bwd-service-style-18 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon span::before {
    background: #38b000;
}
.bwd-service-style-18 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon span::after {
    border-right-color: #38b000;
    border-bottom-color: #38b000;
}
.bwd-service-style-18 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #38b000;
}
.bwd-service-style-18 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    border-color: #9381ff;
}
.bwd-service-style-18 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::before {
    border-bottom-color: #9381ff;
    border-left-color: #9381ff;
}
.bwd-service-style-18 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::after {
    background: #9381ff;
}
.bwd-service-style-18 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon span {
    color: #9381ff;
    border: 2px solid #9381ff;
}
.bwd-service-style-18 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #9381ff;
}
.bwd-service-style-18 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon span::before {
    background: #9381ff;
}
.bwd-service-style-18 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon span::after {
    border-right-color: #9381ff;
    border-bottom-color: #9381ff;
}
.bwd-service-style-18 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #9381ff;
}
.bwd-service-style-18 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    border-color: #e2afff;
}
.bwd-service-style-18 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::before {
    border-bottom-color: #e2afff;
    border-left-color: #e2afff;
}
.bwd-service-style-18 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::after {
    background: #e2afff;
}
.bwd-service-style-18 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon span {
    color: #e2afff;
    border: 2px solid #e2afff;
}
.bwd-service-style-18 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #e2afff;
}
.bwd-service-style-18 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon span::before {
    background: #e2afff;
}
.bwd-service-style-18 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon span::after {
    border-right-color: #e2afff;
    border-bottom-color: #e2afff;
}
.bwd-service-style-18 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #e2afff;
}
.bwd-service-style-18 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    border-color: #f94144;
}
.bwd-service-style-18 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::before {
    border-bottom-color: #f94144;
    border-left-color: #f94144;
}
.bwd-service-style-18 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::after {
    background: #f94144;
}
.bwd-service-style-18 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon span {
    color: #f94144;
    border: 2px solid #f94144;
}
.bwd-service-style-18 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #f94144;
}
.bwd-service-style-18 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon span::before {
    background: #f94144;
}
.bwd-service-style-18 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon span::after {
    border-right-color: #f94144;
    border-bottom-color: #f94144;
}
.bwd-service-style-18 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #f94144;
}
.bwd-service-style-19.bwd-service-style-wrapper {
    padding-top: 40px;
}
.bwd-service-style-19 .bwd-service-box {
    display: block;
    background-color: #fff;
    color: #999;
    padding: 100px 25px 25px;
    position: relative;
    -webkit-box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.24);
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    outline: 2px dashed #ff973f;
    outline-offset: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-19 .bwd-service-box {
        padding: 100px 15px 35px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-19 .bwd-service-box {
        padding: 100px 15px 35px;
    }
}
.bwd-service-style-19 .bwd-service-box .bwd-service-icon {
    background: #ff973f;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;    
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #ff973f;
    top: -10px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    right: 5px;
    text-align: center;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.bwd-service-style-19 .bwd-service-box .bwd-service-icon svg {
    fill: #ff973f;
}
.bwd-service-style-19 .bwd-service-box .bwd-service-icon::before {
    color: #ff973f;
    content: "";
    background: #f4f4f4;
    width: 90px;
    display: inline-block;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.315);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.315);
}
.bwd-service-style-19 .bwd-service-box .bwd-service-icon::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 18px;
    background-color: #ff973f;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    z-index: -1;
}
.bwd-service-style-19 .bwd-service-box:hover .bwd-service-icon {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.bwd-service-style-19 .bwd-service-box .bwd-service-content .title {
    font-size: 20px;
    line-height: 40px;
    color: #fba21a;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 1px;
}
.bwd-service-style-19 .bwd-service-box .bwd-service-content .desc {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 24px;
}
.bwd-service-style-19 .row > *:nth-child(2) .bwd-service-box {
    outline-color: #05b4b7;
}
.bwd-service-style-19 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: #05b4b7;
    color: #05b4b7;
}
.bwd-service-style-19 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #05b4b7;
}
.bwd-service-style-19 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::before {
    color: #05b4b7;
}
.bwd-service-style-19 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon:after {
    background-color: #05b4b7;
}
.bwd-service-style-19 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #05b4b7;
}
.bwd-service-style-19 .row > *:nth-child(3) .bwd-service-box {
    outline-color: #2c4ffe;
}
.bwd-service-style-19 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: #2c4ffe;
    color: #2c4ffe;
}
.bwd-service-style-19 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #2c4ffe;
}
.bwd-service-style-19 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::before {
    color: #2c4ffe;
}
.bwd-service-style-19 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon:after {
    background-color: #2c4ffe;
}
.bwd-service-style-19 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #2c4ffe;
}
.bwd-service-style-19 .row > *:nth-child(4) .bwd-service-box {
    outline-color: #fe572e;
}
.bwd-service-style-19 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: #fe572e;
    color: #fe572e;
}
.bwd-service-style-19 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #fe572e;
}
.bwd-service-style-19 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::before {
    color: #fe572e;
}
.bwd-service-style-19 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon:after {
    background-color: #fe572e;
}
.bwd-service-style-19 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #fe572e;
}
.bwd-service-style-19 .row > *:nth-child(5) .bwd-service-box {
    outline-color: #f72585;
}
.bwd-service-style-19 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: #f72585;
    color: #f72585;
}
.bwd-service-style-19 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #f72585;
}
.bwd-service-style-19 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::before {
    color: #f72585;
}
.bwd-service-style-19 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon:after {
    background-color: #f72585;
}
.bwd-service-style-19 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #f72585;
}
.bwd-service-style-19 .row > *:nth-child(6) .bwd-service-box {
    outline-color: #9b5de5;
}
.bwd-service-style-19 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: #9b5de5;
    color: #9b5de5;
}
.bwd-service-style-19 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #9b5de5;
}
.bwd-service-style-19 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::before {
    color: #9b5de5;
}
.bwd-service-style-19 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon:after {
    background-color: #9b5de5;
}
.bwd-service-style-19 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #9b5de5;
}
.bwd-service-style-19 .row > *:nth-child(7) .bwd-service-box {
    outline-color: #432818;
}
.bwd-service-style-19 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: #432818;
    color: #432818;
}
.bwd-service-style-19 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #432818;
}
.bwd-service-style-19 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::before {
    color: #432818;
}
.bwd-service-style-19 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon:after {
    background-color: #432818;
}
.bwd-service-style-19 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #432818;
}
.bwd-service-style-19 .row > *:nth-child(8) .bwd-service-box {
    outline-color: #38b000;
}
.bwd-service-style-19 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: #38b000;
    color: #38b000;
}
.bwd-service-style-19 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #38b000;
}
.bwd-service-style-19 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::before {
    color: #38b000;
}
.bwd-service-style-19 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon:after {
    background-color: #38b000;
}
.bwd-service-style-19 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #38b000;
}
.bwd-service-style-20 .bwd-service-box {
    display: block;
    background-color: #fff;
    color: #333;
    padding: 24px 17px 100px;
    position: relative;
    -webkit-box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.24);
    text-align: center;
    border-radius: 30px 30px 190px 190px;
    overflow: hidden;
    margin: 0 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-20 .bwd-service-box {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-20 .bwd-service-box {
        margin: 0;
        margin-bottom: 40px;
        padding: 130px 15px 100px;
    }
}
.bwd-service-style-20 .bwd-service-box::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    width: 50%;
    height: 20%;
    line-height: 85px;
    text-align: center;
    background: #1abc9c;
    border-radius: 130px 130px 0 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-20 .bwd-service-box:hover::before {
    width: 100.7%;
    height: 100%;
    border-radius: 0;
    background-color: #1abc9c30;
}
.bwd-service-style-20 .bwd-service-box .bwd-service-icon {
    background: #f4f4f4;
    font-size: 35px;
    width: 110px;
    height: 110px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 100px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.bwd-service-style-20 .bwd-service-box .bwd-service-icon i {
    color: #1abc9c;
}
.bwd-service-style-20 .bwd-service-box .bwd-service-icon svg {
    fill: #1abc9c;
}
.bwd-service-style-20 .bwd-service-box .bwd-service-content {
    position: relative;
    z-index: 2;
}
.bwd-service-style-20 .bwd-service-box .bwd-service-content .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #1abc9c;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.bwd-service-style-20 .row > *:nth-child(2) .bwd-service-box::before {
    background: #f7163e;
}
.bwd-service-style-20 .row > *:nth-child(2) .bwd-service-box:hover::before {
    background-color: #f7163e24;
}
.bwd-service-style-20 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon i {
    color: #f7163e;
}
.bwd-service-style-20 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #f7163e;
}
.bwd-service-style-20 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #f7163e;
}
.bwd-service-style-20 .row > *:nth-child(3) .bwd-service-box::before {
    background: #29424f;
}
.bwd-service-style-20 .row > *:nth-child(3) .bwd-service-box:hover::before {
    background-color: #29424f24;
}
.bwd-service-style-20 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon i {
    color: #29424f;
}
.bwd-service-style-20 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #29424f;
}
.bwd-service-style-20 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #29424f;
}
.bwd-service-style-20 .row > *:nth-child(4) .bwd-service-box::before {
    background: #b33771;
}
.bwd-service-style-20 .row > *:nth-child(4) .bwd-service-box:hover::before {
    background-color: #b3377133;
}
.bwd-service-style-20 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon i {
    color: #b33771;
}
.bwd-service-style-20 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #b33771;
}
.bwd-service-style-20 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #b33771;
}
.bwd-service-style-20 .row > *:nth-child(5) .bwd-service-box::before {
    background: #5a189a;
}
.bwd-service-style-20 .row > *:nth-child(5) .bwd-service-box:hover::before {
    background-color: #5a189a24;
}
.bwd-service-style-20 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon i {
    color: #5a189a;
}
.bwd-service-style-20 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #5a189a;
}
.bwd-service-style-20 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #5a189a;
}
.bwd-service-style-20 .row > *:nth-child(6) .bwd-service-box::before {
    background: #ff9e00;
}
.bwd-service-style-20 .row > *:nth-child(6) .bwd-service-box:hover::before {
    background-color: #ff9e0030;
}
.bwd-service-style-20 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon i {
    color: #ff9e00;
}
.bwd-service-style-20 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #ff9e00;
}
.bwd-service-style-20 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #ff9e00;
}
.bwd-service-style-20 .row > *:nth-child(7) .bwd-service-box::before {
    background: #ff69eb;
}
.bwd-service-style-20 .row > *:nth-child(7) .bwd-service-box:hover::before {
    background-color: #ff69eb29;
}
.bwd-service-style-20 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon i {
    color: #ff69eb;
}
.bwd-service-style-20 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #ff69eb;
}
.bwd-service-style-20 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #ff69eb;
}
.bwd-service-style-20 .row > *:nth-child(8) .bwd-service-box::before {
    background: #38b000;
}
.bwd-service-style-20 .row > *:nth-child(8) .bwd-service-box:hover::before {
    background-color: #38b00033;
}
.bwd-service-style-20 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon i {
    color: #38b000;
}
.bwd-service-style-20 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #38b000;
}
.bwd-service-style-20 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #38b000;
}
.bwd-service-style-21 {
    padding-top: 22px;
    padding-bottom: 80px;
}
.bwd-service-style-21 .bwdss-row {
    row-gap: 110px;
}
.bwd-service-style-21 .bwd-service-box {
    display: block;
    background: #f4f4f4;
    padding: 60px 15px 65px;
    position: relative;
    -webkit-box-shadow: 10px 12px 10px rgba(0, 0, 0, 0.226);
    box-shadow: 10px 12px 10px rgba(0, 0, 0, 0.226);
    text-align: center;
    border-radius: 15px;
}
.bwd-service-style-21 .bwd-service-box::after {
    position: absolute;
    content: "";
    bottom: -79px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f4f4f4;
    width: 150px;
    height: 80px;
    border-radius: 0 0 80px 80px;
    -webkit-box-shadow: 10px 12px 10px rgba(0, 0, 0, 0.226);
    box-shadow: 10px 12px 10px rgba(0, 0, 0, 0.226);
}
.bwd-service-style-21 .bwd-service-box .bwd-top-title {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 65%;
    line-height: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#396afc), to(#2948ff));
    background: linear-gradient(to right, #396afc, #2948ff);
    color: #fff;
    text-align: center;
    padding: 0 10px;
    display: block;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 5px;
    font-weight: 500;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    height: 50px;
}
.bwd-service-style-21 .bwd-service-box .bwd-top-title::before {
    content: "";
    position: absolute;
    left: -28.7px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-color: #396afc;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.bwd-service-style-21 .bwd-service-box .bwd-top-title::after {
    content: "";
    position: absolute;
    left: auto;
    right: -28.7px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-color: #396afc;
    clip-path: polygon(100% 100%, 0 0, 0 100%);
}
.bwd-service-style-21 .bwd-service-box:hover .bwd-top-title {
    letter-spacing: 3px;
}
.bwd-service-style-21 .bwd-service-box .bwd-service-content {
    position: relative;
}
.bwd-service-style-21 .bwd-service-box .bwd-service-content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #2d50ff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.bwd-service-style-21 .bwd-service-box .bwd-service-content .desc {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 24px;
}
.bwd-service-style-21 .bwd-service-box .bwd-service-icon {
    background: #2d50ff;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    color: #2d50ff;
    bottom: -60px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    text-align: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-21 .bwd-service-box .bwd-service-icon svg {
    fill: #2d50ff;
}
.bwd-service-style-21 .bwd-service-box .bwd-service-icon::before {
    color: #2d50ff;
    content: "";
    background: #f4f4f4;
    width: 90px;
    display: inline-block;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.32);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.32);
}
.bwd-service-style-21 .bwd-service-box:hover .bwd-service-icon {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
}
.bwd-service-style-21 .row > *:nth-child(2) .bwd-service-box .bwd-top-title {
    background: #29424f;
}
.bwd-service-style-21 .row > *:nth-child(2) .bwd-service-box .bwd-top-title::before {
    background-color: #29424f;
}
.bwd-service-style-21 .row > *:nth-child(2) .bwd-service-box .bwd-top-title::after {
    background-color: #29424f;
}
.bwd-service-style-21 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #29424f;
}
.bwd-service-style-21 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: #29424f;
    color: #29424f;
}
.bwd-service-style-21 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #29424f;
}
.bwd-service-style-21 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::before {
    color: #29424f;
}
.bwd-service-style-21 .row > *:nth-child(3) .bwd-service-box .bwd-top-title {
    background: #59bd61;
}
.bwd-service-style-21 .row > *:nth-child(3) .bwd-service-box .bwd-top-title::before {
    background-color: #59bd61;
}
.bwd-service-style-21 .row > *:nth-child(3) .bwd-service-box .bwd-top-title::after {
    background-color: #59bd61;
}
.bwd-service-style-21 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #59bd61;
}
.bwd-service-style-21 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: #59bd61;
    color: #59bd61;
}
.bwd-service-style-21 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #59bd61;
}
.bwd-service-style-21 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::before {
    color: #59bd61;
}
.bwd-service-style-21 .row > *:nth-child(4) .bwd-service-box .bwd-top-title {
    background: #e53b66;
}
.bwd-service-style-21 .row > *:nth-child(4) .bwd-service-box .bwd-top-title::before {
    background-color: #e53b66;
}
.bwd-service-style-21 .row > *:nth-child(4) .bwd-service-box .bwd-top-title::after {
    background-color: #e53b66;
}
.bwd-service-style-21 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #e53b66;
}
.bwd-service-style-21 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: #e53b66;
    color: #e53b66;
}
.bwd-service-style-21 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #e53b66;
}
.bwd-service-style-21 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::before {
    color: #e53b66;
}
.bwd-service-style-21 .row > *:nth-child(5) .bwd-service-box .bwd-top-title {
    background: #38b000;
}
.bwd-service-style-21 .row > *:nth-child(5) .bwd-service-box .bwd-top-title::before {
    background-color: #38b000;
}
.bwd-service-style-21 .row > *:nth-child(5) .bwd-service-box .bwd-top-title::after {
    background-color: #38b000;
}
.bwd-service-style-21 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #38b000;
}
.bwd-service-style-21 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: #38b000;
    color: #38b000;
}
.bwd-service-style-21 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #38b000;
}
.bwd-service-style-21 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::before {
    color: #38b000;
}
.bwd-service-style-21 .row > *:nth-child(6) .bwd-service-box .bwd-top-title {
    background: #ffaa00;
}
.bwd-service-style-21 .row > *:nth-child(6) .bwd-service-box .bwd-top-title::before {
    background-color: #ffaa00;
}
.bwd-service-style-21 .row > *:nth-child(6) .bwd-service-box .bwd-top-title::after {
    background-color: #ffaa00;
}
.bwd-service-style-21 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #ffaa00;
}
.bwd-service-style-21 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: #ffaa00;
    color: #ffaa00;
}
.bwd-service-style-21 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #ffaa00;
}
.bwd-service-style-21 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::before {
    color: #ffaa00;
}
.bwd-service-style-21 .row > *:nth-child(7) .bwd-service-box .bwd-top-title {
    background: #7209b7;
}
.bwd-service-style-21 .row > *:nth-child(7) .bwd-service-box .bwd-top-title::before {
    background-color: #7209b7;
}
.bwd-service-style-21 .row > *:nth-child(7) .bwd-service-box .bwd-top-title::after {
    background-color: #7209b7;
}
.bwd-service-style-21 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #7209b7;
}
.bwd-service-style-21 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: #7209b7;
    color: #7209b7;
}
.bwd-service-style-21 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #7209b7;
}
.bwd-service-style-21 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::before {
    color: #7209b7;
}
.bwd-service-style-21 .row > *:nth-child(8) .bwd-service-box .bwd-top-title {
    background: #9381ff;
}
.bwd-service-style-21 .row > *:nth-child(8) .bwd-service-box .bwd-top-title::before {
    background-color: #9381ff;
}
.bwd-service-style-21 .row > *:nth-child(8) .bwd-service-box .bwd-top-title::after {
    background-color: #9381ff;
}
.bwd-service-style-21 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #9381ff;
}
.bwd-service-style-21 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: #9381ff;
    color: #9381ff;
}
.bwd-service-style-21 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #9381ff;
}
.bwd-service-style-21 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::before {
    color: #9381ff;
}
.bwd-service-style-22 .bwd-service-box {
    display: block;
    background: #fff;
    text-align: center;
    padding: 35px 30px 20px;
    border-radius: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #dddddd;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-22 .bwd-service-box {
        padding: 35px 20px 35px;
    }
}
.bwd-service-style-22 .bwd-service-box:hover {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.bwd-service-style-22 .bwd-service-box::before,
.bwd-service-style-22 .bwd-service-box::after {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(#008d86), to(#01a2a6));
    background: linear-gradient(to top, #008d86, #01a2a6);
    width: 15px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    left: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-22 .bwd-service-box::after {
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0;
}
.bwd-service-style-22 .bwd-service-box:hover::before,
.bwd-service-style-22 .bwd-service-box:hover::after {
    height: 80%;
}
.bwd-service-style-22 .bwd-service-box .bwd-service-icon {
    background: linear-gradient(-45deg, #008d86 49%, #01a2a6 50%);
    font-size: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    border: 15px solid #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bwd-service-style-22 .bwd-service-box .bwd-service-icon i {
    color: #fff;
}
.bwd-service-style-22 .bwd-service-box .bwd-service-icon svg {
    fill: #fff;
}
.bwd-service-style-22 .bwd-service-box:hover .bwd-service-icon i {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bwd-service-style-22 .bwd-service-box .bwd-service-content .title {
    color: #008d86;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bwd-service-style-22 .bwd-service-box .bwd-service-content .desc {
    color: #444;
    font-size: 14px;
    line-height: 24px;
}
.bwd-service-style-22 .row > *:nth-child(2) .bwd-service-box::before,
.bwd-service-style-22 .row > *:nth-child(2) .bwd-service-box::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #f53985), to(#fd47a4));
    background: linear-gradient(to top, #f53985 49%, #fd47a4);
}
.bwd-service-style-22 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: linear-gradient(-45deg, #f53985 50%, #fd47a4 50%);
}
.bwd-service-style-22 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #f53985;
}
.bwd-service-style-22 .row > *:nth-child(3) .bwd-service-box::before,
.bwd-service-style-22 .row > *:nth-child(3) .bwd-service-box::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #8b33cc), to(#a23adc));
    background: linear-gradient(to top, #8b33cc 49%, #a23adc);
}
.bwd-service-style-22 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: linear-gradient(-45deg, #8b33cc 50%, #a23adc 50%);
}
.bwd-service-style-22 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #8b33cc;
}
.bwd-service-style-22 .row > *:nth-child(4) .bwd-service-box::before,
.bwd-service-style-22 .row > *:nth-child(4) .bwd-service-box::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #038bec), to(#01aeee));
    background: linear-gradient(to top, #038bec 49%, #01aeee);
}
.bwd-service-style-22 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: linear-gradient(-45deg, #038bec 50%, #01aeee 50%);
}
.bwd-service-style-22 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #038bec;
}
.bwd-service-style-22 .row > *:nth-child(5) .bwd-service-box::before,
.bwd-service-style-22 .row > *:nth-child(5) .bwd-service-box::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #ff6700), to(#ff7d00));
    background: linear-gradient(to top, #ff6700 49%, #ff7d00);
}
.bwd-service-style-22 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: linear-gradient(-45deg, #ff6700 50%, #ff7d00 50%);
}
.bwd-service-style-22 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #ff6700;
}
.bwd-service-style-22 .row > *:nth-child(6) .bwd-service-box::before,
.bwd-service-style-22 .row > *:nth-child(6) .bwd-service-box::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #432818), to(#99582a));
    background: linear-gradient(to top, #432818 49%, #99582a);
}
.bwd-service-style-22 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: linear-gradient(-45deg, #432818 50%, #99582a 50%);
}
.bwd-service-style-22 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #432818;
}
.bwd-service-style-22 .row > *:nth-child(7) .bwd-service-box::before,
.bwd-service-style-22 .row > *:nth-child(7) .bwd-service-box::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #ff69eb), to(#ff86c8));
    background: linear-gradient(to top, #ff69eb 49%, #ff86c8);
}
.bwd-service-style-22 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: linear-gradient(-45deg, #ff69eb 50%, #ff86c8 50%);
}
.bwd-service-style-22 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #ff69eb;
}
.bwd-service-style-22 .row > *:nth-child(8) .bwd-service-box::before,
.bwd-service-style-22 .row > *:nth-child(8) .bwd-service-box::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #008000), to(#38b000));
    background: linear-gradient(to top, #008000 49%, #38b000);
}
.bwd-service-style-22 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: linear-gradient(-45deg, #008000 50%, #38b000 50%);
}
.bwd-service-style-22 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #008000;
}
.bwd-service-style-23 {
    padding-top: 14px;
}
.bwd-service-style-23 .bwd-service-iteam {
    position: relative;
    -webkit-filter: drop-shadow(20px 20px 50px rgba(0, 0, 0, 0.219));
    filter: drop-shadow(20px 20px 50px rgba(0, 0, 0, 0.219));
}
.bwd-service-style-23 .bwd-service-iteam::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 109%;
    top: -27px;
    left: -22px;
    background: #d30066eb;
    -webkit-clip-path: polygon(45% 0%, 75% 0%, 100% 53%, 76% 100%, 47% 100%, 0% 50%);
    clip-path: polygon(45% 0%, 75% 0%, 100% 53%, 76% 100%, 47% 100%, 0% 50%);
    margin: 0 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-23 .bwd-service-iteam:hover::before {
    width: 62%;
}
.bwd-service-style-23 .bwd-service-iteam .bwd-service-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    -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%);
    padding: 24px 0;
    padding-bottom: 7px;
    text-align: center;
    padding-left: 44px;
    margin-bottom: 40px;
}
.bwd-service-style-23 .bwd-service-iteam .bwd-service-box .bwd-service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d3116f;
    background: #f4fff4;
    font-size: 23px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 76%;
    margin-left: 33px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotateY(0);
    transform: translateY(-50%) rotateY(0);
    margin-right: 18px;
    border: 2px solid;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-23 .bwd-service-iteam .bwd-service-box .bwd-service-icon svg {
    fill: #d3116f;
}
@media (max-width: 767px) {
    .bwd-service-style-23 .bwd-service-iteam .bwd-service-box .bwd-service-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 22px;
        margin-right: 45px;
    }
}
@media (max-width: 575px) {
    .bwd-service-style-23 .bwd-service-iteam::before {
        top: -6px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bwd-service-style-23 .bwd-service-iteam .bwd-service-box .bwd-service-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 30px;
        margin-right: 35px;
    }
}
.bwd-service-style-23 .bwd-service-iteam .bwd-service-box .bwd-service-content {
    padding-right: 60px;
    padding-left: 16px;
}
.bwd-service-style-23 .bwd-service-iteam .bwd-service-box .bwd-service-content .title {
    color: #d3116f;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bwd-service-style-23 .bwd-service-iteam .bwd-service-box .bwd-service-content .desc {
    color: #444;
    font-size: 14px;
    line-height: 24px;
}
.bwd-service-style-23 .bwd-service-iteam:hover .bwd-service-box .bwd-service-icon {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}
.bwd-service-style-23 .row > *:nth-child(2) .bwd-service-iteam::before {
    background: #048dc6;
}
.bwd-service-style-23 .row > *:nth-child(2) .bwd-service-iteam .bwd-service-box .bwd-service-icon {
    color: #048dc6;
}
.bwd-service-style-23 .row > *:nth-child(2) .bwd-service-iteam .bwd-service-box .bwd-service-icon svg {
    fill: #048dc6;
}
.bwd-service-style-23 .row > *:nth-child(2) .bwd-service-iteam .bwd-service-box .bwd-service-content .title {
    color: #048dc6;
}
.bwd-service-style-23 .row > *:nth-child(3) .bwd-service-iteam::before {
    background: #00bf93;
}
.bwd-service-style-23 .row > *:nth-child(3) .bwd-service-iteam .bwd-service-box .bwd-service-icon {
    color: #00bf93;
}
.bwd-service-style-23 .row > *:nth-child(3) .bwd-service-iteam .bwd-service-box .bwd-service-icon svg {
    fill: #00bf93;
}
.bwd-service-style-23 .row > *:nth-child(3) .bwd-service-iteam .bwd-service-box .bwd-service-content .title {
    color: #00bf93;
}
.bwd-service-style-23 .row > *:nth-child(4) .bwd-service-iteam::before {
    background: #9381ff;
}
.bwd-service-style-23 .row > *:nth-child(4) .bwd-service-iteam .bwd-service-box .bwd-service-icon {
    color: #9381ff;
}
.bwd-service-style-23 .row > *:nth-child(4) .bwd-service-iteam .bwd-service-box .bwd-service-icon svg {
    fill: #9381ff;
}
.bwd-service-style-23 .row > *:nth-child(4) .bwd-service-iteam .bwd-service-box .bwd-service-content .title {
    color: #9381ff;
}
.bwd-service-style-23 .row > *:nth-child(5) .bwd-service-iteam::before {
    background: #ff69eb;
}
.bwd-service-style-23 .row > *:nth-child(5) .bwd-service-iteam .bwd-service-box .bwd-service-icon {
    color: #ff69eb;
}
.bwd-service-style-23 .row > *:nth-child(5) .bwd-service-iteam .bwd-service-box .bwd-service-icon svg {
    fill: #ff69eb;
}
.bwd-service-style-23 .row > *:nth-child(5) .bwd-service-iteam .bwd-service-box .bwd-service-content .title {
    color: #ff69eb;
}
.bwd-service-style-23 .row > *:nth-child(6) .bwd-service-iteam::before {
    background: #ff8500;
}
.bwd-service-style-23 .row > *:nth-child(6) .bwd-service-iteam .bwd-service-box .bwd-service-icon {
    color: #ff8500;
}
.bwd-service-style-23 .row > *:nth-child(6) .bwd-service-iteam .bwd-service-box .bwd-service-icon svg {
    fill: #ff8500;
}
.bwd-service-style-23 .row > *:nth-child(6) .bwd-service-iteam .bwd-service-box .bwd-service-content .title {
    color: #ff8500;
}
.bwd-service-style-23 .row > *:nth-child(7) .bwd-service-iteam::before {
    background: #7209b7;
}
.bwd-service-style-23 .row > *:nth-child(7) .bwd-service-iteam .bwd-service-box .bwd-service-icon {
    color: #7209b7;
}
.bwd-service-style-23 .row > *:nth-child(7) .bwd-service-iteam .bwd-service-box .bwd-service-icon svg {
    fill: #7209b7;
}
.bwd-service-style-23 .row > *:nth-child(7) .bwd-service-iteam .bwd-service-box .bwd-service-content .title {
    color: #7209b7;
}
.bwd-service-style-23 .row > *:nth-child(8) .bwd-service-iteam::before {
    background: #dc2f02;
}
.bwd-service-style-23 .row > *:nth-child(8) .bwd-service-iteam .bwd-service-box .bwd-service-icon {
    color: #dc2f02;
}
.bwd-service-style-23 .row > *:nth-child(8) .bwd-service-iteam .bwd-service-box .bwd-service-icon svg {
    fill: #dc2f02;
}
.bwd-service-style-23 .row > *:nth-child(8) .bwd-service-iteam .bwd-service-box .bwd-service-content .title {
    color: #dc2f02;
}
.bwd-service-style-24 .bwd-service-box {
    display: block;
    background-color: #fff;
    color: #999;
    text-align: center;
    padding: 43px 27px 70px;
    position: relative;
    -webkit-box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.253);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.253);
    border-radius: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-24 .bwd-service-box {
        padding: 60px 20px 60px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-24 .bwd-service-box {
        padding: 60px 20px 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bwd-service-style-24 .bwd-service-box {
        padding: 60px 20px 60px;
    }
}
.bwd-service-style-24 .bwd-service-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f47f11;
    -webkit-clip-path: circle(109px at 115% -11%);
    clip-path: circle(109px at 115% -11%);
    border-radius: 30px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
@media (max-width: 767px) {
    .bwd-service-style-24 .bwd-service-box::before {
        -webkit-clip-path: circle(125px at 115% -11%);
        clip-path: circle(125px at 115% -11%);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bwd-service-style-24 .bwd-service-box::before {
        -webkit-clip-path: circle(110px at 115% -11%);
        clip-path: circle(110px at 115% -11%);
    }
}
.bwd-service-style-24 .bwd-service-box:hover::before {
    background: #fbe5d0;
    -webkit-clip-path: circle(570px at 115% -11%);
    clip-path: circle(570px at 115% -11%);
}
.bwd-service-style-24 .bwd-service-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f47f11;
    -webkit-clip-path: circle(100px at -10% 108%);
    clip-path: circle(100px at -10% 108%);
    border-radius: 30px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-24 .bwd-service-box:hover::after {
    background: #fbe5d0;
    -webkit-clip-path: circle(560px at -10% 108%);
    clip-path: circle(560px at -10% 108%);
}
.bwd-service-style-24 .bwd-service-box .bwd-service-icon {
    background: #f4fff4;
    font-size: 45px;
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    height: 100px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.219);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.219);
    position: relative;
    z-index: 1;
}
.bwd-service-style-24 .bwd-service-box .bwd-service-icon svg {
    fill: #f47f11;
}
.bwd-service-style-24 .bwd-service-box .bwd-service-icon i {
    color: #f47f11;
}
.bwd-service-style-24 .bwd-service-box .bwd-service-content {
    position: relative;
    z-index: 1;
}
.bwd-service-style-24 .bwd-service-box .bwd-service-content .title {
    color: #f47f11;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bwd-service-style-24 .bwd-service-box .bwd-service-content .desc {
    color: #444;
    font-size: 14px;
    line-height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-24 .bwd-service-box .bwd-service-content .desc {
        font-size: 13px;
    }
}
.bwd-service-style-24 .row > *:nth-child(2) .bwd-service-box::before {
    background: #aa319b;
}
.bwd-service-style-24 .row > *:nth-child(2) .bwd-service-box::after {
    background: #aa319b;
}
.bwd-service-style-24 .row > *:nth-child(2) .bwd-service-box:hover::before {
    background: #ecd2e9;
}
.bwd-service-style-24 .row > *:nth-child(2) .bwd-service-box:hover::after {
    background: #ecd2e9;
}
.bwd-service-style-24 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon i {
    color: #aa319b;
}
.bwd-service-style-24 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #aa319b;
}
.bwd-service-style-24 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #aa319b;
}
.bwd-service-style-24 .row > *:nth-child(3) .bwd-service-box::before {
    background: #129ea9;
}
.bwd-service-style-24 .row > *:nth-child(3) .bwd-service-box::after {
    background: #129ea9;
}
.bwd-service-style-24 .row > *:nth-child(3) .bwd-service-box:hover::before {
    background: #d2edef;
}
.bwd-service-style-24 .row > *:nth-child(3) .bwd-service-box:hover::after {
    background: #d2edef;
}
.bwd-service-style-24 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon i {
    color: #129ea9;
}
.bwd-service-style-24 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #129ea9;
}
.bwd-service-style-24 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #129ea9;
}
.bwd-service-style-24 .row > *:nth-child(4) .bwd-service-box::before {
    background: #b30000;
}
.bwd-service-style-24 .row > *:nth-child(4) .bwd-service-box::after {
    background: #b30000;
}
.bwd-service-style-24 .row > *:nth-child(4) .bwd-service-box:hover::before {
    background: #f6e0e0;
}
.bwd-service-style-24 .row > *:nth-child(4) .bwd-service-box:hover::after {
    background: #f6e0e0;
}
.bwd-service-style-24 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon i {
    color: #b30000;
}
.bwd-service-style-24 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #b30000;
}
.bwd-service-style-24 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #b30000;
}
.bwd-service-style-24 .row > *:nth-child(5) .bwd-service-box::before {
    background: #ff69eb;
}
.bwd-service-style-24 .row > *:nth-child(5) .bwd-service-box::after {
    background: #ff69eb;
}
.bwd-service-style-24 .row > *:nth-child(5) .bwd-service-box:hover::before {
    background: #ff69eb17;
}
.bwd-service-style-24 .row > *:nth-child(5) .bwd-service-box:hover::after {
    background: #ff69eb1f;
}
.bwd-service-style-24 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon i {
    color: #ff69eb;
}
.bwd-service-style-24 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #ff69eb;
}
.bwd-service-style-24 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #ff69eb;
}
.bwd-service-style-24 .row > *:nth-child(6) .bwd-service-box::before {
    background: #008000;
}
.bwd-service-style-24 .row > *:nth-child(6) .bwd-service-box::after {
    background: #008000;
}
.bwd-service-style-24 .row > *:nth-child(6) .bwd-service-box:hover::before {
    background: #00800017;
}
.bwd-service-style-24 .row > *:nth-child(6) .bwd-service-box:hover::after {
    background: #0080001f;
}
.bwd-service-style-24 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon i {
    color: #008000;
}
.bwd-service-style-24 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #008000;
}
.bwd-service-style-24 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #008000;
}
.bwd-service-style-24 .row > *:nth-child(7) .bwd-service-box::before {
    background: #0353a4;
}
.bwd-service-style-24 .row > *:nth-child(7) .bwd-service-box::after {
    background: #0353a4;
}
.bwd-service-style-24 .row > *:nth-child(7) .bwd-service-box:hover::before {
    background: #0353a417;
}
.bwd-service-style-24 .row > *:nth-child(7) .bwd-service-box:hover::after {
    background: #0353a417;
}
.bwd-service-style-24 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon i {
    color: #0353a4;
}
.bwd-service-style-24 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #0353a4;
}
.bwd-service-style-24 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #0353a4;
}
.bwd-service-style-24 .row > *:nth-child(8) .bwd-service-box::before {
    background: #9381ff;
}
.bwd-service-style-24 .row > *:nth-child(8) .bwd-service-box::after {
    background: #9381ff;
}
.bwd-service-style-24 .row > *:nth-child(8) .bwd-service-box:hover::before {
    background: #9381ff1a;
}
.bwd-service-style-24 .row > *:nth-child(8) .bwd-service-box:hover::after {
    background: #9381ff1f;
}
.bwd-service-style-24 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon i {
    color: #9381ff;
}
.bwd-service-style-24 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #9381ff;
}
.bwd-service-style-24 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #9381ff;
}
.bwd-service-style-25 .bwd-service-box {
    display: block;
    padding: 5px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-25 .bwd-service-box {
        text-align: center;
    }
}
.bwd-service-style-25 .bwd-service-box .bwd-service-icon {
    color: #fff;
    background-color: #0aafaf;
    font-size: 45px;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bwd-service-style-25 .bwd-service-box .bwd-service-icon svg {
    fill: #fff;
}
.bwd-service-style-25 .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-25 .bwd-service-box .bwd-service-icon::after {
    content: "";
    border: 5px solid #0aafaf;
    border-radius: 50%;
    -webkit-transform: rotate(36deg) rotate(0);
    transform: rotate(36deg) rotate(0);
    position: absolute;
    left: -15px;
    top: -15px;
    bottom: -15px;
    right: -15px;
    -webkit-clip-path: polygon(0 0, 0 87.5%, 87% 0);
    clip-path: polygon(0 0, 0 87.5%, 87% 0);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-25 .bwd-service-box .bwd-service-icon::after {
    -webkit-transition: 0.8s linear;
    transition: 0.8s linear;
    -webkit-transform: rotate(36deg) rotate(0deg);
    transform: rotate(36deg) rotate(0deg);
    -webkit-clip-path: polygon(100% 10%, 100% 100%, 11% 100%);
    clip-path: polygon(100% 10%, 100% 100%, 11% 100%);
}
.bwd-service-style-25 .bwd-service-box:hover .bwd-service-icon::before {
    -webkit-transform: rotate(36deg) rotate(360deg);
    transform: rotate(36deg) rotate(360deg);
}
.bwd-service-style-25 .bwd-service-box:hover .bwd-service-icon::after {
    -webkit-transform: rotate(36deg) rotate(-360deg);
    transform: rotate(36deg) rotate(-360deg);
}
.bwd-service-style-25 .bwd-service-box .bwd-service-content {
    background-color: #fff;
    padding: 75px 25px 25px;
    margin: -55px 0 0;
    border-radius: 20px;
    border: 5px solid #0aafaf;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-25 .bwd-service-box .bwd-service-content {
        padding: 70px 15px 25px;
    }
}
.bwd-service-style-25 .bwd-service-box .bwd-service-content .title {
    color: #0aafaf;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.bwd-service-style-25 .bwd-service-box .bwd-service-content .desc {
    color: #666;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-25 .bwd-service-box .bwd-service-content .desc {
        font-size: 13px;
    }
}
.bwd-service-style-25 .bwd-service-box:hover .bwd-service-content {
    border-radius: 0;
}
.bwd-service-style-25 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background-color: #dd0b10;
}
.bwd-service-style-25 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-25 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon::after {
    border-color: #dd0b10;
}
.bwd-service-style-25 .row > *:nth-child(2) .bwd-service-box .bwd-service-content {
    border-color: #dd0b10;
}
.bwd-service-style-25 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #dd0b10;
}
.bwd-service-style-25 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background-color: #ce3998;
}
.bwd-service-style-25 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-25 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon::after {
    border-color: #ce3998;
}
.bwd-service-style-25 .row > *:nth-child(3) .bwd-service-box .bwd-service-content {
    border-color: #ce3998;
}
.bwd-service-style-25 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #ce3998;
}
.bwd-service-style-25 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background-color: #f96125;
}
.bwd-service-style-25 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-25 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon::after {
    border-color: #f96125;
}
.bwd-service-style-25 .row > *:nth-child(4) .bwd-service-box .bwd-service-content {
    border-color: #f96125;
}
.bwd-service-style-25 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #f96125;
}
.bwd-service-style-25 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background-color: #38b000;
}
.bwd-service-style-25 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-25 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon::after {
    border-color: #38b000;
}
.bwd-service-style-25 .row > *:nth-child(5) .bwd-service-box .bwd-service-content {
    border-color: #38b000;
}
.bwd-service-style-25 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #38b000;
}
.bwd-service-style-25 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background-color: #9381ff;
}
.bwd-service-style-25 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-25 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon::after {
    border-color: #9381ff;
}
.bwd-service-style-25 .row > *:nth-child(6) .bwd-service-box .bwd-service-content {
    border-color: #9381ff;
}
.bwd-service-style-25 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #9381ff;
}
.bwd-service-style-25 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background-color: #4e148c;
}
.bwd-service-style-25 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-25 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon::after {
    border-color: #4e148c;
}
.bwd-service-style-25 .row > *:nth-child(7) .bwd-service-box .bwd-service-content {
    border-color: #4e148c;
}
.bwd-service-style-25 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #4e148c;
}
.bwd-service-style-25 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background-color: #ffb700;
}
.bwd-service-style-25 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::before,
.bwd-service-style-25 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon::after {
    border-color: #ffb700;
}
.bwd-service-style-25 .row > *:nth-child(8) .bwd-service-box .bwd-service-content {
    border-color: #ffb700;
}
.bwd-service-style-25 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #ffb700;
}
.bwd-service-style-26 .bwd-service-box {
    display: block;
    padding: 25px 30px;
    text-align: center;
    background: #0a2d43;
    border-top: 3px solid #eed956;
    border-bottom: 3px solid #eed956;
    position: relative;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-26 .bwd-service-box {
        padding: 25px 15px 40px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-26 .bwd-service-box {
        padding: 25px 15px 55px;
    }
}
.bwd-service-style-26 .bwd-service-box::before {
    content: "";
    height: 85px;
    width: 85px;
    background: #eed956;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.bwd-service-style-26 .bwd-service-box::before,
.bwd-service-style-26 .bwd-service-box::after {
    content: "";
    height: 85px;
    width: 85px;
    background: #eed956;
    position: absolute;
    z-index: 1;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
}
.bwd-service-style-26 .bwd-service-box::before {
    left: -100%;
    top: -100%;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.bwd-service-style-26 .bwd-service-box::after {
    right: -100%;
    bottom: -100%;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.bwd-service-style-26 .bwd-service-box:hover::before {
    left: 0;
    top: 0;
}
.bwd-service-style-26 .bwd-service-box:hover:after {
    right: 0;
    bottom: 0;
}
.bwd-service-style-26 .bwd-service-box .bwd-service-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    border: 2px solid #eed956;
    background: #0a2d43;
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-26 .bwd-service-box .bwd-service-icon i {
    color: #eed956;
}
.bwd-service-style-26 .bwd-service-box .bwd-service-icon svg {
    fill: #eed956;
}
.bwd-service-style-26 .bwd-service-box:hover .bwd-service-icon {
    border-radius: 0;
}
.bwd-service-style-26 .bwd-service-box .bwd-service-content .title {
    font-size: 20px;
    font-weight: 700;
    color: #eed956;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-26 .bwd-service-box .bwd-service-content .desc {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-26 .bwd-service-box .bwd-service-content .desc {
        letter-spacing: 0;
        line-height: 24px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bwd-service-style-26 .bwd-service-box .bwd-service-content .desc {
        letter-spacing: 0;
        line-height: 24px;
    }
}
.bwd-service-style-26 .bwd-service-box:hover .bwd-service-content .title {
    letter-spacing: 3px;
}
.bwd-service-style-27 {
    padding-top: 40px;
}
.bwd-service-style-27 .bwdss-row {
    row-gap: 60px;
}
.bwd-service-style-27 .bwd-service-box {
    display: block;
    background-color: #fff;
    color: #999;
    padding: 135px 20px 20px;
    position: relative;
    -webkit-box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.24);
    text-align: center;
    border: 3px solid #ee4322;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-27 .bwd-service-box {
        padding: 160px 15px 40px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-27 .bwd-service-box {
        padding: 160px 20px 40px;
    }
}
.bwd-service-style-27 .bwd-service-box::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 101%;
    height: 112px;
    background-color: #ee4322;
}
.bwd-service-style-27 .bwd-service-box::after {
    content: "";
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    height: 20px;
    background-color: #ee4322;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-27 .bwd-service-box:hover::after {
    top: 109px;
}
.bwd-service-style-27 .bwd-service-box .bwd-service-icon {
    color: #ee4322;
    background: -webkit-gradient(linear, right top, left top, from(#dedfe1), to(#f3f3f3));
    background: linear-gradient(to left, #dedfe1, #f3f3f3);
    font-size: 50px;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.144);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.144);
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 2s linear;
    transition: 2s linear;
    z-index: 1;
}
.bwd-service-style-27 .bwd-service-box .bwd-service-icon svg {
    fill: #ee4322;
}
.bwd-service-style-27 .bwd-service-box .bwd-service-icon::before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#dedfe1), to(#f3f3f3));
    background: linear-gradient(to right, #dedfe1, #f3f3f3);
    width: 88%;
    height: 88%;
    border-radius: 50%;
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.144);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.144);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.bwd-service-style-27 .bwd-service-box:hover .bwd-service-icon {
    -webkit-animation: icons 2s linear 2;
    animation: icons 2s linear 2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bwd-service-style-27 .bwd-service-box:hover .bwd-service-icon::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@-webkit-keyframes icons {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(-360deg);
        transform: translateX(-50%) rotate(-360deg);
    }
}
@keyframes icons {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(-360deg);
        transform: translateX(-50%) rotate(-360deg);
    }
}
.bwd-service-style-27 .bwd-service-box .bwd-service-content {
    position: relative;
}
.bwd-service-style-27 .bwd-service-box .bwd-service-content .title {
    font-size: 20px;
    font-weight: 700;
    color: #ee4322;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.bwd-service-style-27 .bwd-service-box .bwd-service-content .desc {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #333;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-27 .bwd-service-box .bwd-service-content .desc {
        letter-spacing: 0;
        font-size: 13px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bwd-service-style-27 .bwd-service-box .bwd-service-content .desc {
        letter-spacing: 0;
        line-height: 24px;
    }
}
.bwd-service-style-27 .row > *:nth-child(2) .bwd-service-box {
    border-color: #ed8d00;
}
.bwd-service-style-27 .row > *:nth-child(2) .bwd-service-box::before {
    background-color: #ed8d00;
}
.bwd-service-style-27 .row > *:nth-child(2) .bwd-service-box:after {
    background-color: #ed8d00;
}
.bwd-service-style-27 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    color: #ed8d00;
}
.bwd-service-style-27 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon svg {
    fill: #ed8d00;
}
.bwd-service-style-27 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #ed8d00;
}
.bwd-service-style-27 .row > *:nth-child(3) .bwd-service-box {
    border-color: #7dbb2c;
}
.bwd-service-style-27 .row > *:nth-child(3) .bwd-service-box::before {
    background-color: #7dbb2c;
}
.bwd-service-style-27 .row > *:nth-child(3) .bwd-service-box:after {
    background-color: #7dbb2c;
}
.bwd-service-style-27 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    color: #7dbb2c;
}
.bwd-service-style-27 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon svg {
    fill: #7dbb2c;
}
.bwd-service-style-27 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #7dbb2c;
}
.bwd-service-style-27 .row > *:nth-child(4) .bwd-service-box {
    border-color: #00768f;
}
.bwd-service-style-27 .row > *:nth-child(4) .bwd-service-box::before {
    background-color: #00768f;
}
.bwd-service-style-27 .row > *:nth-child(4) .bwd-service-box:after {
    background-color: #00768f;
}
.bwd-service-style-27 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    color: #00768f;
}
.bwd-service-style-27 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon svg {
    fill: #00768f;
}
.bwd-service-style-27 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #00768f;
}
.bwd-service-style-27 .row > *:nth-child(5) .bwd-service-box {
    border-color: #4e148c;
}
.bwd-service-style-27 .row > *:nth-child(5) .bwd-service-box::before {
    background-color: #4e148c;
}
.bwd-service-style-27 .row > *:nth-child(5) .bwd-service-box:after {
    background-color: #4e148c;
}
.bwd-service-style-27 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    color: #4e148c;
}
.bwd-service-style-27 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon svg {
    fill: #4e148c;
}
.bwd-service-style-27 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #4e148c;
}
.bwd-service-style-27 .row > *:nth-child(6) .bwd-service-box {
    border-color: #9381ff;
}
.bwd-service-style-27 .row > *:nth-child(6) .bwd-service-box::before {
    background-color: #9381ff;
}
.bwd-service-style-27 .row > *:nth-child(6) .bwd-service-box:after {
    background-color: #9381ff;
}
.bwd-service-style-27 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    color: #9381ff;
}
.bwd-service-style-27 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon svg {
    fill: #9381ff;
}
.bwd-service-style-27 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #9381ff;
}
.bwd-service-style-27 .row > *:nth-child(7) .bwd-service-box {
    border-color: #38b000;
}
.bwd-service-style-27 .row > *:nth-child(7) .bwd-service-box::before {
    background-color: #38b000;
}
.bwd-service-style-27 .row > *:nth-child(7) .bwd-service-box:after {
    background-color: #38b000;
}
.bwd-service-style-27 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    color: #38b000;
}
.bwd-service-style-27 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon svg {
    fill: #38b000;
}
.bwd-service-style-27 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #38b000;
}
.bwd-service-style-27 .row > *:nth-child(8) .bwd-service-box {
    border-color: #ff69eb;
}
.bwd-service-style-27 .row > *:nth-child(8) .bwd-service-box::before {
    background-color: #ff69eb;
}
.bwd-service-style-27 .row > *:nth-child(8) .bwd-service-box:after {
    background-color: #ff69eb;
}
.bwd-service-style-27 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    color: #ff69eb;
}
.bwd-service-style-27 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon svg {
    fill: #ff69eb;
}
.bwd-service-style-27 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #ff69eb;
}
.bwd-service-style-28 .bwd-service-box {
    display: block;
    background: #f2f2f2;
    -webkit-box-shadow: 10px 12px 10px rgba(0, 0, 0, 0.363);
    box-shadow: 10px 12px 10px rgba(0, 0, 0, 0.363);
    text-align: center;
    padding: 25px 20px 15px;
    position: relative;
    margin: 0 15px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    border: 2px solid transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-28 .bwd-service-box {
        padding: 40px 15px;
    }
}
@media (max-width: 767px) {
    .bwd-service-style-28 .bwd-service-box {
        padding: 40px 15px;
    }
}
.bwd-service-style-28 .bwd-service-box::before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 90%;
    height: 90%;
    background: #ffa708;
    z-index: -1;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.bwd-service-style-28 .bwd-service-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ffa708;
}
.bwd-service-style-28 .bwd-service-box:hover::before {
    left: 35px;
    bottom: 45px;
    width: 20%;
    height: 20%;
}
.bwd-service-style-28 .bwd-service-box .bwd-service-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa708;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    border-radius: 50px;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}
.bwd-service-style-28 .bwd-service-box .bwd-service-icon svg {
    fill: #fff;
}
.bwd-service-style-28 .bwd-service-box .bwd-service-content .title {
    font-size: 20px;
    font-weight: 700;
    color: #ffa708;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.bwd-service-style-28 .bwd-service-box .bwd-service-content .desc {
    line-height: 28px;
    font-size: 15px;
    color: #333;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-28 .bwd-service-box .bwd-service-content .desc {
        line-height: 24px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bwd-service-style-28 .bwd-service-box .bwd-service-content .desc {
        line-height: 24px;
        font-size: 13px;
    }
}
.bwd-service-style-28 .row > *:nth-child(2) .bwd-service-box::before {
    background: #5f6d7a;
}
.bwd-service-style-28 .row > *:nth-child(2) .bwd-service-box:hover {
    border-color: #5f6d7a;
}
.bwd-service-style-28 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: #5f6d7a;
}
.bwd-service-style-28 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #5f6d7a;
}
.bwd-service-style-28 .row > *:nth-child(3) .bwd-service-box::before {
    background: #cd2f69;
}
.bwd-service-style-28 .row > *:nth-child(3) .bwd-service-box:hover {
    border-color: #cd2f69;
}
.bwd-service-style-28 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: #cd2f69;
}
.bwd-service-style-28 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #cd2f69;
}
.bwd-service-style-28 .row > *:nth-child(4) .bwd-service-box::before {
    background: #8455d0;
}
.bwd-service-style-28 .row > *:nth-child(4) .bwd-service-box:hover {
    border-color: #8455d0;
}
.bwd-service-style-28 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: #8455d0;
}
.bwd-service-style-28 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #8455d0;
}
.bwd-service-style-28 .row > *:nth-child(5) .bwd-service-box::before {
    background: #4361ee;
}
.bwd-service-style-28 .row > *:nth-child(5) .bwd-service-box:hover {
    border-color: #4361ee;
}
.bwd-service-style-28 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: #4361ee;
}
.bwd-service-style-28 .row > *:nth-child(5) .bwd-service-box .bwd-service-content .title {
    color: #4361ee;
}
.bwd-service-style-28 .row > *:nth-child(6) .bwd-service-box::before {
    background: #38b000;
}
.bwd-service-style-28 .row > *:nth-child(6) .bwd-service-box:hover {
    border-color: #38b000;
}
.bwd-service-style-28 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: #38b000;
}
.bwd-service-style-28 .row > *:nth-child(6) .bwd-service-box .bwd-service-content .title {
    color: #38b000;
}
.bwd-service-style-28 .row > *:nth-child(7) .bwd-service-box::before {
    background: #78290f;
}
.bwd-service-style-28 .row > *:nth-child(7) .bwd-service-box:hover {
    border-color: #78290f;
}
.bwd-service-style-28 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: #78290f;
}
.bwd-service-style-28 .row > *:nth-child(7) .bwd-service-box .bwd-service-content .title {
    color: #78290f;
}
.bwd-service-style-28 .row > *:nth-child(8) .bwd-service-box::before {
    background: #bb4d00;
}
.bwd-service-style-28 .row > *:nth-child(8) .bwd-service-box:hover {
    border-color: #bb4d00;
}
.bwd-service-style-28 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: #bb4d00;
}
.bwd-service-style-28 .row > *:nth-child(8) .bwd-service-box .bwd-service-content .title {
    color: #bb4d00;
}
.bwd-service-style-29 .bwd-service-box {
    display: block;
    padding: 130px 20px 20px;
    background: #fff;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    border: 1px solid #8633cb;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-29 .bwd-service-box {
        padding: 130px 15px 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bwd-service-style-29 .bwd-service-box {
        padding: 130px 15px 40px;
    }
}
.bwd-service-style-29 .bwd-service-box:hover {
    -webkit-box-shadow: 10px 18px 30px rgba(0, 0, 0, 0.39);
    box-shadow: 10px 18px 30px rgba(0, 0, 0, 0.39);
    border-color: transparent;
    border-radius: 0;
}
.bwd-service-style-29 .bwd-service-box .bwd-service-icon {
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 300px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px #000 inset;
    box-shadow: 0 0 5px #000 inset;
    background: -webkit-gradient(linear, left bottom, left top, from(#8633cb), color-stop(50%, #884fb7), color-stop(50%, #6d6e72));
    background: linear-gradient(to top, #8633cb, #884fb7 50%, #6d6e72 50%);
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.bwd-service-style-29 .bwd-service-box .bwd-service-icon svg {
    fill: #fff;
}
.bwd-service-style-29 .bwd-service-box:hover .bwd-service-icon {
    font-size: 60px;
}
.bwd-service-style-29 .bwd-service-box .bwd-service-content .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.bwd-service-style-29 .bwd-service-box .bwd-service-content .desc {
    font-size: 15px;
    color: #808080;
    line-height: 27px;
    letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bwd-service-style-29 .bwd-service-box .bwd-service-content .desc {
        letter-spacing: 0;
        font-size: 13px;
        line-height: 24px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bwd-service-style-29 .bwd-service-box .bwd-service-content .desc {
        font-size: 13px;
        line-height: 25px;
    }
}
.bwd-service-style-29 .bwd-service-box:hover .bwd-service-content .title {
    color: #8939cb;
}
.bwd-service-style-29 .row > *:nth-child(2) .bwd-service-box {
    border: 1px solid #f1b02b;
}
.bwd-service-style-29 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    background: -webkit-gradient(linear, left bottom, left top, from(#f1b02b), color-stop(50%, #fddb18), color-stop(50%, #6d6e72));
    background: linear-gradient(to top, #f1b02b, #fddb18 50%, #6d6e72 50%);
}
.bwd-service-style-29 .row > *:nth-child(2) .bwd-service-box:hover {
    border-color: transparent;
}
.bwd-service-style-29 .row > *:nth-child(2) .bwd-service-box:hover .bwd-service-content .title {
    color: #f1b02b;
}
.bwd-service-style-29 .row > *:nth-child(3) .bwd-service-box {
    border: 1px solid #fe4090;
}
.bwd-service-style-29 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    background: -webkit-gradient(linear, left bottom, left top, from(#fe4090), color-stop(50%, #ff58a6), color-stop(50%, #6d6e72));
    background: linear-gradient(to top, #fe4090, #ff58a6 50%, #6d6e72 50%);
}
.bwd-service-style-29 .row > *:nth-child(3) .bwd-service-box:hover {
    border-color: transparent;
}
.bwd-service-style-29 .row > *:nth-child(3) .bwd-service-box:hover .bwd-service-content .title {
    color: #fe4090;
}
.bwd-service-style-29 .row > *:nth-child(4) .bwd-service-box {
    border: 1px solid #50c338;
}
.bwd-service-style-29 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    background: -webkit-gradient(linear, left bottom, left top, from(#50c338), color-stop(50%, #9dea28), color-stop(50%, #6d6e72));
    background: linear-gradient(to top, #50c338, #9dea28 50%, #6d6e72 50%);
}
.bwd-service-style-29 .row > *:nth-child(4) .bwd-service-box:hover {
    border-color: transparent;
}
.bwd-service-style-29 .row > *:nth-child(4) .bwd-service-box:hover .bwd-service-content .title {
    color: #50c338;
}
.bwd-service-style-29 .row > *:nth-child(5) .bwd-service-box {
    border: 1px solid #7209b7;
}
.bwd-service-style-29 .row > *:nth-child(5) .bwd-service-box .bwd-service-icon {
    background: -webkit-gradient(linear, left bottom, left top, from(#7209b7), color-stop(50%, #bb4d00), color-stop(50%, #78290f));
    background: linear-gradient(to top, #7209b7, #bb4d00 50%, #78290f 50%);
}
.bwd-service-style-29 .row > *:nth-child(5) .bwd-service-box:hover {
    border-color: transparent;
}
.bwd-service-style-29 .row > *:nth-child(5) .bwd-service-box:hover .bwd-service-content .title {
    color: #7209b7;
}
.bwd-service-style-29 .row > *:nth-child(6) .bwd-service-box {
    border: 1px solid #9381ff;
}
.bwd-service-style-29 .row > *:nth-child(6) .bwd-service-box .bwd-service-icon {
    background: -webkit-gradient(linear, left bottom, left top, from(#9381ff), color-stop(50%, #023e7da6), color-stop(50%, #ffaa00));
    background: linear-gradient(to top, #9381ff, #023e7da6 50%, #ffaa00 50%);
}
.bwd-service-style-29 .row > *:nth-child(6) .bwd-service-box:hover {
    border-color: transparent;
}
.bwd-service-style-29 .row > *:nth-child(6) .bwd-service-box:hover .bwd-service-content .title {
    color: #9381ff;
}
.bwd-service-style-29 .row > *:nth-child(7) .bwd-service-box {
    border: 1px solid #ffb700;
}
.bwd-service-style-29 .row > *:nth-child(7) .bwd-service-box .bwd-service-icon {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffb700), color-stop(50%, #ff0a54), color-stop(50%, #ccff33));
    background: linear-gradient(to top, #ffb700, #ff0a54 50%, #ccff33 50%);
}
.bwd-service-style-29 .row > *:nth-child(7) .bwd-service-box:hover {
    border-color: transparent;
}
.bwd-service-style-29 .row > *:nth-child(7) .bwd-service-box:hover .bwd-service-content .title {
    color: #ffb700;
}
.bwd-service-style-29 .row > *:nth-child(8) .bwd-service-box {
    border: 1px solid #9e0059;
}
.bwd-service-style-29 .row > *:nth-child(8) .bwd-service-box .bwd-service-icon {
    background: -webkit-gradient(linear, left bottom, left top, from(#9e0059), color-stop(50%, #ccff33), color-stop(50%, #deaaff));
    background: linear-gradient(to top, #9e0059, #ccff33 50%, #deaaff 50%);
}
.bwd-service-style-29 .row > *:nth-child(8) .bwd-service-box:hover {
    border-color: transparent;
}
.bwd-service-style-29 .row > *:nth-child(8) .bwd-service-box:hover .bwd-service-content .title {
    color: #9e0059;
}
.bwd-service-style-30 .bwd-service-box {
    display: block;
    background: #f2f2f2;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    padding: 25px 30px 30px;
    position: relative;
    width: 310px;
    margin: 0 auto;
    -webkit-box-shadow: 10px 18px 30px rgba(0, 0, 0, 0.39);
    box-shadow: 10px 18px 30px rgba(0, 0, 0, 0.39);
}
.bwd-service-style-30 .bwd-service-box::before {
    position: absolute;
    content: "";
    bottom: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 500px;
    height: 87px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px #000 inset;
    box-shadow: 0 0 20px #000 inset;
    background: -webkit-gradient(linear, left top, right top, from(#243b55), to(#141e30));
    background: linear-gradient(to right, #243b55, #141e30);
}
.bwd-service-style-30 .bwd-service-box .bwd-service-icon {
    color: #243b55;
    background: -webkit-gradient(linear, right top, left top, from(#dedfe1), to(#f3f3f3));
    background: linear-gradient(to left, #dedfe1, #f3f3f3);
    font-size: 25px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.14);
    z-index: 1;
    margin: 0 auto 15px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-30 .bwd-service-box .bwd-service-content .title {
    font-size: 18px;
    font-weight: 700;
    color: #243b55;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.bwd-service-style-30 .bwd-service-box .bwd-service-content {
    height: 180px;
    overflow-y: auto;
    padding-left: 19px;
}
.bwd-service-style-30 .bwd-service-box .bwd-service-content .desc {
    font-size: 15px;
    color: #808080;
    line-height: 23px;
}
.bwd-service-style-30 .bwd-service-box:hover .bwd-service-icon {
    font-size: 40px;
}

.bwd-service-style-30 .bwd-service-box:hover .bwd-service-content .title {
    letter-spacing: 3px;
}
.bwd-service-style-30 .row > *:nth-child(2) .bwd-service-box::before {
    background: -webkit-gradient(linear, left top, right top, from(#240b36), to(#c31432));
    background: linear-gradient(to right, #240b36, #c31432);
}
.bwd-service-style-30 .row > *:nth-child(2) .bwd-service-box .bwd-service-icon {
    color: #c31432;
}
.bwd-service-style-30 .row > *:nth-child(2) .bwd-service-box .bwd-service-content .title {
    color: #c31432;
}
.bwd-service-style-30 .row > *:nth-child(3) .bwd-service-box::before {
    background: -webkit-gradient(linear, left top, right top, from(#f37335), to(#fdc830));
    background: linear-gradient(to right, #f37335, #fdc830);
}
.bwd-service-style-30 .row > *:nth-child(3) .bwd-service-box .bwd-service-icon {
    color: #fdc830;
}
.bwd-service-style-30 .row > *:nth-child(3) .bwd-service-box .bwd-service-content .title {
    color: #fdc830;
}
.bwd-service-style-30 .row > *:nth-child(4) .bwd-service-box::before {
    background: -webkit-gradient(linear, left top, right top, from(#f80759), to(#bc4e9c));
    background: linear-gradient(to right, #f80759, #bc4e9c);
}
.bwd-service-style-30 .row > *:nth-child(4) .bwd-service-box .bwd-service-icon {
    color: #bc4e9c;
}
.bwd-service-style-30 .row > *:nth-child(4) .bwd-service-box .bwd-service-content .title {
    color: #bc4e9c;
}
.bwdss-grid-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
}
.bwdss-grid-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
}
.bwdss-grid-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
}
.bwdss-grid-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
}
.bwdss-grid-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
}
.bwdss-grid-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
}
@media (min-width: 2400px) {
    .bwdss-grid-widescreen-column1 .column_number {
        flex: 0 0 auto;
        width: 100%;
    }
    .bwdss-grid-widescreen-column2 .column_number {
        flex: 0 0 auto;
        width: 50%;
    }
    .bwdss-grid-widescreen-column3 .column_number {
        flex: 0 0 auto;
        width: 33.33%;
    }
    .bwdss-grid-widescreen-column4 .column_number {
        flex: 0 0 auto;
        width: 25%;
    }
    .bwdss-grid-widescreen-column5 .column_number {
        flex: 0 0 auto;
        width: 20%;
    }
    .bwdss-grid-widescreen-column6 .column_number {
        flex: 0 0 auto;
        width: 16.66%;
    }
}
@media (max-width: 1366px) {
    .bwdss-grid-laptop-column1 .column_number {
        flex: 0 0 auto;
        width: 100%;
    }
    .bwdss-grid-laptop-column2 .column_number {
        flex: 0 0 auto;
        width: 50%;
    }
    .bwdss-grid-laptop-column3 .column_number {
        flex: 0 0 auto;
        width: 33.33%;
    }
    .bwdss-grid-laptop-column4 .column_number {
        flex: 0 0 auto;
        width: 25%;
    }
    .bwdss-grid-laptop-column5 .column_number {
        flex: 0 0 auto;
        width: 20%;
    }
    .bwdss-grid-laptop-column6 .column_number {
        flex: 0 0 auto;
        width: 16.66%;
    }
}
@media (max-width: 1200px) {
    .bwdss-grid-tablet_extra-column1 .column_number {
        flex: 0 0 auto;
        width: 100%;
    }
    .bwdss-grid-tablet_extra-column2 .column_number {
        flex: 0 0 auto;
        width: 50%;
    }
    .bwdss-grid-tablet_extra-column3 .column_number {
        flex: 0 0 auto;
        width: 33.33%;
    }
    .bwdss-grid-tablet_extra-column4 .column_number {
        flex: 0 0 auto;
        width: 25%;
    }
    .bwdss-grid-tablet_extra-column5 .column_number {
        flex: 0 0 auto;
        width: 20%;
    }
    .bwdss-grid-tablet_extra-column6 .column_number {
        flex: 0 0 auto;
        width: 16.66%;
    }
}
@media (max-width: 1024px) {
    .bwdss-grid-tablet-column1 .column_number {
        flex: 0 0 auto;
        width: 100%;
    }
    .bwdss-grid-tablet-column2 .column_number {
        flex: 0 0 auto;
        width: 50%;
    }
    .bwdss-grid-tablet-column3 .column_number {
        flex: 0 0 auto;
        width: 33.33%;
    }
    .bwdss-grid-tablet-column4 .column_number {
        flex: 0 0 auto;
        width: 25%;
    }
    .bwdss-grid-tablet-column5 .column_number {
        flex: 0 0 auto;
        width: 20%;
    }
    .bwdss-grid-tablet-column6 .column_number {
        flex: 0 0 auto;
        width: 16.66%;
    }
}
@media (max-width: 880px) {
    .bwdss-grid-mobile_extra-column1 .column_number {
        flex: 0 0 auto;
        width: 100%;
    }
    .bwdss-grid-mobile_extra-column2 .column_number {
        flex: 0 0 auto;
        width: 50%;
    }
    .bwdss-grid-mobile_extra-column3 .column_number {
        flex: 0 0 auto;
        width: 33.33%;
    }
    .bwdss-grid-mobile_extra-column4 .column_number {
        flex: 0 0 auto;
        width: 25%;
    }
    .bwdss-grid-mobile_extra-column5 .column_number {
        flex: 0 0 auto;
        width: 20%;
    }
    .bwdss-grid-mobile_extra-column6 .column_number {
        flex: 0 0 auto;
        width: 16.66%;
    }
}
@media (max-width: 767px) {
    .bwdss-grid-mobile-column1 .column_number {
        flex: 0 0 auto;
        width: 100%;
    }
    .bwdss-grid-mobile-column2 .column_number {
        flex: 0 0 auto;
        width: 50%;
    }
    .bwdss-grid-mobile-column3 .column_number {
        flex: 0 0 auto;
        width: 33.33%;
    }
    .bwdss-grid-mobile-column4 .column_number {
        flex: 0 0 auto;
        width: 25%;
    }
    .bwdss-grid-mobile-column5 .column_number {
        flex: 0 0 auto;
        width: 20%;
    }
    .bwdss-grid-mobile-column6 .column_number {
        flex: 0 0 auto;
        width: 16.66%;
    }
}
@media (max-width: 576px) {
    .bwd-service-style-wrapper .col-sm-12 {
      flex: 0 0 auto!important;
      width: 100%!important;
  }
}
@media (min-width: 1400px) {
    .bwd-service-style-30 .row {
        justify-content: center;
    }
    .bwd-service-style-30 .col-xxl-3 {
        flex: 0 0 330px;
    }
}
@media (min-width: 1200px) {
    .bwd-service-style-30 .row {
        justify-content: center;
    }
    .bwd-service-style-30 .col-xl-3 {
        flex: 0 0 330px !important;
        max-width: 25%;
    }
}
@media (min-width: 992px) {
    .bwd-service-style-30 .row {
        justify-content: center;
    }
    .bwd-service-style-30 .col-lg-4 {
        flex: 0 0 330px !important;
        max-width: 33.333333%;
    }
}
@media (min-width: 768px) {
    .bwd-service-style-30 .row {
        justify-content: center;
    }
    .bwd-service-style-30 .col-md-4 {
        flex: 0 0 330px !important;
        max-width: 50%;
    }
}
@media (min-width: 576px) {
    .bwd-service-style-30 .row {
        justify-content: center;
    }
    .bwd-service-style-30 .col-sm-6 {
        flex: 0 0 330px !important;
        max-width: 50%;
    }
}

/* responsive Column */
.bwd-container,
.bwd-container-fluid,
.bwd-container-lg,
.bwd-container-md,
.bwd-container-sm,
.bwd-container-xl,
.bwdcontainer-xxl {
    inline-size: 100%;
    padding-inline-end: var(--bwd-gutter-x, 0.75rem);
    padding-inline-start: var(--bwd-gutter-x, 0.75rem);
    margin-inline-end: auto;
    margin-inline-start: auto;
}
@media (min-width: 576px) {
    .bwd-container,
    .bwd-container-sm {
        max-inline-size: 540px;
    }
}
@media (min-width: 768px) {
    .bwd-container,
    .bwd-container-md,
    .bwd-container-sm {
        max-inline-size: 720px;
    }
}
@media (min-width: 992px) {
    .bwd-container,
    .bwd-container-lg,
    .bwd-container-md,
    .bwd-container-sm {
        max-inline-size: 960px;
    }
}
@media (min-width: 1200px) {
    .bwd-container,
    .bwd-container-lg,
    .bwd-container-md,
    .bwd-container-sm,
    .bwd-container-xl {
        max-inline-size: 1140px;
    }
}
@media (min-width: 1400px) {
    .bwd-container,
    .bwd-container-lg,
    .bwd-container-md,
    .bwd-container-sm,
    .bwd-container-xl,
    .bwd-container-xxl {
        max-inline-size: 1320px;
    }
}
.bwdss-row {
    --bwd-gutter-x: 1.5rem;
    --bwd-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-block-start: calc(var(--bwd-gutter-y) * -1);
    margin-inline-end: calc(var(--bwd-gutter-x) * -0.5);
    margin-inline-start: calc(var(--bwd-gutter-x) * -0.5);
}
.bwdss-row > * {
    flex-shrink: 0;
    inline-size: 100%;
    max-inline-size: 100%;
    padding-inline-end: calc(var(--bwd-gutter-x) * 0.5);
    padding-inline-start: calc(var(--bwd-gutter-x) * 0.5);
    margin-block-start: var(--bwd-gutter-y);
}
.bwd-col {
    flex: 1 0 0%;
}
.bwdss-row-cols-auto > * {
    flex: 0 0 auto;
    inline-size: auto;
}
.bwdss-row-cols-1 > * {
    flex: 0 0 auto;
    inline-size: 100%;
}
.bwdss-row-cols-2 > * {
    flex: 0 0 auto;
    inline-size: 50%;
}
.bwdss-row-cols-3 > * {
    flex: 0 0 auto;
    inline-size: 33.3333333333%;
}
.bwdss-row-cols-4 > * {
    flex: 0 0 auto;
    inline-size: 25%;
}
.bwdss-row-cols-5 > * {
    flex: 0 0 auto;
    inline-size: 20%;
}
.bwdss-row-cols-6 > * {
    flex: 0 0 auto;
    inline-size: 16.6666666667%;
}
.bwd-col-auto {
    flex: 0 0 auto;
    inline-size: auto;
}
.bwd-col-1 {
    flex: 0 0 auto;
    inline-size: 8.33333333%;
}
.bwd-col-2 {
    flex: 0 0 auto;
    inline-size: 16.66666667%;
}
.bwd-col-3 {
    flex: 0 0 auto;
    inline-size: 25%;
}
.bwd-col-4 {
    flex: 0 0 auto;
    inline-size: 33.33333333%;
}
.bwd-col-5 {
    flex: 0 0 auto;
    inline-size: 41.66666667%;
}
.bwd-col-6 {
    flex: 0 0 auto;
    inline-size: 50%;
}
.bwd-col-7 {
    flex: 0 0 auto;
    inline-size: 58.33333333%;
}
.bwd-col-8 {
    flex: 0 0 auto;
    inline-size: 66.66666667%;
}
.bwd-col-9 {
    flex: 0 0 auto;
    inline-size: 75%;
}
.bwd-col-10 {
    flex: 0 0 auto;
    inline-size: 83.33333333%;
}
.bwd-col-11 {
    flex: 0 0 auto;
    inline-size: 91.66666667%;
}
.bwd-col-12 {
    flex: 0 0 auto;
    inline-size: 100%;
}
@media (min-width: 576px) {
    .bwd-col-sm {
        flex: 1 0 0%;
    }
    .bwdss-row-cols-sm-auto > * {
        flex: 0 0 auto;
        inline-size: auto;
    }
    .bwdss-row-cols-sm-1 > * {
        flex: 0 0 auto;
        inline-size: 100%;
    }
    .bwdss-row-cols-sm-2 > * {
        flex: 0 0 auto;
        inline-size: 50%;
    }
    .bwdss-row-cols-sm-3 > * {
        flex: 0 0 auto;
        inline-size: 33.3333333333%;
    }
    .bwdss-row-cols-sm-4 > * {
        flex: 0 0 auto;
        inline-size: 25%;
    }
    .bwdss-row-cols-sm-5 > * {
        flex: 0 0 auto;
        inline-size: 20%;
    }
    .bwdss-row-cols-sm-6 > * {
        flex: 0 0 auto;
        inline-size: 16.6666666667%;
    }
    .bwd-col-sm-auto {
        flex: 0 0 auto;
        inline-size: auto;
    }
    .bwd-col-sm-1 {
        flex: 0 0 auto;
        inline-size: 8.33333333%;
    }
    .bwd-col-sm-2 {
        flex: 0 0 auto;
        inline-size: 16.66666667%;
    }
    .bwd-col-sm-3 {
        flex: 0 0 auto;
        inline-size: 25%;
    }
    .bwd-col-sm-4 {
        flex: 0 0 auto;
        inline-size: 33.33333333%;
    }
    .bwd-col-sm-5 {
        flex: 0 0 auto;
        inline-size: 41.66666667%;
    }
    .bwd-col-sm-6 {
        flex: 0 0 auto;
        inline-size: 50%;
    }
    .bwd-col-sm-7 {
        flex: 0 0 auto;
        inline-size: 58.33333333%;
    }
    .bwd-col-sm-8 {
        flex: 0 0 auto;
        inline-size: 66.66666667%;
    }
    .bwd-col-sm-9 {
        flex: 0 0 auto;
        inline-size: 75%;
    }
    .bwd-col-sm-10 {
        flex: 0 0 auto;
        inline-size: 83.33333333%;
    }
    .bwd-col-sm-11 {
        flex: 0 0 auto;
        inline-size: 91.66666667%;
    }
    .bwd-col-sm-12 {
        flex: 0 0 auto;
        inline-size: 100%;
    }
}
@media (min-width: 768px) {
    .bwd-col-md {
        flex: 1 0 0%;
    }
    .bwdss-row-cols-md-auto > * {
        flex: 0 0 auto;
        inline-size: auto;
    }
    .bwdss-row-cols-md-1 > * {
        flex: 0 0 auto;
        inline-size: 100%;
    }
    .bwdss-row-cols-md-2 > * {
        flex: 0 0 auto;
        inline-size: 50%;
    }
    .bwdss-row-cols-md-3 > * {
        flex: 0 0 auto;
        inline-size: 33.3333333333%;
    }
    .bwdss-row-cols-md-4 > * {
        flex: 0 0 auto;
        inline-size: 25%;
    }
    .bwdss-row-cols-md-5 > * {
        flex: 0 0 auto;
        inline-size: 20%;
    }
    .bwdss-row-cols-md-6 > * {
        flex: 0 0 auto;
        inline-size: 16.6666666667%;
    }
    .bwd-col-md-auto {
        flex: 0 0 auto;
        inline-size: auto;
    }
    .bwd-col-md-1 {
        flex: 0 0 auto;
        inline-size: 8.33333333%;
    }
    .bwd-col-md-2 {
        flex: 0 0 auto;
        inline-size: 16.66666667%;
    }
    .bwd-col-md-3 {
        flex: 0 0 auto;
        inline-size: 25%;
    }
    .bwd-col-md-4 {
        flex: 0 0 auto;
        inline-size: 33.33333333%;
    }
    .bwd-col-md-5 {
        flex: 0 0 auto;
        inline-size: 41.66666667%;
    }
    .bwd-col-md-6 {
        flex: 0 0 auto;
        inline-size: 50%;
    }
    .bwd-col-md-7 {
        flex: 0 0 auto;
        inline-size: 58.33333333%;
    }
    .bwd-col-md-8 {
        flex: 0 0 auto;
        inline-size: 66.66666667%;
    }
    .bwd-col-md-9 {
        flex: 0 0 auto;
        inline-size: 75%;
    }
    .bwd-col-md-10 {
        flex: 0 0 auto;
        inline-size: 83.33333333%;
    }
    .bwd-col-md-11 {
        flex: 0 0 auto;
        inline-size: 91.66666667%;
    }
    .bwd-col-md-12 {
        flex: 0 0 auto;
        inline-size: 100%;
    }
}
@media (min-width: 992px) {
    .bwd-col-lg {
        flex: 1 0 0%;
    }
    .bwdss-row-cols-lg-auto > * {
        flex: 0 0 auto;
        inline-size: auto;
    }
    .bwdss-row-cols-lg-1 > * {
        flex: 0 0 auto;
        inline-size: 100%;
    }
    .bwdss-row-cols-lg-2 > * {
        flex: 0 0 auto;
        inline-size: 50%;
    }
    .bwdss-row-cols-lg-3 > * {
        flex: 0 0 auto;
        inline-size: 33.3333333333%;
    }
    .bwdss-row-cols-lg-4 > * {
        flex: 0 0 auto;
        inline-size: 25%;
    }
    .bwdss-row-cols-lg-5 > * {
        flex: 0 0 auto;
        inline-size: 20%;
    }
    .bwdss-row-cols-lg-6 > * {
        flex: 0 0 auto;
        inline-size: 16.6666666667%;
    }
    .bwd-col-lg-auto {
        flex: 0 0 auto;
        inline-size: auto;
    }
    .bwd-col-lg-1 {
        flex: 0 0 auto;
        inline-size: 8.33333333%;
    }
    .bwd-col-lg-2 {
        flex: 0 0 auto;
        inline-size: 16.66666667%;
    }
    .bwd-col-lg-3 {
        flex: 0 0 auto;
        inline-size: 25%;
    }
    .bwd-col-lg-4 {
        flex: 0 0 auto;
        inline-size: 33.33333333%;
    }
    .bwd-col-lg-5 {
        flex: 0 0 auto;
        inline-size: 41.66666667%;
    }
    .bwd-col-lg-6 {
        flex: 0 0 auto;
        inline-size: 50%;
    }
    .bwd-col-lg-7 {
        flex: 0 0 auto;
        inline-size: 58.33333333%;
    }
    .bwd-col-lg-8 {
        flex: 0 0 auto;
        inline-size: 66.66666667%;
    }
    .bwd-col-lg-9 {
        flex: 0 0 auto;
        inline-size: 75%;
    }
    .bwd-col-lg-10 {
        flex: 0 0 auto;
        inline-size: 83.33333333%;
    }
    .bwd-col-lg-11 {
        flex: 0 0 auto;
        inline-size: 91.66666667%;
    }
    .bwd-col-lg-12 {
        flex: 0 0 auto;
        inline-size: 100%;
    }
}
@media (min-width: 1200px) {
    .bwd-col-xl {
        flex: 1 0 0%;
    }
    .bwdss-row-cols-xl-auto > * {
        flex: 0 0 auto;
        inline-size: auto;
    }
    .bwdss-row-cols-xl-1 > * {
        flex: 0 0 auto;
        inline-size: 100%;
    }
    .bwdss-row-cols-xl-2 > * {
        flex: 0 0 auto;
        inline-size: 50%;
    }
    .bwdss-row-cols-xl-3 > * {
        flex: 0 0 auto;
        inline-size: 33.3333333333%;
    }
    .bwdss-row-cols-xl-4 > * {
        flex: 0 0 auto;
        inline-size: 25%;
    }
    .bwdss-row-cols-xl-5 > * {
        flex: 0 0 auto;
        inline-size: 20%;
    }
    .bwdss-row-cols-xl-6 > * {
        flex: 0 0 auto;
        inline-size: 16.6666666667%;
    }
    .bwd-col-xl-auto {
        flex: 0 0 auto;
        inline-size: auto;
    }
    .bwd-col-xl-1 {
        flex: 0 0 auto;
        inline-size: 8.33333333%;
    }
    .bwd-col-xl-2 {
        flex: 0 0 auto;
        inline-size: 16.66666667%;
    }
    .bwd-col-xl-3 {
        flex: 0 0 auto;
        inline-size: 25%;
    }
    .bwd-col-xl-4 {
        flex: 0 0 auto;
        inline-size: 33.33333333%;
    }
    .bwd-col-xl-5 {
        flex: 0 0 auto;
        inline-size: 41.66666667%;
    }
    .bwd-col-xl-6 {
        flex: 0 0 auto;
        inline-size: 50%;
    }
    .bwd-col-xl-7 {
        flex: 0 0 auto;
        inline-size: 58.33333333%;
    }
    .bwd-col-xl-8 {
        flex: 0 0 auto;
        inline-size: 66.66666667%;
    }
    .bwd-col-xl-9 {
        flex: 0 0 auto;
        inline-size: 75%;
    }
    .bwd-col-xl-10 {
        flex: 0 0 auto;
        inline-size: 83.33333333%;
    }
    .bwd-col-xl-11 {
        flex: 0 0 auto;
        inline-size: 91.66666667%;
    }
    .bwd-col-xl-12 {
        flex: 0 0 auto;
        inline-size: 100%;
    }
}
@media (min-width: 1400px) {
    .bwd-col-xxl {
        flex: 1 0 0%;
    }
    .bwdss-row-cols-xxl-auto > * {
        flex: 0 0 auto;
        inline-size: auto;
    }
    .bwdss-row-cols-xxl-1 > * {
        flex: 0 0 auto;
        inline-size: 100%;
    }
    .bwdss-row-cols-xxl-2 > * {
        flex: 0 0 auto;
        inline-size: 50%;
    }
    .bwdss-row-cols-xxl-3 > * {
        flex: 0 0 auto;
        inline-size: 33.3333333333%;
    }
    .bwdss-row-cols-xxl-4 > * {
        flex: 0 0 auto;
        inline-size: 25%;
    }
    .bwdss-row-cols-xxl-5 > * {
        flex: 0 0 auto;
        inline-size: 20%;
    }
    .bwdss-row-cols-xxl-6 > * {
        flex: 0 0 auto;
        inline-size: 16.6666666667%;
    }
    .bwd-col-xxl-auto {
        flex: 0 0 auto;
        inline-size: auto;
    }
    .bwd-col-xxl-1 {
        flex: 0 0 auto;
        inline-size: 8.33333333%;
    }
    .bwd-col-xxl-2 {
        flex: 0 0 auto;
        inline-size: 16.66666667%;
    }
    .bwd-col-xxl-3 {
        flex: 0 0 auto;
        inline-size: 25%;
    }
    .bwd-col-xxl-4 {
        flex: 0 0 auto;
        inline-size: 33.33333333%;
    }
    .bwd-col-xxl-5 {
        flex: 0 0 auto;
        inline-size: 41.66666667%;
    }
    .bwd-col-xxl-6 {
        flex: 0 0 auto;
        inline-size: 50%;
    }
    .bwd-col-xxl-7 {
        flex: 0 0 auto;
        inline-size: 58.33333333%;
    }
    .bwd-col-xxl-8 {
        flex: 0 0 auto;
        inline-size: 66.66666667%;
    }
    .bwd-col-xxl-9 {
        flex: 0 0 auto;
        inline-size: 75%;
    }
    .bwd-col-xxl-10 {
        flex: 0 0 auto;
        inline-size: 83.33333333%;
    }
    .bwd-col-xxl-11 {
        flex: 0 0 auto;
        inline-size: 91.66666667%;
    }
    .bwd-col-xxl-12 {
        flex: 0 0 auto;
        inline-size: 100%;
    }
}
