@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  background-color: #fff;
  line-height: 1;
  position: relative;
  z-index: 100;
  top: 20px;
}

#cssmenu > ul {
  width: 80%;
  margin: 0px auto;
}

/*#menu-line {

  position: absolute;

  top: 0;

  left: 0;

  height: 3px;

  background: #ffcb05;

  -webkit-transition: all 0.25s ease-out;

  -moz-transition: all 0.25s ease-out;

  -ms-transition: all 0.25s ease-out;

  -o-transition: all 0.25s ease-out;

  transition: all 0.25s ease-out;

}*/
#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  padding: 15px 30px;
  margin: 0px 0px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu > ul > li > a:nth-child(8) {
  border: 0px;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #094d2d;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 29px;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #10214f;
  border-right: 2px solid #10214f;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #10214f;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
  height: 32px;
}

#cssmenu ul ul li a {
  padding: 11px 20px;
  font-size: 14px;
  background: #10214f;
  text-decoration: none;
  color: #fff;
  min-width: 173px;
  white-space: nowrap;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fee7b1;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fee7b1;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
    margin-top: 10px;
    top: 0px;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 12px 33px;
    font-size: 13px;
    color: black;
    background: none;
  }
  #cssmenu ul ul li a::before {
    content: '>>';
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    color: #ca7171;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px 20px;
    color: black;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: black;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 36px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu > ul > li > a {
    padding: 11px 23px;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    border-right: 0px;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 18px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

body {
  font-weight: 400;
  color: #000;
}

header {
  background-color: #10214f;
  color: #fff;
}

header .top-section {
  position: relative;
  overflow: hidden;
}

header .top-section ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  float: right;
}

header .top-section ul li {
  float: left;
  padding: 0px 8px;
  position: relative;
  z-index: 100;
  border-right: 1px solid #fff;
}

header .top-section ul li a {
  color: black;
}

header .top-section ul li button {
  padding: 2px 9px;
  font-size: 9px;
  margin: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #a99152 !important;
}

header .top-section ul li:last-child {
  border-right: 0px;
}

header .top-section:after {
  content: '';
  background-color: #b9a369;
  width: 41%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  transform: skew(-33deg);
  -webkit-transform: skew(-35deg);
}

.about-section {
  background-color: #e6e7e8;
  padding: 50px 0px;
  background-image: url(../images/aboutbg.png);
  background-repeat: no-repeat;
  background-position: right;
}

.about-section .about-content {
  padding: 50px 70px 70px 70px;
}

.about-section .about-content h1 {
  color: #10214f;
  font-weight: 500;
}

.about-section .about-slider .item {
  padding: 15px;
  font-size: 14px;
  min-height: 129px;
}

.about-section .about-slider .item a {
  color: #fff;
}

.about-section .about-slider .item h4 {
  font-weight: 400;
}

.about-section .about-slider .owl-item:nth-child(1) {
  background-color: #014587;
}

.about-section .about-slider .owl-item:nth-child(2) {
  background-color: #00a0ae;
}

.about-section .about-slider .owl-item:nth-child(3) {
  background-color: #e4a025;
}

.about-section .about-slider .owl-item:nth-child(4) {
  background-color: #ed7831;
}

.about-section .about-slider .owl-prev {
  left: -31px;
  position: absolute;
  font-size: 50px;
  margin: 0px;
  top: 22px;
}

.about-section .about-slider .owl-prev span {
  font-size: 50px;
}

.about-section .about-slider .owl-next {
  right: -31px;
  position: absolute;
  font-size: 50px;
  margin: 0px;
  top: 22px;
}

.about-section .about-slider .owl-next span {
  font-size: 50px;
}

.director-section {
  padding: 70px 0px;
}

.director-section h1 {
  color: #10214f;
  font-weight: 500;
  margin-bottom: 15px;
}

.director-section .btn-knowmore {
  background-color: #10214f;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  float: left;
}

.research-section {
  padding: 70px 0px;
  background-color: #d1d3d4;
}

.research-section h1 {
  font-weight: 500;
  margin-bottom: 30px;
}

.research-section .research-title {
  background-color: #10214f;
  padding: 20px;
  font-size: 30px;
  min-height: 175px;
}

.research-section .research-title a {
  color: #fff;
}

.research-section .research-slider .owl-prev {
  left: -60px;
  position: absolute;
  margin: 0px;
  top: 90px;
}

.research-section .research-slider .owl-prev span {
  font-size: 110px;
}

.research-section .research-slider .owl-next {
  right: -60px;
  position: absolute;
  margin: 0px;
  top: 90px;
}

