
.icon-green {
  color: green;
}
.icon-blue {
  color: navy;
}
.b-nav
{
  color: var(--b-nav);
  position: relative;
  left: 0%;
  transition: all 200ms;
}
.b-nav a:hover{
  color:#fcdb6e;
  left: 2%;
  transition: all 200ms;
}
.btno
{
  color: #fcdb6e;
}

.hitAlign{
  text-align: center;
}
.navb
{
  float: right;
}

.footer-text a{
  color: #fcdb6e;
}
.footer-col
{
  color: #fcdb6e;

}

a#hitColor{
  color: #fcdb6e;
}

.jh
{
  background-color:#fcdb6e ;
}
.icon-sky {
  color: skyblue;
}
.icon-orange {
  color: orangered;
}
.icon-red {
  color: red;
}

.footer-text {
  color: azure;
  margin: 0px;
  padding: 0px;
  font-size: medium;
}
.border-class {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.row-class {
  padding-top: 10px;
  padding-bottom: 10px;
}
.border-class-col {
  border-right: 1px solid #D9D3CC;
}
.butn {
  background-color: red;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.img-align-h {
  position: relative;
  top: 10%;
  left: 50%;
}
.bg-colo-light {
  border-left: 1px solid red;
}
.bg-colo-light2 {
  border-bottom: 3px solid red;
  width: 900px;
}
.img-align-w1 {
  position: relative;
  top: 10%;
  left: 5%;
}
.algn-cont {
  margin-top: 2.5%;
}

/* .imgal {
  align-items: center;
  justify-content: center;
} */
.carding {
  box-shadow: 2px 2px 10px #d9d9d9;
  border-radius: 15px;
  border: none;
  transition: all 200ms;
  padding: 1rem;
}
.carding:hover {
  transition: all 200ms;
  transform:scale(1.05);
}


.icon{
  height: 40px;
  width: 40px;
  margin: 5px 10px;
  padding: 5px;
}
.icon:hover
{
transform: scale(1.1);
}

.text-justify{
  text-align: justify;
}

.btn{
  padding: 10px 20px;
  border-radius: 5px;
}

.bg-crump{
  background:url('../images/a7.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.text-justify-center{
  text-align: justify;
  text-align-last: center;
}
.d-sm-none{
  display: block;
}
@media (max-width:600px){
  .d-sm-none{
    display: none;
  }
}











