/* =========================================================
   INSCAPE DATA - OUTDOOR NETWORK PAGE
   Bootstrap 4.4 + Poppins
========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    /*font-family: 'Poppins', Arial, sans-serif;*/
    color: #333;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
}

.container-fluid-custom {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* =========================================================
   NAVIGATION
========================================================= */


.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600; /* Required for Solid icons */
	border: none;
	vertical-align: middle;
}

.main-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 18px 0;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    width: 145px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 13.2px;
    font-weight: 500;
    padding: 10px 12px !important;
}

.navbar-nav .nav-link:hover {
    opacity: .8;
}

.store-btn {
    background: #2860b9;
    color: #fff !important;
    padding: 10px 18px !important;
    border-radius: 3px;
    margin-left: 8px;
}

.search-icon {
    color: #fff!important;
    font-size: 17.6px;
    margin-left: 18px;
}

.navbar-toggler {
    border: 1px solid rgba(255,255,255,.5);
}

/* =========================================================
   HERO
========================================================= */

.hero {
    min-height: 600px;
    position: relative;
    background:
        linear-gradient(
            90deg,
            rgba(22,27,34,.93) 0%,
            rgba(22,27,34,.78) 38%,
            rgba(22,27,34,.15) 72%,
            rgba(22,27,34,.05) 100%
        ),
        url("images/home-hero-outdoor-solutions.png") top center / cover no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-content {
    padding-top: 55px;
    max-width: 520px;
}

.hero h1 {
    font-size: 46.2px;
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 22px;
}

.hero p {
    font-size: 16.5px;
    line-height: 1.65;
    color: rgba(255,255,255,.85);
    max-width: 470px;
}

/* =========================================================
   PRODUCTS
========================================================= */

.products-section {
    background: #f1f4f7;
    padding: 34px 0;
}

.product-card {
    height: 100%;
    min-height: 280px;
    background: #fff;
    border: 1px solid #d4d9df;
    border-radius: 5px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
}

.product-card:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 15px;
    width: 40px;
    height: 3px;
    background: #0049d9;
}

.product-card h3 {
    font-size: 23px;
    line-height: 1.15;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 12px;
    max-width: 190px;
}

.product-card p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 180px;
    margin-bottom: 15px;
}

.product-image {
    position: absolute;
    right: 8px;
    top: 50px;
    width: 43%;
    max-width: 150px;
}

.product-link {
    position: absolute;
    left: 24px;
    bottom: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #0049d9;
}

/* =========================================================
   FEATURES
========================================================= */

.features-section {
    padding: 28px 0 34px;
    background: #fff;
}

.section-title {
    text-align: center;
    font-size: 23.1px;
    font-weight: 700;
    margin-bottom: 25px;
}

.feature-item {
    min-height: 55px;
    border-right: 1px solid #d8dce1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 18px;
}

.feature-item:last-child {
    border-right: none;
}

.feature-icon {
    font-size: 28px;
    margin-right: 12px;
    color: #333;
    min-width: 35px;
    text-align: center;
}

.feature-text {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
}

/* =========================================================
   MANAGED UPS
========================================================= */

.ups-section {
    background: #eef2f5;
    padding: 22px 0 28px;
}

.ups-banner {
    min-height: 290px;
    border-radius: 9px;
    overflow: hidden;
    position: relative;
    color: #fff;
    background:
        
        url("images/homepage-ups-background.png") center center / cover no-repeat;
}

.ups-content {
    position: relative;
    z-index: 2;
    padding: 28px 0 28px 30px;
    max-width: 880px;
	overflow: visible;
}

.new-label {
    display: inline-block;
    background: #2b62ba;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ups-banner h2 {
    font-size: 33px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 12px;
}

.ups-banner p {
    font-size: 15px;
    line-height: 1.5;
    max-width: 570px;
    margin-bottom: 22px;
}

