/********** Template CSS **********/
:root {
    --bs-primary: #009ee2;
}
body {
    overflow-x: hidden;
    max-width: 100vw;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 50px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}
.about-items .icon-box-primary::before {
    left: 50%;
}
.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: rgb(255 255 255 / 30%);
    backdrop-filter: blur(7px);
}
p {
    text-align: justify;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 10px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #9bc31e;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: -36px;
    }

    .navbar {
        height: 48px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header-carousel,
    .page-header {
        margin-top: -170px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: ;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: transparent;
    border: 15px solid transparent;
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}
.progress {
    margin-top: 10px;
}
.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}
.mt-n7 {
    margin-top: -6rem;
}
.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px 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(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 30px;
    text-align: center;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}
.service-item h5 {
    height: 52px;
}
.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 160px !important;
    height: 160px !important;
    border-radius: 160px;
}
.testimonial-item p {
    line-height: 1.1em;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    top: 3rem !important;
    right: 3rem !important;
    display: flex;
}
.testimonial-carousel.tecno .owl-nav {
    top: -4rem !important;
    right: 0!important;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: none
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgb(238 238 238);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-weight: normal;
    text-transform: capitalize;
    color: #525563;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgb(157 196 34);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}
.bg-dark {
    background-color: #1b202a !important;
}
.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}

/*** Resets ***/
a {
    color: #9bc31e;
    text-decoration: none;
}
.floating_btn {
  position: fixed;
  bottom: 0;
  right: -5px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
.float-social-link {
    position: fixed;
    right: 30px;
    bottom: 90px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    z-index: 1000;
}
.float-social-link a {
    width: 30px;
    height: 30px;
    background-color: #333333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    color: #fff;
    opacity: 0.7;
    transition: all ease 0.3s;
}
.float-social-link a:hover {
    background-color: #000;
    opacity: 1;
}
.fa-tiktok:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  /* Inherits color just like other FA icons */
  background-color: currentColor;
  /* Mask the TikTok SVG so it behaves like a single-color glyph */
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyODU5IDMzMzMnPgo8cGF0aCBkPSdNMjA4MSAwYzU1IDQ3MyAzMTkgNzU1IDc3OCA3ODV2NTMyYy0yNjYgMjYtNDk5LTYxLTc3MC0yMjV2OTk1YzAgMTI2NC0xMzc4IDE2NTktMTkzMiA3NTMtMzU2LTU4My0xMzgtMTYwNiAxMDA0LTE2NDd2NTYxYy04NyAxNC0xODAgMzYtMjY1IDY1LTI1NCA4Ni0zOTggMjQ3LTM1OCA1MzEgNzcgNTQ0IDEwNzUgNzA1IDk5Mi0zNThWMWg1NTF6Jy8+Cjwvc3ZnPg==");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyODU5IDMzMzMnPgo8cGF0aCBkPSdNMjA4MSAwYzU1IDQ3MyAzMTkgNzU1IDc3OCA3ODV2NTMyYy0yNjYgMjYtNDk5LTYxLTc3MC0yMjV2OTk1YzAgMTI2NC0xMzc4IDE2NTktMTkzMiA3NTMtMzU2LTU4My0xMzgtMTYwNiAxMDA0LTE2NDd2NTYxYy04NyAxNC0xODAgMzYtMjY1IDY1LTI1NCA4Ni0zOTggMjQ3LTM1OCA1MzEgNzcgNTQ0IDEwNzUgNzA1IDk5Mi0zNThWMWg1NTF6Jy8+Cjwvc3ZnPg==");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  vertical-align: -.125em; /* Align with text baseline similar to FA */
}
/* Optional: fixed-width compatibility */
.fa-fw.fa-tiktok {
  text-align: center;
  width: 1.28571429em;
}
.topbar {
    background-color: rgb(27 27 27 / 80%);
    background-color: rgb(0 0 0 / 32%);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}
