/*Process Steps*/.tp-process-steps-widget,
.tp-process-steps-widget .tp-process-steps-wrapper {
    position: relative;
}

.tp-process-steps-widget .tp-ps-content {
    position: relative;
    display: flex;
    flex-direction: column;
}

.tp-process-steps-widget .tp-process-steps-wrapper {
    min-height: 150px;
}

.tp-process-steps-wrapper,
.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-icon-img,
.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-dc:after,
.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-icon-img .tp-ps-text,
.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-icon-img .tp-icon-img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tp-process-steps-widget .tp-pro-step-title {
    font-size: 20px;
    color: #000;
    position: relative;
    display: inline-block;
    margin: 0;
}

.tp-process-steps-widget .tp-pro-step-desc,
.tp-process-steps-widget.style_1 .tp-pro-step-desc p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.70);
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: 15px;
}

.tp-process-steps-widget .tp-ps-right-content a {
    outline: none
}

.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-icon-img {
    position: relative;
    display: flex;
    width: 90px;
    height: 90px;
    border: 1px solid #c1b4b4;
    border-radius: 50%;
    background: #e6dcdc;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-icon-img {
    color: #000000b0;
    font-size: 25px;
}

.tp-process-steps-wrapper .tp-ps-left-imt .tp-pro-step-icon-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.tp-process-steps-wrapper .tp-ps-icon-img .tp-ps-text {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    line-height: initial;
    word-break: keep-all;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}

.tp-pro-step-icon-img .tp-icon-img,
.tp-ps-special-bg i,
.tp-ps-special-bg .tp-ps-text {
    position: relative;
    z-index: 111;
}

.tp-process-steps-widget .tp-process-steps-wrapper .tp-pro-step-icon-img {
    overflow: hidden;
}


/*counter start*/

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-dc {
    position: absolute;
    left: calc(50% - 15px);
    top: 0;
    margin-left: -30px;
    z-index: 112;
}

.tp-process-steps-widget {
    counter-reset: my-sec-counter
}

.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-dc.number_normal:after,
.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-dc.lower_roman:after,
.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-dc.decimal_leading_zero:after,
.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-dc.upper_alpha:after,
.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-dc.lower_alpha:after,
.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-dc.upper_roman:after,
.tp-process-steps-widget .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-dc.lower_greek:after {
    counter-increment: my-sec-counter;
    color: #000;
    position: absolute;
    display: flex;
    width: 30px;
    height: 30px;
    background: #e9e4e4;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
}

.tp-process-steps-widget .tp-process-steps-wrapper:hover .tp-ps-left-imt .tp-ps-dc.number_normal:after,
.tp-process-steps-widget .tp-process-steps-wrapper:hover .tp-ps-left-imt .tp-ps-dc.lower_roman:after,
.tp-process-steps-widget .tp-process-steps-wrapper:hover .tp-ps-left-imt .tp-ps-dc.decimal_leading_zero:after,
.tp-process-steps-widget .tp-process-steps-wrapper:hover .tp-ps-left-imt .tp-ps-dc.upper_alpha:after,
.tp-process-steps-widget .tp-process-steps-wrapper:hover .tp-ps-left-imt .tp-ps-dc.lower_alpha:after,
.tp-process-steps-widget .tp-process-steps-wrapper:hover .tp-ps-left-imt .tp-ps-dc.upper_roman:after,
.tp-process-steps-widget .tp-process-steps-wrapper:hover .tp-ps-left-imt .tp-ps-dc.lower_greek:after,
.tp-process-steps-widget .tp-process-steps-wrapper.active .tp-ps-left-imt .tp-ps-dc.number_normal:after,
.tp-process-steps-widget .tp-process-steps-wrapper.active .tp-ps-left-imt .tp-ps-dc.lower_roman:after,
.tp-process-steps-widget .tp-process-steps-wrapper.active .tp-ps-left-imt .tp-ps-dc.decimal_leading_zero:after,
.tp-process-steps-widget .tp-process-steps-wrapper.active .tp-ps-left-imt .tp-ps-dc.upper_alpha:after,
.tp-process-steps-widget .tp-process-steps-wrapper.active .tp-ps-left-imt .tp-ps-dc.lower_alpha:after,
.tp-process-steps-widget .tp-process-steps-wrapper.active .tp-ps-left-imt .tp-ps-dc.upper_roman:after,
.tp-process-steps-widget .tp-process-steps-wrapper.active .tp-ps-left-imt .tp-ps-dc.lower_greek:after{
    color: #fff;
    background: #000;
}

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-dc.number_normal:after {
    content: counter(my-sec-counter);
}

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-dc.lower_roman:after {
    content: counter(my-sec-counter, lower-roman) ". ";
}

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-dc.decimal_leading_zero:after {
    content: counter(my-sec-counter, decimal-leading-zero) ". ";
}

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-dc.upper_alpha:after {
    content: counter(my-sec-counter, upper-alpha) ". ";
}

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-dc.lower_alpha:after {
    content: counter(my-sec-counter, lower-alpha) ". ";
}

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-dc.upper_roman:after {
    content: counter(my-sec-counter, upper-roman) ". ";
}

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-dc.lower_greek:after {
    content: counter(my-sec-counter, lower-greek) ". ";
}

