.elementor-720 .elementor-element.elementor-element-73da9f0{--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-720 .elementor-element.elementor-element-b72de26{--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-720 .elementor-element.elementor-element-eca48dc{width:var( --container-widget-width, 99.121% );max-width:99.121%;--container-widget-width:99.121%;--container-widget-flex-grow:0;}.elementor-720 .elementor-element.elementor-element-eca48dc.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-720 .elementor-element.elementor-element-dcc1e86{width:var( --container-widget-width, 99.121% );max-width:99.121%;--container-widget-width:99.121%;--container-widget-flex-grow:0;}.elementor-720 .elementor-element.elementor-element-dcc1e86.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-720 .elementor-element.elementor-element-8455160{--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-720 .elementor-element.elementor-element-53c6321{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-720 .elementor-element.elementor-element-c127e02{--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-720 .elementor-element.elementor-element-b72de26{--width:25%;}.elementor-720 .elementor-element.elementor-element-8455160{--width:50%;}.elementor-720 .elementor-element.elementor-element-c127e02{--width:25%;}}/* Start custom CSS for html, class: .elementor-element-eca48dc */.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 html, class: .elementor-element-dcc1e86 */.vertical-ticker {
      max-height: 420px; 
      overflow-y: auto;
      background: white;
      border: 1px solid #ccc;
      box-shadow: 0 0 5px rgba(0,0,0,0.1);
      margin: -15px auto;
      scroll-behavior: smooth;
    }

    .ticker-item {

      box-sizing: border-box;
      text-align: center;
    }
    .ticker-heading {
  background-color: #002D62;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 15px;
  text-align: center;
  border-bottom: 5px solid #ddd;
}

    .ticker-item img {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px;
    }

    .submit-btn {
      background-color: #f28c28;
      color: white;
      border: none;
      padding: 10px 20px;
      font-size: 16px;
      font-weight: bold;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      transition: all 0.3s ease;
    }

    .submit-btn:hover {
      background-color: #002D62;
      transform: scale(1.05);
    }

    /* Sidebar styles for author & downloads */
    .sidebar-box {
      background: #fff;
      border: 1px solid #ddd;
      margin: 10px auto;
      text-align: left;
    }

    .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: center;
      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:hover {
      transition: all 0.25s ease-in-out;
      background: #f1f1f1;
    }

    .sidebar-list li:last-child {
      border-bottom: none;
    }

    .sidebar-list li i {
      margin-right: 10px;
      color: #999;
      min-width: 18px;
      text-align: center;
    }

    .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 text-editor, class: .elementor-element-53c6321 */.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-29ca5b3 */.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-73da9f0 */.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 */