/* fonts */
@font-face{
    font-family: "DroidSerif-Bold";
    src: url("../fonts/DroidSerif-Bold.ttf");
}
@font-face{
    font-family: "DroidSerif-BoldItalic";
    src: url("../fonts/DroidSerif-BoldItalic.ttf");
}
@font-face{
    font-family: "DroidSerif-Italic";
    src: url("../fonts/DroidSerif-Italic.ttf");
}
@font-face{
    font-family: "DroidSerif";
    src: url("../fonts/DroidSerif.ttf");
}
@font-face{
    font-family: "Lato-Bla";
    src: url("../fonts/Lato-Bla.ttf");
}
@font-face{
    font-family: "Lato-BlaIta";
    src: url("../fonts/Lato-BlaIta.ttf");
}
@font-face{
    font-family: "Bol";
    src: url("../fonts/Lato-Bol.ttf");
}
@font-face{
    font-family: "BolIta";
    src: url("../fonts/Lato-BolIta.ttf");
}
@font-face{
    font-family: "Hai";
    src: url("../fonts/Lato-Hai.ttf");
}
@font-face{
    font-family: "HaiIta";
    src: url("../fonts/Lato-HaiIta.ttf");
}
@font-face{
    font-family: "Lig";
    src: url("../fonts/Lato-Lig.ttf");
}
@font-face{
    font-family: "LigIta";
    src: url("../fonts/Lato-LigIta.ttf");
}
@font-face{
    font-family: "Lato-Reg";
    src: url("../fonts/Lato-Reg.ttf");
}
@font-face{
    font-family: "RegIta";
    src: url("../fonts/Lato-RegIta.ttf");
}

h1, h2, h3, h4, h5, h6{
    margin: 0!important;
    line-height: 1!important;
}
/* end *******************************************************************************/

