<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Fonts Css*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;amp;display=swap');/*font-family:'Open Sans',sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;amp;display=swap');/*font-family: 'Poppins', sans-serif;*/
@import url('font-icons.css');

@font-face {
font-family: 'HelveticaNeue-Roman';
src: url('../fonts/HelveticaNeue-Roman.html');
src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
url('../fonts/HelveticaNeue-Roman.woff') format('woff'),
url('../fonts/HelveticaNeue-Roman.ttf') format('truetype'),
url('../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg'),
url('../fonts/HelveticaNeue-Romand41d.html?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
  

*{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;box-sizing:border-box;-webkit-box-sizing:border-box;}
:focus{outline:none;}
html{height:100%;-webkit-text-size-adjust:none;}
body{height:100%;font-size: 1.0rem;color: #000000;background:#fff;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;touch-action:manipulation;font-family: 'HelveticaNeue-Roman';}

a{text-decoration:none;outline:none;color:#007bff;outline:none;transition:all 0.3s ease 0s;}

a:hover,a:focus{text-decoration:none;outline:none !important;}
img{padding:0;margin:0;max-width:100%;border:none;}
p{width:100%;text-align:justify;line-height: 22px;}

/*Section*/
section{padding:0;margin-bottom:0;width:100%;float:left;}

/*HEADING CSS*/
h1,h2,h3,h4,h5,h6{font-weight:600;padding:10px 0;font-family: 'Poppins',sans-serif;width:100%;}

/*LIST CSS*/
ul,ul li,ol li,ol{padding:0;margin:0;list-style: none;
    font-weight: 500;
  }
.p-32{
  padding: 32px;
}
.border{
  border: 1px solid #ba1e1e!important;
}

/*INPUT CSS*/
select,select option{width:100%;box-sizing:border-box;-moz-appearance:none;-webkit-appearance:none;border-radius:0;}
input:focus{outline:none;background:transparent !important;}
input:focus{outline:none !important;box-shadow:none !important;}


.form-control{background:transparent;height:41px !important;margin-bottom: 14px; -webkit-border-radius:0;border-radius:3px;font-size:14px;color:#212529;}
.form-group{position:relative;}
.custom-selects{float:left;width:100%;position:relative;}
.custom-selects:after{position:absolute;top:0;right:20px;height:100%;display:flex;align-items:center;color:#151B26;;font-size:14px;pointer-events:none;content:'\e917';font-family:'icomoon' !important;}

/*Tooltip*/
a.anchor-tips{position:relative;}
a.anchor-tips[title]:hover:after{content:attr(title);top: -60%;left:50%;font-family:'Lato',sans-serif;font-size: 11px;background:#47aae1;padding: 2px 5px;color:#fff;border-radius: 2px;display: inline-block;transform: translate(-50%, -60%);text-align: center;transition: all 500ms linear;visibility: visible;}
a.anchor-tips[title]:after{transition:all 500ms linear;top:0%;position:absolute;transition:all 500ms linear;}

/*NORMAL CSS*/
::selection{background:#0067ab;color:#fff;}
::-moz-selection{background:#0067ab;color:#fff;}
.event-none{pointer-events:none;}

/*BUTTON CSS*/
.btn{
      height: 31px;
    text-align: center;
    color: #fff;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 15px;
    position: relative;
    background: #900000;
    font-family: 'Poppins',sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border: none;
    letter-spacing: 1px;
    /* min-width: 150px; */
    max-width: max-content;
    border-radius: 5px;
    margin: 2px;
  }

button:focus{outline:none;box-shadow:none;}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn.active.focus{outline:none;}
.btn:hover,.btn:focus,.btn.focus{outline:none;}



figure{margin:0px;padding:0px;}
.container{max-width:1260px;}

/*Header Start*/
.top{background:#00001a;height:40px;}
.top-header{height:100%;}
.top-links ul li{margin-bottom: 5px;display:inline-block;}
.top-links ul li a{font-size:13px;line-height:19px;text-transform:capitalize;color:#FFFFFF;padding:13px 8px;font-family: 'Poppins',sans-serif;}
.top-links ul li a:hover{color:#dc3545;}

.v-s{
  color: #9d0f0f;
    padding: 7px;
    font-weight: bold!important;
    font-size: 22px!important;
}

.detail{
  font-size: 14px!important;
    font-weight: 300!important;
}

.logotext{
  font-weight: 800;
   padding: 4px;
    font-size: 30px;
     color: #ba1e1e; 
     text-shadow: 1px 1px 1px #181010, 0 0 0px #9393ae, 0 0 5px #a4000054;
}
.subtxt{
  padding: 4px;
   color: #ba1e1e;
   text-shadow: 1px 1px 1px #181010, 0 0 0px #9393ae, 0 0 5px #a4000054;
}

.section-title {
  text-align: center;
  position: relative;
}

.section-title h2 {
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-shadow: 2px 2px 4px #2c2727ad;
    font-family: Georgia, serif;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #00001a;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

.wrap:hover {
    background: linear-gradient(135deg,#399eb7 0%,#00001c 100%);
    color: white;
}


ul.sub-drop{
    position:absolute;
    background:#ffc107;
    padding:5px 0px;
    
    top:0;bottom:auto;
    transform:translate3d(0px,100%,0px);
    z-index:9;
    transition:all 200ms linear;opacity:0;
    pointer-events:none;
}


.adm-rule{
      padding: 13px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}


ul.sub-drop li{display:block;border-bottom: solid 1px #e9ecef;}
ul.sub-drop li:last-child{border-bottom:none;}
ul.sub-drop li a{padding:6px 10px;display:block;color:#333;}
.top-links ul li.login-drop:hover ul.sub-drop{transform:translate3d(0px,35%,0px);opacity:1;pointer-events:all;}


header{
    background:#fff;
    float:left;
    width:100%;
    height:130px;
    display:flex;
    align-items:center;
    transition:all 0.4s ease;
}
header.sticky{height:100px;top:0;position:fixed;transition:all 0.4s ease;top:0px;z-index:9;
border-bottom: 1px solid black;}
header.sticky .logo img{width:100px;}
header.sticky .ace-responsive-menu &gt; li &gt; a{padding:0 12px;line-height:50px;}


/*Nav*/
.ls-nav{width:100%;}

/*Slider*/
.slider{width:100%;}
.carousel-inner &gt; .item &gt; img,.carousel-inner &gt; .item &gt; a &gt; img{display:block;height:400px;min-width:100%;width:100%;max-width:100%;line-height:1;}
.slider .owl-theme .owl-nav.disabled+.owl-dots{position:absolute;width:100%;bottom:0;margin:0;}

 


/*Marquee*/
.scroller{height:55px;background:rgb(3 3 3 / 0.9);}
 marquee{height:55px;display:flex;align-items:center;font-size:16px;line-height:32px;color:#fff;width:calc(100% - 40px);float:left;}
.left-a{width:20px;float:left;font-size:26px;color:#fff;height:100%;display:flex;align-items:center;}
.right-a{width:20px;float:right;font-size:26px;color:#fff;height:100%;display:flex;align-items:center;}

.middle-section{background:#F1F3F6;padding:30px 0;}

/*Notices, Events */
.event-and-notice{
  background:#f3f6f9;
  padding:30px 0 55px;
}
.box-wrap{
  float:left;
  width:100%;
  height:100%;
  box-shadow: 0px 1px 9px rgba(153, 120, 120, 0.2);
  border-radius: 10px;cursor:pointer;}
.box-head{float:left;width:100%;
  background:#900000;box-shadow:0px 5px 8px rgba(0,0,0,0.01);
  height:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px 10px 0 0;
}
.box-head span{
  font-family:'FontAwesome';
  font-style:normal;
  font-weight:600;
  font-size:18px;
  line-height:17px;
  color:#fff;
}
.box-body{float:left;
  width:100%;
  background:#fff;
  padding:10px 15px;
  border-radius: 0 0 10px 10px;
  height: calc(100% - 45px);
  box-shadow: 5px 3px 18px 1px rgba(0,0,0,.5);
}

/*Notices*/
.notices{
  float:left;
  width:100%;
}
.notices ul li{border-bottom:1px solid #E4E4E4;padding-bottom:10px;margin-bottom:10px;}
.notices ul li:last-child{border-bottom:none;margin-bottom:0px;padding-bottom:0px;}
.notices-row{width:100%;}
.notices-row p{line-height: 20px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: black;
}
.notices-row a{display:flex;align-items:center;color:#900000;margin-top:5px;}
.notices-row a span{float:left;line-height:normal;margin-left:10px;}

.notice-tab{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:8px;}
.notice-tab li a{text-align:center;background: #3b405f;color: #fff;}
.notice-tab li .nav-link.active{background: #464c71 !important;}
.view-btn{display:block;text-align:right;padding:40px 13px; font-weight:600;color:#900000;}

/*------/ Intro Single /------*/
.intro-single {
  padding: 2rem 0px 2rem;
  border-bottom: 2px solid;
}


.intro-single .title-single-box {
  padding: 0rem 0 0rem 1rem;
}

.intro-single .title-single-box {
  border-left: 4px solid #00001a;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2rem;
  color: black;
}

@media (min-width: 768px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
  }
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 0.5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
/*---*/


/*social-media*/

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0px;
}


.icon-bar a {
  display: block;
  text-align: center;
  padding: 13px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  width: 37px;
  height: 37px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}


.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/*--*/


/*About */
.principal-pic{
  transition: all .5s;
    border-radius: 5px;
}

.notice-tab a {
    background: #3B405F;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    height: 35px;
    display: grid;
    place-content: center;
    font-family: 'Poppins',sans-serif;
    text-transform:uppercase;
}

.mt-1, .my-1 {
    margin-top: -1.75rem!important;
}

.border-black{
    border-top: 5px solid #00001a;
}



.heading{
    color: #000000;
    font-size: 23px;
    text-align: justify;
    font-family: Georgia, serif;
}


.social-box{
   box-shadow: 5px 3px 18px 1px rgba(0,0,0,.5);
}

.social-box .box:hover {
   box-shadow: 0 0 6px #4183D7;
}
 .social-box .box-1:hover {
   box-shadow: 0 0 6px #4183D7;
}

  .course-head{
    padding: 0px 0px 0px 1px;
    text-align: center;
    background: #900000;
    margin-bottom: -20px;
    margin-top: 0px;
  }

.notice {
    padding: 7px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 7px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success&gt;strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info&gt;strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning&gt;strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger&gt;strong {
    color: #d73814;
}



.kulgeet{
  margin-top: -19px!important;
}


/*Principal's Desk*/
.principal-img{text-align:center;}
.principal-img img {width: 100%;
    height: auto; margin-top: -11px;}
.principal-msg{width:100%;}
.principal-msg p{line-height:20px;margin:0;}
.principal-msg a{background:#900000;box-shadow:0px 4px 12px rgba(0,0,0,0.07);border-radius:3px;color:#fff;font-weight:600;font-size:13px;padding:7px 15px;}

/*Events*/
.event-row{display:grid;grid-template-columns:50px 1fr;grid-column-gap:15px;align-items:flex-start;}
.event-calend{background:#FFFFFF;box-sizing:border-box;}
.evnt-month{
    background:#03294f;
    font-weight:bold;
    font-size: 11px;
    line-height: 24px;
    color:#FFFFFF;
    text-align:center;
    height:22px;
    font-family:'Poppins',sans-serif;}
.evnt-date {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #fff;
    height: 30px;
    font-family: 'Poppins',sans-serif;
    line-height: 30px;
    border: 1px solid #03294f;
    background: #03294f;
}
.events-btns{width:100%;display:flex;margin-bottom:10px;}
.events-btns a{background:#3B405F;flex:1;text-align:center;padding:8px 0;margin:0 2px;color:#fff;border-radius:5px;font-family: 'Poppins',sans-serif;font-size: 14px;text-transform: uppercase;}

.event-and-notice .owl-carousel {
    height: 100%;
}

.event-and-notice .owl-stage-outer {
    height: calc(100% - 75px);
}

.event-and-notice .owl-stage {
    height: 100%;
}

.event-and-notice .owl-item {
    height: 100%;
}
.event-and-notice .owl-item.cloned {
    height: 100%;
}

.event-and-notice .item {
    height: 100%;
    background: #fff;
}

/**/

.scroller-event{padding:0 0 30px;background:#dee2e6;background-blend-mode:multiply;}
.event-wallets{background:#fff;box-shadow:0px 1px 9px rgba(153,120,120,0.08);border-radius:5px;padding:10px;text-align:center;min-height:200px;display:grid;place-content:center;cursor:pointer;}
.event-wallets h3{font-size:17px;}
.event-wallets figure{margin:0 auto;}
.event-wallets:hover{transition:all 200ms cubic-bezier(0.55,0.09,0.68,0.53);transform:translateY(-10px);}

.event-wallets.library-crousl {
    display: block;
}

/*Flip*/
.flip-card{background-color:transparent;width:100%;/*height:180px;*/perspective:1000px;height:100%;}
.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform 0.8s;transform-style:preserve-3d;}
.flip-card:hover .flip-card-inner{transform:rotateY(180deg);}
.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;}

.flip-card-front{background-color:#fff;color:black;}
.flip-card-back{background-color:#3B405F;color:white;transform:rotateY(180deg);display:grid;align-content:center;}
.flip-card-back:after{position:absolute;content:"";width:calc(100% - 20px);height:calc(100% - 20px);background:transparent;border:solid 2px #cfb681;margin:10px;}
.flip-card-back h1{font-size:18px;}
.flip-card-back h1,.flip-card-back p{color:#fff;margin:0px;text-align:center;}

.ncc-flip-f {
    box-shadow: 0px 1px 9px rgba(153,120,120,0.08);
    border-radius: 5px;
    display: grid;
    grid-template-rows: 174px auto;
}

.ncc-flip-b {
    box-shadow: 0px 1px 9px rgba(153,120,120,0.08);
    border-radius: 5px;
    background: #fff;
    display: grid;
    grid-template-rows: 165px auto;
}

.ncc-flip-f figure,.ncc-flip-b figure {width:100%;height:175px;padding:10px 0 0;}
.ncc-flip-f figure img{width:255px;}   
.ncc-flip-b figure img {width:162px;}   
 

.ncc-flip-f h1,.ncc-flip-b h1 {font-size:17px;color:#000;}
.flip-card-back.ncc-flip-b:after {
    display: none;
}


/*Gallery*/
.gallery{background: #fff;padding-bottom:60px;}
.title-gal{text-align:center;padding:10px 0 30px;font-weight:600;font-size:22px;color:#3b405f;font-family: 'Poppins',sans-serif;position:relative;}
.title-gal:after{position:absolute;content:"";width:50px;height:4px;background:#3b405f;left:50%;top:auto;bottom:30%;transform:translate3d(-50%,0px,0px);}

/*Links*/
.main-focus{width:100%;background:#3b405f;padding: 15px 0 30px;}
.title-focus{
    text-align:center;
    font-weight:600;
    font-size:32px;
    font-family:'Poppins',sans-serif;
    padding:0 0 30px;
    color:#fff;
    position:relative;}
.title-focus:after{position:absolute;content:"";width:50px;height:4px;background:#cfb681;left:50%;top:auto;bottom:30%;transform:translate3d(-50%,0px,0px);}

.user-links{padding:0px;}
.user-links ul{display: grid;grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));gap: 15px;justify-content: center;}
.user-links ul li{margin-bottom:0px;height:100%;}
.user-links ul li a{
    width:100%;
    padding:4px 5px 7px;
    border-radius:5px;
    height:100%;position:relative;overflow:hidden;display:grid;background: #d3a419f2;}

.link-box{height:auto;display:grid;align-content:center;margin-top:10px;}
.icon-l{text-align:center;height: 50px;display: grid;align-items: center;}
.icon-l figure img{width: 40px;}
.link-text{font-weight:500;font-size:14px;text-align:center;line-height:16px;display:grid;align-items: flex-start;height: 36px;margin: 10px 0;color:#fff;}

.user-links ul li a:hover{background:#2b2e44;}
.user-links ul li a:hover .link-text{color:#f8f9fa;}
.custom-ordr-list ul li a{
  color: #d60b0b;
}

/*Testimonials*/
.student-test-img{height:205px;overflow:hidden;}
.testim-blk h3{padding:3px 0;line-height:normal;font-weight:600;font-size:15px;margin:0;text-align:center;}
.testim-blk span{padding:0;text-align:center;display:block;}

/*Footer*/
footer{background:#00001a;padding:15px 0 0px;float:left;width:100%;}

.social-icons{text-align:left;padding-bottom: 15px;}
.social-icons ul li{display:inline-block;margin-right:5px;}
.social-icons ul li a{width: 30px;height: 30px;font-size:15px;display:flex;align-items:center;justify-content:center;border-radius:50%;color: #f8f9fa;}
.social-icons ul li a:hover{background:#dc3545;color:#fff;}

.fac{background:#3b5998;}
.twi{background:#00acee;}
.tub{background:#FF0000;}
.ins{background:#bc2a8d;}
.lin{background:#0e76a8;}


.administration{
  float: left;
    width: 100%;
    background: #fff;
    padding: 27px 15px;
    border-radius: 0 0 10px 10px;
    height: calc(100% - 45px);
    box-shadow: 5px 3px 18px 1px rgba(0,0,0,.5);
}


.our-team-main
{
  width:100%;
  height:auto;
  border-bottom:5px #323233 solid;
  background:#fff;
  text-align:center;
  border-radius:10px;
  overflow:hidden;
  position:relative;
  transition:0.5s;
  margin-bottom:4px;
}


.our-team-main img
{
  border-radius:50%;
  margin-bottom:1px;
  width: 90px;
}

.our-team-main h3
{
  font-size:15px;
  font-weight:700;
}

.our-team-main p
{
  margin-bottom:0;
  text-align: center;
}



.team-front{
      width: 100%;
    height: auto;
    z-index: 10;
    background: #f9f9f9;
    padding: 9px;
    bottom: 0px;
    transition: all 0.5s ease;
    border: 1px solid #323233;
    border-radius: 10px;
    text-align: center;
  }
  .team-front:hover{
background:linear-gradient(136deg,#d4d4d4 0%,#003a73c9 100%);
  }

.our-team-main:hover .team-front
{
  bottom:-200px;
  transition: all 0.5s ease;
}

.our-team-main:hover
{
  border-color:#777;
  transition:0.5s;
}


/*our-





.scroller-event{padding:0 0 30px;background:#dee2e6;background-blend-mode:multiply;}
.event-wallets{background:#fff;box-shadow:0px 1px 9px rgba(153,120,120,0.08);border-radius:5px;padding:10px;text-align:center;min-height:200px;display:grid;place-content:center;cursor:pointer;}
.event-wallets h3{font-size:17px;}
.event-wallets figure{margin:0 auto;}
.event-wallets:hover{transition:all 200ms cubic-bezier(0.55,0.09,0.68,0.53);transform:translateY(-10px);}

.event-wallets.library-crousl {
    display: block;
}

/*Flip*/
.flip-card{background-color:transparent;width:100%;/*height:180px;*/perspective:1000px;height:100%;}
.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform 0.8s;transform-style:preserve-3d;}
.flip-card:hover .flip-card-inner{transform:rotateY(180deg);}
.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;}

.flip-card-front{background-color:#fff;color:black;}
.flip-card-back{background-color:#3B405F;color:white;transform:rotateY(180deg);display:grid;align-content:center;}
.flip-card-back:after{position:absolute;content:"";width:calc(100% - 20px);height:calc(100% - 20px);background:transparent;border:solid 2px #cfb681;margin:10px;}
.flip-card-back h1{font-size:18px;}
.flip-card-back h1,.flip-card-back p{color:#fff;margin:0px;text-align:center;}

.ncc-flip-f {
    box-shadow: 0px 1px 9px rgba(153,120,120,0.08);
    border-radius: 5px;
    display: grid;
    grid-template-rows: 174px auto;
}

.ncc-flip-b {
    box-shadow: 0px 1px 9px rgba(153,120,120,0.08);
    border-radius: 5px;
    background: #fff;
    display: grid;
    grid-template-rows: 165px auto;
}

.ncc-flip-f figure,.ncc-flip-b figure {width:100%;height:175px;padding:10px 0 0;}
.ncc-flip-f figure img{width:255px;}   
.ncc-flip-b figure img {width:162px;}   
 

.ncc-flip-f h1,.ncc-flip-b h1 {font-size:17px;color:#000;}
.flip-card-back.ncc-flip-b:after {
    display: none;
}


/*Gallery*/
.gallery{background: #fff;padding-bottom:60px;}
.title-gal{text-align:center;padding:10px 0 30px;font-weight:600;font-size:22px;color:#3b405f;font-family: 'Poppins',sans-serif;position:relative;}
.title-gal:after{position:absolute;content:"";width:50px;height:4px;background:#3b405f;left:50%;top:auto;bottom:30%;transform:translate3d(-50%,0px,0px);}

/*Links*/
.main-focus{width:100%;background:#3b405f;padding: 15px 0 30px;}
.title-focus{
    text-align:center;
    font-weight:600;
    font-size:32px;
    font-family:'Poppins',sans-serif;
    padding:0 0 30px;
    color:#fff;
    position:relative;}
.title-focus:after{position:absolute;content:"";width:50px;height:4px;background:#cfb681;left:50%;top:auto;bottom:30%;transform:translate3d(-50%,0px,0px);}

.user-links{padding:0px;}
.user-links ul{display: grid;grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));gap: 15px;justify-content: center;}
.user-links ul li{margin-bottom:0px;height:100%; list-style: none;}
.user-links ul li a{
    width:100%;
    padding:4px 5px 7px;
    border-radius:5px;
    height:100%;position:relative;overflow:hidden;display:grid;background: #d3a419f2;}

.link-box{height:auto;display:grid;align-content:center;margin-top:10px;}
.icon-l{text-align:center;height: 50px;display: grid;align-items: center;}
.icon-l figure img{width: 40px;}
.link-text{font-weight:500;font-size:14px;text-align:center;line-height:16px;display:grid;align-items: flex-start;height: 36px;margin: 10px 0;color:#fff;}

.user-links ul li a:hover{background:#2b2e44;}
.user-links ul li a:hover .link-text{color:#f8f9fa;}
.custom-ordr-list ul li a{
	color: #d60b0b;
}

/*Testimonials*/
.student-test-img{height:205px;overflow:hidden;}
.testim-blk h3{padding:3px 0;line-height:normal;font-weight:600;font-size:15px;margin:0;text-align:center;}
.testim-blk span{padding:0;text-align:center;display:block;}

/*Footer*/
footer{background:#00001a;padding:15px 0 0px;float:left;width:100%;}

.social-icons{text-align:left;padding-bottom: 15px;}
.social-icons ul li{display:inline-block;margin-right:5px;}
.social-icons ul li a{width: 30px;height: 30px;font-size:15px;display:flex;align-items:center;justify-content:center;border-radius:50%;color: #f8f9fa;}
.social-icons ul li a:hover{background:#dc3545;color:#fff;}

.fac{background:#3b5998;}
.twi{background:#00acee;}
.tub{background:#FF0000;}
.ins{background:#bc2a8d;}
.lin{background:#0e76a8;}



.title-footer{font-weight:500;font-family:'Poppins',sans-serif;color: #e9ecef;font-size: 16px;}
.site-menu ul li a{color:#fff;padding:5px 0;display:inline-block;}
.site-menu ul li a:hover{color:#adb5bd;}

.visitor-count span{border:1px solid #9E9E9E;box-sizing:border-box;border-radius:3px;font-weight:bold;font-size:13px;letter-spacing:0.3em;color:#fff;text-align:center;padding:5px 15px;margin-bottom:10px;display:inline-block;}
.visitor-count{text-align:left;}
.visitor-count p{font-weight:normal;font-size:15px;color:#fff;}
.site-map{display:flex;justify-content:flex-end;}
.site-menu{width:215px;}
.copyright{border-top:1px solid #4a5056;padding:2px 0;}
.copyright p{font-size:12px;line-height:28px;color:rgb(248 248 248 / 0.7);text-align:center;margin:0;}

.footer-menu{padding:0;}
.footer-menu h3{color:#e9ecef;margin:0 0 10px;font-size:25px;padding:0;}
.footer-menu ul li a{color:#e9ecef;padding:6px 0;display:block;line-height:normal;font-size:14px;}


/*=============== Inner Page =======================*/
.inner-banner{width:100%;background:#3b405f;}
.title-1{font-family:'Poppins',sans-serif;font-style:normal;font-weight:700;font-size:30px;line-height:32px;color:#fff;height:80px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;}

.sidebar{width:100%;height:auto;background:#fff;box-shadow:0px 1px 9px rgba(0,0,0,0.06);border-radius:7px;padding:15px;padding-top:0;position:sticky;top:70px;}
.side-title{width:calc(100% + 30px);background:#900000;color:#fff;padding:10px 15px;font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:0.06rem;margin-left:-15px;border-radius:7px 7px 0 0;font-family:'Poppins',sans-serif;}
.side-menu{width:100%;padding:15px 0;}
.side-menu ul{width:100%;}
.side-menu ul li a{font-size:15px;font-weight:600;padding:7px 6px;display:block;position:relative;font-family: 'Poppins',sans-serif;}
.side-menu ul li{width:100%;border-bottom:solid 1px #e9ecef;}
.side-menu ul li a i{position: absolute; right: 10px; height: 100%; display: flex; align-items: center; top: 0; font-size: 10px;}

/*side Sub menu*/
.navbar ul li.dropdown-nav{position:relative;}
.navbar ul.sub-nav {width:100%; display:none;}
.navbar ul.sub-nav li{width:100%;float:left;position:relative;border-bottom-color: #e9ecef;}
.navbar ul.sub-nav li:last-child{border:none;}
.navbar ul.sub-nav li a{color:#f8f9fa; padding: 10px 15px; text-align:left; position:relative;font-weight:500;}
.navbar ul.sub-nav li a:hover, .navbar ul.sub-nav li.active a{color:#900000 !important;}
.navbar ul li.dropdown-nav.opennav a{background: #f8f9fa;color: #3b405f;}
.navbar ul li.dropdown-nav.opennav &gt; a{color: #3b405f;}
.navbar ul.sub-nav li a i{position: absolute; right: 10px; height: 100%; display: flex; align-items: center; top: 0; font-size: 10px;}
.navbar ul.sub-nav li.opennav a i{transform:rotate(-180deg);}
.navbar ul.sub-nav li ul.sub-nav li a{ padding-left:30px;} 


/*Page 2*/
.sec-bg{background:#fff;box-shadow:0px 1px 9px rgba(0,0,0,0.06);padding:30px 15px;border-radius:7px;margin-bottom:15px;}
.visitors-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:15px;justify-content:center;}
.thumbnail{float:left;width:100%;text-align:center;border-radius:7px;background:#fff;box-shadow:0px 1px 9px rgba(0,0,0,0.06);cursor:pointer;}
.thumbnail:hover{transform:translateY(-10px);transition:all 300ms linear;}
.caption{width:100%;margin:20px 0 0;}
.tumb-title{font-family:'Poppins',sans-serif;font-size:18px;color:#752E97;}

/*.tabs ul li a{font-weight:500;border:none !important;font-family: 'Poppins',sans-serif;}*/
.tabs ul li a{font-weight:500;font-family:'Poppins',sans-serif;font-size: 14px;/*border:solid 1px #dee2e6 !important;margin-right:5px;background:#f8f9fa;*/border-bottom:none !important;border-top-left-radius:.35rem !important;border-top-right-radius:.35rem !important;}
.tabs ul li .nav-link.active{background: #900000;color:#fff;border-color: #900000 !important;}
.tab{padding:15px;width:100%;}
.tabs .tab-content{background:#f8f9fa;}

/*List Style*/
.list-order-wrap{padding:20px;}
.unorder-list li{list-style:disc;padding:5px 0;margin-left:2%;}
.order-list li{list-style:decimal;padding:5px 0;margin-left:2%;}
.circle-list li{list-style:circle;padding:5px 0;margin-left:2%;}
.small-roman li{list-style:lower-roman;padding:5px 0;margin-left:2%;}
.lower-alpha li{list-style:lower-alpha;padding:5px 0;margin-left:2%;}


.custom-unorder-list{width:100%;}
.custom-unorder-list li{list-style:none;margin-left:2%;padding-left:20px;margin-bottom:10px;position:relative;line-height:160%;text-align: justify;}
.custom-unorder-list li:before{position:absolute;content:"\f111";left:0;top:8px;font:normal normal normal 14px/1 FontAwesome;display:inline-block;font-size:7px;color:#343a40;}

.custom-ordr-list{width:100%;counter-reset:section;}
.custom-ordr-list ul li{counter-increment:section;margin-top:1rem;text-align: justify;}
.custom-ordr-list ul li:before{content:counter(section) '. ';font-size:1.0rem;color: #343a40;margin-right:5px;}

.custom-alpha-ordr-list{counter-reset:listStyle;}
.custom-alpha-ordr-list ul li{margin-top:1rem;counter-increment:listStyle;}
.custom-alpha-ordr-list ul li::before{content:counter(listStyle,lower-alpha) '.';font-size:16px;font-weight:600;font-family:'Poppins',sans-serif;color:#900000;margin-right:5px;}

.custom-romanlist{counter-reset:listStyle;}
.custom-romanlist ul li{margin-top:1rem;counter-increment:listStyle;}
.custom-romanlist ul li::before{content:counter(listStyle,lower-roman) '.';font-size:16px;font-weight:600;font-family:'Poppins',sans-serif;color:#900000;margin-right:5px;}


/*Table*/
.table-wrap, .table-wrap table{width:100%;}
/*.table-wrap table tr th{border:none;vertical-align: bottom;font-size: 15px;font-weight: 600;padding:5px 0.75rem 1px;}*/
.table-wrap table tr th{vertical-align: bottom;font-size: 15px;font-weight: 600;padding: 5px 0.75rem;background: #900000;color: #fff;border: none !important;border-right: 1px solid #790404 !important;font-family: 'Poppins',sans-serif;}
.table-wrap table tr td {border: 1px solid #dee2e6;padding: 0.75rem;background:#fff;}
.table-heading{background: #3b405f !important;color:#fff;border:none !important;text-transform: uppercase;font-weight: 700;letter-spacing: 0.35px;text-align:left !important;}
.table-wrap table tr td a {color:#d60b0b;}
.table-wrap table tr td a i{font-size:25px;font-weight:normal;}

.column-3 table tr td:nth-child(1){width:5%;text-align:center;}
.column-3 table tr td:nth-child(2){width:90%;}
.column-3 table tr td:nth-child(3){width:5%;}

.tier-1 table tr th:nth-child(1){width:5%;text-align:center;}
.tier-1 table tr td:nth-child(1){text-align:center;}

.tier-2 table tr td:nth-child(1){width:5%;text-align:center;}
.tier-2 table tr td:nth-child(2){width:47.2%;}
.tier-2 table tr td:nth-child(3){width:47.2%;}

.tier-5 table tr td:nth-child(1){width:5%;text-align:center;}
.tier-5 table tr td:nth-child(3){width:15%;}
.tier-5 table tr td:nth-child(4){width:12%;}



.table.has-name tr td:nth-child(2){font-weight:600;}
.white-space{white-space:nowrap;}


/*accordion*/
.accordion-card &gt; a{cursor:pointer;font-size:15px;font-weight:600;padding:15px 10px;display:block;background:#e9ecef;color:#3b405f !important;margin-top:15px;border-radius:5px;}
.accordion-card &gt; a:hover{color:#dc3545;text-decoration:none;}
.faq-info{padding:10px;background:#f8f9fa;}


/**/
.publication-thumb-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:15px;justify-content:center;}
.publication-thumb{text-align:center;padding:10px;background:#fff;cursor:pointer;border:solid 1px #e9ecef;}
.publication-thumb .caption{margin:0;}
.publication-tumb-title{font-family:'Poppins',sans-serif;font-size:16px;color:#900000;margin:0;}
.links-btn{width:100%;display:flex;justify-content:flex-end;}

.thumb-cover {
    position: relative;
}

.img-texts {
    position: absolute;
    background: rgb(59 64 95 / 0.95);
    width: 100%;
    bottom: 0;
    padding: 10px;
    color: #fff;
}
.nss-head {
    width: 100%;
    background:#900000;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
}

/*Inner pages revisions*/
.seal{text-align:center;}
.seal img {
    width:150px;
    padding: 0 0 1rem;
}

.for-pricple{width:33.33%;float:left;}
.for-pricple p{margin: 0 0 5px;font-size: 22px;}

.for-gaur{width:33.33%;float:left;}
.for-gaur p{margin: 0;}

.msmanjul{width:33.33%;float:left;}
.msmanjul p{margin:0;}

.for-pricple ul li {font-size: 18px;}

.rti-btn{display:flex;width: 100%;margin: 2rem 0 0;float: left;}


/*Testimonials*/

.testimonial-list .thumbnail {
    padding: 15px 0;
}

.stream-year {
    width: 100%;
    padding-bottom: 5px;
}

.stream-year span {
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.view-text a {
    color: #900000;
}

.testimonial-list .ev_desc p {
    line-height: normal;
    text-align:left;
    height: 55px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    line-height:18px;
}
.testimonial-list .caption {
    margin: 0;
    background: #3b405f;
}

.testimonial-list .tumb-title {
    margin: 0;
    color:#fff;
}

.ev_desc {
    padding: 15px 15px 0;
}

.testimonial-list [class*=col-]{margin-bottom:1rem;}

.testimonial-list .thumbnail img 
{
    width: 100%;
    height: auto;
    max-height: 250px;
    min-height: 250px;
    object-fit: contain;
    object-position: top;
}


#lightgalleryMain .caption {
    display: none;
}

.lehren-album{padding:2rem 0;}
.lehren-album .cultr-fest {
    padding-bottom: 2rem;
}

.student-union-row {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
    grid-gap: 15px;
    justify-content: center;
}

.vid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}

/*Library Landing page*/
.abt-video{width:100%;margin-bottom:15px;}
.for-resources-one ul{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;}
.for-resources-one ul li{border:solid 1px #003470;border-radius:5px;padding:4px;height:135px;}
.for-resources-one ul li a{display:flex;flex-wrap:wrap;align-content:center;justify-content:center;height:100%;}
.for-resources-one ul li figure{height:65px;display:flex;align-items:flex-start;justify-content:center;}
.for-resources-one ul li a .resrc-nam{font-size:14px;font-weight:600;font-family:'Poppins',sans-serif;text-align:center;line-height:14px;height:30px;width:100%;}

.text-src {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    line-height: 16px;
}

.enet-resorc ul li {margin-bottom:15px;}

.enet-resorc ul li a {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr max-content;
    padding: 0 15px;
    padding-left: 25px;
    align-items: center;
    height:65px;
    border-radius: 5px;
    color:#fff;
}
.enet-resorc ul li a:hover {
    border-color: #dc3545;
}

/*.enet-resorc ul li a &gt; img {
    height: 50px;
}*/

.enet-resorc ul li a span {width:20px;}

.bg_1{background: radial-gradient(ellipse at center, #3e83c9 0%,#1e3c72 100%);}
.bg_2{background: radial-gradient(ellipse at center, #606c88 0%,#3f4c6b 100%);}
.bg_3{background: radial-gradient(ellipse at center, #870000 0%,#190a05 100%);}
.bg_4{background: radial-gradient(ellipse at center, #485563 0%,#29323e 100%);}
.bg_5{background: radial-gradient(ellipse at center, #f9d423 0%,#f83600 100%);}
.bg_6{background: radial-gradient(ellipse at center, #dc1e1b 0%,#a70703 100%);}
.bg_7{background: radial-gradient(ellipse at center, #DCE35B 0%,#45B649 100%);}
.bor-bg{border:solid 1px #003471; background:#fff;}

.time-title {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #ffe400;
    padding: 0 0 10px;
}
.lib-day{width:40%;}
.lib.hours-bx{background:url(../images/lib-bg.jpg) no-repeat;padding:20px;display:flex;width:calc(100% - 40px);flex-wrap:wrap;margin:4rem 0;border-radius:7px;background-size:cover;justify-content: space-between;}
.lib.hours-bx h5{padding: 0 0 25px;text-align:center;color:#fff;margin: 0;}
.lib-t {
    height: calc(100% - 34px);
    display: grid;
    align-content: space-evenly;
}
.time-lib{display:flex;align-items:center;}
.time-lib span{color:#fff;flex:1;width:calc(50% - 20px);margin:0;font-family:'Poppins',sans-serif;font-weight:500;}
.lib-day p{color:#fff;margin:0;font-size:12px;text-align:left;}

.circular-tbl {
    width: 50%;
}
.lib-issue{background:rgb(255 255 255 / 0.25);border:solid 1px #fff;padding:0px;border-radius:5px;}

.lib-services ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    justify-content: center;
}

.lib-services ul li {
    height:155px;
}

.lib-services ul li a {
    width: 100%;
    height: 100%;
    /*background: #003470;*/
    display: grid;
    place-content: center;
    justify-content: center;
    border-radius:10px;
    padding: 10px;
    grid-template-rows: 70px 34px;
}
.lib-services ul li a:hover span {
    color: #ffe400;
}
.lib-services ul li figure {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.lib-services ul li span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    line-height: 14px;
}

.blks {
    color: #fff;
    line-height:18px;
    padding:15px 20px;
}

.blks:last-child {
    border-left: solid 1px #fff;
}

.time-row {
    display: grid;
    grid-template-columns:auto max-content max-content;
    align-items: center;
    border-bottom: solid 1px #fff;
}

.time-row:last-child {
    border-bottom: none;
}

.forums-box {
    background: #900000;
    padding:30px;
    border-radius:7px;
    margin-bottom:40px;
}

.notice-forum {
    float: left;
    width: 50%;
    position: relative;
}

.notice-forum h5 {
    margin: 0;
    padding:0 0 20px;
    font-size:16px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    color: #fff;
    text-align: center;
}

.notice-forum figure {
    text-align: center;
}

.notice-forum a {
    text-align: center;
    display: block;
    color: #ffe400;
    padding:5px 0 0;
}
.notice-forum a:hover {
    color: #f8f9fa;
}

.notice-forum.sept:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #570000;
    top: 0;
    left: auto;
    right: 0;
}

.webinar-btn a {
    display: flex;
    background: linear-gradient(to right, #a70703 0%,#480048 100%);
    border-radius: 7px;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding:20px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
}

.webinar-btn a span {
    margin-left: 15px;
}

.webinar-btn {
    width: 100%;
    margin: 15px 0;
}

.book-collec {
    background: #efefef;
    padding: 20px 0;
    margin: 50px 0;
}

.lib-banner {
    background: url(../images/lib-bg1.jpg) no-repeat;
    height: 250px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin-bottom:60px;
    position:relative;
}
.lib-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    top: 0;
}
.lib-banner h1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index:1;
}

#book-carousel img {
    width: 100%;
    height: auto;
    max-height: 270px;
    min-height: 270px;
    object-fit:cover;
    object-position: top;
}
#esource-slide .item figure {
    border: solid 1px #adb5bd;
    padding:5px;
    border-radius: 5px;
    margin:0 1px;
}

.mid-abt h5 {
    font-size:25px;
    padding: 0 0 20px;
    position: relative;
    margin: 0;
}
.mid-abt h5:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    background: #c51411;
    bottom: 15px;
    left: 0;
}

.library-landing-pg {
    float: left;
    width: 100%;
}
.e-logos h5 {
    margin: 0;
    padding:0 0 15px;
}


.reso-title {
    width: 100%;
    display: grid;
    grid-template-columns: max-content auto;
    align-content: center;
    align-items: center;
    padding: 10px 0 20px;
}

.reso-title h5{
    padding:0;
    margin:0;
}

.reso-title a {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    padding: 4px 0 0 20px;
    color: #a30706;
}

/*Question Paper*/
.sem-box{padding:15px;background:#fff;border-radius:7px;/*background-image:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);*/height:100%;}
.sem-box h5{font-size:16px;margin:0;padding:0 0 10px;}
.sem-box ul li a{font-size:14px;}
.sem-box ul{margin-left:20px;}
.sem-box ul li{padding:0;}

/*Sitemap*/
.sitemap-wrap [class*=col-]{margin-bottom:2rem;}
.map-box{padding:15px;background:#e4f1ff;border-radius:7px;height:100%;background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);}
/*.map-box h5{font-size:16px;margin:0;padding:0 0 10px;}*/
.map-box h5 {
    font-size: 16px;
    margin: 0;
    padding: 12px 10px;
    background: #3b405f;
    color: #fff;
    margin-left: -15px;
    margin-top: -15px;
    width: calc(100% + 30px);
    border-radius: 7px 7px 0 0;
    margin-bottom: 10px;
}
.map-box ul li a{font-size:14px;}
.map-box ul{margin-left:20px;}
.map-box ul li{padding:0;}
.thumbnail .ev_desc p b span+br+span a {
line-height: normal;
display: -webkit-box;
max-width: 100%;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 14px;
font-weight: normal;
}

.thumbnail .ev_desc p b span+br+span {padding: 10px 0 0;}
.event-list .event-col h4.tumb-title+b {
font-size: 14px;
}

.thumbnail .ev_desc &gt; p {
display: -webkit-box;
max-width: 100%;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 14px;
font-weight: normal;
min-width: 100%;
float: left;
}


/*.btn-shine {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 48px;
    color: #fff;
    background: linear-gradient(to right, #4d4d4d 0, #fff 10%, #4d4d4d 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
  }*/

  .btn-shine {
    position: relative;
    background: linear-gradient(to right, #f44336 0, #ffeb3b 10%, #fff 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
  }

  @-webkit-keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }

  @keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }
  







.counter{
  color: #0d6efd;
  background:#0d6efd;
  text-align: center;
  width: 167px;
  padding: 0 15px 33px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}  
.counter:before{
  content: "";
  background:white;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
.counter .counter-icon{
  color: #fff;
  background: inherit;
  font-size: 40px;
  padding: 10px;
  margin: 0 0 28px;
  border-radius: 0 0 0% 0%/0 0 0% 0%;
}
.counter h3{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: -25px 0 -14px;
}
.counter h3:after{
  content: '';
  background-color: #0d6efd;
  height: 2px;
  width: 50%;
  margin: 5px auto;
  display: block;
  clear: both;
}
.counter .counter-value{
  font-size: 30px;
  font-weight: 600;
  display: block;
}
.counter.green{
  color: #079b67;
  background-color: #079b67;
}
.counter.green h3:after{ background-color: #079b67; }
  .counter.blue{
  color: #01A7B9;
  background-color: #01A7B9;
}
.counter.blue h3:after{ background-color: #01A7B9; }
.counter.pink{
  color: #d84e80;
  background-color: #d84e80;
}
.counter.pink h3:after{ background-color: #d84e80; }
@media screen and (max-width:991px){
  .counter{ margin-bottom: 40px; }
}Â&nbsp;




 .wed-hom-ser{
 
     
     margin-top: 30px;
}
 .wed-hom-ser ul{
     margin-bottom: 0px;
     margin: 0 auto;
     display: table;
    /* background: #77bed4;
     */
     position: relative;
    /* padding: 5px 5px 0px 5px;
     */
    /* border-radius: 5px;
     */
    /* box-shadow: 0 0 5px 0 #77bed4;
     */
}

.wed-hom-ser ul li{
     float: left;
     display: inline;
     text-align: center;
     margin: 5px; 
}
 .wed-hom-ser ul li a{
     background: #02294e;
     width: 90px;
     height: 90px; margin-top:40px;
     display: block;
     padding: 18px 2px 10px 2px;
     text-align: center;
     color: #fff;
     border-radius: 70px;
     font-family: 'Arimo', sans-serif;
     position: relative;
     overflow: hidden;
     line-height: 24px;
     font-size: 11px;
}
 .wed-hom-ser ul li a:hover{
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
     background: #be3333;
     color: #fff;
}
 .wed-hom-ser ul li a img{
     display: table;
     text-align: center;
     margin: 0 auto;
     padding-bottom: 5px;
}
 .wed-hom-ser ul li a h4{
     font-size: 32px;
     color: #77bed4;
     font-weight: 600;
     margin-bottom: 5px;
}
 .wed-hom-ser ul li a span{
     color: #898d92;
     font-size: 12px;
     letter-spacing: 2px;
}



/*faculty*/
.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.our-team {
  padding: 0 0 40px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #00325a;
}
.our-team:hover {
  border-bottom: 5px solid #2f2f2f;
}

.our-team .pic {
  display: inline-block;
  width: 145px;
  height: 145px;
  margin-bottom: 35px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00325a;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
  height: 100%;
  background: #2f2f2f;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after {
  background: #00325a;
}
.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 5px #f7f5ec;
  transform: scale(0.9);
  position: relative;
  z-index: 2;
}
.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 30px;
}
.our-team .title {
  font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
    display: table-header-group;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.our-team .social {
  width: 100%;
  padding-top: 10px;
  margin: 0;
  background: #2f2f2f;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding-top: 6px;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
  color: #2f2f2f;
  background: #f7f5ec;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 10px;
  }
}


.faculty-header{
      padding: 1px;
    text-align: center;
}

.faculty-box{
      box-shadow: 5px 3px 18px 1px rgba(0,0,0,.5);
}


.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}
.notice_box{
  box-shadow: 5px 3px 18px 1px rgba(0,0,0,.5)!important;
}

.color-blue{
  color: blue;
}

.color-red{
  color: brown;
}
.color-pink{
  color: deeppink;
}
.color-green{
  color: green;
}

.text-green{
  color: #0f6a0f;
    font-size: 23px;
}

.text-red{
  color: red;
    font-size: 23px;
}
.text-blue{
  color: blue;
    font-size: 23px;
}
.text-yellow{
  color: #808028;
    font-size: 23px;
}
.text-green{
  color: #0f6a0f;
    font-size: 23px;
}
.text-green{
  color: #0f6a0f;
    font-size: 23px;
}
.seatno{
  background: #663243;
    padding: 4px 15px 4px 15px;
    color: white;
    font-size: 12px;
}
.list{
  list-style: square!important;
}


section .section-title{
      text-align: center;
    color: #9d0f0f;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
#what-we-do{
  background:#ffffff;
}
#what-we-do .card{
  padding: 1rem!important;
  border: none;
  margin-bottom:1rem;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#what-we-do .card:hover{
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
  padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
  color: #007b5e !important;
  font-weight:700;
  text-decoration:none;
}
#what-we-do .card .card-block a i{
  display:none;
  
}
#what-we-do .card:hover .card-block a i{
  display:inline-block;
  font-weight:700;
  
}
#what-we-do .card .card-block:before{
  font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);  
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}



.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    margin-bottom: 2rem;
}
/*
.wrap:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
} */


.icon-1{
 color: #678e17!important;
}

.icon-2{
 color: #127477!important;
}

.icon-3{
 color: #99700b!important;
}

.icon-4{
 color: #9f1068!important;
}

.icon-5{
 color: #3b453b!important;
}
.icon-6{
 color: #d76b26!important;
}
.icon-7{
 color: #4691af!important;
}
.icon-8{
 color: #5c2561!important;
}
.icon-9{
 color: #8e3117!important;
}
.icon-11{
 color: #678e17!important;
}




/*
.ico-wrap {
    margin: auto;
}
*/
.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #663399;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
   text-align: left;
    color: #00001a;
    border-bottom: 1px solid #00001a;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 19px;
}
.mbr-bold {
    font-weight: 700;
}

.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px; }

    .courses{
      display: flex;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 9px -4px rgb(158, 158, 158);
    }

/*gallery*/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-bottom: 15px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}

.contact .info-box i {
    font-size: 40px;
    color: #ffffff;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f8d4d5;
    background-color: #020219ed;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.contact .php-email-form {
    box-shadow: 0 0 30px #4caf503d;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #ba1e1e;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 25px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #111111;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #020219;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e35052;
}

/*end contact*/

/*start event*/

.events-date {
    text-align: center;
    position: absolute;
    left: -41px;
    top: 13px;
    background-color: rgba(25, 47, 89, 0.9);
    color: #fff;
    padding: 12px 20px 8px 20px;
    text-transform: uppercase
}

.event-time li {
    display: inline-block;
    margin-right: 20px
}

.event-time li:last-child {
    margin-right: 0
}

.event-time li i {
    color: #59c17a
}

.event-block {
    box-shadow: 0px 0px 16px 0px rgba(187, 187, 187, 0.48)
}

.event-block ul li i {
    color: #59c17a
}

@media screen and (max-width: 1199px) {
    .event-date {
        padding: 10px 18px 6px 18px
    }
}

@media screen and (max-width: 575px) {
    .event-date {
        padding: 8px 15px 4px 15px
    }
    .events-date {
        padding: 10px 15px 6px 15px
    }
}

.position-relative {
    position: relative !important;
    box-shadow: 5px 3px 18px 1px rgba(0,0,0,.5);
}

.margin-40px-bottom {
    margin-bottom: 40px;
}
.padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
}

.margin-15px-bottom {
    margin-bottom: 15px;
}
.font-weight-500 {
    font-weight: 500;
}
.font-size22 {
    font-size: 22px;
}
.text-theme-color {
    color: #304369;
    text-decoration: underline;
    font-weight: bold;
    font-family: Georgia, serif;

}
.margin-10px-bottom {
    margin-bottom: 10px;
}
.margin-10px-right {
    margin-right: 10px;
}
/*end event*/



/* for contrtast setting*/



.pagina-acessivel {
  background-color: #000!important;
  color: #FFF!important;
}

.pagina-acessivel h1, .pagina-acessivel h2, .pagina-acessivel h3, .pagina-acessivel h4 { color: #FFF!important; }

.pagina-acessivel a, .pagina-acessivel a h1, .pagina-acessivel a h2, .pagina-acessivel a h3, .pagina-acessivel a h4, .pagina-acessivel i {
  text-decoration: none;
  color: #FFFF00!important;
}

.pagina-acessivel a:hover { text-decoration: underline; }

.pagina-acessivel .dropdown-menu { border-color: #FFF!important; }

.pagina-acessivel li.active &gt; a { color: #FF0000!important; }




/*==================   RD Mobile Menu    =====================*/
.rd-mobilepanel {
  z-index: 9999998!important;
}
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999998;
  text-align: left;
  font: 700 15px/41px "Lato", Helvetica, Arial, sans-serif;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #d97b1c;
  background: rgba(255, 255, 255, 0.95);
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  zoom: 1;
}
.rd-mobilemenu_ul li span {
  margin-left: 4px;
  font-size: 13px;
  color: #000000;
  top: 0;

}
.rd-mobilemenu_ul li.active {
  color: #474747;
}
.rd-mobilemenu_ul li.active ul {
  color: #d97b1c;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
  border-bottom: 1px solid #d7cdcd;
}
.rd-mobilemenu_ul a:hover {
  background: #900000;
  color: #474747;
  text-decoration: none;
}
.rd-mobilemenu_ul ul {
  padding-left: 0;
  list-style-type: none;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #666666;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #a80000;
  font-size: 20px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  text-shadow: -1px 0px 3px #900000;
}

@media only screen and (max-width: 319px) and (min-width: 299px)
{
     .rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #d97b1c;
  font-size: 14px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  }
}

@media only screen and (max-width: 298px) and (min-width: 275px)
{
     .rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #d97b1c;
  font-size: 11px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  }
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #000000;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}

  .rd-mobilemenu_ul .sub-menu{
        display: none;

    }

     .rd-mobilemenu_ul li:hover .sub-menu{
        display: block;

    }
</pre></body></html>