/* general */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;700;800&display=swap');
@font-face {
  font-family: AvertaDemo-Regular;
  src: url(../fonts/AvertaDemo-Regular.otf);
}
body{
    font-family: 'Poppins', sans-serif;
}
.uk-logo img{
    height: 75px !important;
}

a{
    text-decoration: none !important;
}
nav{
    background-color: white !important;
}
.uk-navbar-container{
    z-index: 999;
}
.uk-dropnav-dropbar{
    background-color: var(--green) !important; 
}
nav.stroke ul li a {
  position: relative;
  
}
nav.stroke ul li a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: var(--green);
  height: 3px;
  transition: all 0.5s ease-in-out;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.uk-drop.uk-open{
    top:75px !important;
    box-shadow: none !important;
    background: var(--green);
}
 .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 70px !important;
}
.uk-navbar-nav .uk-navbar-dropdown li a:hover, .uk-dropdown-nav li a:hover ,.uk-nav-sub li a:hover{
    transform: translateX(6px);
    transition:.3s;
}
@media (min-width: 960px){
.uk-navbar-nav {
    gap: 22px !important;
}
}
/* nav-font */
.uk-navbar-nav li a{
    font-family: 'Barlow', sans-serif !important;
    font-size: 14px !important;
    color: rgb(75, 75, 75) !important;
    text-transform: capitalize;
    font-weight: 500;
}
.uk-navbar-nav li a:hover{
    color: var(--green)!important;
}
.uk-navbar-dropdown-nav li a, .uk-dropdown-nav li a {
    margin-bottom:5px;
    color: white !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500;
} 
.uk-navbar-dropdown-nav li a:hover, .uk-dropdown-nav li a:hover{
    color: white !important;
}
.offcanvas-font li a{
    color:var(--green) !important;
    font-family: 'Barlow', sans-serif !important;
    font-size:15px;
}
:root {
    --green: #00A652;
    --dark-blue: #14457b;
    --red:rgb(197,50,47); 
}
.uk-section-padding{
    padding: 100px 70px;
  }
