/********** Template CSS **********/
:root {
    --primary: #F3BD00;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
	border-radius: 29px;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 24px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
	margin: 0px auto;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin: 0px 8px;
    padding: 12px 0;
    color: #000080;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
	font-size: 15px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color:#000080;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}


/*** Courses ***/
.courses {
    background: linear-gradient(rgba(204, 204, 255, .7), rgba(204, 204, 255, .7)), url(../img/carousel-2.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}
/*** Courses ***/
.courses2 {
    background: linear-gradient(rgba(204, 204, 255, .7), rgba(204, 204, 255, .7)), url(../img/carousel-2.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}



/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
  background: #092139;
  font-size: 13px;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}
.logo img
{
	max-width:100%;
	height:auto;
}
.bg-dark {
 background-color: #d9d421 !important;
}
.text-primary {
  color: #000 !important;
}
.text-light {
  color: #000 !important;
}
.topbar ul li a { 
  padding: 0 11px;
  display: block;
}
.right_logo img
{
	border-radius:50%;
	margin-top:10px;
}
.btn-link {
  font-weight: 400;
  color: #000;
}
.btn_top ul
{
	padding:0px;
	margin:0px;
	text-align: end;
}
.top_btn3 {
  background: #00FFFF;
  color: #000 !important;
  padding: 10px;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  transition: .3s;
  font-weight: 600;
  display: block;
  text-align: center;
}

.btn_top li
{
	line-height:normal;
	float:none !important;
	display:inline-block;
	margin: 4.5px 0;
	width: 49%;
}
.menu-section
{
	background: #008000;
}
.notice_board h4 {
  font-size: 20px;
  font-weight: 600;
  background-color: var(--primary);
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  margin: 0;
 background: #808000;
}
.notice_board marquee {
 height: 425px;
}
.notice_board ul {
  padding-inline-start: 0;
  margin: 0;
  padding: 10px;
}
.notice_board ul li {
  display: block;
}
.notice_board ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--text);
  padding: 5px 10px;
  background-color: #f1f1f1;
  margin-bottom: 5px;
  border: solid 1px #ddd;
  border-radius: 3px;
}
.notice_board ul li a span {
  display: inline-block;
  font-size: 12px;
  background-color: var(--secondary);
  padding: 1px 10px;
  border-radius: 50px;
  margin-left: 5px;
}
.prd_name h3 {
  font-size: 17px;
  line-height: 26px;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 5px;
  color: var(--primary);
}
.rs-counter .counter-item {
  text-align: center;
  background-color: #A020F0;
  border-radius: 15px;
  padding: 25px 5px;
}

.rs-counter .col-6:nth-child(2) .counter-item {
  background-color: rgb(233 170 82 / 80%);
}

.rs-counter .col-6:nth-child(3) .counter-item {
  background-color: rgb(106 77 141 / 80%);
}

.rs-counter .col-6:nth-child(4) .counter-item {
  background-color: rgb(222 94 50 / 80%);
}