.research-section .research-slider .owl-next span {
  font-size: 110px;
}

.news-events-section {
  padding: 70px 0px;
}

.news-events-section .header {
  margin-bottom: 20px;
}

.news-events-section .header ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.news-events-section .header ul li {
  padding: 0px 10px;
  float: left;
  margin: 0px;
  border-right: 1px solid #4a4a4a;
}

.news-events-section .header ul li h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

.news-events-section .header ul li a {
  position: relative;
  top: 5px;
  color: #000;
}

.news-events-section .header ul li:first-child {
  padding-left: 0px;
}

.news-events-section .header ul li:last-child {
  border-right: 0px;
}

.news-events-section .news-slider {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.news-events-section .news-slider h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  min-height: 57px;
}

.news-events-section .news-slider a {
  color: red;
}

.news-events-section .events-list {
  margin-top: 50px;
  width: 100%;
  float: left;
}

.news-events-section .events-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.news-events-section .events-list ul li {
  padding: 12px 15px;
}

.news-events-section .events-list ul li .date {
  background-color: #d71920;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
}

.news-events-section .events-list ul li .date h5 {
  margin-bottom: 3px;
  font-weight: 500;
}

.news-events-section .events-list ul li h6 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.news-events-section .events-list ul li span {
  font-size: 14px;
}

.news-events-section .events-list ul li:first-child {
  padding-top: 0px;
}

.trainig-notice-section {
  background-color: #e6e7e8;
  padding: 70px 0px;
}

.trainig-notice-section h2 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
}

.trainig-notice-section .traing-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.trainig-notice-section .traing-list ul li {
  background-color: #10214f;
  padding: 20px 30px;
  position: relative;
  margin: 3px 0px;
}

.trainig-notice-section .traing-list ul li a {
  color: #fff;
}

.trainig-notice-section .traing-list ul li h3 {
  font-family: 'Montserrat', sans-serif;
}

.trainig-notice-section .traing-list ul li::after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  z-index: 100;
  right: 28px;
  color: #b9a369;
  font-size: 50px;
  top: 28px;
}

.trainig-notice-section .traing-list ul li:first-child {
  margin-top: 0;
}

.trainig-notice-section .notice-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.trainig-notice-section .notice-list ul li {
  padding: 10px 0px;
  font-weight: 400;
}

.trainig-notice-section .notice-list ul li a {
  color: #000;
}

.trainig-notice-section .notice-list ul li span {
  display: block;
  color: red;
}

footer {
  background-color: #10214f;
  padding: 70px 0px;
  color: #fff;
  font-size: 13px;
}

footer ul {
  padding: 0px;
  list-style: none;
}

footer h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}

footer .contact-info ul li {
  padding: 3px 0px;
}

footer .footer-link ul li {
  padding: 2px 0px;
}

footer .footer-link ul li a {
  color: #fff;
}

