body{
    margin: 0;
}

.container{
    max-width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.topbar{
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
.topbar p{
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    color: #373542;
    font-size: 14px;
}
.topbar .contcat-info{
    float: left;
}
.topbar .name-info{
    float: right;
    text-align: right;
}
.topbar .social-info a{
    font-size: 16px;
    color: #373542;
    padding-right: 10px;
    padding-left: 10px;
}
.topbar .social-info a i:hover{
    color: #e82835;
}
.topbar .logo-top{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}
.menu-top{
    background-color: #e82835;
    width: 100%;
    clear: both;
    border-radius: 10px;
}
.menu-top .menu-list li {
    list-style: none;
    display: inline-block;

}
.menu-top .menu-list li a{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    padding: 20px 40px;
    display: block;
    text-decoration: none;
    border-bottom: 2px solid #e82835;
}
.menu-top .menu-list li a:hover{
    border-bottom: 2px solid #fff;
}
.menu-top .menu-list ul{
    margin: 0;
    padding-left: 0;
}
.menu-top .menu-list{
    margin: auto;
    display: table;
}
.menu-top .menu-list li.drp-dwn-list{
    position: relative;
    cursor: pointer;
}
.menu-top .menu-list li.drp-dwn-list i{
    padding-left: 5px;
}
.menu-top .menu-list .dropdown{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease-in-out;
    background-color: #e82835;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 20px;
}
.dropdown ul li{
    list-style: none;
    display: block !important;

}
.menu-top .menu-list li.drp-dwn-list:hover .dropdown{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.menu-top .menu-list li.drp-dwn-list .dropdown a{
    padding: 10px 10px;
}
.homepage-banner{
    background: url("../images/homepage-banner.jpg") no-repeat;
    background-size: cover;
    height: 800px;
    background-position: center;
    position: relative;
}
.homepage-banner .banner-text{
    position: absolute;
    top: 10%;
    right: 38px;
    max-width: 600px;
}
.homepage-banner .banner-text h1{
    font-family: 'Oswald', sans-serif;
    color: #373542;
    font-weight: 700;
    font-size: 65px;
    margin: 0;
    line-height: 70px;
}
.homepage-banner .banner-text h1 span{
    color: #e82835;
}
.homepage-banner .banner-text p{
    font-family: 'OpenSans', sans-serif;
    color: #373542;
    font-weight: 400;
    font-size: 16px;
}
a.quick-quote-btn{
    font-family: 'OpenSans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    background-color: #e82835;
    padding: 5px 30px;
    border-radius: 20px;
    padding-right: 10px;
    display: table;
    margin-top: 30px;
    text-decoration: none;
}
a.quick-quote-btn i{
    font-weight: 100;
    font-size: 12px;
    margin-left: 20px;
    background-color: #ffcc33;
    color: #484848;
    padding: 10px;
    border-radius: 50%;
}
h2.section-heading{
    font-family: 'Oswald', sans-serif;
    color: #373542;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding-top: 50px;
    padding-left: 20px;
}
h2.section-heading:before{
    position: absolute;
    content: "";
    width: 2px;
    height: 200px;
    background-color: #e82835;
    left: 0;
    top: 0;
}
a.read-more-btn{
    font-family: 'OpenSans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    background-color: #373542;
    padding: 5px 30px;
    border-radius: 20px;
    padding-right: 10px;
    display: table;
    margin-top: 30px;
    text-decoration: none;
}
a.read-more-btn i{
    font-weight: 100;
    font-size: 12px;
    margin-left: 20px;
    background-color: #ffcc33;
    color: #484848;
    padding: 10px;
    border-radius: 50%;
}
 .about-text-table img.about-img{
    box-shadow: 0 0 8px 3px #d9d9d9;
     width: 100%;
}
.about-section{
    padding-bottom: 185px;
    position: relative;
}
.about-section img.oil-gallon{
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-text-table .text h3 {
    font-family: 'Oswald', sans-serif;
    color: #373542;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #373542;
}
 .about-text-table .text p{
    font-family: 'OpenSans', sans-serif;
    color: #373542;
    font-weight: 400;
    font-size: 14px;
}
 .about-text-table .text{
    padding-left: 20px;
}
 .about-text-table{
    margin-left: 100px;
    margin-top: 50px;
     margin-bottom: 30px;
}
.cta-section{
    background-color: #ffcc33;
    padding-top: 30px;
    padding-bottom: 30px;
}
.cta-section h2{
    font-family: 'Oswald', sans-serif;
    color: #373542;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;

}
.cta-section a.number{
    font-family: 'Oswald', sans-serif;
    color: #373542;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;

}
.cta-section a.quick-quote-btn{
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
    vertical-align: bottom;
}
.cta-section .call-number{
    text-align: center;
    padding-top: 10px;
}
.top-brands-section{
    background-color: #f7f7f7;
    padding-bottom: 60px;
}
.about-text-table td{
    width: 50%;
}
.about-text-table .top-brands td{
    width: 50%;
}
.about-text-table .top-brands td img{
    width: 70%;

}
.about-text-table .top-brands .topbrand-info p{
    font-family: 'Oswald', sans-serif;
    color: #ffcc33;
    font-weight: 400;
    font-size:13px;
    text-transform: uppercase;
    margin: 0;
    background-color: #373542;
    padding: 3px 10px;
    width: 110px;
    margin-bottom: 5px;
}
.about-text-table .top-brands .topbrand-info h4{
    font-family: 'Oswald', sans-serif;
    color: #373542;
    font-weight: 400;
    font-size:20px;
    text-transform: uppercase;
    margin: 0;
}
.about-text-table .top-brands .image h3{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size:20px;
    text-transform: uppercase;
    margin: 0;
    padding-left: 24px;
}
.about-text-table .top-brands .topbrand-info .ratings-stars i{
    color: #ffcc33;
}
.about-text-table .qunatum-oil{
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    height: 130px;
    transition: all 0.3s ease-in-out;
}
.about-text-table .qunatum-oil table{
    width: 100%;
    padding-top: 24px;
}
.about-text-table .Klondik-oil img{
    width: 50% !important;

}
.about-text-table .Klondik-oil{
    margin-top: 20px;
}
.about-text-table .Klondik-oil table{
    padding-top: 13px;
    transition: all 0.3s ease-in-out;
}
.about-text-table .qunatum-oil .image{
    position: relative;
}
.about-text-table .qunatum-oil:hover{
    background-color: #373542;
    height: 180px;
    transition: all 0.3s ease-in-out;
}
.about-text-table .qunatum-oil:hover p{
    background-color: #ffcc33;
    color: #373542;
    transition: all 0.3s ease-in-out;
}
.about-text-table .qunatum-oil:hover h4{
    color: #ffcc33;
    transition: all 0.3s ease-in-out;
}
.about-text-table .qunatum-oil .addbtn{
    display: none;
    transition: all 0.3s ease-in-out;
}
.about-text-table .qunatum-oil:hover .addbtn{
    display: table;
    transition: all 0.3s ease-in-out;
}
.about-text-table .top-brands .qunatum-oil a.view-btn{
    color: yellow;
    background-color: black;
    padding: 7px 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 43%;
    left: 25%;
    transform: translate(-50%, -50%);
}
.our-products-section .p-names p{
    background-color: #ffcc33;
    color: #373542;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 3px;
    display: table;

}
.our-products-section .p-names h3{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
}
.our-products-section .six-products .product{
    position: relative;
    flex: 1;
    overflow: hidden;
    margin-right: 10px;

}
.our-products-section .six-products .product img{
    width: 100%;
}
.our-products-section .six-products .product .overly{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;

}
.our-products-section .six-products .product:hover .overly{
    background: rgba(232, 40, 53, 0.5);
    transition: all 0.3s ease-in-out;
}
.our-products-section .six-products .product:hover .p-names{
    background-color: #e82835;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.our-products-section .product .p-names{
    position: absolute;
    left: 0;
    bottom: -55px;
    background-color: #373542;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-clip-path: polygon(0 0%, 100% 26%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 26%, 100% 100%, 0% 100%);
}
.our-products-section .product .p-names{
    padding-left: 20px;
    padding-top: 24px;
    padding-bottom: 10px;
}
.our-products-section .six-products{
    margin-left: 100px;
    margin-top: 50px;
    display: flex;
}
.our-products-section .product .p-names a.read-more-btn{
    margin-top: 20px;
}
.our-products-section img.klondik-oil-bottles-product{
    float: right;
}
.our-products-section{
    overflow: hidden;
}
.map-section iframe{
    width: 100%;
    height: 400px;
}
.footer-section{
    background-color: #e82835;
    padding-top: 150px;
    padding-bottom: 40px;
}
.footer-section .footer-logo{
    background-color: #fff;
    padding: 10px;
    display: table;
    border-radius: 10px;
    margin: auto;
}
.footer-section .quick-links-footer h4{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.footer-section .quick-links-footer{
    max-width: 400px;
    margin: auto;
}
.footer-section .quick-links-footer .links a{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
}
.footer-section .quick-links-footer .links{
    text-align: center;
}
.footer-section .quick-links-footer .links a:hover{
    background-color: #373542;
}
.sub-footer{
    background-color: #373542;
    overflow: hidden;
}
.sub-footer p{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 14px;
    float: left;
}
.sub-footer .menu-footer {
    float: right;

}
.sub-footer p a{
    color: #fff;
}
.sub-footer p.designed{
    padding-left: 10px;
}
.sub-footer .menu-footer li a{
    font-family: 'OpenSans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.sub-footer .menu-footer li{
    display: inline-block;
    list-style: none;
}
.sub-footer .menu-footer li a:hover{
    color: #ffcc33;
}
.map-section{
    position: relative;
}
.map-section .contact-info-footer{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: -80px;
    z-index: 1;
}
.map-section .contact-info-footer .container{
    display: flex;
}
.map-section .contact-info-footer .find-us{
    background-color: #373542;
    flex: 1;
    margin-right: 20px;
    padding: 0 20px;
    box-shadow: 0 0 20px 2px #484848;
    z-index: 1;
}
.map-section .contact-info-footer .find-us .top p{
    color: #373542;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #ffcc33;
    display: table;
    text-transform: uppercase;
    padding: 0 10px;
}
.map-section .contact-info-footer .find-us h4{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    display: table;
    text-transform: uppercase;
    margin: 0;
}
.map-section .contact-info-footer .find-us .top a{
    display: table;
    border-radius: 50%;
    border: 1px solid #ffcc33;
    width: 40px;
    height: 40px;
    text-align: center;
}
.map-section .contact-info-footer .find-us .top a i{
    font-size: 30px;
    color: #ffcc33;
    padding-top: 3px;
}
.map-section .contact-info-footer .find-us .top{
    border-bottom: 1px solid #fff;
}
.map-section .contact-info-footer .find-us .top table{
    width: 100%;
}
.map-section .contact-info-footer .find-us .top table td{
    width: 50%;
}
.map-section .contact-info-footer .find-us .bottom p{
    color: #fff;
  font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.map-section .contact-info-footer .call-us .bottom p{
    letter-spacing: 7px;
}
.map-section .contact-info-footer .email-us .bottom p{
    letter-spacing: 4px;
}
.other-pages-banner{
    line-height: 0;
}
.other-pages-banner img{
    width: 100%;

}
.about-three-qualities{
    background-color: #ffcc33;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-three-qualities .three-quality{
    display: flex;
}
.about-three-qualities .three-quality .quality{
    flex: 1;
    text-align: center;
}
.about-three-qualities .three-quality .quality h3{
    font-family: 'Oswald', sans-serif;
    color: #373542;
    font-weight: 500;
    font-size: 22px;
}
.klondike-section-page{
    padding-bottom: 60px;
}
.klodiek-oil-drums{
    line-height: 0;
}
.klodiek-oil-drums img{

    width: 100%;
}
.products-page{
    padding-bottom: 30px;
}
.quote-section .qunatum-oil-box{
    background-color: #373542;
    margin-bottom: 20px;
    padding: 20px;

}
.quote-section .qunatum-oil-box table{
    width: 100%;
}
.quote-section .qunatum-oil-box td{
    width: 50%;
}
.quote-section .qunatum-oil-box img{
    width: 90%;
}
.quote-section .qunatum-oil-box .topbrand-info p{
    font-family: 'Oswald', sans-serif;
    color: #373542;
    background-color: #ffcc33;
    font-weight: 400;
    font-size:13px;
    text-transform: uppercase;
    margin: 0;
    padding: 3px 10px;
    width: 110px;
    margin-bottom: 5px;
}
.quote-section .qunatum-oil-box .topbrand-info h4{
    font-family: 'Oswald', sans-serif;
    color: #ffcc33;
    font-weight: 400;
    font-size:20px;
    text-transform: uppercase;
    margin: 0;
}

.quote-section .qunatum-oil-box .topbrand-info .ratings-stars i{
    color: #ffcc33;
}
.quote-section .qunatum-oil-box .kelondkiimg img{
    width: 50%;
}
.quote-section .qunatum-oil-box .image{
    text-align: center;
}
.quote-section .quote-form{
    background: url("../images/quote-form-img.jpg") no-repeat;
    background-size: cover;
    height: 530px;
    padding: 40px;
}
.quote-section{
    padding-bottom: 100px;
}
.Contact-page-section .contact-form{
    margin-left: 100px;
    margin-top: 100px;
}










