/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2022 | 09:25:54 */
.section-15 .item-number .elementor-widget-container {
  	width: 80px;
  	height: 80px;
  	display: flex;
  	align-items: center;
  	justify-content: center
}
/* 
.section-15 .arrow-wrapper::before,
.section-15 .arrow-wrapper::after {
    content: '';
    width: 10px;
    height: 62%;
    background-color: #fff;
    display: inline-block;
    transform: skew(80deg, 50deg);
    position: absolute;
    right: 0;
    bottom: 0;
}

@media(max-width: 1441px){
    .section-15 .arrow-wrapper::before,
    .section-15 .arrow-wrapper::after {
        height: 61%;
	}
}

@media(max-width: 1025px){
    .section-15 .arrow-wrapper::before,
    .section-15 .arrow-wrapper::after {
        height: 57.4%;
	}
}

.section-15 .arrow-wrapper::after {
    transform: skew(-80deg, 50deg);
  	bottom: -30px;
  	top: auto;
} */

.section-15 .elementor-widget-html {
  position: initial;
}

.section-15 .arrow-wrapper {
    display: inline-block;
    border-width: 0px 20px 20px 0px;
    border-color: white;
    width: 100%;
    height: 100%;
    border-style: solid;
    transform: rotate(45deg) skew(-30deg, -30deg) translateX(-50%);
    position: absolute;
    bottom: -150px;
    left: 43%;
}

@media (min-width: 992px){
  .section-15 .arrow-wrapper {
    border-width: 0px 20px 20px 0px;
    width: 200px;
    height: 200px;
    transform: rotate(-45deg) skew(-20deg, -20deg) translateY(50%);
    bottom: 50%;
    right: -10px;
    left: auto;
  }
/*   .section-15 .arrow-wrapper::before,
  .section-15 .arrow-wrapper::after {
      height: 62%;
      transform: skew(35deg);
      position: absolute;
      top: -30px;
      right: 0;
      bottom: auto;
  }

  .section-15 .arrow-wrapper::after {
      transform: skew(-35deg);
      bottom: -30px;
      top: auto;
  } */
}