@charset "UTF-8";
@media (max-width: 768px) {
  .page > .vc_row:not(.ignore-container) {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media (min-width: 768px) {
  .page > .vc_row:not(.ignore-container) {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media (min-width: 1200px) {
  .page > .vc_row:not(.ignore-container) {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media (min-width: 1450px) {
  .page > .vc_row:not(.ignore-container) {
    padding-left: 0px !important;
    padding-right: 0px !important; }
    .page > .vc_row:not(.ignore-container) > .wpb_column {
      width: 87%;
      margin: 0 auto;
      float: none; } }

.container {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box; }
  @media (min-width: 480px) {
    .container {
      width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 87%;
      margin: 0 auto;
      float: none; } }

body:not(.page-template-default) #main > .container {
  padding: 0; }

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  div.container {
/*     width: 940px;  */
/*   	width: 87%; */
	}
	div.container h1.header-title {
		width: 87%;
    	margin: auto;
	}
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?8yjioy");
  src: url("fonts/icomoon.eot?8yjioy#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?8yjioy") format("truetype"), url("fonts/icomoon.woff?8yjioy") format("woff"), url("fonts/icomoon.svg?8yjioy#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;
/*   font-family: Montserrat, sans-serif; */
  speak: never;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
p.icon-row {
	font-family: Montserrat, sans-serif !important;
}
.icon-department:before {
  content: "\e900";
  color: #001644; }

.icon-specialty:before {
  content: "\e901";
  color: #001644; }

.icon-faculty-team:before {
  content: "\e902";
  color: #001644; }

#logo {
  width: 75%; }
  @media (min-width: 991px) {
    #logo {
      width: 25%; } }
  #logo img {
    width: 270px;
    height: 70px; }

.header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 0; }
  @media (min-width: 991px) {
    .header-top-right {
      height: 90px; } }
  .header-top-right .dt-menu-toggle {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 1.5rem;
    background-color: transparent; }
    @media (min-width: 991px) {
      .header-top-right .dt-menu-toggle {
        display: none; } }
  .header-top-right .language-switcher {
    display: none; }
    @media (min-width: 991px) {
      .header-top-right .language-switcher {
        display: flex; } }

.tr-menu {
  display: none; }
  @media (min-width: 991px) {
    .tr-menu {
      display: block; } }

.tr-menu a.menu-item {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0.5rem; }

.language-switcher {
  margin-left: 2.5rem; }
  .language-switcher a {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
    text-transform: uppercase;
    padding: 4px 6px; }
    .language-switcher a.current {
      background-color: #FD7200;
      border-radius: 12px; }

#menu-wrapper {
  display: none;
  position: absolute;
  top: 90px;
  background-color: rgba(253, 114, 0, 0.85);
  height: 80px; }
  @media (min-width: 991px) {
    #menu-wrapper {
      display: block; } }
  #menu-wrapper .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #menu-wrapper ul.menu li.menu-item {
    padding: 0 !important; }
    #menu-wrapper ul.menu li.menu-item.current_page_item {
      background-color: transparent; }
      #menu-wrapper ul.menu li.menu-item.current_page_item a {
        color: #fff; }
        #menu-wrapper ul.menu li.menu-item.current_page_item a::before {
          display: none; }
    #menu-wrapper ul.menu li.menu-item a {
      color: #fff;
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 80px;
      padding: 0 18px;
      transition: 0.15s  all; }
      #menu-wrapper ul.menu li.menu-item a:hover {
        color: #001644 !important; }
      @media (min-width: 991px) {
        #menu-wrapper ul.menu li.menu-item a {
          font-size: 0.8125rem;
          font-weight: 400;
          padding: 0 5.5px; } }
      @media (min-width: 1200px) {
        #menu-wrapper ul.menu li.menu-item a {
          font-size: 0.9375rem;
          font-weight: 400;
          padding: 0 6px; } }
      @media (min-width: 1450px) {
        #menu-wrapper ul.menu li.menu-item a {
          font-size: 0.9375rem;
          font-weight: 500;
          padding: 0px 17px; } }
    #menu-wrapper ul.menu li.menu-item:hover a {
      color: #001644 !important; }
    > #menu-wrapper ul.menu li.menu-item:first-child a {
      padding-left: 0; }
    > #menu-wrapper ul.menu li.menu-item:last-child a {
      padding-right: 0; }
  #menu-wrapper .search-toggle {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: 0.2s all;
    margin-top: 0; }
    #menu-wrapper .search-toggle:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    #menu-wrapper .search-toggle:focus {
      outline: none; }
    @media (min-width: 991px) and (max-width: 1450px) {
      #menu-wrapper .search-toggle {
        position: relative;
      	margin-right: 10px;
        left: 10px; } }
    @media (min-width: 1200px) {
      #menu-wrapper .search-toggle {
        width: 42px;
        height: 42px; } }
    @media (min-width: 1300px) {
      #menu-wrapper .search-toggle {
        left: 0; } }
    #menu-wrapper .search-toggle img {
      width: 20px;
      height: 20px; }
      @media (min-width: 1200px) {
        #menu-wrapper .search-toggle img {
          width: 24px;
          height: 24px; } }

#main-menu ul li.menu-item-simple-parent ul.sub-menu {
  margin: 0;
  border: solid 1px #ddd;
  background-color: #f2f2f2;
  padding: 0; }
  @media (min-width: 991px) {
    #main-menu ul li.menu-item-simple-parent ul.sub-menu li:hover a {
      color: #1B61D4;
      background-color: #fff; }
    #main-menu ul li.menu-item-simple-parent ul.sub-menu li a:hover {
      color: #1B61D4;
      background-color: #fff; }
    #main-menu ul li.menu-item-simple-parent ul.sub-menu ul.sub-menu a:hover {
      color: #1B61D4 !important; } }
  #main-menu ul li.menu-item-simple-parent ul.sub-menu li a {
    display: flex;
    align-items: center;
    height: 58px;
    line-height: 1.2;
    color: #001644;
    font-size: 1rem; }
  #main-menu ul li.menu-item-simple-parent ul.sub-menu ul.sub-menu {
    top: 0; }
    #main-menu ul li.menu-item-simple-parent ul.sub-menu ul.sub-menu li {
      background-color: #fff; }

@media (min-width: 991px) {
  .main-header {
    display: flex; } }

@media (max-width: 991px) {
  .main-header,
  #main-header-wrapper > .container {
    position: static; }
  #main-header-wrapper {
    padding-bottom: 0; }
  .header-right {
    float: left;
    width: 25%; }
  .vc_row .wpb_column {
    margin-bottom: 0; } }

article.post.blog-entry .entry-format {
  display: none; }

article.post.blog-entry .entry-thumb {
  margin-bottom: 1rem; }

article.post.blog-entry .entry-details .date {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1; }

@media (min-width: 768px) {
  article.post.blog-entry .entry-title {
    min-height: 75px; } }

article.post.blog-entry .entry-title h4 {
  margin-bottom: 0;
  padding-right: 1.5rem; }

article.post.blog-entry .entry-title h4 a {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5rem;
  text-transform: none;
  word-break: normal;
}

#footer {
  background-color: #F2F2F2;
  background-image: url(../assets/footer-bg.png);
  background-position: 0 65px;
  background-size: 35% auto;
  background-repeat: no-repeat; }
  #footer .footer-widgets {
    padding-top: 35px;
    background-color: transparent; }
    @media (min-width: 768px) {
      #footer .footer-widgets {
        padding-top: 100px; } }
  #footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box; }
    #footer .container .dt-sc-one-fourth {
      width: 100%;
      margin: 0; }
      @media (min-width: 576px) {
        #footer .container .dt-sc-one-fourth {
          width: 49%; } }
      @media (min-width: 991px) {
        #footer .container .dt-sc-one-fourth {
          width: 24%; } }
  #footer .widgettitle {
    margin-top: 0;
    font-size: 1.125rem;
    font-weight: bold;
    color: #001644;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
    #footer .widgettitle::before {
      display: none; }
  #footer ul.menu {
    list-style: none; }
    #footer ul.menu li::before {
      display: none; }
    #footer ul.menu li {
      border-bottom: 0; }
    #footer ul.menu a {
      font-size: 0.875rem;
      font-weight: 500;
      color: #001644;
      padding-left: 0;
      padding-bottom: 0; }
  #footer .bank-details p {
    margin-bottom: 0.625rem; }
  #footer .widget_text p {
    word-wrap: break-word; }
  #footer .btn-oragne {
    display: inline-block;
    background-color: #FD7200;
    color: #fff;
    border-radius: 25px;
    margin-top: 2.1875rem;
    height: 50px;
    line-height: 50px;
    padding: 0 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase; }
    #footer .btn-oragne:hover {
      color: #fff; }
  #footer .footer-icons {
    margin-top: 1.5625rem;
    display: flex; }
    #footer .footer-icons a {
      margin-right: 0.7rem; }
  #footer .footer-copyright {
    background-color: transparent;
    padding: 0; }
    #footer .footer-copyright .footer-bottom {
      display: flex;
      width: 100%;
      justify-content: space-between;
      padding: 30px 0;
      border-top: 1px solid #79849B; }
    #footer .footer-copyright a {
      font-size: 0.75rem;
      color: #001644;
      font-weight: 600; }
      @media (min-width: 768px) {
        #footer .footer-copyright a {
          font-size: 0.875rem; } }
    #footer .footer-copyright .left a {
      margin-right: 1rem; }
      @media (min-width: 768px) {
        #footer .footer-copyright .left a {
          margin-right: 1.5rem; } }

