

/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);

body {
    width: 100%;
    height: 100%;
    font-family: 'PT Sans', sans-serif;
    color: #333;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(255,255,255,.2);
}

a:focus {
    outline: none;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: none;
    font-weight: 700;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}


a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #11505d;
    }

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: none;
    font-family: 'PT Sans', sans-serif;
    background-color: #000;
    color: #fff;
}

    .navbar-custom .navbar-brand {
        font-weight: 700;
    }

        .navbar-custom .navbar-brand:focus {
            outline: 0;
        }



    .navbar-custom .navbar-nav > li > a:hover {
        background-color: transparent!important;
        color: #54575d;
    }

    .navbar-custom .navbar-brand .navbar-toggle {
        padding: 4px 6px;
        font-size: 16px;
        color: #fff;
    }

        .navbar-custom .navbar-brand .navbar-toggle:focus,
        .navbar-custom .navbar-brand .navbar-toggle:active {
            outline: 0;
        }

    .navbar-custom a {
        color: #fff;
    }

    .navbar-custom .nav li.active {
        outline: nonte;
        background-color: rgba(255,255,255,.3);
    }

    .navbar-custom .nav li a {
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .navbar-custom .nav li a:hover,
        .navbar-custom .nav li a:focus,
        .navbar-custom .nav li a.active {
            outline: 0;
            background-color: rgba(255,255,255,.3);
        }

    .navbar-custom .nav li span {
        margin: 15px 0px;
        float: left;
    }

.menu_bars {
    margin-bottom: 100px;
}


    .menu_bars .navbar-default > .navbar-toggle {
        border: 1px solid red;
    }

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    .intro .intro-body {
        display: table-cell;
        padding-top: 75px;
    }

        .intro .intro-body .brand-heading {
            font-size: 40px;
        }

        .intro .intro-body .intro-text {
            font-size: 22px!important;
        }


.btn-circle {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .btn-circle:hover,
    .btn-circle:focus {
        outline: 0;
        color: #fff;
        background: rgba(255,255,255,.1);
    }

    .btn-circle i.animated {
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 1s;
        -moz-transition-property: -moz-transform;
        -moz-transition-duration: 1s;
    }

    .btn-circle:hover i.animated {
        -webkit-animation-name: pulse;
        -moz-animation-name: pulse;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }




.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}


.btn {
    text-transform: none;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

    .btn-default:hover,
    .btn-default:focus {
        border: 1px solid #219ab3;
        outline: 0;
        color: #000;
        background-color: #219ab3;
    }

ul.banner-social-buttons {
    margin-top: 0;
}

footer {
    padding: 50px 0;
}

    footer p {
        margin: 0;
    }

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}



.navbar-toggle .icon-bar {
    border: 1px solid;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}


.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}

.intro_heading {
    font-size: 37px;
    margin: 0px;
    text-transform: none;
    text-align: center;
    color: #55565a;
    font-weight: 600;
}

.mb20 {
    margin-bottom: 20px;
}


.org_bg {
    background-color: #ee7421;
}

.yellow_bg {
    background-color: #f6a704;
}

.grey_bg {
    background-color: #65646a;
}

.row {
    margin: 0px;
}

.opts .title {
    font-size: 24px;
    margin: 60px 0px 0 0;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: none;
}

.opts img {
    margin: 65px auto 50px auto;
}

.opts p {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 23px;
}


.slide_opts {
    border: 0px;
    margin: 0px auto 20px auto;
    float: none!important;
}

    .slide_opts li a {
        cursor: pointer!important;
        text-align: center!important;
        color: #54525d;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
    }

    .slide_opts > li > a {
        color: #555;
        cursor: default;
        background-color: transparent;
        border: 0px;
        border-bottom: 3px solid transparent;
        padding: 4px 0px;
        margin: 0px 5px;
    }

        .slide_opts > li > a:hover, .slide_opts > li > a:focus {
            color: #555;
            cursor: default;
            background-color: transparent;
            border: 0px;
            border-bottom: 3px solid #54525d;
        }

    .slide_opts > li.active > a, .slide_opts > li.active > a:hover, .slide_opts > li.active > a:focus {
        color: #555;
        cursor: default;
        background-color: transparent;
        border: 0px;
        border-bottom: 3px solid #54525d;
    }



    .slide_opts > li > span {
        color: #54525d;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
        margin-top: 3px;
        float: left;
    }


