/* 
font-family: 'Inter', sans-serif;
font-family: 'Lato', sans-serif;
*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}
html,
body {
    overflow-x: clip;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none
}
b, strong{
    font-weight: 700;
}

body {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #333;
    overflow-x: hidden;
}

h2, h3, h4{
    font-family: 'Lato', sans-serif;
}
a{
    color: #000000;
    display: block;
  -webkit-transition: .5s all ease;
  -ms-transition: .5s all ease;
  transition: .5s all ease;
}
a:hover,a:focus,a:active{
    color: #039;
}
.prerode-desc a {
	display: unset;
}
p{
    margin-bottom: 30px;
}
h2{
    font-size: 42px;
    line-height: 55px;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 30px;
}
h2 b, h2 strong{
    font-weight: 800;
    color: #039;
    position: relative;
    z-index: 1;
}
h2 b::before, h2 strong::before {
	content: '';
	position: absolute;
	bottom: 6px;
	border-bottom: 10px solid #FFD500;
	left: -2px;
	right: -2px;
	z-index: -1;
}
.btn-primary{
    padding: 12px 22px 12px 22px;
    border: 1px solid #167EE6;
    background: #167EE6;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    max-width: fit-content;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    transition: all 0.5s;
}
.btn-primary:hover{
    background: #FFD500;
    border-color: #FFD500;
    color: #039;
}
.ptb-120{
    padding: 90px 0px;
}
.mtb-120{
    margin: 90px 0px;
}
.mtb-50{
    margin: 50px 0px;
}
header{
    padding: 0px;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    background: #039;
    z-index: 99;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
header.sticky {
	/* padding: 20px 0; */
	box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
}
header .navbar {
	padding: 0;
}
header .menu-item{
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
}
header .menu-item a{
    color: #fff;
    position: relative;
}
header .menu-item a:hover, header .menu-item.current-menu-item a{
    color: #FFD500;
}
header .menu-item + .menu-item{
    margin-left: 40px;
}
header .navbar-collapse {
	max-width: fit-content;
}
header .search-bar{
    margin-left: 50px;
}
header .search-bar svg{
    max-width: 30px;
}
.header-right ul li a{
    padding: 13px 20px;
    border-radius: 5px;
    border: 1px solid #FFF;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    font-weight: 600;
    background: transparent;
    transition: all 0.5s;
}
header.sticky .r-menu .menu-item a {
	padding: 13px 20px;
}
.header-right ul li a:hover{
    border: 1px solid #167EE6;
    background: #167EE6; 
}
.header-right ul li + li a{
    border: 1px solid #167EE6;
    background: #167EE6; 
}
.header-right ul li + li{
    margin-left: 16px;
}
.header-right ul li + li a:hover{
    border: 1px solid #fff;
    background: transparent; 
}
.header-right ul {
    display: flex;
    align-items: center;
    margin-left: 60px;
}
header .menu-item a{
    position: relative;
    z-index: 1;
    padding: 30px 0px;
}
header.sticky .menu-item a {
	padding: 24px 0px;
}
header .menu-item a::before{
    content: '';
    position: absolute;
    bottom: 0;
    border-radius: 4px 4px 0px 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0px;
    background: #FFD500;
    z-index: -1;
    transition: all 0.5s;
}
header .menu-item a:hover::before, header .menu-item.current-menu-item a::before{
    height: 5px;
}
.home-banner{
    position: relative;
    margin-top: 87px;
    z-index: 1;
}
/* -----------------Table CSS-------------------------------------------------*/
.table-container{
	padding: 0% 10% 5% 10%;
	overflow-x: auto;
}
@media screen and (max-width: 767px){
	.table-container { padding: 0% 0% 5% 0%; }
}

table.senatorTable {
	width: 100%;
	box-shadow: 0px 0px 10px black;
	border-radius: 20px 20px 0px 0px;
	
}
th {
	background-color: #039;
	color: white;
	border: 4px solid black;
	text-align: center;	
}
td
{
	color: black;
	text-align: left;
	padding: 5px;
}
td a {
	font-weight: 700;
  color: #039;
  text-decoration: underline;
	padding: 0px 10px;
}



/*--------------------------------------------------------------------------------------- */
.hb-slider .swiper-slide{
    position: relative;
    padding: 0;
    z-index: 1;
	min-height: 600px;
}
.hb-slider .swiper-slide::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-270deg, rgb(80 196 223 / 50%) 0%, rgba(0, 0, 0, 0.02) 100%);
    z-index: -1;
}
.hb-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hb-desc h1, .hb-desc h2 {
    font-size: 48px;
    line-height: 70px;
    font-weight: 400;
    color: #FFF;
	text-shadow: 0px 0px 5px #000;
    font-family: 'Inter', sans-serif;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.hb-desc p{
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}
.hb-desc {
	max-width: 70%;
	margin: 0 15%;
	margin-top: 30px;
}
.hb-cta {
	text-align: center;
	margin-bottom: 80px;
}
.hb-cta a {
	display: inline-block;
}
.hb-cta button {
	padding: 15px 40px;
	border-radius: 12px;
	border: 0;
	font-size: 50px;
	color: #FFF;
	text-shadow: 0 0 5px #000;
	background: linear-gradient(-270deg, #042143, #003398);
	transition: all .2s ease-in-out; 	
}
.hb-cta button:hover {
	transform: scale(1.1); 
}
.title h2{margin-bottom: 50px;}
.hnews-box{
    position: relative;
    text-align: center;
    z-index: 1;
}
.hnews-box{
    padding: 0 20px 20px;
	height: 100%;
}
.hnews-box::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    border-radius: 20px;
    z-index: -1;
    transition: all 0.5s;
}
.hnewsb-img{
    text-align: center;
}
.hnewsb-img img{
    max-width: 85%;
    border-radius: 14px;
    border: 2px solid #BBB; 
    margin-bottom: 20px;
    transition: all 0.5s;
}
.hnews-box:hover .hnewsb-img img{
    border: 2px solid #FFD500;
}
.hnews-box:hover::before{
    background: #039;
}
.hnewsb-desc p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    color: #333;
    transition: all 0.5s;
}
.hnews-box:hover .hnewsb-desc p{
    color: #fff;
}
.hnewsb-desc h3{
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0px;
    color: #039;
    font-weight: 600;
    transition: all 0.5s;   
}
.hnews-box:hover .hnewsb-desc h3{
    color: #FEF200;
}
.home-news .row + .row{
    row-gap: 40px;
}
.more-btn{
    margin-top: 50px;
}
.more-btn a{
    max-width: fit-content;
    margin: auto;
    display: block;
}
.profi-news .more-btn {
	margin-top: 30px;
}
.hcommu-box{
    padding: 50px 45px;
    background: #F0F3F5;
    border-radius: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: 25% 72%;
    gap: 40px;
}
.hcommub-img{
    background: #fff;
    border-radius: 10px;
    padding: 40px 20px;
}
.hcommub-img img{
    width: 100%;
}
.hcommub-desc h3{
    font-size: 24px;
    line-height: 34px;
    color: #039;
    font-weight: 800;
    margin-bottom: 12px;
}
.hcommub-desc h3 a{
    color: #039;
    max-width: fit-content;
}
.hcommub-desc h3 a:hover{
    color: #000;
}
.hcommub-desc p a, .geineng-desc p a{
    display: inline-block;
    color: #1D9BF0;
    text-decoration: underline;
}
.hcommub-desc p a:hover, .geineng-desc p a:hover{
    color: #039;
}
.hcommub-desc p{
    margin-bottom: 0;
}
.hcommu-box + .hcommu-box{
    margin-top: 30px;
}
.hsenatb-img{
    margin-bottom: 14px;
}
.hsenatb-img img {
	max-width: 100%;
	border: 2px solid #FFD500;
	border-radius: 50%;
	height: 200px;
	object-fit: cover;
}
.hsenatb-img a{
    max-width: 200px;
    margin: auto;
}

