﻿body {
}

/* font family code starts here*/
@font-face {
    font-family: 'Calibri-Regular';
    src: url('../Fonts/Calibri-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../Fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../Fonts/Roboto-Bold.ttf') format('truetype');
}
/* font family code ends here*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}
/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}
/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}
/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

.C_Align {
    text-align: center;
}

.R_Align {
    text-align: right;
}

.Desktop {
    display: block;
}

.Mobile {
    display: none;
}

.home-bg {
    /*background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(../Images/General/home-bg.jpg);     background-position: center;     background-size: cover;*/ /*background-color: #ffefd5;*/
    background-color: #f1f1f1;
}

.black-bg {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.80);
    border: medium none;
    transition: all 0.5s ease 0s;
}

.b-bg1 {
    background-color: #78ADC2;
}

.b-bg2 {
    background-image: linear-gradient(to bottom right, #29374B, #007FFF);
}

.b-bg3 {
    background-color: #369;
}

.grey-bg1 {
    background-color: #e1e1e1;
}

.date-time {
    text-align: right;
    margin: 45px 0px 0px 0px;
    font-family: Roboto-Medium;
    font-size: 14px;
}

    .date-time span {
        color: #000;
    }

    .date-time i {
        color: #e47614;
        padding: 0px 2px 0px 10px;
    }

.date-time-sub {
    margin: 22px 0px 0px 0px;
}

    .date-time-sub i {
        color: #c00000;
    }

    .date-time-sub span {
        color: #0459AE;
    }

.kwe-logo img {
    width: 105px;
    padding: 10px 0px;
}

.kwe-logo-sub img {
    width: 85px;
    padding: 7px 0px;
}

.title {
    margin-top: 25px;
    text-align: center;
}

.title-sub {
    margin-top: 30px;
}

.title h3 {
    color: #e47614;
    margin: 5px 0px 10px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700; /*font-family: Roboto-Medium;*/
}

.title p {
    font-size: 25px;
    margin: 0px;
    text-transform: uppercase;
    color: #000;
    font-family: Roboto-Medium;
}

.title-sub p {
    font-size: 20px;
    color: #000;
    font-family: Roboto-Medium;
}

.title-sub h3 {
    margin: 15px 0px 0px;
    font-size: 38px;
}

.title-sub h3 {
    margin: 10px 0px 5px;
    font-size: 30px;
    text-shadow: none;
    font-family: Roboto-Medium;
    text-transform: uppercase;
}

.widleft, .widright, .wid30, .wid70, .wid20 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 65%;
}

.wid20 {
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
}

.widright {
    width: 35%;
}

.slider-div {
    padding: 0px 45px;
}

.slider-bg {
    background-color: #369;
}

.slider-bg-01 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-01.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 3px;
}

.slider-bg-02 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-02.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 3px;
}

.slider-bg-03 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-03.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 3px;
}

.slider-bg-04 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-04.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 3px;
}

.slider-bg-05 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-05.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 3px;
}

.slider-bg-06 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-06.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 3px;
}

.slider-bg-07 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-07.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 3px;
}

.slider-ht {
    height: 402px;
}

.slider-txt h1 {
    margin: 0px;
    text-align: center;
    color: #ffd400;
    font-family: Roboto-Medium;
    font-size: 45px;
    padding-top: 150px;
}

    .slider-txt h1 span {
        color: #fff;
        font-size: 32px;
    }

.padding1 {
    padding: 30px 0px;
}

.padding2 {
    padding: 25px 0px;
}

.padding3 {
    padding: 40px 0px 0px;
}

.grey-bg {
    background-color: #f1f1f1;
    padding: 30px 0px;
}

.blk-bg {
    background-color: #1e1e1e;
}

.rsol {
    text-align: right;
}

    .rsol a {
        color: #fff;
        transition: all 0.5s;
    }

        .rsol a:hover {
            text-decoration: underline;
        }

