﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800|Raleway:400,300,200,500,700,600,800|Droid+Serif:400,400i,700,700i|Playfair+Display:400,400italic,700,700italic);
body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #2B2A2A;
    margin: 0;
    padding: 0;
    height: 100%;
}
html
{
    height: 100%;
    direction: ltr;
}

img
{
    max-width: 100%;
}


@font-face {
    font-family: 'helvetica_ce_55_romanregular';
    src: url('fonts/HelveticaNeueCE55Roman-webfont.eot');
    src: url('fonts/HelveticaNeueCE55Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeueCE55Roman-webfont.woff2') format('woff2'),
         url('fonts/HelveticaNeueCE55Roman-webfont.woff') format('woff'),
         url('fonts/HelveticaNeueCE55Roman-webfont.ttf') format('truetype'),
         url('fonts/HelveticaNeueCE55Roman-webfont.svg#helvetica_ce_55_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {   font-family: 'Open Sans', sans-serif;}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
       font-family: 'Droid Serif', sans-serif;
    font-weight: normal;
    color:#404040;
    direction: ltr;
    margin: 0 !important;
    padding: 0 !important;
font-weight:700;
}




textarea
{
    resize: none !important;
}

h1
{
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}
h2
{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #2B2A2A !important;
}
h3
{
    font-family: 'Droid Serif', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1 !important;
    margin-top:0!important;
    font-weight: 700;
}
h4
{
    margin-bottom: 6px;
}

.font-11
{
    font-size:11px;
}
p
{
    direction: ltr;
}

/*a{ color:#09abcd !important;}*/

a
{
    color: #666666;
}
a:hover, a:active, a:focus
{
    outline: none;
}
a:hover, a:focus
{
    text-decoration: none;
   /* color: #000000 !important;*/
}
input:focus
{
    outline: none;
    border-color:#66afe9;
}

.content-area p, .content-area ul, .content-area ol, .content-area li, .content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6, .content-area img .content-area span, .content-area label
{
    clear: both;
}

/*------------------------------------HEADER SECTION STARTS HERE------------------------------------------*/

.header-panel
{
    /*background: url(../images/header-bg.jpg) no-repeat center top;*/
   /* background-color:rgb(29, 64, 86) !important;*/
    background-color:#09283B !important;
}
.logo-spacer
{
    margin-left: 37px;
    float: left;
    height: 168px;
}
.top-strip ul
{
    margin: 28px 0 0 0;
    padding: 0;
}
.top-strip ul li
{
    display: inline;
    list-style: none;
    padding: 0 5px 0 7px;
    background: url(../images/ddr.jpg) left 5px no-repeat;
    direction: ltr;
    font-family:  'Open Sans', sans-serif;
    font-size: 15px;
}
.top-strip ul li:first-child
{
    background: none;
}
.top-strip ul li:last-child
{
    background: none;
}
.top-strip ul li a
{
    color: #fff;
}
.top-strip ul li a:hover
{
    color: #720b0b;
}
.top-strip ul li a span
{
}
.newsletter-top
{
    height: 30px;
    display: inline-block;
    background: #cdad00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 6px 0 0 0;
    font-size: 13px; /*margin-left:-17px;*/
    font-weight: bold;
    width: 194px;
    color: #454100 !important;
}
.newsletter-label
{
    padding-top: 0px !important;
}
.main-head
{
    font-weight: normal;
    font-family:  'Open Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 10px 0 0 20px;
}


.nw-mrgn
{
    margin-top: 50px !important;
}

.header-panel .navbar-default
{
    /*background-color: #cdad00;*/
    background-color: transparent;
    border-color: #cdad00;
}
.header-panel .navbar-default .navbar-nav > li > a
{
    color: #454100;
    font-size: 14px;
    font-family:  'Open Sans', sans-serif;
    font-weight: bold;
}
.header-panel .navbar
{
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 19px;
    border: 1px solid transparent;
}
.header-panel .navbar-nav > li
{
    background: url(../images/menu-bg.jpg) no-repeat right top;
    padding-top: 10px;
    font-family:  'Open Sans', sans-serif;
    height: 80px;
}

.form-horizontal ul li {list-style:none;}

.header-panel .nav > li > a
{
    position: relative;
    display: block;
    padding: 10px 21px;
}

.header-panel .navbar-nav > li:last-child
{
    background: none;
}

.header-panel .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background-color: transparent;
}

.header-panel .dropdown-menu
{
    background: #cdad00;
    border: none;
}


.header-panel .dropdown-menu > li > a:hover
{
    background: none;
    color: #ffffff;
}


.header-panel .dropdown-menu .divider
{
    background-color: #f2cc00;
}

/*------------------------------------HEADER SECTION ENDS HERE------------------------------------------*/



/*------------------------------------BANNER SECTION STARTS HERE------------------------------------------*/




.banner-bg .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right
{
    top: 45%;
}


.banner-bg
{
    margin-bottom: 20px;
    right: 0;
}

.banner-bg .carousel-control.left
{
    background: none !important;
}

.banner-bg .carousel-control.right
{
    background: none !important;
}
.banner-bg h3
{
    font-family:  'Open Sans', sans-serif;
    font-size: 50px;
    font-size: 5rem;
    color: #fff;
}
.banner-bg p
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.banner-bg a
{
    text-align: center !important;
}
.banner-bg .carousel-indicators
{
    display: none;
}

.banner-bg .glyphicon.glyphicon-chevron-right
{
    width: 46px;
    height: 45px;
    font-size: 0;
    background: url(../images/control-next.png) no-repeat;
    margin-top: 150;
}

.banner-bg .glyphicon.glyphicon-chevron-left
{
    width: 46px;
    height: 45px;
    font-size: 0;
    background: url(../images/control-prev.png) no-repeat;
    margin-top: 150;
}




.second-slide .glyphicon.glyphicon-chevron-right
{
    width: 10px;
    height: 45px;
    font-size: 0;
    background: url(../images/control-next2.png) no-repeat;
    margin-top: 0;
}

.second-slide .glyphicon.glyphicon-chevron-left
{
    width: 10px;
    height: 45px;
    font-size: 0;
    background: url(../images/control-prev2.png) no-repeat;
    margin-top: 0;
}

