
body {
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
}

.disbl a {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.img_size {
    cursor: pointer;
    width: 23px;
    margin-top: 12px;
}

.icc:hover {
    color: #f4f4f4 !important;
}

#menu1 {
    min-height: 450px;
}

#menu2 {
    min-height: 450px;
}

.navbar {
    background-color: transparent;
}

.pub:hover {
    color: #960707 !important;
}

.top-nav-collapse {
    background-color: #4285F4;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #4285F4;
    }
    .header_logo{
        height:50px !important;
    }
}

.d1 {
    color: #960707 !important;
    font-weight: 600;
}

.muni_profile {
    padding: 10px;
    font-weight: 600;
    padding-left: 50px;
    color: #545454;
    letter-spacing: 2px;
    margin-bottom: 0px !important;
    border-bottom: 2px solid #ddd;
    /* position: sticky; */
    top: 200px;
    background-color: #fff;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

/*shubham*/
/*img.header_logo {
  width: auto;
  height: 70px;
}
*/
a.nav-link {
    text-transform: capitalize;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.8vw;
}

h3 {
    font-size: 1.8vw;
    line-height: 1.5;
    text-shadow: 0 0 8px #fff, 0 0 50px #fff, 0 0 20px #e0d7d7, 0 0 55px #e8dfe3, 0 0 0 #cec6c9, 0 0 0 #c3bcbf, 0 0 0 #cec4c8, 0 0 0 #ccc7c9;
}

li.nav-item {
    padding: 2px 15px;
    position: relative;
}

li.nav-item:after {
    content: "";
    background: #000;
    position: absolute;
    width: 1.8px;
    height: 1.2vw;
    left: 0px;
    top: 10px;
    right: 200px;
    display: block;
}

li.nav-item:nth-child(1):after {
    content: "";
    background: #8a8a8a;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 10px;
    top: 5px;
    right: 200px;
    display: none;
}


.heading_size_1 {
    text-transform: uppercase;
}

.explore_link {
    color: #dd4e41;
    text-transform: uppercase;
    font-size: 1vw;
}

.in_text {
    font-size: 1vw;
    line-height: 2;
    padding-top: 40px;
    padding-bottom: 50px;
}

ul.footer_li_wid {
    display: flex;
    list-style: none;
    padding-top: 20px;
    /* padding-bottom: 20px; */
}

ul.footer_li_wid li {
    color: #fff;
    padding: 5px;
    text-align: center;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    width: 20%;

}

ul.footer_li_wid li:last-child {
    border-right: none;

}

.new-menu {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.new-menu2 {
    top: -5px;
    display: flex !important;
    flex-direction: unset !important;
    list-style-type: none;
    float: right;
    position: relative;
    padding: 0 0 0 10px;
    right: 20px;
}

.new-menu2 > li > a.nav-link {
    text-transform: capitalize;
    color: #fff !important;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 0.7vw;
}

li.nav-item.dropdown {
    padding: 2px 15px 0px 4px;
}

.new-menu2:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 1px;
    height: 1.2vw;
    left: 0px;
    top: 12px;
    right: 200px;
    display: block;
}

.new-menu2 > li.nav-item:after {
    content: "";
    background: #dad5d5;
    position: absolute;
    width: 1px;
    height: 1vw;
    height: 0.8vw;
    left: 0px;
    top: 15px;
    right: 200px;
    display: block;
}

.new-menu3 {
    top: -5px;
    display: flex !important;
    flex-direction: unset !important;
    list-style-type: none;
    float: right;
    right: 10px;
    position: relative;
    padding: 0 10px 0 0px;
}

.new-menu3 > li > a.nav-link {
    text-transform: capitalize;
    color: #fff !important;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 0.7vw;
}

.new-menu3 > li.nav-item:after {
    content: "";
    background: #dad5d5;
    position: absolute;
    width: 1px;
    height: 1.2vw !important;
    height: 0.8vw;
    left: 0px;
    top: 13px;
    right: 200px;
    display: block;
}

.new-menu2 > li.nav-item:nth-child(1):after {

    display: none !important;
}

.new-menu3 > li.nav-item:nth-child(1):after {

    display: none !important;
}

.box1 {
    background: #fff;
    width: 100%;
    min-height: auto;
    border: 1px solid #fec012;
    border-radius: 20px;
    padding: 30px 20px;
    float: right;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);

}

.box2 {
    background: #fff;
    width: 100%;
    min-height: auto;
    border: 1px solid #4587f3;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);

}

