:root {
  --main-color: #2d2e81;
  --heading-color: #232331;
  --text-color: #1E1E1E;
  --white-color: #fff;
  --black-color: #000;
  --main-font: Roboto-Regular;
  --heading-font: Roboto-Regular;
  --button-font: Roboto-Regular;
}

@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.woff);
}

@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.woff);
}

body {
  font-family: var(--main-font);
  min-height: 100vh;
  background: radial-gradient(rgb(0 78 255 / 0%), rgb(0 41 133 / 5%));
}

a {
  text-decoration: none;
}

.container-fluid {
  padding: 0 4%;
}


h1,
h2,
h3,
h5,
h6 {
  font-family: var(--heading-font);
}

p {
  font-family: var(--main-font);
}

.main_menu_hdr {
  background: none;
  z-index: 99;
  position: fixed;
  width: 100%;
  left: 0;
  top: 10px;
}

.left_top {
  display: flex;
  justify-content: flex-end;
}

.main_menu {
  display: block;
  position: relative;
  /* background: #fff; */
  padding: 0px;
  border-radius: 15px;
}

.main_menu .navigation.navbar {
  padding: 0;
}

.ashok {
  width: 80px;
}

.container-menu {
  width: 80%;
  margin: 0 auto;
}

.logo {
  display: block;
  padding: 0px;
}

.logo a {
      position: relative;
    z-index: 2;
    width: 128px;
    display: block;
    /* background: #ffffff; */
    /* clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%); */
    padding: 0;
}

.logo a img {
  width: 100%;
}

.date_text {
  color: #145fc2;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: end;
}

.date_text img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.ps_add h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.ps_add h4 {
  font-weight: 600;
  margin-bottom: 0;
}

.ps_add h5 {
  font-weight: 600;
  margin-bottom: 0;
}