@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
* {
    box-sizing: border-box;
    margin:0;
    padding:0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:14px;
	background:#f2f2f2;
    padding:0;
    margin:0;
    line-height:21px;
    color: #4d4d4d;
}
h1 {
    font-size:20px;
    font-weight:bold;
    margin:0 0 20px 0;
    color:#000;
}
caption { 
    text-align: center;
	color:#50585E;
}
code {
	color:#4d4d4d;
}
a {
    color: #4d4d4d;
    cursor:pointer;
}
/*logo zoom effect*/
.custom-top-nav {
	z-index:9;
	background:#007db3;
}
/*End of logo zoom effect*/
.header-second-section { 
    background: url(../images/website-strip-edit.jpg) no-repeat scroll center center;
	background-size:contain;
	background:linear-gradient(rgb(230 230 230 / 16%), rgb(230 230 230 / 0%)), url(../images/website-strip-edit.jpg) no-repeat scroll center center;
	background-color: #e6e6e6 !important; 
    border-top: solid 1px #e6e6e6;
    background-size: 100%;
}
.header_fade_effect {
	box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #007db3 !important;
	position: fixed;
    width: 90%;
}
.header-main-nav-section {
    background:#db4453;
	position:relative;
	padding:0;
}
.header-main-nav-section  .container-fluid {
    padding:0;
}
/* Bootstrap 4 text input with search icon */
.has-search .form-control {
    padding-left: 1.6rem !important;
	width: 160px;
}
.navbar .form-control {
    height: 26px !important;
	padding: 0 .25rem;
	font-size: 13px
}
.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
	right: 13px;
}
.blue-theme {
    background: #23394c;
    padding: 4px 10px;
    color: #c6d7e6; 
}
.black-theme {
    background:#000000; padding:4px 10px;
	color:#FFFFFF;
}
.bg-dark {
    background-color: #fff !important;
}
.carousel-caption h1 {
    font-size: 40px; 
    font-weight: 600;
    text-shadow: 1px 3px 3px #000000db;
}
footer {
    position: relative;
    padding-top: 50px;
    border-top: solid 3px #007db3;
    background: #dbdbdb;
    width: 100%; font-weight:600;
    /* margin-top: -21px; */
}
.footer .links {
    border-right:solid 1px #4d4d4d;
    min-height:160px;
}
.footer .links.last {
    border-right:none;
}
.footer h3 {
    color: #000;
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase; font-weight:600;
}
.links ul {
    margin-top: 0;
    list-style: none;
    padding: 0;
}
.links li a {
    font-size: 12px;
    color: #444;
    /*letter-spacing: 0.4px;*/
    margin-top: 10px;
    /* opacity: 0.7; */
    font-weight: 400;
    margin-bottom: 8px;
}
.navbar #language-select {
	margin-top:3px !important;
}
.links li h3 {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
}
.social-icons, .social-icons a {
    color:#dedede
}
.total-visitors a {
    color:#ff9f19 !important;
    font-size:13px !important;
    text-decoration:none;
}
.total-visitors a span {
    color: #d5d5d5;
    display: block;
    font-size: 11px;
}
.copyright {
    background: #282828;
    padding: 15px 0;
}
.copyRight_text p {
    margin:0;
}
.copyRight_text a, .copyRight_text {
    color:#d5d5d5;
    font-size:11px;
	/*opacity: 0.8;*/
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
          megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */ 
.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}
.menu-mobile {
    display: none;
    padding: 23px 6px 2px 6px;
}
.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: .5em 1em;
    background: #fff;
    color: #333;
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    /*position: relative;*/
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu > ul > li {
    float: left; 
    padding: 0;
    margin: 0;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 1.2em;
    display: block;
	font-weight: 400;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.menu > ul > li a.main-nav-bar {
    padding: 0.9em 1em;
    font-size: 30px;
    color:#007db3;
}
.header_fade_effect .menu > ul > li a.main-nav-bar {
    color:#FFF;
}
.menu > ul > li:hover {
    background:transparent;
}
ul.main-ul {
    min-height:377px;
}
.header-second-section .menu > ul > li > ul {background:#deedf5;}
.header_fade_effect .menu > ul > li > ul {background:#deedf5;}
.menu > ul > li > ul {
    display: none;
    width: 100%; 
    padding: 20px;
    position: absolute;
    z-index: 99;
	top:83px;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none; 
    background: none;
    float: left; 
}
.menu > ul > li > ul > li > ul > li {
    line-height:30px;
}
.menu .menu-head {
    font-weight: 700;
    border-bottom: none;
    color: #000000;
}
.menu .menu-head:hover {
	color: #000000;cursor: inherit;
}
.menu > ul > li > ul > li.expand-menu-one-row {
    width: 100%;
}
.menu > ul > li > ul > li.expand-menu-one-row ul {
    margin:0;
}
.menu > ul > li > ul > li.expand-menu-one-row li {
    width: 25%;
}
.menu > ul > li > ul > li.expand-menu-one-row-9 {
    width: 75%;
}
.menu > ul > li > ul > li.expand-menu-one-row-9 ul {
    width:31.4%;    
    vertical-align: top;
    display: inline-block;
}
.menu > ul > li > ul > li.expand-menu-one-row-9 ul ul {
    width: 95%;
    padding-left: 15px;
}
.menu > ul > li > ul > li.expand-menu-one-row-3 {
    width: 25%;
}
.menu > ul > li > ul > li.expand-menu-one-row-60 {
    width: 60%;
}
.menu > ul > li > ul > li.expand-menu-one-row-60 ul li {
    width:50%;
}
.menu > ul > li > ul > li.expand-menu-one-row-60 ul li li {
    width:100%;
}
.menu-exam-form {
    min-height:200px;
}
.menu > ul > li > ul > li a {
    color: #000;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover {
	color:#007db3
}
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table; 
}
.menu > ul > li > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 1px 0;
    margin: 0;
    font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
    text-transform: none;
}
.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: .6em 0; text-transform: none;
}
.nav-main-col {
    width:20%
}
.nav-main-col-image {
	width:40%;
}
.menu-img { 
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #5c5c5c30; 
}
.logo-white-txt {
    display:none;
}
.header_fade_effect .logo-white-txt {
    display:block;
}
.header_fade_effect .logo-black-txt {
    display:none;
}
.header_fade_effect .custom_menu-btn button span {
    background-color: #ffffff; 
}
/*End of mega menu css*/
/*Inside page banner*/
/* Secondary Banner ---------------------- */
#secondary-banner {background-size:cover; background-repeat:no-repeat; text-align:center; position:relative; background-position:center center; }
#secondary-banner:before { content:""; position:absolute; left:0px; top:0px; height:100%; width:100%; background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%); radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);  display:block;  }
#secondary-banner .video { width:100%;}
#secondary-banner.int-banner:after { content:""; position:absolute; left:0px; top:0px; height:100%; width:100%; background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%); radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);  display:block; z-index:10; }
#secondary-banner.int-banner .video { position:absolute; left:0px; top:0px; z-index:9; object-fit:fill; height:100%; }

