/********** CSS **********/
:root {
    --primary: #FDA12B;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #182333;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.logo a img {
   text-align: center;
   align-content: center;
}
.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: #2a2a2a;
}
.contact-info {
    margin-bottom: 25px;
}
.contact-info__icon i, .contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
}
.text-light-footer {
    color: #F8F9FA !important;
}
/*** 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 {
    font-weight: 500;
    transition: .5s;
}
.btn:hover {
    color: #8D9297;
}
.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.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;
    font-weight: normal;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}
.btn-primary1 {
    color: #FFFFFF;
    background-color: #005E00;
    border-color: #005E00;
    width: 200px;
    height: 40px;
}
.btn-primary1 a {
    color: #FFFFFF;
}
.icono {
    width: 80px;
    margin-right: 80px;
    margin-left: 40px;
    margin-bottom: 30px;
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/bannerss.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header1 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-proyectos.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header2 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-electrica.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header3 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-mecanica.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header4 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-metal.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header5 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-ing.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header6 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-estudios-protec.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header7 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-expediente.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header8 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-super.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header9 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-alquiler.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header10 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-capacitacion.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header11 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-energias.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}
/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: var(--secondary);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #005E00;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/*Responsive laptop Medium*/

@media (max-width: 1024px) {
    h6{
     font-size: 15px;
    }
       .d-flex img{
     width: 75px;   
        
    }  
    .text-light{color:#F8F9FA !important;
    font-size: 20px;}
    .text-light1{color:#F8F9FA !important;
    font-size: 45px;}
    .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}
    .logo img{
     width: 270px;   
    }
    .navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: var(--secondary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    outline: none;
}
.display-6 {
    font-size: calc(1.175rem + 1.5vw);
    font-weight: 700;
    line-height: 1.2;
}
.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
    font-size: 18px;
    }  

.btn-square {
    width: 38px;
    height: 30px;
} 
    .scroll img{
    width: 150px;  
        
    }
    .video-presentacion {
    width: 940px;
    }
   .icono {
    width: 60px;
    margin-right: 60px;
    margin-left: 20px;
    margin-bottom: 30px;
} 
    .footer_logo img{
    width: 280px;    
        
    }
    
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        min-width: 235px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*Responsive tablet*/

@media (max-width: 768px){
      .logo img{
     width: 250px;   
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 2.5rem;
        height: 2.5rem;
        border-width: 12px;
    }
    
   .text-light {
        color: #F8F9FA !important;
        font-size: 16px;
        margin-left: 50px;
    } 
       .text-light1 {
        color: #F8F9FA !important;
        font-size: 40px;
        margin-left: 50px;
    }
.btn-primary1 {
    color: #FFFFFF;
    background-color: #005E00;
    border-color: #005E00;
    margin-left: 45px;
    width: 198px;
    height: 50px;
    font-size: 13px
}
.btn:hover {
    color: #8D9297;
}     
    
 .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    height: 100%;
    padding: 1.3rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}   
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.5rem;
    padding-bottom: .625rem;
    font-size: 13px;
}   
.icono {
    width: 80px;
    margin-right: 40px;
    margin-left: 90px;
    margin-bottom: 30px;
}
.text-light-footer {
    color: #F8F9FA !important;
}   
.video-presentacion {
        width: 695px;
    }        
}

/*Responsive para movil L*/
@media (max-width: 425px){
.logo img {
        width: 200px;
    }
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
    width: 55px;
    margin-left: 320px;
}   
.text-light {
    color: #F8F9FA !important;
    font-size: 12px;
    margin-left: 50px;
}  
.text-light1 {
    color: #F8F9FA !important;
    font-size: 20px;
    margin-left: 50px;
}    
#header-carousel .carousel-item {
        position: relative;
        min-height: 350px;
    }    
.btn-primary1 {
        color: #FFFFFF;
        background-color: #005E00;
        border-color: #005E00;
        margin-left: 45px;
        width: 145px;
        height: 35px;
        font-size: 13px;
    }    
.text-body {
    color: #8D9297 !important;
    font-size: 15px;
}
.mb-5 {
    margin-bottom: 1.5rem !important;
}    
.navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
.navbar .navbar-nav .nav-link {
        margin-left: 30px;
        color: var(--secondary);
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 0.9px;
        text-transform: uppercase;
        outline: none;
    }    
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
}    
.scroll img {
        width: 180px;
    }    
.icono {
        width: 60px;
        margin-right: 30px;
        margin-left: 20px;
        margin-bottom: 30px;
    }
.page-header1 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-proyectos.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}
.display-4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: -30px;
} 
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/bannerss.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}    
.page-header2 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-electrica.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}    
.page-header3 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-mecanica.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}    
.page-header4 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-metal.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}
.page-header5 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-ing.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}
.page-header6 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-estudios-protec.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}    
.page-header11 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-energias.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}    
.page-header7 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-expediente.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}    
.page-header8 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-super.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}    
.page-header10 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-capacitacion.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}
.page-header9 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-alquiler.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}
.video-presentacion {
        width: 380px;
    }   
       
}
/*Responsive para movil iPhone 14 Pro Max*/
@media (max-width: 430px){
 .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
    width: 55px;
    margin-left: 310px;
}  
        .text-light {
        color: #F8F9FA !important;
        font-size: 10px;
        margin-left: 50px;
    }
    .text-light1 {
        color: #F8F9FA !important;
        font-size: 20px;
        margin-left: 50px;
    }
    .btn-primary1 {
        color: #FFFFFF;
        background-color: #005E00;
        border-color: #005E00;
        margin-left: 45px;
        width: 170px;
        height: 35px;
        font-size: 12px;
    }
  #header-carousel .carousel-item {
        position: relative;
        min-height: 250px;
    }  
  .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 1.9rem;
        height: 1.9rem;
        border-width: 9px;
    }  
     .icono {
        width: 80px;
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 30px;
    }   
 .page-header {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/bannerss.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}   
