
.nav-menu ul {
	margin: 30px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127,137,161,0.25);
	background: #c16100
}

.nav-menu ul li:hover>a {
    color:#e1e1e0
  }

.nav-menu ul li {
    transition:0.3s
  }
.nav-menu ul li a {
    padding:5px 10px;
    color:#d1ab7f;
    transition:0.3s;
    display:block;
    font-size:12px;
    text-transform:none
  }
.nav-menu ul li:hover>a {
    color:#333
  }
.section-gap {
    padding: 10px 0;
}

.footer-social a {
    padding-right: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: .25rem .5rem;
    border-radius: .75rem;
    border: .0rem;
    color: #eeeeee;
}

.footer-social a i {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #eeeeee;
}

.footer-social a:hover i {
    color: #007bff;
}

.footer-social a:hover {
    color: #007bff;
    background-color: #eeeeee;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.equiptitle{width:12.5%;  white-space: nowrap;
  overflow: hidden;}

.img-silversponsor{margin:auto;
width:60%;
}
.home-about-area .about-img {
    position:absolute;
    right:0;
    -webkit-transform:translateY(-94%);
    -moz-transform:translateY(-94%);
    -ms-transform:translateY(-94%);
    -o-transform:translateY(-94%);
    transform:translateY(-94%)
  }
