@font-face {
	font-family: paul;
	src: url(fonts/paul.otf);
	
}

@font-face {
	font-family: 'space';
	src: url(fonts/spacemono.woff) format('woff'), 
	url(fonts/spacemono.woff2) format('woff2');
	
}

@font-face {
	font-family: studio;
	src: url(fonts/studio.otf);
	
}
@font-face {
    font-family: prod;
    src: url('fonts/product.ttf');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: din;
    src: url('fonts/din.woff2');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: dinm;
    src: url('fonts/dinm.woff2');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: prod;
    src: url('fonts/product.ttf');
    font-weight: 300;
    font-style: normal;

}
body{
	margin: 0;
}

a{
	text-decoration: none;
}
.cross{

	float: right;
	margin-top: 50px;
	margin-right: 50px;
	cursor: pointer;
	color: #a0a0a0;
	font-size: 45px;
	}
.hamburger{
	width: 25px;
	height: 20px;
	float: right;
	margin-top: 50px;
	margin-right: 50px;
	cursor: pointer;
	opacity: 0;
}
.hamburger div{
	width: 29px;
		height: 3px;
	background-color: #a0a0a0;
	margin-top: 5px;
	opacity: 0;
}
.hamul {

	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	margin-top: -9px;
	background-color: #fff;    
	display: none;
	z-index: 2000;
	overflow-x: auto;
}
.hamul ul{
	list-style-type: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-top: 50px;
}
.hamul li{
	cursor: pointer;
	text-align: center;
	font-size: 25px;
    color: #444;
    padding: 5px; 
    margin-top: 8px;
    font-family: prod;
    text-decoration: none;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    display: table;
    letter-spacing: 1.5px;
}
.header{z-index: 1000;

    overflow: auto;
    white-space: nowrap;		
}
.headerimg{
	width: 80px;
	float: left;
	padding:  10px;
	margin-top: 20px;


}

.headerul li{
	float: right;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
    color: #444;
    padding: 10px; 
    margin-right: 5px;
    margin-top: 12px;
    font-family: prod;
    letter-spacing: 1.35px;
}
.headerul li:hover{
	color: #3c6df0;
}
.top1{
	background-image: url(events_back.svg);
	width: 100%;
	height: 100%;
	background-repeat: repeat-y;
}


.toph{
	text-transform: capitalize;
	font-family: prod;
	font-weight: 600;
  color: #001e59 !important;
	font-size: 78px;
	letter-spacing: 5px;
	text-align: center;
	margin-top: 100px;
}
.toph sup{
	text-transform: uppercase;
	font-family: paul;
	font-weight: 100px;		
	letter-spacing: 2px;
	text-align: center;
	background-color: #006ee6;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 13px;
	padding: 1px 3px 1px 4px;

}


.h_but1{
    width: 180px;
    height: 40px;
    font-family: prod;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    background-color: #789fff;
    border-radius: 5px;
    transition: .3s ;
    letter-spacing: 1px;
}
.h_but1:hover{
	transition: .3s ;
    box-shadow: 1px 1px 7px 0px #4444442b;
    color: #fff;
    background-color: #517deb;
    transform: scale(1.05);
}

.h_but2{
    width: 150px;
    height: 30px;
    font-family: prod;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    background-color: #789fff;
    border-radius: 5px;
    transition: .3s ;
    letter-spacing: 1px;
    display: inline-block;
    text-align: -webkit-center;
}
.h_but2:hover{
	transition: .3s ;
    box-shadow: 1px 1px 7px 0px #4444442b;
    color: #fff;
    background-color: #517deb;
    transform: scale(1.05);
}



@media(max-width: 1085px){
	.headerul  {
	display: none;
}
	.hamburger{
		opacity: 1;
	}
	.hamburger div{
		opacity: 1;
	}


}
@media (max-width: 450px){
.headerul  {
	display: none;
}
}




/*.container1{
	display: flex;
	flex-direction: row;
}*/
.card{
	height: 300px;
	width: 300px;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 5px;
	margin-top: 30px;
	margin-left: 20px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-left: 20px;
}

.bg {
	background-color: #0eaace85;
	height: 100px;
	width: 100%;

	text-transform: capitalize;
	font-family: prod;
	font-weight: 600;
  	color: #3c6df0 !important;
	font-size: 30px;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 50px;

}

.event-type{
	text-transform: uppercase;
	font-family: prod;
	font-weight: 100px;		
	letter-spacing: 2px;
	text-align: center;
	color: #006ee6;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	font-weight: 800;

}
.f-info{
	font-family: prod;
	font-weight: 600;
  	color: #001e59 !important;
	font-size: 18px;
	padding: 0px 10px 5px 25px;
}


.width1{
	width: 25%;
	float: left;
}



@media (max-width: 1315px){
.width1{
	width: 30%;
	margin-left: 30px;
}
}
@media (max-width: 1050px){
.width1{
	width: 40%;
	margin-left: 30px;
}
}
@media (max-width: 700px){
.width1{
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}

