@charset "ISO-8859-1";

.mainBody {
	padding-bottom: 10px;
}

.mainNav {
	background-color: rgb(233, 218, 241);
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	position: fixed;
	z-index: 1000;
}

.logoBox {
	height: 48px;
	width: 48px;
	padding-left: 5px;
	margin-right: 10px;
}

#picBox {
	text-align: right;
	justify-content: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#clientPic {
	height: 48px;
	width: 48px;
	border-radius: 100px;
}

#clientDropdownContent {
	display: none;
	position: absolute;
	right: 0%;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	text-align: left;
	justify-content: center;
	width: max-content;
	padding: 5px;
}

#clientDropdownContent a {
	padding: 5px;
	display: block;
	font-size: 16px;
	color: black;
	text-decoration: none;
	width: 100%;
	text-align: left;
	justify-self: center;
}

#clientDropdownContent a:hover {
	background-color: #b6b2b2;
}

#picBox:hover #clientDropdownContent {
	display: block;
}

.manuLink {
	padding: auto;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	justify-self: start;
}

.menuLeft {
	text-align: left;
}

.menuRight {
	text-align: right;
	margin-right: 10px;
}

.btn-gen {
	border: 1px solid rgb(232, 89, 45);
	color: rgb(232, 89, 45);
}

.btn-gen:hover {
	background: rgb(253, 60, 0);
	border: 1px solid rgb(255, 60, 0);
	color: white;
}

.btn-gen:active {
	background: rgb(253, 60, 0);
	border: 1px solid rgb(255, 60, 0);
	color: white;
}

.btn-dgr:hover {
	background: rgb(253, 60, 0);
	border: 1px solid rgb(255, 60, 0);
	border-color: rgb(255, 60, 0);
  	color: white;
}

.btn-dgr:active {
	background: rgb(253, 60, 0);
	border: 1px solid rgb(255, 60, 0);
	border-color: rgb(255, 60, 0);
  	color: white;
}

.btn-dgr{
	border: 1px solid rgb(232, 89, 45);
  	
	background-color: rgb(232, 89, 45);
  	color: white;
}

#BurgerMenuPic {
	height: 48px;
	width: 48px;
}

#BurgerMenuContent {
	display: none;
	position: absolute;
	right: 0%;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	text-align: left;
	justify-content: center;
	width: max-content;
	padding: 5px;
}

#BurgerMenuContent a {
	padding: 5px;
	display: block;
	font-size: 16px;
	color: black;
	text-decoration: none;
	width: 100%;
	text-align: left;
	justify-self: center;
}

#BurgerMenuContent a:hover {
	background-color: #b6b2b2;
}


#BurgerMenuBox:hover #BurgerMenuContent {
	display: block;
}

.mainBody {
	padding-top: 80px;
}

.splitter {
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
}


footer {
	background-color: rgba(241,237,234,255);
	color: #888888;
	margin-top: auto 0;
	border-top: 2px solid rgba(231,99,50,255);
	padding: 20px 0px 0px 0px;
}

.footer-tittle p
{
	text-align: justify;
}

.footer-area .footer-tittle h4 {
	color: black;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 400;
	/* text-transform: uppercase; */
}

.footer-area .footer-tittle ul {
	list-style: none;
}

.socialLinkList{
	display: flex;
}

.socialLinkList a{
	margin: 0px 5px;
}

.copyright
{
	margin-top: 20px;
	background-color: rgba(221,221,221,255);
	padding: 10px;	
}

#comName
{
	color: #e66c42;
}

.linkImageBox
{
	border-radius: 5px;
	max-height: 30px;
	max-width: 30px;
	min-width: 30px;
	min-height: 30px;
	display: grid;
	place-items: center;
	height: 100vh;
}

#fblinkBox
{
	background-color: #3b599a;
}
#lllinkBox
{
	background-color: #0077b4;	
}

.single-footer-caption
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.detBoxx
{
	max-width: 250px;
}

.footer-padding 
{
	padding: 0px 50px;
}
