@import "./stylesheet.css";


*,
** {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/****header start******/
.header-wrapper {
    width: 100%;
    margin: auto; position: relative;
}
.header-wrapper .header-top {
    width: 100%;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}
.header-wrapper .header-top .container,.mycontainer {
    max-width: 1450px;
}
.header-wrapper .header-top  .top-width-head{
    width: 89%;
}
.header-wrapper .header-top::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 60px;
    background: #12498D;
    z-index: 0;
}

.header-wrapper .header-top .blue-bg {
    background: #12498D;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}
.header-wrapper .header-top .blue-bg::before{
    content: " ";
    height: 60px;
    width: 46px;
    background: url(../images/headershape.png) no-repeat;
    position: absolute;
    left: -41px;
    top:0;
    background-size: 100% 100%;
}
.header-wrapper .header-top .text-bharat {
    width: 100%;
    position: relative;
}

.header-wrapper .header-top .text-bharat::after {
    content: " ";
    width: 4px;
    height: 69px;
    background: url(../images/topdiv.png) no-repeat;
    position: absolute;
    right: -7px;
    top: -7px;
}

.header-wrapper .header-top .text-bharat ul {
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.header-wrapper .header-top .text-bharat ul li {
    list-style: none;
    padding: 4px;
    font-size: 16px;
    color: #fff;
}
.header-wrapper .header-top .text-bharat svg, .header-wrapper .header-top .text-bharat  img{
  width: 100%;
  padding: 0 15px 0 0;
}
.header-wrapper .header-top .text-bharat ul li:nth-child(2) {
    font-family: 'Times New Roman Cyr';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    word-spacing: 2px;
    color: #fff;
}

.header-wrapper .header-top .right-set {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.header-wrapper .header-top .right-set .link-top {
    width: 70%;
    display: flex;
    align-items: center;
}

.header-wrapper .header-top .right-set .link-top ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.header-wrapper .header-top .right-set .link-top ul li {
    list-style: none;
    padding: 0 7px;
    margin: 0;
    border-right: 1px solid #fff; line-height: 15px;
}

.header-wrapper .header-top .right-set .link-top ul li:last-child {
    border-right: transparent;
}

.header-wrapper .header-top .right-set .link-top ul li a {
    text-align: center;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0;
}
.header-wrapper .header-top .right-set .link-top ul li a:hover {
    color: #d2d2d2;
}
.header-wrapper .header-top .right-set .language {
    width: 15%;
    font-family: "Poppins", sans-serif;
}
.header-wrapper .header-top .right-set .language .active {
  padding: 4px !important;
  background: #e1f0ff !important;
  color: #000 !important;
  border-radius: 4px;
}
.header-wrapper .header-top .right-set .language .english {
    margin: 0;
    padding: 0;
    outline: none;
    border-radius: 4px;
    background: none;
    color: #fff;
    font-size: 13px;
    border: none;
}
/* .header-wrapper .header-top .right-set .language .english.active {
    padding: 4px;background: #e1f0ff;
} */
.header-wrapper .header-top  .sublinke-mobile{
  display: none;
}


.header-wrapper .header-top .right-set .language .hindi {
    font-size: 13px;
    color: #e1f0ff;
    margin: 0;
    padding: 0;
    background: transparent;
    outline: none;
    border: none;

}
.header-wrapper .header-top .right-set .text-incre-decre {
    width: 15%;

}
.header-wrapper .header-top .right-set .text-incre-decre button {
    background: transparent;
    outline: none;
    border: 1px solid #E1F0FF;
    color:
    #E1F0FF;
    padding: 2px;
    width: 30px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;

}
.header-wrapper .header-bottom{
    width: 100%;
    position: relative;
}
.header-wrapper .header-bottom .container {
    max-width: 1450px;
}
.header-wrapper .header-bottom .navbar{
    padding: 0px;
}
.header-wrapper .header-bottom .navbar .navbar-brand{
    margin-top: -70px;
    padding: 4px 0;
}
.header-wrapper .header-bottom .navbar .navbar-brand img{
    width: 100%;
}
.header-wrapper .header-bottom .navbar li.nav-item{
    padding: 0 15px;
}
.header-wrapper .header-bottom .navbar .nav-link{
    color:#12498D;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 25px;
}
.header-wrapper .header-bottom .navbar .form-search{
    position: relative;
}
.header-wrapper .header-bottom .navbar .form-search .wrap{
  width: 0px;
  height: 50px;
  background: #fff;
  line-height: 50px;
  padding-right: 50px;
  border-radius: 100%;
  box-shadow: 1px 8px 10px rgb(0 0 0 / 14%);
  transition: all 0.5s ease;
  border: 1px solid #12498D;
  }

  .header-wrapper .header-bottom .navbar .form-search .wrap .input{
    border: 0;
    background: transparent;
    width: 0%;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: italic;
    transition: all 0.3s ease;
    position: relative;
  }

  .header-wrapper .header-bottom .navbar .form-search .wrap .fa{
    color: #64768C;
    position: absolute;
    right: 17px;
    top: 16px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .header-wrapper .header-bottom .navbar .form-search .wrap.active .fa{
    right: inherit;
    left: 17px;
    transition: all 0.5s ease;
  }
  .header-wrapper .header-bottom .navbar .form-search .wrap.active{
    width: 179px;
    padding-left: 25px;
    transition: all 0.5s ease;
    -webkit-border-radius: 40px;
-moz-border-radius:40px;
border-radius: 40px;
  }
  .header-wrapper .header-bottom .navbar .form-search .input:focus{
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  background-color: none;
  }
  .header-wrapper .header-bottom .navbar .form-search .input:-webkit-autofill,
  .header-wrapper .header-bottom .navbar .form-search .input:-webkit-autofill:hover,
  .header-wrapper .header-bottom .navbar .form-search .input:-webkit-autofill:focus,
  .header-wrapper .header-bottom .navbar .form-search .input:-webkit-autofill:active{
    background-color: inherit !important;
    -webkit-background-clip: text;
    background-clip: text;
}



@media screen and(-webkit-min-device-pixel-ratio:0)
{
  .header-wrapper .header-bottom .navbar .form-search .input:-webkit-autofill,
  .header-wrapper .header-bottom .navbar .form-search .input:-webkit-autofill:hover,
  .header-wrapper .header-bottom .navbar .form-search .input:-webkit-autofill:focus,
  .header-wrapper .header-bottom .navbar .form-search .input:-webkit-autofill:active{
    background-color: inherit !important;
    -webkit-background-clip: text;
    background-clip: text;
}
}



  .header-wrapper .header-bottom .navbar .form-search .input.active{
    width: 135px;
    padding-left: 10px;
    margin-left: 10px;
    transition: all 0.5s 0.8s ease;

  }
  .header-wrapper .header-bottom .navbar .form-search input{
    color: #64768C;
  }
  .header-wrapper .header-bottom .navbar .form-search input::placeholder {
    color: #64768C;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: italic;
  }
  .header-wrapper .header-bottom .navbar .form-search input::-ms-input-placeholder{
    color: #64768C;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
  }
  .overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #000000c7;
    display: none;
    z-index: 10;
}
.header-wrapper .navbar .megamenu{ padding: 1rem; }
.header-wrapper .margin-auto {
  margin: auto;
}
.header-wrapper .navbar .mega-menu {
  position: static !important; /* Override Bootstrap's dropdown position */
}
.header-wrapper .navbar  .list-unstyled{
  border: none;
  padding: 0;
}
.header-wrapper .navbar .list-unstyled.dropdown-menu{
  position: static;
  display: block;
  z-index: 0;
}
.header-wrapper .navbar .list-unstyled.dropdown-menu li.dropdown{
  padding: 0;
}
.header-wrapper .navbar .list-unstyled.dropdown-menu li a.dropdown-item{
  padding: 10px 10px;
}
.header-wrapper .navbar .list-unstyled.dropdown-menu li a.dropdown-item .dropdown-menu .submenu{
  z-index: 999;
  top: 0;
}
.header-wrapper .navbar .nav-item.dropdown .dropdown-menu.show{
  border-radius: 0px 0px 13px 13px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 11px;
  border: none;
  left: 20px;

}
.header-wrapper .navbar .nav-item.dropdown .dropdown-menu.show.width-230{
 width: 230px;
}
.header-wrapper .navbar .nav-item.dropdown .dropdown-menu.show::before{
  content: " ";
  position: absolute;
  left: 0;
  top: -16px;
  width: 20px;
  height: 20px;
  background: url(../images/plain-triangle.png) no-repeat;
  background-size: 100% 100%;
}
.header-wrapper .navbar .nav-item.dropdown   .dropdown-menu.show li{
  border-bottom: 1px solid #0000000a;
}
.header-wrapper .navbar .nav-item.dropdown   .dropdown-menu.show li:last-child{
  border-bottom: transparent;

}  .header-wrapper .navbar .nav-item.dropdown   .dropdown-menu.show li .dropdown-item{
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  padding: 13px 12px;
  white-space: normal;
    display: block;
}
.header-wrapper .navbar .nav-item.dropdown   .dropdown-menu.show li .dropdown-item:focus, .header-wrapper .navbar .nav-item.dropdown   .dropdown-menu.show li .dropdown-item:hover {
  color: #12498D;
  background-color: #bebebe17;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  padding: 13px 12px;
  font-weight: 400;
  white-space: normal;
  display: block;
}
.header-wrapper .navbar  .list-unstyled.dropdown-menu .submenu.dropdown-menu{
  width: 230px;
}
.header-wrapper .navbar .list-unstyled.dropdown-menu li a{
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 13px 12px;
  color: #212529;
  text-decoration: none;
  white-space: normal;
  display: block;
}
@media (min-width: 769px) {
  .header-wrapper .navbar .list-unstyled.dropdown-menu .submenu.dropdown-menu li a {
    color: #fff;
  }

  .header-wrapper .navbar .list-unstyled.dropdown-menu .submenu.dropdown-menu {
    background-color: #12498D;
  }
}

.header-wrapper .navbar .list-unstyled.dropdown-menu .submenu.dropdown-menu {
  width: 230px;
  box-shadow: 1px 4px 6px #0000000d;
  border: none;
}.dropdown-menu > li:hover > .submenu.width-230{
  width: 230px;
}
.header-wrapper  .col-megamenu .title{
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  color: #bf1f28;

}
.header-wrapper  .dropdown-menu.megamenu::before{
  content: "";
  display: none;
}
.header-wrapper .dropdown-toggle.show::after{
  transform: rotate(180deg);
}


.header-wrapper .submenu.dropdown-menu.right-position{
  right: 100%;
  left: auto;
}

.header-wrapper .submenu.dropdown-menu.right-position:last-child{
  right: 100%;
  left: inherit;
}

.dropdown-menu > .g-3 .col-6:nth-child(5) .submenu{position: absolute; left: -230px;
    top: -12px;}

  /*****marquee slider*****/
  .notification-wrapper{
    width: 100%;
    background:  #12498D;
    border-top:1px solid #3F4A58;
    border-bottom:1px solid #3F4A58;
    height: 53px;
  overflow: hidden;

  }
  .notification-wrapper .container{
    max-width: 1450px;
  }
  .notification-wrapper .container ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: center;
    padding: 0;
    font-family: "Poppins", sans-serif;
  }
  .notification-wrapper .container ul li{
    list-style: none;
    position: relative;
  }
  .notification-wrapper .container ul li:first-child{
    width: 11%;
  }
  .notification-wrapper .container ul li:first-child::before {
    content: " ";
    position: absolute;
    width: 41px;
    top: -14px;
    z-index: 99;
    right: -33px;
    height: 55px;
    background-color: #12498D;
    clip-path: polygon(0 0, 100% 0%, 62% 100%, 0% 100%);
}
  .latest-notification h4{ font-size: 14px;}
  .notification-wrapper .container ul li:first-child .latest-notification{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    line-height: 19px;
    z-index: 99;
  }
  .notification-wrapper .container ul li:nth-child(2){
    width:83% ;

  }
  .notification-wrapper .container ul li:nth-child(2) .marquee-wrapp{
    padding:4px 0;
  }
  .notification-wrapper .container ul li:last-child{
    width: 5%;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    line-height: 19px;
  }
  .notification-wrapper .container ul li:last-child a,  .notification-wrapper .container ul li:last-child button{
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    line-height: 19px;
    text-decoration: none;
    z-index: 30;
  }
  a.navbar-brand {
    position: absolute;
    top: -8px;
    z-index: 99;
    padding: 4px 0;
    left: 82px;
}

#navbarSupportedContent {
  padding: 5px 0;
}
 a.navbar-brand img{    max-width: 111px;
    max-height: 120px;}
    .notification-wrapper .container ul li:last-child::before {
      content: " ";
      position: absolute;
      width: 41px;
      top: -16px;
      z-index: 1;
      left: -40px;
      height: 53px;
      background-color: #12498D;
      clip-path: polygon(62% 0, 100% 0%, 100% 100%, 0 100%);
  }
  .notification-wrapper .marquee-wrapp{
    width: 100%;
    background: #fff;
    padding: 15px 0;
    overflow: hidden;
  }
  .notification-wrapper .marquee-wrapp .Marquee {
    width: 85vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }



  .notification-wrapper .marquee-wrapp  .Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 45s linear infinite running;
    -moz-animation: marquee 45s linear infinite running;
    -o-animation: marquee 45s linear infinite running;
    -ms-animation: marquee 45s linear infinite running;
    animation: marquee 45s linear infinite running;
  }
  .notification-wrapper .marquee-wrapp .Marquee-content:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
  }
  .notification-wrapper .marquee-wrapp .Marquee-tag {
    font-family: "Poppins", sans-serif;
    width: 493px;
    font-size: 12px;
    text-align: center;
    margin: 0 0.2em;
    padding: 0.5em;
    background: rgba(255,255,255,0.1);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
    border-left: 1px solid #000;
  }
  .notification-wrapper .marquee-wrapp .Marquee-tag a{
    text-decoration: none;
  }
  .notification-wrapper .marquee-wrapp  .Marquee-tag:hover {
    background: rgba(255,255,255,0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
  }
  @-moz-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
    }
  }
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
    }
  }
  @-o-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
    }
  }
  @keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
    }
  }