.dsw-banner { position:absolute; left:0px; bottom:0px; z-index:101; }

#secondary-banner.int-banner .inner-content  { position:relative; z-index:11; }
#secondary-banner .page-header { margin:0px; border:none; background:#fc654c; padding:20px 20px 20px 46px; position:absolute; left:0px; bottom:0px; }
#secondary-banner .page-header:after { content: " "; position: absolute; display: block; width: 200px; height: 100%;top: 0;
right: 0; z-index: 2; background: #fc654c; transform-origin: bottom left; -ms-transform: skew(-30deg, 0deg);
-webkit-transform: skew(-30deg, 0deg); transform: skew(-30deg, 0deg); }
#secondary-banner .page-header h2 { margin:0px; color:#fff; font-size:28px; line-height:58px; text-transform:uppercase; position:relative; z-index:10; }
#secondary-banner .inner-content { display:table; height:350px; /*width:850px; margin:0px auto;*/ position:relative; z-index:2; }
#secondary-banner.int-banner .inner-content{width: 100%;}
#secondary-banner.int-banner { height:600px; }
#secondary-banner .inner-content .inner { display:table-cell; vertical-align:middle; height:350px; width:100%;}
#secondary-banner.int-banner .inner-content .inner { height:530px; }
#secondary-banner.int-banner .inner-content h1 { font-size:42px; line-height:52px; text-shadow:#000 0 0 2px; }
#secondary-banner .inner-content .button-group .button2.btn-lg,
#secondary-banner .inner-content .button-group .button5.btn-lg { min-width:195px; padding:10px 20px; margin:0px 4px; }
#secondary-banner .inner-content h1 { font-size:28px; line-height:36px; color:#fff; font-weight:bold; margin-bottom:25px; text-transform:uppercase; text-shadow:1px 1px 3px #000; text-align: left; }
#secondary-banner.int-banner .inner-content h1{text-align: center;}
#secondary-banner .inner-content h5  { color:#fff; text-transform:uppercase; margin-bottom:10px; }
#secondary-banner .inner-content h6 a {color:#fff; text-decoration:none;}
#secondary-banner .inner-content h6:hover a  { text-decoration:underline;}
#secondary-banner .inner-content .search-box {  display:inline-block; border:1px solid #fff; width:200px; padding:9px 20px ; font-size:12px; line-height:21px; font-weight:bold; border-radius:30px; color:#fff; text-decoration:none; vertical-align:bottom; margin:0px 4px; }
#secondary-banner .inner-content .search-box .fa { margin-left:26px; }
#secondary-banner .inner-content .search-box:hover { background:#fff; color:#000; }
#secondary-banner .inner-content .search-box:hover .fa { color:#000;}

#secondary-banner.shedule h2 { margin-bottom:30px; color:#fff; }
#secondary-banner.shedule .inner-content {  height:285px; }
#secondary-banner.shedule .inner-content .inner {  height:285px; }
#secondary-banner.shedule .inner-content .inner .button5 { min-width:250px; font-size:24px; padding:14px 20px; line-height:32px;}

#secondary-banner.triangle-banner { overflow:hidden; text-align:left; }
#secondary-banner.triangle-banner .container { position:relative;}
#secondary-banner.triangle-banner:after { content:""; position:absolute; left:0px; bottom:0px; display:block; width: 0; height: 0; border-bottom: 1042px solid #00c1a1; border-right: 650px solid transparent; opacity:0.5;   }
#secondary-banner.triangle-banner .inner-content { margin:0px; }
#secondary-banner.triangle-banner .button-group { padding-bottom:40px; }
#secondary-banner.triangle-banner .inner-content .inner { vertical-align:bottom;}
#secondary-banner.triangle-banner #breadcrumbs { position:absolute; left:0px; top:0px; z-index:10;}
#secondary-banner.triangle-banner #breadcrumbs a, #secondary-banner.triangle-banner #breadcrumbs .divider { color:#fff;}
#secondary-banner.triangle-banner .inner-content .search-box,#secondary-banner.triangle-banner .inner-content .button1 { width:187px;}
#secondary-banner.triangle-banner .inner-content .search-box { margin-right:10px;}

