/*!
 * 2021 Blixsoft Technologies.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@blixsoft.com so we can send you a copy immediately.
 *
 * @author    Blixsoft Technologies <support@blixsoft.com>
 * @copyright 2021 Blixsoft Technologies
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */


@import url('fonts/font-awesome/all.min.css');

/*******************************
* Global
*******************************/
.text-lg {
  font-size: 1.1rem;
}

.ht-100v {
  height: 100vh;
}

.location {
  padding: 1.5rem 0;
}

.top-title {
  position: relative;
  color: #cf152d;
  margin-bottom: 0.5rem;
  font-size: 0.92rem;
}

.top-title::before, .top-title::after {
  position: absolute;
  width: 1.75rem;
  height: 2px;
  content: '';
  top: 50%;
  margin-top: -1px;
  background-color: #cf152d;
}

.top-title--left {
  padding-left: 2.75rem;
}

.top-title::before {
  left: 0;
}

.top-title::after {
  right: 0;
}

.top-title.top-title--left::after {
  display: none;
}

.top-title--center {
  max-width: 250px;
  padding: 0 2.75rem;
}

.top-title.top-title--center::after {
  display: block;
}

.title {
  width: 600px;
  margin-bottom: 6rem;
}

.title.title--sm {
  width: 500px;
}

.owl-dots {
  padding-top: 3.5rem;
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ced1d8 !important;
  border: 2px solid #ced1d8 !important;
}

.owl-dots .owl-dot:focus {
  border: 2px solid #041738 !important;
  outline: none;
}

.owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-dots .owl-dot.active, .owl-dots .owl-dot.active:focus {
  width: 11px;
  height: 11px;
  background-color: transparent !important;
  border-color: #cf152d !important;
}

.preloader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1030;
}

.preloader-spinner {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border: 5px solid #cf152d;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
  animation: 1s ease-out 0s normal none infinite running pulsate;
  z-index: 10;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media screen and (max-width: 576px) {

  .title, .title.title--sm {
    width: 100%;
  }

}

/*******************************
* Menu
*******************************/
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1050;
}

.header .navbar {
  padding: 0.5rem 0;
}

.header .navbar .nav-item {
  padding: 1.9rem 0.45rem;
}

.header .navbar .nav-item .nav-link {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 0.91rem;
  padding: 0.25rem 0.5rem;
}

.header .navbar .nav-item.link-contact {
  display: none;
}

.header .nav-contact {
  margin-left: 2rem;
}

.header .nav-contact .btn-outline-light, .header .nav-contact .btn-outline-light.active {
  padding: 1.15rem 2.25rem;
  background-color: #fff;
  border-color: rgba(4, 23, 56, 0.08);
  color: #041738;
}

.header .nav-contact .btn-outline-light:hover {
  color: #fff;
  background-color: #041738;
  border-color: #041738;
}

.nav-fixed {
  position: fixed;
  box-shadow: 0 7px 35px -5px rgba(4, 23, 56, 0.075);
}

.nav-fixed .navbar .nav-item {
  padding: 1.35rem 0.45rem;
}

@media screen and (max-width: 576px) {

  .header .navbar-brand {
    display: block;
    margin: auto;
    background-position: center center;
    background-size: 185px auto;
  }

  .header .nav-contact {
    display: none;
    margin-left: 0;
    /* display: none; */
  }

}


@media screen and (max-width: 768px) {

  .header {
    padding: 0.75rem 0;
  }

}

/*******************************
* Discover
*******************************/
.discover {
  padding-top: 6rem;
}

.discover--inner {
  position: relative;
  padding: 12rem 0;
  background: url('../../img/content/bg-discover.jpg') right center no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}

.discover--inner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

.discover--inner .circles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.discover--inner .circle-left, .discover--inner .circle-right {
  width: 300px;
  height: 300px;
  border: 50px solid #cf152d;
  border-radius: 100%;
  content: '';
}

.discover--inner .circle-left {
  top: -150px;
  left: -150px;
}

.discover--inner .circle-right {
  bottom: -110px;
  right: -110px;
}

.discover--inner h1 {
  font-size: 4.6rem;
  font-weight: 700;
}

.discover--inner .discover-text {
  font-size: 1.3rem;
}

.get-quote .col-lg-5 {
  text-align: right;
}

@media screen and (max-width: 576px) {

  .discover {
    padding-top: 4rem;
  }
  
  .discover--inner {
    padding: 10rem 0;
    background-position: -950px center;
  }

  .discover--inner h1 {
    font-size: 3.5rem;
  }

  .discover--inner .circle-left {
    top: -170px;
    left: -170px;
  }
  
  .discover--inner .circle-right {
    bottom: -130px;
    right: -130px;
  }

  .get-quote .col-lg-7 {
    margin-bottom: 3rem;
  }

  .get-quote .col-lg-5 {
    text-align: center;
  }

}