.inside {
    padding: 40px;
}

    .inside h6 {
        margin: 15px 0px;
    }

        .inside h6 img {
            width: 60px;
            padding: 10px;
            background-color: #fff;
            border-radius: 50%;
        }

    .inside h3 {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        margin: 15px 0px;
        line-height: 22px;
    }

    .inside h5 {
        margin: 15px 0px;
    }

        .inside h5 span {
            font-size: 15px;
            ;
            color: #ffd400;
            font-weight: 700;
            line-height: 22px;
            background-color: #fff;
            padding: 5px 10px;
            border-radius: 15px;
        }

    .inside p {
        margin-bottom: 15px;
    }

.login-txtbx {
    width: 100%;
    border: none;
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    ;
    padding: 10px 20px;
    transition: all 0.5s;
    font-family: Roboto-Regular;
}

    .login-txtbx:focus {
        background-color: #fff;
        color: #000;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    }

.inside h4 {
    margin: 20px 0px 0px;
}

.login-btn {
    border: none;
    border-radius: 30px;
    background-image: linear-gradient(to right bottom, #e47614, #ffd400);
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 15px;
    ;
    padding: 10px 20px;
    transition: all 0.5s;
    width: 100%;
    text-transform: uppercase;
}

    .login-btn:hover {
        background-image: linear-gradient(to right bottom, #ffd400, #e47614);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
    }

.welcome {
    margin: 8px 0px 0px 0px;
    color: #fff;
    font-weight: 700;
}

.account {
    margin: 0px;
    float: right;
}

    .account input {
        width: 28px;
        padding: 5px 0px 0px 0px;
    }

.head1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0px 15px;
    color: #173679;
}

.blue-bg {
    background-color: #369;
}

.wtclr {
    color: #fff;
}

.mtop {
    margin-top: 20px;
}

.admin-panel {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    border-radius: 3px;
    margin-bottom: 10px;
}

.ptop {
    margin-top: 5px;
}

.lblMsg {
    color: #FF0000;
    font-size: 15px;
}

.txtbx, .inputbxtext, .admin-txtbx {
    border: 1px solid #000;
    border-radius: 3px;
    width: 100%;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
    transition: all 0.5s;
}

    .txtbx:focus {
        border: 1px solid #369;
    }

    .inputbxtext:focus, .admin-txtbx:focus {
        box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
    }

.inputbxtext {
    min-height: 34px;
}

.searchbtn, .backbtn, .SearchBtn, .NormalBtn, .admin-btn-report, .admin-btn-back, .search-btn {
    border: 1px solid #e47614;
    background-color: #ffd400;
    border-radius: 3px;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
    transition: all 0.5s;
    line-height: 23px;
    min-width: 100px;
}

    .searchbtn:hover, .backbtn:hover, .NormalBtn:hover, .admin-btn-report:hover, .admin-btn-back:hover {
        border: 1px solid #e47614;
        background-color: #e47614;
        color: #fff;
    }

.SearchBtn, .search-btn {
    border: 1px solid #0056B3;
    background-color: #007BFF;
    padding: 5px 10px;
    color: #fff;
}

    .SearchBtn:hover, .search-btn:hover {
        border: 1px solid #0056B3;
        background-color: #0056B3;
    }

.admin-btn-back {
    padding: 7px 20px;
}

.backbtn, .NormalBtn {
    border: 1px solid #e47614;
    background-color: #ffd400;
    color: #000;
}

.admin-minht {
    min-height: 400px;
}

.grd-scroll {
    overflow-x: auto;
    margin: 0px 0px 15px;
}

.copy, .rsol {
    color: #000;
    margin: 5px 0px;
}

.rsol1, .rsol1 a, .copy1 {
    color: #fff;
}

.kwe-scroll {
    overflow-x: auto;
    margin-bottom: 20px;
}

.db-scroll {
    min-height: 400px;
    overflow: auto;
    margin-bottom: 20px;
}

.overflow {
    overflow-x: hidden;
}

.ticket-bg {
    background: url(../Images/General/ticket-bg.jpg) repeat center fixed;
    background-size: cover;
}

.ticket {
    padding: 40px 0px;
}

    .ticket h2 {
        font-size: 40px;
        margin: 0px 0px 10px;
        color: #ffd400;
        text-transform: uppercase;
        text-shadow: 0px 0px 2px #000, 0px 0px 5px #000;
        font-weight: bold;
    }

    .ticket p {
        margin: 0px 0px 10px;
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 0px 0px 2px #000, 0px 0px 2px #000;
    }

.wid30 {
    width: 30%;
}

.wid70 {
    width: 70%;
}

.acntleft {
    background-color: #AAD4FF;
    min-height: 350px;
}

.acntright {
    background-color: #7FD4FF;
    min-height: 350px;
}

.acntleft div {
    padding: 15px;
}

.mainmenu {
    font-size: 20px;
}

.menu-name {
    color: #1e1e1e;
    transition: all 0.5s;
}

    .menu-name:hover {
        color: #0055FF;
    }

.dashboard {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff;
}

    .dashboard img {
        width: 45px;
    }

.dashpanel, .subpanel {
    background-color: #fff;
    border: none;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    border-radius: 3px;
}

.dash-txtbx {
    border: 1px solid #333;
    padding: 5px 10px;
    width: 100%;
    border-radius: 3px;
    color: #000;
    transition: all 0.5s;
}

.dash-txtbx-cal {
    width: 90%;
}

.dash-txtbx:focus {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

.txtbx-cal-icon {
    margin: 0px 0px -10px 0px;
    width: 30px;
}

.dashtbl {
    width: 100%;
}

    .dashtbl tr th, .dashtbl tr td {
        padding: 5px;
        border: 1px solid #333;
    }

    .dashtbl tr th {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

.account-list {
    list-style-type: none;
    text-align: right;
    margin: 7px 0px 8px 0px;
}

    .account-list li {
        display: inline-block;
    }

        .account-list li span {
            padding: 0px 0px 0px 50px;
        }

        .account-list li img {
            width: 21px;
        }

        .account-list li a {
            font-size: 15px;
            ;
            font-weight: 700;
            color: #fff;
            transition: all 0.5s;
        }

            .account-list li a:hover {
                color: #ffd400;
            }

.MainHeading, .head1 {
    color: #e47614;
    font-size: 25px;
    font-family: Roboto-Medium;
    margin: 0px 0px 10px;
}

.head2 {
    color: #FFA500;
    font-size: 18px;
    font-family: Roboto-Medium;
    margin: 0px 0px 20px;
    line-height: 26px;
}

.p1 {
    margin-bottom: 0px;
}

.LblMsg {
    margin: 10px 0px;
    text-align: center;
}

    .LblMsg span {
        color: #c00000;
        font-size: 17px;
    }

.mbtn {
    margin-top: 25px;
}

.clickHere, .PopupMenuLink {
    color: #0055FF;
    text-decoration: none;
}

    .clickHere:hover, .PopupMenuLink:hover {
        color: #002AFF;
    }

A.contextMenuItem {
    cursor: hand;
    color: White;
    text-decoration: none;
    height: 28px;
    padding: 2px;
    border-bottom: 1px solid #e47614;
    background-color: #e47614;
    width: 120px;
}

    A.contextMenuItem:hover {
        background-color: #1e1e1e;
    }

.MenuHeading {
    font-family: Calibri;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
}

.TabBtns {
    min-width: 120px;
    border: none;
    background-color: #0055ff;
    color: White;
    font-weight: bold;
    padding: 5px;
    text-align: left;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    transition: all 0.5s;
}

    .TabBtns:hover {
        box-shadow: none;
    }

.ticket-no {
    font-weight: 700;
    color: #000;
}

    .ticket-no span {
        color: #c00000;
    }

.star {
    color: Red;
}

.mail-div {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: static;
    width: 20%;
    float: left;
}

.ticket-dtl {
    margin: 0px;
}

    .ticket-dtl span {
        color: #000;
    }

.ticket-tbl {
    width: 100%;
}

    .ticket-tbl tr td {
        width: 33%;
        padding: 8px;
        border: 1px solid #ccc;
    }

        .ticket-tbl tr td table {
            border: none;
        }

#ctl00_ContentPlaceHolder1_GridDetails tr td table {
    width: 100%;
}

    #ctl00_ContentPlaceHolder1_GridDetails tr td table tr th {
        padding: 5px;
        border: 1px solid #ccc;
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        ;
        background-color: #369;
    }

    #ctl00_ContentPlaceHolder1_GridDetails tr td table tr td {
        padding: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
        width: 50%;
    }

.MsgPopup {
    top: 20px;
    position: absolute;
    margin: auto;
    border: solid 1px #ccc;
    background-color: #eee;
    font-size: 15px;
    ;
    z-index: 1073;
    width: 75%; /*min-height: 550px;*/
    left: 175px;
    box-shadow: 0 0 30px #000;
    height: 585px;
}

.popup-tbl {
    width: 100%;
}

    .popup-tbl tr th, .popup-tbl tr td {
        padding: 4px;
        border: 1px solid #ccc;
    }

    .popup-tbl tr th {
        background-color: #369;
        color: #ffd400;
        margin: 15px 0px;
    }

        .popup-tbl tr th span input {
            float: right;
        }

    .popup-tbl tr td span {
        color: #000;
    }

.close-btn {
    border: 1px solid #ffd400;
    background-color: #ffd400;
    color: #000;
    transition: all 0.5s;
}

    .close-btn:hover {
        border: 1px solid #fff;
        background-color: #fff;
    }

.gradient-bg {
    /*background: url(../Images/General/gradient-bg.jpg) repeat center fixed;     background-size: cover;*/ /*background-image: linear-gradient(to bottom right, #4fc6fe, #b441ff);*/
    background-color: #78ADC2;
    height: 100%;
    width: 100%;
}

.login-div {
    /*background: url(../Images/General/login-bg.jpg) repeat fixed;     background-size: cover;*/ /*background-image: linear-gradient(to right bottom, #94BFAC, #4FC6FE);*/
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Connecting-Dots.gif);
    background-position: center;
    background-size: cover;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    border-radius: 3px;
}

