/*
	Aboutus CSS
*/
.aboutus{
	padding:60px 50px 45px;
	min-height: -webkit-calc(100vh - 168px);
	min-height: -moz-calc(100vh - 168px);
	min-height: -ms-calc(100vh - 168px);
	min-height: -o-calc(100vh - 168px);
	min-height: calc(100vh - 100px);/*168px*/
}

.aboutus-title{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	font-size:40px;
	font-weight:bold;
	line-height:48px;
	background: -webkit-linear-gradient(#0046B0, #19347D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	
	-moz-animation-name: leftToRight;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 0.6s;

    -webkit-animation-name: leftToRight;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 0.6s;

    animation-name: leftToRight;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.6s;
}
.aboutus-content{
	/* font-weight:bold; */
	font-size: 18px;
	letter-spacing:0.8px;
}


@media only screen and (max-width: 768px){
	.aboutus{
		padding-left:15px;
		padding-right:15px;
	}
	.aboutus-title{
		text-align:center;
		font-size:30px;
		line-height:38px;
	}
	.aboutus-content{
		text-align:justify;
	}
}

.error_404{
	ont-family:AvantGarde-Md-BT , Fallback, sans-serif;
	font-size:70px;
	font-weight:bold;
	line-height:78px;
	background: -webkit-linear-gradient(#0046B0, #19347D);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}