body {
	font-family: 'Hind Siliguri', sans-serif;
	background-image: url("../img/bg-image.svg");
	background-repeat: repeat-y;
	background-position: center;
	background-size: cover;
	top: 0px;
	left: 0px;
}
@media (min-width: 1200px) {
.container {
    width: 1340px;
    max-width: 100%;
}
a {
	font-family: 'Montserrat', sans-serif;	
}
a:visited {
	color: white;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color:#597CEE;
	font-size: 25px;
	text-align: center;
}
h3 {
	font-family: 'Montserrat', sans-serif;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;	
}
.container-fluid {
	margin-left:0;
	margin-right: 0;
	padding: 5px;
}
.card {
	margin-top:15px;	
	padding: 1em 1em;	
	border-radius: 10px;
	background: #FFFFFF 0% 0% no-repeat padding-box;	
	box-shadow: 0px 3px 10px #30374B4A;
	opacity: 1;

}
.card-body {
	padding: 0.25rem;
}
.btn-primary {
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	font-size: 18px;
	background: #30374B 0% 0% no-repeat padding-box;
	border:1px solid #30374B;
	border-radius: 10px;
	opacity: 1;
	padding: 1rem 2rem;
	margin-top: 20px;
	transition: ease 0.25s;
}
.btn-primary:hover {
	background:#3A445E 0% 0% no-repeat padding-box;
	border:1px solid #3A445E;
	
}
#profiler {
	padding: 60px 20px 50px 20px;
	text-align: center;

}
#profiler h1 {
	color: white;	
}
#profiler p {
	color: white;	
}
#footer {
	background: #30374B 0% 0% no-repeat padding-box;
	opacity: 1;
	text-align: center;
	padding: 10px 0px 20px 0px;
}
#footer p {
	font-family: 'Montserrat', sans-serif;	
	text-transform: uppercase;
	padding: 10px 0px 0px 220px;
	color: white;
}
.logo-fix {
	width: 130px;
	padding: 0px 10px 0px 0px;
}