@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: #860f76; font-size: 25px; border-bottom: 1px solid #d3125e; margin-bottom: 8px; padding-bottom: 5px; }
.page-wrapper h3{ color: #860f76; font-size: 25px; border-bottom: 1px solid #ccc; margin-bottom: 8px; padding-bottom: 5px; }
.page-wrapper h4{ color: #860f76; font-size: 23px;  margin-bottom: 8px; padding-bottom: 5px; }
.page-wrapper h5{ color: #d3125e; font-size: 20px; border-bottom: 1px solid #ccc; margin-bottom: 8px; padding-bottom: 5px; }
.page-wrapper h6{ color: #d3125e; 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-upper{background-color: #d3125e; color: #fff; font-size: 16px; padding: 4px 0;}
.top-upper marquee{ padding-top:4px; }
.top-wrapper{width: 100%; background-color: #fff; position: relative; }
.logo{ margin: 0px; display: block; position: absolute;
    z-index: 6;  -webkit-box-shadow: 0 0 8px 5px rgba(120,120,120,0.3);
box-shadow: 0 0 8px 5px rgba(120,120,120,0.3);}
.logo img{ max-width: 100%; }


.social-icons ul{ margin: 2px 0px 0 0; padding: 0; list-style: none; }
.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-top: 5px;  height: 28px; width: 28px; border-radius: 25px; background-color: #fff; }
.social-icons ul li a i{ font-size: 18px; color: #d3125e;}
.social-icons ul li a:hover{ background-color: #fff; color: #d3125e; }

.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 -------------- */

.menu-wrapper{ width: 100%; background-color: #10005a; z-index: 5; position: relative; }
.top-menu {
  padding: 0px 0; 
  z-index: 10; text-align: right;  
  margin: 10px 0px 10px 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: #0055a6; padding: 10px 10px; font-size: 15px; font-weight: 500; }
      .top-menu ul li a:hover {
        text-decoration: none;  }
    .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: #473551;
  border-top: 1px solid #1b151f !important;
  border-left: 1px solid #1b151f !important;
  border-right: 1px solid #1b151f !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 #1b151f !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 -------------- */
.banner-wrapper { z-index:3;  }
.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;}

marquee p{ margin-bottom:0px !important;   }

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

.content-wrapper {color: #cfcfcf; padding: 10px; line-height: 26px; }
.page-title2 { padding: 8px; margin-bottom: 8px;}
.page-title2 h1{ color: #454545; 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-color:#fff; padding:60px 0px;  }
.principal-image img{ border:6px solid #d3125e; margin-bottom:20px; }
.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:#940f74; font-family: "Pacifico", cursive;
  font-weight: 400; font-style: italic; font-size:25px; margin-bottom:12px; }

.home-notice-wrapper{background-size: 100% auto; padding:70px 0 60px 0; background:url(../img/about-bg.png) no-repeat left top #fff; }

.notice-wrapper {background:url(../img/notice-bg.png) no-repeat right top; background-color:#e5e5e5; padding:8px; margin-bottom:20px; min-height: 95%; }
.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: 20px; color: #454545; font-weight: 600; margin-bottom: 5px}

.home-events-wrapper{ padding: 40px 0; background-color:#efefef; }
.read-more {background-color: #d3125e; display: inline-block; padding: 6px 8px; color: #fff !important; margin: 15px 0px;}
.read-more:hover{background-color: #78186b; display: inline-block; color: #fff;}

.event-wrapper{ margin:15px 0px 15px 0px; padding:6px; }
.event-wrapper img{ background-color: #fff; padding: 6px;
-webkit-box-shadow: 0 0 8px 5px rgba(120,120,120,0.2);
box-shadow: 0 0 8px 5px rgba(120,120,120,0.2);
 }
.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: #890f78; line-height: 22px;display:inherit; overflow:hidden; font-size:18px; line-height:30px; font-weight:600;}
.event-title{ font-weight:500; font-size:18px; color:#797979;  }
.home-course-wrapper{ background: rgb(163,199,124);
background: radial-gradient(circle, rgba(163,199,124,1) 0%, rgba(102,163,68,1) 100%); overflow: hidden;}
.hcourse-title{ text-align: left; color:#fff; font-weight: 800; font-size:55px; margin:40px 0 10px 0; }
.hcourse-content{ text-align: left; color:#fff; margin: 0 0 30px 0; line-height:30px;  }
.hcourse-content a{ color:#fff; font-weight:500;  }
.hcourse-content h2{ margin-bottom:20px; }
.hcourse-title-bg{ position: absolute; color:#fff; font-weight: 800; font-size:200px; opacity:0.2; margin-top: -20%;
    margin-left: 20%; } 

.slider .slick-prev:before, .slider-vertical .slick-next:before {
  display: none;
}
.slider .slick-prev, .slider .slick-next {
    width: 28px;
    height: 28px;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.slider .slick-prev:before, .slider .slick-next:before {
  display: none;
}
.slider .slick-prev { display: none !important; 
    border-width: 14px 14px 14px 0px;
    border-color: transparent #ffffff;
    left: 0px;
    right: auto;
}
.slider .slick-next { display: none !important;
    border-width: 14px 0px 14px 14px;
    border-color: transparent #ffffff;
    right: 0px;
    left: auto;
} 
.slider .slick-prev:hover, .slider .slick-next:hover {
    border-color: transparent #ffd200;
}
.slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled, .slider .slick-prev.slick-disabled:hover, .slider .slick-next.slick-disabled:hover {
  opacity: 0.1;
  cursor: default;
   
}

.slider-thumb { position:absolute;  width: 100%; margin-top:-120px; }
.course-thumb{background-color: #eda60d; text-align: center; color: #fff; font-weight: 600; padding: 25px 0; margin: 10px;
border: 4px solid #fff; -webkit-box-shadow: 0 0 8px 5px rgba(120,120,120,0.2);
box-shadow: 0 0 8px 5px rgba(120,120,120,0.2);}
.course-thumb:hover{ cursor: pointer;}
.slider-thumb .slick-slide.slick-current {
  background: green;
}

.home-chat-wrapper{ padding:70px 0 0 0; }

.course-box{border: 1px solid #004382;
    padding: 10px;
    display: block;
    margin: 20px 0;}
.course-box a{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:#362b3c ; color: #fff; cursor: pointer; height: 38px;}
.contact-form .sbutton:hover { background-color:#d3125e ; 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: 20px 0px;  border:1px solid #e7e7e7; padding:6px; overflow: hidden;
-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{
-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:#362b3c; padding: 40px 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-wrapper .footer-data {
    color: #ccc;
    margin: 0 0 15px 0;
  }
  .footer-wrapper .footer-data .footer-heading{ font-weight: 600; font-size: 22px; color: #fff; 
    font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; }  
  .footer-wrapper .footer-data .footer-text{ color: #b7b7b7; font-size: 15px; }
  .footer-wrapper .footer-data .footer-text a{ color: #b7b7b7; }
  .footer-wrapper .footer-data .footer-text a:hover{ color: #fff; }
  .footer-text ul{  margin: 0 0 0 5px; padding: 0; list-style: none; }
  .footer-text ul li{ display: block; margin-right:18px; } 
  .footer-text ul li a{ padding: 5px 0; margin-left: 3px ; display:block; }

  .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; }



.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;}
  .logo{ margin-top: -34px; }
  .home-notice-wrapper{background-size: 60% auto;}
  .social-icons ul{ text-align:right;}
  .copy-text {text-align: center; } .wc-text {text-align: center; } }

@media (min-width: 48em) {
  .mobile { display: block; } .desktop { display: none; }
  .arrow2{ display: none;}
  .logo{ margin-top: -34px; }
  .home-notice-wrapper{background-size: 60% auto;
  .social-icons ul{ text-align:right;}
  .copy-text {text-align: center; } .wc-text { text-align: center; } }

@media (min-width: 64em) {
  .mobile {display: none; } .desktop { display: block; }
  .arrow2{ display: block;}
  .logo{ margin-top: -46px; }
  .home-notice-wrapper{background-size: auto auto;}
  .social-icons ul{ text-align:center;}
  .copy-text {text-align: left; }.wc-text {text-align: right; } }

@media (min-width: 85.375em) {
  .mobile { display: none; }.desktop { display: block; }
  .arrow2{ display: block;}
  .logo{ margin-top: -46px; }
  .home-notice-wrapper{background-size: auto auto;}
  .social-icons ul{ text-align:center;}
  .copy-text {text-align: left; } .wc-text { text-align: right; } }

@media (min-width: 120em) {
  .mobile { display: none; }.desktop {  display: block; }
  .arrow2{ display: block;}
  .logo{ margin-top: -46px; }
  .home-notice-wrapper{background-size: auto auto;}
  .social-icons ul{ text-align:center;}
  .copy-text { text-align: left; } .wc-text { text-align: right; } }

@media (min-width: 160em) {
  .mobile { display: none; } .desktop { display: block; }
  .arrow2{ display: block;}
  .logo{ margin-top: -46px; }
  .home-notice-wrapper{background-size: auto auto;}
  .social-icons ul{ text-align:center;}
  .copy-text { text-align: left; }.wc-text {text-align: right; } }
