body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif, Verdana, Arial, Helvetica, sans-serif;
    font-style: 16px;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    margin: 0 0 15px 0;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 25px 0;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 25px 0;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

header {
    margin-bottom: 30px;
}

.pre-load-img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/loader.gif) center center no-repeat #f3f3f3;
}

.outer_wrapper .container-fluid {
    padding: 0;
}

.header_top {
    background: url(../images/banner_top_left.png) no-repeat left top;
    height: 40px;
    width: 100%;
}

.top_head_right {
    background: url(../images/banner_top_right.png) no-repeat right top;
    height: 40px;
    width: 501px;
    float: right
}

.top_head_right ul {
    padding: 7px 0 0 50px;
}

.top_head_right ul li {
    display: inline-block;
    list-style: none;
    margin: 0 70px 0 0;
}

.top_head_right ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.top_head_right ul li a:hover {
    color: #2667a5;
}

.banner_center {
    background: url(../images/Header_image_CITY.png) no-repeat top center;
    height: 186px;
    position: relative;
    width: 100%;
    background-size: cover;
}

.logo {
    position: absolute;
    left: 30px;
    top: -30px;
    z-index: 1;
}

.banner_center h1 span {
    font-size: 23px;
}

.banner_center h1 {
    font-size: 32px;
    position: absolute;
    left: 318px;
    top: 50px;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.banner_center h2 {
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #ffffff;
    font-size: 26px;
}

.menu_container {
    height: 65px;
    background-color: #d4d4d4;
    position: relative;
}

.menu_container.stick {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
}

ul.mainmenu {
    padding: 0 0 0 270px;
}

ul.mainmenu li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 20px 0 0;
    text-align: center;
}

ul.mainmenu li a {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    padding: 0 0 18px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

ul.mainmenu li a:hover,
ul.mainmenu li a.menuActive {
    color: #2667a5;
}

ul.mainmenu .dropdown:hover .dropdown-menu {
    display: block;
}

ul.mainmenu .dropdown-toggle::after {
    border: 0;
}

ul.mainmenu li li {
    margin: 0;
    display: block;
    text-align: left
}

ul.mainmenu li li a {
    font-size: 14px;
    display: block;
    padding: 8px 5px 8px 10px;
}

ul.mainmenu li li a:hover {
    background-color: #2667a5;
    color: #fff;
}

ul.mainmenu li li a span {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

ul.mainmenu .dropdown-menu {
    min-width: 299px;
    background-color: #ebebeb;
    border-radius: 0;
    padding: 0;
    margin-top: 0px;
    border-top: none;
}

.size14 {
    font-size: 14px;
}

.right_menu {
    position: absolute;
    right: 0;
    top: 0;
    background-size: 71%;
}

.right_menu::before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 200px solid #1C3365;
    border-left: 200px solid transparent;
    right: 0;
    top: 0;
}

.right_menu ul {
    padding: 32px 7px 0 0;
    text-align: right;
}

.right_menu ul li {
    list-style: none;
    margin: 0 0 22px 0;
}

.right_menu ul li a {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    display: block;
    padding-left: 20px;
}

.right_menu .dropdown:hover .dropdown-menu {
    display: block;
}

.right_menu .dropdown-menu {
    left: -163px;
    padding: 0;
    width: 200px;
}

.right_menu .dropdown-toggle::after {
    border: 0;
}

.arrow_left {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../images/arrow_left.png) no-repeat;
    margin: 0 10px 0 0;
}

.right_menu .dropdown-menu {
    background-color: #6a7e91;
    padding: 10px 0 10px 0;
    top: 74%;
}

.right_menu ul ul li {
    text-align: left;
    margin: 0 0 10px 0;
}

.right_menu ul ul li a {
    padding: 0 0 0 10px;
    display: block;
    font-size: 14px;
}

.right_menu ul ul li a:hover {
    color: #000000;
}

#showLeft {
    display: none
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


/* General styles for all menus */

.cbp-spmenu {
    background: #1c3365;
    position: fixed;
}

.cbp-spmenu ul {
    margin: 0;
    padding: 0;
}

