@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);

body {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
    font-size: 14px;
    color: #4d4d4d;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
}

a,
a:active,
a:visited {
    text-decoration: none;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover {
    text-decoration: none;
}



.main_menu {
    display: block;
    width: 100%;
    background-color: #0a5994;
    z-index: 20;
}

.main_menu .menu_stlish {
    display: block;
    width: 100%;
}

.main_menu .menu_stlish .navbar {
    margin-bottom: 0px;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

.main_menu .menu_stlish .navbar-default {
    background-color: transparent;
    background-image: none;
}

.main_menu .menu_stlish .navbar-nav>li>a>i {
    margin-bottom: 3px !important;
    display: block;
    width: 33px;
    height: 33px;
    margin: 0 auto;
    line-height: 36px;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    background: #fff;
    color: #0e5080;
    border-radius: 50%;
}

.main_menu .menu_stlish .navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 10px 15px 4px 15px;
    font-size: 13px;
}

.main_menu .menu_stlish .navbar-default .navbar-nav>.active>a {
    background-image: none !important;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #ffc20e;
}

.main_menu .menu_stlish .navbar-default .navbar-nav>.open>a {
    background-image: none !important;
    background-color: transparent;
    box-shadow: none;
}


.main_menu .menu_stlish .navbar-default .navbar-nav>.active>a>i,
.main_menu .menu_stlish .navbar-default .navbar-nav>.active>a:focus>i,
.main_menu .menu_stlish .navbar-default .navbar-nav>.active>a:hover>i {
    background: #ffc20d;
    color: #0e5080;
}

.main_menu .menu_stlish .navbar-nav>li>a:hover>i {
    background: #ffc20d;
    color: #0e5080;
}

.main_menu .menu_stlish .navbar-collapse {
    padding-left: 0px;
}

.main_menu .menu_stlish ul.navbar-right li.login {}

.main_menu .menu_stlish ul.navbar-right li.login a {
    font-weight: bold;
}

.main_menu .menu_stlish ul.navbar-right li.login a.btn {
    background-color: #ffc20e;
    border: 2px solid #ffc20e;
    padding: 6px 12px;
    color: #000;
    font-size: 15px;
    border-radius: 6px;
    margin-top: 18px;
}

.main_menu .menu_stlish ul.navbar-right li.login a.btn:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #0d84d4;
}

.main_menu .menu_stlish .dropdown {
    position: relative;
}

.main_menu .menu_stlish .dropdown .dropdown-menu {
    position: absolute;
    top: 125%;
    background: #fff;
}

.main_menu .menu_stlish .dropdown:hover>.dropdown-menu {
    display: block;
}

.main_menu .menu_stlish .dropdown:hover>.dropdown-menu::before {
    content: '';
    background: url(../images/menu-arrow.png) no-repeat;
    width: 28px;
    height: 13px;
    position: absolute;
    top: -10px;
    left: 40px;
    z-index: 9999;
    opacity: 1;
}

.main_menu .menu_stlish .dropdown:hover>.dropdown-menu::after {
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 9999;
    opacity: 1;
}




.main_menu .menu_stlish .dropdown .dropdown-menu a::before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding-right: 10px;
}


.about_us {
    display: block;
    width: 100%;
    padding: 4% 0%;
    background: url('../images/about_bg.jpg') scroll 0 0;
    background-repeat: repeat;
    background-size: cover;
}

.about_us .about_person {
    display: block;
    width: 100%;
}

.about_us .about_person img {
    width: 100%;
}

.about_us .about_info {
    display: block;
    width: 100%;
}

.about_us .about_info h3 {
    font-size: 33px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DCDCDC;
    color: #000;
}

.about_us .about_info p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #000;
}

.about_us .about_info a {}

.about_us .about_info a.btn {
    background-color: #0d84d4;
    border: 2px solid #0d84d4;
    color: #fff;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 32px;
    margin-top: 10px;
}

.about_us .about_info a.btn:hover {
    background: transparent;
    border: 2px solid #0d84d4;
    color: #0d84d4;
}

.our_works {
    display: block;
    width: 100%;
    padding: 4% 0%;
}

.our_works .row {
    display: flex;
    flex-wrap: wrap;
}

.our_works .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.our_works .row > [class*="col-"] > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.our_works .head_img {}

    .our_works .head_img .img-thumbnail {
        padding: 0px;
        border-radius: 0px;
        border: none;
        width: 100%;
    }

.our_works .work_info {
    display: block;
    padding: 5%;
    background-color: #e8e8e8;
    flex-grow: 1;
}

.our_works .work_info h4 {
    margin-top: 0px;
    font-size: 24px;
    color: #000;
}

.our_works .work_info ul {
    padding-left: 0px;
    position: relative;
    margin-top: 15px;
    min-height: 180px;
}

.our_works .work_info ul li {
    list-style: none;
    padding-left: 20px;
    font-size: 15px;
    margin-bottom: 10px;
}

.our_works .work_info ul li a {
    color: #000;
    text-decoration: none;
}

.our_works .work_info ul li:before {
    position: absolute;
    left: 0px;
    margin-top: 2px;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 13px;
    color: #ffc20e;
}

.our_works .work_info a.btn {
    background-color: #0d84d4;
    border: 2px solid #0d84d4;
    color: #fff;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 32px;
    margin-top: 10px;
}

.our_works .work_info a.btn:hover {
    background: transparent;
    border: 2px solid #0d84d4;
    color: #0d84d4;
}

.call_us {
    display: block;
    width: 100%;
    text-align: center;
    padding: 4% 0%;
    background: url("../images/action_cont_bg.jpg") scroll 0 0;
    background-repeat: repeat;
    background-size: cover;
}

.call_us h2 {
    color: #fff;
    font-size: 40px;
    font-weight: lighter;
    margin-top: 0px;
}

.call_us h2 span {
    font-weight: bold;
}

.call_us a.btn {
    font-size: 25px !important;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding: 8px 25px;
    font-size: 15px;
    border-radius: 32px;
    margin-top: 13px;
}

.call_us a.btn:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #0d84d4;
}

