.menuzord-menu > li > a {
    font-size: 16px;
    font-weight: 400;
}

.text-bislery {
    color: #236ba1 !important;
}
body{
	color: #272525;
}
p{
	font-size: 14px;
    letter-spacing: 1px;
}

li{
	font-size: 16px;
}

@media screen and (max-width: 992px) {
.companieslistbox{
  display: block;
  align-items:center;
  justify-content:space-between;
  margin:5% 0px 3%;
}
}

@media screen and (min-width: 992px) {
.companieslistbox{
  display: flex;
  align-items:center;
  justify-content:space-between;
  margin:5% 0px 3%;
}
}

.compaineslogo{
  display: block;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background: #dfe1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  background:url("../images/companieslogobg.png");
  background-size:cover;
  background-repeat: no-repeat;
  transition:1s;
}

.compaineslogo:hover{
  transform: scale(1.1);
}

.compaineslogo img{
  width:50%;
  display: block;
}

.companyblock{
  text-align: right;
}

@media (max-width: 1366px)
.compaineslogo {
    height: 230px;
    width: 230px;
}

.compaineslogo {
    display: block;
    height: 260px;
    width: 260px;
    border-radius: 50%;
    background: #dfe1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(http://kamlagroup.co.in/images/client/companieslogobg.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: 1s;
}
.font-11 {
    font-size: 11px !important;
    color: white;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p{
	font-family: "verdana";
}
.menuzord-brand img {
    max-height: 52px;
    margin-top: -5px;
}