/* header  *******************************************************************************/
.header {
    padding: 10px 16px;
    background: #fff;
    z-index: 1025;
    /* border: solid 1px #404040; */
    position: relative;
}
.header hr{
    width: 100%;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.sticky + .content {
    padding-top: 102px;
}
.top-container{
    text-align: center;
    padding: 30px;
}
.top-container img{
   width: 100%;
   max-width: 500px;
   height: auto;
}
.navbar-toggler{
    border:solid 1px #404040 !important;
}
div.sticky-header{
    text-align: center;
    padding: 10px 0px 10px 0px;
}
ul.navbar-nav, ul.navbar-nav .nav-item{
    margin: auto;
    justify-content: center;
    background-color: #fff;
    position: relative;
    /* border: solid 1px red; */
}
.navbar ul.navbar-nav li.nav-item, a.nav-link{
    text-align: center;
    font-family: "Lato-Reg";
    font-weight: bold;
    color: #213871 !important;
    font-size: 14px;
    padding: 0;
    margin: 0 10px 0 10px;
}
a.nav-link:before{
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    top: -10px;
    height: 4px;
    left: 0;
    background-color: red;
    transition: .3s ease all;
}
a.nav-link:hover{
    color: red !important;
}

.navbar ul.navbar-nav li.nav-item a.nav-link:hover:before{
    width: 100%;
    transition: .5s ease all;
}
.navbar-nav .nav-item .nav-link.two:hover:before{
    transition: 0.5s all;
    width: 120px ;
}

a.active-link{
    color: red !important;
}
a.active-link:before{
    color: red !important;
    width: 100%;
    transition: .5s ease all;
}
/* end *******************************************************************************/


/* index  *******************************************************************************/
.index-img-banner{
    height: auto;
    width: 100%;
}
.section-index-sub-1-content{
    text-align: center;
    /* border: solid 1px black; */
    padding: 50px 10px 20px 10px;
}
.section-index-sub-1-content h1{
    font-size: 50px!important;
    color: #404040;
    font-family: "DroidSerif";
}
.section-index-sub-1-content p{
    font-family: "Lato-Reg";
    color: #404040;
    font-size: 14px;
}
.star-index{
    width: 100%; 
    max-width: 290px;
}
.sub-item-1{
    text-align:center;
}
.sub-item-2{
    display: inline-block;
    width: 100%;
    max-width: 358px;
}
.newsandevents-bk-img{
    width: 100%;
    height: auto;
    max-width: 358px;
}
.section-index-2-bk{
    /* border: solid 1px red; */
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 0px;
}
.section-index-2-bk .owl-carousel .item .item-content{
    padding: 25px 25px 25px 25px;
    height: 215px;
}
.section-index-2-bk .owl-carousel .item .item-content p{
    font-family: "Lig";
    font-weight: bold;
    color: #404040;
    font-size: 14px;
}
.section-index-2-bk .owl-carousel .item .item-content h5{
    font-family: "Lato-Reg";
    font-weight: bold;
    color: #404040;
}
.section-index-2-bk .owl-carousel .item .read-more{
    width: 100%;
    text-align: left;
    border-radius: 0px !important;
    font-size: 15px;
    padding: 20px 10px 20px 55px;
    position: relative;
    background-image: url("../images/read-more-btn-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.section-index-2-bk .owl-carousel .item .read-more a{ 
    color: #fff;
    font-family: "LigIta";
}
.section-index-2-bk .owl-carousel .item .read-more a i{
   position: absolute;
   left: 88%;
   font-size:25px;
}
.owl-carousel.newsandevents-bk .owl-prev {
    width: 25px;
    height: 35px;
    position: absolute;
    top: 43%;
    left: -32px;
    display: block !important;
}
.owl-carousel.newsandevents-bk .owl-next {
    width: 25px;
    height: 35px;   
    position: absolute;
    top: 43%;
    right: -32px;
    display: block !important;
}
.owl-carousel.newsandevents-bk .owl-prev i, .owl-carousel.newsandevents-bk .owl-next i {
    transform : scale(2,2);
    color: #404040;
}
.owl-carousel.newsandevents-bk .owl-next:hover, .owl-carousel.newsandevents-bk .owl-prev:hover{
    background-color: inherit !important;
}

.owl-carousel.newsandevents-bk .owl-next i:focus{
    border: none!important;
}

.custom-row-1, .custom-row-2, .custom-row-4{
    display: flex;
    flex-wrap: wrap;
}
.custom-row-1 .column1, .custom-row-1 .column2{
    width: 50%;
    padding: 0;
    color: #fff;
}
.custom-row-1 .column2{
    background-color: #043174;
    /* padding: 42px 0px 5px 45px; */
    position: relative;
}
.column-2-wrapper{
    /* border: solid 1px black; */
    width: 100%;
    margin-top: 50px;
}
.custom-row-1 .column2 h2{
    padding: 30px 0px 0px 40px;
}
.custom-row-1 .column2 h2{
    font-family: "DroidSerif";
    font-size: 50px!important;
}
.custom-row-1 .column1 .tabcontent_2 img{
   width: 100%;
   height: auto;
}

.custom-row-1 .column2 .location{
    /* border: solid 1px red; */
    width: 70%;
}

div.star{
    text-align:center;
    /* border: solid 1px red; */
    padding-bottom: 50px;
}
.custom-row-1 .column2 .location .tablinks_2{
    font-family: "Lato-Reg";
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    width: 50%;
    /* border: solid 1px red; */
}
.custom-row-1 .column2 .location .tablinks_2 span:hover{
    color: red;
}
.custom-row-1 .column2 .location .tablinks_2.active:before{
    color: red;
    content: '>';
    font-size: 30px;
    position: absolute;
    left: 5px;
    top: -8px;
    transition: all .5s ease-in-out;
}
.custom-row-1 .column2 .location{
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 30px;
}
.custom-row-1 .column2 .location div{
    width: 100%;
}
.custom-row-1 .column2 .location .tablinks_2{
    padding: 5px 5px 5px 30px;
    /* border: solid 1px black; */
    width: 100%;
    font-size: 14px;
    font-family: "Lig";
}
.section-index-4{
    text-align: center;
    /* padding: 40px 15px 60px 15px; */
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.calendar-of-events{
    position: relative;
}
.calendar-of-events .bg-calendar{
    /* width: 100vw; */
    height: 100vh;
}
.bg-calendar{
    background-attachment: fixed;
    background-image: url('../images/calendar_bg.jpg');
    background-size: auto;
    background-position: center;
    position: relative;
}
.calendar-of-events .main-calendar {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px;
    transform: translate(-50%, -50%);
}
.calendar-of-events #m-view{
    display: none;
}
#m-view img{
    width: 100%;
    height: auto;
}
.calendar-of-events .main-calendar{
    width: 100%;
    max-width: 800px;
    height: auto;
}
.calendar-of-events .main-calendar img{
    width: 100%;
}
.section-index-4 h2{
    font-family: "DroidSerif";
    font-size: 50px!important;
    /* color: #404040; */
}
.section-index-4 .heading-index-4{
    padding: 20px 0 20px 0;
}
.section-index-4 .custom-row-2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}
.custom-row-2 .column2-1{
    background-color: #043174;
    width: 40%;
    position: relative;
}
.custom-row-2 .column2-2{
    width: 60%;
    background: rgba(71, 89, 255, 0.363);
    position: relative;
}
/* .custom-row-2 .column2-2 .tabcontent{
    padding: 10px;
}
.custom-row-2 .column2-2 .tabcontent .table{
    background-color: #fff;
}
.custom-row-2 .column2-2 .tabcontent .table thead th, .custom-row-2 .column2-2 .tabcontent .table tbody td{
    text-align: center;
    font-family: "Lig";
    font-weight: bold;
} */
.week-event{
    position: absolute;
    border: solid 1px black;
    top: 13px;
    right: 31px;
    background-color: black;
    border-radius: 50%;
    width: 220px;
    height: 223px;
    padding: 28px;
}
.week-event p .span-1{
    color: #fff;
    font-family: "Bol";
    font-size: 33px;
}
.week-event p .span-2, .week-event span{
    color: #fff;
    font-family: "Lato-Reg";
    font-size: 15px;
}
.custom-row-2 .column2-2 .tabcontent img{
    width: 100%;
    height: auto;
}
.section-index-4 .custom-row-2 .column2-1 .month{
   margin: 0;
   position: relative;
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 100%;
}
.section-index-4 .custom-row-2 .custom-column .month div{
    padding: 3% 0% 3% 0%;
    color: #fff;
    /* font-family: "Lato-Reg"; */
    font-family: "Lig";
    font-size: 14px;
}
.section-index-4 .custom-row-2 .custom-column .month .tablinks:hover{
    background-color: red;
    transition: all .5s ease-in-out;
}
.section-index-4 .custom-row-2 .custom-column .month .tablinks.active{
    background-color: red;
    transition: all .5s ease-in-out;
}
.custom-row-2 .column2-1 .month .tablinks{
    cursor: pointer;
}
.custom-row-2 .column2-1 .month .header-year h2{
    font-family: "Lig";
    color: #fff;
    padding: 15px 0px;
}
.div-accordion{
    display: none;
}
.panel{
    position: relative;
}
.week-event-2{
    position: absolute;
    border: solid 1px black;
    top: 8px;
    right: 2px;
    background-color: black;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    max-width: 166px;
    max-height: 161px;
    padding: 18px;
}
.week-event-2 p .span-1{
    color: #fff;
    font-family: "Bol";
    font-size: 20px;
}
.week-event-2 p .span-2, .week-event-2 span{
    color: #fff;
    font-family: "Lato-Reg";
    font-size: 15px;
}

