@charset "utf-8";
/* CSS Document */
html,
body {
	margin-top:0px;
	padding:0px;
	overflow-x:hidden;
    font-family: 'Mukta', sans-serif;
}

.bg {
	background-image: url("images/bg.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-100 {
    padding-top: 100px;
}

.blue {
    background: #4cc9f5;
}

.blue-text {
	color: #17316e;
}

.gray {
	background-color: #eaeffb;
}

.googlefont {
font-family: 'Mukta', sans-serif;
font-size:30px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
color:#000;
font-weight:500;
}

.matter {
font-family: 'Mukta', sans-serif;
	text-align:justify;
	font-size:17px;
	color:#757588;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
}

/*Responsive code
X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap

Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }
/*Responsive code*/
