@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:700);

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body{
   font-family: 'poppinsregular';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #f4a11f;
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
    color: #2b2b2b;
}
a:hover{
    text-decoration: none;
    color: #000;
}

p{
    font-size: .9rem;
}

hr:not([size]) {
    height: 1px;
    color: #006889;
}
h4{
    font-family: 'poppinsbold';
    font-size: 1.2rem;
}
.common-list {
    margin: 0;
    padding: 0;
}
.common-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: normal;
    border: 2px solid transparent;
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    color: #067c37;
    left: 0;
    top: -2px;
}
.img-rounded{
    border-radius: 20px;
}

.only-mob {
    display: none;
}

.small-text{
    font-size: 0.8rem;
}
.too-small-text{
    font-size: 0.7rem;
}
.theme-color{
    color: #067c37;
}

.big-btn{
    background: rgb(28,125,195);
    background: linear-gradient(90deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    border-radius: 40px;
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    font-size: 1.3rem;
    font-family: 'poppinsbold';
}
.big-btn:hover{
    background: rgb(28,125,195);
    background: linear-gradient(270deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
}


.banner-btn{
    background: #ffe433;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    border-radius: 40px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ffe433;
}
.banner-btn:hover{
    background: transparent;
    border: 1px solid #ffe433;
    color: #ffe433;
}

.common-btn {
    background: #f4a11f;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 0;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    font-size: 0.9rem;
}
.common-btn:hover, .common-btn:focus {
    background: #000;
    color: #fff;
}

.white-btn {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 1px solid #fff;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    font-size: 0.9rem;
}
.white-btn:hover, .white-btn:focus {
    background: transparent;
    color: #fff;
}


/*company*/
.theme-color{
    color: #ffc340;
    font-family: 'poppinsmedium';
}


/*Owl Carousel CSS*/
.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 4px;
    text-align: center;
    background: #f4a11f;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    left: -45px;
}

.owl-next {
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 4px;
    text-align: center;
    background: #ffc340;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    right: -45px;
}
.owl-theme .owl-nav [class*=owl-]{
    color: #686868;
    font-size: 14px;
    padding: 0;
    background: #ccc;
}
.owl-carousel .owl-stage{
  display: flex;
  margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #000;
}
.owl-carousel .owl-stage-outer{
    display: flex;
}
.owl-carousel .owl-item img.comma{
    width: 70px;
    display: inline-block;
}


.common-bg{
    background: rgb(238,238,238);
    background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(245,245,245,1) 100%);
}

.social-links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: .8rem;
    transition: 0.3s;
}
.social-links a i{
    color: #000;
}
.social-links a:hover {
    background: #ffc340;
    color: #000;
}
.social-links a:hover i {
    color: #000;
}

.social-links-footer{
    padding: 0;
    margin: 0;
}
.social-links-footer li{
    list-style: none;
    display: inline-block;
}
.social-links-footer li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: .8rem;
    transition: 0.3s;
}
.social-links-footer li a i{
    color: #000;
}
.social-links-footer li a:hover {
    background: #f4a11f;
    color: #fff;
}
.social-links-footer li a:hover i {
    color: #fff;
}

/*Banner CSS Carousel Caption*/
.banner .carousel-caption {
    right: auto;
    left: 9%;
    top: 30%;
    color: #fff;
    text-align: left;
    width: 42%;
}
.banner .carousel-caption h2 {
    color: #fff;
    font-family: 'poppinsextrabold';
    text-transform: uppercase;
    font-size: 2.4rem;
}
.banner .carousel-caption h2 span{
    color: #f4a11f;
}

/*Logo CSS*/
.navbar-brand img{
    width: 150px;
}
.navbar-nav .nav-item{
    margin: 0 10px;
}
.navbar-nav .nav-item:last-child{
    margin-right: 0;
}
.navbar-nav{
    margin-top: 30px;
}
.top-links{
    position: absolute;
    right: 0;
    left: 0;
    top: 30px;
    font-size: 0.9rem;
}
.top-links a i{
    color: #f4a11f;
}
.pad-top-right{
    padding-right: 22px;
}