.box3 {
    background: #fff;
    width: 100%;
    min-height: auto;
    border: 1px solid #a3a3a3;
    border-radius: 8px;
    padding: 30px 20px;
    float: right;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    color: #0b2e13 !important;

    /*background-image: */
    /*  linear-gradient(to top, red 50%, #000 50%),*/
    /*  linear-gradient(to top, yellow 50%, transparent 50%);*/

    /*background-image: -moz-linear-gradient(to top, red 50%, #000 50%), -moz-linear-gradient(to top, yellow 50%, transparent 50%);*/

    /*-webkit-background-clip: text,padding-box;*/
    /*background-clip: text,padding-box;*/
    /*-webkit-text-fill-color: transparent;*/

    color: transparent;
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.5s ease-in-out;


}

.box3 a {
    color: #0b2e13 !important;
}

.box-circle {
    border: 1px solid #a3a3a3;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    transform: translate(105%, -85%);
    background: #fff;
    background-image: linear-gradient(to top, red 50%, #000 50%),
    linear-gradient(to top, #960707 50%, transparent 50%);

    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.5s ease-in-out;

}

.box3:hover .box-circle {
    background-position: bottom;
}

button:focus {
    outline: none !important;
}

h2.hh {
    text-align: center;
    font-size: 1.2vw;
    padding-top: 40px;
    height: 95px;
}

.hh2 {
    text-align: justify;
    padding-top: 15px;
    font-size: 15px;
    letter-spacing: 1.2px;
    height: 170px;
}

b.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 18px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.aa {
    display: block;
    padding: 3px 8px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-transform: uppercase;
}

.aa:hover {

    color: #c61717 !important;
}

.fixed-top {
    position: static;
    right: 0;
    left: 0;
    width: 100%;
    height: 135px;
    z-index: 1030;
    background-color: #fff;
    /*opacity: 0.8;*/
    padding: 0 20px;
    box-shadow: -4px 7px 6px -8px #040404;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    transition: all 1s;
}

.sticky a img {
    height: 50px !important;
    transition: all 1s;
}

.fixed-top2 {
    position: relative;
    top: 0px;
    right: 0;
    left: 0;

}

ul.population_ul li img {
    width: auto;
    height: 108px;
    filter: grayscale(1) !important;
}

.d1 {
    color: #960707 !important;
    font-weight: 600;
}

.linebold {
    border-top: 1px solid #960707 !important;
    margin-top: 0px;
}

/*.box3:hover img {
   transform: rotateY(360deg);
    transition: all 1s;
     background-position: left bottom;

}*/
.box3:hover .box-circle {
    border: 1px solid #960707 !important;


}

.box3:hover .nor-icon {
    display: none;


}

.box3:hover .hov-icon {
    display: block !important;


}

.hov-icon {
    display: none;
}

.box3:hover {
    background-color: #f4f4f4;
    border: 1px solid #960707 !important;
}

.quotes {
    display: none;
}

.last-section h4 {
    margin-bottom: 0 !important;
    color: #960707 !important;
    /*font-weight: 700;*/
}

.last-section h5 {
    margin-bottom: 0 !important;
    color: #777777 !important;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 25px;
}

.last-section {
    background-color: #f4f4f4;
    padding: 10px 25px;
    margin: 10px;
}

.last-section2 {
    background-color: #f4f4f4;
    padding: 10px 25px;
    margin: 10px;
}

.last-section2:hover {
    background-color: #960707;
    color: #fff;
}

.last-section2:hover p, h5 {
    color: #fff !important;
}

.last-section2:hover h5 {
    color: #fff !important;
}

.last-section2 h4 {
    margin-bottom: 0 !important;
    color: #777777 !important;
    font-weight: 600;
}

.last-section2 h5 {
    margin-bottom: 0 !important;
    color: #777777 !important;
    font-weight: 700;
}

.last-section2 p {
    color: #777777 !important;
    margin-bottom: 0 !important;
    font-weight: 100;
}

.last-section p {
    color: #777777 !important;
    margin-bottom: 0 !important;
    font-weight: 100;
    padding: 10px 25px;

}

/*.fixed-top.active {

        background-color: #fff;
        opacity: 1;

}*/

.imgg-ul li {
    margin: 25px 0 0 0;
}

.imgg-ul li img {
    width: auto;
    height: 80px;
}

.drop-imgg-ul li:first-child {
    padding: 30px 0 25px 5px;

}

.drop-imgg-ul {
    top: 0px;
    position: relative;
}

.drop-imgg-ul li:last-child {
    padding: 0 0 30px 0;
}

.drop-imgg-ul li ul li {
    padding: 5px !important;

}

.drop-imgg-ul li ul {
    min-width: 0 !important;
    right: 5px !important;
    top: 105px !important;
}

.navbar-brand {
    margin-right: 0;
    margin-left: 20px;
}

/*.img-afte:after
{
  content: '';
    display: block;
    padding-bottom: 14.29%;
    background-image: url(https://kbstatic1-a.akamaihd.net/1.0.0.6252/Images/book_shadow.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}*/
ul {
    padding: 0;
}

.drop-imgg-ul li:last-child ul {
    min-width: 0 !important;
    right: 5px !important;
    top: 49px;
}

a:hover {
    text-decoration: none;
}

.new-menu li a:hover {
    color: #960707 !important;
    /*background: #939393;*/
}

.new-menu li a {
    font-size: 17px;
    /*background: #939393;*/
}

ul li ul.dropdown {
    min-width: 100%;
    background: #f2f2f2;
    display: none;
    position: absolute;
    z-index: 999;
    padding: 0;
    right: 0;
    top: 46px;
}

.drop-imgg-ul li ul li:hover a {
    color: #960707 !important;
    /* background: #939393; */
}

ul li ul.dropdown li a {
    text-transform: capitalize;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    /*font-size:0.75vw;*/
    font-size: 0.95rem;
    padding: 5px 0;

}

ul li:hover ul.dropdown {
    display: block; /* Display the dropdown */
}

ul li ul.dropdown li {
    display: block;
    padding: 10px 41px 10px 20px;
    border-bottom: 1px solid #ccc;
}

.footer_li_wid li {
    cursor: pointer;
}

/*.two-cont
{
margin-top: -350px;
}
*/
@media only screen and (min-device-width: 1000px) and (max-device-width: 1300px) {

    .two-cont {

        margin-top: 161px;
    }

    .carousel-caption {
        top: 30%;
    }
}


.buttons-coll {
    width: 90%;
    margin: 50px auto;
    text-align: center;
    position: absolute;
}

.buttons-coll2 {
    width: 90%;
    margin: 50px auto;
    text-align: center;
}

.one-box {
    width: 35%;
    margin: 50px auto;
    text-align: center;
}

.one-box2 {

}

button {
    margin: 20px;
}

.custom-btn {
    padding: 10px 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}


/**** BTN No. 3 ****/
.btn-3 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-3:before,
.btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #000;
    transition: all 0.3s ease;
}

.btn-3:before {
    height: 0%;
    width: 2px;
}

.btn-3:after {
    width: 0%;
    height: 2px;
}

.btn-3:hover:before {
    height: 100%;
}

.btn-3:hover:after {
    width: 100%;
}

.btn-3 span:before,
.btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

.color-2 span:before,
.color-2 span:after {
    background: #4587f3;
}

.color-2:before,
.color-2:after {
    background: #4587f3;
}

.color-5 span:before,
.color-5 span:after {
    background: #dd4e41;
}

.color-5:before,
.color-5:after {
    background: #dd4e41;
}

.color-1 span:before,
.color-1 span:after {
    background: #fec012;
}

.color-1:before,
.color-1:after {
    background: #fec012;
}

.btn-3 span:before {
    width: 2px;
    height: 0%;
}

.btn-3 span:after {
    width: 0%;
    height: 2px;
}

.btn-3 span:hover:before {
    height: 100%;
}

.btn-3 span:hover:after {
    width: 100%;
}


.btn-5 {
    width: auto;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-5 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-5:before,
.btn-5:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #dd4e41;
    transition: all 0.3s ease;
}

.btn-5:before {
    height: 50%;
    width: 2px;
}

.btn-5:after {
    width: 20%;
    height: 2px;
}

.btn-5:hover:before {
    height: 100%;
}

.btn-5:hover:after {
    width: 100%;
}

.btn-5 span:before,
.btn-5 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #dd4e41;
    transition: all 0.3s ease;
}

