html{scroll-behavior:smooth}
body{ 
  font-family: 'Noto Sans';
  margin: 0px;
  padding: 0px;    
  font-weight: 300;
  font-style: normal;
}
.bg_white {background-color: #ffffff !important;}

.mt-1 {margin-top: 1rem;}
.mb-2 { margin-bottom: 2rem; }
.p-10 {padding: 10px;}
.pt-1 {margin-top: 1rem;}
.fz2 { font-size: 2rem;}
.fz1d5 { font-size: 1.5rem;}
.text_main_color { color : #E83225;}
.text_white_color { color : #ffffff;}
.text-center { text-align: center; }
.text-right { text-align: right; }

.scroller {
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  scrollbar-width: thin;
  margin-top:1rem;
}

.top_header_img 
{ 
top: 0;
left: 0;
width: 100%;
overflow: hidden;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.form-control {
  display: block;
  width: 100%;
  /* height: calc(1.5em + 0.75rem + 2px); */
  padding: 0.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #83818c;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.btn {
  cursor: pointer;
  padding: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  min-width: 140px;
  border: 0px;
}

.pop_img {
  width: 300px;
  height: auto;
}

footer {
  padding-top: 20px ;
  padding-bottom: 20px;
}

.imgBox:hover {
  border-radius: 10px;
  
  animation-name: example;
  animation-duration: 0.25s;
  background-color: #83818c;
  z-index: 1;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #E83225;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 2rem;
  
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #E83225;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

.padding_button_big {
  padding: calc(1rem - 1px) calc(2rem - 1px);
}
.padding_button_small{
  padding: 8px;
}