﻿
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700&display=swap'); */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100;400&display=swap');


body {
  width: 100%;
  float: left;
  /*font-family: 'Roboto' !important; */
  font-size: 15px !important;
  color: #666; !important;
  line-height: 1.4375 !important;
  margin:auto;
  font-weight: 400 !important;
  letter-spacing: -0.35px !important;
  webkit-font-smoothing antialiased;
}

body p {
  color: #222;
  line-height: 20.6px;
}


img {
  max-width: 100%;
  height: auto;
}

a {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

ul {
  /*list-style: none;*/
  margin: 0px;
  padding: 0px;
 
}

#divDepartmentView ul
{
  margin: 35px;
  padding: 0px;
		
}


#divContent ul
{
  
  margin-left:40px;	
}

.form-control:focus,
.btn-primary.focus,
.btn-primary:focus {
  border-color: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2
{
	color:#222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: Roboto Condensed, sans-serif; */
  color:#222;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

ul {
  margin: 0px;
  padding: 0px;
  /*list-style: none;*/ /*cooment by ansar on 18 de 22*/
}

img {
  max-width: 100%;
  height: auto;
}

.TopStrip
{
 

    background: #f1f1f1;

  
}

.TopStrip .header-left button
{
  font-size:.8rem;
  text-decoration: none;
  color: #006A55
}

.TopStrip .header-left button:hover

{
  color: #006A55;
}


.TopStrip .menu-right button

{
  font-size:.8rem;
  text-decoration: none;
  color: #006A55;
}


.card-title
{
	color:#222;
}

/* Header */

header.header1 {
  width: 100%;
  float: left;
  padding-top: 10px;
  background: #fff;
}
.header
{
  background: #006A55;
}

.logo-img img {
    padding-bottom: 10px;
}

.menu-center {
  display: flex;
  align-items: center;
  justify-content: left;

}

.menu-center p {
  margin-bottom: 0px;
  font-size: 25px;
  font-style:normal;
  color:#222 ;
  font-weight: 600;
  margin-left: 12px;

}

.Logo-txt-Caption {
  margin-bottom: 0px;
  font-size: 17px;
  font-style:normal;
  color:#CDCDCD;
  font-weight: 500;
  padding-top:8px;
}

.Logo-txt-CaptionFooter {
  margin-bottom: 0px;
  font-size: 12px;
  font-style:normal;
  font-weight: 500;
  
}

.header-left
{
	padding-left:12px;
}

.menu-right-sm{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu-right-sm ul li {
  display: inline-block;
}

.menu-right-sm ul li a {
  color: #7E7E7E;
  margin: 0px 8px;
}
.menu-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
    padding-right:13px;
    margin-left:-11px;
}


.menu-right ul li {
  display: inline-block;
}

.menu-right ul li a {
  color: #7E7E7E;
  margin: 0px 8px;
}


.btn-icn
{
	min-width:30px !important;
}

.btn-dark {
  background: #222222;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
}

.btn-dark:hover {
  background: #006A55;
}

/* Header */


.banner-section {
  width: 100%;
  float: left;
  background: url(../images/banner-img.jpg) no-repeat;
  background-size: cover;
  padding: 10rem 0px;
  display: flex;
  align-items: center;
}

.carousel-caption h2 {
  color: #fff;
  font-size: 34px;
  line-height: 50px;
}

.banner-section h2 {
  color: #fff;
  font-size: 34px;
  line-height: 50px;
}

.banner-section p {
  color: #fff;
}

.tales {
  max-width: 100%;
  height: auto;
  max-height: 50vh;
  width: 100%;
  object-fit: cover;
}
/* .carousel {
  position: relative;
  z-index: -1;
} */
.carousel-caption p {
  color: #fff;
}

.btn-yellow {
  background: #EED700;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.overview {
  width: 100%;
  float: left;
  margin: 6rem 0px;
}

.heading1 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 35px;
  color: #006A55;
}

.read-more-link {
  color: #006A55;
  font-weight: 600;
}

.recent-Activity {
  width: 100%;
  float: left;
}

.recent-Activity .row {
  padding: 1rem 0px;
}

.recent-Activity ul li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
}


.recent-Activity h5 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.8rem;
  padding: 5px 10px;
  margin-bottom: 0px;
}

.recent-Activity p
{
    color: #222;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 5px 10px;
}

.p-t
{
	padding-top:15px; 
}


.D-date
{
  padding-bottom:10px;
  color:#006A55;
  font-weight: 500;
}

.Recnt-Evnt-date
{
  padding: 5px 10px;
  color:#006A55;
  font-weight: 500;
}

.university-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.list-content {
  margin-left: 20px;
}

.list-content p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 22px;
}

