@charset "utf-8";
/* CSS Document */

/*-----------index------------*/
@font-face {
   font-family: 'Slabo 27px', serif;
   src: url(fontawesome-webfont.ttf);
}

* {
   font-family: 'Slabo 27px', serif;
}
header{background-color: #DADADA;}
footer{background-color: #DADADA;}
.width{width: 80%; margin: auto;}
.img-responsiv{width:100%;}
.decorat{text-decoration: none !important;}
/*----------Aboutus---------*/
.justify{text-align: justify;}
.dp{padding:0 !important}
.w3-container.dp{padding:0 !important}
.max-width{max-width:1200px;}
.img{width:100%;min-height:200px;max-height:500px;}
.img1{width:100%;min-height:500px !important;max-height:600px !important;}
.bgclr{
	 background-color:#333333;
	 color:#fff;
	
	}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    font-size: 16px;
    
}
