

/*for font-family*/


/*body {
	font-family: 'Montserrat', 'Arial', sans-serif;
}*/

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto Slab', serif;
}

p{
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	letter-spacing: 1px;
}
a:hover{
	text-decoration: none !important;
}

.title-heading{
	color: #333;
}

/*padding*/

.pad-0{
	padding: 0;
}

.pad-tb{
	padding: 60px 0;
}

.capitalize{
	text-transform: uppercase;
}

.text-justify{
	text-align: justify;
}

.btn-right{
	border: 2px solid #e20a17;
	border-radius: 100px;
	background: transparent;
	color: #e20a17;
	padding: 5px 20px;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn-right:hover{
	background: #e20a17;
	color: #fff;
}

.btn-bg{
	border: 2px solid #fff;
	border-radius: 100px;
	background: transparent;
	color: #fff;
	padding: 5px 20px;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.btn-bg:hover{
	background: #fff;
	color: #e20a17;
}




/*add on*/
.nagarik-about-para{
  text-align: justify;
}

.principal-img{
    height: 635px!important;
}
.principal-img img{
    object-fit:cover!important;
}