.navig {
    position: relative;
    margin: 28px;
    width: 300px;
    margin-top: 3rem;    /* margin-left: 81px; */
}
.navig ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navig ul li {
  /* Sub Menu */
}
.sub-menu a{
    font-size: 24px;
    font-weight: 800;
    color: #cccccc !important;
}
.font{
    font-size: 24px;
    font-weight: 800;
    color: #cccccc !important;
}
.navig ul li a {
	display: block;
	/* background: #ebebeb; */
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.customernavig ul li a:hover {
	background: #f8f8f8;
	color: #515151;
}
.navig ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}
.navig ul ul {
	/* background-color:#ebebeb; */
    margin-left: 15px;
}
.customerclass li a {
	/* background: #f8f8f8; */
    font-size: 20px !important;
    border-left: 4px solid transparent;
    padding: 18px 30px !important;
    font-weight: unset;
    color: #000000ba !important;
    border-bottom: 1px solid #d3d3d347;
}
.customerclass li a:hover {
	background: #ebebeb;
	border-left: 4px solid #3498db;
}
.logosize span{
    width: 130px !important;
    height: 75px !important;
    top: 6px !important;
    left: 15px !important;

   
}
.logosize{
    margin-bottom: 30px !important;
}
.logosize:hover{
	transform: scale(1.1) !important;
	transition: 0.5s;
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 14%);
    margin: 12px;
    background: white !important;
    border-radius: 12px;
}
.classtrigger{
    transform: scale(1.1) !important;
	transition: 0.5s;
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 14%);
    margin: 12px;
    background: white !important;
    border-radius: 12px;
}
.buttonclick{
    background: #ebebeb;
    border-left: 4px solid #3498db !important;
}

@media(max-width:1280px) {
    .navig ul .sub-menu ul{
        display: flex;
        justify-content: center;
    }
    .navig{
        width: unset;
    }
    .homepage-grid-item{
        width: unset !important;
    }
}

@media (max-width:1280px) {
    .navig ul .sub-menu ul{
        display: flex;
        justify-content: center;
    }
    .navig{
        width: unset;
    }
    .homepage-grid-item{
        width: unset !important;
    }
}
@media (max-width: 575px) {
	.navig ul ul {
        /* background-color: #ebebeb; */
        margin-left: unset  !important;
    }
    .customerclass li a {
        /* background: #f8f8f8; */
        font-size: 15px !important;
        border-left: 4px solid transparent;
        padding: 14px 7px !important;
        font-weight: unset;
        /* margin-right: 8px; */
        color: #000000ba !important;
        border-bottom: 1px solid #d3d3d347;
    }
    .logosize{
        width: 7.5rem !important;
        height: 7rem !important;
        margin: 1rem 2rem !important;
        background-repeat: no-repeat !important;
    }
    .logosize span {
        width: 90px !important;
        height: 90px !important;
        top: 12px !important;
        left: 15px !important;
    }
    .navig {
        margin-bottom: -2px !important;
        margin: 11px;
        margin-top: 1rem;
    }
    .custom{
        margin-bottom: 9px;
        background: #f8f8f8;
    }
    .stickyness{
        position: sticky;
        top: 0;
        background: white;
        z-index: 100000000000;
    }
    .buttonclick {
        /* background: #ebebeb; */
        border-left: unset !important;
        border-bottom: 4px solid #3498db !important;
    }
    .customerclass li a:hover {
        background: #ebebeb !important;
        border-left: unset !important;
    }
}