.footer {
    display: block;
    width: 100%;
    background: #0a5893 url(../images/footer-bg-1920.png) no-repeat bottom;
    padding: 3% 0% 1% 0%;
}

.footer .brand_logo {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.footer .brand_logo img {
    width: auto;
}

.footer ul.add {
    padding-left: 0px;
}

.footer ul.add li {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    margin: 0;
}

.footer ul.add li i {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    margin: 0 15px 0 0;
    line-height: 32px;
    font-size: 15px;
    text-align: center;
    color: #0d609c;
    background: #fff;
    border-radius: 50%;
    float: left;
}

.footer ul.add li i:hover {
    color: #0e5080;
    background-color: #ffc20d;
}

.footer ul.add li span {
    display: inline-block;
    width: 80%;
    font-size: 14px;
    vertical-align: top;
    color: #fff;
    line-height: 22px;
}

.footer .link_head {}

.footer .link_head h4 {
    margin-top: 0px;
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
}

.footer .linkss {
    display: block;
    width: 100%;
}

.footer .linkss ul {
    padding-left: 0px;
}

.footer .linkss ul li {
    list-style: none;
    margin-bottom: 11px;
}

.footer .linkss ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.footer .linkss ul li a:hover {
    color: #ffc20d;
}


.footer .social_links {
    display: block;
    width: 100%;
}

.footer .social_links ul {
    padding-left: 0px;
}

.footer .social_links ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.footer .social_links ul li a {
    padding: 5px 12px;
    border: 2px solid #fff;
    color: #fff;
}

.footer .social_links ul li a:hover {
    border: 2px solid #ffc20d;
    background-color: #ffc20d;
    color: #0e5080;
}

.footer .social_links .inner_link_head h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
}

.footer .social_links input {
    width: 170px;
    border-radius: 0px;
}

.footer .social_links a.btn {
    border: 2px solid #fff;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    font-size: 15px;
}

.footer .social_links a.btn:hover {
    background-color: #ffc20d;
    border: 2px solid #ffc20d;
    color: #0e5080;
}

.footer .social_links input.form-control {
    height: 38px;
}


.footer_bottom {
    display: block;
    width: 100%;
    background-color: #0d84d4;
    padding: 12px 0px;
}

.footer_bottom .foot_link {
    display: block;
    width: 100%;
}

.footer_bottom .foot_link ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer_bottom .foot_link ul li {
    display: inline-block;
    list-style: none;
    border-right: 1px solid #fff;
}

.footer_bottom .foot_link ul li:last-child {
    border-right: none;
}

.footer_bottom .foot_link ul li a {
    padding: 0px 10px;
    color: #fff;
}


.top_head {
    display: block;
    width: 100%;
    padding: 5px 0px 2px;
    background-color: #ffc20e;
}

