/*@import url(https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);*/

@import url(https://www.tatapower-ddl.com/Css/tpddlfontawsomecss.css);

body, html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Exo 2',sans-serif;
    font-size: 13px;
    color: #282828;
    overflow-x: hidden;
}

    body.overflow-hidden, html.overflow-hidden {
        overflow: hidden;
    }

a, br, div, form, h1, h2, h3, h4, h5, h6, img, input, label, li, p, span, textarea, ul {
    padding: 0;
    margin: 0;
}

a, input {
    text-decoration: none;
    outline: 0;
}

a {
    cursor: pointer;
}

img {
    border: 0;
    outline: 0;
}

li, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
    line-height: 0 !important;
    font-size: 0 !important;
    height: 0 !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.block {
    display: block;
}

.inlineblock {
    display: inline-block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bdrT {
    border-top: 1px solid #dadada;
}

.bdrB {
    border-bottom: 1px solid #b5b5b5;
}

.transition {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.transition2 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.full_block {
    margin-top: 145px;
    float: left;
    width: 100%;
}

.half_colomn {
    float: left;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.halft_wcolumn {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.scroll {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 15px;
    width: 28px;
    position: absolute;
    z-index: 1;
}

    .scroll img {
        cursor: pointer;
    }

.topPanel {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 27px 22px;
    height: 145px;
}

.logo {
    float: left;
    width: 15%;
}

.login_sec {
    float: left;
    width: 15%;
    text-align: right;
    position: absolute;
    top: 26px;
    right: 4em;
}

    .login_sec .login {
        display: inline-block;
        line-height: 21px;
        margin-bottom: 10px;
    }

        .login_sec .login span {
            float: left;
            margin: 0 5px;
            cursor: pointer;
        }

        .login_sec .login a {
            color: #002f5c;
            text-transform: uppercase;
            font-size: 14px;
            float: left;
            margin-left: 25px;
            border-left: 0 solid rgba(0,0,0,.1);
            padding-left: 15px;
        }

        .login_sec .login i {
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

.top_middle {
    float: left;
    width: 100%;
}

    .top_middle .top_contact {
        width: 58%;
        padding: 0 0 12px;
        margin: 35px auto 0;
        position: relative;
    }

        .top_middle .top_contact .row {
            float: left;
            width: 100%;
            border-bottom: 1px solid #ced4d7;
            padding-bottom: 10px;
            position: relative;
        }

        .top_middle .top_contact .tol_login {
            float: left;
        }

            .top_middle .top_contact .tol_login li {
                float: left;
                border-right: 1px solid rgba(118,118,118,.6);
                font-size: 15px;
                font-weight: 600;
                padding: 2px 10px;
                color: #767676;
            }

                .top_middle .top_contact .tol_login li:last-child {
                    border-right: 0 solid rgba(118,118,118,.6);
                }

                .top_middle .top_contact .tol_login li span {
                    color: #ff5a00;
                }

                    .top_middle .top_contact .tol_login li span a {
                        color: #ff5a00;
                    }

        .top_middle .top_contact .search_box {
            float: right;
            margin-top: 0;
            height: 45px;
            position: absolute;
            bottom: 0;
            right: 0;
        }

            .top_middle .top_contact .search_box li {
                float: left;
                padding: 15px 10px;
                font-size: 12px;
                text-transform: uppercase;
                height: 45px;
            }

                .top_middle .top_contact .search_box li i {
                    display: inline-block;
                    float: left;
                    margin-right: 5px;
                    margin-top: -3px;
                }

.login_popbox {
    float: left;
    width: 250px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 35px;
    padding: 10px;
    border-radius: 15px;
    display: none;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
    z-index: 3;
}

    .login_popbox:after {
        width: 0;
        position: absolute;
        top: -8px;
        right: 20px;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        content: "";
    }

    .login_popbox ul {
        float: left;
        width: 100%;
    }

        .login_popbox ul li {
            border-bottom: 1px solid rgba(0,0,0,.05);
            float: left;
            width: 100%;
            padding: 12px 0;
            text-align: left;
        }

            .login_popbox ul li:last-child {
                border-bottom: 0 solid rgba(0,0,0,.05);
            }

            .login_popbox ul li a {
                font-size: 14px;
                color: #000;
                font-weight: 600;
            }

.hindi {
    color: #282828;
}

.search_trigger {
    cursor: pointer;
    font-weight: 600;
}

.siteSearch {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    opacity: 0;
    background: rgba(255,255,255,.3);
    z-index: 5;
    overflow: hidden;
}

    .siteSearch span {
        display: block;
        width: 215px;
        padding: 8px 15px;
        border: 1px solid rgba(200,200,200,.3);
    }

    .siteSearch input[type=text] {
        border: none;
        border-bottom: 1px solid #ccc;
        font-family: 'Exo 2',sans-serif;
        padding: 5px 0;
        background: 0 0;
    }

    .siteSearch .searchBtn {
        border: none;
        background: url(../images/search_ic.png) no-repeat 0 0;
        width: 21px;
        height: 21px;
        font-size: 1px;
        color: transparent;
        margin-left: 0;
        cursor: pointer;
    }

.footer_bg {
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}

.footer_link {
    width: 100%;
    padding: 60px 6% 250px;
    margin: 0 0 0;
    display: inline-block;
    color: #fff;
}

    .footer_link ul li {
        float: left;
        width: 20%;
    }

        .footer_link ul li h3 {
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

            .footer_link ul li h3 a {
                color: #fff !important;
                font-weight: 700;
            }

       .footer_link ul li ul {
            padding-bottom: 20px;
            display: inline-block;
            width: 115%;
        }


@media screen and (max-width:768px) {
    .footer_link ul li ul {
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
    }
}


            .footer_link ul li ul li {
                width: 100%;
            }

                .footer_link ul li ul li a {
                    width: 100%;
                    display: inline-block;
                    margin: 2px 0;
                    color: #959595;
                    font-size: 14px;
                    font-weight: 400;
                }

        .footer_link ul li h3 a {
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px !important;
            text-transform: uppercase;
        }

.social_ic li {
    float: left;
    width: auto !important;
    margin-right: 10px;
}

.social_ic {
    margin: 0 0 0;
}

.social_ic2 {
    margin: 0 0 0;
}

    .social_ic2 li {
        float: left;
        width: auto !important;
        margin-right: 10px;
        line-height: 36px;
    }

        .social_ic2 li span {
            float: left;
            padding-right: 15px;
        }

        .social_ic2 li a {
            color: #fff !important;
        }

.other_link {
    display: inline-block;
    margin: 0 0 0;
    color: rgba(255,255,255,.7);
}

    .other_link li {
        width: 100%;
        padding-bottom: 10px;
    }

        .other_link li a {
            width: auto !important;
            border-right: 1px solid #959595;
            padding: 0 6px !important;
        }

            .other_link li a:last-child {
                border-right: 0 solid #959595;
            }

    .other_link h3 {
        display: none;
        color: #fff;
        font-weight: 400 !important;
        font-size: 22px;
        text-transform: none !important;
    }

.visitors {
    clear: both;
    display: block;
    text-align: center;
}

    .visitors strong {
        color: #9f0;
    }

@media screen and (max-width:1400px) {
    .footer_link {
        padding: 201px 5% 250px;
    }

    .full_block {
        margin-top: 110px;
    }
}

@media screen and (max-width:1100px) {
    .login_sec {
        float: right;
        width: auto;
        text-align: right;
        position: relative;
        top: 0;
        right: 0;
        margin: 20px 115px 0 0;
    }

        .login_sec li {
            float: right;
            padding: 0 20px;
            border-right: 1px solid rgba(0,0,0,.29);
        }

            .login_sec li:first-child {
                border-right: 0 solid rgba(0,0,0,.29);
            }

    .full_block {
        margin-top: 0;
    }

    .halft_wcolumn {
        float: left;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .half_colomn {
        float: left;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .footer_bg {
        float: left;
        width: 100%;
    }

    .footer_link {
        padding: 50px 0 60px;
    }

        .footer_link ul li {
            display: none;
            width: 100%;
            text-align: center;
        }

            .footer_link ul li:last-child {
                display: block;
            }

    .social_ic {
        text-align: center;
    }

        .social_ic li {
            display: inline-block !important;
            text-align: center;
            float: none !important;
        }

    .other_link li {
        display: block !important;
    }

    .other_link h3 {
        display: block;
    }

        .other_link h3 a {
            float: left;
            width: 100%;
            color: #ff5a00 !important;
            font-weight: 700 !important;
            margin: 5px 0 0;
        }

    .login_popbox {
        right: 70px;
        top: 53px;
    }

        .login_popbox ul li {
            border-right: 0 solid !important;
        }

    .top_middle .top_contact {
        position: fixed;
        top: 0;
        right: 0;
        height: auto;
        width: 60%;
        margin: 0;
        padding: 0;
        background: #1968b3;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
        visibility: hidden;
        -webkit-transition: visibility 0s .3s;
        -moz-transition: visibility 0s .3s;
        transition: visibility 0s .3s;
        min-height: 150px;
    }

        .top_middle .top_contact.nav-is-visible {
            visibility: visible;
            -webkit-transition: visibility 0s 0s;
            -moz-transition: visibility 0s 0s;
            transition: visibility 0s 0s;
            overflow-x: hidden;
        }

        .top_middle .top_contact .row, .top_middle .top_contact .tol_login, .top_middle .top_contact .tol_login li {
            float: none;
        }

        .top_middle .top_contact .search_box:after {
            content: '';
            display: block;
            clear: both;
        }

        .top_middle .top_contact .tol_login {
            padding: 15px 0;
        }

            .top_middle .top_contact .tol_login li {
                color: #fff;
            }

        .top_middle .top_contact .search_box li {
            height: auto;
            padding: 0 11px;
        }

    .hindi {
        display: table-cell;
        vertical-align: middle;
        height: 45px;
        color: #fff;
        font-size: 14px;
    }

    .top_middle .top_contact .search_box {
        float: none;
        margin-top: 0;
        height: auto;
        position: relative;
        bottom: auto;
        right: auto;
        padding-bottom: 15px;
    }

    .search_trigger {
        cursor: pointer;
        font-weight: 400;
        display: none;
    }

    .siteSearch {
        position: relative;
        top: auto;
        right: auto;
        width: 215px;
        opacity: 1;
        background: rgba(255,255,255,1);
        z-index: 5;
        overflow: hidden;
        display: none;
    }

    .social_ic2 {
        margin: 0 0 0;
        text-align: center;
    }

        .social_ic2 li {
            float: none !important;
            width: auto !important;
            margin-right: 10px;
            line-height: 36px;
            display: inline-block !important;
        }

            .social_ic2 li span {
                float: none;
                padding-right: 15px;
            }

            .social_ic2 li a {
                color: #fff !important;
            }

    .top_middle .top_contact .row {
        border-bottom: 0 solid;
    }
}

@media screen and (max-width:1023px) {
    .login_sec .login span {
        display: none;
    }

    .login_sec .login a {
        margin-left: 0;
        border-left: 0 solid rgba(0,0,0,.1);
        padding-left: 0;
    }
}

@media screen and (max-width:480px) {
    .login_sec .brands {
        width: 110px;
    }

    .login_sec {
        margin: 13px 68px 0 0;
    }

        .login_sec li {
            padding: 8px 8px;
            border-right: 1px solid rgba(220,220,220,1);
        }

            .login_sec li:first-child {
                border-right: 1px solid rgba(220,220,220,1);
            }

        .login_sec .login i img {
            width: 15px;
        }

        .login_sec .login a {
            font-size: 11px;
        }

        .login_sec .login {
            line-height: 12px;
        }

    .footer_bg {
        background-size: cover;
    }

    .siteSearch span {
        padding: 0 15px;
        border: 0 solid rgba(200,200,200,.3);
    }

    .siteSearch {
        width: 88%;
    }

        .siteSearch input[type=text] {
            border-bottom: 0 solid #ccc;
        }

        .siteSearch .searchBtn {
            margin-left: -10px;
            margin-top: -3px;
            height: 24px;
        }

    .social_ic2 li span {
        float: left;
        padding-right: 15px;
    }

    .login_popbox {
        right: 0;
    }
}