/*****Banner*******/
.mobile-wrapp{
  display: none;
}
.banner-wrapper {
    width: 100%;
    margin: auto;
    position: relative;
}
.banner-wrapper img {
    max-width: 100%;
}

.banner-wrapper .kb-carousel .carousel-item .carousel-caption{
    bottom: inherit;
    top:5%;
    left: 0;
    width: 100%;
    right: inherit;
}
.banner-wrapper .kb-carousel .carousel-item::before{
  content: " ";
  width: 100%;
  height: 100%;
  background: #00000049;
  position: absolute;
  left: 0; background: url("../images/Overlay.png") no-repeat; background-size: 100%;
}
.banner-wrapper .kb-carousel .carousel-item .carousel-caption .container{
    max-width: 1450px;
}
.banner-wrapper .kb-carousel .carousel-item .carousel-caption .card{
    background: transparent;
   border: none;
   outline: none;
   width: 50%;
}
.banner-wrapper .kb-carousel .carousel-item .carousel-caption .card h5{
    font-family: "Poppins", sans-serif;
    font-weight:400;
    font-size:34px;
    line-height:52px;
    color:#fff;
    text-align: left; text-transform: uppercase;
}
.banner-wrapper .kb-carousel .carousel-item .carousel-caption .card h2{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 97px;
    color:#fff;
    text-align: left;
    text-shadow: 2px 0px #0003;
    border-bottom: 2px solid #ccc;
}
.contact-tab .contact-us li {
  padding: 20px 32px;
}
.banner-wrapper .kb-carousel .carousel-item .carousel-caption .card p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size:16px;
    line-height: 25px;
    color:#fff;
    text-align: left;
}
.banner-wrapper .kb-carousel .carousel-item .carousel-caption .card .addmssion-credits{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 20px 0;
}
.banner-wrapper .kb-carousel .carousel-item .carousel-caption .card .addmssion-credits li{
    list-style: none;
    padding: 0 5px;
    display: flex;
    align-items: center; margin-right: 15px;
}
.banner-wrapper .kb-carousel .carousel-item .carousel-caption .card .addmssion-credits li .admission-btn,

.banner-wrapper .kb-carousel .carousel-item .carousel-caption .card .addmssion-credits li .admission-btn a
{
    font-family: "Poppins", sans-serif;
  background:#F3AF00;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 21px;
  outline: none;
  color:#fff;
  border-radius: 24px;
  padding: 12px 25px;
  font-weight: 500;
}
.banner-wrapper .kb-carousel .carousel-item .carousel-caption .card .addmssion-credits li .academic-btn,
.banner-wrapper .kb-carousel .carousel-item .carousel-caption .card .addmssion-credits li .academic-btn a
{
    font-weight: 500;
    background:#12498D;
    font-family: "Poppins", sans-serif;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 21px;
    outline: none;
    color:#fff;
    border-radius: 24px;
    padding: 12px 25px;

}
.banner-wrapper .banner-prev{
    left: inherit !important;
    right:0px !important;
    width: 50px;
    width: 50px;
    height: 50px;
    top:50%;

}
.banner-wrapper .banner-prev .carousel-control-prev-icon{
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid #4B545D;
    position: relative;
}
.banner-wrapper .banner-prev .carousel-control-prev-icon::before{
    content: " ";
    width: 7px;
    height: 13px;
    position: absolute;
    top: 12px;
    left: 15px;
    background: url(../images/prev.png) no-repeat center center;
    background-size: 100% 100%;
}
.banner-wrapper .banner-next{
    top:35%;
    width: 50px;
    height: 50px;
}
.banner-wrapper .banner-next .carousel-control-next-icon{
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1px solid #4B545D;
    position: relative;
}
.banner-wrapper .banner-next .carousel-control-next-icon::before{
    content: " ";
    width: 7px;
    height: 13px;
    position: absolute;
    top: 12px;
    left: 15px;
    background: url(../images/next.png) no-repeat center center;
    background-size: 100% 100%;
}
@keyframes kenburns {
    0% {
      transform: scale(1);
      transition: transform 20000ms linear 0s;
    }

    100% {
      transform: scale(1.4);
      transition: transform 20000ms linear 0s;
    }
  }

  /* Carousel Wrapper */
  .kb-carousel {
    overflow: hidden;
    max-height: 650px;
  }

  /* Carousel Items */
  .kb-carousel .carousel-item {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
  }

  .kb-carousel .carousel-item.active {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
  }

  .kb-carousel > .carousel-inner > .carousel-item > img,
  .kb-carousel > .carousel-inner > .carousel-item > a > img {
    opacity: 0.8;
    animation: kenburns 20000ms linear 0s infinite alternate;
  }

  .kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
  .kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
    z-index: 0;
    opacity: 0;
  }
    /*******facilities-Student********/
  .fac-student-wrapper{
    width: 100%;
    margin-top: -160px;
    position: relative;
    z-index: 1;
    padding: 30px 0;
  }
  .fac-student-wrapper ul{
    width: 100%;
    display: flex;
    justify-content:center;
  }
  .fac-student-wrapper ul li{
    width: 240px;
    margin: 10px 15px;
  }
  .fac-student-wrapper ul li .card{
    background:
    #12498D;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: -7px 11px 6px 1px #a5b9d099;
  }
  .fac-student-wrapper ul li .card .card-body{
    padding: 0  20px 20px;
  }
  .fac-student-wrapper ul li .card .card-body h4{
    font-family: "Inter", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color:#fff;
    position: relative;
    margin-bottom: 10px;
  }
  .fac-student-wrapper ul li .card .card-body h4::before{
    content: " ";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 60px;
    height: 1.5px;
    background: #fff;
  }
  .fac-student-wrapper ul li .card .card-body p{
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    color: #fff;
  }
  .fac-student-wrapper ul li .card .card-header,  .fac-student-wrapper ul li .card .card-footer{
    border:transparent;
  }
  .fac-student-wrapper ul li .card .card-footer{
    padding: 0 20px 20px;
  }
  .fac-student-wrapper ul li .card .card-footer a{
    color:#fff;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    line-height: 20px;
    background: url(../images/linkarrow.png) no-repeat right center;
    padding-right: 25px;
  }
  /*****Our University*******/
  .our-university-wrapper{
    width: 100%;
    /* padding: 40px 0; */
    position: relative;
  }
  .our-university-wrapper::after,  .our-university-wrapper::before{
    content: " ";
    position: absolute;
    width: 144px;
    height: 403px;
    top:100px;

  }
  .our-university-wrapper::before{
    left: 0;
    background: url(../images/left-unver-shape.png) no-repeat top center;
  }
  .our-university-wrapper::after{
    right: 0;
    background: url(../images/right-uni-shape.png) no-repeat top center;
  }
  .our-university-wrapper .container{
    max-width: 1450px;
  }
  .our-university-wrapper h2{
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  .our-university-wrapper h2::before{
    content: " ";
    width: 100%;
    height: 1.5px;
    background:#F3AF00;
    position: absolute;
    left: 0px;
    top:50%;
  }
  .our-university-wrapper h2 span{
    font-weight: 600;

    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 45px;
    padding: 0 30px;
    background: #ffff;
    z-index: 1;
    position: relative;
    color:
    #1E497E;
  }
  .messages--error {
    display: none;
}
  .our-university-wrapper p{
    font-weight:400;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    padding: 0 35px;
    color: #000000;
  }
  .our-university-wrapper .list-group{
    display: flex;
    flex-direction: row;
  }
  .our-university-wrapper .list-group .list-group-item{
    width: 33%;
    border: none;
  position: relative;
  padding: 0;

  }
  .our-university-wrapper .list-group .list-group-item::after{
    content:  " ";
    position: absolute;
    right: 0;
    top:0;
    background: url(../images/divider-shape.png) no-repeat right center;
    height: 264px;
    width: 4px;
  }
  .our-university-wrapper .list-group .list-group-item:nth-child(3)::after{
    display: none;
  }
  .our-university-wrapper .list-group .list-group-item .card{
    border: none; height: 259px; box-shadow: none;
  }
  .our-university-wrapper .list-group .list-group-item .card .card-header{
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
  }

  .our-university-wrapper .list-group .list-group-item .card .card-header .icon{
    width: 106px;
    height: 106px;
  }
  .our-university-wrapper .list-group .list-group-item .card .card-body{
    padding-top: 0;
  }
  .our-university-wrapper .list-group .list-group-item .card .card-body h4 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height:37px;
    text-align: left;
    color: #1D497E;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.our-university-wrapper .list-group .list-group-item .card .card-body h4::before{
  background:#464F5A;
  width: 44px;
  height: 2px;
  content: " ";
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
}
.our-university-wrapper .list-group .list-group-item .card .card-body p{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color:
  #4A525B;
  padding: 0;
}
/*******Objectives of Sikkim University*********/

