/*------------------------------------
Mobile First Approach
------------------------------------*/
a:hover {
  text-decoration: none;
}

body {
  overflow-x: hidden !important;
  position: relative;
  font-family: "Sans";
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.scroll-to-top {
  width: 40px;
  height: 40px;
  background: #165eae;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 20px;
  -webkit-box-shadow: 0px 1px 30px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 30px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: none;
  z-index: 90;
}

.scroll-to-top i {
  color: #fff;
  line-height: 40px;
  font-size: 1rem;
}

.scroll-to-top:hover i {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-box-shadow: 0px 1px 30px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 30px -2px rgba(0, 0, 0, 0.15);
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/*------------------------------------
header.php css starts
------------------------------------*/
.top-bar {
  background: #192E59;
}

.top-bar p {
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 5px;
}

.top-bar .top__Nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-bar .top__Nav .top__Link {
  padding: 0 7px;
  border: 0;
  border-left: 1px;
  border-style: solid;
  border-color: #DEB711;
}

.top-bar .top__Nav .top__Link:last-child {
  border-right: 2px solid #fff;
}

.top-bar .top__Nav .top__Link-Item {
  color: #fff;
  font-size: 12px;
}

.top-bar .top__Social-Link {
  text-align: right;
  line-height: 2;
}

.top-bar .top__Social-Link a i {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}

.top-bar .top__Social-Link .border-right-white {
  border: 0;
  border-left: 2px;
  border-style: solid;
  border-color: #fff;
}

.circleSocialIcons {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
}

.wrapperOfTopSocialIcons {
  padding: 0.3rem 0;
}

.circleSocialIconsWrapper,
.TopTextWrapper {
  display: inline-block;
}

.TopIconWrapper {
  display: inline-block;
  padding-top: 0.2rem;
}

.primaryButton {
  background: #DEB711;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  border-radius: 0;
}

#nav {
  color: #192E59;
}

#nav .logo {
  max-height: 75px;
}

#nav .collegeName {
  color: #192E59;
  font-size: 1.2rem;
  vertical-align: middle;
}

#nav .nav-link {
  color: inherit;
  text-transform: uppercase;
  font-size: .90rem;
}

.dropdown-menu li a,
.dropdown-submenu li a {
  color: #192E59;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 22px;
  left: 36px;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 25px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
  padding: .4rem .7rem !important;
}

/*------------------------------------
header.php css ends
------------------------------------*/
/*------------------------------------
index.php css starts
------------------------------------*/
#banner .slider {
  position: relative;
}

#banner .slider__item {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}

#banner .slider__CollegeName {
  background: rgba(25, 46, 89, 0.6);
  padding: 1rem 0.3rem;
  font-size: 1.455rem;
  display: inline-block;
}

#banner .owl-dots {
  position: absolute;
  bottom: 50%;
  right: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#banner .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #192E59;
}

#banner .owl-dots .owl-dot.active span {
  background: #DEB711;
}

.roundedButtonWrapper .roundedButton {
  background: #DEB711;
  color: #fff;
  border-radius: 300px;
}

#Student {
  background: #fff;
  position: relative;
  top: -47px;
  z-index: 99;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  padding: 1.3rem 0.5rem;
}

.WrapperOfStudent {
  text-align: center;
  color: #192E59;
}

.imageStudent {
  height: 80px;
  margin-bottom: 1.3rem;
}

.descriptionStudent {
  text-transform: capitalize;
}

.WrapperOfImageCover .ImageCover {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.WrapperOfJumbotron {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 46, 89, 0.7)), to(rgba(25, 46, 89, 0.5))), url("../img/home.png");
  background: linear-gradient(rgba(25, 46, 89, 0.7), rgba(25, 46, 89, 0.5)), url("../img/home.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  width: 100%;
  padding: 1.6rem 1.2rem;
}

.StudentButton {
  background: #DEB711;
  color: #fff;
  border-radius: 0;
}

.StudentButton a {
  color: inherit;
}

#joinUs {
  padding: 1rem 0;
  padding-bottom: 2.4rem;
}

