:root {
    --accent: #2a1aff !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

.cs-site_branding img , .cs-text_widget img { height:45px; } .breadcrumb { justify-content: center !important; }  .cs-page_heading.cs-style1 { height: 400px; padding: 120px 0 50px; position: relative; }  

@media (min-width: 1400px) {
    .cs-lightgallery {
        max-width: 1320px !important;
    }
}
@media (min-width: 1200px) {
    .cs-lightgallery {
        max-width: 1140px;
    }
}
@media (min-width: 992px) {
    .cs-lightgallery {
        max-width: 960px;
        }
  }
@media (min-width: 768px) {
    .cs-lightgallery {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
   .cs-lightgallery {
        max-width: 540px;
    }
}

.cs-grid_gallery_5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.cs-grid_gallery_5 .cs-grid_gallery_item {
    width: 20%;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.cs-iconbox iframe{
  width:100%;
  height:250px;
}

.cs-partner_logo {
    padding-left: 16px;
    width: 25% !important;
    padding-right: 16px;
    margin-bottom: 0;
}
