/* ------------------------
    Pre Loader
------------------------*/
.clear-loader {
  background-color: #009aef;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto
}

.loader {
  position: relative;
  display: inline-block;
  margin: 4em;
  width: 4em;
  height: 4em;
  transform-origin: center center;
  animation: rotate-anim 3s ease infinite;
}

.loader .plus {
  position: absolute;
  width: 4em;
  height: 1em;
  top: 1em;
  left: 0em;
  background-color: white;
  animation: plus-anim 3s linear infinite;
  transform-origin: center center;
  transform: rotate(45deg);
}

.loader .plus:nth-of-type(2) {
  transform: rotate(135deg);
}

.loader .dot {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  left: 1.25em;
  top: 1.25em;
}

.loader .dot:before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: white;
  animation: dots-anim 3s linear infinite;
}

.loader .dot:nth-of-type(3) {
  transform: rotate(270deg);
}

.loader .dot:nth-of-type(4) {
  transform: rotate(360deg);
}

.loader .dot:nth-of-type(5) {
  transform: rotate(450deg);
}

.loader .dot:nth-of-type(6) {
  transform: rotate(540deg);
}
a, a:focus {
  text-decoration: none !important;
}

a:focus, a:hover {
  color: #8fd400;
  text-decoration: none !important;
}

a, button {
  outline: medium none !important;
  color: #00a9ef;
}

*::-moz-selection {
  background: #00a9ef;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #00a9ef;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00a9ef;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
    Transition
------------------------*/
a, i, .btn, button, img, span, .dropdown-item, .nav-link.dropdown-toggle::after, .social-icons li:hover a, .owl-item, .service-item, .service-desc, .service-item .service-icon, .featured-item, .featured-item .featured-icon, .featured-item .featured-icon i, .team-member, .team-description, .post, .post-image:after, .product-link {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
img{
  width:100%;
  height: auto;
}

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.scroll-top a, .scroll-top a:visited {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  color: #ffffff;
  background: #00a9ef;
}

.scroll-top a:hover, .scroll-top a:focus {
  color: #8fd400 ;
  background: #1f2632;
}

.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link {
  font-size: 14px;
}

.topbar-link i {
  font-size: 20px;
  margin-right: 10px;
}

.topbar-link a:hover {
  color: #8fd400
}
.header-top{
  background-color: #00a9ef;
}
.header-top .social-icons li a {
  background: transparent;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
}

/*--Header Main--*/
#header-wrap {
  position: relative;
  padding: 10px 0px;
}

#header-wrap.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: #ffffff;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }

}

.logo img {
  max-height: 50px;
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-item {
  margin: 0 15px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0;
  padding: 20px;
  background: #ffffff;
  top: 100%;
  border: none;
  margin-top: 0;
  left: -100%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, .06);
  box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, .06);
}

.navbar-brand {
  margin-right: 0;
  padding: 0;
}

.nav-item.dropdown .dropdown-menu a {
  display: block;
  color: #1f2632;
  padding: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  white-space: nowrap;
  position: relative;
  background: none;
  font-size: 15px;
  font-weight: 400;
}

.nav-item.dropdown .dropdown-menu a:hover {
  color: #8fd400;
  padding-left: 15px;
}

#header-wrap.fixed-header .navbar-brand {
  color: #ffffff
}

@media (min-width:992px) {
  .navbar-collapse {
    width: auto;
  }

  .navbar-expand-lg {
    justify-content: space-between;
  }

  .navbar-nav .dropdown-menu {
    min-width: 12em !important;
    max-width: 20em !important;
  }

  .navbar-nav .dropdown > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    left: 0;
  }

  .navbar-nav .dropdown-submenu:hover .dropdown-menu {
    top: 0;
    display: block;
  }

  .nav-link.dropdown-toggle::after {
    border: solid #1f2632;
    border-width: 0 1px 1px 0;
    width: 0.425rem;
    height: 0.425rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: 0.15em;
  }

  .nav-link.dropdown-toggle:hover::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .navbar-nav .nav-link {
    line-height: 80px;
  }

  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border-top: 0.125rem solid #1f2632;
    border-right: 0.125rem solid #1f2632;
    border-bottom: none;
    border-left: none;
    width: 0.425rem;
    height: 0.425rem;
    position: absolute;
    right: 0;
    margin: 0;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

}

@media (max-width:991.98px) {
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
  }

}

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #ffffff;
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
}

.navbar-nav .dropdown-submenu {
  display: block;
  position: relative;
}

.navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  padding: 0 !important;
  border-radius: 0;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  font-family: 'Fira Sans', sans-serif;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
  color: #8fd400;
}

