@font-face {
    font-family: 'Segoe_UI_regular';
    src: url('../../fonts/Segoe UI.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Segoe_UI_Bold';
    src: url('../../fonts/Segoe UI Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'Segoe_UI_Italic';
    src: url('../../fonts/Segoe UI Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*@font-face {
    font-family: 'Oswald_Medium';
    src: url('../../fonts/Oswald-Medium.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Oswald_Regular';
    src: url('../../fonts/Oswald-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}*/

body {
    font-family: "Segoe_UI_regular", sans-serif;
    font-size: 14px;
    position: relative;
    overflow-x: hidden;
}

ul {
    padding-left: 0px;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Segoe_UI_Bold';
}

a:hover {
    text-decoration: none;
}
.main_logo{
    text-align: center;
    font-size: 2.5rem;
    color: #0e9fb5;
}
.menu_Heading{
   border: none;
    font-size: 1.5rem;
    background: #1b6470;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 10px;
}
.page_title{
    position: relative;
    padding-left: 0.5rem;
    font-size: 1.9rem;
    padding-bottom: 1.3rem;
    text-transform: uppercase;
    color:#7d7a81;
}
.newsHead:after {
      position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #4ab19a;
    bottom: 10px;
    left: 15px;
}
.page_title::before{
        content: "";
    position: absolute;
    width: 0.25rem;
    height: 1.45rem;
    background-color: #fa7200;
    top: 4px;
    left: -2px;
}
    /*===== captch Start=====*/
            .captch,.captch_img{
            display: flex;
             /*justify-content: space-between;*/
              align-items: center;
        }
        
        @media screen and (max-width:667px) {
            .captch {
                flex-direction:column;
                align-items:stretch;

            }
            .captch_img {
                margin-bottom:10px;
                justify-content: center;

            }
        }
        .captch img {
            display:inline-block;
        }
             /*===== captch end=====*/



        /*===== Login Start=====*/
.l-form{
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__login{
  width: 360px;
  padding: 2rem 2rem 2rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(92,99,105,.2);
}
.form__title{
  font-weight: 400;
  margin-bottom: 3rem;
}
.form__div{
  position: relative;
  height: 48px;
  margin-bottom: 1.5rem;
}
.form__input{
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size:1rem;
  border: 1px solid #DADCE0;
  border-radius: .5rem;
  outline: none;
  padding: 1rem;
  background: none;
  z-index: 1;
}
.form__label{
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0 .25rem;
  background-color: #fff;
  color:#80868B;
  font-size: 1.7rem;
  transition: .3s;
}
.form__button{
  display: block;
  margin-left: auto;
  padding: 1rem 1.2rem;
  outline: none;
  border: none;
  background-color: #1A73E8;
  color: #fff;
  font-size:1.7rem;
  border-radius: .5rem;
  cursor: pointer;
  transition: .3s;
}
.form__button:hover{
  box-shadow: 0 10px 36px rgba(0,0,0,.15);
}

/*Input focus move up label*/
.form__input:focus + .form__label{
  top: -.5rem;
  left: .8rem;
  color: #1A73E8;
  font-size: .75rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus sticky top label*/
.form__input:not(:placeholder-shown).form__input:not(:focus)+ .form__label{
  top: -.5rem;
  left: .8rem;
  font-size: .75rem;
  font-weight: 500;
  z-index: 10;
}

/*Input focus*/
.form__input:focus{
  border: 1.5px solid #1A73E8;
}
.error_msg {
   position: relative;
    bottom: 10px;
    color: #ff2828;
    padding-left: 5px;
  }
 /*===== Login End=====*/

  /*summery_report table start*/
 .summery_report
        {
            padding: 0px 9px;
            border-radius: 5px;
            position: relative;
            overflow-x:auto;
        }
        .summery_report table
        {
            border-collapse: separate;
            border-spacing: 0 5px;
        }
         .summery_report table thead
        {
            background: #607d8b;
            color: white;
        }
           .summery_report table thead tr th
        {
           padding:10px 0px;
        }
        .summery_report table tbody tr
        {
            box-shadow: 0px 5px 7px -5px rgba(0,0,0,0.75);
        }
        .summery_report table tbody tr td
        {
            border: none;
            background-color: #fff;
        }
        .summery_report table tbody tr td:first-child
        {
            border-radius: 5px 0px 0px 5px;
        }
        .summery_report table tbody tr td:last-child
        {
            border-radius: 0px 5px 5px 0px;
        }
        /*summery_report table end*/
        /*accordian Start*/
.preview_wrapper {
    padding: 15px;
    box-shadow: 0px 3px 13px -5px rgba(0,0,0,0.15);
    border-radius: 0px 0px 3px 3px;
    margin: 0px 0px 10px;
}

.accordian .heading {
    background-color: #0275d8;
    color: #fff;
    font-size: 1.4rem;
    display: block;
    padding: 5px 8px;
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    margin-top: 5px;
}

    .accordian .heading.active {
        background: #065378;
    }

    .accordian .heading .simbol {
        color: #01fffe;
        padding-right: 5px;
    }

    .accordian .heading .action {
        float: right;
        margin-top: 2px;
        margin-right: 2px;
        font-size: 1.8rem;
        transform: rotate(0deg);
        transition: transform 0.3s linear;
    }

    .accordian .heading .open {
        transform: rotate(180deg);
        transition: transform 0.3s linear;
    }

.accordian .content {
    display: none;
}
/*accordian end*/
/*Nav Section start*/
.top_logosection {
    padding-bottom: 15px;
    transition: all 0.3s ease-out;
}

.top_logosection img {
    max-width: 80%;
    transition: all 0.3s ease;
}

#header {
    padding: 0px 0px 0px 0px;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #FFF;
    border-bottom: 2px solid #01e8ffd6;
    position: fixed;
}

#header .Center_logo {
    max-width: 65%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

#header.header-scrolled {
    background: #fff;
    padding-bottom: 10px;
    height: 175px;
    transition: all 0.5s;
    box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.75);

}

.quick_contact {
    background: #005fae;
    position: relative;
    height: 30px;
    margin-bottom: 5px;
}

.quick_contact:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 30px solid #005fae;
    border-left: 50px solid transparent;
    top: 0px;
    position: absolute;
    left: -49px;
}

.quick_contact ul {
    margin-top: 0px;
    padding-top: 0px;
    top: 5px;
    position: absolute;
    left: 2px;
}

.quick_contact ul li {
    display: inline-block;
    margin-right: 13px;
    color: #fff;
}
.quick_contact ul li a 
{
    color:#fff;
    text-decoration:none;
}
.quick_contact ul li.dropdown .dropdown-menu {
    min-width: 120px;
    top: 20px;
    left: -45px;
}
.quick_contact ul li.dropdown .dropdown-menu .emp_dropdown 
{
   left: 0px;
    position: relative;
    top: 0;
    box-shadow: none;
    border: none; 
 }
.quick_contact ul li.dropdown .dropdown-menu li a 
{
    font-size: 1.3rem;
    padding: 3px 10px;
    transition: all 0.3s ease;
}
.quick_contact ul li.dropdown .dropdown-menu li {
    margin-right: 0px;
    display:block;
}
.quick_contact ul li.dropdown .dropdown-menu li a:hover 
{
    cursor: pointer;
    background:#005fae;
    color:#fff;
}

.quick_contact ul li a 
.header-scrolled .top_logosection .left_logo,
.header-scrolled .top_logosection .right_logo {
    max-width: 70%;
}
.left_logo{
    position: relative;
    top: -24px;
    width: 110px;
}

.header-scrolled .top_logosection .Center_logo {
    max-width: 55% !important;
}

.menu_wrapper {
    background: #005fae;
    padding: 15px 0px;
    transition: all 0.3s ease;
}

.header-scrolled .menu_wrapper {
    padding: 10px 0px;
}

#header.header-scrolled #nav-menu-container ul {
    padding: 0px 0px 0px 0px;
}

.navbar-toggle .icon-bar {
    background-color: #007299;
}

#nav-menu-container ul {
    padding: 0px 0px 0px 0px;
    transition: all 0.5s;
}

#nav-menu-container ul li {
    display: inline-block;
    float: left;
    padding: 0px 10px;
}

.nav-menu li a {
    color: #fff;
    font-size: 1.45rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.dropdown-submenu ul.dropdown-menu li a {
    color: #005fae;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -2px;
}

#nav-menu-container ul.dropdown-menu {
    padding: 5px 0px 0px 0px !important;
    border: none;
    top: 90%;
}

#nav-menu-container ul.dropdown-menu li {
    display: block;
    width: 100%;
    padding: 0px;
}

