@import url("../p7tpm/p7tpm01.css");

body {
    font-weight: normal;
    font-family: Arial, sans-serif, Calibri, Verdana;
    color: #323232;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
}

.body_text {
    font-weight: normal;
    font-family: Arial, sans-serif, Calibri, Verdana;
    color: #323232;
    font-size: 13px;
    text-align: justify;
}

.clear {
    clear: both;
}

.welcome {
    padding: 0px 0 25px 0;
    display: inline-block;
}

.full {
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 20px 0 10px 0;
}

.pd-tb {
    padding: 10px 0;
    clear: both;
    width: 100%;
}
/*.page
{
    width: 996px;
    margin: 0 auto;
}*/

.page {
    width: 996px;
    margin: 0 auto;
}

.img-w {
    width: auto;
    height: auto;
}

h1 {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-weight: bold;
    font-size: 30px;
    color: #003c8d;
    margin: 0;
    padding: 2% 0 1% 0;
    text-align: left;
    border-bottom: 1px solid #7f9dc6;
}

h2 {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-weight: 300;
    font-size: 25px;
    color: #0e56b7;
    text-transform: uppercase;
    margin: 1% 0;
    padding: 2% 0 0 0;
    text-align: left;
}

h3 {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #093774;
    margin: 1% 0;
    padding: 2% 0 0 0;
}

h4 {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 1% 0;
    padding: 1% 0;
}

.heading {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-weight: 300;
    font-size: 20px;
    color: #e31936;
    text-transform: none;
    margin: 1% 0;
    padding: 2% 0 0 0;
    text-align: left;
}

.title {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-weight: 300;
    font-size: 22px;
    color: #C50022;
    margin-bottom: 16px;
}

.sp {
    clear: both;
    background-image: url(../images/dot-h.gif);
    background-repeat: repeat-x;
    background-position: center;
    padding: 10px 0;
}
/*======= BUTTONS ====*/
.blue-button {
    display: inline-block;
    color: #fff;
    padding: 8px 35px 8px 16px;
    font-size: 16px;
    text-transform: none;
    background-color: #003c8d;
    background-image: url(../images/button-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: normal;
}

a.blue-button {
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: normal;
    line-height: normal;
}
/*List*/
ul.list, ul.list1, ul.list2, ul.list3, ul.left-menu {
    margin: 0;
    padding: 0;
    position: relative;
}

.list li {
    font-size: 13px;
    color: #323232;
    position: relative;
    margin: 9px 0 9px 0;
    padding-left: 16px;
    list-style: none outside none;
    background-image: url(../images/bull-sq.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    font-weight: normal;
}

.list1 li {
    font-size: 12px;
    color: #323232;
    position: relative;
    margin: 9px 0 9px 0;
    padding-left: 16px;
    list-style: none outside none;
    background-image: url(../images/bull1.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

    .list1 li a {
        color: #323232;
        text-decoration: none;
    }

        .list1 li a:hover {
            text-decoration: underline;
        }

.list2 li {
    font-size: 13px;
    color: #323232;
    margin: 9px 0 14px 0px;
    padding-left: 25px;
    list-style: none outside none;
    background-image: url(../images/arrow-orange.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    font-weight: normal;
}

.list3 li {
    font-size: 12px;
    color: #323232;
    position: relative;
    margin: 9px 0 14px 0px;
    padding-left: 22px;
    list-style: none outside none;
    background-image: url(../images/arrow-green.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
/*====== HEADER ======*/
#header {
    width: 100%;
    padding: 15px 0 0 0;
    margin: 0 auto;
    height: auto;
    float: left;
    background-color: #dfedff;
}
/*.top
{
    width: 996px;
    margin: 0 auto;
}
Responsive Scrolling Issue
*/

.top {
    width: 996px;
    margin: 0 auto;
}

.logo {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 31px;
    width: 58%;
    float: left;
    color: #0369ad;
    padding: 0px 0;
    margin: 0;
}

    .logo a {
        color: #0369ad;
        text-decoration: none;
    }

    .logo .text {
        padding: 0 0 0 10px;
        float: left;
        margin: -5px 0 0 0;
    }

    .logo a span {
        font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
        font-weight: normal;
        font-size: 18px;
        letter-spacing: 0.1em;
    }

    .logo .img {
        float: left;
    }

        .logo .img img {
            width: auto;
            height: auto;
        }
/*========================= Header Rightr =========================*/
.header-right {
    width: 40%;
    height: auto;
    float: right;
}

#top-link {
    padding: 5px 0px 4px 4px;
    font-size: 12px;
    text-transform: none;
    color: #833200;
    float: left;
}

    #top-link ul {
        padding: 0;
        margin: 0;
        text-decoration: none;
    }

        #top-link ul li {
            position: relative;
            float: left;
            padding: 0px 7px 0px 8px;
            border-right: 1px solid #833200;
            list-style: none outside none;
            line-height: 12px;
        }

            #top-link ul li.last {
                border: none;
            }

        #top-link ul a {
            padding: 0;
            margin: 0;
            text-decoration: none;
            font-size: 12px;
            text-transform: none;
            color: #833200;
        }

            #top-link ul a:hover {
                color: #333333;
            }