.hgroup-bg-none
{
    background: none !important;
}







.banner-bg .carousel-control.right
{
    left: 40px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.banner-bg .carousel-control.left
{
    right: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.second-slide .carousel-control.left
{
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.second-slide .carousel-control.right
{
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.address a
{
    color: #666666;
}

.address a:hover
{
    color: #fd0305 !important;
}


/*------------------------------------BANNER SECTION ENDS HERE------------------------------------------*/


/*------------------------------------CONTENT SECTION STARTS HERE------------------------------------------*/

.tenders .nav
{
    padding-left: 0;
}

.tenders .nav-pills > li
{
    float: left;
}


.pagination span input[type="submit"]
{
    color: #000000 !important;
    text-shadow: none !important;
}

.heading-bg
{
    width: 100%;
    height: 32px;
    float: right;
    background: url(../images/head-sep.gif) repeat-x;
    margin: 30px 0 0px 0;
}
.heading-bg h1
{
    color: #cdad00;
    margin: 0;
    font-size: 30px;
    font-size: 24px;
    float: left;
    background: #fff;
    padding-right: 10px;
}
.heading-bg h1 a
{
    border: 1px solid #cdad00;
    color: #cdad00;
    padding: 1px 30px 1px 30px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    float: right;
    background: #fff;
    margin: 8px 0 0 10px;
}
.heading-bg h1 a:hover
{
    border: 1px solid #fd0304;
    color: #fd0304;
}
.pdng
{
    padding-right: 0px !important;
    float: right !important;
}
.online-service
{
    padding: 20px 0 30px 0;
}

.online-service article
{
    text-align: center !important;
}
.online-service article img
{
    margin: 10px 0 0 0;
}
.online-service article h2
{
    min-height: 50px !important;
    height: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 22px;
    text-align: center !important;
}
.online-service article h2 a
{
    color: #e01410;
	font-size:19px;
}



.inner01 h4 span
{
    margin-bottom: 15px;
    display: block;
}


@media \0screen
{
    .main-head
    {
        left: -150px;
        position: absolute;
    }
    .header-panel .navbar
    {
        margin-top: 27px;
    }
}


/*------------------------------------CONTENT SECTION ENDS HERE------------------------------------------*/


/*------------------------------------GOOGLE MAP & FORM SECTION STARTS HERE------------------------------------------*/
.map-section
{
    /*  height: 322px;*/
    height: auto;
    margin-top: 40px;
    position: relative;
}
.map-section aside
{
    position: absolute;
    top: 27px;
    left: 70px;
}

.form-bg01
{
    background: #fd0304;
    height: 270px;
    background: rgba(234, 41, 54, 0.9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    color: #fff;
}
.form-bg01 .radio li
{
    float: left;
    border: solid 1px #ffffff;
    margin-left: 10px;
    padding: 0 10px 0 10px;
    width: 128px;
    margin-bottom: 10px;
    margin-top: 0;
    background: #cdad00;
    color: #ffffff;
    list-style: none !important;
}

.form-bg01 .radio li label
{
    display: block !important;
}

.form-bg01 .radio input[type="radio"]
{
    margin-right: 0;
    margin-top: 6px;
}

.rtl .form-control
{
    margin-bottom: 20px;
}

.form-bg01 h3
{
    font-size: 30px;
    font-size: 24px;
    color: #fff;
    margin: 0 0 12px 0 !important;
}

.form-bg01 a
{
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0e0e0e;
    text-align: center;
    font-size: 1.3rem;
    background: #ffffff;
    border: 1px solid #fff;
    padding: 0 35px 0 35px;
    line-height: 26px;
    margin: 0 5px 5px 0;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 160px;
}

.form-bg01 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    color: #555;
    cursor: default;
    background-color: #cdad00;
    border: 1px solid #fff;
    border-bottom-color: #ffffff;
}


.form-bg01 .nav-tabs > li > a
{
    margin-left: 2px;
    line-height: 20px !important;
    border: 1px solid transparent;
    border-radius: 4px;
}


.form-bg01 .form-control
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2B2A2A;
    background-color: #fff; /* background-image: none;*/
    border: none !important;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin: 0 0 10px 0;
    direction: ltr;
    text-align: left;
}

.form-bg01 .form-control select option
{
    direction: ltr;
    text-align: left;
}





.form-bg01 .nav-tabs
{
    border-bottom: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}


.form-bg01 .nav > li > a
{
    position: relative;
    display: block;
    padding: 3px 15px;
    color: #ffffff;
}



.map-mask
{
    width: 158px;
    height: 322px;
    position: absolute;
    background: url(../images/mask.png) no-repeat right top;
    right: 15px;
    top: 0;
    z-index: 100;
}

/*------------------------------------GOOGLE MAP & FORM SECTION ENDS HERE------------------------------------------*/


/*------------------------------------EVENTS SECTION ENDS HERE------------------------------------------*/
.news-box .carousel-indicators
{
    display: none;
}
.events-box
{
    padding: 10px 0 0 0;
}
.events-box figure
{

    position: relative;
}
.events-box figure figcaption
{
    position: absolute;
    height: 96px; /*background: rgba(253, 3, 4, 0.5);*/
    padding: 20px 10px 0 24px;
    background: url(../images/trans-bg01.png) repeat;
    bottom: 0;
    width: 100%;
}
.events-box figure figcaption h4
{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-size: 1.3rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #fff;
}

.events-box figure figcaption h4 a
{
    color: #fff;
}

.events-box figure figcaption p
{
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
}

.events-box figure figcaption p a
{
    color: #fff;
}

.events-box hgroup
{
    margin: 0 0 40px 0;
}

.adjst-pdng.events-box hgroup
{
    margin-bottom: 20px !important;
    margin-top: 25px !important;
}

/*------------------------------------EVENTS SECTION ENDS HERE------------------------------------------*/



/*------------------------------------NEWS SECTION STARTS HERE------------------------------------------*/

.news-box .nwsbrdr
{
    border: 1px solid #cdad00;
    border-radius: 2px;
    margin: 10px 0 0 0;
}
.news-box .nwsbrdr ul
{
    margin: 0;
    padding: 0;
}
.news-box .nwsbrdr ul li
{
    list-style: url(../images/arrow02.png) outside;
    display: list-item;
    margin-left: 17px;
}
.news-box .nwsbrdr p
{
    padding: 10px;
}

.news-box .nwsbrdr p a
{
    color: #666666;
    margin-left: 15px;
	display:block;
}
.news-box .nwsbrdr p a:hover
{
    color: #000000;
}
.news-box .nwsbrdr aside
{
    width: 133px;
    height: 77px;
  /*  background: url(../images/news-aside.jpg) no-repeat left top;*/
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    padding: 10px 0 0 10px;
	  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color:#cdad00;
}
.news-box article aside span
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    font-size: 20px;
    font-size: 2rem;
    display: block;
    direction: ltr;
}
.news-box article.spacer02
{
    margin: 10px 30px 0 0;
}
.news-box article.spacer02 p
{
    font-size: 14px;
    font-size: 1.4rem;
    color: #626262;
    line-height: 24px;
    margin-right: 10px;
}


.news-box .carousel-control.right
{
    display: none;
}

.news-box .carousel-control.left
{
    display: none;
}


.carousel-control.left
{
    background: none;
}

.carousel-control.right
{
    background: none;
}

/*------------------------------------NEWS SECTION ENDS HERE------------------------------------------*/


/*------------------------------------FOOTER SECTION STARTS HERE------------------------------------------*/

.footer-panel
{
    background: #e1e1e1;
    padding-top: 20px;
    margin-top: 56px;
}
.footer-panel
{
}
.footer-link-block
{
    padding-bottom: 20px;
}
.footer-link-block h5
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #000000;
}
.footer-link-block ul
{
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    margin-top: 10px !important;
    line-height: 28px;
}
.footer-link-block li
{
    /* float: right;*/
}
.footer-link-block li a
{
    background: url(../images/arrow.jpg) no-repeat left 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    margin: 10px 0 0 0;
    padding-left: 20px;
    text-align: left;
	display:block;
}
.footer-link-block li a:hover
{
    color: #000;
}
.copyright
{
    background: #fff;
    padding: 20px 0 20px 0;
}

.powered
{
    font-size: 13px;
    color: #626262;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    direction:rtl;
}

ul.follow
{
    text-align: left;
    margin: 0;
    padding: 0;
}

ul.follow li
{
    display: inline;
    list-style: none;
    padding: 0 5px;
}

ul.follow li a
{
    color: #626262;
}

ul.follow li a img

{
    margin-right: 3px;
}

ul.follow li a:hover
{
    color: #000;
}

/*------------------------------------FOOTER SECTION STARTS HERE------------------------------------------*/


.online
{
    margin: 40px 0 0 0;
}
.online h1
{
    color: #cdad00;
}
.online p
{
    color: #666666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
    padding: 0 0 10px 0;
}

.service-box
{
}

.service-box article
{
    float: left;
    border: 1px solid #acacac;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 0 10px 0;
}

.service-box h2
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    color: #999999;
    text-align: center;
}
.service-box img
{
    text-align: center !important;
    margin: 0 auto;
}