.div-accordion .panel img{
   width: 100%;
   height: auto;
}
.accordion {
    background-color: #eee;
    color:#043174;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
  
.active-tab:after {
    content: "\2212";
}
.panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: scroll;
    transition: max-height 0.2s ease-out;
}

.tabcontent, .tabcontent_2, .tab_content, .tab_content_proj, .cong_tab_content, .tab_link_content_status, .sub_tab_content{
    animation: fadeEffect 1s;
  }
  
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.section-index-5{
    text-align: center;
}
.section-index-5{
    text-align: center;
    font-family: "DroidSerif";
    margin-top: 20px;
    margin-bottom: 50px;
}
.section-index-5 .star-index{
    margin: 0 0 10px 0;
}
.section-index-5{
    position: relative;
}

.section-index-5 .gallery .item img{
    width: 100%;
    height: auto;
}

.section-index-5 .gallery-text{
    position: absolute;
    z-index: 2;
    height: 100%;
    background-color: #043174;
    right: 50%;
    bottom:50%;
    transform: translate(50%, 50%);
    display: block;
    padding: 0px 50px 0px 50px;
    color: #fff;
}
.section-index-5 .gallery-text .center h2{
    font-family: "DroidSerif";
    font-size:  30px!important;
}
.section-index-5 .gallery-text .center {
    /* border: solid 1px red; */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.section-index-5 .gallery-text .center p{
    margin: 10px 0 0 0;
    font-family: "Lig";
    font-size: 14px;;
}
.section-index-5 .gallery-text .buttons .my-next-button{
    position: absolute;
    right: -18px;
    top: 90px;
}
.section-index-5 .gallery-text .buttons .my-previous-button{
    position: absolute;
    left: -18px;
    top: 90px;
}
#next-slide, #prev-slide{
    width: 15%;
    font-size: 25px;
}
.section-index-6{
    padding: 50px 0 20px 0;
    text-align: center;
}
.section-index-6 h2{
    font-family: "DroidSerif";
    font-size: 50px!important;
    color: #404040;
    padding-bottom: 5px!important;
}
.section-index-6 .select-loc{
    padding: 20px 10px 0 10px;
}
.section-index-6 .select-loc select{
    width: 100%;
    max-width: 400px;
    padding: 10px;
    color: #404040 !important;
    background-color: transparent;
    border: solid 1px light#404040;
    font-family: "Lato-Reg";
}
.section-index-6 .select-loc select option{
    font-family: "Lato-Reg" !important;
    padding: 10px;
}
.section-index-6 .select-loc select option:hover{
    background-color: red !important;
}
.custom-row-3{
    display: flex;
    flex-wrap: nowrap;
}
.section-index-6 .for-row .custom-row-3{
    justify-content: center;
}
.section-index-6 .for-row .custom-row-3{
    padding: 5px 0 60px 0;
}
.section-index-6 .for-row .custom-row-3 .custom-column3{
    width:  100%;
    max-width: 160px;
    margin: 1%;
    text-align: left;
}
.section-index-6 .for-row .custom-row-3 .custom-column3 p{
    font-size: 29px;
    color: #213871;
    margin: 0 !important;
    font-family: "Bol";
    text-align: left;
    padding: 0 10px 0 10px;
}
.section-index-6 .for-row .custom-row-3 .custom-column3 span{
    color: #404040;
    font-size: 14px;
    text-align: left;
    padding: 0 10px 10px 10px;
}
/* end *******************************************************************************/