.l {
    padding: 0 0 0 10px;
    font-size: 12px;
    text-transform: none;
    color: #272727;
    float: left;
}

    .l a {
        float: right;
        margin: 0 0 0 4px;
    }
/*---accesibility----*/
.accesibility-area {
    float: right;
    margin: 22px 0 0 0;
    width: auto;
    padding: 0;
}

.accesibility-option {
    float: left;
    margin: 0 4px;
}

    .accesibility-option a {
        font-family: calibri, Arial, Verdana;
        font-size: 13px;
        font-weight: normal;
        color: #575757;
        text-decoration: none;
        text-transform: none;
    }

.top-last {
    float: right;
    text-align: right;
    width: auto;
    margin: 10px 0 0 0;
}

#search {
    float: left;
    width: 240px;
    min-height: 35px;
    padding: 1px 10px;
    margin: 0 6px 0 0;
    background: #0e56b7;
    border-radius: 10px 10px 0 0;
}

.search_button {
    background-image: url(../images/icon-search.png);
    width: 22px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: top right;
    border: none;
    background-color: transparent;
    cursor: pointer;
    float: right;
    margin: 10px 5px 0 0;
}

.searchbox {
    color: #fff;
    font-size: 13px;
    width: 200px;
    height: 30px;
    float: left;
    border: none;
    padding-left: 5px;
    margin-top: 2px;
    background: transparent;
}

.login {
    display: inline-block;
    color: #fff;
    padding: 10px 40px 5px 15px;
    font-size: 16px;
    text-transform: none;
    background-color: #0e56b7;
    background-image: url(../images/arrow-d.png);
    background-repeat: no-repeat;
    background-position: right;
    min-height: 22px;
}

a.login {
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
}
/*========================= MENU =========================*/

#menu {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: auto;
    float: left;
    background-color: #f8b900;
}

.sf-menu > li.sfHoverForce > a, .sf-menu > li.sfHover > a, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color: #c20336;
}

.sf-contener {
    clear: both;
    padding: 0px 0;
    float: left;
    margin: 0 0 0 0;
}

.sf-right {
    margin-right: 14px;
    float: right;
    width: 7px;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
    ;
}

    .sf-menu ul {
        position: absolute;
        top: -999em;
        width: 190px;
        padding: 0;
        padding-right: 3px;
        margin: -14px 0 0 0;
        padding-top: 8px;
        background-image: url(../images/menu-arr.png);
        background-repeat: no-repeat;
        background-position: 15px top;
    }

        .sf-menu ul ul {
            margin-top: 0px;
        }

        .sf-menu ul li {
            width: 100%;
        }

    .sf-menu li:hover {
        visibility: inherit;
    }

    .sf-menu > li {
        margin-right: 0; /*background:url('../images/border.gif') right top no-repeat;*/
        padding-right: 1px;
        float: left;
    }

    .sf-menu li {
        float: left;
        position: relative; /*background:url(../images/menu-seprator.png) no-repeat left;*/
    }

.first {
    background: none !important; /*margin:-5px 0 0;*/
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 42px;
    z-index: 99;
    width: auto;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    right: auto;
    top: -8px;
    left: 100%;
    margin-right: 0px;
    margin-left: -1px;
    background-image: none;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 195px;
    top: -8px;
}

.sf-menu li:hover ul .right-menu, .sf-menu li.sfHover ul .right-menu {
    top: -3px;
    z-index: 99;
    width: 100%;
}

ul.sf-menu ul .right-menu {
    left: -101% !important;
}

.sf-menu a {
    color: #00306f;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 18px;
    border: 0;
    display: block;
    position: relative;
}

    .sf-menu a:hover {
        color: #000;
    }

.sf-menu li li a {
    font-size: 13px;
    color: #f8b900;
    text-transform: none;
    padding: 1px 0px 0px 0px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border: none;
    margin: 0 15px;
}

.sf-menu li li:first-child {
    border-top: none;
    border-bottom: 1px solid #00275c;
}

.sf-menu li li {
    min-width: 190px;
    border-top: 1px solid #0e56b7;
    border-bottom: 1px solid #00275c;
    color: #f8b900;
    background: #00306f;
    font-size: 12px;
    color: #000;
    text-transform: none;
    padding: 11px 3px 8px 0px;
    display: inline-block;
    font-weight: normal;
    display: block;
}

    .sf-menu li li.sfHoverForce a, .sf-menu li li.sfHover > a {
        color: #00306f;
        background: none;
    }

.sf-menu ul li:hover, .sf-menu ul li.sfHover, .sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
    outline: 0;
    color: #f8b900;
    background: #001b3f;
}

.sf-menu a.sf-with-ul {
    padding-right: 1.5em;
    min-width: 1px;
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: 5px;
    top: 1.05em;
    width: 10px;
    height: 11px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../images/arrows-menu.png') no-repeat -10px -100px;
}

a > .sf-sub-indicator {
    top: 10px;
    background-position: 0 -100px;
}

.sf-menu li li a > .sf-sub-indicator {
    top: 2px;
}

.sf-menu li li > .sf-sub-indicator {
    top: 13px;
}

.sf-menu li li:hover > .sf-sub-indicator {
    background-position: 0px 0px;
}