#secondary-banner.scholarship-banner { background-position:left center;}
#secondary-banner.campus-banner.triangle-banner:after { border-bottom: 1042px solid #fc654C; }
#secondary-banner.about-banner.triangle-banner:after { border-bottom: 1042px solid #009688; }
#secondary-banner.academic-banner.triangle-banner:after { border-bottom: 1042px solid #00bfe7; }
#secondary-banner.college-branch.triangle-banner:after {
    border-bottom: 1042px solid #d7cd6c;
}
#secondary-banner.about-university.triangle-banner:after {
    border-bottom: 1042px solid #1a8ac5;
}
#secondary-banner.chansler-msg.triangle-banner:after {
    border-bottom: 1042px solid #fff;
}
#secondary-banner p {
    color:#fff;text-shadow: 1px 1px 3px #000;
}
#secondary-banner.vc.triangle-banner:after {
    border-bottom: 1042px solid #99dff5;
}
#secondary-banner.registrar.triangle-banner:after {
    border-bottom: 1042px solid #253b80;
}
#secondary-banner.uni-reco.triangle-banner:after {
    border-bottom: 1042px solid #bc5d79;
}
.banner-wrapper {
	overflow:hidden;
}
#secondary-banner {
	transition: all 1s; 
}
#secondary-banner:hover,
#secondary-banner:focus  {
  transform: scale(1.1);
}
/*--- Breadcrumbs  --- */
#breadcrumbs a, #breadcrumbs .divider {
    color: #424242;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
    margin-right: 2px;
    text-decoration: none;
}
#breadcrumbs { padding-top:15px; margin-bottom:15px; }
#content {
    background:#f2f2f2;
}
/* Secondary Navigation ---------------------- */
.usefull-links { 
    border-top: 5px solid #E91E63 !important; 
}
#secondary-navigation {
    border: 1px solid #e5e5e5;
    margin-bottom: 34px;
    background: #f6f6f6;
    border-top: 5px solid #007db3;
    padding-top: 20px; 
}
#secondary-navigation .header { padding:20px; border-bottom:1px solid #e5e5e5;}
#secondary-navigation h5 .icon-arrow-left { font-size:16px; color:#676767; float:left; min-height:22px; }
#secondary-navigation h5 {
    margin: 0px;
    position: relative;
    font-weight: 600;
    color: #000;
}
#secondary-navigation h5 a { color:#000; text-decoration:none; font-weight:600; font-size:21px; }
#secondary-navigation ul { margin:0px; padding:0px; list-style-type:none; } 
#secondary-navigation ul li { border-bottom:1px solid #e5e5e5; position:relative; }
#secondary-navigation ul li > a { display:block; padding:12px 12px 12px 40px; font-size:13.5px; font-weight:500; color:#000; }
#secondary-navigation ul li.active > a,#secondary-navigation ul li:hover > a { color:#fff; background:#007db3; }
#secondary-navigation ul li a .fa-angle-right,#secondary-navigation ul li a .fa-angle-down { margin-right:8px; color:#676767;margin:0px;}
#secondary-navigation ul li.active a .fa-angle-right,#secondary-navigation ul li.active a .fa-angle-down,#secondary-navigation ul li:hover a .fa-angle-right { color:#fff; }
#secondary-navigation ul li:last-child { border:none; }

#secondary-navigation #accordion { padding-top:14px; margin:0px; }
#secondary-navigation #accordion .panel { border:none; box-shadow:none; margin:0px; }
#secondary-navigation #accordion .panel .panel-title { font-size:13px; line-height:16px; }
#secondary-navigation #accordion .panel .panel-title a { text-decoration:none; }
#secondary-navigation #accordion .panel .panel-title a:focus,#secondary-navigation #accordion .panel .panel-title a:active,#secondary-navigation #accordion .panel .panel-title a:hover { color:#000; }
#secondary-navigation #accordion .panel-default > .panel-heading { border:none; background:none; color:#000; padding:0px 20px 14px 45px; }
#secondary-navigation #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body { border:none; padding:0px; }
#secondary-navigation #accordion .view-map { margin-bottom:14px; border:none; border-bottom:1px solid #dadada; border-radius:0px; margin-top:-14px; }
#secondary-navigation #accordion .view-map select { padding-left:14px; }
#secondary-navigation #accordion ul { padding:0px 20px 10px 23px; }
#secondary-navigation #accordion ul li { padding:0px; border:none; margin-bottom:14px; }
#secondary-navigation #accordion ul li a { padding:0px; color:#000; font-size:13px; font-weight:500; position:relative; padding-left:16px; }
#secondary-navigation #accordion ul li a .fa-angle-right { color: #7a7a7a; position:absolute; top:2px; left:0px;  }
#secondary-navigation #accordion ul li:hover a, #secondary-navigation #accordion ul li.active a { background:none; color:#2f4ae0; }

.box-default3 {
    background: #fff;
    padding: 20px;
    border: 1px solid #dadada;
    text-align:justify;
    line-height:23px;
}
.box-default3 h4 {
    font-size: 21px;
    font-weight:600;
    color:#000;
}
.box-default3 h6 {
    font-weight:600;
    color:#000;
}
#secondary-banner.recruitment.triangle-banner:after {
    border-bottom: 1042px solid #2f5067;
}
.recruitment h4, .gallery-listing h4 {
    color:#000;
    font-size:21px;
    font-weight:600;
}
.recruitment h5 {
    color:#000;
    font-size:16px;
    font-weight:600;
}
.recruitment h6 {
    color:#000;
    font-size:14px;
    font-weight:600;
}
#image-gallery .modal-footer{
  display: block;
}
.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.gallery-listing .gallery-box {
    margin-bottom: 30px;
    position: relative;
}
.gallery-listing .gallery-box a > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.gallery-listing .gallery-box .overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 15px;
    left: 0px;
    bottom: 0px;
    background: rgb(37 59 128 / 47%);
    display: table;
    height: 64px;
}
.gallery-listing .gallery-box .overlay h6 {
    margin: 0px;
    color: #fff;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}
.table-theme.table thead th { 
    background: #253b80;
    color: #fff;
    vertical-align: middle;
}
table tr td a {
    color:#000dff
}
.table-theme.table td, .table-theme.table th {
    padding: .4rem; 
}
.downloads ul {
    list-style-type:none; padding:0; margin:0;
}
.downloads ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
    min-height: 62px;
    padding: 1%;
    vertical-align: top;
    background: #f9fbff;
    border-left: solid 5px #253b80;
    box-shadow: 0px 4px 6px #e4e4e4;
}
.downloads ul li:last-child {
    margin-left:1.5%;
}
/*.carousel-caption {
    bottom: 20rem !important; 
}*/
/*=================left navibar begin=========================================*/
.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed,
.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed:before { left: auto }
.gw-sidebar {
  width: 100%;  
  border-width: 0 1px 0 0;
  background-color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
}
.gw-sidebar .nano-pane {
  background: rgba(255, 255, 255, 0);
  font-size: 15px;
}
.gw-sidebar .gw-nav-list { border-right: 1px solid #f7f7f7; }
.gw-sidebar .gw-nav-list li a { padding-left: 20px !important; }
.gw-nav-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.gw-nav-list>li:first-child { border-top: 0; }
.gw-nav-list>li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-decoration: none;
}
 @-webkit-keyframes 
arrow-slide {  0% {
}
 100% {
-webkit-transform:rotate(225deg);
z-index:3
}
}
 @-webkit-keyframes 
arrow-slide1 {  0% {
}
 100% {
-webkit-transform:rotate(225deg);
z-index:3
}
}