/* the 5th district  *******************************************************************************/

.section-5th-1{
    position: relative;
    background-image: url(../images/title_5thdistrict.jpg);
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right 0px;
    height: 300px;
    width: 100%;
}
.section-5th-1 .section-5th-sub-1{
    color: #fff;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    font-family: "DroidSerif";
}
.section-5th-2{
    padding: 50px 0px 0px 0px;
}

.section-5th-2 .section-5th-sub-2 p{
    font-size: 14px;
    color: #404040;
}
.section-5th-2 .section-5th-sub-2 h2{
    /* border: solid 1px red; */
    color: #404040;
    font-family: "DroidSerif";
    font-size: 30px!important;
}
.section-5th-2 .section-5th-sub-3{
    /* border: solid 1px red; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 60px;
}
.section-5th-sub-3 .section-5th-col-1{
    /* border: solid 1px black; */
    width: 20%;
}
.section-5th-sub-3 .section-5th-col-1 .column-link .tab_link{
    cursor: pointer;
    padding: 5px 5px 5px 25px;
    /* border: solid 1px green; */
    font-family: "Lato-Reg";
    position: relative;
    color: #404040;
    font-size: 15px;
}
.section-5th-sub-3 .section-5th-col-1 .column-link .tab_link:hover{
    color: red;
}
.section-5th-sub-3 .section-5th-col-1 .column-link .tab_link.active-tab-link:before{
    content: '>';
    font-size: 27px;
    color: red;
    position: absolute;
    left: -3px;
    top: -5px;
}
.section-5th-sub-3 .section-5th-col-2{
    /* border: solid 1px black; */
    width: 80%;
    /* padding-left: 10px; */
}
.section-5th-col-2 .selectedtab{
    display: flex;
    flex-wrap: wrap;
    /* border: solid 1px red; */
    width: 100%;
    height: 100%;
    max-height: 480px;
}
.selectedtab .section-5th-sub-col-1, .selectedtab .section-5th-sub-col-2{
    display: flex;
    flex-wrap: nowrap;
    /* border: solid 1px red; */
    height: 50%;
    width: 100%;
}
.selectedtab .column div{
    width: 100%;
    max-width: 295px;
    /* border: solid 1px blue; */
    padding: 10px;
}
.tab-content-main, .tab-content-main div{
    display: flex;
    flex-wrap: nowrap;
    /* border: solid 1px red; */
}
.tab-content-main div{
    position: relative;
    padding: 0px;
    /* border: solid 1px green; */
}
.tab-content-main div:hover{
    cursor: pointer;
}
.tab-content-main div .tab_header_alc_btn{
    margin: 5px;
    /* border: solid 1px black; */
    padding: 4px;
    justify-content: center;
}
.tab-content-main div .tab_header_alc_btn span{
    color:#404040;
    font-family: "Lato-Reg";
    font-size: 1rem;
}
.tab-content-main div .tab_header_alc_btn span:hover:after{
    width: 100%;
    transition: .3s ease-in-out;
}
.tab_header_alc_btn span:after{
    content: " ";
    background-color: red;
    height: 3px;
    position: absolute;
    width: 0;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s ease-in-out;
}
.tab_header_alc_btn.active-sub-tab-link span:after{
    color: red!important;
    width: 100%;
}
.sub_tab_content:nth-child(1n+2){
    width: 100%;
    max-width: 571px;
    padding: 10px;
}

