/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&display=swap');
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Merriweather', serif;
  /*color: rgb(149, 154, 133);*/
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color:#000;
}

.logoWrapper{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.logoWrapper .logo img {
  width: 100px
}
.logoText h3{
  margin-bottom: 0;
  color: #0085b5;
}
.logoText p{
  font-size: 12px;
  margin-bottom: 0;
  color: #000;
}
.topHeader {
  border-top: 5px solid #0085b5;
}
.offcanvas-body{
      background-color: #0085b5;
}
.navbar{
  background-color: #0085b5;
  /* color: #9ebe45; */
padding:0;
/*border-bottom: 2px solid #d3fa69;*/
;

}
.socialLinks ul {
  display: flex;
  justify-content: end;
}
.rightWrapper {
  display: flex;

  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.navbar-expand-lg .offcanvas {
  flex-grow: initial;
  width: 100%;
}
.navbar-light .navbar-nav .nav-item .nav-link.active {
  background-color: #fff;
  border-top: 2px solid #accf4d;
  /*padding-bottom: 6px;*/
  /*padding-top: 6px;*/
  padding:6px 0;
  border-radius: 3px;
  /* border-bottom: 3px solid #c2d788; */
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
text-transform: uppercase;
padding-left:2px;
padding-right:2px;
  
}
.navbar-light .navbar-nav .nav-item:hover .nav-link {
  background-color: #fff;
  color:#000;
  border-top: 2px solid #accf4d;
  padding-bottom: 6px;
  padding-top: 6px;
  border-radius: 3px;
  /* border-bottom: 3px solid #c2d788; */
}

.navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.navbar-nav .nav-item {
  margin-left: 24px;
  position: relative;
}

.navbar-nav .nav-item:not(:last-child):after {
content: "|";
position: absolute;
color: #fff;
width: 1px;
height: 15px;
top: 7px;
right: -9px;
display: inline-block;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  margin-top: -5px;
  left: 100%;
}

.dropdown-menu > li > a:hover::after {
  text-decoration: unset;
  transform: rotate(-90deg);
}
.dropdown-menu a {
  text-transform: uppercase;
  color: #0085b5;
}
.dropdown-menu a:hover{
    color:blue;
}
.socialLinks ul li {
  margin-right: 5px;
  border: 1px solid #0085b5;
  border-radius: 50%;
}
.socialLinks ul li .fab {
  padding: 5px;
  color: #55a7b3;
}
.socialLinks ul li:hover .fab {
  background-color: #55a7b3;
  color: white;
  border-radius: 50%;
}

.carousel-item img {
  height: 50vh;
}
/*.banner {*/
/*  background-image: url("../img/banner-main.jpg");*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  width: 100%;*/
/*  height: 400px;*/
/*}*/
.bannerWrapper h6 {
  padding: 8px 0 0 32px;
  font-size: 32px;
}
.bannerTitle {
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  width: 78%;
  height: 75px;
  background-color: rgba(129, 160, 32, 0.5);
}

.bannerTitle h3 {
  padding: 15px 0 15px 32px;
  color: white;
  margin-bottom: 0;
  font-size: 37px;
}
.bannerSubTitle {
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  width: 68%;
  height: 55px;
  background-color: rgba(0, 134, 178, 0.5);
}
.bannerSubTitle h5 {
  padding: 10px 0 10px 32px;
  color: white;
  margin-bottom: 0;
  font-size: 30px;
}
.titileButton .btn {
  background-color: #c2c2c7;
  color: black;
  font-weight: 700;
  font-style: italic;
  border-radius: 0;
  border-left: 5px solid #ffe810;
}

/* quickLinks = Homepage
q-links =innerpage */
.quickLinks,
.q-links {
  text-align: center;
  background-color: rgb(233, 238, 241);
}
.q-links a.active .box{
  background-color: #fff;
}
.quickLinks p {
  margin-bottom: 0;
  font-size: 14px;
}
.q-links p {
  margin-bottom: 0;
  font-size: 12px;
}
.quickLinks .box {
  border-right: 1px solid #99b8bd;
  border-bottom: 1px solid #99b8bd;
  padding: 15px 0;
}
.q-links .box {
  border-right: 1px solid #99b8bd;
  height: 100%;
  padding: 5px;
}
.q-links .boxone {
  border-right: 0;
  height: 100%;
  padding: 5px;
}
.quickLinks .box:hover,
.quickLinks .boxLast:hover,
.quickLinks .boxOne:hover,
.quickLinks .boxOneLast:hover,
.q-links .box:hover,
.q-links .boxone:hover {
  background-color: white;
}
.quickLinks .boxLast {
  border-right: 0;
  border-bottom: 1px solid #99b8bd;
  padding: 15px 0;
}
.quickLinks .boxOne {
  border-right: 1px solid #99b8bd;
  padding: 15px 0;
}
.quickLinks .boxOneLast {
  border-right: 0;
  padding: 20px 0;
}
.box .far,
.boxLast .far,
.boxOne .far,
.boxOneLast .far,
.box .fas,
.boxOne .fas,
.boxOneLast .fas,
.boxone .fas {
  color: #0086b3;
  margin-bottom: 10px;
}
/* .box a.active {
  background-color: #fff;
} */
.q-links a.active .box .far,
.q-links a.active .box .fas,
.q-links a.active .box p {
  color: #eba627;
}
/* innerpage Quick Links */

.title h3, .clsCustomBlock h1,.clsCustomBlock h2 {
  color: #0381a8 !important;
  font-weight: 700 !important;
}
.table > thead {
  background-color: #0381a8;
}
.table > thead > tr > th {
  color: white;
}

tr:nth-child(even) {
  background: #f7faef;
}

.reports ul li .far {
  padding-right: 10px;
}
.reports ul li {
  margin-bottom: 10px;
}
.reports ul li a {
  color:#000;
    transition: all 0.3s;
}
.reports ul li a:hover{
     color: #0085b5;
     font-weight: 600;
         padding-left: 10px;
}
.certificates {
  text-align: center;
}
.certificates img {
  height: 416px;
  padding: 22px;
}
.cerificateInfo {
  position: relative;
  height: 100%;
}
.cerificateInfo .top {
  position: absolute;
clip-path: polygon(60% 0%, 60% 3%, 2% 3%, 2% 100%, 0% 100%, 0% 0%);
  width: 26%;
  height: 28%;
  background-color: #9e9e9e;
  top: 0%;
  left: 4%;
}
.cerificateInfo .bottom {
  position: absolute;
  bottom: 15%;
  right: 4%;
  width: 26%;
  height: 28%;
  background-color: #9e9e9e;
    clip-path: polygon(98% 0, 100% 0, 100% 100%, 27% 100%, 27% 97%, 98% 97%);
}
.rrc {
  border-bottom: 5px solid #43a2c3;
}

/* page title */
.page-title-bg {
  background-color: #0babcd;
  height: 120px;
}
.page-title {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 120px;
}
.page-title h4 {
  margin-bottom: 0;
  color: #fff;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb-item.active {
  color: white;
  font-style: italic;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
.aqar-reports{
    background-color:#f2fafc;
    border:1px solid #dfdfdf;
    padding:10px;
    border-bottom:4px solid #C36B24;
}
.aqar-reports .reports li{
    position:relative;
        padding: 10px 0;
        text-align:center;
}
.aqar-reports .reports li:not(last-child)::after{
    position:absolute;
    content:"";
    background-color:#C36B24;
    width: 194px;
    height: 1px;
    left: 35%;
    bottom: 0;
}
.aqar-reports .reports li i.fas{
   color:#0085b5;
}
/* Inner page content */
.inner-contetnt p,
.inner-contetnt .sub-wrapper li {
  color: black;
      font-weight: 700;
}
/*.list-group-flush {*/
/*  padding-left: revert;*/
/*}*/
.list-group-flush .list-group-item a {
font-weight: 700;
}
ul.list-group-flush li::before {
  content: "\003E";
  padding-right: 15px;
}

.nav-tabs {
  padding-bottom: 6px;
  border-bottom: 3px solid #0085b5;
  /*justify-content: space-between;*/
}
.inner-contetnt .inner-wrapper ul li{
  /* border: 1px solid #0085b5; */
  /* border-bottom: 0; */
  margin-bottom: 5px;


}
.inner-contetnt .inner-wrapper ul li .nav-link{
  color: #5197b0;
  margin: 2px;
  padding: 6px 5px;
  width: 314px;
  font-size: 15px;
  background-color: #c2dce5;
}
.inner-contetnt .inner-wrapper ul li .nav-link.active  {
  color: white;
  /* padding-left: 3rem; */
  font-weight: 500;
  background-color: #0f9bcd;
}
.inner-contetnt .sub-wrapper {
  padding-left: 5rem;

}
.inner-contetnt .sub-wrapper p>strong{
   color: #c36b24;
     padding-left: 4rem;
   
}
.inner-contetnt .sub-wrapper p{
  padding-bottom: .5rem;
  /* border-bottom: 2px solid #0babcd; */
  display: block;
  margin-bottom:0;
  color: #c36b24;

}
.inner-contetnt .sub-wrapper ul {
  list-style-type: lower-roman;
    padding-left: 4rem;
}
.inner-contetnt .sub-wrapper ul.list li {
  color: rgb(149, 154, 133);
  /*margin-bottom: 1rem;*/
  list-style-type: "\003E";
  padding-left: 10px;
  /* border-bottom: 1px solid #aad6e1; */
  /*padding-bottom: 0.5rem;*/
    font-size:14px;
    font-weight:100;
}
.inner-contetnt .sub-wrapper ul.list li a{
    font-size:14px;
      font-weight:100;
        /*color: rgb(149, 154, 133);*/
        transition: all 0.5s ease-in-out;
}
.inner-contetnt .sub-wrapper ul.list li a:hover{
    color:#0BABCD;
        padding-left: 10px;
 
}
.inner-contetnt .sub-wrapper ul.list li::marker{
      content: "\00BB";
} 
.criteria-wrapper .list-group-flush > .list-group-item,
.accordion-button:not(.collapsed) {
  border-width: thin;
  background-color: #f2fafc;
  color: black;
  font-weight: 700;
  margin-bottom: 1rem;
  transition: all 0.5s ease-in-out;
}
.list-group-flush .list-group-item:hover{
 transform: translateX(3%);
}
.criteria-wrapper .criterion-Box {
  background-color: #fff;
  border: 1px solid #aad6e1;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.criteria-wrapper .criterion-Box:hover{
  transform: translateY(-5%);
  background-color: #aad6e1;
  color: #fff;
}

.criteria-wrapper .criterion-Box p {
  margin-bottom: 0;
  font-size: 14px;
      font-weight: 700;
      color:#000;
}
.criteria-wrapper .accordion-body {
  background-color: #f2fafc;
  padding: 24px 0;
}
.gallery-card img{
    width:259px;
    height:204px;
  /*transition: all 0.5s ease-in-out;*/
    
}
/*.gallery-card img:hover{*/
/*    transform:scale(0.99);*/
/*}*/

/* footer */
.topFooter {
  border-top: 5px solid #87ab1e;
  background-color: #e9eef1;
}
.topFooter h5 {
  font-style: italic;
  color: #1a4e6b;
}
.topFooter .left-wrapper h6 {
  color: #557074;
}
.topFooter .right-wrapper {
  text-align: end;
}
.topFooter .right-wrapper h6 a {
  color: #557074;
}
footer {
  background-color: #0086b3;
  text-align: center;
}
.socialLinksMobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .navbar-nav .nav-item {
    margin-left: 0;
  }
  /*.banner {*/
  /*  background-image: url("../img/blankBg.jpg");*/

  /*  width: 100%;*/
  /*  height: 400px;*/
  /*}*/
.navbar-nav .nav-item:not(:last-child):after {
display:none;
}
  .logoWrapper {
   
    flex-direction: column;
    text-align: center;
}
  .bannerWrapper h6 {
    font-size: 25px;
  }
  .bannerTitle {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    width: 100%;
    height: 75px;
  }
  .bannerTitle h3 {
    font-size: 23px;
    padding: 12px 0 0px 32px;
  }
  .bannerSubTitle {
    width: 80%;
  }
  .bannerSubTitle h5 {
    padding: 3px 0 1px 32px;
    font-size: 20px;
  }
  .titileButton {
    text-align: center;
  }
  .quickLinks .box {
    border-right: none;
  }
  .quickLinks .boxOne {
    border-right: none;
    border-bottom: 1px solid #99b8bd;
  }
  .cerificateInfo .top,
  .cerificateInfo .bottom {
    display: none;
  }
  .topFooter {
    text-align: center;
  }
  .topFooter .right-wrapper {
    text-align: center;
  }
  .socialLinks {
    display: none;
  }
  .socialLinksMobile {
    display: block;
  }
  .socialLinksMobile ul {
    display: flex;
    justify-content: center;
  }
  .socialLinksMobile ul li {
    margin-right: 5px;
    border: 1px solid #0085b5;
    border-radius: 50%;
  }
  .socialLinksMobile ul li .fab {
    padding: 5px;
    color: #55a7b3;
  }
  .q-links .box {
    border-right: none;
  }
  .q-links p {
    font-size: 12px;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .page-title {
    align-items: center;
  }
  .list {
    padding-left: inherit;
  }
  .sub-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .quickLinks .box {
    padding: 10px;
    border-right: none;
  }
  .quickLinks .boxLast {
    padding: 10px;
  }
  .quickLinks .boxOne {
    border-bottom: 1px solid #99b8bd;
    border-right: none;
    padding: 10px;
  }
  .quickLinks .boxOneLast {
    padding: 10px;
    border-bottom: 1px solid #99b8bd;
  }
  .cerificateInfo .bottom {
    bottom: 15%;
  }
  .q-links .boxone {
    border-right: 1px solid #99b8bd;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) 
 {
     .navbar-light .navbar-nav .nav-link  {
    font-size:12px;
        
    }
  .cerificateInfo .top {
    left: 0;
  }
  .cerificateInfo .bottom {
       bottom: 16%;
    right: 0;
  }
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1400px) 
 {
    .navbar-light .navbar-nav .nav-link  {
    font-size:14px;
        
    }
     .cerificateInfo .top {
    left: 0%;
  }
  .cerificateInfo .bottom {
       bottom: 16%;
    right: 0%;
  }

}