.gw-nav-list>li.arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide .5s 0s ease both;
}
.gw-nav-list>li.init-arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
}
.gw-nav-list>li.arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide1 .5s 0s ease both;
}
.gw-nav-list>li.init-arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
}
.gw-nav-list>li.active { background-color: #fff; }
.gw-nav-list>li>a {
  display: block; 
  line-height: 22px;
  padding: 0 16px 0 7px;
  background-color: #f6f6f6;
  color: #585858;
  text-shadow: none!important;
  font-size: 13px;
  text-decoration: none;
}
.gw-open > a { outline: 0; }
.gw-nav-list>li.gw-open { border-bottom-color: #e5e5e5 }
.gw-nav-list>li.gw-open>a {
  background-color: #fafafa;
  color: #1963aa
}
.gw-nav-list .gw-open>a,
.gw-nav-list .gw-open>a:hover,
.gw-nav-list .gw-open>a:focus { background-color: #fafafa }

.gw-nav .gw-open > a,
.gw-nav .gw-open > a:hover,
.gw-nav .gw-open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.gw-nav-list>li.active>a,
.gw-nav-list>li.active>a:hover,
.gw-nav-list>li.active>a:focus,
.gw-nav-list>li.active>a:active {
  background-color: #fff;
  color: #dd4814;
  font-weight: bold;
  font-size: 13px;
}

.gw-nav-list>li>a,
.gw-nav-list .gw-nav-header { margin: 0 }
.gw-nav-list>li.active>a>[class*="icon-"] {
 font-weight: normal
}
.gw-nav-list>li.active>a:hover:before { display: none }
/*.gw-nav-list>li.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: -2px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #dd4814;
  border-width: 0 2px 0 0
}*/

.gw-nav-list li.gw-open>a:after { display: none }

.gw-nav-list>li a>.gw-arrow {
  display: inline-block;
  width: 14px!important;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 18px;
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 0;
  color: #666
}

.gw-nav-list>li a:hover>.gw-arrow,
.gw-nav-list>li.active>a>.gw-arrow,
.gw-nav-list>li.gw-open>a>.gw-arrow { color: #1963aa }

.gw-nav-list>li>a>[class*="icon-"]:first-child {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-right: 2px
}
/*.gw-nav-list>li.active .gw-submenu {
 display: block -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
  -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
}*/
.gw-nav-list>li .gw-submenu {
  font-size: 13px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.gw-nav-list>li .gw-submenu>li {
  margin-left: 0;
  position: relative
}

.gw-nav-list>li .gw-submenu>li>a {
  display: block;
  position: relative;
  color: #616161;
  padding: 7px 0 9px 43px;
  margin: 0;
  border-top: 1px dotted #e4e4e4;
  font-size: 14px;
  text-decoration: none;
}

.gw-nav-list>li .gw-submenu>li>a:focus { text-decoration: none }

.gw-nav-list>li .gw-submenu>li>a:hover {
  text-decoration: none;
  color: #dd4814;
  background-color: rgba(25,25,50,0.1);
}

.gw-nav-list>li .gw-submenu>li.active:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #dd481400;
}

.gw-nav-list>li .gw-submenu>li.active>a { color: #dd4814 }

.gw-nav-list>li .gw-submenu>li a>[class*="icon-"]:first-child {
  display: none;
  font-size: 12px;
  font-weight: normal;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: #FFF
}

.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child,
.gw-nav-list>li .gw-submenu>li:hover>a>[class*="icon-"]:first-child { display: inline-block }
.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child { color: #c86139 }
.gw-nav-list>li>.gw-submenu>li:first-child>a { border-top: 0px; }
.gw-nav-list li .gw-submenu { overflow: hidden }
.gw-nav-list li.active.gw-open>.gw-submenu>li.active.gw-open>a.dropdown-toggle:after { display: none }
.gw-nav-list li.active>.gw-submenu>li.active>a:after { display: none }
.gw-nav-list li.active.gw-open>.gw-submenu>li.active>a:after { display: block }
.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^="icon-"] {
  width: 1.25em;
  display: inline-block;
  text-align: center
}
/*custom css for level 3 */
.gw-nav-list li ul li.multilevel3 ul {
	display:none !important;
}
.gw-nav-list li ul li.multilevel3.expand ul {
	display:block !important;
}
/*.gw-nav-list li ul li.multilevel3.expand ul li a {
	    padding: 12px 12px 12px 30px !important;
}
.gw-nav-list li ul li.multilevel3.expand a {
	color:#FFFFFF !important;
}
.gw-nav-list li ul li.multilevel3.expand li a {
	color:#000 !important;
}
.gw-nav-list li ul li.multilevel3.expand li a:hover {
	color:#FFFFFF !important;
}*/
.gw-nav-list li ul li a  {
	color:#000000 !important;
}
.gw-nav-list li ul li a:hover {
	color:#FFFFFF !important;
}
.gw-nav-list li ul li .gw-arrow {
    display: inline-block;
    width: 14px!important;
    height: 14px;
    line-height: 14px;
    text-shadow: none;
    font-size: 18px;
    position: absolute;
    right: 11px;
    top: 11px;
    padding: 0;
    color: #666;
}
.gw-nav-list li ul li.init-arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
}
.gw-nav-list li ul li.arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide1 .5s 0s ease both;
}
.gw-nav-list li ul li.init-arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
}


/*=================left navibar end=========================================*/
.story-box {
    background: #fff; 
    text-align: center;
    box-shadow: 3px 3px 3px #ccc;
    min-height:309px;
}
.awards {
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: center center;
    width:100%;
    height:165px;
}
.awards-dtl {
    font-size: 14px;
    padding: 15px;
    color: #342c41;
    text-align: center; 
}
.success-story {
    background: #fff; 
    text-align: center;
    box-shadow: 3px 3px 3px #ccc;
    min-height:309px;
}
.success-story-image {
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: center center;
    width:100%;
    height:165px;
}
.success-story-dtl {
    font-size: 14px;
    padding: 15px;
    color: #342c41;
    text-align: center; 
}
.success-story .form_ul {
	height: 100px;
	overflow:auto;
}
.success-story .form_ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #e5e5e5;
}
.success-story .form_ul::-webkit-scrollbar-thumb {
    background: #ccc;
}
.otherlinks {
    text-align: center;
    box-shadow: 0px 0px 15px #ccc;
    border-radius: 10px;
    padding: 15px;
    background:#fff;
}
.content-block h4 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.content-block .post h4:after {
    content: "";
    background: #23394c;
    width: 90px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
/*-- Block title bottom arrow--*/
.block-title>span {
   color: #000;
   height: 30px;
   line-height: 30px;
   padding: 8px 15px;
   position: relative;
   padding-left: 0;
}

.block-title>span:after {
   position: absolute;
   content: " ";
   width: auto;
   height: auto;
   bottom: -11px;
   left: 15px;
   border-width: 6px;
   border-style: solid;
   border-color: #23394c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media (max-width:767px) {
   .block-title>span:after {
      bottom: -11px;
   }
}
.block-title:before {
    background-color: #d9603b;
}
/*-- End of Block title bottom arrow--*/
.chancellor-name span {
    font-weight:600;
    font-size:21px;
}
.chancellor-name {
    background: #fdefb9;
    color: #2f2f2f;
    padding: 10px;
    font-size: 17px;
    font-weight: 300;
    text-align:left;
    display:inline-block;
    width:100%;
    margin-bottom:15px;
}
.whats-hpn-main-inside-pg h6 {
	 font-size: 14px;
}
.dean-teacher img {
    width:120px;
}
.box-shadow {
    box-shadow: 0px 5px 15px #cccccc94;
}
.dean-welfare-main .box-shadow:hover {
    box-shadow: 0px 5px 25px #bababa;
    transition: box-shadow 0.3s ease-in-out 0s;
}
.dean-welfare-main a {
    color:#383838;
    font-weight:600;
}
.accordion .card {
    border:none;
    border-radius:0;
}
.card-header {
    padding: .75rem 0.50rem; 
    background-color: rgb(255 255 255 / 3%);
    font-size:16px;
    cursor:pointer;
}
.card-header h4, .card-header {
    color: #007db3;
}
.card-header.collapsed {
    color: #000;
}
.card-header.collapsed:hover {
    background:#ecf6fb
}
.card-header.collapsed h4 {
    color: #000;
}
.card-header .card-title {
    font-size:21px;
    font-weight: 700;
}
.card-header .card-title h4 {
    display:inline-block;
    font-size:16px;
    margin:0;
}
.accordion .card-body { 
    padding: 1rem 0.50rem;
}
.card-body ul {
    list-style-position:outside;
    padding-left:18px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.search-result li {
    border-bottom: solid 1px #efefef;
    padding-bottom: 5px;
    margin-bottom: 10px;
    list-style:none;
}
.search-result li a.search-head {
    font-size:16px;
    color:#2a00ff;
}
/*Video gallery custom css*/
.ug-gallery-wrapper {
    margin:0 auto;
}
.video-gallery-main-wrap {
    background:#252525;
}
/*custom pager css 03-02-2021*/
.pagination {
	margin:15px 0 0 0;
}
.pagination  .page-numbers.current {
    border: none;
    background: transparent;
    color: #0043ff;
}
.page-num {
    width: 100%;
    text-align: right;
}
.page-num .page-numbers {
    color: #6c757d; 
    padding: 4px 10px; 
	text-decoration:none;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #dee2e6;
}
.page-num .page-numbers:hover {
	background:#ffae00;
	border: solid 1px #ffae00;
	color: #fff; 
}
/*End of custom pager css */
/*New Social Icons */
.sticky-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -156px;
		top:37%;
		width: 200px;
}
.sticky li{
		list-style-type: none;
		color: #efefef;
		height: 43px;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
}
.sticky li a {
	padding:11px 15px;
	color:#FFFFFF;
	display:block;
}
.sticky li a i {
	font-size:16px;
	margin-right:23px;
}
.sticky li a span {
	font-size:14px;
}
.sticky li:hover{
		margin-left: -115px; 
}
.sticky li:nth-child(1) a {
    background: #4267B2
}
.sticky li:nth-child(2) a {
    background: #E1306C
}
.sticky li:nth-child(3) a {
    background-image: linear-gradient(to right bottom, #7f36a8, #982e9c, #ac268f, #bb2380, #c62572);
}
.sticky li:nth-child(4) a {
    background: #000
}
.sticky li:nth-child(5) a {
    background: #333
}
.sticky li:nth-child(6) a {
    background: #ff0000
}
.sticky li a .twitter-tab-icon {
    margin-right: 23px;
}
.sticky li a .twitter-tab-icon {
    filter: brightness(0) invert(1);
}
/*new css on 15 march 2021 */
.contact {
    padding: 18px 0px;
	border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 22px;
	margin-top:15px;
}
.contact .icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 0;
    border: 2px solid rgba(255,255,255,0.7);
    text-align: center;
    float: left;
}
.contact .icon .fa {
    font-size: 36px;
    color: #fff;
    line-height: 70px;
}
.contact .inner {
    display: table;
    height: 86px;
    margin-left: 96px;
}
.contact .inner p {
    display: table-cell;
    height: 86px;
    vertical-align: middle;
    color: #fff;
    margin: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}
.contact .inner p a {
    color: #fff;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
	font-size: clamp(11px, 0.9vw, 15px);
	padding: 4px
}
.navbar-light .navbar-nav .nav-link:hover {
	color:#FFF;
	text-decoration:underline;
}
.navbar {
    padding: .1rem 1rem;
}
.scrollup {
    font-size: 20px;
    color: #fff;
    background-color: #007db3;
    border: 1px solid #007db3;
    text-align: center;
    padding: 5px 10px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
    border-radius: 4px;
}
.student-grievance {
	background: url(../images/student-complaint.jpg) no-repeat scroll 0 0 #23394c;
    background-size: cover;
    min-height: 400px;
    padding: 20px;
    text-align: center;
}
.student-grievance h1 {
    color: #fed503;
    font-size: 30px;
    margin-bottom: 20px;
}

/*menu btn */
.custom_menu-btn:before {
    content: 'MENU';
    padding: 0 6px 0 0;
    position: relative;
    top: -10px;
    font-size: 24px;
    color: #000;
}
.header_fade_effect .custom_menu-btn:before {
	color:#fff;
}
.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 23px;
  top: 14px;
}
.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}
.custom_menu-btn button span {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #4e4e4e;
  margin: 7px 0;
  transition: all .3s;
}
/*.menu_btn-style { position: fixed; right: 29px; top: 14px;}*/
.custom_menu-btn .s-2 {transition: all .1s;}
/*.menu_btn-style button .s-1 {transform: rotate(45deg) translateY(14px);}*/
/*.menu_btn-style button .s-2 {/*transform: translateX(100px);*/ /*visibility:hidden;}*/
/*.menu_btn-style button .s-3 {transform: rotate(-45deg)translateY(-14px);}*/


