html, body {
  margin: 0px;
  font-family: 'SegoeUI', sans-serif;
} 

@font-face {
  font-family: 'SegoeUI';
  src: url(/assets/fonts/SegoeUI-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI';
  src: url(/assets/fonts/SegoeUI.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI';
  src: url(/assets/fonts/SegoeUI-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI';
  src: url(/assets/fonts/SegoeUI-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}

a {
  text-decoration: none;
}


@media (max-width: 575px) {

  .navbar-brand {
    max-width: 200px !important;
  }

  .homehero {
    min-height: 70vh !important;
    align-items: center !important;
    text-align: center;
    padding: 64px 24px !important;
  /*  background-opacity: 0.5;  */
    background-position: center !important;
  }
  
}
  
  
  nav.navbar.fixed-top.shadow.navbar-expand-lg.bg-white {
    display: flex;
    padding: 0px;
    flex-direction: column;
}


.topbar {
	min-height: 24px;
	background-color: #282461;
}

/* .container-fluid {
	padding: 0px
} */

.navbar-brand {
	max-width: 320px
}

.homehero {
  background-image: url(/assets/img/Homehero.jpg);
  background-size: cover;
  min-height: 86vh;
  align-items: center;
  padding: 96px;
  color: #282461;
  background-position: center;
  margin: 0px;
}

.homehero h1 {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
}

.homehero p {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 96px;
}

.row.cardshome {
  display: flex;
  direction: row;
  flex-direction: row;
  justify-content: space-around;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cardhome {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  text-align: center;
  color: #282461;
  padding: 48px;
  /* justify-content: space-between; */
}

.cardhome img {
  width: 48px;
}

.cardhome h3 {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 700;
}

.cardhome a {
  margin-top: auto;
  font-size: 24px;
  font-weight: 400;
  color: #282461;
}

.cardhome p {
  font-weight: 400;
  padding-top: 8px;
  font-size: 22px;
}

@media (max-width: 575px) {
  .abouthome {
    padding: 72px 24px !important;
    color: #FFF;
  }
}

.abouthome {
  background-color: #282461;
  padding: 72px;
  color: #FFF;
  /* margin: 0; */
}

/* .abouthomein {
   max-width: 1140px; 
} */

.abouthome .title {
  /* display: flex; */
  flex-direction: row;
  align-items: center;
}

.abouthome h3 {
  margin-left: 28px;
  font-size: 40px;
  font-weight: 400;
}

.abouthome p {
  margin-left: 36px;
  font-size: 24px;
  margin-top: 24px;
}

.abouthome a {
  margin-top: auto;
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 128px;
}

@media (max-width: 575px) {
  .yellowshome {
    /* padding: 24px !important; */
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

}

@media (max-width: 1200px) {
.yellowhome {
  margin-bottom: 48px;
}
}


.row.yellowshome {
  display: flex;
  direction: row;
  /* max-width: 1280px; */
  margin-top: -128px;
  margin-bottom: 48px;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 72px;
  margin-right: 72px;
}

.yellowhome {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  text-align: center;
  color: #282461;
  padding: 48px;
  /* justify-content: space-between; */
  background-color: #F1BC18;
  /* margin: 0px 48px; */
  border-radius: 12px;
}

.yellowhome img {
  width: 48px;
}

.yellowhome h3 {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 700;
}

.yellowhome a {
  margin-top: auto;
  font-size: 24px;
  font-weight: 400;
  color: #282461;
}

.yellowhome p {
  font-weight: 400;
  padding-top: 8px;
  font-size: 22px;
}

.imgabout img {
  max-width: 720px;
  Z-INDEX: 1;
}

@media  (max-width:1023px) {
  .imgabout img { max-width: 480px
}}

@media  (max-width:767px) {
  .imgabout img { max-width: 280px
}}

.imgabout {
  justify-content: center;
  margin-top: 64px;
  margin-bottom: -24px;
  z-index: 1;
  margin-bottom: -64px;
}

.accreditation {
  margin: 48px;
  box-shadow: rgba(128, 128, 128, 0.333) 0px 3px 24px;
  border-radius: 12px;
  /* z-index: 200; */
  /* background-color: #FFF; */
}

.accreditation h3 {
  color: #707070;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 24px;
}

.accreditation p {
  color: #282461;
  font-size: 28px;
  margin-left: 12px;
}

.accreditation a {
  margin-top: auto;
  font-size: 24px;
  font-weight: 400;
  color: #282461;
  text-decoration: none;
}

.calibration  .container-fluid {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #282461;
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  padding: 0px;
}

.cal-icon {
  display: flex;
  justify-content: flex-end;
  padding: 0px 8px 8px 0px;
  align-items: center;
}

.calibration h2 {
  color: #282461;
  margin: 36px 12px 72px 12px;
  text-align: center;
}

.calibration h4 {
  color: #282461;
}

.calibration {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.calibration .col-lg-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.clientsandpartners .col-lg-4 {
  border-radius: 18px;
  background-color: #FFF;
  padding: 24px;
  box-shadow: rgba(128, 128, 128, 0.333) 0px 3px 24px;
  z-index: 9;
  margin: 36px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.clientsandpartners .col-lg-5 {
  z-index: 8;
  margin-left: -96px;
}

.clientsandpartners img {
  width: -webkit-fill-available;
}

.row.clientsandpartners {
  display: flex;
  justify-content: center;
  margin-top: 72px;
  margin-bottom: 72px;
}

.clientsandpartners a {
  margin-top: auto;
  font-size: 24px;
  font-weight: 400;
  color: #282461;
  text-decoration: none;
}

.clientsandpartners h5 {
  color: #282461;
  font-size: 28px;
}

.clientsandpartners h4 {
  color: #282461;
  font-size: 40px;
}

.formhome {
  background-color: #282461;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  justify-content: center;
  border-style: solid;
  border-width: 0px 0px 18px 0px;
  border-color: #9E98FF ;
}

.formhome h4 {
color: #FFF;
font-size: 32px;
}

.formhome label {
  display: none;
}

.formhome button.btn.btn-primary.btn-lg {
  width: 240px;
  background: #FFF;
  color: #282461
}

.formcontact button.btn.btn-primary.btn-lg {
  width: 240px;
  background: #FFF;
  color: #1B1B1B ;
  border-color: #1B1B1B ;
  text-transform: uppercase;
}

.formcontact .d-grid {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}

.formhome #contactForm .d-grid {
  display: flex;
  justify-content: flex-end;
}

footer {
  color: #FFF;
  background: #282828;
}

footer a, footer a:hover {
  color: #FFF;
}

footer img {
  width: -webkit-fill-available;
  margin: 24px;
}

/* footer h4 {
  margin-top: 36px;
} */

footer ul.list-unstyled, footer p {
  margin-top: 36px;
}

.copyright {
  background-color: #1B1B1B;
  width: 100%;
  text-align: left;
  /* padding-left: 96px; */
  padding: 24px 96px;
  /* padding-top: 32px; */
}

footer .container-fluid .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

footer li {
  list-style: none;
}

footer .d-flex.social {
  justify-content: flex-end;
}

footer .social svg {
  margin: 0px 12px
}

footer .social {
  margin: -24px 96px 96px 96px
}

.navbar-expand-lg .navbar-nav {
  margin-left: auto;
  margin-right: 96px !important;
}

.navbar a.nav-link {
  font-size: 20px;
  color: #282461;
}

.row {
  margin: 0px;
}

@media screen and (max-width:767px){
  .accrin {
  padding: 32px !important;
}
  .row.calibration {
    margin-top: 72px;
  }

  .clientsandpartners .col-lg-4{
    margin: 20px !important;
  }

  .clientsandpartners .col-lg-5 {
    z-index: 8;
    margin:20px;
}

.copyright {
  margin: 0px;
  padding: 20px;
}

}

button.navbar-toggler.collapsed {
  border-color: #282461;
}



.abouthero h2 {
  color: #707070;
  font-size: 40px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 0px 0px 0px 8px;
  padding-left: 12px;
  border-color: #F1BB19;
  /* padding-top: 0PX; */
  /* margin-top: -10px; */
}

.abouthero p {
  font-size: 16px;
  color: #707070;
  padding-left: 8px;
}

.abouthero img {
  width: 100%;
}

.abouthero .container-fluid {
  display: flex;
  max-width: 1200px;
  padding: 96px 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.abouthero .col-md-6 {
  padding: 0px
}

.aboutboxes {
  margin: 0px;
  padding: 0px;
}

.aboutboxes .col-md-4 {
  display: flex;
  background-color: #282461;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #FFF;
  padding: 32px 32px 96px 32px;
}

.aboutboxes .col-md-4:nth-child(2) {
  background-color: #4A477A;
}

.aboutboxes p{
  color : #FFF
}

.aboutboxes svg {
  margin: 24px;
}

.aboutboxes h3 {
  margin: 32px 0px;
}


.servhero h2 {
  color: #707070;
  font-size: 40px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 0px 0px 0px 8px;
  padding-left: 12px;
  border-color: #F1BB19;
  /* padding-top: 0PX; */
  /* margin-top: -10px; */
}

.servhero .container-fluid {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  padding: 96px 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.servboxes {
  display: flex;
  margin: 36px;
  flex-direction: row;
  justify-content: center;
}

.servboxes .col-md-4 {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin-bottom: 36px;
  justify-content: space-between;
}

.servboxes h3 {
  font-size: 18px;
  margin-top: 18px;
  border-radius: 24px;
  border-width: 1px ;
  border-style: solid;
  padding: 3px 18px;
  border-color: #707070;
  color: #282461;
}

.clhero h2 {
  color: #707070;
  font-size: 40px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 0px 0px 0px 8px;
  padding-left: 12px;
  border-color: #F1BB19;
  /* padding-top: 0PX; */
  /* margin-top: -10px; */
}

.clhero .container-fluid {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  padding: 96px 30px;
  justify-content: space-between;
  flex-wrap: wrap; }

.cllogos img {
  width: 66%;
  margin: 24px;
}

.cllogos {
  display: flex;
  flex-wrap: wrap;
}

.cllogos .col-md-4 {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .cllogosxl {
    display:none
  }
}

@media only screen and (min-width: 768px) {
  .cllogos {
    display:none
  }
}

.clhero p {
  font-size: 18px;
  color: #707070;
  padding-left: 8px;
}

.certsimg img {
  width: 80%
}

.certsimg {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.certsimg .col-md-4 {
  display: flex;
  justify-content: center;
}

.certsimg .col-md-8 {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 96px;
}

.servcont .servcontent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.container-fluid.servcont {
  display: flex;
  justify-content: center;
  margin-top: 72px;
}


.servcontent .servtitle h2 {
  color: #707070;
  font-size: 28px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 0px 0px 0px 8px;
  padding-left: 12px;
  border-color: #F1BB19;
  /* padding-top: 0PX; */
  /* margin-top: -10px; */
}

.servcontent .servtitle {
  display: flex;
  align-items: center;
  align-content: center;
  /* margin-bottom: 72px; */
}

.grayoverlay {
  margin-top: -244px;
  padding: 72px;
  background-image: url(/assets/img/grayoverlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.servcontent p {
  font-size: 20px;
  color: #707070;
  margin-top: 72px;
}

.servsidebar .container-fluid {
  display: flex;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  margin-bottom: 24px;
  color: #282461;
}

.servsidebar h3 {
  text-align: center;
  margin-bottom: 72px;
  margin-top: 72px;
}

.col-md-3.servsidebar {
  padding: 32px;
}

.bookservice a {
  background-color: #747474;
  color: white;
  text-decoration: none;
  font-size: 28px;
  padding: 12px 36px;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 24px;
}

.bookservice {
  margin-bottom: 48px;
  margin-top: 48px;
  width: 100%;
  display: flex;
}

.calibrationpage {
  max-width: 1200px;
  padding: 30px;
  text-align: center;
}

.container-fluid.calibrationpage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

 .calibrationpage h2 {
  width: 100%; }

.calibrationpage h3, .calibrationpage h2 {
  font-size: 28px;
  color: #747474;
  text-transform: uppercase;
  margin-top: 72px;
  margin-bottom: 24px;
}

.calibrationpage h3 {
  border-style: solid;
  border-width: 0px 0px 0px 8px;
  padding-left: 12px;
  border-color: #F1BB19;
  width: max-content;
}

.calibrationpage p {
  text-align: left;
  color: #707070;
  font-size: 24px ;
}

.calh3 {
  width: 100%;
  justify-content: center;
  display: flex;
}

.calcard {
  margin: 18px;
  border-style: solid;
  border-color: #707070;
  border-width: 1px;
  border-radius: 8px;
  padding: 20px;
  /* min-height: -webkit-fill-available; */
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.calcard h4 {
  color: #707070;
  font-weight: 700;
  font-size: 24px;
  min-height: 2em;
}

.calcard img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
}

.calcard a  {
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #707070;
  border-radius: 32px;
  color: #1B1B1B;
}

.calbtn {
  display: flex;
  justify-content: end;
  margin-top: auto;
}

.calibrationpage .col-md-4 {
  display: flex;
}

.contactrow {
  background-color: #F3F3F3;
}

.contactrow .container-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 30px;
}

.localaddress {
  display: flex;
}

.adicon {
  width: 12%;
}

.adtext {
  width: 90%;
}

.contactrow .col-md-9 h3 {
  font-size: 30px;
  color: #707070;
  font-weight: 700;
}

.contactrow .col-md-9 p {
  font-size: 24px;
  color: #707070;
}

.contactrow .col-md-9 {
  padding: 4% 10% 4% 4%;
}

.contactrow .col-md-3 {
  padding: 4% 1%;
}

.localaddress.email {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: black;
  padding: 10px;
}

.prodcont {
  max-width: 1200px;
  /* justify-content: flex-end; */
  padding: 30px;
  /* display: flex; */
  margin: auto;
}

.prodcont img {
  width: 100%;
}

.prodcont  .prodfw img {
  width: 200px;
  margin-bottom: 36px;
}

.prodcont .servcontent .servtitle h2 {
  margin-bottom: 64px;
}

.prodimg img {
  width: 100%;
}

.prodgrid {
  display: flex;
  flex-wrap: wrap;
}

.prodgrid .col-md-2 {
  margin: 18px;
}

.prodimg {
  border: solid 1px #707070;
}

.prodcont h4 {
  color:#282461;
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
}

.prodbtnfw {
  display :flex;
  justify-content: center;
  margin-bottom: 72px;
}

.prodbtnfw button {
  font-size: 20px;
  margin-top: 36px;
  color: #282461;
  border-color: #282461;
}

.prodbn {
  max-width: 70%;
}

.prodbnp {
  display :flex;
  justify-content: center;
}

.prodbn img {
margin-bottom: 20px;
}

.btn-outline-primary:hover {
  background-color: #282461 !important;
  border-color: #282461 !important;
}

.navbar li.nav-item:hover {
  background-color: #282461;
  border-radius: 6px;
}

.navbar li.nav-item.dropdown:hover ul a {
  color: #282461
}

.navbar li.nav-item:hover a {
  color: #FFFFFF
}

@media (min-width: 992px) and (max-width: 1300px) {
  
  .navbar-brand {
    max-width: 196px !important;
  }

  .navbar a.nav-link {
    font-size: 15px;
  }

}

footer .col-md-12  img {
  max-width: 240px;
}

@media  (min-width: 992px) {

footer .col-md-6:nth-child(4) {
  border-style: solid;
  border-width : 0px 1px;
  border-color : #707070;
}

footer .col-md-6 {
  padding: 4px 20px
}

}

@media (min-width:768px) and (max-width:991px) {
  footer .col-md-6 img{
    max-width: 200px;
    margin-bottom: 48px;
  }
}

@media (max-width:767px) {

  footer h4 {
    margin-top: 48px;
  }

  footer .col-md-6 img{
    max-width: 200px;
    margin-bottom: 24px;
}
}

.cardshome a:hover {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #282461;
  transition: 0.3s ;
}

.cardshome a {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #FFFFFF;
  transition: 0.3s ;
}

.abouthomein a:hover {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #FFFFFF;
  transition: 0.3s ;
}

.abouthomein a {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #282461;
  transition: 0.3s ;
}

.accreditation a:hover {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #282461;
  transition: 0.3s ;
}

.accreditation a {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #FFFFFF;
  transition: 0.3s ;
}

.clientsandpartners a:hover {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #282461;
  transition: 0.3s ;
}

.clientsandpartners a {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #FFFFFF;
  transition: 0.3s ;
}

@media (max-width:767px) {
  .abouthero .imgresp2 {
    display:none
  }

  .abouthero .imgresp1 {
    max-width: 300px;
    margin: 40px 12px;
  }
}

@media (min-width:768px) {
  .abouthero .imgresp1 {
    display:none
  }
}

.prodimg img:hover, .prodbn img:hover {
  transform: scale(115%);
  transition: 0.5s;
}

.servboxes h3:hover {
  background-color: #282461;
  color: #FFFFFF;
  transition: 0.3s;
}

@media (max-width:767px) {
.bookservice {
  display: none;
} 
.bookservice.bookserviceM {
  display: flex;
}
.bookserviceM a {
  font-size: 24px;
}
}

@media (min-width:768px) {
  .bookserviceM {
    display: none;
  } }

.whatsappcontact img {
    max-width:200px !important;
}


.prodbn {
    margin-right: auto;
    margin-left: auto;
}

 

