/*---------------
  blogs Section
  -----------------*/
  body{
  	 background-color: var(--black-100);
  }
  
  .blog-item{
    margin: 0;
    padding: 10px;
    box-shadow: var(--shadow-black-100);
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    height: 25rem;
  }
  .blog-item .img-box{
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-bottom: 30px;
    border: 4px solid var(--main-color);
    border-radius: 50%;
    position: relative;
  }
  .blog-item .img-box img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
  }
  .blog-item .img-box i{
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--main-color);
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    left: calc(100% - 15px);
    top: calc(50% - 15px);
  }
  .blog-item p{
    font-size: 14px;
    margin: 0 0 20px;
    color: var(--black-400);
    line-height: 26px;
    font-weight: 300;
    height: 8rem;
  }
  .blog-item h3{
    font-size: 18px;
    color: var(--black-900);
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: capitalize;
  }
  .blog-item a{
    display: block;
    font-size: 16px;
    color: var(--black-400);
    font-weight: 300;
  }


/*Blog style start*/
  #topH3 {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.gedf-main {
    margin-bottom: 2rem;
}
#LargeImg {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
}
#view ul li {
    list-style: none;
    float: left;
    margin: 2px;
}
#relatedPost {
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 2rem;
}
#relatedPost h2 {
    font-weight: bold;
}

.sec-title {
    background: #a52a2a1c;
}

.sec-title h2 {
    background: #708198;
    color: #fff;
    width: 50%;
    padding: 8px;
    font-size: 19px;
}
.RightBlog h3 {
    font-weight: bold;
}
.RightBlog {
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 1rem;
}
.small_left img {
    width: 100%;
    margin-bottom: 1rem;
}

#LatestPost {
    border-bottom: 2px solid #ececec;
    border-right: 2px solid #ececec;
    margin-bottom: 11px;
    cursor: pointer;
}
.cta-100 {
  margin-top: 100px;
  padding-left: 8%;
  padding-top: 7%;
}
.col-md-4{
    padding-bottom:20px;
}





/*Blog style end*/

  /*--------------------
  App Screenshots Section
  ----------------------*/
  .screenshot-item{
   margin: 5px;
border: 2px solid #181818;
border-radius: 10px;
cursor: pointer;
  }
  .screenshot-item img{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
    height: 200px;
  }
 .screenshot-item span{

    position: absolute;
    background: #845ec2;
    padding: 15px;
    width: 50%;
    border: 1px solid aliceblue;
    border-radius: 10px;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 16px
 }
.screenshot-item h5{
  font-size: 16px;
text-align: center;
}
