@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
.container-fluid{
    margin:0;
    padding:0;
    width:100%;
}
.header_top {
    /*background:#0458AB;*/
    background:#49c32c;
    position: relative;
    z-index: 1;
    overflow: hidden; 
    height: 5px !important;
    color: #fff;
    padding: 0 30px;
    font-weight: 600;
}

.navbar{
    background:#0458AB ; 
    position: relative;
    /*height:50px;
    width:100%;
    margin-top:-5px;*/
}

.navbar-nav .nav-item .nav-link{
    color:#ffffff;
    font-weight:500;
    font-family: Poppins;
    font-size: 16px;
    margin-left: -.25in  ;
    text-align: center;
    /*border-right:1px solid #49c32c;*/
}
.navbar-nav .nav-item{
    color:#fff;
    width:120px;
}

.dropdown-menu .dropdown-item{
    height:40px;
    border-bottom: 1px dotted #e2e3e4;
    font-family: Poppins;
}
.navbar-brand img {
  height: 100px;
  width: auto;
}

.logo-bar{
    width:100%;
    height: 120px;
    padding: 10px 0 11px 0;
    background:none;
   margin-bottom: 4px;
}

.logo-bar img{
    width:45% ; /* or whatever fits */
    height: auto;
}
.navbar-toggler{
    margin-top:5px;
    font-size:15px;
    color:#fff;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color:#fff;
}

.carousel{
    width:100%;
    margin:0;
    height:500px;
}
.carousel-inner .carousel-item img{
    width:100%;
    height:500px;
}

h2 {
    display: block;
    font-size:1.5rem;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 700;
    font-family:'Libre Baskerville';
    /*color:#0458AB;*/
    color:#DB1F48;
    /*text-decoration-line: underline;
    text-underline-offset: 0.2em;
    text-decoration-color: #055C9D; 
    text-decoration-style: double;
    text-decoration-skip-ink: auto;*/
}



hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    border-top:2px dotted #49c32c;
}
.news{
    height:30px;
    width:100%;
    background: linear-gradient(to right, #222c34 0%, #2a3a46 100%);
    
}

.media {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    padding-left:10px;
}
.media-body h4 a{
    font-size: .85rem;
    font-weight: 500;
    font-family: Poppins;
    color:#000;
}
.media-sm .date {
    width: 70px;
    text-align: center;
    margin-right: 1.25rem;
    padding: .31rem 0;
    color: rgba(0, 0, 0, 0.7);
    transition: all .3s;
    border: 3px solid #dee2e6;
}
.media-sm .date span {
    font-weight: 700;
    font-size: 1.5rem;
    display: block;
    line-height: 1.87rem;
    text-align:center;
}

.d-block {
    display: block !important;
}

.media-sm .date:hover{
    color:#28a745;
}

.media-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    border-top:2px dotted #49c32c;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height:380px;
}
.card-border-top {
    margin-bottom: 20px;
    border-radius: 0;
    padding: 15px 12px 25px;
    border-top: 3px solid #28a745;
}

.card-title {
    font-size:18px;
    line-height: 2rem;
    font-weight: 600 ;
    text-align: center;
}

.card-sub-title {
    font-size:17px;
    line-height: 2rem;
    font-weight: 600 ;
    text-align: center;
    color:#CC0000;
}
.card-footer{
    /*background:#0458AB;
    padding: 5px;*/
}
.card-footer a{
    font-size:16px;
    color:#fff;
    font-family:'Poppins';
}
.card-footer1{
    position: absolute;
    width: 90%;
    height: 30px;
    left: 25px;
    top:360px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #0458AB;
    color:#fff;
    padding-top:5px;
    padding-bottom: 5px;
}

