.ourCategory .catItems,
.ourCategory .catItems a {
    color: var(--secondaryColor)
}

.aboutUS,
.ourCategory,
.pageBanner {
    position: relative
}

.aboutUS li,
.topHeader {
    align-items: center;
    display: flex
}

.homeBanner button,
.topHeader {
    background: var(--primaryColor)
}

.aboutUS::after,
.ourCategory::before {
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1
}

 

.topHeader {
    padding: 10px
}

.homeBanner {
    padding: 150px 50px;
    background: url('../img/homeBanner4.png') 0 0/cover;
    display: flex;
    text-align: center
}

.homeBanner .card {
    width: 1100px;
    margin: auto
}

.homeBanner #site-search {
    width: 600px;
    height: 50px;
    padding: 10px 20px;
    position: relative;
    box-shadow: 0 0 12px 0 #00000040;
    border-radius: 5px 0 0 5px;
    border: none;
    margin-bottom: 30px
}

.homeBanner button {
   position: absolute;
   border: none;
      padding: 14px 30px;
      top: -1px;
      border-radius: 0 5px 5px 0;
}

.homeBanner h1,
.homeBanner h6 {
    margin-bottom: 30px
}

.highlights {
   padding: 80px 40px;
  background: #f9f9f9;
}
.highlights img {
  width: 35px;
}
.highlights .box {
    display: grid;
    grid-template-columns: 60px auto
}

.chemicalReports .grid2,
.footer .grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr
}
.footer .addressDiv a{
display: flex;
  gap: 10px;
 margin-bottom: 5px;
}

.footer .addressDiv a img{
    width: 20px;
  height: 20px;
   margin-top: 2px;
}
.footer .footerlogo img{
    width: 45%;
  height: 70px;
  object-fit: contain;
}
.footer .socialMedia .highlights img {
    width: 40px
}

.footer .grid3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-area: 30px;
    display: grid
}

.footer .contactDetails a {
    word-break: break-all;
    position: relative;
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 30px
}

.footer .footerHeader {
    font-weight: 520;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase
}

.footer .contactDetails img {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px
}

.aboutUS {
    padding: 80px 40px;
    margin: 40px 0;
    background: #fff
}

.aboutUS::after {
    right: 0;
    top: 0;
    background: url('../img/main/aboutBg.png') 0 0/cover;
    width: 50%
}

.aboutUS li {
    gap: 20px;
    margin: 20px 0
}

.aboutUS li img {
    width: 30px
}

.aboutUS .rightImgSide .adminImg {
    width: 50%;
    box-shadow: 0 0 20px 0 #3368C659;
    border-radius: 20px
}

.aboutUS .rightImgSide .iconImg {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px
}
.aboutUS .contentBadge, .highlights figure, .homeBanner, .ourCategory{
   text-align: center
}
.aboutUS .contentBadge {
    box-shadow: 0 0 20px 0 #3368C659;
    padding: 20px;
    position: absolute;
    background: #fff;
    border-radius: 8px;
    top: -30px;
    left: 80px;
    width: 200px;
    text-align: center
}

.aboutUS .themeBtn {
    float: right;
    width: 180px;
    gap: 5px;
    border-radius: 4px
}

.ourCategory {
    padding: 80px 40px;
    text-align: center;
    /*background: #f9f9f9;*/
}

.ourCategory::before {
    left: 0;
    top: 0;
    background: url('../img/main/catBg.png') 0 0/cover;
    width: 50%
}

.ourCategory .catItems {
    padding: 20px;
    margin: 20px;
    background: #fff;
    border-bottom: 2px solid var(--primaryColor);
    box-shadow: 1px 0 8px 2px #00000026;
    border-radius: 4px;
    transition: .3s ease;
}
.ourCategory .catItems:hover{
     background: #3368C6;
     cursor:pointer;
      transform:translateY(-10px);
}
.ourCategory .catItems:hover .card-title{
    color:#FFF;
}
.ourCategory .catItems img {
    width: 70px
}
.ourCategory .catItems:hover.catItems img{
    border: 2px solid #FFF;
  border-radius: 50%;
  transition: .1s ease;
  padding: 5px;
}
.chemicalReports {
    margin: 30px;
    padding: 40px 0
}