#nav-menu-container ul.dropdown-menu>li>a {
    display: block !important;
    padding: 6px 10px;
}

#nav-menu-container ul.dropdown-menu li a:hover {
    background: transparent;
}

.nav-menu li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #00fcff;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav-menu li a:hover:before,
.nav-menu li a:focus:before,
.nav-menu li a:active:before {
    left: 0;
    right: 0;
}

.pull-left {
    margin-left: 60px;
}

.fixed .navbar-brand {
    display: block;
}
.nested-menu {
  position: relative;
}

.nested-menu>.dropdown-menu {
  top: 10px!important;
  left: 101%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.nested-menu:hover>.dropdown-menu {
  display: block;
}

.nested-menu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 8px;
  margin-right: 3px;
}



.nested-menu.pull-left {
  float: none;
}

.nested-menu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*Nav Section end*/

/*Banner section start*/
.banner {
    width: 100%;
    height: auto;
    margin-top:200px;
}

.banner .bg-img {
    position: relative;
    width: 100%;
    min-height: 400px;
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.slides-content {
    color: #fff;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    margin-left: 15px;
    margin-right: 15px;
}

.slides-content h4 {
    font-size: 2.5rem;
    line-height: 40px;
}

.slides-content h2 {
    /* padding-top: 20px; */
    font-size: 4.0rem;
    line-height: 70px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    margin-top: 60px;
}
.slides-content .conona_dtl 
{
    min-width: 200px;
    max-width: 250px;
    background: #0e9fb5;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    margin: 250px auto 0px;
    display: block;
    font-size: 2rem;
    border-radius: 5px;
    border: 2px solid #fff;
    transition:all 0.3s ease;
 }
.corona_links 
{
 padding:35px !important;   
 }
 .corona_links li 
 {
   list-style: decimal;
    padding: 7px 0px;
    border-bottom: 1px solid #a5a4a4;
   }
   .corona_links li:last-child 
   {
     border-bottom:none;
     }
   .corona_links li a 
   {
     padding:5px;  
     }
 .slides-content .conona_dtl:hover 
 {
     background:#bb9408;
   }
.slides-content h2 span {
    letter-spacing: 1.2rem;
    font-size: 3rem;
}
.slides [data-animation-in] {
    opacity: 0;
}

.corona_awarness 
{
    background: #04c2ed;
    text-align: center;
    padding: 5px;
    margin-top: 200px;
    color:#fff;
  }
 .corona_awarness a 
 {
     color:#fff;
   }
 .corona_awarness a:hover 
 {
    color:#333;
    text-decoration:none; 
  }
 
.btn-bg {
    line-height: 60px;
    min-width: 160px;
}

.btn-sm {
    line-height: 30px;
    min-width: 100px;
}

.academy-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    border-radius: 0;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    transition: all 500ms;
    background: #c29537;
    border: 1px solid transparent;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.academy-btn:hover {
    border: 1px solid #007295;
    color: #007295;
    background: #fff;
}

.slick-prev {
    left: 45px !important;
}

.slick-next {
    right: 45px !important;
}

.slick-prev,
.slick-next {
    z-index: 2;
    /* background: #00bfff !important; */
    width: 64px !important;
    height: 64px !important;
    transition: all ease 0.3s;
    opacity: 0;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}

.news_header {
    background: #765019;
    border: none;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
}

/* .slick-prev:hover,
.slick-next:hover {
    background: #000 !important;
} */

/* .slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome' !important;
} */

/* .slick-prev:before {
    content: "\f053" !important;
} */
/* .slick-prev:before {
    content: " ";
    background: url('../../Images/leftarrow.png') no-repeat;
}
.slick-next:before {
    content: "\f054" !important;
} */

.animated {
    transition: all 0.5s ease;
}

.banner-btm {
    margin-top: -5%;
    padding-bottom: 3%;
    background: #f4f4f4;
}

.banner-btm .sub_content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 6px 15px -10px rgba(0, 0, 0, 0.75);
}

