@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
:root {
  --red-btn-color:#ff1919;
  --green-color:green;
  --white:white;
 /* --bgColor:#022ab4;*/
   --bgColor:#012db3;
  --headerColor:#00192f;
}

*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}

ul.navbar-nav li.nav-item{
  padding:0px 5px;
}
ul.navbar-nav li.nav-item a.common-btn{
	background:var(--bgColor);
    padding: 5px 11px;
    border-radius: 5px;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
	color:#fff;
}
.navbar-light .navbar-nav .nav-link:hover{
	color:#fff;
}
.dropdown-toggle{
	/*color:#fff!important;*/
}
.navbar-light .navbar-brand{
	color:#fff;
}
ul.navbar-nav li.nav-item a.common-btn:hover{
	color:#fff;
}
ul.navbar-nav li.nav-item a.common-btn:focus{
	color:#fff;
}
.sign-in, .user-plus{
	padding-right:5px;
} 
#navbar-header{
	position:absolute;
	top:0px;
	z-index:9999;
}
.navbar-light .navbar-toggler{
	background:#fff;
}
/*Header */
.dropdown-menu li {
        position: relative;
		width:13rem !important;
		display: block;
	}
     .dropdown-menu .dropdown-submenu {
        display:block;
        position: absolute;
        left: 100%;
        top: -11px;
        max-height:0;
        transition: max-height 0.7s ease-in; 
        overflow: hidden;
		border:0px;
		width:250px;
		 }
        .dropdown-menu .dropdown-submenu-left {
        right: 100%;
        left: auto;
        }
        .dropdown-menu > li:hover > .dropdown-submenu {
        max-height: 200px;
        }
        .main-menu li:hover{
          background:#f8f9fa;
          color:#FFF;
        }
#main{
	min-height:auto;
	/* position:absolute; */
	top:0px;
	/* z-index:9999; */
	width:100%;
}
#navbar{
	width:100%;
	height:45px;
	line-height:45px;
	background:#FFF;
	margin:0 auto;
}
#navbar a{
	text-decoration:none;
	color:#5AA628;
}
#navbar ul li{
  list-style:none;
  float:left;
  display:block;
  padding:0 15px;
}
#header{
	width:100%;
	line-height:45px;
	display:block;
	background:transparent;
	margin:0 auto;
}
#header a{
	padding: 0px 15px;
	text-decoration:none;
}
#header a:hover{
	
}
.fixed#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* background: #00192f; */
    /* background: #eee; */
    background: var(--headerColor);
    -webkit-transition: all 0.7s ease 0s;
    z-index: 100;
}
.fixed#header a{
	/*color:#FFF;*/
	/*color:#fff!important;*/
/*	color:#fff!important;*/
}
/* .fixed#header #navbarNav .navbar-nav li a {
	color:#fff;
} */
.fixed#header ul.dropdown-menu li a {
	color:#000!important;
}
/*Home page start*/
.second-section{
	position:relative;
	margin:30px 0px 50px 0px;
	height:auo;
}
.search-input{
	display:flex;
	align-items:center;
	position:relative;
}
.search-icon{
	position: absolute;
    left: 35px;
    font-size: 26px!important;
}
.location-icon{
	position: absolute;
    right: 37px;
   font-size: 35px!important
}
.custom-input{
	height:55px;
	padding:0px 55px;
	border-radius:50px;
	border: 4px solid #00192f;
    box-shadow: 0 8px 6px -6px rgb(50 51 51 / 40%);
}
.custom-input:focus{
	outline:0px!important;
	 border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.s-btn{
	background: #1b89ef;
    padding:5px 40px;
    border-radius: 5px;
    color: #fff;
    border:1px solid #1b89ef;
    height: 45px;
    width:auto;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    border-radius:23px;
}
.search-btn{
    background: #1b89ef;
    color: #fff;
    border:1px solid #1b89ef;
    height: 45px;
    width:auto;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    height: 55px;
    padding: 0px 59px;
    border-radius:100px;
}
.s-btn:focus{
	outline:0!important;
}
.site-logo{
	width:90px;
	height:auto;
}
.third-section{
	position:relative;
	margin:30px 0px 30px 0px;
	height:auto;
}
.heading{
	color:#00192f;
	font-size:2.5rem;
    font-weight:700;
    line-height: 54px;
    line-height: 5.4rem;
    padding:30px 0px;
}
.card{
	-webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 15%);
    border:0px;
}
.card:hover{

	-webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 4px 3px rgb(0 0 0 / 15%);	
}