.header-row {
    padding: 5px 0px;
}

.slider-img img {
    width: 100%;
}

.slider-img p {
    text-align: center;
    margin: 0px 0px -30px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: Roboto-Medium;
    color: #fff;
    text-shadow: 0px 0px 2px #000, 0px 0px 5px #000;
}

.raise {
    text-align: center;
    margin: 5px 0px;
}

.ticket-btn {
    border: none;
    background-image: linear-gradient(to right bottom, #e47614, #8b1a32);
    padding: 5px 15px;
    color: #fff;
    font-family: Roboto-Regular;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
    border-radius: 30px;
    transition: all 0.5s;
}

    .ticket-btn:hover {
        background-image: linear-gradient(to bottom right, #8b1a32, #e47614);
    }

.mainMenu {
    list-style-type: none;
    margin: 7px 0px 0px -40px;
}

    .mainMenu li {
        display: inline-block;
        padding: 0px 25px;
    }

        .mainMenu li a {
            font-size: 15px;
            ;
            font-weight: 700;
            text-transform: uppercase;
            transition: all 0.5s;
            color: #fff;
        }

            .mainMenu li a:hover {
                color: #ffd400;
            }

        .mainMenu li ul li {
            padding: 0px;
            width: 100%;
        }

            .mainMenu li ul li a {
                font-family: Roboto-Regular;
                text-transform: inherit;
                font-size: 14px;
            }

.db-title {
    margin: 15px 0px;
    font-size: 27px;
    font-family: Roboto-Medium;
    color: #e47614;
}

    .db-title span {
        font-size: 14px;
        font-family: Roboto-Regular;
    }

.dashboardpanel {
    border: none;
    padding: 15px;
    background-color: #fff;
    height: 150px;
}

.account-ticket {
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .account-ticket div {
        background-color: #fff;
        height: 85px;
        width: 85px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .account-ticket div span {
            color: #000;
            font-size: 22px;
        }

    .account-ticket h3 {
        margin: 15px 0px 0px;
        color: #fff;
        font-size: 15px;
        font-family: Roboto-Medium;
    }

.account-ticket-bg-01 {
    border-bottom: 3px solid #cc8500;
    background-color: #FFA500;
}

    .account-ticket-bg-01 div {
        border: 3px solid #cc8500;
    }

.account-ticket-bg-02 {
    border-bottom: 3px solid #cc3600;
    background-color: #FF4500;
}

    .account-ticket-bg-02 div {
        border: 3px solid #cc3600;
    }

.account-ticket-bg-03 {
    border-bottom: 3px solid #239023;
    background-color: #32CD32;
}

    .account-ticket-bg-03 div {
        border: 3px solid #239023;
    }

.account-ticket-bg-04 {
    border-bottom: 3px solid #004a99;
    background-color: #007BFF;
}

    .account-ticket-bg-04 div {
        border: 3px solid #004a99;
    }

.account-ticket-bg-05 {
    border-bottom: 3px solid #ad1f2d;
    background-color: #DC3545;
}

    .account-ticket-bg-05 div {
        border: 3px solid #ad1f2d;
    }

.dtldiv p {
    margin: 0px 0px 0px 0px;
}

    .dtldiv p img {
        width: 85px;
        background-color: #34cde0;
        padding: 15px;
        border-radius: 3px;
        margin: -5px -5px 0px 0px;
    }

    .dtldiv p span {
        background-color: #34cde0;
        font-size: 15px;
        ;
        font-family: Roboto-Medium;
        padding: 5px 10px;
        color: #fff;
        line-height: 24px;
    }

.dtldiv1 p img, .dtldiv1 p span {
    background-color: #EE7157;
}

.dtldiv2 p img, .dtldiv2 p span {
    background-color: #90538f;
}

.dtldiv3 p img, .dtldiv3 p span {
    background-color: #369;
}

.dtldiv4 p img, .dtldiv4 p span {
    background-color: #8b1a32;
}

.dtldiv5 p img, .dtldiv5 p span {
    background-color: #5da039;
}

.dtldiv6 p img, .dtldiv6 p span {
    background-color: #c71c2c;
}

.dtldiv7 p img, .dtldiv7 p span {
    background-color: #000000;
}

.helpdesk1 {
    border-bottom: 5px solid #34cde0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

.helpdesk2 {
    border-bottom: 5px solid #EE7157;
}

.helpdesk3 {
    border-bottom: 5px solid #369;
}

.helpdesk4 {
    border-bottom: 5px solid #8b1a32;
    min-height: 150px;
}

.helpdesk5 {
    border-bottom: 5px solid #5da039;
}

.helpdesk6 {
    border-bottom: 5px solid #c71c2c;
}

.hdtbl {
    width: 100%;
}

    .hdtbl tr td {
        font-size: 17px;
        color: #2D2D2D;
        padding: 5px 0px;
    }

        .hdtbl tr td span, .helpdesk1 h6 span {
            color: #000;
        }

.helpdesk1 p, .helpdesk1 h6 {
    font-size: 17px;
    margin: 0px 0px 10px;
    color: #2D2D2D;
}

.ccmail {
    padding: 10px 0px;
}

.helpdesk3, .cht1 {
    height: auto;
    overflow-y: auto;
    margin-bottom: 10px;
}

.resolvetop {
    margin-top: 35px;
}

.ticketht {
    height: 40px;
}

.ticket-scroll {
    height: 400px;
    overflow-y: auto;
    overflow-x: auto;
    margin-bottom: 20px;
}

.dashbtntop {
    margin-top: 20px;
}

.rhead1 {
    font-family: Roboto-Bold;
    color: #e47614;
    font-size: 40px;
    margin: 0px 0px 10px;
    text-shadow: none;
}

.rhead3 {
    font-family: Roboto-Medium;
    color: #ffd400;
    margin: 0px 0px 10px;
    font-size: 25px;
}

.rhead4 {
    font-family: Roboto-Medium;
    color: #e47614;
    margin: 0px 0px 10px;
    font-size: 23px;
}

.about-div p {
    color: #fff;
}

.rlink {
    margin: 20px 0px 0px;
}

    .rlink a {
        background-color: #e47614;
        color: #fff;
        padding: 10px;
        transition: all 0.5s;
    }

        .rlink a:hover {
            background-color: #ffd400;
            color: #000;
        }

.tag-link a {
    color: #ffd400;
    transition: all 0.5s;
}

    .tag-link a:hover {
        text-decoration: underline;
        color: #e47614;
    }

.about-bg {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.8)), url(../Images/General/buildings.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 35px 0px 25px;
}

.padding01 {
    padding: 40px 0px;
}

.mtop {
    margin-top: 10px;
}

.home-service {
    padding: 10px;
    margin: 0px 0px 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

    .home-service img {
        width: 100%;
        border-radius: 10px;
    }

    .home-service h3 {
        text-align: center;
        margin: 10px 0px 5px;
        color: #e47614;
        font-family: Roboto-Medium;
        font-size: 17px;
    }

    .home-service h5 {
        margin: 10px 0px;
        text-align: center;
    }

        .home-service h5 a {
            padding: 6px 10px;
            background-color: #e47614;
            border: 1px solid #e47614;
            color: #fff;
            border-radius: 5px;
            transition: all 0.5s;
        }

            .home-service h5 a:hover {
                background-color: #000;
            }

    .home-service p {
        min-height: 110px;
    }

.footer-padding {
    padding: 20px 0px 15px;
}

.footer-contact h4 {
    color: #000;
    font-weight: bold;
    margin: 10px 0px;
    font-size: 15px;
    ;
    line-height: 25px;
}

    .footer-contact h4 span {
        font-size: 14px;
    }

.footer-contact p {
    font-weight: bold;
    line-height: 28px;
}

    .footer-contact p a {
        color: #4e4e4e;
        transition: all 0.5s;
    }

.footer-contact i {
    width: 25px;
    color: #e47614;
}

.footer-contact p a:hover {
    color: #e47614;
}

.follow {
    margin: 10px 0px 0px;
}

    .follow a i {
        font-size: 25px;
        color: #4d4d4d;
        padding: 0px 5px 0px 0px;
        transition: all 0.5s;
    }

        .follow a i:hover {
            color: #e47614;
        }

.footer-logo {
    margin: 0px 0px 10px;
}

    .footer-logo img {
        width: 100px;
    }

.orange-bg {
    background-color: #e47614;
}

.ylw-bg {
    background-color: #ffd400;
}


/*--------------History section------------------*/
.history-padding {
    padding: 0px 40px;
    margin-top: 40px;
}

.history-div h4 {
    margin: 20px 0px;
    text-align: center;
}

    .history-div h4 img {
        width: 100%;
    }

.history-div h3 {
    margin: 0px 0px 10px;
    font-size: 15px;
    ;
    color: #e47614;
    line-height: 24px;
    font-family: Roboto-Medium;
}

.history-div div {
    min-height: 400px;
}

.history-div table {
    width: 100%;
    margin: 0px 0px -35px 0px;
}

    .history-div table tr td:nth-child(1) {
        text-align: right;
        width: 50%;
        padding: 0px 10px;
    }

    .history-div table tr td img {
        width: 85px;
    }

    .history-div table tr td span {
        font-family: Roboto-Medium;
        color: #e15326;
        font-size: 18px;
    }

.timeroad {
    width: 100%;
}

.timeline-control-left i, .timeline-control-right i {
    font-size: 40px;
    margin: -58px 0px 0px 0px;
    color: #fff;
}

.timeline-control-right i {
    margin: -58px 0px 0px -30px;
}
/*--------------History section------------------*/
.award-padding {
    padding: 40px 0px;
}

.award {
    text-align: center;
}

    .award img {
        width: 90%;
        background-color: #fff;
        border-radius: 5px;
        padding: 5px;
        margin-top: 15px;
    }

.panel-body div p {
    margin-bottom: 10px;
}

.helpdesk1 {
    min-height: 445px;
}

.helpdesk1new {
    min-height: 0;
}

.helpdesk1approver {
    min-height: 185px;
}

.helpdesk2new {
    min-height: 100px;
}

.lblHeader {
    font-size: 15px;
    ;
    color: #e47614;
    font-weight: bold;
}

.emp-tbl {
    width: 100%;
    background-color: #fff;
    margin: 5px 0px;
}

    .emp-tbl tr td {
        padding: 5px;
    }
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .excel-tbl {
        margin: 0px 0px 0px 400px;
    }

    .MsgPopup {
        position: fixed;
    }

    .resolve {
        padding-left: 60px;
    }

    .about-div {
        padding: 0px 100px;
    }

        .about-div p {
            line-height: 28px;
            font-size: 18px;
        }

    .date-time {
        font-size: 15px;
        ;
    }

    .date-time-sub {
        width: 103%;
    }
}
/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {

    .inside {
        padding: 15px;
    }

    .account-list li span {
        padding: 0px 0px 0px 40px;
    }

    .MsgPopup {
        width: 70%;
        left: 150px;
    }

    .title {
        margin-top: 30px;
    }

    .title-sub {
        margin-top: 20px;
    }

    .title h3 {
        font-size: 40px;
        margin: 0px 0px 8px;
    }

    .title-sub h3 {
        font-size: 25px;
    }

    .title p {
        font-size: 18px;
    }

    .title-sub p {
        font-size: 14px;
    }

    .kwe-logo img {
        /*width: 181px;*/
    }

    .date-time i {
        padding: 0px 0px 0px 0px;
    }

    .date-time {
        margin: 34px 0px 0px;
    }

    .date-time-sub {
        margin: 10px 0px 0px;
    }

    .mainMenu li {
        padding: 0px 15px;
    }

    .slider-div {
        padding: 0px 35px;
    }

    .rhead1 {
        font-size: 40px;
    }

    .rhead3 {
        font-size: 22px;
    }
}
/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .kwe-logo img {
        width: 100px;
    }

    .title {
        margin: 0px;
        text-align: center;
    }

    .title-sub {
        margin-top: 15px;
    }

    .title h3 {
        margin: 5px 0px 5px;
        font-size: 33px;
    }

    .title-sub h3 {
        font-size: 25px;
        margin: 10px 0px 3px;
    }

    .title p {
        font-size: 14px;
    }

    .title-sub p, .ticket-btn {
        font-size: 14px;
    }

    .date-time i {
        padding: 0px 0px 0px 0px;
    }

    .date-time {
        margin: 15px 0px 0px;
        text-align: center;
    }

    .date-time-sub {
        margin: 7px 0px 0px;
    }

    .raise {
        margin: 10px 0px 15px 0px;
    }

    .widleft {
        width: 65%;
    }

    .widright {
        width: 35%;
    }

    .slider-div {
        padding: 0px;
    }

    .slider-img img {
        width: 100%;
    }

    .inside {
        padding: 15px;
    }

    .ticket {
        padding: 30px 0px;
    }

        .ticket h2 {
            font-size: 35px;
        }

        .ticket p {
            font-size: 15px;
            ;
        }

    .wid30 {
        width: 35%;
    }

    .wid70 {
        width: 65%;
    }

    .mainmenu {
        font-size: 18px;
    }

    .dashboard {
        font-size: 27px;
    }

        .dashboard img {
            width: 35px;
        }

    .account-list li span {
        padding: 0px 0px 0px 15px;
    }

    .MainHeading, .head1 {
        font-size: 25px;
    }

    .MsgPopup {
        width: 75%;
        left: 100px;
    }

    .MC_Align {
        text-align: center;
    }

    .padding1 {
        padding: 30px 0px;
    }

    .login-txtbx, .login-btn {
        font-size: 14px;
        padding: 5px 15px;
    }

    .inside h6 img {
        width: 50px;
    }

    .slider-img p {
        font-size: 15px;
        ;
    }

    .slider-img img {
        padding: 25px 0px 0px;
    }

    .db-title {
        font-size: 27px;
    }

    .mainMenu {
        margin: 7px 0px 0px -25px;
    }

    .wid20 {
        width: 30%;
    }

    .dtldiv p {
        margin: 0px 0px 20px 0px;
        line-height: normal;
    }

        .dtldiv p img {
            width: 70px;
            padding: 10px;
        }

        .dtldiv p span {
            font-size: 17px;
        }

    .rhead1 {
        font-size: 35px;
    }

    .rhead3 {
        font-size: 20px;
    }

    .overflow {
        overflow-x: auto;
    }
}
/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .date-time, .MC_Align {
        text-align: center;
    }

    .Desktop {
        display: none;
    }

    .Mobile {
        display: block;
    }

    .kwe-logo img {
        width: 80px;
        padding: 5px 0px;
    }

    .title {
        text-align: center;
        margin: 0px;
    }

        .title h3 {
            margin: 5px 0px 10px 0px;
            font-size: 27px;
        }

    .title-sub h3 {
        margin: 5px 0px 5px;
        font-size: 25px;
    }

    .title p {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }

    .title-sub p {
        font-size: 14px;
        margin: 0px 0px 10px;
    }

    .raise {
        text-align: center;
        margin: 5px 0px;
    }

    .ticket-btn {
        font-size: 14px;
    }

    .date-time {
        margin: 0px 0px;
        font-size: 14px;
    }

    .widleft, .widright, .wid30, .wid70 {
        width: 100%;
    }

    .slider-div {
        padding: 0px 0px 20px 0px;
    }

    .account {
        float: left;
        margin: 5px 0px;
    }

    .copy {
        margin: 10px 0px 2px;
    }

    .rsol {
        text-align: left;
        margin: 0px 0px 10px;
    }

    .inside {
        padding: 20px 100px;
    }

    .mtop {
        margin-top: 10px;
    }

    .ticket {
        padding: 30px 0px;
    }

        .ticket h2 {
            font-size: 30px;
        }

        .ticket p {
            font-size: 14px;
        }

    .mainmenu {
        font-size: 18px;
    }

    .dashboard {
        font-size: 25px;
    }

        .dashboard img {
            width: 30px;
        }

    .acntleft, .acntright {
        min-height: 0;
    }

    .account-list {
        text-align: left;
        margin-left: -40px;
    }

        .account-list li {
            display: list-item;
            padding: 2px 0px;
        }

            .account-list li span {
                padding: 0px 0px;
            }

        .account-list li {
            padding: 2px 0px;
        }

    .MainHeading, .head1 {
        font-size: 22px;
    }

    .TabBtns {
        margin: 8px 4px 0px 0px;
    }

    .mail-div {
        width: 100%;
    }

    .MsgPopup {
        width: 90%;
        left: 30px;
    }

    .padding1 {
        padding: 20px 0px;
    }

    .slider-img p {
        font-size: 17px;
    }

    .slider-img img {
        padding: 5px;
    }

    .wid20 {
        width: 50%;
    }

    .mainMenu {
        margin-left: 0px;
    }

        .mainMenu li {
            display: list-item;
            padding: 3px 0px;
        }

    .account-ticket div {
        height: 95px;
        width: 95px;
    }

        .account-ticket div span {
            font-size: 20px;
        }

    .hdtbl tr td {
        font-size: 15px;
        ;
    }

    .dtldiv p {
        line-height: normal;
    }

        .dtldiv p img {
            width: 60px;
        }

        .dtldiv p span {
            font-size: 15px;
            ;
        }

    .helpdesk1 p {
        margin: 0px 0px 5px;
        font-size: 15px;
        ;
    }

    .resolvetop {
        margin-top: 20px;
    }

    .ticketht {
        height: 30px;
    }

    .dashbtntop {
        margin-top: 0px;
    }

    .rhead1 {
        font-size: 30px;
    }

    .rhead3 {
        font-size: 18px;
    }

    .slider-txt h1 {
        font-size: 30px;
        padding-top: 100px;
    }

        .slider-txt h1 span {
            font-size: 22px;
        }

    .footer-logo img {
        width: 100px;
    }

    .overflow {
        overflow-x: auto;
    }
}
/* Mobile and small Phones*/
@media (max-width: 480px) {
    .kwe-logo img {
        width: 80px;
        padding: 5px 0px;
    }

    .title h3 {
        margin: 0px 0px 5px 0px;
        font-size: 22px;
        line-height: 25px;
    }

    .title-sub h3 {
        margin: 5px 0px 10px;
        font-size: 20px;
    }

    .title p {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }

    .title-sub p {
        font-size: 13px;
    }

    .inside {
        padding: 20px 15px;
    }

    .MsgPopup {
        width: 85%;
        left: 20px;
    }

    .login-txtbx, .login-btn {
        font-size: 14px;
        padding: 5px 15px;
    }

    .inside h6 img {
        width: 50px;
    }

    .slider-img p {
        font-size: 17px;
        margin: 0px 0px -5px;
        font-family: Roboto-Regular;
    }

    .slider-img img {
        padding: 5px;
    }

    .admin-minht {
        min-height: 475px;
    }
}
/*Media query*/
