/* Header CSS Started */

header {
    width: var(--default-width);
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

header .holder {
    overflow: hidden;
    padding: 0 0 0 2px;
}

header .logo {
    width: 258px;
    height: 43px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo-new.png) no-repeat;
    float: left;
    margin: 31px 0 0;
}

header .logo a {
    display: block;
    height: 100%;
}

header .block {
    float: right;
    position: relative;
}

header .add-nav {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 12px 0 0;
    font-size: 12px;
}

.add-nav li {
    float: left;
    line-height: 16px;
    padding: 8px 14px 6px;
    background: url(../images/sep-01.png) repeat-y 100% 0;
}

.add-nav a {
    float: left;
    color: #369;
}

.lifeAt {
    display: inline-block;
    float: left;
    width: 125px;
    height: 32px;
    background: url(../images/homepageSprite.png) -5px -5px;
}

header .phone {
    float: left;
    color: var(--gray-one);
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    padding: 8px 14px 0 0;
}

header .btn-online {
    float: left;
    padding: 7px 14px 9px 44px;
    background: var(--theme-green) url(../images/bullet-02.png) no-repeat 18px 4px;
    color: var(--white);
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
}

header .btn-online:hover {
    text-decoration: none;
}

header .requestproposal {
    float: left;
    padding: 7px 14px 9px 48px;
    background: var(--theme-green) url(../images/Request-for-Proposal.png) no-repeat 18px 7px;
    color: var(--white);
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    margin-left: 10px !important;
}

header .requestproposal:hover {
    text-decoration: none;
}

