
/*------------------------*/
/* Top bar*/
/*------------------------*/

.top-bar {
    padding: .75rem 0;
}

img.main-logo {
    height: 96px;
}

/*------------------------*/
/*  Navbar */
/*------------------------*/

.navbar {
    padding: 0;
    background-color: #F4F4F4;
    border-bottom: 2px solid  #00a7e1;
}


.navbar .navbar-toggler, .navbar .navbar-toggler:focus {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: .75rem 1.25rem;
	color: #00a7e1;
    font-weight: 200;
    text-transform: uppercase;
} 

.navbar .navbar-nav .nav-item.active .nav-link {
	color: #E8E8E8;
    background-color: #00a7e1;
} 


/*---------------------*/
/* banners */
/*---------------------*/

.banner {
    background-image: url('../../../assets/imgs/banners/main-bg.jpg');
    background-position: bottom 45% right 90%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay {
    /* background-color: #00171F55; */
    width: 100%;
}

.content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 3rem 0; 
}

.container-inner {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.secondary-logo {
    margin: 0 auto 1.5rem;
    height: 8.25rem;
    width: 8.25rem;
}

.content-container .title {
    color: #222222;
    padding: 1rem 2rem 1rem 0;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.25rem;
    max-width: 520px;
}

.content-container .subtitle {
    color: #111111;
    margin: 0 0 2.25rem;
    text-align: left;
    text-transform: capitalize;
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 2rem;
    max-width: 480px;
}

.content-container .subtitle.with-bg {
    color: #e8e8e8;
    background-color: #00a7e1;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    font-weight: 200;
} 

.banner-single {
    background: #00a7e1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.single-overlay {
    padding: 1.5rem 0;
}

.single-overlay  .title {
    text-transform: capitalize;
    font-size: 2.5rem;
    color: #e8e8e8;
    margin-bottom: 1.5rem;
}

.single-overlay .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 0rem;
    list-style: none;
    background: none; 
    border-radius: 0; 
}

.single-overlay .breadcrumb a {
    color: #d2d2d2;
}

.single-overlay .breadcrumb .breadcrumb-item.active {
    color: #e8e8e8;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #f1f1f1;
    content: ":";
}



/*-----------------------*/
/*  Cards */
/*-----------------------*/


.card-wrapper {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 1rem 1.25rem;
    box-shadow: none;
    transition: all 400ms linear;
}

.card-wrapper:hover {
    padding: 1.25rem  1.25rem;
    outline: 1px solid #5d5d5d;
    box-shadow: 10px 10px 0 0px #5d5d5d;
    transition: all 400ms linear;
}

.card-icon {
    margin-bottom: 1rem;
}

.card-title {
    font-weight: 700;
    font-size: 18px;
    color: #5d5d5d;
    padding: .25rem 0;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f8f8f8;
    position: relative;
    height: 100%;
    border: 1px solid #f8f8f8;
    overflow: hidden;
}

.shadow {
    position: absolute;
    top: -300px;
    left: 0;
    right: 0;
    background-color: #00a7e15e;
    z-index: 1;
    opacity: 0;
    transition: all linear 400ms;
}

.view_details {
    position: absolute;
    top: -100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    right: 60px;
    left: 60px;
    padding: .75rem 1rem;
    background-color: #00a7e1c7;
    border: 1px solid #00a7e1;
    color: #f8f8f8;
    text-transform: capitalize;
    z-index: 3;
    transition: top linear 400ms;
}

.view_details:hover {
    color: #f8f8f8;
    text-decoration: none;
}

.stats-container {
    flex-direction: column;
}

.product-options {
    position: absolute;
    background-color: #FFFFFF;
    bottom: -500px;
    right: 0;
    left: 0;
    padding: 1rem;
    z-index: 3;
    transition: bottom linear 200ms;
}

.product-card:hover .shadow {
    top: 0;
    opacity: 1;
    transition: all linear 200ms;
}

.product-card:hover .view_details {
    top: 25%;
    transition: top linear 400ms;
}

.product-card:hover .product-options {
    bottom: 0;
    transition: bottom linear 200ms;
}

/**/
/* sections */
/**/

.featured-product {
    padding: 1.56rem 0;
}

.flex-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    height: 100%;
}

.category-name {
    font-weight: 200;
    font-size: 18px;
    text-transform: uppercase;
    color: #5d5d5d;
}

.product-name {
    font-weight: 900;
    font-size: 24px;
    text-transform: capitalize;
    color: #3d3d3d;
}

.featured-product-image {
    width: 100%;
    object-fit: contain;
}

.label {
    background: #001124;
    display: flex;
    width: 9.75rem;
    align-items: center;
    padding: .25rem .75rem;
    margin-top: -1.56rem;
}

.label p {
    margin: 0;
    color: #e8e8e8;
}

.product-tags {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    z-index: 2;
}

.product-tag {
    display: block;
    background-color: #ff3333;
    padding: .25rem .75rem;
    margin-bottom: .25rem;
    color: #001124;
    text-transform: lowercase;
    font-weight: 600;
}

.brands-block {
    padding: 2.25rem 0;
}

.maintext {
    color: #3d3d3d;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    font-size: 22px;
}

.subtext {
    color: #5d5d5d;
    font-size: 18px;
    font-weight: 200;
}

.image-wrapper {
    display: inline-block;
    height: 72px;
    width: 96px;
    margin: 0 1.5rem 1.5rem 0;
}

.image-wrapper img {
    max-width: 100%;
    max-height: 72px;
}

/*---------------------*/
/* Widgets */
/*---------------------*/

.request-form {
    padding: 1rem;
    margin-bottom: 1.25rem;
}

.widget .title {
    margin-bottom: 1.25rem;
}

.widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.widget-list-item {
    display: block;
    border-bottom: 1px solid #e8e8e8;
}

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

.widget-list-item a {
    display: block;
    padding: .35rem .25rem .35rem 0;
    margin: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {  
    text-align: center;  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}

/* map bg*/

.map-bg {
    background-image: url('../../imgs/banners/maps.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.map-bg .overlay {
    background-color: #001015DD;
}

/*---------------------*/
/* Footer */
/*---------------------*/

.footerTop {
    padding: 1.75rem 0;
    background-color: #001015;
}

.footerTop .title {
    text-transform: uppercase;
    color: #e8e8e8;
    font-weight: 200;
}

.footerTop .formSubtitle {
    color: #e8e8e8;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 1.25rem;
}

.footerTop .flex {
    display: flex;
}

.footerTop .flex-row {
    flex-direction: row;
    justify-content: flex-start;
}

.footerTop .footer-top-icons-blue-bg {
    margin-right: .75rem;
    margin-top: 4px;
    background-color: #00A7E1;
    color: white;
    padding: .5rem .25rem;
    height: 32px;
    width: 32px;
    text-align: center;
}

.footerTop .logo-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: .25rem 0;
}

.footerTop .secondary-logo-img {
    margin: 0 1rem 1.5rem 0;
    height: 4rem;
    width: 4rem;
}

.footerTop .logo-text {
    color: #e8e8e8;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5rem;
}

.logo-inner-text {
    letter-spacing: .15rem;
    color: #00A7E1;
    font-size: 1.25rem;
    font-weight: 200;
    text-transform: capitalize;
}