/* .................global css.................. */
/* .................global css.................. */
/*
  ---------------------------
   Mixins
  ---------------------------
*/
/*
  ---------------------------
   Resets
  ---------------------------
*/
body {
  font-size: 16px;
  line-height: 120%; }

*:focus {
  outline: none !important;
  text-decoration: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p,
img {
  padding: 0;
  margin: 0; }

a {
  transition: all 300ms ease-in-out; }

a:hover,
a:active,
btn:hover,
btn:active {
  text-decoration: none; }

.btn {
  border-radius: 0; }

ul {
  list-style-type: none; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.mr-30 {
  margin-right: 30px; }

.ml-30 {
  margin-left: 30px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.mr-15 {
  margin-right: 15px; }

.ml-15 {
  margin-left: 15px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.mr-40 {
  margin-right: 40px; }

.ml-40 {
  margin-left: 40px; }

.p-0 {
  padding: 0; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

@media screen and (max-width: 767px) {
  .xs-mt-30 {
    margin-top: 30px; }
  .xs-mb-30 {
    margin-bottom: 30px; }
  .xs-mr-30 {
    margin-right: 30px; }
  .xs-ml-30 {
    margin-left: 30px; }
  .xs-mt-15 {
    margin-top: 15px; }
  .xs-mb-15 {
    margin-bottom: 15px; }
  .xs-mr-15 {
    margin-right: 15px; }
  .xs-ml-15 {
    margin-left: 15px; }
  .xs-mt-40 {
    margin-top: 40px; }
  .xs-mb-40 {
    margin-bottom: 40px; }
  .xs-mr-40 {
    margin-right: 40px; }
  .xs-ml-40 {
    margin-left: 40px; }
  .xs-p-0 {
    padding: 0; }
  .xs-pl-0 {
    padding-left: 0; }
  .xs-pr-0 {
    padding-right: 0; }
  .xs-pt-0 {
    padding-top: 0; }
  .xs-pb-0 {
    padding-bottom: 0; }
  .xs-no-gutter > [class*='col-'] {
    padding-right: 0; } }

@media screen and (max-width: 992px) {
  .sm-mt-30 {
    margin-top: 30px; }
  .sm-mb-30 {
    margin-bottom: 30px; }
  .sm-mr-30 {
    margin-right: 30px; }
  .sm-ml-30 {
    margin-left: 30px; }
  .sm-mt-15 {
    margin-top: 15px; }
  .sm-mb-15 {
    margin-bottom: 15px; }
  .sm-mr-15 {
    margin-right: 15px; }
  .sm-ml-15 {
    margin-left: 15px; }
  .sm-mt-40 {
    margin-top: 40px; }
  .sm-mb-40 {
    margin-bottom: 40px; }
  .sm-mr-40 {
    margin-right: 40px; }
  .sm-ml-40 {
    margin-left: 40px; }
  .sm-p-0 {
    padding: 0; }
  .sm-pl-0 {
    padding-left: 0; }
  .sm-pr-0 {
    padding-right: 0; }
  .sm-pt-0 {
    padding-top: 0; }
  .sm-pb-0 {
    padding-bottom: 0; }
  .sm-no-gutter > [class*='col-'] {
    padding-right: 0; } }

@media screen and (min-width: 992px) {
  .md-mt-30 {
    margin-top: 30px; }
  .md-mb-30 {
    margin-bottom: 30px; }
  .md-mr-30 {
    margin-right: 30px; }
  .md-ml-30 {
    margin-left: 30px; }
  .md-mt-15 {
    margin-top: 15px; }
  .md-mb-15 {
    margin-bottom: 15px; }
  .md-mr-15 {
    margin-right: 15px; }
  .md-ml-15 {
    margin-left: 15px; }
  .md-mt-40 {
    margin-top: 40px; }
  .md-mb-40 {
    margin-bottom: 40px; }
  .md-mr-40 {
    margin-right: 40px; }
  .md-ml-40 {
    margin-left: 40px; }
  .md-p-0 {
    padding: 0; }
  .md-mr--30 {
    margin-right: -30px; }
  .md-pl-0 {
    padding-left: 0; }
  .md-pr-0 {
    padding-right: 0 !important; }
  .md-pt-0 {
    padding-top: 0; }
  .md-pb-0 {
    padding-bottom: 0; }
  .md-no-gutter > [class*='col-'] {
    padding-right: 0; } }

@media screen and (min-width: 992px) {
  .p-l-15 {
    padding-left: 7.5px; }
  .p-r-15 {
    padding-right: 7.5px; }
  .p-t-15 {
    padding-top: -15px; }
  .p-b-15 {
    padding-bottom: -15px; } }

.m-t-30 {
  margin-top: 30px; }

.dropdown-menu {
  padding-bottom: 0; }

@media screen and (max-width: 992px) {
  div[class*=sm-align] {
    text-align: center; } }

.row.is-flex {
  display: flex;
  flex-wrap: wrap; }

.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column; }

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table; }
  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top; } 
  .name-post{
    padding-top: 20px;
  }
  }

  
 @media (max-width: 768px){
  .message{
    display: flex!important;
      -webkit-box-orient: vertical!important;
      -webkit-box-direction: reverse!important;
      -ms-flex-direction: column-reverse!important;
      flex-direction: column-reverse!important;
    }
    .principal-right{
      margin-top: 20px;
    }
    .name-post{
      padding-top: 0;
    }
}

.no-border {
  border: none !important; }

.button {
  background: #fff;
  padding: 13px 37px;
  color: #990000 !important;
  border: 1px solid #990000;
  border-left: 4px solid #990000 !important;
  border-radius: 2px;
  cursor: pointer; }
  .button:hover {
    color: white; }

.hoverInRed:hover {
  color: #fff !important;
  background-color: #990000 !important;
  border: 1px solid transparent; }

.read-more-none {
  text-decoration: underline;
  text-underline-position: under;
  color: #990000; }

.recent-news.news-right h1 {
  font-size: 18px;
  color: #fff;
  background-color: #003459;
  padding: 10px 15px; }

.recent-news.news-right .media img {
  width: 25% !important;
  height: 40px;
  object-fit: cover;
  object-position: center; }

.recent-news.news-right .media .media-body h5 {
  font-size: 14px;
  color: #003459;
  line-height: 18px; }

.recent-news.news-right .media .media-body .date {
  color: #666666;
  line-height: 18px; }

.star {
  color: #990000; }

.img-mb {
  margin-bottom: 15px; }

body {
  font-family: "Poppins", sans-serif;
  line-height: 19px;
  overflow-x: hidden;
  /* padding top bottom */ }
  body p {
    font-size: 15px;
    line-height: 28px;
    color: #444; }
  body .pad-tb {
    padding: 20px 0; }
  body a.btn {
    font-size: 15px; }

.sticky-container {
  position: sticky;
  top: 100px; }

#pop-up-screen .modal-dialog.modal-lg {
  max-width: 545px; }

#pop-up-screen .modal-dialog .modal-content {
  height: 100%;
  background: transparent; }

#pop-up-screen button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  width: 35px;
  height: 35px;
  /* border: 1px solid black; */
  border-radius: 44px;
  padding: 10px;
  position: absolute;
  font-size: 25px;
  font-weight: 400;
  top: -14px;
  right: -15px;
  z-index: 9; }

#pop-up-screen .modal-body {
  padding: 0; }
  #pop-up-screen .modal-body .owl-carousel .owl-stage-outer {
    height: 100%; }

#pop-up-screen img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center; }

form input {
  height: 50px;
  font-size: 14px !important; }