@media screen and (max-width: 768px) {

  .get-quote .col-lg-7 {
    margin-bottom: 2rem;
  }

  .get-quote .col-lg-5 {
    text-align: left;
  }

}

@media screen and (min-width: 1500px) {

  .discover-inner {
    padding: 16rem 0;
  }

}

/*******************************
* About
*******************************/
.about--company {
  padding: 5rem 0;
}

.about--company-image {
  width: 90%;
}

@media screen and (max-width: 576px) {
  .about--company-image {
    width: 95%;
  }

  .about--values {
    width: 80%;
    margin: auto;
  }
}

/*******************************
* Why Us
******************************/
.about--why-us {
  padding: 5rem 0;
}

.about--values {
  padding: 4rem 2rem;
  position: relative;
}

.about--values .icon {
  width: 70px;
  height: 70px;
  font-size: 1.6rem;
  line-height: 70px;
  color: #fff;
}

.about--values::after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  padding: 0 0.35rem;
  color: rgba(4, 23, 56, 0.075);
}

.value-one::after {
  content: '01';
}

.value-two::after {
  content: '02';
}

.value-three::after {
  content: '03';
}

.value-four::after {
  content: '04';
}

.value-two, .value-four {
  margin-top: 2.25rem;
}

@media screen and (max-width: 576px) {

  .about--values {
    width: 80%;
    margin: auto;
  }

  .value-two, .value-four {
    margin-top: 0;
  }

}

/*******************************
* Coverage
*******************************/
.about--coverage {
  padding: 5rem 0 10rem;
}

.about--coverage .top-title--center {
  max-width: 250px;
}

.about--coverage-map {
  width: 90%;
}

.about--coverage .locations {
  position: absolute;
  width: 220px;
  left: -130px;
  bottom: -100px;
  z-index: 1;
  padding: 1rem;
}

.about--coverage .locations ul li {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  padding-left: 2.5rem;
}

.about--coverage .locations ul li .locations-mark {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 2px;
}

.about--coverage .locations ul li .locations-mark.red {
  background-color: #cf152d;
}

.about--coverage .locations ul li .locations-mark.grey {
  background-color: #697b87;
}

.about--coverage .locations ul li .locations-mark.dark {
  background-color: #00194f;
}

.about--coverage .locations ul li .locations-mark.green {
  background-color: #13a842;
}

.about--coverage .locations ul li .locations-mark.orange {
  background-color: #ff8225;
}

@media screen and (max-width: 576px) {

  .about--coverage {
    padding: 5rem 0;
  }
  
  .about--coverage-map {
    width: 100%;
    margin-bottom: 3rem;
  }

  .about--coverage .locations {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    padding: 1rem;
  }

}

@media screen and (min-width: 768px) {

  .about--coverage .locations {
    left: -70px;
  }

}

/*******************************
* Services
*******************************/
.services {
  padding: 5rem 0;
}

.services .top-title--center {
  max-width: 250px;
}

.services .row {
  margin-bottom: 7rem;
}

.services .col-lg-4:nth-child(2) {
  margin-top: 2.5rem;
}

.services .col-lg-4:nth-child(3) {
  margin-top: 5rem;
}

.services--service-single {
  position: relative;
  width: 95%;
  padding: 5rem 5rem;
  overflow: hidden;
  transition: 0.3s;
}

.services--service-single::after {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 20px solid #cf152d;
  right: -75px;
  bottom: -75px;
  content: '';
  transition: 0.3s;
}

.services--service-single .icon {
  font-size: 2rem;
}

.services .text-lg {
  width: 600px;
}

.services--service-single:hover {
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.045);
}

.services--service-single:hover::after {
  right: -65px;
  bottom: -65px;
}

@media screen and (max-width: 576px) {

  .services .row {
    margin-bottom: 3rem;
  }

  .services .col-lg-4:nth-child(2) {
    margin-top: 0;
  }
  
  .services .col-lg-4:nth-child(3) {
    margin-top: 0;
  }

  .services .col-lg-4 {
    margin-bottom: 2rem;
  }

  .services .text-lg {
    width: 100%;
  }

}

@media screen and (min-width: 768px) {

  .services .col-lg-4 {
    margin-bottom: 2.5rem;
  }

  .services .col-lg-4:nth-child(2) {
    margin-top: 0;
  }
  
  .services .col-lg-4:nth-child(3) {
    margin-top: 0;
  }

}