.right-section-bar .widget-title h1, .right-section-bar .widget-title h2 {
    font-size:18px;
}
.card-box {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
    display: inline-block;
    width: 100%;
    min-height:275px;
}
.right-section-bar .card-box, .contact-left-pnl .card-box {
    min-height:10px;
}
.widget-title {
    position: relative;
    font-size: 16px;
    padding: 0 0 5px;
    border-bottom: 2px solid #e7f0f6;
    margin-bottom: 20px;
}
.widget-title h1, .widget-title h2 {
    font-size: 20px;
    min-height: 15px;
    color:#010101;
    font-weight: 600;
    margin:0;
}
 
.widget-title:after {
    content: "";
    background: #0198da;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.stretch-card>.card {
     width: 100%;
     min-width: 100%
 }
.arrowbtn i {
    color: #f29f05;
    font-size: 23px;
    cursor: pointer;
}
/*.owl-carousel .owl-wrapper-outer {
    width:99% !important;
}*/
.sec-heading {
    width: 100%;
    padding: 10px 0 0;
    display: block;
    font-weight: 600;
    font-size: 14px;
}
/* .sec-heading {
    text-align: center;
    width: 92%;
    padding: 10px 0 0 0;
    display: block;
    font-weight: 600;
} */
.ovrflw.whats-new {
    height: 150px;
    position:relative;
}
.ovrflw .form_ul {
	height: 150px;
	overflow:auto;
}
.ovrflw .form_ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #edf3f5;
}
.ovrflw .form_ul::-webkit-scrollbar-thumb {
    background: #0197da;
}
.ovrflw  #whatsnew .form_ul {
    height: 370px;
    overflow: auto;
}
.news-scroll {
    height:auto;
}
.whats-new li {
    margin-bottom: 2px;
    padding: 5px 0 5px 0;
    /* white-space: nowrap; */
    border-bottom: dotted 1px #e5e5e5;
}
.btn-secondary {
    color: #fff;
    background-color: #007db3;
    border-color: #007db3;
}
.total-counters {
    background: #f6f6f6;
    padding: 40px 0 15px 0;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
    border-radius: 5px;
}
.circle1 {
    background: #7E9A19; 
}
.circle2 {
    background: #C88304; 
}
.circle3 {
    background: #e65400; 
}
.circle4 {
    background: #d8292f; 
}
.outreach-prog .rounded-circle { 
    height: 82px;
    vertical-align: middle;
    width: 82px;
    padding: 20px 0 0 0;
    text-align: center;
	margin-bottom: 20px;
}
.outreach-prog h3 {
    color: #485C00;
    font-size: 20px;
    margin: 10px 0 0 0;
    font-weight: 600;
}
.cal-distributed h3 {
    color:#774F03;
}
.outdor-ad h3 {
    color:#993800;
}
.vendor-total h3 {
    color:#AC2024;
}
.outreach-prog span {
    color:#595959;font-size: 13px;font-weight: 600;
}
.static-menu ul li {
    width:25%;
    text-align:center;
}
.static-menu ul li a {
    padding:1em 1.2em;
    font-size:14px;
}
.menu > ul > li.c1 {
    background: #AB212F;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #AB212F inset;
}
.menu > ul > li.c1:hover {
    box-shadow:0 0 0 25px #c72a3a  inset;
    -webkit-transform: scale(1);
}
.menu > ul > li.c1 img { margin-top:-6px;}

