@font-face {
    font-family: HKGrotesk-Bold;
    src: url('../fonts/en/HKGrotesk-Bold.woff2') format('woff2');
  }
  @font-face {
    font-family: HKGrotesk-Light;
    src: url('../fonts/en/HKGrotesk-Light.woff2') format('woff2');
  }  
  @font-face {
    font-family: HKGrotesk-Regular;
    src: url('../fonts/en/HKGrotesk-Regular.woff2') format('woff2');
  }
/* body {
    font-family: HKGrotesk-Regular !important;
} */
 .desktop_logo img {
    width: 50px;
}
.site-title-header p {
    color: white;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
    font-family: sans-serif;
}
.site-title-header p a{
    color: white;
}
.mani_page_title {
    background: #2d3185;
    color: #fff;
    text-align: center;
}
.sp-pagebuilder-row, .sppb-row {

  margin-right: 0 !important;
  margin-left: 0 !important;
}
a {
    text-decoration: none !important;
}
.custom.logo p {
	margin-bottom: 0 !important;
}
@media (max-width:768px){
	.custom.logo img {
    width: 40px;
    height: 38px;
}
    .site-title-header p {
    font-size: 18px;
    letter-spacing: 3px;
}
}