.rs-counter .counter-item figure {
  width: 80px;
  height: 80px;
  background-color: rgb(255 255 255 / 65%);
  padding: 16px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.rs-counter .counter-item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.rs-counter .counter-item .rs-count {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}

.rs-counter .counter-item .rs-count:before {
  content: '';
  position: absolute;
  right: 0;
}

.rs-counter .counter-item .rs-count.plus:before {
  content: '+';
}

.rs-counter .counter-item .rs-count.kplus:before {
  content: 'k+';
  right: -25px;
}

.rs-counter .counter-item .rs-count.percent:before {
  content: '%';
  right: -15px;
}

.rs-counter .counter-item .title {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.rs-counter .counter-item .counter-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.rs-counter.style2-about .counter-item .rs-count {
  color: #111111;
}

.rs-counter.style2-about .counter-item .title {
  font-size: 22px;
  color: #505050;
}

.rs-counter.style7 .counter-item .rs-count.purple-color {
  color: #c701f1;
}

.rs-counter.style7 .counter-item .rs-count.blue-color {
  color: #065ce8;
}

.rs-counter.style7 .counter-item .rs-count.pink-color {
  color: #f6075b;
}

.rs-counter.style7 .counter-item .rs-count.orange-color {
  color: #ffbc00;
}

.rs-counter.style7 .counter-item .title {
  color: #54647b;
}

.rs-counter.style-home8 .counter-item {
  padding: 40px 10px 32px 10px;
  background-color: #F9F8F8;
  border-radius: 4px 4px 4px 4px;
}

.rs-counter.style-home8 .counter-item .rs-count {
  color: #ff5421;
}

.rs-counter.style-home8 .counter-item .title {
  color: #031a3d;
}

.rs-counter.home12-style .counter-item .rs-count {
  color: #0c8b51;
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  font-family: "Nunito", Sans-serif;
}

.rs-counter.home12-style .counter-item .prefix {
  color: #0c8b51;
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  font-family: "Nunito", Sans-serif;
}

.rs-counter.home12-style .counter-item .title {
  color: #505050;
}

.rs-counter.home12-style .counter-item .title:hover {
  color: #0c8b51;
}

.rs-counter.home13-style .counter-item {
  transition: all 500ms ease;
}

.rs-counter.home13-style .counter-item .rs-count {
  color: #ff5421;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 5px;
}

.rs-counter.home13-style .counter-item .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 37px;
  color: var(--white);
}

.rs-counter.home13-style .counter-item:hover {
  transform: translateY(-5px);
}
.rs-counter .col-6:nth-child(2) .counter-item {
  background-color: rgb(233 170 82 / 80%);
}
.rs-counter .col-6:nth-child(3) .counter-item {
  background-color: rgb(106 77 141 / 80%);
}
.rs-counter .col-6:nth-child(4) .counter-item {
  background-color: rgb(222 94 50 / 80%);
}
.notice_board {
    box-shadow: 0 0 20px 0px rgba(17, 41, 88, 0.2);
    border-radius: 3px;
    overflow: hidden;
}
.logo
{
	padding-top: 16px;
}
.header_section
{
	padding: 12px 0px;
}
.widgetTitle {
 background: #808000;
  color: #ffffff;
  padding: 12px  15px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 20px;
}
.principal_Desk .textBox {
  background: #ecf2ff;
  color: #757575;
  border: 1px solid #dbdbdb;
  padding:  15px 20px;
}
.useful_links img {
  max-width: 100%;
  height: auto;
}
.news_box {
  position: relative;
  width: 100%;
  z-index: 99;
  background: #e4e0e0;
}
.news_section {
  background: #808000;
  color: #FFF;
  padding: 7px 10px;
}
.ftco-services a
{
	color:#000 !important;
}
#header-carousel img
{
	border-radius:4px;
}

/*new css*/


.innercontbdrsec {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(105,105,105,.5);
    -moz-box-shadow: 2px 2px 15px 0px rgba(105,105,105,.5);
    box-shadow: 2px 2px 15px 0px rgba(105,105,105,.5);
    border-top: 5px solid #20B3FF;
}
.sglenoticesec {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    padding: 15px 0;
        padding-left: 0px;
    background: url(../img/document.png) no-repeat left 15px;
    padding-left: 55px;
}
.sglenoticesec h2 {
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}
.sglenoticesec p {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
   
}
.innercontbdrsec a.clickhere {
    font-weight: 600;
    
    font-size: 14px;
    color: #fff;
    background: #20B3FF;
    line-height: 40px;
    display: block;
    float: left;
    padding: 0 15px;
    margin-top: 10px;
}
.innercontbdrsec h3
{
 text-transform:capitalize;
 color:#1C1C1C;
 padding-bottom:20px;
 background:url(../img/line.jpg) no-repeat left bottom;
 margin-bottom:15px;
}
.wel_come_section
{
	/*padding-bottom:30px;*/
}
ul.departlinksec li img.deptnoimage {
    height: 50px;
}
ul.departlinksec li img {
    width: 42px;
    height: auto;
    float: left;
    margin-right: 15px;
    border: 1px solid #333;
}
ul.departlinksec li a {
    color: #0492DC;
}
ul.departlinksec li {
    list-style-type: none;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    padding: 10px 0;
    overflow: hidden;
}
ul.departlinksec li h6 {
    color: #4b4b4b;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 0 0 8px 0;
}
.attachment-department-thumb {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    background: #fff;
    padding: 5px;
    border: 1px solid #999;
    width: 15%;
    height: auto;
}
.gallery_main_div img
{
	width:100%;
	height:auto;
}
.gallery_modal img
{
	width:100%;
	height:auto;
}
.gallery_title {
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

/*new departments*/

.leftdeptpanel {
	float: left;
	padding: 0 15px;
	width: 25%;
}
ul.innerpgrytpanel {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	padding:0px;
}
ul.innerpgrytpanel li {
	line-height: 50px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	border-top: 1px solid #fff;
	list-style-type: none;
}
ul.innerpgrytpanel li:first-child {
	border: 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
ul.innerpgrytpanel li:last-child {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
ul.innerpgrytpanel li a {
	display: block;
	color: #fff;
	padding: 0 20px;
	background: #54b0fd;
}

.rightdeptpanel {
	float: left;
	padding: 0 15px;
	width: 75%;
}
ul.subjectsec {
	margin: 0 -15px;
	padding:0px;
}
ul.subjectsec li {
	float: left;
	width: 33.33333333%;
	padding: 0 15px;
	margin-bottom: 30px;
	list-style-type: none;
}
ul.subjectsec li a {
	color: #fe6161;
	padding: 40px 15px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
	/*border:1px solid #000;*/
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(17,93,151,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(17,93,151,0.5);
	box-shadow: 0px 0px 10px 0px rgba(17,93,151,0.5);
	background: #fff;
	text-align: center;
}
ul.subjectsec li a span {
	display: block;
	text-transform: none;
	font-size: 15px;
	padding-bottom: 5px;
}
ul.subjectsec li a:hover {
	background: #fe6161;
	color: #fff;
	box-shadow: none;
}
.tabsingleimgsec {
	float: left;
	width: 25%;
	padding: 0 15px;
	list-style-type: none;
	margin: 0 0 30px 0;
}
.tabsingleimgsec img {
	width: 100%;
	height: 158px;
	border: 1px solid #c8c8c8;
	background: #f1f1f1;
	padding: 7px;
	object-fit: cover;
}
ul.departlinksec {
	margin: 0;
	padding: 0;
	width:100%;
}
ul.departlinksec li {
	list-style-type: none;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
	border-bottom: 1px dashed #BBBBBB;
	padding: 0 15px 20px 15px;
	overflow: hidden;
	margin: 0 0 20px 0;
	float: left;
	width: 50%;
}
ul.departlinksec li:before {
	display: none;
}
ul.departlinksec li img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	float: left;
	margin-right: 15px;
	border: 1px solid #333;
	margin-top: 5px;
}
ul.departlinksec li h6 {
	color: #4b4b4b;
	font-weight: 600;
	font-size: 15px;
	line-height: normal;
	margin: 0;
	padding: 0 0 8px 0;
	text-transform: capitalize;
}
ul.departlinksec li p {
	font-size: 13px;
	line-height: normal;
	color: #115d97;
	font-weight: 400;
}
ul.departlinksec li a.viewbut {
	color: #fff;
	float: left;
	background: #003a62;
	line-height: 28px;
	padding: 0 10px;
	font-size: 11px;
	text-transform: capitalize;
	display: block;
	margin-top: 12px;
}
.gallery_main_div img {
    width: 100%;
    height: auto;
}
.gallery_title {
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