header nav {
    width: 1098px;
    margin: 0 auto;
    position: relative;
    background: #4c4c4c;
    background: url('data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(top, #4c4c4c 0, var(--black-two) 90%, var(--black-two) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c4c4c), color-stop(90%, var(--black-two)), color-stop(100%, var(--black-two)));
    background: -webkit-linear-gradient(top, #4c4c4c 0, var(--black-two) 90%, var(--black-two) 100%);
    background: -o-linear-gradient(top, #4c4c4c 0, var(--black-two) 90%, var(--black-two) 100%);
    background: -ms-linear-gradient(top, #4c4c4c 0, var(--black-two) 90%, var(--black-two) 100%);
    background: linear-gradient(to bottom, #4c4c4c 0, var(--black-two) 90%, var(--black-two) 100%);
    -pie-background: linear-gradient(top, #4c4c4c 0, var(--black-two) 90%, var(--black-two) 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 19px;
    text-transform: uppercase;
}

header nav ul:after {
    content: '';
    display: block;
    clear: both;
}

header nav li {
    float: left;
    background: url(../images/sep-02.png) no-repeat 0 11px;
    font: 12px/29px 'Helvetica-Bold', Arial, sans-serif;
	padding:11px 37px 10px 37px;
    /*padding: 11px 24px 10px 26px;*/
    position: relative;
}

header nav .home {
	padding: 14px 27px 0 10px;
    /*padding: 14px 20px 0 0;*/
    background: 0 0;
}

header nav .home a {
    overflow: hidden;
    text-indent: -9999px;
    width: 23px;
    height: 20px;
    background: url(../images/buttons.png) no-repeat;
    /* background: url(../images/mobileIcons.png) no-repeat -4px -33px; */
}

header nav a {
    float: left;
    color: var(--white);
    cursor: pointer;
}

header nav .active a,
header nav li:hover a {
    text-decoration: none;
    color: var(--theme-green);
}

header nav .active ul a,
header nav li:hover ul a {
    color: var(--white);
}

header nav span {
    float: left;
    padding: 0 18px 0 0;
    background: url(../images/bullet-03.png) no-repeat 100% 10px;
    /* background: url(../images/mobileIcons.png) no-repeat -14px -511px; */
}

header nav .active span,
header nav li:hover span {
    background-position: 100% -90px;
}

header nav ul ul {
    text-transform: none;
    padding: 0 21px 6px 16px;
    margin: 0;
    position: absolute;
    top: 49px;
    left: -99999px;
    background: var(--black-two);
    width: 254px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 2px 4px 4px rgba(31, 31, 31, .4);
    -moz-box-shadow: 2px 4px 4px rgba(31, 31, 31, .4);
    box-shadow: 2px 4px 4px rgba(31, 31, 31, .4);
    z-index: 999;
}

header nav ul li:hover ul {
    left: 0;
}

header nav ul li:hover ul.riglast {
    left: -155px !important;
}

header nav ul ul li {
    float: none;
    background: url(../images/sep-03.gif) repeat-x;
    font: 14px/18px 'Helvetica', Arial, sans-serif;
    padding: 15px 0 14px;
}

header nav ul ul li:first-child {
    background: 0 0;
    padding: 11px 0 13px;
}

header nav ul ul a {
    float: none;
    display: block;
}

header nav ul ul li:hover a {
    color: var(--theme-green);
}


/* Header CSS Ends */


/* Footer CSS Started Here */

footer {
    background: url(../images/bg-footer.gif) repeat;
    padding: 35px 0 0;
    color: var(--white);
}

footer .holder a {
    color: var(--gray);
}

footer .holder {
    width: var(--default-width);
    margin: 0 auto 21px;
    overflow: hidden;
    line-height: 24px;
}

footer .holder a .fIco {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../images/homepageSprite.png') no-repeat center center;
    float: left;
    margin: 4px 10px 0 0;
}

.fIco.facebook {
    background-position: -140px -65px !important;
}

.fIco.linkedin {
    background-position: -200px -125px !important;
}

.fIco.twitter {
    background-position: -164px -65px !important;
}

.fIco.youtube {
    background-position: -116px -47px !important;
}

.fIco.gplus {
    background-position: -225px -125px !important;
}

.dfLogo {
    display: inline-block;
    width: 101px;
    height: 33px;
    background: url('../images/homepageSprite.png') no-repeat -5px -47px;
    float: left;
    margin: 4px 10px 0 0;
}

footer .holder .box {
    float: left;
    width: 240px;
    padding: 0 20px 0 0;
}

footer h6 {
    font: bold 11px/24px 'Helvetica', sans-serif;
    margin: 0 0 4px;
    text-transform: uppercase;
}

footer .holder h6 a {
    color: var(--white);
}

footer .holder h6 a:hover {
    color: var(--gray);
}

footer .holder ul {
    margin: 0;
    padding: 0 0 17px;
    list-style: none;
}

footer .holder ul li {
    overflow: hidden;
    vertical-align: top;
}

footer .holder .block {
    float: right;
    width: 320px;
}

footer .holder .block .frame {
    overflow: hidden;
    padding: 0 0 22px;
}

footer .holder .block .col {
    float: left;
    width: 160px;
    padding: 0 0 0 37px;
}

footer .holder .block .col:first-child {
    padding-left: 0;
    width: 120px;
}

footer .holder .social {
    padding-left: 5px;
}

footer .holder .social img {
    float: left;
    margin: 4px 10px 0 0;
    max-width: 100%;
}

footer .holder .phone {
    overflow: hidden;
    padding: 0 0 16px;
    font-size: 18px;
    line-height: 23px;
    text-align: right;
}

footer .holder .phone strong {
    float: right;
    font-weight: 400;
}

footer .holder .phone span {
    display: block;
    color: var(--gray-one);
    font-size: 12px;
    margin: -2px 0 0;
}

footer .footer-logos {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

footer .footer-logos li {
    float: right;
    padding: 0 0 10px 10px;
}

footer .footer-logos img {
    vertical-align: top;
}

.bottom-bar {
    border-top: 1px solid var(--black-two);
    background: #080808;
}

.bottom-bar .frame {
    width: var(--default-width);
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.bottom-bar .block {
    float: left;
    width: 320px;
    padding: 0 10px 0 0;
    font-size: 11px;
    line-height: 15px;
    color: var(--gray-one);
}

.bottom-bar .block p {
    margin: 0 0 3px;
}

.bottom-bar .block .by {
    color: var(--gray);
    margin: 0 0 21px;
}

.bottom-bar .block .by a {
    color: var(--white);
}

.bottom-bar .box {
    overflow: hidden;
}

.bottom-bar .box span {
    float: left
}

.bottom-bar .box ul {
    list-style: none;
    margin: 0 0 0 -2px;
    padding: 0;
    float: left;
}

.bottom-bar .box li {
    float: left;
    padding: 0 0 0 18px;
}

.bottom-bar .box a {
    float: left;
    color: var(--theme-green);
}


/* Footer CSS Ends Here */


/* Live Help */

.siq_bR {
    bottom: 115px !important;
}


/* Media Queries Started Here */

@media (max-width: 980px) {
    header nav,
    header .deskHeaderTopLinks .add-nav,
    header .deskHeaderTopLinks .phone,
    header .deskHeaderTopLinks .btn-online,
    header .deskHeaderTopLinks .requestproposal,
    footer .holder,
    header nav .home,
    .hamburgerOpen {
        display: none !important;
    }
    .mobileHeaderTopLinks,
    .mfooter1,
    .mfooter2,
    header nav.active,
    .hamburgerOpen.active,
    header nav ul ul.open {
        display: block !important;
    }
    /* Mobile Header Started */
    header {
        padding: 0px var(--defaultPad);
        box-sizing: border-box;
    }
    header .logo {
        width: 115px;
        background: url(../images/logo-new.png) no-repeat;
        margin: 20px 0 0;
        background-size: 115px;
    }
    .mobileHeaderTopLinks ul {
        list-style: none;
        padding: 0px;
        float: left;
        margin: 14px 0px 0px;
    }
    .mobileHeaderTopLinks ul li {
        display: inline-block;
    }
    .mobileHeaderTopLinks a {
        display: inline-block;
        width: 30px;
        height: 24px;
        background-color: #ddd;
        float: left;
        text-indent: -99999px;
    }
    .mobileHeaderTopLinks .dataCenter {
        background: url(../images/mobileIcons.png) no-repeat 3px -43px;
        background-size: 25px;
    }
    .mobileHeaderTopLinks .life {
        background: url(../images/mobileIcons.png) no-repeat 3px -67px;
        background-size: 25px;
    }
    .mobileHeaderTopLinks .cloudIc {
        background: url(../images/mobileIcons.png) no-repeat 3px -90px;
        background-size: 25px;
    }
    .mobileHeaderTopLinks .cart {
        background: url(../images/mobileIcons.png) no-repeat 3px -116px;
        background-size: 25px;
    }
    .mobileHeaderTopLinks .req {
        background: url(../images/mobileIcons.png) no-repeat 3px -182px;
        background-size: 25px;
    }
    .mobileHeaderTopLinks .hamburgerMenu {
        display: inline-block;
        width: 35px;
        height: 30px;
        background: url(../images/mobileIcons.png) no-repeat 6px 5px;
        float: left;
        background-size: 30px;
    }
    /* Mobile Header Ends */
    /* Mobile Menu Started */
    header nav {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        overflow: hidden;
        background: #e6e6e6;
        padding: 0px var(--defaultPad);
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        border-radius: 0px;
        padding-top: 100px;
    }
    header nav ul {
        padding: 0px var(--defaultPad);
        width: 100%;
        max-width: 100%;
        padding: 0px;
        overflow: auto;
        height: 100%;
    }
    header nav ul li {
        display: block;
        width: 100%;
        background: none;
        background: #fff;
        margin-bottom: 5px;
        box-sizing: border-box;
        padding: 0px;
    }
    header nav a {
        color: var(--theme-green);
        padding: 10px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    header nav span {
        background: none;
    }
    header nav ul ul {
        position: relative;
        top: 0;
        width: 100%;
        background: #e6e6e6;
        padding: 0px var(--defaultPad);
        box-sizing: border-box;
        box-shadow: 0px 0px 0px transparent !important;
        border-top: 0px;
        left: 0px;
        display: none;
    }
    header nav ul ul li {
        padding: 0px;
        margin: 0px;
        padding: 8px 0px;
        border-bottom: 1px solid #3a3a3a;
        background: none;
    }
    header nav ul ul li:first-child {
        padding: 8px 0px;
    }
    header nav ul ul li:last-child {
        border: none;
    }
    header nav ul li:after {
        width: 25px;
        height: 25px;
        content: '';
        background: url(../images/plus.svg) var(--theme-green) no-repeat center center;
        display: block;
        right: 20px;
        position: absolute;
        top: 13px;
        background-size: 20px;
    }
    header nav ul li.active:after {
        background: url(../images/minus.svg) var(--theme-green) no-repeat center center;
        background-size: 20px;
    }
    header nav ul li.noBg:after {
        display: none;
    }
    header nav ul ul a,
    header nav ul li:hover ul a {
        color: var(--black) !important;
    }
    header nav ul ul li:after {
        display: none;
    }
    .hamburgerOpen.active {
        width: 100%;
        position: fixed;
        z-index: 9999;
        height: 70px;
        top: 0px;
        left: 0px;
        right: 0px;
        background: var(--white);
        font-size: 17px;
        font-weight: bold;
        box-sizing: border-box;
        line-height: normal;
        padding: 20px var(--defaultPad);
        border-top: 5px solid var(--theme-green);
    }
    .hamburgerOpen .closeHamburger {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../images/close.svg) no-repeat center center;
        background-size: 20px;
        float: right;
    }
    header nav ul li:hover ul.riglast {
        left: 0px !important;
    }
    /* Mobile Menu Ends */
}