.pd0 {
    padding: 0px;
}


.border {
    border: 1px solid red;
}

/*--menu buttons--*/

.menu_btns_bttm {
    position: relative;
}

    .menu_btns_bttm:before {
        content: '';
        border-top: 14px solid rgba(255,255,255,0.5);
        border-left: 14px solid transparent;
        position: absolute;
        width: 100%;
        left: 0;
    }

.menu_btns {
    padding: 19px 0 0 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
}

.menu_bars .navbar-right li {
    padding: 0px 4px;
}

    .menu_bars .navbar-right li .menu_btns {
        padding: 14px 0 0 0;
    }


    .menu_bars .navbar-right li:first-child .menu_btns {
        padding: 25px 0 10px 0;
    }

    .menu_bars .navbar-right li:last-child .menu_btns {
        padding: 25px 0 10px 0;
    }

    .menu_bars .navbar-right li a {
        height: auto;
        padding: 0px;
        line-height: 17px;
        font-size: 16px;
        font-weight: 500!important;
        width: 120px;
    }
/*--/menu buttons--*/




.menu_bars .navbar-toggle {
    border: 1px solid #56565a;
}

    .menu_bars .navbar-toggle .icon-bar {
        border: 1px solid #56565a;
        display: block;
        height: 2px;
        width: 22px;
    }

    .menu_bars .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(255,255,255,0.5);
    }


.daily_updates {
    padding: 50px 0px;
}

.updates {
    float: left;
    margin: 0 0 20px 0;
}

    .updates .up_title {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 2px solid #9a9a9c;
    }

        .updates .up_title img {
            float: left;
            margin: 0 15px 0 0;
        }

        .updates .up_title span {
            float: left;
            color: #55565a;
            text-align: left;
            font-size: 28px;
            padding: 5px 0 0 0;
        }

    .updates pre {
        background: none;
        border: 0px;
        padding: 0px;
        float: left;
        font-size: 10px;
        font-weight: 500;
        color: #646569;
        text-align: left;
        width: 100%;
        font-family: 'PT Sans', sans-serif;
    }

        .updates pre.event_date {
            background: none;
            border: 0px;
            padding: 0px;
            float: left;
            font-size: 10px;
            font-weight: 500;
            color: #ef7622;
            text-align: left;
            width: 100%;
            font-family: 'PT Sans', sans-serif;
        }


    .updates .sm_title {
        line-height: 17px;
        font-size: 13px;
        font-weight: 500;
        color: #ef7622;
        text-align: left;
    }

    .updates .event_title {
        line-height: 17px;
        font-size: 13px;
        font-weight: 500;
        color: #55565a;
        text-align: left;
    }

    .updates p {
        font-size: 11px;
        font-weight: normal;
        color: #646569;
        text-align: left;
        width: 100%;
        margin-bottom: 20px;
    }


/*footer*/


.footer {
    background-color: #e8e6e6;
    border-top: 7px solid #66656b;
    padding-bottom: 30px;
}



.b_r {
    border-right: 2px solid #66656b;
}

.footer .top_titles {
    font-size: 15px;
    color: #646569;
    text-transform: none;
    font-weight: 500;
}


.footer p {
    font-size: 13px;
    color: #646569;
    text-align: left;
    line-height: 20px;
}

.footer_blocks {
    padding-top: 25px;
    min-height: 250px;
}

.social_links {
    margin: 20px 0;
    float: left;
}

    .social_links a.icons {
        width: 40px;
        background-color: #6d6e71;
        color: #fff;
        line-height: 40px;
        text-align: center;
        float: left;
        font-size: 25px;
        margin-right: 5px;
    }


        .social_links a.icons i {
            vertical-align: middle;
        }

.quick_links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


.quick_links li a {
    margin: 10px 0 0 0;
    float: left;
    font-size: 15px;
    color: #646569;
    font-weight: 500;
    text-align: left;
    width: 100%;
    list-style: none!important;
    text-decoration: none;
}

    .quick_links li a:hover {
        text-decoration: underline;
    }



