﻿.container {
    font-family: 'Poppins','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.topbar {
    font-family: 'Montserrat',Verdana, Geneva, Tahoma, sans-serif;
}

/* Accordions */

.accordion {
    font-family: 'Poppins','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.accordion-header {
    color: #a32526;
    background-color: white;
}

.accordion-button:not(.collapsed) {
    background-color: #0c1239;
    color: white;
}

.accordion.action-accordion .accordion-button.collapsed {
    background-color: #a32526;
    color: white;
}

.accordion.action-action-accordion .accordion-button:not(.collapsed) {
    background-color: #0c1239;
    color: white;
}

.secpadd {
    padding: 60px 0 30px;
}

.nav ul.menu > li.has-children > a:before, .nav ul.menu > li.active > a:before {
    content: none;
}

.nav ul.menu > li {
    padding: 9px 16px;
}

.entry-meta, .entry-meta a {
    font-family: 'Poppins',Verdana, Geneva, Tahoma, sans-serif
}

.all-project ul.filter li {
    border-bottom: 3px solid white;
    transition: none;
    padding: 0;
    margin-right:15px;
}
    .all-project ul.filter li.active, .all-project ul.filter li:hover {
    color: black;
    border-bottom: 3px solid #a32526;
}

    .projects-wrapper {
        display: flex;
        justify-content: center;
        width:calc(100% - 40px);
        flex-wrap: wrap;
    }