#about {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.5))), url("../img/school.png");
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url("../img/school.png");
  min-height: 320px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.4rem 0;
}

#about .WrapperOfCollege {
  padding: 1.4rem 0;
}

#about .WrapperOfCollege .aboutText {
  margin-top: 2.4rem;
}

#services {
  background: #192E59;
  padding: 2rem 0;
  color: #fff;
}

#services .servicesTitle {
  padding-top: 0.9rem;
  text-transform: capitalize;
}

#services .outlineButton {
  color: #3db166;
}

#services .outlineButton:hover {
  color: #fff;
}

.WrapperOfServices {
  margin-bottom: 1.2rem;
}

.roundedImage__Box, #blog .WrapperOfBlogContent .mainBlogImage, .NEImage__Box {
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}

.Image__Hover, #blog .WrapperOfBlogContent .mainBlogImage:hover img, .NEImage__Box:hover .NEImage {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0.5;
}

#blog .WrapperOfBlogTitle {
  padding: 2.4rem 0;
}

#blog .WrapperOfBlogTitle .BlogTitle {
  color: #192E59;
}

#blog .WrapperOfBlogTitle .smallTitle {
  color: #3db166;
}

#blog .WrapperOfBlogContent {
  padding: 2rem 0;
  padding-bottom: 0;
}

#blog .WrapperOfBlogContent .mainBlogImage img {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

#blog .WrapperOfBlogContent .BlogImageWrapper {
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  max-width: 130.98px;
}

#blog .WrapperOfBlogContent .BlogImageWrapper .BlogImage {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

#blog .WrapperOfBlogContent .BlogImageWrapper:hover .BlogImage {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0.5;
}

.divider {
  width: 100%;
  height: 2px;
  background: rgba(165, 160, 160, 0.467);
}

.mainBlogMeta {
  padding-top: 1.1rem;
}

.mainBlogLi {
  font-size: 1rem;
}

.MetaUl li {
  padding-right: 0.7rem;
  color: #959595;
}

.MainBlogTitleWrapper {
  padding-top: 0.6rem;
}

.MainBlogTitleWrapper .MainBlogTitle {
  font-size: 1.2rem;
  color: #192E59;
  line-height: 1;
}

.MainBlogTitleWrapper .MainBlogTitle:hover {
  color: green;
}

.metaDate,
.metaName {
  font-size: 0.79rem;
}

.BlogTitle {
  color: #192E59;
}

.BlogTitle:hover {
  color: #3db166;
}

.OtherPosts {
  margin-bottom: 0.7rem;
}

.OtherPosts:last-child {
  margin-bottom: 0;
}

.sideImageBox {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  padding: 2.4rem 0;
}

.quickLinksBox {
  padding: 0 1.2rem;
}

.quickLinks {
  border-left: 1px solid #fff;
  padding: 0 1.4rem;
}

.quickLinksItem {
  padding: 1.09rem 0;
  display: block;
}

.quickLink {
  color: #fff;
  border-bottom: 1px dotted #fff;
  text-transform: capitalize;
}

.quickLink:hover {
  color: #fff;
}

#noticeEvents {
  padding: 2rem 0;
}

.AllList__Box {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.ListDate__Box {
  font-weight: bold;
}

.ListDate__Box .DateName {
  font-size: 2rem;
  color: #3db166;
}

.ListDate__Box .MonthName__Box {
  margin: 0.3rem 0;
}

.ListDate__Box .MonthName {
  font-size: 1rem;
  color: #192E59;
}

.greenDivider {
  width: 36px;
  height: 2px;
  background: #3db166;
}

.ListTitle {
  font-size: 16.72px;
  font-weight: 900;
  color: #192E59;
  line-height: 2;
}

.EventLocation {
  color: #3db166;
  display: inline-block;
  margin-right: 10px;
}

.outlineList__Button {
  font-weight: bold;
  color: #192E59;
  margin: 1rem 0 0 0;
}

.outlineList__Button:hover {
  color: #3db166;
}

.NECard__Box {
  margin-bottom: 1rem;
}

.NEImage {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}

.NECardTitle__Box {
  margin: 1.2rem 0;
}

.NECardTitle__Link {
  color: #192E59;
}

.LargeButton {
  background: #3db166;
  padding: 1rem 0.9rem;
  border-radius: 0;
}

.LargeButton__Link {
  color: #fff;
}

.LargeButton__Link:hover {
  color: #fff;
}

#alumni {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  color: #fff;
  padding: 1.4rem 0;
}