a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator, .sf-menu > li.sfHoverForce > a > .sf-sub-indicator {
    top: 10px;
}

.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0px;
}

.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0px;
}

.main-mobile-menu, .sf-menu li .open-mobile, .menu-mobile, .main-mobile-menu > .menu-mobile-2 {
    display: none;
}
/*======= Mission======= */
#mission {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-size: 15px;
    color: #444444;
    width: 100%;
    float: left;
    padding: 25px 0%;
    background-color: #ececec;
    border-bottom: 3px solid #999;
}

.m1 {
    font-weight: bold;
    font-size: 24px;
    color: #6a6a6a;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    width: 18%;
}

.m2 {
    display: table-cell;
    width: 80%;
}
/*======content-home=====*/
#content-home {
    width: 100%;
    min-width: 320px;
    float: left;
    padding: 20px 0 0px 0;
}

    #content-home h1 {
        font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
        font-weight: bold;
        font-size: 24px;
        color: #003c8d;
        text-transform: none;
        margin: 0;
        padding: 2% 0 1% 0;
        text-align: left;
        text-transform: uppercase;
        border: none;
    }

.home-left {
    width: 51%;
    float: left;
}

.home-right {
    width: 45%;
    float: right;
}
/*======CM-Message=====*/
.cm-message {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-size: 11px;
    color: #003c8d;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #eaf4f9;
    border: 1px solid #097fbd;
    border-radius: 8px;
    display: table;
    /*padding: -1px 2% 0px 2%;*/
    width: 41.5%;
    margin-right: 3%;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
}

    .cm-message .b1 {
        padding-right: 15px;
        display: table-cell;
        vertical-align: bottom;
    }

    .cm-message .b2 {
        line-height: 32px;
        display: table-cell;
    }

    .cm-message a.blue-button {
        margin-top: 10px;
    }

    .cm-message span {
        color: #9b4514;
    }
/*======Content Access=====*/
.content-access {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-size: 20px;
    color: #003c8d;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #f3f3f3;
    border: 1px solid #097fbd;
    border-radius: 8px;
    display: table;
    margin: 5% 0 0 0;
    padding: 5% 7%;
    width: 85%;
}

    .content-access p {
        color: #4f4f4f;
        font-size: 17px;
    }

    .content-access .blue-button {
        background-image: none;
        padding: 7px 10px;
        margin-left: 10px;
    }

.textarea {
    font-size: 13px;
    color: #434343;
    font-weight: normal;
    background-color: #ffffff;
    border: 1px solid #536476;
    padding: 7px 1%;
    transition: background-color 0.5s ease 0s;
    width: 70%;
    resize: none;
    margin: 0 0% 10px 15px;
    text-transform: none;
}
/*=============== MID ===============*/
.mid {
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 20px 0 10px 0;
    margin: 20px 0 0px 0;
    background-color: #f9f9f9;
}
/*=============== NEWS ===============*/
#news {
    width: 100%;
}

#marqueecontainer {
    position: relative;
    width: 100%; /*marquee width */
    height: 218px; /*marquee height */ /*background-color: white;*/
    overflow: hidden;
    padding: 0;
    font-size: 13px;
    text-align: left;
}

#palypausestop a {
    font-size: 12px;
    text-decoration: none;
    color: #003C8D;
}

    #palypausestop a.pause {
        background-image: url(../images/pause.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        display: block;
        cursor: pointer;
        float: left;
    }

    #palypausestop a.play {
        background-image: url(../images/play.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        display: none;
        float: left;
    }

    #palypausestop a.stop {
        background-image: url(../images/stop.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        margin: 0px 0px 0px 10px;
        cursor: pointer;
        float: left;
    }

#marqueecontainer p {
    padding-left: 12px;
}

.newscroll_area {
    position: relative;
}

.news {
    margin-bottom: 10px;
    padding: 0px 0 10px 0;
    width: 100%;
    margin: 15px 0;
}

    .news .new {
        background-image: url(../images/button-new.gif);
        padding: 0 35px 0 0;
        background-repeat: no-repeat;
        background-position: right 10px;
        width: 100%;
    }

    .news .news-text {
        padding: 5px 0 0 0;
        display: table-cell;
    }

    .news .img {
        display: table-cell;
        width: 50px;
        vertical-align: top;
        padding: 5px 12px 0 0;
    }

    .news .date {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

    .news a {
        color: #003c8d;
        font-size: 14px;
        margin-top: 2px;
        text-decoration: none;
    }

.box-main {
    display: table;
    width: 100%;
}

.box {
    display: table-cell;
    width: 50%;
}
/*Last box*/
.last-box {
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 25px 0;
    background-color: #e2f2f8;
}

.img-box {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    display: table-cell;
    padding: 0 9px 0 0;
    text-align: center;
}

    .img-box a {
        color: #000;
        text-decoration: none;
    }

        .img-box a:hover {
            text-decoration: underline;
        }

        .img-box span, .img-box a span {
            color: #105486;
        }

        .img-box a:hover span {
            color: #105486;
            text-decoration: underline;
        }

    .img-box img {
        width: auto;
        height: auto;
        padding: 0 0 10px 0;
    }

    .img-box:last-child {
        padding: 0;
    }
/*----Footer----*/
#footer {
    font-size: 14px;
    color: #FFF;
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 25px 0;
    background-color: #003c8d;
}

    #footer a {
        color: #FFF;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }

    #footer h2 {
        font-size: 18px;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 auto;
        padding: 0 0 15px 0;
    }