#menu-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #001644;
  transition: 0.3s ease-in;
  transform: translateX(-105%);
  z-index: 10000;
  overflow-y: scroll; }
  #menu-sidebar.open {
    transform: translateX(0); }
  @media (min-width: 768px) {
    #menu-sidebar {
      display: none; } }
  #menu-sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #1B61D4; }
    #menu-sidebar .sidebar-header .language-switcher {
      margin-left: 0.5rem; }
    #menu-sidebar .sidebar-header .exit-menu {
      font-size: 2rem;
      background-color: transparent; }
      #menu-sidebar .sidebar-header .exit-menu:focus {
        outline: none; }
  #menu-sidebar .sidebar-body .menu-main-container {
    background-color: transparent; }
  #menu-sidebar .sidebar-body ul.menu {
    display: block; }
    #menu-sidebar .sidebar-body ul.menu a {
      color: #fff;
      padding: 0.4rem 1rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      font-size: 1.15rem;
      font-weight: 500;
      line-height: 65px; }
    #menu-sidebar .sidebar-body ul.menu li.current-menu-item a {
      color: #fff;
      font-weight: bold; }

.admin-bar #menu-sidebar {
  top: 46px; }

@media (max-width: 991px) {
  #main-menu ul.menu li a.dt-menu-expand {
    position: absolute !important;
    right: 10px;
    top: 50%;
    display: block;
    font-size: 36px;
    transform: translateY(-50%); }
  #main-menu ul li.menu-item-simple-parent ul.sub-menu {
    width: 100%;
    margin-top: -4px;
    background-color: #1B61D4; }
    #main-menu ul li.menu-item-simple-parent ul.sub-menu a.dt-menu-expand {
      top: 34px;
      justify-content: center; }
    #main-menu ul li.menu-item-simple-parent ul.sub-menu li a {
      font-weight: 400 !important;
      color: #fff !important; }
    #main-menu ul li.menu-item-simple-parent ul.sub-menu li.current_page_item a {
      font-weight: bold !important; }
  #main-menu ul li.menu-item-simple-parent ul.sub-menu ul.sub-menu {
    left: 0;
    width: 100%; }
    #main-menu ul li.menu-item-simple-parent ul.sub-menu ul.sub-menu li {
      background-color: #133C55; }
      #main-menu ul li.menu-item-simple-parent ul.sub-menu ul.sub-menu li a {
        background-color: #133C55; } }

@media (min-width: 991px) {
  #main-menu > ul > li > .dt-menu-expand {
    display: none !important; } }

.sidebar-menu__single[data-show="1"] img {
  transform: rotateZ(0); }

.sidebar-menu__single[data-show="1"] .sidebar-menu__body {
  display: block; }

.sidebar-menu__header {
  background-color: #E6E8EA;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 60px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 600;
  color: #001644;
  cursor: pointer; }
  @media (min-width: 991px) {
    .sidebar-menu__header {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .sidebar-menu__header {
      font-size: 20px; } }
  .sidebar-menu__header img {
    transition: 0.2s all;
    transform: rotateZ(180deg); }

.sidebar-menu__body {
  display: none; }

.sidebar-menu__child {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  line-height: 60px;
  padding: 0 20px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #001644;
  cursor: pointer; }
  @media (min-width: 991px) {
    .sidebar-menu__child {
      font-size: 0.9rem;
      line-height: 50px; } }
  @media (min-width: 1200px) {
    .sidebar-menu__child {
      font-size: 1.1rem;
      line-height: 60px; } }
  .sidebar-menu__child[data-current='true'] {
    background-color: #1B61D4;
    color: #fff;
    position: relative; }
    .sidebar-menu__child[data-current='true']::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-top: 31px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 24px solid #1B61D4;
      left: calc(100%);
      top: 0;
      bottom: 0; }
      @media (min-width: 991px) and (max-width: 1200px) {
        .sidebar-menu__child[data-current='true']::after {
          border-top: 26px solid transparent;
          border-bottom: 26px solid transparent;
          border-left: 14px solid #1B61D4; } }

.tab-post {
  display: none; }

.tab-post.current-post {
  display: block; }

.dt-sc-image-caption.gray {
  min-height: 180px;
  background-color: #F1F3F5;
  padding: 20px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: 0.35s all; }
  @media (min-width: 576px) {
    .dt-sc-image-caption.gray {
      min-height: 280px;
      padding: 0; } }
  .dt-sc-image-caption.gray::before {
    display: none; }
  .dt-sc-image-caption.gray .dt-sc-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background-position: center; }
    .dt-sc-image-caption.gray .dt-sc-image-wrapper img {
      opacity: 1; }
  .dt-sc-image-caption.gray .dt-sc-image-title {
    color: #001644;
    margin-bottom: 1.125rem; }
    .dt-sc-image-caption.gray .dt-sc-image-title h3::before {
      display: none; }
  .dt-sc-image-caption.gray .dt-sc-image-content {
    color: #001644;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    padding: 0 60px;
    margin-top: 0 !important;
    z-index: 3; }
    .dt-sc-image-caption.gray .dt-sc-image-content a, .dt-sc-image-caption.gray .dt-sc-image-content h3 {
      font-size: 25px;
      font-weight: bold;
      color: #001644;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .dt-sc-image-caption.gray .dt-sc-image-content a, .dt-sc-image-caption.gray .dt-sc-image-content h3 {
          font-size: 27px; } }
      @media (min-width: 1450px) {
        .dt-sc-image-caption.gray .dt-sc-image-content a, .dt-sc-image-caption.gray .dt-sc-image-content h3 {
          font-size: 30px; } }

.dt-sc-image-caption.gray:hover {
  color: #fff;
  z-index: 10;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
  background-image: url(../assets/image-caption-hover.png);
  background-size: cover;
  background-position: center; }
  .dt-sc-image-caption.gray:hover::before {
    display: block;
    background: rgba(253, 114, 0, 0.9); }
  .dt-sc-image-caption.gray:hover:hover::before {
    transform: none;
    top: 0; }
  .dt-sc-image-caption.gray:hover а, .dt-sc-image-caption.gray:hover h3, .dt-sc-image-caption.gray:hover .dt-sc-image-content {
    color: #fff; }

.vc-button-block {
  position: relative;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center; }
  .vc-button-block__underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.85; }
  .vc-button-block__link {
    color: #fff;
    font-size: 1.6875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 20px;
    z-index: 2;
    line-height: 2.25rem; }

.dt-sc-faculty-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .dt-sc-faculty-container .dt-sc-one-fourth {
    width: 100%;
    margin: 0; }
    @media (min-width: 680px) {
      .dt-sc-faculty-container .dt-sc-one-fourth {
        width: 49%; } }
    @media (min-width: 1360px) {
      .dt-sc-faculty-container .dt-sc-one-fourth {
        width: 24%; } }

.dt-sc-faculty {
  background-color: #fff;
  color: #001644;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .dt-sc-faculty {
      height: 650px; } }
  @media (min-width: 1450px) {
    .dt-sc-faculty {
      height: 690px; } }
  .dt-sc-faculty .dt-sc-faculty-thumb img {
    height: auto;
    width: 100%; }
/*     @media (min-width: 768px) {
      .dt-sc-faculty .dt-sc-faculty-thumb img {
        height: 270px; } }
    @media (min-width: 991px) {
      .dt-sc-faculty .dt-sc-faculty-thumb img {
        height: 230px; } }
    @media (min-width: 1450px) {
      .dt-sc-faculty .dt-sc-faculty-thumb img {
        height: 280px; } } */
  .dt-sc-faculty .dt-sc-faculty-thumb-overlay {
    background-color: rgba(27, 97, 212, 0.85) !important; }
  .dt-sc-faculty .dt-sc-faculty-details {
    margin-top: 0;
    padding: 1rem 1.2rem;
    width: 100%;
    box-sizing: border-box; }
    .dt-sc-faculty .dt-sc-faculty-details .name {
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 2.375rem;
      margin-bottom: 4px; }
      @media (min-width: 768px) {
        .dt-sc-faculty .dt-sc-faculty-details .name {
          font-size: 1.1375rem;
          line-height: 2rem; } }
      @media (min-width: 1200px) {
        .dt-sc-faculty .dt-sc-faculty-details .name {
          font-size: 1.3rem;
          line-height: 2rem; } }
    .dt-sc-faculty .dt-sc-faculty-details .role {
      text-transform: uppercase;
      font-size: 1.0875rem;
      margin-bottom: 1.875rem;
      font-weight: 500; }
      @media (min-width: 768px) {
        .dt-sc-faculty .dt-sc-faculty-details .role {
          font-size: 1.0625rem;
          line-height: 1.625rem; } }
      @media (min-width: 1200px) {
        .dt-sc-faculty .dt-sc-faculty-details .role {
          font-size: 1.01rem;
          line-height: 1.875rem; } }
  .dt-sc-faculty .icon-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem; }
    .dt-sc-faculty .icon-row img {
      width: 16px;
      height: 16px;
      margin-right: 10px; }
    .dt-sc-faculty .icon-row a {
      color: #1B61D4;
      text-decoration: underline; }
  .dt-sc-faculty .cv a {
    color: #001644;
    text-decoration: underline; }

.veda-image-slider {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem; }
  @media (min-width: 768px) {
    .veda-image-slider {
      margin-top: 3.75rem; } }
  @media (min-width: 991px) {
    .veda-image-slider {
      margin-top: 8.75rem; } }
  .veda-image-slider__item {
    display: flex;
    align-items: center;
    margin: 0 10px; }
    .veda-image-slider__item img {
      margin: 0 auto; }
  .veda-image-slider .slick-arrow {
    display: none !important; }
  .veda-image-slider .slick-track {
    display: flex;
    align-items: center; }