.project-wrapper {
    margin: 0 5px 30px 5px;
    text-align: center;
    max-width: 300px;
    border-radius: 15px;
    padding:0;
}

    .project-wrapper .project-thumbnail {
        height: 250px;
        border-left: solid 2px #0c1239;
        border-right: solid 2px #0c1239;
        border-top: solid 2px #0c1239;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
.project-wrapper .project-thumbnail img {
    max-width: 250px;
    max-height: 250px;
    height:auto;
}
.project-wrapper:hover .project-thumbnail img {
    transform: scale(0.8);
}

.project-details {
    text-align: left;
    background-color: #13183E;
    color: white;
    padding: 15px 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 180px;
}

.project-details h4 {
    margin-left: 1.5em;
    margin-top:1em;
    font-family: 'Poppins';
    color: white;
}

.project-details ul {
    list-style: none;
    text-align: left;
}
.project-details li {
    font-family: Montserrat;
    font-size: 14px;
}

    .project-details ul li:before {
        content: '✓';
        margin-right: 15px;
        color: #a32526;
    }

.button-link-square {
    height: 45px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: transparent;
    border: 1px dashed #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    padding: 3px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Poppins','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
    .button-link-square:hover {
        color: white;
        border: 1px solid #a32526;
        background-color: #a32526;
    }

.header-title.about-us {
    background: url(../images/page-header.jpg) center center no-repeat local;
    background-size: cover;
}

.footer-widgets .menu li {
    padding: 0px 0 2px 15px;
    border: 0;
}

.contact-widget {
    padding-top:0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact-widget .contact a {
    color: #FFF !important;
}

.contact {
    padding-bottom: 20px;
}

.footer-logo img {
    max-width:70%;
}

.rightredbrdr {
    border-right: 2px solid #a32526;
    padding-right: 25px;
    width: fit-content;
}

    .nav { justify-content: space-between; margin-left: 50px;}

.subscribe {
    text-align: left;
}

.fh-btn-sm {
    height:30px;
    width:100px;
}

.fh-icon-box.style-3.mini-subscribe h4 {
    padding-left:0;
    text-align: left;
}

.fh-icon-box.style-3.mini-subscribe strong {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}

.fh-icon-box.style-3.mini-subscribe input[type="email"], .fh-icon-box.style-3.mini-subscribe input[type="text"] {
    border: solid 2px #708A9B;
    padding: 10px 10px;
    margin-bottom: 15px;
    /*margin-right:40%;*/
    /*width:60%;*/
    border-radius: 4px;
    color: #1C2144;
    background-color: #F7F7F7;
}

@media (max-width: 667px) {
    .fh-icon-box.style-3.mini-subscribe input[type="email"], .fh-icon-box.style-3.mini-subscribe input[type="text"] {
        margin-right: 0;
        width: 100%;
    }
}

.video { max-width:100%;}

.welcomebg {
    background: #0c1239 url(../images/bg/welcomebg.jpg) no-repeat;
    background-size: cover;
}

.homecounts-2 {
    background-color: #0c1239;
}

.cta-dark {
    margin-top:3em;
    text-align: left;
}

.cta-dark span {
    color: #a32526;
    font-family: 'Montserrat','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    display:block;
}

.cta-dark > strong {
    color: white;
    padding: 0 0 15px 0;
    font-size: 36px;
    font-family: 'Montserrat','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 30px;
}

.cta-dark > strong > a {
    color: white;
    font-size: 32px;
}

.fh-counter h4 {
    padding:0;
}

.fh-counter.icon-left .fh-icon i, .fh-counter.icon-left .fh-icon i:before {
    font-size: 73px;
    line-height: 100px;
    margin-right: 10px;
}

@media (max-width:1024px) {
    .projects-wrapper {
        width: 100%
    }
    .project-wrapper {
        margin-left: 5px;
        margin-right: 5px;
    }

        .project-wrapper .project-thumbnail {
            height: 220px;
            max-width: 250px;
            max-height: 220px;
        }
            .project-wrapper .project-thumbnail img {
                max-width: 220px;
                max-height: 220px;
            }
    .project-details h4 {
        margin-top: auto;
    }
    .project-details ul {
        max-width:99%;
    }
}

@media (max-width: 991px) {
    .footer-sidebars {
        padding-top: 0;
    }
    .project-wrapper { 
        width:222px;
    }
    .project-wrapper .project-thumbnail {
        height: 220px;
        max-width: 250px;
        max-height: 220px;
    }

        .project-wrapper .project-thumbnail img {
            max-width: 220px;
            max-height: 220px;
        }
    
}

@media (max-width: 667px) {
    .projects-wrapper {
        margin-left:0;
    }
    .project-wrapper {
        width: 83.3333333333%;
        max-width: 100%;
    }

        .project-wrapper .project-thumbnail {
            height: 300px;
            width: 100%;
            max-width: 100%;
            max-height: 300px;
        }

            .project-wrapper .project-thumbnail img {
                max-height: 300px;
                max-width: 300px;
            }
            .project-details {
                margin-top: -7px;
                text-align: center;
            }
            .project-details h4 {
                margin-left:0;
            }
            .project-details ul {
                text-align:center;
                padding-left:0;
            }

    .fh-service-box-2 .box-wrapper {
        border: solid 2px #a32526;
    }
}

/* ALtered page header for sub pages*/
.page-header {background:none;}

@media (min-width: 667px) {
    .header-transparent .page-header .header-title {
        padding-top: 360px;
    }
}

.page-header .breadcrumb-area {
    background:none;
    background-image: linear-gradient(135deg,rgba(35,45,81,0.4),transparent);
    position:relative;
    bottom:63px;


}

.page-header .breadcrumb-area nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
}

.page-header .breadcrumb-area nav a {
    font-family: 'Poppins';
    color: white;
    white-space: nowrap;
}

    .page-header .breadcrumb-area nav a:hover {
        color: #a32526;
    }

    .page-header .breadcrumb-area nav i {
        font-size: 18px;
    }

    @media (max-width:667px) {
        .page-header .breadcrumb-area {
            bottom: 11px;
            height: 30px;
            padding-bottom: 30px;
        }
    }

.header-title .container {
    padding-top: 0;
    padding-bottom: 210px;
    height: 100%;
    margin-top: -92px;
    margin-bottom: -120px;
    width: 100%;
    max-width: 100%;
    background-image: linear-gradient( to top, rgba(16,12,40,1), rgba(16,12,40,0) );
}

/* Call to Action Banner */
.cta {
    background: #0c1239 url(../images/bg/welcomebg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0 0 0;
    height: 600px;
}

.cta h2 { color: white;}

@media (max-width:767px) {
    .cta {
        height: 100%;
    }
}

@media (max-width:767px) {
    .cta.cta-telematics {
        height: 1520px;
    }

    body .cta-telematics .fh-icon-box.style-3 {
        text-align: center;
    }
}

/* Card Comparison Tool */

.fake-card-finder {
    /*height: 500px;*/
}

    .fake-card-finder > div {
        color: #FFF;
    }
    .fake-card-finder .itemrow {
        
    }

    .fake-card-finder .item {
        background-color: #a32526;
        border-radius: 10px;
        height: 200px;
        width: 300px;
    }

    @media (max-width: 767px) {
        .fake-card-finder { height:1550px;}
    }


.card-finder-item {
    background: #a32526;
    color: #fff;
    padding: 20px;
    padding-bottom: 15px;
    border-radius: 10px;
    height: 230px;
}

    .card-finder-item .carousel {
        background: #F7F7F7;
        margin-left: -20px;
        /*padding-right: 20px;*/
        margin-right: -20px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-top: 15px;
        height: 175px;
    }

    .card-finder-item .carousel .carousel-inner {
        /*width: calc(100% + 20px);*/
    }

.card-finder-item > .title {
    color: white;
    margin-top:-5px;
}


.card-finder-item p {
    display: block;
    text-align: center;
    color: #0c1239;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top:-10px;
}

.card-finder-item label {
    display: block;
    color: #0c1239;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 40px;
}

.card-finder > [class^="col-"] {
    margin-top: 0;
    margin-bottom: 30px;
}

.card-finder .carousel-item .w-50 {
    margin-left: 33%;
    max-height: 150px;
}

.card-finder .carousel-item .w-50 img {
    height: 127px;
    width: 127px;
}
    .card-finder-item button {
        height: 127px;
        width: 50%;
        /*margin-left:25%;*/
        color: yellow;
        background:none;
        outline:none;
        border:none;
    }

.card-finder-item button:hover {
    height: 127px;
    width: 50%;
    /*margin-left: 25%;*/
    color: #0c1239;
    background: none;
    outline: none;
    border: none;
}
.card-finder-item {
    text-align: center;
}

.card-finder-item i {
    /*margin-left: calc(50% - 55px);*/
    /*position: absolute;
    left: 50%;
    transform: translateX(-50%);*/
}
    .card-finder-item i::before {
        font-size: 90px;
        color: #0c1239;
        margin-top: 30px;
        margin-bottom: 10px;
    }


    /* Card Results*/
.card-price-icon {
    /*margin-left:-4rem;
    margin-right:2rem;*/
    position: relative;
    text-align: center;
}

.card-price-icon img {
    width: 84px;
    max-width: none;
}
.card-price-icon span {
    position: relative;
    top: -40px;
    left: 12px;
    color: #021c33;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -5px;
}
.card-network-details {
    color: #021c03;
    font-size: 14px;
    line-height: 24px;
    /*margin-left: 2rem;*/
}
@media (max-width:667px) {
    .card-network-details {
        margin-left:0;
    }
}



    /* Red Icons */
    .fh-icon-box.style-2 .fh-icon {
    background-color: #a32526;
    color:white;
}
        .fh-icon-box.style-2.icon8 .fh-icon i:before {
            font-size: 50px;
            margin-top:10px;
        }

.fh-icon-box.style-2 .fh-icon {
    background-color: #a32526;
    color: white;
}

.fh-icon-box.style-3 .fh-icon.superlarge {
    padding-top: 0;
    padding-bottom:70px
}

.fh-icon-box.style-3 .fh-icon.superlarge i:before {
    font-size: 120px;
    padding-right: 50px;
    padding-top: 0;
}

@media (max-width:1024px) {
    .fh-icon-box.style-3 .fh-icon.superlarge {
        padding-bottom: 100px;
        float:left;
    }

    .fh-icon-box.style-3 .fh-icon.superlarge i:before {
        font-size: 80px;
        padding-right: 40px;
    }
}

@media (max-width:991px) {
    body .fh-icon-box.style-3 {
        text-align: left;
    }
    .fh-icon-box.style-3 .fh-icon.superlarge {
        padding-bottom: 0;
        float: left;
    }
}

@media (max-width:768px) {
    body .fh-icon-box.style-3 {
        text-align: center;
    }
    .fh-icon-box.style-3 .fh-icon.superlarge {
        padding-bottom: 0;
        float: left;
    }

        .fh-icon-box.style-3 .fh-icon.superlarge i:before {
            font-size: 60px;
            padding-right: 40px;
        }
}


@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    .text-sm-left {
        text-align:left!important;
    }
    /*.container {
        max-width: 95%;
    }*/
}

@media (max-width: 768px) {
    .fh-counter .fh-icon {
        margin-left: 15%;
    }
}

/* mobile menu */
.primary-mobile-nav .dropdown-toggle::after {
    display:none;
}
.primary-mobile-nav ul.menu {
    font-family: 'Montserrat','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

    .primary-mobile-nav ul.menu li > ul .menu-parent-items {
        font-weight: bold;
    }

    /* Testimonials*/

        @media (max-width: 667px) {
            body .fh-latest-post, body .fh-testimonials {
                padding-bottom: 0;
            }
            .fh-testimonials .testi-item {
                position: relative;
                padding: 40px 35px 35px 40px;
            }
            .fh-testimonials .testi-icon {
                display: none;
            }
            .fh-testimonials-carousel .testi-wrapper { 
                background-image:none!important;
                padding-top: 0;
                padding-bottom: 50px;
            }

            .owl-prev, .owl-next {
                font-size: 50px;
            }
        }


        /* Footer */
        .footer-widgets {
            background-image: none;
        }

        /* News carousel */
.fh-latest-post .item-latest-post .entry-title {
    font-family: 'Poppins','Montserrat','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* Forms */

.gdpr-controls {
    display: flex;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
}

.gdpr-controls label {
    margin-left: 5px;
    margin-top: -2px;
    margin-right: 20px;
    font-size: 12px;
    font-weight: normal;
}

.nav.nav-tabs {
    justify-content: start;
}

.header-v1 .nav a.nav-link  {
    color: black;
}

    .header-v1 .nav a.nav-link:hover, .header-v1 .nav a.nav-link.active {
        color: #a32526;
    }

/* Our People */
.team-member {
    text-align: center;
}

.team-member:hover h4 {
    color: #a32526;
}

.team-member-name h4 {
    margin-top: 10px;
}

.team-member-name a {
    color: #a32526;
}
.team-member-role {
    font-weight: bold;
}

.whychoose-1 .quofrm1 {
    padding: 80px 30px 80px;
}

.abotimglft {
    padding-right: 30px;
}

@media (max-width: 992px) {
    .abotimglft {
        padding-right: 0;
    }
}

.abotimglft img {
    width: 100%;
}

.topbar-office a {
    color: #dde2fc;
}

.cargo-office-location-widget .topbar-office li {
    display: inline-flex;
    align-items: center;
}

.shell-images {
    margin-top: 2rem;
    text-align: center;
}

.shell-images.col-lg-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.shell-images.col-lg-1 img {
    transform: rotate(90deg)
}

@media (max-width: 992px) {
    .shell-images {
       padding-left: 2rem;
       padding-right: 2rem;
    }
}

@media (min-width: 992px) {
    .shell-images.col-lg-1 img {
        transform: rotate(0)
    }
}

.shell-images img {
    max-height: 80px;
}

.shell-images figcaption {
    font-size: 16px;
    margin-top: 1rem;
}

.site-header .site-menu {
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .site-header .site-menu {
        display: none;
    }
}

@media (max-width: 1400px) {
    .site-menu .nav ul.menu > li > a {
        font-size: 12px;
    }

    .site-menu .nav ul.menu > li {
        padding: 9px 14px;
    }
}

.popular-post .widget-thumb img {
    object-fit: cover;
}

.blogpage .entry-content a {
    color: #e10707;
    text-decoration: underline;
}

.tate-fleet-logo {
    width: 90%;
    max-width: 250px;
}

#modal-tate-fleet .btn-close {
    width: 30px;
    height: 30px;
    border-radius: 1000px;
    background: #0c1239;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: #0c1239 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    position: absolute;
    top: -15px;
    right: -15px;
}