.footer .up_title {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .footer .up_title img {
        float: left;
        margin: 0 15px 0 0;
    }

    .footer .up_title span {
        float: left;
        color: #55565a;
        text-align: left;
        font-size: 22px;
        padding: 14px 0 0 0;
    }

.cell_number {
    font-size: 26px;
    color: #646569;
    float: left;
    width: 100%;
    margin: -8px 0 0 0px;
}

.footer a {
    margin-top: -15px;
    float: left;
}

.footer_bottom {
    background: #fff;
    float: none;
}

    .footer_bottom .copyright {
        color: #000;
        font-size: 11px;
        float: left;
        padding: 25px 0px 25px 0;
    }


.footer_logos {
    float: right;
    margin: 15px 0 0 0;
}

    .footer_logos img {
        margin-left: 10px;
    }


ul, menu, dir {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}


.opts_section {
    background: #ee7421; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNzQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2VlNzQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzY1NjQ2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTY0NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ee7421 0%, #ee7421 46%, #65646a 46%, #65646a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ee7421), color-stop(46%,#ee7421), color-stop(46%,#65646a), color-stop(100%,#65646a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ee7421 0%,#ee7421 46%,#65646a 46%,#65646a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ee7421 0%,#ee7421 46%,#65646a 46%,#65646a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ee7421 0%,#ee7421 46%,#65646a 46%,#65646a 100%); /* IE10+ */
    background: linear-gradient(to right, #ee7421 0%,#ee7421 46%,#65646a 46%,#65646a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7421', endColorstr='#65646a',GradientType=1 ); /* IE6-8 */
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*About Us Page Styles Start From Here*/

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.content_area {
    margin: 0px;
    padding-top: 65px;
}


.small_header {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0 25px 0;
    text-align: center;
    color: #646569;
    background-color: #efedee;
}

.f_dark, .f_dark a {
    color: #646569!important;
}

.page_address {
    float: left;
}

    .page_address a {
        float: left;
        font-size: 12px;
        color: #646569;
        margin-right: 5px;
    }

    .page_address span {
        float: left;
        font-size: 12px;
        color: #646569;
        margin-right: 5px;
    }

    .page_address h2.current_page {
        font-size: 50px;
        font-weight: bold;
        float: left;
        margin: 5px 0 0 0;
    }


.mb70 {
    margin-bottom: 70px!important;
}


.left_content {
    padding: 0px;
}

    .left_content .desc {
        color: #55565a;
        font-size: 25px;
        font-weight: normal;
        text-align: left;
        margin-bottom: 45px;
    }


    .left_content span.headings {
        color: #55565a;
        font-size: 29px;
        font-weight: normal;
        text-align: left;
        margin-bottom: 20px;
    }

    .left_content p {
        color: #55565a;
        font-size: 17px;
        font-weight: normal;
        text-align: left;
        margin-bottom: 35px;
    }


        .left_content p > a {
            color: #ef7622;
            font-size: 17px;
            font-weight: normal;
            text-align: left;
            text-decoration: underline;
        }

    .left_content span.sep {
        border-top: 1px dotted #65646a;
        width: 100%;
        float: left;
        margin-bottom: 35px;
    }


.right_content {
    float: left;
    margin: 0px;
}


.sidebar_quick_links ul {
    margin: 0px;
    padding: 0px;
}

.sidebar_quick_links li a {
    margin: 0px 0 3px 0;
    width: 100%;
    float: left;
    padding: 8px 8px 8px 32px;
    border: 1px solid #a1a1a5;
    background-image: url(../img/sidebar_li_icon_b.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    color: #55565a;
}

    .sidebar_quick_links li a:hover, .sidebar_quick_links li a.active {
        margin: 0px 0 3px 0;
        width: 100%;
        float: left;
        padding: 8px 8px 8px 32px;
        border: 1px solid #a1a1a5;
        background-image: url(../img/sidebar_li_icon_w.png);
        background-color: #d1d3d4;
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 18px;
        color: #55565a;
        -moz-transition: background-image 0.3s ease-in-out 0s;
        -moz-transition: background-color 0.2s ease-in-out 0s;
    }

.org_box {
    background: #ee7421 url(../img/org_left_corner.jpg) no-repeat left bottom;
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 20px;
}


    .org_box span {
        font-size: 24px;
        color: #fff;
    }

.org_download_btn {
    margin-top: 10px;
    float: right;
}


.testimonials {
    text-align: center;
    padding: 63px 0px;
}

    .testimonials p {
        font-size: 20px;
        color: #fff;
        font-weight:normal;
        text-align: center;
    }

    .testimonials span {
        font-size: 20px;
        color: #fff;
        text-transform: none;
        font-weight: bold;
        text-align: center;
    }

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*Solutions Page Styles Start From Here*/

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

