img.img-responsive.h1innerbgline {
        width: 16% !important;
    margin-left: 4% !important;
    margin-top: -0.5% !important;
}
*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.container1 {
    max-width: 100%;
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto;
}
.main .container1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery2{
    display:none;
    
}
.horizontal {
    width: 100%;
    box-sizing: border-box;
}
.pagination {
    text-align: center;
    padding: 0px 0 20px;
    display: block;
    margin: 0;
}
.pagination a {
    font-size: 18px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: #222;
    border: 1px solid rgba(0,0,0,.05);
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    text-decoration: none;
    border-radius: 50%;
    margin: 2px;
    transition: all 0.2s linear;
}
.pagination a:hover, .pagination a.selected {
    color: #fff;
    background-color: #3498db;
}
.pagination-style-one a { padding: 9px; background: #135fb4; color: #ffffff; border-radius: 50%; box-shadow: 0px 5px 10px 0px rgba(0,0,0,.1);}
.pagination-style-one a.selected, .pagination-style-one a:hover, .pagination-style-one a:active, .pagination-style-one a:focus { padding: 9px; box-shadow: 0px 5px 10px 0px rgba(0,0,0,.5);}
    
@media only screen and (max-width: 600px) {
  .main .container1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}
@media (min-width: 1600px) and (max-width: 1919px)  {
 img.img-responsive.h1innerbgline {
    width: 21% !important;
    margin-left: 4% !important;
    margin-top: -1% !important;
}
}
@media (min-width: 1366px) and (max-width: 1599px)  {
img.img-responsive.h1innerbgline {
        width: 21% !important;
    margin-left: 6% !important;
    margin-top: -0.5% !important;
}
}
@media (min-width: 1024px) and (max-width: 1365px)  {
img.img-responsive.h1innerbgline {
        width: 28% !important;
    margin-left: 8% !important;
    margin-top: -1% !important;
}
}
@media (min-width: 240px) and (max-width: 599px)  {
img.img-responsive.h1innerbgline {
        width: 43% !important;
    margin-left: 7% !important;
    margin-top: -2% !important;
}
}