/* BASE */
/* common color */
/* theme color */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;        
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

p {
  margin-bottom: 0;
  font-size: 16px;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

/* common color */
/* theme color */
/* padding & margin */
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}
.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;
}
/* button */
/* utils */
/* layouts */
.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;
  z-index: 1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-bottom: 40px;
}

@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::before {
  content: "";
  position: absolute;
  background: #f4f4f4;
  border-radius: 0 70px;
  -webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.bwd-service-style-1 .bwd-service-box:after {
  content: "";
  position: absolute;
  background: #036c78;
  width: 130px;
  height: 70px;
  top: -9px;
  left: -9px;
  z-index: -2;
  -webkit-transition: .3s linear;
  transition: .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: .3s linear;
  transition: .3s linear;
}

.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:after {
  background-color: #d38a0c;
  height: 130px;
  width: 100px;
  border-radius: 0 0 0 80px;
  top: auto;
  bottom: -9px;
}

.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::after {
  background-color: #8455D0;
  top: auto;
  bottom: -9px;
  left: auto;
  right: -9px;
}

.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::after {
  background-color: #CD4B4C;
  width: 100px;
  height: 130px;
  border-radius: 0 85px 0 0;
  left: auto;
  right: -9px;
}

.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::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::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::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::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: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #029a90 transparent transparent transparent;
}

.bwd-service-style-2 .bwd-service-box .bwd-service-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  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::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 {
  border-color: #EE5A24 transparent transparent transparent;
}

.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::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 {
  border-color: #B53471 transparent transparent transparent;
}

.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::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 {
  border-color: #a55eea transparent transparent transparent;
}

.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::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 {
  border-color: #1dcc00 transparent transparent transparent;
}

.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::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 {
  border-color: #7a4805 transparent transparent transparent;
}

.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::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 {
  border-color: #8a00d4 transparent transparent transparent;
}

.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::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 {
  border-color: #9381ff transparent transparent transparent;
}

.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::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;
  margin-bottom: 30px;
}

.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: .4s linear;
  transition: .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: .3s linear;
  transition: .3s linear;
}

.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-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-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-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-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-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(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-4 .bwd-service-box {
  display: block;
  color: #555;
  text-align: center;
  padding: 0 35px 40px;
  margin: 0 -5px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

@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: .3s linear;
  transition: .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: .3s linear;
  transition: .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: .3s linear;
  transition: .3s linear;
}

.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-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-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-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-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-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-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-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;
  margin-bottom: 40px;
}

.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: .3s linear;
  transition: .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: .3s linear;
  transition: .3s linear;
}
.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:after {
  content: "";
  position: absolute;
  background-color: transparent;
  border: 2px solid #ffa708;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 95px;
  border-top-left-radius: 95px;
  border-bottom: none;
  border-right: none;
}

.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::after {
  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-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::after {
  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-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::after {
  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-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::after {
  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-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::after {
  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-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::after {
  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-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::after {
  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-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: .3s linear;
  transition: .3s linear;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}

@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: .3s linear;
  transition: .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-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);
  margin-bottom: 40px;
}

@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: .3s linear;
  transition: .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::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-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-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-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-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-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-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-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;
  margin-bottom: 40px;
}

.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;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s linear;
  transition: .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::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::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::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::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::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::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::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::after {
  background: #240046c6;
}
.bwd-service-style-9 {
  padding-top: 12px;
}
.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: .3s linear;
  transition: .3s linear;
  margin-bottom: 40px;
}

.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: 110%;
  background: #ffa708;
  z-index: -1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transition: .3s linear;
  transition: .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::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: .4s linear;
  transition: .4s linear;
  margin-bottom: 40px;
  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;
  line-height: 180px;
  width: 180px;
  height: 180px;
  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: 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%);
  text-align: center;
}

.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: .3s linear;
  transition: .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: .4s linear;
  transition: .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::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::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::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::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::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::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::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 40px;
}

.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;
  line-height: 50px;
  padding: 40px 0 26px;
  overflow: hidden;
  position: relative;
}

.bwd-service-style-11 .bwd-service-box .bwd-service-icon i {
  position: relative;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transition: .3s linear;
  transition: .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: .3s linear;
  transition: .3s linear;
  margin-bottom: 60px;
}