.bar-secondary {
    background: linear-gradient(180deg, rgb(0 0 0 / 70%) 20%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    z-index: 1;
}
.bar-secondary a:hover {
    color: #fff;
}
.logo {
    text-align: center;
    width: 180px;
}
.logo img {
    width: 100%;
}
.logo .invert {
    filter: grayscale(1) brightness(2);
}
.social a {
    margin: 0 4px 0px;
}
.link-top a, .link-top small {
    opacity: 0.6;
    color: #fff;
}
.link-top a:hover {
    opacity: 1;
}
.sticky-top .logo {
    display: none;
}
.sticky-top.bg-white.shadow-sm .logo {
    display: flex;
    width: auto;
    align-items: center;
}
.sticky-top.bg-white.shadow-sm .logo img {
    width: auto;
    height: 30px;
    margin-right: 20px;
}
.sticky-top.bg-white .nav-link {
    color: #031b4e;
}
.navbar {
    border-radius: 0;
    background-color: transparent !important;
}
.navbar-nav {
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 24%;
}
.sticky-top.bg-white.shadow-sm .navbar-nav {
    top: 0;
}
.dropdown-item {
    padding: .65rem 1rem;
}
.lh-09 {
    line-height: 0.9;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    border-radius: 0;
}
.carousel-control-prev, .carousel-control-next {
    height: 60px;
}
.carousel-control-next {
    right: inherit;
    top: inherit;
    bottom: 4px;
}
.carousel-control-prev {
    top: inherit;
    bottom: 66px;
}
.btn-primary {
    color: #fff;
    background-color: #9fc529;
    border-color: #9fc529;
}
#header-carousel .carousel-item {
    height: calc(100vh - 138px);
    display: flex;
    align-items: center;
}
.display-7 {
    font-size: calc(0.6rem + 1.1vw);
    font-weight: 300;
    line-height: 1.2;
}
.videomax {
    width: 100%;
}
.videobgContainer {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  mask-image: linear-gradient(to top, transparent 5%, black 40%);
  mask-size: contain;
  mask-repeat: no-repeat;
}
.videobg {
  min-width: auto;
  min-height: 100%;
  opacity: 1;
}
#header-carousel {
    overflow: hidden;
    z-index: 0;
}
#header-carousel .carousel-inner {
    padding-top: 130px;
}
.text-secondary {
    color: #123a60 !important
}
.text-justify {
    text-align: justify;
}
body {
    color: #525563;
}
.footer {
    position: relative;
}
.footer:before {
    background-image: url(../img/analisis-de-laboratorio.png);
    position: absolute;
    background-size: 100% auto;
    opacity: 0.2;
    filter: grayscale(1);
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center bottom;
    display: inline-block;
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
    mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
}
.reMobile {
    display: none;
}
.loginWrapper {
    display: block;
    position: relative;
    text-align: center; 
    margin: auto;
    right: 0;
    left: 0;
    z-index: 1000;
    transition: box-shadow 1s;
}

.loginWrapper .tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin: 0!important;
}

.loginWrapper .tabs > li {
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #666;
  background-color: none;

}
.loginWrapper .tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  color: #FFF;  
  top: 0;
  left: 0;
    background-color: #DDD;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 8px 8px 0 0;
}

.loginWrapper .tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.loginWrapper .tabs > li.active {
  color: #FFF;
}
.loginWrapper .tabs > li.active:before {
  transition-duration: .5s;
    background-color: #444;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.loginWrapper .tab__content {
  background-color: white;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  border-radius: 5px 5px 0px 0px;
    background-color: #444;
-webkit-box-shadow: 0px 12px 34px -8px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 12px 34px -8px rgba(0,0,0,0.28);
box-shadow: 0px 12px 34px -8px rgba(0,0,0,0.28);
 
}
.loginWrapper .tab__content > li {
  width: 100%;
  position: absolute;
  border-radius: 0;
  color: #FFF;
  top: 0;
  left: 0;
  background-color: #444;
  display: none;
  list-style: none;
}
.loginWrapper .tab__content > li .content__wrapper {
  text-align: center;
  border-radius: 5px;
  padding-top: 24px;
  background-color: #444;
}


