/*load Josefin Sans fonts*/
@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-SemiBold.ttf");
}

/* style for scrollbar start*/
/* width */
.setHeight::-webkit-scrollbar {
  width: 7px !important;

}

/* Track */
.setHeight::-webkit-scrollbar-track {
  background: #f1f1f1 !important; 
}
 
/* Handle */
.setHeight::-webkit-scrollbar-thumb {
  background: #888 !important; 
}

/* Handle on hover */
.setHeight::-webkit-scrollbar-thumb:hover {
  background: #555 !important; 
} 
.setHeight{
	max-height: 420px;
	overflow:hidden;
}
.setHeight:hover{
	overflow:auto;
}
/* style for scrollbar end*/

/* style for voteIn section*/
.voteInSection{
	height: 450px;
}

/* style for images slider*/
.imgHeight{
	max-height: 550px !important;

}

/* set font Josefin Sans*/
body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 ,.sw_leads_accordian .panel .panel-heading a.collapsed,.sw_leads_accordian .panel .panel-heading a,.disc_btn li a, .ReadMore, nav>ul>li>a,.header_btn li a,.imgFont{
	font-family: Josefin Sans !important;
		
}

/*style for remove extra padding after each section*/
.removePadding{
	padding-bottom: 20px !important;
}

/*style for font size*/
.setfont{
	font-size:18px!important;
}