footer .social-link {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

footer .social-link ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer .social-link ul li {
  padding: 0px 9px;
  float: left;
}

footer .social-link ul li a {
  color: #fff;
  font-size: 25px;
}

footer .social-link ul li:first-child {
  padding-left: 0px;
}

footer .copy-right-text {
  margin-top: 50px;
}

.inside-body-section {
  padding: 30px 0px;
}

.inside-body-section .page-header {
  font-weight: 600;
  font-size: 42px;
  font-family: 'Montserrat', sans-serif;
}

.archive-left {
  background-color: #ccc;
  padding: 15px;
}

.archive-left h4 {
  font-weight: 600;
}

.archive-left ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.archive-left ul li {
  padding: 8px 0px;
  border-bottom: 1px solid #968c8c;
}

.archive-left ul li a {
  color: #000;
}

.archive-left ul li:last-child {
  border-bottom: 0px;
}

.notice-list {
  padding-left: 30px;
}

.notice-list .page-header {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.notice-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.notice-list ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

.notice-list ul li a {
  color: #000;
}

.notice-list ul li span {
  display: block;
  color: red;
  font-size: 14px;
  margin-top: 5px;
  font-style: italic;
}

.notice-list ul li:last-child {
  border-bottom: 0px;
}

.table-style thead th {
  background-color: #1a2d34;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

.table-style tbody tr td {
  font-size: 15px;
  font-weight: 400;
}

.search-box {
  margin-bottom: 30px;
}

.search-box .btn-search {
  margin: 0px;
  width: 100%;
  background-color: #21b3e4;
  color: #fff;
  font-size: 19px;
  padding: 9px;
}

.search-box .form-control {
  height: 47px;
}

.research-list-view ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.research-list-view ul li {
  padding: 0px;
  margin: 15px 0px;
}

.research-list-view ul li .desc-box {
  padding: 15px;
}

.research-list-view ul li .desc-box h4 {
  font-weight: 700;
  font-size: 19px;
}

.research-list-view ul li .desc-box .btn-view-dwtails {
  background-color: #10214f;
  padding: 8px 15px;
  color: #fff;
}

.research-list-view ul li:nth-child(odd) {
  background-color: #f3f3f3;
}

.research-list-view ul li:nth-child(even) {
  background-color: #d6d6d6c7;
}

.pagination-box {
  margin-top: 20px;
}

.pagination-box .pagination .page-item .page-link {
  border: 1px solid #cecece;
}

.research-details-box h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.news-list-view ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.news-list-view ul li {
  padding: 0px;
  margin: 15px 0px;
}

.news-list-view ul li .desc-box {
  padding: 15px;
}

.news-list-view ul li .desc-box h4 {
  font-weight: 700;
  font-size: 19px;
}

.news-list-view ul li .desc-box h4 small {
  display: block;
  color: red;
  margin-top: 5px;
  font-style: italic;
}

.news-list-view ul li .desc-box .btn-view-dwtails {
  background-color: #10214f;
  padding: 8px 15px;
  color: #fff;
}

.news-list-view ul li:nth-child(odd) {
  background-color: #f3f3f3;
}

.news-list-view ul li:nth-child(even) {
  background-color: #d6d6d6c7;
}

.news-details-box h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.news-details-box h4 small {
  display: block;
  color: red;
  margin-top: 5px;
}

.events-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.events-list ul li {
  padding: 12px 15px;
}

.events-list ul li a {
  color: #000;
}

.events-list ul li .date {
  background-color: #d71920;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
}

.events-list ul li .date h5 {
  margin-bottom: 3px;
  font-weight: 500;
}

.events-list ul li h6 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.events-list ul li span {
  font-size: 14px;
}

.events-list ul li:first-child {
  padding-top: 0px;
}

.events-details h4 {
  font-weight: 700;
  margin-bottom: 30px;
}

.events-details h4 small {
  display: block;
  margin-top: 5px;
}

.programe-list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.programe-list h4 {
  font-weight: 700;
}

.faculty-list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.faculty-list ul li {
  padding: 0px;
  margin: 15px 0px;
  background-color: #e8e8e8;
  border-radius: 15px;
  overflow: hidden;
}

.faculty-list ul li .box {
  padding: 15px 0px;
}

.faculty-list ul li .box h4 {
  font-weight: 700;
  font-size: 20px;
}

.faculty-list ul li .box h4 small {
  display: block;
  font-style: 14px;
  font-style: italic;
}

.faculty-list ul li .box .btn-view-details {
  border: 1px solid #000;
  padding: 2px 15px;
  margin: 0px;
}

.list-view ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.list-view ul li {
  padding: 8px 30px;
}

.list-view ul li::before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
  margin-left: -28px;
}

.faculty-details-left {
  background-color: #ccc;
  padding: 15px;
}

.faculty-details-left h5 {
  margin-top: 10px;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  header .top-section:after {
    content: '';
    background-color: #b9a369;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(0);
    -webkit-transform: skew(0);
  }
  header .top-section ul li {
    padding: 0px 7px;
  }
  header .top-section {
    margin-bottom: 10px;
  }
  .about-section .about-content {
    padding: 10px;
  }
  .about-section, .director-section, .research-section, .news-events-section, .trainig-notice-section, footer {
    padding: 10px 0px;
  }
  .director-section .pl-5 {
    padding-left: 15px !important;
  }
  .director-section h1 {
    margin-top: 15px;
  }
  .research-section .research-title {
    background-color: #10214f;
    padding: 20px;
    font-size: 23px;
    min-height: auto;
  }
  .news-events-section .pl-5 {
    padding-left: 15px !important;
    margin-top: 50px;
  }
  .trainig-notice-section .traing-list ul li {
    padding: 10px;
  }
  .trainig-notice-section .traing-list ul li h3 {
    font-size: 20px;
  }
  .trainig-notice-section .traing-list ul li::after {
    font-size: 35px;
    top: 17px;
  }
  .trainig-notice-section .pl-5 {
    padding-left: 15px !important;
    margin-top: 50px;
  }
  .trainig-notice-section h2 {
    margin-bottom: 10px;
  }
  footer ul li {
    padding: 15px 0px;
  }
  .research-section .research-slider .owl-prev {
    left: 0;
  }
  .research-section .research-slider .owl-next {
    right: 0;
  }
}
/*# sourceMappingURL=custome-style.css.map */