.hsenatb-desc h3{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
}
.hsenatb-desc h3 a{
    color: #fff;
    max-width: fit-content;
    margin: auto;
}
.hsenatb-desc h3 a:hover{
    color: #FEF200;
}
.hsenatb-desc p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    color: #C3C3C3;
    font-weight: 400;
}
.home-senators h2{
    color: #fff;
}
.home-senators h2 b, .home-senators h2 strong{
    color: #FFD500;
}
.home-senators h2 b::before, .home-senators h2 strong::before{
    border-color: rgba(255, 255, 255, 0.30);
}
.hsenat-box{
    text-align: center;
}
.home-senators .row + .row{
    row-gap: 50px;
}
.home-twitter .title h2 b::before, .home-twitter .title h2 strong::before{
    display: none;
}
.home-twitter iframe{
    border-radius: 10px;
    border: 1px solid #CFDADE;
    background: #FFF; 
    width: 100% !important;
    height: 600px !important;
}
section.css-1dbjc4n {
	height: 600px !important;
	overflow-y: scroll !important;
}
.home-twitter .row + .row{
    row-gap: 40px;
}
footer{
    background: #000;
    padding: 80px 0px;
}
.f-title h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #FFD500;
    margin-bottom: 15px;
}
.f-links li a, .f-links li{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.70);
    max-width: fit-content;
    transition: all 0.5s;
}
.f-links li a:hover{
    color: rgba(255, 255, 255, 1);
}
.f-links li + li{
    margin-top: 12px;
}
.f-links + .f-links{
    margin-top: 40px;
}
.f-center .f-links ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px 20px;
}
.f-center .f-links ul li + li{
    margin-top: 0;
}
.f-google{
    margin-top: 40px;
}
iframe ._2p3a{
    width: 100% !important;
}
.f-center{
    padding-right: 40px;
    position: relative;
}
.f-left{
    padding-right: 20px;
}
.f-right{
    position: relative;
}
.f-right::before{
    content: '';
    position: absolute;
    top: -18px;
    left: -50px;
    bottom: -18px;
    border-right: 2px solid rgba(255, 255, 255, 0.70);
}
.inner-banner{
    /* padding: 120px 0px; */
    padding: 50px 0;
    margin-top: 87px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.inner-banner::before, .newsdetail-banner::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    width: 30%;
    background: url("data:image/svg+xml,%3Csvg width='505' height='360' viewBox='0 0 505 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M605.922 266.062C582.91 289.241 556.276 311.813 523.955 316.485C481.612 322.611 440.461 295.734 414.893 261.487C389.325 227.241 375.326 185.996 356.9 147.426C338.474 108.857 313.276 70.6959 274.632 52.3834C221.038 27.006 155.941 45.9828 99.503 27.7207C52.4533 12.4912 15.3854 -30.0225 6.71951 -78.6863' stroke='%23003399' stroke-opacity='0.24' stroke-miterlimit='10'/%3E%3Cpath d='M589.827 238.068C568.053 260.001 542.865 281.336 512.29 285.771C472.2 291.585 433.294 266.12 409.122 233.747C384.949 201.373 371.744 162.289 354.275 125.888C336.806 89.4862 313.014 53.293 276.506 35.9505C225.802 11.9482 164.226 29.8982 110.836 12.6311C66.3449 -1.79926 31.26 -41.9973 23.0603 -88.0371' stroke='%23003399' stroke-opacity='0.24' stroke-miterlimit='10'/%3E%3Cpath d='M573.738 210.084C553.206 230.753 529.456 250.886 500.606 255.024C462.84 260.499 426.133 236.517 403.331 205.973C380.529 175.429 368.035 138.64 351.597 104.234C335.16 69.8274 312.695 35.7919 278.24 19.4523C230.463 -3.21089 172.407 13.7855 122.045 -2.54711C80.0644 -16.1363 46.9997 -54.0544 39.2725 -97.4594' stroke='%23003399' stroke-opacity='0.24' stroke-miterlimit='10'/%3E%3Cpath d='M557.649 182.101C538.398 201.498 516.021 220.495 488.965 224.352C453.478 229.486 419.004 206.969 397.578 178.265C376.152 149.561 364.422 115.007 348.982 82.6885C333.542 50.3695 312.433 18.389 280.037 3.06309C235.129 -18.2126 180.573 -2.30365 133.295 -17.6039C93.8637 -30.3598 62.7976 -65.9855 55.5475 -106.773' stroke='%23003399' stroke-opacity='0.24' stroke-miterlimit='10'/%3E%3Cpath d='M541.565 154.128C523.519 172.297 502.647 189.981 477.311 193.659C444.11 198.462 411.855 177.387 391.812 150.534C371.769 123.681 360.797 91.3526 346.343 61.1271C331.89 30.9016 312.157 0.963543 281.865 -13.3736C239.846 -33.2742 188.812 -18.3922 144.55 -32.7518C107.675 -44.6635 78.6676 -78.0171 71.8356 -116.138' stroke='%23003399' stroke-opacity='0.24' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: -1;
    display: none;
}
.inb-desc h1{
    font-size: 58px;
    line-height: 70px;
    color: #039;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.breadcrumb-main li a{
    color: #000;
}
.breadcrumb-main li a:hover{
    color: #039;
}
.breadcrumb-main li{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #000;
}
.single-post .breadcrumb-item.active{
    max-width: 90%;
}
.breadcrumb-main li.active{
    font-weight: 400;
    color: #333;
}

.post-content ul, .post-content ol {
    margin: 1em 0;
    padding: 0 0 0 2.5em;
}
.post-content li {
    margin: 5px 0;
    list-style: initial;
}
.post-content ol li {
    list-style: decimal;
}

.sentor-listtp{
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 30px;
}
.sentor-listtp::before{
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #039;
    border-radius: 20px;
    z-index: -1;
}
.senlistp-img img{
    border-radius: 14px;
    width: 100%;
    border: 4px solid #FFD500; 
}
.senlistp-img {
    margin: 0 auto 20px;
    max-width: 80%;
}
.senlistp-desc{
    max-width: 80%;
    margin: auto;
}
.senlistp-desc h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #FFD500;
    margin-bottom: 5px;
}
.senlistp-desc h3 a {
	color: #FFD500;
	max-width: fit-content;
	margin: auto;
}
.senlistp-desc h3 a:hover{
    color: #fff;
}
.senlistp-desc h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.senlistp-desc p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #E2E2E2;
    margin-bottom: 0px;
}
.senators-listing .col-lg-4.col-md-6 {
	display: inherit;
}
.senator-box{
    padding: 40px 30px;
    border-radius: 20px;
    background: #F0F3F5; 
    text-align: center;
    width: 100%;
}
.senatorb-img img {
	width: 100%;
	border: 2px solid #039;
	border-radius: 50%;
	height: 200px;
	object-fit: cover;
}
.senatorb-img{
    margin-bottom: 20px;
}
.senatorb-img a{
    width: 55%;
    margin: auto;
}
.senatorb-desc h3{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #039;
    font-weight: 700;
}
.senatorb-desc h3 a{
    color: #039;
    max-width: fit-content;
    margin: auto;
}
.senatorb-desc h3 a:hover{
    color: #000;
}
.senatorb-desc p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    color: #536471;
    font-weight: 400;
}
.senators-listing .row + .row{
    margin-top: 50px;
    row-gap: 40px;
}
.geineng-desc h2 b, .geineng-desc h2 strong{
    display: block;
    max-width: fit-content;
}
.geineng-desc p {
    margin-bottom: 0;
}
.geineng-desc {
    padding: 50px 50px 50px 0px;
    position: relative;
}
.geineng-desc::before{
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    background: #F0F3F5;
    z-index: -1;
}
.geineng-img img{
    border: 7px solid #039;
    border-radius: 16px;
    width: 100%;
}
.form-main h2{
    font-size: 28px;
    line-height: 38px;
    color: #000;
    font-weight: 700;
}
.social h3{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #000;
}
.social ul li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #536471;
    display: flex;
    align-items: center;
    gap: 15px;
}
.social ul li svg{
    max-width: 30px;
    flex: 100%;
}
.social ul li a{
    color: #536471;
    margin-left: 0;
}
.social ul li a:hover{
    color: #039;
}
.social ul li + li{
    margin-top: 18px;
}
.box-links a{
    padding: 12px 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #536471;
    background: #FAFAFA;
    border: 1px solid #E2E2E2; 
    display: block;
    max-width: fit-content;
    border-radius: 6px;
    transition: all 0.5s;
}
.box-links a:hover, .box-links a.active{
    color: #fff;
    background: #039;
    border-color: #039;
}
.box-links ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.prsrone-inbox, .display_archive .campaign{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    border: 1px solid #E2E2E2;
    background: #FAFAFA; 
    border-radius: 10px;
}

