.top-bar {
    padding: 10px;
    background: #183864;
    height: 48px
}
.top-bar ul li a {
    color: #fff;
    text-decoration: none;
    transition: .5s
}
.top-bar ul li a:hover,.top-social ul li a:hover {
    color: #f8ae95
}
.top-contact ul li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-right: 25px
}
.top-social {
    float: right
}
.top-social ul li {
    display: inline-block;
    margin-right: 9px
}
.top-social ul li a {
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%
}
@media screen and (max-width: 920px) {
    .top-bar {
        height:60px
    }
    .top-contact ul li {
        font-size: 25px
    }
    .top-contact ul li a span {
        display: none
    }
}
@media screen and (max-width: 600px) {
    .top-bar {
        height:48px
    }
    .top-contact ul li {
        font-size: 16px
    }
    .top-contact ul li a span {
        display: none
    }
    .top-social ul li a {
        font-size: 14px;
        width: 24px;
        height: 24px;
        line-height: 24px
    }
}

.navbar-light .navbar-brand{
    font-size: 33px;
    color: crimson;
}
.navbar-brand span{
    color: #183864;
}
.navbar-nav .nav-item a.nav-link{
    font-size: 18px;
    font-weight: 600;
    color: #183864;
}
.btn.btn-order{
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: crimson;
    border: 1 px solid crimson;
    padding: 5px 33px;
    border-radius: 25px;
    transition: all 0.4s ease;
}
.btn.btn-order:hover{
    background-color: #183864;
    border: 1 px solid #183864;
    transform: scale(1.05);
}