.objectives-wrapper img {
  width: 100%;
}
.objectives-wrapper{
  width: 100%;
  /* padding: 50px 0; */
  position: relative;
}
.home-page-quick-links {
  padding: 5px;
}
.objectives-wrapper::after{
  content: " ";
  position: absolute;
  bottom:50px;
  right: 0;
  width: 196px;
  height: 261px;
  background: url(../images/obj-right-pattern.png) no-repeat right;
}
.objectives-wrapper .container{
  width: 1450px;
}
.objectives-wrapper h2 {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}
.objectives-wrapper h2::before{
  content: " ";
  width: 100%;
  height: 1.5px;
  background:#F3AF00;
  position: absolute;
  left: 0px;
  top:50%;
}
.objectives-wrapper h2 span{
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 45px;
  padding: 0 30px;
  background: #ffff;
  z-index:7;
  position: relative;
  color:
  #1E497E;
}
.objectives-wrapper .list-group-flush .list-group-item{
  border: none;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size:16px;
  color:
  #4A525B;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 5px;
  padding-left: 25px;

}
.objectives-wrapper .list-group-flush .list-group-item::before{
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  left: -2px;
  top: 9px;
  background: url(../images/list-shape.png) no-repeat center;
}
/*******vice-chancellor Quick Links*********/
.vicechancellor-link-wrapper{
  width: 100%;
  padding: 10px 0;
}
.vicechancellor-link-wrapper .container{
  max-width: 1450px;
}
.vicechancellor-link-wrapper h2 {
  width: 100%;
  position: relative;
  text-align:left;
  margin-bottom: 20px;
}
.vicechancellor-link-wrapper h2::before{
  content: " ";
  width: 95%;
  height: 1.5px;
  background:#F3AF00;
  position: absolute;
  left: 0px;
  top:50%;
}
.vicechancellor-link-wrapper h2 span{
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 45px;
  padding: 0;
  background: #ffff;
  z-index: 7;
  position: relative;
  color:
  #1E497E;
  padding-right: 20px;
}
.vicechancellor-link-wrapper .chancellor-card,.vicechancellor-link-wrapper .quicklinks-card{
  width: 100%;
}
.vicechancellor-link-wrapper .chancellor-card .card{
  display: flex;
  flex-direction: row;
  border: none;
  background: transparent;
  padding: 0;
  align-items: flex-start;
  box-shadow: none;
}
.vicechancellor-link-wrapper .chancellor-card .card .card-header{
  width: 352px;
  /* padding: 0 30px 0 0; */
  background: transparent;
  border: none;
  overflow: hidden;
  position: relative;
  padding: 0 13px 15px;
}
.vicechancellor-link-wrapper .chancellor-card .card .card-header .hover-effect{
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  position: absolute;
  bottom: -73px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 26px);
  z-index: 9;
}
.vicechancellor-link-wrapper .chancellor-card .card .card-header .shape-color{
  width: 100%;
  padding: 57px;
  border-radius: 15px;
  background: #f3af00;
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.vicechancellor-link-wrapper .chancellor-card .card .card-header .hover-effect h3{
   font-size: 26px;
   font-weight:500;
   color:#fff;
   font-style: italic;
   font-family: 'Times New Roman Cyr';
   padding: 5px 15px;
   text-align: center;
   margin-bottom: 35px;

}
.vicechancellor-link-wrapper .chancellor-card .card .card-header .hover-effect  p{
  color:#fff;
  text-align: center;
  font-weight:400;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 26px;
}
.vicechancellor-link-wrapper .chancellor-card .card .card-header:hover .shape-color{

  background: #12498D;
}
.vicechancellor-link-wrapper .chancellor-card .card .card-header:hover .hover-effect{
  bottom: 25px;
  background: #00000049;
}
.vicechancellor-link-wrapper .chancellor-card .card .card-header:hover .hover-effect h3{
  margin-bottom: 8px;
  position: relative;
}

.vicechancellor-link-wrapper .chancellor-card .card .card-header:hover .hover-effect h3::before{
   content: " ";
   position: absolute;
   bottom: 0;
   width: 70%;
   height: 1px;
   background: #fff;
   left: 50%;
   transform: translate(-50%,0);
}
.vicechancellor-link-wrapper .chancellor-card .card .card-header img{
  width: 100%;
  position: relative;
  z-index: 7;
}
.vicechancellor-link-wrapper .chancellor-card .card .card-body{
  width: 380px;
  padding: 0px 55px 0 21px;
}
.vicechancellor-link-wrapper .chancellor-card .card .card-body p{
  color: #000;
  text-align: justify;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 32px;
  word-spacing: 2px;
}
.vicechancellor-link-wrapper .chancellor-card .card .card-header .hover-effect  p a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.vicechancellor-link-wrapper .quicklinks-card .card{
  display: flex;
  flex-direction: row;
  border: none;
  background:#12498D;
  padding: 0;
  border-radius: 20px;
   min-height: 350px;
   padding: 15px;
}
.vicechancellor-link-wrapper .quicklinks-card .card .card-body{
  background: transparent;
  height: 300px;
  overflow-y: scroll;
  padding: 10px ;
}

.vicechancellor-link-wrapper .quicklinks-card .card .card-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f5f5f548;
}

.vicechancellor-link-wrapper .quicklinks-card .card .card-body::-webkit-scrollbar
{
	width: 6px;
	background-color: #f5f5f50c;
}

.vicechancellor-link-wrapper .quicklinks-card .card .card-body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fff;
}
.vicechancellor-link-wrapper .quicklinks-card .card .card-body ul{
  display:flex;
  flex-direction: column; padding-left: 0;
}

