
 /*-----------------common-hero-*/
 .lib-hero{

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 70.67%), url(../images/library.jpg), lightgray 0px -150.056px / 100% 218.296% no-repeat;
    background-size: cover;
    width: 100vw;
    object-fit: cover;
    background-position: center;
    height: 650px; 
    color: #fff; 
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;

    
 }

 /*-----------------------------------oilsection-----*/
 .slide-right {
    width: 100%;
    overflow: hidden;
    margin-left: 100px;
    max-width: 1500px
  }
  
  .slide-right h1 {
    animation: 3s slide-right 0s forwards;
      transform:translateX(-100%);
text-align: center;
color: #02195a;
  }
  
  @keyframes slide-right {
    to {
      transform:translateX(0);
    }
  }

  

 .library-flex{
   padding: 36px 45px 40px 72px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}

.library-item1{
   color: #02195a;
animation-name: slide-right;
  animation-duration: 8s;
font-size: 40px;
font-style: normal;
font-weight: 600;
text-align: center;
width: 100%;
line-height: 150%; /* 60px */
margin-bottom: 32px;
}

.library-item2{
   color: #000;
text-align: left;

font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 24px */
margin-bottom: 20px;
}
.library-item2 p{
   margin-bottom: 10px;
}

.library-item3{
   color: #000;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 24px */
}

.library-spacing{
   padding-left: 20px;
   margin-top: 20px;
}

 
/****--------------------------------Mobile---------*/
@media screen and (max-width: 600px){
   
 /*-----------------common-hero-*/
 .oil-hero{

   background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 70.67%), url(../Services/services-images/Rectangle\ 4\ \(43\).png), lightgray 0px -150.056px / 100% 218.296% no-repeat;
 margin-top: 0px;
   background-size: cover;
   width: 100vw;
   object-fit: cover;
   background-position: center;
   height: 350px; 
   color: #fff; 
   text-align: center;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   position: relative;

   
}
 /*-----------------------------------oilsection-----*/

 .library-flex{
   padding: 36px 10px 40px 10px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}

.library-item1{
   color: #021d66;

font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
margin-bottom: 32px;
margin-left: 120px;
width: 360px;
}
h1{
   font-size: 18px;
}
.library-item2{
   color: #000;
text-align: left;

font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 24px */
margin-bottom: 20px;
}
.library-item2 p{
   margin-bottom: 10px;
   
   
}

.library-item3{
   color: #000;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 24px */
}

.library-spacing{
   padding-left: 20px;
   margin-top: 20px;
   color: #000;
}
}
 