.card-img-top{
	transition: all .4s;
	width: 100%;
    height: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card:hover .card-img-top{
	 transform: scale(1.2);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
}
.card-img-d{
	overflow:hidden;
}
.know-btn{
	border-radius:100px;
	opacity:1;
}
.know-btn:hover{
	border-radius:20px;
	opacity:0.9;
	transition:0.5s;
	background:#00192f;
	color:#fff;
	border:1px solid #00192f;
}

.view-all-btn{
	border-radius:100px;
	opacity:1;
	padding:11px 50px;
	font-size:18px;
	font-weight:600;
	background:#ec398b;
	border:1px solid #ec398b;
}
.view-all-btn:hover{
	opacity:0.9;
	transition:0.5s;
	background:#00192f;
	color:#fff;
	border:1px solid #00192f;
}
.lg-btn{
	border-radius:100px;
	opacity:1;
	padding:11px 50px;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
	background:#ec398b;
	border:1px solid #ec398b;
	margin:0px 30px;
}
.lg-btn:hover{
opacity:0.9;
	transition:0.5s;
	background:#00192f;
	color:#fff;
	border:1px solid #00192f;	
}
.card-footer{
	border-top:0px;
}
.four-section{
	position:relative;
	margin:100px 0px 0px 0px;
	padding:30px 0px 100px 0px;
	height:auto;
	background:#00192f;
}
#bg-img{
	background:url('../images/texture.png');
	position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
}
.heading-2{
	color:#FFF;
	font-size:2.5rem;
    font-weight:700;
    line-height: 54px;
    line-height: 5.4rem;
    padding:30px 0px;
}
.footer-section{
   background:#eee;
   width:100%;
   height:auto;
   padding:70px  0px 0px 0px;
}
ul.footer-links{
	display:flex;
	justify-content:space-between;
}
ul.footer-links li{
	list-style:none;
}
ul.footer-links li a{
  text-decoration:none;
  color:grey;
}
.dropdown-toggle::after{
	display:none;
}
.social-media{
	display:flex;
	justify-content:center;
	padding:30px 0px;
}
.dropdown-menu{
	margin:0.7rem 0 0;
	/* box-shadow:4px 5px 2px 0px rgb(0 0 0 / 15%); */
	border-radius:0px;
	
}
.dropdown-menu{
	padding:0px 0px;
}

.dropdown-menu li a{
  color:#000;
}
.social-media li{
  list-style:none;
  margin:0px 10px
}
.social-media li a{
	text-decoration:none;
}
.social-media li a i{
	width:40px;
	height:40px;
	background:#000;
	color:#fff;
	/*border-radius:50%;*/
	display:flex;
	justify-content:center;
	align-items: center;
}
.social-media li a i:hover{
	background:#fff;
	color:#000;
	transition:0.5s;
}
#select-option:focus{
  outline:0px!important;
}
#select-option option:focus{
  outline:0px!important;
}
.select-option{
	width: 100px;
    height: 45px;
    background:var(--bgColor);
    color: #fff;
    border: 1px solid var(--bgColor);
    padding: 0px 2px;
    border-radius: 5px;
}
/*home page end */

