html{
	box-sizing: border-box;
	height:100%;
	padding: 0px;
	margin: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	min-height: 100%;	
}

body {
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
	font-size: 16px;
	color: black !important;
	overflow-x: hidden;
} 
/* media*/
@media (min-width:100px){
	.container{
		width: 870px;
	}

}
@media (min-width: 910px){
	.container{
		width: 1200px;
	
}
}
@media (min-width: 1280px){
	.container{
		width: 1400px;

}
}
@media (min-width: 1980px){
	.container{
		width:1400px;
	}

}
/* header logo*/
.container {
	margin-left:auto;
	margin-right:auto;
}
.header{
	
	height: 60px;
}
.row{
	height: 60px;
	position: fixed;
	width: inherit;
	background-color: white;
}
.navbar-brand{
	padding: 3px !important;
	float: left;
	height: 60px;
	padding-top: 10px;
	font-size:18px;
	line-height: 20px;
}
#logo-picture{
	width: 130px;
	height: 55px;
}
/* Header menu*/
.menu{
	height: 60px !important;
	width:61.9%;
	float: right;
	text-align: center;
	font-weight: 650;
}
.menu-home-text{
	line-height: 50px;
	font-size: 18px;
	text-decoration:none;
	color:black;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
}
.menu-item-home{
	float: left;
	position: relative;
	margin-right: 20px;
	padding: 0px; 
}
.menu-item-about-us{
	float: left;
	position: relative;
	margin-right: 20px;
	padding: 0px;
}
.menu-item-client-services{
	float: left;
	position: relative;
	margin-right: 20px;
	padding: 0px;
}
.menu-item-ex{
	float: left;
	position: relative;
	margin-right: 20px;
	padding: 0px;
}
.menu-item-contact-us{
	float: left;
	position: relative;
	margin-right: 20px;
	padding: 0px;
}
.menu-item-Disclosure{
	float: left;
	position: relative;
	padding: 0px;
	margin-right: 20px;;
}
.Client-picture{
	height: 650px;
}
.client-picture-size{
	height: 650px;
	width: 100%;
	align-content: center;
}
.Title{
	height: auto;
	margin-top: 60px;
	font-weight: 650;
	text-decoration-line: underline;
}
.body{
	height:1000px;
}
.body-content{
	height: 1000px;
	width: 100%;
}
.client-services-info{
	height: auto;
	padding-bottom: 20px;
}
.info-text{
	text-align: justify;
}
.task-text{
	height: 50px;
}
#task-text{
	text-align: center;
	text-transform: capitalize;
}
.ex-line{
	width: 54px;
	margin: 0;
	position: relative;
	background-color: #333333;
	height: 5px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	content: '';
	margin-bottom: 20px;
}
.scope-of-service{
	height: auto;
}
.scope-graph{
	height: 500px;
	padding-left: 140px;
}
.footer{
	bottom: 0px;
	height: 62px;
	width: 100%;
	padding-top: 20px; 
	background-color:#CFBFBF;
	text-align: center;
}
.footer-row-one{
	height: 16px;
	display:inline-block;
}
.footer-menu-text{
	line-height: 18px;
	font-size: 14px;
	text-decoration:none;
	color:#717171;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-menu-home{
	margin-right: 10px;
	padding: 0px;
	float: left;
}
.footer-menu-about-us{
	margin-right:10px;
	padding:0px;
	float:left;
}
.footer-client-services{
	float:left;
	margin-right:10px;
	padding: 0px;
}
.footer-menu-experience{
	float: left;
	padding: 0px;
	margin-right: 10px;
}
.footer-menu-Disclosure{
	margin-right:10px;
	padding:0px;
	float:left;
}
.footer-menu-contact-us{
	float: left;
	paddding: 0px;
	margin-right: 10px;
}
.footer-row-two{
	height:16px;
	color:#717171;
}