.header_about_company{}
	.header_about_company h2{
		text-transform: uppercase;
		display: flex;
		justify-content: center;
		font-size: 30px;
    	margin-top: 0px;
    	padding-top: 0px;
	}

.what_is_DT{ margin-bottom: 5%; }
	.what_is_DT h2{
		font-family: 'Philosopher';
		font-size: 30px;
		display: flex;
		justify-content: center;
    	font-weight: normal;
		margin-top: 5%;
	}
	.what_is_DT p{
		font-size: 14px;
		text-align: center;
		color: #949494;
		display: flex;
		justify-content: center;
    	margin-bottom: 5%;
	}
.context_what_is_DT{
	font-size: 14px;
	width: 60%;
	border-left: 2px solid #fb8104;
	padding-left: 30px;
	display: inline-block;
	margin-left: 5%;
}
	.context_what_is_DT h4{
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	.context_what_is_DT p{
		font-size: 14px;
		color: #000;
		text-align: left;
		padding-left: 30px;
	}
	.show_all_about_DT{
		text-transform: uppercase; 
		border-bottom: 1px solid #e8e8e8;
		color: #fb8104;
	}
		.show_all_about_DT:hover{
			cursor: pointer;
		}
		.show_all_about_DT img{
			padding: 3px 3px;
		}
		.all_information_hide{
			display: none;
		}

.mission{
    display: table-cell;
    padding: 10px;
    width: 33%;
}
	.mission img{
		width: 90%;
		display: flex;
		margin: auto;
		width:100%;
	}
	.mission > h4{
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
	}
	.mission > p{
		font-size: 14px;
	}

@media only screen and (max-width: 600px) {
	.mission{
		display: block;
    	width: 100%;
	}
	.about_our_priorities div > img{
    	width: 100%;
	}
}



.about_our_priorities{
	margin-bottom: 0%;
} 

	.about_our_priorities h4{
		text-transform: uppercase; 
		border-bottom: 1px solid #e8e8e8;
		color: #fb8104; font-size: 16px;
		padding-bottom: 3px;
	}
		.about_our_priorities h4 > span{
			color: #e8e8e8;
		}
	.about_our_priorities div{
		float: none;
		display: inline-block;
		margin-bottom: -9%;
	}
		.about_our_priorities div > img{
			float: left;
			display: inline-block;
		}
		.about_our_priorities div > p{
			    float: left;
    			width: 54%;
    			padding: 3px 0;
    			font-size: 14px;
    			margin: 15% 5%;
		}
			.about_our_priorities div > p.right{
				padding-left: 20px;
				border-left: 2px solid #fb8104;
				text-align: left;
			}
			.about_our_priorities div > p.left{
				padding-right: 20px;
				border-right: 2px solid #fb8104;
				text-align: right;
			}






.cssload-loader_text{
	font-family: "Philosopher" ;
	font-weight: 200;
	font-size: 30px;
}
.cssload-loader{
	position: relative;
	width: 225px;
	height: 30px;
	left: 25%;
	left: calc(50% - 113px);
		left: -o-calc(50% - 113px);
		left: -ms-calc(50% - 113px);
		left: -webkit-calc(50% - 113px);
		left: -moz-calc(50% - 113px);
}
/*
.cssload-loader:after{
	content: "";
	text-transform:uppercase;
	color: rgb(255,255,255);
	font-family: "Philosopher" ;
	font-weight: 200;
	font-size: 30px;
	position: absolute;
	width: 100%;
	height: 10px;
	line-height: 30px;
	left: 0;
	top: 0;
	background-color: rgb(45,45,45);
	z-index: 1;
}
*/
.cssload-loader:before{
	content: "";
	position: absolute;
	background-color: rgb(251,129,4);
	top: 0px;
	left: 0px;
	height: 2px;
	width: 0px;
	z-index: 0;
	opacity: 1;
	transform-origin:	100% 0%;
		-o-transform-origin:	100% 0%;
		-ms-transform-origin:	100% 0%;
		-webkit-transform-origin:	100% 0%;
		-moz-transform-origin:	100% 0%;
	animation: cssload-loader 4.5s ease-in-out infinite;
		-o-animation: cssload-loader 4.5s ease-in-out infinite;
		-ms-animation: cssload-loader 4.5s ease-in-out infinite;
		-webkit-animation: cssload-loader 4.5s ease-in-out infinite;
		-moz-animation: cssload-loader 4.5s ease-in-out infinite;
}






@keyframes cssload-loader{
		0%{width: 0px;}
		70%{width: 100%; opacity: 1;}
		90%{opacity: 0; width: 100%;}
		100%{opacity: 0;width: 0px;}
}

@-o-keyframes cssload-loader{
		0%{width: 0px;}
		70%{width: 100%; opacity: 1;}
		90%{opacity: 0; width: 100%;}
		100%{opacity: 0;width: 0px;}
}

@-ms-keyframes cssload-loader{
		0%{width: 0px;}
		70%{width: 100%; opacity: 1;}
		90%{opacity: 0; width: 100%;}
		100%{opacity: 0;width: 0px;}
}

@-webkit-keyframes cssload-loader{
		0%{width: 0px;}
		70%{width: 100%; opacity: 1;}
		90%{opacity: 0; width: 100%;}
		100%{opacity: 0;width: 0px;}
}

@-moz-keyframes cssload-loader{
		0%{width: 0px;}
		70%{width: 100%; opacity: 1;}
		90%{opacity: 0; width: 100%;}
		100%{opacity: 0;width: 0px;}
}
