@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/*****************************************************************
* BODY
*****************************************************************/
body {
    font-family: 'Lato', sans-serif;
    color: #212121;
}

.pad-right-20 {
    padding-right: 20px;
}

.pad-bot-1em {
    padding-bottom: 1em;
}

.mar-top-20 {
    margin-top: 20px;
}
/*****************************************************************
* BACKROUND
*****************************************************************/
.bg-yellow {
    background-color: #f8d523;
}

.bg-grey {
    background-color: #616161;
}

.bg-amber {
    background-color: #FFC107;
}
/*****************************************************************
* HEADER INFO
*****************************************************************/
.header-info {
    height: 45px;
    padding-top: 10px;
}

.header-info > h5 > i {
    padding-right: 25px;
    color: #FFEA00;
}

.header-info > h5 {
    font-size: 1.1em;
    display: inline-block;
    padding-right: 30px;
    color: #FAFAFA;
}

/*****************************************************************
* NAVBAR
*****************************************************************/
.navbar {
    min-height: 120px;
}
/* Navbar li elements */
.navbar-light .navbar-nav .nav-link {
    color: #424242;
}

/* Navbar brand, icon + text */
.navbar .navbar-brand {
    color: #263238;
}
.navbar .navbar-text {
    color: #263238;
}
.navbar .navbar-text h4 {
    font-weight: 600;
}

.navbar-brand {
    padding: 15px 15px 0 15px;
    height: 100px;
    line-height: 120px;
}

.navbar-brand > h1 {
    font-size: 3em;
}

.navbar-nav > li {
    font-size: 1.1em;
    text-align: center;
    min-width: 100px;
    line-height: 110px;
}

.dropdown-item {
    line-height: 2em;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #263238;
    background-color: rgba(0,0,0,0.1);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #263238;
  background-color: #FFEB3B;
}
/*****************************************************************
* JUMBOTRON
*****************************************************************/
.jumbotron{
    height:400px;   
}

.text-light {
    padding: 10px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 10px;
}

.jumbotron h1 {
    font-weight: 700;
    
}

.jumbotron-image {
    background:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url("../../images/gallery/IMG_20200918_094445.jpg") center;
    background-size: cover;
}

