.sticky{
    position: fixed;
    top: 0;
    z-index: 9999999;
    left: 0;
    right: 0;
    max-width: 1330px;
    margin: 0 auto;
}
.HomeContent{
    position: relative;
    z-index: 999;
}
.label-cross{ float: left; width: 100%; margin-bottom:10px;  position: relative;}
.label-cross h2 {float: left; background:#dc0000; text-transform:uppercase; padding:0px 0 0 10px; border-radius: 0px; line-height:32px !important; overflow:hidden;}
.label-cross h2 a{ color:#fff; }
.label-cross h2 a span{ background:#dc0000; display:inline-block; padding:0 20px 0 10px; position:relative;}
.label-cross.blue h2 a span{background:#1450d2;}
.label-cross h2 a span.shapes:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    right: -50px;
    border: 61px solid #dc0000;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.label-cross h2 a span.shapes2:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    right: -42px;
    border: 61px solid #dc0000;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.label-cross h2 a span.shapes3:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    right: -62px;
    border: 61px solid #dc0000;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.label-cross i{
position: relative;
    left: 13px;
}
.top-5-news-card .media {
    margin-top: 20px;
    margin-left: 0;
}
.top-5-news-card .media a {
    padding-left: 0;
}
.media a{
  padding: 0px;
}
/* footer styles */
.footer {
  background-color: var(--congress-blue);
}

.footer .footer-container {
  padding: 20px 50px;
  margin-top:10px;
}
.footer .inner-footer ul li:after {

    border-right:none !important;

}
.footer ul li {
  display: inline;
  
}
.footer ul li b {
    font-weight: bold;
    /*background: #c7231d;*/
    border-radius: 7px;
    padding: 0px 10px;
    font-size: 15px;
}

.footer ul li a {
  color: #fff !important;
     padding: 0px 8px ;
  line-height: 15px;
}
.footer .shortlinks ul li{
  position: relative;
  line-height: 2;
}
.footer .shortlinks ul li:nth-child(1):after {
border-right: 1px solid transparent;
  }
.footer .shortlinks ul li:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-right: 1px solid #fff;
  display: block;
    top: 17%;
    right: 0%;
    height: 60%;
}
.footer .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    flex-wrap: wrap;
}

.footer .social-links li a {
  margin: 0px 5px !important;
  color:#fff !important;

}
.footer .shortlinks div {
  padding: 10px;
}
/*inner footer*/

.inner-footer {
  background-color: #002B6B;
  padding: 20px 40px;
  text-align: center;
}

.inner-footer-container {
  display: inline-flex;
  grid-template-columns: 24% 25% 24% 24%;
  grid-template-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.inner-footer-container .card {
  color: #fff !important;
  text-align: center;
}

.inner-footer-container .card {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #a5a5a5;
}

.inner-footer-container .card h2 {
  padding-bottom: 20px;
  font-size: 20px;
}

.inner-footer-container .card:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
}

.inner-footer-container .card:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
}

.inner-footer-container .card:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 4;
}

.inner-footer-container .card:nth-child(4) {
  grid-column-start: 4;
  grid-column-end: 5;
}

.inner-footer .short-menu {
  padding: 20px 0px;
}

.inner-footer .short-menu li a {
  padding: 0px 5px 5px 5px;
}

.footer-credits {
    color: #fff;
    text-align: center;
    line-height: 4;
    background: #002b6b;
    border-top: 1px solid #8a8a8a;
}
/*responsive*/
@media screen and (max-width: 576px){
  .mt-42{
margin-top: 42px !important;
}
.container{
  padding: 20px 0px !important;
}
   .inner-footer-container {
    display: block;
    grid-template-columns: 24% 25% 24% 24%;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.footer .footer-container {
    padding: 20px 10px;
}
  .inner-footer-container .card {
    margin-bottom: 20px;
  }
.footer ul li {
    display: inline-block;
}
.footer ul li a {
    color: #fff !important;
    padding: 0px 6px;
    line-height: 20px;
}
.footer .social-links{
  float: none !important;
}
.list-inline.social-links li a.facebook img {
  width: 27px;
  height: 27px;
}
.list-inline.social-links li a.twitter img {
  width: 27px;
  height: 27px;
}
.list-inline.social-links li a.youtube img {
  width: 27px;
  height: 27px;
}
}

/*  max width 1920px */
@media (min-width:1920px) and (max-width:2560px){
.label-cross h2 a span.shapes3:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    right: -61px;
    border: 61px solid #dc0000;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.label-cross h2 a span.shapes2:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    right: -41px;
    border: 61px solid #dc0000;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.label-cross h2 a span.shapes:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    right: -49px;
    border: 61px solid #dc0000;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
}

/* Scrollbar Styling */
/* ::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #043884;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#d70102 !important;
} */

#demo-modal-content iframe{
width: 100%;
height: 500px;
}
#demo-modal-content img, #demo-modal-content video{
width: 100%;
height: auto;
aspect-ratio: 11/7;
}
.modal-active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
}

.modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
}

.modal-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9998;
}

.modal {
    display: flex;
    position: relative;
    width: 90%;
    max-width: 90%;
    max-height: 90%;
    z-index: 9999;
}

.modal-youtube {
    width: 640px;
    height: 360px;
}

.modal-close-btn {
    position: absolute;
    background-color: #FFF;
    line-height: 0;
    padding: 13px;
    border: 1px solid deepskyblue;
    border-radius: 99px;
    color: deeppink;
    right: -20px;
    top: -20px;
    cursor: pointer;
        z-index: 99999999999;
}

.modal-content {
    width: 100%;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}




button::-moz-focus-inner {
    padding: 0;
    border: 0 none;
}

.demo-modal {
  max-width: 800px;
}

.demo-modal-content {
    padding: 20px;
}
