@charset "UTF-8";
/* CSS Document */
#scroll {
    padding: 0;
}
.heading-menu{display: none;}
p.last-updated {
    text-align: right;
    margin-bottom: 50px;
}
    .banner-section{
        background: #045fd2 !important;
        color: #ffffff;
        padding:20px 0px 40px;
    font-family: 'Zoho_Puvi_SemiBold';
    letter-spacing: .25px;
        width: auto;
    }
    .banner-section h1{
        color: #ffffff !important;
        padding:50px 0 60px;
        font-family: "Zoho_Puvi_ExtraBold";
        font-size: 40px !important;
        
    }
.breadcrumb {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}
.bc-wrapper {
  padding: 0px 30px;
}
.bc-wrapper p {
  padding: 30px 0px;
}
.breadcrumb a {
    color: #fff;
    position: relative;
    font: 15px / 1.4 "Zoho_Puvi_Regular";
    text-decoration: none !important;
}
.breadcrumb a:not(:last-child) {
  color: #fff !important;
}
.breadcrumb span {
  font-size: 16px;
  margin: 0px 5px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.breadcrumb a:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #ffffff;
  transition: .4s ease;
}
.breadcrumb a:not(:last-child):hover::after {
  width: 100%;
  transition: .4s ease;
}
a.breadcrumb-title {
  cursor: text;
  color: #fff !important;
}
    @media only screen and (max-width: 1024px){
        .bc-wrapper{
            padding: 25px 0;
        }
    }