::-webkit-scrollbar
{
    width: 10px;
}
::-webkit-scrollbar-track-piece
{
    background-color: transparent;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background:rgba(255,255,255,0.5) !important;
}

button {
	background-color: #FF5100;
	border: 0;
}

input {
	color: #333;
}

.about-content{
	width: calc(100% - 70px);
	
	margin-left: 35px;
	margin-right: 35px;
/* 	margin-top: 20px; */
	
	padding: 0;
}

.about-content a{
/* 	color: #F6841C !important; */
	color: #FF5100 !important;
}

.hidden-description{
	display: none;
}
.toggle-text-details{
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
}
.toggle-text-details:hover{
	text-decoration: underline;
}

.about-content .about-content-image{
	height: 250px;	
}

.about-content-mobile{
	display: none;
	width: calc(100% - 60px);
	
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 40px;
	
	padding: 0;
}

.about-content-bar{
	margin: 0;
	padding: 0;
}

.about-info-title,
.about-values-title{
	font-family: "Montserrat", sans-serif; !important;
	font-weight: 700;	/* Bold */
	font-size: 20px;
}

.about-info,
.about-values{
	background-color: #2D363F;

	color: white;
	padding: 40px;
	
	font-family: "Muli";
	font-weight: 300; /* Light */
	
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    
    overflow: hidden;
}

.about-info-mobile{
	background-color: #2D363F;

	color: white;
	padding: 40px;
	
	font-family: "Muli";
	font-weight: 300; /* Light */
}


.about-history,
.about-certifications{
/* 	background-color: #F6841C; */
	background-color: #FF5100;
	
	color: white;
	padding: 40px;
	
	font-family: "Muli";
	font-weight: 300; /* Light */
	
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    
    overflow: hidden;
}


.about-history-mobile{
/* 	background-color: #F6841C; */
	background-color: #FF5100;
	
	color: white;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
	
	font-family: "Muli";
	font-weight: 300; /* Light */
}


.about-history-title,
.about-certifications-title{
	font-family: "Montserrat", sans-serif; !important;
	font-weight: 700;	/* Bold */
	font-size: 20px;
}



.about-info-title,
.about-values-title,
.about-vision-title{
	font-family: "Montserrat", sans-serif; !important;
	font-weight: 700;	/* Bold */
	font-size: 20px;
}

.about-info,
.about-values,
.about-vision{
	background-color: #2D363F;

	color: white;
	padding: 40px;
	
	font-family: "Muli";
	font-weight: 300; /* Light */
	
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    
    overflow: hidden;
}



.about-mission-title{
	font-family: "Montserrat", sans-serif; !important;
	font-weight: 700;	/* Bold */
	font-size: 20px;
}

.about-mission{
	background-color: #FF5100;
	
	color: white;

/*
	background-color: white;

	color: #FF5100;
*/
	padding: 40px;
	
	font-family: "Muli";
	font-weight: 300; /* Light */
	
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    
    overflow: hidden;
}


@media (max-width:570px) {
	.about-content{
		display: none;
	}
	
	.about-content-mobile{
		display: block;
	}
}