html{
 scroll-behavior:smooth
}
body{
font-family: "Poppins", sans-serif;
font-weight:500;
color:#fff;
position:relative;
background-color:#111;
font-size:1.125rem;
line-height:1.7!important
}
.bg-main{
	background-color:#111;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1360px;
  }
}

a{
	color: #ffb400;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: none;
}

.text-yellow{
	color: #ffb400;
}
.btn-yellow{
	background-color: #ffb400;
	color: #fff;
}
.btn-green{
	background-color: #0d8e21;
	color: #fff;
}
.bg-yellow{
	background-color: #ffb400;
}
.radius-30{
	border-radius: 30px;
}
.opacity-6 {
    opacity: .60;
}

.about-info{
	color: #fff;

}
.about-info tr td:first-child{
	color: #fff;
	opacity: .6;
	width: 40%;
	font-weight: bold;
}
hr.divider{
	max-width: 40%;
	margin: auto;
}
.card-main{
	background-color: #111;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.card-main:hover{
	background-color: #ffb400;
}
.card-main i{
	color: #ffb400;
}
.card-main:hover i{
	color: #fff;
}

.social a{
  position: relative;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  padding: 0.5rem !important;
  width: 50px;
  height: 50px;
}
.social a:hover{
    background: #ffb400;
    color: #fff;
}


button.gotoTop {
 position: fixed;
 z-index: 1100;
 right: 20px;
 bottom: 100px;
 color: #fff;
 background-color: #ffb400;
 padding: 2px 10px 5px 10px;
 display: none;
 border: 1px solid #ffb400;
 border-radius: 100%;
 height: 60px;
 width: 60px;
}
button.gotoTop span{
    font-size: 30px;
    font-weight: bold;
}
button.gotoTop:hover {
 text-decoration: none;
 background-color: #ffb400;
}

.navbar{
  border-bottom: 2px solid #ffb400;
  background-color: rgba(17, 17, 17, .98);
}
.navbar .navbar-nav .nav-item .nav-link{
	color: #fff;
	border-top: 2px solid transparent;
	padding: 10px 25px;
	font-size: 20px;
}

.navbar .navbar-nav .nav-item:hover .nav-link{
  color: #ffb400;
  border-top: 2px solid #ffb400;
}


.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ffb400;
  outline: 0;
  box-shadow: 0 0 .25rem .25rem rgba(255, 180, 0, 0.12);
}