.tp-inner-header-2-area{
    background:#000;
}

.img-group{
         padding:15px;
        }
            #myImg {
    border-radius: 5px;
    width:500px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.tp-price-list ul li{
    font-size: 12px !important;    
}

#myImg:hover {opacity: 0.7;}

  .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      padding-top: 60px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.9);
    }

    .modal-content {
      margin: auto;
      display: block;
      max-width: 80%;
      max-height: 80%;
      animation-name: zoom;
      animation-duration: 0.6s;
    }

    @keyframes zoom {
      from {transform: scale(0)}
      to {transform: scale(1)}
    }

    #caption {
      margin: auto;
      display: block;
      text-align: center;
      color: #ccc;
      padding: 10px 0;
    }

    .modal-content.out {
      animation-name: zoomOut;
    }

    @keyframes zoomOut {
      from {transform: scale(1)}
      to {transform: scale(0)}
    }

    .img-group img {
      width: 100%;
      height: auto;
      cursor: pointer;
      border-radius: 8px;
      transition: 0.3s ease;
    }

    .img-group img:hover {
      opacity: 0.8;
    }
    
    
    .tp-offcanvas-logo img {
        width:230px;
    }
    
    
    
.tp-section-title-90 {
    font-size: 50px; 
        
    }
    
    
.tp-theme-settings-open{
    display:none !important;
}


.tp-testimonial-area{
        background-color:#0e0e0e;
    }

.tp-testimonial-item span{
    
     color:#fefefe !important;
}

.tp-testimonial-item span em{
    
     color:#fefefe !important;
}

.tp-testimonial-item p {
    color:#fefefe !important;
}

.tp-price-list ul li {
    line-height: 2 !important;
    padding-bottom: 18px !important;
}

.tp-price-list ul li{
 font-size: 14px !important;
} 

.tp-price-head h5 {
     line-height: 1.4 !important;
}


#abt_para{
    background-image: url('../../assets/images/rksh_bg.webp');
    height: 800px;
    width:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#abt_para::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7); /* Black with 50% opacity */
    z-index: 1;
  }
  
  
.sv-service-btn .tp-btn-black-md{
     border: 1px solid red;
    color: white;
    background-color: red;
}
 .sv-service-btn .tp-btn-black-md:hover{
     border: 1px solid red;
    color: white;
    background-color: transparent;
}

.sv-service-content-wrap{
    padding: 55px 100px !important; 
}

.tp-btn-orange{
 background-color: red;
}

.ab-inner-hero-bg {
    padding-top: 200px !important;
    padding-bottom: 0px !important;
}




@media only screen and (max-width: 768px) {
  .sv-service-content-wrap{
    padding:40px !important; 
}
}



/*fac css */



#fac{
    background:#0e0e0e;
    padding:60px 0;
}
  #fac .fac_inner {
    background-color: #fefefe;
     padding: 0;
    display: flex;
    align-items: anchor-center;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 12px;
    
}
.fac-image img{
    width:30px;
}
.fac-image{
    margin: 8px;
    margin-right: 20px;
    padding:10px;
    background-color:#ccc !important; 
    border-radius:50%;
}
    #fac .fac_inner h4{
        color:#0e0e0e;
        font-size:17px !important;
    }
    #fac .fac_inner img{
        /*width:100px;*/
    } 


 #fac .fac_inner {
   transition: background-color 0.3s ease;
   z-index:80;
}

#fac .fac_inner:hover {
    background-color: #ff8818;
    cursor: pointer;
    color:#fefefe !important;
     z-index:80;
}

#fac .fac_inner:hover h4{
   
    color:#fefefe !important;
   
}

.cnt_btm_btns{
    display:flex;
    align-items:center;
    justify-content:space-between;
}


