/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


body{font-family: 'Open Sans', sans-serif;font-size:16px;line-height:22px;outline:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
input, button {outline: none; }
img, a:link, a:focus{outline:none;}
.fix{overflow:hidden}
.floatleft{float:left;}
.floatright{float:right;}
.slicknav_menu{display: none;}
.column {width:1000px}
#nav ul,ul{margin:0;padding:0;list-style:none;}
#nav ul li{float:left;}
#nav ul li a {
    display: block;
    padding: 10px 25px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    transition: all 0.5s ease;
    text-transform: uppercase;
}
#nav ul li a:hover{background: #fff;color: #127b04;}


.hearder_area{}
.header_top:before {
    content: "";
    height: 7px;
    background: #127b04;
    width: 100%;
    position: absolute;
}
.header_top{}
.login_area:before, .login_area:after{
    content: "";
    position: absolute;
    height: 35px;
    width: 100%;
}
.login_area:before{background: url(img/menu_curve1.png) no-repeat scroll 0px 5px;left:996px;}
.login_area{background: #127b04;}
.login_area:after{background: url(img/menu_curve2.png) no-repeat scroll 0px 5px;}
.login_area ul{}
.login_area ul li{float: left;}
.login_area ul li a {
    color: #fff;
    padding: 6px 10px;
    display: block;
    font-weight: 300;
    position: relative;
    font-size: 13px;
}


.header_bottom{}
.logo{}
.logo img{width:100%;}
.side_text{}
.side_text h3 {
    color: #000;
    font-weight: 600;
    font-size: 28px;
}
.visitor_counter{}
.visitor_counter p{text-align: center;font-weight: 300;margin-bottom: 5px;margin-top: 10px;}


.menu_area{background: #000;margin-top: 10px;}
.main_content{}
.left_links_texts{}
.left_links_texts ul{}
.left_links_texts ul li{}
.left_links_texts ul li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 18px 15px;
    font-weight: 600;
    line-height: 25px;
    transition: all 0.3s ease;
}
.left_links_texts ul li a:hover{padding-bottom: 25px}
a.yellow{background: #fff2cc;color: #000 !important;}
a.blue{background: #2e75b6;}
a.orange{background: #bf9000;}
a.green{background: #385723;}
a.white{background: #fff;color: #000 !important;}
a.navy_blue{background: #203864;}

.right_content{}
.tagline_heading{}

.tagline_heading h1 {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    line-height: 52px;
}
.weekly_offer{}
.weekly_offer img, .help_desk img, .atm_pic, .lady_money{width: 100%}
.help_desk{}
.help_desk img{}


.images_files{margin-top: 20px;}
.images_files img{}
.atm_pic{margin-top: 25px;}
.join_us{width: 79%;}
.last_tag_line{}
.last_tag_line h2 {
    background: #548235;
    color: #fff;
    padding: 23px 10px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 0px;
}
