@import url('https://fonts.googleapis.com/css?family=Poppins');

* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
::selection{
  background-color: #c0041d;
  color: white;
  border-radius: 20px;
}
.bg-selection{
  color: white;
  background-color: #c0041d;
}
body {
  background-color: rgb(255, 255, 255);
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}
a{
  color: white;
  font-weight: 500 !important;
}
a:hover{
  color: white;
  font-weight: 600 !important;
}
.active{
  color: white !important;
  font-weight: 700 !important;
  background-color: #d80621;
  border-radius: 10px;
}
.footer-menu-hover:hover{
  color: white !important;
  font-weight: 600 !important;
  padding: 0 2px 0 2px ;
  background-color: #b4051c;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.bg-base{
  background-color: #0A3161;
  color: white;
}
.bg-base-dark{
  background-color: #082343;
  color: white;
}
.btn-outline-bg{
  border-color: #d80621;
  color: black;
}
.btn-outline-bg:hover{
  color: white;
  background-color: #b4051c;
  transform: scale(1.01);
  transition: transform 1.03s;
}
.bg-white{
  background-color: white;
}
.navbar-toggler-icon {
  background-image: url("../images/root/menu.png") !important;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: black;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
  color: white;
  background-color: #d80621;
  border-radius: 10px;
}
.text-bg{
  color: black;
}
.text-bg-dark{
  color: black;
}
.float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #0C9;
  color: #FFF;
  border-radius: 100px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.my-float {
  margin-top: 22px;
}

.float:hover {
  border: 1px;
  border-style: solid solid solid solid;
  border-color: #0A3161;
  color: white;
}
.mh-35{
  max-height: 35px;
}
@media screen and (min-width: 768px) {
  .mob-view{
      float: right !important;
  }
}
@media screen and (min-width: 100px) {
  @media screen and (max-width: 767px) {
      .mh-35 {
        max-height: 115px;
        text-align: center;
      }
      .mob-view{
          float: none !important;
      }
  }
}
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}
.btn-bg{
  background-color: #d80621;
  color: white;
}
.btn-bg:hover{
  background-color: #b4051c;
  transform: scale(1.01);
  transition: transform 0.3s;
  color: white;
}
@media screen and (min-width: 800px){
  .bottom-footer-float-start{
    float: left!important;
  }
  .bottom-footer-float-end{
    float: right!important;
  }
}
.pointer {
  cursor: pointer;
}
.dropdown{
  color: black;
}
.quotes{
  font-size: 12px;
}
.about-list:hover{
  color: black !important;
}
.text-primary {
  color: #d80621 !important;
}
.bg-red {
  background-color: #d80621 !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 1s ease-in;
}

.mt-5-rem{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}