/*------------------------------------INNER SECTION STARTS HERE------------------------------------------*/
.online
{
    margin: 25px 0 0 0;
	overflow-x: hidden;
}
.online h1
{
    color: #cdad00;
}
.online p
{
    color: #666666;
    font-family:  'Open Sans', sans-serif;
    font-size: 14px !important;
    font-size: 1.5rem;
    float: left;
    padding: 0 0 10px 0;
    line-height: 22px !important;
}
.inner-serc
{
    border: 1px solid #acacac;
    text-align: center !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 0 20px 0;
    margin: 21px 0 21px 0;
	min-height: 238px;
}
.inner01 h2 a
{
    font-family:  'Open Sans', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    color: #999999;
    text-align: center;
}
.inner01 h2 a:hover
{
    color: #000;
}

.inner-serc img
{
    margin: 45px 0 0px 0;
}

/*ADDED ON 30-5-14*/
.inner-left-pan
{
    height: 800px;
    background: url(../images/inner-side-bg.jpg) top left no-repeat;
}
.inner-left-pan h3
{
    font-size: 24px;
    color: #cdad00;
    padding: 15px 0 10px 15px !important;
    margin: 0 0 10px 0 !important;
}
.inner-left-pan ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner-left-pan li
{
    background: #f5f5f5;
    border: 1px solid #dbd9d9;
    padding: 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 10px 15px;
    -webkit-box-shadow: #f0eeee 2px 0px 2px 1px;
    -moz-box-shadow: #f0eeee 2px 0px 2px 1px; /* color, h-offset, v-offset, blur, spread */
    box-shadow: #f0eeee 2px 0px 2px 1px; /* inset is optional */
}
.inner-left-pan li a
{
    color: #2B2A2A;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
.inner-left-pan li a:hover
{
    color: #cdad00;
}
.inner-left-pan li a.active
{
    color: #cdad00 !important;
}

.pagination-active
{
    color: #cdad00 !important;
}

.inner-events
{
    margin: 70px 0 0 15px;
    border-top: 1px solid #ccc;
    padding: 45px 0 0 0;
}
.inner-events h4
{
    font-size: 22px;
    color: #cdad00;
}

.inner-events figure
{
    position: relative;
    margin-top: 20px;
}
.inner-events figure figcaption
{
    position: absolute;
    height: 96px; /* background: rgba(253, 3, 4, 0.5);*/
    padding: 20px 10px 0 24px;
    background: url(../images/trans-bg01.png) repeat;
    bottom: 0;
    color: #ffffff;
}

.inner-events figure a
{
    color: #ffffff;
}
.inner-events figure figcaption h4
{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-size: 1.3rem;
    font-family:  'Open Sans', sans-serif;
    line-height: 18px;
    color: #fff;
}
.inner-events figure figcaption p
{
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-family:  'Open Sans', sans-serif;
    line-height: 18px;
}

.moh_news
{
    border: 1px solid #dbd9d9;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 10px 15px;
    -webkit-box-shadow: #f0eeee 2px 0px 2px 1px;
    -moz-box-shadow: #f0eeee 2px 0px 2px 1px;
}
.moh_news h3
{
    font-size: 14px;
}

.moh_news h2
{
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}

.moh_news a img
{
    float: left;
    margin-right: 15px; /*margin-bottom: 5px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.detailed a img
{
    margin-top: 15px;
    width: 220px;
    height: 150px;
}
.detailed
{
    border: none;
    -webkit-box-shadow: #f0eeee 0px 0px 0px 0px;
    -moz-box-shadow: #f0eeee 0px 0px 0px 0px;
}

.detailed h3
{
    font-family: Tahoma, Geneva, sans-serif !important;
    float: left;
    margin: 0 0 20px !important;
}

.evnt
{
    border: 0px solid #dbd9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px;
    text-align: center;
    float: left !important;
}
.evnt h3
{
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    min-height: 55px;
}
.evnt h3 a
{
    color: #999999;
}
.evnt h3 a:hover
{
    color: #000000;
}

article.evnt img
{
    max-width: 100%;
    height: 102px;
}

.photos
{
    border: 0px solid #dbd9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px;
    text-align: center;
    float: left !important;
    padding: 15px;
}
.photos h3
{
    margin-bottom: 15px !important;
    margin-top: 5px !important;
}
.photos h3 a
{
    color: #999999;
}
.photos h3 a:hover
{
    color: #000000;
}

article.photos img
{
    max-width: 100%;
    height: 140px;
}

.mag
{
    border: 1px solid #dbd9d9;
    padding: 10px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; /*margin:0 15px 15px 0;*/
    text-align: center;
	margin-bottom:6px;
	margin:15px 0;
}
.mag h2 a
{
    font-size: 16px !important;
    line-height: 16px;
}
.magazine article
{
    float: left;
}
.address table
{
    text-align: left;
}
.address th
{
    text-align: left;
}
.address .panel-heading
{
    background-color: #3798e1;
    color: #fff;
   font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 18px;
}

.btn-default
{
    background-color: #1076BB;
    border-color:#1076BB;
    color: #fff;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight:500;
}
.btn-default[disabled]
{
    background-color: #777777 !important;
}
.btn-default:hover
{
/*    background-color: #cdad00;*/
background-color:#007995;
color:#fff;
	
}

.tenders
{
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 15px 10px 0;
    float: left;
    border-bottom: dashed 1px #dbd9d9;
    /*width: 100%;*/
}
.tenders a
{
    color: #666;
}
.tenders .nav
{
    margin-top: 60px;
}
.suggestion label
{
    float: left;
    font-weight: normal;
}
.ad-dir label
{
    float: left;
}
.minister-msg img
{
    margin-right: 15px;
    margin-bottom: 15px;
}

.minister-msg p
{
    direction: ltr;
    font-size: 14px;
    font-size: 1.4rem;
}

.who-we h1, h2
{
    margin-bottom: 15px !important;
    margin-top: 25px !important;
}

.ministry img
{
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}

.form-horizontal input[type="text"]
{
    margin-bottom: 15px;
   /* border: solid 1px #cdad00;*/
   border:1px solid #ababab;
   background-color:rgba( 255,255,255,0.85 );
   color: #444;
}

.form-horizontal textarea
{
    margin-bottom: 10px;
      /*border: solid 1px #cdad00;*/
   border:1px solid #ababab;
   background-color:rgba( 255,255,255,0.85 );
   color: #444;
}

.form-horizontal select
{
   /* border: solid 1px #cdad00;*/
   border:1px solid #ababab;
   background-color:rgba( 255,255,255,0.85 );
   color: #444;
}

.who-we .panel-default > .panel-heading
{
    color: #333;
    background-color: #f5f5f5;
    border-color: #cdad00;
}

/*------------------------------------jag 04-06-2014 starts here------------------------------------------*/

ul.site-map
{
    margin: 0;
    padding: 0;
    line-height: 30px;
}

ul.site-map li
{
    display: list-item;
    list-style: url(../images/arrow02.png) outside;
}

ul.site-map li a
{
    color: #666666;
    font-weight: bold;
}

ul.site-map li a:hover
{
    color: #cdad00;
}

ul.site-map li ul
{
    margin-left: 17px;
    padding: 0;
}

ul.site-map li ul li
{
    display: list-item;
    list-style: url(../images/sub-arrow02.png) outside;
    font-size: 12px;
}

ul.site-map li ul li a
{
    color: #666666;
    font-weight: normal;
}

ul.site-map li ul li a:hover
{
    color: #cdad00;
}

.iframe-pdf
{
    width: 100%;
    height: 500px;
    border: none;
}

.site-map2 ul
{
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.site-map2 ul li
{
    display: list-item;
    list-style: url(../images/arrow03.png) outside;
}

.site-map2 ul li a
{
    color: #666666;
    font-weight: bold;
}

.site-map2 ul li a:hover
{
    color: #079ecf;
}

.site-map2 ul li ul
{
    margin-left: 30px;
    padding: 0;
}

.site-map2 ul li ul li
{
    display: list-item;
    list-style: url(../images/sub-arrow01.png) outside;
    font-size: 12px;
}

.site-map2 ul li ul li a
{
    color: #666666;
    font-weight: normal;
}

.site-map2 ul li ul li a:hover
{
    color: #079ecf;
}


.inner-gal #myCarousel .carousel-indicators
{
    bottom: 0;
    right: 10px;
    margin-right: 5px;
    width: 100%;
}

.inner-gal #myCarousel .carousel-indicators li
{
    border: medium none;
    border-radius: 0;
    float: none;
    height: 44px;
    margin-bottom: 5px;
    margin-right: 0;
    margin-left: 5px !important;
    margin-top: 0;
    width: 120px;
    cursor: default !important;
}
@media \0screen
{
    .inner-gal #myCarousel .carousel-indicators li img
    {
        margin-top: -20px;
    }
}

.inner-gal carousel-indicators li
{
    cursor: default;
}

.inner-gal #myCarousel .carousel-indicators img
{
    border: 2px solid #FFFFFF;
    float: right;
    height: 90px;
    right: 0;
    width: 120px;
    margin-top: 32px;
}

.inner-gal #myCarousel .carousel-indicators .active img
{
    border: 2px solid #39b3d7;
}

.htadjust01 article img
{
    width: 200px;
    height: 150px;
}

.inner01 .form-control
{
    margin-bottom: 20px;
}

.inner-slide-prev
{
    position: absolute;
    right: 10px;
    bottom: -32px;
    background: url(../images/control-prev2.png) no-repeat;
    width: 9px;
    height: 16px;
    z-index: 100;
}

.inner-slide-next
{
    position: absolute;
    left: 10px;
    bottom: -32px;
    background: url(../images/control-next2.png) no-repeat;
    width: 9px;
    height: 16px;
    z-index: 100;
}


.second-slide .carousel-control
{
    height: 30px !important;
    top: 33%; /*top: 80px;*/
}

.chkagree input {
  width: auto !important;
}


/*------------------------------------jag 09-06-2014 starts here------------------------------------------*/

.inner-gal .carousel-indicators
{
    position: inherit !important;
    margin-top: 25px;
}

.inner-gal .carousel-inner
{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-align: center !important;
}


.inner-gal .carousel-inner .item img
{
    width: 750px;
    height: 370px;
}






/*------------------------------------jag 11-06-2014 starts here------------------------------------------*/


.header-panel .dropdown-submenu
{
    position: relative;
}

.header-panel .dropdown-submenu > .dropdown-menu
{
    top: 0;
    right: 100%;
    margin-top: -10px;
    margin-right: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.header-panel .dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}

.header-panel .dropdown-submenu > a:after
{
    display: block; /*content: " ";*/
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-left: -10px;
}

.header-panel .dropdown-submenu:hover > a:after
{
    border-right-color: #fff;
}

.header-panel .dropdown-submenu.pull-left
{
    float: none;
}

.header-panel .dropdown-submenu.pull-left > .dropdown-menu
{
    right: -100%;
    margin-right: 10px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.header-panel .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    background: none;
}


.brdr-zero01
{
    border: none !important;
}



/*------------------------------------jag 13-06-2014 starts here------------------------------------------*/

.nw-fright
{
    float: left;
}

.article-contact01
{
    font-size: 17px;
    font-size: 1.7rem;
}

.article-contact01 strong
{
    color: #1ca5cb;
    font-size: 13px !important;
    font-size: 1.3rem;
}

.cnt-heading
{
    margin-bottom: 15px !important;
}


.header-panel .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
    background: transparent;
}

.header-panel .navbar-default .navbar-toggle .icon-bar
{
    background-color: #fff;
}


.second-slide .carousel-control
{
    width: 17%;
}

/*------------------------------------INNER SECTION ENDS HERE------------------------------------------*/


/*MEDIA QUERIES STARTS HERE*/


@media (max-width: 320px)
{
    /*.banner-bg{ display:none;}*/

  /*  .main-head
    {
        width: auto !important;
    }*/
	ul.follow li  {padding:0 1px;}

}
@media (max-width: 400px)
{
    .table
    {
        font-size: 11px !important;
    }
}

@media (max-width: 480px)
{
    .news-box .nwsbrdr p
    {
        max-height: 115px;
        overflow: hidden;
    }
    .news-box .nwsbrdr aside
    {
        width: 100% !important;
        height: auto !important;
        float: right;
        background-image: none !important;
        background-color: #cdad00 !important;
    }
    .news-box .nwsbrdr p
    {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .news-box .nwsbrdr
    {
        float: right;
        width: 100%;
    }
	.main-head  {/*padding-top:84px;*/ width:100%;}


}

	/*  !phone 6 Media */



@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 2)
{
	
.statdate {
  margin-bottom: 41px !important;
}
.news-box .nwsbrdr p {
  width: 530px;
}
.os {width:100%;}
.hgroup-bg-none h1 {
    font-size: 18px !important;
}
	
	
}

@media (max-width: 568px)
{

	
    .banner-bg h3
    {
        font-size: 14px !important;
    }

    .banner-bg p
    {
        font-size: 12px !important;
    }


}


@media (max-width: 640px)
{

.form-bg01 .radio li {width:140px !important;}
.events-box img {
  width: 100%;
}

.news-box .nwsbrdr p {width:425px; overflow:hidden;font-size: 12px;}
article.nwsbrdr {
  height: 104px;
}
.news-box .nwsbrdr aside {
  height: 104px;
}
.os {width:100%;}
.hgroup-bg-none h1 {font-size:18px !important;}

}


@media (max-width: 600px)
{

    .banner-bg .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right
    {
        top: 37%;
    }



    .banner-bg .carousel-caption
    {
        /* top:0 !important; padding-bottom:0 !important;*/
        display: none !important;
    }

    .pull-right
    {
        float: none !important;
    }
    .main-head
    {
        width: 26%;
        margin: auto;
        margin-top: 10px;
		
    }
	
	
}






@media (max-width: 700px)
{

    .main-head
    {
        /*margin: 35px 0 0 0;*/
        font-size: 16px;
        text-align: center;
    }

    .header-panel .navbar-header
    {
        text-align: center;
    }

    .header-panel .navbar-toggle
    {
        margin-left: 0;
        margin-top: 0;
        float: none;
    }

    .logo-spacer
    {
        width: 100%;
        text-align: center;
    }

    .top-strip ul
    {
        text-align: center;
    }

    .nw-fright
    {
        float: none;
    }

    .ph-leftmargin
    {
        margin-left: 155px ;
    }

    .heading-bg h1
    {
        font-size: 12px ;
    }

    .pull-right
    {
        float: none !important;
    }
    .tenders
    {
        width: 100%;
    }

}

.pull-left1
    {
        float: left !important;
    }
@media (max-width: 767px)
{
    .inner-left-pan
    {
        height: auto !important;
        background: none;
		clear:both;
    }

    .header-panel .dropdown-menu > li > a
    {
        font-size: 10px;
    }
    .pull-right
    {
        float: left !important;
    }
     .pull-left
    {
        float: left !important;
        padding-left:50px;
    }

.main-head {margin: 36px 0 0px 20px; width:100%; float:right;}
}

@media (max-width: 768px)
{
    .header-panel .navbar-nav > li
    {
        height: auto;
        background: none;
    }


    .header-panel .navbar-nav
    {
        padding: 0;
    }

    .top-strip ul li
    {
        font-size: 12px;
    }

    .top-strip ul
    {
        margin-top: 22px;
        line-height: 22px !important;
    }

    .form-bg01
    {
        height: auto;
        margin-top: 15px;
    }

    .header-panel .navbar
    {
        margin-top: 12px !important;
    }


    .news-box .nwsbrdr aside
    {
        font-size: 16px;
    }
    .news-box .nwsbrdr aside span
    {
        font-size: 14px;
    }

    .second-slide .carousel-control
    {
        display: none;
    }

    .header-panel .navbar-default
    {
        background-color: #cdad00;
    }

    .banner-bg h3
    {
        font-size: 20px;
    }

    .banner-bg p
    {
        font-size: 15px;
    }

    .inner-events
    {
        margin-left: 0;
    }

    .header-panel .navbar-toggle
    {
        margin-top: 14px !important;
    }

    .inner-left-pan
    {
        padding-left: 15px;
    }

    .ph-leftmargin
    {
        margin-left:161px;
    }

    .evnt h3
    {
        min-height: 70px !important;
        font-size: 1.6rem;
    }

    .top-strip ul
    {
        margin-top: 29px;
    }
	.inner-left-pan h3 {font-size:24px;padding: 15px 0 10px 0 !important;}
	

}


@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 2)
{
	
.ph-leftmargin {
  margin-left: 90px !important;
}
 .ph-leftmargin
    {
        margin-left: 172px!important ;
    }
	.ad-dir input {width:100%;}
	.ad-dir textarea {width:100% !important;}
	.news-box .nwsbrdr aside {
  height: 104px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.nwsbrdr {height:auto !important;}
.os {width:100%;}

	
}


@media (max-width: 800px)
{
    .news-box .nwsbrdr p
    {
        padding-left: 85px;
        float: right !important;
    }

    .events-box figure
    {
        margin-bottom: 30px !important;
    }

    .map-mask
    {
        background: none;
    }

    .inner-events figure figcaption
    {
        width: 100%;
    }

    .inner-left-pan li
    {
        margin-left: 0;
    }

    .events-box figure figcaption
    {
        position: inherit;
        background: #fd0304;
        max-height: 120px;
        overflow: hidden;
    }

    .footer-link-block li a
    {
        font-size: 12px;
		display:block;
    }

    .powered
    {
        font-size: 12px;
    }


    .banner-bg .carousel-caption
    {
        top: 6%;
    }

    .inner-events figure figcaption
    {
        position: inherit;
        background: #fd0304;
        max-height: 120px;
        overflow: hidden;
		height:125px;
    }

    .ui-datepicker-trigger
    {
        top: 28px !important;
    }






}




@media (max-width: 1024px)
{
.mrg {
  width: 100%;
}
.ad-dir .required {width: 100%;}
    .logo-spacer
    {
        margin-left: 0;
    }

    .header-panel
    {
        background: url(../images/hd01.jpg) repeat-x top #cdad00 !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: auto !important;
        margin-bottom: 20px;
    }

    .logo-spacer
    {
        height: auto !important;
    }

    .logo-spacer img
    {
        width: 120px;
        height: 134px;
    }

    .header-panel .navbar-default
    {
    }

    .map-mask
    {
        background: none;
    }

    .map-section aside
    {
        position: inherit !important;
        top: 0;
        left: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .news-box .nwsbrdr p
    {
        padding-left: 80px;
		padding-top:0 !important;
    }

    .banner-bg .carousel-caption
    {
        top: 6%;
    }
	

    .news-box article aside span
    {
        font-size: 14px;
    }

    .news-box .nwsbrdr aside
    {
        font-size: 16px;
    }

    .banner-bg .carousel-control.left
    {
        right: 15px !important;
    }

    .banner-bg .carousel-control.right
    {
        left: 15px !important;
    }

    .banner-bg .carousel-control
    {
        width: 1%;
    }

    .second-slide .carousel-control.left
    {
        right: 15px !important;
    }

    .second-slide .carousel-control.right
    {
        left: 15px !important;
    }

    .banner-bg p
    {
        margin-bottom: 10px !important;
    }

    .map-mask
    {
        display: none;
    }

    .second-slide .carousel-control
    {
        width: 15px !important;
    }

    .ph-leftmargin
    {
        margin-left: 160px;
    }

    /*.main-head
        	{
        	width:100px;
        	}*/

}




@media (max-width: 1200px)
{

    .header-panel .nav > li > a
    {
        position: relative;
        display: block;
        padding: 10px 10px;
        font-size: 10px !important;
        font-weight: normal !important;
    }

    .header-panel .navbar
    {
        margin-top: 18px;
    }




}




@media (min-width: 768px)
{

    .main-head
    {
        width: 160px;
    }



    .header-panel .navbar-nav
    {
        float: left;
        margin: 0;
    }

    .header-panel .navbar-nav > li
    {
        float: left;
    }

    .carousel-caption
    {
        left: 30%;
        right: 30%;
        padding-bottom: 60px;
    }


    .header-panel .navbar-nav.navbar-right
    {
        margin: 0;
        padding: 0;
    }


    .online-service .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next
    {
        width: 30px;
        height: 30px;
        margin-top: 10px; /* margin-right: -84px;*/
        font-size: 20px;
        color: #000;
    }


    .online-service .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left
    {
        width: 30px;
        height: 30px;
        margin-top: 10px; /* margin-left: -84px;*/
        font-size: 20px;
        color: #000;
    }

}

.nee
{
    margin: 10px 0 0 0;
    color: #666666;
}
.ph-leftmargin
{
     margin-left: 180px;
    margin-top: -24px;
}

/* added on 23-06-2014 Ravi*/
.inner-full-pan-admin
{
    min-height: 800px;
    height: auto;
}
.gridhead th
{
    color: #666666;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 1.4rem;
    text-align: center;
}
.gridhead a
{
    color: #666666;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 1.4rem;
    text-align: center;
}

.footerimage
{
 /*   margin-top: 15px;*/
}

/*Added on 27-june*/
.vertical .carousel-inner
{
    height: 100%;
}

.carousel.vertical .item
{
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active
{
    top: 0;
}

.carousel.vertical .next
{
    top: 400px;
}

.carousel.vertical .prev
{
    top: -400px;
}

.carousel.vertical .next.left, .carousel.vertical .prev.right
{
    top: 0;
}

.carousel.vertical .active.left
{
    top: -400px;
}

.carousel.vertical .active.right
{
    top: 400px;
}

.carousel.vertical .item
{
    right: 0;
}

.newsbr
{
    border: none !important;
    margin-left: 0 !important;
}


.newsbr p
{
    padding-top: 10px;
    list-style: url(../images/arrow02.png) outside;
    display: list-item;
    margin-left: 20px !important;
}

/* by ravi for datepicker cursor */
.hasDatepicker[disabled], .hasDatepicker[readonly]
{
    cursor: pointer;
}

.form-control + .ui-datepicker-trigger
{
    position: absolute;
    top: 5px;
    float: right;
    right: 15px;
  /*  right: 4%;
    padding: 0;
    top: 5% !important;*/
    width: 32px;
}
.ui-datepicker-trigger
{
    cursor: pointer;
}

.progress-overlay
{
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.2; /* also -moz-opacity, etc. */
    z-index: 10;
}
.progress-overlay img
{
    margin-left: 50%;
    margin-top: 20%;
}


.required:after
{
    content: "*";
    color: red;
	padding-left: 4px;
}

/*captcha*/
#recaptcha_area
{
    direction: rtl;
}

.statdate
{
    margin-left: 22px;
}
.stathyp
{
    margin-top: -46px !important;
}

/* for service instruction   */
.panel-collapse ul li
{
    list-style: url(../images/arrow02.png) outside;
    font-weight: bold;
    line-height: 33px;
}
.panel-collapse ul ul li
{
    list-style: url(../images/arrow02.png) outside;
    font-weight: normal;
    line-height: 33px;
}


.styled-selec
{
    width: 240px;
    height: 34px;
    overflow: hidden;
    background: url(arrow.png) no-repeat left #ddd;
    border: 1px solid #ccc;
}
select
{
    background: transparent;
    width: 268px;
    padding: 5px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    height: 34px; /*-webkit-appearance: none;*/
}
.form-group span
{
    color: #FF0000;
}

.current-page
{
    color: #b59d19;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.other-page
{
    padding: 0 0 0 5px;
}

.org-modal
{
    width: 82%;
}

.PrivacyPolicy_list
{
    line-height: 30px;
    padding: 0;
    line-height: 30px;
    margin-left: 13px;
    display: list-item;
    list-style: url(../images/arrow02.png) outside;
}

.pull-right-usefullink
{
    float: left !important;
}

.modal-dialog
{
    margin: auto !important;
}

.level1last
{
    background: none !important;
}
.paragraph p
{
    clear: both !important;
    display: block !important;
    margin-bottom: 5px;
}





/* ios fix*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5)
{

    html, body
    {
        width: 100%;
        overflow-x: hidden;
    }

}

@media (max-width: 360px)
{
.form-bg01 .radio li {width:137px;}
    #recaptcha_area
    {
        zoom: .85;
    }
    #recaptcha_image
    {
        zoom: .90;
    }
	.evnt {width:100%;}
	.evnt img {width:100%; height:auto !important;}
	.events-box img {width:100%;}
	.news-box .nwsbrdr aside {
  		height: 104px;
		border-top-right-radius: 0px;
	  border-bottom-right-radius: 0px;
		}
	article.nwsbrdr {height: auto;}
	.os {width:100%;}

	
}




/*hack code crome*/

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .logo-spacer
    {
        float: none;
    }
}

/*add search*/
.top-bar
{
    height: 35px;
    float: right;
    padding-top: 5px;
    margin-top: 23px;
}
.search-container {height:34px; clear:both; position:relative;}
.search-container input{background-color:#caaf00; border-radius:6px !important; color:#fff; width:100%;}
.search-container .input-group {width:100%;}

.service-ins img {width:100%;}
.search
{
    border-radius: 5px;
    border: none;
    padding: 5px;
    /*width: 255px;*/ width:100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    float: left;
}

.search-button
{
    background: url(../images/search.png) no-repeat;
    background-color: #caaf00;
    border: none;
    width: 36px;
 /*   margin-right: -27px;*/
    height: 33px;
	display:block;
}




.extra-content
{
    border-top: 2px solid #cdad00;
    padding-top: 20px;
}
.extra-content li
{
    border: 1px solid #cdad00;
}
.extra-content .active
{
    background-color: #cdad00 !important;
}
.extra-content .carousel-indicators
{
    bottom: -30px;
}
.extra-content .carousel-caption
{
  right: 65%;
    padding-bottom: 10px !important;
    left: 10%;
    top: 90%;
    color: #666666;
}
.extra-content .carousel-inner
{
    padding-bottom: 30px;
}
.extra-content .imageslider
{
    cursor: pointer;
}
.extra-content .carousel-caption2{ width:100%; height:auto; float:right;text-align:center;}

area:focus
{
outline: none;
outline-width: 0;
}


.ekko-lightbox-nav-overlay a {
color: #fff !important;
}
.left-to-right {
direction:rtl;
}

.right-to-left {
direction:ltr;
}


/*22-2-2015*/

.search-button {position:absolute; width:34px !important; right:5px; top:1px; z-index:2;}


.pagination {margin-right:12px;}

#tw-target-text  { font-size:28px;}
.evnt h3 { font-size:16px; }
.evnt h4 { font-size:15px; }
.moh_news h2 a {font-size: 16px;}
paragraph h4 {font-size: 14px;}
.required {word-break:break-all;}
.os {  float: left;}

.content-area iframe{ -webkit-overflow-scrolling:touch;  }
.right {
    float: right;
}
div #dvMap{
clear:both;
z-index:999999;
}
.border {
    border-top: 2px solid #e6e6e6;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 30%;
}
.border:before {
    background-color: #fff;
    content: '';
    height: 6px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -4px;
    width: 50px;
    background-color: #3798e1;
}
.text-center
{
    text-align:center;
}
.row-pd
{
    padding-left:15px;
    padding-right:15px;
}
.text-right
{
   text-align:right;
}
.text-white {
    color: #fff !important;
}
.header-nav {
    position: relative;
}
.header-text-white {
    color: #fff !important;
    font-size: 12px;
}
.toptitle-separator {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 1px;
    color: #ffffff;
    height: 19px;
}
.menuzord-menu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
    color: #E6B342!important;
}
a:visited {
    text-decoration: none;
}
.side-push-panel.has-side-panel .menuzord .showhide {
    float: left;
}

/* Drop down control itself */
select.ddlList {
    padding: 5px; /* padding between the border of the drop down and the items */
}
/* Drop down list items */
select.ddlList > option {
    padding: 15px 5px; /* 15px = top/bottom padding, 5px = left/right padding */
}
@media only screen and (max-width: 900px) {
    .menuzord-menu {
        background: #fff;
        color: #000000;
    }
}
@media (max-width: 900px) {
    .menuzord-responsive .menuzord-menu > li:first-child > a {
        border-top: solid 1px #f0f0f0;
    }
}
@media (max-width: 900px) {
    .menuzord-responsive .menuzord-menu > li > a {
        padding: 12px 20px !important;
    }
}
@media (max-width: 900px) {
    .menuzord-responsive .menuzord-menu > li > a {
        width: 100%;
        padding: 12px 20px;
        display: block;
        color: #000000;
        border-bottom: solid 1px #f0f0f0;
    }
}
.menuzord .showhide {
    width: 60px;
    height: 46px;
    padding: 13px 0 0;
    display: none;
    float: right;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.icon-bar
{
    background-color:#fff;
        margin-top: 4px;
        display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.UL-parallax {
    background-image: url(../images/wall51.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner--home {
    height: 682px;
    font-size: 15px;
    font-size: 1.5rem;
}
 .img-bkg {
    z-index: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
 .imgliner {
  background-image: linear-gradient(to right top, #1d838f, #4b97a6, #6eabbb, #90bfd1, #b0d4e5, #b5d9ed, #badff5, #c0e4fd, #addafc, #9cd0fc, #8bc5fb, #7cbafa);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
 .imgsize
 {
height: 682px;
background-position: 50%;
background-size:cover;


 }
@media (max-width: 767px){
.pull-left {
    float: left !important;
    padding-left: 20px;
}
}
@media (max-width: 767px){
.pull-left1 {
    float: left !important;
    padding-left: 90px;
}
}

@media only screen and (max-width: 767px){
.menuzord-brand img {
    margin-top: -47px;
}
}
.mHeading
{
        font-weight: 700;

    line-height: 1.42857143;
    color: #404040;
    font-size:16px;
    font-family:'Open Sans', sans-serif;
}
.form-horizontal input[type='text']:focus {
    border-color: #66afe9;
}
.grow {
        color: #565656 !important;
        text-decoration: none;
        -webkit-transition: color 1s, font-size 2s;
        -moz-transition: color 1s, font-size 2s;
        -o-transition: color 1s, font-size 2s;
        transition: color 1s, font-size 2s;
        color: #1076BB;
    }

        .grow:hover {
            font-size: 15px;
            text-decoration: underline;
            text-decoration-color:#1D7BC2;
            
        } 

.scrollToTop {
  background: #0071bb !important;
  bottom: 45px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 25px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;  
  border-radius:50%;
}


.scrollToTop i {
  color: #fff;
  font-size: 42px;
}
.scrollToTop:hover {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
  .GridPager a, .GridPager span {
    display: block;
    height: 30px;
    padding-top: 4px;
    vertical-align: middle;
    width: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    /* padding: 6px 12px; */
}
   .GridPager a {
    background-color: #fcfcfc;
    color: #337ab7;
    border: 1px solid #ddd;
    background-color: white;
    line-height: 1.42857143;
    padding-top: 4px;
    /* top: 16px; */
    /* padding: 6px 12px; */
}
.ES-Content {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    font-weight:500;
    line-height: 1.7em;
    letter-spacing: 0.2pt;
    color: #565656 !important;
    padding: 0px 0px 17px;
}
    .text-theme-colored {
    color: #1076BB !important;
}
 .menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu ul.dropdown li:hover > a 
{

 /* background: #00a3c8;*/
 
 background:#1076BB;
 
 color: #000000;

}
.Hotlinetab
   {
    background-color: #0071bb;
    color: #fff;
    font-size: 15px;
    font-weight:600px;
    margin-right: 0;
    padding: 10px 10px;
    
    font-weight: 600;
   }
   .hotlinebg
   {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 #A5D5EB!important;
   }
   .hotline-content {
    background-color: #fcfcfc;
    color: #0071bb;
    font-size: 15px;
    margin-right: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding:0px 20px;
    margin-left:-20px;
    margin-top:10px;
    
    
  }
.treadmill-hotline
  {
    background-color:#FCFCFC;
    border-color:none;
    padding:10px 20px;
    overflow: hidden;
   
border:1px solid #ddd;
 box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 #A5D5EB!important;

  }

  .treadmill
  {
    background-color:#FCFCFC;
    border-color:none;
    padding:10px 20px;
    overflow: hidden;
    height:auto !important;
border:1px solid #ddd;
 box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 #A5D5EB!important;

  }


.Hgrow {
padding-bottom:3px !important;
position:relative;
  text-decoration: none;
  color: #565656 !important;
  z-index: 1;
}

.Hgrow:before {
  content: "";
  
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #3798e1;
color: #565656;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}
.Hgrow:hover:before,
.Hgrow:focus:before {
  visibility: visible;
  color: #565656;
  transform: scaleX(1);
}
.setting-fa-icon
{
color:#fcfcfc;border:1px solid:#0071BB;padding-left:4px;
			line-height: 51px !important;

			width: 48px !important;

			height: 48px !important;

			font-size: 2em !important;
}
.menuzord-menu li:hover ul.dropdown{
        display: block; /* Display the dropdown */
    }
.menuzord-menu ul.dropdown
{
top:61px !important;
}

.blink {
  animation: blinker 1s step-start infinite;
  color: #d30505;
   
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    
    }

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.menuzord-brand img {
  max-height: 70px;
}