﻿@charset "utf-8";
/* CSS Document */
body {
    margin: 0 auto;
    padding: 0px;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
}

h1, .h1 {
    background: url(../images/heading-bg.png) center right no-repeat;
    font-size: 24px;
    font-weight: 300;
    color: #032f60;
    line-height: 77px;
    margin: 0px 0 10px;
}

/********************** Home page css starts here *******************/

.navigation {
    background: #042d61;
}

.navbar-default {
    background-color: #042d61;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

/*.nav > li > a{padding-left:22px; padding-right:22px;}*/
@media (max-width: 992px) {
    .contact-us-button {
        padding: 15px 0 18px 0;
    }

        .contact-us-button h4, .contact-us-button .h4, .contact-us-button span {
            padding: 13px 30px !important;
        }
}

@media (max-width: 767px) {
    .contact-us-button {
        padding: 30px 0 18px 0 !important;
    }
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #0d51a4;
    color: #fff;
}

.navbar-default .navbar-nav > li > a.active {
    background-color: #0d51a4;
    color: #fff;
}

.banner {
    background: url(../images/banner-bg.png) top left repeat-x;
    background-size: contain;
}

.logo {
    padding: 0px 0px 15px;
}

.phone-num {
    color: #fff;
    font-size: 16px;
    padding: 9px 0px;
}

.middle-content {
    padding: 20px 0px;
}

.text-content {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

    .text-content a {
        color: #0d51a4;
    }

        .text-content a:hover {
            color: #666;
        }

.certificate p a {
    color: #fff;
    font-weight: 500;
}

.product-range-box {
    background: #ececec;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.product-range-list {
    padding: 20px 20px 0px 20px;
    margin: 0px;
}

.product-range-heading {
    font-size: 24px;
    font-weight: 300;
    color: #032f60;
}

ul.bltd {
    margin: 0;
    padding: 0 5px;
}

    ul.bltd li {
        background-image: url("../images/bullet.png");
        background-position: left 7px;
        background-repeat: no-repeat;
        color: #666666;
        font-size: 17px;
        line-height: 24px;
        list-style: outside none none;
        padding-left: 20px;
    }

.click-here {
    text-align: center;
    font-size: 18px;
    color: #032f60;
    padding-bottom: 10px;
}

    .click-here span {
        color: #032f60;
        font-size: 15px;
    }

.grey-box {
    background: #e1e4e2;
    padding: 10px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.grey-box-text {
    text-align: center;
    color: #111111;
    font-size: 22px;
    line-height: 30px;
}

    .grey-box-text a {
        color: #111;
    }

        .grey-box-text a:hover {
            color: #222;
        }

.footer {
    background: #042d61;
    padding: 10px 0px;
}

.footer-text {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    margin: 0px;
}

    .footer-text a {
        color: #fff;
    }

        .footer-text a:hover {
            color: #0d51a4;
        }

.contact-box {
    background: #ececec;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    border-bottom: 5px solid #e4e4e4;
}

.blue-heading {
    font-size: 14px;
    color: #032f60;
    font-weight: 400;
}

.contact-box-text {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.email-box {
    background: #f7f7f7;
    margin-bottom: 20px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    text-align: center;
}

.contact-email {
    font-size: 14px;
    color: #0d51a4;
    font-weight: bold;
}

    .contact-email a {
        color: #0d51a4;
    }

        .contact-email a:hover {
            color: #999;
        }


ul.download {
    margin: 0;
    padding: 0 5px;
}

    ul.download li {
        background-image: url("../images/icon_pdf.jpg");
        background-position: left 12px;
        background-repeat: no-repeat;
        color: #666666;
        font-size: 17px;
        line-height: 40px;
        list-style: outside none none;
        padding-left: 28px;
    }

        ul.download li a {
            color: #666666;
        }

            ul.download li a:hover {
                color: #666666;
            }

.inquiry-form {
    margin: 10px 0px;
}

.input-txt {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    line-height: 30px;
    padding: 0 5px;
    width: 100%;
}

.input-txt-select {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    line-height: 30px;
    padding: 7px 5px;
    width: 100%;
}

.special-products {
    min-height: 212px;
    margin: 0 auto;
    text-align: center;
}

.owl-pagination {
    display: none;
}

.product-box {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0px;
}

ul.bltd1 {
    margin: 0;
    padding: 0 5px;
}

    ul.bltd1 li {
        background-image: url("../images/bullet-round.png");
        background-position: left 17px;
        background-repeat: no-repeat;
        color: #666666;
        font-size: 17px;
        line-height: 40px;
        list-style: outside none none;
        padding-left: 14px;
    }

        ul.bltd1 li a {
            color: #666666;
        }

            ul.bltd1 li a:hover {
                color: #666666;
            }

.homevideo iframe {
    width: 100%;
    height: 230px;
}

.pad-top-bot {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(max-width: 768px) {
    .pad-top-bot {
        padding-top: 5px;
        padding-bottom: 40px;
    }
}

/*BLINKING*/
.blink {
    color: #042d61;
    font-size: 17px;
    margin-bottom: 9px;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-weight: 400;
    visibility: hidden;
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 1.0;
        color: #fff;
    }

    100% {
        opacity: 1.0;
    }
}

.dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 600;
    padding: 7px 12px;
    color: #fff;
    transition: 0.1s ease-in;
}

    .dropdown-menu > li > a:hover {
        background: #f5f5f5;
        color: #0d51a4;
    }

.navbar-nav > li > .dropdown-menu {
    padding: 0px;
    padding: 0px !important;
    border-radius: 0px;
    border: none;
    background: #0d51a4;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #0d51a4;
    color: #fff;
}

@media(min-width: 992px) {
    .navbar-nav > li.dropdown:hover ul.dropdown-menu {
        display: block;
        left: 0px;
        text-align: left;
    }
}

/*.navbar-nav > li.dropdown:hover ul.dropdown-menu {
    display: block;
    left: 0px;
    text-align: left;
}*/

@font-face {
    font-family: cooper-hewitt;
    src: url('../fonts/cooper-hewitt.bold.woff') format('woff');
}

@font-face {
    font-family: verdana;
    src: url('../fonts/verdana.ttf');
}

.hero-text {
    color: #fff;
    font-size: 46px;
    margin-top: 0px;
    font-family: cooper-hewitt;
}

@media(max-width:576px) {
    .hero-text {
        font-size: 35px;
    }

        .hero-text span {
            font-size: 28px !important;
        }
}

/*.product-btn {
    background-color: #042d61;
    color: #fff !important;
    margin: 25px 0px;
    padding: 9px 26px;
    border-radius: 35px;
    margin-bottom: 50px;
    font-family: inherit;
    font-size: 20px;
    line-height: inherit;
}*/

.product-btn {
    background-color: #042d61;
    color: #fff !important;
    margin: 30px 0px;
    padding: 9px 26px;
    /*border-radius: 35px;*/
    border-radius: 12px;
    margin-bottom: 8px;
    font-family: inherit;
    font-size: 20px;
    line-height: inherit;
}

@media(max-width: 1300px) {
    .product-btn {
        padding: 9px 12px;
    }
}

.hero-text span {
    font-size: 40px;
    text-align: center !important;
    font-family: cooper-hewitt;
}

.padding-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media(max-width:992px) {
    .logo-2 {
        display: none !important;
    }
}

.why-choose h3, .why-choose .h3, .guarantee h3, .guarantee .h3, .featured-products .h3, .featured-products .h3, .company-you-count .h3, .company-you-count .h3 {
    color: #042d61;
    font-size: 32px;
    font-style: italic;
    font-family: cooper-hewitt;
}

.pt-text {
    padding-top: 40px;
}

.ff {
    font-family: verdana;
}

.guarantee, .company-you-count {
    background: #f6f6f6;
}

.icon-text {
    font-size: 18px;
    color: #000000;
    font-style: italic;
}

.ch {
    font-family: cooper-hewitt;
}

.call-icon {
    font-size: 85px !important;
    color: #1950a4;
}

.featured-products h5 {
    font-size: 20px;
    color: #000000;
}

.img-pt {
    padding-top: 20px;
}

@media(min-width:1200px) {
    .why-choose h3, .why-choose .h3 {
        position: relative;
    }

        .why-choose h3::after {
            content: '';
            position: absolute;
            height: 2px;
            width: 445px;
            background: #042d61;
            top: 50px;
            left: 155px;
        }

    .guarantee h3 {
        position: relative;
    }

        .guarantee h3::after {
            content: '';
            position: absolute;
            height: 2px;
            width: 320px;
            background: #042d61;
            top: 50px;
            left: 415px;
        }

    .featured-products h3 {
        position: relative;
    }

        .featured-products h3::after {
            content: '';
            position: absolute;
            height: 2px;
            width: 320px;
            background: #042d61;
            top: 50px;
            left: 415px;
        }

    .company-you-count h3 {
        position: relative;
    }

        .company-you-count h3::after {
            content: '';
            position: absolute;
            height: 2px;
            width: 490px;
            background: #042d61;
            top: 50px;
            left: 335px;
        }
}

.counter {
    color: #0d51a4;
    font-size: 40px;
    font-weight: bold;
}

.plus-side {
    position: relative;
}

.plus-icon {
    position: absolute;
    left: 130px;
    top: -2px;
}

.plus-icon-3 {
    position: absolute;
    left: 85px;
    top: -15px;
}

.icon-text-1 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.invated {
    color: #329ecb;
    font-size: 20px;
}

.text-content-1 {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    height: 90px;
}

.item.center {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-bottom: 20px;
}

.proud-text {
    color: #666;
    font-size: 45px;
    font-weight: bold;
    font-style: italic;
}

.mb {
    margin: 10px;
}

.searchButton {
    padding-top: 10px !important;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff !important;
        font-weight: 400;
        text-align: center;
    }
}
