@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
body, html {
  font-family: 'Josefin Sans', sans-serif;
  background-color: #f9f9f9;
}
a:hover {
  text-decoration: none !important;
}
.cust-fixed_btn{
  position: fixed;
  z-index: 9999999999;
  bottom: 350px;
  left:  20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cust-fixed_btn1{
  position: fixed;
  z-index: 9999999999;
  bottom: 350px;
  right: 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cust-fixed_btn1 > a{
  border-radius: 2rem;
}

.cust-fixed_btn > a{
  border-radius: 2rem;
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(252,195,79,.87);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.pulseFixBtn {
  letter-spacing: 1px;
  border-radius: 3px;
  animation: shadow-pulse 1.3s infinite;
  transition: .4s ease-in-out;
}

.pulseFixBtn:hover {
  letter-spacing: 1px;
  border-radius: 3px;
  animation: none;
}
.cust-badge-pill{
  border-radius: 10rem;
  display: inline-block;
  color: #212529;
  border: 2px solid #e4dfdf;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: normal!important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cust-badge-pill:hover {
  background-color: #f8f9fa;
}

.bg1Detail {
  
}

.btn-login {
  font-weight: 600;
  color: rgba(252,195,79,.87) !important;
  border-color: rgba(252,195,79,.87);
}

.btn-login:hover {
  background-color: rgba(252,195,79,.87);
  color: black !important;
}

.mainColor {
 color: #48d2ff;
}

.mainColor-bg {
 background-color: #48d2ff;
 color : #fff;
}

.secondaryColor {
 color: #ffa500;
}

.secondaryColor-bg {
 background-color: #ffa500;
 color: #fff;
}

.offsetWhite-bg {
 background-color: #fafafa;
}

.opawhiteDev {
  background-color: rgb(0,0,0, 0.4);
  text-shadow: 2px 2px 4px #000000;
  color: white!important;
}


.famousPersonSection {
  position: relative !important;
}
.famousPersonSection .owl-theme .custom-nav {
  position: absolute !important;
  top: 20%;
  left: 0;
  right: 0;
}
.famousPersonSection .owl-theme .custom-nav .owl-prev, .famousPersonSection .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.famousPersonSection .owl-theme .custom-nav .owl-prev i, .famousPersonSection .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.famousPersonSection .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.famousPersonSection .owl-theme .custom-nav .owl-next {
  right: 0;
}

.note-video-clip{
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}

.note-video-clip::before {
    padding-top: 75%;
}
.note-video-clip::before {
    display: block;
    content: "";
  }




