.mainIntroBxPage
{
    min-height: 150px;
    max-height: auto;
    background: rgb(13,19,33);
    background: linear-gradient(193deg, rgba(13,19,33,1) 60%, rgba(234,74,42,1) 100%);
    display: grid;
    align-items: center;
}
.innerPageBx
{
    height: 100px;
}
.innerPageBx h1{
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
  }
  .innerPageBx h2{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
  }
  .innerPageBxb
  {
    height: 100px;
    display: grid;
    justify-content: end;
    align-items: center;
  }
  .innerPageBxb img{
    width: 400px;
    height: 100px;
    object-fit: contain;
    transform: scale(1.1);
  }




  /* pageDetails */
.pageDetails
{
height: auto;
font-family: 'Montserrat', sans-serif;
}
.pageDetailsa
{
height: 350px;
background-color: #0D1321;
border-bottom: 5px solid #EA4A2A;
display: grid;
justify-content: center;
align-items: center;
}
.pageDetailsb li
{
    list-style: none;
}
.fa-square-check,.fa-map-location-dot,.fa-square-phone,.fa-envelope
{
 color: #EA4A2A;   
}



/* Servicpage */
.sericeImgs
{
    height: 200px;
    background-color: #0D1321;
    display: grid;
    justify-content: center;
    align-items: center;
}
.sericeDetails
{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.sericeDetails p
{
    font-size: 13px;
}
.Servicpage
{
    min-height: 200px;
    max-height: auto;
    background-color: #0D1321;
}



/* BlogBox */
.BlogBox
{
    height: 300px;
    background-color: #FFFFFF;
}
.BlogBox a
{
    text-decoration: none;
}
.blogImg
{
    height: 200px;
    background-color: #eee;
    display: grid;
    justify-content: center;
    align-items: center;
}
.blogImg img
{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.blogTitle
{
    height: 100px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.blogDetails
{
    height: auto;
    font-family: 'Montserrat', sans-serif;
}
.blogDetails h1
{
    font-size: 20px;
    font-weight: bold;
}
.blogimgpost
{
    height: 400px;
    background-color: #F6F7F8;
}
.blogimgpost img
{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blogDetails h2
{
    font-size: 10px;
    font-weight: bold;
}
.blogDetails ul
{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}