/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #ffffff;
    color: #444;
    font-family: "ubuntu", sans-serif;
}

a {
    color: #7d7d7d;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
        color: #3878e3;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "ubuntu", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

h1 { color:#000992;}
h1.title{ text-align:center;}
/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #ffa127;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: #3878e3;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #0c2e8a;
    color: #fff;
}
.section-header{
    text-align:center;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

    #topbar .contact-info a {
        line-height: 1;
        color: #555;
    }

        #topbar .contact-info a:hover {
            color: #3878e3;
        }

    #topbar .contact-info i {
        color: #3878e3;
        padding: 4px;
    }

    #topbar .contact-info .fa-phone {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e9e9e9;
    }

    #topbar .social-links a {
        color: #555;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
        border-left: 1px solid #e9e9e9;
    }

        #topbar .social-links a:hover {
            color: #3878e3;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 8px 0;
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
	background-color:#f7f7f7;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

    #header #logo h1 {
        font-size: 42px;
        margin: 0;
        padding: 0;
        line-height: 1;       
        font-weight: 700;
    }
    #header #logo img{
        
    }

        #header #logo h1 a {
            color: #0c2e8a;
            line-height: 1;
            display: inline-block;
        }

            #header #logo h1 a span {
                color: #3878e3;
            }

    #header #logo img {
        padding: 0;
        margin: 0;
    }

@media (max-width: 768px) {
    #header {
        padding: 20px 0;
        height: 74px;
    }

        #header #logo h1 {
            font-size: 34px;
        }

        #header #logo img {
            max-height: 40px;
        }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    background: #2c2c4e;
    position: relative;
    text-align: center;
    padding: 0rem;
}


    

    #intro h1 {
        font-weight: 500;
		font-size:4rem;
        color: Grey;
    }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
@media (min-width:375px) and (max-width:992px){
	#intro img {
		width:80%;
			opacity:50%;
    }
	#intro h1{ margin:0; font-size: 3rem; color: #fff!important;}
	.carousel-inner{height:550px;}
}
@media (min-width:768px) and (max-width:992px){
    #header-sticky-wrapper{
        height: 110px !important;
    }

    #nav-menu-container {
        float: left;
        margin: -64px 0 0 199px !important;
    }
    #header{
        height: 110px !important;
    }

   
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 8px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 10px 0 0 40px;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
    #launch{
        padding-top: 0px !important;
    }
}

#launch{
    padding-top: 2rem;
    padding-right: 4rem;
    position: absolute;
    right: 0;
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #7e7e7e;
    font-size: 20px;
    outline: none;
}

.nav-menu li:hover > a, .nav-menu  > a {
    color: #3878e3;
}

.nav-menu > li {
    margin-left: 50px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 13px;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #3878e3;
        }

    .nav-menu ul ul {
        margin: 0;
    }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #555;
    }

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 16px;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #3878e3;
            }

        #mobile-nav ul .menu-item-active {
            color: #3878e3;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

/* Header */

/*.carousel-item active #slide1 { background-image: url("../img/intro-slides/slide-01.jpg"); width:100%;}*/

/* About Section
--------------------------------*/
#about {
    padding: 60px 0;
    background: #fff;
}
#about p { color:#777;}

    #about .about-img {
        overflow: hidden;
    }

        #about .about-img img {
            margin-left: -15px;
            max-width: 100%;
        }

@media (max-width: 768px) {
    #about .about-img {
        height: auto;
    }

        #about .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }
}

#about  h2 {
    color: #fff;
}

#about .content h6 {
    color: #fff;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 26px;
}

#about .content p {
    line-height: 26px;
}

    #about .content p:last-child {
        margin-bottom: 0;
    }

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #3878e3;
}

#about .content ul {
    list-style: none;
    padding: 0;
}

    #about .content ul li {
        padding-bottom: 10px;
    }

/* Services Section
--------------------------------*/
#services {
    padding: 30px 0 0 0;
}

    #services .box {
        min-height: 194px;
        padding-bottom: 1rem;
        padding-top: 2rem;
        padding-left: 1rem;
        margin-bottom: 40px;
        box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
        background: #fff;
		border:1px solid #ccc;
        transition: 0.4s;
    }

        #services .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #services .box .icon {
			text-align: center;
			padding-right:1rem;
        }

            #services .box .icon i {
                color: #444;
                font-size: 64px;
                transition: 0.5s;
                line-height: 0;
                margin-top: 34px;
            }

                #services .box .icon i:before {
                    background: #0c2e8a;
                    background: linear-gradient(45deg, #3878e3 0%, #a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

        #services .box h4 {
            margin: 5px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #ffa127;
            font-size: 20px;
        }

            #services .box h4 a {
                color: #ffa127;
				text-align: center;
            }

        #services .box p {
            font-size: 14px;
            mmargin: 5px;
            margin-bottom: 0;
            line-height: 24px;
        }

        #services .box .points {
            font-size: 14px;
        }


@media (max-width: 767px) {
    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4, #services .box p {
        margin-left: 0;
        text-align: center;
    }
	
}

.orange-clr {
    color: #ffa127;
}


/* Our products Section
--------------------------------*/
#WhatWe {
    background:url(../img/feldspar-bg.jpg); width:100%;
    color: #fff;
    padding: 30px 0;
}

    #products .products-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
    }

 
    #products h4 {
        color: #ffa127;
        font-size: 24px;
        font-weight: 700;
    }

    #products h2 {
        color: #fff;
        font-weight: 700;
    }

    #products h6 {
        margin-bottom: .5rem;
        font-weight: 500;
    }



/* Our careers Section
--------------------------------*/
#careers {

    padding: 0px 0 0 0;
}


    #careers h5 {
        font-weight: 700;
        color: #ffa127;       
    }

    #careers h2 {
        font-weight: 700;
        margin-bottom: 1rem;
        color: #0c2e8a;
        font-size:32px;
    }
   #careers h6{
       font-weight:700;
   }

/* Contact Section
--------------------------------*/
#contact {
    padding: 30px 0;
	background-color:#3d558a;
}
#contact h1,h3,#WhatWe h1{ color:#fff;}

    #contact .contact-info {
        margin-bottom: 20px;
        text-align: center;
    }

        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 10px;
            color: #9ce4ff;
        }

        #contact .contact-info address, #contact .contact-info p {
            margin-bottom: 0;
            color: #fff;
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #9ce4ff;
        }

        #contact .contact-info a {
            color: #000992;
			
        }

            #contact .contact-info a:hover {
                color: #3878e3;
            }

    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
}

#contact .contact-phone{border-right: 1px solid #748dc4; }
@media (min-width: 768px) {
    #contact .contact-address {
        border-left: 1px solid #748dc4;
        border-right: 1px solid #748dc4;
    }
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
	
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #efefef;
    padding: 0 0 30px 0;
    font-size: 14px;
}

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
		color:#9f9f9f;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #555;
    }

        #footer .credits a {
            color: #0c2e8a;
        }

/* ----------------------------------------
# Realign
-------------------------------------------*/
<!--.navbar.navbar-expand-md{ float:right;}-->
.apparel-sec-bg{ background:url(../img/apparel-bg.png) repeat-x; width:100%; top:0;}
#feldspar h1{ color:#fff;}

.tile-block{ background-color: #34446c; padding:15px; text-align:center; border-radius: 15px;}
.tile-block ul{margin-right:30px;}

.tile-block ul li{ list-style: none; margin-top:0.5em; padding: 5px 0; background-color: teal;border-radius: 10px;}