.loginWrapper form input {
    border: none;
    padding: 12px;
    background: #EEE;
    font-size: 16px;
    margin: 12px 0px;
    font-weight: 100;
    outline: none;
    width: 50%;
}

.loginWrapper form input:first-child {margin-top: 8px;}
.loginWrapper form input:last-child {margin-top: 16px; margin-bottom: 0px;}

.loginWrapper form input:focus {background-color: #FFF;}
.loginWrapper form input:hover {background-color: #FFF;}
.loginWrapper form input:placeholder {color: #000;}

.loginWrapper form [type="submit"]:focus,
.loginWrapper form [type="submit"]:hover {background: #009CEF;}

.loginWrapper form [type="submit"] {
    background: #3399DD;
    color: #FFF;
    padding: 24px;
    width: 100%;
    cursor: pointer;
}

::-webkit-input-placeholder {color: #000;}
:-moz-placeholder           {color: #000;}
::-moz-placeholder          {color: #000;}
:-ms-input-placeholder      {color: #000;}

.carousel-landing {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgb(255 255 255 / 70%);
    z-index: 1;
}
.tab-pane {
    padding-top: 40px;
}
.usefull-links {
    padding: 0;
    list-style-type: none;
}
.usefull-links li {
    border-bottom: 1px dashed #c8c8c8;
    padding-bottom: 10px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1);
}
button.carousel-control-prev {
    border-bottom: solid 3px #000000;
}
.modal-content {
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
}
.modal-body {
    background: rgb(255 255 255 / 100%);
}

input, button, select, optgroup, textarea {
    font-family: "Montserrat", cursive;
}

.anim-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  padding-top: 0;
}

.animated-hero {
  position: absolute;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  will-change: transform, opacity;
}

.circle-svg {
    position: absolute;
    left: -30%;
    top: -25%;
    transform: scale(1.5);
}
.big-circle {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
}

.carousel-item.active .big-circle {
  -webkit-animation: expands 1s ease 0s 1 normal forwards;
          animation: expands 1s ease 0s 1 normal forwards;
}

.small-circle {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
  
}

.carousel-item.active .small-circle {
  -webkit-animation: expands 1s ease 0.5s 1 normal forwards;
          animation: expands 1s ease 0.5s 1 normal forwards;
}
.small-circle {
    background-color: red;
    backdrop-filter: blur(8px);
}
@-webkit-keyframes expands {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes expands {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animWidth {
  from {
    width: 0;
  }
  to {
    width: 35px;
  }
}
@keyframes animWidth {
  from {
    width: 0;
  }
  to {
    width: 35px;
  }
}
.carousel-item.active .animated-hero {
  -webkit-animation: slideUp 1s ease 1s 1 normal forwards;
          animation: slideUp 1s ease 1s 1 normal forwards;
}

.carousel-item h1,
.carousel-item p,
.carousel-item a,
.carousel-item ul {
  opacity: 0;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  will-change: transform, opacity;
}

.carousel-item > a {
  opacity: 0;
}

.carousel-item.active a {
  -webkit-animation: fadeIn 1s ease 1.5s 1 normal forwards;
          animation: fadeIn 1s ease 1.5s 1 normal forwards;
}
.carousel-item.active h1 {
  -webkit-animation: slideDown 1s ease 0.5s 1 normal forwards;
          animation: slideDown 1s ease 0.5s 1 normal forwards;
}
.carousel-item.active p, .carousel-item.active ul {
  -webkit-animation: slideDown 1s ease 1s 1 normal forwards;
          animation: slideDown 1s ease 1s 1 normal forwards;
}
.btn-close {
    filter: invert(1);
}
.rounded-btn {
    width: 50%;
    height: auto;
    position: absolute;
    right: 2%;
    bottom: 6%;
    top: inherit;
    padding: 10px;
    margin: 0;
    z-index: 1;
    background: rgb(165 201 53 / 90%);
    transition: all ease 0.3s;
}
.rounded-btn:hover {
    background-color: #2b58a8;
}
.rounded-btn .icon-box-light i {
    color: #fff;
}
.rltv {
    position: relative;
}
.grayscale img {
    filter: grayscale(1);
}
.form-control, .form-select {
    border-left: none;
    border-top: none;
    border-right: none;
}
.nav-link {
    color: #979797;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #3368c6;
    border-bottom: solid 2px #3368c6;
}
.bg-backdrop {
    background-color: rgb(18 127 176 / 20%);
    backdrop-filter: blur(18px);
}
.bg-success {
    background-color: #89af22 !important;
}
.bg-success2 {
    background-color: #7da020 !important;
}
.bg-success3 {
    background-color: #74941e !important;
}
.btn-outline-secondary {
    color: #031b4e;
    backdrop-filter: blur(5px);
}
.btn-outline-secondary:hover {
    color: #fff!important;
    background-color: #031b4e;
    border-color: #031b4e;
}
.container-service {
    background-image: url(../img/laboratorio.webp);
    background-size: cover;
    background-position: top;
}
.content-slider {
  width: 100%;
  height: 160px;
}
.landing + .carousel-control-prev, .landing + .carousel-control-prev + .carousel-control-next {
    display: none;
}
.slider {
  height: 120px;
  width: 90%;
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}

.mask {
  overflow: hidden;
  height: 120px;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  width: 90%;
  height: 120px;
  position: absolute;
  top: -325px;
  list-style: none;
}
.slider .quote {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.slider li.anim1 {
  animation: cycle 25s linear infinite;
}

.slider li.anim2 {
  animation: cycle2 25s linear infinite;
}

.slider li.anim3 {
  animation: cycle3 25s linear infinite;
}

.slider li.anim4 {
  animation: cycle4 25s linear infinite;
}

.slider li.anim5 {
  animation: cycle5 25s linear infinite;
}

.slider:hover li {
  animation-play-state: paused;
}

@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}

#carouselClients .owl-dots {
  text-align: center;
  padding-top: 15px;
  display: flex;
    justify-content: center;
}
#carouselClients .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
#carouselClients .owl-dots button.owl-dot.active {
  background-color: #000;
}
#carouselClients .owl-dots button.owl-dot:focus {
  outline: none;
}
#carouselClients .owl-nav {
    display: none;
}
#carouselClients span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
#carouselClients .owl-item img {
  width: auto;
}
#carouselClients .owl-item {
  cursor: pointer;
  transition: all ease 0.3s;
}

#carouselClients .owl-item .portada {
    transform: scale(0.9);
    height: auto !important;
    width: 100%;
    border-radius: 20px;
    transition: all ease 0.3s;
}
#carouselClients .owl-item:hover .portada {
    transform: scale(1);
    transition: all ease 0.3s;
}
#carouselClients .owl-item .cliente {
    bottom: 0;
    background-color: rgb(255 255 255 / 61%);
    padding: 10px;
    margin: -90px auto 0 !important;
    height: 100px;
    position: relative;
    backdrop-filter: blur(10px);
}
.owl-dot {
    background-color: #d0d0d0;
    opacity: 1;
    display: block;
    visibility: visible;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 4px;
}
.owl-dot.active {
    background-color: #009ee2;
}
.shape::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background-color: rgb(0 131 187 / 25%);
    z-index: -2;
    right: -90%;
    bottom: -10%;
}
.shape2::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background-color: rgb(0 131 187 / 15%);
    z-index: -2;
    left: -50%;
    bottom: -10%;
}
.z-0.shape2::before {
    z-index: 0;
}
.about-items .col-lg-3 {
    width: 20%;
}
.tecnology {
    width: 45%;
    padding-left: 40px;
}
.tecnology img {
    width: 100%;
    border-radius: 20px;
}
.tecnology .owl-dots {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 8px;
}
.nav-tabs .nav-link {
    border: 0px solid rgba(0, 0, 0, 0);
}
.nav-pills .nav-link {
    padding: 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: rgb(0 0 0 / 5%);
    color: #9fcb15;
}
.container-team .tab-content .tab-pane h2 {
    margin-bottom: 20px;
}
.container-team .tab-content .tab-pane p {
    text-align: justify;
}
.container-team .tab-content .tab-pane img {
    border-radius: 20px;
}
.container-team .tab-content {
    padding: 0 40px 40px;
    border-left: solid 2px rgb(0 0 0 / 7%);
    height: 100%;
}
.main-tab {
    padding: 0 !important;
    border: none !important;
    margin: 0;
}
.main-tab .tab-content .tab-pane {
    padding: 0;
}
.landing-list {
    padding-left: 0;
}
.landing-list li {
    position: relative;
    width: 48%;
    padding-right: 2%;
    display: inline-flex;
    line-height: 1.2em;
    min-height: 39px;
}
.landing-list li::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgb(157 196 34);
    margin-right: 10px;
}
.card-body {
    box-shadow: -15px 27px 69px rgba(0, 0, 0, .30);
    border-radius: 20px;
    background-color: rgb(255 255 255 / 50%);
    backdrop-filter: blur(22px);
}
.btn-light {
    color: #16508a;
    background-color: rgb(255 255 255 / 15%);
    border-color: #fff;
    border-radius: 6px;
}
.btn-light:hover {
    background-color: #18558d;
    color: #fff;
    border-color: rgb(23 74 128);
}
.dt-buttons, .dataTables_filter, .dataTables_paginate {
    margin: 10px 15px!important;
}
.dataTables_filter input {
    background-color: rgb(255 255 255 / 30%);
    border-radius: 4px;
}
table.dataTable td:first-child, table.dataTable th:first-child, .dataTables_info {
    padding-left: 15px;
}
/*------- blog item start -------*/
.blog-item-wrapper .blog-post-item {
  padding: 20px 20px 40px;
  background-color: #fff;
}

