body{
	font-size: 15px !important;
    background: #f0f0f0 !important;
}
.bodyy{
    margin-top: 182px;
}
ul li{
    padding-top: 3px;
    padding-bottom: 3px;
    color: #212529;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
     color: #212529;
}
.border-radius0{
    border-radius: 0px !important;
}
.nav-link.ln-tabs {
    display: block;
    padding: 0.3rem 1rem !important;
}
.web-color{
    color: #044688;
}
.web-color:hover{
    color: #015cb7;
}
.web-bg{
    background: #044688;
}
.marquee-inner span{
    height:50%;
}
.marquee-inner.to-top{
    animation: marqueeTop 10s linear infinite;
}
.marquee-block{
    width: 100%;
    height: 44vh;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.marquee-inner{
    display: block;
    height: auto;
    width:100%;
    position: absolute;
}
.marquee-item p{
    font-weight: 500;
    font-size: 12px;
}
.marquee-inner:hover {
    animation-play-state: paused;
    cursor: context-menu;
}
.marquee-item{
    width: auto;
    height: auto;
    display: block;
    margin:10px;
    transition: all .1s ease-out;
}
@keyframes marqueeTop{
    0% {
      top: 0;
    }
    100% {
      top: -100%;
    }
}
.top-header-bg{
    background: #044688;
}
.logo-header{
    margin-top: 28px;
}
.vertical-lr-text{
	transform: rotate(180deg) translate(0px);
    writing-mode: vertical-lr;
}
.notices-heading{
	color: #fff;
    background: #044688;
    border-bottom: 4px solid #f2b84b;
}
.notice-date{
	color: #044688;
}
.notices{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}
.notices-section{
	background: #fff;
    padding: 0 15px 15px 15px;
}
.carousel-indicators li {
    width: 9px;
    height: 9px;
    border-radius: 20px;
}
.carousel-indicators {
    bottom: 0px;
}
.min-section{
	font-size: 14px;
}
.min-images{
	border: 2px solid #044688;
    width: 50px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #044688;
    border: 1px solid #044688;
}
.nav-tabs .nav-link {
    color: #044688;
    border: 1px solid #044688;
    background: #fff;
}
.footer-widget a i, .footer-widget span i {
    font-size: 18px;
    width: 30px;
}
.social-icons a {
    background: #ffffff none repeat scroll 0 0;
    color: #2d3e50;
    display: inline-block;
    font-size: 20px;
    height: 31px;
    line-height: 30px;
    margin-right: 11px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 31px;
}
.social-icons a:hover {
	color: #fff;
    background: #bb7e2d;
}
div#nav-tabContent{
    height: 265px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background: #fff;
    border-top: 4px solid #f2b84b !important;
    border-radius: 0px 0px 10px 10px;
}
.fs7{
    font-size: 7px;
}
.fs12{
    font-size: 12px;
}
.fs13{
    font-size: 13px;
}
.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px;
}
.heading-styles{
    background: #044688;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
}
.cont-styles{
    border-top: 4px solid #f2b84b;
    background: #fff;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
}
.mins-cont{
    font-size: 12px;
    color: #000;
    font-weight: bold;
    line-height: 25px;
}
/*.section-banners-bg{
    background-image: linear-gradient(to right, #93d046 40%, #26d884);
}*/
.picture1 img{
    position: relative;
    top: -50px;
}
.picture2 img{
    position: relative;
    top: -5px;
}
.picture3 img{
    position: relative;
    bottom: -50px;
}
.title{
    color: #000;
    font-size: 25px;
}
.title:after {
    margin-left: -1.25rem !important;
    margin-top: 1rem !important;
    width: 80px !important;
    height: 5px !important;
}
.title:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    margin: 0.75rem 0 1.875rem 0;
    background: #212529;
}
.left-line {
    position: relative;
}
.right-line {
    position: relative;
}
.left-line::before {
    content: "";
    width: 35px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
}
.right-line::after {
    content: "";
    width: 35px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    margin-left: 10px;
}
.contentt{
    color: #212529;
}
.web-bg{
    background: #044688;
}
.welcome-bg, .section-banners-bg {
/*    background-image: linear-gradient(to right, #d6fa52, #93d046);*/
/*    background-image: linear-gradient(to right, #77d190 25%, #1f9c9f);*/
/*    background-image: linear-gradient(140deg, #77d190 0%, #62c7a7 50%, #1f9c9f 75%);*/
    background: #fff;
}
::-webkit-input-placeholder { /* Edge */
    color: #e1e1e1;
  `font-size: 13px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e1e1e1;
    font-size: 13px;
}

::placeholder {
    color: #e1e1e1;
    font-size: 13px;
}
.text-decoration-underline{
    text-decoration: underline;
}
.log-cards{
    padding: 15px;
    border: 1px solid #044688;
    color: #044688;
    border-radius: 10px;
}
.log-cards:hover{
    background-color: #044688;
}
.log-cards:hover a{
    background-color: #044688;
    color: #fff !important;
}
.mob-min-images {
    border: 2px solid #044688;
    width: 30px;
}
.mob-mins-cont {
    color: #000000 !important;
    font-size: 6px;
    font-weight: bold;
}
h5.incentive-main-title{
    font-size: 18px;
}
h6.incentive-main-title{
    font-size: 18px;
}
h6.incentive-main-title.sub-heading {
    font-size: 18px;
}
@media (min-width: 1511px){
    .bodyy{
        margin-top: 167px !important;
    }
}
@media (max-width: 991px){
    .mob-mins {
        margin-top: 160px;
        border-bottom: 1px solid #044688;
        padding-bottom: 5px;
    }
    .bodyy {
        margin-top: -8px !important;
    }
}
@media (max-width: 768px){
    .carousel-item img.d-block.w-100 {
        height: auto !important;
    }
    .mob-mins{
        margin-top: 140px;
        border-bottom: 1px solid #044688;
        padding-bottom: 5px;
    }
    .annousment-sec-boxbg {
        font-size: 22px !important;
    }
    .menu li a {
        padding: 11px 5px !important;  
    }
    .picture1 img{
        position: relative;
        top: 0px !important;
    }
    .picture2 img{
        position: relative;
        top: 0px !important;
    }
    .picture3 img{
        position: relative;
        bottom: 0px !important;
    }
    .title:after {
        margin: 0.75rem 0 1rem 0;
    }
    .bodyy{
        margin-top: 3px;
    }
}
@media (max-width: 767px){
    h5.incentive-main-title{
        font-size: 13px;
    }
    h6.incentive-main-title.sub-heading {
        font-size: 13px;
    }
    .about-us-title {
        font-size: 22px;
        padding: 10px 0px 0px 0px;
    }
    .mob-mins{
        margin-top: 160px;
        border-bottom: 1px solid #044688;
        padding-bottom: 5px;
    }
    .annousment-sec-boxbg {
        font-size: 18px !important;
        height: 35px;
        padding: 0px 15px;
        line-height: 35px;
        margin-bottom: 8px;
    }
    .carousel-indicators {
        bottom: -10px;
    }
    .carousel-indicators li {
        width: 8px !important;
        height: 8px !important;
        border-radius: 20px;
    }
    .bodyy{
        margin-top: -8px;
    }
    .title{
        font-size: 15px;
    }
    .logo-header{
        margin-top: 0px;
    }
    div#nav-tabContent{
        height: auto;
    }
    .horizontal-scroll-sm {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .horizontal-scroll-sm::-webkit-scrollbar {
        display: none;
    }
    .horizontal-scroll-sm {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
}
@media (max-width: 400px){
    .mob-mins{
        margin-top: 135px;
        border-bottom: 1px solid #044688;
        padding-bottom: 5px;
    }
    .carousel-item img.d-block.w-100 {
        height: auto !important;
    }
}
@media (max-width: 440px){
    .mob-mins{
        margin-top: 145px !important;
        border-bottom: 1px solid #044688;
        padding-bottom: 5px;
    }
}
@media (max-width: 576px){
    .sub-heading{
        font-size: 15px;
    }
    .carousel-item img.d-block.w-100 {
        height: auto;
    }
    .mob-mins {
        margin-top: 160px;
    }
}
@media (max-width: 360px){
    .mob-mins{
        margin-top: 125px !important;
        border-bottom: 1px solid #044688;
        padding-bottom: 5px;
    }
}


@media (max-width: 1280px){
    .marquee-block {
        width: 100%;
        height: 14.7vh;
    }
}
@media (max-width: 2560px){
    .marquee-block {
        width: 100%;
        height: 28.9vh;
    }
}
@media (max-width: 2560px){
    .marquee-block {
        width: 100%;
        height: 28.9vh;
    }
}    
@media (max-width: 1920px){
    .marquee-block {
        width: 100%;
        height: 29.3vh;
    }
}
@media (max-width: 1680px){
    .marquee-block {
        width: 100%;
        height: 22.2vh;
    }
}
@media (max-width: 1600px){
    .marquee-block {
        width: 100%;
        height: 28.6vh;
    }
}
@media (max-width: 1440px){
    .marquee-block {
        width: 100%;
        height: 20.4vh;
    }
}
@media (max-width: 1366px){
    .marquee-block {
        width: 100%;
        height: 21.8vh;
    }
}
@media (max-width: 1280px){
    .marquee-block {
        width: 100%;
        height: 14.7vh;
    }
}