.menu > ul > li.c2 {
    background:#19599A;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #19599A  inset;
}
.menu > ul > li.c2:hover {
    box-shadow:0 0 0 25px #1d61a7  inset;
    -webkit-transform: scale(1);
}
.menu > ul > li.c2 img { margin-top:-3px;}

.menu > ul > li.c3 {
    /*background:#fa8500;
	box-shadow:0px 0 0 #ffbd37  inset;*/
	background: #963165;
	box-shadow: 0 0 0 #963165 inset;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    
}
.menu > ul > li.c3:hover {
    box-shadow:0 0 0 25px #b72f75  inset;
    -webkit-transform: scale(1);
}
.menu > ul > li.c3 img { margin-top:-4px;}

.menu > ul > li.c4 {
    background:#446024;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #446024  inset;
}
.menu > ul > li.c4:hover {
    box-shadow:0 0 0 25px #4e7127  inset;
    -webkit-transform: scale(1);
}
.menu > ul > li.c4 img { margin-top:-4px;}

.menu > ul > li.c5 {background:#f6b124;}
.menu > ul > li.c6 {background:#8dc153;}
.menu > ul > li.c7 {background:#d870ad;}
.menu > ul > li.c8 {background:#37bd9c;}
.menu > ul > li.c9 {background:#3baeda;}
.menu > ul > li.c10 {background:#434a54;}
.menu > ul > li.c11 {background:#ff5c36;}
.menu > ul > li.c12 {background:#0076a9;}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249); 
    opacity: .8;
}

 .owl-carousel .item {
     margin: 3px;
 }
 .owl-carousel .item img {
     display: block;
     width: 100%;
     height: auto
 }
 .owl-carousel .item {
     margin: 3px
 }
.circle {
    height: 90px; padding-top:29px;
    width: 90px;
	transition:-webkit-transform 0.25s ease-out,border-color 0.25s ease-out;
    transition:transform 0.25s ease-out,border-color 0.25s ease-out; 
}
.circle:hover {
    -webkit-transform:scale(1.2);transform:scale(1.2);  
}
.tooltip-inner{ color:#000; font-weight:400;  background-color:#dedede;}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {border-bottom-color: #dedede !important; }  
.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {border-top-color: #dedede !important; }  
.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {border-left-color: #dedede !important; }  
.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {border-right-color: #dedede !important; }

/*.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead tr:nth-child(1) th{background: white; position: sticky;top: 0;z-index: 10;}
.table-fixed tbody{height: 400px; overflow-y: scroll;display:block;}
.table-fixed th.tblheader { position: sticky; top: 0; }*/

.partner-area-bg-pnl .client-area-login-main {
	width:35%;
}
.client-area-login-main {
    margin: 10% auto;
    width:50%;
    background: #fffffff2;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0 15px #0000006b;
}
.client-area-bg-pnl {
    background:#f6f6f6;
    /*background: #8dc15352;
    background: -webkit-linear-gradient(to top, #4b89dc59, #8dc15352);
    background: linear-gradient(to top, #4b89dc59, #8dc15352);*/
}
.davp-home-newspaper {
    /*background: url(../images/client-area.jpg) no-repeat scroll 0 0;*/
    min-height: 530px;
    background-size: cover;
}
.ministry-department {
    background:#fff;
}
.client-area-login-main h3 {
    font-size: 20px;
    font-weight: 600;
    color: #010101;
    border-bottom: solid 1px #010101;
}
.client-area-right-section ul li {
    border-bottom: solid 1px #e5e5e5;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
}
/*css on 26-5-2021*/

.see-btn-home {
    padding: 15px;
    background: #cb3435;
    display: block;
    color: #fff;
    text-align: center;
    min-height: 117px;
    border-radius: 4px;
    line-height: 87px;
}
.see-btn-home:hover {
    background:#f6b124;
    color:#fff;
}
.boc-works-main .sec-heading { 
    padding: 3px 0 5px 0; 
}
.nis-booklets .cardbody {
    display:inline-block;
    width:100%;
}
.custom-tbl tr td {font-size: 14px;}
.custom-tbl tr th {
    background: #d6ebf5;
    color: #12688f;
    border: solid 1px #afd4e5;
	font-size: 14px;
}
.table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.table.dataTable tr:nth-child(even) {
    background-color: #fff;
}
.custom-tbl a {
    color:#007db3;
}
.redtxt {
    color:#ff0000;
}
.listing-name {
    text-align:center;
}
.feedbackformain {
    width:38%;
}
.it-con h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 8px 0; 
    padding: 7px; 
}
.it-con ul li {
    font-size: 13px;
    color: #565761;
    font-weight: 500;
    line-height: 24px;
    list-style: none;
    background: url(../images/icon-double-arrow.png) no-repeat 0 4px;
    padding-left: 20px;
}
.cardbody .it-con ul li a {
    color: #565761;
}
.pdct_slt_mp li {
    width: 33%;
    display: inline-block;
}
.cardbody ul li a {
    color:#4d4d4d;
}
.chart-stru-list {
    list-style-position: inside;
    text-align: left;
    margin-left: 10%;
    line-height: 22px;
}

/*custom chart css*/
:root {
  --level-1: #007db3;
  --level-2: #00bcd4;
  --level-3: #f6b124;
  --level-4: #8dc153;
  --black: black;
}

.rectangle {
    position: relative;
    font-size: 14px;
    padding: 15px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    text-align: center;
    color:#fff;
    border-radius: 5px;
}


/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  width: 50%;
  margin: 0 auto 40px;
  background: var(--level-1);
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}
/* LEVEL-2 STYLES––––––––– */

.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.level-2-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 16.5%;
    width: 66.9%;
    height: 2px;
    background: var(--black);
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: var(--black);
}

.level-2-wrapper li {
  position: relative;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2 {
  width: 70%;
  margin: 0 auto 40px;
  background: var(--level-2);
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 45px;
  background: var(--black);
}
.level-2.other-programm::before {
  background: #fff0;
}
.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}


/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background: var(--black);
}

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-3 {
  margin-bottom: 20px;
  background: var(--level-3);
}

/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
  background: var(--black);
}

.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: var(--level-4);
}

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}

/* --------------MQ STYLES ––––––––––––– */
@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }
  
  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

.level-2-wrapper {
    width: 90%;
    margin-left: 10%;
}
.level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
}
.level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }

}

