/*
Template Name: Laboratory
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body {
  font-family: 'Barlow', sans-serif;
}

ul {
  list-style: none;
  padding: 0;
}

p {
  color: #333;
}

a {
  color: #0b7d41;
  font-weight: 700;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:focus {
  text-decoration: none;
  color: #0b7d41;
}


.button {
  background: #fff;
  color: #0b7d41;
  display: inline-block;
  transition: 0.3s;
  padding: 15px 40px 17px 40px;
  text-transform: capitalize !important;
  border-radius: 5px;
  font-weight: bold;
}

.button:hover {
  background: #0b7d41 !important;
  color: #fff;
}

.button_1 {
  background: #0b7d41 !important;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  padding: 15px 40px 17px 40px;
  text-transform: capitalize !important;
  border-radius: 5px;
  font-weight: bold;
}

.button_1:hover {
  background: #fff !important;
  color: #0b7d41;
}

.button_2 {
  background: #0b7d41 !important;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  padding: 15px 40px 17px 40px;
  text-transform: capitalize !important;
  border-radius: 5px;
  font-weight: bold;
}

.button_2:hover {
  background: #111 !important;
  color: #fff;
}

.button_3 {
  background: #111 !important;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  padding: 15px 40px 17px 40px;
  text-transform: capitalize !important;
  border-radius: 5px;
  font-weight: bold;
}

.button_3:hover {
  background: #0b7d41 !important;
  color: #fff;
}



.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.col_blue {
  color: #0b7d41 !important;
}

.col_oran {
  color: #fda014 !important;
}

.bg_blue {
  background: #0b7d41 !important;
}

.bg_oran {
  background: #fda014 !important;
}

.bg_light {
  background: #eaeef3 !important;
}

.bg_back {
  background: #0000008f;
}


hr {
  opacity: 1;
  background-color: #c9dcf9;
}

.font_14 {
  font-size: 14px;
}

.font_12 {
  font-size: 12px;
}

.font_10 {
  font-size: 10px;
}

.font_8 {
  font-size: 8px;
}

.font_60 {
  font-size: 60px;
}

.font_70 {
  font-size: 70px;
}

.font_50 {
  font-size: 50px;
}

.line {
  height: 3px !important;
  width: 70px;
  background-color: #0b7d41;
}


.p_3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.border_1 {
  border: 1px solid #c9dcf9;
}


.carousel_p .carousel-indicators {
  bottom: -60px !important;
}

.carousel_p {
  padding-bottom: 70px !important;
}

.rounded_50 {
  border-radius: 50px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/*********************top****************/

/*********************top_end****************/

/*********************header****************/
.nav_hide:after {
  display: none;
}

#header .navbar-brand {
  font-size: 2rem;
  font-family: "Grechen Fuemen", serif;
}

.navbar-collapse {
  align-items: start;
}

#header .nav-link {
  padding: 10px 16px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 5px solid transparent;
  font-size: 15px;
}

#header .nav-link:hover {
  background: none;
  color: #fff !important;
  border-bottom: 5px solid #0b7d41;
}

#header .nav-link:focus {
  background: none;
  color: #fff !important;
  border-bottom: 5px solid #0b7d41;
}

#header .active {
  background: none;
  color: #fff !important;
  border-bottom: 5px solid #0b7d41;
}


.drop_1 {
  min-width: 220px;
  padding: 0;
  border-radius: 0;
  margin-top: 0 !important;
  border: none;
  background: #fff;
  border: 1px solid #c9dcf9;
}

.drop_1 a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9dcf9;
  color: #333;
  text-transform: uppercase;
}

.drop_1 a:hover {
  background: none;
  color: #0b7d41;
}

.drop_search {
  left: auto !important;
  right: 0 !important;
  min-width: 260px;
}

.drop_search .btn {
  border-color: #fb6b47;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 3;
  background-color: #eb1d24;
}

.sticky {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

#header .button_1 {
  padding: 11px 25px 12px 25px;
  margin-left: 20px;
  margin-right: 20px;
}

#header .button_1:hover {
  color: #0b7d41 !important;
}

/*********************header_end****************/


/*********************common****************/
.pages ul li {
  display: inline-block;
}

.pages ul li a {
  display: block;
  color: #0c121d;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #c9dcf9;
  background: #fff;
}

.pages ul li a:hover {
  background: #0b7d41;
  border: 1px solid #0b7d41;
}

.pages ul li a:hover {
  color: #fff !important;
}

.act {
  background: #0b7d41 !important;
  border: 1px solid #0b7d41 !important;
  color: #fff !important;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 2px 0 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
}

.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.form-control:focus {
  box-shadow: none;
  border-color: #c9dcf9;
}

.form-select:focus {
  box-shadow: none;
  border-color: #c9dcf9;
}

.form-control {
  border-color: #c9dcf9;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
}

.form-select {
  border-color: #c9dcf9;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
  color: #777;
}

.shadow_box {
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}

.carousel-indicators [data-bs-target] {
  background-color: #0b7d41;
}

