.TopBar{
	background-color:#101218;
	color:white;
	justify-content: space-evenly;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif; font-weight: 500px;
	
}

.flex{
	display: flex;
	align-items: center;
}

.ItemList{
	list-style: none;
	
}

.feather{
	margin:0px 10px 0px 10px;

}

.MenuBar{
	justify-content: space-evenly;
	background-color: #2d2d2d;
	color: white;
}
.MainMenu{
	float: left;
	
}


.MainMenuList{
	list-style: none;
	float: left;
	
}

ul.MainMenuList li{
	float: left;
	display: block;
	padding: 0px 10px;
}

.GetConsult{
	margin-left: 10px;
	display: block;
	float: left;
	align-items: center;
	justify-content: center;
	

}

#Consult{
	color: white;
	background-color: #ff5200;
	align-items: normal;

}

.bannar{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: -1;
	padding: 292px 0 175px;
}

.WeProvide{
	color: white;
	font-size: 50px;
	width: 700px;
}

.business{
	color: white;
	font-size: 30px;
}

.container {
    width: 1140px;
    -border: 1px solid black;
    padding: 0px 0px;
    margin: auto;
}
#btn1 {
    background: #ff5200;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 120px;
}

#btn2 {
    background: #ff5200;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 120px;
}

.btn-1{
	background: #ff5200;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
  
}
.smalltag{
	color:  #ff5200;
}
.helpcreat{
	color: black;
	font-size: 40px;
	width: 700px;
}

.bootom-nav-button{
	margin-left: 10px;
	float: left;
	align-items: center;
	justify-content: center;
}