@import url("https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
p {
  font-size: 16px;
  font-family: "Kumbh Sans", sans-serif;
}
a {
  font-family: "Kumbh Sans", sans-serif;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
}
ul li {
  font-family: "Kumbh Sans", sans-serif;
}
h1 {
  font-size: 90px;
  color: #0094db;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}
h2 {
  font-size: 50px;
  color: #0094db;
  font-weight: 700;
  text-transform: capitalize;
  width: auto;
  font-family: "Playfair Display", serif;
}
h3 {
  font-size: 25px;
  color: #0094db;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}
h5{
  font-size: 20px;
  color: #0094db;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}
h4 {
  font-size: 20px;
  text-align: justify;
  font-family: "Playfair Display", serif;
}
h6{
        text-transform: capitalize;
    color: #015ba1;
    font-size: 18px;
    font-weight: 700;
     font-family: "Playfair Display", serif;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 75px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
}

@media (max-width: 320px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  .banner .datadiv {
    position: absolute;
    top: 30%;
    right: 10px;
  }
  h3 {
    font-size: 20px;
  }
}
/* ===================================== banner section css */
.banner {
  position: relative;
}
.banner .datadiv {
  position: absolute;
  top: 30%;
  right: 4%;
}
/*========================================= over services section */
.ourservices {
  background-color: #eaebeb;
}
.ourservices .cardd{
  position: relative;

}
.ourservices .cardd a{ 
  position: absolute;
  z-index: 99;
}
.ourservices .cardd h5 {
  font-size: 16px;
  text-transform: capitalize;
  background-color:#cbd5e1;
  padding: 10px 0px 10px 0px;
  transition: 0.5s ease-in-out;
  color:#000000;
}
.ourservices .cardd:hover h5{
  border-radius: 40px;
  background-color:#0094db ;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.ourservices .cardd img {
  border-radius: 40px;
 
    width: 100%;
  height: 300px;
  object-fit: cover;
}
.ourservices .cardd {
  border-radius: 40px;
 
}
.ourservices .cardd:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ourservices .cardd .overlay{
  width: 100%;
 height: 100%;
   /*background: linear-gradient(#ffffff67, #0000006f); */
  background: linear-gradient(#5c636b8f, #5c636b8f);
  position: absolute;
   top: 0;
   border-radius: 40px;
}
.ourservices .cardd:hover .overlay{
  background: linear-gradient(#00000000, #00000000);
}
/* ============================================== about us section */
.aboutus {
     background-color: #fff;
}
.aboutus p {
  text-align: justify;
}
.aboutus button {
  border: none;
  background-color: #0094db;
  padding: 11px 30px;
  transition: 0.5s ease-in-out;
}
.aboutus button:hover{
  border-radius: 40px;
  background-color: #cbd5e1;
  transition: 0.5s ease-in-out;
}
.aboutus button:hover a{
  color: #000000;
  transition: 0.5s ease-in-out;
}
.aboutus button a {
  color: #fff;
  transition: 0.5s ease-in-out;
}
.allinfo {
  background-color: #eaebeb;
}
.instuments{
     background-color: #fff;
}
.instuments1 {
  background-color: #eaebeb;
}
.our_instuments ul,
.allinfo ul {
  list-style: none;
  margin: 2em 0;
  padding: 0px 0px;
}
.our_instuments ul li,
.allinfo ul li {
  font-size: 16px;
  margin: 1em;
  margin-left: 2em;
}
.our_instuments ul li::before,
.allinfo ul li::before {
  float: left;
  margin-left: -1.5em;
  color: #37476c;
  font-size: 20px !important;
  font-weight: 900 !important;
  font: var(--fa-font-solid);
  content: "\f00c";
}
.our_instuments p {
  text-align: justify;
}
.our_instuments img {
  object-fit: contain;
}
.certificate{
     background-color: #fff;
}
/* ============================================== calibration facilities */
.calibration {
  background-color: #eaebeb;
}
.calibration ul {
  list-style: none;
  margin: 2em 0;
  padding: 0px 0px;
}
.calibration ul li {
  font-size: 16px;
  margin: 1em;
  margin-left: 2em;
}
.calibration ul li::before {
  float: left;
  margin-left: -1.5em;
  color: #37476c;
  font-size: 20px !important;
  font-weight: 900 !important;
  font: var(--fa-font-solid);
  content: "\f00c";
}
.afbf{
    font-size: 20px;
  color: #0094db;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}
.calibration .afbf:before {
    display: inline-block;
    margin: 0 20px 5px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #0F172A;
    width: 15%;
}
 .calibration .afbf:after {
    display: inline-block;
    margin: 0 0 5px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #0F172A;
    width: 15%;
}

.h5{
  font-size: 20px;
  color: #0094db;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}
.calibration .h5:before {
    display: inline-block;
    margin: 0 20px 5px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #0F172A;
    width: 25%;
}
 .calibration .h5:after {
    display: inline-block;
    margin: 0 0 5px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #0F172A;
    width: 25%;
}
@media (max-width:992px){
    
}
.calibration .accordion-body h6{
    text-transform: capitalize;
    color: #015ba1;
    font-size: 18px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
.calibration h5 button {
  font-size: 20px;
  color: #0094db !important;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}
.calibration h5 button:focus{
        box-shadow: none;
    outline: none;
    background: none;
}

.documents{
   background-color: #fff;
}
/* ============================================ footer section start */
.footer {
  background-color: #0f172a;
  z-index:-10;
}
.footer p {
  color: #fff;
}
.footer a {
  color: #fff;
  transition: all 0.5s;
}
.footer i {
  color: #0094db;
}
.footer a:hover {
  color: #0094db;
}
.footer .copyrightdiv {
  border-top: 1px solid #e6e6e6;
}