.cbp-spmenu ul li {
    list-style: none;
}

.cbp-spmenu ul li ul li a {
    padding: 5px 5px 5px 30px;
    font-size: 14px;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

li.last_highlight a {
    background-color: white;
    color: black;
}

.cbp-spmenu a:hover {
    background: #258ecd;
}

.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding: 10px;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}


/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-container {
    margin: 0 0 30px 0;
    min-height: 350px;
}

.main-content-box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.main-content-box p a {
    color: #f80f0f;
    font-size: 16px;
    font-weight: 700;
}

.main-content-box p a:hover {
    text-decoration: underline;
}

.main-content-box p img {
    margin: 0 0 20px 20px;
}

.content-list ul {
    margin: 0;
    padding: 0;
}

.content-list ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
}

.content-list ul li:after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 7px;
    background: url(../images/shapes.gif) repeat;
}

.content-list li a {
    color: #1C3365;
    font-size: 16px;
    font-weight: 700;
}

.content-list li a:hover {
    text-decoration: underline;
}

.bluebox {
    background-color: #1c3365;
    padding: 15px 20px 15px 20px;
    text-align: center;
    margin: 30px 0 0 0;
}

.bluebox p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.bluebox p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
}

.bluebox p a:hover {
    color: #f80f0f;
}

.right-box {
    background-color: #CAD9E0;
    min-height: 100px;
    width: 100%;
    position: relative;
    padding: 40px 30px 5px 30px
}

.right-box:before {
    content: " ";
    position: absolute;
    background: url(../images/Gray_triangle.png) no-repeat 100%;
    width: 64px;
    height: 77px;
    top: -37px;
    left: 0;
}

.right-box-outer p {
    margin: 0 0 5px 0;
    line-height: 20px;
}

.right-box-outer h2 {
    color: #999999;
    font-size: 30px;
    position: relative;
    left: 53px;
    top: 12px;
    width: 50%;
}

.right-box h3 {
    margin: 0;
}

.video-view img {
    width: 100%;
}

.video-time {
    color: #7D757D;
    font-size: 12px;
    font-weight: 700;
}

.video-view {
    margin: 0 0 25px 0;
}

.video-view a {
    display: block;
    position: relative;
}

.video-view a::after {
    content: " ";
    background: url(../images/Play_triangle_25.png) no-repeat 120%;
    position: absolute;
    width: 98px;
    height: 85px;
    left: 43%;
    top: 16%;
}

footer {
    background-color: #1C3365;
    padding: 20px;
    text-align: center;
}

footer p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.modal-title {
    color: #1C3365;
    font-weight: 700;
}

.modal-body p {
    font-size: 14px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.modal-body iframe {
    width: 100%;
}

.muncipal-box ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.muncipal-box ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    text-align: center;
}

.muncipal-box ul li p {
    font-weight: 700;
    font-size: 14px;
}

.muncipal-box ul li a {
    display: block;
    color: #000;
}

.muncipal-box ul li a:hover {
    color: #2667a5;
}

.muncipal-box ul li a:hover img {
    transform: scale(0.9);
}

