body, html{
  font-size: 16px;
  font-weight: 400;
}
.nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  }
.bg-light-gray {
    background-color: #e6e6e6;
}
.bg-light-gray1 {
    background-color: #cfcfcf;
}
.bg-purple{
    background-color: #481982;
}
.bg-purple1{
    background-color: #007D9D;
}
.custom-bg-info {
   background-color: #007D9D;
}
.text-purple {
    color: #481982;
}
.left-active{
    background-color: #481982;
    color: #fff;
    text-decoration: none;
}
li.active{
  color: #e38425;
}
.text-yellow {
    color: #e38425;
}
.text-default {
    color: rgba(231,199,106,1);
  }
  .heading-font {
    font-family: 'Cinzel Decorative', cursive !important;
  }
.h0{
    font-size: 50px;
    font-weight: 700;
}
.box-shadow {
    border-radius: 50px;
    box-shadow: 2px 3px 63px 0px rgb(0 125 157);
    /* box-shadow: 2px 3px 63px 0px rgb(2 42 28); */
    display: block;
}

img.border-radius2{
    border-radius: 50px ;
}
.box-shadow1{
    box-shadow:2px 3px 63px 0px rgb(255 140 77);
    border-radius: 50px ;
}
.box-shadow2{
    box-shadow:2px 3px 63px 0px #202020;
    border-radius: 50px ;
}

.btn-primary {
    /* background: #461b93; */
    background: #007D9D;
    border: none;
  }
  .bg-dark-50{
    background-color:#151515;
  }
  .bg-dark-75{
    background-color:#202020;
  }
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #ffca0a;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #461b93;
    z-index: 100;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.custom-nav{
  box-shadow: 0px 0px 10px #333;
}









  /* @media all and (min-width: 992px) { */
	.dropdown-menu {
		width: 13rem;
	}
	.mega-submenu {
		left: 100%;
		top: 0;
		min-width: 25rem;
	}
	.ktm-mega-menu {
		position: static;
	}
	.mega-menu {
		left: 0;
		right: 0;
		width: 100%;
	}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu .submenu {
		display: none;
		left: 100%;
		top: 0;
	}
	.dropdown-menu>li:hover>.submenu,
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
/* } */
@media (min-width: 900px) and (max-width: 100000000000px) {
  .desktop-btn-primary {
    background: #461b93;
    border: none;
    color: #fff;
  }
}
 