/* custom css */
.breadcrumb-item + .breadcrumb-item::before {
  content: ".";
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 12px;
  padding-right: 14px;
  display: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
  padding: 0px 15px;
}

.breadcrumb-item span {
  color: #fff;
  font-weight: 600;
}

.main-menu ul .has-dropdown .has-dropdown a:after {
  display: none !important;
}
.breadcrumb-spacing {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  padding-top: 140px;
  padding-bottom: 80px;
}
.page-title {
  color: #242629;
  margin: 0;
}
.admin-bar .header-area.transparent-header {
  top: 71px;
}
.header-area.transparent-header {
  position: absolute;
  top: 39px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: transparent;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
@media (max-width:370px) {
  .header-area.transparent-header {
      top: 69px;
  }
}
.header-area.transparent-header.sticky-header {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.hero-area-3 {
  padding-top: 300px;
  padding-bottom: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.hero-area-3 .hero-title {
  font-size: 75px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero-area-3 .hero-subtitle {
  display: inline-block;
  font-size: 18px;
  color: #43b14b;
  background: #fff;
  padding: 8px 30px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.hero-area-3 .hero-desc {
  font-size: 18px;
}
.hero-pagination {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 15;
}

.hero-pagination .sw-pagination {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sw-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #43b14b;
}

.hero-shape-wrapper .hero-shape {
  position: absolute;
}

.hero-shape-wrapper .hero-shape-1 {
  top: 200px;
  left: 340px;
}
.hero-shape-wrapper .hero-shape-2 {
  top: 330px;
  left: 210px;
}
.hero-shape-wrapper .hero-shape-3 {
  top: 460px;
  left: 390px;
}
.hero-shape-wrapper .hero-shape-4 {
  bottom: 200px;
  left: 210px;
}

.hero-shape-wrapper .hero-shape-5 {
  bottom: 70px;
  left: 340px;
}
.hero-shape-wrapper .hero-shape-6 {
  top: 200px;
  right: 340px;
}
.hero-shape-wrapper .hero-shape-7 {
  top: 330px;
  right: 210px;
}
.hero-shape-wrapper .hero-shape-8 {
  top: 460px;
  right: 390px;
}
.hero-shape-wrapper .hero-shape-9 {
  bottom: 200px;
  right: 210px;
}
.hero-shape-wrapper .hero-shape-10 {
  bottom: 70px;
  right: 340px;
}

@keyframes move-anim-2 {
  0% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

@keyframes move-anim {
  0% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
  }

  25% {
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
  }

  50% {
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
  }

  100% {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
}

.kservice-icon {
  margin-bottom: 20px;
}
.kservice-icon i {
  font-size: 50px;
}
.kservice-content-title {
  font-size: 24px;
}
.kservice-content p {
  color: #fff;
}
.cta-bg .cta-description p {
  color: #fff;
}
/* product css */
.row-gap-30 {
  row-gap: 30px;
}
.product-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid;
  border-color: #e7e7e7;
  background-color: #ffffff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.product-thumb-wrapper {
  padding: 0;
}
.product-content {
  background-color: rgb(243, 244, 246);
  padding: 22px 30px 30px;
}

.product-content .product-badge {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #43b14b;
}

.product-title {
  font-size: 22px;
  font-weight: 600;
  color: #242629;
}
.product-title:hover {
  color: #43b14b;
}
.product-short-desc {
  font-size: 16px;
  margin-bottom: 15px;
}
.product-price {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #43b14b;
}
.product-cart-btn {
  gap: 5px;
}
.product-cart-btn .theme-btn.theme-btn-small {
  font-size: 12px;
  padding: 0px 12px;
  height: 34px;
  line-height: 34px;
}
.theme-btn.btn-2 {
  background: transparent;
  color: #43b14b;
}
.theme-btn.btn-2:hover {
  color: #fff;
}
.product-cart-btn .theme-btn::before {
  background: rgb(243, 244, 246);
}
.theme-btn.btn-2::before {
  background: #43b14b;
}

.sw-wrap-btn .sw-button {
  border-radius: 50%;
  color: #242629;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 45px;
  width: 45px;
  border: 1px solid #ddd;
  font-size: 18px;
}
.sw-wrap-btn .sw-button:hover {
  color: #fff;
  background-color: #43b14b;
  border-color: #43b14b;
}
.sw-wrap-btn .sw-button.product-1-prev {
  left: -20px;
}
.sw-wrap-btn .sw-button.product-1-next {
  right: -20px;
}
@media (max-width: 575px) {
  .sw-wrap-btn .sw-button.product-1-prev {
      left: 0;
  }
}
@media (max-width: 575px) {
  .sw-wrap-btn .sw-button.product-1-next {
      right: 0;
  }
}

@media (max-width: 575px) {
  .product-tab-area {
    overflow: hidden;
  }
}
.product-wrapper {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	overflow: hidden;
}

.product-slider {
  padding: 15px 15px !important;
  margin: -15px -15px !important;
}
@media (max-width: 370px) {
  .product-slider {
    padding: 15px 15px !important;
    margin: 0 !important;
  }
}
.product-tabs .nav-tabs {
  border: 0;
  justify-content: end;
  gap: 10px;
}
@media (max-width: 767px) {
  .product-tabs .nav-tabs {
    justify-content: start;
  }
}
.product-tabs .nav-tabs .nav-link {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #777a7e;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  outline: 0;
  box-shadow: none;
}
.product-tabs .nav-tabs .nav-link.active {
  border-color: #43b14b;
  color: #43b14b;
}
.product-tabs .nav-tabs .nav-link img {
  max-width: 110px;
}
@media (max-width: 767px) {
  .product-tab-content {
      margin-top: 50px;
  }
}
.bd-platform-area {
  padding: 100px 0;
  background-color: #43b14b;
}
.bd-platform-area .section-subtitle {
  color: #fff;
}
.bd-platform-area .section-subtitle::before {
  display: none;
}
.bd-platform-area p,
.bd-platform-area .section-title {
  color: #fff;
}
.bd-platform-area p {
  font-size: 16px;
}
.bd-platform-area .bd-platform-icon-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}
.bd-platform-area .bd-platform-icon-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.bd-platform-area .bd-platform-icon-title {
  margin-bottom: 25px;
  font-size: 20px;
  color: #fff;
  text-decoration-line: underline;
}
.bd-platform-area .bd-platform-icon-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.bd-platform-area .bd-platform-content {
  transition: 0.4s;
  text-align: center;
}
.bd-platform-area .bd-platform-content:hover {
  transform: translateY(-5px);
}
.bd-platform-area .bd-platform-icon {
  margin-bottom: 0.625rem;
  display: inline-flex;
  height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.bd-platform-area .bd-platform-title {
  text-align: center;
  color: #fffc;
}
.bd-platform-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-platform-area .bd-platform-content-inner {
  position: relative;
  height: 600px;
  width: 600px;
  border-radius: 50%;
  background-color: #fff3;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 150px;
  padding-right: 150px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .bd-platform-area .bd-platform-content-inner {
    height: 500px;
    width: 500px;
    padding-left: 110px;
    padding-right: 110px;
  }
  .bd-platform-area .bd-platform-icon {
    height: 60px;
    width: 60px;
  }
  .bd-platform-area .bd-platform-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
}

.bd-platform-area .bd-platform-content-inner:before {
  content: " ";
  width: calc(100% + 35px);
  height: calc(100% + 35px);
  background: transparent;
  position: absolute;
  left: -17px;
  top: -17px;
  z-index: -1;
  border-radius: 50%;
  border: 5px solid #ffffff4d;
}

.support-wrap {
  padding: 50px 25px;
  border: 1px solid #43b14b33;
  text-align: center;
  background-color: #43b14b33;
  transition: all 0.5s ease;
  border-radius: 12px;
}
.support-icon {
  width: 65px;
  height: 65px;
  background: #43b14b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.support-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: rgb(25 159 34);
  transform: scale(0.4);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
  border-radius: 50%;
}
.support-wrap:hover .support-icon::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.support-icon i {
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.support-wrap:hover .support-icon i {
  animation: 0.5s forwards toBottomFromTop;
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
.support-content h3 {
  font-size: 22px;
}
.support-content p {
  font-size: 16px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-area-3 .hero-title {
    font-size: 58px;
  }
  .hero-shape-wrapper .hero-shape-4 {
    left: 130px;
  }
  .hero-shape-wrapper .hero-shape-3 {
    left: 230px;
  }
  .hero-shape-wrapper .hero-shape-8 {
    right: 230px;
  }
  .hero-shape-wrapper .hero-shape-9 {
    right: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area-3 .hero-title {
    font-size: 50px;
  }
  .hero-shape-wrapper .hero-shape-2 {
    top: 360px;
  }
  .hero-shape-wrapper .hero-shape-7 {
    top: 360px;
  }
  .hero-shape-wrapper .hero-shape-9 {
    bottom: 140px;
    right: 130px;
  }
  .hero-shape-wrapper .hero-shape-4 {
    bottom: 140px;
    left: 130px;
  }
  .hero-shape-wrapper .hero-shape-3 {
    top: 500px;
    left: 280px;
  }
  .hero-shape-wrapper .hero-shape-8 {
    top: 500px;
    right: 280px;
  }
}

@media (max-width: 991px) {
  .hero-area-3 .hero-title {
    font-size: 44px;
  }
  .hero-area-3 {
    padding-top: 190px;
    padding-bottom: 280px;
  }
  .hero-shape-wrapper .hero-shape-1 {
    top: 120px;
    left: 200px;
  }
  .hero-shape-wrapper .hero-shape-6 {
    right: 200px;
    top: 120px;
  }
  .hero-shape-wrapper .hero-shape-2 {
    left: 50px;
    top: 430px;
  }
  .hero-shape-wrapper .hero-shape-3 {
    left: 130px;
    top: 500px
  }
  .hero-shape-wrapper .hero-shape-4 {
    left: 50px;
    bottom: 100px;
  }
  .hero-shape-wrapper .hero-shape-5 {
    left: 200px;
  }
  .hero-shape-wrapper .hero-shape-7 {
    right: 50px;
    top: 430px;
  }
  .hero-shape-wrapper .hero-shape-8 {
    right: 130px;
    top: 500px
  }
  .hero-shape-wrapper .hero-shape-9 {
    right: 50px;
    bottom: 100px;
    
  }
  .hero-shape-wrapper .hero-shape-10 {
    right: 200px;
  }
  .hero-area-3 .hero-desc {
    font-size: 16px;
  }
  .hero-area-3 .hero-desc br {
    display: none;
  }
  .bd-platform-area .bd-platform-icon img {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .admin-bar .header-area.transparent-header {
    top: 46px;
  }
  .header-area.transparent-header.sticky-header {
    top: 0;
  }
  .hero-area-3 .hero-title {
    font-size: 36px;
  }
  .bd-platform-area .bd-platform-icon {
    margin-bottom: 10px;
    height: 50px;
    width: 50px;
  }
  .bd-platform-area .bd-platform-content-inner {
    height: 440px;
    width: 440px;
    padding: 30px 40px;
  }
  .bd-platform-area .bd-platform-icon img {
    width: 30px;
  }
}

@media (max-width: 575px) {
  .bd-platform-area .bd-platform-content-inner {
    height: 100%;
    width: 100%;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .bd-platform-area .bd-platform-content-inner::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-shape-wrapper .hero-shape-1 {
    left: 50px;
  }
  .hero-shape-wrapper .hero-shape-2 {
    top: 450px
  }
  .hero-shape-wrapper .hero-shape-5 {
    left: 125px;
  }
  .hero-shape-wrapper .hero-shape-6 {
    right: 50px;
  }
  .hero-shape-wrapper .hero-shape-7 {
    top: 450px
  }
  .hero-shape-wrapper .hero-shape-10 {
    right: 125px;
  }
}
@media (max-width: 375px) {
  .hero-area-3 {
    padding-top: 150px;
    padding-bottom: 280px;
  }
  .hero-shape-wrapper .hero-shape-1 {
    top: 50px;
  }
  .hero-shape-wrapper .hero-shape-2 {
    top: 445px;
    left: 15px;
  }
  .hero-shape-wrapper .hero-shape-6 {
    top: 50px;
  }
  .hero-shape-wrapper .hero-shape-7 {
    top: 445px;
    right: 15px;
  }
  .hero-shape-wrapper .hero-shape-3 {
    left: 95px;
    top: 500px;
  }
  .hero-shape-wrapper .hero-shape-8 {
    right: 95px;
    top: 500px;
  }
  .hero-shape-wrapper .hero-shape-9 {
    bottom: 115px;
  }
}


.bdevs-tech-blog {
	max-width: 1200px;
	margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
.bdevs-tech-blog h2 {
    margin-bottom: 20px;
}
.bdevs-tech-blog ul {
  padding-left: 25px;
  margin-bottom: 25px;
}
.bdevs-tech-blog ul li:not(:last-child) {
  margin-bottom: 3px;
}
.bdevs-tech-blog .description-wrap {
  margin-bottom: 25px;
}
.bdevs-tech-blog .description-wrap p {
  margin-bottom: 15px;
}
.bdevs-tech-blog .description-wrap p:last-child {
  margin-bottom: 0px;
}
.bdevs-tech-blog .my-spring-palette-tool-wrapper {
	font-family: "Roboto", sans-serif !important;
  padding: 0 !important;
  margin-bottom: 30px !important;
}
.bdevs-tech-blog .my-spring-palette-heading {
  margin-top: 30px;
  margin-bottom: 30px !important;
}