﻿body {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6em;
}

a {
    text-decoration: none;
}

.top-nav {
    background-color: #1a1a18;
    padding: 0.5em 0;
}

    .top-nav a {
        color: #fff;
    }

        .top-nav a:hover, .top-nav a:active {
            color: #e2000f;
        }
.my-nav {
    background-color: #1a1a183b;
}

.my-nav .menu li {
    font-size: 14px;
    color: #221954;
    font-weight: 600;
    padding: 0 5px;
    /*line-height: 92px;*/
}
.my-nav .nav-link{
    color:#000;
    font-size:15px;
    font-weight:500;
    letter-spacing:0.3px;
}

.my-nav .menu .active {
    color: #000;
}

.menu .active .nav-link {
    color: #e2000f;
}

.my-nav .menu li:hover, .my-nav .menu .nav-item :hover {
    color: #e2000f;
}
.my-nav .menu li .dropdown-menu a {
    color:#000;
    font-size:14px;
    letter-spacing:1px;
}
    .my-nav .menu li .dropdown-menu a:hover {
        color: white;
        background: #e2000f;
    }


    .banner-text {
        position: absolute !important;
        margin: auto;
        left: 0 !important;
        top: 30% !important;
        width: 100%;
        display: inline-block;
        padding: 0 15px;
        color: #fff;
        text-align: center;
    }

.readmore {
    font-size: 21px;
    font-weight: 700;
    margin-top: 10px;
    text-shadow: none;
}

.readmore, .linkbtn a {
    background: #e2000f;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 20px;
    line-height: normal;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

    .readmore :hover {
        color: #c19d4c;
    }

.banner-text h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 6% 0 32px;
    padding: 10px 0;
    color: #fff;
    text-shadow: 3px 3px 10px #000;
    background: #80808099;
}

.banner-text .readmore {
    font-size: 21px;
    font-weight: 600;
    margin-top: 20px;
    text-shadow: none;
}

.readmore:after, .linkbtn a:after {
    z-index: 0;
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    border: solid 1px #e2000f;
    width: 100%;
    height: 100%;
}

.readmore:hover {
    color: #fff !important;
}

.title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e2000f;
    display: inline-block;
    border-bottom: solid 3px;
    padding-bottom: 8px;
    margin-bottom: 54px;
    position: relative;
}

    .title:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 38px;
        height: 10px;
        bottom: -6px;
        margin: 0 auto;
        background: #fff;
    }

    .title:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 10px;
        height: 10px;
        border: solid 2px #200c53;
        bottom: -6px;
        margin: 0 auto;
        background: #fff;
    }

.sec-one {
    padding: 60px 0px;
}

