
		.body_div{
			border: 1px solid red;
			position: fixed;
			top: 0;
			left: 0;background-image: linear-gradient(to right bottom, #5b2d2c, #874520, #9a6e00, #89a000, #16d41e);
			height: 100%;
			z-index: 999;
			/*background: red;*/
				width: 100%	;
			user-select: none!important;
		}
		body {font-family: Arial, Helvetica, sans-serif;background-color: #fff;}
		.modal {
		  display: none;
		  position: fixed;
		  z-index: 1;
		  padding-top: 100px;
		  left: 0;
		  top: 0;
		  width: 100%;
		  height: 100%;
		  overflow: auto;
		  
		}
		/* Modal Content */
		.modal-content {
		  background-color: #fefefe;
		  margin: auto;
		  padding: 20px;
		  border: 1px solid #888;
		  width: 80%;
		}
		/* The Close Button */
		.close {
		  color: #aaaaaa;
			display: flex;
		  float: right;
		  font-size: 28px;
		  font-weight: bold;
		}
		.close:hover,
		.close:focus {
		  color: #000;
		  text-decoration: none;
		  cursor: pointer;
		}

.nav-bar {
    position: fixed;
    top: 0;
    z-index: 111;
}

.social_link {
    display: flex;
    justify-content: space-around;
}

.social_link a {
    text-decoration: none;
}

.social-icon {
    position: absolute;
    right: 30px;
}

.social-icon a {
    font-size: 20px;
    color: #fff;
    transition: .3s;
}

.social-icon a:hover {
    color: #000;
    transition: .3s;
}

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -100%;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    width: 250px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sidenav a {
    padding: 4px 8px 4px 2px;
    text-decoration: none;
    font-size: 16px;
    color: black;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #d9dbde;
}

.menu {
    border-bottom: 0 !important;
}

.sidenav a:hover {
    color: #DF2800;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    margin-left: 50px;
}

#close-btn .fa {
    margin-top: 10px;
    color: white;
    font-size: 27px !important;
}

.sidenav_home {
    height: 100px;
    width: auto;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 113, 197, 1) 100%);
    margin: auto;
}

.sidenav_home img {
    margin: auto;
    padding: 10px;
    height: 100%;
    width: auto;
}

.nav-bar {
    display: grid;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #e2dedd;
}

.nav-item {
    display: flex;
    justify-content: start;
    align-items: center;
}

.nav-item img {
    height: 100%;
    width: 100%;
    margin: auto;

}

.category {
    font-size: 20px;
    cursor: pointer;
    color: white;
    padding: 11px;
    z-index: 999;
}

.web_logo {
    height: 40px;
    width: auto;
    padding-left: 2px;

}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sidenav i {
    font-size: 14px;
    margin-bottom: 50px;
}

i {
    margin: 0 !important;
    padding: 0px 3px;
    font-size: 18px;
}

.logout-btn {
    position: relative;
}

.logout-btn:hover a {
    visibility: visible;
    transition: .3s;
}

.logout-btn a {
    visibility: hidden;
    position: absolute;
    top: 50px;
    color: #fff;
    right: 2px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 10px;
    background: red;
    border-radius: 10px;
    transition: .3s;
}

.logout-btn img {
    border-radius: 50%;
}

.nav_heading {
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: auto;
    width: auto;
    padding: 11px;
}

.nav_heading h3 {
    text-align: center;
    justify-content: center;
    color: white;
    font-size: 17px;
    font-weight: bold;
}

#Profile_img {
    height: 40px;
    width: 40px;
}

.social_link i {
    font-size: 25px;
}

@media only screen and (max-width: 600px) {
    .nav_heading {
        width: 400px;
    }

    .nav_heading h3 {
        font-size: 14px;
        margin-left: 40px;
    }

    .social-icon {
        display: none;
    }
}
.contact-footer {
bottom: 0;
margin-top: 50px;
height: auto;
z-index: 111;
 background:#2f2868;
}
.main-footer-div{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
padding: 10px;
}
.social_icon{
margin: auto;
}
.social_icon a {
justify-content: space-between;
padding: 10px;
color: white;
text-decoration: none;
font-size: 26px;
transition: 0.3s;
}
.social_icon a:hover {
color: #BFB36D;
transition: 0.3s;
}
.social_links{
display: flex;
margin: auto;
justify-content: center;
}
.page_link{
display: inline;
}
.page_link a{
display: inline;
margin: auto;
text-align: left;
text-decoration: none;
color: white;
font-size: 12px;
}
.copyright p{
margin-top: 10px;
font-size: 10px;
color: white;
text-align: center;
}
.Company_detail{
height: auto;
width: 100px;
margin: auto;
}
.Company_detail img {
margin: auto;
height: auto;
width: 100%;
padding-top:10px;
}
.Company_detail p {
text-align: center;
color: white;
font-size: 10px;
}
.About_company p{
font-size: 12px;
color: white;
text-align: center;
}
@media only screen and (max-width: 600px) {
.main-footer-div{
display: grid;
grid-template-columns: 1fr;
height: auto;
}
.Company_detail, .social_icon{
margin-bottom: 10px;
}
}