.tp-process-steps-wrapper .tp-ps-dc.dc_custom_text .ds_custom_text_label {
    display: flex;
    background: #0000008f;
    padding: 3px 5px;
    font-size: 14px;
    border-radius: 50px;
    color: #fff;
}

.tp-process-steps-wrapper:hover .tp-ps-dc.dc_custom_text .ds_custom_text_label,
.tp-process-steps-wrapper.active .tp-ps-dc.dc_custom_text .ds_custom_text_label {
    background: #000;
}


/*counter end*/


/*special background start*/

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-special-bg:before,
.tp-process-steps-widget .tp-ps-left-imt .tp-ps-special-bg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: inherit;
    z-index: 22;
}

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-special-bg:after {
    width: 110px;
    height: 110px;
    opacity: .7;
}

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-special-bg:before {
    width: 130px;
    height: 130px;
    opacity: .3;
}

.tp-process-steps-widget .tp-ps-left-imt.tp-ps-special-bg {
    margin-bottom: 20px;
}

.tp-process-steps-widget .tp-ps-left-imt .tp-ps-special-bg .tp-ps-icon-img {
    border: none !important;
}


/*special background end*/


/*style 1*/

.tp-process-steps-widget.style_1 .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-icon-img {
    border: 1px solid #c1b4b4;
}

.tp-process-steps-widget.style_1 .tp-process-steps-wrapper .tp-ps-left-imt {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    margin-right: 50px;
}

.tp-process-steps-widget.style_1 .tp-process-steps-wrapper .tp-ps-right-content {
    position: relative;
    display: block;
    width: calc(100% - 150px);
    float: left;
}

.tp-process-steps-widget.style_1 .tp-process-steps-wrapper .tp-ps-left-imt:after {
    content: '';
    display: inline-block;
    height: 100%;
    position: absolute;
    border: 1px solid #c1b4b4;
    left: 45px;
}

.tp-process-steps-widget.style_1 .tp-process-steps-wrapper:hover .tp-ps-left-imt .tp-ps-icon-img,
.tp-process-steps-widget.style_1 .tp-process-steps-wrapper.active .tp-ps-left-imt .tp-ps-icon-img{
    background: #aba2a2;
}

.tp-process-steps-widget.style_1 .tp-process-steps-wrapper:hover .tp-ps-left-imt .tp-ps-icon-img,
.tp-process-steps-widget.style_1 .tp-process-steps-wrapper.active .tp-ps-left-imt .tp-ps-icon-img{
    color: #fff;
}

.tp-process-steps-widget.style_1 .tp-process-steps-wrapper:last-child .tp-ps-left-imt:after {
    display: none;
}


/*style 1*/


/*style 2 start*/

.tp-process-steps-widget.style_2 {
    position: relative;
    display: flex !important;
    width: 100%;
	margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.tp-process-steps-widget.style_2 .tp-process-steps-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}

.tp-process-steps-widget.style_2 .tp-ps-right-content {
    text-align: center;
}

.tp-process-steps-widget.style_2 .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-icon-img {
    margin: 0 auto;
}

.tp-process-steps-widget.style_2 .tp-process-steps-wrapper:hover .tp-ps-left-imt .tp-ps-icon-img,
.tp-process-steps-widget.style_2 .tp-process-steps-wrapper.active .tp-ps-left-imt .tp-ps-icon-img{
    color: #000;
}

.tp-process-steps-widget.style_2 .tp-process-steps-wrapper:hover .tp-ps-left-imt .tp-ps-icon-img,
.tp-process-steps-widget.style_2 .tp-process-steps-wrapper.active .tp-ps-left-imt .tp-ps-icon-img{
    background: #aba2a2;
}

.tp-process-steps-widget.style_2 .tp-pro-step-title {
    margin-top: 15px;
}

.tp-process-steps-widget.style_2 .tp-pro-step-title {
    margin-top: 15px;
}

.tp-process-steps-widget.style_2 .tp-process-steps-wrapper:last-child .tp-ps-left-imt:before {
    display: none;
}

.tp-process-steps-widget.style_2 .tp-ps-left-imt:before {
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    border: 0.5px solid #e9e9e9;
    right: calc(-50% - 10px);
}

.tp-process-steps-widget.style_2 .tp-ps-left-imt {
    position: relative;
    display: inline-flex;
    width: auto;
    align-items: center;
}