.course {
  margin-bottom: 3rem; }
  .course__heading {
    display: block;
    font-size: 26px;
  	line-height: 2rem;
    font-weight: bold;
    color: #001644;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .course__code-label {
    display: block;
    color: #001644;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0.75rem; }
  .course__codes {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px; }
  .course__code-box {
    display: flex;
    align-items: center;
    color: #001644;
    font-size: 17px;
    font-weight: 600;
    margin-right: 36px; }
  .course__code {
    width: 45px;
    height: 35px;
    background-color: #FD7200;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    margin-right: 10px; }
  .course .btn-more {
    display: inline-block;
    height: 50px;
    border: 1px solid #FD7200;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    color: #001644;
    text-transform: uppercase;
    font-weight: bold;
  	font-size: 1rem;
    padding: 0 60px; }

.departments-tabs ul.dt-sc-tabs-horizontal {
  margin-top: 0; }

@media (max-width: 768px) {
  .departments-tabs ul.dt-sc-tabs-horizontal {
    display: flex;
    flex-direction: column; }
    .departments-tabs ul.dt-sc-tabs-horizontal li {
      width: 100%; }
    .departments-tabs ul.dt-sc-tabs-horizontal li a {
      padding-bottom: 0;
      line-height: 55px; } }

.departments-tabs ul.dt-sc-tabs-horizontal li a {
  color: #001644 !important;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  border-bottom: 1px solid #79849B;
  padding: 0 10px;
  padding-bottom: 25px;
  opacity: 0.5;
  box-sizing: border-box;
  min-height: 55px; }
  @media (max-width: 768px) {
    .departments-tabs ul.dt-sc-tabs-horizontal li a {
      min-height: 60px;
      font-size: 14px;
      padding-bottom: 0;
      line-height: 60px; } }
  @media (min-width: 768px) {
    .departments-tabs ul.dt-sc-tabs-horizontal li a {
      justify-content: center;
      line-height: 1 !important;
      font-size: 14px !important;
      height: 70px;
      display: flex;
      align-items: center;
      padding: 4px 0; } }
  @media (min-width: 1200px) {
    .departments-tabs ul.dt-sc-tabs-horizontal li a {
      font-size: 16px !important;
      padding: 4px 20px; } }
  .departments-tabs ul.dt-sc-tabs-horizontal li a:not(.current):hover {
    color: #001644 !important;
    opacity: 0.75; }

.departments-tabs ul.dt-sc-tabs-horizontal li a.current {
  background-color: transparent;
  transform: none;
  opacity: 1;
  padding: 4px 20px;
  border-bottom: 3px solid #FD7200 !important; }

.veda-child-notice {
  position: relative;
  background-color: #1B61D4;
  padding: 1rem 1.5rem 1rem 3rem; }
  .veda-child-notice .icon {
    position: absolute;
    top: 1.2rem;
    left: 1rem; }
  .veda-child-notice .content {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px; }

.rounded button {
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 0.9px; }

.veda-gallery-slider {
  position: relative;
  margin: 0 -12px; }
  .veda-gallery-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #1B61D4;
    opacity: 0;
    width: 100px;
    left: 12px;
    border: none;
    border-radius: 0;
    z-index: 10;
    margin-top: 0;
    transition: 0.3s all;
    text-indent: -9999px;
    outline: none; }
    .veda-gallery-slider .slick-arrow:hover {
      opacity: 0.6; }
    .veda-gallery-slider .slick-arrow::after {
      display: block;
      position: absolute;
      content: '\f053';
      font-family: 'FontAwesome';
      font-size: 2rem;
      color: #fff;
      top: 50%;
      left: 50%;
      text-indent: 0;
      transform: translate(-50%, -50%); }
  .veda-gallery-slider .slick-arrow.slick-next {
    left: auto;
    right: 12px; }
    .veda-gallery-slider .slick-arrow.slick-next::after {
      content: '\f054'; }
  .veda-gallery-slider__item {
    display: flex !important;
    margin: 0 12px;
    flex-direction: column;
    justify-content: space-between;
    height: 450px !important; }
    @media (min-width: 768px) {
      .veda-gallery-slider__item {
        height: 550px !important; } }
    @media (min-width: 991px) {
      .veda-gallery-slider__item {
        height: 600px !important; } }
    .veda-gallery-slider__item img {
      width: 100%;
      height: 100%; }
    .veda-gallery-slider__item.odd img {
      height: 220px; }
      @media (min-width: 768px) {
        .veda-gallery-slider__item.odd img {
          height: 266px; } }
      @media (min-width: 991px) {
        .veda-gallery-slider__item.odd img {
          height: 290px; } }

.museum-contacts {
  background-color: #fff;
  padding: 55px 45px; }
  .museum-contacts__heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 35px;
    color: #16191C; }
  .museum-contacts__icon-row {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #16191C;
    display: flex;
    align-items: center;
    word-break: break-all; }
    @media (min-width: 576px) {
      .museum-contacts__icon-row {
        font-size: 1.375rem; } }
    .museum-contacts__icon-row svg {
      margin-right: 10px; }

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000; }
  .search-modal .search-form {
  	width: 100%;
  	max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .search-modal .search-form input[type=text] {
      border: 0;
      background-color: transparent;
      border-bottom: 2px solid #fff;
      color: #fff;
      font-weight: bold; }
      .search-modal .search-form input[type=text]::-moz-placeholder {
        color: #fff;
        font-weight: bold; }
      .search-modal .search-form input[type=text]:-ms-input-placeholder {
        color: #fff;
        font-weight: bold; }
      .search-modal .search-form input[type=text]::placeholder {
        color: #fff;
        font-weight: bold; }
    .search-modal .search-form input[type=submit] {
      background-color: #FD7200;
      color: #fff;
      padding: 12px 45px;
      margin-top: 20px;
      border-radius: 25px; }

.file-explorer {
  /* background-color: #dfe6e9; */
  padding: 10px 18px;
  border-radius: 5px; }
  button{
    font-weight: normal;
    font-size: 12px;
  }
  .file-explorer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px; }
  .file-explorer__sort {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: transparent !important;
    /* Fallback color if gradients are not supported */
    border: 1px solid rgba(22, 25, 28, 0.3);
    border-radius: 2px;
    color: rgba(22, 25, 28, 0.3);
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    font-weight: 500;
    font-size: 18px;
    height: 40px;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px; }
  .file-explorer .selection-box {
    height: 40px;
    min-width: 250px; }
  .file-explorer .selection-box::before {
    content: "\f078";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: 0;
    height: 20px;
    top: -2px; }
  .file-explorer .selection-box:after {
    height: 40px;
    background-color: transparent;
    border-left: 0; }
  .file-explorer__tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 600px) {
      .file-explorer__tabs {
        flex-direction: row;
        justify-content: center;
        align-items: initial; } }
  .file-explorer__tab {
    display: inline-block;
    background-color: transparent;
    border: 0;
    color: #000;
    margin-right: 8px;
    padding-top: 0; }
    .file-explorer__tab .folder-open {
      display: none; }
    @media (max-width: 768px) {
      .file-explorer__tab {
        padding-left: 0; } }
    .file-explorer__tab:focus {
      outline: none; }
    .file-explorer__tab:hover {
      background-color: transparent; }
    .file-explorer__tab:first-child {
      padding-left: 0; }
    .file-explorer__tab.active {
      color: rgba(253, 114, 0, 0.85); }
      .file-explorer__tab.active .folder-open {
        display: inline-block; }
      .file-explorer__tab.active .folder-closed {
        display: none; }
  .file-explorer__search-icon {
    background-color: #FD7200;
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .file-explorer__input {
    position: relative;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(22, 25, 28, 0.3);
    border-radius: 25px;
    height: 40px;
    width: 250px;
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .file-explorer__input {
        margin-top: 0;
        width: auto; } }
    .file-explorer__input input {
      background-color: transparent;
      padding: 4px 0;
      border: 0;
      color: rgba(22, 25, 28, 0.3);
      padding-left: 16px; }
      .file-explorer__input input::-moz-placeholder {
        color: rgba(22, 25, 28, 0.3); }
      .file-explorer__input input:-ms-input-placeholder {
        color: rgba(22, 25, 28, 0.3); }
      .file-explorer__input input::placeholder {
        color: rgba(22, 25, 28, 0.3); }
    .file-explorer__input i {
      color: #fff;
      font-size: 1.15rem; }
  .file-explorer__header {
    padding-bottom: 4px;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 768px) {
      .file-explorer__header {
        flex-direction: row; } }
  .file-explorer .file-list {
    max-height: 900px;
    overflow: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 1rem;
    margin-top: 0.5rem; }
    .file-explorer .file-list li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: transparent;
      padding: 14px 5px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      @media (min-width: 576px) {
        .file-explorer .file-list li {
          padding: 14px; } }
      .file-explorer .file-list li .type-column {
        min-width: 25px;
        font-size: 1.1rem;
        color: #000; }
        @media (min-width: 576px) {
          .file-explorer .file-list li .type-column {
            min-width: 40px; } }
      .file-explorer .file-list li .file-name {
        min-width: 45%;
        flex-grow: 1;
        word-wrap: break-word;
        font-weight: 600;
        color: #000;
        max-width: 120px; }
        @media (min-width: 700px) {
          .file-explorer .file-list li .file-name {
            min-width: 55%;
            max-width: 100%; } }
        .file-explorer .file-list li .file-name a {
          color: #000; }
      .file-explorer .file-list li .file-date {
        display: flex;
        min-width: 13%;
        color: #000;
        font-weight: 600; }
        @media (min-width: 768px) {
          .file-explorer .file-list li .file-date {
            padding: 0 12px; } }
      .file-explorer .file-list li .file-download img {
        width: 26px;
        height: 26px; }
      @media (max-width: 578px) {
        .file-explorer .file-list li .file-download {
          padding-left: 4px; } }
  .file-explorer .file-explorer-panel {
    display: none; }
    .file-explorer .file-explorer-panel.current {
      display: block; }

.page-template-department #main > .container {
  width: 100%; }

.department-header {
  min-height: 230px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 80px 16px;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .department-header {
      min-height: 530px;
      padding: 100px 10px; } }
  .department-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    background-color: rgba(22, 25, 28, 0.75); }
  .department-header__title {
    position: relative;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 700;
    max-width: 920px;
    z-index: 1;
    word-break: break-word; }
    @media (min-width: 576px) {
      .department-header__title {
        font-size: 2.625rem; } }
    @media (min-width: 768px) {
      .department-header__title {
        font-size: 3.5rem; } }
    @media (min-width: 991px) {
      .department-header__title {
        font-size: 2.25rem;
        line-height: 5rem; } }

.department-body {
  background-color: #F2F2F2; }
  @media (min-width: 768px) {
    .department-body .vc_row:not([data-vc-full-width]) {
      width: 87%;
      margin: 0 auto; } }
  .department-body .wpb_content_element {
    padding-top: 2rem; }
    @media (min-width: 768px) {
      .department-body .wpb_content_element {
        padding-top: 0;
        padding-left: 1.25rem; } }
    @media (min-width: 991px) {
      .department-body .wpb_content_element {
        padding-left: 3.125rem; } }
    @media (min-width: 1200px) {
      .department-body .wpb_content_element {
        padding-left: 5rem; } }
    .department-body .wpb_content_element h3, .department-body .wpb_content_element h2, .department-body .wpb_content_element h4 {
      font-size: 1.75rem;
      font-weight: bold;
      margin-bottom: 2rem;
      color: #001644; }
    .department-body .wpb_content_element p {
      color: #001644;
      font-weight: 500;
      font-size: 1.1rem;
      margin-bottom: 1rem; }
      @media (min-width: 768px) and (max-width: 1200px) {
        .department-body .wpb_content_element p {
          font-size: 1rem; } }
  .department-body .teachers {
    position: relative;
    z-index: 11; }
  .department-body .about-learning {
/*     padding-bottom: 100px; */
  	 padding-bottom: 0px;
/*     padding-top: 330px; */
  	 padding-top: 130px;
    position: relative;
/*     margin-top: -302px;  */
  	margin-top: 20px;
	}
    @media (min-width: 768px) {
      .department-body .about-learning {
/*         padding-top: 380px;  */
      	padding-top: 80px;
    } }
    .department-body .about-learning .uvc-heading {
      position: relative;
      z-index: 10;
      margin-bottom: 3.125rem; }
      @media (min-width: 768px) {
        .department-body .about-learning .uvc-heading {
          margin-bottom: 6.875rem; } }
  .department-body .no-gaps .vc_column-inner {
    padding: 0 !important; }

.single-dt_faculties #main > .container {
  width: 100%; }

.single-dt_faculties #menu-wrapper {
  background-color: #013D85; }

.faculty-header {
  background-color: #013D85; }
  .faculty-header .container {
    height: 250px;
    padding: 40px 0;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .faculty-header .container {
        height: 300px;
        padding: 100px 16px; } }
    @media (min-width: 991px) {
      .faculty-header .container {
        height: 450px; } }
  .faculty-header h1 {
    font-size: 38px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    max-width: 900px; }
    @media (min-width: 768px) {
      .faculty-header h1 {
        font-size: 3.5rem;
        line-height: 65px; } }
    @media (min-width: 991px) {
      .faculty-header h1 {
        max-width: 59%;
        font-size: 3rem; } }
    @media (min-width: 1200px) {
      .faculty-header h1 {
        font-size: 4.125rem;
        line-height: 80px; } }

.faculty-body {
  padding: 50px 0;
  background-color: #F2F2F2; }
  @media (min-width: 768px) {
    .faculty-body {
      padding: 100px 0; } }
  .faculty-body .container {
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .faculty-body .container {
        flex-direction: row; }
        .faculty-body .container .left-column {
          width: 50%; }
        .faculty-body .container .right-column {
          width: 40%;
          padding-left: 10%; } }
  .faculty-body .role {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4375rem;
    color: #001644;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .faculty-body .role {
        font-size: 1.75rem;
        margin-bottom: 2rem; } }
  .faculty-body .facultry-description p {
    color: #001644;
    font-weight: 500;
    font-size: 0.9375rem;
    margin-bottom: 1rem;
    text-align: justify; }
  .faculty-body .cv-download {
    display: block;
    text-transform: uppercase;
    background-color: #FD7200;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    width: 230px;
    border-radius: 25px;
    margin: 1rem auto; }
    .faculty-body .cv-download:hover {
      color: #001644; }
    @media (min-width: 768px) {
      .faculty-body .cv-download {
        display: inline-block;
        margin: 0;
        margin-top: 1.5rem; } }
  @media (min-width: 991px) {
    .faculty-body .right-column {
      position: relative;
      margin-top: -340px; } }
  .faculty-body .right-column img {
    width: 100%;
    height: auto; }
  .faculty-body .meta-info {
    margin-top: 2rem; }
    .faculty-body .meta-info .icon-row {
      display: flex;
      align-items: center;
      margin-bottom: 16px;
      font-size: 1.0625rem;
      line-height: 1;
      color: #16191C; }
      .faculty-body .meta-info .icon-row strong {
        margin-right: 4px; }
      .faculty-body .meta-info .icon-row a {
        color: #1B61D4;
        text-decoration: underline; }
      .faculty-body .meta-info .icon-row img {
        width: 22px;
        height: 22px;
        margin-right: 8px; }

.veda-child-body {
  width: 85%;
  margin: 0 auto; }

.veda-child-content {
  background-color: #F2F2F2; }

.veda-child-default #main > .container {
  width: 100%;
  padding: 0; }

.veda-child-default .wpb_text_column p {
  margin-bottom: 1.5rem;
  font-size: 15px;
  font-weight: 500; }

.veda-child-header {
  min-height: 230px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 60px 0px;
  box-sizing: border-box; }
  .veda-child-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    background-color: rgba(22, 25, 28, 0.75); }
  @media (max-width: 768px) {
    .veda-child-header .vc_row .wpb_column {
      padding: 0; } }
  @media (min-width: 991px) {
    .veda-child-header {
      min-height: 530px;
      padding: 100px 0px; } }
  .veda-child-header .header-title {
    position: relative;
    color: #fff;
    font-size: 2.0625rem;
    font-weight: 700;
    line-height: 1.2;
/*     max-width: 920px; */
  	max-width: 100%;
    text-transform: uppercase;
    word-wrap: break-word;
    z-index: 1; }
    @media (min-width: 480px) and (max-width: 768px) {
      .veda-child-header .header-title {
        padding: 0 16px; } }
    @media (min-width: 576px) {
      .veda-child-header .header-title {
        font-size: 2rem; } }
    @media (min-width: 768px) {
      .veda-child-header .header-title {
        font-size: 3rem; } }
    @media (min-width: 991px) {
      .veda-child-header .header-title {
        font-size: 2.6rem;
        line-height: 4.875rem; } }
  .veda-child-header .header-subtitle {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight: 600;
    font-size: 1.75rem;
    color: #fff;
    line-height: 74px;
    margin-left: -1.2rem;
    z-index: 1; }

.spacing-responsive-60 {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .spacing-responsive-60 {
      padding: 60px 0; } }

.pt-120-responsive {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .pt-120-responsive {
      padding-top: 120px; } }

.other-museums .vc-button-block {
  height: 560px; }

.other-museums .vc-button-block__underlay {
  opacity: 0.55;
  transition: 0.3s all; }
  .other-museums .vc-button-block__underlay:hover {
    opacity: 0.7; }

.other-museums .vc-button-block__link {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  padding: 0 3rem; }
  @media (min-width: 768px) {
    .other-museums .vc-button-block__link {
      padding: 0 6rem; } }

.upsides .wpb_text_column {
  color: #fff; }
  .upsides .wpb_text_column ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    position: relative;
    padding-left: 44px; }
    .upsides .wpb_text_column ul li::before {
      content: '';
      background-image: url(../assets/ok.png);
      background-repeat: no-repeat;
      display: block;
      width: 32px;
      height: 32px;
      position: absolute;
      top: 0;
      left: 0; }

.page-template-default:not(.home) #main {
  padding: 1.5rem 0; }
  @media (min-width: 991px) {
    .page-template-default:not(.home) #main {
      padding: 6.5rem 0; } }

.p-100-responsive {
  padding: 1rem 0; }

.m-b-70 {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .m-b-70 {
    margin-bottom: 40px; }
  .p-100-responsive {
    padding: 1.5rem 0; } }

@media (min-width: 991px) {
  .m-b-70 {
    margin-bottom: 70px; }
  .p-100-responsive {
    padding: 100px 0; } }

@media (max-width: 768px) {
  .vc_row .wpb_column {
    padding: 0 16px; } }

@media (max-width: 768px) {
  .wpb_column .wpb_column {
    padding: 0; } }

ul.dt-sc-tabs-horizontal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  border-bottom: 0;
  margin-top: -2.8125rem;
  z-index: 10;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    ul.dt-sc-tabs-horizontal {
      flex-direction: row; } }
  @media (min-width: 991px) {
    ul.dt-sc-tabs-horizontal {
      flex-wrap: nowrap; } }
  ul.dt-sc-tabs-horizontal > li {
  	width: 100%;
    flex: 1 1 0px; }
    @media (min-width: 576px) {
      ul.dt-sc-tabs-horizontal > li {
        flex-basis: 50%; } }
    @media (min-width: 991px) {
      ul.dt-sc-tabs-horizontal > li {
        flex: 1 1 0px; } }
    ul.dt-sc-tabs-horizontal > li > a {
      display: block;
      width: 100%;
      text-align: center;
      line-height: 5rem;
      color: #fff !important;
      background-color: #1B61D4;
      font-size: 1.75rem;
      font-weight: 600;
      border-bottom: 0;
      border-radius: 0;
      box-sizing: border-box;
      text-transform: none; }
      @media (max-width: 768px) {
        ul.dt-sc-tabs-horizontal > li > a {
          font-size: 22px;
          line-height: 3.5rem;
          padding: 10px 0px; } }
      ul.dt-sc-tabs-horizontal > li > a.current {
        color: #001644 !important;
        background-color: #F1F3F5;
        transform-origin: bottom;
        border-width: 0 !important; }
        @media (min-width: 768px) {
          ul.dt-sc-tabs-horizontal > li > a.current {
            transform: scaleY(1.03) scaleX(1); } }
        @media (min-width: 1200px) {
          ul.dt-sc-tabs-horizontal > li > a.current {
            transform: scaleY(1.1) scaleX(1); } }
      ul.dt-sc-tabs-horizontal > li > a:not(.current):hover {
        color: #f2f2f2 !important; }

.bachelor-tabs ul.dt-sc-tabs-horizontal > li:last-child a {
  border-right: 0; }

.bachelor-tabs ul.dt-sc-tabs-horizontal > li a {
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

@media (min-width: 768px) {
  .bachelor-tabs ul.dt-sc-tabs-horizontal > li a {
    font-size: 15px;
    line-height: 3.75rem; } }

@media (min-width: 1200px) {
  .bachelor-tabs ul.dt-sc-tabs-horizontal > li a {
    font-size: 18px;
    line-height: 4.375rem; } }

@media (min-width: 1450px) {
  .bachelor-tabs ul.dt-sc-tabs-horizontal > li a {
    font-size: 22px;
    line-height: 5.3125rem; } }

@media (min-width: 991px) and (max-width: 1450px) {
  .bachelor-tabs .dt-sc-tabs-horizontal-content > .vc_row > .vc_col-sm-3 {
    width: 31.3%; }
  .bachelor-tabs .dt-sc-tabs-horizontal-content > .vc_row > .vc_col-sm-1 {
    display: none; } }

@media (max-width: 991px) {
  .dt-sc-tabs-horizontal-content .vc_column_container {
    width: 100% !important; } }

@media (min-width: 991px) {
  .dt-sc-tabs-horizontal-content > .vc_row .vc_col-sm-1 {
    width: 4%; }
  .dt-sc-tabs-horizontal-content > .vc_row .vc_col-sm-3 {
    width: 27%; }
  .dt-sc-tabs-horizontal-content > .vc_row .vc_col-sm-8 {
    width: 68.66666667%; } }

@media (max-width: 991px) {
  .bachelor-tabs .dt-sc-tabs-horizontal-content .vc_row {
    display: flex;
  	flex-direction: column;
/*     flex-direction: column-reverse;  */
} }

@media (min-width: 576px) and (max-width: 991px) {
  .bachelor-tabs > ul.dt-sc-tabs-horizontal > li > a {
    font-size: 18px;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.vc_toggle.vc_toggle_default {
  margin-bottom: 10px; }
  .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title::after {
    transform: translateY(-50%) rotateZ(180deg) !important; }
  .vc_toggle.vc_toggle_default .vc_toggle_title {
    margin-left: 0;
    background-color: #E6E8EA;
    border-radius: 3px;
    padding: 20px 25px;
    padding-right: 100px;
    color: #001644;
    font-weight: 500; }
    .vc_toggle.vc_toggle_default .vc_toggle_title::after {
      content: "\f078";
      font-family: 'FontAwesome';
      position: absolute;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%);
      font-size: 24px;
      transition: 0.2s; }
    .vc_toggle.vc_toggle_default .vc_toggle_title h4 {
      font-weight: 500;
      color: #001644; }
    .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
      display: none !important; }
  .vc_toggle.vc_toggle_default .vc_toggle_content p {
    color: #001644;
    font-size: 15px;
    font-weight: 500;
    padding: 0 18px; }

.calendar {
  float: left;
  position: relative;
/*   overflow: hidden; */
  text-transform: capitalize;
  text-align: center;
  font: 15px/1em inherit;
  color: #545A5C; }

.calendar a {
  text-decoration: none;
  color: inherit; }

.calendar header .btn {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #CBD1D2;
  border-radius: 50%;
  border: 2px solid #CBD1D2; }

.calendar header .btn:hover {
  background: #CBD1D2;
  color: white; }

.calendar header .btn-prev {
  left: 0;
  top: 0; }

.calendar header .btn-next {
  right: 0;
  top: 0; }

.calendar header .month {
  padding: 0;
  margin: 0; }

.calendar table {
  width: 100%;
  margin: 20px 0;
  border-spacing: 0px; }

.calendar thead {
  font-size: 1.2em;
  font-weight: 600; }

.calendar td {
  padding: 0.8em 0.1em; }

.calendar .day {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 1.9em;
  border-radius: 50%;
  border: 2px solid transparent; }

.calendar .day:hover {
  border: 2px solid #6691CC; }

.calendar .day.today {
  background: #6691CC;
  color: white; }

.calendar .day.wrong-month {
  color: #CBD1D2; }

.calendar .day.wrong-month:hover {
  border: 2px solid transparent; }

.calendar .event-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #545A5C; }

.calendar .filler {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #545A5C;
  transform: translate(-50%, -50%); }

.ult_pricing_table_wrap {
  margin-top: 4.375rem; }
  .ult_pricing_table_wrap .ult_pricing_table {
    background: #1B61D4; }
  .ult_pricing_table_wrap .ult_pricing_heading {
    padding: 20px;
    padding-bottom: 8px; }
    .ult_pricing_table_wrap .ult_pricing_heading h3 {
      color: #fff;
      text-align: left;
      font-size: 1.5625rem;
      font-weight: 500 !important; }
      @media (min-width: 991px) {
        .ult_pricing_table_wrap .ult_pricing_heading h3 {
          font-size: 1.3125rem; } }
      @media (min-width: 1200px) {
        .ult_pricing_table_wrap .ult_pricing_heading h3 {
          font-size: 1.5625rem; } }
  .ult_pricing_table_wrap .ult_price_body_block {
    display: none; }
  .ult_pricing_table_wrap .ult_price_features {
    padding: 0 20px;
    text-align: left;
    padding-bottom: 20px; }
    .ult_pricing_table_wrap .ult_price_features p {
      font-size: 0.9375rem !important;
      font-weight: 500 !important;
      line-height: 1.3 !important; }
    .ult_pricing_table_wrap .ult_price_features strong {
      margin: 4px 0;
      font-weight: bold;
      margin-bottom: 12px;
      display: inline-block; }

.vc-calendar {
  float: left;
  width: 100%; }
  .vc-calendar .calendar {
    width: 100%; }
    .vc-calendar .calendar .month {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 24px;
      color: #1B61D4; }
      @media (min-width: 991px) {
        .vc-calendar .calendar .month {
          font-size: 20px; } }
      @media (min-width: 1200px) {
        .vc-calendar .calendar .month {
          font-size: 24px; } }
    .vc-calendar .calendar .today {
      background-color: #001644;
	  text-decoration: underline; }
    .vc-calendar .calendar header .btn {
      border: 0;
      background-color: none !important;
      color: #001644; }
      .vc-calendar .calendar header .btn::after {
        font-size: 20px; }
      .vc-calendar .calendar header .btn:hover {
        background-color: transparent; }
    .vc-calendar .calendar header .btn-prev::after {
      content: '\f053';
      font-family: FontAwesome; }
    .vc-calendar .calendar header .btn-next::after {
      content: '\f054';
      font-family: FontAwesome; }
    .vc-calendar .calendar table thead,
    .vc-calendar .calendar table {
      border-bottom: 1px solid #79849B; }
    .vc-calendar .calendar table tbody tr {
      background-color: transparent !important; }
    .vc-calendar .calendar table tbody td {
      background-color: transparent; }
      .vc-calendar .calendar table tbody td span {
        color: #001644;
        font-weight: 600;
        font-size: 17px;
        cursor: pointer; }
    .vc-calendar .calendar table thead td {
      color: #1B61D4;
      font-weight: 500;
      font-size: 16px; }
      @media (min-width: 991px) and (max-width: 1200px) {
        .vc-calendar .calendar table thead td {
          font-size: 14px; } }

.events-list {
  float: left; }

.events-list .event-single {
  display: flex;
  align-items: center; }
  .events-list .event-single .event-indicator {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 10px; }
  .events-list .event-single .today {
    background-color: #001644; }
  .events-list .event-single .event-name {
    font-weight: 500;
    color: #001644; }

.page-template-parent-department #main > .container {
  width: 100%; }

.pd-body .departments-tabs ul.dt-sc-tabs-horizontal a {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: none; }
  @media (max-width: 768px) {
    .pd-body .departments-tabs ul.dt-sc-tabs-horizontal a {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 768px) {
    .pd-body .departments-tabs ul.dt-sc-tabs-horizontal a {
      font-size: 28px; } }

.pd-body .departments-tabs ul.dt-sc-tabs-horizontal a span {
  float: none;
  font-size: 24px;
  top: 0; }

.pd-body .departments-tabs .dt-sc-faculty {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3); }

@media (min-width: 1000px) {
  .s-position {
    left: 6.5% !important; }
  .arrow-left {
    left: 6.5% !important; }
  .arrow-right {
    left: calc(6.5% + 110px) !important; }
  .dot-1 {
    left: calc(6.5% + 57px) !important; }
  .dot-2 {
    left: calc(6.5% + 82px) !important; } }

@media (max-width: 576px) {
  .heading {
    top: 50px !important; }
  .learn-more {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 14px !important;
    top: 130px !important; }
  .arrow-left,
  .arrow-right,
  .dot-1,
  .dot-2 {
    top: 275px !important; } }

@media (min-width: 576px) and (max-width: 999px) {
  .heading {
    top: 25px !important;
    left: 20px !important; }
  .description {
    top: 125px !important;
    left: 20px !important; }
    .description p {
      font-size: 15px !important;
      line-height: 1.2 !important;
      font-weight: 400 !important; }
  .learn-more {
    top: 200px !important;
    right: 210px !important;
    left: auto !important; }
    .learn-more rs-layer {
      padding: 6px 15px !important;
      font-size: 14px !important; }
  .arrow-left,
  .arrow-right,
  .dot-1,
  .dot-2 {
    top: 290px !important; }
  .dot-1 {
    left: 60px !important; }
  .arrow-left {
    left: 22px !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .description {
    top: 165px !important; } }

@media (min-width: 576px) and (max-width: 768px) {
  #shade,
  #shade rs-loop-wrap,
  #shade rs-mask-wrap,
  #shade rs-layer {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  #shade rs-layer {
    width: 100% !important;
    height: 100% !important; }
  .heading rs-layer {
    font-size: 3rem; } }

@media (max-width: 999px) {
  #rev_slider_11_1_forcefullwidth,
  #rev_slider_11_1_wrapper {
    height: 330px !important; } }

.news-overlay {
  position: relative;
  overflow: visible !important; }
  .news-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 61, 133, 0.9);
    z-index: 1;
    display: block; }

.veda-recent-posts {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  .veda-recent-posts .entry-thumb a {
    display: block;
    background-size: cover;
    background-position: no-repeat; }
  .veda-recent-posts .vc_col-sm-3 {
    padding: 0 4px; }
    .veda-recent-posts .vc_col-sm-3 .entry-thumb a {
      height: 300px; }
      @media (min-width: 768px) {
        .veda-recent-posts .vc_col-sm-3 .entry-thumb a {
          height: 200px; } }
      @media (min-width: 1450px) {
        .veda-recent-posts .vc_col-sm-3 .entry-thumb a {
          height: 300px; } }
  .veda-recent-posts .vc_col-sm-6 {
    padding-left: 4px; }
    .veda-recent-posts .vc_col-sm-6 .entry-thumb a {
      height: 300px; }
      @media (min-width: 768px) {
        .veda-recent-posts .vc_col-sm-6 .entry-thumb a {
          height: 375px; } }
      @media (min-width: 1450px) {
        .veda-recent-posts .vc_col-sm-6 .entry-thumb a {
          height: 465px; } }

.all-news button {
  height: 50px;
  font-size: 13px !important;
  line-height: 50px;
  border-radius: 25px !important;
  padding: 0 3.125rem; }

#floating-cta {
  position: absolute;
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1B61D4;
  height: 9.375rem;
  display: flex;
  align-items: center;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    #floating-cta {
      top: 105%;
      min-width: 700px; } }
  #floating-cta .wpb_wrapper p {
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem !important;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.2rem;
    min-width: 300px;
    text-align: center; }
    @media (min-width: 768px) {
      #floating-cta .wpb_wrapper p {
        flex-direction: row;
        min-width: 780px;
        padding: 0 5.625rem;
        text-align: left;
        font-size: 1rem; } }
    #floating-cta .wpb_wrapper p img {
      margin: 0;
      margin-bottom: 0.5rem; }
      @media (min-width: 768px) {
        #floating-cta .wpb_wrapper p img {
          margin-bottom: 0;
          margin-right: 1.2rem; } }
  @media (min-width: 991px) {
    #floating-cta p {
      min-width: 750px; } }


 div.full-width-button button, a.full-width-button,  a.full-width-button button {
  width: 100%;
  height: 150px;
  font-size: 1rem;
  font-weight: 500 !important;
/*   padding: 0 1rem; */
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 0; }
  div.full-width-button button .ubtn-data.ubtn-text {
  	font-family: font-family: 'Montserrat', sans-serif !important;
    width: 100%; }
  @media (min-width: 991px) {
    a.full-width-button button {
      padding: 0 55px;
      font-size: 1.3rem;
      letter-spacing: 1px; } }
  @media (min-width: 1450px) {
   a.full-width-button button {
      padding: 0 100px; } }

@media (max-width: 768px) {
  .vc_row.no-gaps {
    margin-top: 10px !important; } }

.vc_row.no-gaps .vc_column-inner {
  padding: 0; }
  @media (max-width: 768px) {
    .vc_row.no-gaps .vc_column-inner .ubtn-ctn-center {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .no-gaps .wpb_column:first-of-type .vc_column-inner {
    padding-left: 15px; } }

@media (min-width: 768px) {
  .no-gaps .wpb_column:last-of-type .vc_column-inner {
/*     padding-right: 15px;  */
} }

.floating-row {
  margin-top: 4rem; }
  @media (min-width: 768px) {
    .floating-row {
      padding: 0 15px;
      margin-top: 0;
      position: absolute !important;
      top: -260px; } }
  @media (min-width: 768px) {
    .floating-row .vc-button-block__link {
      font-size: 27px;
      line-height: 1.5rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .floating-row .last-col .vc_column-inner {
      padding: 30px !important; } }
  .floating-row .last-col .vc_column-inner .uvc-main-heading h2 {
    margin-bottom: 35px; }
  .floating-row .vc_column-inner {
    padding: 0; }
  .floating-row .first-col.wpb_column {
    background-color: #fff;
    padding: 3rem 2rem; }
    @media (min-width: 768px) {
      .floating-row .first-col.wpb_column {
        padding: 55px 30px;
        height: 520px; } }
    @media (min-width: 991px) {
      .floating-row .first-col.wpb_column {
        padding: 100px 80px;
        height: 520px; } }
    @media (max-width: 768px) {
      .floating-row .first-col.wpb_column .uvc-main-heading {
        margin-bottom: 30px; } }
    .floating-row .first-col.wpb_column .ubtn-ctn-center {
      margin-bottom: 0; }
    .floating-row .first-col.wpb_column .ubtn-ctn-center button {
      width: 100%; }
  .floating-row .btn-round {
    border-radius: 25px;
    padding: 16px 50px; }
    @media (min-width: 768px) {
      .floating-row .btn-round {
        padding: 12px 20px; } }
    @media (min-width: 991px) {
      .floating-row .btn-round {
        padding: 12px 26px; } }
    @media (min-width: 1200px) {
      .floating-row .btn-round {
        padding: 12px 50px; } }
  .floating-row .blue-underlay {
    position: relative; }
    .floating-row .blue-underlay .vc_column-inner::before {
      content: '';
      display: block;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(27, 97, 212, 0.85); }
    .floating-row .blue-underlay .wpb_wrapper {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1; }

.icon-row.vc_row {
  margin-bottom: 80px;
  z-index: 3;
/*   padding: 0 15px;  */
}
  @media (max-width: 768px) {
    .icon-row.vc_row {
      padding: 0;
      margin-top: 100px !important; } }
  .icon-row.vc_row .vc_column-inner {
    padding: 0; }
  .icon-row.vc_row .dt-sc-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgba(27, 97, 212, 0.5);
    padding: 26px;
    border: 0;
    transition: 0.3s all; }
    .icon-row.vc_row .dt-sc-icon-box h4 {
      color: #fff;
      font-weight: bold;
      font-size: 1.125rem;
      text-align: center;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }
      .icon-row.vc_row .dt-sc-icon-box h4::before {
        display: none; }
      @media (min-width: 768px) {
        .icon-row.vc_row .dt-sc-icon-box h4 {
          min-height: 45px;
          display: flex;
          align-items: center;
          justify-content: center; } }
      @media (min-width: 1200px) {
        .icon-row.vc_row .dt-sc-icon-box h4 {
          min-height: 45px; } }
    .icon-row.vc_row .dt-sc-icon-box .icon-wrapper {
      display: flex;
      justify-content: center; }
      .icon-row.vc_row .dt-sc-icon-box .icon-wrapper img {
        width: 55px;
        height: 55px; }
    .icon-row.vc_row .dt-sc-icon-box .large-icon {
      display: none; }
  .icon-row.vc_row .dt-sc-icon-box:hover {
    background-color: #1B61D4; }

.post-edit-link,
.vc_inline-link {
  display: none; }

@media (max-width: 768px) {
  .vc_row.reduced-padding {
    padding-top: 2rem !important;
    padding-bottom: 4.375rem; }
  .vc_row.about-university {
    padding-top: 110px !important;
    padding-bottom: 80px !important;
	}
    .vc_row.about-university h2 {
      margin-bottom: 1rem !important;
      position: relative;
      left: -20px; }
    .vc_row.about-university .wpb_text_column {
      padding: 0.85rem 0 !important; }
      .vc_row.about-university .wpb_text_column p span {
        font-size: 20px !important;
        line-height: 1.2; } }

.single-course {
  background-color: #F2F2F2;
  width: 100%; }
  .single-course h3.course-code {
    font-size: 1.875rem;
    line-height: 3.4375rem;
    color: #001644;
    font-weight: bold;
    padding: 2.5rem 0; }
  .single-course p {
    font-size: 15px;
    color: #001644;
    font-weight: 500; }
  .single-course .vc_row .wpb_column:first-child {
    padding-left: 0; }
  .single-course .vc_row .wpb_column:last-child {
    padding-right: 0; }
  .single-course .vc_row .wpb_column:first-child > .vc_column-inner {
    padding-left: 0; }
  .single-course .vc_row .wpb_column:last-child > .vc_column-inner {
    padding-right: 0; }

.blog #main,
.single-post #main {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .blog #main,
    .single-post #main {
      margin-top: 90px; } }

.blog #main .container #primary,
.blog #main .container #primary .tpl-blog-holder,
.single-post #main .container #primary,
.single-post #main .container #primary .tpl-blog-holder {
  float: none; }

.blog .entry-details .entry-meta .date,
.blog .entry-details .entry-meta .comments,
.single-post .entry-details .entry-meta .date,
.single-post .entry-details .entry-meta .comments {
  color: #001644 !important; }

.blog .tpl-blog-holder,
.single-post .tpl-blog-holder {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .blog .tpl-blog-holder,
    .single-post .tpl-blog-holder {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .blog .tpl-blog-holder .dt-sc-one-column,
      .single-post .tpl-blog-holder .dt-sc-one-column {
        width: 48%; } }

.blog a.dt-sc-button,
.single-post a.dt-sc-button {
  background-color: #1B61D4; }
  .blog a.dt-sc-button:hover,
  .single-post a.dt-sc-button:hover {
    background-color: #001644; }

.blog .entry-meta-data,
.single-post .entry-meta-data {
  display: none; }

.blog article.post.blog-entry .entry-title h4 a {
  color: #001644;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .blog article.post.blog-entry .entry-title h4 a {
      font-size: 28px; } }

.pagination span.page-numbers {
  background-color: #1B61D4 !important; }
  .pagination span.page-numbers.current {
    border-color: #001644; }

.pagination a.page-numbers:hover {
  background-color: #FD7200 !important; }

.single-post .entry-thumb {
  text-align: center; }

.comments {
  display: none !important; }

.veda-child-specialty {
  display: flex; }
  .veda-child-specialty a {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #001644;
    font-weight: bold; }
  .veda-child-specialty img {
    width: 32px;
    height: 32px;
    margin-right: 10px; }

body.search #main {
  margin-top: 50px; }
  @media (min-width: 768px) {
    body.search #main {
      margin-top: 100px; } }

body.search .entry-meta {
  font-weight: 600; }

body.search .entry-body {
  margin: 0; }

body.search .entry-meta-data {
  display: none; }

body.search a.dt-sc-button {
  background-color: #1B61D4; }
  body.search a.dt-sc-button:hover {
    background-color: #001644 !important; }

body.search .entry-title h4 {
  margin-bottom: 10px; }

.error404 a.dt-sc-button:hover {
  background-color: #001644; }
/**/
.veda-child-body p a, .veda-child-body li a, u a, strong a {
	color: #1B61D4 !important;
	font-weight: bold !important;
	font-size: 0.9rem;
}
p, li, strong, span, i, b, td, th, td div, td a {
	font-size: 0.9rem;
	/* font-weight: 500 !important;*/
}
td a {
	font-size: 0.9rem;
	font-weight: 600 !important;
	color: #1B61D4 !important;
}
div:not(.calendar).wpb_wrapper table tr td {
/*     padding: 20px !important; */
    text-align: left;
    border: solid 1px #eee;
	background: #fff;
}
.calendar td {
	text-align: center !important;
	border: none !important;
}
.calendar td a {
	color: #fff !important;
}
.selection-box::after {
	border: none;
}
h1 a, h2 a, h3 a, p h4 a, h5 a, h6 a, td a, span u a, a span:not('.ubtn-text'), center a, а span {
	color: #1B61D4 !important;
	font-weight: bold !important;
}
.menu-active-highlight-grey #main-menu > ul.menu > li.current-menu-ancestor > a::before {
	background: #1B61D4 !important;
}
.menu-active-highlight-grey #main-menu > ul.menu > li.current-menu-ancestor, #header .current-menu-item {
	background: #1B61D4 !important;
}
#main-menu ul.menu li.menu-item-simple-parent ul > li.current-menu-item:hover > a{
/* 	color: #fff !important; */
}
#menu-wrapper ul.menu li.menu-item:hover a {
/* 	color: #fff !important; */
}
.wpcf7-form-control {
	border-radius: 25px !important;
	font-family: 'Montserrat', sans-serif !important;
}
.wpcf7-submit {
	margin-top: 25px !important;
}
::placeholder {
  font-family: 'Montserrat', sans-serif !important;
}
.vc_separator h4 {
	font-size: 1.4rem;
	font-weight: bold;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	background-color: #fff !important;
}
.file-explorer input, .file-explorer select {
	font-size: 16px !important;
	border-radius: 25px !important;
}
.file-explorer__tabs button {
	font-weight: bold;
	font-size: 16px;
}
.file-explorer .file-list li .file-download img {
	transform: scale(1);
	transition-duration: .4s;
}
.file-explorer .file-list li .file-download img:hover {
	transform: scale(1.2);
	transition-duration: .4s;
}
.vc_custom_heading {
	font-family: Montserrat, sans-serif !important;
}
.single-course .course-info {
	display: none;
}
.course {
	padding-bottom: 50px;
	border-bottom: solid 1px #E36D0D;
}
.course:last-child {
	border-bottom: none;
}
.news-block .vc_btn3-container {
	display: none;
}
.news-block .vc_custom_heading {
	height: 70px;
	margin-top: 10px;
}
.dt-sc-toggle-accordion a {
	color: #1B61D4 !important;
	font-weight: bold !important;
	font-size: 1.1rem;
}
h5.dt-sc-toggle-accordion.active a::before {
	background: #1B61D4 !important;
}
p, p span {
	font-family: Montserrat, sans-serif !important;
	font-size: 0.9rem !important;
}
.wpcf7-submit {
	background: #1B61D4 !important;
	color: #fff;
}
.wpcf7-submit:hover {
	background: #013d85 !important;
	color: #fff;
}
li.menu-item a:first-child {
	padding-right: 35px !important;
}
.ubtn-text {
	font-family: 'Montserrat', sans-serif !important;
}
p.rs-layer {
	font-size: 20px !important;
}
#footer ul.menu a:hover {
	color: #FD7200;
}
.sidebar-menu__title {
	font-size: 1.1rem;
}
.semi-bold h2{
	font-weight: 600 !important;
}
.search-results-listing .entry-title h4 a {
	color: #000 !important;
}
.search-results-listing .entry-meta .date {
	font-size: 12px !important;
}
.tpl-blog-holder .column .blog-entry, .tpl-blog-holder .wpb_column .blog-entry {
	border-bottom: solid 1px #FD8726;
	padding-bottom: 32px;
}
.dt-sc-button.with-icon.icon-right.type1::after {
	font-family: 'icomoon' !important;
}
.search-results-listing .dt-sc-button {
	font-family: Montserrat, sans-serif !important;
}
.search-results #main {
	padding-top: 25px !important;
}
.search-results .entry-thumb {
	display: none !important;
}
.search-results-listing article.post.blog-entry .entry-title h4 a, .search-results-listing .entry-title h4 a {
	text-transform: uppercase !important;
	font-weight: normal !important;
}
.page-numbers, .search-results .dt-sc-button {
	border-radius: 25px;
}
.tribe-events-c-top-bar__datepicker,
.tribe-events-c-view-selector__content,
.tribe-events-calendar-list-nav,
.tribe-events-c-ical {
	display: none !important;
}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
	background-color: #1B61D4;
	border-radius: 25px;
}
.tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover {
	background-color: #013d85;
}
.tribe-events .tribe-events-calendar-list__month-separator::after {
	background-color: #FD8726;
}
.event-schedule {
	color: #1B61D4 !important;
}
.cat-wrapper a,
.type1.tribe_events .event-image-wrapper .event-venue > i,
.type1.tribe_events .event-image-wrapper .event-datetime > i
{
	color: #1B61D4;
}
.type1.tribe_events .event-image-wrapper .event-datetime > span {
	background: #1B61D4;
}
.tribe-events-button,
.cat-wrapper a,
.type1.tribe_events .nav-top-links a,
.tribe-events-gmap {
	background: none !important;
	color: #1B61D4;
	font-weight: bold !important;
}
.tribe-events-button:hover,
.cat-wrapper a:hover,
.type1.tribe_events .nav-top-links a:hover {
	background: none !important;
	color: #FD8726 !important;
}
.tribe-events-single {
	margin-top: 50px;
}
.type1.tribe_events .nav-top-links {
	border-bottom: solid 1px #FD8726;
}
.type1.tribe_events .event-image-wrapper .event-datetime {
	border: none;
}
.tribe-events-cal-links {
	display: none;
}
.type1.tribe_events h3 {
	font-size: 1.1rem;
}
#logo {
	text-align: left;
}
#logo img {
	height: auto;
}
.floating-row .vc-button-block__link {
	line-height: 2rem;
}
.floating-row .vc-button-block__link:hover {
	color: #fff;
}
.single-course {
	background-color: #fff;
	width: 85%;
}
.museum-contacts__icon-row a {
	color: #1B61D4;
}
.museum-contacts__icon-row a:hover {
	color: #FD8726;
}
.ult_pricing_table_wrap .ult_price_features strong,
.ult_price_features p,
.ult_price_features p strong {
	color: #fff !important;
}
.event-name a {
	color: #1B61D4;
	font-weight: bold;
}
.event-name a:hover {
	color: #FD8726;
}
.ult_pricing_heading {
	cursor: pointer;
}
.events-list {
	margin-bottom: 20px;
}
.event-datetime span,
.date-wrapper,
.tribe-common-form-control-text .tribe-common-c-svgicon--search,
.tribe-events-c-view-selector {
	display: none;
}
.news-block h4 {
    font-weight: 500px;
}
#primary.content-full-width {
/* 	width: 95%; */
	margin: auto;
	padding: 0px 20px !important;
}
a.ubtn-link {
	width: 100%;
}
.icon-row h4 a {
	text-transform: uppercase;
}
.file-explorer__search-icon {
	border-radius: 0px 25px 25px 0px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
	border-radius: 0px !important;
}
.faculties-container-row h2.vc_custom_heading {
	font-weight: 500 !important;
}
.event-details li {
	padding-bottom: 0px;
}
.tribe-common .tribe-common-b2,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small {
	font-family: 'Montserrat',sans-serif;
}
.tribe-common-c-btn-border-small {
	border-radius: 25px !important;
	border: solid 1px #FD8726 !important;
	padding: 10px 20px !important;
	text-transform: uppercase !important;
}
.vc_gitem-post-data-source-post_title h4 {
	font-weight: 600;
}
input[type="submit"] {
	border-radius: 25px;
	padding: 16px 50px;
	font-size: 0.9rem !important;
	font-family: 'Montserrat', sans-serif;
}
.entry-title h4 a, .icon-content h4 a {
	color: #fff ;
}

