<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	box-sizing: border-box;
	font-family: 'Karla', sans-serif;
	background-color: rgb(253, 253, 237);
}

.container{
	width:100%; 
}
.row{
	display:block ruby;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
	float:left;
}

html{
	scroll-behavior: smooth;
}

/* .hvr-grow { */
    /* vertical-align: middle; */
    /* transform: translateZ(0); */
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
    /* backface-visibility: hidden; */
    /* -moz-osx-font-smoothing: grayscale; */
    /* transition-duration: 0.3s; */
    /* transition-property: transform; */
/* } */

/* .hvr-grow:hover, */
/* .hvr-grow:focus, */
/* .hvr-grow:active { */
    /* transform: scale(1.1); */
/* } */


.aboutus-area{
	margin: 25px;
	padding: 25px;
	text-align: justify;
}

#aboutus-para{
	line-height: 2.75;
	margin-bottom: 27px;
}

@media only screen and (max-width: 597px){
	.col-lg-12 {
		width: 100%;
	}
}</pre></body></html>