.common-heading{
    font-family: 'poppinsbold';
}
.about{
    padding: 60px 0;
    background: url('../images/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.bordered-img{
    border-radius: 15px;
    border: 5px solid #fff;
}
.testimonials{
    padding: 60px 0;
}
.comma{
    width: 80px;
}
.testimonial-box{
    border-radius: 20px;
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
}
.testimonial-box p{
    font-style: italic;
}
.testimonial-box label{
    color: #f4a11f;
}

.blog{
    padding: 60px 0;
    background: #f1f1f1;
}

/*Footer CSS*/
footer{
    padding: 40px 0;
    background: url('../images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
footer h4{
    color: #fff;
}
footer p a{
    color: #fff;
}
footer p a:hover{
    color: #fff;
}
footer p a i{
    color: #f4a11f;
}

.footer-links{
    margin: 0;
    padding: 0;
}
.footer-links li{
    list-style: none;
    margin-bottom: 5px;
}
.footer-links li a{
    color: #fff;
    transition: 0.3s;
}
.footer-links li a:hover{
    color: #f4a11f;
    padding-left: 4px;
}
/*copyright*/
.copyright{
    background: #173334;
    padding: 10px 0;
}
.copyright p{
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 0;
}
.nav-pills{
    background: #173334;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.nav-pills .nav-link{
    color: #fff;
    font-size: 0.9rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    border-bottom: 4px solid #f4a11f;
    border-radius: 0;
}

/*blog css*/
.authorised-dealers{
    padding: 60px 0;
    background: #f1f1f1;
}
.blog-box{
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #ccc;
    height: 100%;
    background: #fff;
}
.blog-box img{
    border-radius: 15px;
    margin-bottom: 10px;
}
.blog-box small{
    font-size: 0.7rem;
}
.blog-box small i{
    color: #f4a11f;
}
.blog-box p{
    margin-bottom: 0;
}
/*Products css*/
.product-box{
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #ccc;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.product-box img{
    border-radius: 10px;
    margin-bottom: 10px;
    transition: transform .2s;
}
.product-box:hover img{
    transform: scale(1.2);
}
.product-box p{
    margin-bottom: 0;
    font-family: 'poppinsmedium';
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    background: #173334;
    color: #fff;
    border-radius: 0 0 10px 10px;
    bottom: 0;
    display: block;
    transition: 0.3s;
}
.product-box p a{
    color: #fff;
    padding: 10px 15px;
    display: block;
}
.product-box:hover p{
        display: block;
}
.navbar-light .navbar-nav .nav-link.common-btn {
    color: #fff;
    padding: 7px 20px;

}
.contact-form {
    border-radius: 20px;
    border: 2px solid #f4a11f;
    padding: 30px;

}
.contact-img {
    height: 100%;
    overflow: hidden;
}
.contact-img img {
    height: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
}
/*Inner Banner*/
.inner-banner{
    position: relative;
}
.inner-banner-heading{
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
}
.left-sidebar{
    border-radius: 15px;
    border: 1px solid #ccc;
    padding: 15px;
    background: #173334;
}
.left-sidebar ul{
    margin: 0;
    padding: 0;
}
.left-sidebar ul li{
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.left-sidebar ul li a{
    font-size: 0.9rem;
    transition: 0.3s;
    color: #fff;
}
.left-sidebar ul li a:hover{
    color: #f4a11f;
}
.left-sidebar ul li a.active{
    color: #f4a11f;
    font-family: 'poppinsmedium';
}
.text-img{
    width: 400px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .col-ipad-mob-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
/*Mobile CSS*/
@media only screen and (max-width: 767px) {
    .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
    .col-mob-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .top-links{
        display: none;
    }
    .about img{
        margin-top: 30px;
    }
    .banner .carousel-caption h2 {
        font-size: 1.5rem;
    }
    .banner .carousel-caption {
        width: 90%;
        left: 24px;
        top: 23px;
        background: rgb(0 0 0 / 50%);
        padding: 15px;
        border-radius: 15px;
    }
    .carousel-item{
        height: 300px;
        overflow: hidden;
    }
    .carousel-item img{
        height: 300px;
        object-fit: cover;
    }
    .blog-box {
        padding: 5px;
    }
    .nav-link.common-btn{
        display: none;
    }
    .inner-banner {
        position: relative;
        height: 150px;
        overflow: hidden;
    }
    .inner-banner img{
        height: 150px;
        object-fit: cover;
    }
    .left-sidebar {
        margin-bottom: 30px;
    }
    .tab-pane img {
        margin-bottom: 30px;
    }
    .text-img{
        width: 100%;
        height: auto;
        float: left;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