.input-group .form-control {
  height: auto;
}

.input-group .form-control:focus {
  box-shadow: none;
}

.form-check .form-check-input:checked {
  background-color: #0b7d41;
  border-color: #0b7d41;
}

.form_text {
  height: 150px !important;
}

.spec_1m {
  min-height: 610px;
}

.center_o {
  padding-top: 4rem;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}

.spec_1mil {
  text-align: center;
}

.spec_1mil span {
  color: #fda014;
}

/*********************common_end****************/

/*********************contact****************/
.contact_1 img {
  height: 600px;
}

.contact_1m {
  min-height: 600px;
}

.contact_1m .form-control {
  height: 40px;
}

.contact_1m .form_text {
  height: 130px !important;
}

/*********************contact_end****************/

/*********************about_h****************/
.about_h1m {
  min-height: 600px;
}

.about_h1 img {
  height: 600px;
}

/*********************about_h_end****************/


/*********************footer****************/
.footer_1r .btn {
  border-color: #fff;
}

.footer_1 {
  border: 1px solid #0b2fa7;
}

.footer_2i ul li a {
  background: #0b2fa7;
}

.hr_bg {
  background-color: #0b2fa7;
}

.footer_2i h6 {
  margin-bottom: 15px;
}

/*********************footer_end****************/


@media screen and (max-width : 767px) {
  .navbar-collapse {
    max-height: 300px;
    overflow-y: scroll;
    border-top: 1px solid #3a3939;
    margin-top: 15px;
  }

  #header .nav-link {
    font-size: 14px;
    border-bottom: 1px solid #a5a5a5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .navbar .navbar-toggler {
    box-shadow: none !important;
    background: #fbfbfb;
    border: none;
    border-radius: 0;
    margin-top: 0;
  }

  .drop_1 {
    margin-top: 0 !important;
    min-width: 100%;
  }

  .drop_1 a {
    font-size: 22px;
    padding-left: 40px;
  }

  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 100%;
    background-color: #eb1d24;
  }

  .sticky .drop_1 {
    margin-top: 0 !important;
  }

  .line {
    margin-left: auto;
    margin-right: auto;
  }

  .line_1 {
    margin-left: auto;
    margin-right: auto;
  }

  .pages ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #header .button {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .font_60 {
    font-size: 40px;
  }

  .expert_2i {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .expert_2i2 {
    text-align: center;
  }

  .expert_2i2 p {
    text-align: left;
  }

  .about_h1m ul li {
    margin-left: 0 !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .about_h1m ul {
    text-align: center;
  }

  .spec_1m {
    text-align: center;
  }

  .center_sm {
    text-align: center !important;
  }

  .block_sm {
    display: block !important;
  }

  .contact_1m {
    text-align: center;
  }

  .contact_1m1l {
    margin-top: 10px;
  }

  .footer_1l {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer_2i {
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
  }

  .footer_3r {
    margin-top: 10px;
  }

  .center_o {
    text-align: center;
  }

  .about_h1m h6 {
    text-align: center;
  }

  .spec_1m {
    min-height: auto !important;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .about_h1m ul li {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  #header .nav-link {
    padding: 10px 5px;
    font-size: 13px;
  }

  #header .button {
    margin-left: 5px;
    margin-right: 5px;
  }

  #header .navbar-brand {
    font-size: 18px;
  }

  .about_h1m {
    padding: 20px !important;
  }

  .about_h1m .button_2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about_h1m .button_3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about_h1m h1 {
    font-size: 24px;
  }

  .spec_1m h1 {
    font-size: 24px;
  }

  .spec_1mil h4 {
    font-size: 16px;
  }

  #spec .about_h1m .fs-4 {
    font-size: 18px !important;
  }

  #spec .block_sm {
    font-size: 40px;
  }

  .footer_2i ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .footer_2i ul li a i {
    line-height: 30px;
  }

  .footer_2i h6 {
    font-size: 14px;
  }

  .spec_1mil span {
    font-size: 40px;
  }
}

@media (min-width:871px) and (max-width:991px) {
  #header .nav-link {
    padding: 10px 11px;
  }

  #header .button {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  #header .nav-link {
    padding: 10px 10px;
  }

  .about_h1m {
    padding: 20px !important;
  }

  .spec_1m h1 {
    font-size: 30px;
  }

  .spec_1mil h4 {
    font-size: 18px;
  }

  #spec .about_h1m h1 {
    font-size: 26px;
  }

  #spec .about_h1m .fs-4 {
    font-size: 19px !important;
  }

  #spec .block_sm {
    font-size: 40px;
  }
}

@media (min-width:1201px) and (max-width:1310px) {
  #spec .about_h1m h1 {
    font-size: 26px;
  }

}

th{
  background-color: #0b7d41 !important;
  color: #FFF;
}

table {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid #dee2e6;
  padding: 0.5rem;
}

ul {
  list-style: disc;
  padding-left: 1.5rem;
}

ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
