/* ADD YOUR CUSTOM STYLE CODES HERE */


.form-control {
	color:#fff !important;
}

.form-control::placeholder {
	color:#fff !important;
}


#main-logo {
	margin-top:10px;
}
/*home page*/

/*slider*/

.slider-title-2 {
	font-size:13px !important;
}


.pra_link {
	color:#162568 ;
	 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pra_link:hover {
	color:#000;
	 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.justty{
	text-align:justify !important;
}

@media only screen and (max-width:360px) {
	.portfolio-filter li a,
.navbar-nav > li > a {
	line-height:0px;
}

}

@media only screen and (max-width: 380px) {
	.portfolio-filter li a,
.navbar-nav > li > a {
/*  font-family: 'PT Sans', sans-serif;*/
font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  
  font-size:13px;
  margin:0px !important;
  padding:7px 20px;
  line-height:30px !important;
  color:#2f2f2f !important;
   -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


}