.btn-5 span:before {
    width: 2px;
    height: 50%;
}

.btn-5 span:after {
    width: 20%;
    height: 2px;
}

.btn-5 span:hover:before {
    height: 100%;
}

.btn-5 span:hover:after {
    width: 100%;
}

.new-menu li a.active {
    color: #960707 !important;
}

.bgh {
    /* background-image: url(../images/corosal.jpg); */
    padding-top: 0px;
    width: 100%;
    /* height: 80vh; */
    background-size: cover;
    background-attachment: fixed;
    /* position: relative; */
    top: 165px;
}

.corsal-div {
    position: absolute;
    margin: 0;
    color: white;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.text-div {
    transform: translate(15%, 20%);
    /* padding: 0 292px; */
    width: 80%;
    text-align: center;
}

.text-div h3 {
    text-align: center;
    font-size: 35px;
    font-weight: bolder;
    text-shadow: none !important;
}

.text-div p {
    text-align: center;
    font-size: 24px;
}

.corsal-div h3 {
    text-align: center;
    font-size: 35px;
    font-weight: bolder;
    text-shadow: none !important;
    color: #ffffff;
}

.corsal-div p {
    text-align: center;
    font-size: 29px;
}

.lcircle {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    margin: 4px;
    cursor: pointer;
}

h2 .acn-head {
    font-size: 20px;
    font-weight: 700;
    color: #960707 !important;
    text-transform: unset;
    letter-spacing: 1px;
}


.input-group.md-form.form-sm.form-1 input {
    border: 1px solid #bdbdbd;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group.md-form.form-sm.form-2 input {
    border: 1px solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.input-group.md-form.form-sm.form-2 input.red-border {
    border: 1px solid #ef9a9a;
}

.input-group.md-form.form-sm.form-2 input.lime-border {
    border: 1px solid #cddc39;
}

.input-group.md-form.form-sm.form-2 input.amber-border {
    border: 1px solid #ffca28;
}

.flags {
    display: flex;
    width: 100%;
    list-style: none;
    margin-bottom: 0;

}

.flags li {
    width: 7.6%;
    text-align: center;

}


.m-top {
    margin-top: 50px;
}

.hpad30 {
    padding-left: 30px;
    color: #d857aa;
}

.ppad30 {
    /* padding-left:30px; */
    text-align: justify;
}

.d1 {
    color: #960707;
    font-weight: 600;
}

.linebold {
    border-top: 1px solid #960707;
    margin-top: 0px;
}

.flags li a {
    color: #000;
}

.flags li p {
    margin-bottom: 0px;
    font-size: 0.8vw;
}

.flags li.active {


    border-bottom: 4px solid #2d99bf;

}


.flags li img {
    width: 50%;
    padding: 5px 10px 0 10px;
}


/* .flags li:hover {
    border: 2px solid #2d99bf;
    border-bottom: 5px solid #2d99bf;
    box-shadow: 0 0 20px;
    transform: scale(1.1);
} */
.lib {
    padding-left: 60px;
    position: absolute;
    top: 130px;
    z-index: 1;
    width: 100%;
}


.container-fluid {
    padding: 0 50px 0 50px;
    width: 90% !important;
}

.top_h {
    justify-content: left;
    border-top: 1px solid #d4dae0;
    width: 100%;
    /* background: #e1e1e1; */
    border-width: 1px 0;
    height: auto;
    /*margin-top: 60px;*/
    position: sticky;
    top: 200px;
    background: #fff;
    z-index: 1;
}

.yearLegend__21Pyw {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 14px;
    display: block;
    width: auto;
    padding: 0;
    font-size: 0;
    height: 50px;
    border-spacing: 51px;
    position: absolute;
    right: 25px;
    margin: 0;
    background-color: #fff;
    z-index: 1;
}

.yearLegend__21Pyw li {
    display: inline-block;
    font-size: 16px;
    padding: 14px 19px;
    height: 100%;
    opacity: .6;
    color: #222;
    cursor: pointer;
}

.arrowLeft__2lNc1, .arrowRight__2xdSg {
    width: 0;
    display: inline-block;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.arrowLeft__2lNc1 {
    border-right: 6px solid #000;
}

.yearLegend__21Pyw li.active__1XtOT {
    border-bottom: 3px solid #23a2f3;
    font-weight: 700;
    opacity: 1;
    color: #23a2f3;
}

.yearLegend__21Pyw li {
    display: inline-block;
    font-size: 16px;
    padding: 14px 19px;
    height: 100%;
    opacity: .6;
    color: #222;
    cursor: pointer;
}

.disableArrowRight__29aeC {
    border-left: 6px solid #2d2d2d;
    opacity: .3;
    pointer-events: none;
}

.arrowRight__2xdSg {
    border-left: 6px solid #000;
}

.arrowLeft__2lNc1, .arrowRight__2xdSg {
    width: 0;
    display: inline-block;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

.project_box {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 3px solid #dd4e41;
    margin: 30px 0;
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.project_well {
    position: relative;
    display: block;
}

.ghf {
    display: none;
}

.table td:hover .ghf {
    display: block;
    position: absolute;
    top: 60px;
    width: 95%;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.col-project {
    width: 100%;
    border-radius: initial;
    text-align: start;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    color: #000;
}

/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #f2f2f2;
    border-color: #EEEEEE;
    box-shadow: -4px 7px 6px -8px #040404;
    border-top: 3px solid #960707;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

/* ----- v CAN BE DELETED v ----- */
.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

.fa {
    font-weight: 600;
}

#pInfo .table tr td:first-child {
    background: #f2f2f280;
    font-weight: 400;
    font-size: 14px;
    padding-left: 15px;
    width: 25%;
}

.pn {
    padding-top: 20px;
    padding-left: 25px;
    position: absolute;
    top: 110px;
    display: block;
    z-index: 1;
}

.table td {
    padding: .5rem;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
}

.span-1 {
    background-color: #ffb30f;
    border: 1px solid #231f20;
    padding: 10px;
    position: absolute;
}

.span-2 {
    background-color: #f7f7f7;
    border: 1px solid #231f20;
    padding: 10px;
    position: absolute;
}

.span-2-text {
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 30px;
}

path.highcharts-point {
    stroke: #231f20;
    stroke-width: 0.7px;
    cursor: pointer;
}

text tspan {
    font-size: 9px;
    fill: #0000008a;
    stroke: unset;
    font-weight: 300;

}

span.library {
    padding-left: 50px;
    position: absolute;
    top: 12px;
    z-index: 1;
}


.top_h_1 {

    justify-content: left;
    border: solid #d4dae0;
    width: 100%;
    -webkit-box-shadow: 0 3px 4px 0 rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0 3px 4px 0 rgba(50, 50, 50, 0.15);
    box-shadow: 0 3px 4px 0 rgba(50, 50, 50, 0.15);
    background: #f6f9fb;
    padding: 5px 0;
    border-width: 1px 0;
    height: 50px;
    margin-top: 0px !important;
    position: sticky;
    top: 110px;
}

.partners {
    display: flex;
    width: 100%;
    list-style: none;
    margin-bottom: 0;

}

.partners li {
    width: 25%;
    text-align: center;

}

.partners li img {
    width: 100px;
}


@media (min-width: 768px) and (max-width: 1024px) {

    /*  img.header_logo {
        width: auto;
        height: 70px !important;
      }
      */
    .imgg-ul li img {
        width: auto;
        height: 50px !important;
    }

}

@media (min-width: 360px) and (max-width: 767px) {

    .new-menu2 > li > a.nav-link {
        font-size: 2.8vw;
        font-weight: 100;
    }

    .tt--map {
        height: 125vh !important;
    }

    .top_h_1 {

        top: 0px !important;
    }

    ul.dropdown-menu.show {
        transform: translate3d(-25px, 33px, 0px) !important;
    }

    .main {
        margin-top: 0px !important;
    }

    .new-menu3 > li > a.nav-link {
        font-size: 2.8vw;
        font-weight: 100;
    }

    .mar-hei {
        height: auto !important;
    }

    .box3 {
        margin-bottom: 75px;
    }

    .container-fluid {
        padding: 0 10px 0 10px;
    }

    .grid {
        max-width: 240px !important;
    }

    li.nav-item {
        padding: 3px 10px;
    }

    a.nav-link {
        font-size: 3.8vw;
    }

    .nav-pills {
        padding: 0 0 0 0px !important;
    }

    li.nav-item:after {
        content: "";
        height: 5.7vw;
    }

    h2.profile_name {
        font-size: 12vw !important;
    }

    ul.population_ul li {
        width: auto !important;
    }

    ul.population_ul {
        display: block;
    }

    .container-fluid {
        padding: 0 30px 0 30px !important;
    }

    .muni_profile {
        padding: 10px !important;
        font-size: 5vw !important;
        padding-left: 10px !important;
    }

    .bgh {
        top: 115px;
    }


    .header_logo {
        width: auto;
        height: 70px;
    }

    .fixed-top {
        height: 85px;
        padding: 0;

    }

    .navbar-brand {
        margin-left: 0px !important;
    }

    div#navbarSupportedContent {
        background: #fff;
        text-align: center;
        /*max-height: 400px;*/
        /*height: 355px;*/
        border-top: 1px solid;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    }

    .last-section h4 {

        font-size: 20px;
    }

    .last-section2 h5 {
        font-size: 18px;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, .5);
        border-color: none;
        margin: 0 0px 0 0;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url(https://cdn0.iconfinder.com/data/icons/basic-ui-vol-1/32/UI_stroke-05-512.png);
    }

    .navbar-toggler {
        padding: .15rem .45rem;
    }

    li.nav-item:after {
        content: "";
        display: none;
    }

    ul li ul.dropdown li {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
        background: #f9f9f9;
    }

    button:focus {
        outline: none !important;
    }

    ul li ul.dropdown li a {
        font-size: 2.75vw;
    }

    .new-menu {
        top: 10px;
        right: 0;
        position: relative !important;
    }

    .corsal-div {
        transform: translate(0%, 0);
        left: 0;
        top: 23%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .text-div {
        transform: translate(0, 48%);
        width: 100%;
    }

    .text-div h3 {
        font-size: 20px;
    }

    .text-div p {
        font-size: 16px;
        text-align: justify;
        padding: 10px;
    }

    .bgh {
        height: 10vh;
    }

    .corsal-div p {
        text-align: center;
        font-size: 16px;
    }

    .corsal-div h3 {
        font-size: 20px;
    }

    .box-circle {
        transform: translate(92%, -85%);
    }

    .c-f-t {
        padding-top: 40px !important;
        padding-bottom: 50px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .second {
        margin-top: 0 !important;
    }

    .new-menu2 {
        right: 15px;
    }

    .new-menu3 {
        right: 10px;
    }

    .new-menu3 > li.nav-item:after {
        content: "";
        background: #dad5d5;
        position: absolute;
        width: 1px;
        height: 1vw;
        height: 5vw;
        left: -2px;
        top: 15px;
        right: 200px;
        display: block;
    }

    .new-menu3 > li.nav-item:after {
        content: "";
        height: 5vw !important;
        top: 12px;
    }

    .new-menu2 > li.nav-item:after {
        content: "";
        height: 3vw;
    }

    .fixed-top2 {
        height: 30px !important;
    }

    .new-menu2 {
        top: -5px;
    }

    .new-menu3 {
        top: -5px;
    }

    .new-menu2:after {
        content: "";
        height: 5.5vw;
        top: 11px;
    }

    .ccc {
        padding: 0;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .new-menu3 > li > a.nav-link {
        font-size: 1.4vw;
    }

    .new-menu2 > li > a.nav-link {
        font-size: 1.4vw;
    }

    .new-menu3 > li.nav-item:after {
        content: "";
        height: 1.2vw;
        top: 13px;
    }

    .new-menu2 > li.nav-item:after {
        content: "";
        height: 1.2vw;
        top: 13px;
    }

    .new-menu2:after {
        height: 1.8vw;
        top: 11px;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, .5);
        border-color: none;
        margin: 0 0px 0 0;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url(https://cdn0.iconfinder.com/data/icons/basic-ui-vol-1/32/UI_stroke-05-512.png);
    }

    div#navbarSupportedContent {
        background: #fff;
        text-align: center;
        /*max-height: 400px;*/
        top: 12px;
        /*height: 300px;*/
        border-top: 1px solid;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
        position: relative;
    }

    .new-menu {
        position: relative !important;
        right: 0px;
        bottom: 0;
    }

    li.nav-item:after {
        content: "";
        display: none;
    }

    .fixed-top {
        padding: 0;
    }

    ul li ul.dropdown li a {
        font-size: 12px;
    }

    #box3 .col-md-4 {
        max-width: 100% !important;
        flex: 100% !important;
        padding-bottom: 81px;
    }

    .box-circle {
        transform: translate(270%, -85%);
    }

    .corsal-div {
        position: absolute;
        margin: 0;
        color: white;
        left: 28%;
        top: 50%;
        transform: translate(-20%, -50%);
    }

    .text-div p {
        text-align: justify;
        font-size: 24px;
    }

    .muni_profile {
        padding: 10px;
        font-weight: 600;
        font-size: 2.2vw !important;
        padding-left: 50px;
        color: #545454;
        letter-spacing: 2px;
        margin-bottom: 0px !important;
        border-bottom: 2px solid #ddd;
        /* position: sticky; */
        top: 200px;
        background-color: #fff;
    }

    .second {
        margin-top: 165px !important;
    }

    .muni_profile {
        margin-bottom: 0px !important;
    }


}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    b.caret {
        margin-top: 10px;
    }

    .main {
        width: 100% !important;
        padding: 50px 100px 100px 200px !important;
    }

    .new-menu li a {
        font-size: 11px !important;
        /* background: #939393; */
    }

    .header_logo {
        height: 90px !important;
    }

    .new-menu3 > li.nav-item {
        padding: 7px 15px;
        position: relative;
    }

    .new-menu2 > li.nav-item {
        padding: 7px 15px 7px 5px;
        position: relative;
    }

    .new-menu2:after {
        content: "";

        top: 13px;

    }

    .icc {
        margin-top: -3px !important;
    }

    .head_bg {
        /*background-size: contain!important;*/

    }

    ul li ul.dropdown {
        top: 38px;
    }

    .bgh {
        height: 125vh;
        background-size: contain;
    }

    .img_size {
        margin-top: 3px !important
    }

    .middle {
        height: 60vh;
    }

    .corsal-div {
        transform: translate(-50%, -30%);
    }
}

.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.z-depth-1, .btn {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half,
.btn:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.z-depth-5,
.modal {
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}


table,
th,
td {
    border: none;
}

table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

table.striped tr {
    border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
    background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
    border-radius: 0;
}

table.highlight > tbody > tr {
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

table.highlight > tbody > tr:hover {
    background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th,
table.centered tbody tr td {
    text-align: center;
}

tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td,
th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

@media only screen and (max-width: 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    }

    table.responsive-table td:empty:before {
        content: "\00a0";
    }

    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top;
    }

    table.responsive-table th {
        text-align: left;
    }

    table.responsive-table thead {
        display: block;
        float: left;
    }

    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0;
    }

    table.responsive-table thead tr th::before {
        content: "\00a0";
    }

    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    table.responsive-table th {
        display: block;
        text-align: right;
    }

    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }

    table.responsive-table tr {
        border-bottom: none;
        padding: 0 10px;
    }

    table.responsive-table thead {
        border: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }
}

.footer-powered-by {
    height: 30px;
    background: #fff;
    border-radius: 5px;
}

.footer_ul li img {
    width: auto;
    height: auto;
}

ul.footer_li_wid li {
    width: auto;
}

ul.footer_ul li .nav-link {
    display: block;
    padding: 0 !important;
}

.footer_li_wid:first-child {
    border-right: 1px solid #d8d8d8;
}

ul.footer_ul {
    list-style: none;
    display: flex;
    right: 0px;
    position: absolute;
    top: 25px;
    margin-bottom: 0px;
}

ul.footer_ul2 {
    list-style: none;
    display: flex;
    right: 0px;
    position: relative;
    top: 25px;
    background: #600000;
    margin-bottom: 0px;
    height: 135px;
    padding: 10px 0;

}

ul.footer_ul li {
    padding: 0 10px 0 10px;

}

ul.footer_ul2 li {
    width: 33.33%;
    text-align: center;

}


.footer_left {
    width: fit-content;
    position: absolute;
    top: 25px;
    left: 8%;
    color: #fff;
}

.footer_left2 {
    width: fit-content;
    position: relative;
    /* top: 25px; */
    left: 8%;
    color: #fff;
    padding: 20px;
}

.footer_left ul {
    list-style: none;
}

.footer_ul2 li img {
    width: auto;
    height: 80px;
}

@media (min-width: 360px) and (max-width: 767px) {
    .foot2 {
        background-color: #600000 !important;
    }

    .footer-d {
        display: block !important;
    }

    .ppp {
        font-size: 7px !important;
    }

    .footer-c {
        display: none;
    }
}


#modal-comment .modal-dialog {
    position: absolute;
    right: 4.4%;
    top: 3%;
    width: 45%;
    max-width: 100%;
}

#modal-comment .modal-dialog .quote-classic {
    width: 100% !important;
    max-width: 100% !important;
}

.default-text-color, h5 > strong {
    /*color: #960707 !important;*/
}

* {
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    color: #c0392b !important;
}

.text-shadow-none {
    text-shadow: none !important;
}

blockquote {
    background: #f9f9f9;
    /*border-left: 10px solid #ccc;*/
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    text-align: center;
}

blockquote:before {
    color: #c0392b;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote:after {
    color: #c0392b;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
    font-size: 1.25rem;
}


p {
    text-align: justify;
}

.on-hover {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;


}

.on-hover:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.shadow {
    box-shadow: -2rem -1rem 3rem -2rem #000;
}

.hoverable {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.hoverable:hover {
    /*box-shadow: -2rem -1rem 3rem -2rem #000;*/
    box-shadow: -2rem -1rem 3rem -2rem rgb(150 7 7 / 25%);
}

.card-post-header {
    /*background: #c80100;*/
    background: rgba(96, 34, 17, .97);
    height: 150px;
    background-size: cover;
}

ul.custom-menu-list {
    margin: 20px 0px 20px 0px;
    list-style: none;
    text-align: right;
}

ul.custom-menu-list li {
    padding: 0px 20px 0px 0px;
    display: inline;
}

ul.custom-menu-list a {
    /*color:#FFFFFF;*/
}

ul.custom-menu-list li {
    padding: 2px 15px;
    position: relative;
}

ul.custom-menu-list li.current-menu-item > .nav-link {
    color: #960707 !important;
}

ul.custom-menu-list li > ul.dropdown-menu li {
    padding: 0px;
}


.page-header-title {
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translate(-50%, 0);
    padding: 50px 0 40px;
    font-size: 70px;
    font-weight: 600;
}


/*    Begin Profile*/

/* #associate_image li {
     position: initial;
 }

 #associate_image li img {
     padding: 15px;
     background: #ca4b4b;
     color: white;
 }

 #associate_image li p {
     margin-left: 10px;
     margin-top: 3px;
     color: #cecece;
 }

 #associate_image li p span {
     color: #fff;
     display: block;
 }*/

ul.list-suco {

}

ul.list-suco li {
    margin: 1px;
    background: #c0392b;
}

ul.list-suco li > a {
    color: #fff;
}

#profile_information > div.m-top {
    margin-top: 0px !important;
}

.head_bg {
    background-size: cover !important;
    background-attachment: fixed;
    position: relative;
    background-position: center !important;
    background-attachment: fixed !important;
    height: 450px !important;
}

.head_bg #overlay1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.head_bg .breadcrumbs-custom-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.head_bg .breadcrumbs-custom-inner .breadcrumbs-custom-title {
    color: #fff !important;
}