.table {
  margin-bottom: 48px; }
  .table tr td:nth-child(2) {
    padding-left: 20px; }
  .table th {
    padding-left: 0; }
  .table td {
    font-size: 14px;
    line-height: 20px;
    padding: 5px; }
    .table td.choose {
      font-weight: 600; }

/* ..........headroom js for navbar hide and show start.......... */
.headroom--not-top .main-navbar {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 9;
  height: 75px;
  padding: 5px 0;
  box-shadow: 0 0px 10px 0px rgb(0 0 0 / 15%) }
  .headroom--not-top .main-navbar .left-nav a img {
    padding: 0;
    height: 70px; }
  .headroom--not-top .main-navbar .left-nav a .img-fluid {
    transform: scale(0.8); }
  .headroom--not-top .main-navbar .right-nav ul li {
    margin-left: 25px; }
    .headroom--not-top .main-navbar .right-nav ul li a {
      padding: 25px 0; }
      .headroom--not-top .main-navbar .right-nav ul li a.active:after, .headroom--not-top .main-navbar .right-nav ul li a:hover:after {
        bottom: -25px;
        width: 100%;
        bottom: -1px;
        left: -2px; }

/* ..........recent news of right side of news page and news details page starts........*/
.news-right.recent-news h1 {
  font-size: 16px;
    color: #fff;
    background-color: #003459;
    padding: 20px 15px;
    margin-bottom: 25px; }

.news-right.recent-news .media img {
  width: 25% !important;
  height: 60px;
  object-fit: cover;
  object-position: center; }

.news-right.recent-news .media .media-body a {
  font-size: 14px;
  color: #003459;
  line-height: 18px; }

.news-right.recent-news .media .media-body .date {
  font-size: 12px;
  color: #666666;
  line-height: 18px; }

/* ..........recent news of right side of news page and news details page ends........*/
/* ....................icomoon css starts................ */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?x5zlrh");
  src: url("../fonts/icomoon.eot?x5zlrh#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?x5zlrh") format("truetype"), url("../fonts/icomoon.woff?x5zlrh") format("woff"), url("../fonts/icomoon.svg?x5zlrh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-google:before {
  content: "\e905"; }

.icon-calendar1:before {
  content: "\e909"; }

.icon-arrow-left:before {
  content: "\e90c"; }

.icon-arrow-right:before {
  content: "\e90d"; }

.icon-chevron-left:before {
  content: "\e90b"; }