.chemicalReports .tabs a {
    background: #f9f9f9;
    padding: 10px;
    width: 300px;
    margin: 20px 0;
    text-align: center;
    border: 1px solid #ddd
}

.chemicalReports .tabs .active{
    background: #3368C6;
}

.chemicalReports .reportsItems img {
    width: 100px;
    margin-right: 30px
}

.reportsItems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 1px 8px 0 #00000026;
    padding: 40px;
    border-radius: 10px
}
.chemicalReports .reportsItems .reporstContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.chemicalReports .reportsItems .reporstContent .reportDetails  {
    display: flex;
  justify-content: space-between;
}

.chemicalReports .reportsItems .reporstContent .subHeading { 
  text-transform: capitalize;
  color: #0F87EF;
}
.chemicalReports .reportsItems .reporstContent .subHeading:hover { 
  color: #1E0DFF;
}
.chemicalReports .grid2 {
    gap: 50px !important
}
 .chemicalReports  .viewAll.span2 {
  grid-column: span 2;
}
.chemicalReports  .viewAll .themeBtn {
float: right;
margin: 0;
}
.reportsItems a {
    color: var(--primaryColor)
}

.tab-link.active {
    font-weight: 900;
    color: #ffffff;
}

.footer,
.pageBanner .sectionTitle {
    color: #fff
}

.tabs {
    margin-bottom: 20px
}

.ourClients {
   padding: 80px 20px;
  margin: 80px 0 0;background: #f9f9f9;
}

.ourClients .slick-slide img {
    width: 150px
}

.ourClients .slick-slider {
    padding: 40px 0
}

.footer {
    padding: 80px 30px 20px;
    background: var(--primaryColor)
}

.footer h5 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800
}

.footer a{
    color: #fff;
}
.footer h6 {
    color: #fff;
    text-transform: capitalize
}

.footer .grid2 img {
    height: 30px;
    object-fit: contain
}

.copyright p {
    text-align: right;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 20px
}

.pageBanner {
    padding: 30px;
    background: linear-gradient(90deg, #3368c6 0, #193260 100%)
}

.pageBanner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img//main/pageBannerBg.png') center;
    width: 100%;
    height: 100%
}

.border-right {
    border-right: 1px solid #000000;
}

.press-head {
    background-color: #3368c6;
    height: auto;
    text-align: left;
    padding-top: 3px;
    padding: 20px;
}
.AllReportMain .post-heading-1 {
  font-size: 20px;
}
.AllReportMain  .btn-read{
    padding: 5px 20px;
  border-radius: 4px !important;
  margin-top: 10px;
}
.press-head h1 {
    font-weight: 700; 
    color: rgb(255, 255, 255);
}

.press-head ul {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-left: 13px;
}

.press-head ul a {
    color: #d1cfcf;
}

.press-head ul a:hover {
    color: #ffffff;
}

.rep_head1 {
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #3700ff;
    color: #3700ff;
}

.social_icon {
    width: 38px !important;
    height: 38px !important;
    line-height: 36px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    float: left;
    margin-right: 4px;
    border: 2px solid #fff;
    transition: all 0.3s;
}

.social_icon:hover {
    transform: translateY(-20%);
}

.card-4 {
    max-height: fit-content;
    padding-bottom: 0;
    border-bottom: 1px solid #000001;
}

.card-4:hover {
    transform: translateY(-1px);
    background: #F6F4FD;
}

.btn-read {
    color: #ffffff;
    font-size: 15px;
    transition: 0.1s ease;
}

.btn-read:hover {
    background-color: #000000;
    transform: scale(1.1);
    transition: 0.1s ease;
}

.category-heading {
    padding: 10px 12px;
    border-left: 8px solid #000;
    background-color: #ddd;
}

.category-heading img {
    margin-right: 35px;
    margin-left: 20px;
}