.banner-btm .sub_content img {
    max-width: 100%;
}

.banner-btm .sub_content h3 {
    color: #00bfff;
    margin: 0px;
    padding-bottom: 10px;
    font-size: 2rem;
    font-family: 'Segoe_UI_regular';
}

.banner-btm .sub_content a,
#events .event_content a {
    font-size: 1.3rem;
    background: #00bfff;
    padding: 7px 15px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.banner-btm .sub_content a:hover,
#events .event_content a:hover {
    border: 1px solid #00bfff;
    color: #00bfff;
    background: #fff;
}

/*Banner section End*/
.page_wrapper {
    background: #fff;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    padding: 15px;
   /* min-height: 395px;*/
     /*min-height: 213px;*/
     min-height: 475px;
     margin-bottom:5px;
}

.notice li {
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.75);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    background-color: #2B65EC;
}

.notice li a {
    font-size: 1.45rem;
    color: #fff;
}

.notice li:hover {
    border: 2px solid #607495;
    background: #607495;
    cursor: pointer;

}

.newsticker li {
    padding-bottom: 15px;
    list-style: none;
}

.seaGreenBox {
    /* background: url("../../Images/flickr-07.jpg") no-repeat; */
    background-size: cover;
    background-color: #6bd6d6;
}

.lightred {
    background: #e87f03;
    /* background: url("../../Images/Tenders.png") no-repeat; */
    background-size: cover;
}

.Box {
    border-radius: 7px;
    text-align: center;
    float: left;
    height: auto;
    color: #fff;
    min-height: 194px !important;
    font-size: 1em !important;
    line-height: 1em;
    font-weight: 600;
    border: #fff solid 1px;
}

.Box:hover {
    cursor: pointer;
    color: #fff;
}

a.Box:active {
    color: #fff;
}

.Box img {
    border-radius: 50%;
    margin-top: 5px;
    box-shadow: 0px 8px 8px -2px rgba(0, 0, 0, 0.2);
}

.Box i {
    font-size: 5rem;
    padding-top: 50px;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
}

.Box:hover i {
    transform: scale(1.1);
}

.Box:hover p {
    background: rgba(0, 0, 0, 0.5);
}

.Box p {
    font-size: 1.4rem;
    margin-top: 10px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 15px;
    border-radius: 5px;
    line-height: 1.6rem;
    transition: all 0.3s ease;
    color:#fff;
}

.desk {
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    padding: 15px;
    min-height: 200px;
    overflow: hidden;
}

.desk li {
    display: inline-block;
    float: left;
}

.desk li img {
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.desk li:first-child {
    width: 30%;
}

.desk li:last-child {
    width: 70%;
}

.desk li:last-child p {
    color: #a20d4b;
    font-size: 1.25rem;
}

.desk li p:last-child {
    font-size: 1.5rem;
    color: #000;
}

.desk li p:last-child a {
    color: #b95e33
}

#basicSlider {
    position: relative;
    padding-top: 12px;
    height: 75px;
}

#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 60px;
}

#basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    line-height: 50px;
    overflow: hidden;
    height: 100%;
    vertical-align: middle;
}
#basicSlider .MS-content .item a img {max-width:100%;padding-right:10px;}

/*About Us End*/
.important_title 
{
    background: #e9ecec;
    padding: 7px 15px;
    border-radius: 4px;
    color: #067de0;
 }
/*services start*/
.Administration {
    background-color: #f5f5f5a8;
    background-image: none;
}

.Administration,
.services,
.citizens {
    min-height: 450px;
    padding: 20px 0px;
    position: relative;
}

.citizens {
    background: url("../../Images/citizen.jpg") no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.services {
    background: url("../../Images/services1.jpg") no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 350px;
}

.services h3,
.Administration h3 {
    margin-bottom: 85px;
    color: #071d73;
    border-bottom: 2px solid #11ceece3;
    display: inline-block;
}

.services:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    background: inherit;
    z-index: 0;
}

.services .ser_wrap,
.Administration .ser_wrap {
    width: 100%;
    min-height: 235px;
    background: #fff;
    box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
}

.services .ser_wrap i,
.Administration .ser_wrap i {
    display: block;
    width: 100px;
    margin: 0px auto 0px auto;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.5);
    background: #25b6b7;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.services .ser_wrap i img,
.Administration .ser_wrap i img,
    {
    max-width: 100%;
}

.services .ser_wrap img,
.Administration .ser_wrap img {
    max-width: 100%;
}

