html{
	height:100%;
}
body{
      background-color:#f8f8f8!important;
      background-attachment:fixed;
      background-repeat: no-repeat;
      background-position:center;
      background-size:100% 100%;
      overflow-x:hidden;
      height:100%;
      margin:0;
      user-select: none;
}
header{
  z-index: 1;
  width:100%;
  z-index: 1;
  color:white;
  font-weight: 500;
  background:rgba(102, 45, 145, 0.8);
}
/* .dropdown-toggle :after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
} */
.text{
  color: white;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  display:inline-block;
  vertical-align: middle;
}

.nav-link{
  color: white;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  display:inline-block;
  vertical-align: middle;
}

button, .anchorBtn {
    background-color: #92278f;
    color: white;
    font-weight: bold;
    border-radius: 0.2vw!important;
    border: unset;
    position: relative;
    line-height: 30px!important;
    text-align: center;
    text-transform: uppercase!important;
    padding: 0.3vw 1vw;
    display: flex;
    align-items: center;
}
button:hover,.anchorBtn:hover{
	
  background-color:#ffae1f!important;
  transition:all 0.4s ease-in-out;
}
.anchorBtn:not([href])
{
  /* color: black; */
  cursor: pointer;
}
/*footer start*/
footer {
  background-color: #121921;
  color: rgba(255, 255, 255, 0.7);
}


ul, ol {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 5px;
}
dl li, ol li, ul li {
  line-height: 1.8;
}
footer ul li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
}
.follow_us ul li a {
  color: #fff;
  opacity: 0.7;
  font-size: 1rem;
}

hr {
  margin: 20px 0 20px 0;
  border-color: #ededed;
}
footer hr {
  opacity: 0.1;
}
.follow_us ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
.follow_us ul li:first-child {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 0.8125rem;
}
ul#additional_links {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-size: 0.8125rem;
}
ul#additional_links li:first-child {
  margin-right: 20px;
}
ul#additional_links li {
  display: inline-block;
}
ul#additional_links li a {
  color: #fff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
footer ul li a{
  display: inline-block;
  position: relative;
}

/*footer end*/

.row
{
	margin:unset!important;
}
.loader
{
  position: fixed!important;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: center no-repeat#afaca7d1;
  z-index: 1;
}
.bell::after
{
  content: unset!important;
}
button{
	background-color:#92278f;
	color:white;
	font-weight:bold;
	border-radius: 0.2vw!important;
	border: unset;
	position: relative;
	line-height: 30px!important;
	text-align: center;
	text-transform: uppercase!important;
	padding: 0.3vw 1vw;
  display: flex;
  align-items: center;
}
button:hover{
  background-color:#ffae1f!important;
  transition:all 0.4s ease-in-out;
}
.widgets
{
  display: flex;
}
.widgets button{
  border-radius: 50%!important;
  color:black;
  font-size: 1.8vw;
  height: 52px;
  width: 52px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-left: 1vw;
}
.widgets button:focus
{
  outline:none!important;
}
select{
  outline:none!important;
}
.widgets button:hover{
  color: white!important;
}
.noPadding{
	padding:0px !important;
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-duration:1s;
  }
  
  @keyframes zoomIn {
	from {
	  opacity: 0;
	  -webkit-transform: scale3d(0.3, 0.3, 0.3);
	  transform: scale3d(0.3, 0.3, 0.3);
	}
  
	50% {
	  opacity: 1;
	}
  }
  
  .modal 
  {
	  display: none; 
	  position: fixed; 
	  z-index: 1;
	  padding-top: 100px;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  overflow: auto; 
	  background-color: rgba(0,0,0,0.6); 
  }
  .overlay
  {
	  z-index: 10;
	  background-color: rgba(0,0,0,0.5);
  }
  .modal-content
  {
	  background-color:rgba(119, 187, 211, 0.43)!important;
	  border:3px solid white!important;
	  padding: 15px;
	  margin-top: 15vh!important;
  }
  .modal-backdrop {
	position: unset !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
  background-color: rgba(0,0,0,0) !important;
  }
.closeIcon:hover
{
  color: red;
  cursor: pointer!important;
}
.accountOPtn:focus, .accountOPtn:hover{
	background-color: #2178c3!important;
	/* font-weight: bold; */
	color:white!important;
  }
  .roundedCorn{
	border-radius: 1vw;
    background-color: white;
    border: 2px solid gray;
    box-shadow: 2px 1px 8px;
  }
  .storyTitle
  {
	  display: flex;
    justify-content: center;
    color: black;
    margin: 1vw 1vw 0 1vw;
    padding: 8px;
    border-bottom: 2px solid gray!important;
  }
  .storyTitle > div
  {
    font-weight: bold;
  }
  .borderCls
  {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tooltip
  {
    z-index: auto!important;
  }

  /* css for scrollbar  */

/* width */
::-webkit-scrollbar {
	width: 0.5vw;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px black; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background:  #ffae1f; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
	background: #92278f; 
  } */
 