.abouttext {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

    .abouttext .readmore {
        font-size: 21px;
        font-weight: 600;
        margin-top: 20px;
    }

.sideimg {
    position: relative;
    float: right;
    padding-right: 19px;
}

    .sideimg img {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .sideimg:after {
        content: "";
        border: solid 2px #e2000f;
        width: 45%;
        height: 106%;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 0;
    }

.abouttext .readmore:hover {
    color: #fff;
}

.top-left {
    float: left;
    width: 50%;
}

.top-right {
    float: right;
    width: 50%;
    text-align: right;
}

.top-navbar {
}

.pro-sec h4 {
    color: #de2127;
    padding: 15px 10px;
    margin: 0;
    background: #fff;
    text-align: center;
    font-size:20px;
}
.pro-sec a:hover h4 {
    background: #de2127;
    color: #fff;
}
.pro-sec a:hover h4 {
    transition: .5s;
}

.pro-sec {
    background: url(../img/product-bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.pro-sec .title:before {
    background: #363636;
}

.footer {
    background: url(../img/footer-bg.jpg) repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #1a1a18;
    margin-top: 30px;
}

    .footer h5 {
        font-size: 22px;
        font-weight: 600;
        color: #1a1a18;
    }

        .footer h5 span {
            color: #e2000f;
        }

    .footer .link {
        margin: 0;
        padding: 0;
    }

        .footer .link li {
            display: inline-block;
            vertical-align: top;
            width: 35%;
            margin: 0 12% 10px 0;
            padding: 0 0 10px 12px;
            position: relative;
            border-bottom: dashed 2px #f3ede1;
        }

            .footer .link li:before {
                content: "\f054";
                font-family: FontAwesome;
                color: #e2000f;
                font-size: 14px;
                position: absolute;
                left: -5px;
                top: 0;
            }

.headingrow {
    margin-bottom: 32px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.footer-logo {
    margin-bottom: 30px;
}

.headingrow:before {
    content: "";
    background: #e2000f;
    height: 3px;
    width: 78px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.headingrow:before {
    width: 60px;
}



.newsletter {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .newsletter .btnn {
        height: 36px;
        background: #e2000f;
        border: none;
        width: 20%;
        font-family: FontAwesome;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }

.txt-box {
    width: 80%;
    background: 0 0;
    border: solid 1px #e2000f;
    color: #221954;
    height: 36px;
    padding: 5px 10px;
}

.footer.social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

    .footer .social li a {
        width: 27px;
        height: 27px;
        border: solid 1px #2a215a;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        line-height: 26px;
    }

.social {
    list-style: none;
    padding: 0;
}

    .social li {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
    }

.footer .social li a:hover {
    color: #e2000f;
    border-color: #e2000f;
}

.footer .social li a {
    width: 27px;
    height: 27px;
    border: solid 1px #2a215a;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    color: #2a215a;
}

.footer p {
    text-align: justify;
}

.address {
}

    .address p i {
        color: #e2000f;
        padding-right: 10px;
    }

.copyright {
    padding-top: 15px;
    align-items: center;
}

    .copyright .f-img {
        text-align: right;
    }

        .copyright .f-img a {
            padding: 0px 15px;
        }

.accordiyanbl {
    display: inline-block;
    margin-right: 2.3%;
    margin-bottom: 45px;
    vertical-align: top;
    width: 100%;
}

    .accordiyanbl ul li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        background: #f5f5f5;
        padding: 14px 16px;
        margin-bottom: 10px;
        border-bottom: solid 1px #e2e2e2;
        font-size: 14px;
    }

        .accordiyanbl ul li .titleq, .accordiyanbl ul li h4.titleq {
            color: #000;
            font-weight: 600;
            cursor: pointer;
            position: relative;
            padding-right: 20px;
            font-size: 17px;
            margin: 0;
            text-align: left;
            padding-bottom: 10px;
        }

/*.accordiyanbl ul li h4.titleq:after {
        content: "[+]";
        position: absolute;
        right: 0;
        top: 0;
    }*/


.fqa {
    color: #221954;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}


/*.about-header {
    position: relative;
    display: block;
    padding: 141px 0 132px;
    background: url(../img/about-banner.jpg);
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.contact-header {
    position: relative;
    display: block;
    padding: 141px 0 132px;
    background: url(../img/contact-banner.jpg);
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}

    .page-header__inner h2 {
        font-size: 40px;
        color: #fff;
        line-height: 50px;
        margin-bottom: 6px;
        font-weight: 900;
        letter-spacing: -0.04em;
    }

.thm-breadcrumb {
    position: relative;
    display: block;
}

    .thm-breadcrumb li {
        position: relative;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .thm-breadcrumb li + li {
            margin-left: 10px;
        }

        .thm-breadcrumb li a {
            position: relative;
            display: inline-block;
            color: var(--oxpins-white);
            font-size: 16px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .thm-breadcrumb li.active {
            color: #e2000f;
        }

        .thm-breadcrumb li:hover a {
            color: #e2000f;
        }*/

.page-title {
    position: relative;
    overflow: hidden;
    padding: 120px 0px 130px;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.page-title .container
{
    display:flex;
    justify-content:center
}
    .page-title .container h2 {
        color: #fff;
        font-weight: 300;
        text-transform: capitalize;
        font-size: 40px;
        margin: 0;
        display: inline-block;
        letter-spacing: 1px;
        padding: 10px 20px;
        text-align: center;
        background: #e2000fa3;
        border-radius: 5px;
        border:1px solid white;
    }



.pad-top-60 {
    padding-top: 60px;
}



.text-justify {
    text-align: justify !important;
}


.contact {
    background: #f5f5f5;
}

    .contact .title {
        margin-bottom: 20px;
    }

        .contact .title:before {
            background: #f5f5f5;
        }

    .contact input {
        width: 100%;
        margin: 0;
        color: #575757;
        padding: 5px 12px;
        border: solid 1px #bababa;
        height: 42px;
        resize: none;
    }

    .contact textarea {
        width: 100%;
        margin: 0;
        color: #575757;
        padding: 5px 12px;
        border: solid 1px #bababa;
    }

    .contact .col-md-6, .contact .col-md-12 {
        margin-top: 20px;
    }

    .contact button {
        padding: 10px 20px;
        color: #fff;
        background: #e2000f;
        border: 1px solid #e2000f;
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: 600;
    }

    .contact p {
        font-size: 14px;
        font-weight: 600;
    }

.add-sec {
}

    .add-sec .headingrow {
        margin-bottom: 32px;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        position: relative;
        padding-bottom: 10px;
        padding-top: 30px;
    }

        .add-sec .headingrow h2 {
            text-align: center;
            font-size: 26px;
            font-weight: 600;
            text-transform: uppercase;
            color: #e2000f;
            display: inline-block;
        }

    .add-sec a {
        color: black;
    }

    .add-sec i {
        color: #e2000f;
        padding-right: 15px;
    }
.footer-bottom {
    background: #e2000f;
    color:white;
    font-size:15px;
}
    .footer-bottom .row {
        padding: 15px 0px;
    }
.f-r {
    text-align: right;
}
.abt-txt{
    margin-top:50px;
    font-size:16px;
    letter-spacing:0.5px;
    line-height:30px;
    text-align:justify;
}

/*=====================*/


/* Slick Slider Css Ruls */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: hand
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

    .slick-slide.dragging img {
        pointer-events: none
    }

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

    .img-fill img {
        height: 100%;
        min-width: 100%;
        position: relative;
        display: inline-block;
        max-width: none
    }
/* Slider Theme Style */



    .container:after,
    .container .Head:after {
        content: '';
        display: block;
        clear: both;
    }

    .container .Head {
        font-size:30px;
        color: #222;
    }

        .container .Head .Arrows {
            float: right;
        }

        .container .Head .Slick-Next,
        .container .Head .Slick-Prev {
            display: inline-block;
            width: 38px;
            height: 38px;
            margin-top: 6px;
            background: #2b2b2b;
            color: #FFF;
            margin-left: 5px;
            cursor: pointer;
            font-family: FontAwesome;
            text-align: center;
            transition: all 0.5s;
        }

            .container .Head .Slick-Next:hover,
            .container .Head .Slick-Prev:hover {
                background: #33687a;
            }

            .container .Head .Slick-Next:before {
                content: '\f105'
            }

            .container .Head .Slick-Prev:before {
                content: '\f104'
            }

.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
}

.ProductBlock {
    padding: 0 7.5px;
}

    .ProductBlock .img-fill {
        height: 200px;
    }

    .ProductBlock h3 {
        color: #e2000f;
        margin-top: 15px;
        font-size:18px;
    }
    .ProductBlock p{
        text-align:justify;
        letter-spacing:0px;
    }

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
    }


/*=======================*/

/*==== whatsapp start ====*/
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.bounce {
    animation: bounce 3s infinite;
}

@keyframes bounce {
    0%, 25%, 50%, 75%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-12px);
    }
}
/*=== Whatsapp End ===*/



/*=== Scrollup Start ===*/
#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #e2000f;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 10;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #1a1a18;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

    #scroll.hvr-ripple-out:before {
        border-radius: 100px;
    }
/*=== Scroll up End ===*/




/*=== animation Start ===*/
.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e2000f solid 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}
/*=== animation End ===*/

/*=== Counter ===*/
.count-sec{
    margin:30px 0px;
}

.facts-wrapper {
    background: #2a2d32;
    color: #fff;
}

.facts.one {
    background: rgba(226, 0, 15, 1);
}

.facts:hover {
    background: #e2000f !important;
}

.facts {
    position: relative;
    padding: 46px 40px 30px;
    transition: all 300ms ease;
}

    .facts i {
        font-size: 36px;
        text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
    }

.facts-num .count {
    font-size: 42px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    padding-right:5px;
}
.facts-num{
    font-size:42px;
    font-weight:700;
}

.facts h3 {
    font-size: 18px;
    margin-top: 8px;
    color: #fff;
}

/*==============*/

.prod{
    margin:30px 0px;
}
.prod .col-md-4{
    margin-top:30px;
}
    .prod .col-md-4 p {
        text-transform: capitalize;
        padding: 15px;
        border: 1px solid #e2000f;
        margin-top:10px;
        text-align:center;
        font-size:16px;
        font-weight:700;
    }
        
.prod h3 {
    text-align: center;
    color: #e2000f;
    margin-bottom:0px;
}
.inf-row {
    padding: 90px 0px;
}
.bg-g {
    background: #eee;
}

.inf-row .row{
    display:flex;
    align-items:center;
}
.inf-row .row p {
    padding-bottom: 15px;
    margin: 0;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.2px;
    text-align: justify;
}
.abt-txt .title {
    text-align: center;
    margin-bottom:20px;
}
.prod .col-md-4:hover p {
    color: #fff;
    background: #e2000f;
    border: 1px solid #1a1a18;
}
.location-block {
    position: relative;
    margin-bottom: 30px;
}
    .location-block .inner-box {
        position: relative;
        padding: 30px 30px;
        border-radius: 5px;
        line-height: 1.8em;
        font-size: var(--font-16);
        color: var(--color-sixty);
        background-color: var(--white-color);
        box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    }
        .location-block .inner-box .content {
            position: relative;
            min-height: 70px;
            padding-top: 10px;
            padding-left:90px;
            margin-bottom: 20px;
        }
            .location-block .inner-box .content .fa {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 70px;
                height: 70px;
                text-align: center;
                border-radius: 50px;
                line-height: 70px;
                color: #fff;
                font-size: 34px;
                font-family:fontawesome;
                background-color: #e2000f;
            }
        .location-block .inner-box strong {
            position: relative;
            display: block;
            font-size: 24px;
            font-family: 'Nunito Sans', sans-serif;
            color: #3c1e23;
        }
        .pdf{
            display:block;
        }
        .pdf_2{
            display:none;
        }



/*=== mobile view start ===*/
@media only screen and (max-width: 767px) {

    .abouttext {
        margin-top: 40px;
    }

        .abouttext p {
            font-size: 14px;
            line-height: 21px;
        }

        .abouttext .readmore {
            margin-top: 0;
            margin: 0 auto;
            display: block;
            max-width: 166px;
            text-align: center;
            font-size: 18px;
            margin-top: 0;
        }

    .top-navbar {
        width: 70%;
        margin-left: 8px;
    }

        .top-navbar .w-60 {
            width: 60%;
        }

    .my-nav .menu li {
        line-height: normal;
    }

        .my-nav .menu li a.active {
            background: none;
            color: #bb974b;
        }

    .mob-nav {
        background-color: #110a34;
        color: white;
    }

        .mob-nav .nav-link {
            color: white;
        }

   

    .copyright {
        text-align: center;
        flex-direction: column-reverse;
    }

        .copyright .f-img {
            text-align: center;
            margin-bottom: 15px;
        }

            .copyright .f-img a {
                padding: 0px 15px;
            }

    .footer-logo {
        margin-bottom: 15px;
        text-align: center;
    }

    .headingrow {
        margin-bottom: 20px;
    }

    .banner-text h2 {
        font-size: 16px;
        padding: 2% 0 0;
        margin: 0 0 10px;
    }

    .sec-one .row {
        flex-direction: column-reverse;
    }

    .banner-text .readmore {
        margin-top: 0px;
        font-size: 13px;
        padding: 3px 10px;
    }

        .banner-text .readmore:after {
            top: 3px;
            left: 3px;
        }

    .top-left {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .top-right {
        float: none;
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }
    .f-r
    {
        text-align:center;
    }
    .footer-bottom .row {
        text-align:center;
    }
    .footer-bottom .row .col-md-6 {
        padding:5px 0px;
    }
    .pro-sec .col-md-3{
        margin-bottom:25px;
    }
    .bg-g .inf-row .row{
        flex-direction:column-reverse;
    }
    .page-title .container h2
    {
        font-size:20px;
    }
    .pdf{
        display:none;
    }
    .pdf_2{
        display:block;
    }
    
    

}
/*=== mobile view end ===*/


@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }
        .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }


}
@media (min-width:768px) and (max-width:1180px){
    .pdf {
        display: none;
    }

    .pdf_2 {
        display: block;
    }
    .facts{
        padding:46px 23px 30px;
    }
        .facts h3{
            font-size:15px;
        }
    .facts-num .count{
        font-size:28px;
    }
}