.services .ser_wrap label,
.Administration .ser_wrap label {
    text-align: center;
    display: block;
    font-size: 1.7rem;
    padding-top: 15px;
    margin-bottom: 0px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-200 {
    margin-top: 200px;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 245px;
  perspective: 1000px;
}
.flip-card1 
{
 padding:0px;
  height: 194px;
  perspective: 1000px;
  color:#fff;
  }
.flip-card-inner,.flip-card-inner1 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.flip-card1:hover .flip-card-inner1 {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.btn_position 
{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    }
.flip-card-front {
  color: #333;
  padding:15px;
}
.flip-card-inner1 .flip-card-back 
{
  background-color: #000bff;
  color: white;
  transform: rotateX(180deg);
  padding:14px;
  border-radius: 5px;
  }
.flip-card-back {
  background-color: #000bff;
  color: white;
  transform: rotateY(180deg);
  padding:15px;
  border-radius: 5px;
}

.services .ser_wrap .descriptions,
.Administration .ser_wrap .descriptions {
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    background-color: #0c99ebe7;
    width: 100%;
    height: 100%;
    transition: all .7s ease-in-out;
    padding: 10px;
    box-sizing: border-box;
    clip-path: circle(0% at 100% 100%);
    -webkit-clip-path:circle(0% at 100% 100%);
}
.flip-card-inner1 .flip-card-back 
{
 border-radius:5px;
 }
 .flip-card-inner1 .flip-card-back  ul 
 {
   overflow:auto;  
   }
 .flip-card-inner1 .flip-card-back  ul li 
 {
  text-align:left;
  padding:5px; 
  font-size: 1.3rem;  
  }

  .flip-card-inner1 .flip-card-back  ul li i 
  {font-size:1.5rem;
   padding-right:5px;
   display:inline;
      
      }
      
.services .ser_wrap .descriptions legend,
.Administration .ser_wrap .descriptions legend,.flip-card-back legend {
    color: #fff;
    font-size: 1.8rem;
    padding: 35px 0px 10px 0px;
    text-align: left;
    margin-bottom: 0px;
}
.flip-card-back p 
{
    text-align:left;
}
.flip-card-inner1 .flip-card-back legend 
{
    font-size: 1.5rem;
    padding: 0px 0px 5px 0px;
    margin-bottom: 2px;
    margin-top: 0px;
    color: #fff;
    border-bottom: 1px solid #fff;
    }
.flip-card-inner1 .flip-card-back legend:after 
{
 background:transparent;   
 }
.services .ser_wrap:hover .descriptions,
.Administration .ser_wrap:hover .descriptions,.Box:hover .descriptions {
    left: 0px;
    transition: all .7s ease-in-out;
    clip-path: circle(75%);
    -webkit-clip-path:circle(75%);
}

.services .ser_wrap:hover,
.Administration .ser_wrap:hover {
    transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
    box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, .75);
    z-index: 99;
}
.flip-card-inner1 .flip-card-back .service_btn {
    border: 2px solid #fff;
    min-width: 130px;
    display: block;
    margin: 0px auto;
    padding: 7px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}
.service_btn {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    text-align: center;
    min-width: 150px;
    display: block;
    margin: 15px auto;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.service_btn:hover,.Box .descriptions .service_btn:hover {
    border: 2px solid #11568fed;
    color: #11568fed;
    background:#fff;
}
.menu_btn {
    border: 2px solid #fff;   
    margin: 5px 0px;   
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    transition: all 0.3s ease;
    color: #fff;
}

.menu_btn:hover,.Box .descriptions .menu_btn:hover{
    border: 2px solid #11568fed;
    color: #11568fed;
    background:#fff;
}
    .menu_btn:hover i {
        color: #11568fed;
    }
/*services end*/

/*Gallery Start*/
.gallery_header_sub {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 15px;
    padding-bottom: 15px;
    position: relative;
    color: gray;
}

    .gallery_header_sub:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 55px;
        background-color: #679ff1;
    }

    .gallery_header_sub:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 1px;
        width: 95%;
        max-width: 255px;
        background-color: #679ff1;
    }
.gallery {
    min-height: 600px;
    width: 100%;
    margin-top: 200px;
}

.revGallery-anchor,
.gal-overlay,
.nak-gallery-poster {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.revGallery-anchor {
    overflow: hidden;
    position: relative;
    width: calc(100% / 5);
    display: block;
    float: left;
    border: 5px solid #e9e9e9;
}

.gal-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: background .4s ease;
    -webkit-transition: background .4s ease;
}
.gal-overlay .photo {
    text-align: center;
    position: absolute;
    bottom: 0px;
    background: #fff;
    width: 100%;
    color: #333;
    font-size: 1.5rem;
    padding: 5px;
}
.revGallery-anchor:hover .gal-overlay {
    background: rgba(27, 27, 27, 0);
}

.nak-gallery {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.nak-gallery-poster {
    padding-bottom: 100%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.revGallery-anchor:hover .nak-gallery-poster {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

/*#gallery .img-responsive {
    display: none;
}*/
div[id^="gallery_"] .img-responsive {
    display: none;
}

.filter_btngr {
    margin-top: 25px;
}

.filter_btngr li {
    margin-bottom: 7px;
}

.filter_btngr li .button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    margin: 0 auto;
    min-height: 35px;
    border: 1px solid rgba(0, 169, 157, 1);
    background-color: rgba(0, 169, 157, 1);
    border-radius: 4px;
    color: #fff;
    letter-spacing: 2px;
    display: block;
}

.filter_btngr li .button:hover {
    background-color: #363636;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: #fff;
}

.filter_btngr li .button:active,
.filter_btngr li .button.is-checked {
    background-color: #28F;
}
.filter_btngr li .button.active
{
     background-color: #28F;
}
.filter_btngr li .button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.filter_btngr li .button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}


.revGallery-anchor-width1 {
    width: 40%
}

.revGallery-anchor-width2 {
    width: 30%
}

.revGallery-anchor-width3 {
    width: 20%
}

.nak-gallery-height1 {
    padding-bottom: 400px
}

.nak-gallery-height2 {
    padding-bottom: 300px
}

.nak-gallery-height3 {
    padding-bottom: 200px
}

.preloader {
    display: none;
}

.preloaderStyle {
    background: red;
    width: 100%;
    height: 100px;
}

.eventname {
    background: #005fae;
    color: #fff;
    margin: 25px 0px 0px 0px;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 1.8rem;
}

#date {
    float: right;
    font-size: 1.3rem;
    padding-top: 4px;
}

/*Gallery End*/
/*board start*/
.board legend {
    font-family: 'Oswald_Regular', sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 2.25rem;
    margin-top: 30px;
    border: none;
    position: relative;
}

