* {
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

body, html {
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    line-height: 13pt;
    font-weight: 300;
    color: #444;
}

h1 {
    font-size: 3rem;
    font-weight: 100;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

h3 {
    font-size: 2rem;
    font-weight: 100;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1rem;
    font-weight: 600;
}

h5 {
    font-size: 1rem;
    font-weight: 100;
}

h6 {
    font-size: 0.8rem;
    font-weight: 400;
}

section {
    margin-bottom: 3rem;
}

.grow:hover {
    transform: scale(1.1);
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

::selection {
    background: #9e5ece;
    color: #FFF;
}

:focus {
    outline: none;
}

a,
a:active,
a:focus,
a:hover {
    color: #39c3c3;
    text-decoration: none;
    font-weight: 400;
}

#header {
    background: url(../images/home-banner.jpg) center top no-repeat;
    background-attachment: fixed;
    position: relative;
}

#header:before {
    content: " ";
    background: transparent;
    background: -moz-linear-gradient(210deg, rgba(158,94,206,0.3) 0%, rgba(57,195,195,0.3) 100%);
    background: -webkit-linear-gradient(210deg, rgba(158,94,206,0.3) 0%, rgba(57,195,195,0.3) 100%);
    background: linear-gradient(210deg, rgba(158,94,206,0.3) 0%, rgba(57,195,195,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e5ece",endColorstr="#39c3c3",GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#header header {
    background: rgba(0,0,0,0.1);
}

#header .navbar-toggler {
    padding: .75rem 0;
    line-height: 1rem;
    height: 45px;
}

#header .navbar .navbar-brand {
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

#header .navbar-expand-lg {
    padding: 0;
}

#header .navbar .nav-item .nav-link {
    padding: 30px 0.75rem 27px;
    margin: 0 .5rem;
    font-weight: 600;
    color: #FFF;
    border-bottom: solid 3px transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#header .navbar .nav-item.active .nav-link,
#header .navbar .nav-item .nav-link:hover,
#header .navbar .nav-item .nav-link:active {
    border-color: #39c3c3;
}

#header .text-container {
    color: #FFF;
    padding: 5rem 0 7rem 0;
}

.btn-filled {
    background: #9e5ece;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.3rem 1.2rem;
}

.btn-filled:hover {
    color: #9e5ece;
    background: #FFF;
    font-weight: 600;
}

.bg-purple-hover:hover,
.bg-purple {
    background: #9e5ece;
}

.text-purple {
    color: #9e5ece;
}

.bg-aqua,
.bg-aqua-hover:hover {
    background: #39c3c3;
}

.text-aqua {
    color: #39c3c3;
}

.brand-card {
    width: 20%;
    margin: 0px 5%;
    display: inline-block;
    position: relative;
    background: rgba(0,0,0,0.25);
    padding: 1rem;
    border-radius: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.75);
}

.brand-card:first-child {
    margin-left: 0;
}

.brand-card:last-child {
    margin-right: 0;
}

.brand-card img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.product-slide h4 {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.product-slide img {
    width: 20%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
}

.product-slide .text-container {
    display: inline-block;
    width: 76%;
    vertical-align: top;
}

.product-slide .text-container h6 {
    min-height: 28px;
}

.product-slide.vertical img,
.product-slide.vertical .btn {
    width: 80%;
    margin: 0 10%;
}

.mission h2 {
    color: #2b3c61;
}

.slick-navigation {
    position: absolute;
    top: 40%;
    right: 0;
    width: 100%;
}

.slick-navigation ul {
    list-style: none;
}

.slick-navigation ul li {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    font-size: 5rem;
    color: #666;
    font-weight: 100;
    cursor: pointer;
}

.slick-navigation ul li.prev {
    left: -4rem;
}

.slick-navigation ul li.next {
    right: -4rem;
}

.slick .product-slide {
    padding: 0 0.5rem;
}

.slick .product-slide img,
.slick .product-slide .text-container {
    width: 100%;
    display: block;
    text-align: justify;
}

.slick .product-slide h4 {
    text-align: center;
    margin-top: 1rem;
}

.slick .product-slide .btn {
    width: 80%;
    margin-left: 10%;
}

.contact-page {
    background: url("../images/map-pattern.jpg") repeat space;
    padding: 0;
}

.contact-page form{
    margin-top: 5rem;
}

.contact-page .static-contact {
    font-size: 1.15rem;
}

.testimonials {
    background: url(../images/testimonials.jpg) center top no-repeat;
}

.testimonials .testimonial-card {
    margin: 7rem 0;
    padding: 0 2rem;
    font-size: 13pt;
}

.testimonials .testimonial-card h6 {
    font-weight: 600;
    color: #9e5ece;
    font-size: 11pt;
    margin-top: 2rem;
}

.product-specs strong {
    font-weight: 900;
    text-transform: uppercase;
}

.social-links ul {
    padding: 0;
}

.social-links ul li {
    background: #EEE;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-left: 1rem;
    text-align: center;
    display: inline-block;
    list-style: none;
}

.social-links ul li:hover,
.social-links ul li:hover > a {
    color: #FFF;
}

.social-links ul li a {
    color: #9e5ece;
    -webkit-transition: none !important;
    transition: none !important;
}

footer .social-links {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: solid 1px #EEE;
}

footer .social-links h5 {
    font-weight: 600;
}

footer .footer-list h4:before {
    content: '';
    position: absolute;
    top: 2.25rem;
    width: 4rem;
    height: 2px;
    background: #39c3c3;
}

footer .footer-list h4 {
    text-transform: uppercase;
}

footer .footer-list ul {
    list-style: none;
    margin-top: 2.5rem;
    padding-left: 0;
}

footer .footer-list ul li {
    display: block;
    margin-bottom: 0.5rem;
}

footer .footer-list li,
footer .footer-list a,
footer .footer-list a:active,
footer .footer-list a:focus {
    color: #777;
    font-weight: 100;
}

footer .footer-list a:hover {
    color: #111;
}

footer .footer-list li .d-inline-block {
    vertical-align: top;
}

footer .credits {
    padding: 0.75rem 0;
    font-size: 9pt;
    background: #f9f9f9;
}

.category-pagination .pagination .page-link {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    font-weight: 100;
    background: transparent;
    color: #999
}

.category-pagination .pagination .page-item.active .page-link,
.category-pagination .pagination .page-item .page-link:hover {
    color: #39c3c3;
}

.category-pagination .pagination .previous .page-link,
.category-pagination .pagination .next .page-link {
    padding: 0.75rem;
    border: none;
    margin:0 0.5rem;
    line-height: 1rem;
}

.category-pagination .pagination .previous.disabled .page-link,
.category-pagination .pagination .next.disabled .page-link {
    cursor: default;
    color: #a9a9a9;
}

.category-pagination .pagination .previous .page-link:hover,
.category-pagination .pagination .next .page-link:hover {
    background: inherit;
}

@media (max-width: 576px) {
    .brand-card {
        width: 30%;
        margin: 0px 1%;
    }

    .product-slide img {
        width: 100%;
    }

    .product-slide .text-container {
        width: 100%;
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    .product-slide .text-container h6 {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    footer .footer-list {
        text-align: center;
        margin-top: 1rem;
    }

    footer .footer-list h4 {
        width: 30%;
        left: 35%;
    }

    footer .credits p {
        text-align: center !important;
        margin-bottom: .5rem !important;
    }
}

@media (max-width: 992px) {
    .navbar-expand-lg .btn-filled {
        display: none;
    }
}