/*---	Breadcrumb Starts	---*/
.breadcrumb-wrapper .breadcrumb-item-wrapper{
	padding-top: 15px;
	flex-flow: row wrap;
}
.breadcrumb-wrapper .breadcrumb-item-wrapper:before{
    position: absolute;
    height: 2px;
    width: 120px;
    top: 10px;
    left: 0;
    content: '';
    background: var(--pr-100);
}
.breadcrumb-wrapper a.breadcrumb__item{
    position: relative;
    display: inline-block;
    color: var(--mono5);
	margin-right: 20px;
	text-transform: inherit;
    font-size: 1.2rem;
    line-height: 1.8rem;
	font-family: var(--font-medium);
    text-transform: capitalize;
}
.breadcrumb-item-wrapper li > i {
	position:relative;
	top:-1px;
}
.breadcrumb-wrapper a.breadcrumb__item .icon-home {
	font-size:1.4rem;
}
.breadcrumb-wrapper .icon{
	margin-right: 20px;
}
.breadcrumb-wrapper a.breadcrumb__item--active{
    color: var(--pr-500);
	/*text-transform: inherit;*/
}
.breadcrumb-wrapper > a.breadcrumb__item:hover:after{
	width: 100%;
	left: 0;
}
/*---	Breadcrumb Ends	---*/

/*---	Footer starts	---*/
.footer .footer-wrapper{
	color: var(--mono1);
}
.footer .footer-top-wrapper{
	    background: var(--pr-900);
    padding-top: 50px;
	padding-bottom: 55px;
} 	
.footer .footer-bottom-wrapper{
	background-color: var(--mega-menu-left-color);
	padding: 28px 0;
	text-transform: uppercase;
	text-align: center;
}
.footer .footer_third_col_top{
	width: 60%;
}
.footer a:not(.b2t-link,.cas_link){
    color: var(--mono1);
    position: relative;
    transition: var(--base-transition);
    display: inline-block;
}
.footer .share_wrapper a {
	display:flex;
} 
.footer .share_wrapper a i{
	position:relative;
	/*left:1px;*/
}
.footer a:not(.cta_secondary, .b2t-link):hover:after, .footer a:not(.cta_secondary, .b2t-link):focus:after{
	width: 100%;
	left: 0;
}
.footer .footer-bottom-links ul li:not(:last-child){
	padding-right: 25px;
}
.footer .bottom_links a, .footer .footer_title{
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
	line-height: 1.6rem;
    font-family: var(--font-bold);
    font-weight: 700;
}
.footer .share_link a{
    background-color: var(--mono1);
    border-radius: 100%;
    height: 25px;
    width: 25px;
}
.footer .share_wrapper .share_link:not(:last-child){
	padding-right: 20px;
}
.footer .share_link i{
    font-size: 12px;
}
nav.breadcrumb-item-wrapper.p_rel.d-flex ol li {
    margin-top: 10px;
}
@media screen and (max-width: 991.98px){
	.footer-third-col, .footer-second-col{
		padding-top: 50px;
	}
	.footer .footer-top-wrapper {
		padding-bottom:0;
	}
	.footer-third-col{
		padding-bottom: 80px;
	}
    .footer .footer-bottom-wrapper{
		padding: 45px 0 40px;
	}
    .footer ul.bottom_links{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		text-align: left;
	}
	 .footer .share_link a{
        height: 41px;
        width: 41px;
    }   
	.footer ul.bottom_links li:nth-child(n + 3){
		padding-top: 28px;
	}
}
@media screen and (max-width: 767.98px){
	.footer .footer-bottom-wrapper{
		padding: 45px 0 25px;
	}
    .footer ul.bottom_links{
        margin-bottom: 15px;
    }
    .footer .b2t-wrapper{
        bottom: 110px;
        right: 30px;
    }
}
/*---	Back to Top Starts	---*/
.b2t-wrapper{
	display: block;
    position: fixed;
    bottom: 65px;
    right: 40px;
    visibility: hidden;
    opacity: 0;
    transition: var(--base-transition);
	z-index:2;
}
.b2t-wrapper.userScrolled {
    visibility: visible;
    opacity: 1;
}
.b2t-wrapper .b2t-link {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--se-300);
}
.tooltip:hover .tooltip__text {
    visibility: visible;
    opacity: 1;
}
.tooltip__text {
    padding: 5px 10px;
    width: 108px;
    visibility: hidden;
    text-align: center;
    background-color: var(--se-300);
    border-radius: 4px;
    color: var(--pr-900);
    position: absolute;
    right: 110%;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
}
/*---	Back to Top Ends	---*/
/*---	Footer Ends	---*/
/*-------------------------*/