.elementor-1800 .elementor-element.elementor-element-0f91ea9{--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-1800 .elementor-element.elementor-element-94a86c1{--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-1800 .elementor-element.elementor-element-a038637{width:var( --container-widget-width, 99.121% );max-width:99.121%;--container-widget-width:99.121%;--container-widget-flex-grow:0;}.elementor-1800 .elementor-element.elementor-element-a038637.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1800 .elementor-element.elementor-element-f65a6f1{width:var( --container-widget-width, 99.121% );max-width:99.121%;--container-widget-width:99.121%;--container-widget-flex-grow:0;}.elementor-1800 .elementor-element.elementor-element-f65a6f1.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1800 .elementor-element.elementor-element-74a6e0d{--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:0px;--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-1800 .elementor-element.elementor-element-6ab087d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1800 .elementor-element.elementor-element-6ab087d{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-1800 .elementor-element.elementor-element-54d50c9{--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-1800 .elementor-element.elementor-element-94a86c1{--width:25%;}.elementor-1800 .elementor-element.elementor-element-74a6e0d{--width:50%;}.elementor-1800 .elementor-element.elementor-element-54d50c9{--width:25%;}}/* Start custom CSS for html, class: .elementor-element-a038637 */.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-f65a6f1 */.vertical-ticker {
  height: 100%; 
  max-height: none;
  overflow: hidden; 
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  margin: 0 auto;
}

.ticker-item {
  box-sizing: border-box;
  text-align: center;
}
.ticker-item h3 {
    font-size: 15px;
}

.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 */
.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-6ab087d */.ijcope-introduction {
    padding: 20px;
    line-height: 1.6;
    color: #333;
        margin-top: -20px;
}

.ijcope-introduction h2 {
    color: #E67E22;
    font-size: 18px;
    margin-bottom: 20px;
}

.author-box-inline {
    font-size: 14px;
    color: #333;
    margin: 5px 0 20px 0;
}

.ijcope-introduction h3 {
    color: #001F54;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ijcope-introduction p {
    font-size: 14px;
    margin-bottom: 10px;
}

.buttons {
    margin-top: 15px;
}

.btn {
    display: inline-block;
    background-color: #E67E22;
    color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
    margin: 5px 5px 0 0;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none !important;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #002d62;
    color: #fff;
}

.references {
    font-size: 14px;
    color: #555;
    padding-left: 20px;
    margin-top: 10px;
}

.references li {
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .btn {
        display: block;
        width: 100%;
        margin: 5px 0;
        text-align: center;
    }

    .references {
        padding-left: 15px;
    }
}
.references a {
    color: #1C3754;
    text-decoration: underline;
}

.references a:hover {
    color: #E67E22;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1cced8 */.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: 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;

    }
    i.fa-solid {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b894b9 */.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-0f91ea9 */.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 */