/*******************************
* Products
*******************************/
.products {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

.products::after {
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 100%;
  border: 35px solid #cf152d;
  top: -70px;
  right: -70px;
  content: '';
}

.product--single-product {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 2rem;
}

/* .product--single-product::after {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 20px solid #cf152d;
  right: -75px;
  bottom: -75px;
  content: '';
  transition: 0.3s;
} */

.product--single-product .icon {
  font-size: 2rem;
}

@media screen and (max-width: 576px) {
  .products::after {
    top: -90px;
    right: -90px;
  }

  .products .col-lg-3 {
    margin-bottom: 2rem;
  }
}

/*******************************
* Laboratory
*******************************/
.lab {
  padding: 5rem 0;
}

.lab .top-title--center {
  max-width: 290px;
}

.lab--logo {
  width: 150px;
}


/*******************************
* Plants
*******************************/
.plants {
  padding: 5rem 0;
}

.plants .nav-tabs {
  margin-bottom: 5rem;
}

.plants--single-plant {
  position: relative;
  padding: 4rem 1.5rem;
  overflow: hidden;
  transition: 0.3s;
}

.plants--single-plant::after {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 20px solid #cf152d;
  right: -75px;
  bottom: -75px;
  content: '';
  transition: 0.3s;
}

.plants--single-plant:hover {
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.045);
}

.plants--single-plant:hover::after {
  right: -65px;
  bottom: -65px;
}

@media screen and (max-width: 576px) {
  .plants .nav-tabs .nav-link {
    padding: 1rem 1.25rem;
  }
}

/*******************************
* Contact
*******************************/
.contact {
  position: relative;
  padding: 5rem 0;
  z-index: 1;
}

.contact::after {
  position: absolute;
  width: 53%;
  height: 85%;
  bottom: 0;
  right: 0;
  content: '';
  background-color: #00194f;
  z-index: -1;
}

.contact--methods li {
  position: relative;
  padding: 2rem 1rem 2rem 3rem;
  border-width: 2px !important;
}

.contact--methods li .icon {
  position: absolute;
  top: 1.9rem;
  left: 0;
}

.contact--methods li .icon i.fa-map-marker-alt,
.contact--methods li .icon i.fa-user-circle {
  font-size: 1.6rem;
}

.contact--methods li .icon i.fa-phone-alt,
.contact--methods li .icon i.fa-envelope-open {
  font-size: 1.45rem;
}

.contact .form-control {
  background-color: rgba(255, 255, 255, 0.045);
  border-color: #0f2055;
  color: rgba(255, 255, 255, 0.8);
}

.contact .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.contact .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.contact .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.contact .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.contact .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.contact .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.045);
  border-color: #0f2055;
}

.contact .custom-control-input:focus:not(:checked) ~ .contact .custom-control-label::before {
  border-color: #0f2055;
}

.contact .custom-control-input:not(:disabled):active ~ .contact .custom-control-label::before {
  border-color: #0f2055;
}


@media screen and (max-width: 576px) {
  .contact::after {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }

  .contact .col-lg-5 {
    margin-bottom: 10rem;
  }

  .contact .col-11 {
    text-align: center;
  }

  .alert.alert-state {
    position: fixed;
    width: 90%;
    left: 5%;
    bottom: 10px;
    margin-left: auto;
  }

}

@media screen and (max-width: 768px) {
  
  .contact::after {
    width: 100%;
    height: 48%;
    top: auto;
    bottom: 0;
  }

  .contact .col-lg-5 {
    margin-bottom: 10rem;
  }
  
  
}

/*******************************
* Privacy
*******************************/
.privacy {
  padding: 10rem 0 4rem;
}

.privacy .top-title--center {
  max-width: 210px;
}

.privacy h5 {
  margin-top: 2.5rem;
}

/*******************************
* Error
*******************************/
.error h1 {
  font-size: 12rem;
  margin-bottom: 2rem;
  /* color: #041738; */
} 

@media screen and (max-width: 576px) {

  .error {
    padding: 4rem 0;
  }

  .error .ht-100v {
    height: auto !important;
  }

}


/*******************************
* Footer
*******************************/
.footer {
  font-size: 0.82rem;
}

.social {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social li {
  margin-right: 1rem;
}

.social li:last-child {
  margin-right: 0;
}

.social li a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 43px;
  font-size: 1rem;
  background-color: rgba(4, 23, 56, 0.08);
  color: rgba(4, 23, 56, 0.75);
}

.social li a:hover {
  background-color: #041738;
  color: #fff;
}

.social li i.fa-whatsapp {
  font-size: 1.2rem;
}

@media screen and (max-width: 576px){

  .footer .col-lg-5 {
    margin-bottom: 2rem;
  }

  .footer .col-lg-7 {
    text-align: center;
  }

  .social {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px){

  .footer .col-lg-5 {
    margin-bottom: 2rem;
  }

  .footer .col-lg-7 {
    text-align: center;
  }

  .social {
    -ms-flex-pack: center;
    justify-content: center;
  }
}