@media only screen and (max-width: 479.98px) {
  .blog-item-wrapper .blog-post-item {
    padding: 15px;
  }
}

.blog-item-wrapper .blog-post-item .read-more {
  background-color: #5e873d;
  color: #fff;
  border-radius: 10px;
}

.blog-item-wrapper .blog-post-item .read-more:hover {
  background-color: #222222;
}

.blog-post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  padding: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .blog-post-item {
    display: block;
  }
}

@media only screen and (max-width: 479.98px) {
  .blog-post-item {
    padding: 15px;
  }
}

.blog-post-item:hover .read-more {
  color: #fff;
  background-color: #5e873d;
}

.blog-thumb {
  width: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .blog-thumb {
    width: 100%;
  }
}

.blog-thumb img {
  width: 100%;
  border-radius: 20px;
}

.blog-thumb:hover img {
  opacity: 0.7;
}

.blog-content {
  padding-left: 20px;
  width: calc(100% -  170px);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .blog-content {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}

.blog-title {
  font-weight: 900;
  line-height: 1.3;
}

.blog-title a {
  color: #222222;
  display: block;
}

.blog-title a:hover {
  color: #5e873d;
}

.blog-meta {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-meta span {
  font-size: 14px;
  color: #5e873d;
  margin-right: 15px;
}

.blog-meta span i {
  padding-right: 8px;
}

.blog-meta span:last-child {
  margin-right: 0;
}

.blog-desc {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto 20px;
    line-height: 1.1em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-desc li {
    font-size: 14px;
}
.blog-list-item .blog-thumb {
  width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .blog-list-item .blog-thumb {
    width: 100%;
  }
}

.blog-list-item .blog-content {
  width: calc(100% - 40%);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .blog-list-item .blog-content {
    width: 100%;
  }
}

.blog-carousel-active.slick-slider .slick-slide > div {
  margin-bottom: 10px;
}

.blog-carousel-active.slick-slider .slick-slide > div:last-child {
  margin-bottom: 0;
}
.sidebar-serch-form {
    margin-bottom: 30px;
}
/*------- blog item end -------*/
/*------ blog list item start ------*/
.blog-list-inner .blog-post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .blog-list-inner .blog-post-item {
    display: block;
  }
}

.blog-list-inner .blog-post-item .blog-thumb {
  width: 40%;
}

@media only screen and (max-width: 767.98px) {
  .blog-list-inner .blog-post-item .blog-thumb {
    width: 100%;
  }
}

.blog-list-inner .blog-post-item .blog-content {
  padding-top: 0;
  padding-left: 20px;
  width: calc(100% - 40%);
}

@media only screen and (max-width: 767.98px) {
  .blog-list-inner .blog-post-item .blog-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.blog-list-inner .blog-post-item .blog-content .blog-title {
  margin-top: -5px;
}

.blog-list-inner .blog-post-item .blog-content .blog-meta {
  padding-top: 15px;
}

.blog-list-inner .blog-post-item .blog-content .blog-read-more {
  color: #222222;
  display: inline-block;
  margin-top: 10px;
}

.blog-list-inner .blog-post-item .blog-content .blog-read-more:hover {
  color: #5e873d;
  text-decoration: underline;
}
.blog-sidebar .product-thumb {
    margin: 0;
    border-radius: 6px;
}
.blog-sidebar .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*------ blog list item end ------*/
/*----- blog sidebar start -------*/
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .blog-sidebar-wrapper {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .blog-sidebar-wrapper {
    margin-top: 64px;
  }
}

.blog-sidebar-wrapper .blog-sidebar:last-child {
  margin-bottom: 0;
}

.blog-sidebar {
  margin-bottom: 30px;
  padding: 0;
}

.blog-sidebar .title {
  line-height: 1;
  margin-top: -2px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.blog-sidebar .search-field {
  width: calc(100% - 50px);
  border: 0px solid #ccc;
  border-bottom: solid 1px #9d9d9d;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
  height: 50px;
  float: left;
  background-color: transparent;
}

.blog-sidebar .search-btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-left: -4px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: 0px solid #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.blog-sidebar .search-btn i {
  font-size: 20px;
  line-height: 50px;
  color: #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.blog-sidebar .search-btn:hover {
  background-color: #5e873d;
  border-color: #5e873d;
}

.blog-sidebar .search-btn:hover i {
  color: #fff;
}

.blog-sidebar .blog-archive {
  margin-top: -10px;
}

.blog-sidebar .blog-archive li {
  line-height: 1;
}

.blog-sidebar .blog-archive li a {
    color: #009ee2;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    padding: 13px 0;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #a9a9a9;
}

.blog-sidebar .blog-archive li a:hover {
  color: #000000;
  font-weight: bold;
}

.blog-sidebar .blog-archive li:last-child a {
}

.blog-sidebar .blog-archive li:first-child a {
  padding-top: 0;
}

.blog-sidebar .blog-tags {
  margin-bottom: -5px;
}

.blog-sidebar .blog-tags li {
  display: inline-block;
  margin-bottom: 5px;
}

.blog-sidebar .blog-tags li a {
  color: #222222;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 6px 15px 4px;
  display: inline-block;
  text-transform: capitalize;
}

.blog-sidebar .blog-tags li a:hover {
  color: #fff;
  background-color: #5e873d;
  border-color: #5e873d;
}

.blog-category {
  margin-top: -10px;
}

.recent-post .recent-post-item:last-child {
  margin-bottom: 0;
}

.recent-post-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recent-post-item .product-thumb {
  max-width: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 70px;
      -ms-flex: 1 0 70px;
          flex: 1 0 70px;
}

.recent-post-item .recent-post-description {
  padding-left: 10px;
}

.recent-post-item .recent-post-description h6 {
  font-size: 14px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .recent-post-item .recent-post-description h6 {
    font-size: 13px;
    padding-bottom: 5px;
  }
}

.recent-post-item .recent-post-description h6 a {
  color: #222222;
}

.recent-post-item .recent-post-description h6 a:hover {
  color: #5e873d;
}

.recent-post-item .recent-post-description p {
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
}
.blog-item-wrapper {
    border-right: solid 2px #eeeeee;
    padding-right: 30px;
}
/*----- blog sidebar end -------*/
/*------ pagination area style start ------*/
.paginatoin-area {
  margin-top: 30px;
  padding: 0px;
}

.paginatoin-area .pagination-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginatoin-area .pagination-box li {
  margin-right: 5px;
  display: inline-block;
}

.paginatoin-area .pagination-box li:last-child {
  margin-right: 0;
}

.paginatoin-area .pagination-box li a {
  color: #222222;
  height: 36px;
  width: 36px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.paginatoin-area .pagination-box li a i {
  font-size: 18px;
  line-height: 36px;
}

.paginatoin-area .pagination-box li a:hover {
  color: #fff;
  border-color: #5e873d;
  background-color: #b1b1b1;
}

.paginatoin-area .pagination-box li.active a {
  color: #fff;
  background-color: #b1b1b1;
}

.paginatoin-area.shadow-bg {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(195, 195, 195, 0.6);
          box-shadow: 0 0 10px 0 rgba(195, 195, 195, 0.6);
}
#carouselClientsLogo {
    filter: grayscale(1);
    opacity: 0.7;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}
.column2 {
    column-count: 2;
    column-gap: 70px;
}
.ulDoted {
    padding-left: 40px;
}
.ulDoted li {
    list-style-type: disc;
    margin-bottom: 10px;
    line-height: 1.2em;
    padding-bottom: 10px;
    border-bottom: solid 1px #ad2226;
}
#accordion .card {
    margin-bottom: 20px;
    border: none;
    background-color: transparent;
}
#accordion .card .card-header {
    font-weight: bold;
    border: none;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
    border-radius: 10px;
    position: relative;
}
#accordion .card .card-header::before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -9px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dddddd;
}
#accordion .card .card-body {
    margin-top: 10px;
}
/*------ media query ------*/
@media (max-width: 991px) {
    .footer:before {
        background-size: cover;
    }
    .navbar-collapse .navbar-nav {
        justify-content: flex-start;
        width: 80%;
        padding: 24px;
        position: absolute;
        top: 54px;
        left: -90%;
        background-color: rgb(255 255 255 / 70%);
        backdrop-filter: blur(12px);
        height: calc(100vh - 54px);
        transition: all ease 0.3s;
    }
    .navbar-collapse.show .navbar-nav {
        left: -24px;
    }
    .navbar .navbar-nav .nav-link {
        color: #111111;
    }
    .sticky-top .logo {
        display: flex;
        width: auto;
        height: 36px;
    }
    .reMobile {
        display: block;
    }
    .fs-2-2 {
        font-size: 2.2rem;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 20%;
    }
    .h-mobile {
        height: auto !important;
        padding-bottom: 30px;
        margin: -8px 0 0 !important;
    }
    .h-mobile .icon-box-light {
        margin-top: -55px;
    }
    .w-100-mobile {
        width: 100%;
    }
    .carousel-inner.landing {
        padding-top: 0 !important;
    }
    .carousel-landing .container {
        padding-bottom: 130px;
    }
    .nav-tabs li.nav-item, .nav-tabs li.nav-item button {
        width: 100%;
        text-align: left;
    }
    .nav-tabs li .nav-link {
        border: none;
        border-left: solid 3px #979797;
    }
    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        border-color: #3368c6 #3368c6 #fff;
    }
    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
    }
    .shape::before {
        display: none;
    }
    .shape2::before {
        width: 400px;
        height: 400px;
        left: -10%;
        bottom: 27%;
    }
    .navbar-brand img {
        width: 100%;
    }
    .loginWrapper form input {
        width: 90%;
    }
    .btn {
        width: 100%;
    }
    .about-items .col-lg-3 {
        width: 50%;
    }
    .service-item h5 {
        height: 32px;
        font-size: 0.8em;
    }
    .landing-list li {
        width: 98%;
    }
    .testimonial-item p {
        line-height: 1.1em;
        padding: 10px;
    }
}