.card-footer2 {
    position: absolute;
    bottom: -10px; /* Adjust to half the height */
    left: 25px;
    width:90%;
    height:30px;
    background: #0458AB;
    color: white;
    padding: 3px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.card-img, .card-img-bottom, .card-img-top {
    width: 65%;
    height:180px;
    border-radius: 50%;
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #49c32c;
}

@media (max-width: 768px) {
    .card {height:330px;width:80%; margin-right:auto;margin-left:auto;margin-top:30px}
    .card-img, .card-img-bottom, .card-img-top {width:130px;  height:130px;}
    .card-footer1{ height: 30px;  top:310px;}

}


.section-title-sm {
    font-size: 1.25rem;
    font-family: Vollkorn;
}

.btn {
    font-weight: 700;
    font-family: Poppins;
    font-size: .880rem;
    text-transform: uppercase;
    border-radius: 5px;
    width:130px;
    height:50px;
    padding:12px 0;
}

.btn-primary {
    color: #fff;
    background-color: #49c32c;
    border-color: #49c32c;
}

.footer {
    background-color: #222c34;
    background: linear-gradient(to right, #222c34 0%, #2a3a46 100%);
    padding: 1.25rem 0;
}

.footer .title{
    color:#fff;
    font-size:18px;
    font-family:Raleway;
    font-weight:700;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.footer .footer-bottom{
    height:50px;
    color:#ECF87F;
    font-family: Poppins;
    font-size:13px;
    background:#3b464c;
    padding-top:15px ;
    padding-bottom: 10px;
    bottom: 0;
    width:100%;
}
.footer .footer-bottom a{
    text-decoration: none;
    color:#ECF87F;
}
.footer p{
    color:#fff;
    font-size:12px;
}
.footer .menulink li a{
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
.underline-50 {
  display: inline-block;
  margin-top:5px;
  border-bottom: 2px double #9CA3A6;
  width: 50%;
}

.fab{
    font-size: 18px;    
}

.para-vision{
    font-family: Raleway;
    font-size:18px;
    line-height: 2rem;
    padding: 20px;
    font-weight: 600;
    width:75%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    background: #f1f4f7 !important;
    color:#145DA0;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.icon-list ul, icon-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.icon-list ul {
  margin: 2em 0;
}

.icon-list li {
  margin: 1em;
  margin-left: 4em;
  margin-bottom:1em ;
  font-family: Raleway;
  font-size:18px;
  font-weight: 600;
  color:#000;
  line-height: 2.25rem;
  padding-bottom: 10px;
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
  text-align:justify;
}

.icon-list li:before {
  content: '\f006';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -2.5em;
  color: #49c32c;
}

.icon-list .link {
  font-size: 0.45em;
}

.nor-list {
    margin-left: 4em;
}

.nor-list li {
    margin-left: 4em;
    border: none;
    padding: 0;
    font-family: Poppins;
    font-size:13px;
    font-weight:400;
    padding-bottom: 0px;
    border:none;
    line-height:1.50rem;
    text-align: justify;
}

.table{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.table th{
    border: 1px solid #B9B7BD !important;
    text-align: center;
}

.lst ul {
	font-family: Poppins;
	font-size: 15px;
	line-height: 1.5em;
	margin: 5px 0 15px;
	padding: 0;
}
	
.lst li {
	list-style: none;
	position: relative;
	padding: 0 0 20px 20px;
	color:#000;
	text-align: justify;
	line-height: 28px;
	font-weight: 400;
    padding-left:50px;
}

.lst li:before {
    font-family:FontAwesome;
    position: absolute;
    left: 0;
    /*color:#0060b1;*/
    color:#49c32c;
    line-height: 2;
    font-size:15px;
    content:"\f058"; 
}

b, strong {
    font-weight: 550;
}

.d-none {
    display: block !important;
}
@media (max-width: 767px) {
    .logo-bar{height: 40px;}
    .logo-bar img{width:90% !important; margin-left:auto;margin-right:auto;display:block}
    
}

@media (max-width: 768px) {
    .logo-bar{height: 45px !important;}
    .logo-bar img{width:90% !important; margin-left:auto;margin-right:auto;display:block}
    .navbar{margin-top:15px;}
    .navbar-nav .nav-item .nav-link{margin-left:10px;text-align:left}
    .dropdown-menu {width:250px;}
    .header_top {display: none;}
     h2 {font-size:1rem;line-height:2rem;margin-left:-15px}
     p{font-size:13px}
    .carousel{width:100%;margin:0;height:200px;}
    .carousel-inner .carousel-item img{width:100%;height:200px;}
    .btn{width: 120px;height: 40px;font-size:.60rem}
    .img-responsive{width:50%}
    .card{margin-bottom:40px}
    .mt-mob{margin-top:40px;}
    .card-mob{ overflow-y: scroll;}
    .icon-list li {margin-left:5px;line-height:2rem;font-size:14px;}
    .nor-list li {margin-left:15px;line-height:1.5rem;}
    .footer{padding-left:10px}
    .footer .title{font-size:14px;}
    .para-vision{font-size:14px;width:100%; padding:10px}
    .table{width:100%}
    .fab{font-size: 14px;}
}

@media (max-width: 991px) {
  .navbar-collapse {
    display: none; /* remove !important */
  }

  .navbar-collapse.show {
    display: block; /* show when toggled */
  }
}