.display_archive .campaign{
	flex-direction: row-reverse;
	font-size: 16px;
}
.prsrone-inmain .prsrone-inbox .profneb-img{
	display: none;
}
.prsrone-inbox p, .display_archive .campaign a{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #625F5F;
    margin: 0;
}
.prsrone-inbox p a{
    color: #625F5F;
    max-width: fit-content;
}
.prsrone-inbox p a:hover, .display_archive .campaign a:hover{
    color: #039;
}
.prsroneinb-desc{
    margin-right: 30px;
}
.prsrone-inbox span, .prerode-desc span {
	padding: 10px 15px;
	display: block;
	background: rgba(0, 51, 153, 0.07);
	border-radius: 4px;
	color: #039;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	max-width: 12%;
	flex: 100%;
    text-align: center;
}
.prerode-desc span {
    max-width: fit-content;
    margin-bottom: 30px;
}
.prsrone-inbox + .prsrone-inbox, .alm-reveal + .alm-reveal, .display_archive .campaign + .campaign{
    margin-top: 26px;
}

.capitolnews {
	display: flex;
	flex-wrap: wrap;
}

.capitolnews .prsrone-inbox {
	width: 48%;
    padding: 0px;
    border-radius: 0px;
    border: 0px solid #039;
    background: #F0F3F5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 20px 1%;
}

@media screen and (max-width: 767px) {
	.capitolnews { flex-direction: column; }
	.capitolnews .prsrone-inbox { width: 98%; }
}

.capitolnews .prsrone-inbox:hover { 
    /*background: #039;*/
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

/*.capitolnews .prsrone-inbox:hover a,
.capitolnews .prsrone-inbox:hover span { 
    color: #fff;
}*/

.capitolnews .prsroneinb-desc {
	margin-right: unset;
	padding: 0px 15px;
}

.capitolnews .prsroneinb-desc a {
	color: #039;
}

.capitolnews .prsrone-inbox span {
	background: unset;
    border: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-weight: unset;
    max-width: unset;
    flex: unset;
}

.alm-load-more-btn.more, .wpcf7-submit, .search404 input[type=submit] {
	padding: 15px 30px;
	display: block;
	background: rgba(0, 51, 153, 0.07);
	border-radius: 4px;
	color: #039;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	border: 0;
	width: max-content;
	margin: 25px auto 0;
    cursor: pointer;
    transition: all .5s;
}
.search404 input[type=submit] {
	display: inline-block;
	padding: 22px 30px;
	margin: 0 auto 0;
}
.wpcf7-submit {
    margin-top: 0;
}
.alm-load-more-btn.more:hover, .wpcf7-submit:hover, .search404 input[type=submit]:hover {
	background: #039;
	color: #fff;
}
.prsrone-inmain{
    margin-top: 60px;
}
.breadcrumb-item{
    display: flex;
}
.prerode-desc p{
    color: #526371;
    line-height: 30px;
}
.prerode-desc p:last-child{
    margin-bottom: 0px;
}
.profile-banner{
    margin-top: 87px;
}
.profban-top{
    position: relative;
    padding: 200px 0px 50px;
    z-index: 1;
}
.profban-top::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    z-index: -1;
}
.profbant-desc h1{
    color: #FEF200;
    text-shadow: 4px 2px 10px rgba(0, 0, 0, 0.40);
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.profbant-desc h1 b, .profbant-desc h1 strong{
    color: #FEF200;
    font-size: 60px;
    line-height: 70px;
    display: block;
    font-weight: 900;
}
.profbant-desc h2 {
	color: rgba(255, 255, 255,1);
	text-shadow: 4px 2px 10px rgba(0, 0, 0, 0.40);
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	margin: 0px 0px 8px 0px;
	text-transform: uppercase;
}
.profbant-desc h3 {
	color: rgba(255, 255, 255, 1);
	text-shadow: 4px 2px 10px rgba(0, 0, 0, 0.40);
	text-transform: uppercase;
	font-size: 22px;
	line-height: 36px;
	font-weight: 700;
    margin-bottom: 20px;
}
.profbant-desc h4 {
	color: rgba(255, 255, 255, 1);
	text-shadow: 4px 2px 10px rgba(0, 0, 0, 0.40);
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
    margin-bottom: 20px;
}
.profbant-desc p{
    color: #FFF;
    text-shadow: 4px 2px 10px rgba(0, 0, 0, 0.40);
    font-size: 36px;
    line-height: 46px;
    font-weight: 900; 
    margin-bottom: 30px;
    text-transform: uppercase;
}
.profbant-desc .breadcrumb-main li.active {
    color: #BDBDBD;
}
.profbant-desc .breadcrumb-item a{
    color: #fff;
}
.profbant-desc .breadcrumb-item a:hover{
    color: #FEF200;
}
.profbant-desc .breadcrumb-item + .breadcrumb-item::before{
    color: #BDBDBD;
}
.profbanb-desc p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #333; 
    margin: 0;
}
.profbanb-desc ul li{
    color: #039;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 5px;
}
.profbanb-desc ul li a{
    text-decoration: underline; 
    color: #039;
    max-width: fit-content;
}
.profbanb-desc ul + a{
    max-width: fit-content;
    margin-left: auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}