ul.population_ul {
    list-style: none;
    display: flex;
}

ul.population_ul p {
    text-align: center;
    margin-top: 1px;
}

ul.population_ul li img {
    width: auto;
    height: 50px;
    /*height: 108px;*/
}

ul.population_ul li {
    width: 25%;
    text-align: center;
}

.fnt-wgt {
    margin-bottom: 0;
    font-weight: 600;
}

/*    End Profile*/


/*    Begin News*/
li > .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 9px 9px;
    border: 1px solid #c30734;
    border-radius: 6px;
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71429;
    background-color: transparent;
    color: #c30734;
    transition: all 0.3s ease-in-out;
    outline: none;
}

li > span.current {
    color: #fff;
    background-color: #c30734;
    border-color: #c30734;
}


li > a.page-numbers:hover {
    color: #fff;
    background-color: #c30734;
    border-color: #c30734;
}


/*    End News*/


/*
    Begin Lang switcher
 */

.language-switcher-menu .dropdown-menu {
    left: -15px !important;
    top: -5px !important;
}

.language-switcher-menu .dropdown-menu .dropdown-item {
    padding: 5px;
    text-align: center;
}

/*
    End Lang switcher
 */

/*
Begin Scroll Up
 */

#scrollUp {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
    display: none;
}

#scrollUp a {
    width: 56px;
    height: 56px;
    padding: 0;
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 40px;
    background-color: #c30734;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
}