.page-header1 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-proyectos.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}    
.page-header2 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-electrica.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}    
.page-header3 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-mecanica.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}    
.page-header4 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-metal.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}
.page-header5 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-ing.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}    
.page-header6 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-estudios-protec.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}    
.page-header11 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-energias.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}    
.page-header7 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-expediente.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}    
.page-header8 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-super.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}
.page-header10 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-capacitacion.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}
.page-header9 {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-alquiler.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}    
.video-presentacion {
        width: 390px;
    }    
    
    
    
}


/*Responsive para movil L Samsung A51,52*/
@media (max-width: 413px){
   .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.55);
        border-color: rgba(0, 0, 0, 0.1);
        width: 55px;
        margin-left: 300px;
    } 
.icono {
        width: 80px;
        margin-right: 20px;
        margin-left: 15px;
        margin-bottom: 30px;
    }
.video-presentacion {
        width: 365px;
    }    
 .icono {
        width: 80px;
        margin-right: 10px;
        margin-left: 20px;
        margin-bottom: 30px;
    }   
    
    
    
    
}
/*Responsive para movil iPhone 12 Pro*/    
@media (max-width: 390px){
   .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.55);
        border-color: rgba(0, 0, 0, 0.1);
        width: 55px;
        margin-left: 280px;
    } 
    
}   
    
  
/*Responsive Móvil M*/
@media (max-width: 375px){
 .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.55);
        border-color: rgba(0, 0, 0, 0.1);
        width: 55px;
        margin-left: 270px;
    }   
.navbar .navbar-nav .nav-link {
        margin-left: 30px;
        color: var(--secondary);
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.9px;
        text-transform: uppercase;
        outline: none;
    }    
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 7px 0;
    }    
 #header-carousel .carousel-item {
        position: relative;
        min-height: 280px;
    }   
  .text-light {
        color: #F8F9FA !important;
        font-size: 11px;
        margin-left: 50px;
    }
     .text-light1 {
        color: #F8F9FA !important;
        font-size: 18px;
        margin-left: 50px;
    }
   .btn-primary1 {
        color: #FFFFFF;
        background-color: #005E00;
        border-color: #005E00;
        margin-left: 45px;
        width: 125px;
        height: 30px;
        font-size: 11px;
    } 
  .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 2.0rem;
        height: 2.0rem;
        border-width: 9px;
    }  
       .scroll img {
        width: 160px;
    } 
        .page-header {
        background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/bannerss.png) center center no-repeat;
        background-size: cover;
        height: 180px;
    }
        .text-body {
        color: #8D9297 !important;
        font-size: 14px;
    }
   .icono {
        width: 60px;
        margin-right: 20px;
        margin-left: 15px;
        margin-bottom: 30px;
    } 
    .service-text * {
        position: relative;
        transition: .5s;
        z-index: 1;
        font-size: 15px;
    }
    .page-header1 {
        background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-proyectos.png) center center no-repeat;
        background-size: cover;
        height: 180px;
    }
    .page-header2 {
        background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-electrica.png) center center no-repeat;
        background-size: cover;
        height: 180px;
    }
    .page-header3 {
        background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-mecanica.png) center center no-repeat;
        background-size: cover;
        height: 180px;
    }
   .page-header4 {
        background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-metal.png) center center no-repeat;
        background-size: cover;
        height: 180px;
    } 
    .page-header5 {
        background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-ing.png) center center no-repeat;
        background-size: cover;
        height: 180px;
    }
   .page-header6 {
        background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-estudios-protec.png) center center no-repeat;
        background-size: cover;
        height: 180px;
    }
   .page-header11 {
        background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-energias.png) center center no-repeat;
        background-size: cover;
        height: 180px;
    }
   .page-header7 {
        background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-expediente.png) center center no-repeat;
        background-size: cover;
        height: 180px;
    }  
    .page-header8 {
        background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../img/banner-super.png) center center no-repeat;
        background-size: cover;
        height: 180px;
    }
    .video-presentacion {
        width: 330px;
    }
   
}
/*Responsive Móvil S */
@media (max-width: 320px){
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.55);
        border-color: rgba(0, 0, 0, 0.1);
        width: 55px;
        margin-left: 210px;
    }    
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
    .text-light1 {
        color: #F8F9FA !important;
        font-size: 15px;
        margin-left: 50px;
    }    
    .text-light {
        color: #F8F9FA !important;
        font-size: 10px;
        margin-left: 50px;
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 230px;
    }
    h6 {
        font-size: 14px;
    }
     h4 {
        font-size: 20px;
    }
    .facts-overlay h1 {
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}
     .scroll img {
        width: 130px;
    }   
     .icono {
        width: 50px;
        margin-right: 20px;
        margin-left: 15px;
        margin-bottom: 30px;
    }   
        .footer_logo img {
        width: 250px;
    }
   .display-4 {
        font-size: 23px;
        font-weight: 700;
        line-height: 1.2;
        margin-top: -30px;
    } 
  .video-presentacion {
        width: 280px;
    }  
    
}




/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .05);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}



.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}




.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: .7;
}
/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


/*** Service ***/
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #0f7844;
    opacity: 0;
    transition: .5s;
}


.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-text * {
    color: #FFFFFF !important;
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .65)), url("../img/bannerr.png") center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: #999999;
}
.footer_logo{
  margin-bottom: 25px;  
    
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}