@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

/* Default Theme */

html.default body {
  color: #000;
  background-color: #fff;
}

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  color: inherit;
}

button,
input {
  outline: medium none;
  color: #686868;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", sans-serif;
  margin: 0px;
  color: #000;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: "Exo 2", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

/* start header section */

.hd_md_left {
  display: flex;
  margin-top: 2px;
}

.hd_md_left_h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 41px;
  font-weight: 800;
  line-height: 26px;
  color: #007bff;
  display: block;
  margin-top: 19px;
}

.hd_md_left_h3 {
  font-family: "Exo 2", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 65px;
  color: tomato;
  display: block;
  margin-top: 3px;
}

.hd_md_left_sb {
  margin-right: 50px;
}

#header_middel {
  padding: 0px 0px 0px 0px;
}

.rsb_odisha_logo {
  width: 105px;
  height: 105px;
  margin: 5px 10px 5px 0px;
}

/* start footer */
footer {
  position: relative;
  width: 100%;
  margin-top: 25px;
}

#footer_down {
  background: #010d05;
  padding: 15px 0;
}

#footer_down p {
  color: #fff;
  font-weight: 400;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  display: block;
  text-align: center;
}

/* end footer */

#header_down {
  background-color: #05003c;
  /* display: block; */
  /* height: 60px; */
  /* position: relative; */
}
/* #header_down {
  background-color: #05003c;
  display: block;
  height: 60px;
  position: relative;
} */

#header_down nav {
  padding-top: 0px;
}

#header_down nav ul {
  margin: 0;
  padding: 0;
}

#header_down nav ul li {
  list-style: none;
  float: left;
  padding-right: 20px;
  /* padding-right: 48px; */
}

#header_down nav ul li a {
  text-decoration: none;
  color: #fff;
  padding: 17px 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#header_down nav ul li:last-child {
  padding-right: 0;
}

img {
  vertical-align: middle;
}

header {
  box-shadow: 0 3px 5px rgb(57 63 72 / 22%);
  position: relative;
  width: 100%;
  top: 0;
  z-index: 999;
}

/* sticky menu */
.page-header.is-sticky {
  /* position: fixed; */
  position: sticky;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  width: 100%;
  background-color: rgb(255 255 255 / 45%);
  margin-top: 0px;
}

.page-header.is-sticky img {
  max-width: 100%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

p {
  text-align: justify;
  text-justify: inter-word;
  color: black;
  font-weight: bold;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blinking {
  animation: blink 1s infinite;
}

.popup:hover {
  transform: scale(1.5);
}

.smooth-edge {
  border-radius: 15px; /* Adjust the value to control the roundness of the corners */
  background-color: #f0f0f0; /* Example background color */
  padding: 20px; /* Example padding */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Example shadow */
}







@media (max-width: 575.98px) { 

  .hd_md_left {
    display: block;
}
.hd_md_left_h2 {
  font-size: 27px;
  line-height: 30px;
}
.hd_md_left_h3 {
  font-size: 29px;
}
.hd_md_left_sb {
  margin-right: 0;
}
.page-header.is-sticky {
  position: relative;
}
#header_down {
  background-color: #05003c;
  display: block;
  height: auto;
  position: relative;
}
/* .collapse.show {
  display: none;
}
.collapse {
  display: block;
} */
#header_down .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  display: none;
}
h1{
  font-size: 32px;
}
p {
  text-align: justify;
  text-justify: inter-word;
  color: black;
  font-weight: bold;
  font-size: 14px;
}
.sp_d{
  margin-left: 0 !important;
}
.p-5 {
  padding: 0rem !important;
}

.img_re_sp{
  width: 100%;
  height: auto;
}















}

@media (min-width: 576px) and (max-width: 767.98px) {
  
  .hd_md_left {
    display: block;
}
.hd_md_left_h2 {
  font-size: 27px;
  line-height: 30px;
}
.hd_md_left_h3 {
  font-size: 29px;
}
.hd_md_left_sb {
  margin-right: 0;
}
.page-header.is-sticky {
  position: relative;
}

header {
  box-shadow: 0 3px 5px rgb(57 63 72 / 22%);
  position: relative;
  width: 100%;
  top: 0;
  z-index: 999;
}
#header_down {
  background-color: #05003c;
  display: block;
  height: auto;
  position: relative;
}
/* .collapse.show {
  display: none;
}
.collapse {
  display: block;
} */
#header_down .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  display: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  display: none;
}



}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-header.is-sticky {
    position: relative;
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    display: none;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {}
