<style>
.mt-10 {
    margin-top: 10px;
}
.page-title {
    position: relative;
    overflow: hidden;
    padding: 140px 0px;
    background-size: cover;
}
.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #010C3A;
    background: -webkit-linear-gradient(to right, #010C3A 0%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(to right, #010C3A 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, #010C3A 0%, rgba(255,255,255,0) 100%);
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.page-title h2 {
    color: #fff;
    padding-bottom: 15px;
}
h2 {
    line-height: 1.2em;
    font-size: 42px;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    color: rgb(1,1,1);
    font-family: 'Poppins', sans-serif;
}
.page-title .bread-crumb {
    position: relative;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.page-title .bread-crumb li {
    position: relative;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
    padding-right: 15px;
}
.page-title .bread-crumb li:before {
    position: absolute;
    right: -3px;
    top: 0px;
    color: #ffffff;
    content: "|";
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}
.page-title .bread-crumb li:last-child:before { 
    content: "";
     }
.page-title .bread-crumb li a {
    font-weight: 500;
    color: rgb(223,3,3);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}
a {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: rgb(223,3,3);
}
.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.page-title .bread-crumb li {
    position: relative;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
    padding-right: 15px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
</style>