@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');



*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

html {
  height: 100%;
  padding-bottom: 2px; }

.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px; }

a, a span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

a:hover, a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

body {
  background-attachment: fixed;
  background-size: 100% auto;
  background-color: #fff;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif; }

a {
  color: #0494dc; font-weight: 500;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #000;
  text-decoration: none; }

.loading, .loading-box {
  display: none; }
.page-wrapper h2{ color: #10005a; font-size: 25px; border-bottom: 1px solid #0494dc; margin-bottom: 8px; padding-bottom: 5px; }
.page-wrapper h3{ color: #0494dc; font-size: 25px; border-bottom: 1px solid #ccc; margin-bottom: 8px; padding-bottom: 5px; }
.page-wrapper h4{ color: #0494dc; font-size: 23px;  margin-bottom: 8px; padding-bottom: 5px; }
.page-wrapper h5{ color: #0494dc; font-size: 20px; border-bottom: 1px solid #ccc; margin-bottom: 8px; padding-bottom: 5px; }
.page-wrapper h6{ color: #0494dc; font-size: 18px; border-bottom: 1px solid #ccc; margin-bottom: 8px; padding-bottom: 5px; }

.page-wrapper table{ width:100%; margin:10px; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.page-wrapper table tr th { padding: 5px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; font-weight:500; }
.page-wrapper table tr td { padding: 5px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
/* -------------- Top -------------- */
.top-wrapper{width: 100%; background-color: #fff; position: relative; }
.logo{ margin: 0px; display: block; }
.logo img{ max-width: 100%; }


.call{ margin: 0px 0px 5px 0; text-align: right; padding-right:55px; float: right; background: url(../img/blue-strip.png) no-repeat top right; display:block; width:100% }
.call-data{ display:inline-block; font-size: 20px; color: #fff;}
.call-data span{font-size: 14px; color: #525252; display:block; font-weight: 500; }

.m-call{ margin: 12px 0 0px 0; text-align: left; float: left; display: block;}
.m-call span{ font-size: 28px; color: #646464; display: block; }
.m-call-data{ display:inline-block; font-size: 18px; font-weight: 600; color: #0855a1;}
.m-call-data span{font-size: 18px; color: #525252; display:block; font-weight: 500; }
.m-social-icons{margin: 10px 0px 0px 0;  float: right;}
.m-social-icons ul{  padding: 0; list-style: none; }
.m-social-icons ul li{ display: inline-block; margin:0 3px 0 3px; padding: 0; }
.m-social-icons ul li a{ display: block; text-align: center; padding-top: 3px;  height: 28px; width: 28px;}
.m-social-icons ul li a i{ font-size: 22px; color: #c43633;}
.m-social-icons ul li a:hover{ color: #006cb5; }


/* -------------- Menu -------------- */
.white-menu{ background-color:#fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; padding:5px; position:relative; z-index:5; margin:30px; }
.menu-wrapper{ width: 100%; background-color: #10005a; z-index: 5; position: relative; }
.top-menu {
  padding: 0px 0; 
  z-index: 10; text-align: left;  
  margin: 18px 0px 4px 0px ; }
  .top-menu ul {
    margin: 0px 0 0px 0;
    padding: 0; display: inline-block;
    list-style: none;
    }
    .top-menu ul li {
      display: inline-block;
      margin: 0px;
      position: relative;
        color: #4e2624; }
      .top-menu ul li a {
        display: inline-block; color: #004483; padding: 10px 10px; font-size: 17px; font-weight: 500; border-bottom:3px solid #fff; }
      .top-menu ul li a:hover {
        text-decoration: none; border-bottom:3px solid #c5a42e;  }
    .top-menu ul li:last-child a{
      border-right: 0px; }

.top-menu ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 10;
  background-color: #004382;
  border-top: 1px solid #106b99 !important;
  border-left: 1px solid #106b99 !important;
  border-right: 1px solid #106b99 !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
   }

.top-menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 42px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
   }

.top-menu ul li ul li {
  width: 250px;
  display: block;
  background: none;
  text-align: left !important;
  padding: 3px 5px;
  text-align: left !important;
  border-bottom: 1px solid #106b99 !important; }

.top-menu ul li ul li a {
  font-size: 17px; display: block;
  color: #fff !important;
  padding: 5px 6px; border-bottom:0px !important;  }
.top-menu ul li ul li a:hover {
  padding: 5px 6px; border-bottom:0px !important;  }


.top-menu ul li ul li:first-child a {
  padding: 5px 6px !important; }

.top-menu ul li ul li ul, .top-menu ul li:hover ul li ul {
  display: none;
  left: 251px;
  top: 0px;
  border-top: 1px solid #ccc !important; }

.top-menu ul li:hover ul li:hover ul {
  display: block; }

.mtype{ margin: 33px 0 0 1px;
    font-size: 40px;
    display: block;
    font-weight: 700;
    color: #d9d9d9;}
/* -------------- Banner -------------- */

.stream-slider img{ max-width: 100%; margin: 0 10px;  }
.arrow2{ width: 100%; z-index:300;}
.arrow2 .prev{ height: 60px; width: 60px; background: url(../img/left.png) no-repeat center center; opacity: 0.5; background-color: rgba(255, 255, 255, 0.8); 
  display: inline-block; position: absolute; top:48%; color: red; left: 6px; cursor: pointer; z-index: 100;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}
.arrow2 .prev:hover{ opacity: 1;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;}
.arrow2 .next{ height: 60px; width: 60px; background: url(../img/right.png) no-repeat center center; opacity: 0.5; background-color: rgba(255, 255, 255, 0.8); 
  display: inline-block; position: absolute; top:48%; color: red; right: 6px; cursor: pointer; z-index: 100;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}
.arrow2 .next:hover{ opacity: 1;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;}



/* -------------- Title -------------- */
.page-title{background: url(../img/head-bg.png) no-repeat left center; padding:35px 0px 5px 22px }
.page-title h1{ font-size:25px; display: inline-block; font-weight:500; color:#10005a; margin-bottom:5px;}

.content-wrapper {color: #cfcfcf; padding: 10px; line-height: 26px; }
.page-title2 { background-color:#c5a42e; padding: 8px; margin-bottom: 8px;}
.page-title2 h1{ color: #fff; font-size: 22px;}

/* -------------- Home -------------- */

.about-more{ text-align: center;  margin-top: -45px;  }
.about-more a{ display: inline-block; background-color: #10005a; color: #fff; padding: 8px 20px; margin-bottom:25px; }
.about-more a:hover{ background-color: #1ba8ed; color: #fff;  }
.principal-wrapper{ background: url(../img/white-strip.png) no-repeat bottom right; background-color:#fff;  }
.home-message-image {text-align: center; }
.home-message-image img{ margin-bottom: 20px; width:100%;}
.home-message-text p{ margin-bottom:0px; }
.home-message-text a{ color:#10005a; }
.home-message-text a:hover{ color:#fff; }

.message-author{ color:#10005a; font-style: italic; font-size:25px; font-weight:400; margin-bottom:12px; }

.home-links ul{ margin:0; padding:0; }
.home-links ul li{ border:1px solid #004382; padding:10px; display:block; margin: 20px 0;}
.home-links ul li a{ border-left:5px solid #c5a42e; padding:10px 5px; color:#004382; font-size:22px; display:block;}
.home-links ul li:hover{background-color:#fff8dd; }
.home-links ul li:hover a{ padding-left:20px;}

.facts-wrapper{ padding: 50px 0; background-color:#454545; }
.facts-wrapper .text-white{ padding:8px 0 }
.facts-wrapper .color { color:#fff; color: #fff; padding: 8px 0 12px 0; margin-top: 6px; display: inline-block; border-top: 5px solid #c43633;}

  .home-about p {text-align: justify;}
  .home-message-text p {text-align: justify;}

.facts-wrapper i{ color:#fff; }
.home-notice-wrapper{ padding:70px 0 60px 0; background:url(../img/home-event-bg.jpg) no-repeat center center #eaeaea; background-size: 100% auto;}

.notice-wrapper {background-color:#fff; border: 1px solid #004382; padding:8px; margin-bottom:20px; min-height: 98%; }
.notice-text{ padding:20px; margin-bottom:15px; }
.notice-text h1{ font-size: 22px; font-weight: 600; margin-bottom: 5px}
.notice-text2{ padding:20px; margin-bottom:15px; }
.notice-text2 h1{ font-size: 22px; font-weight: 600; margin-bottom: 5px}
.boxes{ padding:30px; }

.read-more {background-color: #dbaf00; display: inline-block; padding: 6px 8px; color: #10005a; margin-bottom: 15px;}
.read-more:hover{background-color: #dbaf00; display: inline-block; color: #fff;}

.event-wrapper{ margin:5px 0px 20px 0px; padding:6px; overflow:hidden; }
.event-date{ font-size:40px; display:inline-block; float:left; line-height:32px; color: #10005a; font-weight: 500;margin-right:6px; overflow:hidden; }
.event-month{ font-size: 20px; font-weight: 500; display:block; width:100%; text-transform:uppercase; color:#454545; overflow:hidden; }
.event-text{ color: #3a3939; line-height: 22px;display:inherit; padding-left: 6px; overflow:hidden; font-size:18px; line-height:30px; font-weight:600;}
.event-title{ font-weight:500; font-size:18px;  }
.courses-wrapper{ padding:50px 0; background-color:#fff;}
.course-box{border: 1px solid #004382;
    padding: 10px;
    display: block;
    margin: 20px 0;}
.course-box .cl{border-left: 5px solid #c5a42e;
    padding: 10px 5px;
    color: #004382;
    font-size: 22px;
    display: block;
    cursor: default;
  }
  .course-box a:hover{
    cursor: default;
  }
.student-wrapper{ margin-bottom:15px; border-bottom:4px solid #eebe24; }
.student-image img{ width:100%; height:auto; margin-bottom:10px; border:5px solid #eebe24 ; }
.student-name h1{ font-size:20px; color:#595858; font-weight:500; margin-left:3px }
.student-sub{font-size:17px; color:#00529c; }
.student-marks{font-size:25px; color:#00529c; margin-bottom:10px}

.home-gallery-wrapper{ background-color:#00529c; padding: 50px 0; }
.gallery-album{ border:6px solid #f3f3f3; overflow:hidden; position:relative; margin:15px 0; display:inherit; }
.gallery-album img{ width:100%; }
.album-title{ position:absolute; bottom:0; background-color:rgba(255, 255, 255, 0.6); color:#00529c; font-size: 20px; font-weight:700; padding:6px 15px; width:100% }

.home-achievements-wrapper{ background-color:#fff; padding:50px 0; }
.achi-wrapper{ margin:15px 0; }
.achi-wrapper img{ border-bottom:5px solid #eebe24; width:100%; height:auto; }
.achi-title{ color:#454545; font-size:20px; font-weight:600; }

.faculty-head{ margin:10px 0 3px 0px; border-bottom:10px dotted #ccc; padding-bottom:5px }
.faculty-data{ font-size:14px; width:100%; }
.faculty-data2{ font-size:14px; color:#726f6f; font-weight: 400; }
.page-wrapper{
  padding: 20px 0 40px 0; background: #fff;
}
.breadcrumb {
  background-color: transparent !important;
  padding: 0 !important;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 18px -8px !important;
  margin-bottom:15px; }

.breadcrumb ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0; }

.breadcrumb ul li {
  display: inline-block;padding: 2px;
  font-size: 15px; color: #a7a7a7; }

.breadcrumb ul li a {
  display: block;
  padding: 2px 8px;
  color: #a7a7a7;
  font-size: 15px; }
.breadcrumb ul li a:hover {
  color: #454545;}
.map-wrapper{ border:8px solid #10005a; }
.contact-form{ padding: 20px; margin:15px 0px; background-color:#dddddd; }
.contact-form input{ width: 100%; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 0px; height: 32px; }
.contact-form textarea{ width: 100%; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 0px; height:150px ; }
.contact-form .sbutton { background-color:#0494dc ; color: #fff; cursor: pointer; height: 38px;}

.lbutton{background-color:#003c75 ; color: #fff; cursor: pointer; display: inline-block; padding: 6px 8px;}
.lbutton:hover{background-color:#c5a42e ; color: #fff; cursor: pointer;}

.contact-details{ margin:20px 0px; padding:20px; }

.slick-dots li button:before{ color: #454545 !important;}
.slick-dots {
  bottom: 8px !important; }

.slick-dots li button:before {
  font-size: 10px !important; }

.event-list{margin: 15px 0px;  border:4px solid #e7e7e7; padding:6px; height: 96%;
-webkit-box-shadow: 0 0 10px 6px rgba(0,0,0,0);
box-shadow: 0 0 10px 6px rgba(0,0,0,0);
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;}
.event-list:hover{margin: 15px 0px;  border:4px solid #c4a42d; padding:6px ;
-webkit-box-shadow: 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow: 0 0 10px 6px rgba(0,0,0,0.1);
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;}

.event-img{ width:100%; margin-bottom:8px; }

.des{ font-size: 18px; display:block; color:#0494dc;  }
.deg{ font-size: 16px; display:block; font-weight:400; color:#6f6f6f;  }
.gallery-image{ border: 4px solid #fff; margin: 15px 0;
-webkit-box-shadow: 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow: 0 0 10px 6px rgba(0,0,0,0.1);}
/* -------------- Footer -------------- */

.footer-wrapper{background-color:#2c2c2c; padding: 10px 0;}
.footer-heading{position: relative;}
.footer-heading h1{ font-size:23px; text-transform: capitalize; display: inline-block; font-weight:500; color:#fff; margin-bottom:15px;}
.footer-heading h1:after{border-top: 5px solid #c43633; height: 12px; margin-left: 12px;
    display: inline-block; width: 64px; content: '' }

  .footer-wrapper .footer-data {
    color: #ccc;
    margin: 15px 0;
  }
  .footer-wrapper .footer-data .footer-heading{ font-weight: 600; font-size: 22px; color: #3c3b3b; 
    font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; }  
  .footer-wrapper .footer-data .footer-text{ color: #dddddd; font-size: 15px; }
  .footer-wrapper .footer-data .footer-text a{ color: #dddddd; }
  .footer-wrapper .footer-data .footer-text a:hover{ color: #fff; }
  .footer-text ul{  margin: 0 ; padding: 0; list-style: none; }
  .footer-text ul li{ display: inline-block; margin-right:18px; } 
  .footer-text ul li a{ padding: 4px 0; margin-left: 3px ; }

  .social-icons-footer ul{ margin: 2px 0px 0 0; padding: 0; list-style: none; float: right; }
  .social-icons-footer ul li{ display: inline-block; margin:0 3px 0 3px; padding: 0; }
  .social-icons-footer ul li a{ display: block; text-align: center; padding-top: 5px;  height: 28px; width: 28px; border-radius: 25px; background-color: #ccc; }
  .social-icons-footer ul li a i{ font-size: 18px; color: #343434;}
  .social-icons-footer ul li a:hover{ color: #c42526; }

  .social-icons ul{ margin: 2px 0px 0 0; padding: 0; list-style: none; text-align:center; }
  .social-icons ul li{ display: inline-block; margin:0 3px 0 3px; padding: 0; }
  .social-icons ul li a{ display: block; text-align: center; padding: 11px 0 0 0; height: 45px; width: 45px; background: #e8e8e8; border-radius: 50%;}
  .social-icons ul li a i{ font-size: 18px; color: #10005a;}
  .social-icons ul li a:hover{ background-color: #dbaf00; color: #fff; }


.footer2 {
  padding-bottom: 15px;
  padding: 18px 0; 

}
  .footer2 .copy-text {
    font-size: 15px;
    color: #6f6f6f; }
  .footer2 .wc-text a {
    font-size: 15px;
    color: #6f6f6f; }

.error {
  color: #e90e0e; }



/* --------- sign in / sign up ------------ */
/* Breakpoints */
/* 320px*/
/* 768px*/
/* 1024px*/
/* 1366px*/
/* 1920px*/
/* 2560px*/
/* Media Queries */
@media (min-width: 20em) {
  .mobile { display: block; }.desktop {display: none; }
  .arrow2{ display: none;}
  .banner-wrapper { position: relative; margin-top: 0px; z-index:3;  }
  .principal-wrapper{ padding:20px 0px; }
  .home-about { margin:10px 0; padding:10px 10px 30px 10px; border:5px solid #ccc;  }
  .degree-wrapper{ position:relative; margin-top:10px; }
  .degree-box{background-color: #10005a; padding: 10px 20px;}
  .degree{ font-size:20px; line-height: 25px; font-weight:600; color:#fff; margin-top:0px; margin-bottom:10px; }
  .slick-slide img { display: block;width: 100% !important;}
  .copy-text {text-align: center; } .wc-text {text-align: center; } }

@media (min-width: 48em) {
  .mobile { display: block; } .desktop { display: none; }
  .arrow2{ display: none;}
  .banner-wrapper { position: relative; margin-top: 0px; z-index:3;  }
  .principal-wrapper{ padding:20px 0px; }
  .home-about { margin:10px 0; padding:10px 10px 30px 10px; border:5px solid #ccc; }
  .degree-wrapper{ position:relative; margin-top:10px; }
  .degree-box{background-color: #10005a; padding: 10px 20px;}
  .degree{ font-size:20px; line-height: 25px; font-weight:600; color:#fff; margin-top:0px; margin-bottom:10px; }
  .slick-slide img { display: block;width: 100% !important;}
  .copy-text {text-align: center; } .wc-text { text-align: center; } }

@media (min-width: 64em) {
  .mobile {display: none; } .desktop { display: block; }
  .arrow2{ display: block;}
  .banner-wrapper { position: relative; margin-top: -100px; z-index:3;  }
  .principal-wrapper{ padding:60px 0px; }
  .home-about { margin:25px; padding:30px; border:5px solid #ccc; }
  .degree-wrapper{ position:relative; margin-top:-20px; }
  .degree{ font-size:40px; line-height: 45px; font-weight:600; color:#fff; margin-top:15px; margin-bottom:15px; }
  .slick-slide img { display: block;width: 100% !important;}
  .copy-text {text-align: left; }.wc-text {text-align: right; } }

@media (min-width: 85.375em) {
  .mobile { display: none; }.desktop { display: block; }
  .arrow2{ display: block;}
  .banner-wrapper { position: relative; margin-top: -200px; z-index:3;  }
  .principal-wrapper{ padding:60px 0px; }
  .home-about { margin:25px; padding:30px; border:5px solid #ccc; }
  .degree-wrapper{ position:relative; margin-top:-70px; }
  .degree-box{background-color: #10005a; padding: 20px 20px;}
  .degree{ font-size:40px; line-height: 45px; font-weight:600; color:#fff; margin-top:15px; margin-bottom:15px; }
  .slick-slide img { display: block;width: 100% !important;}
  .copy-text {text-align: left; } .wc-text { text-align: right; } }

@media (min-width: 120em) {
  .mobile { display: none; }.desktop {  display: block; }
  .arrow2{ display: block;}
  .banner-wrapper { position: relative; margin-top: -200px; z-index:3;  }
  .principal-wrapper{ padding:60px 0px; }
  .home-about { margin:25px; padding:30px; border:5px solid #ccc; }
  .degree-wrapper{ position:relative; margin-top:-70px; }
  .degree-box{background-color: #10005a; padding: 20px 20px;}
  .degree{ font-size:40px; line-height: 45px; font-weight:600; color:#fff; margin-top:15px; margin-bottom:15px; }
  .slick-slide img { display: block;width: 100% !important;}
  .copy-text { text-align: left; } .wc-text { text-align: right; } }

@media (min-width: 160em) {
  .mobile { display: none; } .desktop { display: block; }
  .arrow2{ display: block;}
  .banner-wrapper { position: relative; margin-top: -200px; z-index:3;  }
  .principal-wrapper{ padding:60px 0px; }
  .home-about { margin:25px; padding:30px; border:5px solid #ccc; }
  .page-title h1{ font-size:32px; text-transform: capitalize; display: inline-block; font-weight:500; color:#10005a; margin-bottom:15px;}
  .degree-wrapper{ position:relative; margin-top:-70px; }
  .degree-box{background-color: #10005a; padding: 20px 20px;}
  .degree{ font-size:40px; line-height: 45px; font-weight:600; color:#fff; margin-top:15px; margin-bottom:15px; }
  .slick-slide img { display: block;width: 100% !important;}
  .copy-text { text-align: left; }.wc-text {text-align: right; } }