/*style 2 end*/

.tp-process-steps-widget.style_1.tp_ps_sep_img .tp-process-steps-wrapper .tp-ps-left-imt:after,
.tp-process-steps-widget.style_2.tp_ps_sep_img .tp-process-steps-wrapper .tp-ps-left-imt:before {
    display: none;
}

.tp-process-steps-widget.tp_ps_sep_img .tp-process-steps-wrapper .separator_custom_img {
    position: absolute;
    max-width: 100%;
    display: flex;
    right: 0;
}

.tp-process-steps-widget.tp_ps_sep_img .tp-process-steps-wrapper:last-child .separator_custom_img,
.tp-process-steps-widget.style_1.tp_ps_sep_img .tp-process-steps-wrapper:last-child .separator_custom_img {
    display: none;
}

.tp-process-steps-widget.style_2.tp_ps_sep_img  .tp-sep-custom-img-inner {
   width: auto;
    height: 50px;
}
.tp-process-steps-widget.style_1.tp_ps_sep_img .tp-sep-custom-img-inner {
    width: auto;
    height: auto;
}

.tp-process-steps-widget.style_1.tp_ps_sep_img .tp-process-steps-wrapper .separator_custom_img {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    bottom: calc(-50%);
}

@media (max-width:767px) {
	.tp-process-steps-widget.style_2 {
		position: relative;
		display: block !important;
		float: left;
		width: 100%;
	}	
    .tp-process-steps-widget.style_2 .tp-ps-left-imt:before,
    .tp-process-steps-widget.style_2 .tp-process-steps-wrapper:last-child .tp-ps-left-imt:after {
        display: none;
    }
    .tp-process-steps-widget.style_2 .tp-process-steps-wrapper .tp-ps-left-imt:after {
        content: '';
        display: inline-block;
        height: 100%;
        position: absolute;
        border: 1px solid #c1b4b4;
        left: 45px;
    }
    .tp-process-steps-widget.style_2 .tp-process-steps-wrapper .tp-ps-left-imt {
        position: relative;
        display: inline-block;
        float: left;
        text-align: center;
        margin-right: 50px;
    }
    .tp-process-steps-widget.style_2 .tp-process-steps-wrapper .tp-ps-right-content {
        position: relative;
        display: block;
        width: calc(100% - 150px);
        float: left;
    }
    .tp-process-steps-widget.style_2 .tp-process-steps-wrapper .tp-ps-left-imt .tp-ps-icon-img {
        margin: unset;
    }
    .tp-process-steps-widget.style_2 .tp-ps-right-content {
        text-align: left;
    }
    .tp-process-steps-widget.style_2 .tp-process-steps-wrapper {
        flex-direction: unset;
    }
    .tp-process-steps-widget .tp-pro-step-title {
        font-size: 16px;
    }
    .tp-process-steps-widget .tp-pro-step-desc,
    .tp-process-steps-widget.style_1 .tp-pro-step-desc p {
        font-size: 15px;
    }
    .tp-process-steps-widget.style_2.tp_ps_sep_img .tp-process-steps-wrapper .tp-ps-left-imt:after,
    .tp-process-steps-widget.style_2.tp_ps_sep_img .tp-process-steps-wrapper .separator_custom_img {
        display: none;
    }
	/*mobile*/
	.tp-process-steps-widget.style_2.mobile .tp-process-steps-wrapper {
    display: flex;
    flex-direction: column;
	}
	.tp-process-steps-widget.style_2.mobile .tp-process-steps-wrapper .tp-ps-left-imt:after {
		display: none;
	}
	.tp-process-steps-widget.style_2.mobile .tp-process-steps-wrapper .tp-ps-left-imt {
		width: 100%;
		float: none;
		display: flex;
		margin-right: unset;
		justify-content: center;
	}
	.tp-process-steps-widget.style_2.mobile.flex-start .tp-process-steps-wrapper .tp-ps-left-imt {justify-content: flex-start;}
	.tp-process-steps-widget.style_2.mobile.flex-end .tp-process-steps-wrapper .tp-ps-left-imt {justify-content: flex-end;}
	.tp-process-steps-widget.style_2.mobile .tp-process-steps-wrapper .tp-ps-right-content {
		width: 100%;
		float: none;
		display: flex;
		text-align: center;
	}
	.tp-process-steps-widget.style_2.mobile.left .tp-process-steps-wrapper .tp-ps-right-content {text-align: left;}
	.tp-process-steps-widget.style_2.mobile.right .tp-process-steps-wrapper .tp-ps-right-content {text-align: right;}
	.tp-process-steps-widget.style_2.mobile.justify .tp-process-steps-wrapper .tp-ps-right-content {text-align: justify;}

	/*mobile*/
}