.hero-section{
    background: url('../images/hero-bg.jpg') center no-repeat;
    height:270px;
    width:100%;
    background-position-y:0px;
    box-sizing: border-box;
}
.hero-title{
    text-align: center;
    float: none;
    font-size: 50px;
    font-weight: 700;
    color: white;
    text-shadow: 3px 3px 2px #424242;
    padding: 80px 0 0 20px;
}
.hero-form p{
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.btn.btn-submit{
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: crimson;
    border: 1 px solid crimson;
    padding: 9px 60px;
    border-radius: 25px;
    transition: all 0.4s ease;
}
.btn.btn-submit:hover{
    background-color: #183864;
    border: 1 px solid #183864;
    transform: scale(1.05);
}

.form-section{
    padding: 70px 20px;
}
.search-form{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e8eeff;
    border: 1px solid rgba(55, 97, 191, .3);
    border-radius: 4px;
    color: #a9a9a9;
    padding: 50px 25px;
    position: relative;
}
.search-form .form-control{
    height: 60px;
    font-size: 18px;
    font-weight: 600;
}
.search-form h2,
.search-form p{
    color: black;
}

.feature-card{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    padding: .5rem;
    text-align: center;
    font-size: 1.2rem;
    color: #d9d9d9;
    align-items: center;
}
.feature-card img{
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.feature-card img:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.feature-card h3{
    position: absolute;
    max-width: 300px;
    margin: 0;
    padding: .5rem;
    word-break: break-word;
    font-size: 2rem;
    background-color: rgba(0,0,0,.4);
    color: #f2f2f2;
}

.intro-section{
    padding: 55px 15px;
}
.intro-section p{
    font-size: 16px;
    text-align: justify;
}
.intro-section p span{
    font-size: 22px;
    font-weight: 600;
    color: #183864;
}
.intro-section img{
    border-radius: 15px;
}

.top-selling-container{width: 100%;padding: 0px 72px;margin-top: 20px;text-align: center;}
.top-selling-image-box{height: 300px;}
.top-selling-title{font-size: 30px;text-transform: uppercase;text-align: center;margin-bottom: 0px;color:#183864;}
.top-selling-description{margin-top: 8px;margin-bottom: 32px;font-size: 16px;line-height: 26px;color: black;}
.top-selling-box{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;margin-bottom: 48px;grid-gap: 20px;}
.top-selling-box2{display: grid;grid-template-columns: 1fr 1fr 1fr;margin-bottom: 48px;grid-gap: 20px;}
.top-selling-item{padding-bottom: 24px;border-radius: 4px;box-shadow: 0 5px 1em rgba(0,0,0,.15);}
.top-selling-image{max-width: 100%;}
.top-selling-subtitle{font-size: 22px;margin-top: 32px;}
.top-selling-subtitle strong{color:crimson;}
.top-selling-star{width: 16px;height: 16px;display: inline-block;margin-top: 16px;margin-right: 2px;}
.top-selling-box.makes a{text-decoration: none;color: #183864;}
.top-selling-box.makes a p{padding: 20px 25px 0px 25px;}
@media only screen and (max-width: 1023px){
    .top-selling-container{padding: 0 36px;}
    .top-selling-box, .top-selling-box2{grid-template-columns: 1fr 1fr;margin-bottom:10px;}
}
@media only screen and (max-width: 600px){
    .hero-title{font-size:40px;padding: 50px 0 20px;}
    .top-selling-box {grid-gap: 0px;}
    .top-selling-item {padding-bottom: 15px;}
    .top-selling-box, .top-selling-box2{grid-template-columns: 1fr;margin-bottom:10px;}
    .top-selling-box.makes a p {padding: 10px 20px 0px 20px;}
}

.why-choose-container{width: 100%;padding: 0px 72px;margin: 72px 0;text-align: center;}
.why-choose-title{font-size: 30px;text-transform: uppercase;text-align: center;margin-bottom: 0px;color: #183864}
.why-choose-text{margin-top: 24px;text-align: left;}

.breadcrumb-holder{
    margin-bottom: -12px;
    overflow: hidden;
    padding: 16px 8px 0;
    position: relative;
}
.breadcrumb-nav{
    overflow-x: auto;
    padding-bottom: 12px;
}
.breadcrumbs ul{
    font-size: 1.2em;
    list-style: none;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}
.breadcrumbs ul li:first-child{
    text-transform: capitalize;
}
.breadcrumbs ul li{
    color: #464646;
    display: inline-block;
}
.breadcrumbs ul li:not(:last-child):after{
    content: "|";
    display: inline-block;
    font-size: 1.2em;
    font-style: normal;
    line-height: .58;
    position: relative;
    text-align: center;
    top: 0;
    width: 22px;
}
.breadcrumbs ul li:last-child{
    padding-right: 5px;
}
.breadcrumbs ul li a{
    color: black;
    text-decoration: none;
}
.hero-section-engines{
    background: url('../images/engines.jpg') center no-repeat;
    height:220px;
    width:100%;
    background-position-y:0px;
    box-sizing: border-box;
}

.footer{width: 100%;}
.top-footer{
    background-color: #183864;
}
.top-footer .footer-text{
    text-decoration:none;color: #fff;padding: 10px 0;font-size: 18px;font-weight:600;
}
.footer-wrapper{display: grid;grid-template-columns: 1fr;text-align: center;max-width: 500px;margin: auto;}
.footer-text{color: #fff;padding: 10px 0;font-size: 18px;}
.footer-link:hover{cursor: pointer;text-decoration: underline;}
.footer-main{
    padding-top: 33px;
}
.footer-main .footer-contacts h4{
    color: #183864;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-main .footer-contacts ul li{
    padding-bottom:20px;
}
.footer-main .footer-contacts ul li a{
    text-decoration: none;
    color: #183864;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease;
}
.footer-main .footer-contacts ul li a:hover{
    color: crimson;
}
.footer-main .footer-links h4{
    color: #183864;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-main .footer-links ul li{
    padding-bottom:5px;
}
.footer-main .footer-links ul li a{
    text-decoration: none;
    color: #183864;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease;
}
.footer-main .footer-links ul li a:hover{
    color: crimson;
}
.footer-description .footer-brand{
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    font-size: 33px;
    color: crimson;
}
.footer-description .footer-brand span{
    color: #183864;
}
.footer-description p{
    font-weight: 600;
}
.footer-description ul li{
    color: #183864;
    font-size: 16px;
    font-weight: 700;
}

figure.snip1199 {
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    text-align: right;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1199 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
figure.snip1199 img {
    max-width: 100%;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
figure.snip1199 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
figure.snip1199 h3,
figure.snip1199 i {
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    line-height: 50px;
}
figure.snip1199 h3 {
    margin: 0;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    background-color: #000000;
    color: rgba(255, 255, 255, 0);
}
figure.snip1199 h3 span {
    font-weight: 800;
}
figure.snip1199 i {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 34px;
    color: #000000;
    width: 50px;
    height: 50px;
    z-index: 1;
    text-align: center;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
figure.snip1199 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
figure.snip1199.blue {
    background-color: #183864;
}
figure.snip1199.blue i {
    color: #20638f;
}
figure.snip1199.blue h3 {
    background-color: crimson;
}
figure.snip1199.red {
    background-color: #ab3326;
}
figure.snip1199.red i {
    color: #962d22;
}
figure.snip1199.red h3 {
    background-color: #962d22;
}
figure.snip1199.orange {
    background-color: #d67118;
}
figure.snip1199.orange i {
    color: #bf6516;
}
figure.snip1199.orange h3 {
    background-color: #bf6516;
}
figure.snip1199.navy {
    background-color: #2b3c4e;
}
figure.snip1199.navy i {
    color: #222f3d;
}
figure.snip1199.navy h3 {
    background-color: #222f3d;
}
figure.snip1199.aqua {
    background-color: #17a689;
}
figure.snip1199.aqua i {
    color: #148f77;
}
figure.snip1199.aqua h3 {
    background-color: #148f77;
}
figure.snip1199:hover img,
figure.snip1199.hover img {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
figure.snip1199:hover figcaption,
figure.snip1199.hover figcaption {
    -webkit-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
figure.snip1199:hover h3,
figure.snip1199.hover h3,
figure.snip1199:hover h3 span,
figure.snip1199.hover h3 span {
    color: #ffffff;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
figure.snip1199:hover i,
figure.snip1199.hover i {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
@media screen and (max-width: 600px) {
    figure.snip1199 figcaption,
    figure.snip1199 figcaption {
        -webkit-transform: translateY(150%) scaleY(1);
        transform: translateY(150%) scaleY(1);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    figure.snip1199 h3,
    figure.snip1199 h3,
    figure.snip1199 h3 span,
    figure.snip1199 h3 span {
        color: #ffffff;
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }
    figure.snip1199 i,
    figure.snip1199 i {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
}