.service-hero-bg {
    animation: animate 16s ease-in-out infinite;
    background-size: cover;
}

 .outer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:  inherit;
    background: rgba(0, 0, 0, 0.5);
}
/* .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:  770px;
    background: rgba(0, 0, 0, 0.5);
} */
  @media (max-width: 768px){
  	.service-hero-bg .container{
  		top:60%;
  	}
  }
 
@keyframes animate {
    0%,100%{
        background-image: url(assets/images/hero/background-image.jpg);
    }
    25%{
        background-image: url(assets/images/bg/background-image.jpg);
    }
    50%{
        background-image: url(assets/images/hero/background-image.jpg);
    }
    70%{
        background-image: url(assets/images/bg/background-image.jpg);
    }
}



::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-image: linear-gradient(125deg, #e02122 0%, #7fb4df 100%);
    border-radius: 10px;
  }
  .newsletter input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
  }
  
  .newsletter button {
    width: 100%;
    padding: 10px 10px;
    background-color: #e02122;
    color: #fff;
    border: none;
    border-radius:10px;
    cursor: pointer;
  }
  
  .newsletter input[type="email"]:focus {
    outline: none;
    border-color: #007bff;
  }
  .brand-logo__image img{
    aspect-ratio: 3/2;
    object-fit: contain;
    
  }
 

  @media (min-width: 768px){
  .img-perspective-left {
      will-change: transform;
      transition: all 0.3s ease-out!important;
      box-shadow: -15px 25px 50px rgba(0,0,0,0.25);
      transform: perspective(1000px) rotateY(15deg) rotateX(5deg) rotateZ(-5deg) scaleY(0.9) scaleX(0.95);
  }
  .img-perspective-left:hover, .keditImageWrap:hover .img-perspective-left {
    box-shadow: -5px 15px 50px rgba(0,0,0,0.3) !important;
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(1) !important;
}
.img-perspective-right {
  will-change: transform;
  transition: all 0.3s ease-out!important;
  box-shadow: 15px 25px 50px rgba(0,0,0,0.25);
  transform: perspective(1000px) rotateY(-15deg) rotateX(-5deg) rotateZ(5deg) scaleY(0.9) scaleX(0.95);
}
.img-perspective-right:hover,
.keditImageWrap:hover .img-perspective-right {
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.3) !important;
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(1) !important;
}

}
.erp-images{
  border-radius:100%;
  margin-bottom:10px
}
.brand-logo__image  .image{
  border-radius: 100%;
}
.faq-custom-col .section-title-wrap{
  margin-bottom: 10px;
}

.ai-hero-bg{
  background: url(assets/images/hero/aisolutions.png);
}

.aos-init img{
  width: 118.5px;
  height: 79px;
}
.row-separators-images{
  
  background:#ececec;
}

.get-started, .accordion-wrapper{
  margin-top:100px;
  padding-bottom:100px
}
.projects .heading, .projects .post-categories{
text-align: center;
}

.single-blog-item .post-feature img {
    border-radius: 5px;
    width: 376px;
    height: 282px;
}

.post-content h3{
font-size:32px
}

.post-content h4{
font-size:20px
}

.tagLine a{
background:aliceblue; 
padding:5px;
border-radius:5px; 
text-decoration:none;
margin:3px
}

.our-company-history{
padding-top:50px;
padding-bottom:50px
}


  @media(max-width: 2560px)
    {   
       .rv-video-section .ht-banner-01 img, 
       .rv-video-section .ht-banner-02 img{
	        max-width:230px !important;
	    }
	}
	
	@media(max-width: 575px){
.rv-video-section .ht-banner-02 img {
    max-width: 130px !important;
}
}