#scrollUp a i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

/*
    Scroll up end
 */

/* Begin Councilor */

.councilors-grid {
    display: grid;
    grid-template-columns: repeat(5, 20%);
}

@media (max-width: 1350px) {
    .councilors-grid {
        grid-template-columns: repeat(4, 25%);
    }
}

@media (max-width: 1300px) {
    .councilors-grid {
        grid-template-columns: repeat(3, 33.3%);
    }

    .counsilors-02 .counsilors-img-box {
        width: 220px !important;
        height: 220px !important;
    }
}

@media (max-width: 800px) {
    .councilors-grid {
        grid-template-columns: repeat(2, 50%);
    }

    .counsilors-02 .counsilors-img-box {
        width: 100% !important;
        height: 200px !important;
    }
    .counsilors-02 .counsilors-content{
        text-align: center;
    }

    .councilors-grid .counsilors-item{
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        margin-bottom: 10px;
    }
}

@media (max-width: 460px) {
    .councilors-grid{
        grid-template-columns: repeat(1,100%);
    }
}

.councilors-grid .counsilors-item {
    margin-right: 10px;
}

.counsilors-item img.img-thumbnail{
    width: 200px;
    height: 200px;
}

.councilors-grid .counsilors-item:last-child {
    margin-right: 0;
}


