
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600,700|Raleway:400,500,800');
/* font-family: 'Raleway', sans-serif; */
@font-face {
    font-family: 'Champagne-Limousines-Bold';
    src: url('../fonts/Champagne-Limousines-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Champagne-Limousines-Bold.woff') format('woff'), url('../fonts/Champagne-Limousines-Bold.ttf') format('truetype'), url('../fonts/Champagne-Limousines-Bold.svg#Champagne&Limousines-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Hind Siliguri', sans-serif !important;
    line-height: normal;
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a, a:hover {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    text-decoration: none;
}

    a:focus {
        text-decoration: none;
        outline: none;
    }

::-webkit-input-placeholder { /* Chrome */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: inherit;
}

::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

body .container {
    width: 100%;
    max-width: 1230px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.sectionwrapper {
    width: 100%;
    float: left;
    clear: both;
}

.headertop {
    background: #696f72;
}

.topcontact {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    padding: 5px 0 4px 23px;
    background: url('../images/site/icon-mobile.png') no-repeat left 6px;
    letter-spacing: 0.7px;
}

    .topcontact.mailtop {
        background: url('../images/site/icon-mail.png') no-repeat left 7px;
        position: relative;
        margin-left: 28px;
        padding-left: 33px;
    }

        .topcontact.mailtop:before {
            background: url('../images/site/contactsap.png') repeat-y left top;
            content: "";
            height: 25px;
            width: 2px;
            position: absolute;
            left: -15px;
            top: 4px;
        }

    .topcontact a {
        font-weight: 600;
        color: #fff;
        text-transform: lowercase;
    }

        .topcontact a:hover {
            color: #ef4650;
            text-decoration: none;
        }

.topright {
    background-color: #495257;
    width: 100%;
    float: left;
}

.toptime {
    font-weight: 500;
    color: #fffefe;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    padding: 6px 0 3px 52px;
    background-image: url('../images/site/iconcal.png');
    background-repeat: no-repeat;
    background-position: left top;
    letter-spacing: normal;
}

.headertop .col-lg-5 {
    padding-left: 2px;
}

.toptime span {
    color: #93999c;
}

/* loginbox css start */
.toplogin {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    padding: 4px 13px 2px 48px;
    background-color: #b82626;
    cursor: default;
    background-image: url('../images/site/iconlogin.png');
    background-repeat: no-repeat;
}

    .toplogin a {
        color: #fff;
    }

        .toplogin a:hover {
            color: #fff;
            text-decoration: none;
            opacity: 0.9;
        }

    .toplogin.dropdown input[type="text"], .toplogin.dropdown input[type="password"] {
        -moz-appearance: none;
        background: #fff;
        border: 1px solid #495257;
        border-radius: 0;
        color: #333;
        font-size: 15px;
        font-weight: 500;
        height: 40px;
        padding: 0 0 0 10px;
        display: block;
        width: 100%;
    }

    .toplogin.dropdown .modal {
        left: 0;
        right: 0;
        top: 32px;
        min-width: 340px;
        border-radius: 0;
        z-index: 99999999;
        max-width: 1215px;
        margin: 0 auto;
    }

    .toplogin.dropdown .modal-dialog {
        margin: auto;
        width: 340px;
        float: right;
    }

    .toplogin.dropdown .dropdown-menu label {
        color: #333;
        font-size: 14px;
        font-weight: 500;
    }

    .toplogin.dropdown input[type="submit"] {
        background: #b82626;
        border-radius: 0;
        border-style: none;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        margin: 0 0 18px;
        padding: 8px 0;
        text-transform: uppercase;
    }

        .toplogin.dropdown input[type="submit"]:hover {
            background: #495257;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
/* loginbox css end */

.sitelogo {
    padding-right: 0;
}

    .sitelogo a {
        display: block;
        margin: 10px 0 0;
    }
/* leftmenu start */

.headermenu {
    width: 100%;
    float: left;
    clear: both;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: left;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav {
            margin: 46px 0 -2px;
            float: right;
            z-index: 999;
            position: relative;
        }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        margin: 0 0 0 49px;
        position: relative;
    }

        .headermenu .navbar-inverse .navbar-nav > li:after {
            content: "/";
            position: absolute;
            left: -28px;
            top: -5px;
            color: #bfbfbf;
            font-size: 18px;
        }

        .headermenu .navbar-inverse .navbar-nav > li:first-child:after {
            display: none;
        }

        .headermenu .navbar-inverse .navbar-nav > li:first-child {
            margin: 0;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a, .headermenu .navbar-inverse .navbar-nav > li > a:focus {
            color: #3e3e3e;
            font-size: 17px;
            margin: 0 0 0 1px;
            padding: 0 0 33px;
            letter-spacing: 0.3px;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 600;
            -webkit-transition: all 0s;
            transition: all 0s;
        }

            .headermenu .navbar-inverse .navbar-nav > .active > a,
            .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
            .headermenu .navbar-inverse .navbar-nav > .active > a:hover,
            .headermenu .navbar-inverse .navbar-nav > li > a:hover {
                background: transparent;
                border-bottom: 3px solid #b82725;
                outline: none;
                color: #b82725;
                -webkit-transition: all 0s;
                transition: all 0s;
                text-decoration: none;
            }

/* leftmenu end */

.bannerwrap {
    background: #131112;
    float: left;
    position: relative;
    width: 100%;
}

    .bannerwrap .carousel-inner {
        position: relative;
        overflow: hidden;
    }

    .bannerwrap .carousel .item {
        height: 700px;
    }

    .bannerwrap .carousel-inner > .item > img {
        position: absolute;
        right: 0;
        left: 50%;
        margin-left: -790px; /* Half the width of the image */
        height: 700px;
        max-width: none;
    }

    .bannerwrap a.carousel-control {
        background: #545355;
        background-image: none;
        text-shadow: none;
        height: 90px;
        margin-top: -45px;
        top: 50%;
        opacity: 1;
        color: #fff;
        width: 90px;
        z-index: 999;
        font-size: 42px;
        line-height: 90px;
    }

        .bannerwrap a.carousel-control:hover {
            color: #b82725;
            background: #fff;
        }

    .bannerwrap .carousel-caption {
        left: 0;
        right: 0;
        top: 26px;
        bottom: 0;
        padding: 0;
    }

.requestdemo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.demobox {
    float: right;
    color: #b82626;
    text-transform: uppercase;
    padding: 18px 16px 16px 120px;
    font-size: 19px;
    letter-spacing: 0.3px;
    font-weight: 700;
    background-color: #e8e8e8;
    background-image: url('../images/site/reuestdemo.jpg');
    background-repeat: no-repeat;
}

    .demobox:hover {
        color: #3e3e3e;
        text-decoration: none;
    }

.bannerimg {
    width: 63%;
    float: left;
}

.bannercont {
    text-align: center;
    width: 100%;
    max-width: 438px;
    float: right;
    padding: 258px 0 0;
}

    .bannercont h3 {
        margin: 0 0 23px;
        font-size: 41px;
        text-transform: uppercase;
        color: #ffffff;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        position: relative;
        line-height: 49px;
        text-shadow: none;
    }

        .bannercont h3:before {
            content: "";
            position: absolute;
            left: 7px;
            top: -5px;
            height: 154px;
            width: 25px;
            background: url('../images/site/braceleft.png') no-repeat left top;
        }

        .bannercont h3:after {
            content: "";
            position: absolute;
            right: 7px;
            top: -5px;
            height: 154px;
            width: 25px;
            background: url('../images/site/braceright.png') no-repeat left top;
        }

        .bannercont h3 span {
            display: block;
        }

        .bannercont h3 b {
            color: #d90d0a;
        }

        .bannercont h3 i {
            display: block;
            font-style: normal;
            font-size: 36px;
            font-weight: 400;
        }

    .bannercont p {
        margin: 0;
        font-size: 18px;
        color: #ffffff;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        line-height: 26px;
        text-shadow: none;
        letter-spacing: normal;
    }

    .bannercont a {
        margin: 0;
        font-size: 20px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        background: #b82725;
        padding: 7px 36px;
        text-shadow: none;
        letter-spacing: normal;
        margin: 30px 0 0;
        display: inline-block;
    }

        .bannercont a:hover {
            background: #ffffff;
            color: #b82725;
            text-decoration: none;
        }

.contentleftwrap {
    padding-right: 0;
    position: relative;
}

.contentopleft {
    background: url('../images/site/erpbg.jpg') no-repeat left top;
    width: 100%;
    float: left;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    min-height: 332px;
    padding: 38px 310px 0 35px;
    line-height: 42px;
    letter-spacing: normal;
}

    .contentopleft span {
        font-weight: 700;
    }

    .contentopleft i {
        font-style: normal;
        font-family: 'Champagne-Limousines-Bold';
    }

.contentleftwrap img {
    position: absolute;
    top: 21px;
    right: 21px;
}

.contentopright {
    padding: 24px 0 0 18px;
    width: 100%;
    float: left;
}

    .contentopright h3 {
        margin: 0 0 6px;
        font-size: 40px;
        text-transform: uppercase;
        color: #333333;
        font-weight: 700;
        font-family: 'Hind Siliguri', sans-serif;
    }

        .contentopright h3 span {
            display: block;
            color: #6c6c6c;
            letter-spacing: 4.4px;
            font-weight: 400;
            font-size: 22px;
        }

        .contentopright h3 b {
            color: #b82725;
        }

    .contentopright p {
        margin: 0;
        font-size: 17px;
        color: #3e3e3e;
        font-weight: 400;
        text-align: justify;
        line-height: 24px;
        letter-spacing: -0.2px;
    }

.servicestop {
    background: #f6f6f6;
    padding: 34px 0 26px;
    margin: 24px 0 8px;
}

.servicestopbox {
    width: 100%;
    float: left;
    text-align: center;
}

    .servicestopbox img {
        display: block;
        vertical-align: middle;
        margin: 0 auto 12px;
    }

    .servicestopbox .numscroller.numscroller-big-bottom {
        display: inline-block;
        padding: 0;
        font-size: 22px;
        text-transform: uppercase;
        color: #b82626;
        font-weight: 700;
        text-align: center;
        float: none;
    }

    .servicestopbox i {
        font-style: normal;
        display: inline-block;
        padding: 0;
        font-size: 22px;
        text-transform: uppercase;
        color: #b82626;
        font-weight: 700;
        text-align: center;
        float: none;
    }

    .servicestopbox span {
        font-size: 19px;
        text-transform: capitalize;
        color: #333333;
        font-weight: 500;
        line-height: 19px;
        display: block;
        width: 100%;
        clear: both;
    }

.servicestop .col-lg-2 {
    padding: 0;
}

.tabingswrap {
    background-image: url('../images/site/servicesbg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 421px;
    padding: 0;
    background-size: cover;
    overflow: hidden;
}

.tabnavwrap {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    background: rgba(0,0,0,0.4);
    min-height: 100px;
}

.scroll_tab_right_button {
    position: absolute;
    top: 0;
    z-index: 99;
    right: -180px;
}

.scroll_tab_left_button {
    position: absolute;
    top: 0;
    z-index: 99;
    left: -180px;
}

.tabnavwrap .scroll_tabs_container {
    text-align: center;
}

.tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin-right: 48px;
}

    .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a {
        background-image: url('../images/site/tabsap.png');
        background-position: right center;
        background-repeat: no-repeat;
        position: relative;
        color: #ffffff;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 21px;
        padding: 18px 30px 0 110px;
        display: table-cell;
        text-align: left;
        line-height: 22px;
        height: 100px;
    }

        .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a:hover, .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a.active {
            background-color: #b82626;
            -webkit-transition: all 0s;
            transition: all 0s;
            text-decoration: none;
            background-image: none;
        }

        .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a.active {
            padding-right: 14px;
        }

            .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a:hover:after, .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a.active:after {
                content: "";
                position: absolute;
                bottom: -21px;
                left: 50%;
                border-width: 22px 21px 0;
                border-style: solid;
                border-color: #b82626 transparent;
                display: block;
                width: 0;
                margin-left: -11px;
            }

        .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a:before {
            content: "";
            position: absolute;
            top: 0;
            height: 100px;
            left: 0;
            width: 100px;
            background-color: transparent;
            background-image: url('../images/site/serviceion08.png');
            background-position: center center;
            background-repeat: no-repeat;
            margin: 0 0 0 -3px;
        }

        .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a.srvtab02:before {
            background-image: url('../images/site/serviceion09.png');
        }

        .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a.srvtab03:before {
            background-image: url('../images/site/serviceion10.png');
        }

        .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a:hover:before, .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a.active:before {
            background-color: #a62222;
        }

.tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner {
    padding-bottom: 22px;
}

    .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a strong {
        display: block;
        margin: 0;
        font-weight: 500;
    }

.tabnavwrap .scroll_tabs_theme_light, .tabnavwrap .scroll_tabs_theme_light .scroll_tab_left_button, .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner {
    height: auto !important;
}

    .tabnavwrap .scroll_tabs_theme_light .scroll_tab_left_button, .tabnavwrap .scroll_tabs_theme_light .scroll_tab_right_button {
        background-color: rgba(0,0,0,0.3) !important;
        color: #fff;
        border: 0;
        height: 100px !important;
        width: 100px !important;
        border-radius: 0;
        font-size: 50px;
        cursor: pointer;
        line-height: 100px;
    }

        .tabnavwrap .scroll_tabs_theme_light .scroll_tab_left_button:before {
            content: "\f104";
            font-family: FontAwesome;
            line-height: 40px;
            padding-left: 5px;
        }

        .tabnavwrap .scroll_tabs_theme_light .scroll_tab_right_button:before {
            content: "\f105";
            font-family: FontAwesome;
            line-height: 40px;
            padding-left: 5px;
        }

.tabcontent {
    width: 100%;
    float: left;
    padding: 28px 0 0;
}

    .tabcontent .contitle {
        display: inline-block;
    }

.contitle {
    font-size: 40px;
    text-transform: uppercase;
    color: #fefefe;
    margin: 0 0 30px;
    font-weight: 700;
    font-family: 'Hind Siliguri', sans-serif;
}

    .contitle span {
        font-weight: 500;
        display: block;
        text-align: center;
        font-size: 22px;
        letter-spacing: 3px;
    }

.tabcontent p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 29px;
    padding: 0 706px 10px 0;
    text-align: justify;
}

.tabcontentbtm {
    width: 100%;
    float: left;
    background-color: #fff;
    position: relative;
    padding: 0 0 54px;
}

    .tabcontentbtm:after {
        background-color: #fff;
        content: "";
        height: 100%;
        left: 100%;
        top: 0;
        position: absolute;
        width: 100%;
    }

    .tabcontentbtm:before {
        background-color: #fff;
        content: "";
        height: 100%;
        right: 100%;
        top: 0;
        position: absolute;
        width: 100%;
    }

    .tabcontentbtm ul {
        padding: 20px 706px 10px 25px;
        margin: 0;
        width: 100%;
        float: left;
    }

        .tabcontentbtm ul li {
            font-size: 22px;
            color: #1f1b1b;
            font-weight: 700;
            line-height: 25px;
            padding: 0 0 10px;
        }

            .tabcontentbtm ul li span {
                color: #b82725;
                font-weight: 400;
                display: block;
            }

.tabcontimg {
    position: absolute;
    right: 0;
    top: -201px;
}

.whychoosewrap {
    background: #f6f6f6;
    text-align: center;
    padding-bottom: 35px;
}

    .whychoosewrap .contitle {
        color: #333333;
        margin: 30px 0 35px;
    }

        .whychoosewrap .contitle span {
            color: #6c6c6c;
        }

.choosebox {
    padding-top: 50px;
    padding-bottom: 42px;
}

    .choosebox.boxmiddle {
        border-left: 2px solid #eaeaea;
        border-right: 2px solid #eaeaea;
    }

.boxsap {
    border-top: 2px solid #eaeaea;
}

.choosebox:hover {
    background: #3e3e3e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.serviceicon {
    background: url('../images/site/solutionicon01.png') no-repeat center top;
    min-height: 100px;
}

    .serviceicon.serviceicon02 {
        background: url('../images/site/solutionicon02.png') no-repeat center top;
    }

    .serviceicon.serviceicon03 {
        background: url('../images/site/solutionicon03.png') no-repeat center top;
    }

    .serviceicon.serviceicon04 {
        background: url('../images/site/solutionicon04.png') no-repeat center top;
    }

    .serviceicon.serviceicon05 {
        background: url('../images/site/solutionicon05.png') no-repeat center top;
    }

    .serviceicon.serviceicon06 {
        background: url('../images/site/solutionicon06.png') no-repeat center top;
    }

.choosebox:hover .serviceicon.serviceicon01 {
    background: url('../images/site/solutionicon01h.png') no-repeat center top;
}

.choosebox:hover .serviceicon.serviceicon02 {
    background: url('../images/site/solutionicon02h.png') no-repeat center top;
}

.choosebox:hover .serviceicon.serviceicon03 {
    background: url('../images/site/solutionicon03h.png') no-repeat center top;
}

.choosebox:hover .serviceicon.serviceicon04 {
    background: url('../images/site/solutionicon04h.png') no-repeat center top;
}

.choosebox:hover .serviceicon.serviceicon05 {
    background: url('../images/site/solutionicon05h.png') no-repeat center top;
}

.choosebox:hover .serviceicon.serviceicon06 {
    background: url('../images/site/solutionicon06h.png') no-repeat center top;
}

.choosebox h5 {
    font-size: 25px;
    text-transform: uppercase;
    color: #333333;
    margin: 20px 0 10px;
    font-weight: 600;
    font-family: 'Hind Siliguri', sans-serif;
}

.choosebox p {
    font-size: 17px;
    color: #3e3e3e;
    line-height: 24px;
    margin: 0;
    font-weight: 500;
    padding: 20px 30px 15px;
    min-height: 138px;
}

.choosebox a {
    font-size: 18px;
    text-transform: uppercase;
    color: #b82725;
    display: inline-block;
    border: 2px solid #333333;
    line-height: 24px;
    border-radius: 3px;
    padding: 8px 32px;
    font-weight: 600;
}

.choosebox:hover h5, .choosebox:hover p {
    color: #fff;
}

.choosebox:hover a {
    background: #fff;
    border: 2px solid #fff;
}

.choosebox a:hover {
    background: #b82725;
    border: 2px solid #b82725;
    color: #fff;
}

.newswaper {
    margin: 10px 0;
    background: #3e3b3b;
}

.testimonial {
    background-color: #1a1a1a;
    background-image: url('../images/site/testimnlbg.jpg');
    background-position: center 9px;
    background-repeat: no-repeat;
    width: 50%;
    min-height: 350px;
    float: left;
}

.testimonialinn {
    width: 100%;
    float: right;
    max-width: 600px;
}

.newstitle {
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 24px 0 26px;
    font-weight: 700;
    font-family: 'Hind Siliguri', sans-serif;
}

    .newstitle span {
        font-weight: 500;
        display: block;
        font-size: 22px;
        color: #a0a0a0;
        letter-spacing: 1px;
    }

.costemerbox {
    width: 100%;
    float: left;
    margin: 3px 0 20px;
}

    .costemerbox img {
        float: left;
    }

    .costemerbox .custname {
        display: block;
        overflow: hidden;
        font-size: 19px;
        text-transform: uppercase;
        color: #fff;
        margin: 0;
        font-weight: 500;
        line-height: 24px;
        padding: 30px 0 0 20px;
    }

        .costemerbox .custname span {
            text-transform: capitalize;
            font-weight: 300;
            display: block;
        }

        .costemerbox .custname i {
            color: #585555;
            font-style: normal;
        }

.testimonialinn p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    float: left;
    line-height: 20px;
    padding-right: 90px;
}

.testimonialinn a.carousel-control {
    background-color: transparent;
    background-image: none;
    border: 2px solid #b82725;
    text-shadow: none;
    height: 40px;
    top: 36px;
    opacity: 1;
    color: #b82725;
    width: 40px;
    z-index: 999;
    font-size: 26px;
    line-height: 90px;
    right: 40px;
    left: auto;
}

    .testimonialinn a.carousel-control:hover {
        background-color: #b82725;
        color: #fff;
    }

    .testimonialinn a.carousel-control.left {
        margin-right: 45px;
    }

    .testimonialinn a.carousel-control i {
        vertical-align: top;
        padding: 5px 0 0;
    }

.latestnews {
    background-image: url('../images/site/newsbg.jpg');
    background-position: 430px 0;
    background-repeat: no-repeat;
    width: 50%;
    min-height: 350px;
    float: left;
}

.latestnewsinn {
    width: 100%;
    float: left;
    padding-left: 35px;
    max-width: 552px;
}

    .latestnewsinn p {
        font-size: 20px;
        color: #fff;
        line-height: 22px;
        font-weight: 500;
        margin: -12px 0 0;
    }

    .latestnewsinn ol {
        padding: 0 0 0 18px;
    }

    .latestnewsinn li {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        line-height: normal;
    }

    .latestnewsinn ul {
        padding: 0;
    }

        .latestnewsinn ul li {
            list-style: none;
        }

.mobappwrap {
    background-image: url('../images/site/appcontbg.jpg');
    background-repeat: repeat;
    background-position: left top;
    padding: 0 0 20px;
}

.mobileappwrap {
    width: 100%;
    float: left;
    padding-left: 410px;
}

    .mobileappwrap h3 {
        font-size: 35px;
        color: #fff;
        line-height: 48px;
        margin: 32px 0 15px;
        font-weight: 600;
        font-family: 'Hind Siliguri', sans-serif;
    }

        .mobileappwrap h3 span {
            display: block;
            font-size: 50px;
            text-transform: uppercase;
            font-weight: 700;
        }

    .mobileappwrap p {
        font-size: 20px;
        color: #fff;
        line-height: 22px;
        font-weight: 400;
        padding: 0 30px 0 0;
    }

.downloadwrap {
    background: #fff;
}

.downloadnow {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0 30px 410px;
    min-height: 217px;
}

.downloadbox {
    width: 100%;
    max-width: 360px;
    float: left;
}

    .downloadbox h5 {
        font-size: 25px;
        color: #333333;
        text-transform: uppercase;
        margin: 0 0 14px;
        font-weight: 600;
    }

    .downloadbox a {
        float: left;
        margin: 0 10px 10px 0;
    }

.busdwnld {
    float: left;
    padding: 20px 0 0 60px;
}

.imgmoabpp {
    position: absolute;
    left: 0;
    top: -220px;
}

.footerbg {
    background-image: url('../images/site/footerbg.jpg');
    background-repeat: repeat-x;
    background-position: center top;
    min-height: 435px;
    margin-bottom: 5px;
    padding: 32px 0 0;
    background-size: cover;
}

.footerleft {
    width: 40%;
    float: left;
}

.footertitle {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0 25px;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid rgba(116,121,124,0.6);
    padding: 0 0 9px;
    font-family: 'Hind Siliguri', sans-serif;
}

    .footertitle:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        background: #b82725;
        height: 3px;
        width: 50px;
    }

    .footertitle span {
        text-transform: capitalize;
        font-weight: 300;
    }

.footerleft p {
    font-size: 17px;
    color: #74797c;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
    letter-spacing: -0.2px;
}

.footerlinks {
    width: 21%;
    float: left;
    padding-left: 61px;
}

    .footerlinks ul {
        padding: 0 0 0 13px;
        margin: 0;
        float: left;
    }

        .footerlinks ul li {
            color: #74797c;
            font-size: 12px;
        }

            .footerlinks ul li a {
                font-size: 17px;
                color: #74797c;
                font-weight: 500;
                padding-left: 3px;
                line-height: 25px;
                display: block;
            }

                .footerlinks ul li a:hover, .footerlinks ul li:hover {
                    color: #b82626;
                    text-decoration: none;
                }

.footercontact {
    width: 34.3%;
    float: right;
}

.contacinn {
    font-size: 16px;
    color: #74797c;
    font-weight: 500;
    background-image: url('../images/site/iconlocation.png');
    background-repeat: no-repeat;
    background-position: left 11px;
    padding: 0 0 15px 24px;
    border-bottom: 1px solid rgba(116,121,124,0.25);
    line-height: 19px;
}

    .contacinn.cntcall {
        background-image: url('../images/site/iconmobile.png');
        background-position: left 14px;
        padding: 15px 0 18px 24px;
        margin: 2px 0 0;
    }

    .contacinn.cntmail {
        background-image: url('../images/site/iconmail.png');
        background-position: left 16px;
        padding: 14px 0 15px 28px;
        border: none;
    }

    .contacinn a {
        color: #74797c;
    }

        .contacinn a:hover {
            color: #b82626;
            text-decoration: none;
        }

    .contacinn i {
        text-transform: uppercase;
        font-style: normal;
    }

    .contacinn span {
        display: block;
    }

.footerbottom {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px 0 17px;
    background: rgba(116,121,124,0.25);
    margin: 13px 0 0;
}

.footerlogo {
    float: left;
}

    .footerlogo a {
        display: block;
    }

.copyrights {
    float: left;
    color: #cd2624;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 19px;
    position: relative;
    padding: 9px 0 0 41px;
}

    .copyrights:before {
        background: url('../images/site/footersap.png') no-repeat left top;
        content: "";
        height: 68px;
        width: 2px;
        position: absolute;
        left: 20px;
        top: 5px;
    }

    .copyrights a {
        color: #74797c;
        font-weight: 600;
        display: block;
        text-transform: uppercase;
    }

        .copyrights a:hover {
            color: #cd2624;
            text-decoration: none;
        }

.footersocial {
    float: right;
    clear: both;
    padding: 3px 0 12px;
}

    .footersocial span {
        color: #fefefe;
        font-size: 16px;
        font-weight: 500;
        float: left;
        padding: 6px 4px 0 0;
    }

    .footersocial a {
        float: left;
        color: #3b5898;
        background: #ffffff;
        margin-left: 7px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        font-size: 20px;
        text-align: center;
    }

        .footersocial a i {
            vertical-align: middle;
        }

        .footersocial a.tw {
            background: #50c9f1;
            color: #fff;
        }

        .footersocial a.gplus {
            color: #ff523b;
        }

        .footersocial a.youtubs {
            color: #ce3934;
        }

        .footersocial a:hover {
            opacity: 0.7;
        }

.hostediipl {
    color: #cf2630;
    font-size: 16px;
    float: right;
    padding: 3px 0 3px 12px;
    width: 100%;
    font-weight: 400;
    text-align: right;
}

    .hostediipl a {
        color: #cf2630;
        font-weight: 600;
        background: url(../images/site/icon-iipl.png) no-repeat left 3px;
        padding-left: 26px;
        text-transform: uppercase;
    }

        .hostediipl a:hover {
            color: #de3b3a;
            text-decoration: none;
        }

.topcontact.mailtop:before {
    height: 20px;
    width: 2px;
    left: -11px;
    top: 6px;
}

/* Medea Queries */

@media only screen and (max-width: 1579px) {
    .scroll_tab_left_button {
        position: absolute;
        top: 0;
        z-index: 99;
        left: -68px;
    }

    .scroll_tab_right_button {
        position: absolute;
        top: 0;
        z-index: 99;
        right: -68px;
    }

    .bannerwrap a.carousel-control {
        height: 80px;
        margin-top: -40px;
        width: 80px;
        font-size: 40px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 1229px) {
    .topcontact {
        font-size: 14px;
        padding: 3px 0 4px 16px;
        background: url('../images/site/icon-mobile.png') no-repeat left 6px;
        letter-spacing: normal;
        background-size: 10px;
    }

        .topcontact.mailtop {
            position: relative;
            margin-left: 20px;
            padding-left: 25px;
            background-size: 20px;
        }

    .toplogin {
        font-size: 14px;
        padding: 4px 10px 2px 38px;
        background-size: 30px;
    }

    .toptime {
        font-size: 13px;
        padding: 4px 0 3px 40px;
        letter-spacing: normal;
        background-size: 33px;
    }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 28px 0 -2px;
        float: right;
        z-index: 999;
        position: relative;
    }

        .headermenu .navbar-inverse .navbar-nav > li {
            margin: 0 0 0 38px;
            position: relative;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a {
                font-size: 14px;
                padding: 0 0 20px;
            }

            .headermenu .navbar-inverse .navbar-nav > li:after {
                left: -23px;
                top: -1px;
                font-size: 14px;
            }

    .sitelogo a {
        margin: 8px 0 0;
    }

    .demobox {
        padding: 12px 16px 12px 92px;
        font-size: 15px;
        letter-spacing: normal;
        background-size: 80px;
    }

    .bannerimg {
        width: 50%;
    }

    .bannerwrap .carousel-caption {
        top: 90px;
    }

    .bannercont {
        max-width: 400px;
        padding: 0;
    }

        .bannercont h3 {
            margin: 0 0 14px;
            font-size: 30px;
            line-height: 38px;
        }

            .bannercont h3 i {
                font-size: 26px;
            }

        .bannercont p {
            font-size: 15px;
            line-height: 22px;
        }

        .bannercont a {
            font-size: 16px;
            padding: 6px 18px;
            margin: 20px 0 0;
            display: inline-block;
        }

        .bannercont h3:before {
            top: 0;
            height: 125px;
            width: 25px;
            background-size: 20px;
        }

        .bannercont h3:after {
            top: 0;
            height: 125px;
            width: 25px;
            background-size: 20px;
        }

    .bannerwrap a.carousel-control {
        height: 50px;
        margin-top: 0;
        width: 50px;
        font-size: 32px;
        line-height: 50px;
        right: 20px;
        left: auto;
        top: auto;
        bottom: 20px;
    }

    .left.carousel-control {
        margin-right: 60px;
    }

    .bannerwrap .carousel-inner > .item > img, .bannerwrap .carousel-inner .item {
        height: 600px;
    }

    .bannerwrap .carousel-inner > .item > img {
        margin-left: -600px;
    }

    .contentleftwrap img {
        top: 30px;
        right: 14px;
        width: 200px;
    }

    .contentopleft {
        font-size: 24px;
        padding: 50px 220px 40px 20px;
        line-height: 34px;
        letter-spacing: normal;
        min-height: 320px;
    }

    .contentopright {
        padding: 24px 0 0 0;
    }

        .contentopright h3 {
            font-size: 28px;
        }

        .contentopright p {
            font-size: 14px;
            line-height: 22px;
            letter-spacing: normal;
            margin: 0 0 6px;
        }

    .servicestop {
        padding: 20px 0 5px;
        margin: 12px 0 5px;
    }

    .servicestopbox p span {
        padding: 10px 0 0;
        font-size: 18px;
    }

    .servicestopbox p {
        font-size: 14px;
        line-height: 20px;
    }

    .servicestopbox img {
        width: 50px;
    }

    .tabnavwrap .scroll_tabs_theme_light .scroll_tab_left_button, .tabnavwrap .scroll_tabs_theme_light .scroll_tab_right_button {
        height: 80px !important;
        width: 80px !important;
        font-size: 40px;
        line-height: 80px;
    }

    .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a {
        font-size: 18px;
        padding: 20px 20px 0 88px;
        line-height: 18px;
        height: 80px;
        background-size: 1px;
    }

        .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a:before {
            height: 80px;
            width: 80px;
            margin: 0;
            background-size: 50px;
        }

        .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a:hover:after, .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a.active:after {
            bottom: -13px;
            border-width: 14px 14px 0;
            margin-left: -7px;
        }

    .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner {
        padding-bottom: 14px;
    }

    .tabnavwrap {
        min-height: 80px;
    }

    .scroll_tab_left_button {
        left: 0;
    }

    .scroll_tab_right_button {
        right: 0;
    }

    .tabnavwrap .scroll_tabs_theme_light .scroll_tab_left_button, .tabnavwrap .scroll_tabs_theme_light .scroll_tab_right_button {
        height: 80px !important;
        width: 32px !important;
        font-size: 24px;
        line-height: 80px;
    }

    .tabcontent {
        padding: 20px 0 0;
    }

    .contitle {
        font-size: 28px;
        margin: 0 0 18px;
    }

        .contitle span {
            font-size: 18px;
        }

    .tabcontimg {
        width: 470px;
        top: -140px;
    }

    .tabcontent p {
        font-size: 18px;
        color: #fff;
        line-height: 24px;
        padding: 0 510px 10px 0;
    }

    .tabcontentbtm ul li {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        padding: 0 0 6px;
    }

    .tabingswrap {
        min-height: 10px;
        background-size: cover;
    }

    .tabcontentbtm {
        padding: 20px 0;
    }

        .tabcontentbtm ul {
            padding: 0 500px 10px 20px;
        }

    .whychoosewrap .contitle {
        margin: 20px 0 25px;
    }

    .choosebox {
        padding-top: 20px;
        padding-bottom: 30px;
    }

        .choosebox h5 {
            font-size: 20px;
            margin: 18px 0 10px;
        }

    .serviceicon {
        min-height: 90px;
        background-size: 90px !important;
    }

    .choosebox p {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        padding: 0 0 10px;
        min-height: 90px;
    }

    .choosebox a {
        font-size: 14px;
        line-height: 20px;
        border-radius: 3px;
        padding: 6px 14px;
        font-weight: 600;
    }

    .testimonialinn {
        max-width: 100%;
    }

    .testimonialinn {
        max-width: 100%;
        padding-left: 15px;
    }

    .newstitle {
        font-size: 28px;
        margin: 20px 0 15px;
    }

        .newstitle span {
            font-size: 14px;
            letter-spacing: normal;
        }

    .testimonialinn a.carousel-control {
        height: 34px;
        top: 20px;
        font-size: 20px;
        line-height: 34px;
        right: 15px;
        width: 34px;
    }

    .testimonialinn p {
        font-size: 15px;
        line-height: 18px;
        padding-right: 10px;
    }

    .costemerbox .custname {
        font-size: 16px;
        line-height: 21px;
        padding: 30px 0 0 18px;
    }

    .costemerbox img {
        float: left;
        width: 118px;
    }

    .latestnewsinn {
        padding-left: 24px;
        max-width: 100%;
    }

        .latestnewsinn p {
            font-size: 16px;
            line-height: 22px;
            margin: -5px 0 0;
        }

        .latestnewsinn li {
            font-size: 15px;
        }

    .imgmoabpp {
        width: 250px;
    }

    .testimonial, .latestnews {
        min-height: 300px;
    }

    .mobileappwrap {
        padding-left: 300px;
    }

        .mobileappwrap h3 span {
            font-size: 34px;
        }

        .mobileappwrap h3 {
            font-size: 22px;
            line-height: 30px;
            margin: 30px 0 7px;
        }

        .mobileappwrap p {
            font-size: 16px;
            line-height: 20px;
            padding: 0;
        }

    .mobappwrap {
        padding-bottom: 10px;
    }

    .imgmoabpp {
        width: 260px;
        top: -110px;
    }

    .downloadnow {
        padding: 20px 0 20px 300px;
        min-height: 200px;
    }

    .busdwnld {
        float: right;
        padding: 20px 0 0 0;
        width: 260px;
    }

    .downloadbox h5 {
        font-size: 20px;
        margin: 0 0 12px;
    }

    .downloadbox a {
        margin: 0 6px 6px 0;
    }

        .downloadbox a img {
            width: auto;
            height: 50px;
        }

    .footerbg {
        min-height: 10px;
        margin-bottom: 3px;
        padding: 28px 0 0;
    }

    .footertitle {
        font-size: 21px;
        margin: 0px 0 20px;
        padding: 0 0 7px;
    }

    .footerleft p {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: normal;
    }

    .footerlinks {
        width: 20%;
        float: left;
        padding-left: 30px;
    }

        .footerlinks ul li a {
            font-size: 15px;
            padding-left: 2px;
            line-height: 23px;
        }

    .footercontact {
        width: 37%;
    }

    .contacinn {
        font-size: 14px;
        padding: 0 0 12px 22px;
        line-height: 18px;
    }

        .contacinn.cntcall {
            padding: 12px 0 15px 22px;
            margin: 2px 0 0;
        }

    .footerlogo {
        float: left;
        width: 280px;
    }

    .copyrights {
        font-size: 13px;
        line-height: 16px;
        padding: 3px 0 0 30px;
    }

        .copyrights:before {
            height: 45px;
            width: 2px;
            left: 14px;
            top: 5px;
            background-size: 1.5px;
        }

    .footerbottom {
        padding: 18px 0 10px;
        margin: 6px 0 0;
    }

    .footersocial {
        padding: 3px 0 3px;
    }

        .footersocial a {
            margin-left: 5px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
        }

    .hostediipl {
        font-size: 14px;
        padding: 0;
    }

        .hostediipl a {
            padding-left: 22px;
            background-size: 18px;
        }

    .servicestopbox span {
        font-size: 16px;
        line-height: 18px;
    }

    .servicestopbox img {
        display: block;
        margin: 0 auto 2px;
    }

    .servicestopbox i, .servicestopbox .numscroller.numscroller-big-bottom {
        font-size: 18px;
    }

    .latestnewsinn ol {
        padding: 0 0 0 14px;
        margin: 0;
    }

    .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span {
        margin-right: 1px;
    }

    /* loginbox css start */
    .toplogin.dropdown .dropdown-menu {
        min-width: 290px;
    }

    .toplogin.dropdown input[type="text"], .toplogin.dropdown input[type="password"] {
        font-size: 13px;
        height: 36px;
    }

    .toplogin.dropdown input[type="submit"] {
        font-size: 15px;
        margin: 0 0 14px;
        padding: 7px 0;
    }


    .toplogin.dropdown .modal-dialog {
        right: 12px;
    }
    /* loginbox css end */

}

@media only screen and (max-width: 991px) {
    .headertop .col-lg-5 {
        padding-left: 15px;
    }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 10px 0 -2px;
    }

        .headermenu .navbar-inverse .navbar-nav > li {
            margin: 0 0 0 24px;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a {
                font-size: 12px;
            }

            .headermenu .navbar-inverse .navbar-nav > li:after {
                left: -15px;
                top: -2px;
                font-size: 14px;
            }

    .demobox {
        padding: 10px 10px 8px 80px;
        font-size: 14px;
        letter-spacing: normal;
        background-size: 70px;
    }

    .bannerimg {
        width: 40%;
    }

    .bannerwrap .carousel-caption {
        top: 70px;
    }

    .bannercont h3 {
        margin: 0 0 14px;
        font-size: 20px;
        line-height: 24px;
    }

        .bannercont h3:before {
            height: 84px;
            background-size: 13px;
        }

        .bannercont h3:after {
            height: 84px;
            background-size: 13px;
        }

    .bannercont {
        max-width: 340px;
    }

        .bannercont h3 i {
            font-size: 16px;
        }

        .bannercont p {
            font-size: 13px;
            line-height: 16px;
        }

        .bannercont a {
            font-size: 14px;
            padding: 4px 10px;
            margin: 18px 0 0;
        }

    .bannerwrap .carousel-inner > .item > img, .bannerwrap .carousel-inner .item {
        height: 420px;
    }

    .bannerwrap .carousel-inner > .item > img {
        margin-left: -500px;
    }

    .bannerwrap a.carousel-control {
        height: 40px;
        width: 40px;
        font-size: 26px;
        line-height: 40px;
        right: 15px;
        bottom: 15px;
    }

    .left.carousel-control {
        margin-right: 46px;
    }

    .contentleftwrap img {
        top: 20px;
        width: 160px;
    }

    .contentopleft {
        font-size: 20px;
        padding: 54px 170px 10px 10px;
        line-height: 26px;
        min-height: 320px;
    }

    .contentopright {
        padding: 20px 0 0 0;
    }

        .contentopright h3 {
            font-size: 22px;
            letter-spacing: normal;
        }

            .contentopright h3 span {
                letter-spacing: normal;
                font-size: 16px;
            }

        .contentopright p {
            font-size: 12px;
            line-height: 18px;
            letter-spacing: normal;
            margin: 0 0 5px;
        }

    .contentopleft {
        font-size: 20px;
        padding: 44px 170px 10px 10px;
        line-height: 26px;
        min-height: 278px;
    }

    .servicestopbox {
        width: 100%;
        min-height: 140px;
    }

    .contitle {
        font-size: 22px;
        margin: 0 0 10px;
    }

    .tabcontimg {
        width: 340px;
        top: -100px;
    }

    .tabcontent p {
        font-size: 13px;
        color: #fff;
        line-height: 18px;
        padding: 0 370px 10px 0;
    }

    .contitle span {
        font-size: 14px;
    }

    .tabcontentbtm ul {
        padding: 0 370px 0 20px;
    }

        .tabcontentbtm ul li {
            font-size: 14px;
            font-weight: 700;
            line-height: 18px;
            padding: 0 0 4px;
        }

    .whychoosewrap .contitle {
        margin: 18px 0 20px;
    }

    .choosebox h5 {
        font-size: 18px;
        margin: 16px 0 7px;
    }

    .choosebox p {
        font-size: 12px;
        line-height: 16px;
        padding: 0 0 10px;
    }

    .whychoosewrap {
        padding-bottom: 0;
    }

    .serviceicon {
        min-height: 70px;
        background-size: 70px !important;
    }

    .choosebox a {
        font-size: 12px;
        line-height: 18px;
        border-radius: 2px;
        padding: 4px 12px;
        font-weight: 600;
    }

    .newstitle {
        font-size: 20px;
        margin: 18px 0 14px;
        display: inline-block;
    }

        .newstitle span {
            font-size: 10px;
        }

    .testimonialinn a.carousel-control {
        height: 28px;
        top: 18px;
        font-size: 20px;
        line-height: 28px;
        right: 10px;
        width: 28px;
    }

        .testimonialinn a.carousel-control.left {
            margin-right: 33px;
        }

        .testimonialinn a.carousel-control i {
            padding: 1px 0 0;
        }

    .costemerbox img {
        width: 80px;
    }

    .costemerbox .custname {
        font-size: 14px;
        line-height: 17px;
        padding: 18px 0 0 10px;
    }

        .costemerbox .custname span {
            font-size: 12px;
        }

    .costemerbox {
        margin: 3px 0 10px;
    }

    .testimonialinn p {
        font-size: 12px;
        line-height: 16px;
        padding-right: 6px;
    }

    .latestnewsinn {
        padding-left: 18px;
    }

        .latestnewsinn p {
            font-size: 12px;
            line-height: 16px;
            margin: -5px 0 10px;
        }

        .latestnewsinn li {
            font-size: 12px;
        }

    .testimonial, .latestnews {
        min-height: 250px;
    }

    .imgmoabpp {
        width: 230px;
        top: -140px;
    }

    .mobileappwrap {
        padding-left: 240px;
    }

        .mobileappwrap h3 span {
            font-size: 26px;
        }

        .mobileappwrap h3 {
            font-size: 18px;
            line-height: 24px;
            margin: 22px 0 5px;
        }

    .mobappwrap {
        min-height: 10px;
        padding: 0 0 10px;
    }

    .downloadnow {
        padding: 12px 0 10px 240px;
        min-height: 150px;
    }

    .downloadbox h5 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .downloadbox a img {
        width: auto;
        height: 30px;
    }

    .downloadbox h5 {
        font-size: 14px;
        margin: 0 0 5px;
    }

    .downloadbox {
        width: 100%;
        max-width: 180px;
        float: left;
    }

    .busdwnld {
        float: right;
        padding: 0;
        width: 200px;
    }

    .mobileappwrap p {
        font-size: 13px;
        line-height: 18px;
        padding: 0;
    }

    .footertitle {
        font-size: 16px;
        margin: 0px 0 12px;
    }

    .footerleft p {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: normal;
    }

    .footerlinks {
        padding-left: 20px;
        width: 22%;
    }

    .footercontact {
        width: 35%;
    }

    .footerlinks ul li a {
        font-size: 12px;
        padding-left: 0;
        line-height: 20px;
    }

    .contacinn {
        font-size: 12px;
        line-height: 16px;
        padding: 0 0 12px 18px;
        background-size: 10px;
    }

        .contacinn.cntcall {
            padding: 6px 0 9px 22px;
            margin: 2px 0 0;
            background-position: 0 5px;
        }

        .contacinn.cntmail {
            background-position: left 8px;
            padding: 6px 0 0 24px;
            background-size: 18px;
        }

    .footerbottom {
        padding: 14px 0 6px;
        margin: 0;
        text-align: center;
    }

    .footerlogo {
        float: none;
        width: 230px;
        display: inline-block;
        vertical-align: middle;
    }

    .copyrights {
        font-size: 13px;
        line-height: 16px;
        padding: 3px 0 0 30px;
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }

    .footersocial {
        padding: 10px 0 2px;
        float: none;
        display: inline-block;
    }

        .footersocial span {
            padding: 4px 4px 0 0;
        }

    .hostediipl {
        font-size: 12px;
        padding: 0 0 6px;
        text-align: center;
    }

        .hostediipl a {
            padding-left: 18px;
            background-size: 14px;
        }

    .toplogin.dropdown .modal-dialog {
        right: 12px;
        top: 30px;
    }

    .latestnewsinn ol {
        padding: 0 0 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    /* leftmenu start */

    .fixedbtn {
        position: absolute;
        top: -40px;
        left: 0;
        z-index: 1030;
    }

        .fixedbtn.topfixedicon {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
        }

    .menufixed .navbar-toggle {
        background-color: #5f5f5f;
        border-color: #9f9f9f;
        margin: 7px;
        padding: 6px;
        position: absolute;
        top: -50px;
        z-index: 9999999;
        left: auto;
        right: 0;
    }

        .menufixed .navbar-toggle .icon-bar {
            background: #fff;
        }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        float: left;
        width: 100%;
    }

    .headermenu .navbar-inverse .navbar-toggle:focus,
    .headermenu .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .headermenu .navbar-inverse .navbar-toggle {
        border-color: transparent;
        margin: 0 10px 0 0;
    }

    .headermenu .navbar-inverse .container-fluid {
        padding: 0 15px;
        text-align: center;
        background: #3e3e3e;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
        padding: 3px;
        color: #3e3e3e;
        margin-bottom: 1px;
    }

    .menufixed .navbar-toggle .icon-bar {
        background: #fff;
    }

    .headermenu .navbar-inverse {
        background-color: rgba(247,244,244,0.95);
        box-shadow: 0 0 5px #B0B0B0;
    }

        .headermenu .navbar-inverse .navbar-nav > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            background: transparent;
            color: #da2927;
        }

        .headermenu .navbar-inverse .navbar-collapse {
            border: none !important;
        }

    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .headermenu .side-collapse {
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        padding-top: 40px;
        z-index: 9999;
    }

    .side-collapse.in {
        width: 0;
    }
    /* leftmenu end */

    .sitelogo {
        padding-right: 15px;
        position: relative;
    }

        .sitelogo a {
            margin: 8px 0 0;
            float: left;
            max-width: 220px;
            width: 100%;
        }

    .headermenuwrap {
        position: relative;
    }

    .sitelogo {
        /*max-width: 210px;
        position: absolute;
        left: 0;
        z-index: 999;*/
    }

    .headermenu .navbar-inverse .navbar-nav > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
        border-bottom: none;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        margin: 0;
    }

    .contentleftwrap {
        padding-right: 15px;
    }

    .contentopleft {
        padding: 40px 190px 10px 10px;
        line-height: 20px;
        min-height: 200px;
        font-size: 16px;
    }

    .contentleftwrap img {
        right: 32px;
    }

    .choosebox {
        padding-top: 20px;
        padding-bottom: 30px;
        max-width: 33.3%;
    }

    .busdwnld {
        width: 160px;
    }

    .sitelogo {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 639px) {
    .topcontact {
        font-size: 12px;
        padding-top: 6px;
    }

    .toptime {
        font-size: 12px;
        padding: 6px 0 4px 40px;
        background-size: 32px;
    }

    .bannerimg {
        display: none;
    }

    .bannercont {
        max-width: 100%;
    }

    .bannerwrap .carousel-caption {
        top: 60px;
    }

    .bannerwrap .carousel-inner > .item > img, .bannerwrap .carousel-inner .item {
        height: 340px;
    }

    .bannerwrap .carousel-inner > .item > img {
        margin-left: -430px;
    }

    .bannerwrap a.carousel-control {
        height: 30px;
        width: 30px;
        font-size: 20px;
        line-height: 30px;
    }

    .left.carousel-control {
        margin-right: 34px;
    }

    .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a {
        font-size: 14px;
        padding: 12px 12px 0 54px;
        line-height: 15px;
        height: 50px;
        background-size: 1px;
    }

        .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a:before {
            height: 50px;
            width: 50px;
            margin: 0;
            background-size: 30px;
        }

    .tabnavwrap .scroll_tabs_theme_light .scroll_tab_left_button, .tabnavwrap .scroll_tabs_theme_light .scroll_tab_right_button {
        height: 50px !important;
        width: 32px !important;
        font-size: 20px;
        line-height: 58px;
    }

    .tabnavwrap {
        min-height: 50px;
    }

        .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a:hover::after, .tabnavwrap .scroll_tabs_theme_light div.scroll_tab_inner span a.active:after {
            bottom: -9px;
            border-width: 10px 10px 0;
            margin-left: -5px;
        }

    .contitle {
        font-size: 16px;
        margin: 0 0 10px;
        margin: 5px 0 10px;
    }

    .tabcontent {
        padding: 10px 0 0;
    }

        .tabcontent p {
            font-size: 13px;
            color: #fff;
            line-height: 18px;
            padding: 0;
        }

    .tabcontentbtm ul {
        padding: 0 0 0 20px;
    }

    .tabcontimg, .imgmoabpp {
        display: none;
    }

    .choosebox {
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 100%;
    }

        .choosebox.boxmiddle {
            border: none;
        }

    .boxsap {
        border-top: none;
    }

    .choosebox p {
        min-height: 40px;
    }

    .choosebox h5 {
        font-size: 14px;
        margin: 14px 0 5px;
    }

    .choosebox {
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 100%;
        border-bottom: 1px solid #eaeaea !important;
    }

    .testimonial, .latestnews {
        min-height: 10px;
        width: 100%;
        padding: 0 0 10px;
    }

    .testimonialinn, .latestnewsinn {
        max-width: 100%;
        padding: 0 15px;
    }

        .testimonialinn a.carousel-control {
            right: 0;
        }

        .testimonialinn p {
            padding-right: 0;
        }

    .mobileappwrap {
        padding-left: 0;
    }

        .mobileappwrap h3 {
            font-size: 16px;
            line-height: 22px;
            margin: 20px 0 5px;
        }

            .mobileappwrap h3 span {
                font-size: 22px;
            }

        .mobileappwrap p {
            font-size: 12px;
            line-height: 16px;
            padding: 0;
        }

    .downloadnow {
        padding: 10px 0;
        min-height: 10px;
    }

    .footerbg {
        padding: 20px 0 0;
    }

    .footerleft, .footerlinks, .footercontact {
        width: 100%;
        float: left;
        padding: 0 0 10px;
    }

    .servicestopbox img {
        width: 40px;
    }

    .servicestopbox p span {
        padding: 6px 0 0;
        font-size: 16px;
    }

    .servicestopbox {
        width: 100%;
        min-height: 110px;
        text-align: center;
    }

        .servicestopbox span {
            font-size: 14px;
            line-height: 14px;
        }

        .servicestopbox i, .servicestopbox .numscroller.numscroller-big-bottom {
            font-size: 16px;
        }

    .topcontact {
        padding: 3px 0 4px 18px;
        background-position: 3px 6px;
    }
}

@media only screen and (max-width: 479px) {
    .toptime {
        width: 100%;
        background-color: #495257;
    }

    .topcontact.mailtop:before {
        display: none;
    }

    .topcontact {
        width: 100%;
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 7px;
        background-position: 5px 8px;
        padding-left: 22px;
    }

        .topcontact.mailtop {
            width: 100%;
            padding-top: 0;
            margin: 0;
            background-position: 4px 4px;
            background-size: 18px;
            padding-left: 28px;
        }

    .topright {
        background: none;
    }

    .toplogin {
        position: absolute;
        right: 0;
        top: -77px;
        font-size: 12px;
        background-size: 27px;
        padding: 3px 10px 3px 32px;
    }

    .headertop {
        position: relative;
    }

    .toplogin.dropdown .dropdown-menu {
        left: 0;
    }

    .toplogin.dropdown .dropdown-menu {
        left: 0;
    }

    .menufixed .navbar-toggle {
        top: -46px;
    }

    .sitelogo a {
        margin: 7px 0 0;
        max-width: 160px;
    }

    .contentleftwrap img, .busdwnld {
        display: none;
    }

    .contentopleft {
        padding: 10px;
        line-height: 20px;
        min-height: 10px;
        font-size: 16px;
    }

    .contentopright {
        padding: 10px 0 0 0;
    }

        .contentopright h3 {
            font-size: 18px;
        }

            .contentopright h3 span {
                font-size: 12px;
            }

    .footerlogo {
        width: 200px;
    }

    .footerbottom {
        padding: 10px 0 6px;
    }

    .copyrights:before {
        display: none;
    }

    .copyrights {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 0 0 0;
    }

    .hostediipl {
        font-size: 11px;
    }

        .hostediipl a {
            padding-left: 16px;
            background-size: 13px;
        }

    .toplogin.dropdown .modal-dialog {
        margin: auto;
        width: 300px;
        float: none;
        display: block;
    }

    .toplogin.dropdown .modal {
        top: 10px;
    }

    .toplogin.dropdown input[type="submit"] {
        font-size: 14px;
    }
}
