* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	outline: none;
}
/*--------------------------start style css------------------------------*/

ul, li {
	list-style: none;
	margin-left: 0 !important;
}
.clearfix-row::after {
	display: block;
	clear: both;
	content: "";
}
embed, img, object, video {
	-ms-interpolation-mode: bicubic;
	height: auto;
	max-width: 100%;
}
.main-container {
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 80px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Cards */

.ilist-card-column-1 {
	width: 100%;
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ilist-card-column-2 {
	width: 50%;
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ilist-card-column-3 {
	width: 33%;
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ilist-card-column-4 {
	width: 25%;
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ilist-card-column-5 {
	width: 20%;
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
}
.ilist-card-column {
	width: 33%;
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ilist-column-1 {
	padding-top: 100px;
}
.upvote-section {
	margin: 0;
	padding: 8px 0 5px 0;
}
.upvote-section .upvote-icon {
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 3px;
}
.upvote-section .counter {
	font-size: 12px;
	color: #fff;
}
.iList-infograph .level {
	padding: 0 0;
}
/* Start Section iList-infograph */

.iList-infograph {
	padding-bottom: 100px;
	transition: all 0.7s ease-in-out
}
.iList-infograph h2 {
	margin-bottom: 20px;
}
.iList-infograph .level div {
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.iList-infograph .level .active {
	height: 200px;
}
.slick-slide {
	padding-bottom: 50px;
}
.iList-infograph .style32-level-1, .iList-infograph .style32-level-2, .iList-infograph .style32-level-3, .iList-infograph .style32-level-4, .iList-infograph .style32-level-5 {
	width: 100%;
	height: 200px;
	color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	flex-direction: column;
}
.iList-infograph .style32-level-1:after, .iList-infograph .style32-level-2:after, .iList-infograph .style32-level-3:after, .iList-infograph .style32-level-4:after, .iList-infograph .style32-level-5:after {
	position: absolute;
	bottom: -50px;
	left: 0;
	content: "";
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
}
.iList-infograph .style32-level-1 {
	background: -moz-linear-gradient(top, #ef4433 10%, #dc153e);
	background: linear-gradient(to bottom, #ef4433 10%, #dc153e);
}
.iList-infograph .style32-level-1.:after {
 border-top: 50px solid #dc153e;
}
.iList-infograph .style32-level-2 {
	background: -moz-linear-gradient(top, #ffd600 10%, #fba01c);
	background: linear-gradient(to bottom, #ffd600 10%, #fba01c);
}
.iList-infograph .style32-level-2:after {
	border-top: 50px solid #fba01c;
}
.iList-infograph .style32-level-3 {
	background: -moz-linear-gradient(top, #01b2c2 10%, #019f9e);
	background: linear-gradient(to bottom, #01b2c2 10%, #019f9e);
}
.iList-infograph .style32-level-3:after {
	border-top: 50px solid #019f9e;
}
.iList-infograph .style32-level-4 {
	background: -moz-linear-gradient(top, #755fa7 10%, #4c4190);
	background: linear-gradient(to bottom, #755fa7 10%, #4c4190);
}
.iList-infograph .style32-level-4:after {
	border-top: 50px solid #4c4190;
}
.iList-infograph .style32-level-5 {
	background: -moz-linear-gradient(top, #a2cc3a 10%, #34b34c);
	background: linear-gradient(to bottom, #a2cc3a 10%, #34b34c);
}

.iList-infograph .style32-level-1::after {
    border-top: 50px solid #dc153e;
}

.iList-infograph .style32-level-5:after {
	border-top: 50px solid #34b34c;
}
.iList-infograph .level > .active:after {
	display: block;
}
.iList-infograph .level > div:after {
	display: none;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.iList-infograph h3 {
	font-size: 24px;
	text-shadow: 0px 0px 1px #000;
	line-height: 32px;
	color: #fff;
	padding: 0px 8px;
}
.iList-infograph .level > div {
	border-radius: 6px;
}
.iList-infograph .level > div.active {
	border-radius: 6px;
}
.iList-infograph .contents {
	padding-top: 0px;
}
.iList-infograph .contents div {
	padding: 22px;
	border-radius: 10px;
}
.iList-infograph .contents div:not(:first-of-type) {
	display: none
}
.iList-infograph .slick-dots li {
	background: #eee;
}
.iList-infograph .slick-dots li button::before {
	font-size: 30px !important;
}
.iList-infograph .slick-prev::before, .iList-infograph .slick-next::before {
	opacity: 1;
	color: #222;
	font-size: 35px;
}
.iList-infograph ul.slick-dots {
	display: none !important;
}
.iList-infograph .slick-prev, .iList-infograph .slick-next {
	width: 40px;
	height: 40px;
}
.iList-infograph .contents .style32-level-1:after, .iList-infograph .contents .style32-level-2:after, .iList-infograph .contents .style32-level-3:after, .iList-infograph .contents .style32-level-4:after, .iList-infograph .contents .style32-level-5:after {
	border: none;
}



 @media (max-width:767px) {
.iList-infograph .style32-level-1:after, .iList-infograph .style32-level-2:after, .iList-infograph .style32-level-3:after, .iList-infograph .style32-level-4:after, .iList-infograph .style32-level-5:after {
	display: none
}
.iList-infograph h3 {
	font-size: 20px;
}
.iList-infograph .contents {
	padding-top: 20px;
}
.iList-infograph .contents div {
	min-height: 250px;
}
.iList-infograph .level {
	padding: 0 0;
}
.iList-infograph .level > div::after {
    left: 30%;
}

.iList-infograph .style32-level-1:after, .iList-infograph .style32-level-2:after, .iList-infograph .style32-level-3:after, .iList-infograph .style32-level-4:after, .iList-infograph .style32-level-5:after {
	bottom: -28px;
	z-index:-1;
}



}
@media (min-width:401px) and (max-width:501px) {
.iList-infograph h3 {
	font-size: 15px;
}
}
@media (min-width:501px) and (max-width:650px) {
.iList-infograph h3 {
	font-size: 14px;
}
}
@media (min-width:651px) and (max-width:767px) {
.iList-infograph h3 {
	font-size: 16px;
}
}
@media (min-width:768px) and (max-width:991px) {
.iList-infograph .style32-level-1:after, .iList-infograph .style32-level-2:after, .iList-infograph .style32-level-3:after, .iList-infograph .style32-level-4:after, .iList-infograph .style32-level-5:after {
	bottom: -30px;
	border-left: 47px solid transparent;
	border-right: 47px solid transparent;
	z-index: -1;
	text-align: center;
	margin: 0 auto;
	left: 25%;
}
.iList-infograph h3 {
	font-size: 20px;
}
}
@media (min-width:992px) and (max-width:1199px) {
.iList-infograph .style32-level-1:after, .iList-infograph .style32-level-2:after, .iList-infograph .style32-level-3:after, .iList-infograph .style32-level-4:after, .iList-infograph .style32-level-5:after {
	bottom: -30px;
	border-left: 47px solid transparent;
	border-right: 47px solid transparent;
	z-index: -1;
	text-align: center;
	margin: 0 auto;
	left: 25%;
}
}
@media (min-width:1200px) {
.iList-infograph .style32-level-1:after, .iList-infograph .style32-level-2:after, .iList-infograph .style32-level-3:after, .iList-infograph .style32-level-4:after, .iList-infograph .style32-level-5:after {
	bottom: -30px;
	z-index: -1;
	text-align: center;
	margin: 0 auto;
	left: 28%;
}
}
.slick-active {
}
/* End Section iList-infograph */








/* 
** Media Queries
*/

@media (max-width: 880px) {
.ilist-card-column-4, .ilist-card-column-3, .ilist-card-column-2, .ilist-card-column-1 {
	width: 100%;
}
.ilist-main-section {
	margin: 0 10px;
}
}



 @media (max-width:540px) {
.iList-infograph .level > div::after {
    left: 35%;
}
 }
 
 @media (max-width:375px) {
.iList-infograph .level > div::after {
    left: 27%;
}
 }
 
 
 .qcilist-copy-share-section {

    position: absolute;
    top: 8px;
}




.ilist-carou-msg{
   color: indianred;
    position: absolute;
    text-align: center;
    bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
 }