body {
  margin: 0;
  text-align: center;
  font-family: 'Gelasio', serif;
  background-color: #f4f4f4;
  width: 100%;
}

@media screen and (max-width:994px) {
  .hide {
    display: none;
  }

  .Header_division {
    text-align: center;
  }

  .refrence_section {
    display: none;
  }
}

@media screen and (min-width:994px) {
  .small_screen {
    display: none;
  }
}

h1, h2, h3 {
  font-family: 'Noto Serif', serif;
}

h2 {
  padding-bottom: 10px;
  padding-left: 10px;
}

.hr_ruler {
  background-color: white;
  border-style: dotted none none;
  width: 20%;
  border-width: 8px;
  border-color: grey;
  height: 10px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.header_item1 {
  color: black;
  text-align: left;
  height: auto;
}

.header_item2{
padding-top: 0;
padding-left: 15px;
padding-bottom: 0;
padding-right: 15px;

}

.header_item1:hover{
  color: black;

}

.Menu_container {
  background-color: #f4f4f4;

  position: relative;
 font-size: 14px;
  height: auto;
  padding-bottom:0;
  padding-top: 5px;

}

.Menu {
  border-bottom: 2px solid;
  border-top: 2px solid;
  border-color:#d3d4d8;
  background-color:#e3e3e3;
}

.menu_items {
  padding-right: 20px;
  padding-left: 5px;
}

.menu_nav {
  text-align: left;
}

.slide_show {
  border-bottom: 3px solid;
  background-color: #fff;
}

.slide_img {

  height: 350px;
  width: 100%;;
}

.card {
  margin: 60px;
}

.refrence_section {
  margin-top: 60px;
  background-color: #46b5d1;
}

.reffer_logo{

  padding-right: 80px;
}

.Site_logo {
  height: 100px;
  border-radius: 50%;

}

.footer_section {
  background: rgb(34, 40, 49);
  background: radial-gradient(circle, rgba(34, 40, 49, 1) 0%, rgba(21, 24, 28, 0.950315160243785) 100%);
  text-align: center;
  height:150px;
}

.disclaimer {
  color: white;
  font-size: 10px;
}