@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: .3s linear;
  transition: .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 i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #de9107;
  border-radius: 50px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.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 i {
  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 i {
  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 i {
  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 i {
  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 i {
  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 i {
  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 i {
  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;
  margin-bottom: 40px;
  box-shadow: 0px 5px 10px #00000017;
}

.bwd-service-style-13 .bwd-service-box .bwd-service-icon i {
  color: #B53471;
  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), -14px -14px 0px #B53471;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #B53471;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}


@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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #B53471;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #B53471;
}

.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: .3s linear;
  transition: .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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #5758BB;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #5758BB;
}

.bwd-service-style-13 .row > *:nth-child(2) .bwd-service-box:hover .bwd-service-icon i {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #5758BB;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #17a8d8;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #17a8d8;
}

.bwd-service-style-13 .row > *:nth-child(3) .bwd-service-box:hover .bwd-service-icon i {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #17a8d8;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #149e5d;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #149e5d;
}

.bwd-service-style-13 .row > *:nth-child(4) .bwd-service-box:hover .bwd-service-icon i {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #17a8d8;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #17a8d8;
}

.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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #582f0e;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #582f0e;
}

.bwd-service-style-13 .row > *:nth-child(5) .bwd-service-box:hover .bwd-service-icon i {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #582f0e;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #582f0e;
}

.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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #ce4257;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #ce4257;
}

.bwd-service-style-13 .row > *:nth-child(6) .bwd-service-box:hover .bwd-service-icon i {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #ce4257;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #ce4257;
}

.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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #5a189a;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #5a189a;
}

.bwd-service-style-13 .row > *:nth-child(7) .bwd-service-box:hover .bwd-service-icon i {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #5a189a;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #5a189a;
}

.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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #31572c;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -14px -14px 0px #31572c;
}

.bwd-service-style-13 .row > *:nth-child(8) .bwd-service-box:hover .bwd-service-icon i {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #31572c;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), -14px -14px 0px #31572c;
}

.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;
  margin-bottom: 40px;
}

.bwd-service-style-14 .bwd-service-box .bwd-service-icon {
  background: #fff;
  height: 220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: .4s linear;
  transition: .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 {
  color: #c850c0;
  margin-bottom: 15px;
}

.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: .4s linear;
  transition: .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 .bwd-service-box {
  display: block;
  background: #f4f4f4;
  padding: 60px 25px 60px;
  position: relative;
  text-align: center;
  border-radius: 15px;
  outline: 3px solid #325bfd;
  outline-offset: -15px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  margin-bottom: 80px;
}

.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: -18px;
  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;
  line-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);
  color: #2949fe;
  background: #f4f4f4;
  border: 5px solid;
  font-size: 35px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.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 {
  outline: 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(3) .bwd-service-box {
  outline: 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(4) .bwd-service-box {
  outline: 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-16 .bwd-service-box {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 40px 24px 20px;
  position: relative;
  border: 1px solid #dddddd;
  margin-bottom: 40px;
}

@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: .3s linear;
  transition: .3s linear;
}

.bwd-service-style-16 .bwd-service-box .bwd-service-icon {
  color: #fff;
  background: #eb3b5a;
  font-size: 40px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  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: .3s linear;
  transition: .3s linear;
}

.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: .3s linear;
  transition: .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: .3s linear;
  transition: .3s linear;
  overflow: hidden;
  margin-bottom: 40px;
}

@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-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: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: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: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: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: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: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: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;
  margin-bottom: 40px;
}

@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: .3s linear;
  transition: .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 .bwd-service-icon::before, .bwd-service-style-18 .bwd-service-box .bwd-service-icon::after {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fba21a;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-service-style-18 .bwd-service-box .bwd-service-icon:after {
  width: 20px;
  height: 20px;
  background: #fba21a;
  border: none;
}

.bwd-service-style-18 .bwd-service-box:hover .bwd-service-icon::before {
  opacity: 1;
  bottom: -16px;
}

.bwd-service-style-18 .bwd-service-box:hover .bwd-service-icon::after {
  bottom: -8px;
  opacity: 1;
}

.bwd-service-style-18 .bwd-service-box span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 50px;
  color: #fba21a;
  line-height: 104px;
  border-radius: 50%;
  border: 2px solid #fba21a;
}