.jumbotron-image hr {
    color: #f8f9fa;
    background-color: #f8f9fa;
}
/*****************************************************************
* HOME COLUMNS
*****************************************************************/
.home-columns {
    color: #37474F;
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-columns span {
    color: #FFC107;
}

.home-columns h2 {
    padding-top: 20px;
}

.home-columns h2::after {
    display: block;
    content: "";
    background: #ffc107;
    width: 80px;
    height: 2px;
    margin: 20px auto;

}
/*****************************************************************
* HOME GALLERY
*****************************************************************/
.home-gallery {
    padding-top:40px;
    padding-bottom: 40px;
    background-color: rgba(207, 216, 220, 0.2);
}

.home-gallery h2 {
    font-weight: 700;
    color: #37474F;
}

.home-gallery h2::after {
    display: block;
    content: "";
    background: rgb(173, 182, 185);
    width: 60px;
    height: 2px;
    margin: 20px auto;
}

.home-gallery h3 {
    font-size: 1.4em;
    color: rgba(69, 90, 100, 0.9);
}

.home-gallery .row {
    padding-top: 40px;
}

/*****************************************************************
* PARTNERS
*****************************************************************/
.partners {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    
}

.partners h2 {
    font-weight: 700;
    color: #37474F;
}

.partners h2::after {
    display: block;
    content: "";
    background: rgb(173, 182, 185);
    width: 60px;
    height: 2px;
    margin: 20px auto;    
}

.partners .row {
    padding-top: 40px;
}

/*****************************************************************
* FOOTER
*****************************************************************/
.foot {
    min-height: 300px;
    background-color: #424242;
    color: #eee;
}

.foot .logo {
    color: #eee;
}

.foot .row {
    padding-top: 20px;
}

.foot .logo h1 {
    color: #ffc107;
}
.foot .logo h4 {
    font-weight: 600;
}
.foot .quick {
    padding-top: 20px;
}

.foot .quick h5 {
    font-size: 1.1em;
}

.foot .quick h5 i {
    padding-right: 10px;
}
.foot .quick h6 {
    font-size: 1.1em;
}
.foot .quick h6 i {
    padding-right: 10px;
}

.foot .quick ul {
    list-style-type: none;
    padding-right: 100px;
    font-size: 0.9em;
}
.foot .quick ul li {
    padding-bottom: 15px;
}

.foot .quick ul li a {
    color: #eee;
}

.foot .quick ul li a:hover {
    text-decoration: none;
    color: #BDBDBD;
}

.foot .quick ul li i {
    color: #ffc107;
    padding-right: 7px;
}

.foot .quick .contact-foot {
    padding-left: 20px;
    font-size: 0.9em;
}

.foot .quick .contact-foot i {
    display: inline-block;
    color: #ffc107;
    padding-right: 10px;
    line-height: 0px;
}

.foot .quick .contact-foot p {
    display: inline-block;
    color: #9E9E9E;
    line-height: 0px;
}

.foot .quick .contact-foot h6 {
    font-size: 1.05em;
    color: white;
    padding-left: 20px;
}

.foot .quick h5:after {
    display: block;
    content: "";
    background: #ffc107;
    width: 60px;
    height: 1px;
    margin: 15px 0 30px 0;  
}

footer {
    min-height: 50px;
    background-color: #212121;
    color: rgba(238, 238, 238, 0.3);
    font-size: 0.8em;
}

footer p {
    padding-top: 15px;
    float: left;
}

footer a {
    padding-top: 15px;
    float: right;
}

footer a:hover {
    text-decoration: none;
}

.breadcrumb {
    border-radius: none;
    margin-bottom: 0;
    background-color: rgb(242, 246, 248);
    color: #6c757d;
}
.breadcrumb-item.active {
    color: #ffc107;
  }
/*****************************************************************
* ABOUT
*****************************************************************/
.about {
    margin-top: 20px;
    margin-bottom: 20px;
}

.about img {
    filter: grayscale(60%);
}

.about h2 {
    font-weight: 700;
    color: #37474F;
    margin-left: 20px;
}

.about h2::after {
    display: block;
    content: "";
    background: #ffc107;
    width: 100px;
    height: 3px;
    margin: 10px 0 30px 0;    
}

.about h5 {
    font-size:1.3em;
    font-weight: 300;
    margin-left: 20px;
}

.about p {
    margin: 20px 0 0 20px;
}

.about .blockquote {
    font-style: italic;
    font-size: 1.8em;
    font-weight: 300;
    margin: 20px auto;
}
.about .blockquote::after {
    display: block;
    content: "";
    background: rgba(173, 182, 185, 0.5);
    width: 80%;
    height: 1px;
    margin: 10px 0 20px 70px;
}

.about h3 {
    font-weight: 500;
    color: #37474F;
    margin: 20px 0 20px 20px;
    font-size: 1.8em;
}

.about h3::after {
    display: block;
    content: "";
    background: rgb(173, 182, 185);
    width: 60px;
    height: 2px;
    margin: 10px 0 20px 0;
}

.about-list {
    list-style-type: none;
}

.about-list li {
    margin-top: 10px;
}
.about-list li::before {
    content: "✓";
    font-weight: 900;
    font-size: 1.2em;
    color: #ffc107;
    padding-right: 10px;
}

.about .link-services {
    height: 100px;
    background: rgba(173, 182, 185, 0.1);
    text-align: center;
    padding-top: 15px;
}

.about .link-services h3 a {
    color: #ffc107;
}

.about .link-services h3::after {
    all: unset;
}

/*****************************************************************
* LACKER
*****************************************************************/
.lacker {
    margin-top: 20px;
    margin-bottom: 20px;
}

.lacker img {
    filter: grayscale(60%);
}

.lacker h2 {
    font-weight: 700;
    color: #37474F;
    margin-left: 20px;
}

.lacker h2::after {
    display: block;
    content: "";
    background: #ffc107;
    width: 100px;
    height: 3px;
    margin: 10px 0 30px 0;    
}

.lacker h5 {
    font-size:1.3em;
    font-weight: 300;
    margin-left: 20px;
}

.lacker p {
    margin: 20px 0 0 20px;
}

/*****************************************************************
* NOCASH
*****************************************************************/
.nocash {
    margin-top: 20px;
    margin-bottom: 20px;
}

.nocash img {
    filter: grayscale(60%);
}

.nocash h2 {
    font-weight: 700;
    color: #37474F;
    margin-left: 20px;
}

.nocash h2::after {
    display: block;
    content: "";
    background: #ffc107;
    width: 100px;
    height: 3px;
    margin: 10px 0 30px 0;    
}

.nocash h5 {
    font-size:1.3em;
    font-weight: 300;
    margin-left: 20px;
}

.nocash p {
    margin: 20px 0 0 20px;
}


/*****************************************************************
* PROJECTS
*****************************************************************/
.projects {
    margin-top: 20px;
    margin-bottom: 20px;
}



.projects h2 {
    font-weight: 700;
    color: #37474F;
    margin-left: 20px;
}

.projects h2::after {
    display: block;
    content: "";
    background: #ffc107;
    width: 100px;
    height: 3px;
    margin: 10px 0 30px 0;    
}

.projects h5 {
    font-size:1.3em;
    font-weight: 300;
    margin-left: 20px;
}

.projects p {
    margin: 20px 0 0 20px;
}

/*****************************************************************
* CONTACT
*****************************************************************/
.contact {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact img {
    filter: grayscale(60%);
}

.contact h2 {
    font-weight: 700;
    color: #37474F;
    margin-left: 20px;
}

.contact h2::after {
    display: block;
    content: "";
    background: #ffc107;
    width: 100px;
    height: 3px;
    margin: 10px 0 30px 0;    
}

.contact-col h5 {
    font-size:1.2em;
    font-weight: 600;
    
    margin-left: 20px;
}

.contact p {
    margin: 20px 0 0 20px;
}

.contact-col h2::after {
    display: block;
    content: "";
    background: #ffc107;
    width: 80px;
    height: 2px;
    margin: 20px auto;

}

.contact-col {
    color: #37474F;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact-col span {
    margin-left:20px;
}

.contact-col h2 {
    padding-top: 20px;
}
/*****************************************************************
* TIMELINE
*****************************************************************/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-top: 40px;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}