.board legend:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #222;
    left: 0;
    bottom: -5px;

}
.member_wrapper 
{
    min-height:180px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 1px 8px 5px rgba(0,0,0,0.08);
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.member_wrapper:after {
    content: "";
    position: absolute;
    background: url(../../Images/blue.png);
    width: 403px;
    height: 159px;
    z-index: 0;
    bottom: 0px;
    opacity: 0.65;

}
.member_wrapper .img_wrapper {
    margin: 5px;
}
.member_wrapper .img_wrapper,.member_wrapper .member_content  {
    z-index: 1;
} 
.member_wrapper .img_wrapper 
{
    flex:1;
    }
.member_wrapper .member_content 
{
    flex:2;
    }
.member_wrapper .img_wrapper  img {
    max-width: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.75);
}
.member_wrapper .member_content legend {
    font-size: 1.6rem;
    color: #000;
    margin: 0px 0px 5px 0px;
}
.member_wrapper .member_content p {
    font-size: 1.2rem;
    color: #555;
}
.member_wrapper .member_content legend::after {
    background: transparent;
}
.member_wrapper .member_content p:last-child {
    font-size: 1.4rem;
    color: #000;
}
.member_wrapper .member_content p:last-child i{
    color: #217bea;
    width: 15px;
    text-align: center;
}
.custom_table {
    border: 1px solid #333;
}

.custom_table thead tr th {
    color: #fff;
    background: #005fae;
    padding: 5px;
}

.custom_table tbody tr td {
    color: #000;
    border: 1px solid #333;
    font-size: 1.3rem;
}

/*board end*/
/*water start*/
.water h3 {
    font-size: 2.2rem;
    color: #222;
    margin: 20px 0px;
    line-height: 30px;
}

.water .water_content legend,
.health .health_content legend {
    font-family: 'Oswald_Medium', sans-serif;
    font-size: 1.9rem;
    padding-bottom: 0px;
    margin: 10px 0px;
    color: #222;
}
.bhoechie-tab-content .health_content legend 
{
    margin-top:0px;
    font-size: 1.8rem;
}
.bhoechie-tab-content .health_content legend:after 
{
  width: 70px;  
 }
 .bhoechie-tab-content .Certificate .panel .panel-title 
 {
     font-size:12px;
   }
.water .water_content ul li,
.list_item li {
    display: block;
    padding-bottom: 7px;
    color: #333;
    padding-left: 25px;
    position: relative;
}

.water .water_content ul li::before,
.list_item li:before {
    font-family: 'FontAwesome' !important;
    content: "\f111";
    position: absolute;
    top: 2px;
    left: 5px;
    font-size: 1.2rem;
}

.health .health_content {
    padding: 25px 0px 30px 0px;
}

.health .health_content .img_wrapper img {
    max-width: 100%;
    display: block;
    margin: 0px auto 10px auto;
}

.health .health_content .content {
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px;
}

.site_txt,.news {
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.08);
    padding: 25px;
    font-size: 1.4rem;
    line-height: 2rem;
}

/*water end*/
.shadow_table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.shadow_table thead tr th div table,
.shadow_table tbody tr td div table {
    width: 100%;
}

.shadow_table thead tr th div,
.shadow_table tbody tr td div {
    box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.shadow_table thead tr th div table thead tr th {
    background: #007299;
    color: #fff;
    padding: 5px 10px;
    vertical-align: middle;
    border-right: 1px solid #fff;
}

.shadow_table thead tr,
.shadow_table tbody tr {
    /* box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.5); */
}

.shadow_table tbody tr td {
    padding: 6px 2px;
}

/*Certificate start*/
.Certificate {
    margin: 25px 0px 30px 0px;
    min-height: 400px;
    padding: 15px;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.08);
}

.Certificate legend {
    font-family: 'Oswald_Regular', sans-serif;
    font-size: 2.2rem;
    padding-bottom: 0px;
    margin: 10px 0px;
    color: #222;
}

.Certificate .site_txt {
    box-shadow: none;
    padding: 10px 0px;
}

.Certificate .panel {
    border: 1px solid #00bfff;
    margin-bottom: 10px;
}

.Certificate .panel .panel-title {
    background: #00afd1;
    color: #fff;
    padding: 5px 10px;
}

.Certificate .panel .panel-title:hover {
    cursor: pointer;
}

.Certificate .panel .panel-title i {
    float: right;
    padding-top: 3px;
}

.Certificate .panel .panel-body {
    display: none;
}

/*Certificate end*/
/*Company list*/
.company_list_wrapper 
{
    margin: 15px 0px 15px 0px;
    min-height: 100px;
    padding: 15px;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
 }
.company_list_wrapper h2 
{
    margin: 0px;
    font-size: 1.8rem;   
 }
 .company_list_wrapper h4 
 {
   font-size: 1.45rem;  
   color:#7d7d7d; 
  }
  .company_list_wrapper img 
  {
    max-width:100%;  
    }
  .company_list_wrapper p 
  {
     position:relative; 
     padding-left: 20px;
     }
 .company_list_wrapper p:before 
 {
     font-family: 'FontAwesome' !important;
    content: "\f277";
    position: absolute;
    top: 2px;
    left: 0px;
    font-size: 1.6rem;
    color: #089c4a;
  }
   .company_list_wrapper i 
   {
       font-size: 1.6rem;
    color: #089c4a;
       
       }
    .company_list_wrapper ul li a 
    {
        color:#5c5c5d;
        font-weight:600;
        }
     .company_list_wrapper ul li a:hover 
     {
        color:#06d676;
       }
/*grivance start*/
.grivance img {
    max-width: 100%;
    border-radius: 5px;
}
.grivance_form label 
{
    color:#8b40ef;
  }
  .grivance_form input ,.grivance_form textarea
  {
    width:100%;
    background: transparent;
  font-size: 14px;
  display: block;
  padding: 10px 30px 10px 5px;
  margin: 0px 0 10px;
  border: 2px solid white;
  border-bottom: 2px solid grey;  
    }
   .grivance_form input:focus,.grivance_form textarea:focus {
  outline: none;
  border-bottom: 2px solid #8b40ef;;
}
.user_input textarea {
    height: 100px;
    resize: none;
    overflow-x: auto;
}

.custom_btn {
    min-width: 120px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background: #00bfff;
    border-radius: 25px;
    border: 2px solid transparent;
    font-size: 1.8rem;
    float: right;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.custom_btn:hover {
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.5);
    color: #00bfff;
    letter-spacing: 2px;
    border: 2px solid #00bfff;
    background: #fff;
    outline:none;
}

/*grivance end*/
/*contact start*/
.contact iframe {
    border: 1px solid #00fcff !important;
    border-radius: 5px;
}