.footer-box {
    padding: 0 0 0 0;
    float: left;
    width: auto;
}

.map {
    border-radius: 5px;
}

#footer .w1 {
    width: 30%;
    line-height: 22px;
}

#footer .w2 {
    width: 35%;
}

#footer .w3 {
    width: 35%;
}

#subscribe {
    float: left;
    margin: 0;
    min-height: 35px;
    padding: 10px 0 0 0;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #d2e6ff;
}

    #subscribe div {
        padding: 8px 0 0 0;
    }

.subscribe-box {
    color: #fff;
    font-size: 13px;
    width: 200px;
    height: 30px;
    float: left;
    border: none;
    padding-left: 15px;
    background-color: #1354ac;
    border-radius: 10px 0 0px 10px;
}

.subscribe_button {
    width: auto;
    height: 31px;
    border: none;
    background-color: #ffde00;
    cursor: pointer;
    float: left;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #003c8d;
    border-radius: 0 10px 10px 0;
}

#footer-last {
    font-size: 12px;
    color: #FFF;
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 25px 0;
    background-color: #1354ac;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    color: #caddf8;
    font-weight: bold;
}

.visitor-count {
    float: left;
    margin-right: 20px;
}

    .visitor-count span:first-child {
        margin-left: 5px;
    }

    .visitor-count span {
        font-size: 14px;
        font-weight: bold;
        color: #78a9ee;
        background: #00306f;
        padding: 5px 8px;
        margin: 0 1px;
        border-radius: 5px;
    }
/********SLIDER*********/
#slider-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: left;
}
/*======content-inner=====*/
#content-inner {
    width: 100%;
    float: left;
    padding: 10px 0 30px 0;
}

    #content-inner h1 {
        font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
        font-weight: normal;
        font-size: 32px;
        text-transform: none;
        margin: 0;
        padding: 0 0 1% 0;
        text-align: left;
        text-transform: none;
        border-bottom: 1px solid #ccd8e8;
    }

.inner-left {
    width: 250px;
    float: left;
}

#left-menu {
    padding-top: 12px;
    float: left;
    width: 100%;
}

.left-menu li {
    font-size: 13px;
    color: #14335c;
    position: relative;
    margin: 5px 0;
    padding: 5px 0 10px;
    list-style: none outside none;
    background-image: url(../images/dot-h-1.gif);
    background-repeat: repeat-x;
    background-position: 0px bottom;
    font-weight: bold;
}

    .left-menu li a {
        color: #14335c;
        text-decoration: none;
        background-image: url(../images/left-menu.png);
        background-repeat: no-repeat;
        background-position: 0px 3px;
        padding-left: 16px;
    }

        .left-menu li a:hover {
            color: #ff5b15;
        }

a.more {
    color: #003c8d;
    font-size: 14px;
    margin-top: 2px;
    text-decoration: none;
}

.inner-right {
    width: 716px;
    float: right;
}

    .inner-right h2 {
        font-weight: normal;
        font-size: 22px;
        color: #0e56b7;
        text-transform: uppercase;
        margin: 1% 0;
        padding: 2% 0 0 0;
        text-align: left;
    }

.Inconveniencemsg {
    font-size: 18px;
    text-transform: none;
    color: #0369ad;
    text-align: center;
    padding-top: 30px;
}