.muncipal-box ul li img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.video-view a img {
    transform: scale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.video-view a:hover img {
    transform: scale(0.95);
}

.list-01 ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

a.playico-none::after {
    background: none;
}

.infra-list ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.infra-list li {
    display: inline-block;
    list-style: none;
    margin: 0 20px 20px 0;
    width: 31%;
    vertical-align: top;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}

.infra-list li img {
    margin: 0 20px 0 0;
}

.infra-list li p {
    font-weight: 700;
    font-size: 13px;
    padding: 0 25px 0 25px;
}

.infra-img {
    height: 100px;
    line-height: 100px;
    margin: 0 0 10px 0;
}

.qli-img {
    text-align: center;
}

.qli-img img {
    width: 50%;
    display: inline-block;
    margin: 0 0 20px 0;
}

.btn-primary {
    color: #fff;
    background-color: #1C3365;
    border-color: #1C3365;
}

.fontblueBold {
    color: #1C3365;
    font-weight: 700;
    font-size: 18px;
}

.box-odd {
    background-color: #dee9ef;
    padding: 20px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.box-even {
    background-color: #dee9ef;
    padding: 20px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.h2-span {
    display: block;
    font-size: 16px;
}

.municipal-top-log {
    width: 350px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
    text-align: center;
}

.municipal-log {
    padding: 0 20px 20px 20px;
}

.municipal-top-log img {
    width: 100%;
}

.article-box {
    background: url(../images/Divider-line-very-short-300.png) no-repeat left bottom;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.article-box h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.view-full a {
    color: #f80f0f;
    font-size: 16px;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.view-full a:hover {
    text-decoration: underline;
}

.back-btn {
    position: absolute;
    display: inline-block;
    background-color: #1c3365;
    color: #fff;
    right: 0;
    top: 0;
    padding: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.back-btn:hover {
    background-color: #2667A5;
    color: #fff;
}

.pdf-download a {
    background: url(../images/pdf.png) no-repeat left top;
    background-size: 50px;
    display: inline-block;
    color: #1C3365;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 10px 10px 55px;
}

.pdf-download a:hover {
    color: #1497D0;
}

.card-block {
    text-align: center;
}

.card-block li {
    width: 220px;
    vertical-align: top;
    border: 1px solid #e7e7e7;
    display: inline-block;
}

.card-block li p {
    font-size: 14px;
    padding: 0 5px 0 5px;
}

.card-block li img {
    width: 100%;
}

.card-img {
    padding: 10px 50px 10px 50px;
}

.right-box h3 {
    text-transform: uppercase;
    color: #1C3365;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.right-box ul {
    margin: 0 0 10px 20px;
    padding: 0;
}

.right-box ul li {
    list-style: none;
}

.right-box ul li a {
    color: #0d44bd;
    font-size: 14px;
}

.right-box ul li a:hover,
.right-box ul li.active a {
    color: #040404;
    font-weight: 700;
}

.center-img img {
    width: 100%;
}

.lightbox {
    background-color: #dee9ef;
}

.center-img {
    width: 50%;
    margin: 0 auto;
    padding: 10px;
}

.abt-this-pic {
    position: absolute;
    top: 215px;
    left: 30px;
    color: #f80f0f;
    font-size: 16px;
    font-weight: 700;
}

.abt-this-pic:hover {
    text-decoration: underline;
    color: #f80f0f;
}

.mark-qei img {
    width: 100%;
}

.mark-qei {
    position: absolute;
    width: 48%;
    top: 8px;
    left: -23px;
}

.mark-qei.mark-qei-second {
    width: 43%;
    top: 129px;
    left: -23px;
}

.mark-qei.mark-qei-third {
    position: absolute;
    width: 38%;
    bottom: -11px;
    left: -25px;
    top: auto;
}

.heading span {
    font-size: 28px;
}

.heading {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sub-heading .number-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 64px;
    display: inline-block;
    font-weight: bold;
    color: #95A9BF;
    line-height: 59px;
    position: absolute;
    left: 0;
    top: 0;
}

.sub-heading p {
    width: 90%;
    padding-left: 50px;
}

.sub-heading.long p {
    padding-left: 100px;
}

.sub-heading p span {
    font-size: 24px;
    color: #000066;
    font-weight: 700;
}

.view-detail a {
    color: #fff;
    background-color: #1C3365;
    padding: 5px 20px 5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
}

.view-detail a:hover {
    background-color: #1497D0;
}

.form-wrapper {
    padding: 20px 0 0 0;
}

.form-group {
    position: relative;
}

.form-group+.form-group {
    margin-top: 30px;
}

.form-label {
    position: absolute;
    left: 2px;
    top: 5px;
    color: #999;
    background: #f7f7f7;
    z-index: 10;
    padding: 2px 15px 2px 15px;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.focused .form-label {
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
    font-size: 0.75em;
}

.form-input {
    position: relative;
    padding: 12px 0px 5px 15px;
    width: 100%;
    outline: 0;
    border: 0;
    background: #f7f7f7;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}

.form-input:focus {
    box-shadow: 0 2px 0 0 #1C3365;
}

.form-input.filled {
    box-shadow: 0 2px 0 0 lightgreen;
}

textarea.form-input {
    height: 200px;
    resize: none;
}

.info {
    font-size: .8em;
    color: #e66262;
    letter-spacing: 2px;
    padding-left: 5px;
    position: absolute;
    right: 0;
    top: -20px;
}

.successMessage {
    color: lightgreen;
    font-size: 14px;
    font-weight: bold;
}


/* Example media queries */

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }
    .cbp-spmenu-top {
        top: -110px;
    }
    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }
    .cbp-spmenu-right {
        right: -190px;
    }
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

@media only screen and (max-width: 1199px) {
    .infra-list li {
        width: 30%;
    }
    .logo img {
        width: 150px;
    }
    .logo {
        top: -21px;
    }
    .header_top {
        background-size: 47%;
    }
    .top_head_right {
        background-size: 100%;
    }
    .header_top {
        height: 37px;
    }
    .outer_wrapper {
        min-width: auto;
        margin: 0 auto;
    }
    .banner_center h1 {
        font-size: 20px;
        left: 199px;
        top: 9px;
    }
    ul.mainmenu {
        padding: 0 0 0 170px;
    }
    ul.mainmenu li {
        margin: 3px 20px 0 0;
    }
    ul.mainmenu li a {
        font-size: 13px;
        line-height: 15px;
    }
    .right_menu {
        background-size: 57%;
    }
    .banner_center h1 span {
        font-size: 16px;
    }
    .banner_center h2 {
        font-size: 20px;
        bottom: -13px;
    }
    .banner_center {
        height: 104px;
    }
    .menu_container {
        height: 37px;
    }
    .right_menu ul {
        padding: 30px 10px 0 0;
    }
    .right_menu ul li {
        margin: 0 0 12px 0;
    }
    .top_head_right ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .logo img {
        width: 100px;
    }
    .logo {
        top: -34px;
        left: 13px;
    }
    .right_menu {
        display: none;
    }
    .menu_container {
        display: none
    }
    #showLeft {
        display: block;
        position: absolute;
        right: 6px;
        z-index: 1;
        top: 0px;
        cursor: pointer;
    }
    .header_top {
        background: #d4d4d4;
    }
    .top_head_right {
        width: 100%;
        float: none;
        text-align: center;
    }
    .banner_center {
        height: 210px;
    }
    .banner_center h1 {
        /* position: static; */
        padding-top: 69px;
        padding-left: 20px;
    }
    .banner_center h2 {
        /* position: static; */
        padding-left: 20px;
    }
    .top_head_right ul li {
        margin: 0 3px 0 0;
    }
    .top_head_right ul li a {
        font-size: 12px;
    }
    .back-btn {
        position: relative;
        margin-bottom: 10px;
    }
    .banner_center h1 {
        left: 0;
    }
    h2 {
        font-size: 22px;
    }
}

@media only screen and (max-width:991px) {
    .infra-list li {
        width: 46%;
    }
    .main-content-box .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-content-box .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .video-view a::after {
        left: 47%;
        top: 33%;
    }
    .banner_center h1 {
        font-size: 17px;
    }
    .banner_center h1 span {
        font-size: 13px;
    }
    .banner_center h2 {
        font-size: 17px;
    }
}

@media only screen and (max-width:767px) {
    .infra-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .qli-img img {
        width: 100%;
    }
    .qei-list li {
        width: 100%;
    }
    .center-img {
        width: 100%;
    }
    .mob-mb-4 {
        margin-bottom: 30px;
    }
    .qei-right-img {
        margin: 20px 0 0 0;
    }
}

@media only screen and (max-width:550px) {
    .main-content-box p img {
        width: 100%;
        margin: 0;
        float: none !important;
    }
    .video-view a::after {
        left: 42%;
        top: 20%;
    }
    .overflow-hidden img {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width:407px) {
    .logo img {
        width: 60px;
    }
    .logo {
        top: -34px;
        left: 6px;
    }
    .top_head_right ul {
        padding: 7px 0 0 70px;
        text-align: left;
    }
    .banner_center h1 {
        padding-top: 35px;
    }
}