

@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');



/*Segoe ui bold*/
@font-face {
  font-family: 'SegoeUIbold';
  src: url('assets/webfonts/bold/SegoeUI-Bold.eot');
  src: url('assets/webfonts/bold/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
       url('assets/webfonts/bold/SegoeUI-Bold.svg') format('svg'),
       url('assets/webfonts/bold/SegoeUI-Bold.ttf') format('truetype'),
       url('assets/webfonts/bold/SegoeUI-Bold.woff') format('woff'),
       url('assets/webfonts/bold/SegoeUI-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}




/*Segoe ui semibold*/
@font-face {
  font-family: 'SegoeUIsemiBold';
  src: url('assets/webfonts/semi-bold/seguisb.eot');
  src: url('assets/webfonts/semi-bold/seguisb.eot?#iefix') format('embedded-opentype'),
       url('assets/webfonts/semi-bold/SegoeUI-Semibold.svg') format('svg'),
       url('assets/webfonts/semi-bold/SegoeUI-Semibold.ttf') format('truetype'),
       url('assets/webfonts/semi-bold/SegoeUI-Semibold.woff') format('woff'),
       url('assets/webfonts/semi-bold/seguisb.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



/*Segoe ui regular*/
@font-face {
  font-family: 'SegoeUIregular';
  src: url('assets/webfonts/regular/SegoeUI.eot');
  src: url('assets/webfonts/regular/SegoeUI.eot?#iefix') format('embedded-opentype'),
       url('assets/webfonts/regular/SegoeUI.svg') format('svg'),
       url('assets/webfonts/regular/SegoeUI.ttf') format('truetype'),
       url('assets/webfonts/regular/SegoeUI.woff') format('woff'),
       url('assets/webfonts/regular/SegoeUI.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/
html, body{
    height: 100%;
}
body {
    font-family: 'SegoeUIregular';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #656565;
}

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

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus{
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Bree Serif', serif;
    margin: 0 0 15px;
}


/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.container{
    max-width: 1220px;
}

.header-top-area {
    position: relative;
    z-index: 1;
    padding: 10px 0px;
}

.header-top-area:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    content: "";
    background: #00adf2;
    height: 100%;
    z-index: -1;
}

.header-top span, .header-top a {
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
}

.header-top a i.zmdi-facebook {
    height: 22px;
    width: 23px;
    background: #fff;
    text-align: center;
    color: #00adf2;
    line-height: 25px;
    border-radius: 3px;
}

.header-top a i.zmdi-email {
    font-size: 30px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
}


.mainmenu li {
    display: inline-block;
    position: relative;
}

.mainmenu li a {
    display: block;
    color: #003E77;
    font-family: 'Bree Serif', serif;
    padding: 0px 11px;
    border-right: 1px dotted #707070;
}

.mainmenu li a:hover {
    color: #1daeef;
}

.mainmenu li:last-child a {
    border: none;
}

.header-search {
    text-align: right;
    position: relative;
    padding-top: 43px;
}

.header-info {
    display: inline-block;
    line-height: 23px;
    margin-left: 25px;
    margin-top: 10px;
}

.logo-info a img {
    display: inline-block;
    margin-top: -150px;
    position: relative;
    z-index: 1;
    width: 160px;
}

.header-info span, .header-info a {
    color: #0086C4;
    font-family: 'SegoeUIsemiBold';
}
.collapse-search {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #003c79;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    line-height: 40px;
    font-size: 22px;
    cursor: pointer;
}

.search-form-expand {
    display: inline-block;
    width: 220px;
    position: relative;
    transition: .4s;
    transform: translateX(20px);
    visibility: hidden;
    opacity: 0;
}

.search-form-expand input::placeholder {
    color: #00AEEF;
}

.search-form-expand input {
    width: 100%;
    border: 2px solid #6dc8eb;
    border-radius: 30px;
    padding-left: 10px;
    font-size: 14px;
    padding-right: 24px;
    height: 40px;
}

.search-form-expand button {
    position: absolute;
    right: 0;
    background: #7090ae;
    color: #fff;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    font-size: 22px;
}

.search-form-expand button:hover {
    background: #1daeef;
}

.open_expand .search-form-expand{
    transform: translateX(-10px);
    visibility: visible;
    opacity: 1;
}

.open_expand .collapse-search i.zmdi-search:before {
    font-family: Material-Design-Iconic-Font;
    content: '\f136';
}

.open_expand .collapse-search{
    background: #d12f2e;
}

.mainmenu {
    padding-top: 50px;
}

.single-slide {
    background-size: cover !important;
    background-position: center !important;
    padding: 150px 0px;
    position: relative;
    z-index: 1;
}

.hearo-txt h2 {
    color: #fff;
    font-size: 33px;
    font-family: 'SegoeUIsemiBold';
}

.hearo-txt p {
    font-family: 'SegoeUIsemiBold';
    color: #fff;
    line-height: 26px;
    margin-top: 10px;
}

.hearo-txt img {
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}

.single-slide:after {
    position: absolute;
    right: 0;
    height: 100%;
    width: 55%;
    content: "";
    background: url(assets/img/home-right-shape.png)no-repeat;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.header-menu-area {
    padding-bottom: 15px;
}

.global-border {
    width: 100%;
    height: 10px;
    background: #003c79;
}
.section-page-area {
    margin-top: -160px;
    position: relative;
    z-index: 2;
}


.home-population-area {
    position: relative;
    padding: 50px 0px;
    z-index: 1;
    height: 380px;
}

.population-img-right img {
    position: absolute;
    right: 0;
    top: 0;
    width: 19%;
    height: 380px
}

.home-population-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 53%;
    content: "";
    background: #D8F4FF;
    z-index: -1;
}

.home-population-area:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 46%;
    content: "";
    background: #EAEAEA;
    z-index: -1;
}

.population-right {
    padding-left: 60px;
}

.home-population-area p {
    margin-bottom: 0;
}

.covid-img-area {
    margin-top: 12px;
}

.covid-img-area .pl-0 {
    padding-right: 7px;
}

.covid-img-area .pr-0 {
    padding-left: 7px;
}

.covid-logo {
    margin-top: -190px;
}

.covid-logo img{
    position: relative;
    z-index: 2;
}

.covid-info h5 {
    color: #0086C4;
    font-family: 'SegoeUIbold';
    border-top: 1px solid #707070;
    padding-top: 25px;
    border-bottom: 1px solid #707070;
    padding-bottom: 25px;
    margin-top: -40px;
    font-size: 18px;
    line-height: 28px;
}


.covid-content {
    margin-top: 15px;
}

.covid-content-btn a {
    display: inline-block;
    color: #003E77;
    font-family: 'Bree Serif', serif;
    border: 2px solid #00adf2;
    padding: 7px 25px;
    margin: 6px;
    border-radius: 8px;
}

.covid-content-btn a:hover {
    background: #00adf2;
    color: #fff;
}

.covid-content-area {
    padding-bottom: 50px;
}

.global-footer-logo-area {
    padding: 50px 0px;
    background-size: cover !important;
    background-position: center !important;
    padding-top: 0;
    margin-top: 20px;
}

.footer-logo {
    margin-top: -20px;
}



.footer-menu-area {
    background: #00adf2;
    padding: 12px 0px;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    color: #fff;
    font-family: 'Bree Serif', serif;
    padding: 0px 25px;
    display: block;
    border-right: 1px dotted #fff;
}

.footer-menu li:last-child a {
    border: none;
}

.footer-bottom-area {
    padding: 50px 0px;
    background-size: cover !important;
    background-position: center !important;
}

.footer-single-address {
    color: #fff;
    border-right: 1px dotted #fff;
}

.footer-single-address.noBdr {border: none;}

.footer-social {
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 20px 0px;
}

.footer-adders {
    padding: 0px 100px;
}

.footer-copyrght {
    text-align: center;
    color: #fff;
}

.footer-copyrght img {
    margin-left: 45px;
}

.footer-copyrght p {
    margin: 0;
}

.slicknav_menu{
    display: none;
}


.section-page-area.global {
    margin-top: 0;
    background-size: cover !important;
    background-position: center !important;
    padding: 20px 0px;
    padding-bottom: 0px;
}

.section-page-area.global .page-menu-list {
    margin-bottom: -50px;
}

.section-global-left {
    color: #fff;
    padding-top: 30px;
    position: relative;
    z-index: 3;
}

.section-global-left h3 {
    border-bottom: 1px dotted #fff;
    padding-bottom: 20px;
    font-size: 32px;
    margin-right: 30px;
}

.section-global-left p {
    padding-left: 20px;
}

.section-inner-page:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
    content: "";
    background: url(assets/img/left-panel-bg.png)no-repeat;
   /* z-index: -1;*/
    background-size: cover;
    background-position: top;
}
.section-inner-page {
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

.section-inner-page:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
    content: "";
    background: url(assets/img/page-title-bg.png)no-repeat;
/*    z-index: -1;*/
    background-size: contain;
    background-position: top;
}

.global-title h3 {
    font-size: 24px;
    color: #003E77;
    margin-bottom: 20px;
}

.single-global-content {
    margin: 50px 0px;
}

.single-global-content span {
    color: #0086C4;
    /*display: block;*/
}

.single-global-content h5 {
    color: #003E77;
    margin-bottom: 10px;
}

.single-global-content li {
    display: block;
}

.single-global-content li a {
    display: block;
    color: #0086C4;
}

.single-global-content.active {
    position: relative;
    z-index: 1;
    padding: 20px 0px;
}

.single-global-content.active:after {
    position: absolute;
    left: -25px;
    top: 0;
    height: 100%;
    width: 106%;
    content: "";
    background: #d7f4ff;
    z-index: -1;
}

.government-btn {
    margin-top: 30px;
}

.government-btn h4 {
    color: #003E77;
}

.government-btn .covid-content-btn a {
    min-width: 220px;
    text-align: center;
}


.page-logo img {
    /* padding: 30px; */
    width: 200px;
}

.page-logo {
    text-align: center;
    border-bottom: 1px dotted #fff;
    padding-bottom: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.section-global-left ul li a {
    display: block;
    color: #fff;
}

.section-global-left ul li a.active {
    text-decoration: underline;
}

.section-global-left ul li a.single {
    padding: 9px 0px;
}

.section-global-left ul li a.subpage i {
    padding-right: 5px;
    font-size: 20px;
    transform: translateY(2px);
}

.single-global-content ul.listDisk li {
    display: list-item;
}

.single-global-content ul.listDisk {
    list-style: disc;
    padding-left: 35px;
    padding-bottom: 30px;
}

.city-manager-bg .globalBg-content {
    position: relative;
    z-index: 1;
}

.city-manager-bg .globalBg-content:after {
    position: absolute;
    right: -900px;
    top: 0;
    height: 100%;
    width: 1200px;
    content: "";
    background: #eaeaea;
    z-index: -1;
}

.city-manager-bg .globalBg-content-img {
    padding-top: 20px;
}

ul.liststar li img {
    position: absolute;
    left: 0;
    top: 7px;
}

ul.liststar li {
    padding-left: 25px;
    position: relative;
    margin-left: 30px;
}

.push-left {
    margin-left: -90px;
}

ul.liststar li a {
    display: inline-block;
    color: #0086C4;
    text-decoration: underline;
}

ul.textDecoration li a {
    text-decoration: underline;
}

ul.textDecoration li a.push-right {
    margin-left: 30px;
}

.bold{
    font-family: 'SegoeUIbold';
}


.bdrBottom li a {
    color: #000000;
    border-bottom: 1px solid #000;
    padding: 10px 0px;
    font-family: 'SegoeUIsemiBold';
}

.bdrBottom li a i {
    color: #003c79;
}


.single-global-content.active.bg-grey:after {
    background: #eaeaea;
}

.single-global-content.active.bg-grey ul li a {
    text-decoration: underline;
}

.single-global-content.active.bg-grey {
    padding-left: 100px;
}


.img-pos {
    position: relative;
}

.img-pos img {
    position: absolute;
    right: 0;
    top: 0;
}

.single-global-content.globaBg2 {
    position: relative;
    padding: 30px 0px;
    margin-top: 0;
}

.single-global-content.globaBg2:after {
    position: absolute;
    left: -200px;
    top: 0;
    height: 100%;
    width: 3000px;
    content: "";
    background: #eaeaea;
    z-index: -1;
}

.single-global-content.globaBg2 p {
    color: #0086C4;
    margin: 0;
    font-family: 'SegoeUIsemiBold';
}


.mt0 {
    margin-top: 0;
}

.mb20 {
    margin-bottom: 20px !important;
    margin-top: 0px;
}


.animal-img-right img {
    position: absolute;
    right: -128px;
    width: 300px;
    top: -155px;
}

.animal-img3 img {
    position: absolute;
    right: -100px;
    top: 230px;
    width: 300px;
}


.quick-links {
    margin-top: 50px;
    position: relative;
    padding: 20px;
    z-index: 1;
}

.quick-links li a {
    color: #0086C4;
    text-decoration: underline;
}

.quick-links h5 {
    color: #003E77;
}

.quick-links:after {
    position: absolute;
    left: 0;
    width: 900px;
    content: "";
    height: 100%;
    z-index: -1;
    background: #d7f4ff;
    top: 0;
}

.park-img {
    margin-bottom: 50px;
}

.park-img h5 {
    margin-top: 20px;
}

.recycling-img {
    margin-top: 150px;
}

.covid-content-btn.sty2 a {
    padding: 10px 12px;
    font-size: 15px;
}


.mt20 {
    margin-top: 15px;
}

.single-global-content.globaBg2.regularFont p {
    font-family: 'SegoeUIregular';
    color: #656565;
    margin: 15px 0px;
}

.img-pos.img1 img {
    top: -70px;
}

.img-pos.img2 img {
    top: -120px;
    z-index: 1;
}


.box-img-section.single-global-content.globaBg2:after {
    background: #d7f4ff;
}


.event-single-top {
    text-align: center;
    padding-bottom: 10px;
}

.eventssss .single-box {
    height: 95%;
}

.single-box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px #bbd4df;
    margin:15px 0px;
}

.event-single-top span {
    color: #656565;
}

.events-txt {
    line-height: 22px;
    padding-top: 10px;
    min-height: 130px;
}

.learnMore {
    color: #0086C4;
    font-family: 'SegoeUIsemiBold';
    display: block;
    margin-top: 10px;
}

.learnMore:hover{
    color: #111;
}

.event-single-top h5 {
    margin-bottom: 5px;
}




/*Dropdown css*/
.single-dropdown-column a {
    display: block;
    transition: .0s;
}

.single-dropdown-column a.normal {
    color: #656565;
    padding-left: 15px;
}

.single-dropdown-column a.bold {
    color: #0086C4;
}

.global-menu-logo {
    height: 100%;
    padding-top: 20px;
}

.single-dropdown-column {
    padding-left: 15px;
    padding-right: 10px;
}

.global-menu-row {
    padding-top: 60px;
    padding-bottom: 35px;
    position: relative;
}

.global-menu-row .col {
    border-right: 1px dotted #707070;
}

.global-menu-row .col:last-child{
    border: none;
}

span.close- {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #0085c6;
    cursor: pointer;
    font-size: 20px;
    transition: .3s;
    text-transform: capitalize;
}

span.close-:hover{
    color: #053e77;
}

.global-dropdown-menu-area {
    position: relative;
}

.global-menu-position {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 10px;
    left: 0;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}

.page-menu-list span {
    display: block;
    cursor: pointer;
}

#goverment.popup, 
#business.popup, 
#explore.popup, 
#service.popup {
    visibility: visible;
    opacity: 1;
    top: 0;
}