#alumni .alumniSlider {
  position: relative;
}

#alumni .alumniSlider .owl-dots {
  position: absolute;
  bottom: 60%;
  right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
}

#alumni .alumniSlider .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #192E59;
}

#alumni .alumniSlider .owl-dots .owl-dot.active span {
  background: #DEB711;
}

#alumni .alumniSlider .owl-nav {
  display: none;
}

#alumni .alumniSliderImage__Box {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 220px;
}

#alumni .alumniSliderImage__Box__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#alumni .alumniSliderDescription__Box {
  border-left: 3px solid #DEB711;
  padding-left: 1rem;
}

#alumni .alumniSliderDescription__Box .alumniSliderMember__Box {
  margin-top: 3rem;
}

#alumni .alumniSliderDescription__Box .alumniSliderMember__Box__para {
  margin: 0;
}

/*------------------------------------
index.php css ends
------------------------------------*/
#footer {
  background: #192E59;
  padding: 1.4rem 0;
}

#footer .colorYellow {
  color: #DEB711;
}

#footer h2 {
  font-size: 1.4rem;
}

#footer form button {
  color: #495057;
}

#footer .form-row {
  font-size: 0.9rem;
}

#footer .form-row input.form-control {
  font-size: inherit;
}

#footer .form-row textarea {
  font-size: inherit;
}

#footer .f-row ul li {
  color: #fff;
}

#footer .f-row ul li a {
  color: inherit;
}

#footer .copyright {
  padding: 10px 0;
}

#footer .footer__social-icons li {
  padding-top: 0.5rem;
  padding-right: 1.6rem;
}

#footer .submitButton {
  padding: .7rem 1.4rem;
  border-radius: 30px;
  border: 0;
}
/*# sourceMappingURL=style.css.map */


@media (max-width:768px) {
    
    .imageStudent {
        
        height:45px;
    }
    .WrapperOfImageCover .ImageCover {
        
        width:auto;
        height:230px;
    }
    
    .WrapperOfImageCover {
        
        text-align:center;
    }
    
    #alumni .alumniSliderImage__Box {
        
        height:140px;
        width:120px;
    }
    .inner-section-area .single-page-text h1 {
        
        font-size:25px;
    }
    .breadcrumbs h2 {
        font-size:30px !important;
    }
    
    .post-head {
        
        margin-top:15px;
    }
}

@media (max-width:480px) {
    
    .blog-section .blog-body .blog-img {
        
        width:auto !important;
    }
}
.about_page s img,
.about_page ul li img,
.about_page p img {
    
    width:100% !important;
    height:auto !important;
}

/* video section starts*/


.video-section {
    
    padding:40px 0;
    background:#192e59;
}

.drop-menu2 {
    
    left:100% !important;
    
}

.video-title {
    
    color:#fff;
    margin-bottom:40px;
}

.video-title:hover {
    color:#fff;
}


.video-content-side p,
.video-content-side h3 {
    
    color:#fff;
}

.video-content-side h3 {
    
    font-size:20px;
    margin-bottom:10px;
}
.video-side iframe {
    
    width:100%;
}



/*New Css Added*/
.newmenu ul li ul{
   padding:0!important;
}
.newmenu ul li ul li ul{
    top:5px!important;
}
.menuwrap .navbar.navbar-expand-lg.bg-white{
    padding:0;
}
.newmenu ul li ul li{
    border-bottom:1px solid #ccc;
    padding:5px;
}
.newmenu ul li ul li a{
    display:block;
}
.newmenu ul li ul li a:hover{
   color:#DEB711;
}



@media (max-width: 767px) {
  .newmenu{
      padding:10px;
  }
  .newmenu ul li ul li ul{
      left:90px!important;
      width:60%;
  }
   .newmenu ul li ul{
       width:60%;
   }
}