.top_head .social_links_top {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.top_head .social_links_top ul {
    padding-top: 5px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.top_head .social_links_top ul li {
    list-style: none;
    display: inline;
    margin-right: 6px;
}

.top_head .social_links_top ul li a {
    color: #fff;
    background-color: #208ad4;
    padding: 4px 8px;
    border-radius: 4px;
}

.top_head .social_links_top ul li a:hover {
    color: #208ad4;
    background-color: #fff;
}

.top_head .navbar-form {
    margin: 0px;
    padding: 0px 0px;
    margin-right: 0px;
}

.foricon {}

.foricon .form-group {
    position: relative;
}

.foricon .form-group input {
    border-radius: 32px;
    height: 28px;
    padding: 3px 12px;
    border: none;
}

.foricon i {
    position: absolute;
    right: 8px;
    top: 6px;
    color: #1d88d4;
}


.middle_head {
    display: block;
    width: 100%;
    padding: 1% 0%;
    background: rgba(43, 160, 247, 1);
    background: -moz-linear-gradient(top, rgba(43, 160, 247, 1) 0%, rgba(20, 131, 212, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43, 160, 247, 1)), color-stop(100%, rgba(20, 131, 212, 1)));
    background: -webkit-linear-gradient(top, rgba(43, 160, 247, 1) 0%, rgba(20, 131, 212, 1) 100%);
    background: -o-linear-gradient(top, rgba(43, 160, 247, 1) 0%, rgba(20, 131, 212, 1) 100%);
    background: -ms-linear-gradient(top, rgba(43, 160, 247, 1) 0%, rgba(20, 131, 212, 1) 100%);
    background: linear-gradient(to bottom, rgba(43, 160, 247, 1) 0%, rgba(20, 131, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba0f7', endColorstr='#1483d4', GradientType=0);
}

.middle_head .bank_logo {
    display: block;
    width: 100%;
}

.middle_head .bank_logo img {
    max-width: 100%;
    height: 42px;
}

.middle_head .partner_bank {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.middle_head .partner_bank h2 {
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}

.middle_head .partner_bank h2 span {
    font-size: 16px;
    font-weight: normal;
}

.middle_head .location_info {
    display: block;
    width: 100%;
}

.middle_head .location_info ul.add {
    padding-left: 0px;
    margin-bottom: 0px;
}

.middle_head .location_info ul.add li {
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.middle_head .location_info ul.add li i {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    margin: 0 15px 0 0;
    line-height: 32px;
    font-size: 15px;
    text-align: center;
    color: #0d609c;
    background: #fff;
    border-radius: 50%;
    float: left;
}

.middle_head .location_info ul.add li span {
    display: inline-block;
    width: 80%;
    font-size: 13px;
    vertical-align: top;
    color: #fff;
    line-height: 22px;
}

.middle_head .location_info ul.add li i:hover {
    background: #ffc20d;
    color: #0e5080;
}



.middle_head .contact_info {
    display: block;
    width: 100%;
}

.middle_head .contact_info ul.add {
    padding-left: 0px;
    margin-bottom: 0px;
}

.middle_head .contact_info ul.add li {
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.middle_head .contact_info ul.add li i {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    margin: 0 15px 0 0;
    line-height: 32px;
    font-size: 15px;
    text-align: center;
    color: #0d609c;
    background: #fff;
    border-radius: 50%;
    float: left;
}

.middle_head .contact_info ul.add li span {
    display: inline-block;
    width: 80%;
    font-size: 13px;
    vertical-align: top;
    color: #fff;
    line-height: 22px;
}

.middle_head .contact_info ul.add li i:hover {
    background: #ffc20d;
    color: #0e5080;
}

.pad0 {
    padding: 0px;
}

.padr {
    padding-right: 0px;
}

.form-control::-moz-placeholder {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}








/*CAROUSEL*/
.slider_top .main-text {
    position: absolute;
    top: 100px;
    width: 96.66666666666666%;
    color: #FFF;
}

.slider_top .carousel-btns {
    margin-top: 12em;
}



.slider_top .carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 38, 0.5);
}

.slider_top .carousel-inner img {
    width: 100%;
}

/*CONTROL*/
.slider_top .carousel-control {
    width: 15%;
    z-index: 2;
}

.slider_top .carousel-control .icon-prev,
.slider_top .carousel-control .icon-next,
.slider_top .carousel-control .fa-chevron-left,
.slider_top .carousel-control .fa-chevron-right {
    position: absolute;
    top: 47%;
    right: 0;
    z-index: 5;
    display: inline-block;
    background-color: #1c99d4;
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-size: 14px;
}

.slider_top .carousel-control .icon-prev,
.slider_top .carousel-control .fa-chevron-left {
    left: 0;
}

.slider_top .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 1px;
    border: 2px solid #fff;
    opacity: .8;
}

.slider_top .carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.slider_top .carousel-control .icon-prev,
.slider_top .carousel-control .fa-chevron-left,
.slider_top .carousel-control .icon-right,
.slider_top .carousel-control .fa-chevron-right {
    border-radius: 50px;
}




.slider_top .carousel-control .icon-prev,
.slider_top .carousel-control .fa-chevron-left {
    left: 100px;
}

.slider_top .carousel-control .icon-right,
.slider_top .carousel-control .fa-chevron-right {
    right: 100px;
}

.slider_top .carousel-indicators li {
    width: 30px;
    height: 8px;
    margin: 0 1px;
    border: 2px solid #fff;
    opacity: .8;
    border-radius: 0px;
    background: #fff;
}

.slider_top .carousel-indicators .active {
    background-color: #1b92c3;
    border-color: #148ec0;
    width: 30px;
    height: 8px;
    margin: 0 1px;
    opacity: .8;
    border-radius: 0px;
}

.slider_top .carousel-btns .btn {
    padding: 6px 34px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
}


.slider_head {
    display: block;
    width: 100%;
    padding: 0%;
    background-image: url(../images/notification_bg.jpg);
}

.slider_head .slider_title {
    display: block;
    width: 100%;
    padding: 0%;
    border-bottom: 2px solid #70b4e0;
}

.slider_head .slider_title h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.slider_head .carousel {
    display: block;
    width: 100%;
    padding: 4% 0%;
}

.slider_head .carousel-inner .icons_content {
    text-align: center;
    padding: 0% 10%;
    display: block;
}

.slider_head .carousel-inner .icons_content a {
    text-decoration: none;
}

.slider_head .icons_content a .image {
    display: block;
    width: 100%;
}

.slider_head .icons_content a .image img {
    text-align: center;
}

.slider_head .carousel-inner .icons_content a .image_text {
    display: block;
    width: 100%;
    margin-top: 6%;
}

.slider_head .carousel-inner .icons_content a .image_text h2 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 1% 0%;
    line-height: 24px;
}

.slider_head .carousel-control .glyphicon-chevron-left,
.slider_head .carousel-control .glyphicon-chevron-right {
    padding: 18% 0%;
    background: #fff;
    width: 45px;
    height: 40px;
    text-align: center;
    color: #171717;
    opacity: 1;
    font-size: 22px;
}

.slider_head .carousel-control {
    opacity: 1;
}

.slider_head .carousel-inner {
    position: relative;
    width: 88%;
    overflow: hidden;
    left: 6%;
}

.slider_head .carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.slider_head .carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
}

.slider_head .carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
}

.slider_head .carousel-showmanymoveone .carousel-item.active,
.slider_head .carousel-showmanymoveone .carousel-item-next,
.slider_head .carousel-showmanymoveone .carousel-item-prev {
    display: flex !important;
}

.slider_head .carousel-showmanymoveone .cloneditem-1,
.slider_head .carousel-showmanymoveone .cloneditem-2,
.slider_head .carousel-showmanymoveone .cloneditem-3 {
    display: none;
}



.inner-content {
    display: block;
    width: 100%;
    padding: 4% 0%;
}

.inner-content .content {
    display: block;
    width: 100%;
}

.inner-content .content .content_img {
    display: block;
    width: 100%;
}

.inner-content .content .content_img img {
    width: 100%;
}

.inner-content .content .content_detail {
    display: block;
    width: 100%;
}

.inner-content .content .content_detail h2 {
    color: #000;
    text-align: center;
}

.inner-content .content .content_detail p {
    color: #000;
    text-align: justify;
}






