:root {
  --fluid-body-en: clamp(0.87813rem, 0.87736rem + 0.0341vw, 0.9rem);
  --fluid-h1-en: clamp(0.87813rem, 0.87736rem + 0.0341vw, 0.9rem);
  --fluid-h2-en: clamp(1.125rem, 1.0739rem + 0.2273vw, 1.25rem);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #ddd;
  color: #000000;
  font-family: verdana, sans-serif;
  line-height: 1.4;
  font-size: var(--fluid-body-en);
  width: 85%;
  max-width: 960px;
  margin: 21px auto;
  padding-top: 25px;
  padding-left: 31px;
  padding-right: 31px;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 8px #006600;
  -moz-box-shadow: 0px 0px 8px #006600;
  box-shadow: 0px 0px 8px #006600;
}
h1 {
  font-size: var(--fluid-h1-en);
}
h2 {
  font-size: var(--fluid-h2-en);
  margin-bottom: 1rem;
}
.text-center {
  text-align: center;
}
.mabhabani-top {
  display: block;
  height: 39px;
  width: 36px;
}
.change-color {
  color: #003b00;
  animation: colorChange 9s;
  animation-iteration-count: infinite;
}
@keyframes colorChange {
  0% {
    color: #003b00;
  }
  14% {
    color: #9f0c0c;
  }
  28% {
    color: #190c9f;
  }
  42% {
    color: #9e0d86;
  }
  56% {
    color: #0000ff;
  }
  70% {
    color: #2600ff;
  }
  85% {
    color: #3300ff;
  }
  100% {
    color: #003b00;
  }
}
.img-width {
  max-width: 100%;
  height: auto;
}
.image_right {
  float: right;
  margin-left: 15px;
  margin-bottom: 8px;
  margin-top: 6px;
  margin-right: 0;
  padding: 4px;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #aaa;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}
.image_left {
  float: left;
  margin-left: 0;
  margin-bottom: 8px;
  margin-top: 6px;
  margin-right: 20px;
  padding: 4px;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #aaa;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}
h1 {
  color: #006600;
}
p {
  text-align: left;
  margin: 0.8em 0;
}
p.para {
  text-align: center;
  font-weight: 800;
}
p.pbold {
  font-weight: bold;
}
a.w:link {
  color: #006600;
  font-size: 120%;
}
a.w:visited {
  color: purple;
  font-size: 120%;
}
a.w:hover {
  color: #008b00;
  font-size: 120%;
}
a.w:active {
  color: #ff0000;
  font-size: 120%;
}
a:link {
  color: #555;
  text-decoration: none;
}
a:visited {
  color: #800080;
  text-decoration: underline;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}
a:active {
  color: #f00;
  text-decoration: underline;
}
.overflow-word-break {
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .image_right {
    float: left;
    margin-left: 0;
    margin-right: 15px;
  }
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  margin-top: 3px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 11px 16px;
  text-decoration: none;
  font-size: 1.05rem;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: green;
  color: white;
  cursor: default;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .topnav a:not(.active) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 768px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive a:nth-of-type(7) {
    float: none;
  }
}
div.topnav > a:nth-of-type(7) {
  float: right;
}
.header-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pradeep {
  display: block;
  width: 44px;
  height: 39px;
}
.jaba-l,
.jaba-r {
  width: 25px;
  height: 23px;
}
.h1-top-en {
  margin-top: 4px;
  margin-bottom: 4px;
}