/*About us page start */
.about-us-banner{
   position:relative;
   width:100%;
   min-height:300px;
   height:100%;
   background:#00192f;
}
#banner-img{
	background:url('../images/texture.png');
	background-size:cover;
	position:absolute;
	width:100%;
	height:100%;
}
.banner-title-text{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:140px 0px;
}
.banner-title-text h1{
	z-index:99;
	color:#fff;
	font-weight:700;
	font-size:3.5rem;
}
.about-us-info{
	position:relative;
	width:100%;
	padding:50px 10px;
}
.para-info{
	color:grey;
	font-size:18px;
	line-height:30px;
}
.bullets-ul-list{
	padding-left:22px;
}
/*About us end */
/* Work Listing Details start*/
.details-img-area{
	width:255px;
    height:255px;
    border-radius: 50%;
    overflow:hidden;
    margin-top: 40px;

}
.details-img{
	width:255px;
	height:255px;
	border-radius: 50%;	
	transition: all .4s;
}
.details-img-area:hover .details-img{
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
}
.heading-title{
	color: #00192f;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 54px;
    line-height: 5.4rem;
    padding:0px 0px;
}
.info-para{
	font-size: 20px;
    text-align: justify;
    line-height: 35px;
}
.grid-img{
	width:100%;
	height:265px;
}
.font-s-w-c{
	font-weight:600;
	font-size:20px;
	text-transform:uppercase;
	padding:20px 0px;
	color:#858585;
}
.gird-area{
	background:#eee;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.gird-area:hover{
	box-shadow: rgba(0, 0, 0, 0.80) 0px 1px 4px;
	transition:0.5s;
	cursor:pointer;
}
/* Work Listing Details end */
/* login page start */
.gradient-section{
	position:relative;
	min-height:700px;
	/*background-color: #012db3;*/
 background-image: url('../images/login_bg.svg');	 
padding:8rem 0rem 4rem 0rem;
}
.login-box{
	background:#FFF;
	width:50%;
	min-height:500px;
	margin:auto;
	padding:20px;
	border-radius:5px;
}
.login-title{
	text-transform: uppercase;
    font-weight: 700;
}
.forgot-pass-link{
	color:#000;
}
.forgot-pass-link i{
	padding-left:5px;
	font-size:12px;
}
.loginBtn{
	width: 100%;
    height: 50px;
    text-align: center;
    background-color: #ec398b;
    border: 1px solid #ec398b;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0px 0px;
    margin-top: 21px;
    border-radius: 40px;
    cursor:pointer;
}
.loginBtn:focus{
	outline:0!important;
}
.radio-w{
	width:40px;
}
.radio-box{
	cursor:pointer;
}
.strip-radio{
	background: #FFF;
    width: 50%;
    height:auto;
    margin: auto;
    padding:11px 0px 0px 0px;
    border-radius: 5px;
    margin-bottom:20px;
    display:flex;
    justify-content:space-around;
}
/* login page end */
/*Register page start */
.register-box{
	background: #FFF;
    width: 90%;
    height: auto;
    margin: auto;
    padding: 20px;
}
.register-form-1{
	border:1px solid #000;
	padding:21px 41px;
}
.register-form-2{
border:1px solid #000;
	padding:21px 41px;	
}
input[type=checkbox]{
	width: 40px;
    height: 18px;
}
.checkbox-box{
	display: flex;
    align-items: center;
    cursor:pointer;
}
.registerBtn, .pink_btn{
	width:50%;
    height: 50px;
    text-align: center;
    background-color: #ec398b;
    border: 1px solid #ec398b;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0px 0px;
    margin-top: 21px;
    border-radius: 40px;
    cursor: pointer;
}
.registerBtn:focus,.pink_btn:focus{
	outline:0!important;
}

/*Register page end */
/* Forgot  password start */
.input-label{
position: relative;
    width: 85%;
    height: 44px;
    line-height: 44px;
    display: flex;
    margin: auto;
}
.captcha-img{
	border:1px solid grey;
	margin-bottom:5px;
}
.pl-custom{
	padding:10px 53px;
}
/* #banner:before{
    content: " ";
    position: absolute;
    width: 100%;
    height:562px;
    float: left;
    left: 0;
    top: 0;
    z-index: 1;
    background: #750f0d;
     background: linear-gradient(to top, transparent 0%, black 100%);
   background: -moz-linear-gradient(top, #000 0%, #000 100%);
    background: -webkit-linear-gradient(top, #000 0%, #000 100%);
    background: linear-gradient(to bottom, #000 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#750f0d', endColorstr='#07031e',GradientType=0 );
    opacity: 0.7;
} */

.carousel-control-prev{
	z-index:99;
}
.carousel-control-next{
	z-index:99;
}