.bwd-service-style-18 .bwd-service-box span::before, .bwd-service-style-18 .bwd-service-box span::after {
  content: '';
  display: block;
  width: 3px;
  height: 30px;
  background: #fba21a;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-service-style-18 .bwd-service-box span:after {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 3px solid #fba21a;
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.bwd-service-style-18 .bwd-service-box:hover .bwd-service-icon span::before, .bwd-service-style-18 .bwd-service-box:hover .bwd-service-icon span::after {
  bottom: -30px;
  opacity: 1;
}

.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 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 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 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 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 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 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 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;
  margin-bottom: 40px;
}

@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;
  line-height: 110px;
  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: .4s linear;
  transition: .4s linear;
}

.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: .3s linear;
  transition: .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::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::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::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::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::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::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::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;
  margin-bottom: 40px;
}

@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: .3s linear;
  transition: .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 i {
  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;
  color: #1abc9c;
  -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-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-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-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-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-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-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-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-content .title {
  color: #38b000;
}
.bwd-service-style-21 {
  padding-top: 22px;
  padding-bottom: 80px;
}
.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;
  margin-bottom: 130px;
}

.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: .3s linear;
  transition: .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;
  line-height: 110px;
  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: .3s linear;
  transition: .3s linear;
}

.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::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::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::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::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::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::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::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;
  margin-bottom: 40px;
}

@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: .3s linear;
  transition: .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 i{
  color: #fff;
  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: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 i {
  background: linear-gradient(-45deg, #f53985 49%, #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 i {
  background: linear-gradient(-45deg, #8b33cc 49%, #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 i {
  background: linear-gradient(-45deg, #038bec 49%, #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 i {
  background: linear-gradient(-45deg, #ff6700 49%, #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 i {
  background: linear-gradient(-45deg, #432818 49%, #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 i {
  background: linear-gradient(-45deg, #ff69eb 49%, #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 i {
  background: linear-gradient(-45deg, #008000 49%, #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));
  margin-bottom: 40px;
}

.bwd-service-style-23 .bwd-service-iteam::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 109%;
  top: -12px;
  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: .3s linear;
  transition: .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 {
  color: #d3116f;
  background: #f4fff4;
  font-size: 23px;
  line-height: 47px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: block;
  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: .3s linear;
  transition: .3s linear;
}

@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-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-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-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-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-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-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-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;
  margin-bottom: 40px;
}

@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: .3s linear;
  transition: .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: .3s linear;
  transition: .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 i {
  color: #f47f11;
  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-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 {
  color: #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 {
  color: #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 {
  color: #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 {
  color: #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 {
  color: #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 {
  color: #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 {
  color: #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;
  margin-bottom: 30px;
}

@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;
  line-height: 81px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 10px solid #fff;
  border-radius: 50%;
  position: relative;
}

.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: .3s linear;
  transition: .3s linear;
}

.bwd-service-style-25 .bwd-service-box .bwd-service-icon::after {
  -webkit-transition: .8s linear;
  transition: .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: .3s linear;
  transition: .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;
  margin-bottom: 40px;
}

@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: "";
  border-top: 0 solid #eed956;
  border-right: 0 solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-service-style-26 .bwd-service-box::after {
  content: "";
  border-bottom: 0 solid #eed956;
  border-left: 0 solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.bwd-service-style-26 .bwd-service-box:hover::before {
  border-top-width: 78px;
  border-right-width: 78px;
}

.bwd-service-style-26 .bwd-service-box:hover:after {
  border-bottom-width: 78px;
  border-left-width: 78px;
}

.bwd-service-style-26 .bwd-service-box .bwd-service-icon i {
  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;
  color: #eed956;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.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: .3s linear;
  transition: .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 .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;
  margin-bottom: 60px;
}

@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: .3s linear;
  transition: .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;
  line-height: 130px;
  width: 130px;
  height: 130px;
  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::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-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-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-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-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-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-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-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: .3s linear;
  transition: .3s linear;
  border: 2px solid transparent;
  margin-bottom: 80px;
}

@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: .4s linear;
  transition: .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;
  line-height: 80px;
  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-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: .3s linear;
  transition: .3s linear;
  border: 1px solid #8633cb;
  margin-bottom: 40px;
}

@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: .4s linear;
  transition: .4s linear;
}

.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 40px;
  -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;
  line-height: 65px;
  width: 65px;
  height: 65px;
  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: .3s linear;
  transition: .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: .3s linear;
  transition: .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 (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%;
  }
}
