/* CSS Document */
.logotext{
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;

}
.logocaption{
	 font-family: "Lobster", "sans-serif";
  font-weight: 400;
  font-style: normal;
}

.top-info{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
	font-weight: 600;
}
.top-info li {
    font-size: 18px;
    position: relative;
	float: left;
   
    margin-right: 50px;
}

li.nav-item {
    font-weight: 600;
}


.corner {
   border-radius: 0 0 20px 20px; /* Adjust the radius value for the bevel effect */
    overflow: hidden;
}


.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}


.fs-5 {
    font-size: 1.5rem !important;
}
.fs-5 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}
.bi.fa-fw {
    display: inline-block;
}
.zerogutt {
    /* --bs-gutter-x: 1.5rem; */
    --bs-gutter-y: 0 !important;
    width: 100%;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.bglogo{
	 width: 70px;
  border: 15px solid #FBFBFB;
 
  margin: 20px;
	background-color: #F7F5F5;
	 border-radius: 50%; /* Makes the div round */
    background-color: #f0f0f0; /* Adjust background color as needed */
}
.gradient{  
	
  background-image: linear-gradient(180deg,#050404,#400303);
  position :absolute;
  width :100%;}

