.page-banner-section{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:365px;justify-content:center;overflow:hidden;padding-top:100px;position:relative;z-index:9}.page-banner-section:before{background-color:rgba(6,10,16,.6);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}@media only screen and (max-width:767px){.page-banner-section{padding-top:75px}}.page-banner-content h1{color:var(--light-color);margin-bottom:20px;text-transform:capitalize}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.page-banner-content h1{font-size:40px}}@media only screen and (max-width:575px){.page-banner-content h1{font-size:32px}}@media only screen and (max-width:479px){.page-banner-content h1{font-size:28px}}.page-banner-content ul{display:flex;list-style:none;margin:0;padding:0}.page-banner-content ul li{align-items:center;color:var(--light-color);display:flex;font-weight:500;line-height:1;text-transform:capitalize}.page-banner-content ul li a{color:var(--light-color)}.page-banner-content ul li a:hover{color:var(--primary-color)}.page-banner-content ul li:not(:last-child):after{content:"/";margin:0 10px}.page-banner-content ul li:last-child a{color:var(--primary-color)}