.profbanb-desc ul + a{
    color: #000;
    text-decoration: none;
}
.profbanb-desc ul + a:hover{
    color: #039;
}
.profbanb-desc ul li a:hover{
    color: #000000;
}
.profbanb-desc{
    display: flex;
    align-items: center;
}
.profbanb-desc ul{
    display: flex;
    align-items: center;
    width: 100%;
}

.profbanb-tel {
	width: 22%;
	padding-left: 20px;
}

.profbanb-email {
    padding-left: 20px;
    font-weight: 700;
    color: #333; 
}

.profban-bottom{
    padding: 30px 0px;
    background: #F0F3F5;
}
.overflow-links ul{
    flex-wrap: wrap;
    justify-content: center;
    overflow: auto;
    white-space: nowrap;
}
.profne-box {
	position: relative;
	padding: 0px 0px 30px;
	z-index: 1;
	/*border-radius: 20px;*/
	/*border: 2px solid #039;*/
	background: #F0F3F5;
	text-align: center;
	width: 100%;
	transition: all 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.home-news .profne-box {
	justify-content: flex-start;
}

.profi-news .profne-box{
	justify-content: flex-start;
}
.profne-box:hover{
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    transform: scale(1.05);
}
/* .profne-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    background: #F0F3F5; 
    z-index: -1;
    transition: all 0.5s;
} */
.profneb-img img{
    width: 100%;
    /*border-radius: 14px;
    border: 2px solid #536471;*/ 
    transition: all 0.5s;
}
.profneb-img{
    max-width: 100%;
    margin: 0px 0px 22px;
}
.profneb-desc h3{
    font-size: 18px;
    line-height: 28px;
    margin: 0px 10px 20px;
    font-weight: 700;
    color: #039;
    transition: all 0.5s;
}
.profneb-desc h3 a{
    color: #039;
    transition: all 0.5s;
}
.profneb-desc p{
    color: #536471;
    margin-bottom: 0;
    transition: all 0.5s;
}
/* .profne-box:hover::before{
    background: #039;
} */
.profi-news .row + .row .col-lg-6 {
	display: inherit;
}
/*.profne-box:hover .profneb-desc h3, .profne-box:hover .profneb-desc h3 a{
    color: #fff;
}
.profne-box:hover .profneb-desc p{
    color: #C6C6C6;
}
.profne-box:hover .profneb-img img{
    border-color: #FFD500;
}*/
.profi-news .row + .row{
    row-gap: 30px;
}
.profiarchi-main, .profilateneli-main{
    margin-top: 30px;
}
.newsdetail-banner{
    margin-top: 87px;
    padding: 100px 0px;
    background: #E6EBF5;
    position: relative;
    z-index: 1;
}
.newsdetaba-desc h2:first-child{
    margin-bottom: 5px;
}
.newsdetaba-desc h2 {
	font-size: 33px;
	line-height: 40px;
	margin-bottom: 15px;
	color: #1A1A1A;
	font-weight: 600;
}
.cap-dispatch {
	width: 100%;
	height: auto;
}
.cap-dispatch img {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.cap-dispatch h2 {
	display: none;
	visibility: hidden;
}
.news-banner{
	margin-top: 87px;
	width: 100%;
	height: auto;
}
.news-banner h1 {
	display: none;
	visibility: hidden;
}
.news-banner img{
	width: 100%;
	height: auto;
}
.newsdetaba-desc h3{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 18px;
    color: #1A1A1A;
    font-weight: 600;
}
.newsdetaba-desc h1{
    font-size: 60px;
    line-height: 70px;
    color: #039;
    font-weight: 800;
    margin-bottom: 8px;
}
.newsdetaba-desc h1 b, .newsdetaba-desc h1 strong{
    color: #039;
    font-size: 64px;
    line-height: 75px;
    font-weight: 800;
    display: block;
}
.newsdetail-banner::before {
	bottom: auto;
	height: 400px;
}
.newsdetaba-img img{
    width: 100%;
    border-radius: 10px;
    border: 2px solid #039;
}
.newsdetaba-desc ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.newsdetaba-desc ul li{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #536471;
}
.newsdetaba-desc ul li a{
    color: #333;
    font-weight: 700;
}
.newsdetaba-desc ul li a:hover{
    color: #039;
}
.newsdetaba-desc ul {
	margin-bottom: 20px;
}

.page-item .page-link{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(83, 100, 113, 0.10);
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    color: #536471;
    font-weight: 600;
    border: 0px;
}
.page-item + .page-item{
    margin-left: 15px;
}
.pagination-main{
    margin-top: 40px;
}
.pagination-main .pagination{
    justify-content: center;
}
.pagination-main nav{
    width: 100%;
}
.page-item.active .page-link, .page-item .page-link:hover{
    background: #039;
    color: #fff;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 50%;
}
.proconcab-main{
    padding: 30px 40px;
    background: rgba(82, 99, 113, 0.07); 
    border-radius: 20px; 
}
.proconcab-box h3{
    font-size: 22px;
    line-height: 32px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
}
.proconcab-box a{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #039;
    text-decoration: underline;
    margin-bottom: 16px;
    max-width: fit-content;
}
.proconcab-box a:hover{
    color: #000;
}
.proconcab-box p{
    margin-bottom: 18px;
}
.proconcab-box p:last-child{
    margin-bottom: 0;
}
.proconcab-box ul li{
    display: flex;
    /* align-items: center; */
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    color: #526371;
}
.proconcab-box ul li a{
    color: #526371;
    text-decoration: none;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}
.proconcab-box ul li a:hover{
    color: #039;
}
.proconcab-box ul li + li{
    margin-top: 20px;
}
.proconcab-box ul li svg{
    max-width: 30px;
    margin-right: 15px;
    flex: 100%;
}
.procon-cabrera .col-lg-6:nth-child(2) .proconcab-main{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.procon-form h2{
    color: #536471;
}
.profbkit-iframe img, .profbkit-iframe iframe{
    width: 100%;
}
.profbkit-desc h3{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #039;
}
.profbkit-desc p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1a1a1a;
}
.profbkit-desc ul li{
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #536471;
}
.profbkit-desc ul{
    margin-bottom: 35px;
}
.profbkit-desc ul li + li{
    margin-top: 6px;
}
.profbkit-desc ul li b, .profbkit-desc ul li strong{
    font-weight: 500;
    color: #333;
    margin-right: 12px;
}
.profbkit-desc .btn-primary svg{
    margin-right: 15px;
    max-width: 27px;
}
.profbkit-desc .btn-primary{
    border-radius: 10px;
    background: #039;
    border-color: #039;
}
.profbkit-desc .btn-primary + .btn-primary{
    margin-left: 30px;
}
.profbkit-desc .btn-primary:nth-child(2){
    background: #1D9BF0;
    border-color: #1D9BF0;
}
.profbkit-desc .btn-primary:hover{
    background: #1D9BF0;
    border-color: #1D9BF0;
    color: #fff;
}
.profbkit-desc .btn-primary b, .profbkit-desc .btn-primary strong{
    color: #C6C6C6;
    font-weight: 600;
}
.profbkit-desc .btn-primary:nth-child(2):hover{
    background: #039;
    border-color: #039;
}
.profbkitbo-desc p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #526371;
    font-weight: 500;
}
.profbkitbo-desc p:last-child, .profcovid-descb p:last-child{
    margin-bottom: 0;
}
.profbkitbo-desc{
    margin-top: 80px;
}
.profenews-form {
    margin-top: 40px;
}
.profenews-form h3{
    font-size: 28px;
    line-height: 38px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.profcovid-desc h3{
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
}
.profcovid-desc ul, .profcovid-desc ul li{
    list-style: disc;
}
.profcovid-desc ul{
    padding-left: 20px;
    margin-bottom: 30px;
}
.profcovid-desc p{
    color: #526371; 
    font-weight: 500;
}
.profcovid-desc ul li{
    font-size: 18px;
    line-height: 28px;
    color: #526371;
    font-weight: 500;
}
.profcovid-desc ul li + li{
    margin-top: 4px;
}
.profcovid-desc h4{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
}
.profcovid-descb p{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
}
.profcovid-descb p a{
    display: inline-block;
    color: #039;
    text-decoration: underline;
}
.profcovid-descb p a:hover{
    color: #FEF200;
}
.prero-detail .prerode-desc span {
	display: block;
	max-width: fit-content;
}

.modal-backdrop.show {
    display: none;
}
.modal-lg {
    max-width: 100%;
}
.modal-dialog {
    margin: 0px;
}
.modal-header {
    border-bottom: none;
}
.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1 !important;
    border: 10px solid rgba(136, 136, 136, 0.4);
}
.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.modal-body .navbar-form {
    max-width: 700px;
    margin: auto;
}
.modal-body .form-control {
    background-color: transparent;
    height: 60px;
    padding: 8px 65px 8px 15px;
    border: none;
    border: 1px solid #ffffff;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0;
    box-shadow: 0 0 0 !important;
    color: #ffffff;
}
.modal-body ::placeholder {
    color: #555555;
}
.modal-body {
    text-align: center;
    padding-top: 20%;
}
.modal-body .form-control:focus {
    background-color: transparent;
    color: #ffffff;
}
.modal-body button svg path {
    fill: #039;
    transition: all 0.5s;
}
.modal-body button:hover svg path {
    fill: #fff;
    transition: all 0.5s;
}
.modal-body button svg {
    max-width: 20px;
    width: 20px;
}

.form-group button  {
	position: absolute;
	top: 10px;
	right: 10px;
}
.modal-body .form-group button {
	height: 40px;
	width: 40px;
	line-height: 30px;
	border-radius: 5px;
	padding: 0;
    border: 0;
	transition: all 0.5s;
}
.modal-body button:hover {
    background-color: rgba(0, 51, 153, 0.5);
}
.modal-body button:hover i {
    color: rgba(255, 255, 255, 0.9);
}
.form-control:focus {
    border-color: #039;
}
.modal button.close {
    position: absolute;
    right: 40px;
    top: 40px;
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 0;
    line-height: 48px;
    background-color: #039;
    opacity: 0.7;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    font-size: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 111;
}
.modal button.close:hover {
    background-color: #ffffff;
    color: #039;
}
.modal-body form {
    margin: 0 auto;
    float: none;
    width: 100%;
}
.modal-content .close {
    opacity: 1;
    font-size: 30px;
}
.medium-form input[type=text], .medium-form textarea, .medium-form input[type=number], .medium-form input[type=email], .medium-form select, .medium-form input[type=search] {
	border-radius: 6px;
    border: 1px solid #E2E2E2;
    background: #FAFAFA; 
    box-shadow: 0 0 0 !important;
	outline: none;
	box-shadow: none;
    font-size: 15px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #039 !important;
    margin-top: 0;
    padding: 12px 22px;
    border: 2px solid #E2E2E2;
}
.medium-form .row{
    row-gap: 20px;
}
.medium-form input::placeholder, .medium-form textarea::placeholder, .medium-form select::placeholder{
    font-size: 16px;
    line-height: 27px;
    color: #536471;
    font-weight: 400;
}
.medium-form .form-control:focus {
	border: 2px solid #039;
}
.medium-form p{
    margin-bottom: 0;
}
.form-check {
    margin-left: 30px;
}
.medium-form .mcheck, .capcha{
    margin-top: 15px;
}
.medium-form button{
    padding: 14px 30px;
    background: #039;
    border: 2px solid #039;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    max-width: fit-content;
    margin-left: 0;
    display: block;
    margin-top: 15px;
    transition: all 0.5s;
}
.medium-form button:hover{
    background: transparent;
    color: #039;
}
.mainlinksss-fot{
    margin-top: 87px;
}
.mainlinksss ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.mainlinksss li {
    text-align: center;
}
.banner-social{
    position: absolute;
    bottom: 202px;
    left: 0;
    z-index: 1;
}
.banner-social li img {
	transition: all .2s ease-in-out;
}
.banner-social li img:hover {
	transform: scale(1.2);
}
.home-banner, .profile-banner{
    position: relative;
}
.banner-social ul{
    padding: 18px 14px;
    background: #039;
    border-radius: 0px 15px 15px 0px;
}
.banner-social li a{
    display: block;
    max-width: fit-content;
}
.banner-social img{
    width: 22px;
    height: 22px;
}
.banner-social ul li + li{
    margin-top: 5px
}
.r-menu .menu-item a::before{
    display: none;
}
.prerode-desc.proflatenewde-desc .release h2 {
	font-size: 35px;
	line-height: 48px;
}
.procon-cabrera .col-lg-6{
    display: inherit;
}
.proconcab-main{
    width: 100%;
}
.swiper-pagination {
	bottom: 25px !important;
	margin: 0;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
    background: #FFD500;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #039;
}

.error-404 {
	margin-top: 200px;
	margin-bottom: 90px;
}

.error-404 .form-control {
	background-color: transparent;
	height: 60px;
	padding: 8px 65px 8px 15px;
	/* border: none; */
	border: 1px solid #000;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 0;
	box-shadow: 0 0 0 !important;
	color: #000;
}
.error-404 button{
  background: #167EE6 !important;
  border: unset !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 5px !important;
}
.error-404  button svg {
	max-width: 20px;
	width: 20px;
}
.error-404 button svg path {
	fill: #fff;
	transition: all 0.5s;
}

/*
 Table CSS
 */
table.senatorTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.senatorTable td, table.senatorTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}