.sub_tab_content-main{
    padding: 5px;
}
.sub_tab_content-main ul li span{
    color:#404040;
    font-size: 14px;
    font-family: "Bol";
}
.sub_tab_content-main ul{
    margin-bottom: 4px!important;
    margin-left: -20px!important;
}
.sub_tab_content-main p{
    color:#404040;
    font-size: 14px;
    font-family: "Lato-Reg";
    margin-bottom: 2px!important;
}
















.selectedtab .column div iframe{
    width: 100%;
    height: 100%;
}
/* .tab_content .section-5th-sub-col-alc .section-5th-sub-col-content-alc-1{
    border: solid 1px black;
    height: 100%;
    max-height: 385px;
} */

.tab_content .section-5th-sub-col-alc .section-5th-sub-col-alc-text{
    font-family: "Lato-Reg";
    color: #404040;
    margin-top: 30px;
}
.tab_content .section-5th-sub-col-alc .section-5th-sub-col-content-alc-1 iframe{
    width: 100%;
    height: 100%;
}

.tab_content .section-5th-sub-col-alc .section-5th-sub-col-content-alc-1 img{
    width: 100%;
    height: auto;
}

.section-5th-sub-col-content-alc-1 img{
    width: 100%;
    height: auto;
}

.tab_content .section-5th-sub-col-content-alc-2{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
}
.section-5th-sub-col-content-alc-2 .content-alc-2{
    width: 100%;
    height: auto;
    max-width: 295px;
    padding: 10px;
    position: relative;
}
.content-alc-2 div i{
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 50px;
    position: absolute;
    right: 50%;
    top: -40px;
    transform: translate(50%, 50%);
    color:rgb(169, 169, 207);
}
.content-alc-2 div p{
   font-family: "Bol";
   font-size: 18px;
   font-weight: bold;
   color: #404040;
}
.content-alc-2 div p span{
    font-family: "DroidSerif";
    font-size: 40px;
    font-weight: bold;
    color: #043174;
 }
 /* .sub_tab_content_alcala */
 .content-alc-2 div p .span-2{
    font-family: "Lig";
    font-size: 15px;
    color: #404040;
 }
.section-5th-sub-col-content-alc-2 .content-alc-2 div{
    border: solid 1px rgb(169, 169, 207, 0.5);
    text-align: center;
    padding-top: 25px;
}
.div-accordion-5th-district{
    margin-bottom: 70px;
    display: none;
}
.div-accordion-5th-district .accordion-5th-district{
    color: #043174;
    font-family: "Lato-Reg";
}
.accordion-5th-district {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
.active-tab-5th-district, .accordion-5th-district:hover {
    background-color: #ccc;
}
.accordion-5th-district:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
  }
  
