.page-title-section{position:relative;height:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:1200px) and (max-width:1599px){.page-title-section{height:300px}}@media only screen and (min-width:992px) and (max-width:1199px){.page-title-section{height:250px}}@media only screen and (min-width:768px) and (max-width:991px){.page-title-section{height:250px}}@media only screen and (max-width:767px){.page-title-section{height:250px}}.page-title-section .shape{position:absolute;z-index:9}.page-title-section .shape-1{top:0;left:0}.page-title-section .shape-2{bottom:0;right:0}@media only screen and (min-width:992px) and (max-width:1199px){.page-title-section .shape-1 img{width:200px}.page-title-section .shape-2 img{width:200px}}@media only screen and (min-width:768px) and (max-width:991px){.page-title-section .shape-1 img{width:200px}.page-title-section .shape-2 img{width:200px}}@media only screen and (max-width:767px){.page-title-section .shape-1 img{width:150px}.page-title-section .shape-2 img{width:150px}}.page-title .title{font-size:var(--heading-one);line-height:1.2;color:#fff;margin:0;text-align:center}@media only screen and (min-width:992px) and (max-width:1199px){.page-title .title{font-size:44px}}@media only screen and (min-width:768px) and (max-width:991px){.page-title .title{font-size:38px}}@media only screen and (max-width:767px){.page-title .title{font-size:34px;line-height:1.5}}.breadcrumb{padding:40px 0;padding-bottom:0;background-color:transparent}@media only screen and (min-width:992px) and (max-width:1199px){.breadcrumb{padding-top:25px}}@media only screen and (min-width:768px) and (max-width:991px){.breadcrumb{padding-top:25px}}@media only screen and (max-width:767px){.breadcrumb{padding:20px 0}}.breadcrumb li{font-size:var(--body-font-size);line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff}.breadcrumb li+li::before{margin:0 15px;font-size:16px;content:"";font-family:"FontAwesome";color:#fff;margin-top:2px}.breadcrumb li a{position:relative;display:block;color:#fff}.breadcrumb li a::before{position:absolute;right:0;bottom:0;width:0;height:1px;content:"";-webkit-transition:all .25s cubic-bezier(0.645,0.045,0.355,1);transition:all .25s cubic-bezier(0.645,0.045,0.355,1);background-color:var(--primary-color)}.breadcrumb li a:hover{color:var(--primary-color)}.breadcrumb li a:hover::before{left:0;width:100%}