@font-face{
   font-family: 'JosefinSans-Bold';
   src:url('../fonts/JosefinSans-Bold.ttf') format('truetype');
}

@font-face{
   font-family: 'JosefinSans-SemiBold';
   src:url('../fonts/JosefinSans-SemiBold.ttf') format('truetype');
}


@font-face{
   font-family: 'OpenSans-Regular';
   src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
   font-family: 'OpenSans-Semibold';
   src:url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

/*#fcf2f2*/
body{  font-family: 'OpenSans-Regular'; position: relative;}
p{
	margin-top: 10px; 
	font-size: 16px; 
	line-height: 30px; 
	letter-spacing: 0.5px; 
	color:#555555;
}


.banner{padding: 0;}
.banner img{width: 100%;}
.banner h1{
	font-size: 60px;
	font-family: 'OpenSans-Semibold';
	color:#ffffff;
}

.over{
	position: absolute;
	width: 100%;
	left:0;
	top:350px;
	text-align: center;
	background: rgba(0,0,0,0.7);
	padding: 10px;
}

.navbar{max-height: 50px; z-index: 2;}
#navi{background: #ffffff; text-align: center;}

.logo{
	width: 120px;
	position: absolute;
	z-index: 2;
	border-radius: 50%;
}

.nav{margin-top: 10px;}

.mynav .nav li a{
	color:#333333;
	font-family: 'OpenSans-Semibold';
	letter-spacing: 1px;
}

.mynav .nav li a:hover{
	background: #182b70;
	color: #ffffff;
}

.bb{
	margin-top: 30px;
	
}

.bb h4{
	font-family: 'OpenSans-Semibold';
	letter-spacing: 1px;
	line-height: 30px;
	text-align: center;
}

.head{
	font-family: 'JosefinSans-Bold';
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 40px;
}

.mt20{
	margin-top: 20px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}

.imgbor{
	padding: 10px;
	border:1px solid #cccccc;
	margin-bottom: 30px;
}

.imgbor h3{font-family: 'OpenSans-Semibold';}
.imgbor p{letter-spacing: 0.5px; font-size: 15px;}

.imgbor .text{padding: 5px;}
.bold{
	font-family: 'OpenSans-Semibold';
	letter-spacing: 0.5px;
}

.pros{
	padding: 15px;
	/*background: #fafafa;*/
	min-height: 200px;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
	font-family: 'OpenSans-Semibold';
	position: relative;
}

.pros img{
	width: 60px;
	position: absolute;
	border-radius: 50px;
	right: -10px;
	bottom: -10px;	
}

.button{
	display: inline-block;
	padding: 10px 25px;
	background: #182b70;
	color:#ffffff;
	text-decoration: none;
}

.button:hover{
	background: #182b70;
	color:#ffffff;
	text-decoration: none;
}

.team{
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
}
.team img{
	width:100%;
}

.patch{width: 100%;float:left;}
.patch h3{
	color: #ffffff;
	font-family: 'OpenSans-Semibold';
	text-align: center;
	font-size: 20px;
}

.patch h4{
	color: #ffffff;
	/*font-family: 'OpenSans-Semibold';*/
	text-align: center;
}

.patch{
	background:  #182b70;
	color:#ffffff;
	padding: 0 10px;
}

.footer{
	background: #182b70;
	color:#ffffff;
	padding-top: 25px;
	padding-bottom: 45px;
	margin-top: 50px;
}

.footer h3{
	font-family: 'OpenSans-Semibold';
	letter-spacing: 1px;
}

.pagetitle{
	background: #182b70;
	color:#ffffff;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	font-family: 'JosefinSans-Bold';
}

.pagetitle h2{
	font-size: 40px;
} 

.abt h3{
	color:#182b70;
}

.project{
	color:#182b70;
	border:1px solid #cccccc;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 17px;
}

.pubs{
	margin-top: 50px;
	border: 1px solid #cccccc;
	padding: 10px;
}

.pubs h3{margin-top: 0; font-family: 'OpenSans-Semibold';}

.tm img{
	width: 100%;
	max-height: 420px;
}

.tmdet{
	height: 200px;
	overflow: auto;
}

.projects{
	border:1px solid #cccccc;
	border-radius: 15px;
	margin-top: 25px;
	min-height: 300px;
	transition: 0.3s;
}

.projects:hover{
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
}


.projects p{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 50px;
	font-family: 'OpenSans-Semibold';
}

.projects span{
	display: block;
	background:#182b70;
	text-align: center;
	border-radius: 15px 15px 0 0;
	height: 80px;
	padding-top: 10px;
}

.projects span img{
	width: 100px;
	border-radius: 50%;
}

.edin{
	background: #ffffff;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	padding: 10px;
}


@media(max-width: 768px)
{
	.logo{width: 80px;}

	.banner{overflow: hidden;}
	.banner img{width: 150%;}
.banner h1{
	font-size: 40px;
	font-family: 'OpenSans-Semibold';
	color:#ffffff;
}

.over{
	position: absolute;
	width: 100%;
	left:0;
	top:80px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	padding: 10px;
   }
}