.active-tab-5th-district:after {
    content: "\2796";
}
.panel-5th-district {
    background-color: white;
    max-height: 0;
    overflow: scroll;
    transition: max-height 0.2s ease-out;
    color: #404040;
}
.panel-5th-district div iframe{
    width: 100%;
}
.panel-5th-district div {
    width: 100%;
}
.panel-5th-district p {
    padding: 5px 15px 0 15px;
}
.panel-5th-district .section-5th-sub-col-content-alc-2{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
    justify-content: center;
    padding-bottom: 10px;
}
.panel-5th-district .section-5th-sub-col-content-alc-2 .content-alc-2{
    width: 100%;
    height: auto;
    max-width: 295px;
    padding: 10px;
    position: relative;
}
.panel-carousel{
    margin-top: 10px;
    text-align: center;
}
.panel-carousel .panel-item{
    text-align: center;
}
.section-5th-sub-col-content-alc-3{
    /* border: solid 1px red; */
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.section-5th-sub-col-content-alc-3 .content-alc-3{
    width: 50%;
    /* border: solid 1px black; */
    text-align: center;
}
.section-5th-sub-col-content-alc-3 .content-alc-3 p{
    margin-bottom: 0!important;
    font-family:"Lato-Reg";
    color: #404040;
    font-size:17px;
}
.section-5th-sub-col-content-alc-3 .content-alc-3 img{
    border-radius: 50%;
    width: 100%;
    max-width: 156px;
    height: 100%;
    max-height: 146px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* temporary mayoy/ vice mayor image */

.section-5th-sub-col-content-alc-3 .content-alc-3 i{
    border-radius: 50%;
    font-size: 7rem;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* end *******************************************************************************/

/* congressmans-corner *******************************************************************************/

.section-cong-1{
    position: relative;
    background-image: url(../images/title_congcorner.jpg);
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right 0px;
    height: 300px;
    width: 100%;
    /* border: solid 1px red; */
}
.section-cong-1 .section-cong-sub-1{
    color: #fff;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    font-family: "DroidSerif";
}
.section-cong-2{
    padding: 50px 0px 50px 0px;
    width: 100%;
    background-image: url('../images/cong-message.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.section-cong-2 .container{
    display: flex;
    flex-wrap: wrap;
}
.section-cong-col{
    /* border: solid 1px red; */
    width: 50%;
    color: #fff;
}
.section-cong-col-2 img{
    width: 100%;
    max-width: 425px;
    height: auto;
}
.section-cong-col-1 .tab_header{
    display: flex;
    flex-wrap: nowrap;
}
/* .tab_header{
    border: solid 1px black;
} */
.tab_header .tab_btn{
    /* border: solid 1px blue; */
    margin-left: 15px;
    margin-right: 15px;
    font-family: "DroidSerif";
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}
.active-tab-btn{
    border-bottom: solid 4px red;
}
.tab_header .tab_btn:hover{
    color: red;
}
.tab-main .cong_tab_content{
    /* border: solid 1px green; */
    padding-top: 10px;
}

.tab-main .cong_tab_content div{
    /* border: solid 1px green; */
    /* padding-top: 10px; */
    height: 100%;
    max-height: 500px;
    overflow-y: scroll;
}


/* width */
.tab-main .cong_tab_content div::-webkit-scrollbar {
    width: 3px;
}
  
  /* Track */
.tab-main .cong_tab_content div::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
   
  /* Handle */
.tab-main .cong_tab_content div::-webkit-scrollbar-thumb {
    background: red; 
}
  
  /* Handle on hover */
.tab-main .cong_tab_content div::-webkit-scrollbar-thumb:hover {
    background: #555; 
}



.tab-main .cong_tab_content h2{
    font-family: "DroidSerif";
    color: #fff;
    margin-top: 17px!important;
    margin-bottom: 15px!important;
}
.tab-main .cong_tab_content p, .tab-main .cong_tab_content p ul li{
    font-family: "Lato-Reg";
    color: #fff;
    font-size: 15px;
}
/* .tab-main .cong_tab_content div{
    height: 100%;
    overflow-y: scroll;
    max-width: 490px; 
} */
/* end *******************************************************************************/

/* projects *******************************************************************************/
.section-proj-1{
    position: relative;
    background-image: url(../images/title_projects.jpg);
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right 0px;
    height: 300px;
    width: 100%;
    /* border: solid 1px red; */
}
.section-proj-1 .section-proj-sub-1{
    color: #fff;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    font-family: "DroidSerif";
}
.section-proj-2{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.section-proj-2 .section-proj-2-col{
    padding: 60px 0 0 0;
}
.section-proj-2 .section-proj-2-col-1{
    width: 30%;
}
.section-proj-2 .section-proj-2-col-2{
    width: 70%;
    text-align: center;
}
.section-proj-2-col-2 .section-proj-2-col-2-content-1{
    /* border: solid 1px blue; */
    width: 100%;
    display: inline-block;
    max-width: 600px;
}
.section-proj-2-col-2 .section-proj-2-col-2-content-2{
    /* border: solid 1px blue; */
    width: 100%;
    display: inline-block;
    max-width: 600px;
    text-align: left;
    padding: 20px 0 0 0;
    color: #404040;
}
.section-proj-2-col-2 .section-proj-2-col-2-content-2 h2{
    font-family: "Bol";
    font-size: 30px;
}
.section-proj-2-col-2 .section-proj-2-col-2-content-2 p{
    font-family: "Lato-Reg";
    font-family: 14px;
}
.section-proj-2-col-2 .section-proj-2-col-2-content-2 p{
    padding: 15px 0 0 0;
}
.section-proj-2-col .tablink_proj{
    padding: 20px 0 0 0;
    position: relative;
}
.section-proj-2-col .tablink_proj span, .tablink_proj p{
    font-family: "Lato-Reg";
    color: #404040;
    margin-left: 30px;
}
.section-proj-2-col .tablink_proj span:hover{
    color: red;
    cursor: pointer;
}
.active-link-proj span:before{
    color: red;
    content: '>';
    font-size: 35px;
    position: absolute;
    top: 4px;
    left: 0px;
}
/* end *******************************************************************************/

/* legislative *******************************************************************************/
.section-legis-1{
    position: relative;
    background-image: url(../images/title_legislativeagenda.jpg);
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right 0px;
    height: 295px;
    width: 100%;
    /* border: solid 1px red; */
}
.section-legis-1 .section-legis-sub-1{
    color: #fff;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    font-family: "DroidSerif";
}
.section-legis-2-sub-1{
    background-color: #213871; 
    text-align: center;
}
.section-legis-2-sub-1 img{
    height:auto;
    width:55%;
}
.section-legis-3 .section-legis-3-sub-1 .container{
    display: flex!important;
    flex-wrap: nowrap!important;
}
.section-legis-3 .section-legis-3-sub-1{
    background-color: #213871; 
}
.section-legis-3 .section-legis-3-sub-1 .tab_link_kontol{
    /* border: solid 1px #404040; */
    padding: 10px 20px 10px 20px;
    color: red;
    font-family: "Bol";
    font-size: 20px;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 25px;
    overflow: auto;
}
.section-legis-3 .section-legis-3-sub-1 .tab_link_kontol:hover{
    cursor: pointer;
}
.active-link-legis{
    background-color: #fff !important;
}
.section-legis-3 .section-legis-3-sub-2 .tab_kontol{
    /* border: solid 1px black; */
    padding: 50px 15px 50px 15px;;
}
.section-legis-3 .section-legis-3-sub-2 .tab_kontol h2{
    padding-bottom: 10px;
    font-size: 30px;
    font-family: "Bol";
    color: #404040;
}
.section-legis-3 .section-legis-3-sub-2 .tab_kontol p{
    font-family: "Lato-Reg";
    color: #404040;
}
.section-legis-3 .section-legis-3-sub-2 .tab_kontol ul li{
    font-size: 13px  ;
    font-family: "Lato-Reg";
    color: #404040;
}
.tab-kontol-sub-row{
    display: flex;
    flex-wrap: wrap;
    /* border: solid 1px blue; */
    padding: 1px;
}
/* .tab-kontol-sub-col{
    border: solid 1px black;
} */
.tab-kontol-sub-col.col1{
    width: 30%;
}
.tab-kontol-sub-col.col2{
    width: 70%;
}
.col1-content{
    background-color: #213871;
}
.col1-content .tab_link_status span{
    color: #fff;
    font-family: "Lato-Reg";
    font-size: 14px;
}
.col1-content .tab_link_status:hover{
    cursor: pointer;
    background-color: red;
    transition: .5s ease all;
}
.col1-content .tab_link_status.span-header:hover{
    cursor: default;
    background-color: #213871;
}
.col1-content .tab_link_status {
    padding: 10px 25px 10px 25px;
    /* border: solid 1px red; */
}
.active-link-status{
    background-color: red;
}
.col1-content .tab_link_status.span-header span{
    font-family: "DroidSerif"!important;
    font-size: 30px!important;
}
.tab-link-status-panel{
    padding: 0px 20px 0 20px;
    height: 100%;
    max-height: 775px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.tab-link-status-panel h3{
    font-family: "Bol";
    font-size: 30px;
    margin-bottom: 10px!important;
}
.tab-link-status-panel p{
    font-family: "Lato-Reg";
    font-size: 14px;
    color: rgba(34, 33, 33, 0.8)!important;
}

/* end *******************************************************************************/

/* contact us  *******************************************************************************/

.contact-banner{
    position: relative;
    background-image: url(../images/title_contact.jpg);
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right 0px;
    height: 300px;
    width: 100%;
    /* border: solid 1px red; */
}
.contact-banner .section-contact-sub-1{
    color: #fff;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    font-family: "DroidSerif";
}
.section-contact-2 img{
    width: 100%;
    max-width: 290px;
    height: auto;
}
.section-contact-2{
    text-align: center;
    font-family: "DroidSerif";
    color: #404040;
    /* border: solid 1px green; */
    padding: 50px 0 200px 0;
}
.section-contact-3{
    display: flex;
    flex-wrap: nowrap;
    /* border: solid 1px blue; */
    position: relative;
}
.section-contact-3 .section-contact-sub-2{
    padding: 0 25px 0 25px;
    position: absolute;
    right: 50%;
    bottom:50%;
    transform: translate(50%, 50%);
}

.section-contact-3 .section-contact-sub-2 .item .heading-1{
    padding: 15px 5px 15px 5px;
    text-align: center;
    background-color: red;
    color: #fff;
    font-family: "DroidSerif";
}
.section-contact-3 .section-contact-sub-2 .item .item-content-contact{
    padding: 20px 15px 15px 15px;
    background-color: #043174;
    color: #fff;
    height: 252px;
}
.item-content-contact .address .one{
    font-weight: bold;
}
.item-content-contact .address p, .phone p, .view-map p{
    margin-bottom: 0!important;
}
.item-content-contact .address{
    position: relative;
    /* border: solid 1px black; */
    width: 80%;
    top: -19px;
    left: 30px;
    font-family: "Lig";
    font-size: 14px;
}
.item-content-contact .phone{
    position: relative;
    /* border: solid 1px black; */
    width: 80%;
    top: -19px;
    left: 30px;
    font-family: "Lig";
    font-size: 14px;
}
.item-content-contact .view-map{
    position: relative;
    /* border: solid 1px black; */
    width: 80%;
    top: -19px;
    left: 30px;
    font-family: "Lig";
    font-size: 14px;
}
.section-contact-4{
    width: 100%;
    height: auto;
}
.section-contact-5{
    padding: 50px 0 70px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/footer_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
}
.section-contact-5 img{
    width: 100%;
    max-width: 230px;
}
.section-contact-5 h2{
    font-family: "DroidSerif";
}
.section-contact-5 p{
    font-family: "LigIta";
    font-size: 14px;
}
.section-contact-5-row{
    display: flex;
    flex-wrap: wrap;
    /* border: solid 1px red; */
    padding-top: 20px;
}
.section-contact-5-col{
    /* border: solid 1px black; */
    display: block;
}
.section-contact-5-col.col1{
    width: 30%;
    padding: 0 20px 0 20px;
}
.section-contact-5-col.col2{
    width: 70%;
    padding: 0 20px 0 20px;
}
textarea{
    resize: none;
    font-family: "LigIta" !important;
    background-color:rgb(255, 255, 255, 0.2);
    border: solid 1px rgb(255, 255, 255, 0.2);
    color: #fff !important;
    width: 100%;
    padding: 10px;
    /* height: 100%; */
    /* max-height: 229px; */
}
.section-contact-5-col.col1 input{
    font-family: "LigIta" !important;
    background-color:rgb(255, 255, 255, 0.2);
    border: solid 1px rgb(255, 255, 255, 0.2);
    margin: 13px 0 0px 0;
    color: #fff !important;
    width: 100%;
    padding: 5px;
}

.section-contact-5-col.col1 select{
    width: 100%;
    padding: 8px;
    color: #fff !important;
    background-color:rgb(255, 255, 255, 0.2);
    border: solid 1px rgb(255, 255, 255, 0.2);
    font-family: "LigIta";
}
.section-contact-5-col.col1 select option{
    font-family: "LigIta" !important;
    padding: 10px;
}
.option-color{
    background-color: #404040;
}
.section-contact-5-col.col2 div{
    text-align: right;
    width: 100%;
}
.btn-send {
    background-color: red;
    border: none;
    border: solid .5px #fff;
    color: white;
    padding: 10px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
}

/* end *******************************************************************************/

/* footer css 2 *******************************************************************************/

.footer{
    background-image: url("../images/footer.jpg");
    background-position: center;
    background-size: cover;
}
.footer-row{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.footer-column{
    /* border: solid 1px black; */
    padding: 10px 15px 10px 15px;
    color: #fff;
    font-family: "Lato-Reg";
}
/* end *************************************************************************************/


.tab-link-status-panel::-webkit-scrollbar {
    width: 16px;
    border: 5px solid white;
  }

.tab-link-status-panel::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    background-clip: padding-box;
    border: 0.05em solid #eeeeee;
  }

.tab-link-status-panel::-webkit-scrollbar-track {
    background-color: transparent;
  }
  /* Buttons */
.tab-link-status-panel::-webkit-scrollbar-button:single-button {
    background-color: transparent;
    display: block;
    border-style: solid;
    height: 13px;
    width: 16px;
  }
  /* Up */
.tab-link-status-panel::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent red transparent;
  }

  .tab-link-status-panel::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent red transparent;
  }
  /* Down */
  .tab-link-status-panel::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 8px 8px 0 8px;
    border-color: red transparent transparent transparent;
  }

  .tab-link-status-panel::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: red transparent transparent transparent;
  }