* {
    box-sizing: border-box;
}
:root {
    --dark-theme: #021842; /*#092863;*/
    --light-theme: #997203; /*#090242*/ /*#2b54a6*/ /*021842*/
    --text-color: white;
    --notice-board-bg-color: var(--active-bg-color);
    --notice-board-text-color: #1d1b4a;
    --menu-border-color: #CCCCCC;
    --main-bg-color: #21308b; /*#2b54a6*/ /*#94b5d6*/ /*333538*/
    --main-text-color: #688cd4;
    --active-bg-color: #e3d4a8; /*#688cd4*/
    --active-text-color: #232629;
    --top-nav-text-color: white;
    --main-text-size: 1.1vw;
    --main-text-size-h1: 1.6vw;
    --main-text-size-h2: 1.2vw;
    --main-text-family: "Calibri";
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
.responsive {
    max-width: 100%;
    height: auto;
}
[class*="col-"] {
    float: left;
    padding: 0px;
}
html {
    font-family: var(--main-text-family);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
body {
    font-family: var(--main-text-family);
    background: white;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    flex: 0 1 auto;
    align-self: auto;
    -webkit-box-shadow: 0px 0px 96px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 96px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 96px 0px rgba(0, 0, 0, 0.75);
}
.body-content {
    /*border: 1px solid var(--main-bg-color);*/
}
.body-content div {
    margin: 0;
    padding: 0;
}
.header {
    background-color: transparent;
    /*padding: 15px;*/
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.logo {
    width: 100%;
    max-width: 980px;
}

.footer {
    background-color: var(--main-bg-color);
    width: 100%;
    color: #ffffff;
    /*text-align: center;*/
    /*font-size: 12px;*/
    padding: -1px;
}

.footer-links a{
  color: #358ffc;
}

.footer-links a:hover {
  text-decoration: none;
  color: white;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
.card-img-top {
    vertical-align: top object-fit: cover;
}
@media (max-width: 600px) {
    .card {
        height: 100%;
    }
    .card-img-top {
        object-fit: contain;
    }
    .banner img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }
    .col-s-2 {
        width: 16.66%;
    }
    .col-s-3 {
        width: 25%;
    }
    .col-s-4 {
        width: 33.33%;
    }
    .col-s-5 {
        width: 41.66%;
    }
    .col-s-6 {
        width: 50%;
    }
    .col-s-7 {
        width: 58.33%;
    }
    .col-s-8 {
        width: 66.66%;
    }
    .col-s-9 {
        width: 75%;
    }
    .col-s-10 {
        width: 83.33%;
    }
    .col-s-11 {
        width: 91.66%;
    }
    .col-s-12 {
        width: 100%;
    }
    /*.banner-govt-logo {
    display: none;
  }
  .banner-college-logo {
    display: none;
  }*/
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }
}

.anouncements_div {
    background-color: #383b36;
}
.padding-0 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
hr {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
    border-width: 0px;
    background-color: transparent;
}
#colorstrip {
    height: 0px;
    border-bottom: solid 30px var(--main-bg-color);
}
.top-0 {
    margin-top: 0;
    padding-top: 0
}
.topnav {
    overflow: hidden;
    background-color: var(--main-bg-color);
}
.topnav a {
    float: left;
    color: var(--top-nav-text-color);
    text-align: center;
    padding: 7px 2vw;
    text-decoration: none;
    font: var(--main-text-family);
    font-size: var(--main-text-size);
    border-bottom: solid 1px var(--main-bg-color);
}
.topnav a:hover {
    background-color: white;
    text-decoration: none;
    color: var(--main-bg-color);
}
.topnav a.active {
    background-color: var(--active-bg-color);
    color: var(--main-bg-color);
}
.topnav-right {
    float: right;
}
.padding-50 {
    padding-left: 50px;
    padding-right: 50px;
}
.notifications {
    vertical-align: middle;
    padding: 10px 15px;
    /*color: var(--main-bg-color); */
    color: red;
    font: var(--main-text-family);
    font-size: var(--main-text-size);
    font-weight: bold;
    line-height: 70%;
    background-color: white;
    border: solid 1px transparent;
}
.anouncements {
    color: var(--main-bg-color);
    text-decoration: none;
}
.anouncements:hover {
    color: brown;
    text-decoration: none;
    font-weight: bolder;
}
.content {
    padding: 16px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + .content {
    padding-top: 60px;
}
.fixed-menu {
    overflow: hidden;
}
.fixed-menu a {
    float: left;
    display: block;
}
.card {
    border-radius: 0 !important;
    box-shadow: 0px 1px 1px grey;
    height: 100px;
    line-height: 90%;
}
.card-text {
    color: var(--main-bg-color);
    font-size: 1.1em;
}
.testimonials {
    width: 100%;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: left;
    font-size: var(--main-text-size);
    padding: 15px;
}
.testimonials .card {
    height: 300px;
    height: 100%;
}
.card-img-top,
.card-body {
    height: 150px;
}

.card-title, .card-img-top {
  background-color: white;
}

.notice-board {
    width: 100%;
    /*height: 25vw;*/
    font-size: var(--main-text-size);
    /*border-radius: 5%;*/
    background-color: var(--main-bg-color);
    text-align: left;
    color: var(--main-text-color);
    vertical-align: top;
}
.bg-white {
    background: white;
}
.bg-black {
    background: black;
}

.notice-board > .card-title {
    /*font-size: 2vw;*/
    color: var(--main-bg-color);
    line-height: 150%;
}
.padding-20 {
    padding-left: 25px;
    padding-top: 20px;
}
.circle_links img {
    border-radius: 20%;
}
.notice-items {
    font-weight: normal;
    font: var(--main-text-family);
}
ul.notice-items {
    list-style-image: url('../images/notifications/left_arrow.gif');
}
.notice-items li {
    color: white;
    line-height: 300%;
    padding-left: 10px;
}
.quick-links {
    color: green;
}

.q-links a {
  background-color: var(--main-bg-color); 
  font: 1vw var(--main-text-family);
  border-color: var(--main-bg-color); 
}


<style >
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_11.gif) center no-repeat #fff;
}