.news-overlay .entry-title h4 {
	color: #fff !important;
}
.single .entry-title h4 a {
	color: #333 !important;
	font-size: 1.6rem ;
}
.department-row-container {
	margin-bottom: -110px !important;
	display: flex;
}
.department-row-container a button {
	background: rgba(27, 97, 212, 1) none repeat scroll 0% 0% !important;
}
@media all and (min-width: 1360px) and (max-width: 1620px) {
	li.menu-item a:first-child {
		padding-right: 20px !important;
	}
	#menu-wrapper ul.menu li.menu-item a,
	#main-menu ul li.menu-item-simple-parent ul.sub-menu li a {
		font-size: 0.85rem;
    	font-weight: 500;
	}
	.tr-menu a.menu-item {
		font-size: 0.875rem;
	}
	h1.header-title {
/* 		word-spacing: 9999999px; */
    	font-size: 2rem !important;
	}
	a.full-width-button button {
		padding: 0 25px;
		font-size: 1.3rem;
	}
}
@media all and (min-width: 990px) and (max-width: 1360px) {
	.department-our-partners-empty-space {
		display: none;
	}
	a.full-width-button button {
		padding: 0 25px;
		font-size: 1.2rem;
	}
	li.menu-item a:first-child {
		padding-right: 10px !important;
	}
	#menu-wrapper ul.menu li.menu-item a,
	#main-menu ul li.menu-item-simple-parent ul.sub-menu li a {
		font-size: 0.75rem;
    	font-weight: 500;
	}
	.tr-menu a.menu-item {
		font-size: 0.775rem;
	}
	.dt-sc-image-caption.gray {
		min-height: 230px;
	}
	.floating-row .vc-button-block__link,
	.floating-row h2 {
		font-size: 1.3rem !important;
	}
	.floating-row .vc-button-block__link:hover {
		color: #fff;
	}
	h1.header-title {
		word-spacing: 9999999px;
    	font-size: 2rem !important;
    	line-height: 3.875rem !important;
	}
	.news-container-row .vc_col-sm-4 {
		width: 50%;
	}
	.news-block .vc_custom_heading {
		height: 90px;
		margin-top: 10px;
	}
}
@media all and (max-width: 990px) {
	.department-row-container {
		margin-bottom: 70px !important;
	}
	.department-body .about-learning .uvc-heading {
		margin-bottom: 3.875rem;
	}
	.our-partners-title {
		margin-top: 4rem;
	}
	.vc_row.about-university h2 {
		left: 0px;
    	text-align: center;
    	font-size: 1.1rem;
	}
	#floating-cta .wpb_wrapper p {
		font-size: 0.9rem !important;
    	min-width: 680px;
	}
	.home-the-university-text {
		font-size: 2rem !important;
	}
	.ult-responsive h2 {
		font-size: 2.4rem !important;
	}
	.dt-sc-image-caption.gray .dt-sc-image-content h3 {
		font-size: 1.1rem;
	}
	#header-wrapper {
		position: fixed;
    	z-index: 9999999;
    	border-bottom: solid 1px #001644;
	}
	#menu-sidebar {
		z-index: 99999999;
	}
	#main {
		margin-top: 60px;
	}
	.news-block .vc_custom_heading {
		height: 100px;
		margin-top: 10px;
	}
	.news-container-row .vc_col-sm-4 {
		width: 50%;
	}
	h1.header-title {
		word-spacing: 9999999px;
    	font-size: 1.9rem !important;
	}
	.floating-row .vc-button-block__link,
	.floating-row h2 {
		font-size: 1rem !important;
	}
	.dt-sc-image-caption.gray {
		min-height: 180px;
	}
	#primary {
		padding-left: 20px;
    	padding-right: 20px;
	}
	.tribe-events-single {
		margin-top: 0px;
	}
	#logo img {
		width: 200px;
	}
	#main-menu ul.menu > li.menu-item-simple-parent:hover > a {
		color: #FD8726 !important;
	}
	#main-menu ul li.menu-item-simple-parent ul.sub-menu ul.sub-menu li,
	#main-menu ul li.menu-item-simple-parent ul.sub-menu ul.sub-menu li a, {
		background: #FD8726 !important;
	}
	#menu-sidebar .sidebar-body ul.menu a:hover {
		border-bottom: solid 1px #fff;
	}
	#main-menu ul.menu > li.current-menu-ancestor > a {
		color: #fff;
	}
	#menu-sidebar .sidebar-body ul.menu a {
		line-height: 35px;
    	font-size: 0.9rem;
    	padding: 0.4rem .5rem;
	}
	#main-menu ul li.menu-item-simple-parent ul.sub-menu li a {
		height: 35px;
	}
	#main-menu ul li.menu-item-simple-parent ul.sub-menu {
		margin-top: -32px;
	}
	#main-menu ul.menu li a.dt-menu-expand {
		font-size: 26px;
	}
	#menu-sidebar .sidebar-header .exit-menu {
		font-size: 1.4rem;
	}
	#main-menu ul li.menu-item-simple-parent ul.sub-menu a.dt-menu-expand {
		top: 24px;
	}
	#main-menu ul li.menu-item-simple-parent ul.sub-menu ul.sub-menu li,
	#main-menu ul li.menu-item-simple-parent ul.sub-menu ul.sub-menu li a {
		background-color: #FD8726;
	}
	#main-menu ul li.menu-item-simple-parent ul.sub-menu li a {
		font-size: 0.9rem;
    	font-weight: normal;
	}
	#main-menu ul.menu li {
		width: 100%;
		box-sizing: border-box;
	}
	.open {
		display: block !important;
	}
	#menu-sidebar .sidebar-body ul.menu a {
		width: 100%;
	}
	.veda-child-body {
		width: 95%;
		margin: 0 auto; 
	}
	.ult_price_features {
		height: 0px;
    	transition: all 1s;
	}
	.ult_pricing_table_wrap .ult_price_features {
		padding-bottom: 0px;
    	overflow: hidden;
	}
	.toggle-height {
		height: 400px;
    	transition: all 1s;
	}
	#primary.content-full-width {
		width: 100%;
		margin: auto;
		padding: 20px !important;
	}
	.tribe-events .tribe-events-l-container,
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
		padding-top: 35px;
	}
	.floating-row .vc_column_container:nth-child(1) {
		width: 100%;
	}
	.floating-row .vc_column_container:nth-child(2) {
		width: 50%;
	}
	.floating-row .vc_column_container:nth-child(3) {
		width: 50%;
	}
	.floating-row .first-col.wpb_column {
		height: 100%;
	}
}
@media all and (max-width: 768px) {
	.our-partners-title {
		margin-top: 2rem;
	}
	.icon-row.vc_row {
		margin-top: 0px;
    	margin-bottom: 0px;
	}
	.vc_row.about-university {
    	padding-top: 110px !important;
    	padding-bottom: 300px !important;
	}
	a.full-width-button button {
		padding: 0 25px;
		font-size: 0.9rem;
	}
	.ubtn-normal {
		padding: 0px;
	}
	#floating-cta .wpb_wrapper p {
		font-size: 0.7rem !important;
		min-width: 80vw;
	}
	.ult-responsive h2 {
		font-size: 1.5rem !important;
    	margin: auto;
    	text-align: center;
	}
	.single-course .vc_row .wpb_column:last-child > .vc_column-inner {
		padding-left: 0px
	}
	h1.header-title {
		word-spacing: 9999999px;
    	font-size: 1.5rem !important;
	}
	.news-container-row .vc_col-sm-4 {
		width: 100%;
	}
	#primary.content-full-width {
		width: 95%;
		margin: auto;
		padding: 20px !important;
	}
	#tribe-events-pg-template {
		padding: 20px !important;
	}
	.floating-row {
		position: relative !important;
	}
}
@media all and (max-width: 680px) {
	a.full-width-button button {
		padding: 0px 15px;
	}
	.floating-row .vc_column_container:nth-child(1) {
		width: 100%;
	}
	.floating-row .vc_column_container:nth-child(2) {
		width: 100%;
	}
	.floating-row .vc_column_container:nth-child(3) {
		width: 100%;
	}
	.vc_row.about-university {
    	padding-top: 110px !important;
    	padding-bottom: 80px !important;
	}
	.floating-row .btn-round {
		padding: 16px 10px;
	}
	#primary.content-full-width {
		width: 90%;
		margin: auto;
		padding: 20px !important;
	}
	.type1.tribe_events .nav-top-links a {
		width: 100% !important;
    	display: block;
    	margin-bottom: 15px;
	}
	.type1.tribe_events .nav-top-links > span.sep {
		display: none;
	}
}

/*minor fixes*/
.vc_separator.vc_sep_color_orange .vc_sep_line {
	border-color: #FF7200;
}
.vc_separator.vc_separator_align_center h4 {
/* 	color: #1B61D4 ; */
	text-align: center;
}
body.single-post article .entry-thumb {
	display: none;
}