@media screen and (max-width: 1399px){
    .hb-slider .swiper-slide {
        padding: 20px 0px;
    }
    .ptb-120 {
        padding: 70px 0px;
    }
    .mtb-120 {
        margin: 70px 0px;
    }
    .prsrone-inbox span, .prerode-desc span {
        max-width: 13%;
    }
    .proconcab-main {
        padding: 30px 30px;
    }
    header .search-bar, .header-right ul {
        margin-left: 30px;
    }
    .senator-box .senatorb-img img {
        height: 160px;
    }
}
@media screen and (max-width: 1199px){
    .header-right ul li a, header.sticky .r-menu .menu-item a {
        padding: 10px 14px;
    }
    .header-right ul {
        margin-left: 0px;
    }
    header .menu-item + .menu-item {
        margin-left: 20px;
    }
    header .r-menu .menu-item + .menu-item {
        margin-left: 10px;
    }
    header .search-bar {
        margin-left: 20px;
        margin-right: 20px;
    }
    header .search-bar {
        margin-left: 20px;
        margin-right: 20px;
    }
    header .menu-item {
        font-size: 14px;
        line-height: 25px;
    }
    .header-right ul li + li {
        margin-left: 6px;
    }
    .home-banner {
        margin-top: 85px;
    }
    .hb-slider .swiper-slide{
        min-height: 300px;
	}
    .hb-desc {
        max-width: 90%;
        margin: 0 5%;
    }
    .hb-desc h1, .hb-desc h2 {
        font-size: 36px;
        line-height: 54px;
        margin-bottom: 14px;
    }
    .hb-desc p {
        font-size: 16px;
        line-height: 26px;
    }
	.hb-cta {
		margin-bottom: 0;
	}
	.hb-cta button {
		font-size: 36px;
	}
	.banner-social {
		bottom: 78px;
	}
    .ptb-120 {
        padding: 70px 0px;
    }
    .mtb-120 {
        margin: 70px 0px;
    }
    h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 22px;
    }
    .title h2{
        margin-bottom: 30px;
    }
    .more-btn {
        margin-top: 40px;
    }
    .hcommu-box {
        padding: 35px 30px;
        grid-template-columns: 30% 67%;
        gap: 30px;
    }
    .hsenatb-desc h3 {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 4px;
    }
    .hsenatb-img a {
        max-width: 160px;
    }
    footer {
        padding: 60px 0px;
    }
    .f-title h3 {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 11px;
    }
    .f-right::before {
        left: -36px;
    }
    .inner-banner {
        padding: 30px 0px !important;
        margin-top: 85px;
    }
    .inb-desc h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 13px;
    }
    .senlistp-desc h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .box-links ul {
        gap: 15px;
    }
    .box-links a {
        padding: 10px 25px;
    }
    .prsrone-inbox {
        padding: 20px;
    }
    .prsrone-inbox span, .prerode-desc span {
        max-width: 16%;
    }
	.display_archive .campaign{
		font-size: 14px;
	}
    .prsrone-inbox p, .display_archive .campaign a {
        font-size: 16px;
        line-height: 26px;
    }
    .prsrone-inmain {
        margin-top: 40px;
    }
    .profile-banner {
        margin-top: 84px;
    }
    .profban-top {
        padding: 130px 0px 40px;
    }
    .profbant-desc h1 {
        font-size: 45px;
        line-height: 56px;
    }
    .profbant-desc h1 b, .profbant-desc h1 strong {
        font-size: 46px;
        line-height: 60px;
    }
    .profbant-desc h2 {
        font-size: 30px;
        line-height: 40px;
    }
	.profbanb-desc {
    	display: flex;
    	align-items: flex-start;
    	flex-wrap: wrap;
        justify-content: space-between;
	}
	.profbanb-desc ul + a {
		margin-left: 0;
	}
	.profbanb-tel {
		margin-top:10px;
		padding-left: 0;
		padding-right: 20px;
		width: auto;
	}
    .profbanb-email {
        margin-top: 10px;   
    }

    .f-center .f-links ul {
        grid-template-columns: repeat(2,1fr);
    }
    .newsdetaba-desc h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 9px;
    }
    .newsdetaba-desc h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .newsdetail-banner::before {
        height: 280px;
    }
    .newsdetaba-desc h3 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 11px;
    }
    .profbant-desc p {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .profban-bottom {
        padding: 20px 0px;
    }
    h2 b::before, h2 strong::before {
        bottom: 6px;
        border-bottom: 5px solid #FFD500;
    }
    .profneb-img {
        max-width: 100%;
    }
    .profneb-desc h3 {
        font-size: 16px;
        line-height: 26px;
        margin: 0px 10px 15px;
    }
    .newsdetail-banner {
        margin-top: 83px;
        padding: 65px 0px;
    }
    .newsdetaba-desc h1 {
        font-size: 32px;
        line-height: 44px;
    }
    .newsdetaba-desc h1 b, .newsdetaba-desc h1 strong {
        font-size: 41px;
        line-height: 62px;
    }
    .newsdetaba-desc ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .prsrone-inmain {
        margin-top: 30px;
    }
    .proconcab-main {
        padding: 25px;
    }
    .proconcab-box h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .proconcab-box ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .proconcab-box ul li a {
        font-size: 16px;
        line-height: 26px;
    }
    .proconcab-box ul li svg {
        max-width: 25px;
        margin-right: 12px;
    }
    .proconcab-box a {
        font-size: 16px;
        line-height: 26px;
    }
    .proconcab-box ul li + li {
        margin-top: 14px;
    }
    .f-links li a, .f-links li {
        font-size: 17px;
        line-height: 27px;
    }
    .form-main h2 {
        font-size: 22px;
        line-height: 35px;
    }
    .profbkitbo-desc {
        margin-top: 50px;
    }
    .profbkit-desc h3 {
        font-size: 28px;
        line-height: 42px;
    }
    .profbkit-desc p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .profbkit-desc ul li {
        font-size: 16px;
        line-height: 25px;
    }
    .btn-primary {
        padding: 10px 17px 10px 17px;
    }
    .profbkit-desc .btn-primary svg {
        margin-right: 10px;
    }
    .profbkit-desc .btn-primary + .btn-primary {
        margin-left: 18px;
    }
    .profbkit-desc ul {
        margin-bottom: 25px;
    }
    .profbkitbo-desc p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 18px;
    }
    .profenews-form h3 {
        font-size: 24px;
        line-height: 35px;
    }
    .profenews-form {
        margin-top: 30px;
    }
    .profcovid-desc h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .modal-body {
        padding-top: 25%;
    }
    .banner-social ul {
        padding: 12px 8px;
        background: #039;
        border-radius: 0px 15px 15px 0px;
    }
    .prerode-desc.proflatenewde-desc .release h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .hsenatb-img img {
        height: 160px;
    }
    .senatorb-img a {
        width: 69%;
    }
    .senatorb-desc h3 {
        font-size: 21px;
        line-height: 31px;
    }
}
@media screen and (max-width: 991px){
    header {
        padding: 15px 0px;
    }
    .home-banner {
        margin-top: 82px;
    }
    /* .hb-slider .swiper-slide{
        padding: 70px 0px;
    } */
    .hb-desc h1 {
        font-size: 37px;
        line-height: 48px;
        margin-bottom: 11px;
    }
    .header-main{
        position: absolute;
    }
    h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .hcommu-box {
        padding: 30px 25px;
        grid-template-columns: 35% 62%;
        gap: 20px;
    }
    .hcommub-desc h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 9px;
    }
    .hcommub-desc p {
        font-size: 16px;
        line-height: 26px;
    }
    .home-senators .row + .row {
        row-gap: 30px;
    }
    .ptb-120 {
        padding: 50px 0px;
    }
    .mtb-120 {
        margin: 50px 0px;
    }
    .f-right::before {
        display: none;
    }
    footer {
        padding: 50px 0px 30px;
    }
    .f-links li a, .f-links li {
        font-size: 16px;
        line-height: 26px;
    }
    .f-center .f-links ul {
        gap: 9px 12px;
    }
    .f-right {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        margin-top: 30px;
    }
    .f-right .f-links + .f-links {
        margin-top: 0px;
    }
    .f-left {
        padding-right: 0px;
    }
    .f-center {
        padding-right: 0px;
    }
    .inner-banner {
        padding: 70px 0px;
        margin-top: 81px;
    }
    .inb-desc h1 {
        font-size: 38px;
        line-height: 50px;
    }
    .breadcrumb-main li {
        font-size: 16px;
        line-height: 26px;
    }
    .senators-listing .row:first-child {
        row-gap: 30px;
    }
    .senatorb-desc h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .senator-box {
        padding: 30px 25px;
        border-radius: 20px;
    }
    .geineng-desc {
        padding: 30px;
    }
    .geineng-desc::before {
        left: 0;
        border-radius: 24px;
    }
    .social h3 {
        font-size: 21px;
        line-height: 31px;
    }
    .box-links ul {
        gap: 10px;
    }
    .box-links a {
        padding: 8px 20px;
    }
    .prerode-desc p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .profile-banner {
        margin-top: 82px;
    }
    .profban-top {
        padding: 100px 0px 30px;
    }
    .profbant-desc h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .profbant-desc h1 b, .profbant-desc h1 strong {
        font-size: 40px;
        line-height: 52px;
    }
    .profbant-desc h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .profbant-desc h3 {
        font-size: 19px;
        line-height: 27px;
    }
    .profbant-desc p {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .profbanb-desc {
        align-items: flex-start;
    }
    /* .profbanb-desc ul + a {
        max-width: 100%;
        width: 100%;
        margin-top: 10px;
    } */
    .profi-news .row + .row {
        row-gap: 30px;
    }
    .profbanb-desc ul {
        flex-wrap: wrap;
    }
    .profbanb-desc ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .newsdetail-banner {
        margin-top: 80px;
        padding: 55px 0px;
    }
    .newsdetaba-img {
        max-width: 60%;
        margin: 0 auto 30px;
    }
    .newsdetaba-desc h1 {
        font-size: 42px;
        line-height: 53px;
    }
    .newsdetaba-desc h1 b, .newsdetaba-desc h1 strong {
        font-size: 40px;
        line-height: 61px;
    }
    .newsdetaba-desc ul {
        margin-bottom: 20px;
    }
    .breadcrumb {
        margin: 0;
    }
    .procon-cabrera .row {
        row-gap: 30px;
    }
    .profbkit-iframe {
        margin-bottom: 25px;
        text-align: center;
    }
    .profenews-form {
        margin-top: 25px;
    }
    .profenews-form h3 {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 20px;
    }
    .profcovid-desc p {
        margin-bottom: 24px;
    }
    .profcovid-desc h3 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 14px;
    }
    .modal-body {
        padding-top: 30%;
    }

    header .collapse:not(.show) {
        display: block;
    }
    header .navbar-collapse {
        padding: 0;
        float: left;
        width: 100%;
        position: fixed;
        left: auto;
        right: -100%;
        top: 0;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: #039;
        overflow: auto;
        max-width: 100%;
    }
    .navbar-collapse.show {
        right: 0;
    }
    button.close-btn {
        width: 100%;
        height: 40px;
        background: #1a1a1a;
        border: 0;
        right: 0;
        position: absolute;
        font-size: 18px;
        color: #fff;
        padding: 0 15px 0;
        z-index: 2;
        text-align: left;
        top: 0;
        cursor: pointer;
        text-transform: capitalize;
        left: 0;
        display: block;
        line-height: 40px;
        text-align: right;
    }
    button.close-btn {
        font-size: 18px;
        color: #fff;
        text-align: left;
        cursor: pointer;
        text-transform: capitalize;
        line-height: 46px;
        text-align: right;
        position: relative;
    }
    button.close-btn svg{
        fill: #fff;
        width: 18px;
        padding-top: 0px;
        vertical-align: unset;
    }
    header .menu-item a, header.sticky .menu-item a {
        padding: 10px 18px;
    }
    header .menu-item a{
        font-size: 16px;
        line-height: 26px;
    }
    header .menu-item + .menu-item {
        margin-left: 0px;
    }
    header .menu-item a::before {
        display: none;
    }
    header .menu-item + .menu-item a{
        border-top: 2px solid #FFD500;
    }
    header .search-bar {
        margin-left: 0px;
        margin-right: 0px;
        position: absolute;
        top: 6px;
        left: 10px;
        z-index: 2;
    }
    .header-right ul {
        display: flex;
        align-items: center;
        margin-left: 0px;
        justify-content: center;
        margin-top: 50px;
    }
    .navbar-toggler {
        display: block;
        width: 40px;
        padding: 0;
        border: 0 !important;
        box-shadow: 0 0 0 !important;
        height: 40px;
        margin-right: 8px;
    }
    .navbar-toggler .icon-bar {
        width: 100%;
        height: 4px;
        background-color: #fff;
        display: block;
        border-radius: 5px;
    }
    .navbar-toggler .icon-bar:nth-child(2) {
        background: #FEF200;
        width: 66%;
        margin-left: auto;
    }
    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    .header-right ul li + li, header .r-menu li.menu-item + li.menu-item {
        margin-left: 25px;
    }
    .banner-social {
        display: none;
    }
    .hsenatb-img img, .senatorb-img img{
        height: 160px;
    }
    .r-menu .menu-item + .menu-item a{
        border: 1px solid transparent;
    }
    .prerode-desc.proflatenewde-desc .release h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .senatorb-img a {
        width: 56%;
    }
}
@media screen and (max-width: 767px){
    .home-banner {
        margin-top: 75px;
    }
    .hb-slider .swiper-slide{
        padding: 60px 0px;
        /* background-position: left !important; */
    }
    .hb-desc {
        max-width: 100%;
    }
    .hb-desc h1, .hb-desc h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 9px;
    }
	.hb-cta {
		margin-bottom: 0;
	}
    h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .title h2 {
        margin-bottom: 25px;
    }
    .hcommu-box {
        padding: 25px;
        grid-template-columns: 100%;
        gap: 20px;
    }
    .hcommub-desc h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 9px;
    }
    .home-twitter .row + .row {
        row-gap: 25px;
    }
    .ptb-120 {
        padding: 50px 0px;
    }
    .mtb-120 {
        margin: 50px 0px;
    }
    .more-btn {
        margin-top: 30px;
    }
    .btn-primary {
        padding: 8px 18px 8px 18px;
    }
    footer {
        padding: 40px 0px 30px;
    }
    .f-title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .f-links + .f-links, .f-center {
        margin-top: 25px;
    }
    .f-right {
        grid-template-columns: 100%;
        margin-top: 25px;
    }
    .f-google {
        margin-top: 25px;
    }
    .navbar-brand img {
        max-width: 200px;
    }
    .inner-banner {
        padding: 60px 0px;
        margin-top: 76px;
    }
    .inb-desc h1 {
        font-size: 29px;
        line-height: 40px;
    }
    .senlistp-desc h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .senlistp-desc h4 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .senlistp-desc p {
        font-size: 15px;
        line-height: 24px;
    }
    .senlistp-desc {
        max-width: 90%;
    }
    .sentor-listtp {
        padding: 0 0 20px;
    }
    .geineng-desc {
        padding: 25px;
    }
    .form-main h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .social ul li {
        font-size: 17px;
        line-height: 28px;
    }
    .box-links a {
        padding: 8px 17px;
        font-size: 14px;
        line-height: 25px;
    }
    .prsrone-inbox {
        display: block;
    }
    .prsrone-inbox span, .prerode-desc span {
        max-width: fit-content;
        margin-top: 15px;
    }
    .prsroneinb-desc {
        margin-right: 0;
    }
    h2 b::before, h2 strong::before {
        bottom: 3px;
        border-bottom: 6px solid #FFD500;
    }
    .breadcrumb {
        margin: 0;
    }
    .profbanb-desc p {
        font-size: 16px;
        line-height: 26px;
    }
    .profile-banner {
        margin-top: 75px;
    }
    .profbant-desc h1 {
        font-size: 34px;
        line-height: 46px;
    }
    .profbant-desc h1 b, .profbant-desc h1 strong {
        font-size: 32px;
        line-height: 49px;
    }
    .profbant-desc h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .newsdetaba-desc h2 {
        font-size: 21px;
        line-height: 30px;
    }
    .profbant-desc h2 {
        font-size: 21px;
        line-height: 30px;
    }
    .profbant-desc p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 13px;
    }
    .profban-top {
        padding: 70px 0px 30px;
    }
    .profbanb-desc p {
        font-size: 15px;
        line-height: 24px;
    }
    .profbanb-desc ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .profbanb-desc ul + a {
        font-size: 17px;
        line-height: 28px;
    }
    .profne-box {
        /*padding: 25px 25px 25px;*/
		/*margin: 12px 0;*/
    }
    .prsrone-inmain {
        margin-top: 20px;
    }
    .newsdetail-banner {
        margin-top: 75px;
        padding: 40px 0px 30px;
    }
    .newsdetaba-img {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .newsdetaba-desc h1 {
        font-size: 33px;
        line-height: 41px;
    }
    .newsdetaba-desc h1 b, .newsdetaba-desc h1 strong {
        font-size: 32px;
        line-height: 50px;
    }
    .newsdetaba-desc h3 {
        font-size: 17px;
        line-height: 26px;
    }
    .single-post .breadcrumb-item.active {
        max-width: 87%;
    }
    .newsdetaba-desc ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .page-item .page-link {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 13px;
        padding: 0;
        text-align: center;
        display: block;
    }
    .page-item + .page-item {
        margin-left: 6px;
    }
    .proconcab-box h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .form-main h2 {
        font-size: 18px;
        line-height: 27px;
    }
    .proconcab-main {
        padding: 20px;
    }
    .proconcab-box ul li a {
        font-size: 15px;
        line-height: 24px;
    }
    .proconcab-box ul li svg {
        max-width: 18px;
        margin-right: 8px;
    }
    .proconcab-box ul li svg {
        max-width: 18px;
        margin-right: 8px;
    }
    .proconcab-box ul li + li {
        margin-top: 10px;
    }
    .profbkit-desc h3 {
        font-size: 25px;
        line-height: 38px;
    }
    .profbkit-desc p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 9px;
    }
    .profbkit-desc ul li {
        font-size: 15px;
        line-height: 23px;
    }
    .profbkit-btns{
        display: block !important;
    }
    .profbkit-desc .btn-primary + .btn-primary {
        margin-left: 0;
        margin-top: 14px;
    }
    .profenews-form {
        margin-top: 16px;
    }
    .profenews-form h3 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 17px;
    }
    .profcovid-desc p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .profcovid-desc h3 {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 11px;
    }
    .profcovid-desc ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .profcovid-desc h4 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .profcovid-descb p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .header-right ul li + li {
        margin-left: 10px;
    }
    .modal button.close {
        right: 15px;
        top: 15px;
    }
    .modal-body {
        padding-top: 40%;
    }
    .profbanb-desc{
        flex-wrap: wrap;
    }
    .profbanb-desc ul li:first-child{
        margin-left: 0;
    }
    .profbanb-desc ul {
        margin-top: 5px;
    }
    .profbanb-desc ul + a {
        margin-left: 0;
    }
    .prerode-desc.proflatenewde-desc span {
        margin-top: 0px;
    }
    .breadcrumb-main li {
        font-size: 14px;
        line-height: 23px;
    }
    .prerode-desc.proflatenewde-desc .release h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .senatorb-img {
        margin-bottom: 14px;
    }
    .senator-box .senatorb-img img {
        height: 160px;
    }
    .senatorb-img a {
        width: 160px;
    }
    .profbkitbo-desc {
        margin-top: 35px;
    }
    .proconcab-box p {
        margin-bottom: 8px;
    }
    .proconcab-box p, .proconcab-box p a {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 26px;
    }
}