.contact p i {
    color: #069ddb;
}

.contact p {
    line-height: 25px;
    font-size:12pt;
}

/*contact end*/

/* tender tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 2px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: -15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #005fae;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #005fae;
    background-image: #005fae;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #005fae;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

div.bhoechie-tab-content .form-group,.news_search {
    padding: 10px;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.tender h3 {
    margin: 0px;
    padding-bottom: 15px;
    font-size: 2.2rem;
    color: #0078f5;
    position: relative;
}

.tender h3:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #00bfff;
    bottom: 10px;
    left: 0;
}
.tender_search 
{
 overflow:auto;
 margin-bottom: 0px;  
 }
.tender_search li 
{
   display: inline-block; 
   padding-right: 10px;
   padding-bottom: 10px;
 }
 .tender_search li:first-child 
 {
   width:20%;  
 }
 .tender_search li:nth-child(2) 
 {
   width:45%;    
  }
  .tender_search li:last-child 
 {
   padding-right: none; 
   width:33%;  
 }
.tender .tender_content {
    background: #fff;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
    position:relative;
}
.tender .tender_content>legend {
    margin-top: 0px;
    font-size: 1.7rem;
    border-bottom: 1px solid #ccc;
    padding-right: 150px;
    margin-bottom: 10px;
    padding-left: 8px;
}
.tender .tender_content>legend:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 22px;
    background: #00bbff;
    left: 0;
}
.tender .tender_content legend::after {
    content: "";
    background: transparent;
}
.tender .tender_content .dt {
    font-size: 1.2rem;
    color: #000;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 5px;
}
/*.tender .tender_content .dt label:first-child 
{
   font-size: 1.35rem; 
 }*/
.tender .tender_content .dt label {
    font-weight: 600;
    margin:0px;
}
.tender .tender_content .dt label span {
    color:#007299;
}
.tender .tender_content .about_tender .read_more ,.tender .tender_content .about_tender .hide_more,.download_tender a,.news .read_more,.news .hide_more{
    color: #00bfff;
}
.tender .tender_content .about_tender legend {
    color: #757474;
    border-bottom: none;
    margin: 0px 0px 10px 0px;
    font-size: 1.6rem;
}
.tender .tender_content .about_tender p {
    line-height: 20px;
}
.tender .tender_content .about_tender .read_more:hover,.tender .tender_content .about_tender .hide_more:hover,.download_tender a:hover,.news .read_more:hover,.news .hide_more:hover {
    cursor: pointer;
    color:#00fcff;
}
.tender .tender_content .about_tender .show_content,.tender .tender_content .about_tender .hide_more,.news .hide_more,.news .show_content {
    display: none;
}
.budget 
{
    background: #f7f7f7;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
    position:relative;
}
 .budget .release 
 {
    position: absolute;
    font-size: 1.3rem;
    right: 10px;
 }
 .budget .release span {
    color:#007299;
}
.budget legend 
{
    font-size: 1.7rem;
    margin: 0px;
    color:#00bfff;
 }
/*tender end*/
.previewAreaMap img
{
    display: block;
    margin: 0 auto;
  }
.online_service 
{
    margin-bottom: 45px;
    }
    .online_service .Box {
    border-radius: 7px;
    text-align: center;
    float: none;
    color: #fff;
    font-size: 1em !important;
    line-height: 1em;
    font-weight: 600;
    border: #fff solid 1px;
    display: block;
    position:relative;
}
 .online_service .Box img 
 {
    display: block;
    margin: 10px auto;
     }
/*News Start*/
.news {
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 15px;
}
.news legend {
    font-size: 1.7rem;
    margin: 0px 0px 10px 0px;
}
.news legend:after {
    background: transparent;
}
/*News End*/
/*Sitemap Start*/
.sitemap {
    background: #e7e7e7;
    padding: 30px 0px 30px 0px;
}

.social_icons {
    background: #efefef;
    padding: 10px 0px;
    text-align: center;
}

.social_icons label {
    font-size: 1.8rem;
    color: #000;
}

.social_icons ul {
    display: inline-flex;
    margin: 10px 0px;
}

.social_icons ul li {
    list-style: none;
    display: inline-block;
    float: left;
    padding: 5px 15px;
    border-right: 1px solid #000;
}

.social_icons ul li:last-child {
    border: none;
}

.social_icons ul li a {
    display: block;
    position: relative;
}

.social_icons ul li a i {
    position: absolute;
    top: -5px;
}

.social_icons ul li a label {
    font-size: 1.3rem;
    padding-left: 40px;
    opacity: 0.7;
}

.social_icons ul li a:hover label {
    opacity: 1;
    cursor: pointer;
}

.footer-widget {
    color: #444;
    font-family: "Segoe_UI_regular";
}

.footer-widget:after {
    content: " ";
    clear: both;
}

.footer-widget .widget-title {
    margin-bottom: 20px;
}

.footer-widget .widget-title a {
    display: block;
}

.footer-widget .widget-title a img {
    transition: all 0.5s;
}

.footer-widget .widget-title h6 {
    padding-bottom: 0px;
    font-size: 1.6rem;

}

.footer-social-info ul li {
    /*display: inline-block;*/
    margin: 0px 10px 5px 0px;
    list-style:square;
    color:#bbbbbbbf;
}

.footer-social-info ul li a i {
    font-size: 1.8rem;
    width: 26px;
    height: 25px;
    text-align: center;
    padding: 3px;
    border-radius: 50%;
}

.footer-social-info ul li a:hover {
    cursor: pointer;
    color: #439de9;
}

.footer-social-info a {
    color: #053d6be3;
}

.footer-widget nav ul li {
    padding-bottom: 10px;
}

.footer-widget nav ul li a {
    color: #000;
}

.footer-widget nav ul li a:hover,
.footer-social-info a:hover {
    color: #00bfff;
}

.membership {
    position: relative;
    min-height: 400px;
    background: #f4f4f4;
}

.single-contact i {
    color: #f2920c;
    font-size: 1.5rem;
    left: -15px;

}

.useful-links li a img {
    border-radius: 5px;
    transition: all 0.3s ease;
}