.contact-table-border {
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.contact-us-title {
    background-color: #2169ca;
    text-transform: none;
    padding: 4px 0 4px 10px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.requiredfield {
    color: Red;
}

.w3c {
    padding: 15px 0 0 0;
}


/* Sitemap */
.sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sitemap ul li {
        color: #0E56B7;
        margin: 10px 0;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .sitemap ul li a {
            color: #0E56B7;
            text-decoration: none;
        }

            .sitemap ul li a:hover {
                color: #FF5B15;
            }

        .sitemap ul li ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .sitemap ul li ul li {
                background-image: url("../images/arrow-orange.gif");
                background-position: 0 3px;
                background-repeat: no-repeat;
                padding-left: 20px;
                margin-left: 15px;
                text-decoration: none;
                font-size: 14px;
                color: #000000;
                font-weight: bold;
                text-transform: none;
            }

                .sitemap ul li ul li a {
                    color: #000000;
                    text-decoration: none;
                }

                    .sitemap ul li ul li a:hover {
                        color: #000000;
                    }

                .sitemap ul li ul li ul li {
                    background-image: url("../images/left-menu.png");
                    background-position: 0 3px;
                    background-repeat: no-repeat;
                    padding-left: 16px;
                    color: #464646;
                    margin: 10px 0;
                    font-size: 13px;
                }

                    .sitemap ul li ul li ul li a {
                        color: #464646;
                        text-decoration: none;
                    }

                    .sitemap ul li ul li ul li ul li {
                        background-image: url("../images/bull-sq.gif");
                        background-position: 0 6px;
                        background-repeat: no-repeat;
                        padding-left: 16px;
                        color: #464646;
                        font-weight: normal;
                    }

                        .sitemap ul li ul li ul li ul li a {
                            color: #464646;
                            text-decoration: none;
                        }

/*Added by devloper*/
.arrow {
    float: right;
    margin-top: 7px;
}

.modalBackground {
    z-index: 9999999;
    background-image: url(../images/black.png);
    width: 100%;
}

.ModalWindow {
    border: solid 1px #c0c0cc;
    background: #F4F4F4;
    padding: 0px 10px 10px 10px;
    position: absolute;
    z-index: 999999;
}

.bluebutton {
    display: inline-block;
    color: #fff;
    padding: 8px 16px 8px 16px;
    font-size: 16px;
    text-transform: none;
    background-color: #003c8d;
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: normal;
}

a.bluebutton {
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: normal;
    line-height: normal;
}

.blckbutton {
    display: inline-block;
    color: #fff;
    padding: 4px 9px 4px 9px;
    font-size: 16px;
    text-transform: none;
    background-color: Black;
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: normal;
}

a.blckbutton {
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 21px;
    font-weight: normal;
    line-height: normal;
}

.treeNode {
    color: rgb(4, 49, 110);
    font: 15px Calibri;
    vertical-align: top;
}

.rootNode {
    font-size: 14px;
    width: 100%;
}

.leafNode {
    font-weight: bold;
}

.fieldname {
    font-weight: normal;
    font-family: Arial, sans-serif, Calibri, Verdana;
    color: rgb(34, 89, 131);
    font-size: 13px;
    text-align: justify;
    font-weight: bold;
}

.note {
    font-family: calibri, Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    color: Red;
    text-decoration: none;
}
/*--- Grid Css ---*/
.adminGV {
    border-width: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #eaf0f6;
    color: #5f5f5f;
    text-decoration: none;
    text-align: justify;
    margin: 3px;
}

.adminGVPageStyle {
    background-color: #FFFFFF;
    color: #000066;
    border: solid 1px #cbdae8;
}

    .adminGVPageStyle td {
        border: solid 2px #cbdae8;
        font-size: 14px;
    }

        .adminGVPageStyle td a {
            border: solid 2px #cbdae8;
            font-size: 14px;
            color: Red;
        }

.adminGVHeader {
    vertical-align: middle;
    background-color: #e0e9f1;
    font-weight: bold !important;
    color: #696967;
    text-align: center;
    height: 25px;
    border: #cbdae8 1px solid;
    font-weight: bold;
}

    .adminGVHeader tr th a {
        vertical-align: middle;
        background-color: #e0e9f1;
        font-weight: bold !important;
        color: #696967;
        text-align: center;
        height: 25px;
        border: #cbdae8 1px solid;
        font-weight: bold;
    }

.adminGVColLeft {
    border: #cbdae8 1px solid;
    text-align: left;
    padding-left: 2px;
}

.adminGVColCentre {
    text-align: center;
    border: #cbdae8 1px solid;
}

.adminGVColRight {
    text-align: right;
    padding-right: 2px;
    border: #cbdae8 1px solid;
}

.adminGVAlternatingRow {
    background-color: #f6f7f9;
}

.adminGV .adminGVPageLinkStyle a {
    text-decoration: underline;
    font-size: 14px;
}

    .adminGV .adminGVPageLinkStyle a:hover {
        color: #074268;
        text-decoration: underline;
        font-weight: bold;
        font-size: 16px;
    }

.GridCellWithBreak70 {
    width: 70px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak100 {
    width: 100px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak125 {
    width: 125px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak150 {
    width: 150px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak175 {
    width: 175px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak200 {
    width: 200px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak225 {
    width: 225px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak250 {
    width: 250px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak300 {
    width: 300px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak350 {
    width: 350px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak400 {
    width: 400px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak520 {
    width: 520px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak600 {
    width: 600px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak650 {
    width: 650px;
    height: auto;
    word-wrap: break-word;
}

.GridCellWithBreak175 {
    width: 175px;
    height: auto;
    word-wrap: break-word;
}
/*---Grid Css---*/
a.link {
    color: #003c8d;
    font-size: 13px;
    margin-top: 2px;
    text-decoration: none;
}

.center {
    text-align: center;
}




/* Table */
.inner-table {
    border: 1px solid #CBDAE8;
}

    .inner-table th:first-child {
        width: 8%;
    }

    .inner-table th {
        background-color: #0369AD;
        border-right: 1px solid #8CAECF;
        color: #FFFFFF;
        padding: 10px 5px;
        font-size: 13px;
    }

    .inner-table td {
        background-color: #F8F8F8;
        padding: 8px;
        color: #222222;
        font-size: 13px;
    }

        .inner-table td:first-child {
            text-align: center;
            vertical-align: middle;
        }

    .inner-table a {
        color: #000000;
        text-decoration: none;
        display: block;
    }

        .inner-table a:hover {
            color: #004f93;
        }

.row {
    width: 100%;
    float: left;
}

.col-sm-3 {
    width: 25%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: right;
}

.col-sm-4 {
    width: 40%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.form {
    padding: 25px 0 0 0
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    padding: 6px 12px;
    margin-bottom: 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 96%;
}

/*=============== Event Start ===============*/
#Event {
    width: 100%;
}

#marqueecontainerEvent {
    position: relative;
    width: 100%; /*marquee width */
    height: 218px; /*marquee height */ /*background-color: white;*/
    overflow: hidden;
    padding: 0;
    font-size: 13px;
    text-align: left;
}

#palypausestopEvent a {
    font-size: 12px;
    text-decoration: none;
    color: #003C8D;
}

    #palypausestopEvent a.pauseEvent {
        background-image: url(../images/pause.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        display: block;
        cursor: pointer;
        float: left;
    }

    #palypausestopEvent a.playEvent {
        background-image: url(../images/play.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        display: none;
        float: left;
    }

    #palypausestopEvent a.stopEvent {
        background-image: url(../images/stop.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        margin: 0px 0px 0px 10px;
        cursor: pointer;
        float: left;
    }

#marqueecontainerEvent p {
    padding-left: 12px;
}

.Eventcroll_area {
    position: relative;
}

.Event {
    margin-bottom: 10px;
    padding: 0px 0 10px 0;
    width: 100%;
    margin: 15px 0;
}

    .Event .new {
        background-image: url(../images/button-new.gif);
        padding: 0 35px 0 0;
        background-repeat: no-repeat;
        background-position: right 10px;
        width: 100%;
    }

    .Event .Event-text {
        padding: 5px 0 0 0;
        display: table-cell;
    }

    .Event .img {
        display: table-cell;
        width: 50px;
        vertical-align: top;
        padding: 5px 12px 0 0;
    }

    .Event .date {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

    .Event a {
        color: #003c8d;
        font-size: 14px;
        margin-top: 2px;
        text-decoration: none;
    }
/*=============== Event End ===============*/

/*=============== Event Start ===============*/
#Tender {
    width: 100%;
}

#marqueecontainerTender {
    position: relative;
    width: 100%; /*marquee width */
    height: 218px; /*marquee height */ /*background-color: white;*/
    overflow: hidden;
    padding: 0;
    font-size: 13px;
    text-align: left;
}

#palypausestopTender a {
    font-size: 12px;
    text-decoration: none;
    color: #003C8D;
}

    #palypausestopTender a.pauseTender {
        background-image: url(../images/pause.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        display: block;
        cursor: pointer;
        float: left;
    }

    #palypausestopTender a.playTender {
        background-image: url(../images/play.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        display: none;
        float: left;
    }

    #palypausestopTender a.stopTender {
        background-image: url(../images/stop.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        margin: 0px 0px 0px 10px;
        cursor: pointer;
        float: left;
    }

#marqueecontainerTender p {
    padding-left: 12px;
}

.Tendercroll_area {
    position: relative;
}

.Tender {
    margin-bottom: 10px;
    padding: 0px 0 10px 0;
    width: 100%;
    margin: 15px 0;
}

    .Tender .new {
        background-image: url(../images/button-new.gif);
        padding: 0 35px 0 0;
        background-repeat: no-repeat;
        background-position: right 10px;
        width: 100%;
    }

    .Tender .Tender-text {
        padding: 5px 0 0 0;
        display: table-cell;
    }

    .Tender .img {
        display: table-cell;
        width: 50px;
        vertical-align: top;
        padding: 5px 12px 0 0;
    }

    .Tender .date {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

    .Tender a {
        color: #003c8d;
        font-size: 14px;
        margin-top: 2px;
        text-decoration: none;
    }
/*=============== Tender End ===============*/

/*=============== Publication Start ===============*/
#Publication {
    width: 100%;
}

#marqueecontainerPublication {
    position: relative;
    width: 100%; /*marquee width */
    height: 218px; /*marquee height */ /*background-color: white;*/
    overflow: hidden;
    padding: 0;
    font-size: 13px;
    text-align: left;
}

#palypausestopPublication a {
    font-size: 12px;
    text-decoration: none;
    color: #003C8D;
}

    #palypausestopPublication a.pausePublication {
        background-image: url(../images/pause.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        display: block;
        cursor: pointer;
        float: left;
    }

    #palypausestopPublication a.playPublication {
        background-image: url(../images/play.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        display: none;
        float: left;
    }

    #palypausestopPublication a.stopPublication {
        background-image: url(../images/stop.png);
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0 0 18px;
        height: 15px;
        margin: 0px 0px 0px 10px;
        cursor: pointer;
        float: left;
    }

#marqueecontainerPublication p {
    padding-left: 12px;
}

.Publication_area {
    position: relative;
}

.Publication {
    margin-bottom: 10px;
    padding: 0px 0 10px 0;
    width: 100%;
    margin: 15px 0;
}

    .Publication .new {
        background-image: url(../images/button-new.gif);
        padding: 0 35px 0 0;
        background-repeat: no-repeat;
        background-position: right 10px;
        width: 100%;
    }

    .Publication .Publication-text {
        padding: 5px 0 0 0;
        display: table-cell;
    }

    .Publication .img {
        display: table-cell;
        width: 50px;
        vertical-align: top;
        padding: 5px 12px 0 0;
    }

    .Publication .date {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

    .Publication a {
        color: #003c8d;
        font-size: 14px;
        margin-top: 2px;
        text-decoration: none;
    }
/*=============== Publication End ===============*/
.modelHeadingLeft {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-weight: bold;
    font-size: 30px;
    color: #003c8d;
    margin: 0;
    float: left;
    vertical-align: top;
    padding-top: 4px;
}

.modelHeadingRight {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-weight: bold;
    font-size: 30px;
    color: #003c8d;
    margin: 0;
    float: right;
    text-align: right;
    vertical-align: top;
    padding-top: 4px;
}

.bottomBorder {
    border-bottom: 1px solid #7f9dc6;
    padding-top: 12px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
    display: block;
}

.col-md-6 {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    border: 0;
}

.name {
    text-align: center;
    padding-bottom: 10px;
    font-size: 19px;
    padding-top: 10px;
}

/* CSS Video given by designer*/
/* video list*/

.video-list-thumbs {
}

    .video-list-thumbs > li {
        margin-bottom: 20px;
    }

        .video-list-thumbs > li:last-child {
        }

        .video-list-thumbs > li > a {
            background-color: #eee;
            color: #fff;
            display: block;
            padding: 10px;
            position: relative;
        }

            .video-list-thumbs > li > a:hover {
                box-shadow: 0 2px 5px rgba(0,0,0,.3);
                text-decoration: none;
            }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 14px;
        height: 33px;
        margin: 8px 0 0;
    }

    .video-list-thumbs .glyphicon-play-circle {
        font-size: 60px;
        opacity: 0.6;
        position: absolute;
        right: 39%;
        top: 35%;
        text-shadow: 0 1px 3px rgba(0,0,0,.5);
        transition: all 500ms ease-in-out;
    }

    .video-list-thumbs > li > a:hover .glyphicon-play-circle {
        color: #fff;
        opacity: 1;
        text-shadow: 0 1px 3px rgba(0,0,0,.8);
    }

    .video-list-thumbs .duration {
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 2px;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        left: 12px;
        line-height: 13px;
        padding: 2px 3px 1px;
        position: absolute;
        top: 12px;
        transition: all 500ms ease;
    }

    .video-list-thumbs > li > a:hover .duration {
        background-color: #000;
    }

@media (min-width:320px) and (max-width: 480px) {
    .video-list-thumbs .glyphicon-play-circle {
        font-size: 35px;
        right: 36%;
        top: 27%;
    }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 616px;
    height: 338px;
}

.popupdisplay {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(200, 200, 199);
    border-radius: 5px;
    color: rgb(117, 117, 117);
    font-family: Calibri,Arial,Verdana;
    font-size: 13px;
    margin: 6px 4px;
    padding: 5px;
    width: 400px;
}
/* video*/
video {
    width: 100%;
    max-height: 100%;
}

.js-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .js-video.widescreen {
        padding-bottom: 56.34%;
    }

    .js-video.vimeo {
        padding-top: 0;
    }

    .js-video embed, .js-video iframe, .js-video object, .js-video video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

/* end*/

.required {
    color: red;
}

.divWaiting {
    position: fixed;
    background-color: #666666;
    /*  background: #666666 url(ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .50;*/
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: Black;
    height: 100%;
    width: 100%;
}

.borderless td, .borderless th {
    border: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.col-sm-12 {
    width: 50%;
}

.col-md-12 {
    width: 50%;
}


.portfolio .col-md-12 {
    width: 47%;
    padding-right: 6px;
}

.box-image {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0 0;
}

.image img.img-responsive {
    width: 100%;
}

.name {
    text-align: center;
    padding-bottom: 10px;
    font-size: 11px;
    padding-top: 10px;
    background-color: #f8b900;
}

    .name a {
        text-decoration: none;
    }

        .name a:hover {
            background-color: transparent;
            color: #000;
        }

.text {
    background-color: #f8b900;
    text-align: center;
    padding: 12px 10px;
}

    .text b {
        margin-bottom: 6px;
        display: inline-block;
        font-size: 18px;
    }


@media (max-width: 991px) {
    .box .box-footer .btn {
        margin-bottom: 20px;
    }

    #slide_message .slider {
        width: 100% !important;
                margin-right: 00px !important;
    }

    #slide_message .home-left {
        width: 92% !important;
    }

    .water-access .well-1 {
        width: 98% !important;
        margin-bottom:10px;
        
    }

    .water-access .well-2 {
        width: 98% !important;
        
    }

    .cm-message {
        margin-bottom:10px !important;
    }
}

.box.no-border {
    border: none;
}

.image {
    background: white;
}

.portfolio.no-space {
    padding: 0 15px;
}

    .portfolio.no-space .box-image {
        margin: 0 -15px;
    }

.portfolio-project .project-more h4 {
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.portfolio-project .project-more p {
    color: #999999;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: left;
}

.portfolio-showcase {
    margin: 15px 0 60px;
}

    .portfolio-showcase h3 a {
        text-transform: uppercase;
        line-height: 1.5;
        letter-spacing: 0.08em;
    }

    .portfolio-showcase p.lead {
        color: #555555;
        margin-bottom: 20px;
    }

    .portfolio-showcase p {
        color: #999999;
    }

        .portfolio-showcase p.buttons {
            margin-top: 40px;
        }

.btn-template-main {
    color: #467fbf;
    background-color: #ffffff;
    border-color: #467fbf;
}

.btn-template-transparent-primary {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

    .btn-template-transparent-primary:hover,
    .btn-template-transparent-primary:focus,
    .btn-template-transparent-primary:active,
    .btn-template-transparent-primary.active,
    .open > .dropdown-toggle.btn-template-transparent-primary {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        border-color: #e0e0e0;
    }

    .btn-template-transparent-primary:active,
    .btn-template-transparent-primary.active,
    .open > .dropdown-toggle.btn-template-transparent-primary {
        background-image: none;
    }

    .btn-template-transparent-primary.disabled,
    .btn-template-transparent-primary[disabled],
    fieldset[disabled] .btn-template-transparent-primary,
    .btn-template-transparent-primary.disabled:hover,
    .btn-template-transparent-primary[disabled]:hover,
    fieldset[disabled] .btn-template-transparent-primary:hover,
    .btn-template-transparent-primary.disabled:focus,
    .btn-template-transparent-primary[disabled]:focus,
    fieldset[disabled] .btn-template-transparent-primary:focus,
    .btn-template-transparent-primary.disabled:active,
    .btn-template-transparent-primary[disabled]:active,
    fieldset[disabled] .btn-template-transparent-primary:active,
    .btn-template-transparent-primary.disabled.active,
    .btn-template-transparent-primary[disabled].active,
    fieldset[disabled] .btn-template-transparent-primary.active {
        background-color: transparent;
        border-color: #ffffff;
    }

    .btn-template-transparent-primary .badge {
        color: transparent;
        background-color: #ffffff;
    }

    .btn-template-transparent-primary:hover,
    .btn-template-transparent-primary:focus,
    .btn-template-transparent-primary:active,
    .btn-template-transparent-primary.active {
        background: #fff;
        color: #467fbf;
        border-color: #fff;
    }

.logo a span.sardar {
    font-size: 18px;
}
/*------------------------------------------------- logo change 25-05-2018*/

.logo1 .img {
    float: left;
}

.logo1 .eng-text {
    float: left;
    margin-left: 10px;
    font-family: arial;
    /*margin-top: 12px;*/
    letter-spacing: 3px;
    text-align: center;
    color: #244e85;
}

.bold-fonts {
    font-size: 25px;
    color: #0369ad;
    letter-spacing: 1px;
}

.eng-text a {
    text-decoration: none;
    line-height: 20px;
    color: #0369ad;
    font-size: 12px;
}

.cin-number {
    font-size: 13px;
    font-weight: 500;
}

.clear {
    clear: both;
}

.owner-txt {
    padding-top: 10px;
}
/*-----------------------------------------------------*/

/*change content 24082018*/


#slide_message .home-left {
    width: 25%;
    float: left;
  /*  margin-top: 30px;*/
}
.cm-message {
    margin: 20px 0px;
}

#slide_message .cm-message {
    width: 100%;
}
#slide_message {
    background-color: #dfedff;
    /* float: left; */
    display: table;
    width: 100%;
}
#slide_message .cm-message {
    width: 100%;        
}
#slide_message .slider {
    width: 70%;
    float: left;
    margin-right: 30px;
}
    #slide_message .b2 {
        text-align: center;
        padding-right: 26px;
    }
        #slide_message .b2 p {
            line-height: 16px;
            font-size: 12px;
            text-align: center;
        }
