.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;
}
a {
	text-decoration:none;
}

.container {
    width: 960px;
}
.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-1 {
	width:8.33333%;
}
.col-2 {
	width:16.6667%;
}
.col-3 {
	width:25%;
}

.col-4 {
	width:33.3333%;
}
.col-5 {
	width:41.6667%;
}

.col-6 {
	width:50%;
}
.col-7 {
	width:58.3333%;
}
.col-8 {
	width:66.6667%;
}

.col-9 {
	width:75%;
}

.col-10 {
	width:83.3333%;
}
.col-11 {
	width:91.6667%;
}
.col-12 {
	width:100%;
}

.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 26------------------------------*/
.ilist-section-26 ul {
	padding-left:0;
}
.ilist-section-26 li {
    list-style: none;
	padding:0 0;
}

.ilist-item-main a {
	text-decoration:none;
}
.ilist-feature-img-box img {
  width: 100%;
  align-self: center;
}
.ilist-feature-img-box {
  text-align:right;
}

.text-right {
	text-align:right;
}
.text-left {
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

.ilist-content-box h2 {
	margin-top: 20px;
	font-size: 20px;
	line-height:30px;
	color: #000;
	margin-bottom:5px !important;
}

.ilist-content-box span p a {
	color: #000;
}
.row.ilist-section-26::after {
  background-color: #222;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 2px;
  box-sizing: border-box;
  z-index:8;
}
.row.ilist-section-26 {
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
  z-index:1;
}

.ilist-content-box {
  background: #5ef2e5 none repeat scroll 0 0;
  position:relative;
  min-height:140px;
    -webkit-box-shadow: 10px 20px 20px 2px rgba(0,0,0,.15);
	box-shadow: 10px 20px 20px 2px rgba(0,0,0,.15);
	z-index:1;
	    
}
.content-box-left-angle{
	text-align:left;
}
.row.ilist-section-26 .col-12::before {
  background-color: #222;
  border-radius: 50%;
  content: "";
  display: block;
  height: 25px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  top: -20px;
  width: 25px;
  z-index: 99;
  border:3px solid #fff;
  box-sizing: border-box;
}
.content-box-left-angle::before {
  background: inherit;
  bottom: -30px;
  box-sizing: border-box;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  -moz-transform: skewX(0deg) skewY(-5deg);
-webkit-transform: skewX(0deg) skewY(-5deg);
-o-transform: skewX(0deg) skewY(-5deg);
-ms-transform: skewX(0deg) skewY(-5deg);
transform: skewX(0deg) skewY(-5deg);

}


.content-box-right-angle::after {
  background: inherit;
  bottom: -30px;
  box-sizing: border-box;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  -moz-transform: skewX(0deg) skewY(5deg);
-webkit-transform: skewX(0deg) skewY(5deg);
-o-transform: skewX(0deg) skewY(5deg);
-ms-transform: skewX(0deg) skewY(5deg);
transform: skewX(0deg) skewY(5deg);
}

.margin-btm {
	margin-bottom: 80px !important;
}

.ilist-content-box p {
  font-size: 15px;
  line-height: 26px;
  margin: 10px 0;
  
  font-family: 'Open Sans', sans-serif;
  color:#101010;
  box-sizing: border-box;

}

.ilist-item-main {
  align-items: center;
  display: flex;
  box-sizing: border-box;
}
.ilist-item-main:hover .ilist-content-box {
	background:#fff;
	
}
.ilist-item-main:hover {
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.ilist-item-main:hover .content-box-left-angle::before {
	border-color: #fff transparent transparent;
}
.ilist-item-main:hover .content-box-right-angle::after {
	border-color:transparent #fff transparent transparent;
	
}
.ilist-content-box i {
  color: #222;
  cursor: pointer;
  font-size: 14px;
}






.ilist-item-main:hover,
.ilist-item-main {

-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;
}
.ilist-feature-img-box i{font-size:100px;align-self: center;}



@media only screen and (min-width: 320px) and (max-width: 479px) {

	.container {
		width: 100%;
	}
	
	.container {
    	width: 100%;
	}
	.content-box-left-angle::before,
	.content-box-right-angle::after {
		display:none;
	}
	.ilist-content-box i {
	  margin-bottom: 20px;
	}
	.col-6.ilist-feature-img-box,
	.col-6.ilist-content-box {
	  width: 100%;
		text-align:center;
	}
	
	.col-6.ilist-feature-img-box.valign-center {
		justify-content: center;
		margin-bottom: 20px;
		width:100%;
}
	.ilist-item-main {
		flex-direction: column;
		justify-content: center;
}
	.text-left {
		justify-content: center;
		margin-top:20px;
}
	
	.row.ilist-section-26 .col-12::before {
		display: none;
}
	.row.ilist-section-26::after {
		display: none;
}

}

.img_box_style22{
	    width: 150px;
    height: 150px;
    display: flex;
    border: 1px solid #c5c3c3;
    border-radius: 50%;
    overflow: hidden;
   
    position: relative;
	    padding: 10px;
		justify-content: center;
}
.col-6.ilist-feature-img-box.valign-center {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 360px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
    	width: 100%;
	}
	.content-box-left-angle::before,
	.content-box-right-angle::after {
		display:none;
	}
	.ilist-content-box i {
	  margin-bottom: 20px;
	}
	.col-6.ilist-feature-img-box,
	.col-6.ilist-content-box {
	  width: 100%;
		text-align:center;
	}
	
	.col-6.ilist-feature-img-box.valign-center {
		justify-content: center;
		margin-bottom: 20px;
		width:100%;
}
	.ilist-item-main {
		flex-direction: column;
		justify-content: center;
}
	.text-left {
		justify-content: center;
		margin-top:20px;
}
	
	.row.ilist-section-26 .col-12::before {
		display: none;
}
	.row.ilist-section-26::after {
		display: none;
}
	

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container {
    	width: 100%;
	}
	.content-box-left-angle::before {
	  border-width: 40px 340px 0 0;
	
	}
	
	.content-box-right-angle::after {
	  border-width: 0 340px 40px 0;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
    	width: 100%;
	}
}

ul, ol {
	margin-left: 0px !important;
}