@media all and (min-width: 768px) {

    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item.active.carousel-item-end,
    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item-next:not(.carousel-item-start) {
        transform: translateX(50%) !important;
    }

    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item.active.carousel-item-start,
    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-50%) !important;
    }

    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item-next.carousel-item-start,
    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item-prev.carousel-item-end,
    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item.active {
        transform: translateX(0) !important;
    }

    .slider_head .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 992px) {

    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item.active.carousel-item-end,
    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item.active.carousel-item-start,
    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item-next.carousel-item-start,
    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item-prev.carousel-item-end,
    .slider_head .carousel-showmanymoveone .carousel-inner>.carousel-item.active {
        transform: translateX(0) !important;
    }

    .slider_head .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .slider_head .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

.txtc {
    text-align: right;
}

.foot_link {
    text-align: left;
}

@media all and (max-width: 460px) {
    .menu .accordion-heading .edit {
        right: 10px !important;
    }

    .footer .txtc,
    .foot_link {
        text-align: center;
    }

    .menu .accordion-heading a {
        font-size: 13px;
    }
}

@media all and (min-width: 320px) and (max-width: 480px) {

    .slider_head .carousel-control .glyphicon-chevron-left,
    .slider_head .carousel-control .glyphicon-chevron-right {
        padding-top: 52%;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media all and (min-width: 481px) and (max-width: 600px) {

    .slider_head .carousel-control .glyphicon-chevron-left,
    .slider_head .carousel-control .glyphicon-chevron-right {
        padding-top: 42%;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media all and (min-width: 601px) and (max-width: 767px) {

    .slider_head .carousel-control .glyphicon-chevron-left,
    .slider_head .carousel-control .glyphicon-chevron-right {
        padding-top: 36%;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media all and (min-width: 320px) and (max-width: 776px) {

    .slider_head .carousel-inner {
        position: relative;
        width: 75%;
        overflow: hidden;
        left: 13%;
    }

    .slider_head .carousel {
        display: block;
        width: 100%;
        padding: 10% 0%;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .slider_head .carousel-inner {
        position: relative;
        width: 85%;
        overflow: hidden;
        left: 8%;
    }

    .slider_head .carousel-control .glyphicon-chevron-left,
    .slider_head .carousel-control .glyphicon-chevron-right {
        padding: 25% 0%;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .slider_head .carousel-inner {
        position: relative;
        width: 86%;
        overflow: hidden;
        left: 7%;
    }
}

/***gellery***/
.gallery_head {
    display: block;
    width: 100%;
    padding: 2% 0%;
    background-color: #e8e8e8;
}

.gallery_head .gallery_title {
    display: block;
    width: 100%;
    padding: 2% 0%;
}

.gallery_head .gallery_title h1 {
    font-size: 35px;
    font-weight: bold;
    margin: 0;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
}

.gallery_head .gallery_items {
    display: block;
    width: 100%;
    padding: 2% 0%;
}

.gallery_head .gallery_items ul {
    padding: 0;
    margin: 0;
}

.gallery_head .gallery_items ul li {
    display: inline-block;
    width: 22%;
    margin-right: 2%;
    margin-bottom: 1%;
}

.gallery_head .gallery_items ul li .images {
    display: block;
    width: 100%;
}

.gallery_head .gallery_items ul li .thumbnail {
    width: 100%;
}

.gallery_head .gallery_items ul li .thumbnail:hover {
    opacity: .6;
}

.gallery_head .gallery_items .show_more {
    display: block;
    width: 100%;
    padding: 2% 0%;
    text-align: center;
}

.gallery_head .gallery_items .show_more .show_btn {
    text-decoration: none;
    padding: 12px 25px;
    background-color: #3474c8;
    border-radius: 32px;
    font-size: 20px;
    color: #fff;
}

.gallery_head .gallery_items .show_more .show_btn:hover {
    background-color: transparent;
    border: 2px solid #3474c8;
    color: #3474c8;
}

.modal_head .modal {
    background: rgba(0, 0, 0, .7);
    overflow: hidden !important;
}

.modal_head .modal-dialog {
    width: 900px !important;
    max-width: 95% !important;
    height: auto !important;
    margin: 50px auto !important;
}

.modal_head .modal-header {
    /*padding: 15px;*/
    padding: 0px;
    border-bottom: 0px solid #e5e5e5;
}

.modal_head .close,
.modal_head .btn-close {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000 !important;
    opacity: .9;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    background-color: #eee !important;
    border: none !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box !important;
    padding: 0 !important;
}

.modal_head .modal-body {
    position: relative;
    padding: 0px !important;
    height: auto !important;
}

.modal_head .img-responsive {
    display: block;
    width: auto;
    max-height: 100%;
}

.modal_head .modal-content {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
}

.modal_head .carousel,
.modal_head .carousel-inner,
.modal_head .carousel-item {
    height: auto !important;
}

.modal_head .carousel-item img {
    width: 100% !important;
    max-width: 900px !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.modal_head .thumbnail {
    background-color: unset;
    border: 0;
    margin-bottom: 0px;
    padding: 0;
    border-radius: 0;
}

/* .modal-dialog {}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
} */

li.opt_resp {}

li.opt_resp_show {
    display: none;
}


















@media only screen and (min-width: 320px) and (max-width:400px) {

    .modal_head .modal-dialog {
        width: 90% !important;
        height: 320px !important;
        margin: 80px auto;
    }

    .modal_head .carousel-item img {
        max-height: 240px !important;
    }

    .modal_head .close,
    .modal_head .btn-close {
        top: 10px;
        right: 10px;
        font-size: 18px;
        width: 30px;
        height: 30px;
    }

    .modal_head .carousel-control.left {
        background-image: none;
        right: 340px !important;
    }

    .modal_head .carousel-control.right {
        background-image: none;
    }
}

@media only screen and (min-width: 401px) and (max-width:600px) {

    .modal_head .modal-dialog {
        width: 90% !important;
        height: 380px !important;
        margin: 80px auto;
    }

    .modal_head .carousel-item img {
        max-height: 300px !important;
    }

    .modal_head .close,
    .modal_head .btn-close {
        top: 10px;
        right: 10px;
        font-size: 18px;
        width: 30px;
        height: 30px;
    }

    .modal_head .carousel-control.left {
        background-image: none;
        right: 340px !important;
    }

    .modal_head .carousel-control.right {
        background-image: none;
    }
}

@media only screen and (min-width: 600px) and (max-width:767px) {

    .modal_head .modal-dialog {
        width: 560px !important;
        height: 460px !important;
        margin: 50px auto;
    }

    .modal_head .carousel-item img {
        max-height: 380px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {

    .modal_head .modal-dialog {
        width: 700px !important;
        height: 550px !important;
        margin: 50px auto;
    }

    .modal_head .carousel-item img {
        max-height: 470px !important;
    }

    .main_menu .menu_stlish .navbar-nav .nav-link {
        color: #fff;
        padding: 9px 10px 4px 9px;
        font-size: 7px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {

    .modal_head .modal-dialog {
        width: 800px !important;
        height: 600px !important;
        margin: 50px auto;
    }

    .modal_head .carousel-item img {
        max-height: 520px !important;
    }

    .main_menu .menu_stlish .navbar-nav .nav-link {
        color: #fff;
        padding: 10px 15px 4px 15px;
        font-size: 11px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .gallery_head .gallery_items ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 2%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .gallery_head .gallery_items ul li {
        display: inline-block;
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
    .gallery_head .gallery_items ul li {
        display: inline-block;
        width: 30%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery_head .gallery_items ul li {
        display: inline-block;
        width: 30%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .top_head .social_links_top {
        text-align: center;
    }

    .mbox ul li {
        display: inline-block !important;
        text-align: center;
    }

    .ticker-container {
        background-color: #fff !important;
        margin-bottom: 10px;
    }

    .middle_head .bank_logo {
        text-align: center;
    }

    .top_head {
        padding-bottom: 10px;
    }

    .middle_head .bank_logo {
        padding: 2% 0%;
    }

    .middle_head .partner_bank h2 {
        font-size: 18px;
    }

    .slider_top .carousel-control .icon-right,
    .slider_top .carousel-control .fa-chevron-right {
        right: 10px;
    }

    .slider_top .carousel-control .icon-left,
    .slider_top .carousel-control .fa-chevron-left {
        left: 10px;
    }

    .about_us .about_person {
        display: none;
    }

    .our_works .work_info ul {
        max-height: unset;
        min-height: unset;
    }

    .our_works .work_info {
        margin-bottom: 20px;
    }

    .footer .social_links input {
        width: 100%;
    }

    .call_us h2 {
        font-size: 35px;
    }

    .main_menu .menu_stlish .navbar-nav .nav-link i {
        display: inline-block;
        margin-right: 10px;
    }

    .middle_head .location_info ul.add li i,
    .middle_head .contact_info ul.add li i {
        display: none;
    }

    .middle_head .location_info,
    .middle_head .contact_info {
        text-align: center;
    }

    .middle_head .location_info ul.add li span {
        line-height: 17px;
    }

    .middle_head .contact_info ul.add li span {
        line-height: 17px;
    }

    .middle_head .location_info {
        margin: 2% 0%;
    }

    .middle_head .contact_info {
        margin-bottom: 2%;
    }

    .ticker-container .ticker-caption::before {
        display: none;
    }

    .carousel-indicators {
        bottom: 0px;
    }

    .our_works .head_img .img-thumbnail {
        width: 100%;
    }

    .footer_bottom .foot_link ul {
        text-align: left;
    }

    .footer_bottom .foot_link ul li {
        margin-bottom: 10px;
        border-right: 0px solid #fff !important;
    }

    .footer_bottom .foot_link ul li a {
        padding: 0px 5px !important;
    }

    .footer_bottom .foot_link ul {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ticker-container {
        background-color: #fff !important;
        margin-bottom: 10px;
    }

    .top_head .social_links_top {
        text-align: left;
    }

    .middle_head .partner_bank {
        text-align: left;
        padding-left: 10px;
    }

    .middle_head .location_info ul.add li i,
    .middle_head .contact_info ul.add li i {
        display: none;
    }

    .middle_head .location_info {
        text-align: right;
        padding-right: 10px;
    }

    .middle_head .contact_info {
        text-align: left;
    }

    .middle_head .bank_logo {
        text-align: right;
    }

    .middle_head .location_info,
    .middle_head .contact_info {
        margin-top: 2%;
    }

    /*li.opt_resp {
        display: none;
    }*/

    li.opt_resp_show {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer ul.add li span {
        width: 75%;
    }

    .footer .social_links input {
        width: 130px;
    }

    .middle_head .partner_bank h2 {
        font-size: 22px;
    }

    .middle_head .location_info ul.add li i,
    .middle_head .contact_info ul.add li i {
        display: none;
    }

    .middle_head .location_info ul.add li span {
        width: 100%;
    }

    .container {
        width: 990px;
    }

    .main_menu .menu_stlish .navbar-nav .nav-link {
        padding: 10px;
    }
}


/*About us*/

.about_banner {
    /*background:url(../../images/about/banner-bg.jpg) no-repeat center;
	height:325px;*/
    margin-top: 0px;
}

.about_banner_opacity {
    background: #003e63;
    /*height:326px;*/
    position: relative;
}

.banner_info_about {
    padding-top: 10px;
    padding-bottom: 2px;
    background: #f1f1f1;
}

.banner_info_about h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 800;
    font-size: 2.50em;
    color: #fff;
    position: relative;
}

.banner_info_about h1:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #ffc20e;
    position: absolute;
    bottom: -18px;
    right: 47.5%;
}

.inner_sec h1,
.inner_con h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 800;
    font-size: 2.50em;
    color: #0a5994;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px;
}

.inner_sec h1:before,
.inner_con h1:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #ffc20e;
    position: absolute;
    bottom: -18px;
    right: 47.5%;
}

.banner_info_about ul {
    padding: 0px;
}

.banner_info_about ul li {
    display: inline-block;
}

.banner_info_about ul li i {
    color: #ffc20e;
}

.banner_info_about ul li a,
.banner_info_about ul li {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 0.875em;
    color: #0a5994;
    font-weight: 600;
    letter-spacing: .03em;
}

.banner_info_about ul li a {
    font-size: 1em !important;
}

.inner_sec,
.inner_con {
    padding: 20px 0 40px;
    /*background-image: url(../images/inner_bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  opacity:3;*/
}

.inner_con h2 {
    font-size: 20px;
    color: #0a5994;
}

.inner_sec h2 {
    font-size: 20px;
    color: #0a5994;
}

.inner_sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner_sec li {
    padding-left: 1em;
    text-indent: -.7em;
}

.inner_sec li::before {
    color: #299ef4;
    content: "\2022";
    font-size: 1.4em;
    padding-right: 0.4em;
    position: relative;
    top: 2px;
}

.PT10 {
    padding-top: 10px;
}

.MT20 {
    margin-top: 20px;
}

.dropdown-menu>li>a {
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 30px 8px 20px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #ffc20e !important;
}

.meeting {
    width: 30px;
    height: 36px;
    background: url(../../images/meeting.png) no-repeat;
    background-position: 0 0;
    float: left;
    position: absolute;
    top: 3px;
    right: 0;
    left: 2em;
}

.meeting:hover {
    background-position: 0px -37px;
}

.well2 {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.covenor {
    margin: 0;
    padding: 0;
    margin: 0 2em;
}

.covenor h2 {
    text-align: center;
}

.covenor h4 {
    text-align: center;
}

.covenor p {
    text-align: center;
}

.border {
    border: 1px solid #ffc20e;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.box {
    background: #ffc20d;
    padding: 10px;
    text-align: center;
    color: #000;
    border: 1px solid #e4aa00;
}

.box1 {
    background: #0a5994;
    padding: 12px 16px 16px 16px;
    text-align: center;
    color: #fff;
    border: 1px solid #044a7e;
}

.box1:hover {
    background: #ffc20d;
    color: #000;
    border: 1px solid #ffc20d;
}

.box1:hover table td {
    border: 1px solid #fbdb80;
    border-top: 1px solid #fbdb80 !important;
}

.box:hover {
    background: #0a5994;
    padding: 10px;
    text-align: center;
    color: #fff;
    border: 1px solid #044a7e;
}

.box p,
.box1 p {
    font-size: 15px;
    font-weight: bold;
}

.box table,
.box1 table {
    margin-bottom: 0;
}

.box table td,
.box1 table td {
    background-color: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
}

.box table td {
    border: 1px solid #fbdb80;
    border-top: 1px solid #fbdb80 !important;
}

.box1 table td {
    border: 1px solid #397aab;
    border-top: 1px solid #397aab !important;
}

.c_state .col-lg-3 {
    margin: 10px;
    border: 1px solid #397aab;
    border-radius: 5px;
    padding: 10px;
    min-height: 170px;
    line-height: 26px;
}

.c_state table td {
    border-top: none !important;
}

.c_state table td p {
    border: 1px solid #397aab;
    border-radius: 5px;
    padding: 10px;
    min-height: 170px;
    line-height: 26px;
    font-weight: 600;
}

.c_state table td {
    width: 25%;
}

.c_state table td .fa {
    color: #0d84d4;
}

/*Members*/
ul.member-list {
    padding-left: 0;
    list-style: none;
}

ul.member-list>li {
    display: inline-block;
    width: 245px;
    min-height: 420px;
    background: white;
    padding: 15px;
    margin: 15px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
    filter: alpha(opacity=100);
    color: #5C5C5D;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: -webkit-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
    -moz-transition: -moz-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
    -o-transition: -o-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
    -ms-transition: -ms-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
    transition: transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
}

ul.member-list>li:hover {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(10, 89, 148, 0.9);
    box-shadow: 0px 1px 10px 0px rgba(10, 89, 148, 0.9);
    background: #faf9f9;
}

ul.member-list>li>img.photo {
    border: 4px solid #E5E5E5;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

ul.member-list>li .title {
    color: #F5682B;
    font-weight: 700;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
    font-size: 16px;
}

ul.member-list>li p {
    margin: 10px 0;
}

ul.member-list>li a {
    text-decoration: none;
    color: #5C5C5D;
    border-bottom: 1px dotted #AAACAF;
}

ul.member-list>li a:hover {
    border-bottom: none;
}

u.member-list.stacked {
    width: 230px;
    height: 440px;
    background: white;
    margin: 0 auto 15px auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    /*position: relative;*/
}

ul.member-list.stacked>li {
    /*position: absolute;
  top: 0;
  left: 0;*/
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul.member-list.stacked>li>img.photo {
    width: 200px;
    height: 200px;
}

ul.member-list .fa {
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 26px !important;
}

/*ul.member-list.stacked:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  height: 10px;
  background: #fff;
  border-radius: 5px;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.1);
}*/
ul.social-link {
    padding-left: 0;
    list-style: none;
    min-height: 30px;
}

ul.social-link>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

ul.social-link>li:first-child {
    padding-left: 0;
}

ul.social-link a {
    font-size: 24px;
    color: #999999;
    border: none !important;
}

ul.social-link a:hover {
    color: #555555;
}

.tcolr {
    color: #00b7eb !important;
}

.fcolr {
    color: #004aab !important;
}

.gcolr {
    color: #ff362c !important;
}

/*ldms*/
.ldmsbox {
    background: #fff;
    padding: 16px 16px 0px 16px;
    text-align: left;
    border: 1px solid #E6A407;
    position: relative;
}

.ldms,
.ldms p {
    font-size: 13px;
}

.ldms a {
    color: #4d4d4d;
}

.ldms h3 {
    font-size: 18px;
    padding: 0px;
    margin: 0;
}

.ldms .fa {
    color: #E35406;
    padding-right: 5px;
}

.bankbg {
    background-image: url(../images/bank_bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 150px;
}


.event {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 13px;
    margin-bottom: 10px;
    min-height: 80px;
    overflow: hidden;
    padding-bottom: 10px;
}

.event .date {
    background-color: #ffc20e;
    color: #fff;
    float: left;
    height: 107px;
    overflow: hidden;
    width: 120px;
    margin: 0;
}

.event .date:hover {
    background-color: #0a5994;
}

.event .date .day {
    font-size: 34px;
    position: relative;
    text-align: center;
    top: 14px;
    font-weight: bold;
}

.event .date .month {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
}

.event aside {
    padding: 10px 10px 0px 135px;
    border: 1px solid #ffc20e;
    min-height: 107px;
}

.event aside p {
    margin-bottom: 10px;
}



.menu .accordion-heading {
    position: relative;
    margin-bottom: 5px;
}

.menu .accordion-heading a {
    color: #fff;
    font-weight: bold;
}

.menu .accordion-heading a:hover {
    text-decoration: underline;
}

.menu .accordion-heading .edit {
    position: absolute;
    top: 8px;
    right: 20px;
}

.menu .area {
    border: 1px solid #ffc20e;
    background: #ffc20d;
}

.menu .districts {
    border: 1px solid #0a5994;
    background: #1d7ac0;
    margin-bottom: 2px;
}

.menu .accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.menu .accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.menu .menu .ponto {
    border-left: 4px solid #98b3fa;
}

.menu .collapse.in,
.menu .collapse.show {
    overflow: visible;
}

.menu .accordion-group {
    margin-bottom: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
}

.menu .accordion-group .accordion-group {
    border: none;
}

.tablenew tr:nth-of-type(odd) {
    background: #eee;
}

.tablenew th {
    background: #3498db;
    color: white;
    font-weight: bold;
}

.logo-links {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
}

.well2 p {
    padding-top: 15px;
    color: #ffc20e;
}

.btnmom {
    position: absolute;
    top: 8px;
    right: 24px;
    text-align: center;
    line-height: 30px;
}

.bankbox {
    background: #fff;
    padding: 16px 16px 0px 16px;
    text-align: left;
    border: 1px solid #E6A407;
    text-align: center;
    min-height: 230px;
    position: relative;
}

.bankbox img {}

.bankbox:before,
.bankbox:after,
.ldmsbox:before,
.ldmsbox:after {
    position: absolute;
    content: "";
    bottom: 12px;
    left: 15px;
    top: 80%;
    width: 45%;
    background: #9B7468;
    z-index: -1;
    -webkit-box-shadow: 0 14px 17px #9B7468;
    -moz-box-shadow: 0 14px 17px #9B7468;
    box-shadow: 0 14px 17px #9B7468;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.bankbox:after,
.ldmsbox:after {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
    right: 15px;
    left: auto;
}

.ldms .MT20 {
    margin-top: 40px;
}


.cse .gsc-control-cse,
.gsc-control-cse {
    background-color: #FFC20E !important;
    border: none !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
    padding: 0px !important;
}

.gsc-input-box {
    border: 1px solid #FFC20E !important;
    border-radius: 32px !important;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
    margin-left: -40px !important;
    padding: 0px !important;
}

.gsc-search-button-v2 svg {
    fill: #208AD4 !important;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: #fff !important;
    background-color: #fff !important;
}

.gsib_a {
    width: auto !important;
}

/* Force 'enhanced by Google' branding to always stay visible */
.gsib_b {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.txtblue {
    color: #fff;
    background: #0a5994;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 76px !important;
}

.ylwbox {
    background: #ffc20e;
    padding: 30px 0;
    min-height: 317px;
    color: #fff;
}

.ylwbox a {
    color: #fff;
}

.mbox {
    border: 1px solid #fff;
    /* margin: 20px 5px; */
    /* padding: 30px 0; */
    margin: 15px 5px;
    padding: 20px 0;
}

.mbox:hover {
    border: 1px solid #fbdb80;
}

.mbox h3 {
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0;
}

.mbox ul {
    text-align: center;
    margin: 0;
    margin-top: 20px;
}

.mbox ul li {
    list-style: none;
    display: inline;
    padding: 10px 20px;
    text-align: center;
}

.mbox ul li a {
    color: #000;
    font-weight: bold;
}

.mbox ul li {
    text-indent: -.7em;
}

.mbox ul li::before {
    color: #fff;
    content: "\f073";
    padding-right: 0.6em;
    position: relative;
    top: 0px;
    font-family: Font Awesome\ 5 Free;
}

.contact-form-box label {
    margin-top: 5px;
}

.contact-form-box h3 {
    color: #0e5080;
}

.navbar-right {
    margin-bottom: 10px;
}



.info-box {
    display: block;
    min-height: 77px;
    /* background: #fff; */
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #fff;
    text-align: center;
}

.info-box small {
    font-size: 14px;
}

.info-box .line {
    margin: 5px -10px 5px -10px;
    height: 1px;
    border-radius: 0;
    background: #fff;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 77px;
    width: 77px;
    text-align: center;
    font-size: 34px;
    line-height: 73px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.info-box-icon>img {
    max-width: 100%;
}

.info-box-content {
    padding: 10px;
    margin-left: 77px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}

.bg-aqua {
    background-color: #00a4cc !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}

/* ==========================================================
   BOOTSTRAP 5 COMPATIBILITY OVERRIDES
   Preserves existing visual design while using BS5 classes
   ========================================================== */

/* --- Navbar: replicate BS3 navbar-default appearance --- */
.main_menu .menu_stlish .navbar {
    padding: 0;
}

.main_menu .menu_stlish .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    margin: 8px 0;
}

.main_menu .menu_stlish .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* nav-link replaces BS3 .navbar-nav > li > a */
.main_menu .menu_stlish .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 15px 4px 15px;
    font-size: 13px;
    text-align: center;
    /* Stack icon ABOVE text, centered — matches original BS3 design */
    display: block !important;
}

.main_menu .menu_stlish .navbar-nav .nav-link:hover,
.main_menu .menu_stlish .navbar-nav .nav-link:focus {
    color: #fff;
}

/* Icon circles inside nav links */
.main_menu .menu_stlish .navbar-nav .nav-link i {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 36px;
    font-size: 17px;
    text-align: center;
    background: #fff;
    color: #0e5080;
    border-radius: 50%;
    margin: 0 auto 3px auto;
    flex-shrink: 0;
}

.main_menu .menu_stlish .navbar-nav .nav-link:hover i,
.main_menu .menu_stlish .navbar-nav .nav-item.active .nav-link i {
    background: #ffc20d;
    color: #0e5080;
}

/* Active nav item */
.main_menu .menu_stlish .navbar-nav .nav-item.active .nav-link {
    background-image: none !important;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #ffc20e;
}

/* --- Dropdown: restore hover behavior (BS5 removed this) --- */
@media (min-width: 992px) {
    .main_menu .menu_stlish .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .main_menu .menu_stlish .nav-item.dropdown>.dropdown-menu::before {
        content: '';
        background: url(../images/menu-arrow.png) no-repeat;
        width: 28px;
        height: 13px;
        position: absolute;
        top: -10px;
        left: 40px;
        z-index: 9999;
        opacity: 1;
    }

    .main_menu .menu_stlish .nav-item.dropdown>.dropdown-menu::after {
        content: '';
        width: 100%;
        height: 25px;
        position: absolute;
        top: -25px;
        left: 0;
        z-index: 9999;
        opacity: 1;
    }
}

/* Dropdown menu items (dropdown-item replaces BS3 .dropdown-menu > li > a) */
.main_menu .menu_stlish .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 30px 8px 20px;
    color: #333;
}

.main_menu .menu_stlish .dropdown-menu .dropdown-item::before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.main_menu .menu_stlish .dropdown-menu .dropdown-item:hover,
.main_menu .menu_stlish .dropdown-menu .dropdown-item:focus {
    background-color: #ffc20e !important;
    color: #000;
}

/* Login button - ms-auto / navbar-nav alignment */
.main_menu .menu_stlish ul.navbar-nav.ms-auto li.login a.btn {
    background-color: #ffc20e;
    border: 2px solid #ffc20e;
    padding: 6px 12px;
    color: #000;
    font-size: 15px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.main_menu .menu_stlish ul.navbar-nav.ms-auto li.login a.btn:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #0d84d4;
}

/* --- Bootstrap 5 multi-item carousel support --- */
.carousel-showmanymoveone .carousel-item.active,
.carousel-showmanymoveone .carousel-item-next,
.carousel-showmanymoveone .carousel-item-prev {
    display: flex !important;
}

/* --- Carousel controls: BS5 uses data-bs-slide, keep custom left/right styling --- */
.slider_head .carousel-control-prev,
.slider_head .carousel-control-next {
    width: 4%;
    opacity: 1;
}

.slider_head .carousel-control-prev-icon,
.slider_head .carousel-control-next-icon {
    background-color: #fff;
    border-radius: 0;
    padding: 20px 12px;
    background-size: 60% 60%;
    filter: invert(1) grayscale(100);
}

/* Glyphicon fallback: BS5 removed glyphicons, mapped to Font Awesome via CSS */
.glyphicon-chevron-left::before {
    content: "\f053";
    font-family: 'FontAwesome';
}

.glyphicon-chevron-right::before {
    content: "\f054";
    font-family: 'FontAwesome';
}

.glyphicon-plus::before {
    content: "\f067";
    font-family: 'FontAwesome';
}

.glyphicon-minus::before {
    content: "\f068";
    font-family: 'FontAwesome';
}

/* --- Responsive navbar collapse --- */
@media screen and (max-width: 991px) {
    .main_menu .menu_stlish .navbar-collapse {
        padding-left: 0px;
        background-color: #0a5994;
    }

    .main_menu .menu_stlish .navbar-nav .nav-link i {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .main_menu .menu_stlish .navbar-nav .nav-link {
        display: flex !important;
        text-align: left;
        padding: 8px 15px;
        flex-direction: row;
        /* icon beside text on mobile */
        align-items: center;
    }

    .main_menu .menu_stlish .dropdown .dropdown-menu {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

        .main_menu .menu_stlish .dropdown .dropdown-menu .dropdown-item {
            color: #333;
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        }

            .main_menu .menu_stlish .dropdown .dropdown-menu .dropdown-item:hover {
                background-color: #ffc20e !important;
                color: #000;
            }
}
@media screen and (max-width: 767px) {
    .carousel-showmanymoveone [class*="cloneditem-"] {
        display: none !important;
    }
}

@media screen and (max-width: 580px) {
    .main_menu .menu_stlish .navbar-collapse {
        height: auto !important;
    }
}

/* --- MasterPage.css navbar-collapse height fix (BS5 uses max-height) --- */
@media screen and (max-width: 992px) {
    .main_menu .menu_stlish .navbar-collapse.show {
        max-height: 400px;
        overflow-y: auto;
    }
}

/* --- Dropdown positioning fix for Bootstrap 5 --- */
.main_menu .menu_stlish .dropdown-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    border-radius: 0;
    border-top: none;
    min-width: 200px;
    z-index: 1000;
}

/* --- img-responsive BS3 → img-fluid BS5 --- */
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- Footer text overrides (nonce-safe inline style replacements) --- */
.footer-text {
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    color: #b5b5b5;
    display: inline;
}

.footer-link {
    color: #fff;
}

.footer-count {
    color: #fff;
    display: inline;
}

/* Replicate BS3's global .carousel-control styles which BS5 removed */
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.carousel-control.right {
    right: 0;
    left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

/* Bootstrap 3 Label compatibility styling for BS5 migration */
.label {
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    text-decoration: none;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
    color: #fff;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
    color: #fff;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
    color: #fff;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
    color: #fff;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
    color: #fff;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
    color: #fff;
}

/* --- Prevent header elements from wrapping on desktop & tablet screens --- */
@media (min-width: 992px) {
    .main_menu .menu_stlish .navbar-nav {
        flex-wrap: nowrap !important;
    }

    .middle_head .row {
        flex-wrap: nowrap !important;
    }
}

@media (min-width: 768px) {
    .top_head .row {
        flex-wrap: nowrap !important;
    }
}

/* --- Photo Gallery zoom, thumbnail and title styles --- */
.zoom {
    image-rendering: auto;
    transition: transform .2s;
    margin: 0 auto;
}

.zoom:hover {
    position: absolute;
    z-index: 1000;
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.3);
}

.thumbnail {
    min-height: 160px;
}

.gallery-main-title {
    visibility: visible;
    animation-delay: 500ms;
    animation-name: fadeInDown;
}

/* --- SLBCs / UTLBCs Page Styling --- */
.inner_sec fieldset {
    border: 1px solid #c7c7c7;
    padding: .35em .625em .75em;
    margin-bottom: 10px;
}

.inner_sec legend {
    float: none;
    width: auto;
    padding: 0px 10px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.slbc-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-type: disc;
    padding-left: 20px;
}

.utlbc-list {
    margin-bottom: 215px;
    list-style-type: disc;
    padding-left: 20px;
}

/* Restoring Bootstrap text-justify utility */
.text-justify {
    text-align: justify !important;
}

/* Restore Bootstrap 3 table parity (lighter striped background and borders) for public site tables using BS5 CSS variables */
.inner_sec .table {
    --bs-table-striped-bg: #f9f9f9;
    --bs-table-hover-bg: #f5f5f5;
    --bs-table-border-color: #ddd;
    --bs-border-color: #ddd;
}