/* process */
.process_section .elementor-heading-title {
    text-align: center;
}
.timeline_progress {
    z-index: -2;
    width: .1875rem;
    height: 100%;
    background-color: #282828;
    position: absolute;
}
.timeline_progress-bar {
    z-index: 0;
    width: .1875rem;
    height: 50vh;
    background-color: #fff;
    background: #0DA4F0;
background: linear-gradient(to top, #0DA4F0 0%, #8D40FA 100%);
    position: fixed;
    top: 0;
    bottom: 36.5vh;
    left: auto;
    right: auto;
}
.process_itm_wrapper {
    background-color: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    overflow: hidden;
}



.process_itm_wrapper {
    background-color: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    overflow: visible;
}
.item_center {
    align-items: flex-start;
}
.item_icon {
    width: .9375rem;
    height: .9375rem;
    max-height: .9375rem;
    max-width: .9375rem;
    min-height: .9375rem;
    min-width: .9375rem;
    color: #0DA4F0;
    background-color: #212121;
    border-radius: 100%;
    position: -webkit-sticky;
    position: sticky;
    box-shadow: 0 0 0 7px #0DA4F0;
	transform: translateY(10px);
}
.process_item {
    z-index: 2;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 11.25rem 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: grid;
    position: relative;
}
.item_title {
    text-align: right;
    justify-content: flex-end;
    align-items: stretch;
}
.item_center {
    justify-content: center;
    display: flex;
}
.process_item {
    position: relative;
}
.process_item .item_title {
    color: #0DA4F0;
    font-size: 23px;
    margin-bottom: 5px;
    line-height: 30px;
}

.process_item .process_btn {
    font-size: 16px;
    color: #0DA4F0;
    text-transform: uppercase;
    text-decoration: underline;
}
.process_item .item_content {
    color: #eee;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
		cursor:pointer;
}
.process_item {
    position: relative;
    padding-block: 25px;
}
.process_item  .item_title:hover {
    background: linear-gradient(to bottom, #8D40FA  0%, #0DA4F0  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}
.process_item .item_title {
    transition: .5s;
}

.process_item .item_content.active {
    display: block;
	height: auto;
}
.process_itm_wrapper .process_item:hover::after{
	background:#0DA4F0;
}
.process_section .elementor-heading-title {
    text-align: center;
    padding-bottom: 35px;
    background: #03072e;
    margin: 0;
}

.process_item .item_content {
/*     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    overflow: hidden;
	height:60px;
}
.process_item .process_btn {
    cursor: pointer;
}


@media(max-width:767px){
	.process_item {
    width: 100%;
    text-align: left;
}
	.process_itm_wrapper .process_item::after{
		left:0;
	}

	.process_item .item_content {
    font-size: 15px;
    line-height: 24px;
}
	.process_section .elementor-heading-title {
    padding-bottom: 15px;
}
	.process_item {
    grid-template-columns: 3rem 1fr;
}
	.item_center {
    justify-content: flex-start;
    grid-area: 1/1/3/2;
}
	.timeline_progress {
    left: 15px;
}
	.process_item .item_title {
    text-align: left;
}
	.item_icon {
    width: 12px;
    height: 12px;
    max-height: 12px;
    max-width: 12px;
    min-height: 12px;
    min-width: 12px;
    box-shadow: 0 0 0 6px #0DA4F0;
    transform: translate(10px,10px);
}
}

@media(max-width:380px){
	.process_item .item_title {
    font-size: 18px;
    line-height: 25px;
}
	.process_item .process_btn {
    font-size: 13px;
}
}



/* Image Gallery */

#pagin li a, #pagin li span {
    display: inline-block !important;
    text-align: center;
    border: 1px solid #000;
    margin: 0 2px;
    padding: 3px 10px;
    color: #000;
    vertical-align: middle;
}
#pagin li {
    display: inline-block;
    text-align: center;
}
#pagin {
    padding: 0;
    text-align: center;
}
#pagin li span.current{
    background-color: #000;
    color:#fff;
}
.elementor_image_item {
    display: inline-block;
    width: 33.33%;
    vertical-align: middle;
    height: 100%;
}
.custom-image-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 15px;
}