</style > 



<style >
/* Rounded tabs */
@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}
@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}
/* With arrow tabs */
.with-arrow .nav-link.active {
    position: relative;
}
.with-arrow .nav-link.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2b90d9;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
/* lined tabs */
.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}
.lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
}
.lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #2b90d9;
}

#myTabContent {
    font-size: var(--main-text-size);
    font-family: var(--main-text-family);
    line-height: 175%;
}
.myTabContent-ul, .myTabContent-ul>li {
    font-size: var(--main-text-size);
    line-height: 175%;
    font-family: var(--main-text-family);
}
#myTab {
    font-size: var(--main-text-size);
    font-family: var(--main-text-family);
}

.tab-pane {
    font-size: var(--main-text-size);
}

.nav-pills .nav-link {
    color: #555;
    /*font-size: 1.1vw;*/
}
.text-uppercase {
    letter-spacing: 0.1em;
}
.top-bottom {
    border-top: solid var(--main-bg-color);
    border-bottom: solid var(--main-bg-color);
}
</style >


  <style>
    p.principal-message-body {
        position: relative; 
        line-height: 150%; 
        font-size: var(--main-text-size);
    }

    .principal-message {
      font-family: var(--main-text-family);
      font-size: var(--main-text-size);
    }

    .principal-message p {
      line-height: 150%;
    }

    .principal-message h1 {
      font-size: var(--main-text-size-h1);
      color: #8f270d;
    }

    .principal-message h2 {
      font-size: var(--main-text-size-h2);
      color: #8f270d;
    }

    .h8 {
        font-size: 0.6em;
    }

    .message {
        line-height: 150%;
    }
  </style>

.copy-writer a {
    font-size: 0.7vw;
}

.social-icons a {
    padding: 0.6vw;
    color: #fcbe03;
}

.trainings td {
    float: right;
    width: 75%;
  }

.fa-2x {
    font-size: 0.7vw;
}


a.video_links{
    text-decoration: none;
}

a.video_links:hover {
    text-decoration: none;
}

.important_links a {
    font: var(--main-text-family);
    font-size: var(--main-text-size);
}

.event_text {
    font-size: 1vw;
}


.modal-body {
    /*height: 500px;*/
    /*width: 750px;*/
}


textarea {
    line-height: 125%;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}