.useful-links li a:hover img {
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.75);
}

.subscribe .form-control {
    width: 70%;
    display: inline-block;
}

.subscribe button {
    width: 70px;
    background: #00afd1;
    color: #fff;
    padding: 6px;
    border: none;
    transition: all 0.3s ease;
}

.subscribe button:hover {
    background: #444;
}

.copyright:before {
    z-index: -1;
    content: ' ';
    position: absolute;
    background-image: url(../../Images/footer_f.png);
    width: 100%;
    height: 128px;
    background-size: cover;
    top: -128px;
    left: 0;
    background-repeat: no-repeat;
}

.copyright {
    position: relative;
    margin-top: 130px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

.copyright1 {
    position: relative;
    background-color: #d9d9d9;
    color: #555555;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 10px;
}

.copyright1 .visitor {
    font-size: 1.3rem;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.copyright p,
.copyright1 p {
    margin: 0px;
}

.footer_nav {
    margin: 10px 0px;
}

.footer_nav li {
    display: inline-block;
    float: left;
    padding: 0px 7px;
    border-right: 1px solid #000;
}

.footer_nav li:last-child {
    border-right: none;
}

.footer_nav li a {
    color: #000;
}

.footer_nav li a:hover {
    color: #007295;
}
.bottom_foot p 
{
   padding-top:10px;
   text-align:right;
   font-size:1.3rem; 
 }
.win_up {
    width: 40px;
    height: 40px;
    background: #007299;
    text-align: center;
    line-height: 40px;
    position: fixed;
    right: 50px;
    border: 2px solid transparent;
    bottom: 40px;
    transition: all ease 0.3s;
    display: none;
    border-radius: 50%;
    z-index: 99;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7);
}

.win_up:hover {
    border: 2px solid #007299;
    background: #fff;
    cursor: pointer;
}

.win_up:hover i {
    color: #007299;
}

.win_up i {
    color: #fff;
    font-size: 2rem;
}

.lefticon {
    position: fixed;
    bottom: 25%;
    z-index: 11;
    right: -46px !important;
    width: 130px;
    cursor: pointer;

}

.lefticon legend {
    border-radius: 5px;
    padding: 5px;
    transform: rotate(-90deg);
    border: none;
    color: #fff;
    background: #0e9fb5;
    letter-spacing: 2.9px;
}
.footer_txt 
{
  padding-top:10px;
  text-align:right;
  font-size:1.3rem;  
  }
/*Sitemap End*/
.navbar-brand 
{
  padding: 12px 15px;
  display:none;
   }
 .navbar-brand>img {
    display: block;
   width:160px;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
/*Responsive Code Start*/
@media only screen and (max-width: 767px) 
{
    .bottom_foot p 
    {
      text-align:center;
      }
 .navbar-brand 
{
  display:block;
   }
 }

@media (min-width: 768px) {
    ul.nav-menu li:hover>ul.dropdown-menu,.quick_contact ul li:hover>ul.dropdown-menu {
        display: block;
    }
}

@media only screen and (max-width: 667px) 
{
    .main_logo{
        font-size:1rem;
    }
    .gen_info .col-md-3 
    {
        margin-top:75px;
       }
       .gen_info .col-md-3:first-child
    {
      margin-top:0px;  
      }
      .gen_info .col-md-3:nth-child(2) 
      {
           margin-top:75px !important;  
       }
    .desk li:first-child,.desk li:last-child {
    width: 100%;
}
.desk li:last-child legend 
{
    font-size:18px;
    }
    .services h3, .Administration h3 
    {
        font-size:2rem;
        }
    
    .banner .bg-img 
    {
        min-height:auto;
        }
    .slides-content 
    {
        -webkit-transform:translateY(0%);
        -ms-transform:translateY(0%);
       transform:translateY(0%);
     }
    .banner .bg-img 
    {
        min-height:auto;
        }
    .pull-left {
        margin-left: 10px;
    }

    .social_icons ul {
        display: block;
    }

    .social_icons ul li {
        min-width: 150px;
        text-align: left;
        border-right: none;
    }
    
    .quick_contact ul li {
    font-size: 1.2rem;
    }
   #header .Center_logo {
    max-width: 100%;
    padding-top:0px;
}
.header-scrolled .top_logosection .Center_logo {
    max-width: 95% !important;
}
.top_logosection {
    padding-bottom: 5px;
}
.top_logosection img {
    max-width: 100%;
    transition: all 0.3s ease;
}
.left_logo{
    position: relative;
    top: -4px;
}
}

@media only screen and (max-width: 750px) {
    .social_icons ul li a label {
        padding-left: 36px;
    }
}

@media only screen and (max-width: 992px) {
    #nav-menu-container {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 992px) 
{
    .quick_contact ul {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
    .Box p 
    {
        display:block;
        }
    .gen_info .col-md-3:first-child,.gen_info .col-md-3:nth-child(2) 
    {
      margin-top:0px;  
      }
    .gen_info .col-md-3 
    {
        margin-top:75px;
       }
    #nav-menu-container {
        padding-right: 15px;
    }

    .infotab ul li {
        width: 32%;
    }

    /* .header-scrolled .navbar-toggle .icon-bar {
        background-color: #fff;
    } */

    .slides-content h2 {
        font-size: 2rem;
        line-height: 40px;
    }
}

@media only screen and (max-width: 736px) 
{
    .tender_search li 
    {width:100% !important;
        }
    .mt-200 {
    margin-top: 125px;
}
    .footer_txt 
    {
      text-align:center;  
      }
    #header.header-scrolled {
    background: #fff;
    padding-bottom: 0px;
    height: auto;
}
.banner {
    margin-top: 123px;
}
.header-scrolled .menu_wrapper {
    padding: 0px 0px;
}
    .menu_wrapper 
    {
        padding:0px;
        }
    #nav-menu-container ul {
        float: none;
    }

    #nav-menu-container ul li {
        display: block;
        padding: 0px 10px;
        width: 100%;
        text-align:center;
    }

    .header-scrolled #nav-menu-container {
        background: #005fae;
        padding-bottom: 15px;
    }

    .banner-btm {
        margin-top: 5%;
        margin-bottom: 3%;
    }

    .banner-btm .sub_content {
        margin-bottom: 15px;
    }
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.ReadMore
{
   color: #00bfff
   }