#slide_message .b1 img {
    width: 125px;
}
#imgLogo img {
    height: auto;
    width: 70px;
}
.water-access {
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-size: 15px;
    color: #f3f3f3;
    font-weight: bold;
    background-color: #003c8d;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    display: table;
    margin: 0 0 0 0;
    padding: 15px;
    width: 93%;
    margin-bottom: 5%;
}

.water-access span {
    font-weight: normal;
}

.water-access p {
    padding: 0px;
    margin: 0px 0px;
    line-height: 30px;
}
.waterlevel {
  
    font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
    font-size: 15px;
    color: #f3f3f3;
    font-weight: bold;
    background-color: #003c8d;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    display: table;
    margin: 0 0 0 0;
    padding: 15px;
    width: 6%;

}

.well {
    min-height: 12px;
    padding: 7px;
    margin-bottom: 15px;
    background-color: #f8b900;
    border: 1px solid #f8b900;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-left: 2px;
    color: #003c8d;
    font-size: bold;
    font-weight: 900;
    margin-right: 2%
}
.text-uppercase {
    text-transform: uppercase;
}
    


.water-access { text-align:center
}

    .water-access .well-1 {
        width: 40%;
        float: left;
        margin-right: 10px;
        background-color: #f8b900;
        border: 1px solid #f8b900;
        border-radius: 12px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        min-height: 12px;
        padding: 7px;
        color: #003c8d;
    }

    .water-access .well-2 {
        width: 48%;
        float: left;
        margin-right: 10px;
        background-color: #f8b900;
        border: 1px solid #f8b900;
        border-radius: 12px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        min-height: 12px;
        padding: 7px;
        color: #003c8d;
    }