.ups-features {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.ups-feature {
    display: flex;
    align-items: center;
    margin-right: 40px;
    font-size: 14px;
}

.ups-feature i {
    font-size: 20.9px;
    margin-right: 7px;
}

.learn-btn {
    background: #2860b9;
    color: #fff;
    border-radius: 3px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

/* =========================================================
   INDUSTRIES
========================================================= */

.industries-section {
    background: #eef2f5;
    padding: 0 0 32px;
}

.industry-card {
    background: #fff;
    border: 1px solid #d6dbe0;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.industry-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.industry-content {
    padding: 13px 13px 15px;
}

.industry-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.industry-content p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.all-industries {
    text-align: center;
    margin-top: 22px;
}

.all-industries a {
    font-size: 12px;
    color: #0049d9;
    font-weight: 600;
}

/* =========================================================
   RESOURCES
========================================================= */

.resources-section {
    padding: 25px 0 32px;
    background: #fff;
}

.resource-card {
    height: 100%;
    border: 1px solid #d3d7dc;
    border-radius: 4px;
    padding: 15px 13px;
    display: flex;
    align-items:flex-start;
}

.resource-icon {
    width: 43px;
    min-width: 43px;
    font-size: 28px;
    text-align: center;
    margin-right: 12px;
    color: #333;
}

.resource-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.resource-content p {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 7px;
}

.resource-content a {
    color: #0049d9;
    font-size: 12px;
    font-weight: 700;
}

/* =========================================================
   FOOTER
========================================================= */

.footer {
    background: #000f25;
    color: #fff;
}

.footer-cta {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.cta-icon {
    font-size: 35px;
    margin-right: 15px;
}

.cta-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px;
}

.cta-subtitle {
    font-size: 13px;
    margin: 0;
    color: rgba(255,255,255,.75);
}

.cta-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.quote-btn,
.contact-btn {
    padding: 11px 40px;
    font-size: 15px;
    border-radius: 3px;
    margin-left: 12px;
    text-align: center;
    min-width: 135px;
}

.quote-btn {
    background: #2860b9;
    color: #fff;
}

.contact-btn {
    border: 1px solid rgba(255,255,255,.7);
    color: #fff;
}

.footer-main {
    padding: 20px 0 10px;
}

.footer-nav {
    text-align: center;
}

.footer-nav a {
    color: #fff;
    font-size: 13px;
    margin: 0 15px;
}

.social-icons {
    text-align: right;
}

.social-icons a {
    color: #fff;
    margin-left: 20px;
    font-size: 17.6px;
}

.footer-bottom {
    padding: 10px 0;
    color: rgba(255,255,255,.7);
    font-size: 10px;
}

.footer-bottom-links {
    text-align: center;
}

.footer-bottom-links a {
    color: rgba(255,255,255,.7);
    margin: 0 8px;
}

.copyright {
    text-align: left;
}

.designed {
    text-align: right;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
    .hero {
        min-height: 400px;
    }

    .hero h1 {
        font-size: 39.6px;
    }

    .navbar-nav {
        background: rgba(25,30,38,.97);
        padding: 15px;
        margin-top: 10px;
    }

    .store-btn {
        display: inline-block;
        margin-left: 0;
    }

    .search-icon {
        margin-left: 0;
        display: inline-block;
        padding: 10px 12px;
    }

    .feature-item {
        border-right: none;
        border-bottom: 1px solid #ddd;
        justify-content: flex-start;
    }

    .feature-item:last-child {
        border-bottom: none;
    }

    .ups-banner {
        min-height: 330px;
    }

    .industry-image {
        height: 240px;
    }

    .footer-nav {
        text-align: left;
        margin-bottom: 20px;
    }

    .social-icons {
        text-align: left;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .container-fluid-custom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-nav {
        padding: 12px 0;
    }

    .navbar-brand img {
        width: 125px;
    }

    .hero {
        min-height: 400px;
        background-position: 65% center;
    }

    .hero-content {
        padding-top: 75px;
        padding-bottom: 30px;
    }

    .hero h1 {
        font-size: 34.1px;
        max-width: 390px;
    }

    .hero p {
        font-size: 14.3px;
        max-width: 360px;
    }

    .products-section {
        padding: 20px 0;
    }

    .product-card {
        min-height: 250px;
        margin-bottom: 15px;
    }

    .product-image {
        width: 40%;
    }

    .section-title {
        font-size: 20.9px;
    }

    .feature-item {
        justify-content: flex-start;
        padding-left: 25%;
    }

    .ups-banner {
        min-height: 430px;
    }

    .ups-content {
        padding: 25px 22px;
    }

    .ups-banner h2 {
        font-size: 24.2px;
    }

    .ups-features {
        display: block;
    }

    .ups-feature {

        margin-bottom: 10px;
    }
	
    .industry-card {
        margin-bottom: 15px;
    }

    .industry-image {
        height: 250px;
    }

    .resource-card {
        margin-bottom: 15px;
    }

    .footer-cta {
        text-align: center;
    }

    .cta-icon {
        margin: 0 0 10px;
    }

    .cta-buttons {
        justify-content: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .quote-btn,
    .contact-btn {
        margin: 5px;
    }

    .footer-nav {
        text-align: center;
    }

    .footer-nav a {
        display: block;
        margin: 10px 0;
    }

    .social-icons {
        text-align: center;
        margin-top: 15px;
    }

    .copyright,
    .designed {
        text-align: center;
        margin-bottom: 8px;
    }

    .footer-bottom-links {
        margin-bottom: 10px;
    }
}
