
img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
    width: 100%;
    min-height: 1px;
}

/*--------------------------end main style------------------------------*/
/*--------------------------start list style 01------------------------------*/

section.list-section {
    padding: 30px 0;
}

.container {
    max-width: 1140px;
    margin: 0 auto;

}

ul.listing-fifteen {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.ilist_pinfo3_1{width:100%;}

.ilist_pinfo3_2{width:50%;}
.ilist_pinfo3_3{width:33.33%;}
.ilist_pinfo3_4{width:25%;}
.ilist_pinfo3_5{width:20%;}
.ilist_pinfo3_6{width:16.6%;}
.ilist_pinfo3_7{width:14.2%;}
.ilist_pinfo3_8{width:12.5%;}
ul.listing-fifteen li.list-style-fifteen {
    display: inline-block;
    
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    -webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.5s ease; /* Firefox 4-15 */
    -o-transition: all 0.5s ease; /* Opera 10.5-12.00 */
    transition: all 0.5s ease; /* Firefox 16+, Opera 12.50+ */
}

.list-fifteen-inner-part {
    padding-bottom: 327px;
    padding-top: 273px;
    margin-bottom: 30px;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.5s ease; /* Firefox 4-15 */
    -o-transition: all 0.5s ease; /* Opera 10.5-12.00 */
    transition: all 0.5s ease; /* Firefox 16+, Opera 12.50+ */
}

.list-fifteen-top {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -202px;
    width: 404px;
    height: 309px;
    z-index: 5;
    background: url("../images/fifteen-top-bg.png") no-repeat center bottom;
}

.list-fifteen-top-content {
    padding: 100px;
    color: #ffffff;
    font-family: 'Patua One', cursive;
    text-align: center;
}

.list-fifteen-top-content h2 {
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.list-fifteen-sl {
    background: url("../images/fifteen-sl-bg.png") no-repeat left bottom;
    width: 143px;
    padding: 20px 50px 20px 40px;
    height: 148px;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 5;
	box-sizing: content-box;
}

.list-fifteen-sl h2 {
    font-size: 50px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 65px;
    font-family: 'Bungee', cursive;
    -moz-transform: rotate(326deg); /*FF3.5+*/
    -o-transform: rotate(326deg); /*Opera 10.5*/
    -webkit-transform: rotate(326deg); /*Saf3.1+, Chrome*/
    -ms-transform: rotate(326deg); /*IE9*/
    transform: rotate(326deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.829038, M12=0.559193, M21=-0.559193, M22=0.829038, sizingMethod='auto expand'); /*IE6-IE9*/
    zoom: 1;
}

.list-fifteen-bottom {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 404px;
    left: 50%;
    margin-left: -202px;
    height: 364px;
    background: url("../images/fifteen-bottom-bg.png") no-repeat center top;
}

.list-fifteen-content {
    position: relative;
    padding: 50px 30px;
    background-color: #90E3EF;
    max-width: 390px;
    margin: 0 auto;
}

.list-fifteen-bg {

}

.list-fifteen-content h2 {
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
}
.list-fifteen-sl h2:before,
.list-fifteen-top-content h2:before,
.list-fifteen-content h2:before {
    display: none;
}

.list-fifteen-content p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
}

.list-fifteen-avatar {
    
    border: 5px solid #ffffff;
	width: 200px;
	height: 200px;
    position: absolute;
	left: 38%;
	top: 25%;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50%;
    overflow: hidden;
	display: flex;
	justify-content: center;
}
.ilist-image-position{align-self: center;}
ul.listing-fifteen li.list-style-fifteen:hover .list-fifteen-inner-part {
    bottom: 10px;
}

ul.listing-fifteen li.list-style-fifteen:hover .list-fifteen-inner-part .list-fifteen-avatar {
    border-color: #FFB400;
}

@media screen and (max-width: 767px) {
    .ilist_pinfo3_1,.ilist_pinfo3_2,.ilist_pinfo3_3,.ilist_pinfo3_4,.ilist_pinfo3_5.ilist_pinfo3_6,.ilist_pinfo3_7,.ilist_pinfo3_8 {
        width: 100%;
    }
}



.qcilist-copy-share-section {
    position: absolute;
    left: 23px;
    top: 125px;
}

                            
/* Long Description */

.ilist-fancybox{
    text-decoration: none !important;
}


/* Scroll bar design css  */

.fancybox-inner::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.fancybox-inner::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.fancybox-inner::-webkit-scrollbar-thumb
{
  background-color: #626262;
  border: 2px solid #555555;
}