.icon-chevron-right:before {
  content: "\e907"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-heart:before {
  content: "\e903"; }

.icon-mail:before {
  content: "\e900"; }

.icon-map-pin:before {
  content: "\e901"; }

.icon-phone-call:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e906"; }

.icon-user:before {
  content: "\e90a"; }

.icon-youtube:before {
  content: "\e908"; }

.icon-bubble:before {
  content: "\e90e"; }

.icon-bars:before {
  content: "\e90f"; }

.icon-chevron-down:before {
  content: "\e910"; }

.icon-download:before {
  content: "\e912"; }

.icon-eye:before {
  content: "\e911"; }

.icon-instagram:before {
  content: "\e913"; }

.icon-heart1:before {
  content: "\e914"; }

/* ....................icomoon css ends................ */
/* ..........for side navbar in small device starts............ */
.sidebar .mobile-menu {
  padding: 25px 15px; }
  .sidebar .mobile-menu .container {
    align-items: center; }
  .sidebar .mobile-menu .icon-nav {
    color: #990000; }

.sidebar .sidenav {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }
  .sidebar .sidenav a {
    line-height: 30px; }

.sidebar .sidenav a {
  text-decoration: none;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  display: block;
  transition: 0.3s; }

.sidebar .sidenav a:hover {
  color: #f1f1f1; }

.sidebar .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px; }

/* ..........for side navbar in small device ends............ */
.top-bar {
  background-color: #990000;
  padding: 15px 0; }
  .top-bar a {
    color: #fff;
    font-size: 13px; }
    .top-bar a.text-focus {
      font-weight: 700; }
  .top-bar li {
    margin-left: 20px; }
  .top-bar .icon {
    color: #fff;
    margin-right: 5px; }

/* text animation */
/* ....................main navbar starts........................ */
.main-navbar .left-nav {
  display: flex;
  align-items: center; }
  .main-navbar .left-nav img {
    transition: ease 0.7s all;
    padding: 10px 0;
    width: 100%;
    height: 85px;
    object-fit: contain; }

.main-navbar .right-nav {
  width: 100%; }
  .main-navbar .right-nav ul li {
    margin-left: 30px;
    transition: ease 0.7s all; }
    .main-navbar .right-nav ul li a {
      color: #333333;
      font-size: 13px;
      font-weight: 500;
      position: relative;
      transition: ease 0.2s all;
      padding: 40px 0;
      display: inline-block; }
      .main-navbar .right-nav ul li a:hover {
        cursor: pointer;
        color: #990000; }
      .main-navbar .right-nav ul li a.active, .main-navbar .right-nav ul li a:hover {
        color: #990000; }
  .main-navbar .right-nav ul .menu {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    position: relative; }
    .main-navbar .right-nav ul .menu:after {
      content: ""; }
    .main-navbar .right-nav ul .menu:hover .sub-menu {
      display: block; }
    .main-navbar .right-nav ul .menu .icon-down {
      margin-left: 5px; }
    .main-navbar .right-nav ul .menu .sub-menu {
      display: none;
      z-index: 99;
      position: absolute;
      top: 100%;
      left: -9px;
      background: #fff;
      width: 200px;
      padding-top: 15px; }
      .main-navbar .right-nav ul .menu .sub-menu li {
        line-height: 25px;
        margin-left: 25px;
        padding-bottom: 20px; }
        .main-navbar .right-nav ul .menu .sub-menu li a {
          color: #333333;
          font-size: 14px;
          font-weight: 500;
          position: relative;
          padding-left: 2px;
          padding: 0;
          margin-left: 5px;
          padding-left: 3px;
          padding: 0; }
          .main-navbar .right-nav ul .menu .sub-menu li a:before {
            content: "\e907";
            font-family: "icomoon";
            position: absolute;
            top: 0px;
            left: -12px;
            line-height: 25px; }

            @media (min-width: 992px){
              .dropdown-menu .dropdown-menu{
                margin-left:0; margin-right: 0;
              }
              .dropdown-menu li{
                position: relative;
              }
              .nav-item .submenu{ 
                display: none;
                position: absolute;
                left:100%; 
                top:-1px;
              }
              .nav-item .submenu-left{ 
                right:100%; left:auto;
              }
              .dropdown-menu > li:hover{ background-color: #fff }
              .dropdown-menu > li:hover > .submenu{
                display: block;
              }
            }

            .dropdown-toggle:after{
              display: none;
            }

            .dropdown-menu{
              padding-top: 0;
              margin-top: 0;
            }

            .dropdown-menu li{
              margin-left: 0 !important;
              padding: 0 10px !important;
              border-bottom: dashed 1px #ccc;
            }

            .dropdown-menu li a:hover:after{
              content: none !important;
            }

            .dropdown-menu li:last-child{
              border-bottom: none;
            }

            .dropdown-menu li a{
              padding: 12px 0 !important;
            }

            .dropdown-menu li a:active{
              background-color: #fff;
            }

/* ....................main navbar ends........................ */
/* ....................owl-carousel of index page starts........................ */
.carousel-div {
  position: relative; }
  .carousel-div a:hover {
    color: #990000; }
  .carousel-div .owl-carousel .owl-nav button img {
    height: 50px !important; }
  .carousel-div .owl-carousel img {
    width: 100%;
    height: calc(100vh - 149px);
    object-fit: cover;
    object-position: top; }
  .carousel-div .owl-carousel .owl-loaded {
    position: relative; }
  .carousel-div .owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    left: 40px;
    color: #fff !important; }
    .carousel-div .owl-carousel .owl-prev span {
      font-size: 130px; }
  .carousel-div .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    right: 40px;
    color: #fff !important; }
    .carousel-div .owl-carousel .owl-next span {
      font-size: 130px; }
  .carousel-div .carousel-content {
    color: white;
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 1; }
    .carousel-div .carousel-content h1,
    .carousel-div .carousel-content h3 {
      margin-bottom: 25px; }
    .carousel-div .carousel-content h3 {
      font-size: 22px; }
    .carousel-div .carousel-content h1 {
      font-weight: 600; }

/* ....................owl-carousel ends........................ */
.pagination-sec .pagination {
  padding-top: 30px; }
  .pagination-sec .pagination li a {
    background: #123753;
    color: white;
    padding: 10px 20px; }
    .pagination-sec .pagination li a.active {
      background: #990000;
      color: #fff; }

/* ............courses short starts............. */
.courses-short {
  background-color: #f7f7f7;
  position: relative; }
  .courses-short .course-content {
    padding: 20px 0;
    position: relative;
    top: -70px;
    z-index: 1; }
    .courses-short .course-content nav {
      padding: 40px 0 40px 0;
      background-color: #fff; }
      .courses-short .course-content nav .nav-tabs {
        border: none; }
        .courses-short .course-content nav .nav-tabs .p {
          font-size: 13px;
          padding-top: 5px; }
        .courses-short .course-content nav .nav-tabs a {
          font-size: 42px;
          font-weight: bold;
          color: #990000;
          border: none; }
          .courses-short .course-content nav .nav-tabs a.active {
            color: #003459;
            border: none; }
          .courses-short .course-content nav .nav-tabs a:hover {
            border: none; }
          .courses-short .course-content nav .nav-tabs a span {
            font-size: 18px; }
    .courses-short .course-content .course-details .left {
      height: 450px;
      width: 100%;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
      position: relative; }
      .courses-short .course-content .course-details .left .red-div {
        height: 380px;
        width: 100%;
        background: #990000;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        position: absolute;
        bottom: -18px;
        left: -18px;
        z-index: -1; }
    .courses-short .course-content .course-details .right {
      height: 450px;
      width: 100%;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
      position: relative; }
      .courses-short .course-content .course-details .right .right-content {
        position: absolute;
        top: 0;
        background: rgba(0, 42, 72, 0.8);
        color: #fff;
        width: 100%;
        height: 100%;
        padding: 75px 65px 50px 80px; }
        .courses-short .course-content .course-details .right .right-content h2 {
          font-size: 26px;
          font-weight: bold; }
        .courses-short .course-content .course-details .right .right-content h2,
        .courses-short .course-content .course-details .right .right-content p {
          padding-bottom: 25px; }
        .courses-short .course-content .course-details .right .right-content p {
          line-height: 28px;
          height: 165px;
          overflow-y: hidden;
          margin-bottom: 30px;
          text-align: inherit; }
        .courses-short .course-content .course-details .right .right-content a.button {
          font-size: 15px; }
        .courses-short .course-content .course-details .right .right-content a:hover {
          color: #990000; }

/* ............courses short ends............. */
/* ............best school starts............. */
.best-school {
  position: relative; }
  .best-school .bg-triangle {
    clip-path: polygon(100% 13%, 29% 100%, 100% 100%);
    background: #f7f7f2;
    height: 661px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0; }
  .best-school .content {
    padding-top: 100px; }
    .best-school .content h1,
    .best-school .content p {
      padding-bottom: 25px; }
    .best-school .content h1 {
      font-size: 38px;
      font-weight: 600;
      color: #990000 !important;
      line-height: 52px; }
    .best-school .content p {
      color: #444444; }
    .best-school .content a {
      border: 1px solid #990000; }
  .best-school .right-pic {
    position: relative; }
    .best-school .right-pic img {
      object-fit: cover;
      object-position: center; }
    .best-school .right-pic .img1 {
      width: 250px;
      height: 290px;
      border: 5px solid white; }
    .best-school .right-pic .img2 {
      height: 290px;
      width: 351px;
      border: 5px solid white; }
    .best-school .right-pic .img3 {
      width: 235px;
      height: 300px;
      border: 7px solid white;
      z-index: 8;
      position: absolute;
      bottom: 103px;
      right: -24px; }

/* ............best school ends............. */
/* ............Join For Future starts............. */
.join-future {
  position: relative;
  overflow: hidden; }
  .join-future .join-left {
    position: relative;
    height: 100%; }
    .join-future .join-left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .join-future .join-left:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(270deg, #990000 0.03%, rgba(153, 0, 0, 0.77) 8.56%, rgba(153, 0, 0, 0.19) 21.04%); }
  .join-future .join-r {
    background-color: #990000; }
  .join-future .join-right {
    padding: 90px 240px 70px 70px }
    .join-future .join-right h1 {
      font-size: 32px;
      font-weight: 600; }
    .join-future .join-right h1,
    .join-future .join-right p {
      color: #fff; }
      .join-future .join-right p{
        font-weight: 300;}
    .join-future .join-right h1,
    .join-future .join-right p,
    .join-future .join-right a {
      margin-bottom: 30px; }
    .join-future .join-right a:hover {
      color: #990000; }

/* ............Join For Future ends............. */
/* ............message from board starts starts............. */
.msg-board .msg-content .title {
  margin-bottom: 45px;
  font-size: 38px;
  font-weight: 600;
  color: #990000; }

.msg-board .msg-content .nav-tabs,
.msg-board .msg-content .nav-link {
  border: none; }

.msg-board .msg-content .nav-tabs a {
  font-size: 15px;
  border: 1px solid #003459;
  border-radius: 2px;
  color: #003459;
  padding: 10px 20px;
  position: relative;
  margin-right: 10px; }
  .msg-board .msg-content .nav-tabs a:hover {
    background-color: #990000;
    color: #fff;
    border: 1px solid #990000; }
  .msg-board .msg-content .nav-tabs a.active {
    border: 1px solid #990000;
    background: #990000;
    color: #fff; }
  .msg-board .msg-content .nav-tabs a.active:after {
    content: "";
    clip-path: polygon(0 1%, 50% 100%, 100% 0);
    background: #990000;
    height: 7px;
    width: 25px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }

.msg-board .msg-left {
  position: relative; }
  .msg-board .msg-left:after {
    content: "";
    height: 305px;
    width: 100%;
    background: #990000;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1; }
  .msg-board .msg-left img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: -40px; }

.msg-board .msg-right {
  padding: 40px 0; }
  .msg-board .msg-right h1 {
    font-size: 22px; }
  .msg-board .msg-right h1,
  .msg-board .msg-right p,
  .msg-board .msg-right a {
    margin-bottom: 20px; }
  .msg-board .msg-right p {
    height: 145px;
    overflow: hidden; }

/* ............message from board starts ends............. */
/* ............recent news starts............. */
.recent-news {
  background: #f7f7f2; }
  .recent-news .recent-content{
    padding: 60px 0;
  }
  .recent-news .recent-content .title {
    font-size: 24px;
    font-weight: 600;
    color: #990000;
    display: inline-block;
    margin-bottom: 40px; }
  .recent-news .recent-content .news-left .desc {
    padding: 15px 0; }
    .recent-news .recent-content .news-left .desc p {
      font-size: 13px;
      line-height: 18px;
      color: #666666; }
    .recent-news .recent-content .news-left .desc a {
      font-size: 18px;
      line-height: 32px;
      font-weight: 500;
      color: #003459 !important; }
  .recent-news .recent-content .news-left img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    object-position: center; }
  .recent-news .recent-content .news-right {
    /* this news right is inside home page*/ }
    .recent-news .recent-content .news-right .group {
      margin-bottom: 10px; }
      .recent-news .recent-content .news-right .group img {
        width: 70px;
        height: 55px;
        object-fit: cover;
        object-position: center;
        margin-right: 15px; }
      .recent-news .recent-content .news-right .group a {
        font-size: 14px;
        color: #003459;
        line-height: 18px; }
      .recent-news .recent-content .news-right .group p {
        font-size: 12px;
        color: #666666;
        line-height: 15px; }
    .recent-news .recent-content .news-right a {
      font-size: 13px; }
  .recent-news .speak {
    padding: 20px 225px 30px 45px;
    background-color: #123753;
    position: relative;
    height: 100%; }
    .recent-news .speak .title {
      font-size: 24px;
      font-weight: 600;
      color: #990000;
      padding: 35px 0; }
    .recent-news .speak .title,
    .recent-news .speak p {
      color: #fff; }
    .recent-news .speak p {
      padding: 15px 0;
    font-weight: 300; }
    .recent-news .speak #students-carousel .item img {
      width: 100%;
      height: 200px; }
    .recent-news .speak #students-carousel .owl-nav button {
      position: absolute;
      top: -60px;
      right: 0;
      z-index: 9; }
      .recent-news .speak #students-carousel .owl-nav button.owl-prev {
        right: 20px; }
      .recent-news .speak #students-carousel .owl-nav button.owl-next {
        right: 0px; }
      .recent-news .speak #students-carousel .owl-nav button img {
        height: 25px; }

/* ............recent news ends............. */
/* ............small sections ends............. */
.small-sec {
  background-color: #dddfdf; }
  .small-sec .small-left {
    padding: 10px 0;
    position: relavite; }
    .small-sec .small-left #small-carousel .item p {
      font-size: 12px;
      line-height: 26px;
      color: #444444; }
    .small-sec .small-left #small-carousel .item a {
      display: inline-block;
      font-size: 16px;
      color: #444444; }
    .small-sec .small-left #small-carousel .item img {
      width: 100%;
      height: 200px; }
    .small-sec .small-left #small-carousel .owl-nav button {
      position: absolute;
      top: 50%;
      right: 0; }
      .small-sec .small-left #small-carousel .owl-nav button.owl-prev {
        right: 30px; }
        .small-sec .small-left #small-carousel .owl-nav button.owl-prev img {
          color: red; }
      .small-sec .small-left #small-carousel .owl-nav button.owl-next {
        right: 15px; }
  .small-sec .small-right {
    padding: 25px 0 25px 45px;
    background-color: #990000; }
    .small-sec .small-right img {
      margin-right: 10px; }
    .small-sec .small-right a {
      color: white !important;
      font-size: 16px; }
.media{
  padding: 0px 15px 10px 15px;
}
/* ............small sections ends............. */
/* ............footer starts............. */
footer {
  background-color: #123753;
  color: #fff; }
  footer .footer-content a {
    color: #fff !important; }
  footer .footer-content .info li {
    font-size: 14px;
    line-height: 30px;
    display: flex; }
    footer .footer-content .info li span {
      line-height: 30px; }
  footer .footer-content .info .icon {
    margin-right: 10px; }
  footer .footer-content .info img {
    margin-bottom: 20px;
    background: white;
    padding: 10px;
    border-radius: 2px;
    width: 40%; }
  footer .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    margin-bottom: 50px; }
    footer .title:after {
      content: "";
      width: 100%;
      height: 2px;
      background: #990000;
      position: absolute;
      bottom: -20px;
      left: 0; }
  footer .quick-links li,
  footer .courses-links li {
    line-height: 28px;
    font-size: 14px;
    position: relative;
    padding-left: 15px; }
    footer .quick-links li:before,
    footer .courses-links li:before {
      content: "\e907";
      font-family: "icomoon";
      position: absolute;
      top: 0;
      left: 0; }
  footer .footer-last {
    /*background-color: #0E314B;*/
    padding: 15px 0; }
    footer .footer-last .last-left {
      padding-top: 5px; }
      footer .footer-last .last-left .icon {
        font-size: 13px;
        color: #fff;
        border: 1px solid white;
        border-radius: 50%;
        padding: 7px;
        margin-right: 20px; }
    footer .footer-last .last-right p {
      font-size: 13px;
      color: #fff; }
      footer .footer-last .last-right p .heart,
      footer .footer-last .last-right p .tech {
        color: #ee3c24; }
      footer .footer-last .last-right p .numb {
        color: #58595b; }
    footer .footer-last .last-right a {
      color: #fff; }

/* ............footer ends............. */

/* ............student-life.............. */

.student-life .student-item .desc-section h2{
  color: #990000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.student-life .student-item .desc-section{
  padding: 15px 20px;
}

.student-life{
  margin-top: 60px;
}

.student-life .student-item{
  border-bottom: dashed 1px #ccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.student-life .student-item:last-child{
  border-bottom: none;
  margin-bottom: 20px;
}

.student-life .student-item:nth-child(even) .main-row{
  flex-direction: row-reverse;
}

.student-life .student-item .image-container img{
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #9900000f;
  padding: 10px;
}

.student-life .student-item .padding-adjust{
  padding-right: 5px;
  padding-left: 5px;
}

/* ............about page starts............. */
.about-page p,
.about-page h2,
.about-page a {
  color: #444444;
  margin-bottom: 20px; }

.about-page h1,
.about-page .small {
  margin-bottom: 15px; }

.about-page .about-banner {
  height: 350px;
  background-repeat: no-repeat !important;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  position: relative; }
  .about-page .about-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%; }
  .about-page .about-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    text-shadow: 4px 2px 25px rgba(0, 0, 0, 0.88); }
    .about-page .about-banner .banner-content p {
      text-align: center;
      font-size: 16px;
      color: #fff; }
    .about-page .about-banner .banner-content h2 {
      font-size: 38px;
      line-height: 46px;
      font-weight: 600; }

.about-page .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-bottom: 35px; }
  .about-page .breadcrumb li {
    font-size: 13px; }
    .about-page .breadcrumb li.active {
      color: #990000; }

.about-page .main-content {
  padding-top: 40px;
  background: #f7f7f2; }
  .about-page .main-content p {
    line-height: 28px;
    margin-bottom: 10px; }
  .about-page .main-content .content-details h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 5px; }
  .about-page .main-content .content-details .small {
    color: #990000;
    font-size: 13px;
    font-weight: 500; }
  .about-page .main-content .content-details .h2 {
    padding: 15px; }
    .about-page .main-content .content-details .h2 .best-school {
      font-size: 38px;
      font-weight: 600;
      color: #990000;
      border: 4px solid #990000;
      padding: 9px;
      border-radius: 4px; }
  .about-page .main-content .content-details ul li {
    font-size: 14px;
    line-height: 28px;
    list-style: inside; }

.about-page .staffs .staff-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 52px;
  color: #990000; }

.about-page .staffs .staffs-details h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 52px;
  color: #990000; }

.about-page .staffs .staffs-details .card-header {
  background: rgba(214, 214, 214, 0.24); }

.about-page .staffs .staffs-details .title {
  font-size: 20px;
  line-height: 52px;
  color: #990000;
  width: 100%;
  text-align: left; }
  .about-page .staffs .staffs-details .title:hover {
    text-decoration: none !important; }

.about-page .staffs .staffs-details .members {
  background: rgba(153, 0, 0, 0.12);
  padding: 10px 0px 5px 20px;
  border-radius: 4px;
  margin-bottom: 10px; }
  .about-page .staffs .staffs-details .members h5 {
    font-size: 15px; }
  .about-page .staffs .staffs-details .members .tag {
    font-size: 13px !important;
    line-height: 19px;
    opacity: 0.5; }

/* ............about page ends............. */
/* ............contact page starts............. */
.contact-page .contact-details .title {
  margin-bottom: 40px; }
  .contact-page .contact-details .title h1 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #990000; }
  .contact-page .contact-details .title small {
    font-size: 13px;
    color: #333333; }

.contact-page .contact-details .sub-det h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333333; }

.contact-page .contact-details .sub-det p,
.contact-page .contact-details .sub-det a {
  margin-left: 20px; }

.contact-page .contact-details .sub-det .icon {
  margin-right: 5px;
  font-size: 17px; }

.contact-page .contact-details .sub-det .address,
.contact-page .contact-details .sub-det .phone,
.contact-page .contact-details .sub-det .email {
  margin-bottom: 25px; }

.contact-page .contact-details .contact-right form .button {
  padding: 12px 45px;
  margin-top: 20px; }

/* ............contact page ends............. */
/* ............news page starts............. */
.news-page .button {
  padding: 8px 20px; }

.news-page .news-content {
  background: #fff; }

.news-page .news-left .card {
  margin-bottom: 40px; }
  .news-page .news-left .card .card-title {
    font-size: 18px;
    color: #003459;
    margin-bottom: 2px;
    line-height: 28px; }
    .news-page .news-left .card .card-title:hover {
      color: #990000; }
  .news-page .news-left .card .icon {
    margin-right: 5px; }
  .news-page .news-left .card .small-nav {
    margin-top: 10px; }
    .news-page .news-left .card .small-nav p {
      font-size: 13px; }
  .news-page .news-left .card .btn:hover {
    background-color: #990000;
    color: #fff; }

/* ............news page ends............. */
/* ............gallery page starts............. */
.gallery-page .gallery-banner {
  background-position: inherit !important; }

.gallery-page .gallery-content .group {
  margin-bottom: 30px; }

.gallery-page .gallery-content .title {
  font-size: 24px;
  font-weight: 600;
  color: #990000;
  line-height: 30px; }

.gallery-page .gallery-content .item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px; }

.gallery-page .pagination-sec .pad-tb {
  padding-top: 0; }

/* ............gallery page ends............. */
/* ............gallery details page starts............. */
.gallery-details .gallery-full .img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  object-position: center; }

/* ............gallery details page ends............. */
/* ............bhm page starts............. */

.bhm-page .bhm-content .title {
  color: #990000;
  font-size: 38px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 30px; }

.bhm-page .bhm-content .nav a {
  font-size: 15px;
  border: 1px solid #003459;
  border-radius: 2px;
  color: #003459;
  position: relative;
  margin: 0 10px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
  word-break: break-word; }
  .bhm-page .bhm-content .nav a:hover {
    background-color: #990000;
    color: #fff; }
  .bhm-page .bhm-content .nav a.active {
    border: 1px solid #990000;
    background: #990000;
    color: #fff; }
    .bhm-page .bhm-content .nav a.active:after {
      content: "";
      clip-path: polygon(0 1%, 50% 100%, 100% 0);
      background: #990000;
      height: 7px;
      width: 25px;
      position: absolute;
      top: 50%;
      right: -13%;
      transform: translateY(-44%) rotate(-90deg); }

.bhm-page .bhm-content .tab-content .pad-t {
  padding: 40px 0; }

.bhm-page .tab-left img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center; }

.bhm-page .tab-right .sub-title {
  font-size: 22px;
  font-weight: 600; }

.bhm-page .tab-right .sub-details {
  width: 100%;
  overflow: hidden; }
  .bhm-page .tab-right .sub-details p {
    font-size: 15px;
    line-height: 28px; }
  .bhm-page .tab-right .sub-details ul li {
    line-height: 28px;
    font-size: 16px;
    display: flex; }
    .bhm-page .tab-right .sub-details ul li:before {
      content: "\e907";
      font-family: "icomoon"; }

/* ............bhm page ends............. */
/* ............news details page starts............. */
.news-details-page .news-details-content .card-top .small-nav p {
  font-size: 13px;
  line-height: 28px;
  margin-right: 50px; }

.news-details-page .news-details-content .card-top .small-nav .icon {
  margin-right: 5px; }

.news-details-page .news-details-content .details-left .outer {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 20px; }
  .news-details-page .news-details-content .details-left .outer .news-desc {
    margin-top: 40px; }

.news-details-page .news-details-content .details-left .comment-area .title {
  color: #444;
  margin-bottom: 15px;
  font-size: 16px; }
.comment-area{
  margin-top: 20px;
}
.news-details-page .news-details-content .details-left .comment-area .comment-box {
  background: floralwhite;
    padding: 25px 20px; }
  .news-details-page .news-details-content .details-left .comment-area .comment-box h4 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    color: #444; }
    .news-details-page .news-details-content .details-left .comment-area .comment-box h4 span {
      font-weight: 600;
      margin-right: 7px; }
  .news-details-page .news-details-content .details-left .comment-area .comment-box p {
    margin-left: 25px;
    color: #777;
    font-size: 14px;
    line-height: 24px; }

.news-details-page .news-details-content .details-left #big .item {
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center; }

.news-details-page .news-details-content .details-left #thumbs .item {
  background: #c9c9c9;
  height: 70px;
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer; }

.news-details-page .news-details-content .details-left .owl-nav {
  display: none; }

.news-details-page .news-details-content .details-left #big.owl-theme {
  position: relative; }

.news-details-page .news-details-content .details-left .owl-carousel .small-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center; }

.news-details-page .news-details-content .details-left .owl-carousel img {
  height: 400px;
  object-fit: cover;
  object-position: center; }

.news-details-page .news-details-content .another-post {
  border-top: 1px solid #990000;
  /*!margin-top: 80px;*/
  padding-top: 15px; }
  .news-details-page .news-details-content .another-post a {
    font-size: 15px;
    color: #990000; }

.news-details-page .reply-form {
  background-color: #efecec; }
  .news-details-page .reply-form .form-control:focus {
    color: none;
    background-color: none;
    border-color: none;
    background-color: none;
    box-shadow: none; }
  .news-details-page .reply-form input {
    height: 50px; }
  .news-details-page .reply-form .form-title h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 52px; }
  .news-details-page .reply-form p {
    font-size: 16px;
    color: #444444;
    line-height: 28px; }

.news-details-page .form-btn {
  margin-top: 25px; }

/* ............news details page ends............. */
/* ............principal details page starts............. */
.principal-details .title {
  margin-bottom: 35px;
    position: relative;
    color: #900;
    font-size: 32px;
    font-weight: 600; }
  .principal-details .title b:after {
    content: "";
    background-color: #990000;
    width: 250px;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%); }

.principal-details .principal-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center; }

/* ............principal details page ends............. */
/* ............ apply form page starts............. */
.apply-page .button {
  margin-top: 30px; }

/* ............ apply form page ends............. */
.mba-page .tab-right .sub-details .sem {
  margin-bottom: 10px; }
  .mba-page .tab-right .sub-details .sem h4 {
    margin-bottom: 5px;
    line-height: 36px;
    margin-bottom: 15px;
    position: relative; }
    .mba-page .tab-right .sub-details .sem h4:after {
      content: "";
      background-color: #990000;
      height: 2px;
      width: 100px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .mba-page .tab-right .sub-details .sem p {
    display: flex;
    line-height: 17px; }
    .mba-page .tab-right .sub-details .sem p:before {
      content: "\e907";
      font-family: icomoon; }

.mba-page .tab-right .sub-details .fac h4 {
  line-height: 36px;
  margin-bottom: 15px;
  position: relative; }
  .mba-page .tab-right .sub-details .fac h4:after {
    content: "";
    background-color: #990000;
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0; }

@media (max-width: 1400px) {
  .recent-news .speak {
    padding: 20px 100px 30px 45px;
  } 
  .join-future .join-right {
    padding: 90px 110px 70px 70px;
  } 
}

@media (max-width: 1200px) {
  .carousel-div .owl-carousel img {
    height: 500px; }
  .recent-news .recent-content .news-right {
    margin-bottom: 50px; }
    .recent-news .recent-content .news-right .group img {
      margin-right: 10px; }
  .about-page .staffs .staffs-details .card .card-header .title {
    line-height: 45px; }
  .about-page .main-content .content-details .h2 .best-school {
    font-size: 32px; }
  .news-details-page .news-details-content .details-left .owl-carousel img {
    height: 330px; }
  .news-details-page .news-details-content .details-left #thumbs .owl-stage .owl-item {
    width: 100px !important; } }

.download-page .main-content .content-details .download-box {
  background: rgba(153, 0, 0, 0.12);
    border-radius: 2px;
    margin-bottom: 25px;}

  .download-page .main-content .content-details .download-box a{
    display: block;
    padding: 20px;
  }  

@media (max-width: 991px) {
  body a.btn {
    font-size: 16px;
    padding: 8px 16px;
    color: white; }
  .main-navbar .left-nav img {
    width: 90%;
    height: 100%; }
  .sidebar .mobile-menu {
    padding: 25px 0; }
    .sidebar .mobile-menu img {
      width: 100%;
      height: 63px;
      object-fit: contain;
      object-position: left; }
  #mySidenav li.dropdown-btn {
    text-decoration: none;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    display: block;
    transition: 0.3s;
    list-style: none; }
  #mySidenav .dropdown-container {
    display: none;
    background-color: #272727;
    width: 30%; }
    #mySidenav .dropdown-container a {
      padding: 4px;
      font-size: 16px;
      line-height: 28px; }
  .carousel-div .owl-carousel img {
    height: 400px; }
  .carousel-div .carousel-content h1 {
    font-size: 37px; }
  .button {
    padding: 10px 20px; }
  .courses-short .course-content nav .nav-tabs .p {
    width: 100%;
    text-align: center;
    padding: 0 0 15px 0; }
  .courses-short .course-content nav a {
    font-size: 30px; }
  .courses-short .course-content .course-details .left,
  .courses-short .course-content .course-details .right {
    height: 420px; }
  .courses-short .course-content .course-details .right .right-content {
    padding: 30px; }
    .courses-short .course-content .course-details .right .right-content p {
      height: 250px;
      overflow: hidden; }
    .courses-short .course-content .course-details .right .right-content a {
      margin-top: 0; }
  .best-school .right-pic .img3 {
    right: -120px; }
  .msg-board .msg-content .msg-left {
    margin-top: 40px; }
    .msg-board .msg-content .msg-left:after {
      height: 265px; }
    .msg-board .msg-content .msg-left img {
      top: 0;
      height: 250px; }
  .msg-board .msg-content .title {
    font-size: 38px; }
  .msg-board .msg-content .msg-right h1 {
    font-size: 28px; }
  .recent-news .speak {
    padding-bottom: 60px; }
  .about-page .about-banner {
    height: 290px; }
  .contact-page .contact-details .title h1 {
    font-size: 34px; }
  .contact-page .contact-details .sub-det p {
    line-height: 22px; }
  .news-page .news-content {
    padding-bottom: 40px; }
  .pagination-sec .pagination {
    padding-top: 40px; }
  .news-page .news-content .news-right {
    margin-bottom: 35px; }
  .bhm-page .bhm-content .title {
    font-size: 36px; }
  .bhm-page .bhm-content nav {
    overflow-x: auto;
    height: 56px; }
    .bhm-page .bhm-content nav .nav-tabs {
      flex-wrap: inherit;
      display: -webkit-box !important; }
      .bhm-page .bhm-content nav .nav-tabs .nav-link {
        padding: 10px 15px;
        width: auto; }
        .bhm-page .bhm-content nav .nav-tabs .nav-link:after {
          top: 100%;
          left: 50%;
          transform: translateX(-50%); }
  .bhm-page .bhm-content .tab-content .tab-right {
    margin-top: 30px; }
  .gallery-page .main-content .breadcrumb {
    margin-bottom: 0;
    padding-bottom: 0; }
  .gallery-page .gallery-content .group {
    margin-top: 30px; }
  footer .footer-map {
    margin-top: 30px; }
  footer .quick-links,
  footer .courses-links {
    padding: 0; }
  .principal-details .title {
    font-size: 35px; }
  .principal-details .title:after {
    width: 50%; }
  .principal-details .principal-content .principal-left img {
    width: 200px;
    height: 200px;
    border-radius: 50%; } }

@media (max-width: 900px) {
  .carousel-div .owl-carousel .owl-prev {
    left: 20px; }
  .carousel-div .owl-carousel .owl-next {
    right: 20px; }
  .carousel-div .carousel-content {
    top: 35%; }
    .carousel-div .carousel-content h2 {
      font-size: 20px; }
    .carousel-div .carousel-content h1 {
      font-size: 34px; } }

@media (max-width: 767px) {
  .sidebar .mobile-menu {
    padding: 25px 0; }
    .sidebar .mobile-menu img {
      height: 55px; }
  .carousel-div .owl-carousel img {
    height: 300px; }
  .carousel-div .owl-carousel .owl-prev {
    top: 40%;
    left: 5px; }
  .carousel-div .owl-carousel .owl-next {
    top: 40%;
    right: 5px; }
  .carousel-div .carousel-content {
    top: 20%;
    left: 15%; }
    .carousel-div .carousel-content h3 {
      font-size: 18px;
      margin-bottom: 20px; }
    .carousel-div .carousel-content h1 {
      font-size: 30px;
      margin-bottom: 20px;
      margin-bottom: 20px; }
  .msg-board .msg-content nav {
    overflow-x: auto;
    overflow-y: hidden;
    height: 56px; }
    .msg-board .msg-content nav .nav-tabs {
      flex-wrap: inherit;
      display: -webkit-box !important; }
      .msg-board .msg-content nav .nav-tabs a {
        margin-right: 20px; }
  .msg-board .msg-content .msg-right {
    margin-top: 255px; }
  .courses-short .left,
  .courses-short .right {
    height: 410px; }
  .courses-short .course-content nav .nav-tabs a {
    font-size: 34px; }
  .courses-short .course-details .right {
    text-align: center; }
    .courses-short .course-details .right h2,
    .courses-short .course-details .right p {
      padding-bottom: 25px; }
    .courses-short .course-details .right p {
      text-align: justify; }
  .join-future .join-left:after {
    background: linear-gradient(360deg, #990000 0.03%, rgba(153, 0, 0, 0.77) 8.56%, rgba(153, 0, 0, 0.19) 21.04%); }
  .button {
    font-size: 15px;
    padding: 18px 16px; }
  .best-school .right-pic {
    display: none; }
  .best-school .content {
    padding-top: 0; }
  .recent-news .recent-content {
    padding: 70px 60px }
    .recent-news .speak {
      padding: 20px 70px 30px 70px;}
      .small-sec .small-left {
        padding: 15px 50px;}
    .recent-news .recent-content .news-right .group {
      padding: 0;
      margin-bottom: 15px; }
      .recent-news .recent-content .news-right .group img {
        width: 100px;
        height: 80px; }
      .recent-news .recent-content .news-right .group .details {
        margin-left: 18px !important; }
    .recent-news .recent-content .news-right .read-more {
      margin-left: 15px; }
  .small-sec .small-right {
    padding: 15px 60px 20px 60px }
  .recent-news .recent-content .news-left {
    margin-bottom: 30px; }
  .speak {
    padding: 80px 45px; }
  footer .footer-content .info,
  footer .footer-content .quick-links,
  footer .footer-content .courses-links {
    margin-bottom: 40px; }
  footer .footer-content .quick-links .title,
  footer .footer-content .courses-links .title {
    margin-bottom: 35px; }
  footer .last-right {
    padding-top: 20px; }
  footer .footer-last .last-left {
    text-align: center; }
  footer .footer-last .last-right p {
    text-align: center; }
  footer .footer-map {
    margin-top: 0; }
  .about-page .about-banner {
    height: 210px; }
  .about-page .staffs .staffs-details .card .card-header .title {
    line-height: 35px;
    font-size: 19px; }
  .about-page .staffs .staffs-details .members .tag {
    margin-bottom: 2px; }
  .about-page .main-content .small {
    line-height: 22px; }
  .about-page .main-content .content-details .h2 .best-school {
    font-size: 24px; }
  .about-page .staffs .staff-title {
    font-size: 32px;
    line-height: 40px; }
  .contact-page .contact-details .title h1 {
    font-size: 32px; }
  .contact-page .contact-details .sec-title {
    margin-top: 30px; }
  .contact-page .contact-details .contact-left .sub-det h2 {
    margin-bottom: 7px; }
  .contact-page .contact-details .contact-right form .button {
    padding: 8px 30px; }
  .contact-page .map {
    padding: 0; }
    .contact-page .map .container-fluid {
      padding: 0; }
  .bhm-page .bhm-content nav .nav-tabs .nav-link {
    padding: 8px 13px; }
  .bhm-page .bhm-content .title {
    font-size: 32px; }
  .bhm-page .bhm-content .tab-content .tab-left {
    padding-bottom: 0; }
    .bhm-page .bhm-content .tab-content .tab-left img {
      width: 70%; }
  .gallery-page .gallery-content .item img {
    width: 90%;
    height: 270px; }
  .gallery-details .gallery-full .img {
    margin-bottom: 30px;
    height: 270px !important; }
  .news-details-page .banner-content h1 {
    font-size: 30px; }
  .news-details-page .news-details-content .details-left .outer {
    margin-bottom: 60px; }
  .news-details-page .news-details-content .news-right .media {
    margin-bottom: 10px; }
    .news-details-page .news-details-content .news-right .media img {
      width: 20% !important;
      height: 60px; }
  .news-details-page .news-details-content .another-post a.btn {
    padding: 7px 12px; }
  .news-details-page .button {
    padding: 12px 30px; }
  .principal-details .banner-content h1 {
    font-size: 36px; }
  .principal-details .title:after {
    width: 65%; }
  .principal-details .principal-left {
    margin-bottom: 30px;
    text-align: center; }
    .principal-details .principal-left img {
      object-position: top;
      width: 200px;
      height: 200px;
      border-radius: 50%; }
  .apply-page .button {
    padding: 10px 30px; }
  .apply-page .form-group .form-mb {
    margin-bottom: 15px; }
    .join-future .join-r {
      position: relative;
      top: -1px;}
      .join-future .join-right {
        padding: 70px 70px 50px 70px;} }

@media (max-width: 667px) {
  body .pad-tb {
    padding: 30px; }
  .carousel-div .carousel-content h1 {
    font-size: 26px; }
  .carousel-div .carousel-content img {
    height: 240px; }
  .courses-short .course-content {
    padding: 0; }
  .courses-short .course-details .right {
    margin-top: 10px; }
  .msg-board .msg-content .title {
    font-size: 34px;
    margin-bottom: 30px;
    text-align: left !important; }
  .msg-board .msg-content .msg-left {
    text-align: center; }
    .msg-board .msg-content .msg-left:after {
      display: none; }
    .msg-board .msg-content .msg-left img {
      top: 0;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      object-fit: cover;
      object-position: top;
      position: inherit; }
  .msg-board .msg-content .msg-right {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-top: 0; }
    .msg-board .msg-content .msg-right p {
      height: 250px; }
    .msg-board .msg-content .msg-right h1 {
      font-size: 30px;
      margin: 16px 0 6px 0; }
  .recent-news .recent-content {
    padding: 30px 80px; }
  .about-banner .about-banner {
    height: 190px; }
  .news-page .news-content {
    padding-bottom: 0; }
  .bhm-page .banner-content .tab-left {
    padding-bottom: 0; }
    .bhm-page .banner-content .tab-left img {
      height: 260px; }
  .bhm-page .bhm-content .title {
    font-size: 28px;
    line-height: 42px; }
  .news-details-page .banner-content h1 {
    font-size: 26px; }
  .news-details-page .news-details-content .details-left .owl-carousel img {
    height: 330px; } }

@media (max-width: 575px) {
  body a.btn {
    font-size: 14px;
    padding: 10px 16px; }
  #pop-up-screen .modal-dialog.modal-lg {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px; }
  .sidebar .mobile-menu {
    padding: 10px 9px; }
    .sidebar .mobile-menu img {
      width: 45%; }
  .carousel-div .owl-carousel .owl-prev {
    left: 0; }
  .carousel-div .owl-carousel .owl-next {
    right: 0; }
  .carousel-div .carousel-content h1 {
    font-size: 28px; }
  .carousel-div .carousel-content img {
    height: 240px; }
  .courses-short .course-content {
    top: 0;
    padding: 30px 0; }
    .courses-short .course-content h3,
    .courses-short .course-content h1 {
      margin-bottom: 15px; }
    .courses-short .course-content nav {
      padding: 25px 15px; }
      .courses-short .course-content nav a {
        font-size: 30px; }
      .courses-short .course-content nav .p {
        padding-top: 5px; }
  .courses-short .course-details .left,
  .courses-short .course-details .right {
    height: 410px; }
  .best-school .content h1 {
    font-size: 32px; }
  .join-future .join-right {
    padding: 30px;
    text-align: justify; }
  .recent-news .recent-content {
    padding: 30px 15px; }
  .about-page .about-banner {
    height: 190px; }
  .about-page .main-content .content-details .h2 .best-school {
    font-size: 20px; }
  .about-page .staffs .staff-title {
    font-size: 30px; }
  .contact-page .contact-details .title h1 {
    font-size: 30px; }
  .news-details-page .banner-content h1 {
    font-size: 23px; }
  .news-details-page .news-details-content .details-left .owl-carousel img {
    height: 270px; }
  .news-details-page .news-details-content .details-left .owl-carousel .small-img {
    height: 70px; }
  .news-details-page .news-details-content .another-post a.btn {
    font-size: 14px; }
  .news-details-page .reply-form input {
    height: 40px; }
  footer .footer-content {
    padding: 0 10px; }
  .principal-details .banner-content h1 {
    font-size: 34px; }
  .principal-details .title {
    font-size: 32px; }
    .small-sec .small-right {
      padding: 15px 20px 15px 20px;}
      .small-sec .small-left {
        padding: 15px 10px;}
        .recent-news .speak {
          padding: 10px 20px 30px 20px;}
          .recent-news .recent-content .news-right .read-more {
            margin-left: 15px;} }

@media (max-width: 435px) {
  body a.btn {
    font-size: 13px;
    padding: 6px 10px; }
  .sidebar #mySidenav .dropdown-container {
    width: 40%; }
  .carousel-div .owl-carousel img {
    height: 180px; }
  .carousel-div .owl-carousel .owl-prev,
  .carousel-div .owl-carousel .owl-next {
    display: none; }
  .carousel-div .carousel-content {
    top: 13%; }
    .carousel-div .carousel-content h3,
    .carousel-div .carousel-content h1 {
      margin-bottom: 15px; }
    .carousel-div .carousel-content h3 {
      font-size: 16px; }
    .carousel-div .carousel-content h1 {
      font-size: 22px; }
  .courses-short .course-content {
    top: 0;
    padding: 30px 0; }
    .courses-short .course-content nav {
      padding: 25px 9px; }
      .courses-short .course-content nav .p {
        font-size: 12px;
        padding-top: 5px; }
      .courses-short .course-content nav .course-list a {
        font-size: 26px; }
    .courses-short .course-content .course-details .left {
      height: 360px; }
    .courses-short .course-content .course-details .right .right-content h2,
    .courses-short .course-content .course-details .right .right-content p {
      padding-bottom: 20px; }
    .courses-short .course-content .course-details .right .right-content p {
      height: 230px;
      font-size: 14px; }
    .courses-short .course-content .course-details .right .right-content a {
      margin-top: 20px; }
  .recent-news .recent-content .title {
    padding: 30px 0 30px 0; }
  .recent-news .recent-content .news-right .group img {
    height: 60px; }
  .best-school .content h1 {
    font-size: 26px; }
  .about-page .staffs .staff-title {
    font-size: 28px; }
  .about-page .about-banner {
    height: 180px; }
    .about-page .about-banner .banner-content p {
      line-height: 10px;
      font-size: 13px; }
    .about-page .about-banner .banner-content h1 {
      font-size: 30px; }
  .about-page .main-content .content-details h2 {
    font-size: 19px; }
  .about-page .main-content .content-details .h2 .best-school {
    font-size: 17px; }
  .about-page .staffs {
    font-size: 24px; }
  .bhm-page .bhm-content .title {
    font-size: 24px;
    line-height: 36px; }
  .bhm-page .bhm-content .tab-content .tab-left img {
    width: 70%; }
  .gallery-page .gallery-content .item img {
    width: 100%;
    height: 220px; }
  .gallery-page .pagination-sec .pagination li a {
    pad: 7px 20px; }
  .gallery-details .gallery-full .img {
    height: 250px !important; }
  .news-details-page .news-details-content .details-left .owl-carousel img {
    height: 230px; }
  .news-details-page .news-details-content .details-left .owl-carousel .small-img {
    height: 50px; }
  .news-details-page .news-details-content .details-left #thumbs .owl-stage .owl-item {
    width: 35% !important; }
    .news-details-page .news-details-content .details-left #thumbs .owl-stage .owl-item .item {
      height: 50px; }
      .news-details-page .news-details-content .details-left #thumbs .owl-stage .owl-item .item .small-img .img {
        height: 50%; }
  .news-details-page .news-details-content .details-left .comment-area .comment-box h4 {
    font-size: 15px; }
  .news-details-page .news-details-content .details-left .comment-area .comment-box p {
    font-size: 14px; }
  .bread-crumb {
    margin-bottom: 25px; }
    .bread-crumb nav {
      overflow-x: scroll;
      overflow-y: hidden;
      height: 45px; }
      .bread-crumb nav .breadcrumb {
        display: -webkit-box !important;
        flex-wrap: inherit !important; }
  .news-details-page .banner-content h1 {
    font-size: 17px; }
  .news-details-page .news-details-content .another-post a.btn {
    padding: 3px 7px; }
  .news-details-page .button {
    padding: 10px 26px; }
  .principal-details .title {
    font-size: 35px; }
  .apply-page .button {
    padding: 7px 25px; }
    .student-life .student-item .image-container img{
      height: 140px;	
    }
    .student-life .student-item .desc-section {
      padding: 20px 0px;
    } }

@media (max-width: 375px) {
  body a.btn {
    font-size: 11px;
    padding: 5px 15px; }
  .carousel-div .carousel-content h3 {
    font-size: 14px; }
  .carousel-div .carousel-content h1 {
    font-size: 20px; }
  .sidebar .mobile-menu img {
    width: 60%; }
  .recent-news .recent-content .title {
    padding: 20px 0 30px 0; }
  .recent-news .recent-content .news-right {
    margin-bottom: 30px; }
    .recent-news .recent-content .news-right .group img {
      width: 85px;
      height: 50px; }
    .recent-news .recent-content .news-right .group .details {
      padding-top: 0; }
  .p {
    padding-top: 0; }
  .courses-short .course-content nav {
    padding: 15px 9px; }
    .courses-short .course-content nav .nav-tabs .p {
      padding: 0 0 5px 0; }
    .courses-short .course-content nav .course-list a {
      font-size: 23px; }
  .courses-short .course-content .course-details .right {
    height: 400px; }
  .courses-short .course-content .course-details .left {
    height: 230px; }
    .courses-short .course-content .course-details .left .red-div {
      height: 250px; }
  .best-school .content h1,
  .join-future .join-right h1,
  .msg-board .msg-content .title,
  .msg-board .msg-right h1 {
    font-size: 23px; }
  .msg-board .msg-left:after {
    height: 260px; }
  .msg-board .msg-left img {
    position: relative;
    top: 0;
    height: 240px; }
  .msg-board .msg-content .text-center {
    text-align: left !important; }
  .msg-board .msg-content .msg-right {
    padding: 10px 0; }
  .about-page .main-content .content-details h2 {
    font-size: 18px; }
  .about-page .main-content .content-details .h2 .best-school {
    font-size: 14px; }
  .about-page .about-banner {
    height: 160px; }
    .about-page .about-banner .staffs .staff-title {
      font-size: 24px; }
    .about-page .about-banner .staffs .staffs-details .title {
      font-size: 16px;
      line-height: 40px; }
    .about-page .about-banner .staffs .staffs-details .members h5 {
      font-size: 13px; }
  .bhm-page .bhm-content .title {
    font-size: 18px;
    line-height: 28px; }
  .bhm-page .bhm-content nav .nav-tabs .nav-link {
    font-size: 14px;
    padding: 6px 13px; }
  .bhm-page .bhm-content .tab-content .tab-left img {
    width: 100%;
    height: 240px; }
  .bhm-page .tab-right .sub-details p {
    line-height: 24px; }
  .gallery-page .gallery-content .title {
    font-size: 20px;
    line-height: 33px; }
  .gallery-page .gallery-content img {
    height: 210px; }
  .gallery-page .pagination-sec .pagination li a {
    font-size: 14px; }
  .gallery-details .gallery-full .img {
    height: 220px !important; }
  .news-details-page .news-details-content .details-left .card-top .small-nav p:nth-child(3) {
    display: none; }
  .news-details-page .news-details-content .details-left .owl-carousel img {
    height: 160px; }
  .news-details-page .news-details-content .news-right .media img {
    height: 40px; }
  .news-details-page .button {
    padding: 7px 20px; }
  .news-details-page .reply-form p {
    line-height: 25px; }
  .principal-details .title {
    font-size: 26px; } }

@media (max-width: 374px) {
  .courses-short .course-content nav .p-small {
    display: block !important;
    text-align: center;
    font-size: 13px;
    padding-bottom: 4px; }
  .courses-short .course-content nav .nav {
    flex-wrap: inherit; }
  .courses-short .course-content nav .nav-tabs {
    overflow-x: scroll; }
    .courses-short .course-content nav .nav-tabs .p {
      display: none; } }

@media (max-width: 363px) {
  .sidebar #mySidenav .dropdown-container {
    width: 80%; }
  .about-page .main-content .content-details .h2 .best-school {
    font-size: 11px; } }