.btn-university {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-university .btn {
  flex: 1;
  padding: 14px 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

.btn-green {
  background: #006A55;
  margin-right: 20px;
  color: #fff;
}

.btn-black {
  background: #222222;
}

.scholarship-box {
  background: #F5F5F5;
  padding: 4rem;
  border-radius: 10px;
  height: 100%;
}

.scholarship-box .heading1 {
  margin-bottom: 5px;
}

.scholarship-box select {
  height: 50px !important;
  font-size: 12px;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 95%;
}

.btn-search {
  width: 100%;
  padding: 14px 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-common{
  padding: 14px 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.university-list-selection {
  width: 100%;
  float: left;
  margin: 3rem 0px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.custom-carsoule {
  margin-top: 20px;
}

#university-list .item {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  height: 400px;
  object-fit: cover;
  border:1px solid #ccc;
}



.university-details {
  z-index: 9;
  bottom: 0px;
  padding: 25px;
  color: #222;
  width: 100%;
}

.university-details p {
  color: #222;
  font-weight: 500;
}

.university-details h5 {
  align-items: center;
  font-weight: 700;
  text-transform:capitalize;
  font-size: 22px;
  margin-bottom: 1rem;
  line-height: 23.1px;
  letter-spacing: -0.5px;
}


#university-list .owl-dots {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#university-list.owl-theme .owl-dots .owl-dot.active span,
#university-list.owl-theme .owl-dots .owl-dot:hover span {
  background: #006A55;
  width: 12px;
  height: 12px;
}

#university-list.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}

a.btn-more
{
color:#006A55;
text-decoration: none;
font-weight: 500;
font-size: 13px;

}

a.btn-more:hover
{
color:#222;
text-decoration: underline;

}


.footer {
  width: 100%;
  float: left;
  background: #222222;
  padding: 2rem 0px;
}

.footer p {
  color: #fff !important;
  font-size: 12px;
}

.footer .logo-img img {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
}

.footer .menu-right {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer .menu-right ul li a {
  color: #fff;
}

.footer-links h6 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-links ul li a, .footer-links ul li  {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.footer-links ul li a::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #7d7d7d;
  display: block;
  margin-right: 10px;
}

/*added by ansar for site map   start*/

.sitemap-links h6 {
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sitemap-links ul li a, .footer-links ul li  {
  color: #222;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sitemap .menu-right ul li a {
  color: #222;
}

/*end */

.footer-links ul li a:hover {
  color: #fff;
}


.Footer-main-link
{
	margin-bottom:40px;	
}

.Footer-main-link a, .Footer-main-link a:visited
{
	color:#fff;
	margin-right:5px;
	margin-left:5px;
	text-decoration:none;
	font-size:1rem;
}

.Footer-main-link a:hover
{
	color:#006A54;
}

.Footer-sub
{
	font-size:1rem !important;
	margin-bottom:4px !important;
}

.footer-links ul li
{
	padding:5px 0px;
}


p.Powerd span
{
	color:#666 !important;
	font-size:.9rem !important;
}

.scholarship-box a {
  color: #000;
  font-weight: 600;
}

.university-section ul li:last-child {
  border-bottom: none;
}

/* registration form */
.registration-box {
  padding: 3rem 2rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.registration-box .form-control {
  font-size: 12px;
  height: 50px;
}

.registration-box .form-check-input {
  margin-top: 0.5rem;
}

/* university-registration */
.img-content {
  width: 150px;
  padding: 2rem;
  border: 1px solid #ced4da;
}

.title {
  font-size: 25px;
  font-weight: 600;
}

.btn-pending {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.text {
  font-weight: 600;
}

.btn-pending:hover {
  color: #fff;
}

.content .mr-bottom {
  margin-bottom: 8px;
}

.bottom-border {
  border-bottom: 1px solid #ccc;
}

.icons-content {
  padding-left: 10px;
}

.icons-content i {
  font-size: 18px;
  color: #2229;
}

.icons-content span {
  color: #2229;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  padding-left: 15px;
}

.border-left {
  border: 1px solid #7d7d7d;
}

.avatar {
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.profile {
  font-size: 10px;
  padding-left: 5px;
}

.profile-name {
  position: absolute;
  top: 12px;
  left: 45px;
  font-weight: bold;
  font-size: 10px;

}

.profile-content {
  border-left: 1px solid #ccc;
  padding-left: 5px;
  position: relative;
  top: 4px;
}

.sign-out {
  font-size: 14px;
}

.profile-content .dropdown-toggle::after {
  display: none;
}

.arrow-img {
  width: 12px;
  height: 12px;
}

/* university-reg-approval */
.check-img {
  width: 14px;
  height: 14px;
}

.text-green {
  color: #64c864;
  font-size: 14px;
  padding-left: 5px;
  font-weight: 600;
}

/* .student-profile form */
.student-profile-box {
  padding:.5rem 2rem;
  /*border: 1px solid #ced4da;*/
  border-radius: 4px;
}
.student-profile-box .form-check-input {
  margin-top: .6rem;
}
.student-profile-box .form-check-label {
  color:#2229;
}
.student-profile-box .form-control {
  font-size: 12px;
  height: 50px;
}

.student-profile-box select {
  height: 50px !important;
  font-size: 12px;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 95%;
}

.student-profile-box .text-field {
  padding-left: 10px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  width: 100%;
}

.student-profile-box .input-group-text {
  border-radius: 4px;
  background: #fff;
  border-top-right-radius: 4px !important;
  border-left: none;
  border-bottom-right-radius: 4px !important;
}

.input-group-text span {
  font-size: 12px;
  color: #2229;
  padding-left: 5px;
}

.input-group-text img {
  width: 16px;
  height: 12px;
}
/* scholar-list */
.list-form-box .form-group{
  width:20%;
  padding-right:10px;
}
.list-form-box .form-group label{
 font-size: 14px;
}
.list-form-box .btn-content{
    align-self: center;
    margin-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
    top: 10px;
}
.btn-content{
  padding-right:0px !important;
}
.btn-content button{
   height:50px;
   margin-right:0px;
   padding-right:0px;
}
.list-form-inside{
  background: #F5F5F5;
  border:none;
  overflow:hidden !important;
}
.title-search{
  font-size:18px;
}
.search-content{
  padding-bottom:3rem;
}
.table-content table{
  font-size:14px;
  border-width: 0px !important;
}
.table-content table thead{
  background:#F7ECE1;
  border-bottom:1px solid #F7ECE1;
}
.table-content table thead:hover{
  background:#F7ECE1;
}

.table tr:hover{
  background: #F7F7F7;
}
section.carousel-part {
  width: 100%;
  float: left;
}
section.carousel-part .carousel-caption {
  display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    bottom: 0px !important;
    text-align: left;
}

.navbar
{
  padding-top: .1rem;
    padding-bottom: .1rem;
}
#main_nav li
{
  padding-right:.5rem;
  padding-left: .5rem;
}

.media-center-tube
{
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.media-center-pub-img
{
  height: 250px;
}


.Media-Y-Full
{
  width: 100%;
  height: 700px;
  margin-bottom: 20px;
}



.Publication
{
  background: #ccc;
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.Publication h5
{
  text-align: center;
  color: #222;
  padding-top: 5px;
}

.Publication h5 a
{
	text-decoration:none;
	color:#222;
}

.Publication h5 a:hover
{
	text-decoration:none;
	color:#FF8C00;
}


.Publication h4
{
  padding-top: 25px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  color: #006A55 ;
  padding-left: 10px;
}
.Publication img
{
  height: 450px;
  display: block;
  margin: 0 auto;
  width:98% ;

}

.Publication-details {
  z-index: 9;
  bottom: 0px;
  padding: 5px 15px;
  color: #222;
  width: 100%;
}

#divPhoto .item img 
{
	height:200px;
}

.ml-2
{
  margin-left: 20px;
}

.mr-2
{
  margin-right: 20px;
}





.CalofMeeting
{
  background: #fff;
  width: 100%;
  float: left;
  margin: 1rem 0px;
}

.CalofMeeting h4
{
  padding-top: 25px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  color: #006A55 ;
  padding-left: 10px;
}


.CalofMeeting-details {
  z-index: 9;
  bottom: 0px;
  padding: 5px 15px;
  color: #222;
  width: 100%;
}

.CalofMeeting-details p {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5rem;
}

.CalofMeeting-details h5 {
  align-items: center;
  font-weight: 600;
  text-transform:capitalize;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.8rem;
}

.CalofMeeting-sub
{
  padding-bottom:10px;
  color:#006A55;
  font-weight: 500;
  font-style: italic;
  font-size: .8rem;
}



.Tweet
{
  background: #fff;
  width: 100%;
  float: left;
}

.Tweet h4
{
  padding-top: 25px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  color: #006A55 ;
  padding-left: 10px;
}


.Tweet-details {
  z-index: 9;
  bottom: 0px;
  padding: 5px 15px;
  color: #222;
  width: 100%;
}


.conferenceHM
{
  padding-top: 2rem;
}

.conferenceHM-item
{
  border:solid 1px #ccc;
  border-radius: 10px;
  padding: 25px;
  min-height: 400px;
}

.conferenceHM ul
{
display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.conferenceHM ul li
{
  border: none;
  line-height:26px;
  font-size: .8rem;
}
.conferenceHM-item h5
{
  font-weight: 600;
text-transform: capitalize;
font-size: 1rem;
}

.conferenceHM-item p
{
  color: #006A55;
  font-size: .8rem;
  font-weight: 500;
}


.ConfSubHd
{
	font-weight:normal !important;
	font-size:.9rem;
	padding-top:5px;
}


.conferenceHM-item-date
{
  color: #ccc;
  font-size: .8rem;
}


.Latest-news
{
  width: 100%;
  margin: 20px 0px;
  margin-bottom:0px;
  float: left;
}

.Latest-conf
{
  width: 100%;
  margin-top: 1px;
  margin-bottom:0px;
  float: left;
}


.Latest-news .card-header
{
	height:100px;
} 

.Latest-news .card-text
{
	height:72px;
	text-align:justify;
	overflow:hidden;
} 


.card-img-overlay {
  background-color: rgba(16, 16, 17, 0.01);
  border-radius:0px;
  transition: .5s ease; 
}


.card-img-overlay:hover
{
  opacity:.8; 
   background-color: rgba(16, 16, 17, 0.7);
   
}


.card-img-overlay .card-title
{
	color:#fff;
	opacity:.01; 
	padding-top:200px; /* 250 to 200 Change by Ansar 17 feb 23
	
}


.Latest-news .big  .card-img-overlay h2
{
 
  text-align: left;
  /*opacity: .8; */

}

.Latest-news .big  .card-img-overlay h2:hover
{
	text-decoration:underline;
	opacity:10; 
	transition: .5s ease; 
	text-shadow: 2px -1px 4px #000000;
	color:#fff;

}

.Latest-news .big  .card-img-overlay p
{
  text-align: left;
  color: #fff;
  opacity: .8;
  position:absolute;
  bottom:15px;
  height:30px;
}

.Latest-news .big 
{
  height: 400px;
}

.Latest-news .big img
{
  
  height: 400px;
}

/*below line added by ansar 24 Dec 23*/
.bigImageOIC
{
  height: 452px;
  
}

.SMLImageOIC
{
  height: 168px;  
}



.SML .card-title
{
	padding-top:15px;
	padding-bottom:10px;
}



.Latest-news .SML  .card-img-overlay h2
{
 
  text-align: left;
  font-size: 21px;;
  opacity: .01;
  bottom:15px;
  
}
.Latest-news .SML  .card-img-overlay h2:hover
{
	opacity:10; 
	transition: .5s ease; 
	text-shadow: 2px -1px 4px #000000;
	color:#fff;
	text-decoration:underline

}

.Latest-news .SML h2

{

	overflow:hidden;
}

.Latest-news .SML  .card-img-overlay p
{
  text-align: left;
  color: #fff;
  opacity: .8;
}

.Latest-news .SML 
{
  height: 190px;
}
.Latest-news .SML img
{
  
  height: 190px;
}


.Latest-news .big  h2
{
	position:absolute;
	bottom:190px;
}


.Latest-news .card
{
  border-radius: 0px;
}



.Latest-News-Txt-only 
{
  border:0px;
  padding-left: 0px;
   margin-right:5px;
 }



.Latest-News-Txt-only .card-header, .Latest-News-Txt-only .card-footer, .Latest-News-Txt-only .card-body 
{
  border:none;
  background: none;
  padding-left: 0px;
 
}

.Latest-News-Txt-only .card-subtitle
{
  padding-top: 5px;
}


.Latest-News-Txt-only  h2
{
  font-size: 1.2rem;
  text-align:justify;
  padding-right:20px ;
}

.Latest-News-Txt-only .card-body ul
{
  list-style-type: disc;
  text-align:justify;
}

.Latest-News-Txt-only .card-body ul li
{
  margin-bottom: 7px;
}

.btn-more
{
  border: none;
  border-left: 7px solid #006A55;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 5px;
}


.Latest-News-Txt-only .card-title
{
	max-height:55px;
	overflow:hidden;
}




.LatestNews-Txtonly
{
  border:0px;
  padding-left: 0px;
   margin-right:20px;
 }



.LatestNews-Txtonly .card-header, .LatestNews-Txtonly .card-footer, .LatestNews-Txtonly .card-body 
{
  border:none;
  background: none;
  padding-left: 0px;
  text-align:left;
 
}

.LatestNews-Txtonly .card-subtitle
{
  padding-top: 5px;
}


.LatestNews-Txtonly  h2
{
  font-size: 1.2rem;
  text-align:justify;

  margin-bottom:20PX;
}

.LatestNews-Txtonly .card-body ul
{
  list-style-type: disc;
  text-align:justify;
}

.LatestNews-Txtonly .card-body ul li
{
  margin-bottom: 7px;
}

.btn-more
{
  border: none;
  border-left: 7px solid #006A55;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 0px;
}


.btn-more:hover
{
	  border: none;
  border-left: 7px solid #006A55;
background:#fff !important;
}



.LatestNews-Txtonly .card-title
{
	height:55px;
}

.Latest-News-more
{
  border:0px;
  padding-left: 0px;
  }



.Latest-News-more .card-header, .Latest-News-more .card-footer, .Latest-News-more .card-body 
{
  border:none;
  background: none;
  padding-left: 0px;
 
}

.Latest-News-more .card-subtitle
{
  padding-top: 5px;
}


.Latest-News-more h2
{
  font-size: 1.2rem;
  text-align:justify;
  padding-right:20px ;
  margin-bottom:20PX;
}


.Latest-News-more .card-body
{
	height:180px;
	overflow:hidden;
}

.Latest-News-more  .card-footer
{
	padding-bottom:0px;
}



.Latest-News-more .card-body ul
{
  list-style-type: disc;
  margin-left: 30px;
  text-align:justify;
}

.Latest-News-more .card-body ul li
{
  margin-bottom: 7px;
}



.Latest-News-more .card-title
{
	max-height:55px;
}



.moreNews
{
	height:300px ;
}

.moreNews h2
{
	overflow:hidden;
}

.CVD-section
{
  padding: 3rem 2rem;
  border-radius: 4px;
  /*background:url(/SiteAssets/theme/images/cfm49_new_web_banner_en.png) no-repeat center center fixed;*/
  background:url(/SiteAssets/theme/images/cfm49_new_web_banner_en.png) no-repeat top center;
  overflow: hidden;
  border:none;
  overflow-x:hidden !important;
  color: #fff !important;
  height: 330px !important;
  width:100%;

}

.CVD-section p
{
  color: #fff;
}
.CVD-section h4
{
  font-size: 3rem;
  color: #fff;
}

.CVD-section h5
{
	color:#fff;
}

.CVD-section .btn
{
  background: #fff;
  color: #000;
  border: none;
  font-weight: 600;
  width: 100%;
  text-align: left;  
}


/* Mini Calendar*/

#MSOZoneCell_WebPartWPQ5
{
	margin-bottom:0px !important;
}

.ECal
{
	margin-top:0px;
  border:1px solid #ccc;
  border-radius:.25rem;
  padding:12px 0px ;
  height:370PX;

}

.ECal h5
{
    font-size:1rem;
    padding-left:20px;
}



    [id^=calendar],
    [id^=calendar] + h3{
        width: 350px;
    }



    [id^=calendar] + h3{
        text-align: center;
    }



   


.Events-card
{
  background:#ACD8CF;
  padding:5px 10px;
  margin-bottom:13px;
  height:115px;
  overflow:hidden;
}

.Events-card .card-header .card-title
{
  padding-bottom: 5px;
  font-size:1.1rem;
  margin-bottom:0px;
  height:55px;
  overflow:hidden;
}

.Card-border
{
  border-radius: .25rem;
  border: 1px solid #ccc;
  padding:15px 20px;
}

.Events-card .card-subtitle
{
	margin-bottom:4px;
}



/*  multiple item slider - media center */

#exampleSlider {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  margin-top: 20px;
  background: #e1e1e1;
}

#exampleSlider h5
{
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 22px;
    font-weight: 700;
}

#exampleSlider h5 a

{
	text-decoration:none;
	color:#222;
}

#exampleSlider h5 a:hover
{
	color:#FF8C00;
}


.btn-success
{
	background:#006A55;
}


.btn-success:hover
{
	background:#057A63;
}


#exampleSlider .MS-content .item img
{
	width:350px;
	height:200px;
}


 @media only screen and (max-width: 500px), @media only screen and (min-width: 600px){
        #wrapper{
            padding: 1em;
            display: block;
        }
        [id^=calendar],
        [id^=calendar] + h3{
            width: 90%;
            max-width: 320px;
            margin: 1em auto;
        }



        [id^=calendar] + h3{
            display: block;
            margin-bottom: 2em;
        }s
        
        #divlargeNews1
          {
		margin-bottom:20px;
		}
		.Latest-news .big .card-img-overlay h2
		{
		position:absolute;
		border-bottom:40px;
		}
		
			.Latest-news .big  h2
			{
				height:90px;
				overflow:hidden;
				margin-bottom:10px;
				margin-top:250px !important;
		}	
		.m-spaace
			{
			margin-bottom:20px;
		}
		.menu-right
		{
		margin-left:0px;		
		}
		
		.mr-2
		{
		margin-right:0px;
		}
		.ml-2
		{
		margin-left:0px;
		}
		
		
        .Events-card .card-header .card-title, .Latest-News-Txt-only .card-header h2
        {
		height:52px;
		overflow:hidden;
		}
		
		#exampleSlider
		{
		display:none;
		}
		
		
		
		.student-profile-box 	.container 
		{
		    padding-right: var(--bs-gutter-x,.1rem) !important; 
    		padding-left: var(--bs-gutter-x,.1rem)  !important;
		}	
		
		.list-form-box .row
		{
		--bs-gutter-x: .5rem !important;
		}	
		
		.student-profile-box 
		{
			padding:.1rem !importnt;	
		}
		
		#s4-workspace
		{
		overflow-x:hidden !important;
		}
			
        
    }
    /* Cal -end */

@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
  
  .TopStrip
  {
	display:block !important;
	}
  
  .HideonMobile
  {
  display:none;
	
	}
	  
}
#exampleSlider .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  width: 33.2%;
}

#exampleSlider .MS-content .item img 
{
padding: 10px;
padding-top: 0px;
}

@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}
#exampleSlider .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top:100px;
}

#exampleSlider .MS-controls input[type=button], input[type=reset], input[type=submit], button
{
	min-width:50px;
}

@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
  
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}



}

.Department
{
  padding: 1.3rem 2rem;
  border-radius: 4px;
  /*background:url(../images/Bg_Depart.jpg);*/
  background:url(../images/SGImage.jpg);
  background-size: cover;
  border:none;
  overflow-x:hidden !important;
  color: #fff !important;
  /*background-size: contain;*/
  height: 270px;
  background-position:right;
  background-repeat:no-repeat;
}

  padding: 1.3rem 2rem;
  border-radius: 4px;
  /*background:url(../images/Bg_Depart.jpg);*/
  background:url(../images/SGImage.jpg);
  background-size: cover;
  border:none;
  overflow-x:hidden !important;
  color: #fff !important;
  /*background-size: contain;*/
  height: 270px;
  background-position:right;
  background-repeat:no-repeat;
}

.Department p
{
  color: #fff;
}
.Department h4
{
  font-size: 1.2rem;
  color: #fff;
}

.Department .btn
{
  background: #fff;
  color: #000;
  border: none;
  font-weight: 600;
  width: 100%;
  text-align: left;  
}

.Department ul
{
  margin-left: 40px;
}

.Department ul li
{
  margin-bottom: 10px;
}

.Department a
{
  color: #fff;
  text-decoration: none;
}

.Department a:hover
{
  color: #006B54;
}



/* News Scroll */

.news {
  width: 100px;
  background: #666;
}

.News-bg
{
  background: #f1f1f1;
}


.newsActivity {
  height: 30px;
  margin-top: 6px !important; 
}

.news-scroll a {
  text-decoration: none;
  color: #006A55;

}

.dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 4px !important;
  background-color:#666;
  border-radius: 50%;
  display: inline-block;
  /*margin-left: 20px;   comment by ansar*/
}

.C-header {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align:middle;
}

  .Ttitle-Txt {
    float: left;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}

.Ttitle-Txt a
{
	color: #222;
	text-decoration: none;
}

.Ttitle-Conf {
    float: left;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #222;
}

.Ttitle-Conf i
{
  color: darkorange;
  margin-left: 5px;
  margin-right:5px;
}



 .Ttitle-TxtAR {
    float: right;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}


.Ttitle-Txt i
{
  color: darkorange;
  font-size: 1.8rem;
  margin-left: 5px;
  margin-right:5px;
}

.More-Txt {
  float: right;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:0px !important;
  padding-top:10px;
}

.More-TxtAR {
  float: left;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:0px !important;
  padding-top:10px;
}


.More-Txt a 
{
  color: #222;
  text-decoration: none;

}

More-Txt a:hover
{
  color: #006A55;

}



.More-TxtAR-1 {
  float: left;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:0px !important;
  padding-top:13px !important;
  padding-left:0px !important;
  font-size:1.2em;
}


.More-TxtAR-1  a 
{
  color: #222;
  text-decoration: none;

}

More-Txt-1 a:hover
{
  color: #006A55;

}


.OIC_forms
{
width: 100%;
margin: 20px 0px;
float: left;



}

.OIC-form-group
{
border:solid 1px #ccc;
border-radius: .5rem;
margin: 1rem;
padding: 2rem 3rem;
}

.OIC-form-group input[type=text]
{

	display: block !Important;
    width: 100% !Important;
    padding: .375rem .75rem !Important;
    font-size: 1rem !Important;
    font-weight: 400 !Important;
    line-height: 1.5 !Important;
    color: #212529 !Important;
    background-color: #fff !Important;
    background-clip: padding-box !Important;
    border: 1px solid #ced4da !Important;
    -webkit-appearance: none !Important;
    -moz-appearance: none !Important;
    appearance: none !Important;
    border-radius: .25rem !Important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !Important;
 
}


.OIC-form-group textarea 
{
	display: block !Important;
    width: 100% !Important;
    padding: .375rem .75rem !Important;
    font-size: 1rem !Important;
    font-weight: 400 !Important;
    line-height: 1.5 !Important;
    color: #212529 !Important;
    background-color: #fff !Important;
    background-clip: padding-box !Important;
    border: 1px solid #ced4da !Important;
    -webkit-appearance: none !Important;
    -moz-appearance: none !Important;
    appearance: none !Important;
    border-radius: .25rem !Important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !Important;
}

.OIC-form-group h2
	{
	padding-bottom: 1.5rem;
	}

.Sp-form table
{
	background:green;
	width:200px !important;
	position:absolute;
}


.MemberState
{
  width: 100%;
  margin: 20px 0px;
  float: left;
}

.MemberState p
{
  margin: 3px;
  padding-bottom:4px ;
  
}

.MemberStateCommon p
{
  margin: 3px;
  padding-bottom:4px ;
  text-align:justify;
}

.MemberStateCommon
{
  width: 100%;
  margin: 20px 0px;
  float: left;
}



.Evnt_Card
{
  border:0px;
  padding-left: 0px;
 
 }

.Evnt_Card .card-header
{
	border:none;
	background:none;
}

.Evnt-Detail
{
	 border:0px;
  padding-left: 0px;
    border: 1px solid #ccc;
    border-radius: .25rem;
  }

.Evnt-Detail .card-header
{
	border:none;
	background:none;

}

.Evnt-Detail .card-header .card-title
{
		font-size:1.2rem;
		height: 55px;
		overflow: hidden;
}

.Evnt-Detail .card-body ul
{
  list-style-type: disc;
  margin-left: 30px;
  text-align:justify;
}

.Evnt-Detail  .card-body ul li
{
  margin-bottom: 7px;
}

.Evnt-Detail   .card-footer
{
	border:none;
	background:none;
}

.breaking-news
{
	margin-left:12px;
	margin-right:13px
}

.footr-1
{
	margin-left: 15px;
}
.pl-2
{
	padding-left:15px;
}
.mr--1
{
	margin-left:-10px;
}


.header-left .btn-link
{
	background:none;
	border:none;
}

.header-left .btn-link:hover
{
color:#01866C;
}

.menu-right .btn-link 
{
	background:none;
	border:none;

}

.menu-right .btn-link:hover 
{
color:#222;
}

.ms-webpartzone-cell
{
	
	margin-bottom:5px !important;
}

.navbar-nav li 
{
	text-transform:capitalize !important;
}


.Latest-News-DetailPage
{
	margin-left:13px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:30px;
	/*background:#f1f1f1; */
}



.Latest-News-DetailPage  h2
{
  font-size: 1.6rem;
  text-align:justify;
  margin-bottom:10PX;
  margin-top:10px;
}

.Latest-News-DetailPage  h6
{
	margin-bottom:20px;	
}

.Latest-News-DetailPage  p
{
	
	text-align:justify;
}

.Latest-News-DetailPage img
{
	/*max-height:500px; */
	width:100%;
}


.Dept-detail p
{
  text-align:center;
  font-size: 1.3rem;
	
}

.Dept-detail h2
{
  font-size: 2.3rem;
  text-align:justify;
  margin-bottom:8PX;
  margin-top:10px;
  color:#fff;
  text-align:justify;
}



/*.Dept-detail h2    comment by ansr on 12 oct23
{
  font-size: 1.5rem;
  text-align:justify;
  margin-bottom:20PX;
  margin-top:10px;
  color:#fff;
  text-align:justify;
}*/

.Dept-detail .card-text
{
	text-align:justify;
}

.pr-3
{
	padding-right: 30px;
}

.pl-3
{
	padding-left: 30px;
}

.bl-1
{
	border-left:1px #fff solid;
}

.Rght-pnl
{
	margin-left:15px;
	padding-bottom:30px;
	border-bottom:1px #107e67 solid;
}



.Right-Panel-link h6 {
  color: #107e67;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size:1.2em;
  font-weight:700;
}

.Right-Panel-link ul
{
	margin-left:20px;
}

.Right-Panel-link ul li a, .Right-Panel-link ul li  {
  text-decoration:none;
  color:#222;
  text-align:justify;
	 margin-bottom:10px;
}

.Right-Panel-linkul li
{
	
	  align-items: center;
	 
}


.Right-Panel-link ul li
{
	list-style:square;
}

/*
.Right-Panel-link ul li a::before {
  content: "";
  width: 10px;
  height: 1px;
  background: fuchsia;
  display: block;
  margin-right: 10px;
  top:10px;
}
*/


.Right-Panel-link ul li a:hover 
{
	color:#107e67
}

.Right-Panel-link .card

{
	border:none;
	
}


.Right-Panel-link .card-body
{
	padding:3px 0px 2px 9px;
}

.Right-Panel-link .card img
{
	padding-top:7px;
	padding-left:1px;
	width:120px;
	height:80px;
}

.Right-Panel-link .cardtext
{
	max-height:60px !important;
	font-weight:600;
	line-height:19px;
	overflow:hidden;
	margin-bottom:0px !important;

}

.cardtxtLnk
{
	text-decoration:none !important;
}

.Right-Panel-link .card p
{
		padding-bottom:0px;
}


.Right-Panel-link p span
{
	padding-right:5px; 
}

.P0
{
	margin-top:3px;
}

.scrollbar
{
	overflow-y: scroll;
	margin-bottom: 25px;
}

.style-1::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.setScroll
{
	
	height:370px;
	overflow-y:auto;
}



/* New Section - IMage Gallery Added on 21-01-2022*/

.ImgGal
{
	margin-bottom:10px;
}

.ImgGal .card-title
{
	font-size:14px;
	max-height:45px;	
}


.ImgGal img
{
	height:320px;
}



.ImgGal a

{
	text-decoration:none;
}


/*VidGallery */


.VidGal 
{
 margin-bottom:40px;	
}

.VidGal .card-title
{
	font-size:14px;
	max-height:40px;
}

.VideoGal
{
	height:350px
}


.VidGal img
{
	height:350px;
}



.VidGal a

{
	text-decoration:none;
}


.GalHder p
{
	text-transform:capitalize !important;
}


.GalHder a
{
	color:#222;
	text-decoration:none;
}
.GalHder a:hover
{
	color:#006A55;
}

.ConfCatHder a:hover
{
	color:#006A55;
}


.ConfCatHder a
{
	color:#222;
	text-decoration:none;
}


/* Publication Added on 21-02-2022*/

.PubGal
{
	margin-bottom:30px;
}

.PubGal .card-title
{
	font-size:16px;
	max-height:35px;	
}


.PubGal img
{
	height:800px;
}



.PubGal a

{
	text-decoration:none;
}

/* New Section - IMage Gallery Added on 4-04-2022*/

.JournlGal
{
	margin-bottom:30px;
}

.JournlGal .card-title
{
	font-size:14px;
	max-height:35px;	
}


.JournlGal img
{
	height:400px;
}



.JournlGal a

{
	text-decoration:none;
}


/*Photo Sec- Popup*/

.modal
{
	left:-10%;
}

.modal-content	
{
	width:1000px;	
	height:700px !important;
	text-align:center;
}

#ImagId1
{
	max-height:100%;	
}

.btn-clos
{
	width:50px;
	float:right;
}


.btn-back
{
	background:none;
	border:none;
	color:#006a54;
	font-size:1em;
}

.btn-back:hover
{
	background:none;
	border:none;
	color:#;

}




/* Conference Details */


.Conf-Detail .card-header, .Conf-Detail .card-footer, .Conf-Detail .card-body 
{
  border:none;
  background: none;
  padding-left: 0px;
 
}



.Conf-Detail
{
  border-radius: .25rem;
  border: 1px solid #ccc;
  padding:15px 20px;
  }



.Conf-Detail .card-header
{
	padding-bottom:0px;
}

.Conf-Detail .card-footer
{
	margin-top:10px;
}

.Conf-Detail h2
{
  font-size: 1.2rem;
  text-align:justify;
  padding-right:20px ;
  padding-bottom:0px;
  margin-bottom:0px;
}


.Conf-Detail .card-body
{
	height:200px;
	overflow:hidden;
}

.Conf-Detail  .card-footer
{
	padding-bottom:0px;
}



.Conf-Detail .card-body ul
{
  list-style-type: disc;
  margin-left: 10px;
  text-align:justify;
}

.Conf-Detail .card-body ul li
{
     margin-bottom: 10px;
    line-height: 1.3em;
    }

.Conf-Detail ul{
  list-style-type: none !important;
}
.Conf-Detail ul > li {
  text-indent: -8px;
}

.Conf-Detail ul > li:before {
  content: "-";
  text-indent: -10px;
}

.Conf-Detail ul > li a, .Conf-Detail ul > li a:visited, .Conf-Detail ul > li a:link
 

{
	text-decoration:none;
	color:#222;
}

.Conf-Detail ul > li a:hover
{
	color:#000;
}


.Conf-Detail .card-title
{
	max-height:55px;
}

.Conf-Detail .btn-more
{
	padding:3px 10px;
}


.mebercard-body
{
	height:115px;
	overflow:hidden;
}
/*Home News section - March 2023 */

.Home-News-M
{
	margin-left:12px;
	margin-right:13px;
}

.News-Home
{
  width: 100%;
  margin: 10px 0px;
  margin-bottom:0px;
  float: left;
}

.News-Home .card-header
{
	height:100px;
} 

.News-Home .card-text
{
	text-align:justify;
	overflow:hidden;
	padding-top:10px;
	margin-bottom:0px;	

} 

.News-Home .big 
{
  border:none !important;
}
.News-Home .big img
{
  
  height: 450px; 
}

.News-Home .big h2
{
	text-decoration:none !important;
	text-align:justify;
	font-size:1.4rem;
	height:85px;
	overflow:hidden ;
	margin-bottom:10px;
	line-height:1.2 !important;
}


.News-Home .SML h2

{
	overflow:hidden;
	font-size:.9rem;
	padding-top:6px !Important;
	height:85px;
	
}

.News-Home .SML hr

{
	margin-top:0px ;
}


.News-Home a{
	text-decoration:none !important;
}

.News-Home a:hover{
	text-decoration:underline !important;
	color:#006A55;
	font-weight:500;
}


.News-Home .SML 
{
 border:none;
}	
.News-Home .SML img
{
  
  height: 170px;
}

.News-Home .card
{
  border-radius: 0px;
}

.Org_orgn a
{
	text-align:center;
	padding:10px 0px;
	color: #006A55;
}

.Org_orgn
{
	text-align:center;
	padding:10px;
	margin-bottom: 15px;
	display:block;
}


.Orgcard-body
{
	height:110px;
	overflow:hidden;
}

.Orgcard p
{
  margin: 3px;
  padding-bottom:4px;
}

.Organisation
{
  width: 100%;
  margin: 20px 0px;
  float: left;
}

.Organisation p
{
  margin: 3px;
  padding-bottom:4px ;
  font-size:20px;
  text-align:center;
  /*color: #888;
  color:#CDCDCD;*/
}

.OrgOrgn
{
	-webkit-border-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 10px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
background:#006A55;
	color:#fff;
	border:none;
	
}

.OrgOrgn-inactive
{
	-webkit-border-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 10px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
background:#EEEDF0;
	color:#222;
	border:none;
}

.Img-Bio
{
	width:260px;
	clear: left;
    position: relative;
    float: right;
    padding-left: 30px;
}

 
   
.Curv .media-center-tube
{
	height:260px;
	margin-bottom:0px;
	border-radius:10px;
}

 .Vid h2
{
	font-size:1.2rem;
	line-height:1.7rem;
	height:140px;
	overflow:hidden;
	text-decoration:none !important;
	padding-left:15px;
	padding-bottom:5px;
}

.Vid p
 {
	padding-left:15px;
	padding-bottom:10px;
}

.Vid h2:focus, .Vid h2:hover, .Vid h2 a:focus,  .Vid h2 a:hover
{
	text-decoration:none !important;
}

.journal img
{
	height:442px;
	width:100% !important;
}

.CardBig-Title-txt
{
	text-decoration: none !important;
    text-align: justify;
    font-size: 1.5rem;
    height: 85px;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 1.2 !important;

}
.CardSmll-Title-Txt
{
	overflow: hidden;
    font-size: .9rem;
    padding-top: 6px !Important;
    height: 85px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.SocialIconsTop
{
	text-decoration: none;
    color: #fff !important;
    background: #006A55 !important;
    margin-right: 4px !important;
    padding:3px 4px !important;
}

.SocialBottom
{

    background: #fff !important;
    color: #222 !important;
    padding: 3px 0px !important;
    min-width: 30px !important;
   }
   .ML50
   {
	margin-left:30px;
}