.counsilors-02 {
    padding: 0;
    padding-top: 10px;
    border: 0;
    margin-bottom: 30px;
    background: #FFFFFF;
}



.counsilors-02:hover .counsilors-img img {
    transform: scale(1.1);
}


.counsilors-02 .counsilors-img {
    margin-bottom: 20px;
}

.counsilors-02 .counsilors-img-box {
    /* text-align: center; */
    /* margin: 0 10px 0 10px; */
    /* overflow: hidden; */
    /* height: 200px; */
    max-height: 250px;
    overflow: hidden;
    border-radius: 50%;
    background: red;
    width: 250px;
    margin: 0 auto;
    border: 5px solid #ccc;
    height: 250px;
    margin: 0 auto;
}

.counsilors-02 .counsilors-img-box img {
    height: 100%;
    width: 100%;
    display: block;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.counsilors-02 .counsilors-content {
    margin-top: 0;
    padding: 8px;
}

.counsilors-02 .counsilors-content span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 10px;
}

.counsilors-02 .counsilors-content .semi-title {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 20px;
}

ul.counsilors-content-list li {
    font-size: 13px;
}


.staff-avatar-container{
    max-height: 325px;
    overflow: hidden;
    border-radius: 50%;
    background: red;
    width: 325px;
    margin: 0 auto;
    border: 10px solid #ccc;
    text-align: center;
}

.single-staff-content>h2{
    text-align: center;
    max-height: 325px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-staff-content .social-network a{
    background: #c30734;
    color: #112363;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.single-staff-content p.area-of-responsiblity span,
#tab-content-habilidade-profisional p.habilidade-profissional span{
    color: #646464;
    font-size: 16px;
    border: 1px solid #eee;
    background-color: #eee;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    white-space: pre-wrap;
}


.single-staff-tab-content{
    padding: 15px;
}

#single-staff-nav-tab li a.nav-link{
    font-size: 16px;
}
#single-staff-nav-tab li a:hover,
#single-staff-nav-tab li a.active{
    background: #960707;
    color: #fff !important;
}

#tab-content-habilidade-profisional ul{
    height: 50%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#tab-content-habilidade-profisional p.habilidade-profisional{
    padding-bottom: 10px;
    font-size: 1.2rem;
}

/* End Councilor */

.excerpt * {
    font-size: 14px !important;
}
