* {
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    padding: 0px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}

.news {
    width: 160px;
}

.news-scroll a {
    text-decoration: none;
}


/* .dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: #cf1717;
    border-radius: 50%;
    display: inline-block
} */

.clearfix {
    overflow: auto;
}

.director {
    float: right;
}

.custom-bg {
    background-color: #036;
    color: #fff;
}

.dropdown-menu {
    /* margin-top: 1px; */
    padding: 0 !important;
    border-bottom: 4px solid #fe9362;
}

.dropdown-submenu {
    margin-top: 5.5px;
}

.navbar-nav>li>.dropdown-menu a {
    color: #000;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(201, 201, 201);
}

.navbar-nav>li>.dropdown-menu a:hover {
    background-color: #fe9362;
    color: #fff;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
}

.rounded-3 {
    border-radius: .3rem !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.portal-outer {
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
    background: #020024;
    background: linear-gradient(90deg, #020024 0, #436be9 0, #fff 100%);
}

.icon-color {
    color: #fe9362;
}

.portal-image {
    background-image: url(http://localhost/new/images/portal.png);
    background-repeat: no-repeat;
    position: relative;
}

.link {
    color: #fff;
    text-decoration: none;
}

.link:hover {
    color: orange;
}

.new:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.zoom {
    transition: transform 1.2s;
}

.zoom:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.offerText {
    color: #0000d6;
}

.model-header-custom {
    background-color: #fe9362;
}

.model-footer-custom {
    background-color: #56e156;
}

.justify {
    text-align: justify;
}

.call {
    border-bottom: 4px solid #faa301;
    padding-bottom: 5px;
    width: 10%;
}

.directorMessage {
    border-bottom: 4px solid #faa301;
    padding-bottom: 5px;
    width: 32%;
}

.centerTable {
    margin: auto;
    width: 50% !important;
}

.nav-tabs {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border: none;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    transition: color .2s ease-out;
}

.tabs-dark .nav-link {
    color: #fff;
}

.tabs-light .nav-link {
    color: rgba(0, 0, 0, .5);
}

.tabs-dark .nav-link:not(.active):hover {
    color: #aeb0b3;
}

.tabs-light .nav-link:not(.active):hover {
    color: #495057;
}

.nav-pills .nav-link {
    /* border-radius: 2px; */
    color: #495057;
    transition: color .2s ease-out, box-shadow .2s;
}

.nav-pills .nav-link:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

.nav-pills .nav-item {
    margin: 0 5px;
}

.nav-pills.pills-dark .nav-link.active {
    background-color: #343a40 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

.nav-pills.pills-dark .nav-link:not(.active):hover {
    color: #1d1e22;
}

.tabs-marker .nav-link {
    position: relative;
}

.tabs-marker .nav-link.active .marker {
    height: 30px;
    width: 30px;
    left: 50%;
    bottom: -30px;
    transform: translatex(-50%);
    position: absolute;
    overflow: hidden;
}

.tabs-marker .nav-link.active .marker:after {
    content: "";
    height: 15px;
    width: 15px;
    top: -8px;
    left: 50%;
    transform: rotate(45deg) translatex(-50%);
    transform-origin: left;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    background-color: #fff;
    border-bottom: 6px solid #fe9362;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}

.portal-link {
    background-color: #f5783f;
    color: #1d1e22;
}

.portal-link:hover {
    background-color: #fe9362;
    color: #1d1e22;
}

.card__img {
    object-fit: cover;
    height: 25vh;
    background-position: center;
}

.fl-fl {
    background: #f5783f;
    text-transform: uppercase;
    border: 1px solid #000;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -140px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.social-icons {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.fl-fl:hover {
    right: 0;
    background: #005bbb;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-fb {
    top: 500px;
}

.float-tw {
    top: 555px;
}

.float-em {
    top: 610px;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://main.csruserportal.com/images/icon/preloader.gif) 50% 50% no-repeat #f9f9f9;
    opacity: .8;
}

.high-end {
    background-color: #005bbb;
    z-index: -1;
    position: absolute;
    height: 700px;
    clip-path: polygon(0 0, 100% 12%, 100% 75%, 0 95%);
}

.button-link {
    color: #000;
}

.button-link:hover {
    color: #fff;
}

.news-header {
    background-color: #F4511E;
    background: -webkit-linear-gradient(left, #F4511E, white);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #F4511E, white);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #F4511E, white);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #F4511E, white);
    /* Standard syntax */
    /* color:#1e3770; */
    color: #fff;
    text-align: center;
}

.news-call {
    border-bottom: 4px solid #faa301;
    padding-bottom: 5px;
    width: 30%;
}

.news-title {
    color: #1e3770;
}
/* .sd-style {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.sd-style img {
  width: 100%;
  height: 450px;
  object-fit: cover;
} */

 @media (min-width: 576px) {
    .img-fit {
        aspect-ratio: 16/9;
    height: 550px;
  object-fit: cover;
    }
}

@media (max-width: 576px) {
    .img-fitted {
        margin-top: auto;
        height: 250px;
        object-fit: cover;
    }
}
@media (max-width: 576px) {
    .text-hidden {
        display: none;
    }
}
 
@media (max-width: 576px) {
    .img-fit {
        height: 250px;
        object-fit: cover;
    }
}

.award-frame {
    position: relative;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
  }
  
  .award-overlay {
    position: absolute;
 top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   /* 
  background: linear-gradient(rgba(255, 255, 255, 0.1) 60%, #5858f7); */
  }

  .award-image{
     position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  }

  .pic-fit{
    aspect-ratio: 16/9;
    width:550px;
    /* height: 250px; */
    object-fit: cover;
  }

  .layered-image {
  background:
    linear-gradient(to right, transparent, mistyrose), url(../images/banner/01.png)
}




  
 
/* 
@media (max-width: 576px) {
    .img-fit {
        margin-top: 30px;
    }
} */



@media (min-width: 576px) {
    .custom-zoom {
        transition: transform 1.2s;
    }
    .custom-zoom:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    }
}

.custom {
    background-image: url(../images/stacked.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: scroll;
    z-index: 2;
}

.custom-color {
    border: 1px solid #f15928;
}

@media (min-width: 992px) {
    .bg-style {
        clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
    }
}

.footer-icon {
    position: relative;
}

.footer-icon:hover {
    color: orange;
}

.footer-icon:before {
    font-family: FontAwesome;
    top: 0;
    left: -5px;
    padding-right: 10px;
    content: "\f054";
}

.footer-bg {
    background-color: #191e34;
}

.footer-link-width {
    line-height: 30px;
    padding: 10px 0 5px;
}

.footer-widget ul li {
    border-bottom: 1px dotted #b6bbc5;
}

.widget-title {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

.icopvs {
    background-color: #f5783f;
}

@media (min-width: 576px) {
    .icopvs {
        clip-path: polygon(0% 0, 90% 0%, 80% 100%, 0% 100%);
    }
}

.crs {
    background-color: #191e34;
}

@media (min-width: 576px) {
    .crs {
        clip-path: polygon(0% 0, 90% 0%, 80% 80%, 0% 100%);
    }
}

.custom-banner {
    background-color: #005bbb;
    font-size: 18px;
}

.crs-banner {
    /* background-color: #ffc107; */
    background-color: #f2f0f0;
    font-size: 18px;
}

.custom-heading {
    font-size: 18.9px;
}

@media (min-width: 576px) {
    .custom-heading {
        font-size: 18.9px;
    }
}

.profile-nav {
    border-bottom: 3px solid #fff;
}

.profile-nav:hover {
    border-bottom: 3px solid #f5783f;
}

.custom-back {
    background-color: #f9fafc;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

.hover-effect:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}