    /**
* Template Name: Vesperr - v4.8.1
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
    /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
    
    body {
        font-family: "Open Sans", sans-serif;
        color: black;
    }
    
    a {
        color: black;
        text-decoration: none;
    }
    
    a:hover {
        color: red;
        text-decoration: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Raleway", sans-serif;
    }
      
    .collap{
  display:none !important;
}

    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
    
    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 15px;
        bottom: 15px;
        z-index: 996;
        background: #3498db;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        transition: all 0.4s;
    }
    
    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }
    
    .back-to-top:hover {
        background: red;
        color: #fff;
    }
    
    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
    /*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
    
    @media screen and (max-width: 768px) {
        [data-aos-delay] {
            transition-delay: 0 !important;
        }
       
    }
  

/*# sourceMappingURL=maps/style.css.map */


    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    
    #header {
        z-index: 997;
        transition: all 0.5s;
        padding: 22px 0;
        background: white;
    }
    
    #header.header-scrolled {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 12px 0;
    }
    
    #header .logo h1 {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
    }
    
    #header .logo h1 a,
    #header .logo h1 a:hover {
        color: #222222;
        text-decoration: none;
    }
    
    #header .logo img {
        padding: 0;
        margin: 0;
        /* max-height: 40px; */
    }
    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /**
* Desktop Navigation 
*/
    
    .navbar {
        padding: 0;
    }
    
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }
    
    .navbar li {
        position: relative;
    }
    
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 20px;
        font-weight: 600;
        color: black;
        white-space: nowrap;
        transition: 0.3s;
    }
    
    .navbar a i,
    .navbar a:focus i {
        font-size: 30px;
        line-height: 0;
        margin-left: 5px;
    }
    
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: red;
    }
    
    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: red;
        padding: 8px 25px;
        margin-left: 30px;
        border-radius: 50px;
        color: #fff;
    }
    
    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
        color: black;
        background: red;
    }
    
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 30px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }
    
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: #3498db;
    }
    
    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    
    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
    
    @media (max-width: 1366px) {
        .navbar .dropdown .dropdown ul {
            left: -90%;
        }
        .navbar .dropdown .dropdown:hover>ul {
            left: -100%;
        }
    }
    /**
* Mobile Navigation 
*/
    
    .mobile-nav-toggle {
        color: #222222;
        font-size: 28px;
        cursor: pointer;
        display: none;
        line-height: 0;
        transition: 0.5s;
    }
    
    .mobile-nav-toggle.bi-x {
        color: black;
    }
    
    @media (max-width: 991px) {
        .mobile-nav-toggle {
            display: block;
        }
        .navbar ul {
            display: none;
        }
    }
    
    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(9, 9, 9, 0.9);
        transition: 0.3s;
        z-index: 999;
    }
    
    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    
    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 8px;
        background-color: black;
        overflow-y: auto;
        transition: 0.3s;
    }
    
    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #222222;
    }
    
    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile li:hover>a {
        color: #3498db;
    }
    
    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }
    
    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }
    
    .navbar-mobile .dropdown ul li {
        min-width: 200px;
    }
    
    .navbar-mobile .dropdown ul a {
        padding: 10px 20px;
    }
    
    .navbar-mobile .dropdown ul a i {
        font-size: 12px;
    }
    
    .navbar-mobile .dropdown ul a:hover,
    .navbar-mobile .dropdown ul .active:hover,
    .navbar-mobile .dropdown ul li:hover>a {
        color: #3498db;
    }
    
    .navbar-mobile .dropdown>.dropdown-active {
        display: block;
    }
    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    
    #hero {
        width: 100%;
        height: 80vh;
        margin-top: 70px;
        ;
    }
    
    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 50px;
        font-weight: 800;
        line-height: 56px;
        color: black;
    }
    
    #hero h2 {
        color: #484848;
        margin-bottom: 50px;
        font-size: 24px;
    }
    
    #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }
    
    @media (min-width: 1024px) {
        #hero {
            background-attachment: fixed;
        }
    }
    
    @media (max-width: 991px) {
        #hero {
            height: 100vh;
        }
        #hero .animated {
            -webkit-animation: none;
            animation: none;
        }
        #hero .hero-img {
            text-align: center;
        }
        #hero .hero-img img {
            width: 50%;
        }
    }
    
    @media (max-width: 768px) {
        #hero {
            margin-top: 20px;
        }
        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }
        #hero h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }
        #hero .hero-img img {
            width: 70%;
        }
    }
    
    @media (max-width: 575px) {
        #hero .hero-img img {
            width: 80%;
        }
    }
    
    @-webkit-keyframes up-down {
        0% {
            transform: translateY(10px);
        }
        100% {
            transform: translateY(-10px);
        }
    }
    
    @keyframes up-down {
        0% {
            transform: translateY(10px);
        }
        100% {
            transform: translateY(-10px);
        }
    }
    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    
    section {
        padding: 20px 0;
        overflow: hidden;
    }
    
    .section-bg {
        background-color: #f7fbfe;
    }
    
    .section-title {
        text-align: center;
        padding-bottom: 30px;
    }
    
    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        color: #222222;
    }
    
    .section-title h2::before,
    .section-title h2::after {
        content: "";
        width: 50px;
        height: 2px;
        background: red;
        display: inline-block;
    }
    
    .section-title h2::before {
        margin: 0 15px 10px 0;
    }
    
    .section-title h2::after {
        margin: 0 0 10px 15px;
    }
    
    .section-title p {
        margin: 15px 0 0 0;
    }
    /*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
    
    .owl-item>div {
        cursor: pointer;
        margin: 6% 8%;
        transition: margin 0.4s ease;
    }
    
    .owl-item.center>div {
        cursor: auto;
        margin: 0;
    }
    
    .owl-item:not(.center)>div:hover {
        opacity: .75;
    }
    /*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
    
    .about .content h3 {
        font-weight: 600;
        font-size: 26px;
    }
    
    .about .content ul {
        list-style: none;
        padding: 0;
    }
    
    .about .content ul li {
        padding-left: 28px;
        position: relative;
    }
    
    .about .content ul li+li {
        margin-top: 10px;
    }
    
    .about .content ul i {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 20px;
        color: #3498db;
        line-height: 1;
    }
    
    .about .content p:last-child {
        margin-bottom: 0;
    }
    
    .about .content .btn-learn-more {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 50px;
        transition: 0.3s;
        line-height: 1;
        color: #3498db;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        margin-top: 6px;
        border: 2px solid #3498db;
    }
    
    .about .content .btn-learn-more:hover {
        background: #3498db;
        color: #fff;
        text-decoration: none;
    }
    /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
    
    a,
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
    }
    
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .bg-gray {
        background-color: #f9f9f9;
    }
    
    .site-heading h2 {
        display: block;
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    .site-heading h2 span {
        color: red;
    }
    
    .site-heading h4 {
        display: inline-block;
        padding-bottom: 18px;
        position: relative;
        text-transform: capitalize;
        z-index: 1;
    }
    
    .site-heading h4::before {
        background: red none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 50px;
    }
    
    .site-heading {
        margin-bottom: 60px;
        overflow: hidden;
        margin-top: -5px;
    }
    
    .carousel-shadow .owl-stage-outer {
        margin: -15px -15px 0;
        padding: 15px;
    }
    
    .we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
        background: #ffffff none repeat scroll 0 0;
        border: 2px solid;
        height: 15px;
        margin: 0 5px;
        width: 15px;
    }
    
    .we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
        background: red none repeat scroll 0 0;
        border-color: red;
    }
    
    .we-offer-area .item {
        background: #ffffff none repeat scroll 0 0;
        border-left: 2px solid red;
        -moz-box-shadow: 0 0 10px #cccccc;
        -webkit-box-shadow: 0 0 10px #cccccc;
        -o-box-shadow: 0 0 10px #cccccc;
        box-shadow: 0 0 10px #cccccc;
        overflow: hidden;
        padding: 30px;
        position: relative;
        z-index: 1;
        height: 440px;
        width: 400px;
    }
    
    .we-offer-area.text-center .item {
        background: #ffffff none repeat scroll 0 0;
        border: medium none;
        padding: 67px 40px 64px;
    }
    
    .we-offer-area.text-center .item i {
        background: #00a01d none repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        font-size: 40px;
        height: 80px;
        line-height: 80px;
        position: relative;
        text-align: center;
        width: 80px;
        z-index: 1;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        margin-bottom: 25px;
    }
    
    .we-offer-area.text-center .item i::after {
        border: 2px solid red;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 90px;
        left: -5px;
        position: absolute;
        top: -5px;
        width: 90px;
        z-index: -1;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
    }
    
    .we-offer-area.item-border-less .item {
        border: medium none;
    }
    
    .we-offer-area .our-offer-items.less-carousel .equal-height {
        margin-bottom: 30px;
    }
    
    .we-offer-area.item-border-less .item .number {
        font-family: "Poppins", sans-serif;
        font-size: 50px;
        font-weight: 900;
        opacity: 0.1;
        position: absolute;
        right: 30px;
        top: 30px;
    }
    
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
    .we-offer-area.center-active .single-item:nth-child(2n) .item {
        background: red none repeat scroll 0 0;
    }
    
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
    .we-offer-area.center-active .single-item:nth-child(2n) .item i,
    .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
    .we-offer-area.center-active .single-item:nth-child(2n) .item p {
        color: #ffffff;
    }
    
    .we-offer-area .item i {
        color: red;
        display: inline-block;
        font-size: 60px;
        margin-bottom: 20px;
    }
    
    .we-offer-area .item h4 {
        font-weight: bold;
        text-transform: capitalize;
    }
    
    .we-offer-area .item p {
        margin: 0;
        font-size: 15px;
    }
    
    .we-offer-area .item i,
    .we-offer-area .item h4,
    .we-offer-area .item p {
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
    }
    
    .we-offer-area .item::after {
        background: red none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: -100%;
        position: absolute;
        top: 0;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        width: 100%;
        z-index: -1;
    }
    
    .we-offer-area .item:hover::after {
        left: 0;
    }
    
    .we-offer-area .item:hover i,
    .we-offer-area .item:hover h4,
    .we-offer-area .item:hover p {
        color: #ffffff !important;
    }
    
    .we-offer-area.text-center .item:hover i::after {
        border-color: #ffffff !important;
    }
    
    .we-offer-area.text-center .item:hover i {
        background-color: #ffffff !important;
        color: #00a01d !important;
    }
    
    .we-offer-area.text-left .item i {
        background: #00a01d none repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        display: inline-block;
        font-size: 60px;
        height: 100px;
        line-height: 100px;
        margin-bottom: 30px;
        position: relative;
        width: 100px;
        z-index: 1;
        text-align: center;
    }
    
    .we-offer-area.text-left .item i::after {
        border: 2px solid #00a01d;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 120px;
        left: -10px;
        position: absolute;
        top: -10px;
        width: 120px;
    }
    /*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
    
    .more-services {
        padding-top: 20px;
    }
    
    .more-services .card {
        border: 0;
        padding: 160px 20px 20px 20px;
        position: relative;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .more-services .card-body {
        z-index: 10;
        background: rgba(255, 255, 255, 0.9);
        padding: 15px 30px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
        transition: ease-in-out 0.4s;
        border-radius: 5px;
    }
    
    .more-services .card-title {
        font-weight: 700;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .more-services .card-title a {
        color: #222222;
    }
    
    .more-services .card-text {
        color: #5e5e5e;
    }
    
    .more-services .read-more a {
        color: #777777;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        transition: 0.4s;
    }
    
    .more-services .read-more a:hover {
        text-decoration: underline;
    }
    
    .more-services .card:hover .card-body {
        background: red;
    }
    
    .more-services .card:hover .read-more a,
    .more-services .card:hover .card-title,
    .more-services .card:hover .card-title a,
    .more-services .card:hover .card-text {
        color: #fff;
    }
    /*-----------------our skills-------------*/
    
    .features .icon-box {
        display: flex;
        align-items: center;
        padding: 20px;
        background: #f6f6f6;
        transition: ease-in-out 0.3s;
    }
    
    .features .icon-box i {
        font-size: 32px;
        padding-right: 10px;
        line-height: 1;
    }
    
    .features .icon-box h3 {
        font-weight: 700;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-size: 16px;
    }
    
    .features .icon-box h3 a {
        color: #222222;
        transition: ease-in-out 0.3s;
    }
    
    .features .icon-box h3 a:hover {
        color: white;
    }
    
    .features .icon-box:hover {
        background: red;
    }
    /*******CLIENT***********/
    
    .slider {
        width: 2179px;
        margin: auto;
        overflow: visible;
    }
    
    .slider ul {
        display: flex;
        padding: 0;
        animation: cambio 80s infinite linear;
    }
    
    .slider li {
        padding: 0 10px;
        list-style: none;
    }
    
    .slider img {
        max-width: fit-content !important;
        height: auto !important;
    }
    
    @keyframes cambio {
        from {
            margin-left: 0%
        }
        to {
            margin-left: -100%
        }
    }
    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
    
    .contact .contact-about h3 {
        font-size: 28px;
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
        color: #222222;
    }
    
    .contact .contact-about p {
        font-size: 14px;
        line-height: 24px;
        font-family: "Raleway", sans-serif;
        color: #888;
    }
    
    .contact .social-links {
        padding-bottom: 20px;
    }
    
    .contact .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #fff;
        color: #3498db;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }
    
    .contact .social-links a:hover {
        background: red;
        color: #fff;
    }
    
    .contact .info {
        color: #444444;
    }
    
    .contact .info i {
        font-size: 32px;
        color: red;
        float: left;
        line-height: 1;
    }
    
    .contact .info p {
        padding: 0 0 10px 42px;
        line-height: 28px;
        font-size: 14px;
    }
    
    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }
    
    .contact .php-email-form .error-message br+br {
        margin-top: 25px;
    }
    
    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }
    
    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }
    
    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }
    
    .contact .php-email-form .form-group {
        margin-bottom: 20px;
    }
    
    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        padding: 10px 15px;
    }
    
    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
        border-color: red;
    }
    
    .contact .php-email-form button[type=submit] {
        background: red;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }
    
    .contact .php-email-form button[type=submit]:hover {
        background: red;
    }
    
    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
    
    .breadcrumbs {
        padding: 15px 0;
        background: #f8f8f8;
        min-height: 40px;
        margin-top: 86px;
    }
    
    @media (max-width: 992px) {
        .breadcrumbs {
            margin-top: 72px;
        }
        .collap{
            display: block !important;
          }
    }
    
    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 400;
        margin: 0;
    }
    
    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
    
    @media (max-width: 992px) {
        .breadcrumbs ol {
            margin-top: 10px;
        }
    }
    
    .breadcrumbs ol li+li {
        padding-left: 10px;
    }
    
    .breadcrumbs ol li+li::before {
        display: inline-block;
        padding-right: 10px;
        color: #3c3c3c;
        content: "/";
    }
    
    @media (max-width: 768px) {
        .breadcrumbs .d-flex {
            display: block !important;
        }
        .breadcrumbs ol {
            display: block;
        }
        .breadcrumbs ol li {
            display: inline-block;
        }
        .collap{
            display: block !important;
          }
    }
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    
    #footer {
        background: #fff;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
        padding: 30px 0;
        color: #222222;
        font-size: 14px;
    }
    
    #footer .credits {
        font-size: 13px;
        padding-top: 5px;
        color: #222222;
    }
    
    #footer .footer-links a {
        color: #222222;
        padding-left: 15px;
    }
    
    #footer .footer-links a:first-child {
        padding-left: 0;
    }
    
    #footer .footer-links a:hover {
        color: #3498db;
    }
    /*-----------------products----------*/
    
    .employee-container {
        margin-top: 80px;
    }
    
    .employee {
        width: 100%;
        background-color: red;
        margin: 10px auto;
        display: block;
        overflow: hidden;
        height: 400px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    }
    
    .employee:hover>.employee-image {
        margin-top: -100px;
    }
    
    .employee-image {
        background-color: #fff;
        height: 300px;
        width: 100%;
        transition: 0.5s;
    }
    
    .employee-image img {
        height: 100%;
    }
    
    .employee-name {
        color: black;
        font-weight: bold;
        padding: 5px;
         margin-top: 20px;
    }
    
    .employee-name h1 {
        font-size: 30px;
    }
    
    .employee-name span {
        font-size: 20px;
        color: black;
        padding: 0px;
    }
    
    .employee-social-link ul li {
        position: relative;
        bottom: -120px;
    }
    
    .employee-social-link ul {
        text-align: center;
        list-style: none;
    }
    
    .employee-social-link ul li {
        display: inline-block;
        margin: 7px;
        background-color: #000;
        padding: 10px;
        border-radius: 50%;
        line-height: 0.1;
        margin-left: -5px;
    }
    
    .employee-social-link i {
        font-size: 15px;
        color: #fff;
        animation-name: rotate-icon;
    }
    
    .employee-social-link ul li:nth-child(1) {
        transition: 1.0s;
    }
    
    .employee-social-link ul li:nth-child(2) {
        transition: 1.3s;
    }
    
    .employee-social-link ul li:nth-child(3) {
        transition: 1.6s;
    }
    
    .employee-social-link ul li:nth-child(4) {
        transition: 1.9s;
    }
    
    .employee-social-link ul li:nth-child(5) {
        transition: 2.2s;
    }
    
    .employee:hover>.employee-details .employee-social-link ul li {
        bottom: 250px;
    }
    /*******Pricing*******/
    
    .pricing-table {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: min(1600px, 100%);
        margin: auto;
    }
    
    .pricing-card {
        flex: 1;
        max-width: 400px;
        background-color: black;
        margin: 20px 10px;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
        color: white;
        transition: .3s linear;
    }
    
    .pricing-card-header {
        background-color: black;
        display: inline-block;
        color: #fff;
        padding: 12px 30px;
        border-radius: 0 0 20px 20px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 350;
        transition: .4s linear;
    }
    
    .pricing-card:hover .pricing-card-header {
        box-shadow: 0 0 0 26em red;
    }
    
    .price {
        font-size: 40px;
        color: white;
        margin: 40px 0;
        transition: .2s linear;
    }
    
    .price sup,
    .price span {
        font-size: 22px;
        font-weight: 700;
    }
    
    .pricing-card:hover,
    .pricing-card:hover .price {
        color: #fff;
    }
    
    .pricing-card li {
        font-size: 14px;
        padding: 10px 0;
        text-transform: uppercase;
    }
    
    .order-btn {
        display: inline-block;
        margin-bottom: 40px;
        margin-top: 80px;
        border: 2px solid red;
        color: white;
        padding: 18px 40px;
        border-radius: 8px;
        text-transform: uppercase;
        font-weight: 500;
        transition: .3s linear;
    }
    
    .order-btn:hover {
        background-color: red;
        color: #fff;
    }
    
    @media screen and (max-width:1100px) {
        .pricing-card {
            flex: 50%;
        }
    }
    /***********career**************/
    
    .why_choose {
        width: 100%;
        margin: 0 0 50px;
        font-family: 'Raleway', sans-serif;
    }
    
    .why_choose_head {
        width: 100%;
        text-align: center;
        padding: 30px;
    }
    
    .why_choose_head h1 {
        width: 100%;
        color: #000000;
        text-align: center;
        font-size: 32px;
        font-family: 'Raleway-Medium', sans-serif;
    }
    
    .why_choose_head h1 span {
        border-bottom: 2px solid red;
    }
    
    .text-down {
        position: relative;
        overflow: hidden;
    }
    
    .text-down img {
        width: 100%;
        height: 200px;
        padding-top: 30px;
    }
    
    .text-down .textbox {
        width: 100%;
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -255px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 5px;
        background-color: red;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    
    .text-down:hover .textbox {
        margin-top: 0;
    }
    
    .details {
        width: 100%;
        padding: 30px 30px 0;
        text-align: center;
        color: black;
        font-size: 16px;
        font-family: 'Raleway-Light', sans-serif;
    }
    
    .view-more {
        width: 100%;
        padding-top: 0;
        text-align: center;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }
    
    .text {
        text-align: center;
        padding-top: 50px;
        color: black;
        font-size: 20px;
        font-family: 'Raleway-Light', sans-serif;
    }
    
    .top {
        padding-top: 10px;
    }
    
    .btn-success {
        background-color: black;
    }
    
    .btn-success:hover {
        background-color: red;
    }
  
    .mobile-menu {
        display: none;
    }
    .show
    {
        display: block;
        position: absolute;
        top: 100%;
        background: black;
        padding: 10px 40px 10px 40px;
        color: white;
        width: 100%;
        left: 0%;
        text-align: center;
    }
    .hide
    {
        display: none;
    }