.list-format li {
    margin-bottom:5px;
    border-bottom:solid 1px #e5e5e5;
    padding-bottom:5px;
}
.Flipbook-pdf-vew-btn {
    width: 238px;
    display: inline-block;
    font-weight:600;
}
.deparment-pnl {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
}
.btn-secondary.menu-btn-custom {
    color: #ffffff;
    background-color: #007db3;
    border-color: #007db3;
}
.btn-secondary.menu-btn-custom:hover {
	color:#fff;
}
.modal-title { 
    font-size: 16px;
    font-weight: 700;
}
/*.nis-more-btn {
    background: #4b89dc;
    display: block;
    height: 100%;
    min-height: 218px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 210px;
}*/
.skip_content_class #content {
    margin-top: 0px;
}
.home.skip_content_class #content {
    margin-top: 0;
}
.custombg-modal {
    background: #00000082; 
} 
.modal-header {
    color: #ffffff;
    background: #007db3;
}
.custom-font-size-small-tbl tr td {
    font-size:12px;
    padding: .2rem;
}
.custom-font-size-small-tbl tr td p {
    margin-bottom:0;
}
.davpdgheader {
    font-weight:bold;
    background:#bbdefb;
}
.nav-tabs .nav-link {
	background:#e5e5e5;
	color:#000;
    font-weight:600;
	margin-right:3px;
	border-top-left-radius: .35rem;
    border-top-right-radius: .35rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #007db3;
    border-color: #007db3 #007db3 #007db3;
}
.tab-content {
    padding: 15px 0 10px 0;
}
.logoIandB li.nav-item a.nav-link {
    text-transform: uppercase;
	font-size: clamp(11px, 0.9vw, 15px);
}
.logoIandB li.nav-item a:focus {
	color: #ffffff !important;
}
.logoIandB li.nav-item.border-right {
    border-right:solid 1px #2ca8df !important;
}
/*.logoIandB li.nav-item a:hover {
    text-decoration:none !important;
}*/
.top-nav-left-custom li a {
    display:inline-block;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:#fff;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255 / 62%);
}
.navbar-light .navbar-toggler-icon {
    background: url(../images/toggle.png) no-repeat 0 0;
	background-size: cover;
}
.home-pg-footer-slider {
    background:#fff;
}
.owl-carousel.test3 .item img {
    width:200px;
}
.t3-slider-heading {
    width: 200px;
    display: block;
    text-align: center;
    font-size:12px;
}
.outreach-activity-social {
    color: #007db3;
}
.outreach-activity-social a {
    background: #ffffff;
    border: solid 1px #007db3;
    color: #007db3;
}
.inside-slider .carousel-item {
    height: 275px;
    min-height: 275px;
}
.our-prgm  a {
    color:#000;
}
.out-reac-main a {
    color:#000;
}
.carousel-item  img {
    position: absolute;
    top: 0;
    left: 0;
	width:100%;
    min-width: 100%;
    /* height: 100vh; */
    height: 374px;
}
.newsclip .lb-image  {
    width: 768px !important;
    height: auto !important;
}
.backimg {
    width:238px;
    height:325px;
}
.custome {
    width:238px;
    height:325px;
}
.new-india-samachar {
    width:238px;
    height:325px;
}
.imghvr-flip-vert figcaption h3 {
    font-size:24px;
}
.Outreach {
    width:100%;
    height:190px;
}
.Outreach.Flipbook-pdf-vew-btn {
    width:100%;
    height:auto;
}
.campain-thumb {
	height:300px;
	width:100%;
}
.exhibitions-thumb {
	height:230px;
	width:100%;
}
.gallery-thumb {
	height:140px;
	width:100%;
}
.presscoverage-thumb {
    width: 100%;
    height: 300px;
}
.Flipbook-pdf-vew-btn.archive-link, .imghvr-flip-vert.archive-img, .imghvr-flip-vert.archive-img img {
	width: 100%;
}
.container-main {
	width:90%;
	margin:0 auto;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.select-rob, .select-language {width:100px;}
.custom-top-nav .container-fluid {padding:0}
#whatsnew ul li {
    border-bottom: 1px dashed #d1d1d1;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 98%;
}
#whatsnew ul li  a {
	color:#595656;
}
.PLdate {
    font-size: 12px;
    width: 100%;
    display: block;
    font-weight: 600;
    color: #000;
}
.mobile-container-menu {padding-left:0; padding-right:0;}
.footer_custom_width, .total_counters_custom_width {
    width: 95%;
}
/*home page 4 tab static menu css*/
/*#dd {
    display: none;
}
#Nnav { 
	position: relative;
}
#Nnav:hover #dd {
    display: block;
}
#Nnav .dd #dd {
	position: absolute;
    z-index: 999999;
    background: #fff;
    width: 100%;
	display: block;
}*/
.facebook-head h1, .facebook-head i {color:#4267b2;}
.twitter-head h1, .twitter-head i {color:#009fdb;}
.insta-head h1, .insta-head i {color:#c42b71;}
.circle-count {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 61px;font-size:16px;
}
.facebook-head.widget-title:after { 
    background: #4267b2; 
}
.insta-head.widget-title:after { 
    background: #cd2560; 
}
.social-media-feed {
    height: 385px;
    overflow-y: scroll;
}
.location-bg-map {
	background: url(../images/map-banner.jpg) no-repeat scroll center 15px #fff;
	background-size: cover; min-height:406px;
}
.cbc-partner .item img {background-color: transparent; border: none; /*filter:grayscale(100%);*/ padding: 0; width: 100px !important;}
.menu > ul > li.menu-right-space { margin-right:8rem;}
.menu > ul > li.menu-custom-link a {
    color: #000;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 600;
}
.header_fade_effect .menu > ul > li.menu-custom-link a {color:#fff;}
.textflash {
	font-weight: 600;
	animation-name: textflash;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
}
@keyframes textflash {
	from {
		color:#0027ff;
	}
	to {
		color: #ff00cf;
	}
}

.navbar-light .outreach-home-menu   .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 4px;
}
.navbar-light .outreach-home-menu   .nav-link:hover, .navbar-light .outreach-home-menu .nav-link:focus  {
	color:#0037ff;
}
.header_fade_effect.navbar-light .outreach-home-menu   .nav-link {
    color: #FFF; 
}
.header_fade_effect.navbar-light .outreach-home-menu   .nav-link:hover {
	color:#ffeb3b;
}
.state1 {background:#228ca5; box-shadow: 0px 0px 19px #007db370;}
.state2 {background:#00a88a; box-shadow: 0px 0px 19px #00a88ab0;}
.state3 {background:#20bfdc; box-shadow: 0px 0px 19px #20bfdc9e;}
.mbsc-ios.mbsc-calendar-week-day { 
    background: #007db3;
    color: #fff;
}
.pause-play-wrapper {
	position:absolute;
	bottom:15px;
	left:15px;
}
.logo-black-txt, .logo-white-txt {
    width: 373px;
    height: 73px;
}
.cbc-partner {position:relative;}
.cbc-partner #footer-toggle {
    position: absolute;
    bottom: 1px;
    left: 0; 
    border: 0;
	color:#000;
	padding:0px 6px;
}
.cbc-partner #footer-toggle:hover {
	background:#000;
	color:#fff; 
}

.carousel-control-prev-icon,
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 2rem;
    height: 2.5rem;
    background-color: #265C87;
    background-size: 50% 50%;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-control-prev span:focus,
.carousel-control-next span:focus {
    outline: 1px solid #007bff;               
    box-shadow:0 0 0 3px #3784cf; 
}
.carousel-control-next {
	background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0) 100%);
	border: 0;
}
.carousel-control-prev {
	background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0) 100%);
	border: 0;
}
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	background:linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0) 100%);
	border: 0;
}
.carousel-control-next:focus,
.carousel-control-next:hover {
	background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0) 100%);
	border: 0;
}
.carousel-control-next, .carousel-control-prev {
	opacity: .9;
}
.pause-play-wrapper .btn {background: #2E6EA3; border-color: #2E6EA3;color:#fff;}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3376ad;
    border-color: #3376ad;
}
#content .mobile-margin-inside .cardbody h2 {font-size:20px;}
#content .mobile-margin-inside .cardbody a {text-decoration:underline; color:#005d85}
#content .mobile-margin-inside .cardbody .Flipbook-pdf-vew-btn a.btn {color:#FFF}
.btn-primary {
    background-color: #0056B3;
    border-color: #0056B3;
}
.social-icons {display:none;}
section[aria-label="Main banner"] {
  padding-top: 0;
  transition: padding-top 0.3s ease;
}

.is-scrolled section[aria-label="Main banner"] {
  padding-top: 90px;
}
/* Carousel indicators */
.carousel-indicators button:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

/* Carousel controls */
.carousel-control-prev:focus-visible,
.carousel-control-next:focus-visible {
  outline: 3px solid #005fcc;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease; 
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-item a:focus-visible {
	outline: 4px solid #186ed0;
	outline-offset: 4px;
	display: inline-block;
}

/* Fallback for older browsers */
.carousel-item a:focus {
	outline: 4px solid #186ed0;
	outline-offset: 4px;
}
.carousel-item a:focus-visible img {
  box-shadow: 0 0 0 4px #186ed0;
}
.carousel-inner {
	overflow:visible
}