html, body, div, span,h1, h2, h3, h4, h5, h6, p,
a, em, img, q, s, small, strong,b, u, i,dl, dt,
dd, ol, ul, li,form, label,table, caption, tbody,
tfoot, thead, tr, th, td,article,footer, header,
menu, nav,section, time, audio, video,button ,input,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	line-height: 1.2
}
a{
	display: inline-block;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear: both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfloat{zoom:1;}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	overflow:hidden;
	height:0;
}
.spill{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.multiSpill{
	word-break:break-all;
   text-overflow:ellipsis;
   display:-webkit-box;
   -webkit-box-orient:vertical;
  /* -webkit-line-clamp:3;*/
   overflow:hidden;
}
input {
	-webkit-appearance:none;
	-moz-appearance:none;
}
textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
}
input:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
select:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
textarea:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button{
	cursor:pointer;
}
select{
	cursor:pointer;
}
input type:checkbox{
	cursor:pointer;
}
input type:radiobox{
	cursor:pointer;
}
a:hover,a:focus,a:active,a:visited {
 text-decoration: none;
}
@font-face {
	font-family: 'Oswald-Light';
	src: url(../fonts/Oswald-Light.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Medium';
	src: url(../fonts/Oswald-Medium.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeue';
	src: url(../fonts/BebasNeue%20Bold.otf);
	font-weight: normal;
	font-style: normal;
}
/*heading*/
.set-head {
	text-align: center;

}
.set-head h2,
.set-head h3 {
	font-family: 'Roboto', sans-serif;
}
.set-head h2 {
	font-size: 27px;
	color: #686868;
}
.set-head h3 {
	font-size: 37px;
	color: #000;
	font-weight: 700;
	position: relative;
}
.set-head h3:after {
	content:'';
	position: absolute;
	height: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px;
	background-color: #a7cc3a;
}

/*heading*/

/*common set ends*/
/*read more*/
a.read_more {
	font-size: 18px;
	color: #38adef;
	text-align: center;
	font-weight: 400;
	border: 4px solid #38adef;
	border-radius: 30px;
	background-color: #fff;
	width: 186px;
	margin: auto;
	padding: 15px 0px;
	display: block;
	 -webkit-transition: all .4s;
	 -o-transition: all .4s;
	 -ms-transition: all .4s;
	 -moz-transition: all .4s;
	 transition: all .4s
}
a.read_more:hover {
	background-color: #38adef;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.cdfv{width: 80%  !important;margin: 0% 1% 6% 6% !important;}
	.set-head h2 {font-size: 17px;}
	.set-head h3 {font-size: 23px;font-weight: 500;}
	a.read_more {
		font-size: 12px;
		border: 2px solid #38adef;
		width: 125px;
		padding: 11px 0px;
	}
}
/* navigation */
#sidebar {
    width:300px;
    float:left;
}
#sidebar nav {
	position: fixed;
    top: 50%;
	right: 20px;
    width:35px;
    padding:0 12px;
    z-index: 101;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sidebar nav li a {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.56);
}
#sidebar nav li a.new {

	background-color: rgba(32, 176, 202, 0.56);
}
#sidebar nav li a.new.nav-active {

	background-color: #20b0ca;
}
#sidebar a.nav-active {
   background-color: #fff;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
		transition: all 0.3s ease;
}

.card-body {

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
		min-height: 95px;
		max-height: 95px;

}
.card-img-top {
    width: 100%;
		height: 140px;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);}
		.text-muted {
    color: #6c757d !important;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
small {
    font-size: 70%;
		font-weight: 400;
}
.h5, h5 {
    font-size: 1.05rem;
		color: #484747;
}
.card-text{font-size: 13px;color: #6c6b6b;}
.cam_hover_shadow:hover{-webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.46) !important;-moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.46) !important;box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.46) !important;transition: all 0.3s ease !important;}
.cdfv{width: 22%;margin: 0% 1% 1% 1%;}