.vicechancellor-link-wrapper .quicklinks-card .card .card-body ul li{
  list-style: none;
  padding: 5px;
  border-bottom: 1px solid #ffffff2f;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color:#fff;
  line-height:24px; text-decoration: none;
}
.vicechancellor-link-wrapper .quicklinks-card .card .card-body ul li a{
  text-decoration: none;
  font-size: 16px;
  color:#fff;
}
.vicechancellor-link-wrapper .quicklinks-card .card .card-body ul li a:hover{
  text-decoration: underline;
}
/*******Upcoming Events*********/
.events-wrapper{
  width: 100%;
  padding: 50px 0;
}
.events-wrapper .container{
  max-width: 1450px;
}
.events-wrapper h2 {
  width: 100%;
  position: relative;
  text-align:left;
  margin-bottom: 20px;
}
.events-wrapper h2::before{
  content: " ";
  width: 100%;
  height: 1.5px;
  background:#F3AF00;
  position: absolute;
  left: 0px;
  top:50%;
}
.events-wrapper h2 span{
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 45px;
  padding: 0;
  background: #ffff;
  z-index:7;
  position: relative;
  color:
  #1E497E;
  padding-right: 20px;
}
.events-wrapper #upcomingevent{
  width: 100%;
}
.events-wrapper #upcomingevent .thumbnail.item{
  padding: 15px;
}
.events-wrapper #upcomingevent .thumbnail.item h4{
  margin: 15px 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size:12px;
  line-height:18px;
  color:#3D4349;
  padding: 0 0 0 10px;
  border-left: 2px solid #627181;
}
.events-wrapper #upcomingevent  .owl-nav{
  position: absolute;
  top: 25%;
  width: 100%;
}
.events-wrapper #upcomingevent  .owl-nav .owl-prev{
  float: left;
  border: 1px solid #4B545D;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: relative;
}
.events-wrapper #upcomingevent  .owl-nav .owl-prev::before{
  content: " ";
  width: 7px;
  height: 13px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../images/next.png) no-repeat center center;
  background-size: 100% 100%;
}
.events-wrapper #upcomingevent  .owl-nav .owl-next{
  float: right;
  border: 1px solid #4B545D;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: relative;
}
.events-wrapper #upcomingevent  .owl-nav .owl-next::before{
  content: " ";
    width: 7px;
    height: 13px;
    position: absolute;
    top: 10px;
    left: 15px;
    background: url(../images/prev.png) no-repeat center center;
    background-size: 100% 100%;
}
/*******Footer *********/
.footer-wrapper{width: 100%;
margin: 0;
padding: 0;
}
.footer-wrapper .footer-top{
  width: 100%;
  background: url(../images/footerbg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 455px;
  overflow: hidden;
}
.footer-wrapper .container{
  max-width: 1450px;
}
.footer-wrapper .footer-top h4{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color:
  #FFFFFF;
  text-align: center;
  font-size: 23px;
  font-style: italic;
}
.footer-wrapper .footer-top .search-set{
  width: 100%;
  display:flex;
  flex-direction: row;
  position: relative;
 margin: 10px 0;
}
.footer-wrapper .footer-top .search-set input{
  width: 90%;
  padding: 13px 30px 13px  10px;
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
box-shadow: inset 2px 0px 20px 8px #00000038;
outline: none;
font-family: "Montserrat", sans-serif;
font-size: 15px;
font-weight:500;
}
.footer-wrapper .footer-top .search-set input:focus{
  outline: none;
}
.footer-wrapper .footer-top .search-set input::placeholder {
  color: #64768C;
  font-weight:500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
}
.footer-wrapper .footer-top .search-set input::-ms-input-placeholder{
  color: #909090;
  font-weight:500;
  font-style: italic;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.footer-wrapper .footer-top .search-set .search-btn{
  width: 130px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  background: #0065E2;
  padding: 13px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color:#fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 1px 1px 13px 9px #ffffff2e;
}
.footer-wrapper .footer-top  .link-set{
  width: 100%;
  display:flex;
  justify-content: center;
}
.footer-wrapper .footer-top  .link-set ul{
  width: 100%;
  display:flex;
  justify-content: center;
  padding: 10px 0;
}
.footer-wrapper .footer-top  .link-set ul li{
  list-style: none;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.footer-wrapper .footer-top  .link-set ul li:last-child{
  border: none;
}
.footer-wrapper .footer-top  .link-set ul li a{
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}
.footer-wrapper .footer-top .last-visitior-wrapper{
  width: 100%;
}
.footer-wrapper .footer-top .last-visitior-wrapper ul{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0 0;
}
.footer-wrapper .footer-top .last-visitior-wrapper ul li{
  list-style: none;
  display: flex;
  padding: 0 62px;
}
.footer-wrapper .footer-top .udate-ragging-set{
  width: 215px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.footer-wrapper .footer-top .udate-ragging-set .udate,.footer-wrapper .footer-top .udate-ragging-set .anit-set{
  width: 100%;
  text-align: center;
}
.footer-wrapper .footer-top .udate-ragging-set .udate h5{
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}
.academic-program-inner .affiliated-card .college-details a {
  padding: 0;
  font-size: 12px;
  text-decoration: none;
  padding-bottom: 5px; color: #0990ca !important;
}
.footer-wrapper .footer-top .udate-ragging-set .anit-set h5{
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}
.footer-wrapper .footer-top  .last-visitior-wrapper .visitors-counter-set{
  width:180px;
}
.footer-wrapper .footer-top  .last-visitior-wrapper .visitors-counter-set .visitiors{
  width: 100%;
}
.footer-wrapper .footer-top  .last-visitior-wrapper .visitors-counter-set .visitiors h5{
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 5px;
}
.footer-wrapper .footer-top  .last-visitior-wrapper .visitors-counter-set .counter{
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-wrapper .footer-top  .last-visitior-wrapper .visitors-counter-set .counter ul {
 display: flex;
 flex-direction: row;
 justify-content: center;
 padding: 0;
 width: 70%;
}
.footer-wrapper .footer-top  .last-visitior-wrapper .visitors-counter-set .counter ul li{
  background-color: #fff;
  padding: 11px;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  box-shadow: inset 1px 0px 6px #00000073;
  margin: 0 4px;
  position: relative;
}
.footer-wrapper .footer-top  .last-visitior-wrapper .visitors-counter-set .counter ul li::after{
  content: " ";
  background: url(../images/visitor-shape.png) no-repeat;
  width: 2px;
  height: 7px;
  position: absolute;
  left: 3px;
  top:40%;
}
.footer-wrapper .footer-top  .last-visitior-wrapper .visitors-counter-set .counter ul li::before{
  content: " ";
  background: url(../images/visitor-shape.png) no-repeat;
  width: 2px;
  height: 7px;
  position: absolute;
  right: 3px;
  top:40%;
}
.footer-wrapper .footer-top  .social-wrapp{
  width: 100%;
  margin: auto;
  padding: 50px 0 0;
}
.footer-wrapper .footer-top  .social-wrapp ul{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-wrapper .footer-top  .social-wrapp ul::before{
  content: " ";
  position: absolute;
  left: 0;
  top:10px;
  width: 47%;
  height: 1px;
  background-color: #fff;
}
.footer-wrapper .footer-top  .social-wrapp ul::after{
  content: " ";
  position: absolute;
  right: 0;
  top:10px;
  width: 45%;
  height: 1px;
  background-color: #fff;
}
.footer-wrapper .footer-top  .social-wrapp ul li{
  list-style: none;
  margin: 0 5px;
}
.footer-wrapper .footer-top  .advert-wrapp{
  width: 100%;
}
.footer-wrapper .footer-top  .advert-wrapp .add-card{
   width: 762px;
   margin: auto;
}
.footer-wrapper .footer-top  .advert-wrapp .add-card img{
  width: 100%;
}
.copyirght-wrapper{
  width: 100%;
  background: #fff;
  padding: 10px 0;
}
.copyirght-wrapper p{
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  color:
  #000000;
  text-align: center;
}
/************/

/******* Contact us start *********/
.contact-banner {
  background: url(../images/contactus.png) no-repeat left center;
  background-size: cover;
  height: 250px;
}
.contact-department p {
  color: #4a525b;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  padding: 10px;
  line-height: 20px;
}
.contact-department p > span {
  padding-right: 10px;
}
.contact-department p > span > .fa {
  color: #12498d;
  font-size: 16px;
}
.contact-department p > a {
  color: #0990ca;
}
.contact-left p{ margin-bottom: 0; padding-bottom: 10px;}
.contact-left {
  border: 2px solid #12498d;
  padding: 10px;
  border-radius: 10px;
}
.contact-department {
  margin-top: 40px;
  padding-bottom: 50px;
}
.contact-right iframe {
  width: 100%;
  height: 100%;
  margin-left: 0px; border-radius: 10px;
}
.contact-right {
  border: 2px solid #f3af00;
  border-radius: 10px; margin-left: 20px;
}
.contact-tab ul.tab-menu {
  width: 79%;
  margin-bottom: 0;
}
#contact-details .tab-menu li.active a{ color: #fff; text-decoration: none;}
#contact-details .tab-menu li a{ text-decoration: none;}
.heading-tr th:first-child {
  border-radius: 10px 0 0 0;
}
/* .contact-inner .anthropology .card {text-align: center;border: 1px solid #4d77aa;padding: 20px;border-radius: 10px;}
.contact-inner .anthropology .card:hover{ background: #12498d;}
.contact-inner .anthropology .card:hover .tab-text h4{ color: #fff;}
.contact-inner .anthropology .card:hover .tab-text p{ color: #F3AF00;}
.contact-inner .anthropology .card:hover .tab-text span{ color: #fff;}
.contact-inner .anthropology .card:hover .tab-text a{ color: #fff;}
.contact-inner .anthropology .card:hover .view-more-btn{ color: #F3AF00;} */
.contact-tab {
  border-top: 1px solid #c89002;
  margin-top: 63px;
}
.contact-inner {
  margin-top: -46px;
}
.contact-tab table th {
  background: #12498d;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.heading-tr .radius-left {
  border-radius: 10px 0 0 0;
}
.heading-tr .radius-right {
  border-radius: 0 10px 0px 0px;
}
.contact-tab table tr {
  color: #4a525b;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.contact-tab table tr td {
  padding: 15px; border-width: inherit;
}
.contact-tab table th{
 border-width: inherit;
}
#data-container .table-responsive table {
  box-shadow: 0px 0px 7px #ccc;
}
.contact-tab table tr th {
  padding: 15px;
}
.contact-tab table tr:nth-child(2n) {
  background: #edf2f8;
}
.contact-inner h3 {
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
}
.contact-inner span {
  color: #f3af00;
}

.contact-tab .page-content {
  display: inline-block;
  padding: 15px;
  width: 100%;
  text-align: center;
  height: 100%;
  margin-bottom: 10px;
}
.contact-inner .pagination {
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.contact-inner .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #f3af00;
  border-color: #f3af00;
}
.contact-inner .pagination-lg a {
  background-color: #edf2f8;
  color: #000;
}

.pagination {
  text-align: center;
  margin-top: 2rem;
}

.pagination a {
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #000;
  margin: 0 5px;
  border-radius: 4px;
}

.pagination a:hover {
  background-color: #f3af00;
  color: white;
}

.pagination .active {
  background-color: #f3af00;
  color: white;
}

.contact-inner .table-bordered .card:hover {
  background: none;
}
#page-numbers {
  display: none;
}
.banner-head h2 {
     color: #fff;
     font-size: 48px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px;
}
.banner-head {
    display: flex;
    height: 250px;
    align-items: center;
    justify-content: left; position: absolute; top: 0;
}

.contact-tab .pager a.is-active {
  background: #f3af00;
  border-radius: 6px; color: #fff;
}
.contact-tab .pager a{ border-radius: 6px; background: #edf2f8; color: #000;}

.tab-menu li.active {
    background: #12498d;
    color: #fff;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.tab-menu li {
    position: relative;
    background-color: #e8edf4;
    display: inline-block;
    padding: 20px 40px;
    /* opacity: 0.8; */
    cursor: pointer;
    z-index: 0;
    border-radius: 30px;
    margin: 0 4px;
    color: #12498d;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
ul.tab-menu {
    text-align: center;
    width: 49%;
    margin: 0 auto;
    background: #d0dbe8;
    border-radius: 50px;
    margin-bottom: 40px;
    padding: 10px;
}

.contact-tab .pager a.is-active {
  background: #f3af00;
  border-radius: 6px;
  font-weight: 400;
  color: #fff;
}
/******* Contact us end *********/


/******* Anthropology start *********/
.anthoropology-banner .card{ align-items: center; height: 320px;}
.anthoropology-banner img{ background-position: 100%; }
.anthropology .tab-img img{ width: 100px; height: 90px;}

.anthoropology-banner {
  /* background: url(../images/inner-baner.jpg) no-repeat; */
  /* background-size: cover; */
  height: 250px; position: relative;
}
.banner-head span {
  color: #f3af00;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}
.banner-head h2 {
  color: #fff;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 10px;
}
.banner-head {
  display: flex;
  height: 230px;
  align-items: center;
  justify-content: left;
}
.about-inner {
  padding-top: 50px;
}
.about-inner h3 {
  color: #1d497e;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
}
.about-inner p {
  color: #000000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  padding-top: 30px;
}
.course-offerd span {
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.course-offerd p {
  padding-top: 0;
}
.course-offerd {
  margin-top: 20px;
}
.course-offerd a {
  color: #0990ca;
}
.tab-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
.tab-menu li {
  position: relative;
  background-color: #e8edf4;
  display: inline-block;
  padding: 20px 40px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 0;
  border-radius: 30px;
  margin: 0 4px;
  color: #12498d;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.line {
  display: none;
}
.tab-menu li.active {
  background: #12498d;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.tab-menu li:hover {
  color: #464646;
}
.tab-menu li.active {
  color: #fff;
  opacity: 1;
  border: 1px solid #fff;
}
.tab-menu li.active:hover {
  color: #fff;
}
.anthropology > div {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 0px;
  min-height: 200px;
}
.line {
  position: absolute;
  width: 0;
  height: 7px;
  background-color: aqua;
  top: 0;
  left: 0;
}
.tab-img img {
  max-width: 120px;
  max-height: 90px;
  border-radius: 50px;
}
.teaching-inner .anthropology .card {
  text-align: center;
  border: 1px solid #4d77aa;
  padding: 20px;
  border-radius: 10px; height: 358px;
}

.teaching-inner .anthropology .card:hover {
  background: #12498d;
}
.teaching-inner .anthropology .card:hover .tab-text h4 {
  color: #fff;
}
.teaching-inner .anthropology .card:hover .tab-text p {
  color: #f3af00;
}
.teaching-inner .anthropology .card:hover .tab-text span {
  color: #fff;
}
.teaching-inner .anthropology .card:hover .tab-text a {
  color: #fff;
}
.teaching-inner .anthropology .card:hover .view-more-btn {
  color: #f3af00;
}
.tab-text h4 {
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 10px 0;
}
.tab-text p {
  color: #4a525b;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
}
.statutory-inner .card-main .card p{ padding-bottom: 0;}
.tab-text span {
  color: #4a525b;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 0x;
}
.tab-text a {
  color: #0990ca;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  padding: 10px;
  display: block;
}
.anthropology .view-more-btn {
  color: #f3af00;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 10px;
  padding-bottom: 0;
  display: block;
  text-decoration: none;
}
.teaching-inner .anthropology .col-md-3 {
  margin-bottom: 25px;
}
.anthropology > div > .row {
  justify-content: center;
  align-items: center;
}
ul.tab-menu {
  text-align: center;
  width: 49%;
  margin: 0 auto;
  background: #d0dbe8;
  border-radius: 50px;
  margin-bottom: 40px;
  padding: 10px;
}
.teaching-tab {
  border-top: 1px solid #c89002;
  margin-top: 63px;
}
.teaching-inner {
  margin-top: -46px;
}

/******* Anthropology end *********/


/******* statutory start *********/
.top-line h5 {
  background: #12498d;
  color: #fff;
  margin-top: -21px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 0px 10px 0px 21px;
  margin-right: -21px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}


/*update css start*/
.statutory-inner .card {
  text-align: center;
  border: 1px solid #4d77aa !important;
  padding: 20px;
  border-radius: 10px; align-items: center; height: 350px;
}
/* .statutory-inner .tab-img img {
  max-width: 120px;
  max-height: 90px;
  border-radius: 50px;
} */

.statutory-inner .card-main .card img {
  width: 100px;
  border-radius: 50%;
  height: 103px;
}
/*update css end*/
.statutory-inner .tab-text h4 {
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 5px 0;
  line-height: 25px;
}
.statutory-inner .tab-text a {
  color: #0990ca;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 10px;
  display: block;
  padding-top: 0;
}
.pp-left .card-main {
    margin-top: 0;
    height: 100%;
}
.card-main .tab-img {
    padding-top: 30px;
}
.statutory-inner .tab-text span {
  color: #4a525b;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
  line-height: 20px;
}
.statutory-inner .card-main{ padding: 0; margin: 0; margin-bottom: 50px;}
.statutory-inner .view-more-btn {
  color: #f3af00 !important;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 10px;
  padding-bottom: 0;
  display: block;
  text-decoration: none;
}

.statutory-inner {
  padding-top: 50px;
}
.statutory-inner h3 {
  position: relative;
}
.statutory-inner h3::before {
  content: " ";
  width: 100%;
  height: 1.5px;
  background: #f3af00;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: -1;
}
.statutory-inner h3 span {
  color: #1d497e;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  background: #fff;
  padding: 10px 15px;
  display: inline-block;
}
.statutory-inner .card-main{ position: relative;}

/* update css start */
.top-line {
  width: 220px;
  margin-left: -1px;
}
/* update css end */
.statutory-inner .card:hover {
  background: #12498d;
}
.statutory-inner .card:hover .tab-text h4 {
  color: #fff;
}
.statutory-inner .card:hover .tab-text p {
  color: #f3af00;
}
.statutory-inner .card:hover .tab-text span {
  color: #fff;
}
.statutory-inner .card:hover .tab-text a {
  color: #fff;
}
.statutory-inner .card:hover .top-line h5{ background:#f3af00 ;}
.statutory-inner .card:hover .view-more-btn {
  color: #f3af00;
}
/* .statutory-baner {
  background: url(../images/statuory-bg.jpg) no-repeat;
  background-size: cover;
  height: 250px;
} */
/******* statutory end *********/
form.views-exposed-form {
    display: none !important;
}
.language-switcher-language-url {
    display: none !important;
}

/******* administration start *********/
.examination-contact h4 {
  color: #1d497e;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-left: 15px;
}
.examination-inner h3 {
  position: relative;
}
.examination-inner h3::before {
  content: " ";
  width: 100%;
  height: 1.5px;
  background: #F3AF00;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: -1;
}
.examination-inner {
  padding-top: 50px;
}
.examination-inner h3 span {
  color: #1D497E;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  background: #fff;
  padding: 10px 15px;
  display: inline-block;
}
.examination-inner .card {
  text-align: center;
  border: 1px solid #4D77AA;
  padding: 20px;
  border-radius: 10px;
}
.examination-inner .tab-text span {
  display: block;
  padding: 5px 0;
}
.card-main {
  margin-top: 40px;
}
.examination-inner table tr {
  color: #4A525B;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.examination-inner table th {
  background: #12498D;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.examination-inner table tr th {
  padding: 15px;
}
.examination-inner table tr td {
  padding: 15px;
}
.examination-inner table tr td a{ color: #0990CA;}
.examination-inner table tr:nth-child(2n) {
  background: #EDF2F8;
}
.examination-inner .table-responsive {
  margin-top: 30px;
  padding: 0;
}
.examination-inner .table-bordered {
  box-shadow: 2px 2px 16px -4px #ccc;
}
.examination-contact {
  padding-top: 25px;
  margin-bottom: 20px;
}
.examination-inner .card:hover {
  background: #12498D;
}
.examination-inner .card:hover .tab-text h4 {
  color: #fff;
}
.examination-inner .card:hover .tab-text p {
  color: #F3AF00;
}
.examination-inner .card:hover .tab-text span {
  color: #fff;
}
.examination-inner .card:hover .tab-text a {
  color: #fff;
}
.examination-inner .card:hover .view-more-btn {
  color: #F3AF00;
}
.examination-inner .view-more-btn {
  color: #F3AF00;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 10px;
  padding-bottom: 0;
  display: block;
  text-decoration: none;
}
.examination-department .examination-inner .card-main .card{border: 1px solid #4D77AA;}
/* .examination-baner {
  background: url(../images/Examination-Banner.jpg) no-repeat;
  background-size: cover;
  height: 250px;
} */

/******* administration end *********/
.tp-banner{
  position: relative;
}

/***** pop up **/
.view-popup {
  max-width: 710px;
  margin: 1.75rem auto;
}
.pp-left .card-main {
  margin-top: 0;
  height: 100%;
}
.pp-left {
  background: #12498D;
  height: 100%;
  text-align: center;
}
.card-main .card{ background: none; border: none;}
.card-main .tab-img{ padding-top: 30px;}
.pp-left h4{ color: #fff; line-height: 22px; text-transform: uppercase;}
.pp-left span{ color: #F3AF00; line-height: 22px; text-transform: uppercase; font-weight: 600;}
.pp-left p{ color: #fff; line-height: 22px; font-weight: 400;}
.pp-right h4{ color: #1D497E; font-size:20px; font-family: "Poppins", sans-serif; font-weight: 600; padding: 10px 0;}
.pp-right p {
  color: #4A525B;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  /* padding: 10px; */
  text-align: justify;
  line-height: 20px;
  /* height: 300px;*/
  /* overflow-y: scroll; */
}
.pp-right {
  padding-right: 18px;
}
.view-popup .modal-footer {
  position: absolute;
  right: 10px;
  top: -8px; border: none; z-index: 99;
}
.view-popup .pp-left .tab-text a{ color: #fff;}
.minut-cl p {
  font-size: 14px;
  color: #8E8E8E;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}
  .view-popup { max-width: 650px !important;
}
/** end pop **/

/******* officers ******/
.officers-cl ul.tab-menu {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background: #d0dbe8;
  border-radius: 50px;
  margin-bottom: 25px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.officers-cl .tab-menu li {
  padding: 0 41px;
  height: 42px;
  vertical-align: top;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center; font-size: 14px; line-height: 16px;
}
.officers-cl .teaching-tab {
  border-top: none;
  margin-top: 63px;
}
.officers-cl .teaching-inner .tab-content .card{ flex-flow: wrap;}
.teaching-inner .tab-content .card {
  text-align: center;
  border: 1px solid #4d77aa;
  padding: 20px;
  border-radius: 10px;
}
.teaching-inner .tab-content .card:hover {
  background: #12498d;
}
.officers-cl .tab-img {
  width: 35%;
  margin-right: 15px;
}
.officers-cl .tab-text {
  width: 54%;
  text-align: left;
  margin-top: 12px;
}
/******* officers ******/
/******* RTI ******/
.activitest_tab h5 span {
  padding: 10px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.activitest_tab h5 span::before {
  position: absolute;
  content: "";
  transform: skew(340deg);
  background: #F3AF00;
  right: -10px;
  top: 0;
  width: 4px;
  height: 42px;
  z-index: -1;
}
.activitest_tab h5 span::after {
  position: absolute;
  content: "";
  transform: skew(340deg);
  background: #F3AF00;
  left: 0;
  top: 0;
  width: 100%;
  height: 42px;
  z-index: -1;
}
.activitest_tab ul{ padding-left: 10px;}
.activitest_tab li {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
  text-align: left;
  list-style: disc;
}
.rti-cl ul.tab-menu {
  text-align: center;
  width: 100%; display: flex;
}
.rti-cl .tab-menu li {
  padding: 20px 22px;
  font-size: 14px;
}
.rti-cl .teaching-tab {
  border-top: none;
  margin-top: 40px;
}
.rti-cl .activitest_tab p{color: #1d497e;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 18px; padding-bottom: 0px;}

.rti-cl .activitest_tab ul{margin: 0; padding: 0;}

.rti-cl .activitest_tab ul li{ list-style: none; line-height: 20px; }
.rti-cl .activitest_tab ul li span{color: #4A525B;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px; padding-bottom: 15px;}
  .minut-cl {
  border: 1px solid #1D497E;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 40px;
  position: relative;
}
.rti-cl .minut-cl h4{ margin-left: 0; font-size: 14px;}
.minut-cl span {
  background: #F3AF00;
  color: #fff;
  padding: 5px 12px;
  display: inline-block;
  border-radius: 0px 5px 5px 0px;
  margin-left: -15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.minut-cl h4 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}
.minut-cl a{
  font-size: 14px;
  color: #0990CA;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  position: absolute;
  bottom: 15px;
 }
  .minut-cl .fa-download{ padding-right: 5px;}
  .cout-btn{ text-align: center; margin: 15px 0;}
  .cout-btn a{font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-family: "Poppins", sans-serif; background: #12498D;}

    .rti-cl .activitest_tab ul li {
    font-size: 15px;
    font-weight: 400;
}

.rti-cl .activitest_tab ul li {
    list-style: none;
    line-height: 32px;
}
.rti-cl .activitest_tab ul li span {
    color: #4A525B;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding-bottom: 15px;
    padding-right: 12px;
}
.address-cl li .fa {
    padding-right: 10px;
}
.rti-cl ul.address-cl {
    margin-left: 166px !important; margin-bottom: 20px;
}

.academic-program-inner {
    padding-top: 25px;
    margin-bottom: 20px;
}
.academic-program-inner .tab-main a.active {
    position: relative;
}
.academic-program-inner .tab-main a.shadow {
    box-shadow: none !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    line-height: 25px;
    color: #C4D1E3;
}
.academic-program-inner .tab-main a.active::after {
    content: "";
    position: absolute;
    left: -20px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #12498D;
    top: 15px;
    border: 3px solid #fff;
}

.academic-program-inner .tab-content {
    margin-top: 30px;
}
.ipr-cl td p{ line-height: 25px;}
/*******central service ******/

.deans .statutory-inner .card-main .card{height: 358px;}
.deans .statutory-inner .card-main .card .top-line {
  width: 204px;
  margin-left: 14px;
}
.top-line h5{ font-size: 12px; height: 38px; padding-top: 9px;}
.deans .statutory-inner .card-main .card .view-more-btn {
  margin-top: 19px;
  display: block; text-transform: uppercase;
}
.deans .statutory-inner .tab-text h4{ padding-top: 15px; text-transform: uppercase;}

.important-dl .format-cl .teaching-inner .importants li{padding: 20px 52px;}
.icc-cl h5 span::before {
  position: absolute;
  content: "";
  transform: skew(340deg);
  background: #f3af00;
  right: -10px;
  top: 0;
  width: 4px;
  height: 42px;
  z-index: -1;
}
.icc-cl h5 span::after {
  position: absolute;
  content: "";
  transform: skew(340deg);
  background: #f3af00;
  left: 0;
  top: 0;
  width: 100%;
  height: 42px;
  z-index: -1;
}
.icc-cl p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #4A525B;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: 22px;
}
.icc-cl .fedback{ margin: 20px 0;}
.ethical-cl td span{ font-weight: 600;line-height: 20px ;padding: 5px 0;}
.iic-cl td span {
  font-weight: 600;
  line-height: 20px;
  padding: 5px 0;
  display: inline-block;
}
.iic-cl td p{ line-height: 25px;}
.ipr-cl td span {
  font-weight: 600;
  line-height: 20px;
  padding: 5px 0;
  display: inline-block;
}


.rti-cl .calender-cl {
  padding: 0 !important;
  margin: 0 !important; box-shadow:none !important;
}
.rti-cl .examination-inner h3::before {
  content: " ";
  width: 100%;
  height: 1.5px;
  background: #F3AF00;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 0;
}

.rti-cl .examination-inner h3 span {
  color: #1D497E;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  background: #fff;
  padding: 10px 0px;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.addmssion-credits a.admission-btn {
  text-decoration: none;
}
.addmssion-credits a.academic-btn {
  text-decoration: none;
}
.rti-cl .examination-contact .teaching-tab > .container{ padding: 0;}
.rti-cl .statutory-inner {
  padding-top: 0;
}
.rti-cl .format-cl .statutory-inner h3 {
  padding-top: 0;
  padding-bottom: 0; position: relative; z-index: 0;
}
.rti-cl .opportunity .statutory-inner h3 span{ padding-left: 0;}
.rti-cl .statutory-inner h3{ position: relative; z-index: 0;}
.rti-cl .examination-contact {
  padding-top:31px;
  margin-bottom: 20px;
}
.rti-cl .active .examination-contact {
  padding-top: 0;
  margin-bottom: 20px;
}
.rti-cl .format-cl .examination-contact {
  padding-top: 30px;
  margin-bottom: 20px;
}
.rti-cl .tab-wrapper {
  margin: 30px auto;
  width: 100%;
  max-width: 1140px;
}
.rti-cl .basic-information li {
  padding: 20px 40px;
  font-size: 12px;
  height: 54px;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  display: flex;
}
.d-none{ display: none;}
.pager ul.pager__items li a {
  background: #e0e0e0;
  border-radius: 4px;
  color: #000;
}
.pager__item--active a {
  background: #F3AF00;
  border-radius: 4px;
  color: #000;
}
.tp-banner > div { width:100%}
.view-popup .pp-left .card-main .card .tab-img img {
  width: 100px;
  height: 90px;
}
.header-wrapper .header-bottom .navbar .form-search .input:focus{box-shadow:none; outline:none;}
.tab-text:focus{box-shadow:none; outline:none;}
.dropdown-menu li:focus{ display: none;}
.navbar-light .navbar-nav .nav-link:focus{box-shadow:none; outline:none;}
a:focus {
  outline: none !important;
  box-shadow: none !important;
}
.academics .academic-program-inner .tab-pane {
  padding: 0 !important;
  box-shadow: none !important;
}
.academics .academic-program-inner .tab-pane .examination-inner {
  padding-top: 0;
}
.academics .examination-inner h3 span {
  z-index: 9;
  position: relative;
}
.academics .examination-inner h3::before {
  z-index: 0;
}
.non-border td {
  font-weight: 600;
  vertical-align: middle;
  color:#12498D;
}
tr.non-border {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.academics .examination-department {
  min-height: 779px;
}
.academics .statutory-inner {
  padding-top: 0;
}
.academics .deans-of-school{height: 779px;
  overflow-y: scroll;}

 .view-popup .pp-right {
    padding-right: 18px;
    height: 400px;
    overflow-y: scroll;
}
.rti-cl .teaching-inner .minut-cl h4{margin-left: 0;}
.academic-program-inner .meeting-inner h3 { position: relative; padding-bottom: 10px;}
.academic-program-inner .meeting-inner h3 span{z-index: 9; position: relative;}
.academic-program-inner .meeting-inner h3::before {
  z-index: 0;content: " ";
  width: 100%;
  height: 1.5px;
  background: #F3AF00;
  position: absolute;
  left: 0px;
  top: 45%;
}
.academic-program-inner .meeting-inner h3 span {
  color: #1D497E;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  background: #fff;
  padding: 10px 0;
  display: inline-block;
}

.academics .academic-program-inner .tab-pane .table-responsive p{font-family: "Poppins", sans-serif;}


 /* 3 row table */
 .three-row-table .table-responsive {
  margin-top: 30px;
  padding: 0;
}
.three-row-table .table-bordered {
  box-shadow: 2px 2px 16px -4px #ccc;
}
.three-row-table table tr {
  color: #4a525b;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.three-row-table table tr th {
  padding: 15px;
}
.three-row-table table th {
  background: #12498d;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.three-row-table table tr td {
  padding: 15px; vertical-align: middle;
}
.three-row-table .line-heightcl {
  line-height: 20px;
}
.three-row-table .heading-tr .radius-left {
  border-radius: 10px 0 0 0;
}
.three-row-table .table-responsive .card-one td span {
  font-weight: 600;
}
.three-row-table table tr:nth-child(2n) {
  background: #edf2f8;
}
.merge-row td {
  font-weight: 600; color: #12498d;
}
.line-heightcl td{ line-height: 20px;}


  /* 3 row table */
  .region .meeting-department {
    margin-top: 20px;
}
.region .minut-cl {
  border: 1px solid #1D497E;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 40px;
  height: 180px;
}
.rti-cl .format-cl ul.address-cl {
  margin-left: 0 !important;
  margin-bottom: 20px;
  padding-left: 0;
}
.officers-cl .tab-img img {
  width: 100px;
  height: 99px;
  max-height: inherit;
}
.officers-cl .teaching-inner .tab-content .card {
  text-align: center;
  border: 1px solid #4d77aa;
  padding: 10px 20px;
  border-radius: 10px;
  height: 130px;
}
.officers-cl .tab-content {
  margin-bottom: 20px;
}
.officers-cl .tab-content .card:hover .tab-text h4 {
  color: #fff;
}
.officers-cl .tab-content .card:hover .tab-text p {
  color: #f3af00;
}
.guesthouse p{  color: #4a525b;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px; line-height: 22px; margin-top: 20px;}
  .guesthouse h3 span{ padding-left: 0;}
  .guest-img {
    margin-top: 20px;
}
.guesthouse h3 span {
  color: #1d497e;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  background: #fff;
  padding: 10px 0px;
  display: inline-block;
}
.guesthouse h3{ position: relative;}
.guesthouse h3::before {
  content: " ";
  width: 100%;
  height: 1.5px;
  background: #f3af00;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: -1;
}
.guesthouse {
  padding-top: 25px;
  margin-bottom: 20px;
}
.guest-img img {
  border-radius: 5px;
  width: 366px;
  height: 293px;
  max-width: 100%;
}
.guesthouse span{ color: #000; font-weight: 600;}
  .hostel-main{ margin-top: 30px;}
  .healthpage ul li span {
    display: inline;
    color: #4a525b;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.healthpage ul li p {
  display: inline;
}
.healthpage .activitest_tab {
  margin-top: 40px;
}
.healthpage .activitest_tab p {
  padding: 3px;
  margin: 0;
}
.healthpage .activitest_tab p.spacing-p {
  padding-top: 20px !important;
}
.guesthouse a{ color:#0990CA ;}
.facilitiesprovide .three-row-table tr td:first-child {
  width: 90px;
}
.facilitiesprovide .three-row-table tr td a{ display: block; color: #0990CA; font-weight: 600;
  font-family: "Poppins", sans-serif; text-decoration: none;}
.facilitiesprovide .three-row-table tr td .fa-download {
  padding-top: 10px;
  color: #0990CA;

}
.facilitiesprovide .three-row-table tr td .fa-download:before{ padding-right: 5px;}
.click-hr{ display: block;}
.click-here-inner p {
  padding: 0;
  margin: 0;
}
.click-here-inner span.click-hr {
  display: inline;
}
.facilitiesprovide .three-row-table .click-here-inner p a {
  display: inline-block ;
}
.rti-cl .format-cl {
  padding: 0 !important;
  box-shadow: none !important;
}
.rti-cl .opportunity{padding: 0 !important;
  box-shadow: none !important;}
  .rti-cl .minut-cl{
    height: 183px;
    position: relative;
    word-wrap: break-word;}
.academics .minut-cl {
  height: 150px;
  position: relative;
}
 .academics #v-pills-5 .minut-cl:first-child{ height: 200px;}
 .academics div#v-pills-13 .teaching-tab {
  border: none;
}
.examination-inner h3 {
  position: relative;
}
.academics div#v-pills-13 .teaching-tab {
  border: none;
  height: 760px;
  overflow-y: scroll;margin-top: 23px;
}
.academics div#v-pills-13 .contact-tab{ border: none; position: relative;}
.academics div#v-pills-13 .teaching-tab h3 {position: relative;}
.academics div#v-pills-13 .teaching-tab h3::before {
  z-index: 0;
  content: " ";
  width: 100%;
  height: 1.5px;
  background: #F3AF00;
  position: absolute;
  left: 0px;
  top: 45%;
}
.academics div#v-pills-13 .teaching-tab h3 span {
  z-index: 9;
  position: relative;
}
.academics div#v-pills-13 .teaching-tab h3 span {
  color: #1D497E;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  background: #fff;
  padding: 10px 15px;
  display: inline-block;
}
.bd-bl{ color: #1D497E;
  font-weight: 600;
  font-family: "Poppins", sans-serif;vertical-align: middle;}
  .academics div#v-pills-13 .teaching-tab td a{
    color: #1D497E;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .academics div#v-pills-13 .teaching-tab td .fa-download{color: #1D497E;padding-right: 5px;}
  .academics div#v-pills-13 .teaching-inner {
    margin-top: 4px;
}
.academics #v-pills-2 .statutory-inner h3 span{ position: relative;}
.academics #v-pills-2 .statutory-inner h3::before{ z-index: 0;}
.curriculum .academic-program-department {
  margin-top: 76px;
}
.curriculum .academic-program-department .contact-tab{ border: none;}
.curriculum .academic-program-department .contact-tab h3 {
  margin-bottom: 40px;
}
.curriculum .academic-program-department .contact-tab td a{color: #1D497E; text-decoration: none;}
.curriculum .academic-program-department .contact-tab td .fa-download{color: #1D497E;padding-right: 5px;}
.curriculum ul.curriculums.tab-menu {
  margin-bottom: 40px;
}
.academics .affiliated-card .tab-img img {
  width: 298px;
  height: 158px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px 5px 0 0;
}
.academics .affiliated-card .tab-img {
  padding-top: 0;
  width: 100%;
}
.academics .affiliated-card .card {
  padding: 0;
}
.academics .affiliated-card .card{ height: 390px;}
.term-condition ul li{color: #000000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
  line-height: 24px;}
  ul.first-consition li {
    list-style: number;
}
ul.first-consition {
    padding: 0 23px;
}
ul.second-consition {
  padding: 0 15px;
}
.second-consition li {
  list-style: disc !important;
}
.help-cl .first-consition li{ list-style: none;}
.help-cl .first-consition li span{font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px; color: #000;}

.help-cl .first-consition li {font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px; }
    .help-cl ul.first-consition {
      padding: 0;
  }

  .academics #v-pills-3 .deans-of-school .top-line {
    width: 211px;
    margin-left: -14px;
}
.academics #v-pills-9 .meeting-department h5{ position: relative;}
.academics #v-pills-8 .meeting-department h5{ position: relative;}
.academics #v-pills-8 .meeting-department h5 span {
    padding: 7px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    /* left: 9px; */
    z-index: 0;
    position: absolute;
    right: 33px;
    /* width: auto; */
    top: -20px;
}
.academics #v-pills-9 .meeting-department h5 span {
  padding: 7px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  left: 9px;
  z-index: 0;
}
.academics #v-pills-9 .meeting-department h5 span::before {
  position: absolute;
  content: "";
  transform: skew(340deg);
  background: #f3af00;
  right: -10px;
  top: 0;
  width: 4px;
  height: 42px;
  z-index: -1;
}

.academics #v-pills-9 .meeting-department h5 span::after {
  position: absolute;
  content: "";
  transform: skew(340deg);
  background: #f3af00;
  left: 0;
  top: 0;
  width: 100%;
  height: 42px;
  z-index: -1;
}

.academics #v-pills-8 .meeting-department h5 span::after {
    position: absolute;
    content: "";
    transform: skew(340deg);
    background: #f3af00;
    left: 0;
    top: 0;
    width: 100%;
    height: 42px;
    z-index: -1;
}
.academics #v-pills-9 .meeting-department ol{ padding-left: 0;}
.academics #v-pills-9 .meeting-department {
  margin-top: 20px;
 
}
.academics #v-pills-7 {
  margin-top: 20px;
  height: 700px;
  overflow-y: scroll;
}
.about-container .examination-inner {
  padding-top: 16px;
}
.about-container .examination-inner h3 span {
  padding-left: 0;
}
.examination-inner .tab-text a{    padding: 0;}
.examination-inner .tab-text p{ padding-bottom: 2px; margin-bottom: 0;}
.examination-inner .tab-text h4{ margin-bottom: 0;}
.contact-left{ height: 245px;}
.contact-right{ height: 245px;}
.authorities #v-pills-3 .three-row-table td em span {
  text-transform: uppercase;
}
.authorities td.uppercas-cl {
  text-transform: uppercase;
}
.basic-cl li {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}
.basic-cl li a{color: #1D497E;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400; text-decoration: none; font-style: normal;}

  .map-cl {
    background: #12498D;
    border-radius: 5px;
    margin-top: 20px;
    height: 329px;
    width: 100%;
}
  .map-tp iframe{ width: 100%; height: 293px; border-radius: 5px; padding: 1px;}
  .map-cl p {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin-top: 0;
    padding-top: 3px;
}
  .click-zm{ display: none;}
  .map-tp{ position: relative;}
  .map-cl:hover .click-zm {
    display: block;
    margin-top: -339px;
    height: 270px;
    position: absolute;
    width: 523px;
}
.click-zm img{width: 100%;
  max-width: 100%;
  height: 293px;}
  .facility-card .disc h3{ color: #12498D;}
  .facility-card .disc h3::before{ display: none;}
  .facility-card .disc ol{ padding-left: 0;}
  .facility-card .disc ol li{ font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 14px;}
  .disc p {
    font-weight: 400;
    line-height: 15px;
    font-size: 12px;
}
.facility-card .card-main{ margin-top: 0; margin-bottom: 30px;}
.facility-card .card-main .tab-img {
  padding-top: 0;
}
.facility-card .disc h3 span {
  font-size: 22px;
  padding-left: 0;
  margin-bottom: 15px;
}
.disc p {
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.disc a{ color: #F3AF00;font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif; text-decoration: none; font-style: italic;}
  .facility-card .card-left {
    background: #12498D;
    padding: 0px;
    margin-bottom: 30px;
}
.facility-card .card-left h4{ color: #fff;}
.facility-card .card-left span{ color: #fff;}
.facility-card .card-left a{ color: #fff;}
.facility-card .card-left p{ color: #f3af00;}
.facility-card .card-left .card-main .card {
  border: none;
  box-shadow: none;
}
.bold-cl{ font-weight: 600;}
.activitest_tab img{ max-width: 100%;}
.student-addmision .activitest_tab p{font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif; text-decoration: none; }
.student-addmision .activitest_tab a{ background: #12498D; color: #fff;font-size: 13px;
  font-weight: 600;
  font-family: "Poppins", sans-serif; text-decoration: none; border-radius: 50px; padding: 15px 30px; display: inline-block; margin-top: 30px;}
.student-addmision ul li{font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif; color: #4a525b; line-height: 20px;
  ;}
  .student-addmision .three-row-table {
    box-shadow: 2px 1px 8px -2px #ccc;
}
.activitest_tab .minut-cl-tp{ margin-top: 20px;}

.gallery-inner h3 {
  position: relative;
  padding: 0;
  margin: 20px 59px;
}
.portfolio-menu a {
  background: none;
  color: #1d497e;
  border: none;
  font-weight: 400;
  font-family: "Poppins", sans-serif; text-decoration: none; padding-right: 10px;
}
.portfolio-menu a:last-child {
  padding-right: 0;
}
.portfolio-menu {
  margin-right: 60px;
}
.gallery-inner h3::before {
  content: " ";
  width: 100%;
  height: 1.5px;
  background: #f3af00;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: -1;
}
.gallery-inner h3 span {
  color: #1d497e;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  background: #fff;
  padding: 10px 15px;
  display: inline-block;
}
.portfolio-menu {
  position: absolute;
  top: -84px;
  right: 0;
}
.portfolio-section{position: relative;}
.student-add .activitest_tab li span{ font-weight: 400; color: #000;}
.gallery-text {
  position: absolute;
  bottom: -20px;
}
.gallery-text p {
  color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
}
.gallery-img img {
  max-width: 100%;
}
.gallery-text {
  position: absolute;
  bottom: 0;
  width: 356px;
}
.region .meeting-inner{ margin-top: 20px;}
.gallery-outer a img{ width: 100%; height: 213px; border-radius: 10px;}
.gallery-outer .col-md-4 {
  position: relative; margin-bottom: 20px;
}
.gallery-outer .col-md-4 a:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  width: 100%;
  height: 213px;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.gallery-outer .col-md-4 a {
  position: relative;
  display: block;
}
.student-addmision ul {
  padding-left: 18px;
}
.student-addmision ul li {
  list-style: disc ;
}

.statutory-inner .tab-text .view-more-btn {
  position: absolute;
  bottom: 0;
  padding: 0 !important;
  left: 70px;
}
.statutory-inner .tab-text {
  position: relative;
  height: 199px;
  width: 220px;
}

.portal-main ul {
  border: 1px solid #12498D;
  border-radius: 5px;
  padding: 20px;
  /* background: #edf2f8; */
}
.portal-main ul li span {
  color: #4A525B;
  font-weight: 600;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  padding-right: 5px; display: inline-block;
}
.portal-main ul li {
  padding: 10px 0;
}
.portal-main ul li a{color: #fff;
  font-weight: 400;
  font-size: 13px; font-family: "Poppins", sans-serif; display: inline-block;}
  .iem-dt a .fa-envelope {
    padding-right: 6px;
}
.iem-dt li {
  color: #4A525B;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-left: 16px;
  list-style: disc;
}
.iem-dt li:first-child {
  list-style: none;
  margin-left: 0;
}

.iem-dt li a{ padding-left: 10px;}
.tender-page .bd-number li {
  padding: 5px 0;
}
.bd-number li p {
  display: inline;
}
.bd-number ul {
  background: none;
  height: 300px;
}
.tender-page p{color: #4A525B;
  font-weight: 400;
  font-size: 13px;
  font-family: "Poppins", sans-serif;}
.tender-page .bd-number li p{color: #393D43; font-size: 13px;}
.bd-number li a {
  padding-top: 5px;
  display: inline-block; text-decoration: none;
}
.bd-number li.file-size p {
  font-size: 12px;
  margin-top: 4px;
  display: inline-block; color: #8E8E8E ;
}
.tender-page {
  padding-bottom: 0px; padding-top: 0;
}
.bd-number li.file-size > p {
  padding-bottom: 0;
  margin-bottom: 5px;
}
.portal-right ul:first-child li {
  font-weight: 600;
}
.tender-container{ margin-top: 50px; margin-bottom: 20px;}
.bd-number-left .bd-number ul li {
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}
.bd-number-left .bd-number ul li.file-size {
  max-height: 2.5em;
}
.bd-number-left .bd-number ul {
  padding: 10px;
}
.bd-number-right .bd-number ul li {
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}
.bd-number-right .bd-number ul li.file-size {
  max-height: 2.5em;
}
.bd-number-left .bd-number ul {
  background: none;
  height: 222px;
  position: relative;
}
.bd-number-right .bd-number ul {
    padding: 10px;
    height: 222px;
    position: relative;
}
.bd-number-left .bd-number a {
  display: block;
}
.portal-right ul {
  border: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.portal-right {
  border: 1px solid #12498D;
  border-radius: 5px;
  padding: 10px;
  background: #12498D;height: 181px;
}
.portal-left ul {
  padding: 10px;height: 182px;
}
.visitors h5 {
  color: #fff;
  text-align: center;
}
.footer-top .last-visitior-wrapper li {
  background: url("../images/divider-shape.png") right center no-repeat;
}
.footer-top .last-visitior-wrapper li:last-child {
  background: none;
}
.rti-cl .examination-contact .activitest_tab h5{ margin-left: 8px;}
.deans .statutory-inner .view-popup  .card {
  text-align: center;
  border: none !important;
  padding: 20px;
  border-radius: 0;
  align-items: center;
  box-shadow: none;
}
.deans .statutory-inner .view-popup .card .tab-text h4{ color: #fff;}
.deans .statutory-inner .view-popup .card .tab-text a{ color: #fff;}
.deans .statutory-inner .view-popup .card .tab-text span{ color: #fff;}
.deans .view-popup .pp-right p {
  height: auto;
  overflow-y: hidden;
  padding: 0;
}
.deans .view-popup .pp-right ol{ padding-left: 0;}
.deans .anthropology {
    margin-bottom: 20px;
}
.deans .statutory-inner .anthropology .top-line h5 {
  font-size: 13px;
  height: 44px;
}
.deans .anthropology .card{margin-bottom: 20px;}
.deans .statutory-inner .pp-left .card-main .card .tab-text {
  position: relative;
  height: 199px;
  width: auto;
}
.teaching-tab .anthropology .card img {
  width: 100px;
  border-radius: 50%;
  height: 103px;
}
.academics .affiliated-card .card .tab-text a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.academics .affiliated-card .card .tab-text h4 {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.academics .affiliated-card .card .tab-text p{  color: #646464; font-size: 13px;}
.academics .affiliated-card .card .tab-text span{  color: #545454;}
.statutory-inner .card:hover .college-details a:hover {color: #0990ca;}
.statutory-inner .card:hover .college-details p{color:#6F6F6F ;}
.academics .affiliated-card .card :hover .tab-text p {
  color: #8E8E8E;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
}
.academics .affiliated-card .card:hover{ background: #fff;}
.academics .affiliated-card .card:hover .tab-text a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.gallery-detail a {
  background: #0d6efd;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 10px;
}

.about-department .about-inner h3 {
  position: relative;
}
.about-department .about-inner h3::before {
  z-index: 0;
}
.about-department .about-inner h3 span {
  z-index: 9;
  position: relative;
}
.about-department .about-inner h3::before {
  content: " ";
  width: 100%;
  height: 1.5px;
  background: #F3AF00;
  position: absolute;
  left: 0px;
  top: 50%;
}
.about-department .about-inner h3 span {
  color: #1D497E;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  background: #fff;
  padding: 10px 0px;
  display: inline-block;
}
.anti-ragging h5 span {
  padding: 10px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
}
.anti-ragging h5 span::before {
  position: absolute;
  content: "";
  transform: skew(340deg);
  background: #f3af00;
  right: -10px;
  top: 0;
  width: 4px;
  height: 42px;
  z-index: -1;
}
.anti-ragging h5 span::after {
  position: absolute;
  content: "";
  transform: skew(340deg);
  background: #f3af00;
  left: 0;
  top: 0;
  width: 100%;
  height: 42px;
  z-index: -1;
}
.anti-ragging {
  height: auto !important;
  overflow: inherit !important;
}
.report-tp {
  border: 1px solid #1D497E;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.report-tp p {
  font-weight: 600;
  color: #000;
  font-size: 14px;
  padding-bottom: 10px;
}
.report-tp ul li {
  color: #4A525B;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding-right: 5px;
  line-height: 22px;
  list-style: decimal;
}
.report-tp ul li span {
  color: #4A525B;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-right: 5px;
}
.report-tp ul {
  padding-left: 17px;
}
.mou-cl span {
  padding-left: 0 !important;
  position: relative;
  z-index: 10;
}
.mou-cl h3::before{ z-index: 0 !important;}
.region .teaching-tab .anthropology .tab-text {
  height: 239px;
  width: 220px;
  position: relative;
}
.region .teaching-tab .anthropology .tab-text .view-more-btn {
  position: absolute;
  bottom: 0;
  padding: 0 !important;
  left: 20%;
  right: 20%;
}

.credit-cl .minut-cl {
  border: 1px solid #1D497E;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 40px;
  height: 189px;
}
.disc ol {
  list-style: inherit;
  margin-left: 19px;
}
.tp-banner > div img{ width: 100%;}
.search-cl a {
  color: #1D497E;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}

  .search-cl h2 {
    position: relative;
}
.search-cl h2::before {
  z-index: 0;
}
.search-cl h2::before {
  content: " ";
  width: 100%;
  height: 1.5px;
  background: #F3AF00;
  position: absolute;
  left: 0px;
  top: 50%;
}
.search-cl h2 span {
  z-index: 9;
  position: relative;
}


.search-cl h2 span {
  color: #1D497E;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  background: #fff;
  padding: 10px 0px;
  display: inline-block;
}

.tender-atag a {
  background: #12498D;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  border-radius: 50px;
  padding: 15px 30px;
  margin-top: 30px;
  display: inline-block;
}


.tender-atag {
  margin-bottom: 30px;
  text-decoration: none;
  text-align: center;
}

.search-cl .pager ul li.pager__item--next a{margin-bottom: 0; line-height: 36px;}
.academics-one .academics .affiliated-card .card {
  height: 426px;
}
.academics-one{ margin-top: 30px;}
.academics-one .academics .affiliated-card .tab-img img {
  width: 100%;
  height: 158px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px 5px 0 0;
}
.search-cl .pager ul li.pager__item--previous a {
  margin-bottom: 0;
  line-height: 36px;
}
.academics .deans-of-school .top-line h5 {
  font-size: 13px;
  height: 41px;
}
@media screen and (min-width: 1650px) and (max-width: 1758px) {


  .region-header a.navbar-brand {
    left: 8%;
}
}
@media only screen and (min-width: 1500px) {
    .vicechancellor-link-wrapper .quicklinks-card .card {
       min-heigt: 450px;
     }
    .vicechancellor-link-wrapper .quicklinks-card .card .card-body {
        height: 400px;
    }
}

@media (max-width: 1600px) {
.deans .statutory-inner .card-main .card .top-line {
  width: 204px;
  margin-left: 61px;
}
.notification-wrapper .container ul li:first-child::before{top: -17px;}
.notification-wrapper .container ul li:last-child::before{top: -19px;}
}
@media (max-width: 1480px) {
.deans .statutory-inner .card-main .card .top-line {
  width: 204px;
  margin-left: 58px;
}
}


@media (max-width: 1180px) {
  ul.tab-menu {
    width: 57%;
  }
  .contact-tab ul.tab-menu {
    width: 93%;
    margin-bottom: 0;
  }
  .contact-right{ margin-left: 0; margin-top: 20px; }
  .deans .statutory-inner .card-main .card .top-line {
    width: 183px;
    margin-left: -10px;
}
.banner-head {
  display: flex;
  height: 139px;
  align-items: center;
  justify-content: left;
}
.banner-head h2{ font-size: 30px;}
}

@media (max-width: 820px) {
  ul.tab-menu {
    width: 81%;
  }
  .contact-inner .tab-menu li {
    position: relative;
    background-color: #e8edf4;
    display: inline-block;
    padding: 20px 11px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 0;
    border-radius: 30px;
    margin: 0 4px;
    color: #12498d;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    width: 100%;
    margin: 10px 0;
  }
.rti-cl .examination-inner h3 span {
    color: #1D497E;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    background: #fff;
    padding: 10px 0px;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.contact-inner .tab-menu li.active {
  background: #12498d;}

}

@media (max-width: 480px) {
.banner-head {
  display: flex;
  height: 117px;
  align-items: center;
  justify-content: left;
}
.deans .statutory-inner .card-main .card .top-line {
  width: 197px;
  margin-left: 111px;
}
}
/* @media (max-width:390px){
  .deans .anthropology .top-line {
      width: 220px;
      margin-left: 106px;
  }

} */
/******* RTI ******/

.ajax-progress.ajax-progress--fullscreen {
  display: none;
}



.tab-main .nav-pills-custom {
  background: #12498D;
  border-radius: 10px;
  padding: 20px 30px;
}
.tab-main .nav-pills-custom a.active{ background: none; font-weight: 700;color: #fff !important; }

.form-item__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.tab-content.basic.information{

    max-height: 550px;
    /* overflow-y: auto; */
    overflow-x: hidden;
    /* scrollbar-width: none; */
    padding-right: 20px;
}

.tab-content.basic.information::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #d0dbe894;
}

.tab-content.basic.information::-webkit-scrollbar
{
	width:5px;
	background-color: #d0dbe894;
}

.tab-content.basic.information::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #F3AF00;
}

.tender-container h3 {
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 20px;
}

.portal-main.portal-left {
    background: #12498D;
    border-radius: 5px;
    color: #fff;
}
.portal-main.portal-left li span {
    color: #fff;
}
.portal-main.portal-left li a {
    color: #fff;
}
.portal-right li {
    color: #fff;
}

.user-login-form {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    width: 100%; padding: 5% 0;
}
.user-login-form input{ width: 100%;}
#edit-submit {
    display: inline-block;
    width: 159px !important;
}

.tender-page .portal-right ul:first-child li {
  color: #fff !important;
}

.tender-page .portal-main.portal-right li a {
    position: relative;
    bottom: 0;
}

.tender-page .portal-main.portal-left li a {
  position: relative;
  bottom: 0;
}

.tender-page .portal-main.portal-right {
  background: #12498D !important;
}

.tender-page .portal-main li a {
  background: #12498D;
  display: inline-block;
  padding: 6px;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.rti-new{ overflow-y: scroll; height: 500px; overflow-x: hidden; padding-right: 10px;}
.important-su{ height:756px; overflow-y:scroll;}
.formats {
   max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
  }
.tender-atag a:hover {
    color: #fff;
    opacity: 0.7;
}


.notification-wrapper .marquee-wrapp .Marquee-tag{ height: 47px;}

.form-search .js-form-item{ margin: 0;}

/* .search-cl .view-content a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50px;
  top: 18px;
} */
.search-cl .view-content a {
  margin-bottom: 0;
  padding: 10px 12px;
  display: block;
  margin-left: 0;
  position: relative;
}
.total-count span {
  background: #1D497E;
  color: #fff;
  padding: 0 6px;
  border-radius: 2px;
  margin-left: 4px;}

/* .search-cl .view-content a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50px;
    top: 18px;
} */

.search-cl .view-content a {
    /* margin-bottom: 0;
    padding: 10px 12px;
    display: block;
    margin-left: 10px;
    position: relative; */
    width: 30%;
}
.total-count p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 13px;
}

.pp-right ul {
  padding-left: 19px;
  list-style: inherit;
}

.board-of-student #v-pills-7 .examination-department {
    overflow-y: hidden;
    /* scrollbar-width: none; */
}
.header-wrapper .header-top .right-set .link-top ul li a:hover {
    color: #D2D2D2;
}
.credit-cl .minut-cl {
  border: 1px solid #1D497E;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 40px;
  height: 189px;
}
.anthropology .tab-text a:last-child {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    color: #f3af00 !important;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 80px;
}

@keyframes shadow-blink {
  0%, 100% {
    box-shadow: 0 0 15px #c18a00;
  }
  50% {
    box-shadow: 0 0 30px #c18a00;
  }
}

.admission-btn{
  animation: shadow-blink 1s infinite;   transition: all 0.3s ease;
}
.anit-set a{color: #F3AF00; animation: shadow-blinka 0.8s infinite;   transition: all 0.3s ease; display: inline; text-decoration: none;}
@keyframes shadow-blinka {
  0%, 100% {
    text-shadow: 3px 3px 5px rgba(236, 153, 0, 0.8);
  }
  50% {
    text-shadow: 3px 3px 15px rgba(236, 153, 0, 0.8);
  }
}

.anthoropology-banner > div img{ height: 250px;}
.tp-banner div img {
  max-width: 100%;
  width: 100%;
  height: 250px;
}

.view-former-officer .view-content .col-md-4 {
  padding: 15px;
}

/* Make submenu appear on the left */
.megamenu .dropdown .dropdown-menu-left {
    position: absolute;
    top: 0;
    right: 100%; /* Moves submenu to the left */
    left: auto;
    display: none;
}

/* Show submenu on hover */
.megamenu .dropdown:hover > .dropdown-menu-left {
    display: block;
}
.page-node-type-home-page #upcomingevent .owl-item img {
  display: block;
  width: 100%;
  height: 300px;
}
