.elementor-25 .elementor-element.elementor-element-ebc50e6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-25 .elementor-element.elementor-element-293c416{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;}.elementor-25 .elementor-element.elementor-element-7a3f052{width:var( --container-widget-width, 99.121% );max-width:99.121%;--container-widget-width:99.121%;--container-widget-flex-grow:0;}.elementor-25 .elementor-element.elementor-element-7a3f052.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-25 .elementor-element.elementor-element-543aba6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:10px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-25 .elementor-element.elementor-element-3cae1ce{text-align:left;font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-25 .elementor-element.elementor-element-d015846{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-25 .elementor-element.elementor-element-8944dbc{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-end;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-25 .elementor-element.elementor-element-293c416{--width:25%;}.elementor-25 .elementor-element.elementor-element-543aba6{--width:50%;}.elementor-25 .elementor-element.elementor-element-8944dbc{--width:25%;}}/* Start custom CSS for html, class: .elementor-element-7a3f052 */.announcement-bar-fixed {
    max-width: 420px;
    background-color: #f8f9fa;
    border-radius: 5px 5px 0 0; 
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    overflow: hidden;
    border: 1px solid #ccc;
    height: 400px;

}

h4.welcome-heading {
    background: #002D62;
    color: white;
    padding: 13px;
    font-family: "Open Sans", Sans-serif;
        font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.marquee-container {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    animation: marqueeUp 15s linear infinite;
}

.news-list li {
    padding: 10px;
    font-size: 13px;
    color: #333;
    line-height: 1.4em;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

@keyframes marqueeUp {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

.marquee-container:hover .news-list {
    animation-play-state: paused;
}
ul.news-list span {
    font-size: 16px;
    color: #E68A37;
    margin: 0 0 10px;
    font-family: "Open Sans", Sans-serif;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3cae1ce */.ijcope-introduction h3 {
    color: #002D62 !important;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d015846 */.ijcope-contact h2 {
    color: #002D62 !important;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
}
.ijcope-contact h3 {
    color: #002D62 !important;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
}
.ijcope-contact a
 {
    color: #f28c28;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da33da7 */.sidebar-box {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
}

.sidebar-header {
  background-color: #002D62;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 15px;
  font-family: "Open Sans", Sans-serif;
}

ul.sidebar-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.sidebar-list li {
  display: flex;
  align-items: flex-start;
  padding: 8px 15px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  font-family: "Open Sans", Sans-serif;
  border-bottom: 1px solid #f1f1f1;
}

.sidebar-list li:last-child {
  border-bottom: none;
}

.sidebar-list li:hover {
  transition: all 0.25s ease-in-out;
  background: #f1f1f1;
}

.sidebar-list li i {
  margin-right: 10px;
  color: #002D62;
  min-width: 20px;
  text-align: center;
  font-size: 16px;
  margin-top: 2px;
}

.sidebar-list li span {
  flex: 1;
  line-height: 1.4;
}

.sidebar-list li a {
  color: #333 !important;
  text-decoration: none !important;
}

.sidebar-list li a:hover {
  text-decoration: underline;
  color: #002D62;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ebc50e6 */.ast-separate-container .ast-article-single:not(.ast-related-post) {
    background-color: #ffffff00;
}

div#content-section{
    max-width: 89% !important;
    margin: 0 auto;
}/* End custom CSS */