/* font */
/* banner font */
.small-nav-font{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
.banner-primary-font{
    font-family: 'Barlow', sans-serif;
    font-size: 45px !important;
    font-weight: 900;
    line-height: 1.2;
    color: white;
}
.banner-secondary-font{
    font-family: AvertaDemo-Regular;
    font-size: 17px;
    color: white;
}
.banner-para-font{
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

/* section font */
.white-small-primary-font{
    color:white;
    font-family: 'Barlow', sans-serif;
    font-size: 25px !important;
    font-weight: 900;
    line-height: 1.2;
}
.section-primary-font, .white-section-primary-font{      
    font-family: 'Barlow', sans-serif;
    font-size: 37px !important;
    font-weight: 700;
    line-height: 1.2;
}
.white-section-primary-font{
    color: white;
}
.white-section-secondary-font{
    font-family: AvertaDemo-Regular;
    font-size: 22px;
    color: white;
}
.green-secondary-font{
    font-family: AvertaDemo-Regular;
    font-size: 18px;
    color: var(--green);
    font-weight: 900;
    text-transform: uppercase;
}
.para-font{
    font-family: 'Poppins', sans-serif;
    color: #606b72;
    font-size: 15px;
    font-weight: 400;
    
    line-height: 1.6;
}
.service-primary-font{
    font-family: 'Barlow', sans-serif;
    font-size: 23px !important;
    font-weight: 900;
    line-height: 1.2;
    
}
.overlay-para-font{
    color:white;
}
/* button */

.blue-button,.red-button,.package-btn{
    font-size: 16px;
    font-family: AvertaDemo-Regular;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 12px 30px !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    margin-right: 10px;
   
}
.blue-button{
    background: var(--dark-blue);
}
.blue-button:hover{
    background: var(--red);
    color: #fff;
    text-decoration: none;
}
.red-button{
    background: var(--red);
}
.red-button:hover,.nav-red-button:hover {
    background: var(--green);
    color: #fff;
    text-decoration: none;
    
}
.nav-red-button{
    padding: 8px 20px  !important;
    background-color: var(--red);
    color: white!important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    margin-right: 10px;
    border-radius: 13px !important;
    font-size: 14px;
    border: none!important;
   
}
.package-btn{
    background: none;
    border: 1px solid white;
}
.package-btn:hover{
    background: white;
    color: black;
    text-decoration: none;
}
td{
    padding: 10px 0;
}

.services-btn{
    background-color: var(--dark-blue);;
    padding: 10px 20px;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 20px;
}
.services-btn1{
    color: var(--dark-blue);;
    background: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border: none;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 0;
}
.uk-bg-green{
    background-color: var(--green);
    background-position: center;
    background-size: cover;
}
.uk-bg-red{
    background-color:  var(--red);
    background-position: center;
    background-size: cover;
}
.uk-bg-blue{
    background-color: var(--dark-blue);
    background-position: center;
    background-size: cover;
}
.uk-img-300 img{
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.package-body{
    background-color: #00a6529e;
    color: white;
}
.uk-dotnav>.uk-active>* {
    background-color: rgb(96 205 48 / 60%) !important;
}

.banner{
    color: white;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
    z-index: 1;
    }
.uk-main {
    max-width: 600px;
    z-index: 5;
 }

.top-icon-section{
    width: 120px;
    height: 120px;
    background-color: var(--dark-blue);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
}
.text-section{
    border:1px solid var(--dark-blue);
    text-align: center;
}
.services-body{
    padding: 28px 35px !important;
}

.left-arrow{
    left: -35px !important;
}
.left-arrow ,.right-arrow{
    background-color:var(--light-green) !important;
    border-radius: 50% !important;
    padding: 10px 15px !important;
    
}
.about-section{
    background-image:url(../img/bg.png);

}
.client-section{
    background-image:url(../img/bg.png);
}
.cilent-img img{
    height:150px; width:100%; object-fit:cover;
}
.uk-image-user img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.banner-package img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
/* Service Section */
.service-overlay1{
    background: rgba(0, 0, 0, 0.5) !important;
}
.service-overlay{
    height: 400px;
    background-color:  var(--green)!important;
    color: #fff;
    transition: 1s ease !important;
}

.services-block{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding:25px 15px; 
    background:white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    width:100%
}
.services-block:hover {
    color: #f0094a;
  }
  .services-block:before,
  .services-block:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: var(--green);
    transition:400ms ease all;
  }
  .services-block:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  .services-block:hover:before,
  .services-block:hover:after{
    width:100%;
    transition:800ms ease all;
  }
/* :hover .services-block {
    box-shadow: rgba(62, 182, 15, 0.6) 0px 4px 12px;
} */
/* Blog Section */
.blog-font{
    font-family: AvertaDemo-Regular;
    font-size: 20px;
    font-weight: 800;
}
.remeber-section{
    background-position: center;
    background-image: url(../img/last.jpg);
}
.banner-white-font{
    font-family: 'Barlow', sans-serif;  
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1.2;
}
/* footer */
footer{
    background: #314355;
    color:white;
}
footer a{
    color: white;
}
footer a:hover{
    color: white;
    text-decoration:none;
}
.uk-footer-title{
    font-family: AvertaDemo-Regular;
    font-size: 22px;
    color: white;
}
.footer-list{
    list-style: none;
}
.uk-third-footer{
    background:#2B3B4B;
}
.off-canvas-logo img{
    width:100%;  
    height: 60px; 
    margin-bottom:10px;
}
.uk-offcanvas-bar{
    background-color: white !important;
}
.footer-icon {
    color: var(--green)!important;
    background-color: #606b7247!important;
}
.uk-offcanvas-close{
    color: #00A652 !important;
}
/************************************** about us page **********************************************/
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57vh;
    background: black;
    opacity: 0.4;
    z-index: 1;
    }

.about-us-banner{
   background: url(https://www.gep.com/prod/s3fs-public/styles/blog_hero_banner/public/blog-images/digitization-makes-inroads-into-laboratory-operations-management.jpg.webp?itok=YJA4fpP1); 
   height: 57vh;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
}
.banner-text{
  padding-top: 160px;
  text-align: center;
  z-index: 5 ;
 
}
.active-page{
    color: var(--green) !important;
}
.mission-section{
    background-image:url(../img/bg.png);
}
.mission-column-right img{
    height:500px;
    object-fit: cover;
}
/* Team member */
.team-img{
    width: 100%;
}
.team-img img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.team-font{
    font-size: 15px;
    color: var(--green);
}
.teams-list{
    list-style-image: url(../img/icons/arrow-right.png);
}
.team-overlay{
    background-color: #000000b0!important;
    height: 100%;
    transition: .9s ease-out !important;
}
.inner-team-img img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.learn-btn{
    background: none !important;
    border: none !important;
    padding: 0!important;
    font-size: 16px;
    color: var(--green);
    font-family:  AvertaDemo-Regular;
    font-weight: 500;
}
.learn-btn a{
    color: var(--green);
}
.learn-btn a :hover, .learn-btn  :hover  {
    color: var(--red);
}
.team-text{
    background-color: #00a6529e; 
    color: white!important;
    padding: 5px;
}
/******************Specialities Section********************* */
.secondary-banner{
    background: url(https://www.gep.com/prod/s3fs-public/styles/blog_hero_banner/public/blog-images/digitization-makes-inroads-into-laboratory-operations-management.jpg.webp?itok=YJA4fpP1); 
    height: 57vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.specialities-img{
    width: 100%;
}
.specialities-img img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.specialities-img ,.specialities-related-img{
    width: 100%;
}
.specialities-img img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.specialities-related-img img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.specialities-list{
    list-style-image: url(../img/icons/arrow-right.png);
}
/************News*************** */
.news-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.news-list{
    list-style-image: url(../img/icons/arrow-right.png);
}
.news-font a{
    color: #606b72 !important;

}
.news-font a:hover{
    color: var(--green) !important;
}
.news-small-font{
    font-size: 13px;
    color: var(--green);
}
/* Download */
.download-ul{
    list-style: none;
}
/*cilent-img" */
.news-list-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.video-play-button {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--green);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--green);
    border-radius: 50%;
    transition: all 200ms;
  }
  
  .video-play-button:hover:after {
    background-color: darken(green, 10%);
  }
  
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
.package-body a{
    color:white !important;
    
}
.uk-navbar-search input::placeholder {
  color: white !important;
}
.social-media-icon {
    color: white !important;
}

.uk-search-navbar .uk-search-input{
    color:white !important;
    
}

.uk-nav-search  {
    color: white!important;
}
.uk-nav-search-close :hover{
    color: white!important;
}
  /* video */
  /* .video-overlay {
    position: fixed;
    z-index: -1 ;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.80);
    opacity: 0;
    transition: all ease 500ms;
  }
  
  .video-overlay.open {
    position: fixed;
    z-index: 1000 !important;
    opacity: 1;
  }
  
  .video-overlay-close {
    position: absolute;
    z-index: 1000 !important;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
  }
  
  .video-overlay-close:hover {
    color: var(--green);
  }
  
  .video-overlay iframe {
    position: absolute;
    z-index: 1000 !important;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
  } */