:root {
    --swiper-pagination-bullet-horizontal-gap: 2px;
    --swiper-navigation-size: 18px;
    --wp--preset--font-size--small: 14px;
}
:target {
    scroll-margin-top: 110px;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}
.elementor-widget-text-editor a {
    color: inherit
}
.elementor-button-icon svg {
    width: auto;
}
.elementor-button-icon+.elementor-button-text {
	line-height: normal;
}
.she-header {
    -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
}

.is-transparent-header [data-elementor-type="header"] .she-header {
	background-color: #fff;
}
.search-container .e-search-form {
	border: 1px solid #D9D9D9;
}
.is-transparent-header [data-elementor-type="header"] .she-header .search-container .e-search-form {
	border: 1px solid var(--e-global-color-primary);
}

.elementor-button {
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.elementor-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    z-index: -1;
}
.elementor-button:hover::after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.rotating-text {
  transform-origin: center;
  animation: rotateText 10s linear infinite;
}

@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}

@keyframes rippleEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}
@keyframes rippleEffect2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

@keyframes imgUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes imgDownUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
 
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}





/*===========Table custom-tb1===============*/
.custom-tb1 {
  border-radius: 20px;
    box-shadow: 0 0 0 1px #E0E0E0; 

  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

.custom-tb1 thead th {
  background: #1E73BE;
  color: #FFF;
  padding: 16px 16px;
  border-right: 1px solid #FFF;
}

.custom-tb1 thead th:last-child {
  border-right: none;
}

.custom-tb1 tbody tr:nth-child(odd) td {
  background: #fff;
}

.custom-tb1 tbody tr:nth-child(even) td {
  background: #F8F9FA !important;
}

.custom-tb1 tbody td {
  padding: 12px 16px;
  border-right: 1px solid #E0E0E0;
  align-content: center;
}

.custom-tb1 tbody td:last-child {
  border-right: none;
}

.custom-tb1 td,
.custom-tb1 th {
  border-top: none !important;
  border-bottom: none !important;
}

.custom-tb1 thead th:first-child {
  border-top-left-radius: 20px;
}
.custom-tb1 thead th:last-child {
  border-top-right-radius: 20px;
}
.custom-tb1 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.custom-tb1 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.custom-tb1 tbody td:first-child,
.custom-tb1 tbody td:nth-child(2) {
  text-align: left;
  white-space: nowrap;
}

.custom-tb1 ul br{
    display: none;
}
.custom-tb1 ul{
    padding-left: 20px ;
}

@media (max-width: 768px) { 
    
.custom-tb1 { 
    max-width: 100% !important; 
    overflow-x: auto !important; 
    display: block; 
    
} 
.custom-tb1 table { 
    width: 100% !important; 
    border-collapse: collapse !important; 
    display: table !important;
    white-space: nowrap !important; 
} 
}






.tablepress {
  border-radius: 20px;
  box-shadow: 0 0 0 1px #E0E0E0; 

  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;

}

.tablepress thead th {
  background: #F0F7FC;
  color: #1E73BE;
  padding: 16px 16px;
}

.tablepress thead th:last-child {
  border-right: none;
}

.tablepress tbody tr td {
  background: #fff !important;
}



.tablepress tbody td {
  padding: 12px 16px;
  align-content: center;
}



.tablepress thead th:first-child {
  border-top-left-radius: 20px;
}
.tablepress thead th:last-child {
  border-top-right-radius: 20px;
}
.tablepress tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.tablepress tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.tablepress tbody td:first-child,
.tablepress tbody td:nth-child(2) {
  text-align: left;
  white-space: nowrap;
}

.tablepress ul br{
    display: none;
}
.tablepress ul{
    padding-left: 20px ;
}
.tablepress td[colspan] {
  background: #F8F9FA !important;
}
@media (max-width: 768px) { 
    
.tablepress { 
    max-width: 100% !important; 
    overflow-x: auto !important; 
    display: block; 
    
} 
.tablepress table { 
    width: 100% !important; 
    border-collapse: collapse !important; 
    display: table !important;
    white-space: nowrap !important; 
} 
}