/*Forgot password end */
@media screen and (max-width:987px){
	.change-card{
		padding: 0px 5px;
		text-align:center;
	}
	.profile-name{
		font-size:22px;
	}
	.pt-50{
		padding-top:5px!important;
	}
	.Workshop-conduct-date{
		font-size:18px;
	}
	.navbar {
		padding:3px 4px 15px 0px;
	}
	ul.navbar-nav li.nav-item{
		padding:7px 0px;
	}
	.search-btn{
		left: 0px;
		right: 0px;
		margin: 20px auto;
		display: flex;
		padding: 10px 0px;
		width: 100%;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	.s-btn{
		margin:5px 0px;
		width:100%;
	}
	.heading{
		font-size:2rem;
		line-height:35px;
		padding:11px 0px 20px 0px;
	}
	.footer-links{
		flex-direction:column;	
		text-align:center;
	}
	.footer-section{
		padding:30px 0px 0px 0px;
	}
	ul.footer-links li{
		padding:10px 0px;
	}
	.card{
		margin:5px 0px;
	}
	.navbar{
		padding:3px 14px 15px 14px;
	}
	/* .navbar-nav .dropdown{
		text-align:center;
	} */
	.dropdown-menu .dropdown-submenu{
		position:relative!important;
		left:0px!important;
	}
	.dropdown-menu{
		box-shadow:none!important;
	}
.dropdown-menu .dropdown-submenu{
	top:0px!important;
}
.select-option{
	width:100%;
}
.lg-btn{
	margin:5px 0px;
	width:100%;
}
.details-img-area{
	left:0px;
	right:0px;
	margin:0 auto;
	justify-content:center;
	width:250px;
	height:250px;
}
.details-img{
	width:250px;
	height:250px;
}
.site-logo{
	padding-top:5px;
}
.heading-title{
	font-size:2rem;
	text-align:center;
}
.info-para{
	font-size:1rem;
	text-align:center;
}
.banner-title-text h1{
	font-size:2.5rem;
}
/*login page start*/
.login-box{
	width:100%;
	min-height:650px;
	padding:5px;
}
.gradient-section{
	min-height:900px;
}
.input-field{
	width:91%;
}

.loginBtn{
	font-size:1rem;
}
.input-field span{
	text-align:center;
}
.gradient-section{
	height:100%!important;
}
.registerBtn{
	width:100%;
	font-size:1rem;
}
.register-form-1{
	padding:21px 11px;
}
.register-form-2{
	padding:21px 11px;
}
.register-box{
	width:100%;
	padding:5px;
}
.strip-radio{
	width:100%;
	flex-direction:column;
}
.form_box{
	margin:0px !important
}

}
@media screen and (max-width:1130px){
.gradient-section{
	height:100%;
}

}
@media only screen and (min-width: 992px) and (max-width: 1088px){
 .mobile_links li a{
	padding: 0px 5px !important;
 }
}
/*participant website*/
.btn-primary{
	background:var(--bgColor);
	border:1px solid var(--bgColor);
 }


.listing-info-m{
  display:grid;padding-left:11px;margin-top:-6px;	
}
.filter-l-icon{
	font-size: 31px!important;
		color:red;
}
.angle-right-arrow{
	font-size: 30px!important;
    padding-left: 15px!important;
    color:grey;
}
.nav-tabs .new-tab-item .nav-link.active {
	color: #fff;
    background-color: var(--bgColor);
    border-color: #dee2e6 #dee2e6 #fff;
}
.video-camera-icon{
	color:green;
}
.map{
	border-radius: 10px;
    height: 98%;
	padding: 15px;
	-webkit-box-shadow: 0 0 6px 3px #E3E3E3;
	box-shadow: 0 0 6px 3px #E3E3E3;
}
.btn-red{
	background:red;
	border:1px solid red;
	color:#fff;
}
.organizer-profile-img{
	width: 180px;
    height: 180px;
    border-radius: 50%;
}
.profile-img-area{
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 35px 10px;
}
.pt-50{
	padding-top:50px;
}
.change-card{
	background: #1e1e4b;
    color: #fff;
}
.light-sky{
	background: #eaf3ff;
}
.add-border-cal {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: #e3e3e3;
    min-height: 451px;
}
.workshop-date {
    margin: 15px 15px;
    padding: 0px 0px;
}

.filtermodel label{
	font-weight: 700;
}
.ul.navbar-nav li.nav-item a.common-btn{
	background:var(--bgColor);
}

/*=================== MY CSS ==================*/
 #header{
	 background-color: #fff !important;
 }
 .img_fix_height{
	 height: 250px;
 }
