Your IP : 3.147.82.108
/*========================================*/
/*-------------- [_Page_Title] -----------*/
/*========================================*/
.page-title-section {
background-position: center;
background-color: #f8f8f8;
background-image: url(../images/bg/1.jpg);
display: flex;
align-items: end;
min-height: 460px;
position: relative;
padding: 115px 0;
@media (max-width: 425px) {
min-height: 410px;
}
.breadcrumb-area {
text-align: center;
z-index: 2;
position: relative;
.page-title {
color: #fff;
margin-bottom: 30px;
letter-spacing: 3px;
}
.breadcrumbs-link {
display: inline-block;
background: var(--webex-primary-color);
padding: 8px 40px;
li {
display: inline-block;
font-size: 18px;
font-weight: 500;
color: #fff;
a {
color: #fff;
}
&:after {
display: inline-block;
content: "\e938";
font-family: "webexbaseicon";
font-weight: 600;
margin-left: 15px;
margin-right: 12px;
color: #fff;
font-size: 14px;
}
&.active {
color: #fff;
text-decoration: underline;
}
&:last-child {
&:after {
display: none;
}
}
}
}
}
&:after {
background: linear-gradient(19deg, #0a0a73, #0e021b);
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
top: 0;
opacity: 0.7;
z-index: 1;
}
}