.current-menu-item>a {
    font-weight: 500 !important;
}

.team-hover {
    position: absolute;
    bottom: -200px;
    left: 0px;
    /*opacity: 0;*/
    transition: .3s;
}
.img-team {
    mix-blend-mode: luminosity;
    overflow: hidden;
}
.img-team:hover{
    mix-blend-mode: normal; 
}
.img-team:hover .team-hover{
    opacity: 1;
     bottom: -1px;
}

.industry-text p {
    white-space: normal;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}


.one {
    position: relative;
}
.one:after {
    counter-increment: list-counter;
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
    left: -75px;
    top: 0px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-transform: capitalize;
    color: #000000;
    background: #EBF2F0;
    width: 46px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
	transition: .7s;
}
.one.active:after{
	 background: #37877F;
	color: #fff;
}
.one:before {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 1%;
    height: 3px;
    background: #072421;
    left: 0px;
    transition: .7s;
}
.one .elementor-image-box-wrapper:after {
    content: '';
    position: absolute;
    top: 36px;
    width: 2px;
    height: 2px;
    background: #37877F;
    left: -52px;
    transition: .7s;
}





.one:nth-child(4) .elementor-image-box-wrapper:after{
	display:none;
}


.list-style li, .star li {
    list-style: none;
    position: relative;
}
.list-style li:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: #37877F;
    border-radius: 100px;
    left: -41px;
    top: 5px;
}
.star li:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url('https://allpointscapitalgroup.com/wp-content/uploads/2026/02/Group-1.svg');
    left: -42px;
    top: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.list-style ul, .star ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.one.active .elementor-image-box-wrapper:after {
    height: 100%;
}
.one.active:before{
	width:100%;
}
.procexx-box{
	    counter-reset: list-counter;
}
.loop-service .elementor-loop-container.elementor-grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 3%;
    row-gap: 30px;
}
.loop-service .loan-service {
    width: 48.5%;
}
.loop-service .loan-service:nth-child(4) {
    width: 37%;
}
.loop-service .loan-service:nth-child(5){
	width:60%;
}
.loop-service .loan-service:nth-child(6){
	width:100%;
}

.loop-service .loan-service:nth-child(6) .e-con-inner {
    display: flex !important;
    gap: 6%;
    flex-direction: row-reverse;
    align-items: center;
}


.menu-item-has-children span {
    display: none !important;
}
.menu-item-has-children {
    padding-right: 25px !important;
	position:relative;
}
.menu-item-has-children:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('https://allpointscapitalgroup.com/wp-content/uploads/2026/02/angle-down-svgrepo-com.svg');
    background-position: center;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 14px;
    top: 11px;
}

.industry-text {
    white-space: normal;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block !important;
}
@media (max-width:991px){
	.loop-service .loan-service:nth-child(5),
.loop-service .loan-service:nth-child(4){
	width: 48.5%;
}
}
@media (max-width:767px){
	.email p.elementor-icon-box-description {
    font-size: 12px;
}
	.loop-service .loan-service {
    width: 100% !important;
}
	.one:after {
    left: -60px;
}
	.one .elementor-image-box-wrapper:after {
    left: -37px;
}
}

