.clear {
	clear:both;
}


.row::after, .row::before {
    content: " ";
    display: table;
}

*::after, *::before {
    box-sizing: border-box;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}


.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
	box-sizing: border-box;
}

.col-4 {
	width:25%;
	    margin-bottom: 25px;
}

.col-3 {
	width:33.3333%;
	    margin-bottom: 25px;
}


.col-2 {
	width:50%;
	    margin-bottom: 25px;
}

.col-1 {
	width:100%;
	    margin-bottom: 25px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
	box-sizing: border-box;
}


/*--------------------------end main style------------------------------*/



/*--------------------------start ilist style 21------------------------------*/

ul, ol {
	margin-left: 0px !important;
}
.ilist-section-21 ul {
	padding-left:0;
}
.ilist-section-21 li {
    list-style: none;
}
.ilist-title-inner-21,
.ilist-middle-inner-21,
.ilist-bottom-desc-inner-21 {
	display: flex;
    flex-flow: row nowrap;
    place-content: center;
    align-items: center;
	justify-content:center;

}
.ilist-title-inner-21 {
    background: #fff;
    padding: 30px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 10px 15px 3px rgba(0,0,0,.2);
	box-shadow: 0px 10px 15px 3px rgba(0,0,0,.2);

}
.ilist-bottom-desc-inner-21 {
	-webkit-box-shadow: 0px 10px 20px 3px rgba(0,0,0,.2);
	box-shadow: 0px 10px 20px 3px rgba(0,0,0,.2);
	padding:35px 30px;
}
.ilist-middle-inner-21 {
}
.ilist-title-inner-21 .upvote-section i {
    cursor: pointer;
    left: 47%;
    position: absolute;
    top: 26px;
    margin-left: -5px;
    color: #555;
}
.upvote-count-ilist {
    cursor: pointer;
    left: 49%;
    position: absolute;
    top: 20px;
}
.ilist-title-inner-21 h2 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 22px 0 0 0;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #5e5e5e;
	letter-spacing: 2px;
	line-height: 34px;
}
.ilist-middle-inner-21 i {
	color:#fff;
}
.ilist-bottom-desc-inner-21 p a {
	color:#000;
}
.ilist-middle-inner-21 h1 {
	font-size:50px;
	color:#fff;
	text-transform:uppercase;
	margin:10px 0;
	font-family: 'Open Sans Condensed', sans-serif;
}
.ilist-bottom-desc-inner-21 {
	text-align:center;
}
.ilist-bottom-desc-inner-21 p {
    font-size: 16px;
    line-height: 26px;
    color: #454545;
	font-family: 'Open Sans Condensed', sans-serif;
}
.ilist-middle-inner-21 {
    background: #019589;
    margin: 0 40px;
}
.ilist-middle-inner-21 {
    background: #019589;
    margin: 0 40px;
    border-bottom: 10px solid #00867b;
    border-top: 10px solid #00867b;
	min-height:100px;
}
.ilist-middle-inner-21 img {
  margin: 20px 0;
  max-width: 120px;
}
.ilist-21-main {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}
.ilist-21-main:hover .ilist-title-inner-21 {
	background:#f4f4f4;
}
.ilist-21-main:hover .ilist-bottom-desc-inner-21 {
	background:#f2f2f2;
}
.ilist-21-main:hover {
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.ilist-middle-inner-21 i{
	font-size:40px;
}



/* all effect */


 .ilist-21-main:hover,
 .ilist-21-main {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}




@media only screen and (min-width: 10px) and (max-width: 479px) {


	
	.col-4.ilist-21 {
		width: 100%;
		margin-bottom: 40px;
	}
	.upvote-count-ilist {
	  left: 50% !important;

	}
	#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul {
	 padding-left:0;
	 padding-right:0;
	}
	.col-1.ilist-21 {
	  padding-left: 0;
	  padding-right: 0;
	}
	.ilist-title-inner-21 h2 {
	  font-size: 24px;
	  
	}
	.col-2,
	.col-3{
	  width: 100%;
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

		
	.col-4.ilist-21 {
		width: 100%;
		margin-bottom: 40px;
	}
	

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.upvote-count-ilist {
	  left: 49% !important;

	}
		
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.upvote-count-ilist {
	  left: 49% !important;

	}
	
}


@media screen and (max-width: 768px){
	.col-2 {
		width: 100% !important;
	}
}