.about-us-info .img_fix_height{
	height: 206px !important;
}
.fs-20{
	font-size: 20px;
}
.about-us-info .card:hover p{
	color: #012db3 !important;
}
.text-decoration-none{
	text-decoration: none !important;
}
.workshop_count_detailbox:hover{
	-webkit-box-shadow: 0 0 6px 3px #E3E3E3;
	box-shadow: 0 0 6px 3px #E3E3E3;
}
.workshop_count_detailbox{
border-radius: 8px;
}
.workshop_count_detailbox .card-title{
	color:#fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 10px 18px;
	font-size: 16px;
	margin-bottom: 0px !important;
}
.workshop_count_detailbox .card-body h6{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0px;
}
.workshop_count_detailbox .card-body .content{
  border-bottom:1px solid rgba(0,0,0,0.06);
}
.pagination nav{
	border:1px solid #ddd;
}
.pagination nav a,.pagination nav strong{
	padding: 5px 13px;
	border-right:1px solid #ddd;
	color:#1e1e4b !important;
	display: inline-block
}
.pagination nav a:last-child{
	border-right: none;
}
.pagination nav a:hover,.pagination nav strong:hover{
	background-color: #ddd;
	text-decoration: none;

}

 @media only screen and (max-width: 666px){
	.search-icon,.location-icon{
		font-size: 19px !important;
	}
	.custom-input{
		border-width: 3px;
			height: 41px;
	}
	.search-btn,.lg-btn{
		height: 43px;
		font-size: 17px;
		line-height: 19px;
	}
	.heading-2{
		padding: 0px;
	}
	.heading,.heading-2{
		font-size: 1.5rem;
	}
 }
.slider .carousel-inner .carousel-item img{width: 100%;}
.workshop_count_detailbox{overflow: hidden;}
.workshop_count_detailbox .card-body{padding:5px 15px;}
.workshop_count_detailbox .card-body .content{padding: 8px 0px;}
.workshop_count_detailbox .card-body .content:last-child{border: none;}
.workshop_count_detailbox .card-body .content .row:last-child{margin-bottom: 0px !important;}
.workshop_count_detailbox .card-body .content{margin-bottom: 0px !important;}
.img-fluid{width: 100%;}
.section_title{font-size: 30px;font-weight: 600;text-transform: uppercase;}
hr{
	background-color: #dae6f9;
}
.border-bottom{
	border-bottom: 1px solid #dae6f9;
}
.post-card {
    background-color: white;
    -webkit-box-shadow: 0px 0px 11px rgb(61 91 125 / 21%);
    box-shadow: 0px 0px 11px rgb(61 91 125 / 21%);
    border-radius: 9px;
}
.font-600{font-weight: 600;}
.post-card .card-big-img img{
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
}
.card_box_slider{
	/* border:1px solid #ddd; */
	border-radius: 5px;
	box-shadow: none;
	padding: 5px;
} 
.card_box_slider:hover{box-shadow: none;}
.work_shop_listing_org .card_box_slider .img_box{
	height: 160px;
}
.card_box_slider .img_box{overflow: hidden;margin-bottom: 0px;}
.card_box_slider .card-body{padding: 8px 10px;-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);}
.card_box_slider .card-body .card-title {font-size: 17px; color:#022ab4}
.card_box{border:1px solid #ddd;border-radius: 8px;}
.workhop_book .card_box{overflow: hidden;}
.user_profile{
	display: flex;
    color: #007bff;
    border-radius: 50%;
    border: 1px solid #ddd;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
}
.user_profile h3{
	font-size: 20px;
	line-height: 18px;
	margin-bottom: 0px !important;
}
.user_title{
	font-size: 17px;
	font-weight: 600;
}
.user_drowpdown-menu{
	width: 192px !important;
}

.arrow-color{
	color: #808080 !important;
}
.pass_box{
	position: relative;
}
.pass_box input{
	padding-right: 20px;
}
.pass_box i{
	position: absolute;
    right: 1px;
    top: 1px;
    background: #012db3;
    color: #fff;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 9px 12px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 4px;
}
.text_overflow,.short_details{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 67px;
	text-align: justify;
}
.filter_img_box{
	width: 80px;
	height: 65px;
}
.filter-list {
    display: flex;
    border-bottom: 1px solid #d3d3d3;
    justify-content: space-between;
    padding: 8px 5px;
}

 .filter-list-ul{
 	border: 1px solid #d3d3d3;
 }
 .filter-list-left{
 	display:flex;
 	width:85%;
 }
 .filter-list-right{
 	padding-left:10px;
 }
.filter-list-img{
	height: 100%;width: 100%;}
.filter-list-ul.listing{
	border:none;
	padding: 0px;
	margin:0px;
}
.filter-list-ul.listing li{
	
	border-radius: 10px;
	margin:0px 0px 10px 0px;
	padding: 0px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
}
.filter-list-ul.listing li:hover{
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
.filter-list-ul.listing li .listing-info-m a{
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	line-height: 19px;
	display: block;
}
.filter-list-middle {
	font-size: 13px;
	font-style: italic;
	font-weight: 500;
}
.filter-list-middle .badge{
	border-radius: 50px;
	margin-right: 5px;
}
.slick-slide img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
 }
 