.ShowLess
{
   color: #00bfff
 }
.tree li {
    padding-top: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
}

.tree li span {
    box-shadow: 1px 1px 8px 5px rgba(0, 0, 0, 0.08);
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
}

.tree_sub li {
    display: inline-block;
    float: left;
    margin-left: 25px;
    width: 200px;
    position: relative;
    padding-top: 40px;
}
  .tree_structure 
  {
      margin-bottom:30px;
      }
  .tree_structure img{
        max-width:100%;
    }

.tree_sub {
    position: relative;
}

.tree_sub::after {
    content: "";
    position: absolute;
    background: #000;
    width: 905px;
    height: 2px;
    left: 50%;
    transform: translateX(-49.5%);
    bottom: -20px;
}

.tree_sub li span::before {
    content: "";
    position: absolute;
    background: url(../../Images/down_arrow.png);
    width: 13px;
    height: 17px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    top: -20px;
}

.tree li span::after {
    content: "";
    position: absolute;
    background: url(../../Images/down_arrow.png);
    width: 13px;
    height: 17px;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}
.tree_structure img{
max-width:100%;
}
   /*Search Clear start*/
.clearable{
    position: relative;
    display: inline-block;
    margin-bottom:5px;
  }
  .clearable input[type=text]{
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
  }
  .clearable__clear{
    display: none;
    position: absolute;
    right: 13px;
    top: -4px;
    padding: 0 8px;
    font-style: normal;
    font-size: 2em;
    user-select: none;
    cursor: pointer;
  }
  .clearable__clear:hover {
      color: red;
  }
  .clearable input::-ms-clear {  /* Remove IE default X */
    display: none;
  }
  .header_bg 
{
   height: 75px;
    background-color: #e8fbff;
    width: 100%;
    padding: 10px 15px;
    box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.75);
    }
.footer_bg 
{
   background-color: #0c8aa7 !important;
    line-height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .footer_bg p 
  {
    margin:0px;
  }
 .footer p
 {
   color:#fff;  
   font-size:1.3rem;
   }
   .shadow {
  -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
   }
/*Search Clear End*/
/*Responsive Code End*/
/*Flie Upload Start*/
.file-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.file-upload .file-select {
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.file-upload .file-select:hover {
  border-color: #34495e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.img_del 
{color:#ea84a4;
 font-size:1.5rem;
    }
.img_del:hover 
{
    color:#ec064e;
    }
/*File Upload End*/
.from_btn
{
    width: 200px !important;
    background: #6861ce;
    color: #fff;
    width: 100%;
    margin: 15px 0px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    border: 2px solid transparent;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}
.it_rebate 
{margin-bottom:20px;
    }
.it_rebate legend 
{
    font-size: 1.75rem;
    }
.it_rebate ul 
{
 margin-bottom: 5px;   
 }
.it_rebate ul li 
{
  font-size: 1.5rem;
  display: inline-block;  
 }
.it_rebate ul li:first-child 
{
  font-weight:600;  
  }
.it_rebate ul li:last-child 
{
   font-size: 1.4rem;
 }
 .newsDiv
 {   padding-right: 195px;
      border-left: solid;
      border-color: #00bbff;
      padding-left: 8px; 
      border-bottom: 1px solid #ccc; 
      margin-bottom: 10px;
  }
.fa:hover, .fa:active { 
    color:#e5e5e5; 
 	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3); 
}

 
            /*Parking Fees Start*/
            .tab_wrapper {
                display: flex;
                justify-content: flex-start;
                padding: 0px 15px;
                flex-wrap: wrap;
                margin-top: 5px;
            }
            .tab_wrapper .parking_item {
                flex: 1 1 50%;

            }
            .tab_wrapper .parking_item .parking_content {
                display: flex;
                flex-direction: row;
                margin: 5px ;
                box-shadow: 0px 3px 10px -4px rgb(0 0 0 / 20%);
            }
            .tab_wrapper .parking_item .parking_content div {
                flex: 1 1 350px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
           .tab_wrapper .parking_item .parking_content div legend {
    border: none;
    color: #fff;
    background-color: #2196f3;
    font-size: 1.65rem;
    border-radius: 4px 0px 0px 0px;
    padding: 3px 10px;
    margin: 0;
    line-height: 40px;
}
            .tab_wrapper .parking_item .parking_content div legend:after 
            {
                background:transparent;
                }
            .tab_wrapper .parking_item .parking_content div img {
                padding: 0px 15px;
            }
            .tab_wrapper .parking_item .parking_content ul {
                flex-grow: 2;
                background: #f0f2fc;
                margin: 0;
                border-radius: 0px 5px 5px 0px;
            }
            .tab_wrapper .parking_item .parking_content ul li {
                padding: 5px 10px;
                text-align: right;
            }
         .tab_wrapper .parking_item .parking_content ul li:first-child {
    background-color: #2196f3;
    color: #fff;
    line-height: 39px;
    font-size: 1.65rem;
    padding: 3px 10px;
    border-radius: 0px 4px 0px 0px;
}
            .tab_wrapper .parking_item .parking_content ul li:first-child i {
                color: #fff;
            }
            .tab_wrapper .parking_item .parking_content ul li i {
                color: #2196f3;
            }
            .tab_wrapper .parking_item .parking_content ul li.price {
                border-bottom: 1px solid #fff;
            }
          .tab_wrapper .parking_item .parking_content ul li.price i {
    font-size: 2.0rem;
    padding-right: 5px;
}
           .tab_wrapper .parking_item .parking_content ul li.price .amt {
    font-size: 2.5rem;
}
           .tab_wrapper .parking_item .parking_content ul li.price p {
    margin: 0px;
    font-size: 1.35rem;
}
            /*Parking Fees End*/
.nav-menu li.active a:before {
    left: 0;
    right: 0;
    background: #00fcff; 
    height: 2px;
}