  .mainiblgallery{
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .iblig-lightgallery {
    margin: 0 auto;
    width: 100%;
    background-color: #FFFFFF;
    text-align: left;
    display: flow-root;
  }

  .iblig_profilename{
    text-decoration: none !important;
    box-shadow : none !important;
  }
  .iblig-gallery{
   min-width: 160px;
   margin: 0 auto;
   padding-top: 1em;
 }         

 .ibli_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all .1s ease;
}
.ibli_video_icon{
  display:table;width:100%;height:100%;text-align: center !important;
  text-align-last: center !important;
}
.ibli_video_icon_div{
  display:table-cell;vertical-align:middle;text-align:center;color:white;font-size: 35px;
}
.iblig-likescomments {
  position: absolute;
  top: 45%;
  z-index: 9;
  width: 100%;
  color: #fff;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  line-height: 20px;
  font-size: 18px;
  cursor: pointer;
  display:inline;
  text-align: center;
  text-align-last: center;
}
.iblig-likescomments .lcspan{
  margin-right: 5px;
}
.iblig-instalink i{
  font-size: 22px;
}
.iblig-instalink {
  cursor: pointer;
}
.iblig-instalink a{
  border: none !important;
}
.home .iblig-lightgallery {
  padding-bottom: 20px;
}
.fa{margin-right: 5px;}
.wdi_clear {
  clear: both;
}
.user-block{    margin-bottom: 20px;}

.iblig_hedaer{
  font-size: 16px;

}
.iblig_follow{
  margin-left: 0;
  display: inline-block;
}

.iblig_posts,.iblig_followers,.iblig_following{
  display: inline-block;
  font-size: 14px;
  margin-top: 0px !important;
  margin-bottom:5px !important;
  
}
.iblig_bio{margin-top: 15px !important;margin-bottom: 0px !important;}
.iblig_bio,.iblig_website{
 font-size: 14px;
}
.iblig_website{margin-top: 0px !important;}
.iblig_posts{margin-left: 10px !important;margin-right: 10px !important;}
.iblig_followers {margin-right: 10px !important;}
.user-block .iblig_user_img {
  width: 80px;
  height: 80px;
  float: left;  
}
.gallrycontent{display:none;}

.iblig-btnp {
  display: inline-block !important;
  padding: 7px 15px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  -webkit-transition: all .5s !important;
  transition: all .5s !important;
  font-size: 15px !important;
  box-shadow:none !important;
}

.iblig-follow-btn{
  display: inline-block;
  padding: 0px 8px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  -webkit-transition: all .5s !important;
  transition: all .5s !important;
  border-radius: 6%;
  box-shadow:none !important;
}
.iblig_follow{
  margin: 0px 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

.owl-prev:before{
  font-family: Font Awesome\ 5 Free;
  content: "\f104";
}
.owl-next:before{
  font-family: Font Awesome\ 5 Free;
  content: "\f105";
}
.owl-prev {
 position: absolute;
 top: 0%;
 width: 10px;
 z-index: 1000;
 left: 4%;
 cursor: pointer;
 font-size: 60px !important;
 font-weight: 600 !important;
}

.owl-next {
  position: absolute;
  top: 0%;
  width: 10px;
  z-index: 1000;
  right: 5%;
  cursor: pointer;
  font-size: 60px !important;
  font-weight: 600 !important;
}
.owl-prev:focus, .owl-next:focus{outline: none !important;}
.owl-theme {
  display: inline-block;
}
.owl-dots{text-align: center;margin-top: 20px;}
.owl-theme .owl-dots .active span {
  background: none repeat scroll 0 0 #000;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.owl-theme .owl-dots span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.standardview{
  display: inline-flex;
  flex-wrap: wrap;
}
.standard_ibl_lightgallery{ 
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.iblig_standard_postimg_div{
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin: -1px;
}
.iblig_standard_postimg{
  height: 100% !important;
  min-width: 100%;
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.iblig_standard_postimg_div:after {
  content: "";
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 8;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  margin: 0;
}

.iblig_standard_postimg_div:hover .iblig-likescomments {
  opacity: 1;
}
.iblig_standard_postimg_div:hover .iblig-instalink {
  opacity: 1;
}
.profile {
  margin-bottom: 25px;
  font-family: "Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.profile-image {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-user-settings,
.profile-stats,
.profile-bio {
  float: left;
  width: calc(66.666% - 2rem);
}

.profile-user-settings {
  margin-top: 1.1rem;
}

.profile-user-name {
  display: inline-block;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  margin-top: 0px;
}

.profile-stats ul{
  padding: 0.5rem 0px 0.5rem 0rem !important;
}
.profile-stats li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 2rem;
  cursor: pointer;
  padding: 0px !important;
}

.profile-stats li:last-of-type {
  margin-right: 0;
}
.profile-bio p {
  margin-top: 4px !important;
  margin-bottom: 0px;
}
.profile-bio {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2.3rem;
  padding: 0px !important;
}

.profile-real-name,
.profile-stat-count,
.profile-real-website {
  font-weight: 600;
}

.profile-real-website a{
  text-decoration: none !important;
  color: #003569 !important;
}
@media screen and (max-width: 40rem) {
  .profile {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
  }

  .profile::after {
    display: none;
  }

  .profile-image,
  .profile-user-settings,
  .profile-bio,
  .profile-stats {
    float: none;
    width: auto;
  }

  .profile-user-settings {
    flex-basis: calc(100% - 10.7rem);
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .profile-user-name {
    font-size: 2.2rem;
  }

  .profile-bio {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }

  .profile-bio,
  .profile-stats {
    flex-basis: 100%;
  }

  .profile-stats {
    order: 1;
    margin-top: 1.5rem;
  }

  .profile-stats ul {
    display: flex;
    text-align: center;
    padding: 1.2rem 0;
    border-top: 0.1rem solid #dadada;
    border-bottom: 0.1rem solid #dadada;
  }

  .profile-stats li {
    font-size: 1.4rem;
    flex: 1;
    margin: 0;
  }

  .profile-stat-count {
    display: block;
  }
}

@keyframes loader {
  to {
    transform: rotate(360deg);
  }
}

@supports (display: grid) {

  .profile-image {
    grid-row: 1 / -1;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    grid-gap: 2rem;
  }

  .profile-image,
  .profile-user-settings,
  .profile-stats,
  .profile-bio,
  .gallery-item,
  .gallery {
    width: auto;
    margin: 0;
  }

  @media (max-width: 40rem) {
    .profile {
      grid-template-columns: auto 1fr;
      grid-row-gap: 1.5rem;
    }

    .profile-image {
      grid-row: 1 / 2;
    }

    .profile-user-settings {
      display: grid;
      grid-template-columns: auto 1fr;
      grid-gap: 1rem;
    }

    .profile-stats,
    .profile-bio {
      grid-column: 1 / -1;
    }

    .profile-user-settings,
    .profile-bio,
    .profile-stats {
      margin: 0;
    }
  }
}
