/*
------------- Table of content ----------------

Template Name:  Flip-flop card
Template URI: 
Description: 
Author:
Author URI: 
Version: 1.0

---------------------- common content ----------
#.body reset content
#.header area
#.footer
#.hero-banner-area
#.button

*/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Roboto:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #707070;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #1d1515;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

a:focus {
  outline: 0px solid;
}

a:hover {
  color: #0abde3;
}

a:active,
a:hover {
  color: #0abde3;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::selection {
  background: #0abde3;
  text-shadow: none;
  color: #ffffff;
}

/*Common theme css*/
/*******************************/
/***Service one start***/
.bwdff-service-1 {
  padding: 30px 0;
  margin: 70px 0;
  background: #aea5a5;
}

@media (max-width: 767px) {
  .bwdff-service-1 .bwdff-service-item-wrapper {
    justify-content: center !important;
  }
  .bwdff-service-1 .bwdff-service-item-wrapper > * {
    max-width: 280px;
  }
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item {
  min-height: 350px;
  padding: 20px;
  text-align: center;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin: 15px 0;
  margin-top: 27px;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front,
.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: transform 1.5s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
}


.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  background: linear-gradient(48deg, #0173dc 0%, #2bd2ff 100%);
  transform: rotateY(0deg);
  flex-direction: column;
  border-radius: 5px;
  transform-style: preserve-3d;
	backface-visibility:hidden;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape {
  content: "";
  position: absolute;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 62px solid;
  border-top-color:  #046EC8;
  top: -14px;
  transition: 1s;
  backface-visibility: hidden;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape .bwdff-top-shape-inner {
  position: relative;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape .bwdff-top-shape-inner::before {
  content: "";
  position: absolute;
  top: -62px;
  left: -58px;
  border-left: 8px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid;
  border-bottom-color: #0358a0;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape .bwdff-top-shape-inner::after {
  content: "";
  position: absolute;
  top: -62px;
  right: -58px;
  border-left: 12px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #0358a0;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  font-size: 35px;
  color: #057CDF;
  height: 85px;
  width: 85px;
  background: #fff;
  line-height: 85px;
  border-radius: 50%;
  position: relative;
  transform: translateZ(30px);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: transparent;
  border-radius: 50%;
  border: 5px solid;
  border-color: #fff;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  margin-top: 25px;
  font-size: 25px;
  text-transform: capitalize;
  color: #eee;
  transform: translateZ(30px);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  background-color: #eee;
  transform: rotateY(-180deg);
  -webkit-box-shadow: 50px 50px 50px -50px #469CEB, -50px 50px 50px -50px #469CEB;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  position: relative;
  min-height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  transform-style: preserve-3d;
  background-color: #eee;
  backface-visibility: hidden;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  transform: translateZ(30px);
  color: #0269C8;
  backface-visibility: hidden;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  display: block;
  text-transform: capitalize;
  background: linear-gradient(48deg, #0173dc 0%, #2bd2ff 100%);
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  padding: 0 25px;
  width: 140px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  transition: all .3s linear;
  position: relative;
  overflow: hidden;
  transform: translateZ(30px);
  backface-visibility: hidden;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  box-shadow: 0 3px 6px #0764aa;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front {
  transform: rotateY(180deg);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front .top-shape {
  visibility: hidden;
  opacity: 0;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back {
  transform: rotateY(0);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-2 .bwdff-service-front .bwdff-service-front-content {
  background: linear-gradient(70deg, #fb544f 0%, #fb7672 100%);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-2 .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape {
  border-top-color: #da3b35;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-2 .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape .bwdff-top-shape-inner::before, .bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-2 .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape .bwdff-top-shape-inner::after {
  border-bottom-color: #b33531;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-2 .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #fb544f;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-2 .bwdff-service-back {
  -webkit-box-shadow: 50px 50px 50px -50px rgba(251, 85, 79, 0.651), -50px 50px 50px -50px rgba(251, 85, 79, 0.705);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-2 .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #fb544f;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-2 .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background: linear-gradient(70deg, #fb544f 0%, #fb7672 100%);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-2 .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  box-shadow: 0 3px 6px rgba(251, 84, 79, 0.5);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-3 .bwdff-service-front .bwdff-service-front-content {
  background: linear-gradient(70deg, #23005f 0%, #4e327e 100%);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-3 .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape {
  border-top-color: #23005f;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-3 .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape .bwdff-top-shape-inner::before, .bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-3 .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape .bwdff-top-shape-inner::after {
  border-bottom-color: #1f044e;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-3 .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #23005f;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-3 .bwdff-service-back {
  -webkit-box-shadow: 50px 50px 50px -50px #23005f, -50px 50px 50px -50px #23005f;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-3 .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #23005f;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-3 .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background: linear-gradient(70deg, #23005f 0%, #4e327e 100%);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-3 .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  box-shadow: 0 3px 6px rgba(78, 50, 126, 0.5);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-4 .bwdff-service-front .bwdff-service-front-content {
  background: linear-gradient(70deg, #00b7b5 0%, #32c5c3 100%);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-4 .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape {
  border-top-color: #089795;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-4 .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape .bwdff-top-shape-inner::before, .bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-4 .bwdff-service-front .bwdff-service-front-content .bwdff-top-shape .bwdff-top-shape-inner::after {
  border-bottom-color: #07a19f;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-4 .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #00b7b5;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-4 .bwdff-service-back {
  -webkit-box-shadow: 50px 50px 50px -50px #00b7b5, -50px 50px 50px -50px #00b7b5;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-4 .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #00b7b5;
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-4 .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background: linear-gradient(70deg, #00b7b5 0%, #00b7b5 100%);
}

.bwdff-service-1 .bwdff-service-item-wrapper .bwdff-item-4 .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  box-shadow: 0 3px 6px rgba(0, 183, 181, 0.4);
}

/***Service one end***/
/************************************/
/*service two start*/
.bwdff-service-2 {
  padding: 30px 0;
  margin: 70px 0;
  background: #aea5a5;
}

@media (max-width: 767px) {
  .bwdff-service-2 .bwdff-service-item-wrapper {
    justify-content: center !important;
  }
  .bwdff-service-2 .bwdff-service-item-wrapper > * {
    max-width: 280px;
  }
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item {
  min-height: 350px;
  max-width: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin: 30px 15px;
  border-radius: 10px;
  box-shadow: 0 0 0 15px #e7e9eb;
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front,
.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: transform 1.5s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transform: rotateY(0deg);
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px #3333334a;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  content: "";
  position: absolute;
  height: 80px;
  width: 30px;
  background: #11BE81;
  top: 0;
  left: -15px;
  border-radius: 23px;
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  content: "";
  position: absolute;
  height: 80px;
  width: 30px;
  background: #11BE81;
  bottom: 0;
  right: -15px;
  border-radius: 23px;
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  margin-top: 20px;
  transform: translateZ(25px);
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon i {
  display: inline-block;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
  font-size: 45px;
  color: #11BE81;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3), 0 0 0 10px #fff, 0px 0 20px 5px rgba(0, 0, 0, 0.4);
  transform: translateZ(25px);
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  font-size: 25px;
  text-transform: capitalize;
  color: #11BE81;
  text-align: center;
  line-height: 45px;
  transform: translateZ(25px);
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  background-color: #fff;
  transform: rotateY(-180deg);
  padding: 20px;
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  position: relative;
  min-height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background-color: #fff;
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #696767;
  line-height: 23px;
  margin: 4px 0;
  transition: .5s;
  transform: translateZ(25px);
}

@media (max-width: 767px) {
  .bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
    font-size: 15px;
    line-height: 21px;
  }
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-title {
  font-size: 25px;
  text-transform: capitalize;
  color: #11BE81;
  text-align: center;
  line-height: 45px;
  transform: translateZ(25px);
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  display: block;
  text-transform: capitalize;
  background: #11BE81;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  padding: 0 25px;
  width: 140px;
  margin: 0 auto;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 20px;
  transition: .4s ease-in-out;
  transform: translateZ(25px);
}



.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::after {
  content: "";
  position: absolute;
  background: #01130cb3;
  left: -20px;
  right: -20px;
  top: 50%;
  bottom: 50%;
  transition: .5s;
  transition-delay: .7s;
  z-index: -1;
	visibility:hidden;
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front {
  transform: rotateY(180deg);
}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back {
  transform: rotateY(0);
}



.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back .bwdff-service-back-content::after {
  top: -20px;
  bottom: -20px;
visibility:visible;

}

.bwdff-service-2 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #fff;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  background-color: #00A9B3;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  background-color: #00A9B3;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon i {
  color: #00A9B3;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #00A9B3;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background-color: #00A9B3;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-title {
  color: #00A9B3;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  background-color: #F14359;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  background-color: #F14359;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon i {
  color: #F14359;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #F14359;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background-color: #F14359;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-title {
  color: #F14359;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  background-color: #0D89F7;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  background-color: #0D89F7;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon i {
  color: #0D89F7;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #0D89F7;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background-color: #0D89F7;
}

.bwdff-service-2 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-title {
  color: #0D89F7;
}

/*service two end*/
/*******************************/
/***Service 3 start***/
.bwdff-service-3 {
  padding: 30px 0;
  margin: 70px 0;
  background: #093658;
}

@media (max-width: 767px) {
  .bwdff-service-3 .bwdff-service-item-wrapper {
    justify-content: center !important;
  }
  .bwdff-service-3 .bwdff-service-item-wrapper > * {
    max-width: 280px;
  }
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item {
  min-height: 350px;
  padding: 20px;
  text-align: center;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin: 25px 10px;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front,
.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: transform 1s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transform: rotateY(0deg);
  flex-direction: column;
  border-radius: 5px;
  transform-style: preserve-3d;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  font-size: 35px;
  color: #fff;
  height: 80px;
  width: 80px;
  background: #F09119;
  line-height: 80px;
  border-radius: 50%;
  position: relative;
  box-shadow: -2px 0 10px #81818185;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  content: "";
  background: linear-gradient(to right, #F09119 50%, transparent 50%);
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  box-shadow: 0 0 30px #9c9a9a69;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::after {
  content: "";
  background: linear-gradient(to left, #fff 50%, transparent 50%);
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -2;
  box-shadow: 10px 0 13px #bababa73;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  margin-top: 35px;
  font-size: 25px;
  text-transform: capitalize;
  color: #F09119;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  top: -10px;
  left: -10px;
  background: transparent;
  z-index: -2;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-left: 11px solid #F09119;
  border-top: 11px solid #F09119;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  bottom: -10px;
  right: -10px;
  background: transparent;
  z-index: -2;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-right: 11px solid #F09119;
  border-bottom: 11px solid #F09119;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  background-color: #eee;
  transform: rotateY(180deg);
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  transform-style: preserve-3d;
  background-color: #eee;
  backface-visibility: hidden;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #635a4e;
  line-height: 22px;
  transform: translateZ(30px);
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  display: block;
  text-transform: capitalize;
  background: #F09119;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  padding: 0 25px;
  width: 140px;
  margin: 0 auto;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 20px;
  transition: .4s ease-in-out;
  transform: translateZ(30px);
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  box-shadow: 0 5px 7px #F09119;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front {
  transform: rotateY(-180deg);
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front .bwdff-top-shape {
  visibility: hidden;
  opacity: 0;
}

.bwdff-service-3 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back {
  transform: rotateY(0);
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #E04939;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  background: #E04939;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  background: linear-gradient(to right, #E04939 50%, transparent 50%);
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  border-color: #E04939;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  border-color: #E04939;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background-color: #E04939;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  box-shadow: 0 5px 7px #E04939;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #0095AD;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  background: #0095AD;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  background: linear-gradient(to right, #0095AD 50%, transparent 50%);
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  border-color: #0095AD;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  border-color: #0095AD;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background-color: #0095AD;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  box-shadow: 0 5px 7px #0095AD;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #9FC22C;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  background: #9FC22C;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  background: linear-gradient(to right, #9FC22C 50%, transparent 50%);
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  border-color: #9FC22C;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  border-color: #9FC22C;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background-color: #9FC22C;
}

.bwdff-service-3 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  box-shadow: 0 5px 7px #9FC22C;
}

/***Service 3 end***/
/*******************************/
/***Service 4 start***/
.bwdff-service-4 {
  padding: 30px 0;
  margin: 70px 0;
  background: #e8efffa3;
}

@media (max-width: 767px) {
  .bwdff-service-4 .bwdff-service-item-wrapper {
    justify-content: center !important;
  }
  .bwdff-service-4 .bwdff-service-item-wrapper > * {
    max-width: 280px;
  }
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item {
  min-height: 350px;
  padding: 20px;
  text-align: center;
  position: relative;
  perspective: 900px;
  transform-style: preserve-3d;
  margin: 15px 0;
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front,
.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: transform 1.5s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front {
  background-color: transparent;
  border-bottom-left-radius: 40px;
  transform: rotateX(0deg);
  border: 2px dashed #8fae27;
  backface-visibility: hidden;
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 200px;
  width: 200px;
  transform: rotateY(0deg);
  flex-direction: column;
  border-radius: 5px;
  border-radius: 50%;
  background: #eee;
  backface-visibility: hidden;
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border-radius: 50%;
  border: 4px dashed #8fae27;
  z-index: -1;
  animation: circle-rotation 10s linear infinite;
}

@keyframes circle-rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  font-size: 35px;
  color: #fff;
  height: 80px;
  width: 80px;
  background: #8fae27;
  line-height: 80px;
  border-radius: 50%;
  position: relative;
  box-shadow: -2px 0 10px #81818185;
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  margin-bottom: 15px;
  font-size: 25px;
  text-transform: capitalize;
  color: #eee;
  background: #8fae27;
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  line-height: 40px;
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  background-color: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transform: rotateX(-180deg);
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::before {
  content: "";
  position: absolute;
  border-top: 200px solid #cfe09524;
  border-left: 115px solid transparent;
  border-right: 115px solid transparent;
  border-bottom: 100px solid #cfe09524;
  border-radius: 60px;
  z-index: -1;
  top: 0;
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #333;
  line-height: 27px;
  font-weight: 600;
  transform: translateZ(40px);
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  display: block;
  text-transform: capitalize;
  background: #8fae27;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  padding: 0 25px;
  width: 140px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  transition: .5s ease-in-out;
  transform: translateX(-250px) rotateY(180deg);
  position: relative;
  overflow: hidden;
  transform: translateZ(40px);
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  height: 200px;
  width: 200px;
  background: #7c9b17;
  border-radius: 50%;
  z-index: -1;
  transition: .4s ease-in;
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background-color: transparent;
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back:hover .bwdff-service-back-content .bwdff-read-more {
  transform: translateX(0) rotateY(0);
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front {
  transform: rotateX(-180deg);
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front .bwdff-top-shape {
  visibility: hidden;
  opacity: 0;
}

.bwdff-service-4 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back {
  transform: rotateX(0);
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front {
  border-color: #E04939;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  background-color: #E04939;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  background: #E04939;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  background: linear-gradient(to right, #E04939 50%, transparent 50%);
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  border-color: #E04939;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  border-color: #E04939;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background-color: #E04939;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover::before {
  background-color: #b33123;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front {
  border-color: #00ABB9;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  background-color: #00ABB9;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  background: #00ABB9;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  background: linear-gradient(to right, #00ABB9 50%, transparent 50%);
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  border-color: #00ABB9;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  border-color: #00ABB9;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background-color: #105f66be;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover::before {
  background-color: #105f66;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front {
  border-color: #4f3286;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  background-color: #4f3286;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  background: #4f3286;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  background: linear-gradient(to right, #4f3286 50%, transparent 50%);
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  border-color: #4f3286;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  border-color: #4f3286;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background-color: #2d1162;
}

.bwdff-service-4 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover::before {
  background-color: #301562;
}

/***Service one end***/
/*******************************/
/***Service one start***/
.bwdff-service-5 {
  padding: 30px 0;
  margin: 70px 0;
  background: #052034;
}

@media (max-width: 767px) {
  .bwdff-service-5 .bwdff-service-item-wrapper {
    justify-content: center !important;
  }
  .bwdff-service-5 .bwdff-service-item-wrapper > * {
    max-width: 280px;
  }
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item {
  min-height: 350px;
  padding: 20px;
  text-align: center;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin: 15px 0;
  margin-left: 15px;
  margin-top: 30px;
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front,
.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: transform 1.5s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front {
  background-color: #8930D6;
  transform: rotateX(0deg);
  border-radius: 20px;
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background: #eee;
  top: -15px;
  left: -10px;
  clip-path: polygon(0 20%, 24% 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  font-size: 35px;
  color: #8930D6;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  position: relative;
  box-shadow: -2px 0 10px #81818185;
  outline: 10px solid #8930D6;
  margin-top: 20px;
  transform: translateZ(50px);
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  margin-bottom: 15px;
  font-size: 25px;
  text-transform: capitalize;
  color: #eee;
  background: #8930D6;
  width: 100%;
  line-height: 40px;
  box-shadow: 0 10px 10px #33333363;
  transform: translateZ(50px);
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  background: #eee;
  border-radius: 20px;
  transform: rotateX(-180deg);
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  padding: 20px 25px;
  background-color: #8930D6;
  top: -15px;
  left: -10px;
  clip-path: polygon(0 20%, 24% 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
  backface-visibility: hidden;
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #fff;
  line-height: 27px;
  font-weight: 600;
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  display: block;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  padding: 0 25px;
  width: 140px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  transition: .5s ease-in-out;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  border-color: #521c80;
  background: #521c80;
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front {
  transform: rotateX(-180deg);
}

.bwdff-service-5 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back {
  transform: rotateX(0);
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front {
  background-color: #E04939;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  background-color: #E04939;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #E04939;
  outline-color: #E04939;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  background-color: #E04939;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background-color: #942b1f;
  border-color: #942b1f;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front {
  background-color: #01AED8;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  background-color: #01AED8;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #01AED8;
  outline-color: #01AED8;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  background-color: #01AED8;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background-color: #0f7994;
  border-color: #0f7994;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front {
  background-color: #0B697E;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  background-color: #0B697E;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #0B697E;
  outline-color: #0B697E;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  background-color: #0B697E;
}

.bwdff-service-5 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background-color: #0a4e5e;
  border-color: #0a4e5e;
}

/***Service one end***/
/*******************************/
/***Service 6 start***/
.bwdff-service-6 {
  padding: 30px 0;
  margin: 70px 0;
  background: #75bbee3d;
}

@media (max-width: 767px) {
  .bwdff-service-6 .bwdff-service-item-wrapper {
    justify-content: center !important;
  }
  .bwdff-service-6 .bwdff-service-item-wrapper > * {
    max-width: 280px;
  }
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item {
  min-height: 350px;
  padding: 20px;
  text-align: center;
  position: relative;
  perspective: 900px;
  transform-style: preserve-3d;
  perspective-origin: 50% 50%;
  margin: 15px 0;
  margin-top: 50px;
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front,
.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: transform 1s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front {
  background-color: #8930D6;
  transform: rotateX(0deg);
  border-radius: 20px;
  padding: 0 15px;
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  background: #fff;
  backface-visibility: hidden;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  top: -35px;
  box-shadow: 0 -10px 10px -10px #000 inset;
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  font-size: 40px;
  color: #8930D6;
  height: 70px;
  width: 70px;
  line-height: 70px;
  position: relative;
  box-shadow: 0px 0 17px 1px #8930D6 inset;
  outline: 10px solid #8930D6;
  margin-top: 20px;
  border-radius: 15px;
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  line-height: 40px;
  color: #8930D6;
  letter-spacing: 1px;
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  background-color: #8930D6;
  transform: rotateX(180deg);
  border-radius: 20px;
  padding: 0 15px;
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background: #fff;
  backface-visibility: hidden;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  top: -35px;
  box-shadow: 0 -10px 10px -10px #000 inset;
  padding: 20px 20px;
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #333;
  line-height: 22px;
  font-weight: 400;
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  display: block;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  padding: 0 25px;
  width: 140px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  transition: .5s ease-in-out;
  position: relative;
  overflow: hidden;
  background: #8930D6;
  transform: scale(0.98);
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  border-color: #521c80;
  transform: scale(1);
  box-shadow: 0 -15px 11px #4C0F81 inset;
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  font-size: 35px;
  color: #8930D6;
  line-height: 60px;
  border: 2px solid #8930D6;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  border-bottom-color: transparent;
  margin-bottom: 15px;
  box-shadow: 0 7px 5px inset #9F67D0;
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front {
  transform: rotateX(-180deg);
}

.bwdff-service-6 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back {
  transform: rotateX(0);
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front {
  background-color: #00CABA;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #00CABA;
  outline-color: #00CABA;
  box-shadow: 0px 0 17px 1px #00CABA inset;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #00CABA;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back {
  background-color: #00CABA;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background: #00CABA;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  border-color: #03857a;
  box-shadow: 0 -15px 11px #03857a inset;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  color: #00CABA;
  border: 2px solid #00CABA;
  box-shadow: 0 7px 5px inset #00cab975;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front {
  background-color: #0C8AFA;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #0C8AFA;
  outline-color: #0C8AFA;
  box-shadow: 0px 0 17px 1px #0a78d8 inset;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #0C8AFA;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back {
  background-color: #0C8AFA;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background: #0C8AFA;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  border-color: #0561b1;
  box-shadow: 0 -15px 11px #0561b1 inset;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  color: #0C8AFA;
  border: 2px solid #0C8AFA;
  box-shadow: 0 7px 5px inset #0c8bfa71;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front {
  background-color: #0B697E;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #0B697E;
  outline-color: #0B697E;
  box-shadow: 0px 0 17px 1px #0b697e9a inset;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #0B697E;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back {
  background-color: #0B697E;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background: #0B697E;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  border-color: #074d8b;
  box-shadow: 0 -15px 11px #074d8b inset;
}

.bwdff-service-6 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  color: #0B697E;
  border: 2px solid #0B697E;
  box-shadow: 0 7px 5px inset #0b697eaf;
}

/***Service 6 end***/
/*******************************/
/***Service 7 start***/
.bwdff-service-7 {
  padding: 30px 0;
  margin: 70px 0;
  background: #f1e1ff4a;
}

@media (max-width: 767px) {
  .bwdff-service-7 .bwdff-service-item-wrapper {
    justify-content: center !important;
  }
  .bwdff-service-7 .bwdff-service-item-wrapper > * {
    max-width: 280px;
  }
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item {
  min-height: 350px;
  padding: 20px;
  text-align: center;
  position: relative;
  perspective: 900px;
  transform-style: preserve-3d;
  margin: 15px 0;
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front,
.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: transform 1s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front {
  background-color: #8930D6;
  transform: rotateX(0deg);
  border-radius: 14px;
  border-bottom-left-radius: 14px;
  padding: 0 10px;
  padding-left: 10px;
  padding-left: 0;
  border-bottom-left-radius: 0;
  box-shadow: -10px 0 10px -10px #371455 inset;
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background: #fff;
  backface-visibility: hidden;
  border-top-left-radius: 130px;
  box-shadow: -9px -10px 10px -10px #000 inset;
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  font-size: 40px;
  color: #8930D6;
  height: 80px;
  width: 120px;
  line-height: 80px;
  position: relative;
  box-shadow: 0px 0 17px 1px #8930D6 inset;
  margin-top: 20px;
  border-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 57px;
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  line-height: 40px;
  color: #8930D6;
  letter-spacing: 1px;
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  background-color: #8930D6;
  transform: rotateX(180deg);
  border-radius: 14px;
  border-bottom-left-radius: 14px;
  padding: 0 10px;
  padding-left: 10px;
  padding-left: 0;
  border-bottom-left-radius: 0;
  box-shadow: -10px 0 10px -10px #371455 inset;
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  background: #fff;
  backface-visibility: hidden;
  border-bottom-right-radius: 60px;
  box-shadow: -9px -10px 10px -10px #000 inset;
  padding: 20px 25px;
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #333;
  line-height: 22px;
  font-weight: 400;
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  display: block;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  padding: 0 25px;
  width: 140px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  transition: .5s ease-in-out;
  position: relative;
  overflow: hidden;
  background: #8930D6;
  transform: scale(1);
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  border-color: #521c80;
  transform: scale(0.98);
  box-shadow: 0 15px 11px #4C0F81 inset;
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  font-size: 35px;
  color: #8930D6;
  line-height: 60px;
  border: 2px solid #8930D6;
  height: 60px;
  width: 60px;
  border-bottom-color: transparent;
  margin-bottom: 15px;
  box-shadow: 0 8px 8px inset #9F67D0;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 25px;
  border-top-right-radius: 5px;
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front {
  transform: rotateX(-180deg);
}

.bwdff-service-7 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back {
  transform: rotateX(0);
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front {
  background-color: #DD1F2F;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #DD1F2F;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #DD1F2F;
  box-shadow: 0px 0 17px 1px #DD1F2F inset;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back {
  background-color: #DD1F2F;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background-color: #DD1F2F;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  box-shadow: 0 15px 11px #c01a28 inset;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  box-shadow: 0 8px 8px inset #e4959bb6;
  border-color: #DD1F2F;
  color: #DD1F2F;
  border-bottom: 0;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front {
  background-color: #EFAA0C;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #e4a40e;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #EFAA0C;
  box-shadow: 0px 0 17px 1px #EFAA0C inset;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back {
  background-color: #EFAA0C;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background-color: #EFAA0C;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  box-shadow: 0 15px 11px #ca900a inset;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  box-shadow: 0 8px 8px inset #ccbf9f;
  border-color: #EB9B0E;
  color: #F6C709;
  border-bottom: 0;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front {
  background-color: #0B697E;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #0B697E;
  outline-color: #0B697E;
  box-shadow: 0px 0 17px 1px #0b697e9a inset;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #0B697E;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back {
  background-color: #0B697E;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  background: #0B697E;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  border-color: #074d8b;
  box-shadow: 0 -15px 11px #074d8b inset;
}

.bwdff-service-7 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  color: #0B697E;
  border: 2px solid #0B697E;
  box-shadow: 0 7px 5px inset #0b697eaf;
}

/***Service 7 end***/
/*******************************/
/***Service 8 start***/
.bwdff-service-8 {
  padding: 30px 0;
  margin: 70px 0;
  background: #E7E7E7;
}

@media (max-width: 767px) {
  .bwdff-service-8 .bwdff-service-item-wrapper {
    justify-content: center !important;
  }
  .bwdff-service-8 .bwdff-service-item-wrapper > * {
    max-width: 280px;
  }
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item {
  min-height: 350px;
  padding: 20px;
  text-align: center;
  position: relative;
  perspective: 900px;
  transform-style: preserve-3d;
  margin: 15px 5px;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front,
.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: transform 1.2s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front {
  transform: rotateX(0deg);
  border-radius: 50px 0;
  background: #fff;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background: #fff;
  border-radius: 50px 0;
  border: 2px solid #FF6B81;
  box-shadow: 0 0 14px -5px #FF6B81 inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  height: 40px;
  width: 40px;
  background: linear-gradient(48deg, #ff6b81 0%, #ff889a 100%);
  z-index: -1;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  height: 40px;
  width: 40px;
  background: linear-gradient(48deg, #ff6b81 0%, #ff889a 100%);
  z-index: -1;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  font-size: 40px;
  color: #fff;
  height: 90px;
  width: 90px;
  line-height: 100px;
  position: relative;
  margin-top: 20px;
  border-radius: 15px;
  z-index: 3;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  background: #F55E75;
  z-index: -1;
  border-radius: 20px;
  box-shadow: 7px 0 10px rgba(0, 0, 0, 0.3), 0 0 0 10px #fff, 0px 0 20px 5px rgba(0, 0, 0, 0.4);
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  line-height: 50px;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  background: #FF6B81;
  box-shadow: 0 -25px 10px 2px #CB2740 inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title::before {
  content: "";
  position: absolute;
  border-bottom: 50px solid #BE2038;
  border-left: 16px solid transparent;
  right: 100%;
  border-bottom-left-radius: 5px;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  transform: rotateX(180deg);
  border-radius: 50px 0;
  background: #fff;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  padding: 0 15px;
  border-radius: 50px 0;
  background: #fff;
  border: 2px solid #FF6B81;
  box-shadow: 0 0 14px -5px #FF6B81 inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #333;
  line-height: 22px;
  font-weight: 400;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  display: block;
  text-transform: capitalize;
  color: #F55E75;
  font-weight: 600;
  line-height: 35px;
  padding: 0 25px;
  width: 140px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  transition: .5s ease-in-out;
  position: relative;
  overflow: hidden;
  background: transparent;
  transform: scale(1);
  border: 2px solid #F55E75;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #F55E75;
  color: #fff;
  transform: scale(0.98);
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  font-size: 40px;
  color: #fff;
  height: 65px;
  width: 65px;
  line-height: 65px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
  z-index: 3;
  margin-top: 7px;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  background: #F55E75;
  z-index: -1;
  border-radius: 20px;
  box-shadow: 7px 0 10px rgba(0, 0, 0, 0.3), 0 0 0 10px #fff, 0px 0 20px 5px rgba(0, 0, 0, 0.4);
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  height: 40px;
  width: 40px;
  background: linear-gradient(48deg, #ff6b81 0%, #ff889a 100%);
  z-index: -1;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  height: 40px;
  width: 40px;
  background: linear-gradient(48deg, #ff6b81 0%, #ff889a 100%);
  z-index: -1;
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front {
  transform: rotateX(-180deg);
}

.bwdff-service-8 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back {
  transform: rotateX(0);
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  border: 2px solid #FF8D23;
  box-shadow: 0 0 14px -5px #FF8D23 inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before, .bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  background: #FF8D23;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  background: #FF8D23;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  background: #FF8D23;
  box-shadow: 0 -25px 10px 2px #cf6e13 inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title::before {
  border-bottom-color: #CF6808;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back {
  background: #fff;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  background: #fff;
  border: 2px solid #FF8D23;
  box-shadow: 0 0 14px -5px #FF8D23 inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  color: #FF8D23;
  border: 2px solid #FF8D23;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #FF8D23;
  color: #fff;
  transform: scale(0.98);
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  color: #fff;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon::before {
  background: #FF8D23;
  box-shadow: 7px 0 10px rgba(0, 0, 0, 0.3), 0 0 0 10px #fff, 0px 0 20px 5px rgba(0, 0, 0, 0.4);
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::before, .bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::after {
  background: #FF8D23;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  border: 2px solid #82a80f;
  box-shadow: 0 0 14px -5px #82a80f inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before, .bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  background: #82a80f;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  background: #82a80f;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  background: #82a80f;
  box-shadow: 0 -25px 10px 2px #70900f inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title::before {
  border-bottom-color: #82a80f;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back {
  background: #fff;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  background: #fff;
  border: 2px solid #82a80f;
  box-shadow: 0 0 14px -5px #82a80f inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  color: #82a80f;
  border: 2px solid #82a80f;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #82a80f;
  color: #fff;
  transform: scale(0.98);
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  color: #fff;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon::before {
  background: #82a80f;
  box-shadow: 7px 0 10px rgba(0, 0, 0, 0.3), 0 0 0 10px #fff, 0px 0 20px 5px rgba(0, 0, 0, 0.4);
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::before, .bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::after {
  background: #82a80f;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  border: 2px solid #7161C4;
  box-shadow: 0 0 14px -5px #7161C4 inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::before, .bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content::after {
  background: #7161C4;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon::before {
  background: #7161C4;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  background: #7161C4;
  box-shadow: 0 -25px 10px 2px #5f50aa inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title::before {
  border-bottom-color: #7161C4;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back {
  background: #fff;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  background: #fff;
  border: 2px solid #7161C4;
  box-shadow: 0 0 14px -5px #7161C4 inset;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  color: #7161C4;
  border: 2px solid #7161C4;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #7161C4;
  color: #fff;
  transform: scale(0.98);
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon {
  color: #fff;
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-icon::before {
  background: #7161C4;
  box-shadow: 7px 0 10px rgba(0, 0, 0, 0.3), 0 0 0 10px #fff, 0px 0 20px 5px rgba(0, 0, 0, 0.4);
}

.bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::before, .bwdff-service-8 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::after {
  background: #7161C4;
}

/***Service 8 end***/
/*******************************/
/***Service 9 start***/
.bwdff-service-9 {
  padding: 30px 0;
  margin: 70px 0;
  background: #E7E7E7;
}

@media (max-width: 767px) {
  .bwdff-service-9 .bwdff-service-item-wrapper {
    justify-content: center !important;
  }
  .bwdff-service-9 .bwdff-service-item-wrapper > * {
    max-width: 280px;
  }
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item {
  min-height: 350px;
  padding: 20px;
  text-align: center;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin: 20px 5px;
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front,
.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: 1s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front {
  transform: rotateY(0deg);
  border-radius: 35px;
  background: #fff;
  padding: 20px;
  box-shadow: 12px 12px 5px -4px rgba(64, 64, 64, 0.1), 20px 20px 4px -4px rgba(64, 64, 64, 0.04);
  transform-style: preserve-3d;
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background: #fff;
  border-radius: 35px;
  padding: 50px 20px;
  box-shadow: 12px 12px 5px -4px rgba(64, 64, 64, 0.05), 15px 15px 4px -4px rgba(64, 64, 64, 0.03);
  transform-style: preserve-3d;
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .srl-no {
  position: absolute;
  font-size: 30px;
  top: -22px;
  left: -22px;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  background: linear-gradient(166deg, #02fbd1 0%, #00b4f6 100%);
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 115px;
  box-shadow: 8px 8px 4px -4px rgba(64, 64, 64, 0.08), 13px 13px 4px -4px rgba(64, 64, 64, 0.06);
  transform: translateZ(30px);
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  font-size: 60px;
  color: #fff;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  border-radius: 50%;
  z-index: 3;
  background: linear-gradient(166deg, #02fbd1 0%, #00b4f6 100%);
  box-shadow: 8px 8px 4px -4px rgba(64, 64, 64, 0.2), 13px 13px 4px -4px rgba(64, 64, 64, 0.1);
  transform: translateZ(30px);
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  line-height: 50px;
  color: #6e6b6b;
  letter-spacing: 1px;
  position: relative;
  transform: translateZ(30px);
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  transform: rotateY(-180deg);
  border-radius: 30px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transform-style: preserve-3d;
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  padding: 0 15px;
  transform-style: preserve-3d;
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #eee;
  line-height: 25px;
  font-weight: 400;
  transform: translateZ(30px);
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  display: block;
  text-transform: capitalize;
  color: #0898cc;
  font-weight: 600;
  line-height: 35px;
  padding: 0 25px;
  width: 140px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  transition: .5s ease-in-out;
  position: relative;
  overflow: hidden;
  background: transparent;
  transform: scale(1);
  border: 2px solid #0898cc;
  transform: translateZ(30px);
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #0898cc;
  color: #fff;
  transform: scale(0.98);
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-title {
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  line-height: 50px;
  color: #eee;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 5px;
  transform: translateZ(30px);
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #161616c7;
  z-index: -1;
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front {
  transform: rotateY(180deg);
}

.bwdff-service-9 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back {
  transform: rotateY(0);
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .srl-no {
  background: linear-gradient(166deg, #fd089b 0%, #7a00b3 100%);
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  background: linear-gradient(166deg, #fd089b 0%, #7a00b3 100%);
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  border-color: #fd089b;
  color: #fd089b;
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #fd089b;
  color: #fff;
  transform: scale(0.98);
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .srl-no {
  background: linear-gradient(166deg, #fadd25 0%, #fd457f 100%);
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  background: linear-gradient(166deg, #fadd25 0%, #fd457f 100%);
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  border-color: #fd457f;
  color: #fd457f;
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #fd457f;
  color: #fff;
  transform: scale(0.98);
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .srl-no {
  background: linear-gradient(166deg, #00c2fb 0%, #4b2ad7 100%);
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  background: linear-gradient(166deg, #00c2fb 0%, #4b2ad7 100%);
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  border-color: #00c2fb;
  color: #00c2fb;
}

.bwdff-service-9 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #00c2fb;
  color: #fff;
  transform: scale(0.98);
}

/***Service 9 end***/
/*******************************/
/***Service 10 start***/
.bwdff-service-10 {
  padding: 30px 0;
  margin: 70px 0;
  background: #E7E7E7;
}

@media (max-width: 767px) {
  .bwdff-service-10 .bwdff-service-item-wrapper {
    justify-content: center !important;
  }
  .bwdff-service-10 .bwdff-service-item-wrapper > * {
    max-width: 280px;
  }
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item {
  min-height: 350px;
  padding: 20px;
  text-align: center;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin: 15px 0;
  overflow: hidden;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item::before {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: -1px;
  background: #3F628F;
  border-radius: 33px;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front,
.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: 1s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front {
  transform: rotateY(0deg);
  border-radius: 35px;
  background: transparent;
  padding: 15px;
  transform-style: preserve-3d;
  border: 1px dashed #3F628F;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background: #fff;
  border-radius: 35px;
  padding: 50px 20px;
  box-shadow: -12px 12px 5px -4px rgba(64, 64, 64, 0.15), -15px 15px 4px -4px rgba(64, 64, 64, 0.1);
  transform-style: preserve-3d;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  font-size: 40px;
  top: -22px;
  left: -22px;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  color: #3F628F;
  box-shadow: -8px 8px 4px -4px rgba(64, 64, 64, 0.08), -13px 13px 4px -4px rgba(64, 64, 64, 0.06);
  transform: translateZ(30px);
  border-radius: 50%;
  border: 1px dashed #3F628F;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  line-height: 50px;
  color: #1f3147;
  letter-spacing: 1px;
  position: relative;
  transform: translateZ(30px);
  margin: 5px 0;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  transform: rotateY(180deg);
  border-radius: 30px;
  background-color: transparent;
  overflow: hidden;
  transform-style: preserve-3d;
  padding: 15px;
  border: 1px dashed #3F628F;
  border-right: 0;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  padding: 0 15px;
  transform-style: preserve-3d;
  border-radius: 30px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #eee;
  line-height: 25px;
  font-weight: 400;
  transform: translateZ(30px);
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  display: block;
  text-transform: capitalize;
  color: #4082d3;
  font-weight: 600;
  line-height: 35px;
  padding: 0 25px;
  width: 140px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  transition: .5s ease-in-out;
  position: relative;
  overflow: hidden;
  background: transparent;
  transform: scale(1);
  border: 2px solid #4082d3;
  transform: translateZ(30px) translateY(100px);
  transition: .3s linear .6s;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #4082d3;
  color: #fff;
  transform: scale(0.98);
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-title {
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  line-height: 50px;
  color: #eee;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 5px;
  transform: translateZ(30px) translateY(-100px);
  transition: .3s linear .6s;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #161616c7;
  z-index: -1;
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front {
  transform: rotateY(-180deg);
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back {
  transform: rotateY(0);
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back .bwdff-service-title {
  transform: translateZ(30px) translateY(0);
}

.bwdff-service-10 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back .bwdff-read-more {
  transform: translateZ(30px) translateY(0);
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item::before {
  background-color: #02A69B;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front {
  border: 1px dashed #02A69B;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .srl-no {
  color: #02A69B;
  border-color: #02A69B;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #02A69B;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back {
  border-color: #02A69B;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  border-color: #0ab9ad;
  color: #0ab9ad;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #0ab9ad;
  color: #fff;
  transform: scale(0.98);
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item::before {
  background-color: #E74A49;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front {
  border: 1px dashed #E74A49;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .srl-no {
  color: #E74A49;
  border-color: #E74A49;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #E74A49;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back {
  border-color: #E74A49;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  border-color: #E74A49;
  color: #E74A49;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #E74A49;
  color: #fff;
  transform: scale(0.98);
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item::before {
  background-color: #EE5921;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front {
  border: 1px dashed #EE5921;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .srl-no {
  color: #EE5921;
  border-color: #EE5921;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #EE5921;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back {
  border-color: #EE5921;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  border-color: #EE5921;
  color: #EE5921;
}

.bwdff-service-10 .bwdff-service-item-wrapper > *:nth-child(4) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #EE5921;
  color: #fff;
  transform: scale(0.98);
}

/***Service 10 end***/
/*******************************/
/***Service 11 start***/
.bwdff-service-11 {
  padding: 30px 0;
  margin: 70px 0;
  background: #E7E7E7;
}

@media (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper {
    justify-content: center !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper > * .bwdff-service-item {
    margin: 15px  auto !important;
  }
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item {
  max-width: 340px;
  min-height: 340px;
  padding: 15px;
  text-align: center;
  position: relative;
  margin: 15px auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item {
    min-height: 280px;
    max-width: 280px;
    margin: 15px  auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item {
    max-width: 340px;
    min-height: 340px;
  }
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  background: #FDB90A;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 1s;
  backface-visibility: hidden;
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  background: #FDB90A;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: 1s;
  backface-visibility: hidden;
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front,
.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition: transform  1.5s;
  backface-visibility: hidden;
 
  border-radius: 5px;
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front {
  background: transparent;
  padding: 15px;

  border: 3px solid #FDB90A;
  border-radius: 50%;
  height: 315px;
  width: 315px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;

}

@media (max-width: 1199px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front {
    width: 290px;
    height: 290px;
  }
}

@media (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front {
    height: 260px;
    width: 260px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front {
    height: 315px;
    width: 315px;
  }
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background: #fff;
  padding: 50px 20px;
  border-radius: 50%;
  box-shadow: 0 0 20px 5px #87878754;
}

@media (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content {
    padding: 30px 20px;
  }
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  font-size: 40px;
  top: -22px;
  left: -22px;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  color: #FDB90A;
  box-shadow: 4px 4px 5px 5px #cfcfcf47, -4px -4px 5px 5px #cfcfcf47;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
    font-size: 30px;
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
    font-size: 30px;
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  font-size: 24px;
  line-height: 50px;
  text-transform: uppercase;
  width: 100%;
  color: #FDB90A;
  letter-spacing: 1px;
  position: relative;
  margin: 5px 0;
}

@media (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
    font-size: 22px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
    font-size: 24px;
    line-height: 50px;
  }
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
  background: transparent;
  padding: 15px;
  transform-style: preserve-3d;
  border: 3px solid #FDB90A;
  border-radius: 50%;
  height: 315px;
  width: 315px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(-180deg);
  z-index: 3;
}

@media (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
    height: 260px;
    width: 260px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back {
    height: 315px;
    width: 315px;
  }
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  background: #fff;
  padding: 50px 30px;
 
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 20px 5px #87878754;
}

@media (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
    padding: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content {
    padding: 50px 20px;
  }
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
  color: #4a4949;
  line-height: 25px;
  font-weight: 400;
  transform: translateZ(30px);
  line-height: 22px;
}

@media (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
    line-height: 20px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-desc {
    line-height: 22px;
    font-size: 16px;
  }
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  display: block;
  text-transform: capitalize;
  color: #4a4949;
  font-weight: 600;
  line-height: 35px;
  padding: 0 25px;
  width: 140px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  transition: .5s ease-in-out;
  position: relative;
  overflow: hidden;
  background: transparent;
  transform: scale(1);
  border: 2px solid #FDB90A;
  transition: .3s;
}

@media (max-width: 767px) {
  .bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
    margin-top: 10px;
    line-height: 32px;
  }
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background-color: #FDB90A;
  color: #fff;
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-service-title {
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  line-height: 50px;
  color: #100f0f;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 5px;
  transform: translateY(-100px);
  transition: .3s;
}


.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-front {
  transform: translate(-50%, -50%) rotateY(180deg);
}

.bwdff-service-11 .bwdff-service-item-wrapper .bwdff-service-item:hover .bwdff-service-back {
  transform: translate(-50%, -50%) rotateY(0);
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item::before {
  background-color: #02A69B;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item::after {
  background-color: #02A69B;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front {
  border-color: #02A69B;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .srl-no {
  color: #02A69B;
  border-color: #02A69B;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #02A69B;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #02A69B;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back {
  border-color: #02A69B;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  border-color: #0ab9ad;
  color: #0ab9ad;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(2) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #0ab9ad;
  color: #fff;
  transform: scale(0.98);
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item::before {
  background-color: #e1197e;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item::after {
  background-color: #e1197e;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front {
  border-color: #e1197e;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .srl-no {
  color: #e1197e;
  border-color: #e1197e;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-icon {
  color: #e1197e;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-front .bwdff-service-front-content .bwdff-service-title {
  color: #e1197e;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back {
  border-color: #e1197e;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more {
  border-color: #e1197e;
  color: #e1197e;
}

.bwdff-service-11 .bwdff-service-item-wrapper > *:nth-child(3) .bwdff-service-item .bwdff-service-back .bwdff-service-back-content .bwdff-read-more:hover {
  background: #e1197e;
  color: #fff;
  transform: scale(0.98);
}

/***Service 11 end***/
/**********************************/
/*******Team common *******/
.bwdff-team-front,
.bwdff-team-back {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bwdff-member-name {
  font-size: 25px;
  text-transform: capitalize;
}

.bwdff-member-post {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  transition: .3s;
}

/*******Team common *******/
/**********************************/
/*====================================*/
/*Team one start*/
.bwdff-team-1 {
  margin: 50px 20px;
}

@media (max-width: 767px) {
  .bwdff-team-1 .bwdff-team-wrapper {
    justify-content: center !important;
  }
  .bwdff-team-1 .bwdff-team-wrapper > * {
    padding: 0 17px;
  }
  .bwdff-team-1 .bwdff-team-wrapper > * .bwdff-team-item {
    max-width: 280px;
    margin: 30px  auto !important;
  }
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item {
  position: relative;
  min-height: 400px;
  margin: 30px 5px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

@media (max-width: 767px) {
  .bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item {
    min-height: 350px;
  }
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front,
.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1.2s;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front {
  transform: rotateY(0deg);
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content {
  position: relative;
  height: 100%;
  width: 100%;
  border: 3px solid;
  border-color: #00BED3;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content::before, .bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background: #00BED3;
  z-index: -1;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content::before {
  top: -15px;
  left: -15px;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content::after {
  bottom: -15px;
  right: -15px;
  z-index: -3;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img img{
  height: 100% !important;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img img {
  height: 100%;
  object-fit: cover;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  border: 2px solid #00BED3;
  transform: rotateY(180deg);
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  bottom: 50%;
  background: linear-gradient(0deg, #ccf2f6 0%, #e5f8fa 100%);
  transition: .2s linear .7s;
  transform: translateX(400px);
  z-index: -1;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 50%;
  bottom: 50%;
  background: linear-gradient(0deg, #ccf2f6 0%, #e5f8fa 100%);
  z-index: -2;
  transition: .2s;
  transition-delay: .9s;
  transform: translateX(-400px);
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img {
  position: relative;
  overflow: hidden;
  z-index: -1;
  height: 120px;
  width: 120px;
  border: 5px solid #00BED3;
  padding: 10px;
  border-radius: 50%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 6px 5px #2dc9db;
  transition: .3s;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  width: 100%;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 0;
  right: 50%;
  background: linear-gradient(0deg, #19c4d7 0%, #ccf2f6 100%);
  transform: translateY(-400px);
  transition: .2s;
  transition-delay: 1.1s;
  z-index: -2;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 50%;
  right: 0;
  left: 50%;
  background: linear-gradient(0deg, #19c4d7 0%, #ccf2f6 100%);
  transform: translateY(400px);
  transition: .2s;
  transition-delay: 1.3s;
  z-index: -2;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
  font-size: 25px;
  text-transform: capitalize;
  text-align: center;
  margin-top: 15px;
  transition: .3s;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-post {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  transition: .3s;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  margin-left: -30px;
  margin-right: -30px;
  transition: .3s;
  transition-delay: 1.5s;
  margin-top: 20px;
  padding: 15px 0;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a {
  display: inline-block;
  margin: 0 5px;
  transition: .1s;
  transform: translateY(150px);
  transition-delay: .8s;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a i {
  display: inline-block;
  font-size: 15px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #E1197E;
  color: #fff;
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: .3s;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:hover i {
  border-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(2) {
  transition-delay: .9s;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(3) {
  transition-delay: 1s;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(4) {
  transition-delay: 1.1s;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-front {
  transform: rotateY(-180deg);
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back {
  transform: rotateY(0deg);
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content::before, .bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content::after {
  transform: translate(0);
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio::before, .bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio::after {
  transform: translate(0);
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons {
  max-height: 200px;
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a {
  transform: translateY(0);
}

/*Team one end*/
/*====================================*/
/*Team one start*/

@media (max-width: 767px) {
  .bwdff-team-2 .bwdff-team-wrapper {
    justify-content: center !important;
  }
  .bwdff-team-2 .bwdff-team-wrapper > * .bwdff-team-item {
    max-width: 280px;
  }
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item {
  position: relative;
  min-height: 400px;
  margin: 15px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front,
.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1.2s;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio {
  position: absolute;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  text-align: center;
  background: #3F2B50;
  clip-path: polygon(50% 22%, 100% 0, 100% 100%, 0 100%, 0 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 30px;
  padding-top: 60px;
  height: 40%;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-name {
  color: #fff;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-post {
  color: #eee;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content::before {
  content: "";
  position: absolute;
  height: 40%;
  bottom: 3px;
  left: 40px;
  right: 40px;
  background: #0C8AFA;
  clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img img {
  height: 100%;
  object-fit: cover;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform: rotateY(-180deg);
  box-shadow: 0 0 20px 5px #b4b4b487;
  transform-style: preserve-3d;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #11111127;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000000c7;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  width: auto;
  margin: 0 auto;
  background: #fff;
  height: 100%;
  transition: all 0.3s ease-in 0.7s;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  transform-origin: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotateY(90deg) translate(50%, -50%) scale(0.5);
  transition: all 0.4s ease-out .9s;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
  font-size: 25px;
  text-transform: capitalize;
  text-align: center;
  margin-top: 15px;
  color: #fff;
  transition: .3s;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-post {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  color: #eee;
  margin: 3px 0;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 0;
  margin-left: -33px;
  margin-right: -30px;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a {
  display: inline-block;
  margin: 0 4px;
  transition: .1s;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(4) {
  margin-right: 10px;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a i {
  display: inline-block;
  font-size: 15px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #0C8AFA;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: .3s;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:hover i {
  background-color: transparent;
  font-size: 17px;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(2) {
  transition-delay: .9s;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(3) {
  transition-delay: 1s;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(4) {
  transition-delay: 1.1s;
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-front {
  transform: rotateY(180deg);
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back {
  transform: rotateY(0deg);
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  opacity: 1;
  transform: rotateY(0deg) translate(0, -50%) scale(1);
}

.bwdff-team-2 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-team-img {
  opacity: 0;
  transform: rotateY(-100deg) translateX(50%) scale(0);
}

/*Team one end*/
/*====================================*/
/*Team one start*/
.bwdff-team-3 {
  margin: 50px 0;
}

@media (max-width: 767px) {
  .bwdff-team-3 .bwdff-team-wrapper {
    justify-content: center !important;
  }
  .bwdff-team-3 .bwdff-team-wrapper > * .bwdff-team-item {
    max-width: 280px;
  }
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item {
  position: relative;
  min-height: 400px;
  margin: 15px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
}

@media (max-width: 767px) {
  .bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item {
    min-height: 350px;
  }
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front,
.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1.2s;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  box-shadow: 0 0 25px 13px #eee;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio {
  position: absolute;
  bottom: 0;
  height: 36%;
  left: 0;
  right: 0;
  text-align: center;
  background: #0C8AFA;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 15px;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-name {
  color: #fff;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-post {
  color: #eee;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content::before {
  content: "";
  position: absolute;
  height: 64%;
  bottom: 3px;
  left: 0;
  right: 0;
  background: #00000063;
  clip-path: polygon(0 13%, 100% 45%, 100% 100%, 0% 100%);
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img img {
  height: 100%;
  object-fit: cover;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform: rotateY(-180deg);
  box-shadow: 0 0 25px 13px #eee;
  overflow: hidden;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #00000063;
  transition: .5s ease-in-out .5s;
  height: 100%;
  width: 100%;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content::before {
  content: "";
  position: absolute;
  height: 64%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000063;
  clip-path: polygon(0 13%, 100% 38%, 100% 100%, 0% 100%);
  transition: .5s ease-in-out .5s;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  width: auto;
  margin: 0 auto;
  background: #fff;
  height: 100%;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  position: absolute;
  bottom: 0;
  min-height: 40%;
  left: 0;
  right: 0;
  text-align: center;
  background: #0C8AFA;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 15px;
  transition: .5s ease-in-out .5s;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
  font-size: 25px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  transition: .3s ease-in-out 1.7s;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-post {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  color: #eee;
  transition: .3s ease-in-out 1.7s;
  margin: 3px 0;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 0;
  margin-left: -33px;
  margin-right: -30px;
  transition: .3s ease-in-out 1.7s;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a {
  display: inline-block;
  margin: 0 6px;
  transition: .1s;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a i {
  display: inline-block;
  font-size: 15px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #3F2B50;
  color: #fff;
  text-align: center;
  outline: 2px dotted #3F2B50;
  border-radius: 50%;
  transition: .3s;
  transform: rotate(0);
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:hover i {
  background-color: transparent;
  font-size: 17px;
  outline-color: #3F2B50;
  transform: rotate(360deg);
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(2) {
  transition-delay: .9s;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(3) {
  transition-delay: 1s;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(4) {
  transition-delay: 1.1s;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-front {
  transform: rotateY(180deg);
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back {
  transform: rotateY(0deg);
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back::before {
  bottom: 0;
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content::before {
  clip-path: polygon(0 38%, 100% 38%, 100% 100%, 0% 100%);
}

.bwdff-team-3 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  min-height: 60%;
}

/*Team 3 end*/
/*====================================*/
/*Team 4 start*/
.bwdff-team-4 {
  padding: 50px 0;
  background-color: #343148;
}

@media (max-width: 767px) {
  .bwdff-team-4 .bwdff-team-wrapper {
    justify-content: center !important;
  }
  .bwdff-team-4 .bwdff-team-wrapper > * .bwdff-team-item {
    margin: 15px auto !important;
    max-width: 280px !important;
  }
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item {
  position: relative;
  min-height: 450px;
  max-width: 300px;
  margin: 15px 20px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

@media (max-width: 767px) {
  .bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item {
    margin: 15px 5px;
    min-height: 400px;
  }
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front,
.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 2s;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  background-color: #eee;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #F8135F;
  padding: 15px;
  transform-style: preserve-3d;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  bottom: 0;
  background: #F8135F;
  top: -20px;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio::after {
  content: "";
  position: absolute;
  right: 0;
  width: 5px;
  bottom: 0;
  background: #F8135F;
  top: -20px;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-name {
  color: #F8135F;
  font-weight: 700;
  transform: translateZ(30px);
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-post {
  color: #717171;
  transform: translateZ(30px);
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img {
  height: 72%;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 20px 6px #3c3c3c1f;
  margin: 20px;
  transform: translateZ(30px);
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img img {
  height: 100%;
  object-fit: cover;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  background-color: #fff;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-img {
  position: absolute;
  height: 69%;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  box-shadow: 0 0 20px 6px #3c3c3c33;
  margin: 20px;
  margin-top: 40px;
  transition: .5s ease-in-out 1s;
 width : calc(100% - 60px );
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, #ffca08 0%, #f70067 100%);
  transform: translateX(-100%) translateZ(30px);
  transition: .5s ease-in-out 1s;
  z-index: -1;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-social-icons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: 80px;
  text-align: center;
  transform: translateX(150%);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: .5s ease-in-out 1s;
}

@media (max-width: 767px) {
  .bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-social-icons {
    width: 50px;
  }
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-social-icons a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 25px;
  transition: .2s;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-social-icons a:hover {
  transform: scale(1.2);
  color: #eee;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #F8135F;
  padding: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
  font-size: 25px;
  text-transform: capitalize;
  text-align: center;
  color: #F8135F;
  font-weight: 700;
  transition: .5s ease-in-out;
}

@media (max-width: 767px) {
  .bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
    margin: 0;
    line-height: 1;
  }
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-post {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  color: #717171;
  margin: 3px 0;
  transition: .5s ease-in-out;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-front {
  transform: rotateY(180deg);
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back {
  transform: rotateY(0deg);
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-img {
  transform: translateX(-40px);
}

@media (max-width: 767px) {
  .bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-img {
    transform: translateX(-12px);
  }
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content::before {
  transform: translateX(0);
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-name,
.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-post {
  color: #fff;
}

.bwdff-team-4 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-social-icons {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

/*Team 4 end*/
/*====================================*/
/*Team 5 start*/
.bwdff-team-5 {
  margin: 50px 0;
  padding: 50px 0;
  background-color: #343148;
}

@media (max-width: 767px) {
  .bwdff-team-5 .bwdff-team-wrapper {
    justify-content: center !important;
  }
  .bwdff-team-5 .bwdff-team-wrapper > * .bwdff-team-item {
    max-width: 280px;
  }
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item {
  position: relative;
  min-height: 400px;
  margin: 15px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front,
.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1.2s;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio {
  position: absolute;
  padding: 10px;
  bottom: 0;
  transform: translateZ(30px);
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-name {
  color: #fff;
  font-weight: 400;
  background: #3498DB;
  line-height: 35px;
  padding: 0 20px;
  font-size: 25px;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  background: #2C3E50;
  line-height: 28px;
  padding: 0 25px;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  height: 100%;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img img {
  height: 100%;
  object-fit: cover;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(51, 51, 51, 0.1) 100%);
  opacity: .3;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  perspective: 1000;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  text-align: center;
  transition: .5s ease-in-out;
  overflow: hidden;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000006e;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 55px 45px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content::after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 30px;
  right: 30px;
  background: #fff;
  opacity: 0.5;
  transform: scale(0) translateZ(30px);
  transition: transform .4s linear .6s;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #F8135F;
  padding: 15px;
  transform: translateZ(30px);
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
  color: #fff;
  font-weight: 400;
  background: #3498DB;
  line-height: 35px;
  padding: 0 20px;
  font-size: 25px;
  transform: rotateY(90deg);
  transition: .3s ease-in-out .8s;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  background: #2C3E50;
  line-height: 28px;
  padding: 0 25px;
  margin-top: 10px;
  margin-bottom: 30px;
  transform: translateX(-190%);
  transition: .3s ease-in-out .8s;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: .3s linear .8s;
  transform: translateX(190%);
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: .2s;
  background: #3d5998;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  line-height: 30px;
  transition: .3s ease;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:hover {
  border-radius: 50%;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(2) {
  background: #0084b4;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(3) {
  background: #0e76a8;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(4) {
  background: #d34836;
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-front {
  transform: rotateY(180deg);
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back {
  transform: rotateY(0deg);
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content::after {
  transform: scale(1) translateZ(30px);
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
  transform: rotateY(0);
}

.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons,
.bwdff-team-5 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-post {
  transform: translateX(0);
}

/*Team 5 end*/
/*====================================*/
/*Team 6 start*/
.bwdff-team-6 {
  padding: 50px 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .bwdff-team-6 .bwdff-team-wrapper {
    justify-content: center !important;
  }
  .bwdff-team-6 .bwdff-team-wrapper > * .bwdff-team-item {
    max-width: 280px;
  }
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item {
  position: relative;
  min-height: 400px;
  margin: 15px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front,
.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1.2s;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front {
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  background-color: #12033B;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 30px 15px;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-team-img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  border: 7px solid #197BEB;
  margin: 0 auto;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-team-img img {
  height: 100%;
  object-fit: cover;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-name {
  color: #fff;
  line-height: 35px;
  font-size: 25px;
  font-weight: 600;
  margin: 13px;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  background: #197BEB;
  line-height: 23px;
  padding: 0 25px;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform: rotateX(-180deg);
  transform-style: preserve-3d;
  background-color: #12033B;
  perspective: 1000;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  overflow: hidden;
  perspective: 900px;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateY(400px) translateZ(35px);
  transition: .5s ease-in-out .5s;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio::before {
  content: "";
  position: absolute;
  top: 85px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #197beba1;
  z-index: -1;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
  color: #fff;
  line-height: 35px;
  font-size: 25px;
  font-weight: 600;
  margin-top: 10px;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  line-height: 23px;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-team-img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  border: 7px solid;
  border-color: #197BEB;
  margin: 0 auto;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-team-img img {
  height: 100%;
  object-fit: cover;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-top: 13px;
  transition: .3s linear .8s;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: .2s;
  background: #3d5998;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  line-height: 30px;
  transition: .3s ease;
  border-radius: 13px 0;
  box-shadow: 0 -6px 3px #1414145c inset;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:hover {
  box-shadow: 0 6px 3px #1414145c inset;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(2) {
  background: #0084b4;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(3) {
  background: #0e76a8;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(4) {
  background: #d34836;
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-front {
  transform: rotateX(180deg);
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back {
  transform: rotateX(0deg);
}

.bwdff-team-6 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  transform: translateY(0) translateZ(35px);
}

/*Team 6 end*/
/*====================================*/
/*Team 7 start*/
.bwdff-team-7 {
  padding: 50px 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .bwdff-team-7 .bwdff-team-wrapper {
    justify-content: center !important;
  }
  .bwdff-team-7 .bwdff-team-wrapper > * .bwdff-team-item {
    max-width: 280px;
  }
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item {
  position: relative;
  min-height: 400px;
  margin: 15px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front,
.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1.2s;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front {
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  background-color: #fff;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  box-shadow: 0 0 13px 3px #eee;
  border-bottom: 5px solid #197BEB;
  border-radius: 0 0 10px 10px;
  backface-visibility: hidden;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  height: 65%;
  width: 100%;
  padding: 5px;
  box-shadow: 0 0 13px 3px #eee;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img img {
  width: 100%;
  object-fit: cover;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 46%;
  width: 100%;
  justify-content: center;
  background: #e8f1fd;
  position: absolute;
  left: 0;
  bottom: 0;
	padding-top:20px;
  clip-path: polygon(0 23%, 100% 0, 100% 100%, 0% 100%);
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-name {
  color: #333;
  line-height: 35px;
  font-size: 25px;
  font-weight: 600;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #197BEB;
  font-weight: 400;
  line-height: 23px;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-email {
  color: #333;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform: rotateX(-180deg);
  transform-style: preserve-3d;
  background-color: #197BEB;
  perspective: 1000;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  overflow: hidden;
  perspective: 900px;
  backface-visibility: hidden;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content::before {
  content: "";
  position: absolute;
  height: 45%;
  left: 0;
  right: 0;
  background: #1156a4;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: rotateX(90deg) translateZ(30px);
  transition: .6s ease-in-out .5s;
  transform-origin: top;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: .5s ease-in-out 1s;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
  color: #fff;
  line-height: 35px;
  font-size: 25px;
  font-weight: 600;
  margin-top: 10px;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  line-height: 23px;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-team-img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  border: 7px solid #1156a4;
  margin: 0 auto;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-team-img img {
  height: 100%;
  object-fit: cover;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-top: 13px;
  transition: .3s linear .8s;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: .2s;
  background: #3d5998;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  line-height: 30px;
  transition: .3s ease;
  border-radius: 13px 0;
  box-shadow: 0 -6px 3px #1414145c inset;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:hover {
  box-shadow: 0 6px 3px #1414145c inset;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(2) {
  background: #0084b4;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(3) {
  background: #0e76a8;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:nth-child(4) {
  background: #d34836;
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-front {
  transform: rotateX(180deg);
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back {
  transform: rotateX(0deg);
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  transform: translateY(0) translateZ(35px);
}

.bwdff-team-7 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content::before {
  transform: rotateX(0deg) translateZ(30px);
}

/*Team 7 end*/
/*====================================*/
/*Team 8 start*/
.bwdff-team-8 {
  padding: 50px 0;
  background-color: #F4F7FE;
}

@media (max-width: 767px) {
  .bwdff-team-8 .bwdff-team-wrapper {
    justify-content: center !important;
  }
  .bwdff-team-8 .bwdff-team-wrapper > * .bwdff-team-item {
    max-width: 280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item {
  position: relative;
  min-height: 400px;
  margin: 15px 0;
  margin-right: 10px;
  margin-top: 40px;
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item {
    margin: 15px 0;
  }
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front,
.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1.2s;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front {
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 5px 13px #3345a726;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  border-radius: 0 0 10px 10px;
  backface-visibility: hidden;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img {
  position: relative;
  background-color: #fff;
  text-align: center;
  height: 70%;
  width: 100%;
  border-radius: 0 0 140px 140px;
  border: 4px solid #FFBA00;
  box-shadow: 0px 12px 20px #3345a740;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img .bwdff-img-wrapper {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 140px 140px;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img .bwdff-img-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 140px 140px;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img::before {
  position: absolute;
  left: 40px;
  right: -20px;
  top: -25px;
  bottom: 25px;
  border: 3px solid #dddddd;
  border-radius: 0 0 250px 250px;
  content: "";
  z-index: -1;
}

@media (max-width: 767px) {
  .bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img::before {
    display: none;
  }
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 26%;
  width: 100%;
  justify-content: center;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-name {
  color: #001376;
  line-height: 35px;
  font-size: 30px;
  font-weight: 600;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #197BEB;
  font-weight: 400;
  line-height: 23px;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-email {
  color: #333;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform: rotateX(-180deg);
  background-color: transparent;
  perspective: 1000;
  overflow: hidden;
  backface-visibility: hidden;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  border-radius: 0 0 10px 10px;
  backface-visibility: hidden;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img {
  position: relative;
  background-color: #fff;
  text-align: center;
  height: 100%;
  width: 100%;
  border-radius: 0 0 140px 140px;
  border: 4px solid #FFBA00;
  box-shadow: 0px 12px 20px #3345a740;
  overflow: hidden;
  transition: .5s;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  background: #0013767d;
  transition: .3s ease-in-out .5s;
  z-index: 5;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img .bwdff-img-wrapper {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 140px 140px;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img .bwdff-img-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 140px 140px;
  transform: scale(1);
  transition: .5s;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  justify-content: center;
  height: 100%;
  z-index: 10;
  top: 100%;
  transition: .5s ease .7s;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
  color: #fff;
  line-height: 35px;
  font-size: 30px;
  font-weight: 600;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #eee;
  font-weight: 400;
  line-height: 23px;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-email {
  color: #eee;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons {
  margin-top: 20px;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a {
  display: inline-block;
  font-size: 16px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #001376;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  transition: .3s;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:hover {
  background-color: #FFBA00;
  color: #001376;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-front {
  transform: rotateX(180deg);
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back {
  transform: rotateX(0deg);
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-team-img::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-team-img .bwdff-img-wrapper img {
  transform: scale(1.1);
}

.bwdff-team-8 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  top: 0;
}

/*Team 8 end*/
/*====================================*/
/*Team 9 start*/
.bwdff-team-9 {
  padding: 50px 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .bwdff-team-9 .bwdff-team-wrapper {
    justify-content: center !important;
  }
  .bwdff-team-9 .bwdff-team-wrapper > * .bwdff-team-item {
    max-width: 280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item {
  position: relative;
  min-height: 400px;
  margin: 15px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front,
.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1.2s;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 5px 13px #3345a726;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  border-radius: 0 0 10px 10px;
  backface-visibility: hidden;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img {
  position: absolute;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img img {
  width: 100%;
  object-fit: cover;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 0;
  background: #fff;
  left: 30px;
  padding: 20px;
  transform: translateY(-50%);
  box-shadow: 15px 20px 15px #91919180;
  top: 100%;
  width: calc(100% - 60px);
  backface-visibility: hidden;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-name {
  color: #001376;
  line-height: 35px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #197BEB;
  font-weight: 400;
  line-height: 23px;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-email {
  color: #333;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 5px 13px #3345a726;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  border-radius: 0 0 10px 10px;
  backface-visibility: hidden;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: #000000b8;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: rotateX(80deg);
  transition: .4s ease-in .6s;
  z-index: 1;
  backface-visibility: hidden;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img {
  position: absolute;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img img {
  width: 100%;
  object-fit: cover;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 0;
  background: #fff;
  left: 30px;
  padding: 15px;
  transform: translateY(-50%);
  box-shadow: 0px 5px 15px #91919180;
  top: 100%;
  width: calc(100% - 60px);
  transition: .4s ease-in .8s;
  z-index: 3;
  backface-visibility: hidden;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
  color: #001376;
  line-height: 35px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #197BEB;
  font-weight: 400;
  line-height: 23px;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-email {
  color: #333;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons {
  margin-top: 20px;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  color: #fff;
  background-color: #001376;
  border-radius: 50%;
  text-align: center;
  margin: 0 2px;
  transition: .3s;
}

@media (max-width: 767px) {
  .bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 1px;
  }
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:hover {
  background-color: #FFBA00;
  color: #001376;
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-front {
  transform: rotateY(180deg);
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back {
  transform: rotateY(0deg);
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content::before {
  transform: rotateX(0);
}

.bwdff-team-9 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  top: 50%;
}

/*Team 9 end*/
/*====================================*/
/*Team 10 start*/
.bwdff-team-10 {
  padding: 50px 0;
  background-color: #F4F7FE;
}

@media (max-width: 767px) {
  .bwdff-team-10 .bwdff-team-wrapper {
    justify-content: center !important;
  }
  .bwdff-team-10 .bwdff-team-wrapper > * .bwdff-team-item {
    max-width: 280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item {
  position: relative;
  min-height: 400px;
  margin: 15px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front,
.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1.2s;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front {
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 20px 15px #91919180;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  border-radius: 0 0 10px 10px;
  backface-visibility: hidden;
  box-shadow: 5px 15px 25px #d2f0fc73;
  overflow: hidden;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img {
  position: absolute;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-team-img img {
  width: 100%;
  object-fit: cover;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  background: #e8f7fd;
  left: 0;
  padding: 10px;
  box-shadow: 5px 15px 25px #d2f0fc73;
  width: 80%;
  transform-origin: bottom left;
  border-bottom-right-radius: 50px;
  transform: rotate(270deg) translateY(100%);
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-name {
  color: #22B8F2;
  line-height: 26px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #05135a;
  font-weight: 600;
  line-height: 23px;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-front .bwdff-team-front-content .bwdff-member-bio .bwdff-member-email {
  color: #333;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back {
  transform: rotateX(-180deg);
  transform-style: preserve-3d;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 5px 13px #3345a726;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  border-radius: 0 0 10px 10px;
  backface-visibility: hidden;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img {
  position: absolute;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img img {
  width: 100%;
  object-fit: cover;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #000000b8;
  left: 0;
  padding: 20px;
  box-shadow: 0px 5px 15px #91919180;
  transition: .4s ease-in-out .6s;
  height: 100%;
  transform: translateY(40px) scale(0.9);
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio::before {
  content: "'";
  position: absolute;
  top: 20px;
  bottom: 20px;
  width: 5px;
left: 20px;
  z-index: 3;
  background: #22B8F2;
	color:transparent;

}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio::after {
  content: "'";
  position: absolute;
  top: 20px;
  bottom: 20px;
  width: 5px;
  z-index: 3;
  background: #22B8F2;
  right: 20px;
	color:transparent;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name {
  color: #fff;
  line-height: 35px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name::after {
  content: "'";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 5px;
  z-index: 3;
  background: #22B8F2;
	color:transparent;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-name::before {
  content: "'";
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  height: 5px;
  z-index: 3;
  background: #22B8F2;
	color:transparent;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-post {
  display: inline-block;
  color: #eee;
  font-weight: 400;
  line-height: 23px;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-member-email {
  color: #eee;
  text-align: center;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons {
  margin-top: 20px;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a {
  display: inline-block;
  font-size: 18px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #1780a9;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  transition: .3s;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio .bwdff-social-icons a:hover {
  background-color: #fff;
  color: #1780a9;
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-front {
  transform: rotateX(180deg);
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back {
  transform: rotateX(0deg);
}

.bwdff-team-10 .bwdff-team-wrapper .bwdff-team-item:hover .bwdff-team-back .bwdff-team-back-content .bwdff-member-bio {
  transform: translateY(0) scale(1);
  visibility: visible;
  opacity: 1;
}



/*Team 10 end*/
/*====================================*/
/*step 1 start*/
.bwdff-step-1 {
  padding: 50px 0;
  background-color: #fff;
}

.bwdff-step-1 .bwdff-step-wrapper > * {
  padding-right: 32px;
}

@media (max-width: 991px) {
  .bwdff-step-1 .bwdff-step-wrapper > * {
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .bwdff-step-1 .bwdff-step-wrapper > * {
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .bwdff-step-1 .bwdff-step-wrapper {
    justify-content: center !important;
  }
  .bwdff-step-1 .bwdff-step-wrapper > * .bwdff-step-item {
    max-width: 100% !important;
  }
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item {
  position: relative;
  height: 300px;
  width: 340px;
  margin: 15px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
}

@media (max-width: 991px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item {
    width: 328px;
  }
}

@media (max-width: 767px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item {
    height: 270px;
    width: 280px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item {
    height: 300px;
    width: 380px;
  }
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front,
.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: drop-shadow(-2px 4px 10px rgba(51, 51, 51, 0.4));
  transition: 1s;
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-bg-shape {
  display: inline-block;
  position: absolute;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  background-color: #02B1D1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  top: 20px;
  left: 60px;
  z-index: 0;
}

@media (max-width: 991px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-bg-shape {
    left: 50px;
  }
}

@media (max-width: 767px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-bg-shape {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-bg-shape {
    display: initial;
  }
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content {
  position: relative;
  background-color: #fff;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

@media (max-width: 991px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content {
    padding: 20px 50px;
  }
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no {
  font-size: 65px;
  font-weight: 700;
  color: #02B1D1;
  line-height: 1;
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  color: #02B1D1;
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
  position: relative;
  background-color: #fff;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  padding: 15px 70px;
  text-align: center;
}

@media (max-width: 991px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
    padding: 20px 50px;
  }
}

@media (max-width: 767px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
    padding: 30px 45px;
  }
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon {
  position: relative;
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 45px;
  color: #fff;
  background-color: #02B1D1;
  box-shadow: -5px 5px 5px #adadad9c, -5px 10px 10px #adadad6b;
}

@media (max-width: 767px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 32px;
  }
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border-radius: 50%;
  border: 2px solid #02B1D1;
  border-bottom-style: dashed;
  border-top-style: dashed;
  transform: rotate(90deg);
  transition: .4s ease-in;
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon::after {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  border-radius: 50%;
  border: 2px solid;
  border-color: #02B1D1;
  border-left-style: dashed;
  border-right-style: dashed;
  transform: rotate(90deg);
  transition: .4s ease-in-out;
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-desc {
  margin-top: 30px;
  line-height: 23px;
}

@media (max-width: 767px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-desc {
    line-height: 22px;
    font-size: 15px;
  }
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-bg-shape {
  display: inline-block;
  content: "";
  position: absolute;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-color: #02B1D1;
  top: 20px;
  left: 60px;
  z-index: 0;
  transition: .4s linear;
}

@media (max-width: 991px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-bg-shape {
    left: 50px;
  }
}

@media (max-width: 767px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-bg-shape {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-bg-shape {
    display: initial;
  }
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back:hover .bwdff-step-back-content .bwdff-step-icon::before, .bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back:hover .bwdff-step-back-content .bwdff-step-icon::after {
  transform: rotate(0);
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-front {
  transform: rotateY(-180deg);
}

.bwdff-step-1 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-back {
  transform: rotateY(0);
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-bg-shape {
  background-color: #291C6B;
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no {
  color: #291C6B;
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-title {
  color: #291C6B;
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-bg-shape {
  background-color: #291C6B;
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon::before, .bwdff-step-1 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon::after {
  border-color: #291C6B;
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon i {
  background-color: #291C6B;
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-bg-shape {
  background-color: #FD3852;
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no {
  color: #FD3852;
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-title {
  color: #FD3852;
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-bg-shape {
  background-color: #FD3852;
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon::before, .bwdff-step-1 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon::after {
  border-color: #FD3852;
}

.bwdff-step-1 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon i {
  background-color: #FD3852;
}

/*step 1 end*/
/*====================================*/
/*step 2 start*/
.bwdff-step-2 {
  padding: 50px 0;
  background-color: #F4F7FE;
  display: none;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item {
  position: relative;
  height: 240px;
  width: 240px;
  margin: 95px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

@media (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item {
    height: 230px;
    width: 230px;
    margin: 54px 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item {
    height: 240px;
    width: 240px;
    margin: 95px;
  }
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front,
.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: drop-shadow(-2px 4px 10px rgba(51, 51, 51, 0.4));
  transition: 1s;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content {
  position: relative;
  background-color: transparent;
  min-height: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  line-height: 50px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
}

@media (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no {
    font-size: 25px;
    line-height: 45px;
    padding: 0 10px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 160px;
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no {
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    line-height: 45px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%);
    min-width: 150px;
    text-align: center;
  }
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #03253A;
  left: 0;
  top: 0px;
  transform: skewX(-20deg);
  z-index: -1;
  outline: 3px solid #fff;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no .bwdff-shadow-box {
  display: inline-block;
  width: 50%;
  height: 10px;
  position: absolute;
  background: transparent;
  left: -10px;
  bottom: 3px;
  transform-origin: left bottom;
  transform: rotate(351deg);
  box-shadow: -5px 15px 5px #74747463;
  z-index: -3;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 10px;
  position: absolute;
  background: transparent;
  right: 0px;
  bottom: 3px;
  transform-origin: right bottom;
  transform: rotate(-351deg);
  box-shadow: -5px 15px 5px #74747463;
  z-index: -3;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
  color: #03253A;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon {
  font-size: 50px;
  margin-top: 15px;
  color: #03253A;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 25px;
  z-index: -1;
  box-shadow: 15px 15px 20px #000305;
}

@media (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
    transform: rotate(0);
    box-shadow: 15px 15px 20px #00030533 !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
    transform: rotate(45deg);
    box-shadow: 15px 15px 20px #000305 !important;
  }
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: #03253A;
  transform: rotate(45deg);
  border-radius: 25px;
  z-index: -2;
}

@media (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::after {
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
  }
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
  position: relative;
  background-color: transparent;
  min-height: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
    padding: 20px 30px;
  }
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #03253A;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-desc {
  margin-top: 12px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-desc {
    margin-top: 9px;
    line-height: 19px;
    font-size: 15px;
  }
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 25px;
  z-index: -1;
  box-shadow: 15px 15px 20px #000305;
}

@media (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
    transform: rotate(0);
    box-shadow: 15px 15px 20px #00030533 !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
    transform: rotate(45deg);
    box-shadow: 15px 15px 20px #000305 !important;
  }
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: #03253A;
  transform: rotate(45deg);
  border-radius: 25px;
  z-index: -2;
}

@media (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::after {
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
  }
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(2) .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no::before {
  background: #FD9B1D;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(2) .bwdff-step-front .bwdff-step-front-content .bwdff-step-title {
  color: #FD9B1D;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(2) .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon {
  color: #FD9B1D;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(2) .bwdff-step-front .bwdff-step-front-content::after {
  background: #FD9B1D;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(2) .bwdff-step-front .bwdff-step-front-content::before {
  box-shadow: 15px 15px 20px #fd6b1d;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(2) .bwdff-step-back .bwdff-step-back-content .bwdff-step-title {
  color: #FD9B1D;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(2) .bwdff-step-back .bwdff-step-back-content::after {
  background: #FD9B1D;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(2) .bwdff-step-back .bwdff-step-back-content::before {
  box-shadow: 15px 15px 20px #fd6b1d;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(3) .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no::before {
  background: #29C0C1;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(3) .bwdff-step-front .bwdff-step-front-content .bwdff-step-title {
  color: #29C0C1;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(3) .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon {
  color: #29C0C1;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(3) .bwdff-step-front .bwdff-step-front-content::after {
  background: #29C0C1;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(3) .bwdff-step-front .bwdff-step-front-content::before {
  box-shadow: 15px 15px 20px #1c8687;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(3) .bwdff-step-back .bwdff-step-back-content .bwdff-step-title {
  color: #29C0C1;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(3) .bwdff-step-back .bwdff-step-back-content::after {
  background: #29C0C1;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:nth-child(3) .bwdff-step-back .bwdff-step-back-content::before {
  box-shadow: 15px 15px 20px #1c8687;
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-front {
  transform: rotateY(180deg);
}

.bwdff-step-2 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-back {
  transform: rotateY(0);
}

/*step 2 end*/
/*====================================*/
/*step 3 start*/
.bwdff-step-3 {
  padding: 50px 0;
  background-color: #F4F7FE;
  overflow-x: hidden;
}

.bwdff-step-3 .bwdff-step-wrapper {
  padding-right: 45px;
}

@media (max-width: 767px) {
  .bwdff-step-3 .bwdff-step-wrapper {
    justify-content: center !important;
  }
  .bwdff-step-3 .bwdff-step-wrapper > * .bwdff-step-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item {
  position: relative;
  height: 240px;
  width: 240px;
  margin: 36px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item {
    margin: 36px 0;
  }
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front,
.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: drop-shadow(-2px 4px 10px rgba(51, 51, 51, 0.4));
  transition: 1s;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front {
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content {
  position: relative;
  background-color: transparent;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
  padding: 25px;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #48229E;
  line-height: 38px;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon {
  font-size: 50px;
  margin-top: 15px;
  color: #48229E;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-next-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 58px;
  left: 100%;
  height: 4px;
  width: 51px;
  background: #48229E;
}

@media (max-width: 767px) {
  .bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-next-arrow {
    display: none;
  }
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-next-arrow::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: transparent;
  transform: translate(-100%, -50%) rotate(47.5deg);
  left: 100%;
  border: 4px solid;
  border-color: #48229E;
  border-left-color: transparent;
  border-bottom: transparent;
  border-radius: 4px;
  top: 1.4px;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transform: rotate(45deg);
  border-radius: 50%;
  z-index: -1;
  border-top: 4px solid;
  border-top-color: #48229E;
  border-right: 4px solid;
  border-right-color: #48229E;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: transparent;
  transform: rotate(45deg);
  border-radius: 50%;
  z-index: -2;
  border-top: 4px dotted;
  border-top-color: #48229E;
  border-right: 4px dotted;
  border-right-color: #48229E;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  transform: rotateX(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
  position: relative;
  background-color: transparent;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 25px;
  text-align: center;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #48229E;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-desc {
  margin-top: 15px;
  line-height: 22px;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-next-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 58px;
  left: 100%;
  height: 4px;
  width: 51px;
  background: #48229E;
}

@media (max-width: 767px) {
  .bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-next-arrow {
    display: none;
  }
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-next-arrow::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: transparent;
  transform: translate(-100%, -50%) rotate(47.5deg);
  left: 100%;
  border: 4px solid #48229E;
  border-left-color: transparent;
  border-bottom: transparent;
  border-radius: 4px;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transform: rotate(45deg);
  border-radius: 50%;
  z-index: -1;
  border-top: 4px solid #48229E;
  border-right: 4px solid #48229E;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: transparent;
  transform: rotate(45deg);
  border-radius: 50%;
  z-index: -2;
  border-top: 4px dotted #48229E;
  border-right: 4px dotted #48229E;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-front {
  transform: rotateX(180deg);
}

.bwdff-step-3 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-back {
  transform: rotateX(0);
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no {
  color: #12ADF1;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon {
  color: #12ADF1;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-next-arrow {
  background: #12ADF1;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-next-arrow::before {
  border-color: #12ADF1;
  border-left-color: transparent;
  border-bottom: transparent;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  border-top-color: #12ADF1;
  border-right-color: #12ADF1;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::after {
  border-top-color: #12ADF1;
  border-right-color: #12ADF1;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-title {
  color: #12ADF1;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon {
  color: #12ADF1;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-next-arrow {
  background: #12ADF1;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-next-arrow::before {
  border-color: #12ADF1;
  border-left-color: transparent;
  border-bottom: transparent;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  border-top-color: #12ADF1;
  border-right-color: #12ADF1;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::after {
  border-top-color: #12ADF1;
  border-right-color: #12ADF1;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no {
  color: #F73C38;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon {
  color: #F73C38;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-next-arrow {
  background: #F73C38;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-next-arrow::before {
  border-color: #F73C38;
  border-left-color: transparent;
  border-bottom: transparent;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  border-top-color: #F73C38;
  border-right-color: #F73C38;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::after {
  border-top-color: #F73C38;
  border-right-color: #F73C38;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-title {
  color: #F73C38;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon {
  color: #F73C38;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-next-arrow {
  background: #F73C38;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-next-arrow::before {
  border-color: #F73C38;
  border-left-color: transparent;
  border-bottom: transparent;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  border-top-color: #F73C38;
  border-right-color: #F73C38;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::after {
  border-top-color: #F73C38;
  border-right-color: #F73C38;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-sr-no {
  color: #257B4D;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon {
  color: #257B4D;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  border-top-color: #257B4D;
  border-right-color: #257B4D;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::after {
  border-top-color: #257B4D;
  border-right-color: #257B4D;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-title {
  color: #257B4D;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon {
  color: #257B4D;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  border-top-color: #257B4D;
  border-right-color: #257B4D;
}

.bwdff-step-3 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::after {
  border-top-color: #257B4D;
  border-right-color: #257B4D;
}

/*step 3 end*/
/*====================================*/
/*step 4 start*/
.bwdff-step-4 {
  padding: 50px 0;
  background-color: #fff;
  overflow-x: hidden;
}

.bwdff-step-4 .bwdff-step-wrapper > * {
  padding-left: 47px;
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item {
  position: relative;
  height: 245px;
  width: 245px;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin: 15px auto;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item {
    height: 235px;
    width: 235px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item {
    margin: 15px auto;
    margin-top: 70px;
  }
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front,
.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 1s;
  border-radius: 50px 90px;
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front {
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background: #ED9A05;
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no {
  position: absolute;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 38px;
  z-index: 4;
  right: 30px;
  bottom: 40px;
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  height: 14px;
  bottom: -18px;
  border-radius: 9px;
  background: linear-gradient(90deg, #d58a04 44%, #5e3d02 100%);
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content {
  position: relative;
  background-color: #fff;
  min-height: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  padding: 25px;
  top: -77px;
  left: 0;
  box-shadow: -12px 10px 22px #1a150d6b;
}

@media (max-width:768px) {
	.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content{
		  left: -20px;
	}
}



.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon {
  font-size: 50px;
  color: #373532;
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-title {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #6d6d6c;
  margin-top: 20px;
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  transform: rotateX(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background: #ED9A05;
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no {
  position: absolute;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 38px;
  z-index: 4;
  right: 30px;
  bottom: 40px;
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  height: 14px;
  bottom: -18px;
  border-radius: 9px;
  background: linear-gradient(90deg, #d58a04 44%, #5e3d02 100%);
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
  position: relative;
  background-color: #fff;
  min-height: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  padding: 30px 35px;
  top: -77px;
  left: 0;
  box-shadow: -15px 10px 22px #5f5e5e6e;
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-title {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #6d6d6c;
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-desc {
  margin-top: 15px;
  line-height: 22px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-desc {
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
  }
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-front {
  transform: rotateX(180deg);
}

.bwdff-step-4 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-back {
  transform: rotateX(0);
}

.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front {
  background: #5F0799;
}

@media (max-width: 768px){
	.bwdff-step-4 .bwdff-step-wrapper > *{
		padding-left:20px;
	}
}



.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no::before {
  background: linear-gradient(90deg, #550689 34%, #1c022d 100%);
}

.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back {
  background: #5F0799;
}

.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no::before {
  background: linear-gradient(90deg, #550689 34%, #1c022d 100%);
}

.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front {
  background: #0F5C66;
}

.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no::before {
  background: linear-gradient(90deg, #0d525b 21%, #062428 100%);
}

.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back {
  background: #0F5C66;
}

.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no::before {
  background: linear-gradient(90deg, #0d525b 21%, #062428 100%);
}

.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front {
  background: #4E9A4F;
}

.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no::before {
  background: linear-gradient(90deg, #468a47 21%, #172e17 100%);
}

.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back {
  background: #4E9A4F;
}

.bwdff-step-4 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no::before {
  background: linear-gradient(90deg, #468a47 21%, #172e17 100%);
}

/*step 4 end*/
/*====================================*/
/*step 5 start*/
.bwdff-step-5 {
  padding: 50px 0;
  background-color: #F4F7FE;
  overflow-x: hidden;
}

.bwdff-step-5 .bwdff-step-wrapper {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .bwdff-step-5 .bwdff-step-wrapper > * {
    padding-left: 15px;
  }
  .bwdff-step-5 .bwdff-step-wrapper > * .bwdff-step-item {
    max-width: 280px;
    margin: 15px auto !important;
  }
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item {
  position: relative;
  height: 400px;
  margin: 15px 10px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front,
.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 1s;
  border-radius: 50px 90px;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front {
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no {
  position: absolute;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  z-index: 4;
  background: linear-gradient(90deg, #41f6d2 0%, #57b4ff 87%);
  top: 30px;
  width: 100%;
  line-height: 60px;
  height: 60px;
  text-align: center;
  right: 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-sr-no-down-shape {
  position: absolute;
  height: 60px;
  background: transparent;
  top: 30px;
  width: 100%;
  text-align: center;
  right: 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-sr-no-down-shape::before {
  content: "";
  position: absolute;
  left: 0;
  background: #41F6D2;
  height: 15px;
  width: 30px;
  top: 100%;
  z-index: -1;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-sr-no-down-shape::after {
  content: "";
  position: absolute;
  left: 0;
  background: #1F7867;
  height: 40px;
  width: 40px;
  top: 100%;
  border-radius: 50%;
  z-index: 1;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content {
  position: relative;
  background-color: #fff;
  min-height: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
  padding: 25px;
  box-shadow: 5px 5px 17px #1a150d47;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  height: 100px;
  width: 100px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: linear-gradient(90deg, #57b4ff 0%, #41f6d2 100%);
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon {
  font-size: 80px;
  margin-top: 70px;
  color: #9E9E9E;
  height: 130px;
  width: 130px;
  line-height: 125px;
  border: 4px solid #c5c5c58f;
  border-radius: 50%;
  border-left: 0;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-title {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #9E9E9E;
  margin-top: 20px;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  transform: rotateX(180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background: #ED9A05;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no {
  position: absolute;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  z-index: 4;
  background: linear-gradient(90deg, #41f6d2 0%, #57b4ff 87%);
  top: 30px;
  width: 100%;
  line-height: 60px;
  height: 60px;
  text-align: center;
  right: 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-sr-no-down-shape {
  position: absolute;
  height: 60px;
  background: green;
  top: 30px;
  width: 100%;
  text-align: center;
  right: 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-sr-no-down-shape::before {
  content: "";
  position: absolute;
  left: 0;
  background: #41F6D2;
  height: 15px;
  width: 30px;
  top: 100%;
  z-index: -1;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-sr-no-down-shape::after {
  content: "";
  position: absolute;
  left: 0;
  background: #1F7867;
  height: 40px;
  width: 40px;
  top: 100%;
  border-radius: 50%;
  z-index: 1;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
  position: relative;
  background-color: #fff;
  min-height: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
  padding: 110px 25px;
  box-shadow: 5px 5px 17px #1a150d47;
  padding-bottom: 25px;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  height: 100px;
  width: 100px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: linear-gradient(90deg, #57b4ff 0%, #41f6d2 100%);
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-title {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #9E9E9E;
  margin-bottom: 15px;
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-front {
  transform: rotateX(-180deg);
}

.bwdff-step-5 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-back {
  transform: rotateX(0);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no {
  background: linear-gradient(90deg, #ff5266 0%, #ff7878 100%);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-sr-no-down-shape::before {
  background: #ff5266;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-sr-no-down-shape::after {
  background: #A53541;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  background: linear-gradient(90deg, #ff7878 0%, #ff5266 100%);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no {
  background: linear-gradient(90deg, #ff5266 0%, #ff7878 100%);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-sr-no-down-shape::before {
  background: #ff5266;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-sr-no-down-shape::after {
  background: #A53541;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  background: linear-gradient(90deg, #ff7878 0%, #ff5266 100%);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no {
  background: linear-gradient(90deg, #fedc04 0%, #ffbb01 58%);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-sr-no-down-shape::before {
  background: #fedc04;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-sr-no-down-shape::after {
  background: #acb804;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  background: linear-gradient(90deg, #ffbb01 0%, #fedc04 88%);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no {
  background: linear-gradient(90deg, #fedc04 0%, #ffbb01 58%);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-sr-no-down-shape::before {
  background: #fedc04;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-sr-no-down-shape::after {
  background: #acb804;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  background: linear-gradient(90deg, #ffbb01 0%, #fedc04 88%);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no {
  background: linear-gradient(90deg, #979fea 0%, #995cff 88%);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-sr-no-down-shape::before {
  background: #979fea;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-sr-no-down-shape::after {
  background: #062ABA;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  background: linear-gradient(90deg, #995cff 0%, #979fea 100%);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no {
  background: linear-gradient(90deg, #979fea 0%, #995cff 88%);
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-sr-no-down-shape::before {
  background: #979fea;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-sr-no-down-shape::after {
  background: #062ABA;
}

.bwdff-step-5 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  background: linear-gradient(90deg, #995cff 0%, #979fea 100%);
}

/*step 5 end*/
/*====================================*/
/*step 6 start*/
.bwdff-step-6 {
  padding: 50px 0;
  background-color: whitesmoke;
  overflow-x: hidden;
}

.bwdff-step-6 .bwdff-step-wrapper > * {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .bwdff-step-6 .bwdff-step-wrapper > * .bwdff-step-item {
    max-width: 280px;
    margin: 15px auto !important;
  }
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item {
  position: relative;
  height: 350px;
  width: 270px;
  margin: 15px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
  flex-basis: 270px;
}

@media (max-width: 767px) {
  .bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item {
    max-width: 250px;
  }
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front,
.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 1s;
  border-radius: 50px 90px;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front {
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no {
  position: absolute;
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  z-index: 4;
  top: 50%;
  width: 65px;
  height: 160px;
  line-height: 160px;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 700;
  background: #F6BE02;
  padding-left: 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 767px) {
  .bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no {
    width: 55px;
    padding-left: 10px;
  }
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  background: #1d1d1d1f;
  box-shadow: 10px 0px 18px #1d1d1d;
  width: 5px;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no::after {
  content: "";
  position: absolute;
  border-top: 80px solid transparent;
  border-left: 40px solid;
  border-left-color: #F6BE02;
  border-bottom: 80px solid transparent;
  top: 0;
  left: 98%;
  z-index: -1;
}

@media (max-width: 767px) {
  .bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no::after {
    border-left: 30px solid;
    border-left-color: #F6BE02;
  }
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content {
  position: relative;
  background-color: transparent;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
  backface-visibility: hidden;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  width: 20px;
  top: 40px;
  bottom: 40px;
  right: 100%;
  content: "";
  position: absolute;
  border-radius: 15px;
  background: #F6BE02;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  background: #33333336;
  box-shadow: 5px 0px 15px #000000;
  z-index: -4;
  bottom: 0;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner {
  backface-visibility: hidden;
  margin-left: 110px;
}

@media (max-width: 767px) {
  .bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner {
    margin-left: 95px;
  }
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-icon {
  font-size: 55px;
  color: #1D1D1D;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-title {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1D1D1D;
  margin-top: 20px;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  transform: rotateX(180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no {
  position: absolute;
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  z-index: 4;
  top: 50%;
  width: 65px;
  height: 160px;
  line-height: 160px;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 700;
  background: #F6BE02;
  padding-left: 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 767px) {
  .bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no {
    width: 55px;
    padding-left: 10px;
  }
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  background: #1d1d1d1f;
  box-shadow: 10px 0px 18px #1d1d1d;
  width: 5px;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no::after {
  content: "";
  position: absolute;
  border-top: 80px solid transparent;
  border-left: 40px solid;
  border-left-color: #F6BE02;
  border-bottom: 80px solid transparent;
  top: 0;
  left: 98%;
  z-index: -1;
}

@media (max-width: 767px) {
  .bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no::after {
    border-left: 30px solid;
    border-left-color: #F6BE02;
  }
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
  position: relative;
  background-color: transparent;
  min-height: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  width: 20px;
  top: 40px;
  bottom: 40px;
  right: 100%;
  content: "";
  position: absolute;
  border-radius: 15px;
  background: #F6BE02;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  background: #33333336;
  box-shadow: 5px 0px 15px #000000;
  z-index: -4;
  bottom: 0;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner {
  margin-left: 110px;
}

@media (max-width: 767px) {
  .bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner {
    margin-left: 95px;
  }
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-title {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1D1D1D;
  margin-bottom: 15px;
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-desc {
  line-height: 22px;
}

@media (max-width: 767px) {
  .bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-desc {
    font-size: 15px;
    line-height: 20px;
  }
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-front {
  transform: rotateX(-180deg);
}

.bwdff-step-6 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-back {
  transform: rotateX(0);
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no {
  background: #0DB845;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no::after {
  border-left-color: #0DB845;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  background: #0DB845;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no {
  background: #0DB845;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no::after {
  border-left-color: #0DB845;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  background: #0DB845;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no {
  background: #B0112D;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no::after {
  border-left-color: #B0112D;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  background: #B0112D;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no {
  background: #B0112D;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no::after {
  border-left-color: #B0112D;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  background: #B0112D;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no {
  background: #9E10B2;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-sr-no::after {
  border-left-color: #9E10B2;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  background: #9E10B2;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no {
  background: #9E10B2;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-sr-no::after {
  border-left-color: #9E10B2;
}

.bwdff-step-6 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  background: #9E10B2;
}

/*step 6 end*/
/*====================================*/
/*step 7 start*/
.bwdff-step-7 {
  padding: 50px 0;
  background-color: #fff;
  overflow: hidden;
}

.bwdff-step-7 .bwdff-step-wrapper > * {
  padding-left: 15px;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 250px;
  width: 250px;
  margin: 20px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
}

@media (max-width: 320px) {
  .bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item {
    margin-left: auto;
    margin-right: 0;
  }
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front,
.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 1s;
  border-radius: 50px 90px;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content {
  position: relative;
  background-color: #726d6d;
  height: 250px;
  width: 250px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-align: center;
  backface-visibility: hidden;
  border-radius: 50%;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(90deg, #fe9143 1%, #ff1d76 100%);
  z-index: -1;
  border-radius: 50%;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-stock-down-shape {
  display: inline-block;
  left: -15px;
  height: 180px;
  width: 89px;
  position: absolute;
  background: #fff;
  transform: translateY(-5px);
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-stock-no {
  position: absolute;
  left: 0;
  z-index: 9;
  background: linear-gradient(90deg, #fe9143 69%, #ff1d76 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 10px transparent;
  -webkit-text-fill-color: #fff;
  font-size: 225px;
  padding: 100px 0;
  transform: translateX(-31%);
  font-family: cursive;
}



.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner {
  backface-visibility: hidden;
  height: 190px;
  width: 190px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 15px 15px 7px #33333324, 25px 25px 1px 0 #33333336, 1px 1px 20px #ebebeb inset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-sr-no {
  position: absolute;
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  z-index: 4;
  top: 50%;
  width: 65px;
  height: 160px;
  line-height: 160px;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 700;
  padding-left: 15px;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-icon {
  font-size: 55px;
  color: #FE9143;
	line-height:1;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-title {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #6c6c6c;
  margin-top: 20px;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
  position: relative;
  background-color: #726d6d;
  height: 250px;
  width: 250px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-align: center;
  backface-visibility: hidden;
  border-radius: 50%;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(90deg, #fe9143 1%, #ff1d76 100%);
  z-index: -1;
  border-radius: 50%;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-stock-down-shape {
  display: inline-block;
  left: -15px;
  height: 180px;
  width: 89px;
  position: absolute;
  background: #fff;
  transform: translateY(-5px);
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-stock-no {
  position: absolute;
  left: 0;
  z-index: 9;
  background: linear-gradient(90deg, #fe9143 69%, #ff1d76 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 10px transparent;
  -webkit-text-fill-color: #fff;
  font-size: 225px;
  padding: 100px 0;
  transform: translateX(-31%);
  font-family: cursive;
}



.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner {
  backface-visibility: hidden;
  min-height: 190px;
  min-width: 190px;
  max-width: 190px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 15px 15px 7px #33333324, 25px 25px 1px 0 #33333336, 1px 1px 20px #ebebeb inset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-sr-no {
  position: absolute;
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  z-index: 4;
  top: 50%;
  width: 65px;
  height: 160px;
  line-height: 160px;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 700;
  padding-left: 15px;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-title {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #6c6c6c;
  margin-bottom: 10px;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-desc {
  line-height: 20px;
	font-size:15px;
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-front {
  transform: rotateY(-180deg);
}

.bwdff-step-7 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-back {
  transform: rotateY(0);
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-stock-no {
  background: linear-gradient(90deg, #ff1779 70%, #00b3ea 100%);
  -webkit-background-clip: text;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-stock-no::before {
  height: 28px;
  margin-left: 80px;
  border-bottom-left-radius: 16px;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  background: linear-gradient(90deg, #ff1779 0%, #00b3ea 100%);
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-icon {
  color: #ff1779;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-stock-no {
  background: linear-gradient(90deg, #ff1779 70%, #00b3ea 100%);
  -webkit-background-clip: text;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-stock-no::before {
  height: 28px;
  margin-left: 80px;
  border-bottom-left-radius: 16px;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  background: linear-gradient(90deg, #ff1779 0%, #00b3ea 100%);
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-icon {
  color: #ff1779;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-stock-no {
  background: linear-gradient(90deg, #02def8 47%, #4d37cc 100%);
  -webkit-background-clip: text;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-stock-no::before {
  height: 28px;
  margin-left: 80px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 15px;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  background: linear-gradient(90deg, #02def8 0%, #4d37cc 100%);
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-icon {
  color: #02def8;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-stock-no {
  background: linear-gradient(90deg, #02def8 47%, #4d37cc 100%);
  -webkit-background-clip: text;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-stock-no::before {
  height: 28px;
  margin-left: 80px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 15px;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  background: linear-gradient(90deg, #02def8 0%, #4d37cc 100%);
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-icon {
  color: #02def8;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-stock-no {
  background: linear-gradient(90deg, #0ca4bd 58%, #ff22fb 100%);
  -webkit-background-clip: text;
  transform: translateX(-37.5%);
}



@media (min-width: 1200px ) and (max-width: 1400px){

		.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item {
		margin-left:24px !important;
	}
}

@media (min-width: 992px ) and (max-width: 1200px){

		.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item {
		margin-left:45px !important;
	}
}

@media (max-width: 650px){

		.bwdff-step-7 .bwdff-step-wrapper > * {
			width:100% !important;
	}
}

@media (max-width: 350px){

		.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item {
			margin-left:auto !important;
			margin-right:0 !important;
	}
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-stock-no::before {
  height: 30px;
  margin-left: 87px;
  border-bottom-left-radius: 20px;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  background: linear-gradient(90deg, #0ca4bd 0%, #ff22fb 100%);
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-icon {
  color: #0ca4bd;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-stock-no {
  background: linear-gradient(90deg, #0ca4bd 58%, #ff22fb 100%);
  -webkit-background-clip: text;
  transform: translateX(-37.5%);
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-stock-no::before {
  height: 30px;
  margin-left: 87px;
  border-bottom-left-radius: 20px;
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  background: linear-gradient(90deg, #0ca4bd 0%, #ff22fb 100%);
}

.bwdff-step-7 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-icon {
  color: #0ca4bd;
}

/*step 7 end*/
/*====================================*/
/*step 8 start*/
.bwdff-step-8 {
  padding: 50px 0;
  background-color: #DBDBDB;
  overflow: hidden;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item {
  position: relative;
  height: 420px;
  width: 300px;
  max-width: 100%;
  margin: 60px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
  background: linear-gradient(0deg, #008ed9 0%, #04b8e0 100%);
  border-radius: 30px;
  padding: 20px 30px;
  margin-top: 87px;
  margin-bottom: 97px;
}

@media (max-width: 767px) {
  .bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item {
    width: 280px;
    height: 400px;
    padding: 20px;
  }
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front,
.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  position: absolute;
  transition: 1s;
  top: -40px;
  left: 30px;
  right: 30px;
  border-radius: 30px;
  background-color: #fff;
  bottom: 210px;
}

@media (max-width: 767px) {
  .bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front,
  .bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
    left: 20px;
    right: 20px;
  }
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: top;
  transform: rotateX(0);
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  backface-visibility: hidden;
  padding: 35px 15px;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 30px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: linear-gradient(0deg, #008ed9 0%, #04b8e0 100%);
  border-radius: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner {
  text-align: center;
  margin-top: 20px;
  min-height: 100%;
  background-color: #fff;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #0093DA;
  line-height: 1;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-desc {
  font-size: 15px;
  line-height: 21px;
  margin-top: 10px;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front .bwdff-step-front-content::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid;
  border-top-color: #fff;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: bottom;
  transform: rotateX(-270deg);
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  backface-visibility: hidden;
  padding: 35px 15px;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 30px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: linear-gradient(0deg, #008ed9 0%, #04b8e0 100%);
  border-radius: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner {
  text-align: center;
  margin-top: 20px;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #0093DA;
  line-height: 1;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-desc {
  font-size: 15px;
  line-height: 21px;
  margin-top: 10px;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #fff;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-bottom-content {
  position: absolute;
  bottom: 20px;
  color: #fff;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-bottom-content {
    left: 20px;
    right: 20px;
  }
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-bottom-content .bwdff-step-sr-no {
  font-size: 65px;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
  flex-basis: 35%;
}

@media (max-width: 767px) {
  .bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-bottom-content .bwdff-step-sr-no {
    font-size: 60px;
  }
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-bottom-content .bwdff-content-inner {
  flex-basis: 65%;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-bottom-content .bwdff-content-inner .bwdff-step-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-bottom-content .bwdff-content-inner .bwdff-step-desc {
  line-height: 18px;
  margin-top: 5px;
  font-size: 15px;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 100%;
  border-top: 87px solid;
  border-top-color: #0073ad;
  border-right: 108px solid transparent;
  right: 25px;
  z-index: -7;
  background: transparent;
  border-bottom-left-radius: 13px;
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-front {
  transform: rotateX(83deg);
}

.bwdff-step-8 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-back {
  transform: rotateX(0);
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item {
  background: linear-gradient(0deg, #6841a7 0%, #785ae5 100%);
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item::before {
  border-top-color: #55308f;
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-back-content .bwdff-step-icon,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-front-content .bwdff-step-icon,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon {
  background: linear-gradient(0deg, #6841a7 0%, #785ae5 100%);
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-title,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-front .bwdff-step-back-content .bwdff-content-inner .bwdff-step-title,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-front-content .bwdff-content-inner .bwdff-step-title,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(2) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-title {
  color: #6841a7;
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item {
  background: linear-gradient(0deg, #fe8d31 0%, #ffbc25 100%);
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item::before {
  border-top-color: #e77b24;
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-back-content .bwdff-step-icon,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-front-content .bwdff-step-icon,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon {
  background: linear-gradient(0deg, #fe8d31 0%, #ffbc25 100%);
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-title,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-front .bwdff-step-back-content .bwdff-content-inner .bwdff-step-title,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-front-content .bwdff-content-inner .bwdff-step-title,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(3) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-title {
  color: #fe8d31;
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item {
  background: linear-gradient(0deg, #ff291b 0%, #ff7611 100%);
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item::before {
  border-top-color: #da2417;
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-step-icon,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-back-content .bwdff-step-icon,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-front-content .bwdff-step-icon,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-step-icon {
  background: linear-gradient(0deg, #ff291b 0%, #ff7611 100%);
}

.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-front-content .bwdff-content-inner .bwdff-step-title,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-front .bwdff-step-back-content .bwdff-content-inner .bwdff-step-title,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-front-content .bwdff-content-inner .bwdff-step-title,
.bwdff-step-8 .bwdff-step-wrapper > *:nth-child(4) .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner .bwdff-step-title {
  color: #ff7611;
}

/*step 8 end*/
/*====================================*/
/*step 9 start*/
.bwdff-step-9 {
  padding: 50px 0;
  background-color: #F0F5F1;
  overflow: hidden;
  position: relative;
}

.bwdff-step-9::before {
  content: "";
  position: absolute;
  height: 180px;
  left: 30px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFDC0E;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .bwdff-step-9::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bwdff-step-9::before {
    display: initial;
  }
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item {
  position: relative;
  height: 300px;
  width: 240px;
  margin: 15px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
  padding: 20px 30px;
  background: transparent;
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-next-arrow {
  position: absolute;
  font-size: 45px;
  color: #3f3f3f;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
  line-height: 1;
  width: 25px;
  text-align: center;
}

@media (max-width: 1399px) {
  .bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-next-arrow {
    font-size: 35px;
    right: -36px;
  }
}

@media (max-width: 1199px) {
  .bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-next-arrow {
    font-size: 35px;
    right: -50px;
  }
}

@media (max-width: 991px) {
  .bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-next-arrow {
    font-size: 35px;
    right: -70px;
  }
}

@media (max-width: 767px) {
  .bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-next-arrow {
    display: none;
  }
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front,
.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  position: absolute;
  transition: 1s;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  background-color: transparent;
  bottom: 0;
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content,
.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  backface-visibility: hidden;
  border-radius: 15px;
  box-shadow: -5px 5px 20px #3333331c, -10px 10px 25px #3333331a, -20px 20px 30px #33333314, -30px 30px 35px #33333317, -45px 45px 40px #33333314, -55px 55px 45px #3333330f;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0F5F1;
  z-index: 3;
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content .bwdff-step-sr-no,
.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content .bwdff-step-sr-no {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  font-size: 250px;
  color: #FFDC0E;
  z-index: 1;
  opacity: .7;
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content .bwdff-content-inner,
.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content .bwdff-content-inner {
  position: relative;
  text-align: center;
  z-index: 9;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 8px -8px 2px #d6d7dbbd inset, -8px 8px 2px #fff inset, 0 0 90px #33333317 inset;
  border-radius: 15px;
  padding: 30px;
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content .bwdff-content-inner .bwdff-step-title,
.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content .bwdff-content-inner .bwdff-step-title {
  font-size: 32px;
  text-transform: uppercase;
  color: #3f3f3f;
  line-height: 1;
  font-weight: 400;
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content .bwdff-content-inner .bwdff-step-icon,
.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content .bwdff-content-inner .bwdff-step-icon {
  font-size: 50px;
  border-radius: 50%;
  color: #5E605E;
  text-align: center;
  margin-bottom: 25px;
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content .bwdff-content-inner .bwdff-step-desc,
.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content .bwdff-content-inner .bwdff-step-desc {
  line-height: 20px;
  margin-top: 15px;
  color: #464646e3;
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-front {
  transform: rotateY(-180deg);
}

.bwdff-step-9 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-back {
  transform: rotateY(0);
}



.bwdff-step-9 .bwdff-step-wrapper > *:nth-last-child(1) .bwdff-step-item .bwdff-next-arrow {
  display: none;
}

/*step 9 end*/
/*====================================*/
/*step 10 start*/
.bwdff-step-10 {
  padding: 50px 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .bwdff-step-10 .bwdff-step-wrapper > * .bwdff-step-item {
    max-width: 280px;
  }
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item {
  position: relative;
  height: 300px;
  margin: 15px auto;
  perspective: 1000px;
  transform-style: preserve-3d;
  padding: 20px 30px;
  background: transparent;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front,
.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  position: absolute;
  transition: 1s;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  background-color: transparent;
  bottom: 0;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content,
.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  background-color: #fff;
  z-index: 3;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content::before,
.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 40px;
  background: #fff;
  left: 0;
  transform: rotate(34deg);
  transform-origin: bottom center;
  z-index: 4;
  top: 0;
  box-shadow: 5px 0 0px #3333330f inset, 10px 0 1px #3333330f inset, 15px 0 3px #3333330a inset;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content .bwdff-step-sr-no,
.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content .bwdff-step-sr-no {
  font-size: 190px;
  color: #FFDC0E;
  z-index: 1;
  text-align: right;
  line-height: 1;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content .bwdff-content-inner,
.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content .bwdff-content-inner {
  position: relative;
  text-align: center;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-left: -20px;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content .bwdff-content-inner .bwdff-step-title,
.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content .bwdff-content-inner .bwdff-step-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #3f3f3f;
  line-height: 1;
  font-weight: 600;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content .bwdff-content-inner .bwdff-step-icon,
.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content .bwdff-content-inner .bwdff-step-icon {
  font-size: 50px;
  border-radius: 50%;
  color: #5E605E;
  text-align: center;
  margin-bottom: 25px;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front-content .bwdff-content-inner .bwdff-step-desc,
.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back-content .bwdff-content-inner .bwdff-step-desc {
  line-height: 20px;
  margin-top: 10px;
  color: #464646e3;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item .bwdff-step-back .bwdff-step-back-content .bwdff-content-inner {
  margin-top: 100px;
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-front {
  transform: rotateY(-180deg);
}

.bwdff-step-10 .bwdff-step-wrapper .bwdff-step-item:hover .bwdff-step-back {
  transform: rotateY(0);
}

.bwdff-team-1 .bwdff-team-wrapper .bwdff-team-item .bwdff-team-back .bwdff-team-back-content .bwdff-team-img{
	padding:0;
}


.bwdff-team-img img{
  height: 100%;
  width:100%;
  object-fit: cover;
  object-position: top;
}

/*step 10 end*/
