@import
	url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic)
	;

@font-face {
    font-family: "NeoTech";
    src: url(../fonts/NeoTech.eot);
    src: url('../fonts/NeoTech.eot?#iefix') format('embedded-opentype'),
            url(../fonts/NeoTech.TTF) format('truetype');
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat.eot);
    src: url('../fonts/Montserrat.eot?#iefix') format('embedded-opentype'),
            url(../fonts/Montserrat.TTF) format('truetype');
}

.title{
	font-weight:12px;	
}

.body{
	position: absolute;
	top: -2px;
	left: -2px;
	right: -4px;
	bottom: -4px;
	width: 100%;
	height: 100%;
	/* background: url(../img/KPI-device.png); */
	background-size: cover;
	font-family: 'NeoTech','Montserrat', sans-serif; 
}

body {
	
 background: url(../img/about-bg@4x.png);
 	background-size: cover;
 	background-repeat:no-repeat;

		font-family: 'NeoTech','Montserrat', sans-serif; 
}


.circle {
	border-radius: 50px/50px;
	width: 75px;
	height: 75px;
	position: absolute;
	background-color:#c3baba;
	margin-top:7px;
}

.Sectitle {
	color: black;
	margin-left: 60px;
	font-size: 16px;
	margin-top: -30px;
	font-weight: bold;
}

.btnBg {
  background-color: #29abe2;
  color: black;
  border: none;
  border-radius: 7px;
  font-size: 12px;
  box-shadow: 0 2px 20px rgb(0 0 0/ 27%);
}

.btnBgMoreDetail {
	background-color: #29abe2;
	color: black;
	border: none;
	border-radius: 6px;
	font-size: 8px;
	font-weight: bold;
	box-shadow: 0 2px 5px rgb(0 0 0/ 27%);
  }

.line{
	width: 100%;
	height: 2px;
	border-bottom: 1px solid black;
	position: absolute;
	margin-top: 40px;
	}

.lineVerticle{
	width: 2px;
	height: 100%;
	border-bottom: 1px solid black;
	position: absolute;
	margin-left: 40px;
	}

	.avghandletime {
		border-radius: 12px;
		border: 0px solid;
		width: 580px;
		height: 250px;
		margin-left: 10px;
		background-color: white;
		box-shadow: 0 2px 5px rgba(0 0, 0, 0.27);
		border: 0px solid;
		box-shadow: 0 2px 5px rgb(0 0 0/ 27%);
	}

	.box-body {height:185px;
/* width:258px; */
		border-radius: 3px;
		border: 0px solid;
		background-color: white;
		/* box-shadow: 0 2px 5px rgba(0 0, 0, 0.27); */
		border: 0px solid;
		/* box-shadow: 0 2px 5px rgb(0 0 0/ 27%); */
		box-shadow: 0 2px 20px rgba(0, 0, 0, .27);
	}

	.relative {
		position: relative;
	  }

	.absolute-center {
		position:absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	  }
	  
	  .text-center{
		text-align: center;
	  }
	  
	  p {
		font-size: 1.5rem;
	  }

	 /*  .box-body::before {
		content: '';
		position: absolute;
		height: 6px;
		width: 100%;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		margin-left: -15px;
		background: linear-gradient(144deg, rgba(65,68,156,1) 15%, rgba(20,57,128,1) 47%, rgba(0,159,255,1) 100%);
	  } */

	  .btnShadow {
		box-shadow: 0 2px 5px rgb(0 0 0/ 27%);
	  }

	  .btnDetail{
		height: 30px;
		border-color: black;
		border-top-right-radius: 10px;
		border-top-style: solid;
		border-right-style: solid;
		border-width: 1px;
		margin-left: 10px;
		margin-right: -10px;
	  }

	 





.title{
	font-weight:bold;
	color:rgb(154 186 17);
	font-size:18px;
	margin-left:25px;
	padding-top:10px;
	font-size:35px;
	width:75%;
	/* animation-duration: 2s;
  animation-name: slidein; */
  
  animation: blur 1s  ;
  -webkit-animation: blur 1s ;
  -moz-animation: blur 1s  ;
	
}


@keyframes blur {
  0%,
  90% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
  50% {
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
  }
}





.box-body{
	height:230px;
	/* width:280px; */
	padding-right:10px;
	margin-right:25px;
	border-radius:15px;
}



.content{
	
	margin-left:20px;
	margin-top:50px;
	padding-bottom:10px;
	
}



.box-container{
	
	margin-top:30px;
	padding-bottom:20px;
	
}


.icons-about{
	
	margin-top: 10px;
    display:flex;
    justify-content:center;
}


.box-title{
	
    font-weight: bold;
    color: green;
    margin-top: 5px;
    display:flex;
    justify-content:center;
    font-size: 16px;
	
	
}




.box-content{
	margin-top:5px;
	font-size:16px;
	
	
}


.headerimg{
	
	position:absolute;
}


.about-title{
	margin-top:50px;
	font-size:16px;
		
		width:90%
}


.header-container{
	
	width:85%;
}


.upImg{
	

    margin-top: 275px;
    margin-left: 50px;
}


@keyframes slidein {
  from {
    font-size:38px;
    
  }

  to {
    font-size:35px;
  
  }
}


.nav {
	color: white;
}

.top {
	margin-top: 3%;
}

a {
	color: white
}


a:hover { color: white; }


filter: blur(1px);
-webkit-filter: blur(1px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: url(blur.svg#blur);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');




