/* class photo top */
.fsession{
    min-height: 75vh;
    background-image: url("../images/IMG_0063.JPG");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -3rem;
  }
  .fsession h3{
    margin-top: 3rem;
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
  }

  .fsession p{
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
  }



  /*Class content one*/
.about-image{

    background-color: #ffffff;
  }
  .item-image img{
    font-size:40px;
    background-size: cover;
    width: 300px;
    height: 350px;
    line-height: 96px;
    border-radius: 50px;

  }
  .item-image{
    background:#ffffff;
    text-align: center;
    padding:10px 5px;
    box-shadow: 0 0 25px rgba(243, 224, 11, 0.07);
    border-radius: 20px;
    margin-bottom: 15px;
    border:5px solid rgba(253, 242, 38, 0.982);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
    margin-top: 20px;
    overflow: hidden;

  }
  .item-image:hover{

    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }

  .item-image span img {
    object-fit: cover;
  }

  .item-image:hover span img{
    background:#fff;
    border-radius: 10px;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item-image p{
    font-size: 20px;
    letter-spacing: 1px;
  }


/*class text and image*/
.project-image{
    background: #fff;
  }
  .project-image .row{
    font-size: 20px;
    letter-spacing: 1px;
    overflow: hidden;
  }
  .project-image .row h3{
    text-align: center;
    font-weight: 500;
    color: #00bfff;
  }

  .project-image img{
     width: 500px;
    height: 400px ;
    object-fit: cover;

  }


 /* blog image*/
 .blog-image{

    background-color: #000;
  }
  .card1 img{
    font-size:40px;
    background-size: cover;
    width: 300px;
    height: 350px;
    line-height: 96px;
    border-radius: 20px;

  }
  .card1{
    background:#fff;
    text-align: center;
    padding:10px 5px;
    box-shadow: 0 0 25px rgba(243, 224, 11, 0.07);
    margin-bottom: 15px;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
    margin-top: 20px;
   overflow: hidden;

  }
  .card1:hover{
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }

  .card1 span img {
    object-fit: cover;
  }

  .card1:hover span img{
    background:#fff;
    border-radius: 10px;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .card1 p{
    color: #000;
    font-size: 19px;
    letter-spacing: 1px;
  }




 /* related */

 .section-head{
    margin-bottom: 60px;
    text-align: center;


  }
   .item{
    background: #fff;;
    text-align: center;
    padding:10px 15px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    border:5px solid rgba(0,0,0,0.07);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
    overflow: hidden;
  }
  .item:hover{
    background:#c8d8e4;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover .item,
  .item:hover span{
    background:#fff;
    border-radius: 10px;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  #blog1 .item h6{
      font-size: 20px;
      color: #00bfff;
      letter-spacing: .5px;
      font-weight: 600;
  }
  .item:hover h6,
  .item:hover p{

    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  #blog1 .item  img {
    padding:1px 1px;
    margin-bottom: 15px;
    width:300px;
    height:200px;
    border-radius: 10px;
    object-fit: cover;

  }
  #blog1 .item p{
    font-size: 18px;
    letter-spacing: .7px;
  }
  #blog1 .item .btn{
    outline: none;
    border: none;
    border-radius: 5rem;
    background: white;
    border-style: groove;
    border-color: #002e5f;
    font-size: 11px;
    cursor: pointer;
    height: 2.3rem;
    width: 7rem;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);

}

#blog1 .item .btn:hover{
    opacity: .9;
    color: white;
    background:  #00bfff;
}






 /* media querry */
  @media (max-width: 1000px){
    .makesb h3{
      font-size: 1.8rem;
    }
    .makesb p{
      font-size: 20px;
    }
    .project-image img{
        height: 300px;
    }
    .card1 img{
        height: 300px;
        width: 300px;
    }
  }