.language-selection button {
  box-shadow: none;
  border: none;
  background: none;
  color: #454545;
  font-size: 14px;
  padding: 0;
}

.language-selection .dropdown-menu {
  min-width: inherit;
  padding: 0;
}

.language-selection .dropdown-item {
  font-size: 14px;
  padding: 5px 15px
}

.language-selection .dropdown-toggle::after {
  vertical-align: middle;
}


.right-nav {
  position: relative;
}


/* ------------------------
    Footer
------------------------*/
.primary-footer h4{
  color: #000;
}
.primary-footer p{
  letter-spacing: 0px;
}
.copyright{
  color: #000;
  padding: 20px 0px;
}
.copyright-link ul{
  display: flex;
  list-style: none;
  justify-content: flex-end;
  
}
.copyright-link ul li{
  padding: 0px 10px;
}
.primary-footer a{
  color: #000;
}
.list-inline li {
  display: inline-block;
}

.media-icon li {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}


.media-icon li a:hover {
  color: #8fd400;
  text-decoration: underline !important;
}
.footer-list i{
  margin-right: 8px;
}
.footer-list li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list li a {
  color: #000;
  position: relative;
}

.footer-list li a:hover {
  color: #8fd400;
  padding-left: 8px;
}

.social-icons.footer-social li a {
  background: none;
  border: 1px solid #00a9ef;
  border-radius: 5px;
  color: #00a9ef;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 17px;
}
.social-icons.footer-social li a:hover {
  background: #8fd400;
  color: #000;
  border: none;
  transition: 0s;
}

/* Shortcodes */

/* ------------------------------------------------
  Project:   Labortech - Laboratory & Science Research HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. Section Title
  2. Button
  3. Accordion
  4. Social Icons
  5. Team
  6. Tab
  7. Counter
  8. Blog - Post
  9. Testimonials
  10. Featured Box
  11. Price Table   
  12. Progress Bar
  13. Project
  14. Services


/* ------------------------
    Section Title
------------------------*/
.section-title {
  margin-bottom: 40px;
  position: relative;
}

.section-title p {
  font-size: 16px;
  margin-bottom: 0;
}

.dark-bg .title, .theme-bg .title, .dark-bg .title span, .theme-bg .title span{
  color: #ffffff
}


.section-title h2 {
  margin-bottom: 15px;
}


.dark-bg .title.text-black {
  color: #1f2632
}

.dark-bg .title span.text-theme {
  color: #2363d5
}

/* ------------------------
    Button
------------------------*/
.btn {
  z-index: 1;
  background: none;
  color: #1f2632;
  padding: 14px 25px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
}

.btn-sm {
  padding: 10px 25px;
  color: #1f2632
}

.btn
.btn.focus, .btn:focus {
  box-shadow: none;
  color: #ffffff;
}

.btn + .btn {
  margin-left: 15px
}

.btn.btn-theme {
  background: #8fd400;
  color: #ffffff;
}

.btn.btn-theme:hover {
  background: #00a9ef;
  color: #fff;
}

/* .btn.btn-white {
  background: #00a9ef;
  color: #1f2632;
}

.btn.btn-white:hover {
  color: #ffffff;
}


.btn.btn-white span:before {
  background: #0a1426;
}

.btn.btn-white:hover span:before {
  background: #ffffff;
} */

.btn:before, .btn:after {
  z-index: -1;
  content: '';
  background: #00a9ef;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn:before {
  top: 0;
  left: 0;
  right: auto;
}

.btn:after {
  bottom: 0;
  right: 0;
  left: auto;
}

.btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}

.btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.btn:hover span:before {
  width: 30px
}


/* ------------------------
    Social Icons
------------------------*/


.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
}

.social-icons li a {
  background: #f3f5f8;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin: 0;
  border: 0;
  color: #1f2632;
  overflow: hidden;
}

/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs {
  border: none;
}

.tab .nav-tabs .nav-link {
  text-align: center;
  border-radius: 0;
  font-weight: 600;
  color: #1f2632;
  position: relative;
  padding: 15px 20px;
  background: #ffffff
}

.tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover {
  background: #2363d5;
  color: #ffffff;
}

/* ------------------------
    Testimonials
------------------------*/
.testimonial {
  position: relative;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 30px;
}

.testimonial .testimonial-caption h5 {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
}


/* padding banner */
.custom-pb-2 { padding-bottom: 15rem !important; }
.p-0 {
	padding: 0 !important
}
.pt-8, .py-8 {
	padding-top: 6rem !important
}
