

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: 0 0 2px #7799D0;
          box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
          box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/**Wordpress Styling Starts here**/
/****Alignments*****/
.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

a img.alignright {
  float: right;
  margin: 0.4em 0 1.5em 1.5em;
}

a img.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

a img.alignleft {
  float: left;
  margin: 0.4em 1.5em 1.5em 0;
}

a img.aligncenter {
  display: block;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/****Alignments*****/
/****Captions*****/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/****Captions*****/
/****Gallery*****/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 1%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18%;
}
.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
  font-style: italic;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 5px;
}

/****Gallery*****/
/****Other Styles*****/
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.screen-reader-text {
  position: absolute !important;
  left: -999em;
}

/****Other Styles*****/
/* general items */
.btn, .res-check-form .res-form-submit input, .wpcf7-form input.wpcf7-submit {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  padding: 9px 20px;
  min-width: 132px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
  border-color: inherit;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  background-size: 300% 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  color: #AF0C3E;
  -webkit-appearance: none;
  z-index: 1;
  background-color: transparent;
  opacity: 1;
  outline: none;
}
.btn.btn-bordered, .res-check-form .res-form-submit input, .wpcf7-form input.btn-bordered.wpcf7-submit {
  border: 1px solid #AF0C3E;
}
.btn.btn-bordered:hover, .res-check-form .res-form-submit input:hover, .wpcf7-form input.btn-bordered.wpcf7-submit:hover {
  color: #fff;
  opacity: 1;
}
.btn.btn-colored, .res-check-form .res-form-submit input.btn-colored, .wpcf7-form input.wpcf7-submit {
  background-color: #AF0C3E;
  background-image: -webkit-gradient(linear, left top, right top, from(#b10f57), color-stop(#D10946), color-stop(#FF286B), to(#AE005E));
  background-image: linear-gradient(to right, #b10f57, #D10946, #FF286B, #AE005E);
  border: 0;
  color: #fff;
}
.btn.btn-colored:hover, .res-check-form .res-form-submit input.btn-colored:hover, .wpcf7-form input.wpcf7-submit:hover {
  background-position: 100% 0;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.btn.btn-invert, .res-check-form .res-form-submit input.btn-invert, .wpcf7-form input.btn-invert.wpcf7-submit {
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  color: #fff;
}
.btn.btn-invert:hover, .res-check-form .res-form-submit input.btn-invert:hover, .wpcf7-form input.btn-invert.wpcf7-submit:hover {
  background-color: #fff;
  color: #AF0C3E;
}
.btn.btn-small, .res-check-form .res-form-submit input.btn-small, .wpcf7-form input.btn-small.wpcf7-submit {
  font-size: 11px;
  min-width: 100px;
  padding: 7px 14px;
  line-height: 14px;
}
.btn img, .res-check-form .res-form-submit input img, .wpcf7-form input.wpcf7-submit img {
  display: inline-block;
  vertical-align: text-bottom;
}
.btn img.icon-left, .res-check-form .res-form-submit input img.icon-left, .wpcf7-form input.wpcf7-submit img.icon-left {
  margin-right: 4px;
}
.btn img.icon-right, .res-check-form .res-form-submit input img.icon-right, .wpcf7-form input.wpcf7-submit img.icon-right {
  margin-left: 4px;
}
.btn.btn-narrow, .res-check-form .res-form-submit input.btn-narrow, .wpcf7-form input.btn-narrow.wpcf7-submit {
  padding: 15px 10px;
  color: #AF0C3E;
}
.btn.btn-narrow:hover, .res-check-form .res-form-submit input.btn-narrow:hover, .wpcf7-form input.btn-narrow.wpcf7-submit:hover {
  opacity: 0.8;
}

.btn.btn-bordered:before, .res-check-form .res-form-submit input:before, .wpcf7-form input.btn-bordered.wpcf7-submit:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  border-radius: 50px;
  height: 100%;
  background: #af0c3e;
  background-image: -webkit-gradient(linear, left top, right top, from(#b10f56), to(#D00846));
  background-image: linear-gradient(to right, #b10f56, #D00846);
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.btn-bordered:hover:before, .res-check-form .res-form-submit input:hover:before, .wpcf7-form input.btn-bordered.wpcf7-submit:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.btn-bordered.btn-invert:before, .res-check-form .res-form-submit input.btn-invert:before, .wpcf7-form input.btn-bordered.btn-invert.wpcf7-submit:before {
  background: #fff;
  background-image: none;
}

.block-title, .iconlist-block.adminblock h2, .ranking-landing .rank-land-title, .resrch-col-right h3, .psychometric-section .psychometric-left h2:first-child, .adm-scholarship .adm-scholar-left h2:first-child, .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .wp-block-uagb-section h2:first-child, .department-top h2, .about-school-sec h2, .inner_about .blksec h3, .adminblock .container > h2, .camp-tour-sec h2, .school-program h2:first-child, .single-wrap .cnt .post-heading, .latest-news-top h3, .popular-news h3, .tab-block .section-programs h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  position: relative;
  padding: 20px 0 0;
  margin: 0;
  text-align: center;
  color: #B10F56;
}
.block-title sup, .iconlist-block.adminblock h2 sup, .ranking-landing .rank-land-title sup, .resrch-col-right h3 sup, .psychometric-section .psychometric-left h2:first-child sup, .adm-scholarship .adm-scholar-left h2:first-child sup, .page-template-admission .adm-prm-sec h2:first-child sup, .page-template-admission .wp-block-uagb-section h2:first-child sup, .department-top h2 sup, .about-school-sec h2 sup, .inner_about .blksec h3 sup, .adminblock .container > h2 sup, .camp-tour-sec h2 sup, .school-program h2:first-child sup, .single-wrap .cnt .post-heading sup, .latest-news-top h3 sup, .popular-news h3 sup, .tab-block .section-programs h2 sup, .block-title sub, .iconlist-block.adminblock h2 sub, .ranking-landing .rank-land-title sub, .resrch-col-right h3 sub, .psychometric-section .psychometric-left h2:first-child sub, .adm-scholarship .adm-scholar-left h2:first-child sub, .page-template-admission .adm-prm-sec h2:first-child sub, .page-template-admission .wp-block-uagb-section h2:first-child sub, .department-top h2 sub, .about-school-sec h2 sub, .inner_about .blksec h3 sub, .adminblock .container > h2 sub, .camp-tour-sec h2 sub, .school-program h2:first-child sub, .single-wrap .cnt .post-heading sub, .latest-news-top h3 sub, .popular-news h3 sub, .tab-block .section-programs h2 sub {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: transparent;
  color: #B10F56;
  padding-left: 2px;
  font-size: 55%;
}
.block-title sup, .iconlist-block.adminblock h2 sup, .ranking-landing .rank-land-title sup, .resrch-col-right h3 sup, .psychometric-section .psychometric-left h2:first-child sup, .adm-scholarship .adm-scholar-left h2:first-child sup, .page-template-admission .adm-prm-sec h2:first-child sup, .page-template-admission .wp-block-uagb-section h2:first-child sup, .department-top h2 sup, .about-school-sec h2 sup, .inner_about .blksec h3 sup, .adminblock .container > h2 sup, .camp-tour-sec h2 sup, .school-program h2:first-child sup, .single-wrap .cnt .post-heading sup, .latest-news-top h3 sup, .popular-news h3 sup, .tab-block .section-programs h2 sup {
  top: -1.1em;
}
.block-title sub, .iconlist-block.adminblock h2 sub, .ranking-landing .rank-land-title sub, .resrch-col-right h3 sub, .psychometric-section .psychometric-left h2:first-child sub, .adm-scholarship .adm-scholar-left h2:first-child sub, .page-template-admission .adm-prm-sec h2:first-child sub, .page-template-admission .wp-block-uagb-section h2:first-child sub, .department-top h2 sub, .about-school-sec h2 sub, .inner_about .blksec h3 sub, .adminblock .container > h2 sub, .camp-tour-sec h2 sub, .school-program h2:first-child sub, .single-wrap .cnt .post-heading sub, .latest-news-top h3 sub, .popular-news h3 sub, .tab-block .section-programs h2 sub {
  bottom: -1.1em;
}
.block-title:before, .iconlist-block.adminblock h2:before, .ranking-landing .rank-land-title:before, .resrch-col-right h3:before, .psychometric-section .psychometric-left h2:first-child:before, .adm-scholarship .adm-scholar-left h2:first-child:before, .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .wp-block-uagb-section h2:first-child:before, .department-top h2:before, .about-school-sec h2:before, .inner_about .blksec h3:before, .adminblock .container > h2:before, .camp-tour-sec h2:before, .school-program h2:first-child:before, .single-wrap .cnt .post-heading:before, .latest-news-top h3:before, .popular-news h3:before, .tab-block .section-programs h2:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 40px;
  height: 5px;
  background: #0b0b22;
  border-radius: 4px;
}

.home .block-title, .home .iconlist-block.adminblock h2, .iconlist-block.adminblock .home h2, .home .ranking-landing .rank-land-title, .ranking-landing .home .rank-land-title, .home .resrch-col-right h3, .resrch-col-right .home h3, .home .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .home h2:first-child, .home .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .home h2:first-child, .home .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .home h2:first-child, .home .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .home h2:first-child, .home .department-top h2, .department-top .home h2, .home .about-school-sec h2, .about-school-sec .home h2, .home .inner_about .blksec h3, .inner_about .blksec .home h3, .home .adminblock .container > h2, .adminblock .home .container > h2, .home .camp-tour-sec h2, .camp-tour-sec .home h2, .home .school-program h2:first-child, .school-program .home h2:first-child, .home .single-wrap .cnt .post-heading, .single-wrap .cnt .home .post-heading, .home .latest-news-top h3, .latest-news-top .home h3, .home .popular-news h3, .popular-news .home h3, .home .tab-block .section-programs h2, .tab-block .section-programs .home h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
}

body:not(.ie-browser) .block-title, body:not(.ie-browser) .iconlist-block.adminblock h2, .iconlist-block.adminblock body:not(.ie-browser) h2, body:not(.ie-browser) .ranking-landing .rank-land-title, .ranking-landing body:not(.ie-browser) .rank-land-title, body:not(.ie-browser) .resrch-col-right h3, .resrch-col-right body:not(.ie-browser) h3, body:not(.ie-browser) .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left body:not(.ie-browser) h2:first-child, body:not(.ie-browser) .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left body:not(.ie-browser) h2:first-child, body:not(.ie-browser) .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec body:not(.ie-browser) h2:first-child, body:not(.ie-browser) .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section body:not(.ie-browser) h2:first-child, body:not(.ie-browser) .department-top h2, .department-top body:not(.ie-browser) h2, body:not(.ie-browser) .about-school-sec h2, .about-school-sec body:not(.ie-browser) h2, body:not(.ie-browser) .inner_about .blksec h3, .inner_about .blksec body:not(.ie-browser) h3, body:not(.ie-browser) .adminblock .container > h2, .adminblock body:not(.ie-browser) .container > h2, body:not(.ie-browser) .camp-tour-sec h2, .camp-tour-sec body:not(.ie-browser) h2, body:not(.ie-browser) .school-program h2:first-child, .school-program body:not(.ie-browser) h2:first-child, body:not(.ie-browser) .single-wrap .cnt .post-heading, .single-wrap .cnt body:not(.ie-browser) .post-heading, body:not(.ie-browser) .latest-news-top h3, .latest-news-top body:not(.ie-browser) h3, body:not(.ie-browser) .popular-news h3, .popular-news body:not(.ie-browser) h3, body:not(.ie-browser) .tab-block .section-programs h2, .tab-block .section-programs body:not(.ie-browser) h2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

.no-gradient-title, .adm-scholarship .adm-scholar-left h2:first-child, .stream-block .container > h2 {
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  background: transparent !important;
  color: inherit !important;
}

.overhide {
  overflow: hidden;
}
.overhide .header_block, .overhide .shape-mobile {
  display: none !important;
}
.overhide .sec-home-interests {
  z-index: 9999999;
}

.slick-slide {
  outline: none;
}

ul.slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
ul.slick-dots li button {
  border: 0;
  padding: 0;
  font-size: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #979797;
  outline: 0;
  float: left;
}
ul.slick-dots li.slick-active button, ul.slick-dots li:hover button {
  background: #AF0C3E;
  border-color: #AF0C3E;
}
ul.slick-dots li:only-child {
  display: none;
}

.slick-arrows {
  margin-top: 30px;
}

.slick-arrow {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  text-align: center;
  border: 1px solid #AF0C3E;
  line-height: 38px;
  color: #AF0C3E;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  background-size: 8px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.slick-arrow:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.slick-arrow.arrow-prev, .slick-arrow.slick-prev {
  background-image: url(images/left-arrow.svg);
}
.slick-arrow.arrow-next, .slick-arrow.slick-next {
  background-image: url(images/right-arrow.svg);
  margin-left: -1px;
}

body .SumoSelect > .optWrapper > .options {
  max-height: 260px;
}

body .SumoSelect > .optWrapper {
  min-width: 160px;
}

body .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.35;
}

body .SumoSelect > .optWrapper > .options li label {
  white-space: unset;
}

.responsive-table, .table-responsive {
  width: 100%;
  overflow-x: auto;
}

.simplebar-wrapper .responsive-table, .simplebar-wrapper .table-responsive {
  overflow: unset;
}

table {
  background: transparent;
  border: 1px solid #ECEBEB;
  font-size: 14px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
}


table.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
table td, table th {
  border-width: 0 0 1px;
  border-color: #9f9f9f;
  padding: 15px 25px;
  text-align: left;
}
table tr:hover {
  background: #fcfcfc;
}
table th {
  color: #AF0C3E;
  text-transform: uppercase;
  background: #fff;
  font-size: 13px;
}

#wpadminbar, #wpadminbar:hover {
  z-index: 9999992;
}

.back-to-top {
  position: fixed;
  right: 1%;
  bottom: -7.5%;
  height: 15px;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  opacity: 0.5;
  z-index: 3;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #a4123f;
}
.back-to-top:hover, .back-to-top:focus {
  opacity: 1;
  text-decoration: none;
}

.back-to-top::before,
.back-to-top::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}

.back-to-top::before {
  top: -20px;
  z-index: 4;
  border-bottom: 20px solid #a4123f;
}

.back-to-top::after {
  bottom: 0;
  z-index: 5;
  border-bottom: 20px solid #c35375;
}

.back-to-top:hover,
.back-to-top:focus {
  height: 40px;
  color: #ddd;
}

.show-back-to-top {
  display: block;
  bottom: 1.25%;
  visibility: visible;
}

@media only screen and (min-width: 768px) {
  .block-title.bt-left-aligned, .iconlist-block.adminblock h2.block-title, .iconlist-block.adminblock h2.bt-left-aligned, .iconlist-block.adminblock h2, .school-template-school-home2 .sec-happening .block-title, .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2, .iconlist-block.adminblock .school-template-school-home2 .sec-happening h2, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.block-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2.block-title:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.block-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2.block-title:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2.block-title:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2.block-title:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.block-title:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2.block-title:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .ranking-landing .bt-left-aligned.rank-land-title, .ranking-landing .iconlist-block.adminblock h2.rank-land-title, .iconlist-block.adminblock .ranking-landing h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .rank-land-title.block-title, .ranking-landing .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2.rank-land-title, .iconlist-block.adminblock .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .rank-land-title.block-title, .school-template-school-home2 .sec-happening .ranking-landing .iconlist-block.adminblock h2.rank-land-title, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .tab-block .section-programs h2.rank-land-title, .school-template-school-home2 .sec-happening .tab-block .section-programs .ranking-landing h2.rank-land-title, .ranking-landing .tab-block .section-programs .school-template-school-home2 .sec-happening h2.rank-land-title, .tab-block .section-programs .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .latest-news-top h3.rank-land-title, .school-template-school-home2 .sec-happening .latest-news-top .ranking-landing h3.rank-land-title, .ranking-landing .latest-news-top .school-template-school-home2 .sec-happening h3.rank-land-title, .latest-news-top .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .popular-news h3.rank-land-title, .school-template-school-home2 .sec-happening .popular-news .ranking-landing h3.rank-land-title, .ranking-landing .popular-news .school-template-school-home2 .sec-happening h3.rank-land-title, .popular-news .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .single-wrap .cnt .rank-land-title.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .ranking-landing .rank-land-title.post-heading, .ranking-landing .single-wrap .cnt .school-template-school-home2 .sec-happening .rank-land-title.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .ranking-landing .rank-land-title.post-heading, .ranking-landing .school-template-school-home2 .sec-happening .adminblock .container > h2.rank-land-title, .school-template-school-home2 .sec-happening .adminblock .ranking-landing .container > h2.rank-land-title, .ranking-landing .adminblock .school-template-school-home2 .sec-happening .container > h2.rank-land-title, .adminblock .school-template-school-home2 .sec-happening .ranking-landing .container > h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .camp-tour-sec h2.rank-land-title, .school-template-school-home2 .sec-happening .camp-tour-sec .ranking-landing h2.rank-land-title, .ranking-landing .camp-tour-sec .school-template-school-home2 .sec-happening h2.rank-land-title, .camp-tour-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .school-program h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .school-program .ranking-landing h2.rank-land-title:first-child, .ranking-landing .school-program .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .school-program .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .inner_about .blksec h3.rank-land-title, .school-template-school-home2 .sec-happening .inner_about .blksec .ranking-landing h3.rank-land-title, .ranking-landing .inner_about .blksec .school-template-school-home2 .sec-happening h3.rank-land-title, .inner_about .blksec .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .about-school-sec h2.rank-land-title, .school-template-school-home2 .sec-happening .about-school-sec .ranking-landing h2.rank-land-title, .ranking-landing .about-school-sec .school-template-school-home2 .sec-happening h2.rank-land-title, .about-school-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .department-top h2.rank-land-title, .school-template-school-home2 .sec-happening .department-top .ranking-landing h2.rank-land-title, .ranking-landing .department-top .school-template-school-home2 .sec-happening h2.rank-land-title, .department-top .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .ranking-landing h2.rank-land-title:first-child, .ranking-landing .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .ranking-landing h2.rank-land-title:first-child, .ranking-landing .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .ranking-landing h2.rank-land-title:first-child, .ranking-landing .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .ranking-landing h2.rank-land-title:first-child, .ranking-landing .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .resrch-col-right h3.rank-land-title, .school-template-school-home2 .sec-happening .resrch-col-right .ranking-landing h3.rank-land-title, .ranking-landing .resrch-col-right .school-template-school-home2 .sec-happening h3.rank-land-title, .resrch-col-right .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .rank-land-title, .resrch-col-right h3.bt-left-aligned, .resrch-col-right .school-template-school-home2 .sec-happening h3.block-title, .school-template-school-home2 .sec-happening .resrch-col-right h3.block-title, .resrch-col-right .school-template-school-home2 .sec-happening .latest-news-top h3, .school-template-school-home2 .sec-happening .latest-news-top .resrch-col-right h3, .resrch-col-right .latest-news-top .school-template-school-home2 .sec-happening h3, .latest-news-top .school-template-school-home2 .sec-happening .resrch-col-right h3, .resrch-col-right .school-template-school-home2 .sec-happening .popular-news h3, .school-template-school-home2 .sec-happening .popular-news .resrch-col-right h3, .resrch-col-right .popular-news .school-template-school-home2 .sec-happening h3, .popular-news .school-template-school-home2 .sec-happening .resrch-col-right h3, .resrch-col-right .school-template-school-home2 .sec-happening .single-wrap .cnt h3.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .resrch-col-right h3.post-heading, .resrch-col-right .single-wrap .cnt .school-template-school-home2 .sec-happening h3.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .resrch-col-right h3.post-heading, .resrch-col-right .school-template-school-home2 .sec-happening .inner_about .blksec h3, .school-template-school-home2 .sec-happening .inner_about .blksec .resrch-col-right h3, .resrch-col-right .inner_about .blksec .school-template-school-home2 .sec-happening h3, .inner_about .blksec .school-template-school-home2 .sec-happening .resrch-col-right h3, .school-template-school-home2 .sec-happening .resrch-col-right h3, .resrch-col-right .school-template-school-home2 .sec-happening h3, .resrch-col-right .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .resrch-col-right h3.rank-land-title, .resrch-col-right .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .resrch-col-right h3.rank-land-title, .psychometric-section .psychometric-left h2.bt-left-aligned:first-child, .psychometric-section .psychometric-left .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2.block-title:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.block-title:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .psychometric-section .psychometric-left h2.post-heading:first-child, .psychometric-section .psychometric-left .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.post-heading:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .psychometric-section .psychometric-left .container > h2:first-child, .psychometric-section .psychometric-left .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .container > h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .psychometric-section .psychometric-left h2.rank-land-title:first-child, .psychometric-section .psychometric-left .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.rank-land-title:first-child, .adm-scholarship .adm-scholar-left h2:first-child, .page-template-admission .adm-prm-sec h2.bt-left-aligned:first-child, .page-template-admission .adm-prm-sec .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2.block-title:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.block-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .page-template-admission .adm-prm-sec h2.post-heading:first-child, .page-template-admission .adm-prm-sec .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.post-heading:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .page-template-admission .adm-prm-sec .container > h2:first-child, .page-template-admission .adm-prm-sec .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .container > h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .page-template-admission .adm-prm-sec h2.rank-land-title:first-child, .page-template-admission .adm-prm-sec .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.rank-land-title:first-child, .page-template-admission .wp-block-uagb-section h2.bt-left-aligned:first-child, .page-template-admission .wp-block-uagb-section .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2.block-title:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.block-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .page-template-admission .wp-block-uagb-section h2.post-heading:first-child, .page-template-admission .wp-block-uagb-section .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.post-heading:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .page-template-admission .wp-block-uagb-section .container > h2:first-child, .page-template-admission .wp-block-uagb-section .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .container > h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .page-template-admission .wp-block-uagb-section h2.rank-land-title:first-child, .page-template-admission .wp-block-uagb-section .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.rank-land-title:first-child, .department-top h2, .about-school-sec h2.bt-left-aligned, .about-school-sec .iconlist-block.adminblock h2, .iconlist-block.adminblock .about-school-sec h2, .about-school-sec .school-template-school-home2 .sec-happening h2.block-title, .about-school-sec .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2, .iconlist-block.adminblock .about-school-sec .school-template-school-home2 .sec-happening h2, .school-template-school-home2 .sec-happening .about-school-sec h2.block-title, .school-template-school-home2 .sec-happening .about-school-sec .iconlist-block.adminblock h2, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .about-school-sec h2, .about-school-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .school-template-school-home2 .sec-happening .tab-block .section-programs .about-school-sec h2, .about-school-sec .tab-block .section-programs .school-template-school-home2 .sec-happening h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .about-school-sec h2, .about-school-sec .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .about-school-sec h2.post-heading, .about-school-sec .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .about-school-sec h2.post-heading, .about-school-sec .school-template-school-home2 .sec-happening .adminblock .container > h2, .school-template-school-home2 .sec-happening .adminblock .about-school-sec .container > h2, .about-school-sec .adminblock .school-template-school-home2 .sec-happening .container > h2, .adminblock .school-template-school-home2 .sec-happening .about-school-sec .container > h2, .about-school-sec .school-template-school-home2 .sec-happening .camp-tour-sec h2, .school-template-school-home2 .sec-happening .camp-tour-sec .about-school-sec h2, .about-school-sec .camp-tour-sec .school-template-school-home2 .sec-happening h2, .camp-tour-sec .school-template-school-home2 .sec-happening .about-school-sec h2, .about-school-sec .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .about-school-sec h2:first-child, .about-school-sec .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec h2, .about-school-sec .school-template-school-home2 .sec-happening h2, .about-school-sec .school-template-school-home2 .sec-happening .department-top h2, .school-template-school-home2 .sec-happening .department-top .about-school-sec h2, .about-school-sec .department-top .school-template-school-home2 .sec-happening h2, .department-top .school-template-school-home2 .sec-happening .about-school-sec h2, .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .about-school-sec h2:first-child, .about-school-sec .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .about-school-sec h2:first-child, .about-school-sec .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .about-school-sec h2:first-child, .about-school-sec .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .about-school-sec h2:first-child, .about-school-sec .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .about-school-sec h2.rank-land-title, .about-school-sec .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .about-school-sec h2.rank-land-title, .inner_about .blksec h3, .adminblock .container > h2.bt-left-aligned, .iconlist-block.adminblock .container > h2, .adminblock .school-template-school-home2 .sec-happening .container > h2.block-title, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .container > h2, .school-template-school-home2 .sec-happening .adminblock .container > h2.block-title, .school-template-school-home2 .sec-happening .iconlist-block.adminblock .container > h2, .adminblock .school-template-school-home2 .sec-happening .tab-block .section-programs .container > h2, .school-template-school-home2 .sec-happening .tab-block .section-programs .adminblock .container > h2, .adminblock .tab-block .section-programs .school-template-school-home2 .sec-happening .container > h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .adminblock .container > h2, .adminblock .school-template-school-home2 .sec-happening .single-wrap .cnt .container > h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .adminblock .container > h2.post-heading, .adminblock .single-wrap .cnt .school-template-school-home2 .sec-happening .container > h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .adminblock .container > h2.post-heading, .school-template-school-home2 .sec-happening .adminblock .container > h2, .adminblock .school-template-school-home2 .sec-happening .container > h2, .adminblock .school-template-school-home2 .sec-happening .camp-tour-sec .container > h2, .school-template-school-home2 .sec-happening .camp-tour-sec .adminblock .container > h2, .adminblock .camp-tour-sec .school-template-school-home2 .sec-happening .container > h2, .camp-tour-sec .school-template-school-home2 .sec-happening .adminblock .container > h2, .adminblock .school-template-school-home2 .sec-happening .school-program .container > h2:first-child, .school-template-school-home2 .sec-happening .school-program .adminblock .container > h2:first-child, .adminblock .school-program .school-template-school-home2 .sec-happening .container > h2:first-child, .school-program .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .about-school-sec .container > h2, .school-template-school-home2 .sec-happening .about-school-sec .adminblock .container > h2, .adminblock .about-school-sec .school-template-school-home2 .sec-happening .container > h2, .about-school-sec .school-template-school-home2 .sec-happening .adminblock .container > h2, .adminblock .school-template-school-home2 .sec-happening .department-top .container > h2, .school-template-school-home2 .sec-happening .department-top .adminblock .container > h2, .adminblock .department-top .school-template-school-home2 .sec-happening .container > h2, .department-top .school-template-school-home2 .sec-happening .adminblock .container > h2, .adminblock .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .container > h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .adminblock .container > h2:first-child, .adminblock .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .container > h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .container > h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .adminblock .container > h2:first-child, .adminblock .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .container > h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .container > h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .adminblock .container > h2:first-child, .adminblock .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .container > h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .container > h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .adminblock .container > h2:first-child, .adminblock .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .container > h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .ranking-landing .container > h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .adminblock .container > h2.rank-land-title, .adminblock .ranking-landing .school-template-school-home2 .sec-happening .container > h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .adminblock .container > h2.rank-land-title, .adminblock .department-top .container > h2, .department-top .adminblock .container > h2, .camp-tour-sec h2.bt-left-aligned, .camp-tour-sec .iconlist-block.adminblock h2, .iconlist-block.adminblock .camp-tour-sec h2, .camp-tour-sec .school-template-school-home2 .sec-happening h2.block-title, .camp-tour-sec .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2, .iconlist-block.adminblock .camp-tour-sec .school-template-school-home2 .sec-happening h2, .school-template-school-home2 .sec-happening .camp-tour-sec h2.block-title, .school-template-school-home2 .sec-happening .camp-tour-sec .iconlist-block.adminblock h2, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .camp-tour-sec h2, .camp-tour-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .school-template-school-home2 .sec-happening .tab-block .section-programs .camp-tour-sec h2, .camp-tour-sec .tab-block .section-programs .school-template-school-home2 .sec-happening h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .camp-tour-sec h2, .camp-tour-sec .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .camp-tour-sec h2.post-heading, .camp-tour-sec .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .camp-tour-sec h2.post-heading, .camp-tour-sec .school-template-school-home2 .sec-happening .adminblock .container > h2, .school-template-school-home2 .sec-happening .adminblock .camp-tour-sec .container > h2, .camp-tour-sec .adminblock .school-template-school-home2 .sec-happening .container > h2, .adminblock .school-template-school-home2 .sec-happening .camp-tour-sec .container > h2, .school-template-school-home2 .sec-happening .camp-tour-sec h2, .camp-tour-sec .school-template-school-home2 .sec-happening h2, .camp-tour-sec .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .camp-tour-sec h2:first-child, .camp-tour-sec .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .about-school-sec h2, .school-template-school-home2 .sec-happening .about-school-sec .camp-tour-sec h2, .camp-tour-sec .about-school-sec .school-template-school-home2 .sec-happening h2, .about-school-sec .school-template-school-home2 .sec-happening .camp-tour-sec h2, .camp-tour-sec .school-template-school-home2 .sec-happening .department-top h2, .school-template-school-home2 .sec-happening .department-top .camp-tour-sec h2, .camp-tour-sec .department-top .school-template-school-home2 .sec-happening h2, .department-top .school-template-school-home2 .sec-happening .camp-tour-sec h2, .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .camp-tour-sec h2:first-child, .camp-tour-sec .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .camp-tour-sec h2:first-child, .camp-tour-sec .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .camp-tour-sec h2:first-child, .camp-tour-sec .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .camp-tour-sec h2:first-child, .camp-tour-sec .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .camp-tour-sec h2.rank-land-title, .camp-tour-sec .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .camp-tour-sec h2.rank-land-title, .school-program h2.bt-left-aligned:first-child, .school-program .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-program h2:first-child, .school-program .school-template-school-home2 .sec-happening h2.block-title:first-child, .school-program .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .school-program h2.block-title:first-child, .school-template-school-home2 .sec-happening .school-program .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-program .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .school-program h2:first-child, .school-program .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-program .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .school-program h2.post-heading:first-child, .school-program .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .school-program h2.post-heading:first-child, .school-program .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .school-program .container > h2:first-child, .school-program .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .school-program .container > h2:first-child, .school-program .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .school-program h2:first-child, .school-program .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .school-program h2:first-child, .school-program .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-program .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .school-program h2:first-child, .school-program .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-program .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .school-program h2:first-child, .school-program .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-program .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .school-program h2:first-child, .school-program .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-program .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .school-program h2:first-child, .school-program .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-program .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .school-program h2:first-child, .school-program .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-program .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .school-program h2.rank-land-title:first-child, .school-program .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .school-program h2.rank-land-title:first-child, .school-program .department-top h2:first-child, .department-top .school-program h2:first-child, .single-wrap .cnt .post-heading, .latest-news-top h3, .popular-news h3, .tab-block .section-programs h2.bt-left-aligned, .tab-block .section-programs .iconlist-block.adminblock h2, .iconlist-block.adminblock .tab-block .section-programs h2, .tab-block .section-programs .school-template-school-home2 .sec-happening h2.block-title, .tab-block .section-programs .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2, .iconlist-block.adminblock .tab-block .section-programs .school-template-school-home2 .sec-happening h2, .school-template-school-home2 .sec-happening .tab-block .section-programs h2.block-title, .school-template-school-home2 .sec-happening .tab-block .section-programs .iconlist-block.adminblock h2, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .tab-block .section-programs .school-template-school-home2 .sec-happening h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .tab-block .section-programs h2.post-heading, .tab-block .section-programs .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .tab-block .section-programs h2.post-heading, .tab-block .section-programs .school-template-school-home2 .sec-happening .adminblock .container > h2, .school-template-school-home2 .sec-happening .adminblock .tab-block .section-programs .container > h2, .tab-block .section-programs .adminblock .school-template-school-home2 .sec-happening .container > h2, .adminblock .school-template-school-home2 .sec-happening .tab-block .section-programs .container > h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .camp-tour-sec h2, .school-template-school-home2 .sec-happening .camp-tour-sec .tab-block .section-programs h2, .tab-block .section-programs .camp-tour-sec .school-template-school-home2 .sec-happening h2, .camp-tour-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .tab-block .section-programs h2:first-child, .tab-block .section-programs .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .about-school-sec h2, .school-template-school-home2 .sec-happening .about-school-sec .tab-block .section-programs h2, .tab-block .section-programs .about-school-sec .school-template-school-home2 .sec-happening h2, .about-school-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .department-top h2, .school-template-school-home2 .sec-happening .department-top .tab-block .section-programs h2, .tab-block .section-programs .department-top .school-template-school-home2 .sec-happening h2, .department-top .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .tab-block .section-programs h2:first-child, .tab-block .section-programs .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .tab-block .section-programs h2:first-child, .tab-block .section-programs .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .tab-block .section-programs h2:first-child, .tab-block .section-programs .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .tab-block .section-programs h2:first-child, .tab-block .section-programs .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .tab-block .section-programs h2.rank-land-title, .tab-block .section-programs .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .tab-block .section-programs h2.rank-land-title, .tab-block .section-programs .department-top h2, .department-top .tab-block .section-programs h2 {
    text-align: left;
  }
  .block-title.bt-left-aligned:before, .iconlist-block.adminblock h2.block-title:before, .iconlist-block.adminblock h2.bt-left-aligned:before, .iconlist-block.adminblock h2:before, .school-template-school-home2 .sec-happening .block-title:before, .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .school-template-school-home2 .sec-happening h2:before, .ranking-landing .bt-left-aligned.rank-land-title:before, .ranking-landing .iconlist-block.adminblock h2.rank-land-title:before, .iconlist-block.adminblock .ranking-landing h2.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .rank-land-title.block-title:before, .ranking-landing .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2.rank-land-title:before, .iconlist-block.adminblock .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:before, .school-template-school-home2 .sec-happening .ranking-landing .rank-land-title.block-title:before, .school-template-school-home2 .sec-happening .ranking-landing .iconlist-block.adminblock h2.rank-land-title:before, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .tab-block .section-programs h2.rank-land-title:before, .school-template-school-home2 .sec-happening .tab-block .section-programs .ranking-landing h2.rank-land-title:before, .ranking-landing .tab-block .section-programs .school-template-school-home2 .sec-happening h2.rank-land-title:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .latest-news-top h3.rank-land-title:before, .school-template-school-home2 .sec-happening .latest-news-top .ranking-landing h3.rank-land-title:before, .ranking-landing .latest-news-top .school-template-school-home2 .sec-happening h3.rank-land-title:before, .latest-news-top .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .popular-news h3.rank-land-title:before, .school-template-school-home2 .sec-happening .popular-news .ranking-landing h3.rank-land-title:before, .ranking-landing .popular-news .school-template-school-home2 .sec-happening h3.rank-land-title:before, .popular-news .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .single-wrap .cnt .rank-land-title.post-heading:before, .school-template-school-home2 .sec-happening .single-wrap .cnt .ranking-landing .rank-land-title.post-heading:before, .ranking-landing .single-wrap .cnt .school-template-school-home2 .sec-happening .rank-land-title.post-heading:before, .single-wrap .cnt .school-template-school-home2 .sec-happening .ranking-landing .rank-land-title.post-heading:before, .ranking-landing .school-template-school-home2 .sec-happening .adminblock .container > h2.rank-land-title:before, .school-template-school-home2 .sec-happening .adminblock .ranking-landing .container > h2.rank-land-title:before, .ranking-landing .adminblock .school-template-school-home2 .sec-happening .container > h2.rank-land-title:before, .adminblock .school-template-school-home2 .sec-happening .ranking-landing .container > h2.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .camp-tour-sec h2.rank-land-title:before, .school-template-school-home2 .sec-happening .camp-tour-sec .ranking-landing h2.rank-land-title:before, .ranking-landing .camp-tour-sec .school-template-school-home2 .sec-happening h2.rank-land-title:before, .camp-tour-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .school-program h2.rank-land-title:first-child:before, .school-template-school-home2 .sec-happening .school-program .ranking-landing h2.rank-land-title:first-child:before, .ranking-landing .school-program .school-template-school-home2 .sec-happening h2.rank-land-title:first-child:before, .school-program .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child:before, .ranking-landing .school-template-school-home2 .sec-happening .inner_about .blksec h3.rank-land-title:before, .school-template-school-home2 .sec-happening .inner_about .blksec .ranking-landing h3.rank-land-title:before, .ranking-landing .inner_about .blksec .school-template-school-home2 .sec-happening h3.rank-land-title:before, .inner_about .blksec .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .about-school-sec h2.rank-land-title:before, .school-template-school-home2 .sec-happening .about-school-sec .ranking-landing h2.rank-land-title:before, .ranking-landing .about-school-sec .school-template-school-home2 .sec-happening h2.rank-land-title:before, .about-school-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .department-top h2.rank-land-title:before, .school-template-school-home2 .sec-happening .department-top .ranking-landing h2.rank-land-title:before, .ranking-landing .department-top .school-template-school-home2 .sec-happening h2.rank-land-title:before, .department-top .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.rank-land-title:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .ranking-landing h2.rank-land-title:first-child:before, .ranking-landing .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2.rank-land-title:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child:before, .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.rank-land-title:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .ranking-landing h2.rank-land-title:first-child:before, .ranking-landing .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2.rank-land-title:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child:before, .ranking-landing .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2.rank-land-title:first-child:before, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .ranking-landing h2.rank-land-title:first-child:before, .ranking-landing .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2.rank-land-title:first-child:before, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child:before, .ranking-landing .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.rank-land-title:first-child:before, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .ranking-landing h2.rank-land-title:first-child:before, .ranking-landing .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2.rank-land-title:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child:before, .ranking-landing .school-template-school-home2 .sec-happening .resrch-col-right h3.rank-land-title:before, .school-template-school-home2 .sec-happening .resrch-col-right .ranking-landing h3.rank-land-title:before, .ranking-landing .resrch-col-right .school-template-school-home2 .sec-happening h3.rank-land-title:before, .resrch-col-right .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title:before, .school-template-school-home2 .sec-happening .ranking-landing .rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .rank-land-title:before, .resrch-col-right h3.bt-left-aligned:before, .resrch-col-right .school-template-school-home2 .sec-happening h3.block-title:before, .school-template-school-home2 .sec-happening .resrch-col-right h3.block-title:before, .resrch-col-right .school-template-school-home2 .sec-happening .latest-news-top h3:before, .school-template-school-home2 .sec-happening .latest-news-top .resrch-col-right h3:before, .resrch-col-right .latest-news-top .school-template-school-home2 .sec-happening h3:before, .latest-news-top .school-template-school-home2 .sec-happening .resrch-col-right h3:before, .resrch-col-right .school-template-school-home2 .sec-happening .popular-news h3:before, .school-template-school-home2 .sec-happening .popular-news .resrch-col-right h3:before, .resrch-col-right .popular-news .school-template-school-home2 .sec-happening h3:before, .popular-news .school-template-school-home2 .sec-happening .resrch-col-right h3:before, .resrch-col-right .school-template-school-home2 .sec-happening .single-wrap .cnt h3.post-heading:before, .school-template-school-home2 .sec-happening .single-wrap .cnt .resrch-col-right h3.post-heading:before, .resrch-col-right .single-wrap .cnt .school-template-school-home2 .sec-happening h3.post-heading:before, .single-wrap .cnt .school-template-school-home2 .sec-happening .resrch-col-right h3.post-heading:before, .resrch-col-right .school-template-school-home2 .sec-happening .inner_about .blksec h3:before, .school-template-school-home2 .sec-happening .inner_about .blksec .resrch-col-right h3:before, .resrch-col-right .inner_about .blksec .school-template-school-home2 .sec-happening h3:before, .inner_about .blksec .school-template-school-home2 .sec-happening .resrch-col-right h3:before, .school-template-school-home2 .sec-happening .resrch-col-right h3:before, .resrch-col-right .school-template-school-home2 .sec-happening h3:before, .resrch-col-right .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title:before, .school-template-school-home2 .sec-happening .ranking-landing .resrch-col-right h3.rank-land-title:before, .resrch-col-right .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .resrch-col-right h3.rank-land-title:before, .psychometric-section .psychometric-left h2.bt-left-aligned:first-child:before, .psychometric-section .psychometric-left .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2.block-title:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child:before, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.block-title:first-child:before, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child:before, .school-template-school-home2 .sec-happening .tab-block .section-programs .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child:before, .school-template-school-home2 .sec-happening .single-wrap .cnt .psychometric-section .psychometric-left h2.post-heading:first-child:before, .psychometric-section .psychometric-left .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child:before, .single-wrap .cnt .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.post-heading:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child:before, .school-template-school-home2 .sec-happening .adminblock .psychometric-section .psychometric-left .container > h2:first-child:before, .psychometric-section .psychometric-left .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child:before, .adminblock .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .container > h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child:before, .school-template-school-home2 .sec-happening .camp-tour-sec .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child:before, .camp-tour-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-template-school-home2 .sec-happening .school-program .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .school-program .school-template-school-home2 .sec-happening h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .about-school-sec h2:first-child:before, .school-template-school-home2 .sec-happening .about-school-sec .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .about-school-sec .school-template-school-home2 .sec-happening h2:first-child:before, .about-school-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .department-top h2:first-child:before, .school-template-school-home2 .sec-happening .department-top .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .department-top .school-template-school-home2 .sec-happening h2:first-child:before, .department-top .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child:before, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child:before, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child:before, .school-template-school-home2 .sec-happening .ranking-landing .psychometric-section .psychometric-left h2.rank-land-title:first-child:before, .psychometric-section .psychometric-left .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child:before, .ranking-landing .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.rank-land-title:first-child:before, .adm-scholarship .adm-scholar-left h2:first-child:before, .page-template-admission .adm-prm-sec h2.bt-left-aligned:first-child:before, .page-template-admission .adm-prm-sec .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2.block-title:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.block-title:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child:before, .school-template-school-home2 .sec-happening .tab-block .section-programs .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child:before, .school-template-school-home2 .sec-happening .single-wrap .cnt .page-template-admission .adm-prm-sec h2.post-heading:first-child:before, .page-template-admission .adm-prm-sec .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child:before, .single-wrap .cnt .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.post-heading:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child:before, .school-template-school-home2 .sec-happening .adminblock .page-template-admission .adm-prm-sec .container > h2:first-child:before, .page-template-admission .adm-prm-sec .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child:before, .adminblock .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .container > h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child:before, .school-template-school-home2 .sec-happening .camp-tour-sec .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child:before, .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-template-school-home2 .sec-happening .school-program .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .school-program .school-template-school-home2 .sec-happening h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .about-school-sec h2:first-child:before, .school-template-school-home2 .sec-happening .about-school-sec .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .about-school-sec .school-template-school-home2 .sec-happening h2:first-child:before, .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .department-top h2:first-child:before, .school-template-school-home2 .sec-happening .department-top .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .department-top .school-template-school-home2 .sec-happening h2:first-child:before, .department-top .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .wp-block-uagb-section h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adm-prm-sec h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child:before, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child:before, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child:before, .school-template-school-home2 .sec-happening .ranking-landing .page-template-admission .adm-prm-sec h2.rank-land-title:first-child:before, .page-template-admission .adm-prm-sec .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child:before, .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.rank-land-title:first-child:before, .page-template-admission .wp-block-uagb-section h2.bt-left-aligned:first-child:before, .page-template-admission .wp-block-uagb-section .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2.block-title:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.block-title:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child:before, .school-template-school-home2 .sec-happening .tab-block .section-programs .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child:before, .school-template-school-home2 .sec-happening .single-wrap .cnt .page-template-admission .wp-block-uagb-section h2.post-heading:first-child:before, .page-template-admission .wp-block-uagb-section .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child:before, .single-wrap .cnt .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.post-heading:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child:before, .school-template-school-home2 .sec-happening .adminblock .page-template-admission .wp-block-uagb-section .container > h2:first-child:before, .page-template-admission .wp-block-uagb-section .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child:before, .adminblock .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .container > h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child:before, .school-template-school-home2 .sec-happening .camp-tour-sec .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child:before, .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-template-school-home2 .sec-happening .school-program .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-program .school-template-school-home2 .sec-happening h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .about-school-sec h2:first-child:before, .school-template-school-home2 .sec-happening .about-school-sec .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .about-school-sec .school-template-school-home2 .sec-happening h2:first-child:before, .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .department-top h2:first-child:before, .school-template-school-home2 .sec-happening .department-top .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .department-top .school-template-school-home2 .sec-happening h2:first-child:before, .department-top .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .adm-prm-sec h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child:before, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child:before, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child:before, .school-template-school-home2 .sec-happening .ranking-landing .page-template-admission .wp-block-uagb-section h2.rank-land-title:first-child:before, .page-template-admission .wp-block-uagb-section .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child:before, .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.rank-land-title:first-child:before, .department-top h2:before, .about-school-sec h2.bt-left-aligned:before, .about-school-sec .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .about-school-sec h2:before, .about-school-sec .school-template-school-home2 .sec-happening h2.block-title:before, .about-school-sec .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .about-school-sec .school-template-school-home2 .sec-happening h2:before, .school-template-school-home2 .sec-happening .about-school-sec h2.block-title:before, .school-template-school-home2 .sec-happening .about-school-sec .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .about-school-sec h2:before, .about-school-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2:before, .school-template-school-home2 .sec-happening .tab-block .section-programs .about-school-sec h2:before, .about-school-sec .tab-block .section-programs .school-template-school-home2 .sec-happening h2:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .about-school-sec h2:before, .about-school-sec .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:before, .school-template-school-home2 .sec-happening .single-wrap .cnt .about-school-sec h2.post-heading:before, .about-school-sec .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:before, .single-wrap .cnt .school-template-school-home2 .sec-happening .about-school-sec h2.post-heading:before, .about-school-sec .school-template-school-home2 .sec-happening .adminblock .container > h2:before, .school-template-school-home2 .sec-happening .adminblock .about-school-sec .container > h2:before, .about-school-sec .adminblock .school-template-school-home2 .sec-happening .container > h2:before, .adminblock .school-template-school-home2 .sec-happening .about-school-sec .container > h2:before, .about-school-sec .school-template-school-home2 .sec-happening .camp-tour-sec h2:before, .school-template-school-home2 .sec-happening .camp-tour-sec .about-school-sec h2:before, .about-school-sec .camp-tour-sec .school-template-school-home2 .sec-happening h2:before, .camp-tour-sec .school-template-school-home2 .sec-happening .about-school-sec h2:before, .about-school-sec .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-template-school-home2 .sec-happening .school-program .about-school-sec h2:first-child:before, .about-school-sec .school-program .school-template-school-home2 .sec-happening h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .about-school-sec h2:first-child:before, .school-template-school-home2 .sec-happening .about-school-sec h2:before, .about-school-sec .school-template-school-home2 .sec-happening h2:before, .about-school-sec .school-template-school-home2 .sec-happening .department-top h2:before, .school-template-school-home2 .sec-happening .department-top .about-school-sec h2:before, .about-school-sec .department-top .school-template-school-home2 .sec-happening h2:before, .department-top .school-template-school-home2 .sec-happening .about-school-sec h2:before, .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .about-school-sec h2:first-child:before, .about-school-sec .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .about-school-sec h2:first-child:before, .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .about-school-sec h2:first-child:before, .about-school-sec .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .about-school-sec h2:first-child:before, .about-school-sec .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child:before, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .about-school-sec h2:first-child:before, .about-school-sec .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child:before, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .about-school-sec h2:first-child:before, .about-school-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .about-school-sec h2:first-child:before, .about-school-sec .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .about-school-sec h2:first-child:before, .about-school-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:before, .school-template-school-home2 .sec-happening .ranking-landing .about-school-sec h2.rank-land-title:before, .about-school-sec .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .about-school-sec h2.rank-land-title:before, .inner_about .blksec h3:before, .adminblock .container > h2.bt-left-aligned:before, .iconlist-block.adminblock .container > h2:before, .adminblock .school-template-school-home2 .sec-happening .container > h2.block-title:before, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .container > h2:before, .school-template-school-home2 .sec-happening .adminblock .container > h2.block-title:before, .school-template-school-home2 .sec-happening .iconlist-block.adminblock .container > h2:before, .adminblock .school-template-school-home2 .sec-happening .tab-block .section-programs .container > h2:before, .school-template-school-home2 .sec-happening .tab-block .section-programs .adminblock .container > h2:before, .adminblock .tab-block .section-programs .school-template-school-home2 .sec-happening .container > h2:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .adminblock .container > h2:before, .adminblock .school-template-school-home2 .sec-happening .single-wrap .cnt .container > h2.post-heading:before, .school-template-school-home2 .sec-happening .single-wrap .cnt .adminblock .container > h2.post-heading:before, .adminblock .single-wrap .cnt .school-template-school-home2 .sec-happening .container > h2.post-heading:before, .single-wrap .cnt .school-template-school-home2 .sec-happening .adminblock .container > h2.post-heading:before, .school-template-school-home2 .sec-happening .adminblock .container > h2:before, .adminblock .school-template-school-home2 .sec-happening .container > h2:before, .adminblock .school-template-school-home2 .sec-happening .camp-tour-sec .container > h2:before, .school-template-school-home2 .sec-happening .camp-tour-sec .adminblock .container > h2:before, .adminblock .camp-tour-sec .school-template-school-home2 .sec-happening .container > h2:before, .camp-tour-sec .school-template-school-home2 .sec-happening .adminblock .container > h2:before, .adminblock .school-template-school-home2 .sec-happening .school-program .container > h2:first-child:before, .school-template-school-home2 .sec-happening .school-program .adminblock .container > h2:first-child:before, .adminblock .school-program .school-template-school-home2 .sec-happening .container > h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child:before, .adminblock .school-template-school-home2 .sec-happening .about-school-sec .container > h2:before, .school-template-school-home2 .sec-happening .about-school-sec .adminblock .container > h2:before, .adminblock .about-school-sec .school-template-school-home2 .sec-happening .container > h2:before, .about-school-sec .school-template-school-home2 .sec-happening .adminblock .container > h2:before, .adminblock .school-template-school-home2 .sec-happening .department-top .container > h2:before, .school-template-school-home2 .sec-happening .department-top .adminblock .container > h2:before, .adminblock .department-top .school-template-school-home2 .sec-happening .container > h2:before, .department-top .school-template-school-home2 .sec-happening .adminblock .container > h2:before, .adminblock .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .container > h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .adminblock .container > h2:first-child:before, .adminblock .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .container > h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child:before, .adminblock .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .container > h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .adminblock .container > h2:first-child:before, .adminblock .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .container > h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child:before, .adminblock .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .container > h2:first-child:before, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .adminblock .container > h2:first-child:before, .adminblock .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .container > h2:first-child:before, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child:before, .adminblock .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .container > h2:first-child:before, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .adminblock .container > h2:first-child:before, .adminblock .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .container > h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child:before, .adminblock .school-template-school-home2 .sec-happening .ranking-landing .container > h2.rank-land-title:before, .school-template-school-home2 .sec-happening .ranking-landing .adminblock .container > h2.rank-land-title:before, .adminblock .ranking-landing .school-template-school-home2 .sec-happening .container > h2.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .adminblock .container > h2.rank-land-title:before, .adminblock .department-top .container > h2:before, .department-top .adminblock .container > h2:before, .camp-tour-sec h2.bt-left-aligned:before, .camp-tour-sec .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .camp-tour-sec h2:before, .camp-tour-sec .school-template-school-home2 .sec-happening h2.block-title:before, .camp-tour-sec .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .camp-tour-sec .school-template-school-home2 .sec-happening h2:before, .school-template-school-home2 .sec-happening .camp-tour-sec h2.block-title:before, .school-template-school-home2 .sec-happening .camp-tour-sec .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .camp-tour-sec h2:before, .camp-tour-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2:before, .school-template-school-home2 .sec-happening .tab-block .section-programs .camp-tour-sec h2:before, .camp-tour-sec .tab-block .section-programs .school-template-school-home2 .sec-happening h2:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .camp-tour-sec h2:before, .camp-tour-sec .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:before, .school-template-school-home2 .sec-happening .single-wrap .cnt .camp-tour-sec h2.post-heading:before, .camp-tour-sec .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:before, .single-wrap .cnt .school-template-school-home2 .sec-happening .camp-tour-sec h2.post-heading:before, .camp-tour-sec .school-template-school-home2 .sec-happening .adminblock .container > h2:before, .school-template-school-home2 .sec-happening .adminblock .camp-tour-sec .container > h2:before, .camp-tour-sec .adminblock .school-template-school-home2 .sec-happening .container > h2:before, .adminblock .school-template-school-home2 .sec-happening .camp-tour-sec .container > h2:before, .school-template-school-home2 .sec-happening .camp-tour-sec h2:before, .camp-tour-sec .school-template-school-home2 .sec-happening h2:before, .camp-tour-sec .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-template-school-home2 .sec-happening .school-program .camp-tour-sec h2:first-child:before, .camp-tour-sec .school-program .school-template-school-home2 .sec-happening h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child:before, .camp-tour-sec .school-template-school-home2 .sec-happening .about-school-sec h2:before, .school-template-school-home2 .sec-happening .about-school-sec .camp-tour-sec h2:before, .camp-tour-sec .about-school-sec .school-template-school-home2 .sec-happening h2:before, .about-school-sec .school-template-school-home2 .sec-happening .camp-tour-sec h2:before, .camp-tour-sec .school-template-school-home2 .sec-happening .department-top h2:before, .school-template-school-home2 .sec-happening .department-top .camp-tour-sec h2:before, .camp-tour-sec .department-top .school-template-school-home2 .sec-happening h2:before, .department-top .school-template-school-home2 .sec-happening .camp-tour-sec h2:before, .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .camp-tour-sec h2:first-child:before, .camp-tour-sec .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child:before, .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .camp-tour-sec h2:first-child:before, .camp-tour-sec .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child:before, .camp-tour-sec .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child:before, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .camp-tour-sec h2:first-child:before, .camp-tour-sec .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child:before, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child:before, .camp-tour-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .camp-tour-sec h2:first-child:before, .camp-tour-sec .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child:before, .camp-tour-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:before, .school-template-school-home2 .sec-happening .ranking-landing .camp-tour-sec h2.rank-land-title:before, .camp-tour-sec .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .camp-tour-sec h2.rank-land-title:before, .school-program h2.bt-left-aligned:first-child:before, .school-program .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .school-program h2:first-child:before, .school-program .school-template-school-home2 .sec-happening h2.block-title:first-child:before, .school-program .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .school-program .school-template-school-home2 .sec-happening h2:first-child:before, .school-template-school-home2 .sec-happening .school-program h2.block-title:first-child:before, .school-template-school-home2 .sec-happening .school-program .iconlist-block.adminblock h2:first-child:before, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child:before, .school-template-school-home2 .sec-happening .tab-block .section-programs .school-program h2:first-child:before, .school-program .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child:before, .school-template-school-home2 .sec-happening .single-wrap .cnt .school-program h2.post-heading:first-child:before, .school-program .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child:before, .single-wrap .cnt .school-template-school-home2 .sec-happening .school-program h2.post-heading:first-child:before, .school-program .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child:before, .school-template-school-home2 .sec-happening .adminblock .school-program .container > h2:first-child:before, .school-program .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child:before, .adminblock .school-template-school-home2 .sec-happening .school-program .container > h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child:before, .school-template-school-home2 .sec-happening .camp-tour-sec .school-program h2:first-child:before, .school-program .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child:before, .camp-tour-sec .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-program .school-template-school-home2 .sec-happening h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .about-school-sec h2:first-child:before, .school-template-school-home2 .sec-happening .about-school-sec .school-program h2:first-child:before, .school-program .about-school-sec .school-template-school-home2 .sec-happening h2:first-child:before, .about-school-sec .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .department-top h2:first-child:before, .school-template-school-home2 .sec-happening .department-top .school-program h2:first-child:before, .school-program .department-top .school-template-school-home2 .sec-happening h2:first-child:before, .department-top .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .school-program h2:first-child:before, .school-program .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .school-program h2:first-child:before, .school-program .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child:before, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .school-program h2:first-child:before, .school-program .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child:before, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .school-program h2:first-child:before, .school-program .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child:before, .school-template-school-home2 .sec-happening .ranking-landing .school-program h2.rank-land-title:first-child:before, .school-program .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child:before, .ranking-landing .school-template-school-home2 .sec-happening .school-program h2.rank-land-title:first-child:before, .school-program .department-top h2:first-child:before, .department-top .school-program h2:first-child:before, .single-wrap .cnt .post-heading:before, .latest-news-top h3:before, .popular-news h3:before, .tab-block .section-programs h2.bt-left-aligned:before, .tab-block .section-programs .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .tab-block .section-programs h2:before, .tab-block .section-programs .school-template-school-home2 .sec-happening h2.block-title:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .tab-block .section-programs .school-template-school-home2 .sec-happening h2:before, .school-template-school-home2 .sec-happening .tab-block .section-programs h2.block-title:before, .school-template-school-home2 .sec-happening .tab-block .section-programs .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .tab-block .section-programs h2:before, .school-template-school-home2 .sec-happening .tab-block .section-programs h2:before, .tab-block .section-programs .school-template-school-home2 .sec-happening h2:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:before, .school-template-school-home2 .sec-happening .single-wrap .cnt .tab-block .section-programs h2.post-heading:before, .tab-block .section-programs .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:before, .single-wrap .cnt .school-template-school-home2 .sec-happening .tab-block .section-programs h2.post-heading:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .adminblock .container > h2:before, .school-template-school-home2 .sec-happening .adminblock .tab-block .section-programs .container > h2:before, .tab-block .section-programs .adminblock .school-template-school-home2 .sec-happening .container > h2:before, .adminblock .school-template-school-home2 .sec-happening .tab-block .section-programs .container > h2:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .camp-tour-sec h2:before, .school-template-school-home2 .sec-happening .camp-tour-sec .tab-block .section-programs h2:before, .tab-block .section-programs .camp-tour-sec .school-template-school-home2 .sec-happening h2:before, .camp-tour-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .school-program h2:first-child:before, .school-template-school-home2 .sec-happening .school-program .tab-block .section-programs h2:first-child:before, .tab-block .section-programs .school-program .school-template-school-home2 .sec-happening h2:first-child:before, .school-program .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .about-school-sec h2:before, .school-template-school-home2 .sec-happening .about-school-sec .tab-block .section-programs h2:before, .tab-block .section-programs .about-school-sec .school-template-school-home2 .sec-happening h2:before, .about-school-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .department-top h2:before, .school-template-school-home2 .sec-happening .department-top .tab-block .section-programs h2:before, .tab-block .section-programs .department-top .school-template-school-home2 .sec-happening h2:before, .department-top .school-template-school-home2 .sec-happening .tab-block .section-programs h2:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .tab-block .section-programs h2:first-child:before, .tab-block .section-programs .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child:before, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .tab-block .section-programs h2:first-child:before, .tab-block .section-programs .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child:before, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child:before, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .tab-block .section-programs h2:first-child:before, .tab-block .section-programs .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child:before, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child:before, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .tab-block .section-programs h2:first-child:before, .tab-block .section-programs .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child:before, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child:before, .tab-block .section-programs .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:before, .school-template-school-home2 .sec-happening .ranking-landing .tab-block .section-programs h2.rank-land-title:before, .tab-block .section-programs .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:before, .ranking-landing .school-template-school-home2 .sec-happening .tab-block .section-programs h2.rank-land-title:before, .tab-block .section-programs .department-top h2:before, .department-top .tab-block .section-programs h2:before {
    right: auto;
    margin: 0;
  }
  .block-title.bt-right-aligned, .iconlist-block.adminblock h2.bt-right-aligned, .ranking-landing .bt-right-aligned.rank-land-title, .resrch-col-right h3.bt-right-aligned, .psychometric-section .psychometric-left h2.bt-right-aligned:first-child, .adm-scholarship .adm-scholar-left h2.bt-right-aligned:first-child, .page-template-admission .adm-prm-sec h2.bt-right-aligned:first-child, .page-template-admission .wp-block-uagb-section h2.bt-right-aligned:first-child, .department-top h2.bt-right-aligned, .about-school-sec h2.bt-right-aligned, .inner_about .blksec h3.bt-right-aligned, .adminblock .container > h2.bt-right-aligned, .camp-tour-sec h2.bt-right-aligned, .school-program h2.bt-right-aligned:first-child, .single-wrap .cnt .bt-right-aligned.post-heading, .latest-news-top h3.bt-right-aligned, .popular-news h3.bt-right-aligned, .tab-block .section-programs h2.bt-right-aligned {
    text-align: right;
  }
  .block-title.bt-right-aligned:before, .iconlist-block.adminblock h2.bt-right-aligned:before, .ranking-landing .bt-right-aligned.rank-land-title:before, .resrch-col-right h3.bt-right-aligned:before, .psychometric-section .psychometric-left h2.bt-right-aligned:first-child:before, .adm-scholarship .adm-scholar-left h2.bt-right-aligned:first-child:before, .page-template-admission .adm-prm-sec h2.bt-right-aligned:first-child:before, .page-template-admission .wp-block-uagb-section h2.bt-right-aligned:first-child:before, .department-top h2.bt-right-aligned:before, .about-school-sec h2.bt-right-aligned:before, .inner_about .blksec h3.bt-right-aligned:before, .adminblock .container > h2.bt-right-aligned:before, .camp-tour-sec h2.bt-right-aligned:before, .school-program h2.bt-right-aligned:first-child:before, .single-wrap .cnt .bt-right-aligned.post-heading:before, .latest-news-top h3.bt-right-aligned:before, .popular-news h3.bt-right-aligned:before, .tab-block .section-programs h2.bt-right-aligned:before {
    right: 0;
    left: auto;
    margin: 0;
  }

  .slick-arrows span.slick-arrow {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-size: 11px;
  }

  .home .block-title, .home .iconlist-block.adminblock h2, .iconlist-block.adminblock .home h2, .home .ranking-landing .rank-land-title, .ranking-landing .home .rank-land-title, .home .resrch-col-right h3, .resrch-col-right .home h3, .home .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .home h2:first-child, .home .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .home h2:first-child, .home .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .home h2:first-child, .home .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .home h2:first-child, .home .department-top h2, .department-top .home h2, .home .about-school-sec h2, .about-school-sec .home h2, .home .inner_about .blksec h3, .inner_about .blksec .home h3, .home .adminblock .container > h2, .adminblock .home .container > h2, .home .camp-tour-sec h2, .camp-tour-sec .home h2, .home .school-program h2:first-child, .school-program .home h2:first-child, .home .single-wrap .cnt .post-heading, .single-wrap .cnt .home .post-heading, .home .latest-news-top h3, .latest-news-top .home h3, .home .popular-news h3, .popular-news .home h3, .home .tab-block .section-programs h2, .tab-block .section-programs .home h2 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .home .block-title, .home .iconlist-block.adminblock h2, .iconlist-block.adminblock .home h2, .home .ranking-landing .rank-land-title, .ranking-landing .home .rank-land-title, .home .resrch-col-right h3, .resrch-col-right .home h3, .home .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .home h2:first-child, .home .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .home h2:first-child, .home .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .home h2:first-child, .home .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .home h2:first-child, .home .department-top h2, .department-top .home h2, .home .about-school-sec h2, .about-school-sec .home h2, .home .inner_about .blksec h3, .inner_about .blksec .home h3, .home .adminblock .container > h2, .adminblock .home .container > h2, .home .camp-tour-sec h2, .camp-tour-sec .home h2, .home .school-program h2:first-child, .school-program .home h2:first-child, .home .single-wrap .cnt .post-heading, .single-wrap .cnt .home .post-heading, .home .latest-news-top h3, .latest-news-top .home h3, .home .popular-news h3, .popular-news .home h3, .home .tab-block .section-programs h2, .tab-block .section-programs .home h2 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 55px;
  }
}
.ie-browser .block-title, .ie-browser .iconlist-block.adminblock h2, .iconlist-block.adminblock .ie-browser h2, .ie-browser .ranking-landing .rank-land-title, .ranking-landing .ie-browser .rank-land-title, .ie-browser .resrch-col-right h3, .resrch-col-right .ie-browser h3, .ie-browser .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .ie-browser h2:first-child, .ie-browser .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .ie-browser h2:first-child, .ie-browser .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .ie-browser h2:first-child, .ie-browser .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .ie-browser h2:first-child, .ie-browser .department-top h2, .department-top .ie-browser h2, .ie-browser .about-school-sec h2, .about-school-sec .ie-browser h2, .ie-browser .inner_about .blksec h3, .inner_about .blksec .ie-browser h3, .ie-browser .adminblock .container > h2, .adminblock .ie-browser .container > h2, .ie-browser .camp-tour-sec h2, .camp-tour-sec .ie-browser h2, .ie-browser .school-program h2:first-child, .school-program .ie-browser h2:first-child, .ie-browser .single-wrap .cnt .post-heading, .single-wrap .cnt .ie-browser .post-heading, .ie-browser .latest-news-top h3, .latest-news-top .ie-browser h3, .ie-browser .popular-news h3, .popular-news .ie-browser h3, .ie-browser .tab-block .section-programs h2, .tab-block .section-programs .ie-browser h2 {
  background: transparent !important;
  color: #B10F56;
}

.mfp-bg {
  z-index: 9999995;
}

.mfp-wrap {
  z-index: 9999996 !important;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.main-container.container {
  max-width: none;
  padding: 0;
}

.page-container.container {
  padding-top: 90px;
  padding-bottom: 90px;
}

hr.sec-divider {
  background-color: #dfdfdf !important;
  clear: both;
  margin: 0;
}

@media (max-width: 991px) {
  .ubermenu.ubermenu-main .ubermenu-item-level-0 {
    margin: 0px 25px 0px 0px !important;
  }

  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .search-toggler a {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
  }

  .main-menu-wrap {
    margin: 2px 0 0 !important;
  }

  .page-container.container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.preloader {
  background: rgba(255, 255, 255, 0.99);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.preloader .loading-circle {
  border: 7px solid #eee;
  border-radius: 50%;
  border-top: 7px solid #a4123f;
  width: 90px;
  height: 90px;
  -webkit-animation: loadspin 2s linear infinite;
          animation: loadspin 2s linear infinite;
  opacity: 0.85;
  position: absolute;
  top: calc(50% - 45px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

@-webkit-keyframes loadspin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadspin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.amr_events_block h4 {
  font-size: 18px;
  line-height: 22px;
  color: #A4123F;
  text-align: center;
  text-transform: uppercase;
}
.amr_events_block .amr-event-item {
  padding: 15px 0;
  outline: 0;
  min-height: 55px;
}
.amr_events_block .amr-event-item:after {
  clear: both;
  display: block;
  content: "";
}
.amr_events_block .amr-event-item a {
  display: block;
}
.amr_events_block .amr-event-item a:hover {
  opacity: 0.85;
}
.amr_events_block .amr-event-image {
  float: left;
  width: 160px;
  margin-right: 20px;
}
.amr_events_block .amr-event-image img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.amr_events_block .amr-event-desc {
  font-size: 15px;
  color: #656565;
  line-height: 22px;
}
.amr_events_block .amr-event-image + .amr-event-date + .amr-event-desc {
  padding-left: 180px;
}
.amr_events_block .amr-event-date {
  font-weight: 600;
  font-size: 13px;
  color: #A4123F;
  margin: 0 0 10px;
}
.amr_events_block .amr-event-date i {
  font-style: normal;
  margin-right: 5px;
}

.amr-event-dots {
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  .amr_events_block .amr-event-item {
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .amr_events_block h4 {
    text-align: left;
  }
  .amr_events_block ul.slick-dots {
    text-align: left;
  }
  .amr_events_block .amr-event-item {
    padding: 0 20px;
  }
  .amr_events_block .amr-event-item a {
    position: relative;
    padding-left: 50px;
  }
  .amr_events_block .amr-event-date {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #9D9D9D;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    text-align: center;
  }
  .amr_events_block .amr-event-date i {
    display: block;
    font-size: 34px;
    font-weight: 600;
    color: #AF0C3E;
    line-height: 1;
    margin: 0 0 2px;
  }
  .amr_events_block .amr-event-date span {
    display: none;
  }
  .amr_events_block .amr-event-desc {
    padding-right: 20px;
  }
}
@media (max-width: 420px) {
  .amr_events_block .amr-event-image {
    float: none;
    margin: 0 0 20px;
  }

  .amr_events_block .amr-event-image + .amr-event-date + .amr-event-desc {
    padding: 0;
  }
}
.header_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

/* topmost header part */
.header-top {
  display: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  padding: 8px 0;
  font-size: 11px;
  text-transform: uppercase;
}
.header-top .top-menu li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}
.header-top .top-menu li:last-child {
  margin-right: 0 !important;
}
.header-top .top-menu li a {
  color: #fff;
}
.header-top .top-menu li a:hover {
  opacity: 0.8;
}
.header-top .adm-btn {
  text-align: right;
}
.header-top .adm-btn .btn, .header-top .adm-btn .res-check-form .res-form-submit input, .res-check-form .res-form-submit .header-top .adm-btn input, .header-top .adm-btn .wpcf7-form input.wpcf7-submit, .wpcf7-form .header-top .adm-btn input.wpcf7-submit {
  background: #0b0b22;
  border: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  padding: 5px 15px;
}
.header-top .adm-btn .btn:hover, .header-top .adm-btn .res-check-form .res-form-submit input:hover, .res-check-form .res-form-submit .header-top .adm-btn input:hover, .header-top .adm-btn .wpcf7-form input.wpcf7-submit:hover, .wpcf7-form .header-top .adm-btn input.wpcf7-submit:hover {
  opacity: 0.9;
}

/* main header */
.header-main {
  padding: 15px 0;
}
.header-main .site-title {
  margin: 0;
}
.header-main .fixed-logo {
  display: none;
}
.header-main .logo {
  position: relative;
}
.header-main .logo .site-logo {
  max-width: 50%;
}
.header-main .logo .menu-toggler {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.header-main .logo .menu-toggler span {
  display: block;
  cursor: pointer;
  width: 30px;
}
.header-main .logo .menu-toggler span i {
  display: block;
  width: 100%;
  background: #fff;
  height: 2px;
}
.header-main .logo .menu-toggler span i:nth-child(2) {
  margin: 7px 0;
}
.header-main .header-right {
  display: none;
}

.typed-cursor {
  font-weight: 400;
}

.header-main[myAttr="2"] {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding: 11px 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown;
}
.header-main[myAttr="2"] .site-title {
  margin: 0;
  line-height: 1;
  padding: 0;
}
.header-main[myAttr="2"] .site-title a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.header-main[myAttr="2"] .fixed-logo {
  display: inline-block;
  max-height: 45px;
}
.header-main[myAttr="2"] .default-logo {
  display: none;
}
.header-main[myAttr="2"] .right-menu {
  display: none;
}
.header-main[myAttr="2"] .main-menu-wrap {
  margin: 0;
}
.header-main[myAttr="2"] nav.main-menu {
  position: static;
}
.header-main[myAttr="2"] nav.main-menu ul li {
  font-size: 15px !important;
}
.header-main[myAttr="2"] nav.main-menu ul li > a {
  color: #262626 !important;
  font-size: 17px;
}
.header-main[myAttr="2"] .logo .menu-toggler span i {
  background: #9d9d9d;
}

.secondary-nav[myAttr="2"] {
  position: fixed;
  width: 100%;
  top: 70px;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown;
}
.secondary-nav[myAttr="3"] {
  position: fixed;
  width: 100%;
  top: 74px;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown;
}
.admin-bar .secondary-nav[myAttr="3"] {
  top: 106px;
}

@media (min-width: 601px) {
  .admin-bar .header-main[myAttr="2"] {
    top: 32px;
  }
  .admin-bar .secondary-nav[myAttr="2"] {
    top: 102px;
  }
}
@media (max-width: 960px) {
  .secondary-nav[myAttr="3"] {
    top: 62px !important;
  }
}
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header-slider-wrap {
  position: relative;
}
.header-slider-wrap .hs-overlay {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.header-slider-wrap .hs-overlay .hs-over-text {
  display: inline-block;
  pointer-events: auto;
  position: relative;
  min-height: 50px;
  padding-left: 65px;
}
.header-slider-wrap .hs-item img {
  width: 100%;
  min-height: 300px;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header-slider-wrap .header-slider {
  z-index: 0;
}
.header-slider-wrap .header-slider:before {
  content: "";
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.header-slider-wrap .header-slider ul.slick-dots {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  text-align: right;
  max-width: 1200px;
  z-index: 2;
  bottom: 8px;
  right: 0;
  left: 0;
  padding: 0 30px;
}
.header-slider-wrap h2.hs-over-title {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 5px;
}
.header-slider-wrap .hs-over-logo {
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
}
.header-slider-wrap .hs-over-breadcrumb {
  font-size: 13px;
}
.header-slider-wrap .hs-over-breadcrumb a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
}
.header-slider-wrap .hs-over-breadcrumb a:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.7;
  font-size: 17px;
  line-height: 21px;
  background: url(images/breadcrumb-icon.svg) no-repeat right;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.header-slider-wrap .hs-over-breadcrumb a:hover {
  text-decoration: underline;
}
.header-slider-wrap .hs-over-breadcrumb span {
  opacity: 0.7;
  display: inline-block;
  vertical-align: middle;
}
.header-slider-wrap .breadcrumbs {
  margin: 0;
}

.ser-loader {
  clear: both;
  text-align: center;
  padding-top: 20px;
}

.breadcrumbs {
  font-size: 13px;
}
.breadcrumbs span {
  opacity: 0.7;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs span.item-cat {
  opacity: 1;
}
.breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 15px;
  color: #fff;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.7;
  font-size: 17px;
  line-height: 21px;
  vertical-align: middle;
  background: url(images/breadcrumb-icon.svg) no-repeat right;
  width: 10px;
  height: 10px;
  pointer-events: none;
}

.breadcrumbs span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  max-width: 250px;
}

.c-scrolldown {
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 99;
  pointer-events: none;
  display: none;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0b0b22), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #0b0b22 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -50px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -50px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -50px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  li li li li .ubermenu-tab-content-panel.ubermenu-column.ubermenu-column-3-4.ubermenu-submenu-type-tab-content-panel {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  li li li li .ubermenu-tab-content-panel.ubermenu-column.ubermenu-column-3-4.ubermenu-submenu-type-tab-content-panel .ubermenu-column {
    width: 90% !important;
    display: inline-block !important;
    vertical-align: top !important;
  }

  .c-scrolldown {
    display: block;
  }

  .header-top {
    display: block;
  }

  .header-main {
    padding: 30px 0;
  }
  .header-main .logo .site-logo {
    max-width: none;
  }
  .header-main .logo .menu-toggler {
    display: none;
  }
  .header-main .header-right {
    display: block;
  }

  .header-right {
    text-align: right;
  }

  .main-menu-wrap {
    clear: both;
    margin: 10px 0 0;
  }

  nav.right-menu {
    text-transform: uppercase;
  }
  nav.right-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 12px;
    line-height: 15px;
  }
  nav.right-menu ul li a {
    color: #fff;
    opacity: 0.8;
  }
  nav.right-menu ul li a:hover {
    opacity: 1;
  }
  nav.right-menu ul li:last-child {
    margin-right: 0;
  }

  nav.main-menu {
    display: inline-block;
    vertical-align: middle;
  }
  nav.main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-right: 13px;
  }
  nav.main-menu ul li a {
    color: #fff;
  }
  nav.main-menu ul li a:hover {
    color: #ddd;
  }

  .search-form-wrap {
    margin-top: 10px;
    float: right;
    position: relative;
  }

  .search-toggler {
    position: relative;
    z-index: 2;
  }
  .search-toggler a {
    width: 34px;
    display: block;
    height: 34px;
    background: url(https://www.amrita.edu/wp-content/themes/amrita/images/search.svg) #fff no-repeat center;
    text-align: center;
    line-height: 34px;
    outline: 0;
    border-radius: 50%;
    font-size: 0;
    border: 1px solid #ddd;
  }

  .srch-box {
    min-width: 500px;
    background: #fff;
    text-align: left;
    padding: 50px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), #0b0b22;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #0b0b22;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.167374);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.167374);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .srch-box.show-searchbox {
    overflow: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  ul.ubermenu-row, .ubermenu-column-full {
    max-width: 1200px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto !important;
    float: none !important;
  }

  .ubermenu-nav {
    color: #666666;
  }

  .main-menu {
    position: static;
  }

  .header-right {
    position: inherit;
  }

  li.ubermenu-item-has-children.ubermenu-item-level-0 > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #0b0b22;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }

  .header-main[myAttr="2"] .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .header-main[myAttr="2"] .ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop {
    margin-top: 11px;
    border-top: 1px solid #ddd !important;
  }
  .header-main[myAttr="2"] li.ubermenu-item-has-children.ubermenu-item-level-0 > a:after {
    bottom: -11px;
  }

  li.ubermenu-item-has-children.ubermenu-item-level-0:hover > a:after {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }

  .ubermenu-item-level-0 a {
    padding: 15px 0 !important;
  }

  .submenu-second > a {
    padding: 9px 0 !important;
  }

  nav.main-menu .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab.submenu-second > .ubermenu-tab-content-panel li {
    float: none !important;
  }

  nav.main-menu .ubermenu-submenu h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
  }
  nav.main-menu .ubermenu-submenu h6 a {
    color: #000;
  }
  nav.main-menu .ubermenu-submenu h6 a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 15px;
    background: url(images/icon-arrow-right.svg) no-repeat center;
    margin-left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  nav.main-menu .ubermenu-submenu h6 a:hover {
    color: #000;
  }
  nav.main-menu .ubermenu-submenu h6 a:hover:after {
    margin-left: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  nav.main-menu .ubermenu-submenu p {
    font-size: 12px;
  }
  nav.main-menu .ubermenu-submenu li.menu-left-content {
    padding-right: 50px;
  }
  nav.main-menu .ubermenu-submenu .menu-left-content h5 {
    font-size: 18px;
    color: #3899dd;
    margin: 0 0 15px;
  }
  nav.main-menu .ubermenu-submenu .menu-left-content h5 a {
    color: #0b0b22;
  }
  nav.main-menu .ubermenu-submenu .menu-left-content p {
    font-size: 13px;
    margin: 0;
  }
  nav.main-menu .ubermenu-submenu .menu-left-content p + p {
    margin-top: 15px;
  }
  nav.main-menu .ubermenu-submenu .menu-left-content a.more-link {
    color: #0b0b22;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
  }
  nav.main-menu .ubermenu-submenu .menu-left-content a.more-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 17px;
    background: url(images/btn-arrow.svg) no-repeat center;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  nav.main-menu .ubermenu-submenu .menu-left-content a.more-link:hover {
    color: #AF0C3E;
    opacity: 0.8;
  }
  nav.main-menu .ubermenu-submenu .menu-left-content a.more-link:hover:after {
    margin-left: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  nav.main-menu ul.ubermenu-tabs-group li {
    font-weight: 600;
    font-size: 13px;
    color: #000;
  }
  nav.main-menu ul.ubermenu-tabs-group li a {
    color: #000 !important;
    font-weight: 600 !important;
    background: transparent !important;
  }
  nav.main-menu .ubermenu-tab a.ubermenu-target:hover {
    color: #3899dd !important;
  }
  nav.main-menu .ubermenu-tab.ubermenu-active > a.ubermenu-target {
    color: #3899dd !important;
  }
  nav.main-menu .ubermenu .ubermenu-nav .ubermenu-tabs-group.ubermenu-column-1-4 {
    width: 14.5% !important;
  }
  nav.main-menu .ubermenu.ubermenu-main .ubermenu-tabs .ubermenu-tabs-group > .ubermenu-tab.submenu-first > .ubermenu-target {
    border-bottom: 1px solid #dfdfdf;
    margin-right: 10px;
  }
  nav.main-menu .ubermenu .ubermenu-tab .ubermenu-tab-content-panel.ubermenu-column-3-4 {
    width: 85.5%;
  }
  nav.main-menu .ubermenu.ubermenu-main .ubermenu-tabs .ubermenu-tabs-group > .ubermenu-tab.submenu-first:last-child > .ubermenu-target {
    border-bottom: none;
  }
  nav.main-menu .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab.submenu-second > .ubermenu-tab-content-panel {
    top: 0;
  }
  nav.main-menu .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab.submenu-second > .ubermenu-tab-content-panel a {
    color: #656565 !important;
    font-weight: 500 !important;
    font-size: 13px;
  }
  nav.main-menu .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab.submenu-second > .ubermenu-tab-content-panel a:hover {
    color: #111 !important;
  }

  .ubermenu-row:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 110px);
    position: absolute;
    top: 55px;
    left: calc(33.33% - 10px);
    background: #d8d8d8;
    z-index: 999;
  }

  .ubermenu .ubermenu-submenu-type-stack > li.ubermenu-item .ubermenu-target-title {
    font-weight: 600;
    color: #000;
    font-size: 14px;
  }

  .ubermenu li.submenu-list li {
    border-bottom: 1px solid #d8d8d8;
  }
  .ubermenu li.submenu-list li a {
    display: block;
    position: relative;
  }
  .ubermenu li.submenu-list li a:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/icon-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .ubermenu li.submenu-list li a:hover:before {
    background-position: right;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .ubermenu-submenu {
    border: 0 !important;
  }

  .ubermenu-target + .ubermenu-submenu > .ubermenu-row {
    padding: 30px 0;
    position: relative;
  }

  li#menu-item-3398:before {
    display: none;
  }

  li#menu-item-3398 .ubermenu-row:before {
    display: none;
  }

  li#menu-item-3398 > .ubermenu-tabs-group {
    padding: 40px 0;
  }

  li#menu-item-3398 .ubermenu-tab > .ubermenu-target {
    border-bottom: 1px solid #dfdfdf;
    max-width: 160px;
  }

  li#menu-item-3398 h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #AF0C3E;
  }
  li#menu-item-3398 p {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #656565;
  }
  li#menu-item-3398 .more-link {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.74px;
    text-transform: uppercase;
    color: #AF0C3E !important;
  }
  li#menu-item-3398 .more-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 17px;
    background: url(images/btn-arrow.svg) no-repeat center;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  li#menu-item-3398 .more-link:hover:after {
    margin-left: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  li#menu-item-3398 .campus-image {
    margin-top: 40px;
    text-align: right;
  }

  ul.ubermenu-submenu.ubermenu-submenu-id-991 {
    padding-left: 35px;
  }

  nav.main-menu li.ubermenu-item.ubermenu-tabs.ubermenu-item-level-1:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(28.57% + 15px);
    background: #d8d8d8;
    z-index: 999;
  }

  ul.ubermenu-submenu.ubermenu-column li.ubermenu-item.ubermenu-tabs:not(.ubermenu-submenu) > ul > li:first-child {
    padding-top: 6px !important;
  }

  nav.main-menu .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab.submenu-second > .ubermenu-tab-content-panel {
    padding-left: 60px;
  }

  .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.145069) !important;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.145069) !important;
  }

  nav.main-menu .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab.submenu-second > .ubermenu-tab-content-panel {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  nav.main-menu .ubermenu .ubermenu-nav .ubermenu-item-level-1 .ubermenu-tabs-group.ubermenu-column-1-4 {
    padding: 40px 0;
  }

  .srch-box input {
    display: block;
    width: 100%;
    padding: 8px 0 8px 30px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #dfdfdf;
    outline: none;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    font-family: inherit;
    background: url(images/search-icon-menu.svg) no-repeat left;
  }
  .srch-box input::-webkit-input-placeholder {
    color: #bbb;
    font-weight: 400;
  }
  .srch-box input::-moz-placeholder {
    color: #bbb;
    font-weight: 400;
  }
  .srch-box input:-ms-input-placeholder {
    color: #bbb;
    font-weight: 400;
  }
  .srch-box input::-ms-input-placeholder {
    color: #bbb;
    font-weight: 400;
  }
  .srch-box input::placeholder {
    color: #bbb;
    font-weight: 400;
  }

  .prm-sec h3, .nws-sec h3 {
    color: #AF0C3E;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px;
  }

  .prm-sec {
    padding: 20px 5px;
    font-size: 14px;
    color: #262626;
  }

  .nws-sec {
    padding: 20px 5px 0;
  }

  ul.prm-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.prm-list li {
    margin: 0 0 15px;
    font-weight: 600;
  }
  ul.prm-list li:last-child {
    margin: 0;
  }
  ul.prm-list li a {
    color: #262626;
    padding: 0 0 0 55px;
    position: relative;
    display: block;
    min-height: 40px;
  }
  ul.prm-list li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/program-search-icon.svg) left no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  ul.prm-list li a span {
    display: block;
    margin: 3px 0 0;
    color: #666;
    font-size: 12px;
    font-weight: 500;
  }
  ul.prm-list li a:hover {
    opacity: 0.8;
  }

  a.prm-link {
    color: #656565;
    display: inline-block;
    border-bottom: 1px dashed #AF0C3E;
    padding: 0 0 3px;
    font-weight: 500;
    font-size: 13px;
  }
  a.prm-link:hover {
    color: #111;
  }

  ul.nws-list {
    color: #AF0C3E;
    margin: 0 0 0 18px;
  }
  ul.nws-list li {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }

  ul.nws-list li a {
    color: #666;
  }
  ul.nws-list li a:hover {
    color: #000;
  }

  a.nws-link {
    color: #656565;
    display: inline-block;
    border-bottom: 1px dashed #AF0C3E;
    padding: 0 0 3px;
    font-weight: 500;
    font-size: 13px;
  }
  a.nws-link:hover {
    color: #111;
  }

  ul.ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0;
  }

  .ubermenu-active ul.ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    overflow: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  .searching .ubermenu.ubermenu-main {
    position: relative;
  }
  .searching .ubermenu.ubermenu-main:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
  }

  .header-slider-wrap .hs-over-logo {
    width: 60px;
  }
  .header-slider-wrap h2.hs-over-title {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .header-slider-wrap .hs-overlay .hs-over-text {
    padding-left: 85px;
    min-height: 75px;
  }
  .header-slider-wrap .header-slider ul.slick-dots {
    bottom: 15px;
  }

  .header-slider-wrap .hs-item img {
    min-height: 380px;
  }
}
@media only screen and (min-width: 992px) {
  .header-slider-wrap .hs-over-logo {
    width: 100px;
  }
  .header-slider-wrap .hs-overlay {
    bottom: 30px;
  }
  .header-slider-wrap .hs-overlay .hs-over-text {
    padding-left: 115px;
    min-height: 85px;
  }
  .header-slider-wrap h2.hs-over-title {
    font-size: 38px;
    margin: 0 0 15px;
  }
  .header-slider-wrap .header-slider ul.slick-dots {
    bottom: 35px;
  }
  .header-slider-wrap .hs-item img {
    min-height: 450px;
  }

  .header-top {
    font-size: 13px;
  }
  .header-top .adm-btn .btn, .header-top .adm-btn .res-check-form .res-form-submit input, .res-check-form .res-form-submit .header-top .adm-btn input, .header-top .adm-btn .wpcf7-form input.wpcf7-submit, .wpcf7-form .header-top .adm-btn input.wpcf7-submit {
    padding: 5px 20px;
  }

  nav.main-menu ul li {
    font-size: 19px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  nav.main-menu ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  nav.main-menu li.ubermenu-item.ubermenu-tabs.ubermenu-item-level-1:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(((28.57/100) * 1170px) + 15px);
    background: #d8d8d8;
    z-index: 999;
  }
}
@media only screen and (min-width: 1401px) {
  .header-slider-wrap .hs-item img {
    min-height: 380px;
  }
}
.wp-block-button a.wp-block-button__link {
  border: 1px solid #AF0C3E;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px !important;
  padding: 9px 20px;
  min-width: 132px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
  border-color: inherit;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  background-size: 300% 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  color: #AF0C3E;
  z-index: 1;
}
.wp-block-button a:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  border-radius: 50px;
  height: 100%;
  background: #af0c3e;
  background-image: -webkit-gradient(linear, left top, right top, from(#b10f56), to(#D00846));
  background-image: linear-gradient(to right, #b10f56, #D00846);
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wp-block-button a:hover {
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-button a.wp-block-button__link:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#loading {
  height: 185px;
  margin: 15px auto 0;
  opacity: 0.5;
  background-image: linear-gradient(lightgray 50px, transparent 0), linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0);
  background-repeat: repeat-y;
  background-size: 40px 90px, 50px 90px, 300px 90px, 150px 90px;
  background-position: 0 10px, 0 0, 75px 10px, 75px 40px;
  -webkit-animation: shine 1s infinite;
          animation: shine 1s infinite;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

@-webkit-keyframes shine {
  to {
    background-position: 0 10px, 100% 0, 75px 10px, 75px 40px;
  }
}

@keyframes shine {
  to {
    background-position: 0 10px, 100% 0, 75px 10px, 75px 40px;
  }
}
.srch-box .prm-link {
  padding-top: 10px;
}

.container-search {
  padding: 50px 0;
}
.container-search .blog-img-otr {
  margin: 0 0 20px;
}
.container-search .blog-img-otr img {
  display: block;
  width: auto;
  border-radius: 5px;
  max-width: 100%;
}
.container-search .cnt > h2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container-search .cnt > h2 a {
  color: inherit;
  background: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container-search .date-tag {
  font-size: 13px;
  font-weight: 600;
  color: #A4123F;
  padding: 5px 0 10px;
}
.container-search .post {
  margin: 0 0 30px;
  padding: 0 0 25px;
  border-bottom: 1px solid #e9e9e9;
}
.container-search .post:last-child {
  margin-bottom: 10px;
}
.container-search .post .cnt {
  margin: 0 0 20px;
}
.container-search .post .cnt:last-child {
  margin: 0;
}

.new-search-box {
  text-align: center;
}

.s-form {
  position: relative;
}
.s-form input.sip {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-right: 110px;
  outline: none;
}
.s-form .sbutton {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: #a4123f;
  border: 0;
  border-radius: 0 5px 5px 0;
  outline: none;
}

@media only screen and (min-width: 768px) {
  .container-search {
    padding: 80px 0;
    max-width: 900px;
    margin: 0 auto;
  }
  .container-search .blog-img-otr {
    margin: 0 0 30px;
  }
  .container-search .cnt > h2 {
    font-size: 30px;
    font-weight: 700;
  }
  .container-search .date-tag {
    padding: 5px 0 15px;
  }
  .container-search .post {
    margin: 0 0 70px;
    padding: 0 0 60px;
  }
  .container-search .post:last-child {
    margin-bottom: 15px;
  }
  .container-search .post .cnt {
    margin: 0 0 30px;
  }
}
.mobile-menu-wrap {
  position: fixed;
  width: 95%;
  background: #fff;
  top: 0;
  right: 0;
  height: 100vh;
  height: -webkit-fill-available;
  z-index: 99999999;
  display: none;
}
.mobile-menu-wrap .mobile-menu-header {
  padding: 20px 30px;
  border-bottom: 1px solid #DFDFDF;
}
.mobile-menu-wrap .mobile-menu-content {
  padding: 30px;
  position: relative;
  height: calc(100% - 66px);
  overflow: hidden;
  overflow-y: auto;
}
.mobile-menu-wrap .admission-btn .btn, .mobile-menu-wrap .admission-btn .res-check-form .res-form-submit input, .res-check-form .res-form-submit .mobile-menu-wrap .admission-btn input, .mobile-menu-wrap .admission-btn .wpcf7-form input.wpcf7-submit, .wpcf7-form .mobile-menu-wrap .admission-btn input.wpcf7-submit {
  background: #0b0b22;
  border: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  padding: 15px 15px;
  display: block;
}
.mobile-menu-wrap .admission-btn .btn:hover, .mobile-menu-wrap .admission-btn .res-check-form .res-form-submit input:hover, .res-check-form .res-form-submit .mobile-menu-wrap .admission-btn input:hover, .mobile-menu-wrap .admission-btn .wpcf7-form input.wpcf7-submit:hover, .wpcf7-form .mobile-menu-wrap .admission-btn input.wpcf7-submit:hover {
  opacity: 0.9;
}
.mobile-menu-wrap .mobile-search {
  margin: 30px 0;
}
.mobile-menu-wrap .mobile-main-menu {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 20px;
}
.mobile-menu-wrap .mobile-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu-wrap .mobile-main-menu ul li {
  font-weight: 600;
  font-size: 15px;
  padding: 13px 0;
  position: relative;
}
.mobile-menu-wrap .mobile-main-menu ul li a {
  display: block;
  color: #262626;
  padding: 5px 0;
}
.mobile-menu-wrap .mobile-main-menu ul li a:hover {
  color: #af0c3e;
}
.mobile-menu-wrap .mobile-main-menu ul li span.drop-arrw {
  z-index: 99 !important;
}
.mobile-menu-wrap .mobile-secondary-menu {
  padding: 30px 0 0;
  letter-spacing: 0.5px;
}
.mobile-menu-wrap .mobile-secondary-menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.mobile-menu-wrap .mobile-secondary-menu ul li {
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.mobile-menu-wrap .mobile-secondary-menu ul li a {
  display: block;
  color: #656565;
  padding: 5px 0;
}
.mobile-menu-wrap .mobile-secondary-menu ul li a:hover {
  color: #af0c3e;
}
.mobile-menu-wrap .close-mob-menu {
  font-size: 0;
  background: url(../images/close.svg) no-repeat center #fff;
  width: 25px;
  height: 25px;
  background-size: 20px;
  float: right;
}
.mobile-menu-wrap .menu-mob-back {
  float: left;
  font-size: 0;
  background: url(../images/icon-back.svg) no-repeat center #fff;
  width: 25px;
  height: 25px;
  background-size: 20px;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-wrap .submenu-title {
  text-align: center;
  padding: 4px 25px 0;
  font-weight: 500;
  font-size: 14px;
  color: #262626;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-wrap.submenu-showing .mobile-menu-content {
  overflow: hidden;
}
.mobile-menu-wrap.submenu-showing .menu-mob-back, .mobile-menu-wrap.submenu-showing .submenu-title {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-wrap.submenu-showing .mobile-secondary-menu {
  opacity: 0;
  pointer-events: none;
}
.mobile-menu-wrap ul.sub-menu {
  position: fixed;
  top: 66px;
  left: 33px;
  width: 100%;
  width: calc(100vw - 33px);
  background: #fff;
  z-index: 999;
  height: 100%;
  height: calc(100vh - 66px);
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-wrap ul.sub-menu.show-submenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-wrap ul.sub-menu ul li {
  font-weight: 500;
  font-size: 14px;
  padding: 8px 0;
}
.mobile-menu-wrap ul.sub-menu ul li a {
  padding: 3px 0;
}
.mobile-menu-wrap ul.sub-menu .sub-menu {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.mobile-menu-wrap li.menu-dropdown > a {
  position: relative;
}
.mobile-menu-wrap li.menu-dropdown > a:after {
  content: "";
  display: block;
  top: 50%;
  right: 0;
  width: 20px;
  height: 14px;
  background: url(../images/caret-right.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-wrap li.menu-dropdown > a:hover:after {
  opacity: 0.8;
  right: -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-fields, form.search-form {
  position: relative;
}

input.search-field {
  padding: 15px 50px 15px 25px;
  border-radius: 50px;
  line-height: 1;
  font-size: 13px;
  width: 100%;
  outline: 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #9D9D9D;
  text-transform: uppercase;
  font-weight: 500;
}
input.search-field::-webkit-input-placeholder {
  color: #656565;
  opacity: 1;
}
input.search-field::-moz-placeholder {
  color: #656565;
  opacity: 1;
}
input.search-field:-ms-input-placeholder {
  color: #656565;
  opacity: 1;
}
input.search-field::-ms-input-placeholder {
  color: #656565;
  opacity: 1;
}
input.search-field::placeholder {
  color: #656565;
  opacity: 1;
}
input.search-field:-ms-input-placeholder {
  color: #656565;
}
input.search-field::-ms-input-placeholder {
  color: #656565;
}

input.search-submit {
  width: 34px;
  display: block;
  height: 34px;
  background: url(../images/search.svg) #fff no-repeat center;
  text-align: center;
  line-height: 34px;
  outline: 0;
  border-radius: 50%;
  font-size: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-submit {
  width: 34px;
  display: block;
  height: 34px;
  background: url(../images/search.svg) #fff no-repeat center;
  text-align: center;
  line-height: 34px;
  outline: 0;
  border-radius: 50%;
  font-size: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .mobile-menu-wrap {
    display: none !important;
  }
}
.banner-section {
  background: #ddd;
  position: relative;
  color: #fff;
}
.banner-section .site-title {
  margin: 0;
}
.banner-section .banner-object {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 450px;
  max-height: 620px;
  overflow: hidden;
}
/* .banner-section .banner-object img, .banner-section .banner-object video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} */
.banner-section .banner-object:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.banner-section .banner-object.inner-banner {
  height: auto;
  min-height: 320px;
}
.banner-section .banner-object.inner-banner img {
  min-height: 320px; width: 100%; height: 100%; object-fit: cover;
}
.banner-section .banner-texts {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 60%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  left: 0;
  text-align: center;
}
.banner-section .banner-texts h2, .banner-section .banner-texts h1 {
  font-size: 43px;
  line-height: 54px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.banner-section .banner-texts h2 span, .banner-section .banner-texts h1 span {
  display: block;
  color: #0b0b22;
}
.banner-section .banner-texts h2 .typed-cursor, .banner-section .banner-texts h1 .typed-cursor {
  display: none;
}
.banner-section .banner-texts .banner-meta {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0 0;
}
.banner-section .banner-texts .banner-button {
  margin: 20px 0 0;
}
.banner-section .banner-texts .banner-button .btn, .banner-section .banner-texts .banner-button .res-check-form .res-form-submit input, .res-check-form .res-form-submit .banner-section .banner-texts .banner-button input, .banner-section .banner-texts .banner-button .wpcf7-form input.wpcf7-submit, .wpcf7-form .banner-section .banner-texts .banner-button input.wpcf7-submit {
  padding: 14px 27px;
  font-size: 13px;
  line-height: 17px;
}
.banner-section .banner-texts.inner-banner-text {
  text-align: center;
  -webkit-transform: none;
          transform: none;
  top: auto;
  bottom: 40px;
}
.banner-section .banner-texts.inner-banner-text h2 {
  font-size: 38px;
  line-height: normal;
}
.banner-section .banner-texts.inner-banner-text .banner-meta {
  font-size: 13px;
  line-height: normal;
  opacity: 0.7;
  margin: 10px 0 0;
}

.single-am-event .banner-section {
  border-bottom: 30px solid #FDF8F9;
}
.single-am-event .banner-section .banner-object.inner-banner {
  height: 100%;
  position: absolute;
  width: 100%;
}
.single-am-event .banner-section .banner-texts {
  position: relative;
  padding: 130px 0 30px;
  z-index: 99;
  text-align: left;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.single-am-event .banner-section .banner-texts h2 {
  text-transform: unset;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.single-am-event .event-banner-right {
  padding: 0 0 30px;
}
.single-am-event .eve-date {
  padding: 0 0 0 50px;
  background-size: 30px;
  margin: 20px 0 0;
  background: url(images/event-calendar-icon.svg) no-repeat left;
}
.single-am-event .eve-date ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-am-event .eve-date ul li {
  font-size: 13px;
  margin: 3px 0 0;
  line-height: 20px;
}
.single-am-event .eve-venue-data {
  margin: 20px 0 0;
}
.single-am-event .eve-venue-data p {
  font-size: 12px;
  margin: 0 0 5px;
}
.single-am-event .eve-venue-data p a {
  color: #fff;
}
.single-am-event .eve-venue-data p a:hover {
  text-decoration: underline;
}
.single-am-event .eve-venue-data .btn, .single-am-event .eve-venue-data .res-check-form .res-form-submit input, .res-check-form .res-form-submit .single-am-event .eve-venue-data input, .single-am-event .eve-venue-data .wpcf7-form input.wpcf7-submit, .wpcf7-form .single-am-event .eve-venue-data input.wpcf7-submit {
  margin: 25px 0 0;
  color: #0b0b22;
  border-color: #0b0b22;
}
.single-am-event .eve-venue-data .btn.btn-bordered:before, .single-am-event .eve-venue-data .res-check-form .res-form-submit input:before, .res-check-form .res-form-submit .single-am-event .eve-venue-data input:before, .single-am-event .eve-venue-data .wpcf7-form input.btn-bordered.wpcf7-submit:before, .wpcf7-form .single-am-event .eve-venue-data input.btn-bordered.wpcf7-submit:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffee9e), to(#fbd31e));
  background-image: linear-gradient(to right, #ffee9e, #fbd31e);
}
.single-am-event .eve-venue-data .btn:hover, .single-am-event .eve-venue-data .res-check-form .res-form-submit input:hover, .res-check-form .res-form-submit .single-am-event .eve-venue-data input:hover, .single-am-event .eve-venue-data .wpcf7-form input.wpcf7-submit:hover, .wpcf7-form .single-am-event .eve-venue-data input.wpcf7-submit:hover {
  color: #111;
}
.single-am-event .event-banner-video .event-video-inner {
  border: 8px solid #fff;
  border-radius: 15px;
  background: #fff;
}
.single-am-event .event-banner-video img {
  width: 100%;
  border-radius: 15px;
}
.single-am-event .event-banner-video a {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.single-am-event .event-banner-video a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/play-event.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 68px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.3);
}
.single-am-event .event-banner-video a:hover:after {
  background-color: rgba(0, 0, 0, 0.45);
}

.page-template-btech-mtech-admission .banner-section .banner-object.inner-banner, .single-amrita-admission .banner-section .banner-object.inner-banner, .page-template-template-admission-new .banner-section .banner-object.inner-banner {
  height: 100%;
  position: absolute;
  width: 100%;
  max-height: none;
}
.page-template-btech-mtech-admission .banner-section .banner-texts, .single-amrita-admission .banner-section .banner-texts, .page-template-template-admission-new .banner-section .banner-texts {
  position: relative;
  padding: 90px 0 60px;
  z-index: 99;
  text-align: left;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  bottom: auto;
}
.page-template-btech-mtech-admission .banner-section .banner-texts h2, .single-amrita-admission .banner-section .banner-texts h2, .page-template-template-admission-new .banner-section .banner-texts h2 {
  text-transform: unset;
  margin: 0 0 10px;
  font-size: 26px;
}
.page-template-btech-mtech-admission .tech-banner-wrap, .single-amrita-admission .tech-banner-wrap, .page-template-template-admission-new .tech-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-btech-mtech-admission .tech-banner-left, .single-amrita-admission .tech-banner-left, .page-template-template-admission-new .tech-banner-left {
  width: 100%;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-template-btech-mtech-admission .tech-banner-left .tb-top, .single-amrita-admission .tech-banner-left .tb-top, .page-template-template-admission-new .tech-banner-left .tb-top {
  max-width: 520px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-template-btech-mtech-admission .tech-banner-left .tb-top p, .single-amrita-admission .tech-banner-left .tb-top p, .page-template-template-admission-new .tech-banner-left .tb-top p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 20px;
}
.page-template-btech-mtech-admission .tech-banner-left .tb-top .btn, .page-template-btech-mtech-admission .tech-banner-left .tb-top .res-check-form .res-form-submit input, .res-check-form .res-form-submit .page-template-btech-mtech-admission .tech-banner-left .tb-top input, .page-template-btech-mtech-admission .tech-banner-left .tb-top .wpcf7-form input.wpcf7-submit, .wpcf7-form .page-template-btech-mtech-admission .tech-banner-left .tb-top input.wpcf7-submit, .single-amrita-admission .tech-banner-left .tb-top .btn, .single-amrita-admission .tech-banner-left .tb-top .res-check-form .res-form-submit input, .res-check-form .res-form-submit .single-amrita-admission .tech-banner-left .tb-top input, .single-amrita-admission .tech-banner-left .tb-top .wpcf7-form input.wpcf7-submit, .wpcf7-form .single-amrita-admission .tech-banner-left .tb-top input.wpcf7-submit, .page-template-template-admission-new .tech-banner-left .tb-top .btn, .page-template-template-admission-new .tech-banner-left .tb-top .res-check-form .res-form-submit input, .res-check-form .res-form-submit .page-template-template-admission-new .tech-banner-left .tb-top input, .page-template-template-admission-new .tech-banner-left .tb-top .wpcf7-form input.wpcf7-submit, .wpcf7-form .page-template-template-admission-new .tech-banner-left .tb-top input.wpcf7-submit {
  padding: 16px 40px;
  font-size: 13px;
}
.page-template-btech-mtech-admission .tech-banner-right, .single-amrita-admission .tech-banner-right, .page-template-template-admission-new .tech-banner-right {
  width: 100%;
}
.page-template-btech-mtech-admission .tech-banner-right .quick-enquiry-box, .single-amrita-admission .tech-banner-right .quick-enquiry-box, .page-template-template-admission-new .tech-banner-right .quick-enquiry-box {
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  border-radius: 5px;
}
.page-template-btech-mtech-admission .tbb-item, .single-amrita-admission .tbb-item, .page-template-template-admission-new .tbb-item {
  font-size: 12px;
  float: left;
  width: 50%;
  padding: 0 20px 20px 0;
}
.page-template-btech-mtech-admission .tbb-item:nth-child(2n+1), .single-amrita-admission .tbb-item:nth-child(2n+1), .page-template-template-admission-new .tbb-item:nth-child(2n+1) {
  clear: both;
}
.page-template-btech-mtech-admission .tbb-item span, .single-amrita-admission .tbb-item span, .page-template-template-admission-new .tbb-item span {
  display: block;
  font-size: 24px;
  color: #0b0b22;
  margin: 0 0 5px;
  font-weight: 600;
}
.page-template-btech-mtech-admission .tbc-item, .single-amrita-admission .tbc-item, .page-template-template-admission-new .tbc-item {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 10px;
  font-size: 14px;
}
.page-template-btech-mtech-admission .tbc-item:last-child, .single-amrita-admission .tbc-item:last-child, .page-template-template-admission-new .tbc-item:last-child {
  margin-right: 0;
}
.page-template-btech-mtech-admission .tbc-item span, .single-amrita-admission .tbc-item span, .page-template-template-admission-new .tbc-item span {
  color: #0b0b22;
  display: inline-block;
  margin-right: 5px;
}
.page-template-btech-mtech-admission .tbc-item a, .single-amrita-admission .tbc-item a, .page-template-template-admission-new .tbc-item a {
  color: #fff;
}
.page-template-btech-mtech-admission .tbc-item a:hover, .single-amrita-admission .tbc-item a:hover, .page-template-template-admission-new .tbc-item a:hover {
  color: #ddd;
}
.page-template-btech-mtech-admission .tb-bottom-contact, .single-amrita-admission .tb-bottom-contact, .page-template-template-admission-new .tb-bottom-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 25px 0 10px;
  margin: 5px 0 0;
}

@media only screen and (min-width: 481px) {
  .banner-section .banner-texts h2 .typed-cursor {
    display: inline-block;
    vertical-align: text-top;
    line-height: 1;
  }
  .banner-section .banner-texts .banner-button .btn, .banner-section .banner-texts .banner-button .res-check-form .res-form-submit input, .res-check-form .res-form-submit .banner-section .banner-texts .banner-button input, .banner-section .banner-texts .banner-button .wpcf7-form input.wpcf7-submit, .wpcf7-form .banner-section .banner-texts .banner-button input.wpcf7-submit {
    padding: 15px 31px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-section:hover {
    z-index: 9999991;
  }

  .banner-section .banner-texts {
    text-align: left;
  }
  .banner-section .banner-texts h2 {
    font-size: 50px;
    line-height: 52px;
  }
  .banner-section .banner-texts .banner-meta {
    font-size: 23px;
    line-height: 44px;
  }

  .single-am-event .banner-section {
    border-bottom: 45px solid #FDF8F9;
  }
  .single-am-event .banner-section .banner-object.inner-banner {
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .single-am-event .banner-section .banner-texts {
    position: relative;
    padding: 250px 0 50px;
    z-index: 99;
    text-align: left;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .single-am-event .banner-section .banner-texts h2 {
    text-transform: unset;
    font-size: 30px;
    line-height: 40px;
  }
  .single-am-event .eve-date {
    padding: 0 0 0 70px;
    margin: 25px 0 0;
    background-size: auto;
  }
  .single-am-event .eve-date ul li {
    font-size: 16px;
    line-height: 23px;
    margin: 5px 0 0;
  }
  .single-am-event .eve-venue-data {
    margin: 25px 0 0;
  }
  .single-am-event .eve-venue-data p {
    font-size: 14px;
  }

  .page-template-btech-mtech-admission .tech-banner-wrap, .single-amrita-admission .tech-banner-wrap, .page-template-template-admission-new .tech-banner-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-template-btech-mtech-admission .tech-banner-left, .single-amrita-admission .tech-banner-left, .page-template-template-admission-new .tech-banner-left {
    width: 60%;
    padding-right: 60px;
    padding-bottom: 0;
  }
  .page-template-btech-mtech-admission .tech-banner-left .tb-top p, .single-amrita-admission .tech-banner-left .tb-top p, .page-template-template-admission-new .tech-banner-left .tb-top p {
    margin: 0 0 30px;
  }
  .page-template-btech-mtech-admission .tbb-item, .single-amrita-admission .tbb-item, .page-template-template-admission-new .tbb-item {
    font-size: 13px;
    width: 33.33%;
  }
  .page-template-btech-mtech-admission .tbb-item:nth-child(2n+1), .single-amrita-admission .tbb-item:nth-child(2n+1), .page-template-template-admission-new .tbb-item:nth-child(2n+1) {
    clear: none;
  }
  .page-template-btech-mtech-admission .tbb-item:nth-child(3n+1), .single-amrita-admission .tbb-item:nth-child(3n+1), .page-template-template-admission-new .tbb-item:nth-child(3n+1) {
    clear: both;
  }
  .page-template-btech-mtech-admission .tbb-item span, .single-amrita-admission .tbb-item span, .page-template-template-admission-new .tbb-item span {
    font-size: 22px;
  }
  .page-template-btech-mtech-admission .tech-banner-right, .single-amrita-admission .tech-banner-right, .page-template-template-admission-new .tech-banner-right {
    width: 40%;
  }
  .page-template-btech-mtech-admission .banner-section .banner-texts, .single-amrita-admission .banner-section .banner-texts, .page-template-template-admission-new .banner-section .banner-texts {
    padding: 190px 0 60px;
  }
  .page-template-btech-mtech-admission .banner-section .banner-texts h2, .single-amrita-admission .banner-section .banner-texts h2, .page-template-template-admission-new .banner-section .banner-texts h2 {
    margin: 0 0 20px;
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-section .banner-texts h2 {
    font-size: 60px;
    line-height: 55px;
  }

  .single-am-event .banner-section {
    border-bottom: 60px solid #FDF8F9;
  }
  .single-am-event .event-banner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .single-am-event .event-banner-wrap .event-banner-left {
    width: 50%;
    padding: 0 50px 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single-am-event .event-banner-wrap .event-banner-right {
    width: 50%;
    padding: 0 0 0 50px;
    text-align: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .page-template-btech-mtech-admission .tech-banner-left, .single-amrita-admission .tech-banner-left, .page-template-template-admission-new .tech-banner-left {
    width: 70%;
  }
  .page-template-btech-mtech-admission .tech-banner-right, .single-amrita-admission .tech-banner-right, .page-template-template-admission-new .tech-banner-right {
    width: 30%;
  }
  .page-template-btech-mtech-admission .tbb-item, .single-amrita-admission .tbb-item, .page-template-template-admission-new .tbb-item {
    width: 20%;
    clear: none;
    font-size: 14px;
  }
  .page-template-btech-mtech-admission .tbb-item:nth-child(2n+1), .single-amrita-admission .tbb-item:nth-child(2n+1), .page-template-template-admission-new .tbb-item:nth-child(2n+1) {
    clear: none;
  }
  .page-template-btech-mtech-admission .tbb-item:nth-child(3n+1), .single-amrita-admission .tbb-item:nth-child(3n+1), .page-template-template-admission-new .tbb-item:nth-child(3n+1) {
    clear: none;
  }
  .page-template-btech-mtech-admission .tbb-item span, .single-amrita-admission .tbb-item span, .page-template-template-admission-new .tbb-item span {
    font-size: 27px;
  }
  .page-template-btech-mtech-admission .banner-section .banner-texts h2, .single-amrita-admission .banner-section .banner-texts h2, .page-template-template-admission-new .banner-section .banner-texts h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1025px) {
  .banner-section .banner-object {
    max-height: none;
  }

  .single-am-event .banner-section {
    border-bottom: 90px solid #FDF8F9;
  }
  .single-am-event .banner-section .event-banner-shape {
    height: calc(100% - 70px);
  }
  .single-am-event .banner-section .event-banner-shape:after {
    height: 83%;
  }
}
.page-template-template-admission-new .quick-enquiry-box:after {
  display: none;
}

.aheadFilterTop {
  display: block;
}
.aheadFilterTop .filter-pgm {
  display: block;
  padding: 25px 0;
}
.aheadFilterTop ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aheadFilterTop ul li {
  list-style: none;
  margin-right: 30px;
}
.aheadFilterTop ul li:last-child {
  margin-right: 0;
}
.aheadFilterTop ul li.active a {
  color: #AF0C3E;
}
.aheadFilterTop ul li.active a::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #AF0C3E;
}
.aheadFilterTop ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #656565;
  position: relative;
}
.aheadFilterTop ul li a:hover {
  color: #AF0C3E;
}

.aheadListOuter {
  width: 100%;
  padding: 80px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#FBF3F5), to(#FBF3F5)), #F0F5F8;
  background: linear-gradient(0deg, #FBF3F5, #FBF3F5), #F0F5F8;
}
.aheadListOuter .loadingstyle {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.aheadListOuter .pgmlisting {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.aheadListOuter .pgmlisting .pgm-item {
  width: 33.33%;
  padding: 15px;
}
.aheadListOuter .pgmlisting .innerBox {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 7px 14px #e0d4d6;
          box-shadow: 0px 7px 14px #e0d4d6;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
}
.aheadListOuter .pgmlisting .innerBox:hover .imgsect img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aheadListOuter .pgmlisting .imgsect {
  display: block;
  width: 100%;
  overflow: hidden;
}
.aheadListOuter .pgmlisting .imgsect img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aheadListOuter .pgmlisting .detailsect {
  background: #FFFFFF;
  border-radius: 8px;
  min-height: 220px;
  padding: 30px;
}
.aheadListOuter .pgmlisting .detailsect h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AF0C3E;
  min-height: 45px;
  margin: 0 0 20px 0;
}
.aheadListOuter .pgmlisting .detailsect .yr-sem-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
  margin: 10px -10px;
}
.aheadListOuter .pgmlisting .detailsect .yr-sem-outer span {
  padding: 0 10px;
  position: relative;
}
.aheadListOuter .pgmlisting .detailsect .yr-sem-outer span:nth-child(1)::before {
  display: none;
}
.aheadListOuter .pgmlisting .detailsect .yr-sem-outer span::before {
  content: "";
  position: absolute;
  left: 0;
  background: #656565;
  top: 2px;
  width: 2px;
  height: 15px;
  opacity: 0.7;
}
.aheadListOuter .pgmlisting .detailsect .btn.btn-bordered, .aheadListOuter .pgmlisting .detailsect .res-check-form .res-form-submit input, .res-check-form .res-form-submit .aheadListOuter .pgmlisting .detailsect input, .aheadListOuter .pgmlisting .detailsect .wpcf7-form input.btn-bordered.wpcf7-submit, .wpcf7-form .aheadListOuter .pgmlisting .detailsect input.btn-bordered.wpcf7-submit {
  margin-top: 20px;
}
.aheadListOuter .application-sec {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.aheadListOuter .application-sec .cntnt {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #262626;
  width: 70%;
}
.aheadListOuter .application-sec .btn-sec {
  width: 25%;
}
.aheadListOuter .application-sec .btn-sec .btn, .aheadListOuter .application-sec .btn-sec .res-check-form .res-form-submit input, .res-check-form .res-form-submit .aheadListOuter .application-sec .btn-sec input, .aheadListOuter .application-sec .btn-sec .wpcf7-form input.wpcf7-submit, .wpcf7-form .aheadListOuter .application-sec .btn-sec input.wpcf7-submit {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.738462px;
  text-transform: uppercase;
  color: #AF0C3E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #AF0C3E;
  padding: 10px 15px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aheadListOuter .application-sec .btn-sec .btn:hover, .aheadListOuter .application-sec .btn-sec .res-check-form .res-form-submit input:hover, .res-check-form .res-form-submit .aheadListOuter .application-sec .btn-sec input:hover, .aheadListOuter .application-sec .btn-sec .wpcf7-form input.wpcf7-submit:hover, .wpcf7-form .aheadListOuter .application-sec .btn-sec input.wpcf7-submit:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ahead-desc {
  border: 0 !important;
}
.ahead-desc h3:before {
  display: none !important;
}
.ahead-desc h3.block-title.bt-left-aligned, .ahead-desc .school-template-school-home2 .sec-happening h3.block-title, .school-template-school-home2 .sec-happening .ahead-desc h3.block-title, .ahead-desc .ranking-landing h3.bt-left-aligned.rank-land-title, .ahead-desc .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title.block-title, .school-template-school-home2 .sec-happening .ahead-desc .ranking-landing h3.rank-land-title.block-title, .ahead-desc .ranking-landing .school-template-school-home2 .sec-happening .latest-news-top h3.rank-land-title, .school-template-school-home2 .sec-happening .latest-news-top .ahead-desc .ranking-landing h3.rank-land-title, .ahead-desc .ranking-landing .latest-news-top .school-template-school-home2 .sec-happening h3.rank-land-title, .latest-news-top .school-template-school-home2 .sec-happening .ahead-desc .ranking-landing h3.rank-land-title, .ahead-desc .ranking-landing .school-template-school-home2 .sec-happening .popular-news h3.rank-land-title, .school-template-school-home2 .sec-happening .popular-news .ahead-desc .ranking-landing h3.rank-land-title, .ahead-desc .ranking-landing .popular-news .school-template-school-home2 .sec-happening h3.rank-land-title, .popular-news .school-template-school-home2 .sec-happening .ahead-desc .ranking-landing h3.rank-land-title, .ahead-desc .ranking-landing .school-template-school-home2 .sec-happening .single-wrap .cnt h3.rank-land-title.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .ahead-desc .ranking-landing h3.rank-land-title.post-heading, .ahead-desc .ranking-landing .single-wrap .cnt .school-template-school-home2 .sec-happening h3.rank-land-title.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .ahead-desc .ranking-landing h3.rank-land-title.post-heading, .ahead-desc .ranking-landing .school-template-school-home2 .sec-happening .inner_about .blksec h3.rank-land-title, .school-template-school-home2 .sec-happening .inner_about .blksec .ahead-desc .ranking-landing h3.rank-land-title, .ahead-desc .ranking-landing .inner_about .blksec .school-template-school-home2 .sec-happening h3.rank-land-title, .inner_about .blksec .school-template-school-home2 .sec-happening .ahead-desc .ranking-landing h3.rank-land-title, .ahead-desc .ranking-landing .school-template-school-home2 .sec-happening .resrch-col-right h3.rank-land-title, .school-template-school-home2 .sec-happening .resrch-col-right .ahead-desc .ranking-landing h3.rank-land-title, .ahead-desc .ranking-landing .resrch-col-right .school-template-school-home2 .sec-happening h3.rank-land-title, .resrch-col-right .school-template-school-home2 .sec-happening .ahead-desc .ranking-landing h3.rank-land-title, .ahead-desc .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .school-template-school-home2 .sec-happening .ahead-desc .ranking-landing h3.rank-land-title, .ahead-desc .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title, .ranking-landing .ahead-desc h3.bt-left-aligned.rank-land-title, .ranking-landing .ahead-desc .school-template-school-home2 .sec-happening h3.rank-land-title.block-title, .school-template-school-home2 .sec-happening .ranking-landing .ahead-desc h3.rank-land-title.block-title, .ranking-landing .ahead-desc .school-template-school-home2 .sec-happening .latest-news-top h3.rank-land-title, .school-template-school-home2 .sec-happening .latest-news-top .ranking-landing .ahead-desc h3.rank-land-title, .ranking-landing .ahead-desc .latest-news-top .school-template-school-home2 .sec-happening h3.rank-land-title, .latest-news-top .school-template-school-home2 .sec-happening .ranking-landing .ahead-desc h3.rank-land-title, .ranking-landing .ahead-desc .school-template-school-home2 .sec-happening .popular-news h3.rank-land-title, .school-template-school-home2 .sec-happening .popular-news .ranking-landing .ahead-desc h3.rank-land-title, .ranking-landing .ahead-desc .popular-news .school-template-school-home2 .sec-happening h3.rank-land-title, .popular-news .school-template-school-home2 .sec-happening .ranking-landing .ahead-desc h3.rank-land-title, .ranking-landing .ahead-desc .school-template-school-home2 .sec-happening .single-wrap .cnt h3.rank-land-title.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .ranking-landing .ahead-desc h3.rank-land-title.post-heading, .ranking-landing .ahead-desc .single-wrap .cnt .school-template-school-home2 .sec-happening h3.rank-land-title.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .ranking-landing .ahead-desc h3.rank-land-title.post-heading, .ranking-landing .ahead-desc .school-template-school-home2 .sec-happening .inner_about .blksec h3.rank-land-title, .school-template-school-home2 .sec-happening .inner_about .blksec .ranking-landing .ahead-desc h3.rank-land-title, .ranking-landing .ahead-desc .inner_about .blksec .school-template-school-home2 .sec-happening h3.rank-land-title, .inner_about .blksec .school-template-school-home2 .sec-happening .ranking-landing .ahead-desc h3.rank-land-title, .ranking-landing .ahead-desc .school-template-school-home2 .sec-happening .resrch-col-right h3.rank-land-title, .school-template-school-home2 .sec-happening .resrch-col-right .ranking-landing .ahead-desc h3.rank-land-title, .ranking-landing .ahead-desc .resrch-col-right .school-template-school-home2 .sec-happening h3.rank-land-title, .resrch-col-right .school-template-school-home2 .sec-happening .ranking-landing .ahead-desc h3.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .ahead-desc h3.rank-land-title, .ranking-landing .ahead-desc .school-template-school-home2 .sec-happening h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .ahead-desc h3.rank-land-title, .ahead-desc .resrch-col-right h3.bt-left-aligned, .ahead-desc .resrch-col-right .school-template-school-home2 .sec-happening h3.block-title, .school-template-school-home2 .sec-happening .ahead-desc .resrch-col-right h3.block-title, .ahead-desc .resrch-col-right .school-template-school-home2 .sec-happening .latest-news-top h3, .school-template-school-home2 .sec-happening .latest-news-top .ahead-desc .resrch-col-right h3, .ahead-desc .resrch-col-right .latest-news-top .school-template-school-home2 .sec-happening h3, .latest-news-top .school-template-school-home2 .sec-happening .ahead-desc .resrch-col-right h3, .ahead-desc .resrch-col-right .school-template-school-home2 .sec-happening .popular-news h3, .school-template-school-home2 .sec-happening .popular-news .ahead-desc .resrch-col-right h3, .ahead-desc .resrch-col-right .popular-news .school-template-school-home2 .sec-happening h3, .popular-news .school-template-school-home2 .sec-happening .ahead-desc .resrch-col-right h3, .ahead-desc .resrch-col-right .school-template-school-home2 .sec-happening .single-wrap .cnt h3.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .ahead-desc .resrch-col-right h3.post-heading, .ahead-desc .resrch-col-right .single-wrap .cnt .school-template-school-home2 .sec-happening h3.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .ahead-desc .resrch-col-right h3.post-heading, .ahead-desc .resrch-col-right .school-template-school-home2 .sec-happening .inner_about .blksec h3, .school-template-school-home2 .sec-happening .inner_about .blksec .ahead-desc .resrch-col-right h3, .ahead-desc .resrch-col-right .inner_about .blksec .school-template-school-home2 .sec-happening h3, .inner_about .blksec .school-template-school-home2 .sec-happening .ahead-desc .resrch-col-right h3, .ahead-desc .school-template-school-home2 .sec-happening .resrch-col-right h3, .school-template-school-home2 .sec-happening .ahead-desc .resrch-col-right h3, .ahead-desc .resrch-col-right .school-template-school-home2 .sec-happening h3, .ahead-desc .resrch-col-right .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .ahead-desc .resrch-col-right h3.rank-land-title, .ahead-desc .resrch-col-right .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .ahead-desc .resrch-col-right h3.rank-land-title, .resrch-col-right .ahead-desc h3.bt-left-aligned, .resrch-col-right .ahead-desc .school-template-school-home2 .sec-happening h3.block-title, .school-template-school-home2 .sec-happening .resrch-col-right .ahead-desc h3.block-title, .resrch-col-right .ahead-desc .school-template-school-home2 .sec-happening .latest-news-top h3, .school-template-school-home2 .sec-happening .latest-news-top .resrch-col-right .ahead-desc h3, .resrch-col-right .ahead-desc .latest-news-top .school-template-school-home2 .sec-happening h3, .latest-news-top .school-template-school-home2 .sec-happening .resrch-col-right .ahead-desc h3, .resrch-col-right .ahead-desc .school-template-school-home2 .sec-happening .popular-news h3, .school-template-school-home2 .sec-happening .popular-news .resrch-col-right .ahead-desc h3, .resrch-col-right .ahead-desc .popular-news .school-template-school-home2 .sec-happening h3, .popular-news .school-template-school-home2 .sec-happening .resrch-col-right .ahead-desc h3, .resrch-col-right .ahead-desc .school-template-school-home2 .sec-happening .single-wrap .cnt h3.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .resrch-col-right .ahead-desc h3.post-heading, .resrch-col-right .ahead-desc .single-wrap .cnt .school-template-school-home2 .sec-happening h3.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .resrch-col-right .ahead-desc h3.post-heading, .resrch-col-right .ahead-desc .school-template-school-home2 .sec-happening .inner_about .blksec h3, .school-template-school-home2 .sec-happening .inner_about .blksec .resrch-col-right .ahead-desc h3, .resrch-col-right .ahead-desc .inner_about .blksec .school-template-school-home2 .sec-happening h3, .inner_about .blksec .school-template-school-home2 .sec-happening .resrch-col-right .ahead-desc h3, .school-template-school-home2 .sec-happening .resrch-col-right .ahead-desc h3, .resrch-col-right .ahead-desc .school-template-school-home2 .sec-happening h3, .resrch-col-right .school-template-school-home2 .sec-happening .ahead-desc h3, .resrch-col-right .ahead-desc .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .resrch-col-right .ahead-desc h3.rank-land-title, .resrch-col-right .ahead-desc .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .resrch-col-right .ahead-desc h3.rank-land-title, .ahead-desc .inner_about .blksec h3, .inner_about .blksec .ahead-desc h3, .ahead-desc .single-wrap .cnt h3.post-heading, .single-wrap .cnt .ahead-desc h3.post-heading, .ahead-desc .latest-news-top h3, .latest-news-top .ahead-desc h3, .ahead-desc .popular-news h3, .popular-news .ahead-desc h3 {
  padding: 0 0 25px 0;
}
.ahead-desc .campus-about-wrap.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ahead-desc .campus-video-img:before {
  display: none !important;
}
.ahead-desc .campus-about-video {
  margin-top: 0 !important;
}

.ahead-icon-list {
  padding: 60px 0 0 0 !important;
}
.ahead-icon-list .iconlist-wrap {
  margin: 0 -10px !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 60px;
}
.ahead-icon-list .iconlist-wrap .iconlist-item {
  width: 20%;
  margin: 0 !important;
  padding: 0 10px;
}
.ahead-icon-list .iconlist-wrap .iconlist-item .iconlist-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ahead-icon-list .iconlist-wrap .iconlist-item .icolist-img {
  width: 20%;
  text-align: center;
  margin: 0 !important;
}
.ahead-icon-list .iconlist-wrap .iconlist-item .icolist-img img {
  width: auto;
  max-height: 35px;
}
.ahead-icon-list .iconlist-wrap .iconlist-item .icolist-meta {
  width: 80%;
  padding-left: 12px;
}
.ahead-icon-list .iconlist-wrap .iconlist-item .icolist-meta p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
}

.aheadKey h2 {
  text-align: center !important;
  padding-top: 0 !important;
}
.aheadKey h2::before {
  display: none !important;
}
.aheadKey .iconlist-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aheadKey .iconlist-wrap .iconlist-item {
  width: 25%;
}
.aheadKey .iconlist-wrap .iconlist-item .iconlist-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aheadKey .iconlist-wrap .iconlist-item .icolist-img {
  width: 20%;
  text-align: center;
  margin: 0 !important;
}
.aheadKey .iconlist-wrap .iconlist-item .icolist-img img {
  width: auto;
  max-height: 35px;
}
.aheadKey .iconlist-wrap .iconlist-item .icolist-meta {
  width: 80%;
  padding-left: 12px;
}
.aheadKey .iconlist-wrap .iconlist-item .icolist-meta p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
}

.aheadAdvantage {
  width: 100%;
  padding: 80px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#FBF3F5), to(#FBF3F5)), #F0F5F8;
  background: linear-gradient(0deg, #FBF3F5, #FBF3F5), #F0F5F8;
  position: relative;
}
.aheadAdvantage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  z-index: 0;
}
.aheadAdvantage .row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aheadAdvantage .abt-col-right {
  padding: 40px 15px 40px 80px;
}
.aheadAdvantage .abt-col-right .abt-desc-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
.aheadAdvantage .abt-col-right h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
.aheadAdvantage .abt-col-right .btn, .aheadAdvantage .abt-col-right .res-check-form .res-form-submit input, .res-check-form .res-form-submit .aheadAdvantage .abt-col-right input, .aheadAdvantage .abt-col-right .wpcf7-form input.wpcf7-submit, .wpcf7-form .aheadAdvantage .abt-col-right input.wpcf7-submit {
  border: 1px solid #fff;
  color: #fff;
}
.aheadAdvantage .abt-col-right .btn::before, .aheadAdvantage .abt-col-right .res-check-form .res-form-submit input::before, .res-check-form .res-form-submit .aheadAdvantage .abt-col-right input::before, .aheadAdvantage .abt-col-right .wpcf7-form input.wpcf7-submit::before, .wpcf7-form .aheadAdvantage .abt-col-right input.wpcf7-submit::before {
  background: #fff !important;
}
.aheadAdvantage .abt-col-right .btn:hover, .aheadAdvantage .abt-col-right .res-check-form .res-form-submit input:hover, .res-check-form .res-form-submit .aheadAdvantage .abt-col-right input:hover, .aheadAdvantage .abt-col-right .wpcf7-form input.wpcf7-submit:hover, .wpcf7-form .aheadAdvantage .abt-col-right input.wpcf7-submit:hover {
  background: #FFFFFF !important;
  color: #AF0C3E !important;
}
.aheadAdvantage .adv-col-left {
  padding: 40px 15px;
}
.aheadAdvantage .adv-col-left .abt-col-number {
  display: block;
}
.aheadAdvantage .adv-col-left .abt-numbers {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aheadAdvantage .adv-col-left .abt-numbers .ln-item {
  padding: 20px 60px 20px 0px;
  width: 50%;
}
.aheadAdvantage .adv-col-left .abt-numbers .ln-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aheadAdvantage .adv-col-left .abt-numbers .ln-item-inner i {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #B61749;
  margin: 0 0 12px 0;
}
.aheadAdvantage .adv-col-left .abt-numbers .ln-item-inner span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #656565;
}
.aheadAdvantage .adv-col-left .icon-box {
  display: block;
  margin: 0 0 30px 0;
}
.aheadAdvantage .adv-col-left .icon-box img {
  width: auto;
  max-height: 40px;
}

.aheadRanking .wp-block-columns {
  margin: 0;
}
.aheadRanking .uagb-section__inner-wrap {
  padding: 80px 0 50px 0;
}
.aheadRanking h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #B61749;
  margin: 0 0 25px 0;
}
.aheadRanking p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
}
.aheadRanking figcaption {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #656565;
}
.aheadRanking figure {
  width: 100%;
  text-align: center;
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
}
.aheadRanking figure img {
  margin: 0 auto 10px auto;
  text-align: center;
  width: auto;
  max-height: 60px;
}

.aheadTraining {
  width: 100%;
  padding: 0 !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
}
.aheadTraining .uagb-section__overlay {
  display: none;
}
.aheadTraining .uagb-section__inner-wrap {
  padding: 120px 0;
}
.aheadTraining h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
.aheadTraining .wp-block-columns {
  margin: 60px 0 0 0px;
  text-align: center;
}
.aheadTraining .wp-block-columns figure {
  margin: 0;
}
.aheadTraining .wp-block-columns figure img {
  width: auto;
  max-height: 45px;
}

.aheadAdmiddion {
  width: 100%;
  padding: 80px 0;
  border-bottom: 1px solid #D6D6D6;
  text-align: center;
}
.aheadAdmiddion h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #B61749;
}
.aheadAdmiddion h3::before {
  display: none;
}
.aheadAdmiddion .process-outer {
  width: 100%;
  max-width: 880px;
  margin: 80px auto;
}
.aheadAdmiddion .process-outer ul {
  padding: 0;
  margin: 0 -20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.aheadAdmiddion .process-outer ul::before {
  content: "";
  position: absolute;
  top: 35px;
  width: 75%;
  border-bottom: 1px dashed #AF0C3E;
  height: 10px;
  left: 0;
  z-index: -1;
  right: 0;
  margin: 0 auto;
}
.aheadAdmiddion .process-outer ul li {
  list-style: none;
  width: 25%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aheadAdmiddion .process-outer ul li span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #AF0C3E;
}
.aheadAdmiddion .process-outer ul li .img-outer {
  display: block;
  margin: 0 auto 10px auto;
}
.aheadAdmiddion .process-outer ul li .img-outer img {
  width: auto;
  max-height: 85px;
}

.aheadFaculty {
  padding: 80px 0;
  position: relative;
  width: 100%;
}
.aheadFaculty h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #B61749;
}
.aheadFaculty h3::before {
  display: none;
}
.aheadFaculty .details-outer {
  width: 100%;
  position: relative;
  margin-top: 60px;
}
.aheadFaculty .details-outer::before {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: 1;
}
.aheadFaculty .details-outer .slick-list {
  overflow: inherit;
}
.aheadFaculty .details-outer .fac-item {
  width: 100%;
  outline: inherit;
  padding: 12px;
  position: relative;
}
.aheadFaculty .details-outer .fac-item:hover .hover-sec {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.aheadFaculty .details-outer .fac-item:hover .img-outer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-40.97%, rgba(255, 255, 255, 0)), color-stop(72.83%, rgba(0, 0, 0, 0.63))), url(image.png);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -40.97%, rgba(0, 0, 0, 0.63) 72.83%), url(image.png);
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aheadFaculty .details-outer .hover-sec {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  border-radius: 8px;
}
.aheadFaculty .details-outer .hover-sec h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.aheadFaculty .details-outer .hover-sec a {
  color: #fff;
  display: inline-block;
}
.aheadFaculty .details-outer .hover-sec p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.71);
}
.aheadFaculty .details-outer .img-outer {
  width: 100%;
  position: relative;
}
.aheadFaculty .details-outer .img-outer img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  border-radius: 8px;
}

.aheadTestimonial {
  width: 100%;
  padding: 80px 0 0 0;
  background: url(images/ahead-tsm.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 80px;
}
.aheadTestimonial h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF !important;
  margin: 0 0 10px;
  background: none !important;
  -webkit-text-fill-color: inherit !important;
}
.aheadTestimonial h3::before {
  display: none;
}
.aheadTestimonial span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  display: block;
}
.aheadTestimonial .testimonials-outer {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), #FBF3F5;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FBF3F5;
  -webkit-box-shadow: 0px 5px 12px rgba(105, 82, 91, 0.28);
          box-shadow: 0px 5px 12px rgba(105, 82, 91, 0.28);
  border-radius: 19px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 50px 90px;
  position: relative;
  top: 80px;
  text-align: center;
}
.aheadTestimonial button.slick-next.slick-arrow {
  position: absolute;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  border: 0;
}
.aheadTestimonial button.slick-prev.slick-arrow {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  border: 0;
}
.aheadTestimonial .img-outer {
  display: block;
  position: relative;
}
.aheadTestimonial .img-outer img {
  width: 82px;
  height: 82px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  border-radius: 100px;
}
.aheadTestimonial h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #B61749;
}
.aheadTestimonial span.desig {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: rgba(46, 18, 18, 0.88);
  margin: 0 0 20px 0;
}
.aheadTestimonial .testimonial-item {
  position: relative;
}
.aheadTestimonial .img-outer {
  display: block;
  position: absolute;
  top: -95px;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.aheadTestimonial .slick-list {
  overflow: inherit;
}
.aheadTestimonial .slick-slide {
  opacity: 0;
}
.aheadTestimonial .slick-slide.slick-current.slick-active {
  opacity: 1;
}

.single-get-ahead .tab_bar ul {
  text-align: left;
}
.single-get-ahead .tab_bar ul li a {
  padding: 30px 0px;
  font-size: 12px;
  margin-right: 15px;
}
.single-get-ahead .program-overview a.wp-block-button__link.has-text-color {
  margin-top: 20px;
}
.single-get-ahead .program-overview h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #B61749;
}
.single-get-ahead .program-overview h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #AF0C3E;
}
.single-get-ahead .program-overview ul li, .single-get-ahead .program-overview ol li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #656565;
  margin: 5px 0;
}
.single-get-ahead .program-overview ul li::marker, .single-get-ahead .program-overview ol li::marker {
  font-size: 10px;
}
.single-get-ahead .program-overview hr.wp-block-separator.is-style-wide {
  border: 0;
  background: #ddd;
  margin: 40px 0 50px 0;
}
.single-get-ahead .program-overview p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #656565;
}
.single-get-ahead .program-overview figure.alignleft.size-full {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.single-get-ahead .program-overview .uagb-section__inner-wrap {
  padding-bottom: 0;
}
.single-get-ahead .overview-icon-list {
  padding: 30px 0 !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#FBF3F5), to(#FBF3F5)), #F0F5F8;
  background: linear-gradient(0deg, #FBF3F5, #FBF3F5), #F0F5F8;
  border-radius: 8px;
  margin: 50px 0;
}
.single-get-ahead .overview-icon-list .iconlist-wrap.row {
  margin-top: 0 !important;
}
.single-get-ahead .overview-icon-list .iconlist-wrap.row .iconlist-item {
  margin: 0 !important;
  width: 25%;
  padding: 0 30px;
}
.single-get-ahead .overview-icon-list .icolist-img {
  margin: 0 10px 0 0 !important;
  width: 20%;
}
.single-get-ahead .overview-icon-list .icolist-img img {
  width: auto;
  max-height: 40px;
}
.single-get-ahead .overview-icon-list .icolist-meta {
  width: 75%;
}
.single-get-ahead .overview-icon-list .icolist-meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-get-ahead .overview-icon-list .iconlist-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-get-ahead .overview-icon-list .iconlist-item-inner p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
  margin: 0;
}
.single-get-ahead .overview-icon-list .iconlist-item-inner span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
}
.single-get-ahead .aheadFaculty {
  background: -webkit-gradient(linear, left bottom, left top, from(#FBF3F5), to(#FBF3F5)), #F0F5F8;
  background: linear-gradient(0deg, #FBF3F5, #FBF3F5), #F0F5F8;
}
.single-get-ahead .aheadFaculty p {
  text-align: center;
}
.single-get-ahead .aheadFaculty .details-outer .hover-sec p {
  text-align: left;
}
.single-get-ahead .aheadFaculty .details-outer::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#FBF3F5), to(#FBF3F5)), #F0F5F8;
  background: linear-gradient(0deg, #FBF3F5, #FBF3F5), #F0F5F8;
}
.single-get-ahead .aheadFaculty h3 {
  padding-bottom: 20px;
}
.single-get-ahead #certificate-sec h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  margin: 0 0 25px 0;
}
.single-get-ahead #certificate-sec p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
}
.single-get-ahead #certificate-sec .wp-block-image img {
  border-radius: 8px !important;
}
.single-get-ahead #course-curriculum {
  border-bottom: 1px solid #D6D6D6;
}
.single-get-ahead #course-curriculum .doc-accordion-section {
  padding: 0;
}
.single-get-ahead #course-curriculum .doc-accordion-section .container {
  padding: 0;
}
.single-get-ahead #course-curriculum h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #B61749;
}
.single-get-ahead #course-curriculum p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  margin: 0 0 30px 0;
}
.single-get-ahead #course-curriculum h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #AF0C3E;
}
.single-get-ahead #course-curriculum .doc-accordion-wrap {
  margin: 30px 0 0 0 !important;
}
.single-get-ahead #course-curriculum .wp-block-buttons {
  margin: 45px 0 68px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-get-ahead .aheadAdmiddion {
  background: -webkit-gradient(linear, left bottom, left top, from(#FBF3F5), to(#FBF3F5)), #F0F5F8;
  background: linear-gradient(0deg, #FBF3F5, #FBF3F5), #F0F5F8;
  border-bottom: 0;
}
.single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tabs-content.vertical-content-width {
  width: 70%;
  border: 0;
  padding: 0;
}
.single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tabs-content.vertical-content-width h6 {
  list-style: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #656565;
  border-bottom: 1px solid #ECEBEB;
  padding: 15px 20px;
  margin: 0;
}
.single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tabs-content.vertical-content-width ul {
  padding: 0;
  margin: 0;
}
.single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tabs-content.vertical-content-width ul li {
  list-style: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #656565;
  border-bottom: 1px solid #ECEBEB;
  padding: 15px 20px;
  margin: 0;
}
.single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tab-holder.vertical-tab-width {
  width: 30%;
  border-right: 1px solid #ECEBEB !important;
  border: 0;
}
.single-get-ahead #electives-sec .wp-block-ub-tabbed-content {
  margin-top: 30px;
  margin-bottom: 0px;
  background: #FFFFFF;
  border: 1px solid #ECEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tab-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #656565;
  padding: 20px 40px;
}
.single-get-ahead #electives-sec h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #B61749;
}
.single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tab-title-vertical-wrap {
  border: 0;
}
.single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tab-title-vertical-wrap.active {
  border-radius: 0;
  background: #FBF3F5 !important;
  border-left: 4px solid #AF0C3E !important;
}
.single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tab-title-vertical-wrap.active .wp-block-ub-tabbed-content-tab-title {
  color: #AF0C3E !important;
}

.ahead-spl {
  max-width: 700px;
  width: 100%;
}
.ahead-spl ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin: 0;
}
.ahead-spl ul li {
  margin: 8px 0;
  list-style: none;
  display: inline-block;
}
.ahead-spl ul li:hover {
  background: #fbf3f5;
  border-radius: 16.5px;
}
.ahead-spl ul li a {
  color: #656565;
  position: relative;
  padding: 10px 15px 10px 20px;
}
.ahead-spl ul li a::before {
  content: ".";
  position: absolute;
  left: 10px;
  top: -2px;
  color: #656565;
  font-size: 20px;
}

.aheadTabSec {
  width: 100%;
  max-width: 1140px !important;
}
.aheadTabSec p.has-text-align-center {
  max-width: 700px;
  margin: 0 auto;
}
.aheadTabSec h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #B61749;
  margin: 0 0 25px 0;
}
.aheadTabSec p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #656565;
}
.aheadTabSec .wp-block-ub-tabbed-content-tabs-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aheadTabSec .wp-block-ub-tabbed-content {
  margin-top: 40px !important;
}
.aheadTabSec .campus-about {
  padding: 50px 0;
}
.aheadTabSec .wp-block-ub-tabbed-content-tabs-content {
  padding: 0 !important;
  border: 0;
}
.aheadTabSec .wp-block-ub-tabbed-content-tab-title-wrap {
  border: 1px solid #fff !important;
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #656565 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aheadTabSec .wp-block-ub-tabbed-content-tab-title-wrap.active {
  background: #fff !important;
  border: 1px solid #8E8FA2 !important;
  color: #AF0C3E !important;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aheadTabSec .campus-about-wrap .campus-col-left {
  padding: 0 0px 0 40px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.aheadTabSec .campus-about-wrap .campus-col-right {
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.aheadTabSec .campus-about-wrap h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #AF0C3E;
  padding: 0 !important;
  margin: 0 !important;
}
.aheadTabSec .campus-about-wrap p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #656565;
  margin: 0 0 20px 0;
}
.aheadTabSec .campus-about-wrap p:last-child {
  margin-bottom: 0;
}

.ahead-work {
  margin: 50px 0 30px 0 !important;
}

.aheadJob {
  background: #FFFFFF;
  border: 1px solid #ECEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.aheadJob .wp-block-column:nth-child(1) {
  padding: 50px;
}
.aheadJob h3 {
  text-align: left;
}
.aheadJob ul {
  padding: 0;
  margin: 0;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.aheadJob ul li {
  list-style: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #656565;
  padding: 10px 0;
}
.aheadJob figure.wp-block-image.size-full {
  margin: 0;
}
.aheadJob figure.wp-block-image.size-full img {
  width: 100%;
  border-radius: 0 5px 5px 0px;
}

#program-fee-sec {
  background: -webkit-gradient(linear, left bottom, left top, from(#FBF3F5), to(#FBF3F5)), #F0F5F8;
  background: linear-gradient(0deg, #FBF3F5, #FBF3F5), #F0F5F8;
}
#program-fee-sec .uagb-section__inner-wrap {
  padding: 50px 0;
}
#program-fee-sec .wp-block-column:nth-child(2) {
  text-align: right;
}
#program-fee-sec .wp-block-column:nth-child(2) .wp-block-buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#program-fee-sec .wp-block-column:nth-child(2) p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #AF0C3E;
}
#program-fee-sec h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #B61749;
  margin: 0 0 15px 0;
}
#program-fee-sec strong {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #AF0C3E;
}
#program-fee-sec p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #656565;
  margin: 0 0 20px 0;
}

#faq-sec h3.has-text-align-center {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #B61749;
}
#faq-sec .doc-accordion-wrap {
  margin: 0 !important;
}
#faq-sec .doc-accordion-section {
  padding: 0;
}
#faq-sec h4 {
  max-width: 1060px;
  margin: 50px auto 0 auto;
  width: 100%;
  padding: 0 30px 20px 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #AF0C3E;
}

.ahead-header {
  min-height: 720px !important;
}
.ahead-header::before {
  display: none !important;
}
.ahead-header .sp-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ahead-header .sp-header-img {
  padding-top: 40px;
}
.ahead-header .sp-header-text {
  max-width: 638px;
  top: 35% !important;
}
.ahead-header .sp-header-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.ahead-header .sp-header-text h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
}
.ahead-header .sp-header-text .sp-training-sec {
  display: block;
  padding: 50px 0;
}
.ahead-header .sp-header-text .sp-training-sec span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.ahead-header .sp-header-text .sp-training-sec .logo-outer {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 0 0;
  margin: 0 -15px;
}
.ahead-header .sp-header-text .sp-training-sec .logo-outer .logo-img {
  display: inline-block;
  padding: 10px 15px;
}
.ahead-header .sp-header-text .sp-training-sec .logo-outer .logo-img img {
  width: auto;
  max-height: 40px;
}

.lets-talk-box {
  bottom: auto;
  top: 25%;
}
.lets-talk-box .qeb-wrap {
  padding: 20px 20px 0 20px !important;
}
.lets-talk-box .qeb-title {
  font-weight: 600 !important;
  text-transform: uppercase;
  max-width: 100px;
  font-size: 16px !important;
  text-align: center !important;
  margin: 0 auto 20px !important;
  color: #AF0C3E !important;
  line-height: 24px !important;
}
.lets-talk-box input {
  padding: 15px !important;
}
.lets-talk-box select.form-control {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  display: block;
  padding: 15px 32px 15px 15px;
  outline: 0;
  color: #656565 !important;
  font-family: inherit;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px !important;
}
.lets-talk-box .checkbox-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #9E9E9E;
}
.lets-talk-box .checkbox-outer input {
  width: auto !important;
  margin: 2px 10px 0 0px !important;
}
.lets-talk-box .ah-select {
  position: relative;
}
.lets-talk-box .ah-select::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  background: url(images/dp-arrow-select.png) no-repeat center;
  width: 20px;
  height: 30px;
}
.lets-talk-box a#change-image {
  display: block;
  text-align: center;
  margin: 0 !important;
}
.lets-talk-box .form-group br {
  display: none;
}
.lets-talk-box iframe {
  height: 530px !important;
}

.page-id-277 h3.block-title:before, .page-id-277 .ranking-landing h3.rank-land-title:before, .ranking-landing .page-id-277 h3.rank-land-title:before, .page-id-277 .resrch-col-right h3:before, .resrch-col-right .page-id-277 h3:before, .page-id-277 .inner_about .blksec h3:before, .inner_about .blksec .page-id-277 h3:before, .page-id-277 .single-wrap .cnt h3.post-heading:before, .single-wrap .cnt .page-id-277 h3.post-heading:before, .page-id-277 .latest-news-top h3:before, .latest-news-top .page-id-277 h3:before, .page-id-277 .popular-news h3:before, .popular-news .page-id-277 h3:before {
  display: none !important;
}

.aheadTraining .wp-block-columns {
  padding: 20px;
}

.mob-only-sec {
  display: none;
}

@media screen and (max-width: 991px) {
  .ahead-icon-list .iconlist-wrap .iconlist-item {
    width: 33.33%;
    padding: 12px 10px;
  }

  .aheadKey .iconlist-wrap .iconlist-item {
    width: 33.33%;
  }

  .aheadTraining .wp-block-columns .wp-block-column {
    padding: 10px 0;
  }

  .ahead-header .sp-header-text {
    max-width: 420px;
    top: 35% !important;
  }

  .ahead-header .sp-header-text h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .ahead-header .sp-header-text .sp-training-sec {
    padding: 30px 0;
  }

  .ahead-header .sp-header-text .sp-training-sec .logo-outer {
    padding: 15px 0 0 0;
  }

  .ahead-header .sp-header-text .sp-training-sec .logo-outer .logo-img img {
    max-height: 22px;
  }

  .single-get-ahead .overview-icon-list .iconlist-wrap.row .iconlist-item {
    width: 50%;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 882px) {
  .single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tabs-content.vertical-content-width {
    width: 100%;
  }

  .single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tab-holder.vertical-tab-width {
    width: 100%;
  }

  .single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tab-holder.vertical-tab-width .wp-block-ub-tabbed-content-tabs-title-mobile-horizontal-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tab-title {
    padding: 10px;
  }

  .single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tabs-content.vertical-content-width h6 {
    border: 0;
    border-top: 1px solid #ECEBEB !important;
  }

  .single-get-ahead #electives-sec .wp-block-ub-tabbed-content-tabs-content.vertical-content-width ul li {
    border: 0;
  }
}
@media screen and (max-width: 860px) {
  .aheadListOuter .pgmlisting .pgm-item {
    width: 50%;
  }

  .aheadTraining .uagb-section__inner-wrap {
    padding: 60px 0;
  }

  .aheadTraining .wp-block-columns {
    margin: 20px 0 0 0;
  }

  .aheadTestimonial .testimonials-outer {
    padding: 50px;
  }

  .aheadJob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .aheadJob .wp-block-column:nth-child(1) {
    padding: 30px;
  }

  .aheadJob .wp-block-column {
    margin: 0;
  }

  .aheadJob figure.wp-block-image.size-full img {
    width: 100%;
    border-radius: 10px;
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 760px) {
  .ahead-header .quick-enquiry-box.lets-talk-box {
    display: none;
  }

  .mob-only-sec {
    display: block;
  }

  .ahead-header {
    min-height: 580px !important;
  }

  .ahead-header .sp-header-img img {
    width: auto;
    max-height: 200px;
  }

  .ahead-icon-list {
    padding: 0 !important;
  }

  #program-fee-sec .uagb-section__inner-wrap .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  #program-fee-sec .wp-block-column:nth-child(2) .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #program-fee-sec .wp-block-column:nth-child(2) {
    margin-left: 0 !important;
  }

  #program-fee-sec .uagb-section__inner-wrap {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 751px) {
  .ahead-desc .campus-about-wrap.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .aheadFilterTop ul {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .aheadFilterTop ul li {
    padding: 10px 0;
  }

  .aheadFilterTop ul li.active a::before {
    bottom: -5px;
  }

  .aheadListOuter .application-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .aheadListOuter .application-sec .cntnt {
    padding-bottom: 20px;
    width: 100%;
  }

  .aheadAdvantage .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .aheadListOuter .application-sec .btn-sec {
    width: 100%;
  }

  .aheadAdvantage::after {
    display: none;
  }

  .aheadAdvantage .abt-col-right {
    background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
    background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
    padding: 40px;
  }

  .aheadListOuter, .aheadAdvantage, .aheadFaculty, .aheadAdmiddion {
    padding: 60px 0;
  }

  .aheadKey .iconlist-wrap .iconlist-item .icolist-meta {
    text-align: left !important;
  }

  .aheadKey .iconlist-wrap .iconlist-item {
    padding: 0;
    margin: 10px 0;
  }

  .aheadRanking .uagb-section__inner-wrap {
    padding: 40px 0 30px 0;
  }

  .aheadTraining h3 {
    padding: 0 20px;
  }

  .aheadTestimonial {
    padding: 60px 0 0 0;
  }

  .aheadFaculty .details-outer {
    margin-top: 20px;
  }

  .ahead-header .sp-header-text {
    max-width: 100%;
    top: 56% !important;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    position: inherit !important;
  }

  .ahead-header .sp-header-text h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .aheadTabSec .campus-about-wrap .campus-col-left {
    padding: 20px 0 0 0;
  }

  .aheadTabSec .campus-about-wrap p {
    text-align: center;
  }

  .single-get-ahead .overview-icon-list .iconlist-wrap.row .iconlist-item {
    width: 50% !important;
  }
}
@media screen and (max-width: 580px) {
  .aheadListOuter .pgmlisting .pgm-item {
    width: 100%;
    padding: 10px 0;
  }

  .aheadListOuter .pgmlisting {
    margin: 0;
  }

  .aheadListOuter .pgmlisting .imgsect img {
    width: 100%;
  }

  .aheadTestimonial h3, .aheadFaculty h3, .aheadAdmiddion h3, .aheadTraining h3, .aheadRanking h2, .aheadAdvantage .abt-col-right h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .aheadTabSec h3, .aheadTabSec h3, .aheadTabSec h3, .single-get-ahead .program-overview h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .single-get-ahead #course-curriculum h3, .single-get-ahead #electives-sec h3, .single-get-ahead #certificate-sec h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .aheadAdvantage .adv-col-left {
    padding: 0 15px 40px 15px;
  }

  .ahead-header {
    min-height: 540px !important;
  }

  .ahead-header .sp-header-img img {
    width: auto;
    max-height: 160px;
  }

  .aheadAdmiddion .process-outer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .aheadAdmiddion .process-outer ul li {
    width: 100%;
    padding: 15px 0;
  }

  .aheadAdmiddion .process-outer ul::before {
    content: "";
    position: absolute;
    top: 35px;
    width: 1px;
    border-left: 1px dashed #AF0C3E;
    height: 78%;
    left: 0;
    z-index: -1;
    right: 0;
    margin: 0 auto;
  }

  .aheadAdmiddion .process-outer {
    margin: 20px auto;
  }

  .aheadJob figure.wp-block-image.size-full img {
    height: 420px;
  }

  .aheadJob ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .ahead-work {
    margin: 20px 0 0px 0 !important;
    text-align: center;
  }

  .aheadTabSec .campus-about {
    padding: 40px 0 0 0;
  }

  .ahead-spl ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .single-get-ahead .program-overview .uagb-section__inner-wrap {
    padding-bottom: 0;
  }

  .program-overview .wp-block-columns .wp-block-column {
    padding-bottom: 30px;
  }

  .wp-block-column.ahead-spl {
    padding-bottom: 0 !important;
  }

  .single-get-ahead .program-overview hr.wp-block-separator.is-style-wide {
    margin: 0 0 40px 0;
  }

  .single-get-ahead .overview-icon-list .iconlist-wrap.row .iconlist-item {
    width: 100% !important;
    padding: 15px 0;
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .ahead-icon-list .iconlist-wrap .iconlist-item {
    text-align: left !important;
    padding: 10px 0 !important;
  }

  .aheadFaculty .details-outer .img-outer img {
    height: 360px;
  }

  .aheadJob figure.wp-block-image.size-full img {
    height: 270px;
  }

  .aheadJob ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .aheadTabSec .wp-block-ub-tabbed-content-tabs-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 360px) {
  .ahead-header .sp-header-text h2 {
    font-size: 22px;
    line-height: 34px;
  }

  .aheadFaculty .details-outer .img-outer img {
    height: 290px;
  }
}
.sec-home-interests {
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: 9999;
}
.sec-home-interests .container {
  position: relative;
  z-index: 1;
}
.sec-home-interests .int-desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin: 25px 0;
}
.sec-home-interests .int-program-list {
  margin: 60px 0 0;
}
.sec-home-interests .int-program-list .prog-list-toggler {
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  padding: 15px;
  text-align: left;
  position: relative;
  color: #9E9E9E;
  cursor: pointer;
}
.sec-home-interests .int-program-list .prog-list-toggler:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  background: url(images/drop-icon.svg) #fff no-repeat center;
  z-index: 1;
}
.sec-home-interests .int-program-list .prog-ul-wrap {
  border-top: 1px solid #dfdfdf;
}
.sec-home-interests .int-program-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.sec-home-interests .int-program-list ul li a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  color: #656565;
}
.sec-home-interests .int-program-list ul li a:hover {
  background: #eee;
}
.sec-home-interests .int-program-list .prog-list-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  display: none;
  z-index: 6;
  background: #fff;
  padding: 40px 0 0;
}
.sec-home-interests .int-program-list .prog-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #444;
  z-index: 8;
  cursor: pointer;
  font-size: 0;
  background: url(../images/close.svg) #efefef center no-repeat;
  background-size: 20px;
}
.sec-home-interests .int-program-list .search-programs-bt {
  margin-top: 30px;
}
.sec-home-interests .int-program-list .search-programs-bt .btn, .sec-home-interests .int-program-list .search-programs-bt .res-check-form .res-form-submit input, .res-check-form .res-form-submit .sec-home-interests .int-program-list .search-programs-bt input, .sec-home-interests .int-program-list .search-programs-bt .wpcf7-form input.wpcf7-submit, .wpcf7-form .sec-home-interests .int-program-list .search-programs-bt input.wpcf7-submit {
  display: block;
  font-size: 13px;
  padding: 15px 28px;
}
.sec-home-interests .int-program-list .search-programs-bt .btn:hover img, .sec-home-interests .int-program-list .search-programs-bt .res-check-form .res-form-submit input:hover img, .res-check-form .res-form-submit .sec-home-interests .int-program-list .search-programs-bt input:hover img, .sec-home-interests .int-program-list .search-programs-bt .wpcf7-form input.wpcf7-submit:hover img, .wpcf7-form .sec-home-interests .int-program-list .search-programs-bt input.wpcf7-submit:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sec-home-interests .int-program-list .or-apply {
  text-transform: uppercase;
  margin-top: 20px;
}
.sec-home-interests .int-program-list .or-apply span {
  vertical-align: middle;
  display: inline-block;
}
.sec-home-interests .int-program-list .or-apply img {
  vertical-align: middle;
}

.animated-shapes {
  display: none;
}

.shape-mobile {
  display: block;
  margin-top: -21%;
  position: relative;
  text-align: right;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.shape-mobile img {
  max-width: 50%;
}

@media (max-width: 420px) {
  .shape-mobile {
    margin-top: -25%;
  }
}
@media (max-width: 340px) {
  .sec-home-interests .search-programs-bt .btn, .sec-home-interests .search-programs-bt .res-check-form .res-form-submit input, .res-check-form .res-form-submit .sec-home-interests .search-programs-bt input, .sec-home-interests .search-programs-bt .wpcf7-form input.wpcf7-submit, .wpcf7-form .sec-home-interests .search-programs-bt input.wpcf7-submit {
    padding: 15px 20px !important;
  }

  .shape-mobile {
    margin-top: -28%;
  }
}
@media only screen and (min-width: 768px) {
  .shape-mobile {
    float: right;
    width: 50%;
  }
  .shape-mobile img {
    max-width: 100%;
  }

  .sec-home-interests {
    padding: 70px 0;
    text-align: left;
  }
  .sec-home-interests .int-program-list .prog-list-toggler, .sec-home-interests .int-program-list .prog-close {
    display: none;
  }
  .sec-home-interests .int-program-list .prog-list-content {
    position: relative;
    top: auto;
    left: auto;
    display: block !important;
    height: auto;
    background: transparent;
    padding: 10px 0 30px;
  }
  .sec-home-interests .int-program-list .prog-list-content .prog-ul-wrap {
    border: 0;
    max-width: 800px;
  }
  .sec-home-interests .int-program-list .prog-list-content .prog-ul-wrap ul {
    float: left;
    width: 33.33%;
  }
  .sec-home-interests .int-program-list .prog-list-content .prog-ul-wrap li {
    padding: 5px 0;
  }
  .sec-home-interests .int-program-list .prog-list-content .prog-ul-wrap li a {
    display: inline-block;
    padding: 10px 15px;
    border: 0;
    color: #656565;
    border-radius: 20px;
    min-width: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sec-home-interests .int-program-list .prog-list-content .prog-ul-wrap li a:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    vertical-align: middle;
    margin-right: 4px;
    background: #656565;
  }
  .sec-home-interests .int-program-list .prog-list-content .prog-ul-wrap li a:hover {
    background: rgba(175, 12, 65, 0.05);
    color: #AF0C3E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 25px;
  }
  .sec-home-interests .int-program-list .or-apply {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
  .sec-home-interests .int-program-list .or-apply .btn img, .sec-home-interests .int-program-list .or-apply .res-check-form .res-form-submit input img, .res-check-form .res-form-submit .sec-home-interests .int-program-list .or-apply input img, .sec-home-interests .int-program-list .or-apply .wpcf7-form input.wpcf7-submit img, .wpcf7-form .sec-home-interests .int-program-list .or-apply input.wpcf7-submit img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sec-home-interests .int-program-list .or-apply .btn:hover img, .sec-home-interests .int-program-list .or-apply .res-check-form .res-form-submit input:hover img, .res-check-form .res-form-submit .sec-home-interests .int-program-list .or-apply input:hover img, .sec-home-interests .int-program-list .or-apply .wpcf7-form input.wpcf7-submit:hover img, .wpcf7-form .sec-home-interests .int-program-list .or-apply input.wpcf7-submit:hover img {
    margin-left: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sec-home-interests .int-program-list .search-programs-bt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .sec-home-interests {
    padding: 90px 0;
  }

  .shape-mobile {
    display: none;
  }

  .animated-shapes {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    left: 0;
  }

  .animated-shapes > div {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    pointer-events: none;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .animated-shapes > div img {
    width: 90%;
  }
  .animated-shapes > div.shape1 {
    right: 250px;
    top: -140px;
    z-index: 2;
  }
  .animated-shapes > div.shape2 {
    right: 335px;
    top: -15px;
    z-index: 2;
  }
  .animated-shapes > div.shape3 {
    right: 338px;
    top: 45px;
    z-index: 3;
  }
  .animated-shapes > div.shape4 {
    right: 30px;
    top: -40px;
    z-index: 1;
  }
}
.sec-happening {
  padding: 60px 0;
  background: #FDF8F9;
}
.sec-happening .hp-item-wrap {
  padding: 30px 0;
}
.sec-happening .hp-item-wrap.row {
  margin-left: -35px;
  margin-right: -35px;
}
.sec-happening .hp-item-wrap.row .hp-item {
  padding-left: 35px;
  padding-right: 35px;
}
.sec-happening .hp-item-wrap.row .hp-item .row {
  margin-left: 0;
  margin-right: 0;
}
.sec-happening .hp-item-wrap.row .hp-item > a {
  display: block;
}
.sec-happening .hp-item {
  margin: 0 0 40px;
  position: relative;
}
.sec-happening .hp-item a {
  display: inline-block;
}
.sec-happening .hp-item a:after {
  content: "";
  display: block;
  clear: both;
}
.sec-happening .hp-item a:hover {
  opacity: 0.8;
}
.sec-happening .hp-item .hp-desc {
  color: #656565;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}
.sec-happening .hp-item .hp-date {
  color: #A4123F;
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 600;
}
.sec-happening .hp-item .hp-date i {
  font-style: normal;
}
.sec-happening .hp-item .hp-image {
  margin: 0 0 20px;
}
.sec-happening .hp-item .hp-image img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.sec-happening .hp-item .hp-item-text {
  margin: 0 0 25px;
}
.sec-happening .hp-item .hp-item-text .hp-date {
  margin: 0;
  width: 45px;
  float: left;
  color: #9D9D9D;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.sec-happening .hp-item .hp-item-text .hp-desc {
  padding-left: 55px;
}
.sec-happening .hp-item .hp-item-text .hp-date span {
  display: none;
}
.sec-happening .hp-item .hp-item-text .hp-date i {
  display: block;
  font-size: 34px;
  font-weight: 500;
  color: #AF0C3E;
  line-height: 1;
  margin: 0 0 2px;
}
.sec-happening .hp-item .hp-more {
  text-align: center;
  padding-top: 10px;
}
.sec-happening .hp-item .hp-more .btn, .sec-happening .hp-item .hp-more .res-check-form .res-form-submit input, .res-check-form .res-form-submit .sec-happening .hp-item .hp-more input, .sec-happening .hp-item .hp-more .wpcf7-form input.wpcf7-submit, .wpcf7-form .sec-happening .hp-item .hp-more input.wpcf7-submit {
  opacity: 1;
}
.sec-happening .hp-item:last-child {
  margin-bottom: 0;
}
.sec-happening .hp-events {
  padding: 30px 0 0;
}

@media only screen and (min-width: 768px) {
  .sec-happening {
    padding: 90px 0;
  }
  .sec-happening .hp-events {
    padding: 50px 0 0;
    border-top: 1px solid #DFDFDF;
  }
  .sec-happening .hp-events .hp-event-desc {
    font-size: 14px;
  }
  .sec-happening .hp-item .hp-more {
    text-align: left;
  }
  .sec-happening .hp-item-wrap {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .hp-events h4 {
    text-align: left;
  }
  .hp-events ul.slick-dots {
    text-align: left;
  }
  .hp-events .hp-event-item {
    padding: 0 20px;
  }
  .hp-events .hp-event-item a {
    position: relative;
    padding-left: 50px;
  }
  .hp-events .hp-event-date {
    text-transform: uppercase;
    width: 50px;
    font-weight: 500;
    font-size: 13px;
    color: #9D9D9D;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
  }
  .hp-events .hp-event-date i {
    display: block;
    font-size: 34px;
    font-weight: 600;
    color: #AF0C3E;
    line-height: 1;
    margin: 0 0 2px;
  }
  .hp-events .hp-event-date span {
    display: none;
  }
}
/* -------------- New home page happenings section --------------*/
.sec-happening-new {
  padding: 50px 0;
  position: relative;
}
.sec-happening-new .block-title, .sec-happening-new .iconlist-block.adminblock h2, .iconlist-block.adminblock .sec-happening-new h2, .sec-happening-new .ranking-landing .rank-land-title, .ranking-landing .sec-happening-new .rank-land-title, .sec-happening-new .resrch-col-right h3, .resrch-col-right .sec-happening-new h3, .sec-happening-new .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .sec-happening-new h2:first-child, .sec-happening-new .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .sec-happening-new h2:first-child, .sec-happening-new .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .sec-happening-new h2:first-child, .sec-happening-new .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .sec-happening-new h2:first-child, .sec-happening-new .department-top h2, .department-top .sec-happening-new h2, .sec-happening-new .about-school-sec h2, .about-school-sec .sec-happening-new h2, .sec-happening-new .inner_about .blksec h3, .inner_about .blksec .sec-happening-new h3, .sec-happening-new .adminblock .container > h2, .adminblock .sec-happening-new .container > h2, .sec-happening-new .camp-tour-sec h2, .camp-tour-sec .sec-happening-new h2, .sec-happening-new .school-program h2:first-child, .school-program .sec-happening-new h2:first-child, .sec-happening-new .single-wrap .cnt .post-heading, .single-wrap .cnt .sec-happening-new .post-heading, .sec-happening-new .latest-news-top h3, .latest-news-top .sec-happening-new h3, .sec-happening-new .popular-news h3, .popular-news .sec-happening-new h3, .sec-happening-new .tab-block .section-programs h2, .tab-block .section-programs .sec-happening-new h2 {
  text-align: left;
}
.sec-happening-new .block-title:before, .sec-happening-new .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .sec-happening-new h2:before, .sec-happening-new .ranking-landing .rank-land-title:before, .ranking-landing .sec-happening-new .rank-land-title:before, .sec-happening-new .resrch-col-right h3:before, .resrch-col-right .sec-happening-new h3:before, .sec-happening-new .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .sec-happening-new h2:first-child:before, .sec-happening-new .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .sec-happening-new h2:first-child:before, .sec-happening-new .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .sec-happening-new h2:first-child:before, .sec-happening-new .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .sec-happening-new h2:first-child:before, .sec-happening-new .department-top h2:before, .department-top .sec-happening-new h2:before, .sec-happening-new .about-school-sec h2:before, .about-school-sec .sec-happening-new h2:before, .sec-happening-new .inner_about .blksec h3:before, .inner_about .blksec .sec-happening-new h3:before, .sec-happening-new .adminblock .container > h2:before, .adminblock .sec-happening-new .container > h2:before, .sec-happening-new .camp-tour-sec h2:before, .camp-tour-sec .sec-happening-new h2:before, .sec-happening-new .school-program h2:first-child:before, .school-program .sec-happening-new h2:first-child:before, .sec-happening-new .single-wrap .cnt .post-heading:before, .single-wrap .cnt .sec-happening-new .post-heading:before, .sec-happening-new .latest-news-top h3:before, .latest-news-top .sec-happening-new h3:before, .sec-happening-new .popular-news h3:before, .popular-news .sec-happening-new h3:before, .sec-happening-new .tab-block .section-programs h2:before, .tab-block .section-programs .sec-happening-new h2:before {
  margin: 0;
  right: auto;
}
.sec-happening-new .shape-left {
  display: block;
  left: 0;
  top: 180px;
  background: url(images/shape-left-bg.svg) no-repeat top left;
  position: absolute;
  width: 30%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  background-size: contain;
}
.sec-happening-new .shape-right {
  display: block;
  right: 0;
  top: 0;
  background: url(images/shape-right-bg.svg) no-repeat top right;
  position: absolute;
  width: 70%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  background-size: contain;
}
.sec-happening-new .fhs-content {
  width: 100%;
  left: 0;
  position: relative;
  z-index: 1;
}
.sec-happening-new .fhs-image {
  width: 100%;
  padding: 0 30px;
}
.sec-happening-new .fhs-image img {
  width: 100%;
}
.sec-happening-new .featured-happening-wrap {
  position: relative;
  max-width: 1400px;
  margin: 80px auto 0;
}
.sec-happening-new .fhs-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-happening-new .fhs-content-inner {
  background: #fff;
}
.sec-happening-new .fhs-content-inner .fhs-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
  color: #D00846;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.sec-happening-new .fhs-content-inner h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #262626;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.sec-happening-new .fhs-content-inner .fhs-desc {
  margin: 20px 0 0;
  line-height: 24px;
  color: #656565;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  display: none;
}
.sec-happening-new .fhs-content-inner a {
  display: block;
  padding: 30px;
}
.sec-happening-new .fhs-content-inner a:hover h4 {
  color: #AF0C3E;
}
.sec-happening-new .slick-active .fhs-date {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sec-happening-new .slick-active h4 {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec-happening-new .slick-active .fhs-desc {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sec-happening-new .fhs-nav {
  position: absolute;
  right: calc(60% - 15px);
  bottom: 30px;
  z-index: 4;
}
.sec-happening-new .fhs-nav .slick-arrow {
  border-radius: 0;
  border: 1px solid #AF0C3E !important;
}
.sec-happening-new .fhs-image-slider .slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #AF0C3E !important;
  z-index: 2;
}
.sec-happening-new .fhs-image-slider .slick-arrow.slick-prev {
  left: -19px;
}
.sec-happening-new .fhs-image-slider .slick-arrow.slick-next {
  right: -19px;
}
.sec-happening-new .happening-small-section {
  position: relative;
  padding: 50px 0;
  background: #fff;
}
.sec-happening-new .happening-small-section:before {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #0b0b22;
}
.sec-happening-new .happening-small-section .container {
  position: relative;
  z-index: 1;
}
.sec-happening-new .happening-small-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.sec-happening-new .happening-small-wrap .hss-item {
  position: relative;
  padding: 15px;
}
.sec-happening-new .happening-small-wrap .hss-image {
  width: 55%;
  position: relative;
  z-index: 1;
}
.sec-happening-new .happening-small-wrap .hss-image img {
  width: 100%;
}
.sec-happening-new .happening-small-wrap .hss-content {
  background: #FDF8F9;
  width: calc(50% + 30px);
  margin-left: -30px;
  z-index: 2;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 50%;
  padding: 15px 13px 15px 25px;
  height: 100px;
  overflow: hidden;
}
.sec-happening-new .happening-small-wrap .hss-content:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100px;
  background: #FDF8F9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  opacity: 0;
}
.sec-happening-new .happening-small-wrap .hss-content .hss-desc {
  line-height: 17px;
  color: #656565;
  position: relative;
  z-index: 1;
}
.sec-happening-new .happening-small-wrap .hss-content .hss-desc a {
  color: inherit;
}
.sec-happening-new .happening-small-wrap .hss-content .hss-content-inner {
  font-size: 12px;
}
.sec-happening-new .happening-small-wrap .hss-content .hss-date {
  color: #262626;
  margin: 0 0 5px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.sec-happening-new .happening-small-wrap .hss-item-inner {
  position: relative;
}
.sec-happening-new .happening-small-wrap .hss-item-inner a {
  display: block;
}
.sec-happening-new .happening-small-wrap .hss-item-inner a:hover .hss-image image {
  opacity: 0.8;
}
.sec-happening-new .happening-small-wrap .hss-item-inner a:hover .hss-content:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.sec-happening-new .happening-small-wrap .hss-item-inner a:hover .hss-content .hss-desc {
  color: #eee;
}
.sec-happening-new .happening-small-wrap .hss-item-inner a:hover .hss-content .hss-date {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .sec-happening-new {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  html:not(.no-skrollr) .shape-left {
    left: 0px;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  html:not(.no-skrollr) .shape-right {
    right: -20%;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }

  .sec-happening-new {
    padding: 90px 0;
  }
  .sec-happening-new .featured-happening-wrap {
    margin: 0 auto;
  }
  .sec-happening-new .shape-left {
    top: 240px;
    background-size: cover;
    width: calc((100% - 1200px) / 2 + 300px);
    background-position: top right;
  }
  .sec-happening-new .shape-right {
    top: auto;
    background-size: cover;
    bottom: 63%;
    background-position: top left;
    width: 80%;
  }
  .sec-happening-new .fhs-content {
    width: 47%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-happening-new .fhs-image {
    width: 63%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: -10%;
  }
  .sec-happening-new .fhs-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: calc((100% - 1140px)/2);
  }
  .sec-happening-new .fhs-content-inner {
    -webkit-box-shadow: 1px 4px 30px rgba(0, 0, 0, 0.07);
            box-shadow: 1px 4px 30px rgba(0, 0, 0, 0.07);
    min-height: 400px;
  }
  .sec-happening-new .fhs-content-inner a {
    padding: 50px;
  }
  .sec-happening-new .fhs-content-inner .fhs-date {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
  }
  .sec-happening-new .fhs-content-inner .fhs-desc {
    display: block;
  }
  .sec-happening-new .fhs-content-inner h4 {
    font-size: 28px;
    line-height: 38px;
  }
  .sec-happening-new .fhs-nav {
    position: absolute;
    right: calc(63% - 30px);
    bottom: 30px;
    z-index: 4;
  }
  .sec-happening-new .fhs-nav .slick-arrow {
    border-radius: 0;
    border: 1px solid #AF0C3E !important;
  }
  .sec-happening-new .happening-small-section {
    background: transparent;
    padding: 100px 0 0;
  }
  .sec-happening-new .happening-small-section:before {
    display: none;
  }
}
.sec-explore {
  position: relative;
}
.sec-explore .explore-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.sec-explore .explore-full-image {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #A4123F;
  position: relative;
  color: #fff;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-explore .explore-full-image:before {
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #AF0C3E;
  background-image: -webkit-gradient(linear, left top, right top, from(#b10f57), color-stop(#D10946), color-stop(#FF286B), to(#AE005E));
  background-image: linear-gradient(to right, #b10f57, #D10946, #FF286B, #AE005E);
  opacity: 0.8;
}
.sec-explore .block-title, .sec-explore .iconlist-block.adminblock h2, .iconlist-block.adminblock .sec-explore h2, .sec-explore .ranking-landing .rank-land-title, .ranking-landing .sec-explore .rank-land-title, .sec-explore .resrch-col-right h3, .resrch-col-right .sec-explore h3, .sec-explore .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .sec-explore h2:first-child, .sec-explore .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .sec-explore h2:first-child, .sec-explore .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .sec-explore h2:first-child, .sec-explore .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .sec-explore h2:first-child, .sec-explore .department-top h2, .department-top .sec-explore h2, .sec-explore .about-school-sec h2, .about-school-sec .sec-explore h2, .sec-explore .inner_about .blksec h3, .inner_about .blksec .sec-explore h3, .sec-explore .adminblock .container > h2, .adminblock .sec-explore .container > h2, .sec-explore .camp-tour-sec h2, .camp-tour-sec .sec-explore h2, .sec-explore .school-program h2:first-child, .school-program .sec-explore h2:first-child, .sec-explore .single-wrap .cnt .post-heading, .single-wrap .cnt .sec-explore .post-heading, .sec-explore .latest-news-top h3, .latest-news-top .sec-explore h3, .sec-explore .popular-news h3, .popular-news .sec-explore h3, .sec-explore .tab-block .section-programs h2, .tab-block .section-programs .sec-explore h2 {
  color: inherit !important;
  font-size: 32px;
  line-height: 36px;
  background: transparent !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  text-transform: uppercase !important;
}
.sec-explore .explore-image {
  min-height: 400px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.sec-explore .explore-image img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-explore .explore-image:before {
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #AF0C3E;
  background-image: -webkit-gradient(linear, left top, right top, from(#b10f57), color-stop(#D10946), color-stop(#FF286B), to(#AE005E));
  background-image: linear-gradient(to right, #b10f57, #D10946, #FF286B, #AE005E);
  opacity: 0.8;
}
.sec-explore .explore-text {
  position: relative;
  z-index: 3;
  width: 100%;
}
.sec-explore .explore-text .container {
  position: relative;
}
.sec-explore .explore-text .explore-left {
  margin-bottom: 30px;
}
.sec-explore .explore-text .explore-right {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  max-height: 160px;
  overflow: hidden;
}
.sec-explore .explore-text .explore-right p {
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.sec-explore .explore-text .explore-right p:last-child {
  margin: 0;
}
.sec-explore .sm-video-item {
  position: relative;
}
.sec-explore .sm-video-item .sm-image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.sec-explore .sm-video-item .sm-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.sec-explore .sm-video-item .sm-default {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-explore .sm-video-item .sm-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sec-explore .sm-video-item .sm-hover img {
  width: 55px;
  margin: 0 auto;
}
.sec-explore .sm-video-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.sec-explore ul.slick-dots {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .explore-small-videos {
    position: relative;
    padding-bottom: 5px;
  }
  .explore-small-videos:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 5px;
    background-color: #A4123F;
  }

  .sec-explore .explore-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sec-explore .explore-text .explore-right {
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    width: 60%;
    max-height: auto;
    overflow: visible;
  }
  .sec-explore .explore-text .explore-left {
    width: 40%;
    text-align: center;
    margin-bottom: 25px;
  }
  .sec-explore .sm-video-item .sm-image img {
    height: 240px;
  }
  .sec-explore .sm-video-item .sm-overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .sec-explore .sm-video-item .sm-default {
    opacity: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px;
    color: #fff;
    z-index: 1;
  }
  .sec-explore .sm-video-item .sm-hover {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .sec-explore .sm-video-item .sm-default img {
    width: 28px;
  }
  .sec-explore .sm-video-item .sm-icon {
    margin: 0 0 10px;
  }
  .sec-explore .sm-video-item .sm-title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
  }
  .sec-explore .sm-video-item a:hover .sm-overlay:before {
    opacity: 0;
  }
  .sec-explore .sm-video-item a:hover .sm-default {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sec-explore .sm-video-item a:hover .sm-hover {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sec-explore .block-title, .sec-explore .iconlist-block.adminblock h2, .iconlist-block.adminblock .sec-explore h2, .sec-explore .ranking-landing .rank-land-title, .ranking-landing .sec-explore .rank-land-title, .sec-explore .resrch-col-right h3, .resrch-col-right .sec-explore h3, .sec-explore .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .sec-explore h2:first-child, .sec-explore .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .sec-explore h2:first-child, .sec-explore .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .sec-explore h2:first-child, .sec-explore .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .sec-explore h2:first-child, .sec-explore .department-top h2, .department-top .sec-explore h2, .sec-explore .about-school-sec h2, .about-school-sec .sec-explore h2, .sec-explore .inner_about .blksec h3, .inner_about .blksec .sec-explore h3, .sec-explore .adminblock .container > h2, .adminblock .sec-explore .container > h2, .sec-explore .camp-tour-sec h2, .camp-tour-sec .sec-explore h2, .sec-explore .school-program h2:first-child, .school-program .sec-explore h2:first-child, .sec-explore .single-wrap .cnt .post-heading, .single-wrap .cnt .sec-explore .post-heading, .sec-explore .latest-news-top h3, .latest-news-top .sec-explore h3, .sec-explore .popular-news h3, .popular-news .sec-explore h3, .sec-explore .tab-block .section-programs h2, .tab-block .section-programs .sec-explore h2 {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 40px;
    line-height: 51px;
  }
}
@media only screen and (min-width: 992px) {
  .sec-explore .explore-image, .sec-explore .explore-full-image {
    min-height: 450px;
  }
  .sec-explore .block-title, .sec-explore .iconlist-block.adminblock h2, .iconlist-block.adminblock .sec-explore h2, .sec-explore .ranking-landing .rank-land-title, .ranking-landing .sec-explore .rank-land-title, .sec-explore .resrch-col-right h3, .resrch-col-right .sec-explore h3, .sec-explore .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .sec-explore h2:first-child, .sec-explore .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .sec-explore h2:first-child, .sec-explore .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .sec-explore h2:first-child, .sec-explore .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .sec-explore h2:first-child, .sec-explore .department-top h2, .department-top .sec-explore h2, .sec-explore .about-school-sec h2, .about-school-sec .sec-explore h2, .sec-explore .inner_about .blksec h3, .inner_about .blksec .sec-explore h3, .sec-explore .adminblock .container > h2, .adminblock .sec-explore .container > h2, .sec-explore .camp-tour-sec h2, .camp-tour-sec .sec-explore h2, .sec-explore .school-program h2:first-child, .school-program .sec-explore h2:first-child, .sec-explore .single-wrap .cnt .post-heading, .single-wrap .cnt .sec-explore .post-heading, .sec-explore .latest-news-top h3, .latest-news-top .sec-explore h3, .sec-explore .popular-news h3, .popular-news .sec-explore h3, .sec-explore .tab-block .section-programs h2, .tab-block .section-programs .sec-explore h2 {
    font-size: 50px;
    line-height: 61px;
  }
  .sec-explore .explore-text .explore-right {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1401px) {
  .sec-explore .explore-image, .sec-explore .explore-full-image {
    min-height: 600px;
  }
  .sec-explore .sm-video-item .sm-image img {
    height: 290px;
  }
}
.sec-research {
  padding: 60px 0;
}
.sec-research .row {
  margin-left: -35px;
  margin-right: -35px;
}
.sec-research .row .research-content, .sec-research .row .research-posts {
  padding-left: 35px;
  padding-right: 35px;
}
.sec-research .research-content {
  text-align: center;
}
.sec-research .research-content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 20px 0;
}
.sec-research .research-content p {
  margin: 0;
}
.sec-research .research-content ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-research .research-content .research-btn {
  padding: 20px 0;
  clear: both;
}
.sec-research .research-posts {
  padding-top: 15px;
}
.sec-research .research-posts .row {
  margin-left: -15px;
  margin-right: -15px;
}
.sec-research .research-item {
  margin: 0 0 20px;
}
.sec-research .research-item a {
  color: #656565;
  font-weight: 500;
  line-height: 22px;
  font-size: 15px;
  display: block;
}
.sec-research .research-item a:hover {
  opacity: 0.8;
}
.sec-research .research-item .res-date {
  color: #A4123F;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
}
.sec-research .research-item .res-date i {
  font-style: normal;
}
.sec-research .research-item .res-image {
  margin: 0 0 20px;
}
.sec-research .research-item .res-image img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.sec-research .research-item.research-item-thumb {
  margin: 0 0 25px;
}
.sec-research .research-more {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .sec-research {
    padding: 120px 0;
  }
  .sec-research .research-posts {
    padding-top: 0;
  }
  .sec-research .research-content {
    text-align: left;
    float: right;
  }
  .sec-research .research-content h6 {
    margin: 30px 0 10px;
  }
  .sec-research .research-content ul {
    display: block;
    float: left;
    width: 50%;
    padding-right: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sec-research .research-content li {
    display: inline-block;
    padding: 10px 5px;
    border: 0;
    color: #656565;
    border-radius: 20px;
    min-width: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sec-research .research-content li a {
    color: #656565;
  }
  .sec-research .research-content li a:hover {
    color: #AF0C3E;
  }
  .sec-research .research-content li:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    vertical-align: middle;
    margin-right: 4px;
    background: #656565;
  }
  .sec-research .research-item {
    width: 50%;
    padding: 0 15px;
    float: left;
  }
  .sec-research .research-item.research-item-thumb {
    width: 100%;
  }
  .sec-research .research-item.research-item-thumb:after {
    content: "";
    display: block;
    clear: both;
  }
  .sec-research .research-item.research-item-thumb .res-image {
    float: left;
    width: 50%;
    padding-right: 15px;
  }
  .sec-research .research-item.research-item-thumb .res-date {
    margin: 0 0 15px;
    width: 45px;
    color: #9D9D9D;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding-left: 50%;
    padding-left: calc(50% + 15px);
  }
  .sec-research .research-item.research-item-thumb .res-date span {
    display: none;
  }
  .sec-research .research-item.research-item-thumb .res-date i {
    display: block;
    font-size: 34px;
    font-weight: 500;
    color: #AF0C3E;
    line-height: 1;
    margin: 0 0 2px;
  }
  .sec-research .research-item.research-item-thumb .res-desc {
    padding-left: 50%;
    padding-left: calc(50% + 15px);
  }
  .sec-research .research-more {
    text-align: left;
    padding-top: 10px;
  }
}
.sec-labs {
  padding: 60px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #DFDFDF;
  position: relative;
  overflow-x: hidden;
}
.sec-labs:before {
  content: "";
  display: block;
  position: absolute;
  left: -27%;
  top: 0;
  background: url(images/shape-lab-1.svg) 0 70% no-repeat;
  width: 50%;
  background-size: contain;
  height: 100%;
  z-index: 0;
}
.sec-labs:after {
  content: "";
  display: block;
  position: absolute;
  right: -17%;
  top: 0;
  background: url(images/shape-lab-3.svg) 0 18% no-repeat;
  width: 50%;
  background-size: contain;
  height: 100%;
  z-index: 0;
}
.sec-labs .container {
  position: relative;
  z-index: 1;
}
.sec-labs .lab-video {
  max-width: 400px;
  position: relative;
  margin: 0 auto;
}
.sec-labs .lab-video-image {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.sec-labs .lab-video-image a {
  display: block;
  position: relative;
}
.sec-labs .lab-video-image a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
}
.sec-labs .lab-video-image a:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.sec-labs .lab-video-image img {
  width: 100%;
  border-radius: 15px;
  display: block;
}
.sec-labs .lab-video-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.sec-labs .lab-video-icon img {
  width: 52px;
  border-radius: 0;
  margin: 0 auto;
}
.sec-labs .lab-video-image-bottom {
  display: none;
}
.sec-labs .lab-texts {
  margin: 0 0 30px;
  text-align: center;
}
.sec-labs .lab-texts h5 {
  font-size: 17px;
  color: #AF0C3E;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 0;
}
.sec-labs .lab-more {
  text-align: center;
}
.sec-labs .ln-item {
  float: left;
  width: 50%;
}
.sec-labs .ln-item .ln-item-inner {
  display: inline-block;
  text-align: left;
}
.sec-labs .ln-item:first-child {
  padding-right: 20px;
}
.sec-labs .ln-item:last-child {
  padding-left: 20px;
  text-align: right;
  padding-right: 20px;
}
.sec-labs .ln-item i {
  display: block;
  font-style: normal;
  color: #AF0C3E;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 5px;
}
.sec-labs .ln-item span {
  display: block;
  font-size: 16px;
  line-height: 23px;
}
.sec-labs .lab-numbers {
  position: relative;
  margin: 40px auto 0;
  max-width: 450px;
}
.sec-labs .lab-numbers:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #DFDFDF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.sec-livelabs {
  width: 100%;
  padding: 50px 0;
  position: relative;
}
.sec-livelabs .top-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec-livelabs .top-sec h3.block-title.bt-left-aligned, .sec-livelabs .top-sec .school-template-school-home2 .sec-happening h3.block-title, .school-template-school-home2 .sec-happening .sec-livelabs .top-sec h3.block-title, .sec-livelabs .top-sec .ranking-landing h3.bt-left-aligned.rank-land-title, .sec-livelabs .top-sec .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title.block-title, .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .ranking-landing h3.rank-land-title.block-title, .sec-livelabs .top-sec .ranking-landing .school-template-school-home2 .sec-happening .latest-news-top h3.rank-land-title, .school-template-school-home2 .sec-happening .latest-news-top .sec-livelabs .top-sec .ranking-landing h3.rank-land-title, .sec-livelabs .top-sec .ranking-landing .latest-news-top .school-template-school-home2 .sec-happening h3.rank-land-title, .latest-news-top .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .ranking-landing h3.rank-land-title, .sec-livelabs .top-sec .ranking-landing .school-template-school-home2 .sec-happening .popular-news h3.rank-land-title, .school-template-school-home2 .sec-happening .popular-news .sec-livelabs .top-sec .ranking-landing h3.rank-land-title, .sec-livelabs .top-sec .ranking-landing .popular-news .school-template-school-home2 .sec-happening h3.rank-land-title, .popular-news .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .ranking-landing h3.rank-land-title, .sec-livelabs .top-sec .ranking-landing .school-template-school-home2 .sec-happening .single-wrap .cnt h3.rank-land-title.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .sec-livelabs .top-sec .ranking-landing h3.rank-land-title.post-heading, .sec-livelabs .top-sec .ranking-landing .single-wrap .cnt .school-template-school-home2 .sec-happening h3.rank-land-title.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .ranking-landing h3.rank-land-title.post-heading, .sec-livelabs .top-sec .ranking-landing .school-template-school-home2 .sec-happening .inner_about .blksec h3.rank-land-title, .school-template-school-home2 .sec-happening .inner_about .blksec .sec-livelabs .top-sec .ranking-landing h3.rank-land-title, .sec-livelabs .top-sec .ranking-landing .inner_about .blksec .school-template-school-home2 .sec-happening h3.rank-land-title, .inner_about .blksec .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .ranking-landing h3.rank-land-title, .sec-livelabs .top-sec .ranking-landing .school-template-school-home2 .sec-happening .resrch-col-right h3.rank-land-title, .school-template-school-home2 .sec-happening .resrch-col-right .sec-livelabs .top-sec .ranking-landing h3.rank-land-title, .sec-livelabs .top-sec .ranking-landing .resrch-col-right .school-template-school-home2 .sec-happening h3.rank-land-title, .resrch-col-right .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .ranking-landing h3.rank-land-title, .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .ranking-landing h3.rank-land-title, .sec-livelabs .top-sec .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title, .ranking-landing .sec-livelabs .top-sec h3.bt-left-aligned.rank-land-title, .ranking-landing .sec-livelabs .top-sec .school-template-school-home2 .sec-happening h3.rank-land-title.block-title, .school-template-school-home2 .sec-happening .ranking-landing .sec-livelabs .top-sec h3.rank-land-title.block-title, .ranking-landing .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .latest-news-top h3.rank-land-title, .school-template-school-home2 .sec-happening .latest-news-top .ranking-landing .sec-livelabs .top-sec h3.rank-land-title, .ranking-landing .sec-livelabs .top-sec .latest-news-top .school-template-school-home2 .sec-happening h3.rank-land-title, .latest-news-top .school-template-school-home2 .sec-happening .ranking-landing .sec-livelabs .top-sec h3.rank-land-title, .ranking-landing .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .popular-news h3.rank-land-title, .school-template-school-home2 .sec-happening .popular-news .ranking-landing .sec-livelabs .top-sec h3.rank-land-title, .ranking-landing .sec-livelabs .top-sec .popular-news .school-template-school-home2 .sec-happening h3.rank-land-title, .popular-news .school-template-school-home2 .sec-happening .ranking-landing .sec-livelabs .top-sec h3.rank-land-title, .ranking-landing .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .single-wrap .cnt h3.rank-land-title.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .ranking-landing .sec-livelabs .top-sec h3.rank-land-title.post-heading, .ranking-landing .sec-livelabs .top-sec .single-wrap .cnt .school-template-school-home2 .sec-happening h3.rank-land-title.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .ranking-landing .sec-livelabs .top-sec h3.rank-land-title.post-heading, .ranking-landing .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .inner_about .blksec h3.rank-land-title, .school-template-school-home2 .sec-happening .inner_about .blksec .ranking-landing .sec-livelabs .top-sec h3.rank-land-title, .ranking-landing .sec-livelabs .top-sec .inner_about .blksec .school-template-school-home2 .sec-happening h3.rank-land-title, .inner_about .blksec .school-template-school-home2 .sec-happening .ranking-landing .sec-livelabs .top-sec h3.rank-land-title, .ranking-landing .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .resrch-col-right h3.rank-land-title, .school-template-school-home2 .sec-happening .resrch-col-right .ranking-landing .sec-livelabs .top-sec h3.rank-land-title, .ranking-landing .sec-livelabs .top-sec .resrch-col-right .school-template-school-home2 .sec-happening h3.rank-land-title, .resrch-col-right .school-template-school-home2 .sec-happening .ranking-landing .sec-livelabs .top-sec h3.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .sec-livelabs .top-sec h3.rank-land-title, .ranking-landing .sec-livelabs .top-sec .school-template-school-home2 .sec-happening h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .sec-livelabs .top-sec h3.rank-land-title, .sec-livelabs .top-sec .resrch-col-right h3.bt-left-aligned, .sec-livelabs .top-sec .resrch-col-right .school-template-school-home2 .sec-happening h3.block-title, .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .resrch-col-right h3.block-title, .sec-livelabs .top-sec .resrch-col-right .school-template-school-home2 .sec-happening .latest-news-top h3, .school-template-school-home2 .sec-happening .latest-news-top .sec-livelabs .top-sec .resrch-col-right h3, .sec-livelabs .top-sec .resrch-col-right .latest-news-top .school-template-school-home2 .sec-happening h3, .latest-news-top .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .resrch-col-right h3, .sec-livelabs .top-sec .resrch-col-right .school-template-school-home2 .sec-happening .popular-news h3, .school-template-school-home2 .sec-happening .popular-news .sec-livelabs .top-sec .resrch-col-right h3, .sec-livelabs .top-sec .resrch-col-right .popular-news .school-template-school-home2 .sec-happening h3, .popular-news .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .resrch-col-right h3, .sec-livelabs .top-sec .resrch-col-right .school-template-school-home2 .sec-happening .single-wrap .cnt h3.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .sec-livelabs .top-sec .resrch-col-right h3.post-heading, .sec-livelabs .top-sec .resrch-col-right .single-wrap .cnt .school-template-school-home2 .sec-happening h3.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .resrch-col-right h3.post-heading, .sec-livelabs .top-sec .resrch-col-right .school-template-school-home2 .sec-happening .inner_about .blksec h3, .school-template-school-home2 .sec-happening .inner_about .blksec .sec-livelabs .top-sec .resrch-col-right h3, .sec-livelabs .top-sec .resrch-col-right .inner_about .blksec .school-template-school-home2 .sec-happening h3, .inner_about .blksec .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .resrch-col-right h3, .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .resrch-col-right h3, .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .resrch-col-right h3, .sec-livelabs .top-sec .resrch-col-right .school-template-school-home2 .sec-happening h3, .sec-livelabs .top-sec .resrch-col-right .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .sec-livelabs .top-sec .resrch-col-right h3.rank-land-title, .sec-livelabs .top-sec .resrch-col-right .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .sec-livelabs .top-sec .resrch-col-right h3.rank-land-title, .resrch-col-right .sec-livelabs .top-sec h3.bt-left-aligned, .resrch-col-right .sec-livelabs .top-sec .school-template-school-home2 .sec-happening h3.block-title, .school-template-school-home2 .sec-happening .resrch-col-right .sec-livelabs .top-sec h3.block-title, .resrch-col-right .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .latest-news-top h3, .school-template-school-home2 .sec-happening .latest-news-top .resrch-col-right .sec-livelabs .top-sec h3, .resrch-col-right .sec-livelabs .top-sec .latest-news-top .school-template-school-home2 .sec-happening h3, .latest-news-top .school-template-school-home2 .sec-happening .resrch-col-right .sec-livelabs .top-sec h3, .resrch-col-right .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .popular-news h3, .school-template-school-home2 .sec-happening .popular-news .resrch-col-right .sec-livelabs .top-sec h3, .resrch-col-right .sec-livelabs .top-sec .popular-news .school-template-school-home2 .sec-happening h3, .popular-news .school-template-school-home2 .sec-happening .resrch-col-right .sec-livelabs .top-sec h3, .resrch-col-right .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .single-wrap .cnt h3.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .resrch-col-right .sec-livelabs .top-sec h3.post-heading, .resrch-col-right .sec-livelabs .top-sec .single-wrap .cnt .school-template-school-home2 .sec-happening h3.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .resrch-col-right .sec-livelabs .top-sec h3.post-heading, .resrch-col-right .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .inner_about .blksec h3, .school-template-school-home2 .sec-happening .inner_about .blksec .resrch-col-right .sec-livelabs .top-sec h3, .resrch-col-right .sec-livelabs .top-sec .inner_about .blksec .school-template-school-home2 .sec-happening h3, .inner_about .blksec .school-template-school-home2 .sec-happening .resrch-col-right .sec-livelabs .top-sec h3, .school-template-school-home2 .sec-happening .resrch-col-right .sec-livelabs .top-sec h3, .resrch-col-right .sec-livelabs .top-sec .school-template-school-home2 .sec-happening h3, .resrch-col-right .school-template-school-home2 .sec-happening .sec-livelabs .top-sec h3, .resrch-col-right .sec-livelabs .top-sec .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .resrch-col-right .sec-livelabs .top-sec h3.rank-land-title, .resrch-col-right .sec-livelabs .top-sec .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .resrch-col-right .sec-livelabs .top-sec h3.rank-land-title, .sec-livelabs .top-sec .inner_about .blksec h3, .inner_about .blksec .sec-livelabs .top-sec h3, .sec-livelabs .top-sec .single-wrap .cnt h3.post-heading, .single-wrap .cnt .sec-livelabs .top-sec h3.post-heading, .sec-livelabs .top-sec .latest-news-top h3, .latest-news-top .sec-livelabs .top-sec h3, .sec-livelabs .top-sec .popular-news h3, .popular-news .sec-livelabs .top-sec h3 {
  padding-top: 12px;
}
.sec-livelabs .top-sec .top-sec-left, .sec-livelabs .top-sec .top-sec-right {
  width: 100%;
}
.sec-livelabs .top-sec .block-title, .sec-livelabs .top-sec .iconlist-block.adminblock h2, .iconlist-block.adminblock .sec-livelabs .top-sec h2, .sec-livelabs .top-sec .ranking-landing .rank-land-title, .ranking-landing .sec-livelabs .top-sec .rank-land-title, .sec-livelabs .top-sec .resrch-col-right h3, .resrch-col-right .sec-livelabs .top-sec h3, .sec-livelabs .top-sec .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .sec-livelabs .top-sec h2:first-child, .sec-livelabs .top-sec .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .sec-livelabs .top-sec h2:first-child, .sec-livelabs .top-sec .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .sec-livelabs .top-sec h2:first-child, .sec-livelabs .top-sec .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .sec-livelabs .top-sec h2:first-child, .sec-livelabs .top-sec .department-top h2, .department-top .sec-livelabs .top-sec h2, .sec-livelabs .top-sec .about-school-sec h2, .about-school-sec .sec-livelabs .top-sec h2, .sec-livelabs .top-sec .inner_about .blksec h3, .inner_about .blksec .sec-livelabs .top-sec h3, .sec-livelabs .top-sec .adminblock .container > h2, .adminblock .sec-livelabs .top-sec .container > h2, .sec-livelabs .top-sec .camp-tour-sec h2, .camp-tour-sec .sec-livelabs .top-sec h2, .sec-livelabs .top-sec .school-program h2:first-child, .school-program .sec-livelabs .top-sec h2:first-child, .sec-livelabs .top-sec .single-wrap .cnt .post-heading, .single-wrap .cnt .sec-livelabs .top-sec .post-heading, .sec-livelabs .top-sec .latest-news-top h3, .latest-news-top .sec-livelabs .top-sec h3, .sec-livelabs .top-sec .popular-news h3, .popular-news .sec-livelabs .top-sec h3, .sec-livelabs .top-sec .tab-block .section-programs h2, .tab-block .section-programs .sec-livelabs .top-sec h2 {
  text-align: left;
}
.sec-livelabs .top-sec .block-title::before, .sec-livelabs .top-sec .iconlist-block.adminblock h2::before, .iconlist-block.adminblock .sec-livelabs .top-sec h2::before, .sec-livelabs .top-sec .ranking-landing .rank-land-title::before, .ranking-landing .sec-livelabs .top-sec .rank-land-title::before, .sec-livelabs .top-sec .resrch-col-right h3::before, .resrch-col-right .sec-livelabs .top-sec h3::before, .sec-livelabs .top-sec .psychometric-section .psychometric-left h2:first-child::before, .psychometric-section .psychometric-left .sec-livelabs .top-sec h2:first-child::before, .sec-livelabs .top-sec .adm-scholarship .adm-scholar-left h2:first-child::before, .adm-scholarship .adm-scholar-left .sec-livelabs .top-sec h2:first-child::before, .sec-livelabs .top-sec .page-template-admission .adm-prm-sec h2:first-child::before, .page-template-admission .adm-prm-sec .sec-livelabs .top-sec h2:first-child::before, .sec-livelabs .top-sec .page-template-admission .wp-block-uagb-section h2:first-child::before, .page-template-admission .wp-block-uagb-section .sec-livelabs .top-sec h2:first-child::before, .sec-livelabs .top-sec .department-top h2::before, .department-top .sec-livelabs .top-sec h2::before, .sec-livelabs .top-sec .about-school-sec h2::before, .about-school-sec .sec-livelabs .top-sec h2::before, .sec-livelabs .top-sec .inner_about .blksec h3::before, .inner_about .blksec .sec-livelabs .top-sec h3::before, .sec-livelabs .top-sec .adminblock .container > h2::before, .adminblock .sec-livelabs .top-sec .container > h2::before, .sec-livelabs .top-sec .camp-tour-sec h2::before, .camp-tour-sec .sec-livelabs .top-sec h2::before, .sec-livelabs .top-sec .school-program h2:first-child::before, .school-program .sec-livelabs .top-sec h2:first-child::before, .sec-livelabs .top-sec .single-wrap .cnt .post-heading::before, .single-wrap .cnt .sec-livelabs .top-sec .post-heading::before, .sec-livelabs .top-sec .latest-news-top h3::before, .latest-news-top .sec-livelabs .top-sec h3::before, .sec-livelabs .top-sec .popular-news h3::before, .popular-news .sec-livelabs .top-sec h3::before, .sec-livelabs .top-sec .tab-block .section-programs h2::before, .tab-block .section-programs .sec-livelabs .top-sec h2::before {
  left: 0;
  right: auto;
  margin: 0;
}
.sec-livelabs .top-sec .top-sec-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-top: 25px;
}
.sec-livelabs .top-sec .ts-right-btn {
  margin-top: 25px;
  text-align: center;
}
.sec-livelabs .top-sec p {
  line-height: 22px;
  font-size: 14px;
  color: #262626;
}
.sec-livelabs .top-sec p:last-child {
  margin: 0;
}

.livlab-blocks-wrap {
  width: 100%;
}
.livlab-blocks-wrap .row {
  position: relative;
}
.livlab-blocks-wrap .lab-col-number .lab-numbers .ln-item {
  padding: 0;
}
.livlab-blocks-wrap .lab-col-number .lab-numbers .slick-cloned [data-aos^=fade][data-aos^=fade] {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.livlab-blocks-wrap .lab-col-number .lab-numbers .slick-slide .ln-item .ln-item-inner i {
  display: block;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
}
.livlab-blocks-wrap .lab-col-number .lab-numbers .slick-slide .ln-item .ln-item-inner span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  font-weight: 500;
  margin: 10px 0 0;
}
.livlab-blocks-wrap .lab-col-number .lab-numbers .slick-slide:nth-child(odd) .ln-item .ln-item-inner {
  background: rgba(208, 8, 70, 0.9);
  float: left;
  color: #fff;
}
.livlab-blocks-wrap .lab-col-number .lab-numbers .slick-slide:nth-child(odd) .ln-item .ln-item-inner:hover {
  background: #d00846;
}
.livlab-blocks-wrap .lab-col-number .lab-numbers .slick-slide:nth-child(even) .ln-item .ln-item-inner {
  background: rgba(255, 217, 42, 0.9);
  float: right;
  position: relative;
  color: #262626;
}
.livlab-blocks-wrap .lab-col-number .lab-numbers .slick-slide:nth-child(even) .ln-item .ln-item-inner i {
  color: #AF0C3E;
}
.livlab-blocks-wrap .lab-col-number .lab-numbers .slick-slide:nth-child(even) .ln-item .ln-item-inner:hover {
  background: #0b0b22;
}
.livlab-blocks-wrap .lab-col-number .lab-numbers .ln-item-inner {
  width: 100%;
  height: 200px;
  padding: 20px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.livlab-blocks-wrap .lab-video-image-bottom {
  width: 100%;
}
.livlab-blocks-wrap .lab-video-image-bottom img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.research-right-image {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 60px;
  z-index: -1;
  margin: 0;
}
.research-right-image span {
  width: 75%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.research-right-image:before {
  content: "";
  width: 360px;
  height: 360px;
  position: absolute;
  right: calc(75% - 302px);
  background: url(images/yellow-shap1bg.svg);
  bottom: -21px;
  z-index: -1;
  display: block;
}
.research-right-image:after {
  content: "";
  width: 360px;
  height: 360px;
  position: absolute;
  right: calc(75% - 360px);
  background: url(images/yellow-shap1bg.svg);
  bottom: -21px;
  z-index: -1;
  opacity: 0;
  display: none;
}
.research-right-image.aos-animate:after {
  right: calc(75% - 302px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.count-section {
  width: 100%;
  padding: 80px 0 50px 0;
  position: relative;
  z-index: 1;
}
.count-section .block-title, .count-section .iconlist-block.adminblock h2, .iconlist-block.adminblock .count-section h2, .count-section .ranking-landing .rank-land-title, .ranking-landing .count-section .rank-land-title, .count-section .resrch-col-right h3, .resrch-col-right .count-section h3, .count-section .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .count-section h2:first-child, .count-section .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .count-section h2:first-child, .count-section .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .count-section h2:first-child, .count-section .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .count-section h2:first-child, .count-section .department-top h2, .department-top .count-section h2, .count-section .about-school-sec h2, .about-school-sec .count-section h2, .count-section .inner_about .blksec h3, .inner_about .blksec .count-section h3, .count-section .adminblock .container > h2, .adminblock .count-section .container > h2, .count-section .camp-tour-sec h2, .camp-tour-sec .count-section h2, .count-section .school-program h2:first-child, .school-program .count-section h2:first-child, .count-section .single-wrap .cnt .post-heading, .single-wrap .cnt .count-section .post-heading, .count-section .latest-news-top h3, .latest-news-top .count-section h3, .count-section .popular-news h3, .popular-news .count-section h3, .count-section .tab-block .section-programs h2, .tab-block .section-programs .count-section h2 {
  padding-top: 15px;
  margin-bottom: 20px;
  text-align: left;
}
.count-section .block-title::before, .count-section .iconlist-block.adminblock h2::before, .iconlist-block.adminblock .count-section h2::before, .count-section .ranking-landing .rank-land-title::before, .ranking-landing .count-section .rank-land-title::before, .count-section .resrch-col-right h3::before, .resrch-col-right .count-section h3::before, .count-section .psychometric-section .psychometric-left h2:first-child::before, .psychometric-section .psychometric-left .count-section h2:first-child::before, .count-section .adm-scholarship .adm-scholar-left h2:first-child::before, .adm-scholarship .adm-scholar-left .count-section h2:first-child::before, .count-section .page-template-admission .adm-prm-sec h2:first-child::before, .page-template-admission .adm-prm-sec .count-section h2:first-child::before, .count-section .page-template-admission .wp-block-uagb-section h2:first-child::before, .page-template-admission .wp-block-uagb-section .count-section h2:first-child::before, .count-section .department-top h2::before, .department-top .count-section h2::before, .count-section .about-school-sec h2::before, .about-school-sec .count-section h2::before, .count-section .inner_about .blksec h3::before, .inner_about .blksec .count-section h3::before, .count-section .adminblock .container > h2::before, .adminblock .count-section .container > h2::before, .count-section .camp-tour-sec h2::before, .camp-tour-sec .count-section h2::before, .count-section .school-program h2:first-child::before, .school-program .count-section h2:first-child::before, .count-section .single-wrap .cnt .post-heading::before, .single-wrap .cnt .count-section .post-heading::before, .count-section .latest-news-top h3::before, .latest-news-top .count-section h3::before, .count-section .popular-news h3::before, .popular-news .count-section h3::before, .count-section .tab-block .section-programs h2::before, .tab-block .section-programs .count-section h2::before {
  left: 0;
  right: auto;
  margin: 0;
}
.count-section .col-counter {
  margin-top: 50px;
}
.count-section .counter-sec {
  width: 100%;
  max-width: 200px;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.count-section .count-nbr {
  font-size: 40px;
  color: #AF0C3E;
  font-weight: bold;
}
.count-section p {
  font-size: 13px;
  color: #262626;
}

@media only screen and (min-width: 601px) {
  .livlab-blocks-wrap .lab-col-number .lab-numbers .slick-slide .ln-item .ln-item-inner {
    height: 302px;
  }
  .livlab-blocks-wrap .lab-col-number .lab-numbers .slick-slide .ln-item .ln-item-inner i {
    font-size: 50px;
  }
  .livlab-blocks-wrap .lab-col-number .lab-numbers .slick-slide .ln-item .ln-item-inner span {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .sec-labs {
    padding: 90px 0;
  }
  .sec-labs:after {
    background: url(images/shape-lab-3.svg) top left no-repeat;
  }
  .sec-labs .lab-video {
    margin: 0;
  }
  .sec-labs .lab-video-image {
    padding: 50px 0;
  }
  .sec-labs .lab-texts {
    text-align: left;
  }
  .sec-labs .lab-more {
    text-align: left;
  }
  .sec-labs .lab-numbers {
    margin: 60px 0 0;
    max-width: 500px;
  }
  .sec-labs .ln-item {
    text-align: left !important;
    padding: 0 40px !important;
  }
  .sec-labs .ln-item i {
    font-size: 44px;
    line-height: 54px;
  }

  .sec-livelabs {
    padding: 90px 0;
  }
  .sec-livelabs .top-sec {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 80px;
  }
  .sec-livelabs .top-sec .top-sec-left {
    width: 34%;
    padding: 0 30px;
  }
  .sec-livelabs .top-sec .top-sec-right {
    width: 66%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
  .sec-livelabs .top-sec .ts-right-btn {
    text-align: left;
  }

  .count-section {
    padding: 110px 0 60px 0;
  }
  .count-section .block-title, .count-section .iconlist-block.adminblock h2, .iconlist-block.adminblock .count-section h2, .count-section .ranking-landing .rank-land-title, .ranking-landing .count-section .rank-land-title, .count-section .resrch-col-right h3, .resrch-col-right .count-section h3, .count-section .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .count-section h2:first-child, .count-section .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .count-section h2:first-child, .count-section .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .count-section h2:first-child, .count-section .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .count-section h2:first-child, .count-section .department-top h2, .department-top .count-section h2, .count-section .about-school-sec h2, .about-school-sec .count-section h2, .count-section .inner_about .blksec h3, .inner_about .blksec .count-section h3, .count-section .adminblock .container > h2, .adminblock .count-section .container > h2, .count-section .camp-tour-sec h2, .camp-tour-sec .count-section h2, .count-section .school-program h2:first-child, .school-program .count-section h2:first-child, .count-section .single-wrap .cnt .post-heading, .single-wrap .cnt .count-section .post-heading, .count-section .latest-news-top h3, .latest-news-top .count-section h3, .count-section .popular-news h3, .popular-news .count-section h3, .count-section .tab-block .section-programs h2, .tab-block .section-programs .count-section h2 {
    margin-bottom: 40px;
  }
  .count-section .counter-sec {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .count-section .count-nbr {
    font-size: 57px;
  }
  .count-section p {
    font-size: 16px;
  }

  .research-right-image span {
    background-size: cover;
  }
  .research-right-image:before {
    display: none;
  }
  .research-right-image:after {
    display: block;
  }

  .no-skrollr .research-right-image span {
    background-size: contain;
  }
  .no-skrollr .research-right-image:after {
    right: calc(75% - 302px);
    display: block;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .sec-labs {
    overflow: hidden;
  }
  .sec-labs .row {
    margin: 0;
  }
  .sec-labs .row .lab-col {
    padding: 0;
    padding-left: 60px;
  }
  .sec-labs .row .lab-col.lab-col-number {
    padding: 0;
    clear: both;
  }
  .sec-labs .row .lab-col.lab-col-image {
    padding: 0;
  }
  .sec-labs .lab-blocks-wrap {
    margin-left: 60px;
    position: relative;
  }
  .sec-labs .lab-blocks-wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/shape-lab-2.svg) 0 85% no-repeat;
    width: 40px;
    background-size: contain;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    opacity: 0;
  }
  .sec-labs .lab-blocks-wrap.animated:before {
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .sec-labs .lab-numbers {
    margin: 60px 0 0 auto;
  }
  .sec-labs .lab-video.animatable {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .sec-labs .lab-video.animated {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .sec-labs .lab-video-image-bottom {
    display: block;
    position: absolute;
    left: 50%;
    width: 100%;
    top: 70%;
    z-index: 0;
  }
  .sec-labs .lab-video-image-bottom img {
    width: 100%;
    display: block;
    border-radius: 15px;
  }
  .sec-labs .lab-video-image-bottom .lab-bottom-image {
    position: relative;
  }
  .sec-labs .lab-video-image-bottom .lab-bottom-image:before {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
  }

  .sec-livelabs .top-sec .top-sec-left {
    padding: 0 30px;
  }
  .sec-livelabs .top-sec .ts-right-text {
    width: 70%;
  }
  .sec-livelabs .top-sec .ts-right-btn {
    margin-top: 0;
    width: 30%;
    text-align: right;
  }

  .livlab-blocks-wrap .lab-video-image-bottom img {
    height: 500px;
  }
  .livlab-blocks-wrap .lab-col-image {
    width: 66%;
    float: left;
  }
  .livlab-blocks-wrap .lab-col-number {
    width: 40%;
    float: right;
  }
  .livlab-blocks-wrap .lab-col-number .lab-numbers {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 51%;
    width: 45%;
    max-width: 700px;
  }
  .livlab-blocks-wrap .lab-col-number .lab-numbers .ln-item {
    padding: 60px 5%;
  }
  .livlab-blocks-wrap .lab-col-number .lab-numbers .slick-slide:nth-child(even) .ln-item .ln-item-inner {
    top: 40px;
  }

  .count-section {
    padding: 150px 0 80px 0;
  }
  .count-section .block-title, .count-section .iconlist-block.adminblock h2, .iconlist-block.adminblock .count-section h2, .count-section .ranking-landing .rank-land-title, .ranking-landing .count-section .rank-land-title, .count-section .resrch-col-right h3, .resrch-col-right .count-section h3, .count-section .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .count-section h2:first-child, .count-section .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .count-section h2:first-child, .count-section .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .count-section h2:first-child, .count-section .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .count-section h2:first-child, .count-section .department-top h2, .department-top .count-section h2, .count-section .about-school-sec h2, .about-school-sec .count-section h2, .count-section .inner_about .blksec h3, .inner_about .blksec .count-section h3, .count-section .adminblock .container > h2, .adminblock .count-section .container > h2, .count-section .camp-tour-sec h2, .camp-tour-sec .count-section h2, .count-section .school-program h2:first-child, .school-program .count-section h2:first-child, .count-section .single-wrap .cnt .post-heading, .single-wrap .cnt .count-section .post-heading, .count-section .latest-news-top h3, .latest-news-top .count-section h3, .count-section .popular-news h3, .popular-news .count-section h3, .count-section .tab-block .section-programs h2, .tab-block .section-programs .count-section h2 {
    margin-bottom: 60px;
  }
  .count-section .col-counter {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .research-right-image {
    width: calc((100% - 1200px) / 2 + 940px);
  }
  .research-right-image span {
    width: 100%;
  }
  .research-right-image:after {
    right: calc(100% - 360px);
  }
  .research-right-image.aos-animate:after {
    right: calc(100% - 302px);
  }
}
.sec-int-news {
  padding: 60px 0;
}
.sec-int-news .col-news-middle {
  display: none;
}
.sec-int-news .int-news-meta {
  margin: 20px 0;
  text-align: center;
}
.sec-int-news .int-news-image {
  float: left;
  width: 35%;
  padding-right: 15px;
}
.sec-int-news .int-news-image img {
  border-radius: 5px;
  width: 100%;
}
.sec-int-news .int-news-item {
  padding: 12px 0;
  text-align: left;
  clear: both;
}
.sec-int-news .int-news-item a {
  color: #656565;
  display: block;
}
.sec-int-news .int-news-item a:hover {
  opacity: 0.8;
}
.sec-int-news .int-news-item:after {
  content: "";
  display: block;
  clear: both;
}
.sec-int-news .int-news-content {
  font-size: 13px;
  padding-left: 35%;
  font-weight: 500;
}
.sec-int-news .int-news-date {
  color: #AF0C3E;
  font-weight: 600;
  margin: 0 0 8px;
}
.sec-int-news .int-news-desc {
  line-height: 18px;
}
.sec-int-news .int-news-more {
  text-align: center;
  padding-top: 20px;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .sec-int-news {
    padding: 90px 0;
  }
  .sec-int-news .col-int-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sec-int-news .col-news-middle {
    display: block;
  }
  .sec-int-news .col-news-middle .int-news-image {
    width: 45%;
  }
  .sec-int-news .col-news-middle .int-news-content {
    padding-left: 45%;
  }
  .sec-int-news .int-news-meta {
    text-align: left;
  }
  .sec-int-news .col-int-news {
    float: left;
    width: 100%;
    padding: 0 20px;
  }
  .sec-int-news .col-news-middle, .sec-int-news .col-news-last {
    width: 50%;
  }
  .sec-int-news .col-news-middle .int-news-image, .sec-int-news .col-news-last .int-news-image {
    padding-right: 20px;
  }
  .sec-int-news .int-news-item {
    padding: 8px 0;
  }
  .sec-int-news .col-news-middle .int-news-item {
    padding: 10px 0 20px;
  }
  .sec-int-news .col-news-middle .int-news-content {
    padding-top: 5px;
  }
  .sec-int-news .int-news-more {
    text-align: left;
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .sec-int-news {
    padding: 130px 0;
  }
  .sec-int-news .container {
    position: relative;
  }
  .sec-int-news .col-int-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sec-int-news .col-int-news {
    width: 25%;
  }
  .sec-int-news .col-news-middle, .sec-int-news .col-news-last {
    width: 37.5%;
  }
  .sec-int-news .int-news-more {
    padding: 0;
    position: absolute;
    bottom: 40px;
    left: 30px;
  }
}
.sec-quote {
  background-color: #B10F56;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background-image: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  color: #fff;
}
.sec-quote .container {
  max-width: 1100px;
}
.sec-quote .row {
  margin: 0;
}
.sec-quote .quote-left, .sec-quote .quote-right, .sec-quote .quote-image, .sec-quote .quote-right-text {
  padding: 0;
}
.sec-quote .quote-text {
  font-size: 16px;
  line-height: 20px;
}
.sec-quote .quote-item {
  text-align: center;
  padding: 50px 0;
}
.sec-quote .quote-name {
  font-size: 15px;
  font-weight: 600;
  margin: 5px 0 0;
}
.sec-quote .quote-icon {
  position: absolute;
  left: 0;
  top: -20px;
}
.sec-quote .quote-right {
  position: relative;
}
.sec-quote .quote-right .quote-image {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: calc(65% + 30px);
}
.sec-quote .quote-right .quote-image img {
  max-width: 270px;
}
.sec-quote .quote-right-text {
  padding-left: 65%;
  padding-top: 5px;
  padding-bottom: 40px;
}
.sec-quote .quote-right-text h5 {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}
.sec-quote .quote-right-text p {
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .sec-quote .quote-text {
    font-size: 14px;
  }
  .sec-quote .quote-right {
    padding-left: 30px;
  }
  .sec-quote .quote-right .quote-image {
    width: 50%;
  }
  .sec-quote .quote-right .quote-image img {
    max-width: 100%;
  }
  .sec-quote .quote-item {
    padding: 50px 0 50px 50px;
    text-align: left;
  }
  .sec-quote .quote-right-text h5 {
    font-size: 22px;
  }
  .sec-quote .quote-right-text {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 50%;
  }
}
.sec-ranking {
  padding: 60px 0 0;
  border-bottom: 1px solid #dfdfdf;
}
.sec-ranking .ranking-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
.sec-ranking .ranking-item {
  clear: both;
  padding: 25px 0;
  border-bottom: 1px solid #dfdfdf;
}
.sec-ranking .ranking-item:after {
  clear: both;
  content: "";
  display: block;
}
.sec-ranking .ranking-events {
  padding: 0;
}
.sec-ranking .ranking-events h4 br {
  display: none;
}
.sec-ranking .rank-slide-text {
  font-size: 25px;
  font-weight: 500;
  color: #9D9D9D;
  line-height: 36px;
}
.sec-ranking .rank-slide-image {
  margin: 0 0 30px;
}
.sec-ranking .rank-slide-more {
  margin: 25px 0 0;
}
.sec-ranking .ranking-dots {
  margin: 0 0 20px;
}
.sec-ranking .ranking-logo {
  text-align: center;
}
.sec-ranking .ranking-text {
  padding: 20px;
  width: 50%;
  float: left;
}
.sec-ranking .ranking-text h4 {
  font-size: 19px;
  font-weight: 600;
  color: #AF0C3E;
}
.sec-ranking .ranking-text span {
  display: block;
}
.sec-ranking .ranking-right {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 30px;
}
.sec-ranking .rank-slide-image img {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .sec-ranking {
    padding: 90px 0 0;
  }
  .sec-ranking .ranking-wrap {
    padding: 60px 0;
  }
  .sec-ranking .ranking-item {
    padding: 0 0 50px;
    border: 0;
  }
  .sec-ranking .ranking-item:last-child {
    padding: 0;
  }
  .sec-ranking .ranking-logo {
    width: 40%;
    float: left;
    text-align: left;
  }
  .sec-ranking .ranking-text {
    width: 30%;
    padding: 0 20px 20px;
  }
  .sec-ranking .ranking-right {
    text-align: left;
  }
  .sec-ranking .rank-slide-image img {
    margin: 0;
  }
  .sec-ranking .ranking-events {
    border-top: 1px solid #ddd;
    padding: 50px 0;
  }
  .sec-ranking .ranking-dots .slick-dots {
    text-align: left;
  }
}
.sec-ranking-new {
  width: 100%;
  padding: 40px 0;
  /* border-bottom: 1px solid #eee; */
  text-align: left;
}
.sec-ranking-new .block-title, .sec-ranking-new .iconlist-block.adminblock h2, .iconlist-block.adminblock .sec-ranking-new h2, .sec-ranking-new .ranking-landing .rank-land-title, .ranking-landing .sec-ranking-new .rank-land-title, .sec-ranking-new .resrch-col-right h3, .resrch-col-right .sec-ranking-new h3, .sec-ranking-new .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .sec-ranking-new h2:first-child, .sec-ranking-new .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .sec-ranking-new h2:first-child, .sec-ranking-new .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .sec-ranking-new h2:first-child, .sec-ranking-new .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .sec-ranking-new h2:first-child, .sec-ranking-new .department-top h2, .department-top .sec-ranking-new h2, .sec-ranking-new .about-school-sec h2, .about-school-sec .sec-ranking-new h2, .sec-ranking-new .inner_about .blksec h3, .inner_about .blksec .sec-ranking-new h3, .sec-ranking-new .adminblock .container > h2, .adminblock .sec-ranking-new .container > h2, .sec-ranking-new .camp-tour-sec h2, .camp-tour-sec .sec-ranking-new h2, .sec-ranking-new .school-program h2:first-child, .school-program .sec-ranking-new h2:first-child, .sec-ranking-new .single-wrap .cnt .post-heading, .single-wrap .cnt .sec-ranking-new .post-heading, .sec-ranking-new .latest-news-top h3, .latest-news-top .sec-ranking-new h3, .sec-ranking-new .popular-news h3, .popular-news .sec-ranking-new h3, .sec-ranking-new .tab-block .section-programs h2, .tab-block .section-programs .sec-ranking-new h2 {
  text-align: left;
}
.sec-ranking-new .block-title:before, .sec-ranking-new .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .sec-ranking-new h2:before, .sec-ranking-new .ranking-landing .rank-land-title:before, .ranking-landing .sec-ranking-new .rank-land-title:before, .sec-ranking-new .resrch-col-right h3:before, .resrch-col-right .sec-ranking-new h3:before, .sec-ranking-new .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .sec-ranking-new h2:first-child:before, .sec-ranking-new .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .sec-ranking-new h2:first-child:before, .sec-ranking-new .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .sec-ranking-new h2:first-child:before, .sec-ranking-new .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .sec-ranking-new h2:first-child:before, .sec-ranking-new .department-top h2:before, .department-top .sec-ranking-new h2:before, .sec-ranking-new .about-school-sec h2:before, .about-school-sec .sec-ranking-new h2:before, .sec-ranking-new .inner_about .blksec h3:before, .inner_about .blksec .sec-ranking-new h3:before, .sec-ranking-new .adminblock .container > h2:before, .adminblock .sec-ranking-new .container > h2:before, .sec-ranking-new .camp-tour-sec h2:before, .camp-tour-sec .sec-ranking-new h2:before, .sec-ranking-new .school-program h2:first-child:before, .school-program .sec-ranking-new h2:first-child:before, .sec-ranking-new .single-wrap .cnt .post-heading:before, .single-wrap .cnt .sec-ranking-new .post-heading:before, .sec-ranking-new .latest-news-top h3:before, .latest-news-top .sec-ranking-new h3:before, .sec-ranking-new .popular-news h3:before, .popular-news .sec-ranking-new h3:before, .sec-ranking-new .tab-block .section-programs h2:before, .tab-block .section-programs .sec-ranking-new h2:before {
  display: none;
}
.sec-ranking-new h6 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 5px 0 0;
}
.sec-ranking-new .ranking-wrap {
  width: 100%;
  padding-top: 30px;
  display: block;
}
.sec-ranking-new .rank-slide-image img {
  width: 100%;
}
.sec-ranking-new .ranking-right {
  margin-top: 40px;
}
.sec-ranking-new .ranking-right .res-date {
  color: #A4123F;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  padding: 30px 0 10px 0;
}
.sec-ranking-new .ranking-right .res-date i {
  font-style: normal;
}
.sec-ranking-new .ranking-right .rank-slide-text {
  color: #656565;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.sec-ranking-new .ranking-right .rank-slide-text a {
  color: #656565;
  font-size: 14px;
  line-height: 20px;
}
.sec-ranking-new .ranking-right .ranking-dots {
  float: left;
  text-align: left;
}
.sec-ranking-new .ranking-left {
  padding: 0;
}
.sec-ranking-new .ranking-left .ranking-item {
  border-left: 1px solid #ddd;
  padding: 0 15px;
  min-height: 350px;
}
.sec-ranking-new .ranking-left .ranking-item .ranking-logo {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
}
.sec-ranking-new .ranking-left .ranking-item .ranking-logo img {
  width: auto;
  max-height: 75px;
}
.sec-ranking-new .ranking-left .slick-current .ranking-item {
  border: 0;
}
.sec-ranking-new .ranking-left .ranking-text {
  width: 100%;
  padding: 20px 15px;
  position: relative;
}
.sec-ranking-new .ranking-left .ranking-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 50px;
  height: 30px;
  background: url(images/yellowovl.svg) center no-repeat;
  background-size: contain;
  z-index: -1;
}
.sec-ranking-new .ranking-left .ranking-text h4 {
  font-size: 28px;
  color: #AF0C3E;
  font-weight: 600;
}
.sec-ranking-new .ranking-left .ranking-text span {
  width: 100%;
  color: #656565;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .sec-ranking-new {
    padding: 60px 0;
  }
  .sec-ranking-new .ranking-wrap {
    padding-top: 70px;
  }
  .sec-ranking-new h6 {
    font-size: 25px;
  }
  .sec-ranking-new .ranking-right {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .sec-ranking .ranking-events h4 br {
    display: block;
  }
  .sec-ranking .ranking-right {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }

  .sec-ranking-new {
    padding: 90px 0;
  }
}
.sec-testimonials {
  padding: 60px 0;
}
.sec-testimonials .block-title, .sec-testimonials .iconlist-block.adminblock h2, .iconlist-block.adminblock .sec-testimonials h2, .sec-testimonials .ranking-landing .rank-land-title, .ranking-landing .sec-testimonials .rank-land-title, .sec-testimonials .resrch-col-right h3, .resrch-col-right .sec-testimonials h3, .sec-testimonials .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .sec-testimonials h2:first-child, .sec-testimonials .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .sec-testimonials h2:first-child, .sec-testimonials .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .sec-testimonials h2:first-child, .sec-testimonials .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .sec-testimonials h2:first-child, .sec-testimonials .department-top h2, .department-top .sec-testimonials h2, .sec-testimonials .about-school-sec h2, .about-school-sec .sec-testimonials h2, .sec-testimonials .inner_about .blksec h3, .inner_about .blksec .sec-testimonials h3, .sec-testimonials .adminblock .container > h2, .adminblock .sec-testimonials .container > h2, .sec-testimonials .camp-tour-sec h2, .camp-tour-sec .sec-testimonials h2, .sec-testimonials .school-program h2:first-child, .school-program .sec-testimonials h2:first-child, .sec-testimonials .single-wrap .cnt .post-heading, .single-wrap .cnt .sec-testimonials .post-heading, .sec-testimonials .latest-news-top h3, .latest-news-top .sec-testimonials h3, .sec-testimonials .popular-news h3, .popular-news .sec-testimonials h3, .sec-testimonials .tab-block .section-programs h2, .tab-block .section-programs .sec-testimonials h2 {
  font-size: 25px;
  line-height: 32px;
}
.sec-testimonials .bt-meta {
  text-align: center;
  margin: 10px 0 0;
}
.sec-testimonials .amr_testimonials_block {
  padding: 50px 0 0;
}
.sec-testimonials .testi-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec-testimonials .testi-content {
  text-align: center;
  position: relative;
  padding: 55px 0 0 0;
}
.sec-testimonials .testi-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(images/icn-quote-gn.svg) no-repeat top left;
  width: 50px;
  height: 50px;
}
.sec-testimonials .testi-text {
  font-size: 15px;
  color: #898989;
  line-height: 28px;
}
.sec-testimonials .testi-text p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.sec-testimonials .testi-meta {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #262626;
  margin: 30px 0 20px;
}
.sec-testimonials .testi-meta span {
  display: block;
}
.sec-testimonials .testi-image {
  margin: 0 0 20px;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 20px;
}
.sec-testimonials .testi-image img {
  margin: 0 auto;
}
.sec-testimonials .testimonial-slider {
  max-width: 1000px;
  margin: 0 auto;
}

.newhometesti .testi-image {
  left: 0;
}
.newhometesti .testi-content {
  right: 0;
}
.newhometesti ul.slick-dots {
  left: 41.1% !important;
}

@media only screen and (min-width: 768px) {
  .sec-testimonials {
    padding: 90px 0 0;
  }
  .sec-testimonials .block-title, .sec-testimonials .iconlist-block.adminblock h2, .iconlist-block.adminblock .sec-testimonials h2, .sec-testimonials .ranking-landing .rank-land-title, .ranking-landing .sec-testimonials .rank-land-title, .sec-testimonials .resrch-col-right h3, .resrch-col-right .sec-testimonials h3, .sec-testimonials .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .sec-testimonials h2:first-child, .sec-testimonials .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .sec-testimonials h2:first-child, .sec-testimonials .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .sec-testimonials h2:first-child, .sec-testimonials .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .sec-testimonials h2:first-child, .sec-testimonials .department-top h2, .department-top .sec-testimonials h2, .sec-testimonials .about-school-sec h2, .about-school-sec .sec-testimonials h2, .sec-testimonials .inner_about .blksec h3, .inner_about .blksec .sec-testimonials h3, .sec-testimonials .adminblock .container > h2, .adminblock .sec-testimonials .container > h2, .sec-testimonials .camp-tour-sec h2, .camp-tour-sec .sec-testimonials h2, .sec-testimonials .school-program h2:first-child, .school-program .sec-testimonials h2:first-child, .sec-testimonials .single-wrap .cnt .post-heading, .single-wrap .cnt .sec-testimonials .post-heading, .sec-testimonials .latest-news-top h3, .latest-news-top .sec-testimonials h3, .sec-testimonials .popular-news h3, .popular-news .sec-testimonials h3, .sec-testimonials .tab-block .section-programs h2, .tab-block .section-programs .sec-testimonials h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .sec-testimonials .testi-content {
    text-align: left;
    padding-bottom: 130px;
    padding-right: 45px;
    width: 60%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-testimonials .testi-content:before {
    right: auto;
    margin: 0;
  }
  .sec-testimonials .testi-image {
    padding: 55px 0 0;
    border: 0;
    margin: 0;
    width: 40%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec-testimonials .testi-image img {
    margin: 0;
  }
  .sec-testimonials .testi-text {
    font-size: 17px;
  }
  .sec-testimonials .testi-meta {
    font-size: 15px;
  }
  .sec-testimonials ul.slick-dots {
    position: absolute;
    bottom: 80px;
    left: 0;
  }
  .sec-testimonials .testimonial-slider {
    position: relative;
  }
}
.abt-testi {
  background: #FDF8F9;
}

@media only screen and (min-width: 992px) {
  .testi-image img {
    max-height: 400px;
  }
}
.sec-calltoaction {
  padding: 60px 0;
  background: #af0c3e;
  background-image: -webkit-gradient(linear, left top, right top, from(#b10f56), to(#D00846));
  background-image: linear-gradient(to right, #b10f56, #D00846);
  text-align: center;
  color: #fff;
}
.sec-calltoaction span {
  display: block;
  font-size: 23px;
  line-height: 27px;
  margin: 0 0 30px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .sec-calltoaction span {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    margin: 0 40px 0 0;
  }
}
.sec-iniversity {
  width: 100%;
  position: relative;
  min-height: 480px;
}
.sec-iniversity .sec-iniversity-banner {
  -o-object-fit: cover;
     object-fit: cover;
  height: 480px;
  width: 100%;
}

.best-university-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.best-university-block .best-university-img {
  width: 600px;
  max-width: 100%;
}
.best-university-block .best-university-img img {
  width: auto;
  max-height: 380px;
}
.best-university-block .univ-btn {
  padding-left: 70px;
}

@media only screen and (min-width: 768px) {
  .sec-iniversity {
    min-height: 600px;
  }
  .sec-iniversity .sec-iniversity-banner {
    height: 600px;
  }

  .best-university-block .best-university-img img {
    max-height: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .sec-iniversity {
    min-height: 800px;
  }
  .sec-iniversity .sec-iniversity-banner {
    height: 800px;
  }
}
.spotlight-projects {
  width: 100%;
  position: relative;
  padding: 20px 0 50px;
}
.spotlight-projects h3 {
  font-size: 19px;
  font-weight: 600;
  color: #AF0C3E;
  margin: 0;
  text-transform: uppercase;
}
.spotlight-projects .spot-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spotlight-projects .spot-left {
  text-align: center;
  margin-bottom: 20px;
}
.spotlight-projects .spot-item {
  position: relative;
  padding: 15px;
}
.spotlight-projects .spot-image {
  width: 55%;
  position: relative;
  z-index: 1;
}
.spotlight-projects .spot-image img {
  width: 100%;
}
.spotlight-projects .spot-content {
  background: #FDF8F9;
  width: calc(50% + 30px);
  margin-left: -30px;
  z-index: 2;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 50%;
  padding: 15px 13px 15px 25px;
  height: 100px;
  overflow: hidden;
}
.spotlight-projects .spot-content:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100px;
  background: #FDF8F9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  opacity: 0;
}
.spotlight-projects .spot-content .spot-desc {
  line-height: 17px;
  color: #656565;
  position: relative;
  z-index: 1;
}
.spotlight-projects .spot-content .spot-desc a {
  color: inherit;
}
.spotlight-projects .spot-content .spot-content-inner {
  font-size: 12px;
}
.spotlight-projects .spot-content .spot-date {
  color: #262626;
  margin: 0 0 5px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.spotlight-projects .spot-item-inner {
  position: relative;
}
.spotlight-projects .spot-item-inner a {
  display: block;
}
.spotlight-projects .spot-item-inner a:hover .spot-image image {
  opacity: 0.8;
}
.spotlight-projects .spot-item-inner a:hover .spot-content:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.spotlight-projects .spot-item-inner a:hover .spot-content .spot-desc {
  color: #eee;
}
.spotlight-projects .spot-item-inner a:hover .spot-content .spot-date {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .spotlight-projects {
    padding: 50px 0 90px 0;
  }
  .spotlight-projects .spot-item-inner {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 992px) {
  .spotlight-projects {
    padding: 50px 0 130px;
  }
  .spotlight-projects .spot-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spotlight-projects .spot-left {
    width: 19%;
    text-align: left;
    margin: 0;
  }
  .spotlight-projects .spot-right {
    width: 81%;
  }
  .spotlight-projects .spot-item-inner {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .spotlight-projects .spot-item-inner {
    margin: 0 35px;
  }
}
.upcoming-events-sec {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background: #fff;
}
.upcoming-events-sec .container {
  padding: 0;
}
.upcoming-events-sec .events-left {
  margin: 0 0 30px;
  padding: 0 30px;
}
.upcoming-events-sec .events-left .block-title, .upcoming-events-sec .events-left .iconlist-block.adminblock h2, .iconlist-block.adminblock .upcoming-events-sec .events-left h2, .upcoming-events-sec .events-left .ranking-landing .rank-land-title, .ranking-landing .upcoming-events-sec .events-left .rank-land-title, .upcoming-events-sec .events-left .resrch-col-right h3, .resrch-col-right .upcoming-events-sec .events-left h3, .upcoming-events-sec .events-left .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .upcoming-events-sec .events-left h2:first-child, .upcoming-events-sec .events-left .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .upcoming-events-sec .events-left h2:first-child, .upcoming-events-sec .events-left .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .upcoming-events-sec .events-left h2:first-child, .upcoming-events-sec .events-left .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .upcoming-events-sec .events-left h2:first-child, .upcoming-events-sec .events-left .department-top h2, .department-top .upcoming-events-sec .events-left h2, .upcoming-events-sec .events-left .about-school-sec h2, .about-school-sec .upcoming-events-sec .events-left h2, .upcoming-events-sec .events-left .inner_about .blksec h3, .inner_about .blksec .upcoming-events-sec .events-left h3, .upcoming-events-sec .events-left .adminblock .container > h2, .adminblock .upcoming-events-sec .events-left .container > h2, .upcoming-events-sec .events-left .camp-tour-sec h2, .camp-tour-sec .upcoming-events-sec .events-left h2, .upcoming-events-sec .events-left .school-program h2:first-child, .school-program .upcoming-events-sec .events-left h2:first-child, .upcoming-events-sec .events-left .single-wrap .cnt .post-heading, .single-wrap .cnt .upcoming-events-sec .events-left .post-heading, .upcoming-events-sec .events-left .latest-news-top h3, .latest-news-top .upcoming-events-sec .events-left h3, .upcoming-events-sec .events-left .popular-news h3, .popular-news .upcoming-events-sec .events-left h3, .upcoming-events-sec .events-left .tab-block .section-programs h2, .tab-block .section-programs .upcoming-events-sec .events-left h2 {
  text-align: left;
}
.upcoming-events-sec .events-left .block-title:before, .upcoming-events-sec .events-left .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .upcoming-events-sec .events-left h2:before, .upcoming-events-sec .events-left .ranking-landing .rank-land-title:before, .ranking-landing .upcoming-events-sec .events-left .rank-land-title:before, .upcoming-events-sec .events-left .resrch-col-right h3:before, .resrch-col-right .upcoming-events-sec .events-left h3:before, .upcoming-events-sec .events-left .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .upcoming-events-sec .events-left h2:first-child:before, .upcoming-events-sec .events-left .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .upcoming-events-sec .events-left h2:first-child:before, .upcoming-events-sec .events-left .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .upcoming-events-sec .events-left h2:first-child:before, .upcoming-events-sec .events-left .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .upcoming-events-sec .events-left h2:first-child:before, .upcoming-events-sec .events-left .department-top h2:before, .department-top .upcoming-events-sec .events-left h2:before, .upcoming-events-sec .events-left .about-school-sec h2:before, .about-school-sec .upcoming-events-sec .events-left h2:before, .upcoming-events-sec .events-left .inner_about .blksec h3:before, .inner_about .blksec .upcoming-events-sec .events-left h3:before, .upcoming-events-sec .events-left .adminblock .container > h2:before, .adminblock .upcoming-events-sec .events-left .container > h2:before, .upcoming-events-sec .events-left .camp-tour-sec h2:before, .camp-tour-sec .upcoming-events-sec .events-left h2:before, .upcoming-events-sec .events-left .school-program h2:first-child:before, .school-program .upcoming-events-sec .events-left h2:first-child:before, .upcoming-events-sec .events-left .single-wrap .cnt .post-heading:before, .single-wrap .cnt .upcoming-events-sec .events-left .post-heading:before, .upcoming-events-sec .events-left .latest-news-top h3:before, .latest-news-top .upcoming-events-sec .events-left h3:before, .upcoming-events-sec .events-left .popular-news h3:before, .popular-news .upcoming-events-sec .events-left h3:before, .upcoming-events-sec .events-left .tab-block .section-programs h2:before, .tab-block .section-programs .upcoming-events-sec .events-left h2:before {
  left: 0;
  margin: 0;
  right: auto;
}
.upcoming-events-sec .up-event-item {
  width: 100%;
  text-align: left;
  background: #FDF8F9;
}
.upcoming-events-sec .up-event-item .up-event-desc {
  padding: 55px 30px 30px;
  width: 100%;
  color: #262626;
  font-size: 20px;
  line-height: 28px;
}
.upcoming-events-sec .up-event-item a:hover .up-event-desc {
  color: #000;
}
.upcoming-events-sec .up-event-date {
  width: 70px;
  background: rgba(208, 8, 70, 0.9);
  text-align: center;
  height: 63px;
  position: absolute;
  bottom: -30px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.upcoming-events-sec .up-event-date i {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 35px;
  display: block;
  color: #fff;
}
.upcoming-events-sec .up-event-image {
  position: relative;
  width: 100%;
}
.upcoming-events-sec .up-event-image img {
  width: 100%;
}
.upcoming-events-sec .up-event-slider-wrap {
  position: relative;
}
.upcoming-events-sec .up-event-arrows {
  position: absolute;
  left: 0;
  bottom: 0;
}
.upcoming-events-sec .up-event-arrows .slick-arrow {
  border-radius: 0;
  border-color: #AF0C3E !important;
}
.upcoming-events-sec .events-wrapper {
  position: relative;
  margin: 0 0 25px;
}
.upcoming-events-sec .events-wrapper ul.slick-dots {
  margin: 10px 0 0;
}

@media only screen and (min-width: 601px) {
  .upcoming-events-sec {
    padding: 70px 0;
  }
  .upcoming-events-sec .container {
    padding: 0 30px;
  }
  .upcoming-events-sec .events-left {
    padding: 0;
  }
  .upcoming-events-sec .slick-slide {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .upcoming-events-sec .slick-slide.slick-current + .slick-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .upcoming-events-sec .events-wrapper {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .upcoming-events-sec {
    padding: 80px 0;
  }
  .upcoming-events-sec .events-left {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .upcoming-events-sec .events-right {
    padding-left: 200px;
  }
  .upcoming-events-sec .events-left-title {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    position: absolute;
  }
}
@media only screen and (min-width: 992px) {
  .upcoming-events-sec {
    padding: 90px 0;
  }

  .upcoming-events-sec .up-event-item .up-event-desc {
    padding: 65px 30px 40px;
    font-size: 20px;
    line-height: 28px;
  }
  .upcoming-events-sec .up-event-date {
    width: 90px;
    height: 83px;
    left: 40px;
    font-size: 13px;
    line-height: 16px;
  }
  .upcoming-events-sec .up-event-date i {
    font-size: 37px;
    line-height: 45px;
  }
}
.site-footer {
  background: #FDF8F9;
  text-align: center;
}
.site-footer .footer-top {
  padding: 60px 0;
  font-size: 13px;
  color: #262626;
}
.site-footer .footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-top ul li {
  color: #262626;
  font-weight: 500;
  line-height: 27px;
  display: inline-block;
  padding-right: 6px;
  position: relative;
}
.site-footer .footer-top ul li:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #262626;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
}
.site-footer .footer-top ul li:last-child {
  padding-right: 0;
}
.site-footer .footer-top ul li:last-child:after {
  display: none;
}
.site-footer .footer-top ul li a {
  color: #262626;
}
.site-footer .footer-top ul li a:hover {
  color: #AF0C3E;
}
.site-footer .footer-top .footer-social {
  padding: 0 0 10px;
  clear: both;
}
.site-footer .footer-top .footer-social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.site-footer .footer-top .footer-social a:hover {
  opacity: 0.8;
}
.site-footer .footer-top .footer-left ul {
  margin: 15px 0;
}
.site-footer .footer-top .footer-left ul li {
  font-weight: 600;
}
.site-footer .footer-top .footer-logo {
  padding: 0 0 10px;
}
.site-footer .footer-top .footer-widget {
  padding: 25px 0;
}
.site-footer .footer-top .footer-widget:last-child {
  padding-bottom: 0;
}
.site-footer .footer-top .footer-widget h5 {
  color: #AF0C3E;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.74px;
}
.site-footer .footer-top input.newsletter-ip {
  display: block;
  width: 100%;
  border-radius: 20px;
  padding: 15px 150px 15px 15px;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0561877);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0561877);
  outline: none;
  color: #262626;
}
.site-footer .footer-top input.newsletter-ip::-webkit-input-placeholder {
  color: #636363;
}
.site-footer .footer-top input.newsletter-ip::-moz-placeholder {
  color: #636363;
}
.site-footer .footer-top input.newsletter-ip:-ms-input-placeholder {
  color: #636363;
}
.site-footer .footer-top input.newsletter-ip::-ms-input-placeholder {
  color: #636363;
}
.site-footer .footer-top input.newsletter-ip::placeholder {
  color: #636363;
}
.site-footer .footer-top .newsletter-form {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
.site-footer .footer-top input.newsletter-btn {
  display: block;
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: none;
  font-family: inherit;
  text-transform: uppercase;
  border-radius: 20px;
  height: 100%;
  padding: 10px 30px;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.738462px;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.site-footer .footer-top input.newsletter-btn:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #D00846), color-stop(96.83%, #B10F56));
  background: linear-gradient(90deg, #D00846 2.8%, #B10F56 96.83%);
}
.site-footer .footer-bottom {
  border-top: 1px solid #DFDFDF;
  padding: 35px 0;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #262626;
}
.site-footer .footer-bottom a {
  color: #262626;
}
.site-footer .footer-bottom a:hover {
  color: #AF0C3E;
}
.site-footer .footer-bottom span {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 3px;
}
.site-footer .footer-bottom span:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #9D9D9D;
  vertical-align: middle;
  margin-left: 6px;
}
.site-footer .footer-bottom span:last-child {
  padding-right: 0;
}
.site-footer .footer-bottom span:last-child:after {
  display: none;
}
.site-footer .footer-bottom .fb-right {
  margin-top: 10px;
}
.site-footer .footer-bottom .fb-left span:first-child:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #9D9D9D;
  vertical-align: middle;
  margin-right: 6px;
}

@media only screen and (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
  .site-footer .footer-top {
    padding: 90px 0;
  }
  .site-footer .footer-top ul li {
    display: block;
    padding: 5px 0;
  }
  .site-footer .footer-top ul li:after {
    display: none;
  }
  .site-footer .footer-top .footer-social a:first-child {
    margin-left: 0;
  }
  .site-footer .footer-top .footer-left-col-1 ul {
    float: left;
    width: 50%;
  }
  .site-footer .footer-bottom .fb-right {
    margin-top: 0;
  }
  .site-footer .footer-col:nth-child(2n+1) {
    clear: both;
  }
  .site-footer .footer-top .newsletter-form {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-col:nth-child(2n+1) {
    clear: none;
  }
  .site-footer .footer-top .newsletter-form {
    max-width: 95%;
  }
  .site-footer .footer-bottom {
    text-align: left;
    padding: 20px 0;
  }
  .site-footer .footer-bottom .fb-right {
    text-align: right;
  }
  .site-footer .footer-top .footer-widget {
    padding: 25px 0;
  }
  .site-footer .footer-top .footer-widget:last-child {
    padding-bottom: 25px;
  }
}
.secondary-nav {
  background: #FDF8F9;
  padding: 10px 0;
}

.top-select {
  padding: 20px 0;
  border-bottom: 1px solid #D8D8D8;
}
.top-select label.top-sel-label {
  display: block;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 500;
  color: #262626;
  cursor: default;
}
.top-select select {
  display: block;
  width: 100%;
  background: url(images/select-arrow.svg) no-repeat right transparent;
  border: 0;
  padding: 5px 0;
  color: #AF0C3E;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-size: 11px;
  outline: none;
}
.top-select .SelectBox span {
  cursor: pointer;
}

.program-search {
  padding: 20px 0;
}
.program-search span.or-text {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #262626;
  float: left;
  margin-top: 10px;
}
.program-search .prog-search-box {
  padding-left: 50px;
}

.program-items-wrap {
  padding: 50px 0;
}
.program-items-wrap .program-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D8D8D8;
}
.program-items-wrap .program-head {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
.program-items-wrap .program-head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #0b0b22;
  border-radius: 4px;
}
.program-items-wrap .program-head h3 {
  font-size: 20px;
  color: #AF0C3E;
  font-weight: 500;
  margin: 0 0 5px;
  line-height: 1.3em;
}
.program-items-wrap .program-head .prog-meta {
  color: #9D9D9D;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.program-items-wrap .prog-text {
  margin: 0 0 20px;
}
.program-items-wrap .program-content:after, .program-items-wrap .program-content:before {
  content: "";
  display: block;
  clear: both;
}
.program-items-wrap .prog-location .prog-location-text {
  display: block;
  margin: 0 20px 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.64px;
}
.program-items-wrap .prog-location span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  background: #FDF8F9;
  border-radius: 5px;
  min-width: 92px;
  border: 1px solid rgba(153, 105, 12, 0.17);
  color: #AF0C3E;
  font-size: 13px;
  text-align: center;
  cursor: default;
}
.program-items-wrap .prog-location span a {
  color: #AF0C3E;
}
.program-items-wrap .prog-cont-right {
  margin-top: 20px;
}
.program-items-wrap .app-date {
  font-size: 13px;
  margin-top: 10px;
}
.program-items-wrap .app-date span {
  font-weight: 600;
  color: #AF0C3E;
}

.SumoSelect > .CaptionCont {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #AF0C3E;
}

.SumoSelect.open > .optWrapper {
  top: 27px;
}

.SumoSelect > .optWrapper {
  background: #FDF8F9;
}

.SumoSelect > .optWrapper > .options li.opt {
  border-bottom-color: #edecec;
  padding: 10px;
  font-size: 13px;
  line-height: 1.6em;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background: #e7d4d9;
  cursor: pointer;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url(images/select-arrow.svg);
  width: 12px;
  height: 12px;
  background-size: contain;
}

.SumoSelect {
  width: 100%;
  max-width: 100%;
}

.program-search input.search-field {
  padding: 10px 30px 10px 15px;
  border-color: #DFDFDF;
  outline: none;
  text-transform: unset;
}
.program-search input.search-submit {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.program-search a.search-submit {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.pagination {
  text-align: center;
  clear: both;
}

.page-numbers {
  display: inline-block;
  min-width: 38px;
  min-height: 38px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #e9dee1;
          box-shadow: 0 0 10px #e9dee1;
  line-height: 38px;
  text-align: center;
  color: #AF0C3E;
  font-size: 14px;
  font-weight: 600;
  margin: 10px;
}
.page-numbers:hover {
  background: #AF0C3E;
  color: #fff;
}
.page-numbers.current {
  color: #fff;
  background: #AF0C3E;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  cursor: default;
}
.page-numbers.prev, .page-numbers.next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: lowercase;
  color: #AF0C3E;
}
.page-numbers.prev:hover, .page-numbers.next:hover {
  opacity: 0.8;
}
.page-numbers.prev img, .page-numbers.next img {
  width: 7px;
}

.offered-campuses {
  background: #FDF8F9;
  padding: 40px 0;
}
.offered-campuses .sec-nav-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #262626;
  font-size: 13px;
  margin: 20px 0 35px;
  padding: 2px 0 2px 30px;
  background: url(images/icn-courses-offered.svg) no-repeat left center;
  background-size: 21px;
}

.campus-item {
  font-size: 13px;
  margin: 0 0 30px;
}
.campus-item:last-child {
  margin: 0;
}
.campus-item .campus-appl-date {
  font-weight: 500;
  color: #A06170;
}
.campus-item .campus-appl-date a {
  color: #AF0C3E;
  text-transform: uppercase;
  border-bottom: 1px dashed #AF0C3E;
  padding: 0 0 2px;
}
.campus-item .campus-appl-date a:hover {
  border-color: transparent;
}
.campus-item .campus-badge {
  color: #262626;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #DDBFC6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 3px 8px;
  line-height: 1;
  margin: 0 0 2px;
}
.campus-item .campus-badge a {
  color: inherit;
}

.single-program-header {
  min-height: 500px;
  position: relative;
}
.single-program-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.single-program-header img.single-program-banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.single-program-header .sp-header-content {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 2;
}
.single-program-header .sp-header-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  padding: 0 30px;
}
.single-program-header h2.sp-title {
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
}
.single-program-header h2.sp-title span {
  display: block;
}
.single-program-header .sp-header-btn {
  margin-top: 30px;
}
.single-program-header .sp-header-btn .btn, .single-program-header .sp-header-btn .res-check-form .res-form-submit input, .res-check-form .res-form-submit .single-program-header .sp-header-btn input, .single-program-header .sp-header-btn .wpcf7-form input.wpcf7-submit, .wpcf7-form .single-program-header .sp-header-btn input.wpcf7-submit {
  padding: 16px 36px;
  font-size: 13px;
  letter-spacing: 0.74px;
}

.quick-enquiry-box {
  background: #fff;
  padding: 50px 30px;
  z-index: 3;
  color: #444;
}
.quick-enquiry-box .qeb-title {
  font-weight: 600;
  text-transform: uppercase;
  max-width: 100px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 20px;
  color: #AF0C3E;
  line-height: 24px;
}
.quick-enquiry-box .qeb-form-item {
  position: relative;
  margin: 0 0 15px;
}
.quick-enquiry-box .qeb-form-item label.qeb-label {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #9E9E9E;
  position: absolute;
  top: 17px;
  left: 15px;
  z-index: 1;
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  cursor: default;
}
.quick-enquiry-box .qeb-form-item input {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  display: block;
  padding: 18px 15px 12px;
  outline: 0;
  color: #000;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  width: 100%;
}
.quick-enquiry-box .qeb-form-item input.error {
  border-color: #e0baba;
}
.quick-enquiry-box .qeb-form-item.focused label.qeb-label {
  font-size: 12px;
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
}
.quick-enquiry-box .qeb-form-item label.error {
  position: absolute;
  bottom: -14px;
  font-size: 11px;
  left: 0;
  color: #dc3131;
}
.quick-enquiry-box .qeb-form-submit input {
  background: #FFFFFF;
  border: 1px solid #AF0C3E;
  border-radius: 25px;
  display: block;
  padding: 15px;
  outline: 0;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.74px;
  text-transform: uppercase;
  color: #AF0C3E;
  text-align: center;
  width: 100%;
}
.quick-enquiry-box .qeb-form-submit input:hover {
  background: #AF0C3E;
  color: #fff;
}
.quick-enquiry-box .qeb-bottom-text {
  margin-top: 15px;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
}

.secondary-nav.floating-nav {
  /* display: none; */
  background: #fff;
  border-bottom: 1px solid #D6D6D6;
  position: absolute;
  width: 100%;
  z-index: 998;
}
.secondary-nav.floating-nav .tab_bar {
  background: #fff;
}
.secondary-nav.floating-nav .tab_bar ul li a.active {
  color: #AF0C3E;
}

.curriculum-sec .tab-block {
  padding: 60px 0;
}
.curriculum-sec .prm-tab-wrap {
  margin-top: 50px;
  border: 1px solid #ECEBEB;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.curriculum-sec .prm-tab-wrap .prm-tab-border {
  display: none;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 20%;
  z-index: 2;
  margin-left: -1px;
  top: 0;
  background: #ECEBEB;
}
.curriculum-sec .section-programs .prm-tab-links {
  display: none;
  width: 20%;
  float: left;
}
.curriculum-sec .section-programs .prm-tab-links a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #656565;
  padding: 20px 30px;
  border-radius: 0;
  border: 0;
  margin: 0;
  border-left: 4px solid #fff;
  text-shadow: 0 0 1px #fff;
}
.curriculum-sec .section-programs .prm-tab-links a:hover {
  color: #AF0C3E;
}
.curriculum-sec .section-programs .prm-tab-links a.active {
  background: #FBF3F5;
  border-color: #AF0C3E;
  padding: 35px 30px;
  text-shadow: 0 0 1px #AF0C3E;
  color: #AF0C3E;
}
.curriculum-sec .product-row {
  float: left;
  width: 100%;
}
.curriculum-sec .product-row .ps-inner {
  padding: 0 !important;
}
.curriculum-sec .product-row .ps-inner .no-table-curriculum {
  padding: 25px;
  font-size: 14px;
}
.curriculum-sec .product-row .ps-inner-toggler {
  padding: 22px 25px;
  border-bottom: 2px solid #fff;
  background: #fdf8f9;
  font-size: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #AF0C3E;
  cursor: pointer;
}
.curriculum-sec .product-row table {
  border: 0;
}
.curriculum-sec .product-row table td, .curriculum-sec .product-row table th {
  padding: 20px 25px;
}
.curriculum-sec .product-row table td strong, .curriculum-sec .product-row table th strong {
  font-weight: inherit;
}
.curriculum-sec .product-row table tr:first-child td {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #AF0C3E;
  padding: 10px 25px;
}
.curriculum-sec .product-row table tr:last-child td {
  border-bottom: 0;
}
.curriculum-sec table {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.prm-overview {
  padding: 50px 0;
  position: relative;
}
.prm-overview .ov-left h5 {
  font-weight: 600;
  font-size: 13px;
  color: #9d9d9d;
  text-transform: uppercase;
  margin: 0 0 10px;
  text-align: center;
}
.prm-overview .ov-left h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.prm-overview .ov-left h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
  margin: 0 0 10px;
}
.prm-overview .ov-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.prm-overview .ov-left ul li {
  margin: 0 0 10px;
  padding: 0 0 0 8px;
  position: relative;
}
.prm-overview .ov-left ul li:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 9px;
  background: #656565;
}
.prm-overview .ov-left .ov-left-link {
  margin: 20px 0 0;
}
.prm-overview .ov-left .ov-left-link a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #656565;
}
.prm-overview .ov-left .ov-left-link a span {
  border-bottom: 1px dashed #AF0C3E;
  display: inline-block;
  vertical-align: middle;
}
.prm-overview .ov-left .ov-left-link a:after {
  content: "";
  display: inline-block;
  background: url(images/external-link.svg) no-repeat center;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  background-size: contain;
  margin-left: 8px;
}
.prm-overview .ov-left .ov-left-link a:hover {
  color: #AF0C3E;
}
.prm-overview .ov-left .ov-left-link a:hover span {
  border-bottom-color: #656565;
}
.prm-overview .ov-right {
  margin-top: 40px;
}
.prm-overview .date-note h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.74px;
  text-transform: uppercase;
  color: #AF0C3E;
  margin: 0 0 20px;
  text-align: center;
}
.prm-overview .dt-item {
  margin: 0 0 25px;
  min-height: 54px;
}
.prm-overview .dt-item a {
  display: block;
}
.prm-overview .dt-item a:hover {
  opacity: 0.9;
}
.prm-overview .amr-event-date {
  margin: 0;
  width: 45px;
  float: left;
  color: #9D9D9D;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.prm-overview .amr-event-date i {
  display: block;
  font-size: 34px;
  font-weight: 500;
  color: #AF0C3E;
  line-height: 1;
  margin: 0 0 2px;
  font-style: normal;
}
.prm-overview .amr-event-desc {
  color: #656565;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-left: 60px;
}

.faqlinks {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-top: 20px;
}
.faqlinks.both-visible:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #dfdfdf;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.faqlinks .lnk {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.687143px;
  text-transform: uppercase;
  color: #9D9D9D;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqlinks .lnk a {
  color: #9D9D9D;
  display: block;
  width: 100%;
  padding: 10px 0;
}
.faqlinks .lnk a:hover {
  color: #262626;
}
.faqlinks .lnk p {
  margin: 5px 0 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.faqlinks .lnk img {
  width: 25px;
}

.faqlinks-bottom {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #262626;
  margin-top: 15px;
}
.faqlinks-bottom a {
  color: #656565;
}
.faqlinks-bottom a:hover {
  color: #000;
}

.stream-block {
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #888;
  position: relative;
  color: #fff;
}
.stream-block:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, rgba(177, 15, 86, 0.81)), color-stop(96.83%, rgba(208, 8, 70, 0.81)));
  background: linear-gradient(90deg, rgba(177, 15, 86, 0.81) 2.8%, rgba(208, 8, 70, 0.81) 96.83%);
  opacity: 0.81;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.stream-block .container {
  z-index: 1;
  position: relative;
}
.stream-block .stream-desc {
  padding: 20px 20px 0;
}
.stream-block .stream-item {
  color: #fff;
  text-align: center;
  padding: 0 10px;
  vertical-align: middle;
}
.stream-block .stream-item .stream-item-inner {
  padding: 30px 10px;
  border: 1px solid #ECEBEB;
  border-radius: 10px;
  max-width: 155px;
  margin: 20px auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.stream-block .stream-item .stream-item-inner a {
  display: block;
  color: #fff;
}
.stream-block .stream-item .stream-item-inner:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.stream-block .stream-item .st-img img {
  width: auto;
  height: 32px;
  margin: 0 auto;
}
.stream-block .stream-item .st-meta {
  margin-top: 15px;
}
.stream-block .stream-item .st-meta h5 {
  color: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.single-program .eligibility-block {
  padding: 60px 0;
}
.single-program .eligibility-block .elig-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-program .eligibility-block .elig-left {
  display: none;
  width: 40%;
  float: left;
}
.single-program .eligibility-block .elig-left img {
  display: block;
  border-radius: 5px;
}
.single-program .eligibility-block .elig-rht-wrap {
  width: 100%;
  float: right;
  padding-left: 0;
}
.single-program .eligibility-block .elig-inner-row {
  margin-top: 35px;
  margin-left: -30px;
  margin-right: -30px;
}
.single-program .eligibility-block .elig-inner-left {
  padding: 0 30px;
}
.single-program .eligibility-block .elig-inner-left h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.74px;
  text-transform: uppercase;
  color: #AF0C3E;
}
.single-program .eligibility-block .elig-inner-left p {
  margin: 0 0 15px;
}
.single-program .eligibility-block .elig-inner-left li {
  font-size: 14px;
  margin: 0 0 5px;
}
.single-program .eligibility-block .elig-inner-block {
  margin: 0 0 30px;
}
.single-program .eligibility-block .elig-inner-block p {
  margin: 0 0 15px;
}
.single-program .eligibility-block .elig-inner-block p:last-child {
  margin: 0;
}
.single-program .eligibility-block .elig-inner-block h6 {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 10px;
}
.single-program .eligibility-block .elig-inner-right {
  padding: 0 30px;
  margin-top: 30px;
}
.single-program .eligibility-block .elig-inner-right h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.74px;
  text-transform: uppercase;
  color: #AF0C3E;
}
.single-program .eligibility-block .elig-inner-right p {
  margin: 0 0 15px;
}
.single-program .eligibility-block .elig-inner-right li {
  font-size: 14px;
  margin: 0 0 5px;
}

.single-program .cnt-fees {
  padding: 50px 0;
}
.single-program .cnt-fees .fee-left {
  padding: 0 0 50px 0;
}
.single-program .cnt-fees .fee-left .fee-left-btn {
  text-align: center;
}
.single-program .cnt-fees .fee-left .block-title, .single-program .cnt-fees .fee-left .iconlist-block.adminblock h2, .iconlist-block.adminblock .single-program .cnt-fees .fee-left h2, .single-program .cnt-fees .fee-left .ranking-landing .rank-land-title, .ranking-landing .single-program .cnt-fees .fee-left .rank-land-title, .single-program .cnt-fees .fee-left .resrch-col-right h3, .resrch-col-right .single-program .cnt-fees .fee-left h3, .single-program .cnt-fees .fee-left .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .single-program .cnt-fees .fee-left h2:first-child, .single-program .cnt-fees .fee-left .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .single-program .cnt-fees .fee-left h2:first-child, .single-program .cnt-fees .fee-left .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .single-program .cnt-fees .fee-left h2:first-child, .single-program .cnt-fees .fee-left .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .single-program .cnt-fees .fee-left h2:first-child, .single-program .cnt-fees .fee-left .department-top h2, .department-top .single-program .cnt-fees .fee-left h2, .single-program .cnt-fees .fee-left .about-school-sec h2, .about-school-sec .single-program .cnt-fees .fee-left h2, .single-program .cnt-fees .fee-left .inner_about .blksec h3, .inner_about .blksec .single-program .cnt-fees .fee-left h3, .single-program .cnt-fees .fee-left .adminblock .container > h2, .adminblock .single-program .cnt-fees .fee-left .container > h2, .single-program .cnt-fees .fee-left .camp-tour-sec h2, .camp-tour-sec .single-program .cnt-fees .fee-left h2, .single-program .cnt-fees .fee-left .school-program h2:first-child, .school-program .single-program .cnt-fees .fee-left h2:first-child, .single-program .cnt-fees .fee-left .single-wrap .cnt .post-heading, .single-wrap .cnt .single-program .cnt-fees .fee-left .post-heading, .single-program .cnt-fees .fee-left .latest-news-top h3, .latest-news-top .single-program .cnt-fees .fee-left h3, .single-program .cnt-fees .fee-left .popular-news h3, .popular-news .single-program .cnt-fees .fee-left h3, .single-program .cnt-fees .fee-left .tab-block .section-programs h2, .tab-block .section-programs .single-program .cnt-fees .fee-left h2 {
  margin: 0 0 20px;
}
.single-program .cnt-fees .fee-left h6 {
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}
.single-program .cnt-fees .fee-left p {
  margin: 0 0 30px;
}
.single-program .cnt-fees .fee-rht-wrap {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
  border-radius: 3px;
  overflow: auto;
}
.single-program .cnt-fees .fee-rht-wrap table {
  margin: 0;
  border-collapse: inherit;
}
.single-program .cnt-fees .fee-rht-wrap table tr:nth-child(2) td {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #AF0C3E;
  padding: 10px 25px;
}
.single-program .cnt-fees .fee-rht-wrap table tr td strong, .single-program .cnt-fees .fee-rht-wrap table tr th strong {
  font-weight: inherit;
}
.single-program .cnt-fees .fee-rht-wrap table tr:not(:nth-child(2)) td {
  padding: 27px 25px;
}

.cnt-facility-wrap {
  padding: 50px 0;
  background: #FBF3F5;
}
.cnt-facility-wrap .fc-rht-wrap {
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
}
.cnt-facility-wrap ul {
  display: block;
  padding: 15px 0;
  list-style: none;
  margin: 0;
}
.cnt-facility-wrap li {
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  vertical-align: top;
  border: 0;
  color: #656565;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}
.cnt-facility-wrap li a {
  color: #656565;
}
.cnt-facility-wrap li a:hover {
  color: #AF0C3E;
}
.cnt-facility-wrap li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  vertical-align: middle;
  margin-right: 4px;
  background: #656565;
}
.cnt-facility-wrap .fc-text-slider-wrap {
  position: relative;
}
.cnt-facility-wrap .fc-text-slider-wrap .slick-arrows {
  position: absolute;
  left: 50px;
  bottom: 40px;
}
.cnt-facility-wrap .fc-text-slider-wrap .slick-arrows .slick-arrow {
  border-color: #fff;
  border-radius: 0;
}
.cnt-facility-wrap .fc-text-slider-wrap .slick-arrows .slick-arrow:hover {
  background-color: #75032a;
}
.cnt-facility-wrap .fc-text-slider-wrap .slick-arrows .slick-prev {
  background-image: url(images/left-icon-white.svg);
}
.cnt-facility-wrap .fc-text-slider-wrap .slick-arrows .slick-next {
  background-image: url(images/right-icon-white.svg);
}
.cnt-facility-wrap .fc-image-slider-wrap {
  background: #FBF3F5;
}
.cnt-facility-wrap .fc-image-slider-wrap .fc-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.cnt-facility-wrap .fc-image-slider-wrap .fc-img img {
  width: 100%;
  border-radius: 15px;
  display: block;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt-facility-wrap .fc-image-slider-wrap .fc-img .fc-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.cnt-facility-wrap .fc-image-slider-wrap .fc-img .fc-image-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/play.svg) no-repeat center;
  background-size: 50px;
}
.cnt-facility-wrap .fc-text-slider {
  color: #fff;
  padding: 50px 80px 80px 50px;
}
.cnt-facility-wrap .fc-text-slider h5 {
  color: inherit;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 15px;
}

.placement-block {
  padding: 50px 0;
  background-size: contain;
}
.placement-block.adminblock .container > h2 + p {
  max-width: 550px;
}
.placement-block .placement-logo-sec {
  margin: 90px auto 0;
  max-width: 1000px;
  padding: 0 30px;
}
.placement-block .placement-count-sec {
  margin: 90px auto 0;
  text-align: center;
  padding: 0 20px;
  max-width: 800px;
}
.placement-block .placement-logo-slider {
  text-align: center;
}
.placement-block .pl-logo {
  padding: 0px 40px;
}
.placement-block .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.placement-block .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.placement-block .pl-cnt .pl-cnt-inner {
  display: inline-block;
  text-align: left;
  padding: 0 10px;
}
.placement-block .pl-cnt .pl-cnt-inner h3 {
  font-weight: 600;
  font-size: 27px;
  line-height: 33px;
  text-transform: uppercase;
  color: #AF0C3E;
  margin: 0 0 15px;
}
.placement-block .placement-btn {
  margin-top: 50px;
  text-align: center;
}

.single-program .sec-ranking p {
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 540px) {
  .placement-block .pl-cnt {
    width: 100%;
    margin: 0 0 20px;
  }
  .placement-block .placement-count-sec {
    padding: 0;
    margin: 40px auto 0;
  }
  .placement-block .placement-btn {
    margin-top: 20px;
  }
  .placement-block .placement-logo-sec {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .single-program .product-row table tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ECEBEB;
    padding: 15px 0;
  }
  .single-program .product-row table tr td {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 155px !important;
    border: 0;
    min-height: 38px;
  }
  .single-program .product-row table tr td:after {
    content: "";
    display: block;
    clear: both;
  }
  .single-program .product-row table tr td:before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 0;
    width: 155px;
    padding: 0 25px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    padding-top: 3px;
    text-transform: uppercase;
    color: #AF0C3E;
  }
  .single-program .product-row table tr:nth-child(2) {
    display: none;
  }
  .single-program .product-row table tr:nth-child(2) {
    display: block;
  }
  .single-program .product-row table tr:nth-child(1) {
    display: none;
  }
  .single-program .product-row table td, .single-program .product-row table th {
    padding: 10px 25px;
  }
  .single-program table tr td[colspan], .single-program table tr td[colspan] ~ td {
    padding: 10px 25px !important;
    min-height: 0;
    display: inline-block;
    width: auto;
  }
  .single-program table tr td[colspan]:before {
    display: none;
  }
  .single-program table tr td[colspan] ~ td:before, .single-program table tr td[colspan] ~ td:after {
    display: none;
  }

  .prm-tab-item:last-child .ps-inner-toggler {
    border: 0;
  }

  .section-programs .ps-inner {
    border: 0;
    padding: 0;
  }
  .section-programs .ps-inner-toggler {
    position: relative;
  }
  .section-programs .ps-inner-toggler:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(images/drop-icon-color.svg) no-repeat center;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-programs .ps-item.visible .ps-inner-toggler:before {
    background: url(images/drop-icon-color-reverse.svg) no-repeat center;
  }

  .cnt-facility-wrap {
    background: #fff;
    border-top: 1px solid #dfdfdf;
    padding-bottom: 0;
  }
  .cnt-facility-wrap .fc-rht-wrap {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
    margin-top: 20px;
  }
  .cnt-facility-wrap .fc-rht-wrap .slick-arrows {
    left: 0;
  }
  .cnt-facility-wrap .fc-image-slider-wrap {
    background: transparent;
  }
  .cnt-facility-wrap .fc-text-slider {
    padding: 10px 0 70px;
  }
}
@media only screen and (min-width: 481px) {
  .cnt-facility-wrap ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .cnt-facility-wrap .fc-left {
    float: none !important;
    width: 100% !important;
  }
  .cnt-facility-wrap .fc-rht-wrap {
    width: 100% !important;
    float: none !important;
    padding: 0px 0 0 0px !important;
    background: transparent !important;
  }
  .cnt-facility-wrap .fc-rht-wrap {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .program-items-wrap {
    padding: 70px 0;
  }
  .program-items-wrap .prog-location .prog-location-text {
    display: inline-block;
  }
  .program-items-wrap .program-content .prog-cont-left {
    float: left;
    width: 70%;
  }
  .program-items-wrap .program-content .prog-cont-right {
    float: right;
    padding-left: 50px;
    margin-top: 0;
  }

  .program-search {
    border-top: 1px solid #D8D8D8;
  }
  .program-search.oth-search {
    border: 0;
  }

  .top-select {
    border: 0;
    padding: 25px 15px;
  }
  .top-select:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    background: #D8D8D8;
    top: 0;
  }

  .other-nav-bar .top-select:nth-child(3n):after {
    display: none;
  }

  .sec-select-item:last-child .top-select:after {
    display: none;
  }

  .program-search {
    padding: 29px 15px;
  }
  .program-search.oth-search {
    padding: 29px 0;
    text-align: center;
  }

  .secondary-nav {
    padding: 0;
  }

  .stream-block {
    padding: 90px 0;
  }
  .stream-block .stream-desc {
    padding: 40px 60px 0;
  }
  .stream-block .stream-item .stream-item-inner {
    border: 1px solid transparent;
  }
  .stream-block .stream-item .stream-item-inner:hover {
    border-color: #ECEBEB;
  }

  .secondary-nav.floating-nav {
    display: block;
  }

  body .tab-block {
    padding: 90px 0;
  }
  body .eligibility-block {
    padding: 90px 0;
  }
  body .eligibility-block .adm-prc-link {
    text-align: left;
  }

  .placement-block {
    padding: 75px 0;
  }

  .quick-enquiry-box {
    position: absolute;
    right: 30px;
    bottom: -75px;
    width: 100%;
    max-width: 320px;
    background: transparent;
    padding: 0;
  }
  .quick-enquiry-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 100%;
    background: url(images/quick-box-bg.png) no-repeat top left;
    background-size: contain;
    z-index: -1;
  }
  .quick-enquiry-box .qeb-title {
    font-size: 14px;
    line-height: 17px;
    color: #0b0b22;
    margin: 0 0 15px 35px;
    text-align: left;
  }
  .quick-enquiry-box .qeb-wrap {
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), #0b0b22;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #0b0b22;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.167374);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.167374);
    border-radius: 14px;
    padding: 35px;
  }

  .prm-overview {
    padding: 110px 0 90px;
  }
  .prm-overview .ov-left {
    float: left;
    width: 50%;
  }
  .prm-overview .ov-left h5, .prm-overview .ov-left h3 {
    text-align: left;
  }
  .prm-overview .ov-right {
    float: right;
    width: 290px;
    max-width: 40%;
    margin: 0;
  }
  .prm-overview .date-note h5 {
    text-align: left;
  }

  .single-program .cnt-fees {
    padding: 90px 0;
  }
  .single-program .cnt-fees .fee-left {
    float: left;
    width: 37%;
    padding: 0 60px 0 0;
  }
  .single-program .cnt-fees .fee-left .fee-left-btn {
    text-align: left;
  }
  .single-program .cnt-fees .fee-rht-wrap {
    width: 63%;
    float: left;
  }
  .single-program .pl-cnt:nth-child(2n+1) {
    clear: both;
  }

  .cnt-facility-wrap {
    padding: 100px 0;
  }
  .cnt-facility-wrap .fc-left {
    float: left;
    width: 32%;
  }
  .cnt-facility-wrap .fc-rht-wrap {
    width: 68%;
    float: left;
    padding: 50px 0 0 60px !important;
    background: transparent !important;
  }
  .cnt-facility-wrap .fc-text-slider-wrap {
    float: left;
    width: 45%;
    margin-top: 60px;
  }
  .cnt-facility-wrap .fc-text-slider-wrap .fc-text-slider {
    background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
    background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
    border-radius: 50px 0px 81px;
  }
  .cnt-facility-wrap .fc-image-slider-wrap {
    float: left;
    width: 55%;
    margin-left: -5%;
  }

  .single-program-header {
    min-height: 610px;
  }
  .single-program-header h2.sp-title {
    max-width: 55%;
  }
  .single-program-header .sp-header-text {
    text-align: left;
    -webkit-transform: none;
            transform: none;
  }

  .offered-campuses .sec-nav-title {
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .secondary-nav.floating-nav {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-placeholder {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .placement-block {
    padding: 100px 0;
  }

  .program-items-wrap .program-content .prog-cont-left {
    width: 70%;
  }

  .sec-select-item:last-child .top-select:after {
    display: block;
  }

  .program-search {
    padding: 28px 25px;
  }

  .curriculum-sec .section-programs .prm-tab-links {
    display: block;
  }
  .curriculum-sec .section-programs .product-row {
    width: 80%;
  }
  .curriculum-sec .section-programs .product-row .ps-inner-toggler {
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background: transparent;
    border-bottom: 1px solid #ECEBEB;
  }
  .curriculum-sec .prm-tab-wrap .prm-tab-border {
    display: block;
  }

  .single-program .pl-cnt:nth-child(2n+1) {
    clear: none;
  }
  .single-program .cnt-fees .fee-left {
    padding: 0 90px 0 0;
  }
  .single-program .eligibility-block .elig-left {
    display: block;
  }
  .single-program .eligibility-block .elig-rht-wrap {
    width: 58%;
    padding-left: 40px;
  }
  .single-program .eligibility-block .elig-inner-right {
    margin-top: 0;
  }
}
.curriculum-sec.tab-block .product-row .ps-inner p {
  padding: 0 25px;
  margin: 0 0 15px;
  line-height: 22px;
}
.curriculum-sec.tab-block .product-row .ps-inner p:first-child {
  padding-top: 25px;
}
.curriculum-sec.tab-block .product-row .ps-inner p:last-child {
  padding-bottom: 25px;
}

@media only screen and (min-width: 1201px) {
  .quick-enquiry-box {
    right: calc((100% - 1140px) / 2);
  }
}
.ie-browser .prm-overview .ov-left h3 {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: transparent;
  color: #B10F56;
}

.med-toggler {
  cursor: pointer;
  display: block;
  text-align: left;
  position: relative;
  padding: 20px 0px;
  text-transform: uppercase;
  font-size: 12px;
}
.med-toggler:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background: url(images/drop-icon.svg) no-repeat right;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.med-toggler.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
  bottom: 0;
  position: absolute;
}
.med-toggler.active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.tab_bar {
  background: #FDF8F9;
  padding: 0;
  text-align: left;
}
.tab_bar ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab_bar ul li {
  margin: 10px 0;
  line-height: 1.1em;
}
.tab_bar ul li a {
  padding: 10px 0;
  font-size: 12px;
  display: block;
  color: #656565;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.tab_bar ul li a:hover {
  color: #AF0C3E;
}
.tab_bar ul li.current-cat a, .tab_bar ul li.active a {
  color: #AF0C3E;
}

.latest-news-top h3, .popular-news h3 {
  padding: 20px 0 0;
}

.latest-news {
  padding: 30px 0;
}
.latest-news .latest-news-wrap {
  margin-left: -25px;
  margin-right: -25px;
}
.latest-news .left-sec {
  padding: 0 25px;
}
.latest-news .middle-sec {
  padding: 25px;
}
.latest-news .right-sec {
  padding: 25px;
}
.latest-news .mnews-item a {
  display: block;
  position: relative;
  border-radius: 5px;
}
.latest-news .mnews-thumb {
  position: relative;
}
.latest-news .mnews-thumb img {
  width: 100%;
  border-radius: 5px;
  display: block;
}
.latest-news .mnews-thumb:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  border-radius: 5px;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.latest-news .mnews-item a:hover .mnews-thumb:before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, rgba(177, 15, 86, 0.83)), color-stop(56.81%, rgba(208, 8, 70, 0.83)));
  background: linear-gradient(90deg, rgba(177, 15, 86, 0.83) 2.8%, rgba(208, 8, 70, 0.83) 56.81%);
}
.latest-news .mnews-overlay {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 30px 40px;
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
}
.latest-news .mnews-overlay span {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 15px;
}
.latest-news ul.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.latest-news .mnews-slider {
  border-radius: 5px;
}
.latest-news .rnews {
  margin: 0 0 25px;
}
.latest-news .rnews:last-child {
  margin: 0;
}
.latest-news .rnews a {
  display: block;
  position: relative;
  border-radius: 5px;
}
.latest-news .rnews-thumb {
  position: relative;
}
.latest-news .rnews-thumb img {
  width: 100%;
  border-radius: 5px;
  display: block;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-news .rnews-thumb:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  border-radius: 5px;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.latest-news .rnews a:hover .rnews-thumb:before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, rgba(177, 15, 86, 0.83)), color-stop(56.81%, rgba(208, 8, 70, 0.83)));
  background: linear-gradient(90deg, rgba(177, 15, 86, 0.83) 2.8%, rgba(208, 8, 70, 0.83) 56.81%);
}
.latest-news .rnews-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.latest-news .rnews-overlay span {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 10px;
}
.latest-news .lnews-txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #656565;
}
.latest-news .lnews-txt span {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #A4123F;
  margin: 0 0 10px;
}
.latest-news .lnews-thumb {
  margin: 0 0 25px;
}
.latest-news .lnews-thumb img {
  display: block;
  width: auto;
  border-radius: 5px;
  width: 100%;
}
.latest-news .left-sec-inner {
  position: relative;
  margin-top: 25px;
}
.latest-news .lnews-outer {
  margin-top: 40px;
  margin-bottom: 20px;
}
.latest-news .lnews a {
  display: block;
}
.latest-news .lnews a:hover {
  opacity: 0.9;
}
.latest-news .latest-news-top p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #656565;
  margin: 40px 0 0;
}

.popular-holder {
  margin-left: -15px;
  margin-right: -15px;
}

.popular-news-overlay {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
  margin-top: 20px;
}
.popular-news-overlay span {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #A4123F;
  margin: 0 0 10px;
}

.popular-news {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 0;
}
.popular-news .popular-news-item {
  width: 100%;
  margin: 20px 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popular-news .popular-news-item img {
  display: block;
  border-radius: 5px;
  width: 100%;
}
.popular-news .popular-news-item a {
  display: block;
  width: 100%;
}
.popular-news .popular-news-item a:hover {
  opacity: 0.8;
}
.popular-news .popular-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popular-news .popular-news-top {
  padding-bottom: 15px;
}
.popular-news .popular-news-top p {
  margin-top: 20px;
  text-align: center;
}

.editors-outer {
  background: #FDF8F9;
  padding: 60px 0;
}

.editors-news-thumb {
  height: 300px;
}

.editors-news-txt {
  background: #fff;
  padding: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #656565;
  position: relative;
}
.editors-news-txt span.edit-date {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #A4123F;
  margin: 0 0 15px;
}
.editors-news-txt .edit-more-btn {
  margin-top: 20px;
}

.editors-news-item {
  margin-bottom: 30px;
}

.editors-news-thumb img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.editors-news-wrap {
  position: relative;
  margin-top: 30px;
}

.editors-news-item:hover .editors-news-txt {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(56.81%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 56.81%);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.editors-news-item:hover .editors-news-txt span.edit-date {
  color: #fff;
}
.editors-news-item:hover .editors-news-txt .btn, .editors-news-item:hover .editors-news-txt .res-check-form .res-form-submit input, .res-check-form .res-form-submit .editors-news-item:hover .editors-news-txt input, .editors-news-item:hover .editors-news-txt .wpcf7-form input.wpcf7-submit, .wpcf7-form .editors-news-item:hover .editors-news-txt input.wpcf7-submit {
  color: #fff;
  border-color: #fff;
}

.editors-news-txt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #fff;
  position: absolute;
  top: -18px;
  left: 50px;
}

.editors-news-item:hover .editors-news-txt:before {
  border-bottom-color: #b10f56;
}

.view-btn {
  text-align: center;
  padding: 10px 0 10px;
}

.single-wrap {
  padding: 50px 0;
}
.single-wrap .cnt {
  color: #656565;
  font-size: 14px;
  line-height: 25px;
}
.single-wrap .cnt img {
  display: block;
  border-radius: 5px;
}
.single-wrap .cnt p {
  font-size: inherit !important;
  color: inherit;
  line-height: inherit;
}

.post p strong, .post li strong {
  color: #b10f56 !important;
}
.single-wrap .cnt a:hover {
  text-decoration: underline;
}
.single-wrap .cnt .post-heading {
  padding-top: 20px;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
}
.single-wrap .cnt .post-heading:before {
  left: 0;
  right: auto;
  margin: 0;
}
.single-wrap .cnt .date-tag {
  color: #A4123F;
  margin: 20px 0 30px;
  font-weight: 600;
  font-size: 13px;
}
.single-wrap .cnt .blog-img-otr {
  margin: 0 0 25px;
}
.single-wrap .cnt .blog-img-otr img {
  width: 100%;
}
.single-wrap .cnt .cnt li {
  margin: 10px 0;
}
.single-wrap .cnt blockquote, .single-wrap .cnt q {
  background: url(images/icn-quote-amma.svg) no-repeat top 8px left;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 15px;
}
.single-wrap .cnt blockquote p, .single-wrap .cnt q p {
  line-height: 30px;
  padding-left: 40px;
  font-style: italic;
}
.single-wrap .cnt blockquote cite, .single-wrap .cnt q cite {
  padding-left: 40px;
}

.blog-sidebar {
  font-size: 13px;
  padding-top: 35px;
}
.blog-sidebar .widget-side, .blog-sidebar .widget {
  padding: 0 0 25px;
}
.blog-sidebar h4, .blog-sidebar h3 {
  font-size: 20px;
  font-weight: 500;
  color: #AF0C3E;
  margin: 0 0 20px;
}
.blog-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar ul li {
  padding: 10px 0;
}
.blog-sidebar ul li a {
  color: #666;
}
.blog-sidebar ul li a:hover {
  color: #000;
}
.blog-sidebar .pop-news-left {
  float: left;
  width: 130px;
  padding-right: 20px;
}
.blog-sidebar .pop-news-left img {
  border-radius: 5px;
}
.blog-sidebar .popularnews-item {
  margin: 0 0 30px;
}
.blog-sidebar .popularnews-item:last-child {
  margin: 0;
}
.blog-sidebar .popularnews-item a {
  display: block;
}
.blog-sidebar .popularnews-item a:hover {
  opacity: 0.8;
}
.blog-sidebar .pop-news-right h6 {
  font-weight: 500;
  color: #656565;
  font-size: 13px;
  margin: 7px 0 0;
}
.blog-sidebar .meta {
  font-size: 13px;
  font-weight: 600;
  color: #AF0C3E;
}
.blog-sidebar .shares {
  background: #FDF8F9;
  padding: 30px;
  border-radius: 9px;
  margin: 30px 0 60px;
}
.blog-sidebar ul.social-icons li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  padding: 0;
}
.blog-sidebar ul.social-icons li img {
  width: 26px;
}
.blog-sidebar ul.social-icons li a:hover {
  opacity: 0.7;
}
.blog-sidebar .shares {
  background: #FDF8F9;
  padding: 30px;
  border-radius: 9px;
  margin: 20px 0 25px;
}
.blog-sidebar ul.social-icons li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0;
}
.blog-sidebar ul.social-icons li img {
  width: 26px;
}
.blog-sidebar ul.social-icons li a:hover {
  opacity: 0.7;
}
.blog-sidebar .rel-tags a {
  display: inline-block;
  border-radius: 50px;
  color: #656565;
  padding: 10px 28px;
  border: 1px solid #F5DADC;
  min-width: 90px;
  text-align: center;
  margin: 0 10px 8px 0;
  font-size: 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog-sidebar .rel-tags a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(56.81%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 56.81%);
}

h2.comments-title {
  font-size: 20px;
  font-weight: 600;
}

.comments-area {
  padding: 30px 0;
}

ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.children {
  list-style: none;
  margin: 20px 0 20px 50px;
}

li.comment {
  border: 1px solid #a4123f;
  padding: 30px;
  border-radius: 4px;
  background: #fff4f8;
}

li.comment {
  margin: 0 0 30px;
}

ol.children li:last-child {
  margin: 0;
  padding: 30px 0 0;
}

.cmt1 {
  float: left;
  width: 60px;
}

.cmt1 img {
  border-radius: 50%;
  /* border: 1px solid #a4123f; */
  -webkit-box-shadow: 0 1px 5px #aaa;
          box-shadow: 0 1px 5px #aaa;
}

cite.fn {
  display: block;
  position: relative;
  font-style: normal;
  font-size: 18px;
  color: #000;
}

cite.fn span {
  float: right;
  background: #000;
  color: #fff;
  padding: 8px 10px 5px;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 2px;
  line-height: 1;
}

.cmt2 time {
  font-size: 12px;
}

.comment-content {
  display: block;
  margin: 25px 0;
  font-size: 15px;
}

.comment-content p {
  font-size: inherit;
}

a.comment-reply-link {
  padding: 5px 15px;
  display: inline-block;
  background: #d44974;
  color: #fff;
}

a.comment-reply-link:hover {
  background: #b12b55;
  /* color: #000; */
}

ol.children li {
  border-radius: 0;
  border-width: 1px 0 0 0;
  border-color: #ffd2df;
  padding: 30px 0;
  margin: 0;
}
ol.children li:last-child {
  padding: 30px 0 0;
}

form#commentform input, form#commentform textarea {
  border: 1px solid #dfdfdf;
  padding: 15px 20px;
  border-radius: 4px;
  font-family: inherit;
  color: #444;
}

h3#reply-title {
  font-size: 21px;
  font-weight: 600;
}

form#commentform input.submit {
  background: #B10F56;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(56.81%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 56.81%);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 0;
}
form#commentform input.submit:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #D00846), color-stop(56.81%, #B10F56));
  background: linear-gradient(90deg, #D00846 2.8%, #B10F56 56.81%);
}

.category-content-wrap {
  padding: 50px 0;
}
.category-content-wrap .blog-img-otr {
  margin: 0 0 20px;
}
.category-content-wrap .blog-img-otr img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.category-content-wrap .cnt > h2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.category-content-wrap .cnt > h2 a {
  color: inherit;
  background: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.category-content-wrap .date-tag {
  font-size: 13px;
  font-weight: 600;
  color: #A4123F;
  padding: 5px 0 10px;
}
.category-content-wrap .post {
  margin: 0 0 30px;
  padding: 0 0 25px;
  border-bottom: 1px solid #e9e9e9;
}
.category-content-wrap .post:last-child {
  margin-bottom: 10px;
}
.category-content-wrap .post .cnt {
  margin: 0 0 20px;
}

.news-gal {
  margin-left: -15px;
  margin-right: -15px;
}
.news-gal:before, .news-gal:after {
  clear: both;
  content: "";
  display: block;
}
.news-gal .news-gal-img {
  padding: 15px;
  float: left;
  width: 100%;
}
.news-gal .news-gal-img a {
  display: block;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.news-gal .news-gal-img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 18, 63, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.news-gal .news-gal-img a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/gallery-icon.svg) no-repeat center;
  background-size: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.news-gal .news-gal-img a img {
  width: 100%;
  border-radius: 7px;
  height: 150px;
  object-fit: cover;
  object-position: top center;
}
.news-gal .news-gal-img a:hover:before {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.news-gal .news-gal-img a:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media only screen and (min-width: 481px) {
  .popular-news .popular-news-item {
    width: 50%;
  }

  .news-gal .news-gal-img {
    width: 50%;
  }
  .news-gal .news-gal-img:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .single-wrap {
    padding: 80px 0;
  }
  .single-wrap .cnt .post-heading {
    font-size: 27px;
    line-height: 34px;
  }

  .tab_bar {
    text-align: center;
  }
  .tab_bar .med-toggler {
    display: none;
  }
  .tab_bar ul {
    display: block !important;
  }
  .tab_bar ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
  }
  .tab_bar ul li a {
    display: inline-block;
    padding: 25px 10px;
    color: #656565;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    position: relative;
  }
  .tab_bar ul li a:hover {
    color: #AF0C3E;
  }
  .tab_bar ul li.current-cat a, .tab_bar ul li.active a {
    color: #AF0C3E;
  }
  .tab_bar ul li.current-cat a:after, .tab_bar ul li.active a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #AF0C3E;
    position: absolute;
    bottom: -1px;
    left: 0;
  }

  .latest-news {
    padding: 70px 0;
  }
  .latest-news .rnews {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
  .latest-news .rnews-outer {
    margin-left: -20px;
    margin-right: -20px;
  }
  .latest-news .middle-sec {
    width: 61%;
    float: left;
  }
  .latest-news .left-sec {
    width: 39%;
    float: left;
  }
  .latest-news .right-sec {
    width: 100%;
    float: left;
  }
  .latest-news .mnews-thumb {
    position: relative;
  }
  .latest-news .mnews-thumb img {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .latest-news .left-sec-inner {
    min-height: 550px;
    margin-top: 25px;
  }
  .latest-news .lnews-outer {
    margin-top: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .latest-news .rnews {
    margin: 0 0 10px;
  }
  .latest-news .rnews:last-child {
    margin: 0;
  }

  .editors-news-item {
    margin-bottom: 0;
  }

  .editors-news-txt:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-right: 18px solid #fff;
    border-left: 0;
    position: absolute;
    left: -18px;
    top: 50px;
  }

  .editors-news-item:nth-child(2) .editors-news-txt:before {
    left: 100%;
    top: auto;
    bottom: 50px;
    border-right: 0;
    border-left: 18px solid #fff;
  }

  .editors-news-item:nth-child(1):hover .editors-news-txt:before {
    border-right-color: #b10f56;
    border-bottom-color: transparent;
  }

  .editors-news-item:nth-child(2):hover .editors-news-txt:before {
    border-left-color: #d00846;
    border-bottom-color: transparent;
  }

  .editors-news-item:nth-child(3):hover .editors-news-txt:before {
    border-right-color: #b10f56;
    border-bottom-color: transparent;
  }

  .editors-news-thumb {
    width: 50%;
    float: left;
  }

  .editors-news-txt {
    float: left;
    width: 50%;
    height: 300px;
  }
  .editors-news-txt .edit-desc {
    max-height: 160px;
    overflow: hidden;
  }

  .editors-news-item:nth-child(2) .editors-news-thumb {
    float: right;
  }

  .popular-news {
    padding: 100px 0;
  }
  .popular-news .popular-news-top {
    padding-bottom: 0;
  }
  .popular-news .popular-news-top p {
    text-align: left;
  }

  .latest-news {
    padding: 50px 0;
  }

  .editors-outer {
    padding: 90px 0;
  }

  .view-btn {
    padding: 50px 0 10px;
  }

  .category-content-wrap {
    padding: 80px 0;
  }
  .category-content-wrap .blog-img-otr {
    margin: 0 0 30px;
  }
  .category-content-wrap .cnt > h2 {
    font-size: 30px;
    font-weight: 700;
  }
  .category-content-wrap .date-tag {
    padding: 5px 0 15px;
  }
  .category-content-wrap .post {
    margin: 0 0 70px;
    padding: 0 0 60px;
  }
  .category-content-wrap .post:last-child {
    margin-bottom: 15px;
  }
  .category-content-wrap .post .cnt {
    margin: 0 0 30px;
  }

  .blog-sidebar .widget-side, .blog-sidebar .widget {
    padding: 0 0 50px;
  }
  .blog-sidebar .widget-side:last-child, .blog-sidebar .widget:last-child {
    padding: 0;
  }
  .blog-sidebar .shares {
    margin: 20px 0 60px;
  }

  .news-gal .news-gal-img {
    width: 33.33%;
  }
  .news-gal .news-gal-img:nth-child(2n+1) {
    clear: none;
  }
  .news-gal .news-gal-img:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  .latest-news {
    padding: 70px 0;
  }
  .latest-news .rnews {
    width: 100%;
    padding: 0;
  }
  .latest-news .left-sec {
    width: 23%;
  }
  .latest-news .middle-sec {
    width: 41%;
  }
  .latest-news .right-sec {
    width: 36%;
  }

  .editors-news-item {
    width: 66.66%;
  }

  .editors-news-item:nth-child(3) {
    position: absolute;
    width: 33.33%;
    right: 0;
    top: 0;
  }
  .editors-news-item:nth-child(3) .editors-news-thumb, .editors-news-item:nth-child(3) .editors-news-txt {
    width: 100%;
  }
  .editors-news-item:nth-child(3) .editors-news-txt:before {
    left: 50px;
    top: -18px;
    border-top: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 18px solid #fff;
  }

  .editors-news-item:nth-child(3):hover .editors-news-txt:before {
    border-bottom-color: #b90e52;
    border-right-color: transparent;
  }

  .popular-holder {
    margin-left: -25px;
    margin-right: -25px;
  }
  .popular-holder.popular-more {
    margin-top: -140px;
  }

  .popular-news .popular-news-item {
    width: 25%;
    padding: 0 25px;
  }
  .popular-news .popular-news-item:nth-child(3), .popular-news .popular-news-item.big-news {
    width: 50%;
  }
  .popular-news .popular-news-top {
    padding-bottom: 0;
  }
  .popular-news .popular-news-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .blog-sidebar {
    padding-top: 0;
  }
  .blog-sidebar .widget-side, .blog-sidebar .widget {
    padding: 0 0 50px;
  }
  .blog-sidebar .widget-side:last-child, .blog-sidebar .widget:last-child {
    padding: 0 0 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .tab_bar ul li {
    margin: 0 5px;
  }
  .tab_bar ul li a {
    padding: 30px 15px;
    font-size: 12px;
  }
}
.campus-about {
  padding: 50px 0;
  border-bottom: 1px solid #DFDFDF;
}

.campus-text {
  line-height: 25px;
  font-size: 15px;
  margin: 20px 0 0;
}
.campus-text p {
  font-size: inherit;
  line-height: inherit;
}

.campus-text-more {
  margin: 40px 0 0;
}

.campus-name {
  font-size: 38px;
  color: #fff;
  text-shadow: -1px -1px 0 #AF0C3E, 1px -1px 0 #AF0C3E, -1px 1px 0 #AF0C3E, 1px 1px 0 #AF0C3E;
  font-weight: 700;
}

.waves-image {
  margin: 25px 0 30px;
}

.campus-about-video {
  margin-top: 45px;
}

.campus-video-img {
  width: 100%;
  position: relative;
}
.campus-video-img:before {
  content: "";
  display: block;
  width: 100%;
  z-index: -1;
  background: url(images/vdo-bg-campus.svg) no-repeat top center;
  height: 160%;
  position: absolute;
  top: -30%;
  left: 0;
  background-size: 100%;
}
.campus-video-img a {
  display: block;
}
.campus-video-img a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.2);
}
.campus-video-img a:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.campus-video-img img {
  display: block;
  width: 100%;
  border-radius: 7px;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.campus-video-text {
  padding-left: 125px;
}
.campus-video-text h5 {
  text-transform: uppercase;
  color: #AF0C3E;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 5px;
}

.wp-block-uagb-section .int-desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin: 15px -25px;
}
.wp-block-uagb-section .int-desc .inside-item {
  -webkit-box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.15);
  margin: 0 15px;
  border-radius: 9px;
}
.wp-block-uagb-section .int-desc .inside-item img {
  display: block;
  width: 100%;
  border-radius: 9px 9px 0 0;
}
.wp-block-uagb-section .int-desc .inside-item .in-meta {
  padding: 40px 35px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
}
.wp-block-uagb-section .int-desc .inside-item .in-meta h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.wp-block-uagb-section .int-desc .inside-item .in-meta p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.wp-block-uagb-section .int-desc .inside-item .in-meta p:last-child {
  margin: 0;
}
.wp-block-uagb-section .int-desc .inside-item:hover {
  -webkit-box-shadow: 1px 4px 18px rgba(0, 0, 0, 0.22);
          box-shadow: 1px 4px 18px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-uagb-section .int-desc .slick-track {
  padding: 40px 0;
}

body:not(.single-campus) .wp-block-uagb-section .int-desc .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body:not(.single-campus) .wp-block-uagb-section .int-desc .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body:not(.single-campus) .wp-block-uagb-section .int-desc .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.highlight-slider-wrap {
  padding-top: 40px;
  max-width: 470px;
}
.highlight-slider-wrap h5 {
  color: #AF0C3E;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 30px;
}
.highlight-slider-wrap .slick-list {
  border: 1px solid #D9D9D9;
  padding: 55px 40px;
  border-radius: 9px;
}
.highlight-slider-wrap .slick-list img {
  width: 100%;
}
.highlight-slider-wrap ul.slick-dots {
  margin-top: 15px;
}

.school-program {
  padding: 50px 0;
}
.school-program .prm-tab-links {
  max-width: 580px;
  margin: 30px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ECEBEB;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.117584);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.117584);
  border-radius: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.school-program .product-row {
  max-width: 580px;
  margin: 0 auto;
  padding: 50px 0;
}
.school-program .prm-tab-links a {
  padding: 25px 5px;
  border-right: 1px solid #D5D5D5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #9D9D9D;
  text-align: center;
  height: 100%;
}
.school-program .prm-tab-links a:last-child {
  border-right: 0;
}
.school-program .prm-tab-links a:hover {
  color: #656565;
}
.school-program .prm-tab-links a.active {
  background: #FDF8F9;
  color: #AF0C3E;
}
.school-program .ps-inner ul {
  list-style: none;
}
.school-program .ps-inner ul li {
  padding: 5px;
}
.school-program .ps-inner ul li a {
  display: inline-block;
  padding: 10px 15px 10px 30px;
  border: 0;
  color: #656565;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
  min-width: 120px;
}
.school-program .ps-inner ul li a:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  vertical-align: middle;
  background: #656565;
  position: absolute;
  left: 18px;
  top: 20px;
}
.school-program .ps-inner ul li a:hover {
  background: rgba(175, 12, 62, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #656565;
}

.school-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  padding: 30px 0 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.school-item {
  width: calc(100% - 24px);
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 12px;
  background: #FDF8F9;
  border: 1px solid #ECEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
  border-radius: 5px;
}
.school-item a {
  display: block;
}
.school-item a:hover {
  opacity: 0.8;
}
.school-item img {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.school-item h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  text-align: center;
  color: #AF0C3E;
  padding: 20px 10px;
  margin: 0;
}

.panorma-wrap {
  height: 500px;
  margin-top: 25px;
  cursor: pointer;
}
.panorma-wrap iframe {
  pointer-events: none;
}
.panorma-wrap.scrollable {
  cursor: default;
}
.panorma-wrap.scrollable iframe {
  pointer-events: auto;
}

.campus-col-right {
  padding-bottom: 0;
}

.campus-about-wrap .block-title, .campus-about-wrap .iconlist-block.adminblock h2, .iconlist-block.adminblock .campus-about-wrap h2, .campus-about-wrap .ranking-landing .rank-land-title, .ranking-landing .campus-about-wrap .rank-land-title, .campus-about-wrap .resrch-col-right h3, .resrch-col-right .campus-about-wrap h3, .campus-about-wrap .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .campus-about-wrap h2:first-child, .campus-about-wrap .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .campus-about-wrap h2:first-child, .campus-about-wrap .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .campus-about-wrap h2:first-child, .campus-about-wrap .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .campus-about-wrap h2:first-child, .campus-about-wrap .department-top h2, .department-top .campus-about-wrap h2, .campus-about-wrap .about-school-sec h2, .about-school-sec .campus-about-wrap h2, .campus-about-wrap .inner_about .blksec h3, .inner_about .blksec .campus-about-wrap h3, .campus-about-wrap .adminblock .container > h2, .adminblock .campus-about-wrap .container > h2, .campus-about-wrap .camp-tour-sec h2, .camp-tour-sec .campus-about-wrap h2, .campus-about-wrap .school-program h2:first-child, .school-program .campus-about-wrap h2:first-child, .campus-about-wrap .tab-block .section-programs h2, .tab-block .section-programs .campus-about-wrap h2, .campus-about-wrap .latest-news-top h3, .latest-news-top .campus-about-wrap h3, .campus-about-wrap .popular-news h3, .popular-news .campus-about-wrap h3, .campus-about-wrap .single-wrap .cnt .post-heading, .single-wrap .cnt .campus-about-wrap .post-heading {
  font-size: 25px;
}

.adminblock .container > h2, .camp-tour-sec h2, .school-program h2:first-child {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 25px;
}

.adminblock .container > h2 + p, .camp-tour-sec h2 + p {
  max-width: 350px;
  margin: 0 auto;
}

.uagb-section__inner-wrap {
  padding: 50px 0;
}

.camp-tour-sec {
  padding: 50px 0 0;
}

.campus-contact {
  padding: 60px 0;
}

.camp-contact-title {
  margin: 0 0 40px;
}
.camp-contact-title h3 {
  margin: 0 0 10px;
  font-size: 30px;
}
.camp-contact-title p {
  max-width: 330px;
}

.campus-contact .row .row {
  margin-left: -20px;
  margin-right: -20px;
}

.camp-cont-item {
  word-break: break-word;
  padding: 0 20px 30px;
}
.camp-cont-item h6 {
  font-size: 14px;
  color: #000;
  line-height: 19px;
  margin: 0 0 20px;
  font-weight: 600;
}
.camp-cont-item .newsletter-bottom h6 {
  margin: 0 0 15px;
}
.camp-cont-item .newsletter-bottom .nb-map-btn {
  margin-bottom: 20px;
}
.camp-cont-item a {
  color: #656565;
}
.camp-cont-item p span, .camp-cont-item a:hover {
  color: #AF0C3E;
}
.camp-cont-item.school-cont-item span {
  display: block;
  margin: 0 0 2px;
}

.newsletter-bottom a.btn {
  color: #AF0C3E;
  font-weight: 700;
}

.nb-social-icons a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: 6px;
}
.nb-social-icons a:last-child {
  margin-right: 0;
}
.nb-social-icons a:hover {
  opacity: 0.8;
}

.camp-contact-title p {
  margin-left: auto;
  margin-right: auto;
}

.campus-contact {
  text-align: center;
}

.sec-link-blocks {
  padding: 50px 0;
}
.sec-link-blocks .links-wrapper {
  margin: 45px 0 0 0;
}
.sec-link-blocks .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-link-blocks .links-item {
  width: 33.33%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.sec-link-blocks .links-item .links-item-inner {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1175);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1175);
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-link-blocks .links-item .links-item-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.sec-link-blocks .links-item .links-item-inner:hover {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sec-link-blocks .links-item-img {
  width: 40%;
}
.sec-link-blocks .links-item-img img {
  display: block;
  width: 100%;
  border-radius: 5px 0 0 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-link-blocks .links-item-text {
  width: 60%;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  color: #AF0C3E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  border-radius: 0 5px 5px 0;
}

.camp-cont-item .newsletter-form {
  position: relative;
  margin: 0 auto 30px;
  max-width: 400px;
}
.camp-cont-item .newsletter-form input.news-ip-field {
  display: block;
  width: 100%;
  border-radius: 20px;
  padding: 11px 135px 11px 20px;
  background: #fff;
  outline: none;
  color: #636363;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  font-size: 13px;
}
.camp-cont-item .newsletter-form .news-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 125px;
}
.camp-cont-item .newsletter-form .news-btn input {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  color: #AF0C3E;
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  outline: 0;
  border: 1px solid #DFDFDF;
}
.camp-cont-item .newsletter-form .news-btn input:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#b10f56), to(#D00846));
  background-image: linear-gradient(to right, #b10f56, #D00846);
  color: #fff;
  border-color: #AF0C3E;
}

.school-program .prm-tab-links, .section-programs .prm-tab-links {
  display: none;
}
.school-program .ps-inner, .section-programs .ps-inner {
  display: none;
  padding: 15px 0;
  font-size: 13px;
}
.school-program .ps-inner ul, .section-programs .ps-inner ul {
  margin: 0;
}
.school-program .active-tab .ps-inner, .section-programs .active-tab .ps-inner {
  display: none;
}
.school-program .ps-mobile-toggler, .section-programs .ps-mobile-toggler {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #f8e7eb;
  margin: 5px 0 0;
  position: relative;
}
.school-program .ps-mobile-toggler:before, .section-programs .ps-mobile-toggler:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images/drop-icon.svg) no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.school-program .ps-item.visible .ps-mobile-toggler:before, .section-programs .ps-item.visible .ps-mobile-toggler:before {
  background: url(images/drop-icon-reverse.svg) no-repeat center;
}

.dept-info {
  position: relative;
  background: #FDF8F9;
}
.dept-info .dept-stati {
  padding: 60px 30px;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}
.dept-info .dept-stati .block-title, .dept-info .dept-stati .iconlist-block.adminblock h2, .iconlist-block.adminblock .dept-info .dept-stati h2, .dept-info .dept-stati .ranking-landing .rank-land-title, .ranking-landing .dept-info .dept-stati .rank-land-title, .dept-info .dept-stati .resrch-col-right h3, .resrch-col-right .dept-info .dept-stati h3, .dept-info .dept-stati .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .dept-info .dept-stati h2:first-child, .dept-info .dept-stati .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .dept-info .dept-stati h2:first-child, .dept-info .dept-stati .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .dept-info .dept-stati h2:first-child, .dept-info .dept-stati .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .dept-info .dept-stati h2:first-child, .dept-info .dept-stati .department-top h2, .department-top .dept-info .dept-stati h2, .dept-info .dept-stati .about-school-sec h2, .about-school-sec .dept-info .dept-stati h2, .dept-info .dept-stati .inner_about .blksec h3, .inner_about .blksec .dept-info .dept-stati h3, .dept-info .dept-stati .tab-block .section-programs h2, .tab-block .section-programs .dept-info .dept-stati h2, .dept-info .dept-stati .latest-news-top h3, .latest-news-top .dept-info .dept-stati h3, .dept-info .dept-stati .popular-news h3, .popular-news .dept-info .dept-stati h3, .dept-info .dept-stati .single-wrap .cnt .post-heading, .single-wrap .cnt .dept-info .dept-stati .post-heading, .dept-info .dept-stati .adminblock .container > h2, .adminblock .dept-info .dept-stati .container > h2, .dept-info .dept-stati .camp-tour-sec h2, .camp-tour-sec .dept-info .dept-stati h2, .dept-info .dept-stati .school-program h2:first-child, .school-program .dept-info .dept-stati h2:first-child {
  position: relative;
  z-index: 1;
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: inherit;
  text-align: left;
  max-width: 300px;
}
.dept-info .dept-stati .block-title:before, .dept-info .dept-stati .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .dept-info .dept-stati h2:before, .dept-info .dept-stati .ranking-landing .rank-land-title:before, .ranking-landing .dept-info .dept-stati .rank-land-title:before, .dept-info .dept-stati .resrch-col-right h3:before, .resrch-col-right .dept-info .dept-stati h3:before, .dept-info .dept-stati .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .dept-info .dept-stati h2:first-child:before, .dept-info .dept-stati .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .dept-info .dept-stati h2:first-child:before, .dept-info .dept-stati .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .dept-info .dept-stati h2:first-child:before, .dept-info .dept-stati .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .dept-info .dept-stati h2:first-child:before, .dept-info .dept-stati .department-top h2:before, .department-top .dept-info .dept-stati h2:before, .dept-info .dept-stati .about-school-sec h2:before, .about-school-sec .dept-info .dept-stati h2:before, .dept-info .dept-stati .inner_about .blksec h3:before, .inner_about .blksec .dept-info .dept-stati h3:before, .dept-info .dept-stati .tab-block .section-programs h2:before, .tab-block .section-programs .dept-info .dept-stati h2:before, .dept-info .dept-stati .latest-news-top h3:before, .latest-news-top .dept-info .dept-stati h3:before, .dept-info .dept-stati .popular-news h3:before, .popular-news .dept-info .dept-stati h3:before, .dept-info .dept-stati .single-wrap .cnt .post-heading:before, .single-wrap .cnt .dept-info .dept-stati .post-heading:before, .dept-info .dept-stati .adminblock .container > h2:before, .adminblock .dept-info .dept-stati .container > h2:before, .dept-info .dept-stati .camp-tour-sec h2:before, .camp-tour-sec .dept-info .dept-stati h2:before, .dept-info .dept-stati .school-program h2:first-child:before, .school-program .dept-info .dept-stati h2:first-child:before {
  left: 0;
  margin: 0;
}
.dept-info .dept-facilities {
  padding: 60px 0;
}
.dept-info .dept-facilities > h3 {
  font-size: 45px;
  color: rgba(175, 12, 62, 0.06);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.74px;
  margin: 0 0 25px;
  line-height: 1.1em;
  pointer-events: none;
}
.dept-info .dept-facilities .facility-title {
  color: #AF0C3E;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 15px;
}
.dept-info .stati-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
}
.dept-info .stati-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, rgba(177, 15, 86, 0.81)), color-stop(96.83%, rgba(208, 8, 70, 0.81)));
  background: linear-gradient(90deg, rgba(177, 15, 86, 0.81) 2.8%, rgba(208, 8, 70, 0.81) 96.83%);
  position: absolute;
  left: 0;
  top: 0;
}
.dept-info .stati-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dept-info .stati-outer {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 10px;
}
.dept-info .stati-item {
  margin: 35px 0 0;
  line-height: 1.5em;
  text-align: left;
}

.single-department .highlight-slider-wrap {
  margin: 0 auto;
}
.single-department .school-program {
  padding: 0;
}
.single-department .school-program .product-row {
  padding: 30px 0 10px;
}
.single-department .dept-info .dept-stati {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.single-department .sec-happening {
  background: transparent;
}

.department-template-center-awna .campus-text-more, .department-template-center-awna .campus-text {
  text-align: center;
}
.department-template-center-awna .hl-item {
  position: relative;
}
.department-template-center-awna .hl-over-text {
  position: absolute;
  right: 0;
  top: 50%;
  width: 60%;
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  text-align: right;
  color: #AF0C3E;
}
.department-template-center-awna .research-areas-section {
  padding: 50px 0;
}
.department-template-center-awna .res-areas-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0 0;
  max-width: 960px;
  margin: 0 auto;
}
.department-template-center-awna .res-areas-item {
  width: 100%;
  padding: 15px 0;
}
.department-template-center-awna .res-areas-item img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.department-template-center-awna .res-item-inner {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.department-template-center-awna .res-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.department-template-center-awna .res-item-inner a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45.6%, transparent), to(#000));
  background: linear-gradient(180deg, transparent 45.6%, #000 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.department-template-center-awna .res-item-inner a:hover .res-item-overlay {
  bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.department-template-center-awna .res-item-inner a:hover img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.amr-videos-section {
  padding: 50px 0;
}
.amr-videos-section ul.slick-dots {
  margin: 25px 0 0;
}

.amr-video-slider-wrap {
  margin: 25px 0 0;
}

.amr-video-item .amr-video-inner {
  padding: 0;
}
.amr-video-item img {
  width: 100%;
  border-radius: 5px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.amr-video-item h6 {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 15px;
  color: #AF0C3E;
}
.amr-video-item .amr-video-img {
  position: relative;
}
.amr-video-item .amr-video-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/play.svg) no-repeat center;
  background-size: 50px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.amr-video-item .amr-video-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 5px;
}
.amr-video-item:hover .amr-video-img:before {
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  text-align: center;
}
.main-slider:before {
  content: "";
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slider .slick-slide {
  position: relative;
  height: 300px;
}
.main-slider .slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.main-slider .slick-slide video {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
  left: 0;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.main-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.main-slider .slick-slide.slick-active {
  z-index: 1;
}
.main-slider .slick-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}
.infra-facilities-section {
  padding: 50px 0;
}
.infra-facilities-section .fac-meta {
  max-width: 450px;
  margin: 15px auto;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
.infra-facilities-section .facilities-slider-wrap {
  margin: 40px -25px 0;
}
.infra-facilities-section .facilities-slider-wrap ul.slick-dots {
  margin-top: 15px;
}
.infra-facilities-section .facilities-slider-wrap .fac-item-inner {
  padding: 0 25px;
}
.infra-facilities-section .facilities-slider-wrap .fac-item-inner .infra-popup {
  display: block;
  cursor: pointer;
}
.infra-facilities-section .facilities-slider-wrap .fac-item-inner .infra-popup:hover img {
  opacity: 0.85;
}
.infra-facilities-section .facilities-slider-wrap .fac-item-image {
  margin: 0 0 20px;
}
.infra-facilities-section .facilities-slider-wrap .fac-item-image img {
  width: 100%;
  border-radius: 5px;
}
.infra-facilities-section .facilities-slider-wrap h4.fac-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #AF0C3E;
}
.infra-facilities-section .facilities-slider-wrap .fac-desc {
  color: #656565;
}

.campus-template-infrastructure-template .mfp-inline-holder .mfp-content {
  height: 100vh;
  overflow: auto;
}
.campus-template-infrastructure-template .infra-video-section {
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-color: #ae0a3d;
  color: #fff;
}
.campus-template-infrastructure-template .infra-video-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, rgba(177, 15, 86, 0.81)), color-stop(56.81%, rgba(208, 8, 70, 0.81)));
  background: linear-gradient(90deg, rgba(177, 15, 86, 0.81) 2.8%, rgba(208, 8, 70, 0.81) 56.81%);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
}
.campus-template-infrastructure-template .infra-video-section .container {
  position: relative;
  z-index: 1;
}
.campus-template-infrastructure-template .infra-video-section .fac-video-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  max-width: 580px;
  margin: 0 0 20px;
}
.campus-template-infrastructure-template .infra-video-section .infra-video-left p {
  max-width: 250px;
  font-size: 14px;
  line-height: 21px;
}
.campus-template-infrastructure-template .infra-video-section .infra-video-right {
  padding-top: 25px;
}
.campus-template-infrastructure-template .infra-video-section .infra-video-right img {
  width: 100%;
}
.campus-template-infrastructure-template .infra-video-section .infra-video-right .video-pop {
  position: relative;
  display: block;
}
.campus-template-infrastructure-template .infra-video-section .infra-video-right .video-pop:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(images/play.svg) no-repeat center;
  background-size: 50px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.campus-template-infrastructure-template .infra-video-section .infra-video-right .video-pop:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.campus-template-infrastructure-template .infra-numbers-section {
  padding: 50px 0;
  border-top: 1px solid #d6d6d6;
}
.campus-template-infrastructure-template .infra-numbers-section .container {
  max-width: 900px;
}
.campus-template-infrastructure-template .infra-numbers-section .infra-number {
  font-weight: 600;
  font-size: 27px;
  line-height: 1;
  text-transform: uppercase;
  color: #AF0C3E;
  margin: 0 0 15px;
  max-width: 80%;
}
.campus-template-infrastructure-template .infra-numbers-section .infra-number-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  max-width: 80%;
}
.campus-template-infrastructure-template .infra-numbers-section .infra-number-col {
  margin: 30px 0;
}
.campus-template-infrastructure-template .infra-more-facilities {
  background: #FDF8F9;
  padding: 50px 0;
}
.campus-template-infrastructure-template .infra-more-facilities .infra-more-table {
  margin: 40px auto 0;
  background: #FFFFFF;
  border: 1px solid #ECEBEB;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
  border-radius: 3px;
  max-width: 910px;
}
.campus-template-infrastructure-template .infra-more-facilities .infra-more-table table th {
  font-weight: 600;
}
.campus-template-infrastructure-template .infra-more-facilities .infra-more-item {
  padding: 20px 40px;
  border-bottom: 1px solid #ECEBEB;
  font-size: 14px;
}
.campus-template-infrastructure-template .infra-more-facilities .infra-more-item:last-child {
  border: 0;
}
.campus-template-infrastructure-template .infra-more-facilities .infra-more-title {
  padding: 20px 40px;
  border-bottom: 1px solid #ECEBEB;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #AF0C3E;
}
.campus-template-infrastructure-template .infra-more-facilities .infra-more-col {
  padding: 0;
  border-bottom: 1px solid #ECEBEB;
}
.campus-template-infrastructure-template .infra-more-facilities .infra-more-col:last-child {
  border: 0;
}
.campus-template-infrastructure-template .infra-workshop-section {
  padding: 50px 0;
}
.campus-template-infrastructure-template .infra-workshop-section .infra-workshop-cols {
  margin: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.campus-template-infrastructure-template .infra-workshop-section .infra-work-col {
  width: 100%;
  padding: 15px 0;
}
.campus-template-infrastructure-template .infra-workshop-section .infra-work-col.infra-video-col {
  width: 100%;
  padding: 0 0 15px 0;
}
.campus-template-infrastructure-template .infra-workshop-section .infra-work-col.infra-video-col img {
  width: 100%;
  border-radius: 5px;
}
.campus-template-infrastructure-template .infra-workshop-section .infra-work-col.infra-video-col .video-pop {
  position: relative;
  display: block;
}
.campus-template-infrastructure-template .infra-workshop-section .infra-work-col.infra-video-col .video-pop:after {
  content: "";
  display: block;
  background-image: url(images/play.svg);
  background-color: rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 57px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.campus-template-infrastructure-template .infra-workshop-section .infra-work-col.infra-video-col .video-pop:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.campus-template-infrastructure-template .infra-workshop-section .infra-work-col.infra-text-col h5 {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #AF0C3E;
  margin: 0 0 20px;
}
.campus-template-infrastructure-template .infra-workshop-section .infra-work-col.infra-text-col p {
  margin: 0 0 20px;
}
.campus-template-infrastructure-template .infra-workshop-section .infra-work-col.infra-text-col p:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .camp-contact-title {
    text-align: center;
  }

  .school-program .c-tab-block, .section-programs .c-tab-block {
    display: block !important;
  }
  .school-program .ps-inner, .section-programs .ps-inner {
    height: auto !important;
    border: 1px solid #f8e7eb;
    border-top: 0;
  }
}
@media (min-width: 370px) {
  .campus-video-img:before {
    top: -45%;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .campus-video-img:before {
    top: -35%;
  }
}
@media only screen and (min-width: 481px) {
  .campus-name {
    font-size: 49px;
  }

  .school-item {
    width: calc(100%/2 - 24px);
  }

  .department-template-center-awna .res-areas-item {
    width: 50%;
    padding: 15px;
  }

  .amr-video-slider-wrap {
    margin: 30px -10px 0;
  }

  .amr-video-item .amr-video-inner {
    padding: 0 10px;
  }
}
@media (max-width: 600px) {
  .campus-template-infrastructure-template .infra-numbers-section .infra-number-col {
    width: 100%;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .camp-map {
    padding-top: 20px;
  }

  .camp-contact-title p {
    margin-left: 0;
    margin-right: 0;
  }

  .campus-contact {
    text-align: left;
  }

  .school-item {
    width: calc(100%/4 - 24px);
  }

  .camp-cont-item {
    padding: 0 20px;
  }

  .campus-name {
    font-size: 69px;
  }

  .adminblock .container > h2, .camp-tour-sec h2 {
    font-size: 30px;
  }

  .campus-col-left .block-title, .campus-col-left .iconlist-block.adminblock h2, .iconlist-block.adminblock .campus-col-left h2, .campus-col-left .ranking-landing .rank-land-title, .ranking-landing .campus-col-left .rank-land-title, .campus-col-left .resrch-col-right h3, .resrch-col-right .campus-col-left h3, .campus-col-left .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .campus-col-left h2:first-child, .campus-col-left .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .campus-col-left h2:first-child, .campus-col-left .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .campus-col-left h2:first-child, .campus-col-left .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .campus-col-left h2:first-child, .campus-col-left .department-top h2, .department-top .campus-col-left h2, .campus-col-left .about-school-sec h2, .about-school-sec .campus-col-left h2, .campus-col-left .inner_about .blksec h3, .inner_about .blksec .campus-col-left h3, .campus-col-left .tab-block .section-programs h2, .tab-block .section-programs .campus-col-left h2, .campus-col-left .latest-news-top h3, .latest-news-top .campus-col-left h3, .campus-col-left .popular-news h3, .popular-news .campus-col-left h3, .campus-col-left .single-wrap .cnt .post-heading, .single-wrap .cnt .campus-col-left .post-heading, .campus-col-left .adminblock .container > h2, .adminblock .campus-col-left .container > h2, .campus-col-left .camp-tour-sec h2, .camp-tour-sec .campus-col-left h2, .campus-col-left .school-program h2:first-child, .school-program .campus-col-left h2:first-child {
    font-size: 30px;
  }

  .campus-contact {
    padding: 75px 0;
  }

  .uagb-section__inner-wrap {
    padding: 80px 0;
  }

  .camp-tour-sec {
    padding: 90px 0 0;
  }

  .campus-about {
    padding: 60px 0;
  }

  .school-program {
    padding: 70px 0;
  }
  .school-program .ps-inner ul:bfeore, .school-program .ps-inner ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .school-program .ps-inner ul li {
    width: 50%;
    float: left;
  }
  .school-program .ps-inner ul li:nth-child(2n+1) {
    clear: both;
  }

  .sec-link-blocks {
    padding: 90px 0;
  }

  .school-program .prm-tab-links, .section-programs .prm-tab-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .school-program .ps-inner, .section-programs .ps-inner {
    display: block !important;
    padding: 0;
    font-size: 15px;
  }
  .school-program .active-tab .ps-inner, .section-programs .active-tab .ps-inner {
    display: block;
  }
  .school-program .ps-mobile-toggler, .section-programs .ps-mobile-toggler {
    display: none;
  }

  .icn-home {
    background: url("images/home-icon.svg") center no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 0;
    background-size: contain;
  }

  .camp-cont-item .newsletter-form {
    margin: 0 0 30px;
  }

  .newsletter-bottom .nb-map-btn {
    margin-bottom: 0;
  }

  .single-department .school-program {
    padding: 40px 0;
  }
  .single-department .school-program .product-row {
    padding-bottom: 50px;
  }
  .single-department .secondary-nav {
    /* background: transparent; */
    border-bottom: 1px solid #D6D6D6;
  }
  .single-department .secondary-nav .tab_bar {
    text-align: left;
    background: transparent;
  }

  .single-school .secondary-nav {
    /* background: transparent; */
    border-bottom: 1px solid #D6D6D6;
  }
  .single-school .secondary-nav .tab_bar {
    text-align: left;
    background: transparent;
  }

  .dept-info .dept-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dept-info .dept-stati {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 70px 40px;
    position: static;
    margin: 0;
  }
  .dept-info .dept-facilities {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 70px 40px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dept-info .dept-facilities > h3 {
    font-size: 48px;
  }
  .dept-info .stati-bg {
    width: 50%;
  }

  .department-template-center-awna .campus-text-more, .department-template-center-awna .campus-text {
    text-align: left;
  }
  .department-template-center-awna .hl-over-text {
    padding: 35px;
    font-size: 19px;
  }
  .department-template-center-awna .research-areas-section {
    padding: 80px 0;
  }
  .department-template-center-awna .res-areas-item {
    width: 33.33%;
    padding: 15px;
  }

  .amr-videos-section {
    padding: 75px 0;
  }
  .amr-videos-section ul.slick-dots {
    margin: 40px 0 0;
  }

  .amr-video-slider-wrap {
    margin: 40px -30px 0;
  }

  .amr-video-item .amr-video-inner {
    padding: 0 30px;
  }

  .infra-facilities-section {
    padding: 75px 0;
  }
  .infra-facilities-section .facilities-slider-wrap {
    margin: 50px -35px 0;
  }
  .infra-facilities-section .facilities-slider-wrap ul.slick-dots {
    margin-top: 25px;
  }
  .infra-facilities-section .facilities-slider-wrap .fac-item-inner {
    padding: 0 35px;
  }

  .campus-template-infrastructure-template .infra-video-section {
    padding: 75px 0;
  }
  .campus-template-infrastructure-template .infra-video-section .fac-video-title {
    font-size: 27px;
    line-height: 32px;
    margin: 0 0 30px;
  }
  .campus-template-infrastructure-template .infra-video-section .infra-video-left p {
    font-size: 15px;
    line-height: 23px;
  }
  .campus-template-infrastructure-template .infra-video-section .infra-video-right {
    padding-top: 0;
  }
  .campus-template-infrastructure-template .infra-numbers-section {
    padding: 75px 0;
  }
  .campus-template-infrastructure-template .infra-more-facilities {
    padding: 75px 0;
  }
  .campus-template-infrastructure-template .infra-more-facilities .infra-more-table {
    position: relative;
  }
  .campus-template-infrastructure-template .infra-more-facilities .infra-more-table:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .campus-template-infrastructure-template .infra-more-facilities .infra-more-col:last-child {
    border-bottom: 1px solid #ECEBEB;
  }
  .campus-template-infrastructure-template .infra-workshop-section {
    padding: 75px 0;
  }
  .campus-template-infrastructure-template .infra-workshop-section .infra-workshop-cols {
    margin: 30px 0 0;
  }
  .campus-template-infrastructure-template .infra-workshop-section .infra-work-col {
    width: 50%;
    padding: 0 15px;
  }
  .campus-template-infrastructure-template .infra-workshop-section .infra-work-col.infra-video-col {
    width: 100%;
    padding: 0 0 30px 0;
  }

  .main-slider {
    height: 380px;
  }
  .main-slider .slick-slide {
    height: 380px;
  }
}
@media only screen and (min-width: 992px) {
  .campus-about {
    padding: 90px 0;
  }

  .single-department .campus-about {
    padding: 60px 0;
  }

  .campus-col-left {
    padding-right: 70px;
  }

  .campus-col-right {
    margin-top: 0;
    float: right;
    padding-bottom: 0;
  }

  .sec-link-blocks {
    padding: 50px 0;
  }
  .sec-link-blocks .links-wrapper {
    padding: 0;
  }

  .single-department .campus-col-left .school-program h2:first-child {
    text-align: left;
  }
  .single-department .campus-col-left .school-program h2:first-child:before {
    margin: 0;
    left: 0;
    right: auto;
  }
  .single-department .highlight-slider-wrap {
    margin: 0;
  }

  .dept-info .dept-stati {
    padding: 100px 70px;
  }
  .dept-info .dept-facilities {
    padding: 100px 70px;
  }
  .dept-info .dept-facilities > h3 {
    font-size: 60px;
  }

  .department-template-center-awna .research-areas-section {
    padding: 100px 0;
  }
  .department-template-center-awna .amr-videos-section {
    padding: 100px 0;
  }

  .campus-contact {
    padding: 100px 0;
  }

  .infra-facilities-section {
    padding: 100px 0;
  }

  .campus-template-infrastructure-template .infra-video-section {
    padding: 100px 0;
  }
  .campus-template-infrastructure-template .infra-video-section .fac-video-title {
    font-size: 30px;
    line-height: 37px;
  }
  .campus-template-infrastructure-template .infra-numbers-section {
    padding: 100px 0;
  }
  .campus-template-infrastructure-template .infra-more-facilities {
    padding: 100px 0;
  }
  .campus-template-infrastructure-template .infra-workshop-section {
    padding: 100px 0;
  }
  .campus-template-infrastructure-template .infra-workshop-section .infra-workshop-cols {
    margin: 30px 0 0;
  }
  .campus-template-infrastructure-template .infra-workshop-section .infra-work-col {
    width: 30%;
    padding: 0 15px;
  }
  .campus-template-infrastructure-template .infra-workshop-section .infra-work-col.infra-video-col {
    width: 40%;
    padding: 0 5% 0 0;
  }

  .main-slider {
    height: 450px;
  }
  .main-slider .slick-slide {
    height: 450px;
  }
}
@media only screen and (min-width: 1401px) {
  .main-slider {
    height: 600px;
  }
  .main-slider .slick-slide {
    height: 600px;
  }
}
.accreditation-about {
  padding-top: 50px;
}

.acc-wrap {
  padding: 30px 0;
  text-align: center;
}
.acc-wrap .acc-item {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 40px;
}
.acc-wrap .acc-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.acc-wrap .acc-content {
  padding: 40px 0;
}
.acc-wrap .acc-content h4 {
  color: #AF0C3E;
  font-size: 1.1em;
}
.acc-wrap .acc-content span {
  font-size: 0.87em;
  margin-bottom: 30px;
  display: block;
  font-weight: 500;
}
.acc-wrap .acc-content p {
  font-size: 0.87em;
  font-weight: 500;
}
.acc-wrap .rep-link {
  margin: 15px 0;
}
.acc-wrap .rep-link a, .acc-wrap .rd-more a {
  font-weight: bold;
}
.acc-wrap .certi-link {
  background: url(./images/award-icon.svg) no-repeat;
  background-size: 15px;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acc-wrap .certi-link a {
  color: #656565;
  font-size: 0.87rem;
  padding-left: 30px;
  font-weight: 500;
}
.acc-wrap .certificates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.iso-cert-outer {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background-image: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  padding: 45px 0;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.iso-cert-outer:hover .iso-items .iso-img img {
  -webkit-filter: none;
          filter: none;
}
.iso-cert-outer h3 {
  color: #fff;
  font-weight: bold;
}
.iso-cert-outer p {
  color: #fff;
}
.iso-cert-outer .iso-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.iso-cert-outer .iso-items {
  width: 48%;
  margin: 0 4% 4% 0;
}
.iso-cert-outer .iso-items .iso-img {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 9px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.iso-cert-outer .iso-items .iso-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.iso-cert-outer .iso-items .iso-img:hover img {
  -webkit-filter: none;
          filter: none;
}

.other-cert-sec .other-cert-outer {
  padding: 30px 0;
}
.other-cert-sec .other-cert-outer:nth-child(2n+2) {
  background: #FDF8F9;
}

.other-cert-outer h4 {
  color: #AF0C3E;
  font-size: 1.18em;
  margin-top: 10px;
}
.other-cert-outer span {
  font-size: 0.87em;
  margin-bottom: 30px;
  display: block;
}
.other-cert-outer .right-sec {
  margin-top: 20px;
}
.other-cert-outer .post-text {
  color: #656565;
  font-size: 0.87em;
  font-weight: 500;
}
.other-cert-outer .post-text span {
  display: block;
  margin: 20px 0 10px 0;
  font-weight: 700;
  color: #AF0C3E;
}
.other-cert-outer ul.slick-dots {
  text-align: left;
  margin: 10px 0;
}
.other-cert-outer .post-item {
  padding: 0 5px;
}
.other-cert-outer .post-thumb img {
  border-radius: 5px;
}

.award-sec4 {
  padding: 30px 0;
  text-align: center;
}
.award-sec4 .awd-img {
  margin: 30px 0;
}
.award-sec4 h4 {
  font-size: 1em;
  color: #AF0C3E;
}
.award-sec4 .btn, .award-sec4 .res-check-form .res-form-submit input, .res-check-form .res-form-submit .award-sec4 input, .award-sec4 .wpcf7-form input.wpcf7-submit, .wpcf7-form .award-sec4 input.wpcf7-submit {
  font-weight: bold;
}

.award-sec2 {
  padding: 30px 0;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 30px;
}
.award-sec2 .awd-item {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background-image: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 9px;
}
.award-sec2 .awd-item:last-child {
  margin-bottom: 0;
}
.award-sec2 .awd-item .ad-img {
  width: 141px;
  height: 122px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border-radius: 9px;
}
.award-sec2 .awd-item h4 {
  font-size: 1em;
  color: #fff;
  font-weight: 500;
  margin: 20px 0 0 0;
}

.award-sec3 .slick-slide {
  padding: 30px 20px;
}
.award-sec3 .awd-slide-item .item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: auto;
  height: 160px;
  background: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.award-sec1 {
  padding: 50px 0;
  text-align: center;
}
.award-sec1 .awd-content {
  margin-top: 25px;
}
.award-sec1 h4 {
  font-size: 1.18em;
  color: #AF0C3E;
}
.award-sec1 .btn, .award-sec1 .res-check-form .res-form-submit input, .res-check-form .res-form-submit .award-sec1 input, .award-sec1 .wpcf7-form input.wpcf7-submit, .wpcf7-form .award-sec1 input.wpcf7-submit {
  margin-top: 20px;
}
.award-sec1 img {
  border-radius: 9px;
}

@media only screen and (min-width: 481px) {
  .iso-cert-outer .iso-logos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .iso-cert-outer .iso-items {
    width: 24%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .accreditation-about {
    padding-top: 60px;
  }

  .acc-wrap {
    text-align: left;
  }
  .acc-wrap .acc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .acc-wrap .acc-thumb {
    width: 20%;
  }
  .acc-wrap .acc-content {
    width: 70%;
    padding-top: 0;
  }
  .acc-wrap .certificates {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .acc-wrap .acc-thumb-img {
    width: 163px;
    height: 163px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 9px;
  }

  .iso-cert-outer {
    text-align: left;
  }

  .other-cert-outer .other-cert-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-cert-outer .left-sec {
    width: 58%;
  }
  .other-cert-outer .right-sec {
    width: 36%;
  }

  .award-sec4 {
    text-align: left;
  }
  .award-sec4 .awd-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .award-sec4 .awd-img {
    width: 25%;
    margin: 0;
  }
  .award-sec4 .awd-img a {
    width: 187px;
    height: 162px;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .award-sec4 .awd-text {
    width: 70%;
  }
  .award-sec4 .awd-sec4-wrap {
    padding: 30px 0;
  }

  .award-sec2 .awd-sec2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .award-sec2 .awd-item {
    width: 48%;
    margin-bottom: 0;
  }

  .award-sec3 .slick-slide {
    padding: 30px 0;
  }
  .award-sec3 .awd-slide-item .item-img {
    width: auto;
    height: 160px;
    margin: 0 25px;
  }
  .award-sec3 .awd-slider {
    margin: 0 -30px;
  }

  .award-sec1 {
    text-align: left;
  }
  .award-sec1 .awd-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .award-sec1 .awd-content {
    width: 54%;
  }
  .award-sec1 .awd-thumb {
    width: 40%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 992px) {
  .accreditation-about {
    padding-top: 90px;
  }

  .acc-wrap .rep-link {
    margin: 0 15px;
  }
  .acc-wrap .acc-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .acc-wrap .certificates {
    margin-top: 0;
  }
  .acc-wrap .acc-content {
    width: 75%;
  }
  .acc-wrap .certi-link {
    margin: 0px 15px;
  }

  .acc-content {
    padding-top: 0;
  }
  .acc-content h4 {
    font-size: 1.1em;
  }

  .accreditation-about .block-title.bt-left-aligned, .accreditation-about .iconlist-block.adminblock h2.block-title, .iconlist-block.adminblock .accreditation-about h2.block-title, .accreditation-about .iconlist-block.adminblock h2.bt-left-aligned, .accreditation-about .iconlist-block.adminblock h2, .iconlist-block.adminblock .accreditation-about h2.bt-left-aligned, .iconlist-block.adminblock .accreditation-about h2, .accreditation-about .school-template-school-home2 .sec-happening .block-title, .accreditation-about .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2, .iconlist-block.adminblock .accreditation-about .school-template-school-home2 .sec-happening h2, .school-template-school-home2 .sec-happening .accreditation-about .block-title, .school-template-school-home2 .sec-happening .accreditation-about .iconlist-block.adminblock h2, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .accreditation-about h2, .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.block-title:first-child, .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2.block-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2.block-title:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .accreditation-about h2.block-title:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .accreditation-about h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.block-title:first-child, .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2.block-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2.block-title:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .accreditation-about h2.block-title:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .accreditation-about h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2.block-title:first-child, .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about h2.block-title:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about h2:first-child, .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2.block-title:first-child, .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about h2.block-title:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.block-title:first-child, .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2.block-title:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2.block-title:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about h2.block-title:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about h2:first-child, .accreditation-about .ranking-landing .bt-left-aligned.rank-land-title, .accreditation-about .ranking-landing .iconlist-block.adminblock h2.rank-land-title, .iconlist-block.adminblock .accreditation-about .ranking-landing h2.rank-land-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .rank-land-title.block-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2.rank-land-title, .iconlist-block.adminblock .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title, .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing .rank-land-title.block-title, .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing .iconlist-block.adminblock h2.rank-land-title, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h2.rank-land-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .tab-block .section-programs h2.rank-land-title, .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about .ranking-landing h2.rank-land-title, .accreditation-about .ranking-landing .tab-block .section-programs .school-template-school-home2 .sec-happening h2.rank-land-title, .tab-block .section-programs .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h2.rank-land-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .latest-news-top h3.rank-land-title, .school-template-school-home2 .sec-happening .latest-news-top .accreditation-about .ranking-landing h3.rank-land-title, .accreditation-about .ranking-landing .latest-news-top .school-template-school-home2 .sec-happening h3.rank-land-title, .latest-news-top .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h3.rank-land-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .popular-news h3.rank-land-title, .school-template-school-home2 .sec-happening .popular-news .accreditation-about .ranking-landing h3.rank-land-title, .accreditation-about .ranking-landing .popular-news .school-template-school-home2 .sec-happening h3.rank-land-title, .popular-news .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h3.rank-land-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .single-wrap .cnt .rank-land-title.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .accreditation-about .ranking-landing .rank-land-title.post-heading, .accreditation-about .ranking-landing .single-wrap .cnt .school-template-school-home2 .sec-happening .rank-land-title.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing .rank-land-title.post-heading, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .adminblock .container > h2.rank-land-title, .school-template-school-home2 .sec-happening .adminblock .accreditation-about .ranking-landing .container > h2.rank-land-title, .accreditation-about .ranking-landing .adminblock .school-template-school-home2 .sec-happening .container > h2.rank-land-title, .adminblock .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing .container > h2.rank-land-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .camp-tour-sec h2.rank-land-title, .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about .ranking-landing h2.rank-land-title, .accreditation-about .ranking-landing .camp-tour-sec .school-template-school-home2 .sec-happening h2.rank-land-title, .camp-tour-sec .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h2.rank-land-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .school-program h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .school-program .accreditation-about .ranking-landing h2.rank-land-title:first-child, .accreditation-about .ranking-landing .school-program .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .school-program .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h2.rank-land-title:first-child, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .inner_about .blksec h3.rank-land-title, .school-template-school-home2 .sec-happening .inner_about .blksec .accreditation-about .ranking-landing h3.rank-land-title, .accreditation-about .ranking-landing .inner_about .blksec .school-template-school-home2 .sec-happening h3.rank-land-title, .inner_about .blksec .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h3.rank-land-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .about-school-sec h2.rank-land-title, .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about .ranking-landing h2.rank-land-title, .accreditation-about .ranking-landing .about-school-sec .school-template-school-home2 .sec-happening h2.rank-land-title, .about-school-sec .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h2.rank-land-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .department-top h2.rank-land-title, .school-template-school-home2 .sec-happening .department-top .accreditation-about .ranking-landing h2.rank-land-title, .accreditation-about .ranking-landing .department-top .school-template-school-home2 .sec-happening h2.rank-land-title, .department-top .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h2.rank-land-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about .ranking-landing h2.rank-land-title:first-child, .accreditation-about .ranking-landing .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h2.rank-land-title:first-child, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about .ranking-landing h2.rank-land-title:first-child, .accreditation-about .ranking-landing .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h2.rank-land-title:first-child, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about .ranking-landing h2.rank-land-title:first-child, .accreditation-about .ranking-landing .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h2.rank-land-title:first-child, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about .ranking-landing h2.rank-land-title:first-child, .accreditation-about .ranking-landing .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h2.rank-land-title:first-child, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .resrch-col-right h3.rank-land-title, .school-template-school-home2 .sec-happening .resrch-col-right .accreditation-about .ranking-landing h3.rank-land-title, .accreditation-about .ranking-landing .resrch-col-right .school-template-school-home2 .sec-happening h3.rank-land-title, .resrch-col-right .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing h3.rank-land-title, .accreditation-about .school-template-school-home2 .sec-happening .ranking-landing .rank-land-title, .school-template-school-home2 .sec-happening .accreditation-about .ranking-landing .rank-land-title, .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .rank-land-title, .ranking-landing .accreditation-about .bt-left-aligned.rank-land-title, .ranking-landing .accreditation-about .iconlist-block.adminblock h2.rank-land-title, .iconlist-block.adminblock .ranking-landing .accreditation-about h2.rank-land-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .rank-land-title.block-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2.rank-land-title, .iconlist-block.adminblock .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .rank-land-title.block-title, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .iconlist-block.adminblock h2.rank-land-title, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h2.rank-land-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .tab-block .section-programs h2.rank-land-title, .school-template-school-home2 .sec-happening .tab-block .section-programs .ranking-landing .accreditation-about h2.rank-land-title, .ranking-landing .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening h2.rank-land-title, .tab-block .section-programs .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h2.rank-land-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .latest-news-top h3.rank-land-title, .school-template-school-home2 .sec-happening .latest-news-top .ranking-landing .accreditation-about h3.rank-land-title, .ranking-landing .accreditation-about .latest-news-top .school-template-school-home2 .sec-happening h3.rank-land-title, .latest-news-top .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h3.rank-land-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .popular-news h3.rank-land-title, .school-template-school-home2 .sec-happening .popular-news .ranking-landing .accreditation-about h3.rank-land-title, .ranking-landing .accreditation-about .popular-news .school-template-school-home2 .sec-happening h3.rank-land-title, .popular-news .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h3.rank-land-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .single-wrap .cnt .rank-land-title.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .ranking-landing .accreditation-about .rank-land-title.post-heading, .ranking-landing .accreditation-about .single-wrap .cnt .school-template-school-home2 .sec-happening .rank-land-title.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .rank-land-title.post-heading, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .adminblock .container > h2.rank-land-title, .school-template-school-home2 .sec-happening .adminblock .ranking-landing .accreditation-about .container > h2.rank-land-title, .ranking-landing .accreditation-about .adminblock .school-template-school-home2 .sec-happening .container > h2.rank-land-title, .adminblock .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .container > h2.rank-land-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .camp-tour-sec h2.rank-land-title, .school-template-school-home2 .sec-happening .camp-tour-sec .ranking-landing .accreditation-about h2.rank-land-title, .ranking-landing .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening h2.rank-land-title, .camp-tour-sec .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h2.rank-land-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .school-program h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .school-program .ranking-landing .accreditation-about h2.rank-land-title:first-child, .ranking-landing .accreditation-about .school-program .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .school-program .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h2.rank-land-title:first-child, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .inner_about .blksec h3.rank-land-title, .school-template-school-home2 .sec-happening .inner_about .blksec .ranking-landing .accreditation-about h3.rank-land-title, .ranking-landing .accreditation-about .inner_about .blksec .school-template-school-home2 .sec-happening h3.rank-land-title, .inner_about .blksec .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h3.rank-land-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .about-school-sec h2.rank-land-title, .school-template-school-home2 .sec-happening .about-school-sec .ranking-landing .accreditation-about h2.rank-land-title, .ranking-landing .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening h2.rank-land-title, .about-school-sec .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h2.rank-land-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .department-top h2.rank-land-title, .school-template-school-home2 .sec-happening .department-top .ranking-landing .accreditation-about h2.rank-land-title, .ranking-landing .accreditation-about .department-top .school-template-school-home2 .sec-happening h2.rank-land-title, .department-top .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h2.rank-land-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .ranking-landing .accreditation-about h2.rank-land-title:first-child, .ranking-landing .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h2.rank-land-title:first-child, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .ranking-landing .accreditation-about h2.rank-land-title:first-child, .ranking-landing .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h2.rank-land-title:first-child, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .ranking-landing .accreditation-about h2.rank-land-title:first-child, .ranking-landing .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h2.rank-land-title:first-child, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .ranking-landing .accreditation-about h2.rank-land-title:first-child, .ranking-landing .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h2.rank-land-title:first-child, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .resrch-col-right h3.rank-land-title, .school-template-school-home2 .sec-happening .resrch-col-right .ranking-landing .accreditation-about h3.rank-land-title, .ranking-landing .accreditation-about .resrch-col-right .school-template-school-home2 .sec-happening h3.rank-land-title, .resrch-col-right .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about h3.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .rank-land-title, .ranking-landing .accreditation-about .school-template-school-home2 .sec-happening .rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .accreditation-about .rank-land-title, .accreditation-about .resrch-col-right h3.bt-left-aligned, .accreditation-about .resrch-col-right .school-template-school-home2 .sec-happening h3.block-title, .school-template-school-home2 .sec-happening .accreditation-about .resrch-col-right h3.block-title, .accreditation-about .resrch-col-right .school-template-school-home2 .sec-happening .latest-news-top h3, .school-template-school-home2 .sec-happening .latest-news-top .accreditation-about .resrch-col-right h3, .accreditation-about .resrch-col-right .latest-news-top .school-template-school-home2 .sec-happening h3, .latest-news-top .school-template-school-home2 .sec-happening .accreditation-about .resrch-col-right h3, .accreditation-about .resrch-col-right .school-template-school-home2 .sec-happening .popular-news h3, .school-template-school-home2 .sec-happening .popular-news .accreditation-about .resrch-col-right h3, .accreditation-about .resrch-col-right .popular-news .school-template-school-home2 .sec-happening h3, .popular-news .school-template-school-home2 .sec-happening .accreditation-about .resrch-col-right h3, .accreditation-about .resrch-col-right .school-template-school-home2 .sec-happening .single-wrap .cnt h3.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .accreditation-about .resrch-col-right h3.post-heading, .accreditation-about .resrch-col-right .single-wrap .cnt .school-template-school-home2 .sec-happening h3.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .accreditation-about .resrch-col-right h3.post-heading, .accreditation-about .resrch-col-right .school-template-school-home2 .sec-happening .inner_about .blksec h3, .school-template-school-home2 .sec-happening .inner_about .blksec .accreditation-about .resrch-col-right h3, .accreditation-about .resrch-col-right .inner_about .blksec .school-template-school-home2 .sec-happening h3, .inner_about .blksec .school-template-school-home2 .sec-happening .accreditation-about .resrch-col-right h3, .accreditation-about .school-template-school-home2 .sec-happening .resrch-col-right h3, .school-template-school-home2 .sec-happening .accreditation-about .resrch-col-right h3, .accreditation-about .resrch-col-right .school-template-school-home2 .sec-happening h3, .accreditation-about .resrch-col-right .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .resrch-col-right h3.rank-land-title, .accreditation-about .resrch-col-right .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .accreditation-about .resrch-col-right h3.rank-land-title, .resrch-col-right .accreditation-about h3.bt-left-aligned, .resrch-col-right .accreditation-about .school-template-school-home2 .sec-happening h3.block-title, .school-template-school-home2 .sec-happening .resrch-col-right .accreditation-about h3.block-title, .resrch-col-right .accreditation-about .school-template-school-home2 .sec-happening .latest-news-top h3, .school-template-school-home2 .sec-happening .latest-news-top .resrch-col-right .accreditation-about h3, .resrch-col-right .accreditation-about .latest-news-top .school-template-school-home2 .sec-happening h3, .latest-news-top .school-template-school-home2 .sec-happening .resrch-col-right .accreditation-about h3, .resrch-col-right .accreditation-about .school-template-school-home2 .sec-happening .popular-news h3, .school-template-school-home2 .sec-happening .popular-news .resrch-col-right .accreditation-about h3, .resrch-col-right .accreditation-about .popular-news .school-template-school-home2 .sec-happening h3, .popular-news .school-template-school-home2 .sec-happening .resrch-col-right .accreditation-about h3, .resrch-col-right .accreditation-about .school-template-school-home2 .sec-happening .single-wrap .cnt h3.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .resrch-col-right .accreditation-about h3.post-heading, .resrch-col-right .accreditation-about .single-wrap .cnt .school-template-school-home2 .sec-happening h3.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .resrch-col-right .accreditation-about h3.post-heading, .resrch-col-right .accreditation-about .school-template-school-home2 .sec-happening .inner_about .blksec h3, .school-template-school-home2 .sec-happening .inner_about .blksec .resrch-col-right .accreditation-about h3, .resrch-col-right .accreditation-about .inner_about .blksec .school-template-school-home2 .sec-happening h3, .inner_about .blksec .school-template-school-home2 .sec-happening .resrch-col-right .accreditation-about h3, .school-template-school-home2 .sec-happening .resrch-col-right .accreditation-about h3, .resrch-col-right .accreditation-about .school-template-school-home2 .sec-happening h3, .resrch-col-right .school-template-school-home2 .sec-happening .accreditation-about h3, .resrch-col-right .accreditation-about .school-template-school-home2 .sec-happening .ranking-landing h3.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .resrch-col-right .accreditation-about h3.rank-land-title, .resrch-col-right .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening h3.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .resrch-col-right .accreditation-about h3.rank-land-title, .accreditation-about .psychometric-section .psychometric-left h2.bt-left-aligned:first-child, .accreditation-about .psychometric-section .psychometric-left .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2.block-title:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2.block-title:first-child, .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .accreditation-about .psychometric-section .psychometric-left h2.post-heading:first-child, .accreditation-about .psychometric-section .psychometric-left .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2.post-heading:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .accreditation-about .psychometric-section .psychometric-left .container > h2:first-child, .accreditation-about .psychometric-section .psychometric-left .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left .container > h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .psychometric-section .psychometric-left h2.rank-land-title:first-child, .accreditation-about .psychometric-section .psychometric-left .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .accreditation-about .psychometric-section .psychometric-left h2.rank-land-title:first-child, .psychometric-section .psychometric-left .accreditation-about h2.bt-left-aligned:first-child, .psychometric-section .psychometric-left .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening h2.block-title:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2.block-title:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .psychometric-section .psychometric-left .accreditation-about h2.post-heading:first-child, .psychometric-section .psychometric-left .accreditation-about .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2.post-heading:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .psychometric-section .psychometric-left .accreditation-about .container > h2:first-child, .psychometric-section .psychometric-left .accreditation-about .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about .container > h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about h2:first-child, .psychometric-section .psychometric-left .accreditation-about .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .psychometric-section .psychometric-left .accreditation-about h2.rank-land-title:first-child, .psychometric-section .psychometric-left .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about h2.rank-land-title:first-child, .accreditation-about .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .accreditation-about h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec h2.bt-left-aligned:first-child, .accreditation-about .page-template-admission .adm-prm-sec .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2.block-title:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2.block-title:first-child, .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .accreditation-about .page-template-admission .adm-prm-sec h2.post-heading:first-child, .accreditation-about .page-template-admission .adm-prm-sec .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2.post-heading:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .accreditation-about .page-template-admission .adm-prm-sec .container > h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec .container > h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec .wp-block-uagb-section h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adm-prm-sec h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .page-template-admission .adm-prm-sec h2.rank-land-title:first-child, .accreditation-about .page-template-admission .adm-prm-sec .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec h2.rank-land-title:first-child, .page-template-admission .adm-prm-sec .accreditation-about h2.bt-left-aligned:first-child, .page-template-admission .adm-prm-sec .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening h2.block-title:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2.block-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .page-template-admission .adm-prm-sec .accreditation-about h2.post-heading:first-child, .page-template-admission .adm-prm-sec .accreditation-about .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2.post-heading:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .page-template-admission .adm-prm-sec .accreditation-about .container > h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about .container > h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adm-prm-sec .accreditation-about h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2:first-child, .page-template-admission .adm-prm-sec .accreditation-about .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .page-template-admission .adm-prm-sec .accreditation-about h2.rank-land-title:first-child, .page-template-admission .adm-prm-sec .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about h2.rank-land-title:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section h2.bt-left-aligned:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2.block-title:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2.block-title:first-child, .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .accreditation-about .page-template-admission .wp-block-uagb-section h2.post-heading:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2.post-heading:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .accreditation-about .page-template-admission .wp-block-uagb-section .container > h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section .container > h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section .adm-prm-sec h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .adm-prm-sec .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .page-template-admission .wp-block-uagb-section h2.rank-land-title:first-child, .accreditation-about .page-template-admission .wp-block-uagb-section .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .accreditation-about .page-template-admission .wp-block-uagb-section h2.rank-land-title:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about h2.bt-left-aligned:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening h2.block-title:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2.block-title:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .page-template-admission .wp-block-uagb-section .accreditation-about h2.post-heading:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2.post-heading:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .page-template-admission .wp-block-uagb-section .accreditation-about .container > h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about .container > h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .accreditation-about h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .page-template-admission .wp-block-uagb-section .accreditation-about h2.rank-land-title:first-child, .page-template-admission .wp-block-uagb-section .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about h2.rank-land-title:first-child, .accreditation-about .department-top h2, .department-top .accreditation-about h2, .accreditation-about .about-school-sec h2.bt-left-aligned, .accreditation-about .about-school-sec .iconlist-block.adminblock h2, .iconlist-block.adminblock .accreditation-about .about-school-sec h2, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening h2.block-title, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2, .iconlist-block.adminblock .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening h2, .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2.block-title, .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec .iconlist-block.adminblock h2, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about .about-school-sec h2, .accreditation-about .about-school-sec .tab-block .section-programs .school-template-school-home2 .sec-happening h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .accreditation-about .about-school-sec h2.post-heading, .accreditation-about .about-school-sec .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2.post-heading, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .adminblock .container > h2, .school-template-school-home2 .sec-happening .adminblock .accreditation-about .about-school-sec .container > h2, .accreditation-about .about-school-sec .adminblock .school-template-school-home2 .sec-happening .container > h2, .adminblock .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec .container > h2, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .camp-tour-sec h2, .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about .about-school-sec h2, .accreditation-about .about-school-sec .camp-tour-sec .school-template-school-home2 .sec-happening h2, .camp-tour-sec .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .accreditation-about .about-school-sec h2:first-child, .accreditation-about .about-school-sec .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .about-school-sec h2, .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening h2, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .department-top h2, .school-template-school-home2 .sec-happening .department-top .accreditation-about .about-school-sec h2, .accreditation-about .about-school-sec .department-top .school-template-school-home2 .sec-happening h2, .department-top .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about .about-school-sec h2:first-child, .accreditation-about .about-school-sec .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2:first-child, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about .about-school-sec h2:first-child, .accreditation-about .about-school-sec .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2:first-child, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about .about-school-sec h2:first-child, .accreditation-about .about-school-sec .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2:first-child, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about .about-school-sec h2:first-child, .accreditation-about .about-school-sec .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2:first-child, .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .about-school-sec h2.rank-land-title, .accreditation-about .about-school-sec .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .accreditation-about .about-school-sec h2.rank-land-title, .about-school-sec .accreditation-about h2.bt-left-aligned, .about-school-sec .accreditation-about .iconlist-block.adminblock h2, .iconlist-block.adminblock .about-school-sec .accreditation-about h2, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening h2.block-title, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2, .iconlist-block.adminblock .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening h2, .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2.block-title, .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about .iconlist-block.adminblock h2, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .school-template-school-home2 .sec-happening .tab-block .section-programs .about-school-sec .accreditation-about h2, .about-school-sec .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .about-school-sec .accreditation-about h2.post-heading, .about-school-sec .accreditation-about .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2.post-heading, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .adminblock .container > h2, .school-template-school-home2 .sec-happening .adminblock .about-school-sec .accreditation-about .container > h2, .about-school-sec .accreditation-about .adminblock .school-template-school-home2 .sec-happening .container > h2, .adminblock .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about .container > h2, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .camp-tour-sec h2, .school-template-school-home2 .sec-happening .camp-tour-sec .about-school-sec .accreditation-about h2, .about-school-sec .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening h2, .camp-tour-sec .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .about-school-sec .accreditation-about h2:first-child, .about-school-sec .accreditation-about .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening h2, .about-school-sec .school-template-school-home2 .sec-happening .accreditation-about h2, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .department-top h2, .school-template-school-home2 .sec-happening .department-top .about-school-sec .accreditation-about h2, .about-school-sec .accreditation-about .department-top .school-template-school-home2 .sec-happening h2, .department-top .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .about-school-sec .accreditation-about h2:first-child, .about-school-sec .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2:first-child, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .about-school-sec .accreditation-about h2:first-child, .about-school-sec .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2:first-child, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .about-school-sec .accreditation-about h2:first-child, .about-school-sec .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2:first-child, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .about-school-sec .accreditation-about h2:first-child, .about-school-sec .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2:first-child, .about-school-sec .accreditation-about .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .about-school-sec .accreditation-about h2.rank-land-title, .about-school-sec .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about h2.rank-land-title, .accreditation-about .inner_about .blksec h3, .inner_about .blksec .accreditation-about h3, .accreditation-about .tab-block .section-programs h2.bt-left-aligned, .accreditation-about .tab-block .section-programs .iconlist-block.adminblock h2, .iconlist-block.adminblock .accreditation-about .tab-block .section-programs h2, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening h2.block-title, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2, .iconlist-block.adminblock .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening h2, .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2.block-title, .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs .iconlist-block.adminblock h2, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2, .accreditation-about .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening h2, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .accreditation-about .tab-block .section-programs h2.post-heading, .accreditation-about .tab-block .section-programs .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2.post-heading, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .adminblock .container > h2, .school-template-school-home2 .sec-happening .adminblock .accreditation-about .tab-block .section-programs .container > h2, .accreditation-about .tab-block .section-programs .adminblock .school-template-school-home2 .sec-happening .container > h2, .adminblock .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs .container > h2, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .camp-tour-sec h2, .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about .tab-block .section-programs h2, .accreditation-about .tab-block .section-programs .camp-tour-sec .school-template-school-home2 .sec-happening h2, .camp-tour-sec .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .accreditation-about .tab-block .section-programs h2:first-child, .accreditation-about .tab-block .section-programs .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2:first-child, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .about-school-sec h2, .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about .tab-block .section-programs h2, .accreditation-about .tab-block .section-programs .about-school-sec .school-template-school-home2 .sec-happening h2, .about-school-sec .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .department-top h2, .school-template-school-home2 .sec-happening .department-top .accreditation-about .tab-block .section-programs h2, .accreditation-about .tab-block .section-programs .department-top .school-template-school-home2 .sec-happening h2, .department-top .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about .tab-block .section-programs h2:first-child, .accreditation-about .tab-block .section-programs .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2:first-child, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about .tab-block .section-programs h2:first-child, .accreditation-about .tab-block .section-programs .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2:first-child, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about .tab-block .section-programs h2:first-child, .accreditation-about .tab-block .section-programs .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2:first-child, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about .tab-block .section-programs h2:first-child, .accreditation-about .tab-block .section-programs .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2:first-child, .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .tab-block .section-programs h2.rank-land-title, .accreditation-about .tab-block .section-programs .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .accreditation-about .tab-block .section-programs h2.rank-land-title, .tab-block .section-programs .accreditation-about h2.bt-left-aligned, .tab-block .section-programs .accreditation-about .iconlist-block.adminblock h2, .iconlist-block.adminblock .tab-block .section-programs .accreditation-about h2, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening h2.block-title, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2, .iconlist-block.adminblock .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening h2, .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2.block-title, .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about .iconlist-block.adminblock h2, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2, .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .accreditation-about h2, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .tab-block .section-programs .accreditation-about h2.post-heading, .tab-block .section-programs .accreditation-about .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2.post-heading, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .adminblock .container > h2, .school-template-school-home2 .sec-happening .adminblock .tab-block .section-programs .accreditation-about .container > h2, .tab-block .section-programs .accreditation-about .adminblock .school-template-school-home2 .sec-happening .container > h2, .adminblock .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about .container > h2, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .camp-tour-sec h2, .school-template-school-home2 .sec-happening .camp-tour-sec .tab-block .section-programs .accreditation-about h2, .tab-block .section-programs .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening h2, .camp-tour-sec .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .tab-block .section-programs .accreditation-about h2:first-child, .tab-block .section-programs .accreditation-about .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2:first-child, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .about-school-sec h2, .school-template-school-home2 .sec-happening .about-school-sec .tab-block .section-programs .accreditation-about h2, .tab-block .section-programs .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening h2, .about-school-sec .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .department-top h2, .school-template-school-home2 .sec-happening .department-top .tab-block .section-programs .accreditation-about h2, .tab-block .section-programs .accreditation-about .department-top .school-template-school-home2 .sec-happening h2, .department-top .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .tab-block .section-programs .accreditation-about h2:first-child, .tab-block .section-programs .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2:first-child, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .tab-block .section-programs .accreditation-about h2:first-child, .tab-block .section-programs .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2:first-child, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .tab-block .section-programs .accreditation-about h2:first-child, .tab-block .section-programs .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2:first-child, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .tab-block .section-programs .accreditation-about h2:first-child, .tab-block .section-programs .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2:first-child, .tab-block .section-programs .accreditation-about .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .tab-block .section-programs .accreditation-about h2.rank-land-title, .tab-block .section-programs .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about h2.rank-land-title, .accreditation-about .adminblock .container > h2.bt-left-aligned, .accreditation-about .iconlist-block.adminblock .container > h2, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .container > h2.block-title, .accreditation-about .iconlist-block.adminblock .school-template-school-home2 .sec-happening .container > h2, .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2.block-title, .school-template-school-home2 .sec-happening .accreditation-about .iconlist-block.adminblock .container > h2, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .tab-block .section-programs .container > h2, .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about .adminblock .container > h2, .accreditation-about .adminblock .tab-block .section-programs .school-template-school-home2 .sec-happening .container > h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .single-wrap .cnt .container > h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .accreditation-about .adminblock .container > h2.post-heading, .accreditation-about .adminblock .single-wrap .cnt .school-template-school-home2 .sec-happening .container > h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2.post-heading, .accreditation-about .school-template-school-home2 .sec-happening .adminblock .container > h2, .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .container > h2, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .camp-tour-sec .container > h2, .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about .adminblock .container > h2, .accreditation-about .adminblock .camp-tour-sec .school-template-school-home2 .sec-happening .container > h2, .camp-tour-sec .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .school-program .container > h2:first-child, .school-template-school-home2 .sec-happening .school-program .accreditation-about .adminblock .container > h2:first-child, .accreditation-about .adminblock .school-program .school-template-school-home2 .sec-happening .container > h2:first-child, .school-program .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2:first-child, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .about-school-sec .container > h2, .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about .adminblock .container > h2, .accreditation-about .adminblock .about-school-sec .school-template-school-home2 .sec-happening .container > h2, .about-school-sec .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .department-top .container > h2, .school-template-school-home2 .sec-happening .department-top .accreditation-about .adminblock .container > h2, .accreditation-about .adminblock .department-top .school-template-school-home2 .sec-happening .container > h2, .department-top .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .container > h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about .adminblock .container > h2:first-child, .accreditation-about .adminblock .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .container > h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2:first-child, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .container > h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about .adminblock .container > h2:first-child, .accreditation-about .adminblock .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .container > h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2:first-child, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .container > h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about .adminblock .container > h2:first-child, .accreditation-about .adminblock .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .container > h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2:first-child, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .container > h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about .adminblock .container > h2:first-child, .accreditation-about .adminblock .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .container > h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2:first-child, .accreditation-about .adminblock .school-template-school-home2 .sec-happening .ranking-landing .container > h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .adminblock .container > h2.rank-land-title, .accreditation-about .adminblock .ranking-landing .school-template-school-home2 .sec-happening .container > h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .accreditation-about .adminblock .container > h2.rank-land-title, .adminblock .accreditation-about .container > h2.bt-left-aligned, .iconlist-block.adminblock .accreditation-about .container > h2, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .container > h2.block-title, .iconlist-block.adminblock .accreditation-about .school-template-school-home2 .sec-happening .container > h2, .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2.block-title, .school-template-school-home2 .sec-happening .iconlist-block.adminblock .accreditation-about .container > h2, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .tab-block .section-programs .container > h2, .school-template-school-home2 .sec-happening .tab-block .section-programs .adminblock .accreditation-about .container > h2, .adminblock .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening .container > h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .single-wrap .cnt .container > h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .adminblock .accreditation-about .container > h2.post-heading, .adminblock .accreditation-about .single-wrap .cnt .school-template-school-home2 .sec-happening .container > h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2.post-heading, .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .container > h2, .adminblock .school-template-school-home2 .sec-happening .accreditation-about .container > h2, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .camp-tour-sec .container > h2, .school-template-school-home2 .sec-happening .camp-tour-sec .adminblock .accreditation-about .container > h2, .adminblock .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .container > h2, .camp-tour-sec .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .school-program .container > h2:first-child, .school-template-school-home2 .sec-happening .school-program .adminblock .accreditation-about .container > h2:first-child, .adminblock .accreditation-about .school-program .school-template-school-home2 .sec-happening .container > h2:first-child, .school-program .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2:first-child, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .about-school-sec .container > h2, .school-template-school-home2 .sec-happening .about-school-sec .adminblock .accreditation-about .container > h2, .adminblock .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening .container > h2, .about-school-sec .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .department-top .container > h2, .school-template-school-home2 .sec-happening .department-top .adminblock .accreditation-about .container > h2, .adminblock .accreditation-about .department-top .school-template-school-home2 .sec-happening .container > h2, .department-top .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .container > h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .adminblock .accreditation-about .container > h2:first-child, .adminblock .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .container > h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2:first-child, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .container > h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .adminblock .accreditation-about .container > h2:first-child, .adminblock .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .container > h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2:first-child, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .container > h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .adminblock .accreditation-about .container > h2:first-child, .adminblock .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .container > h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2:first-child, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .container > h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .adminblock .accreditation-about .container > h2:first-child, .adminblock .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .container > h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2:first-child, .adminblock .accreditation-about .school-template-school-home2 .sec-happening .ranking-landing .container > h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .adminblock .accreditation-about .container > h2.rank-land-title, .adminblock .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening .container > h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .adminblock .accreditation-about .container > h2.rank-land-title, .accreditation-about .camp-tour-sec h2.bt-left-aligned, .accreditation-about .camp-tour-sec .iconlist-block.adminblock h2, .iconlist-block.adminblock .accreditation-about .camp-tour-sec h2, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening h2.block-title, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2, .iconlist-block.adminblock .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening h2, .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2.block-title, .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec .iconlist-block.adminblock h2, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about .camp-tour-sec h2, .accreditation-about .camp-tour-sec .tab-block .section-programs .school-template-school-home2 .sec-happening h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .accreditation-about .camp-tour-sec h2.post-heading, .accreditation-about .camp-tour-sec .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2.post-heading, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .adminblock .container > h2, .school-template-school-home2 .sec-happening .adminblock .accreditation-about .camp-tour-sec .container > h2, .accreditation-about .camp-tour-sec .adminblock .school-template-school-home2 .sec-happening .container > h2, .adminblock .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec .container > h2, .accreditation-about .school-template-school-home2 .sec-happening .camp-tour-sec h2, .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening h2, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .accreditation-about .camp-tour-sec h2:first-child, .accreditation-about .camp-tour-sec .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2:first-child, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .about-school-sec h2, .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about .camp-tour-sec h2, .accreditation-about .camp-tour-sec .about-school-sec .school-template-school-home2 .sec-happening h2, .about-school-sec .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .department-top h2, .school-template-school-home2 .sec-happening .department-top .accreditation-about .camp-tour-sec h2, .accreditation-about .camp-tour-sec .department-top .school-template-school-home2 .sec-happening h2, .department-top .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about .camp-tour-sec h2:first-child, .accreditation-about .camp-tour-sec .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2:first-child, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about .camp-tour-sec h2:first-child, .accreditation-about .camp-tour-sec .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2:first-child, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about .camp-tour-sec h2:first-child, .accreditation-about .camp-tour-sec .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2:first-child, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about .camp-tour-sec h2:first-child, .accreditation-about .camp-tour-sec .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2:first-child, .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .camp-tour-sec h2.rank-land-title, .accreditation-about .camp-tour-sec .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .accreditation-about .camp-tour-sec h2.rank-land-title, .camp-tour-sec .accreditation-about h2.bt-left-aligned, .camp-tour-sec .accreditation-about .iconlist-block.adminblock h2, .iconlist-block.adminblock .camp-tour-sec .accreditation-about h2, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening h2.block-title, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2, .iconlist-block.adminblock .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening h2, .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2.block-title, .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about .iconlist-block.adminblock h2, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .tab-block .section-programs h2, .school-template-school-home2 .sec-happening .tab-block .section-programs .camp-tour-sec .accreditation-about h2, .camp-tour-sec .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening h2, .tab-block .section-programs .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading, .school-template-school-home2 .sec-happening .single-wrap .cnt .camp-tour-sec .accreditation-about h2.post-heading, .camp-tour-sec .accreditation-about .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading, .single-wrap .cnt .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2.post-heading, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .adminblock .container > h2, .school-template-school-home2 .sec-happening .adminblock .camp-tour-sec .accreditation-about .container > h2, .camp-tour-sec .accreditation-about .adminblock .school-template-school-home2 .sec-happening .container > h2, .adminblock .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about .container > h2, .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening h2, .camp-tour-sec .school-template-school-home2 .sec-happening .accreditation-about h2, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .school-program .camp-tour-sec .accreditation-about h2:first-child, .camp-tour-sec .accreditation-about .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2:first-child, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .about-school-sec h2, .school-template-school-home2 .sec-happening .about-school-sec .camp-tour-sec .accreditation-about h2, .camp-tour-sec .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening h2, .about-school-sec .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .department-top h2, .school-template-school-home2 .sec-happening .department-top .camp-tour-sec .accreditation-about h2, .camp-tour-sec .accreditation-about .department-top .school-template-school-home2 .sec-happening h2, .department-top .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .camp-tour-sec .accreditation-about h2:first-child, .camp-tour-sec .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2:first-child, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .camp-tour-sec .accreditation-about h2:first-child, .camp-tour-sec .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2:first-child, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .camp-tour-sec .accreditation-about h2:first-child, .camp-tour-sec .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2:first-child, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .camp-tour-sec .accreditation-about h2:first-child, .camp-tour-sec .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2:first-child, .camp-tour-sec .accreditation-about .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title, .school-template-school-home2 .sec-happening .ranking-landing .camp-tour-sec .accreditation-about h2.rank-land-title, .camp-tour-sec .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title, .ranking-landing .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about h2.rank-land-title, .accreditation-about .school-program h2.bt-left-aligned:first-child, .accreditation-about .school-program .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening h2.block-title:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .accreditation-about .school-program .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .school-program h2.block-title:first-child, .school-template-school-home2 .sec-happening .accreditation-about .school-program .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .accreditation-about .school-program h2.post-heading:first-child, .accreditation-about .school-program .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .accreditation-about .school-program h2.post-heading:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .accreditation-about .school-program .container > h2:first-child, .accreditation-about .school-program .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .accreditation-about .school-program .container > h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .accreditation-about .school-program h2:first-child, .accreditation-about .school-template-school-home2 .sec-happening .school-program h2:first-child, .school-template-school-home2 .sec-happening .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .accreditation-about .school-program h2:first-child, .accreditation-about .school-program .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .accreditation-about .school-program h2.rank-land-title:first-child, .accreditation-about .school-program .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .accreditation-about .school-program h2.rank-land-title:first-child, .school-program .accreditation-about h2.bt-left-aligned:first-child, .school-program .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening h2.block-title:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-program .accreditation-about .school-template-school-home2 .sec-happening h2:first-child, .school-template-school-home2 .sec-happening .school-program .accreditation-about h2.block-title:first-child, .school-template-school-home2 .sec-happening .school-program .accreditation-about .iconlist-block.adminblock h2:first-child, .iconlist-block.adminblock .school-template-school-home2 .sec-happening .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .tab-block .section-programs h2:first-child, .school-template-school-home2 .sec-happening .tab-block .section-programs .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .tab-block .section-programs .school-template-school-home2 .sec-happening h2:first-child, .tab-block .section-programs .school-template-school-home2 .sec-happening .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .single-wrap .cnt h2.post-heading:first-child, .school-template-school-home2 .sec-happening .single-wrap .cnt .school-program .accreditation-about h2.post-heading:first-child, .school-program .accreditation-about .single-wrap .cnt .school-template-school-home2 .sec-happening h2.post-heading:first-child, .single-wrap .cnt .school-template-school-home2 .sec-happening .school-program .accreditation-about h2.post-heading:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .adminblock .container > h2:first-child, .school-template-school-home2 .sec-happening .adminblock .school-program .accreditation-about .container > h2:first-child, .school-program .accreditation-about .adminblock .school-template-school-home2 .sec-happening .container > h2:first-child, .adminblock .school-template-school-home2 .sec-happening .school-program .accreditation-about .container > h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .camp-tour-sec h2:first-child, .school-template-school-home2 .sec-happening .camp-tour-sec .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .camp-tour-sec .school-template-school-home2 .sec-happening h2:first-child, .camp-tour-sec .school-template-school-home2 .sec-happening .school-program .accreditation-about h2:first-child, .school-template-school-home2 .sec-happening .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening h2:first-child, .school-program .school-template-school-home2 .sec-happening .accreditation-about h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .about-school-sec h2:first-child, .school-template-school-home2 .sec-happening .about-school-sec .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .about-school-sec .school-template-school-home2 .sec-happening h2:first-child, .about-school-sec .school-template-school-home2 .sec-happening .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .department-top h2:first-child, .school-template-school-home2 .sec-happening .department-top .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .department-top .school-template-school-home2 .sec-happening h2:first-child, .department-top .school-template-school-home2 .sec-happening .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .wp-block-uagb-section .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .wp-block-uagb-section .school-template-school-home2 .sec-happening .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec h2:first-child, .school-template-school-home2 .sec-happening .page-template-admission .adm-prm-sec .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening h2:first-child, .page-template-admission .adm-prm-sec .school-template-school-home2 .sec-happening .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left h2:first-child, .school-template-school-home2 .sec-happening .adm-scholarship .adm-scholar-left .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening h2:first-child, .adm-scholarship .adm-scholar-left .school-template-school-home2 .sec-happening .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left h2:first-child, .school-template-school-home2 .sec-happening .psychometric-section .psychometric-left .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening h2:first-child, .psychometric-section .psychometric-left .school-template-school-home2 .sec-happening .school-program .accreditation-about h2:first-child, .school-program .accreditation-about .school-template-school-home2 .sec-happening .ranking-landing h2.rank-land-title:first-child, .school-template-school-home2 .sec-happening .ranking-landing .school-program .accreditation-about h2.rank-land-title:first-child, .school-program .accreditation-about .ranking-landing .school-template-school-home2 .sec-happening h2.rank-land-title:first-child, .ranking-landing .school-template-school-home2 .sec-happening .school-program .accreditation-about h2.rank-land-title:first-child, .accreditation-about .latest-news-top h3, .latest-news-top .accreditation-about h3, .accreditation-about .popular-news h3, .popular-news .accreditation-about h3, .accreditation-about .single-wrap .cnt .post-heading, .single-wrap .cnt .accreditation-about .post-heading {
    font-size: 30px;
  }

  .iso-cert-outer .iso-logos {
    width: 63%;
  }
  .iso-cert-outer .iso-cert-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .iso-cert-outer .iso-text {
    width: 35%;
  }
  .iso-cert-outer p {
    margin-bottom: 0;
  }

  .other-cert-outer .left-sec {
    width: 65%;
  }
  .other-cert-outer .right-sec {
    width: 30%;
  }

  .award-sec4 .awd-text {
    width: 75%;
  }

  .award-sec2 .awd-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .award-sec2 .awd-item .ad-img {
    margin: 0;
  }
  .award-sec2 .awd-item h4 {
    margin: 0;
  }
  .award-sec2 .awd-img {
    width: 35%;
  }
  .award-sec2 .awd-txt {
    width: 60%;
  }
}
@media only screen and (min-width: 1201px) {
  .acc-wrap {
    padding: 40px 0;
  }
  .acc-wrap .acc-thumb-img {
    width: 185px;
    height: 164px;
  }
  .acc-wrap .acc-content {
    width: 78%;
    padding: 0 0 50px 0;
  }
  .acc-wrap .acc-content p {
    margin-bottom: 25px;
  }
  .acc-wrap .certi-link {
    padding: 5px 0;
    background-size: 18px;
    background-position: 0px 3px;
  }
  .acc-wrap .certi-link:last-child {
    margin-left: 30px;
  }
  .acc-wrap .acc-links {
    margin-top: 30px;
  }
  .acc-wrap .acc-item {
    margin-bottom: 50px;
  }

  .iso-cert-outer h3 {
    font-size: 1.87em;
  }
  .iso-cert-outer .iso-items .iso-img {
    width: 139px;
    margin: 0 auto;
  }
  .iso-cert-outer .iso-logos {
    width: 52%;
  }
  .iso-cert-outer .iso-text {
    width: 40%;
  }

  .other-cert-sec .other-cert-outer {
    padding: 90px 0;
  }

  .other-cert-outer ul.slick-dots {
    margin: 25px 0 0 0;
  }

  .award-sec4 {
    padding: 90px 0 50px 0;
  }
  .award-sec4 h4 {
    font-size: 1.18em;
  }
  .award-sec4 .awd-img {
    width: 20%;
  }
  .award-sec4 .awd-text {
    width: 78%;
  }
  .award-sec4 .awd-links {
    margin-top: 30px;
  }

  .award-sec2 {
    padding: 0 0 90px 0;
    margin-bottom: 50px;
  }
  .award-sec2 .awd-item {
    width: 47%;
  }
  .award-sec2 .awd-item h4 {
    font-size: 1.25em;
  }
  .award-sec2 .awd-txt {
    width: 65%;
    padding-right: 11%;
  }

  .award-sec3 .awd-slide-item .item-img {
    width: 250px;
  }
  .award-sec3 .awd-slide-item .item-img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .award-sec1 {
    padding-bottom: 90px;
  }
  .award-sec1 .awd-thumb {
    width: 30%;
  }
  .award-sec1 .awd-content {
    width: 58%;
  }
}
@media only screen and (max-width: 481px) {
  .iso-cert-outer .iso-items:nth-child(2n+2) {
    margin-right: 0;
  }

  .other-cert-outer .post-thumb img {
    width: 100%;
  }
}
.chancellor-sec {
  padding: 15px 0 60px;
}

.clients-wrap {
  padding: 40px 0 60px;
}
.clients-wrap .clients-tab {
  display: none;
  text-align: center;
  border-top: 1px solid #D8D8D8;
  padding: 55px 0 0;
}
.clients-wrap .clients-tab a {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
  padding: 7px 20px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #656565;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-shadow: 0 0 1px #fff;
}
.clients-wrap .clients-tab a:hover {
  color: #AF0C3E;
}
.clients-wrap .clients-tab a.active {
  border-color: #8E8FA2;
  color: #AF0C3E;
  text-shadow: 0 0 1px #AF0C3E;
}
.clients-wrap .clients-tab a:last-child {
  margin-right: 0;
}
.clients-wrap .lead-list .c-tab-block {
  display: none;
}

.lead-item {
  text-align: center;
  z-index: 0;
  margin: 40px 0;
}
.lead-item a {
  display: block;
}
.lead-item a:hover {
  opacity: 0.85;
}
.lead-item img {
  position: relative;
  z-index: -2;
  display: block;
  margin: 0 auto -40px auto;
  padding: 0 20px;
  width: auto;
}
.lead-item .lead-meta {
  text-align: left;
  padding: 50px 20px 30px;
  background: url(images/leader-bg.png) no-repeat center;
  background-size: contain;
  position: relative;
}
.lead-item .lead-meta h4 {
  color: #AF0C3E;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.lead-item .lead-meta p {
  font-size: inherit;
  color: #656565;
}

.leader-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.leader-top-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.leader-top-left .lead-item .lead-meta {
  font-size: 13px;
  padding: 50px 30px 40px;
  background: url(images/leader-big-bg.png) no-repeat center;
  background-size: contain;
}
.leader-top-left .lead-item .lead-meta h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(56.81%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 56.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.leader-top-left .lead-item .lead-meta h3 {
  color: #AF0C3E;
  font-size: 16px;
  margin: 0 0 5px;
}
.leader-top-left .lead-item .lead-meta .lead-meta-inner {
  max-width: 300px;
  margin: 0 auto;
}
.leader-top-left .lead-item img {
  margin-bottom: -95px;
  padding: 0 40px;
}

.leader-top-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.leader-top-right .abtquote {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: #AF0C3E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leader-top-right .abtquote .abtquote-inner {
  padding-top: 70px;
  position: relative;
}
.leader-top-right .abtquote .abtquote-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(images/icn-quote-gn.svg) no-repeat bottom left;
  width: 50px;
  height: 50px;
}
.leader-top-right .abtquote .abtquote-inner p {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.leader-top-right .abtquote .abtquote-inner p:before {
  content: '"';
  display: inline-block;
  font-style: italic;
  vertical-align: top;
  margin-right: 2px;
}
.leader-top-right .abtquote .abtquote-inner p:after {
  content: '"';
  display: inline-block;
  font-style: italic;
  margin-left: 2px;
}

.president-leaders-wrap {
  border-top: 1px solid #D8D8D8;
}

.page-template-leadership .leader-pop {
  background: #fff;
  width: 840px;
  max-width: 90%;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 23px 59px rgba(142, 143, 162, 0.391644);
          box-shadow: 0px 23px 59px rgba(142, 143, 162, 0.391644);
  border-radius: 13px;
}
.page-template-leadership .mfp-close {
  color: #8E8FA2;
  text-shadow: none;
  opacity: 1;
}
.page-template-leadership .mfp-close:hover {
  opacity: 1;
  color: #777;
}
.page-template-leadership .mfp-bg {
  background: #fff;
  opacity: 0.95;
}
.page-template-leadership .mfp-wrap {
  z-index: 999992;
}
.page-template-leadership .pop-content {
  width: 100%;
  padding: 50px;
}
.page-template-leadership .pop-content h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #AF0C3E;
  font-weight: 600;
}
.page-template-leadership .pop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-leadership .pop-image {
  width: 100%;
}
.page-template-leadership .pop-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-leadership .pop-meta {
  margin: 10px 0;
}
.page-template-leadership .pop-desc {
  padding: 5px 0 0;
}
.page-template-leadership .pop-desc p {
  color: #656565;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 8px;
}
.page-template-leadership .pop-desc p:last-child {
  margin-bottom: 0;
}
.page-template-leadership .pop-more {
  margin: 25px 0 0;
}

.cl-toggler {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #f8e7eb;
  margin: 5px 0 0;
  position: relative;
}
.cl-toggler:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images/drop-icon.svg) no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cl-row.visible .cl-toggler:before, .c-tab-block.visible .cl-toggler:before {
  background: url(images/drop-icon-reverse.svg) no-repeat center;
}

.rank-outer {
  padding: 60px 0;
}
.rank-outer .rank-content {
  margin-top: 30px;
}
.rank-outer .rank {
  color: #AF0C3E;
  font-weight: 600;
  font-size: 19px;
  margin: 0 0 10px;
}
.rank-outer .rank-item {
  padding: 40px 0;
  border-bottom: 1px solid #DFDFDF;
}
.rank-outer .rank-item:last-child {
  padding-bottom: 0;
  border: 0;
}
.rank-outer .rd-more .btn, .rank-outer .rd-more .res-check-form .res-form-submit input, .res-check-form .res-form-submit .rank-outer .rd-more input, .rank-outer .rd-more .wpcf7-form input.wpcf7-submit, .wpcf7-form .rank-outer .rd-more input.wpcf7-submit {
  margin-top: 20px;
  margin-right: 20px;
}
.rank-outer .rd-more .btn:last-child, .rank-outer .rd-more .res-check-form .res-form-submit input:last-child, .res-check-form .res-form-submit .rank-outer .rd-more input:last-child, .rank-outer .rd-more .wpcf7-form input.wpcf7-submit:last-child, .wpcf7-form .rank-outer .rd-more input.wpcf7-submit:last-child {
  margin-right: 0;
}
.rank-outer .rank-thumb {
  margin: 0 0 25px;
}
.rank-outer .rank-list-item {
  margin: 0 0 20px;
  font-size: 14px;
}
.rank-outer .rank-list-item:last-child {
  margin-bottom: 0;
}

.bst-univ-outer {
  background: #FBF3F5;
  padding: 60px 0;
}
.bst-univ-outer .bst-univ-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bst-univ-outer .right-sec {
  padding-top: 30px;
}
.bst-univ-outer .left-cntnt {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  padding: 40px;
  border-radius: 50px 0 81px 0;
  color: #fff;
}
.bst-univ-outer .left-img {
  margin-top: 30px;
}
.bst-univ-outer .left-img img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.bst-univ-outer .left-txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  padding-right: 10px;
}
.bst-univ-outer .left-txt span {
  font-size: 38px;
  line-height: 49px;
  display: block;
}
.bst-univ-outer .left-logo {
  margin-top: 10px;
}
.bst-univ-outer .left-logo img {
  border-radius: 10px;
}
.bst-univ-outer .right-cntnt {
  line-height: 22px;
}
.bst-univ-outer .right-cntnt span {
  color: #AF0C3E;
}

.rank-count-outer {
  padding: 60px 0;
}
.rank-count-outer .left-sec {
  padding-top: 50px;
}
.rank-count-outer ul.count-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rank-count-outer ul.count-list li {
  width: 50%;
  float: left;
  font-size: 16px;
  margin: 0 0 50px;
  position: relative;
}
.rank-count-outer ul.count-list li span {
  color: #AF0C3E;
  display: block;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1;
}
.rank-count-outer ul.count-list li:nth-child(odd) {
  padding-right: 65px;
}
.rank-count-outer ul.count-list li:nth-child(odd):after {
  content: "";
  position: absolute;
  top: 0;
  right: 65px;
  width: 1px;
  height: 100%;
  background: #DFDFDF;
}
.rank-count-outer .right-img img {
  border-radius: 6px;
  width: 100%;
}

.particle-outer {
  padding: 60px 0;
}
.particle-outer .press-contents {
  padding-top: 50px;
}
.particle-outer .press-contents .slick-slide {
  overflow: hidden;
}
.particle-outer .left-sec {
  margin-bottom: 40px;
}
.particle-outer .article {
  margin: 0 0 30px;
  position: relative;
  padding: 0 20px;
}
.particle-outer .article:nth-child(2n+1) {
  clear: both;
}
.particle-outer .article .pub-date {
  margin: 0;
  width: 45px;
  float: left;
  color: #9D9D9D;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.particle-outer .article .pub-date span {
  display: block;
  font-size: 34px;
  font-weight: 500;
  color: #AF0C3E;
  line-height: 1;
  margin: 0 0 2px;
}
.particle-outer .article .article-cntnt {
  color: #656565;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-left: 65px;
}
.particle-outer .article .article-cntnt .article-title a {
  color: #656565;
}
.particle-outer .article .article-cntnt .article-title a:hover {
  color: #AF0C3E;
}
.particle-outer .article .article-link {
  margin-top: 5px;
}
.particle-outer .article .article-link a:after {
  content: "";
  display: inline-block;
  background: url(images/external-link.svg) no-repeat center;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  background-size: contain;
  margin-left: 8px;
}
.particle-outer ul.slick-dots {
  margin: 25px 0 0;
  text-align: left;
}
.particle-outer .article-thumb img {
  width: 100%;
}
.particle-outer .article-text {
  color: #656565;
  margin: 20px 0 0;
}
.particle-outer .article-text span {
  color: #A4123F;
  display: block;
  margin: 0 0 10px;
  font-weight: 600;
}
.particle-outer .article-item {
  padding: 0 20px;
}
.particle-outer .slick-list {
  margin: 0 -20px;
}

.page-template-about .campus-about {
  border: none;
  padding-bottom: 30px;
}
.page-template-about .about-leader-all {
  border: 0;
}

.aboutlead-desc .about-item-inner {
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.aboutlead-desc .about-item-inner img {
  width: 100%;
}
.aboutlead-desc .about-item-inner .about-meta {
  padding: 34px;
  text-align: center;
}
.aboutlead-desc .about-item-inner .about-meta h5 {
  font-size: 16px;
  line-height: 20px;
  color: #AF0C3E;
  font-weight: 600;
}
.aboutlead-desc .about-item-inner .about-meta h6 {
  font-size: 14px;
  line-height: 17px;
  color: #AF0C3E;
  font-weight: 500;
}
.aboutlead-desc .about-item-inner .about-meta p {
  font-size: 13px;
  line-height: 23px;
  color: #656565;
}
.aboutlead-desc .about-item-inner:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.28);
}
.aboutlead-desc .leader-items-wrap {
  padding-bottom: 30px;
}
.aboutlead-desc .leader-items-wrap .about-item {
  padding-top: 25px;
  padding-bottom: 25px;
}

.about-leader-all {
  text-align: center;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 30px;
}

/**768**/
.counters-glance {
  width: 100%;
  height: auto;
  padding: 30px 0;
  text-align: center;
}
.counters-glance .count-outer {
  padding-top: 30px;
}
.counters-glance .count-outer .abt-counter-item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.counters-glance .count-outer .abt-counter-item:after {
  height: 2px;
  width: 45%;
  max-width: 150px;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  display: block;
}
.counters-glance .count-outer .abt-counter-item .icon-counters {
  margin-bottom: 15px;
}
.counters-glance .count-outer .abt-counter-item:last-child:after {
  display: none;
}
.counters-glance .count-outer h4 {
  font-size: 30px;
  line-height: 37px;
  color: #AF0C3E;
  font-weight: 600;
}
.counters-glance .count-outer .descri-counters {
  font-size: 16px;
  line-height: 23px;
  color: #656565;
}

.perform-glance {
  width: 100%;
  height: auto;
  padding: 30px 0;
  background: url("images/books-library-students.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}
.perform-glance:before {
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #AF0C3E;
  background-image: -webkit-gradient(linear, left top, right top, from(#b10f57), color-stop(#D10946), color-stop(#FF286B), to(#AE005E));
  background-image: linear-gradient(to right, #b10f57, #D10946, #FF286B, #AE005E);
  opacity: 0.8;
  left: 0;
  top: 0;
}
.perform-glance .container {
  position: relative;
  z-index: 10;
  max-width: 1000px;
}
.perform-glance .title-perform {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.perform-glance .descri-perform {
  font-size: 13px;
  line-height: 16px;
  color: #F5DADC;
  font-weight: 500;
  text-transform: uppercase;
}
.perform-glance .box {
  min-height: inherit;
  margin-bottom: 30px;
}
.perform-glance .col-md-3 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.math-about {
  padding: 30px 0;
}
.math-about h4 {
  margin-bottom: 15px;
}

.abtinterests2 .int-program-list .prog-list-content .prog-ul-wrap ul {
  width: 100%;
}
.abtinterests2 .int-program-list .prog-list-content .prog-ul-wrap li a {
  padding-left: 0;
}
.abtinterests2 .camp-cont-item {
  padding: 0;
}

.image-math {
  margin-bottom: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .lead-meta-inner {
    height: auto !important;
    margin: 0 auto;
    max-width: 200px;
  }

  .clients-wrap .lead-list .c-tab-block {
    display: block !important;
  }
  .clients-wrap .lead-list .c-tab-block .cl-row {
    display: none;
  }
  .clients-wrap .lead-list .c-tab-block.active-tab .cl-row, .clients-wrap .lead-list .c-tab-block.visible .cl-row {
    display: block;
  }
}
@media (max-width: 600px) {
  .lead-item {
    width: 100%;
  }

  .rank-count-outer ul.count-list li {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 30px !important;
    margin: 0 0 30px;
  }
  .rank-count-outer ul.count-list li:last-child {
    border: 0;
    padding: 0 0 10px !important;
  }
  .rank-count-outer ul.count-list li:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .lead-item:nth-child(2n+1) {
    clear: both;
  }

  .leader-top-left {
    width: 55%;
  }
  .leader-top-left .lead-meta {
    padding: 50px 30px 20px;
  }

  .leader-top-right {
    width: 45%;
    padding: 40px;
  }

  .lead-item {
    padding: 0 40px;
  }
  .lead-item .lead-meta {
    padding: 60px 40px 40px;
  }
  .lead-item .lead-meta .lead-meta-inner {
    max-width: 250px;
  }

  .page-template-leadership .pop-content {
    width: 60%;
  }
  .page-template-leadership .pop-image {
    width: 40%;
  }
  .page-template-leadership .pop-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .clients-wrap .clients-tab {
    display: block;
  }
  .clients-wrap .cl-toggler {
    display: none !important;
  }
  .clients-wrap .lead-list .active-tab {
    display: block;
  }
  .clients-wrap .lead-list .active-tab .cl-row {
    display: block !important;
  }

  .rank-outer {
    padding: 90px 0;
  }
  .rank-outer .rank-content {
    margin-top: 40px;
  }
  .rank-outer .rank-item {
    padding: 60px 0;
  }
  .rank-outer .rd-more {
    margin-top: 10px;
  }
  .rank-outer .rank-list-item {
    margin: 0;
  }

  .rank-count-outer ul.count-list li span {
    font-size: 44px;
  }

  .bst-univ-outer {
    padding: 75px 0;
  }
  .bst-univ-outer .left-cntnt {
    float: left;
    width: 42%;
    margin-top: 50px;
  }
  .bst-univ-outer .left-img {
    width: 62%;
    float: left;
    margin-left: -4%;
    margin-top: 0;
  }
  .bst-univ-outer .left-txt {
    font-size: 24px;
  }
  .bst-univ-outer .left-txt span {
    font-size: 48px;
    line-height: 59px;
  }

  .aboutlead-desc .leader-items-wrap {
    padding-bottom: 40px;
  }
  .aboutlead-desc .about-leader-all {
    padding-bottom: 60px;
  }

  .page-template-about .campus-about {
    padding-bottom: 60px;
  }

  .counters-glance {
    padding: 70px 0;
  }
  .counters-glance .count-outer {
    padding-top: 70px;
  }

  .perform-glance {
    padding: 45px 0;
  }
  .perform-glance .box {
    min-height: 115px;
    padding: 0 10%;
  }
  .perform-glance .col-md-3 {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    text-align: left;
  }

  .math-about {
    padding: 60px 0;
  }
  .math-about .descri-math {
    padding-bottom: 15px;
  }

  .abtinterests2 .int-program-list .prog-list-content .prog-ul-wrap ul {
    width: 100%;
  }
  .abtinterests2 .int-program-list .prog-list-content .prog-ul-wrap li {
    width: 50%;
    float: left;
  }

  .abt-counter-item:last-child:after {
    display: block;
  }

  .image-math {
    margin-bottom: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .lead-item:nth-child(2n+1) {
    clear: none;
  }

  .lead-item:nth-child(3n+1) {
    clear: both;
  }

  .leader-top-left {
    width: 40%;
  }
  .leader-top-left .lead-item .lead-meta {
    font-size: 14px;
    padding: 60px 40px 40px;
  }
  .leader-top-left .lead-item .lead-meta h4 {
    font-size: 25px;
  }
  .leader-top-left .lead-item .lead-meta h3 {
    font-size: 17px;
  }

  .leader-top-right {
    width: 60%;
    padding: 40px 70px;
  }
  .leader-top-right .abtquote {
    font-size: 26px;
    line-height: 36px;
  }
  .leader-top-right .abtquote .abtquote-inner {
    padding-top: 80px;
  }

  .lead-item .lead-meta .lead-meta-inner {
    max-width: none;
  }

  .bst-univ-outer {
    padding: 90px 0;
  }
  .bst-univ-outer .left-sec {
    width: 70%;
    padding-right: 80px;
  }
  .bst-univ-outer .right-sec {
    width: 30%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }

  .rank-count-outer {
    padding: 90px 0;
  }
  .rank-count-outer .left-sec {
    width: 52%;
    float: left;
    padding-top: 0;
  }
  .rank-count-outer .right-sec {
    float: right;
    width: 40%;
  }

  .particle-outer {
    padding: 90px 0;
  }
  .particle-outer .left-sec {
    margin-bottom: 0;
    padding-right: 30px;
  }
  .particle-outer .left-sec .slick-list {
    margin: 0;
  }
  .particle-outer .left-sec .slick-list .article-item {
    margin: 0;
  }

  .page-template-about .campus-about {
    padding-bottom: 70px;
  }

  .aboutlead-desc .leader-items-wrap {
    padding-bottom: 75px;
  }
  .aboutlead-desc .leader-items-wrap .about-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .aboutlead-desc .about-leader-all {
    padding-bottom: 60px;
  }

  .counters-glance {
    padding: 80px 0;
  }
  .counters-glance .count-outer {
    padding-top: 80px;
  }
  .counters-glance .count-outer .abt-counter-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .counters-glance .count-outer .abt-counter-item:after {
    left: auto;
    bottom: auto;
    height: 45%;
    width: 2px;
    top: 30%;
  }

  .perform-glance .box {
    min-height: 115px;
    width: 95%;
    margin: 0;
  }
  .perform-glance .col-md-3 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .math-about {
    padding: 85px 0;
  }

  .abt-counter-item:last-child:after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .leader-top-left .lead-item .lead-meta h4 {
    font-size: 30px;
  }
  .leader-top-left .lead-item .lead-meta h3 {
    font-size: 19px;
  }

  .leader-top-right .abtquote {
    font-size: 28px;
  }
}
.inner_about {
  width: 100%;
  padding-bottom: 40px;
}
.inner_about .blksec {
  width: 100%;
  padding: 50px 0 0 !important;
}
.inner_about .blksec .image-sec {
  float: none;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.inner_about .blksec .image-sec img {
  width: auto;
  height: auto;
  border-radius: 8px;
  max-width: 100%;
}
.inner_about .blksec .content-sec {
  float: left;
}
.inner_about .blksec h3 {
  padding-bottom: 20px;
  text-align: left;
}
.inner_about .blksec h3:before {
  right: auto;
  margin: 0;
}
.inner_about .blksec p {
  font-size: 15px;
  line-height: 25px;
  color: #656565;
}

.school-template-school-about .uagb-section__inner-wrap {
  padding: 50px 0 0 0 !important;
}
.school-template-school-about table {
  -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.09);
}
.school-template-school-about table h3 {
  color: #AF0C3E;
  text-transform: uppercase;
  background: #fff;
  font-size: 13px;
}
.school-template-school-about table td {
  font-size: 14px;
  color: #656565;
}

.about-school-sec {
  width: 100%;
  border-top: 1px solid #D6D6D6;
  padding: 50px 0;
}
.about-school-sec h2 {
  padding-bottom: 10px;
}
.about-school-sec .cmpswrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-school-sec .cmpswrap .othcmp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  width: 270px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  height: 80px;
  padding: 15px;
  margin: 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}
.about-school-sec .cmpswrap .othcmp:hover {
  border: 2px solid #D00846;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-school-sec .cmpswrap .othcmp img {
  width: auto;
  max-height: 30px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-school-sec .cmpswrap .othcmp P {
  padding-left: 60px;
  margin: 0;
}
.about-school-sec .cmpswrap .othcmp a {
  color: #AF0C3E;
  font-size: 14px;
}

.department-top {
  width: 100%;
  border-bottom: 1px solid #D6D6D6;
  padding: 0px 30px !important;
}
.department-top .uagb-section__inner-wrap {
  max-width: 935px !important;
}
.department-top p {
  font-size: 15px;
  line-height: 25px;
  color: #656565;
}
.department-top h2 {
  padding-bottom: 20px;
}
.department-top h2:before {
  right: 0;
  margin: 0 auto;
}

.wl-section {
  width: 100%;
  border-top: 1px solid #D6D6D6;
}
.wl-section .inner_about .blksec {
  padding: 50px 0 0 !important;
}

@media only screen and (min-width: 768px) {
  .wl-section {
    padding: 100px 0 0 !important;
    margin: 50px 0 0 !important;
  }
  .wl-section .inner_about .blksec {
    padding: 50px 0 90px !important;
  }

  .single-department .inner_about {
    padding-bottom: 0;
  }
  .single-department .uagb-section__inner-wrap {
    padding: 0;
  }

  .department-top {
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    padding: 50px 30px !important;
    margin-bottom: 30px;
  }

  .about-school-sec {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 90px 0;
  }
  .about-school-sec .cmpswrap {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .about-school-sec .cmpswrap .othcmp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    width: 270px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    height: 80px;
    padding: 15px;
    margin: 30px 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #fff;
  }
}
@media only screen and (min-width: 992px) {
  .department-top {
    padding: 80px 30px !important;
  }

  .inner_about {
    width: 100%;
    padding-bottom: 100px;
  }
  .inner_about .blksec {
    width: 100%;
    padding: 80px 0 0 !important;
  }
  .inner_about .blksec .image-sec {
    float: right;
    width: 45% !important;
    padding-left: 40px;
    margin-bottom: 0;
  }
  .inner_about .blksec .content-sec {
    width: 55%;
    float: left;
  }
  .inner_about .blksec:nth-child(even) .image-sec {
    float: left;
    padding-left: 0px;
    padding-right: 40px;
  }
}
.contact-page .clients-wrap {
  padding: 0;
}
.contact-page .clients-wrap .clients-tab a {
  border: 1px solid #FDF8F9;
}
.contact-page .clients-wrap .clients-tab a.active {
  border-color: #8E8FA2;
  background: #fff;
}
.contact-page .sec1 {
  width: 100%;
  height: auto;
  padding: 30px 0;
  background: #FDF8F9;
}
.contact-page .clients-wrap .clients-tab {
  border: none;
  padding: 0;
}
.contact-page .tab-details {
  width: 100%;
  height: auto;
  clear: both;
}
.contact-page .tab-details .col-md-6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-page .tab-details .boxcontent {
  width: 100%;
  height: auto;
  position: relative;
}
.contact-page .tab-details .boxcontent .content-sec {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  -webkit-border-radius: 10px;
  background: #af0c3e;
  background-image: -webkit-gradient(linear, left top, right top, from(#b10f56), to(#D00846));
  background-image: linear-gradient(to right, #b10f56, #D00846);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.contact-page .tab-details .boxcontent .content-sec h3 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
  border: none !important;
}
.contact-page .tab-details .boxcontent .content-sec p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  border: none !important;
}
.contact-page .tab-details .boxcontent .content-sec .top-sec {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.contact-page .tab-details .boxcontent .content-sec .middle-sec {
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin: 10px 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.contact-page .tab-details .boxcontent .content-sec .middle-sec .col-md-6 {
  margin-top: 0;
}
.contact-page .tab-details .boxcontent .content-sec .middle-sec a {
  color: #fff;
  display: inherit;
  clear: both;
  margin-top: 10px;
}
.contact-page .tab-details .boxcontent .content-sec .middle-sec .phone {
  width: 100%;
  height: auto;
}
.contact-page .tab-details .boxcontent .content-sec .middle-sec .fax {
  width: 100%;
  height: auto;
}
.contact-page .tab-details .boxcontent .content-sec .middle-sec .mail {
  width: 100%;
  height: auto;
}
.contact-page .tab-details .boxcontent .content-sec .bottom-sec {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.contact-page .tab-details .boxcontent .content-sec .bottom-sec a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-bottom: solid 1px #fff;
  display: inline-block;
}
.contact-page .tab-details .boxcontent .content-sec .bottom-sec .right {
  float: right;
}
.contact-page .tab-details .boxcontent:hover {
  z-index: 10;
}

.sec2 {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}
.sec2 .left-side {
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.sec2 .left-side .cnt {
  width: 100%;
  max-width: 470px;
  height: auto;
  padding: 20px 0 20px 0;
}
.sec2 .left-side .cnt h2 {
  margin-bottom: 30px;
}
.sec2 .left-side .cnt ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.sec2 .left-side .cnt li {
  list-style-type: none;
  position: relative;
  margin-top: 14px;
}
.sec2 .left-side .cnt .captcha {
  display: inline-block;
}
.sec2 .left-side .cnt .captcha-block {
  text-align: right;
}
.sec2 .left-side .cnt input[type=text],
.sec2 .left-side .cnt input[type=url],
.sec2 .left-side .cnt input[type=tel],
.sec2 .left-side .cnt input[type=number],
.sec2 .left-side .cnt input[type=color],
.sec2 .left-side .cnt input[type=email],
.sec2 .left-side .cnt textarea {
  width: 100%;
  height: 50px;
  border: solid 1px #DFDFDF;
  outline: none;
  font-size: 14px;
  color: #000;
  padding: 20px 15px 15px;
  font-weight: 500;
  position: relative;
  -webkit-transition: -webkit-box-shadow 150ms ease-out;
  transition: -webkit-box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out, -webkit-box-shadow 150ms ease-out;
  border-radius: 5px;
  font-family: inherit;
}
.sec2 .left-side .cnt .SumoSelect {
  height: 50px;
  border: solid 1px #DFDFDF;
  outline: none;
  font-size: 17px;
  color: #000;
  -webkit-border-radius: 5px;
  padding: 0 15px;
  border-radius: 5px;
}
.sec2 .left-side .cnt .SumoSelect p {
  line-height: 50px;
}
.sec2 .left-side .cnt .SumoSelect li {
  margin: 0;
}
.sec2 .left-side .cnt .SumoSelect.open > .optWrapper {
  top: 50px;
}
.sec2 .left-side .cnt .SumoSelect > .CaptionCont {
  color: #000;
}
.sec2 .left-side .cnt .SumoSelect > .CaptionCont > span.placeholder {
  color: #9E9E9E;
  font-style: normal;
}
.sec2 .left-side .cnt .SumoSelect > .CaptionCont > label > i {
  opacity: 0.5;
}
.sec2 .left-side .cnt textarea {
  height: 125px;
  padding: 25px;
}
.sec2 .left-side .cnt .btn, .sec2 .left-side .cnt .res-check-form .res-form-submit input, .res-check-form .res-form-submit .sec2 .left-side .cnt input, .sec2 .left-side .cnt .wpcf7-form input.wpcf7-submit, .wpcf7-form .sec2 .left-side .cnt input.wpcf7-submit {
  width: 100%;
  height: 50px;
  position: relative;
  border: 1px solid #AF0C3E;
  color: #AF0C3E;
  font-size: 14px;
  background: #fff;
  outline: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-appearance: none;
  border-radius: 50px;
}
.sec2 .left-side .cnt .btn:hover, .sec2 .left-side .cnt .res-check-form .res-form-submit input:hover, .res-check-form .res-form-submit .sec2 .left-side .cnt input:hover, .sec2 .left-side .cnt .wpcf7-form input.wpcf7-submit:hover, .wpcf7-form .sec2 .left-side .cnt input.wpcf7-submit:hover {
  color: #fff;
  background: #af0c3e;
  background-image: -webkit-gradient(linear, left top, right top, from(#b10f56), to(#D00846));
  background-image: linear-gradient(to right, #b10f56, #D00846);
  left: 0;
}
.sec2 .left-side .cnt input:-webkit-autofill,
.sec2 .left-side .cnt input:-webkit-autofill:hover,
.sec2 .left-side .cnt input:-webkit-autofill:focus textarea:-webkit-autofill,
.sec2 .left-side .cnt textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.sec2 .left-side .cnt select:-webkit-autofill,
.sec2 .left-side .cnt select:-webkit-autofill:hover,
.sec2 .left-side .cnt select:-webkit-autofill:focus {
  border: 1px solid #DFDFDF;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.sec2 .left-side .cnt label.error {
  position: absolute;
  top: -15px;
  right: 10px;
  text-transform: none;
  width: auto;
  color: white;
  background-color: #ff0000;
  padding: 2px 5px;
  display: inline-block;
  font-size: 12px;
  min-height: inherit;
}
.sec2 .left-side .cnt label.error:after {
  position: absolute;
  content: " ";
  border-top: 10px solid #ff0000;
  border-left: 10px solid rgba(255, 0, 0, 0);
  border-bottom: 10px solid rgba(255, 0, 0, 0);
  border-right: 10px solid rgba(255, 0, 0, 0);
  bottom: -20px;
  right: 0px;
}
.sec2 .left-side .cnt .form-group {
  position: relative;
}
.sec2 .left-side .cnt .form-label {
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 10;
  font-size: 14px;
  color: #9E9E9E;
  padding: 0 15px;
  font-weight: 500;
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}
.sec2 .left-side .cnt .focused .form-label {
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  font-size: 12px;
  color: #9E9E9E;
}
.sec2 .left-side .cnt .form-input {
  position: relative;
  -webkit-transition: -webkit-box-shadow 150ms ease-out;
  transition: -webkit-box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out, -webkit-box-shadow 150ms ease-out;
}
.sec2 .right-side {
  width: 100%;
  height: 300px;
}
.sec2 .right-side iframe {
  width: 100%;
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .contact-page .tab-details {
    padding-top: 30px;
  }
  .contact-page .tab-details .col-md-6:nth-child(2n+1) {
    clear: left;
  }
  .contact-page .tab-details .boxcontent .content-sec {
    padding: 30px 40px;
    background: #fff;
  }
  .contact-page .tab-details .boxcontent .content-sec h3 {
    color: #A4123F;
  }
  .contact-page .tab-details .boxcontent .content-sec p {
    color: #555668;
  }
  .contact-page .tab-details .boxcontent .content-sec .bottom-sec a {
    color: #AF0C3E;
    border-bottom: solid 1px #AF0C3E;
  }
  .contact-page .tab-details .boxcontent .content-sec .middle-sec {
    height: 0px;
    overflow: hidden;
  }
  .contact-page .tab-details .boxcontent .content-sec:hover {
    background: #af0c3e;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#b10f56), to(#D00846));
    background-image: linear-gradient(to right, #b10f56, #D00846);
  }
  .contact-page .tab-details .boxcontent .content-sec:hover h3, .contact-page .tab-details .boxcontent .content-sec:hover p {
    color: #fff;
    border-bottom: solid 1px #AF0C3E;
  }
  .contact-page .tab-details .boxcontent .content-sec:hover .bottom-sec a {
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  .contact-page .tab-details .boxcontent .content-sec:hover .middle-sec {
    height: inherit;
  }
  .contact-page .sec2 {
    position: relative;
  }
  .contact-page .sec2 .left-side {
    width: 50%;
    float: left;
    padding: 0;
  }
  .contact-page .sec2 .left-side .cnt {
    padding: 100px 50px 100px 0;
  }
  .contact-page .sec2 .left-side .cnt h2 {
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 50px;
  }
  .contact-page .sec2 .right-side {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .contact-page .sec2 .right-side iframe {
    width: 100%;
    height: 100%;
  }
  .contact-page .sec2 .right-side #map {
    width: 100%;
    height: 100%;
  }

  .contact-page .tab-details .boxcontent {
    min-height: 250px;
  }

  .contact-page .tab-details .boxcontent .content-sec {
    height: 100%;
    display: table;
  }

  .contact-page .tab-details .boxcontent:hover .content-sec {
    height: auto;
    display: block;
  }

  .contact-page .tab-details .boxcontent .content-sec .bottom-sec {
    display: inline-block;
  }

  .sec2 .left-side .cnt {
    padding: 70px 40px 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .sec1 {
    padding: 100px 0;
  }

  .contact-page .tab-details .boxcontent .content-sec .top-sec {
    min-height: 160px;
  }

  .contact-page .tab-details .boxcontent {
    min-height: 265px;
  }
}
@media only screen and (max-width: 765px) {
  .contact-page .tab-details .col-md-6 {
    width: 100%;
  }
}
.research-centers {
  width: 100%;
  padding: 50px 0;
}
.research-centers .center-sidebar {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.research-centers .center-sidebar .center-links {
  padding: 20px;
  background: #FDF8F9;
  border-radius: 7px;
}
.research-centers .center-sidebar ul {
  margin: 0;
}
.research-centers .center-sidebar ul li {
  width: 100%;
  display: block;
  padding: 5px 0;
}
.research-centers .center-sidebar ul li a {
  color: #656565;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 22px;
}
.research-centers .center-sidebar ul li a:hover {
  color: #AF0C3E;
}
.research-centers .center-sidebar ul li.active a {
  color: #AF0C3E;
}
.research-centers .center-list-wrap {
  float: right;
  width: 100%;
}
.research-centers .center-list-wrap .center-item {
  padding: 15px 0;
}
.research-centers .center-list-wrap .center-item-inner {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.research-centers .center-list-wrap .center-item-inner:hover {
  -webkit-box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.1476);
          box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.1476);
}
.research-centers .center-list-wrap .center-item-inner .center-img {
  width: 100%;
  height: auto;
  border-radius: 0 0 7px 7px;
}
.research-centers .center-list-wrap .center-item-inner .center-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px 7px 0px 0px;
}
.research-centers .center-list-wrap .center-item-inner .center-meta {
  width: 100%;
  padding: 30px;
  text-align: center;
}
.research-centers .center-list-wrap .center-item-inner .center-meta h6 {
  font-size: 16px;
  color: #AF0C3E;
  font-weight: 600;
}
.research-centers .center-list-wrap .center-item-inner .center-meta p {
  font-size: 13px;
  line-height: 23px;
  color: #656565;
}

.research-centers.research-proj .center-links h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 36px;
  color: #AF0C3E;
}
.research-centers.research-proj .center-links h4 a {
  display: block;
  color: #AF0C3E;
}
.research-centers.research-proj .center-links ul a {
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 12px;
}
.research-centers.research-proj .center-links ul a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  vertical-align: middle;
  background: #656565;
}
.research-centers.research-proj .center-list .center-item-inner .center-meta {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.research-centers.research-proj .content-sec {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.department-template-center .sec-happening {
  background: #FFF !important;
}

@media only screen and (min-width: 601px) {
  .research-centers .center-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .research-centers .center-list .center-item {
    padding: 0 10px;
    margin-bottom: 30px;
    width: 50%;
  }
  .research-centers .center-list .center-item-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .research-centers .center-list .center-item-inner .center-meta {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .research-centers .center-list .center-item-inner .center-meta {
    padding: 30px 20px;
  }

  .research-centers.research-proj .center-list-wrap {
    padding-left: 5%;
  }
  .research-centers.research-proj .center-list .center-item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #D6D6D6;
    padding: 0 0 50px;
    margin: 0 0 50px;
  }
  .research-centers.research-proj .center-list .center-item-inner {
    border: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .research-centers.research-proj .center-list .center-item-inner .center-img {
    width: 35%;
    height: auto;
    border-radius: 0;
  }
  .research-centers.research-proj .center-list .center-item-inner .center-img img {
    height: 100%;
    border-radius: 4px;
  }
  .research-centers.research-proj .center-list .center-item-inner .center-meta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    width: 65%;
    padding: 20px 0 20px 50px;
  }
  .research-centers.research-proj .center-list-wrap .center-item-inner:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 768px) {
  .research-centers {
    padding: 90px 0;
  }
  .research-centers .center-sidebar {
    width: 31%;
    max-width: 270px;
    margin-bottom: 0;
  }
  .research-centers .center-list-wrap {
    width: 68%;
    float: right;
    max-width: 855px;
  }
  .research-centers .content-sec {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .research-centers .center-list .center-item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .research-centers .center-sidebar {
    width: 25%;
    max-width: 270px;
    margin-bottom: 0;
  }
  .research-centers .center-sidebar .center-links {
    padding: 40px;
  }
  .research-centers .center-list-wrap {
    width: 75%;
    max-width: 855px;
  }
  .research-centers .center-list .center-item {
    padding: 0 15px;
    width: 33.33%;
  }
  .research-centers .center-list .center-item:nth-child(2n+1) {
    clear: both;
  }
  .research-centers .center-list .center-item .center-item-inner .center-img img {
    height: 140px;
  }

  .research-centers.research-proj .center-list .center-item-inner .center-img img {
    height: 100%;
    border-radius: 4px;
  }

  .page-template-research-projects .program-search {
    padding: 29px 25px;
    border: 0;
  }
}
@media only screen and (min-width: 992px) {
  .single-blog .left-part {
    width: 62%;
    height: auto;
    float: left;
  }
  .single-blog .right-part {
    width: 33%;
    height: auto;
    float: right;
  }
}
.publication-detail {
  padding: 50px 0;
}

.publictn-data {
  line-height: 25px;
  font-size: 15px;
  margin: 20px 0 0;
  position: relative;
}
.publictn-data .pub-view-pdf {
  margin: 20px 0 20px;
  width: 90px;
}
.publictn-data .pub-view-pdf a {
  display: block;
  border: 1px solid #af0c3e;
  padding: 10px 15px;
  border-radius: 3px;
}
.publictn-data .pub-view-pdf a:hover {
  background: #fff5f8;
}
.publictn-data .pub-view-pdf .pub-ico {
  display: inline-block;
  vertical-align: middle;
}
.publictn-data .pub-view-pdf .pub-ico img {
  height: 28px;
}
.publictn-data .pub-view-pdf p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.tab-block .fac-pub .pub-item {
  margin-bottom: 20px;
}

.tab-block .fac-pub .pub-item p {
  margin: 0px 0 5px;
}

.tax-subject .sec-happening {
  background: #FFF;
}

@media (min-width: 768px) {
  .publictn-data {
    padding-right: 95px;
  }
  .publictn-data .pub-view-pdf {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
  }
}
.ai1ec-event-details {
  /* padding: 20px; */
}

.timely.ai1ec-single-event {
  padding-bottom: 20px;
  clear: both;
  float: none;
}

.ai1ec-event-details.ai1ec-row {
  text-align: left !important;
}

.ai1ec-event-avatar.timely.timely.alignleft.ai1ec-post_thumbnail.ai1ec-portrait {
  float: none;
}

.ai1ec-single-event .ai1ec-event-avatar img {
  width: 100%;
  height: auto;
}

.ai1ec-event-details.ai1ec-row, .ai1ec-event-details {
  border: 1px solid #d00846;
  border-radius: 10px;
  text-align: left !important;
  padding: 25px;
  background: #fff !important;
  font-size: 12px;
  font-weight: bold;
}

.h-card i:before {
  color: #d00846 !important;
}

.h-card a {
  color: #333 !important;
}

div#ai1ec-gmap-canvas {
  height: 400px;
}

.ai1ec-event-avatar.timely {
  width: 100%;
  height: auto;
}

div#ai1ec-container {
  max-width: 1140px;
  padding: 0 50px 50px 50px;
  margin: 0 auto;
}

.ai1ec-event-time {
  line-height: 30px;
}

.single-event div#ai1ec-container {
  padding: 0 !important;
}

.single-event .ai1ec-posterboard-view .ai1ec-event {
  width: 230px !important;
}

.event-time-left {
  text-align: center;
}
.event-time-left h3 {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  display: block;
  text-align: center;
}
.event-time-left h3 br {
  display: none;
}

.event-time-block {
  padding: 30px 0;
  background: #FDF8F9;
}
.event-time-block .et-item {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 5px;
}
.event-time-block .et-digit {
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #AF0C3E;
}
.event-time-block .et-desc {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #656565;
  text-transform: capitalize;
}

.event-detail-sec {
  padding: 50px 0;
}
.event-detail-sec .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.event-detail-sec .detail-box .detail-box-thumb {
  width: 100%;
  margin: 0 0 20px;
}
.event-detail-sec .detail-box .detail-box-thumb img {
  border-radius: 5px;
}

.single-am-event .placement-block {
  background: transparent;
}
.single-am-event .event-video-inner {
  margin-top: 20px;
  z-index: 1;
  position: relative;
}
.single-am-event .event-banner-wrap {
  position: relative;
}
.single-am-event .event-banner-dots {
  position: absolute;
  width: 40%;
  left: auto;
  right: 0;
  height: 100%;
  display: block;
  bottom: -22px;
  background: url(images/event-dots.svg) no-repeat left bottom;
  z-index: 0;
  pointer-events: none;
  background-size: 150px;
}
.single-am-event .prm-tab-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-am-event .section-programs {
  margin-top: 50px;
}
.single-am-event .placement-block .placement-logo-sec {
  margin: 60px auto 0;
}
.single-am-event .tab-block {
  padding: 50px 0;
}
.single-am-event .tab-block .product-row .ps-inner {
  padding: 0;
}
.single-am-event div#ai1ec-container {
  padding: 40px 0 0;
  margin: 0 -15px;
}
.single-am-event .tab-block .product-row ul.slick-dots {
  margin: 20px 0 0;
}
.single-am-event .tab-block .product-row ul.slick-dots li {
  line-height: 1;
  padding: 0;
  margin: 0 5px;
}
.single-am-event .tab-block .product-row ul.slick-dots li:before {
  display: none;
}
.single-am-event .tab-block .slick-list {
  outline: none;
}
.single-am-event .banner-section .banner-object {
  max-height: none;
}

.event-banner-shape {
  position: absolute;
  top: 200px;
  left: calc((50% + 520px) - 280px);
  z-index: -1;
  width: 270px;
  height: calc(100% - 100px);
  pointer-events: none;
}
.event-banner-shape:after {
  content: "";
  display: block;
  width: 100%;
  height: 85%;
  background: #0b0b22;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(-25deg);
          transform: translateY(-50%) skew(-25deg);
  z-index: -1;
}
.event-banner-shape:before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  background: #EA176E;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(-25deg);
          transform: translateY(-50%) skew(-25deg);
  z-index: 0;
}

.teamblock {
  padding: 50px 0 20px;
  position: relative;
}
.teamblock:after {
  content: "";
  display: block;
  width: 100%;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 50px;
}
.teamblock .fc-item {
  width: 100%;
  padding: 35px 20px;
  position: relative;
}
.teamblock .fc-item:after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #E7E7E7;
  height: 1px;
}
.teamblock .fc-item:nth-child(3n+1) {
  clear: none;
}
.teamblock .fc-items-wrap {
  margin-left: -20px;
  margin-right: -20px;
}
.teamblock .fc-image img {
  border-radius: 5px;
}

@media (max-width: 767px) {
  .single-am-event div#ai1ec-container {
    margin: 0;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 481px) {
  .teamblock .fc-item {
    width: 50%;
    float: left;
    padding: 30px;
  }
  .teamblock .fc-item:nth-child(2n+1) {
    clear: both;
  }
  .teamblock .fc-item:after {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) {
  .single-am-event .tab-block .product-row .ps-inner {
    display: block !important;
  }

  .teamblock {
    padding: 75px 0 30px;
  }
  .teamblock:after {
    height: 70px;
  }
  .teamblock .fc-item {
    width: 33.33%;
    padding: 50px 40px;
  }
  .teamblock .fc-item:after {
    width: calc(100% - 80px);
  }
  .teamblock .fc-item:nth-child(2n+1) {
    clear: none;
  }
  .teamblock .fc-item:nth-child(3n+1) {
    clear: both;
  }

  .single-am-event .event-banner-dots {
    width: 100%;
    left: calc(50% - 15px);
    background-size: auto;
    right: auto;
  }
  .single-am-event .tab-block {
    padding: 75px 0;
  }

  .event-time-left h3 {
    font-size: 27px;
    line-height: 36px;
    display: inline-block;
    text-align: left;
  }
  .event-time-left h3 br {
    display: block;
  }

  .event-time-block {
    padding: 30px 0;
  }
  .event-time-block .et-time {
    padding: 0 15px;
  }
  .event-time-block .et-digit {
    font-size: 40px;
    line-height: 50px;
  }
  .event-time-block .et-desc {
    font-size: 14px;
    line-height: 21px;
  }

  .event-detail-sec {
    padding: 75px 0;
  }
  .event-detail-sec .detail-box {
    margin-top: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .event-detail-sec .detail-box .detail-box-thumb {
    width: 35%;
    padding-right: 5%;
    margin: 0;
  }
  .event-detail-sec .detail-box .detail-box-thumb + .detail-box-desc {
    width: 65%;
  }
}
@media only screen and (min-width: 992px) {
  .teamblock {
    padding: 100px 0 50px;
  }
  .teamblock:after {
    height: 100px;
  }
  .teamblock .fc-item {
    width: 25%;
  }
  .teamblock .fc-item:nth-child(3n+1) {
    clear: none;
  }
  .teamblock .fc-item:nth-child(4n+1) {
    clear: none;
  }

  .event-banner-shape {
    left: calc((50% + 520px) - 370px);
    width: 370px;
  }

  .event-time-left h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .event-time-block {
    padding: 70px 0;
  }
  .event-time-block .et-digit {
    font-size: 48px;
    line-height: 59px;
  }
  .event-time-block .et-desc {
    font-size: 16px;
    line-height: 23px;
  }

  .event-detail-sec {
    padding: 100px 0;
  }
  .event-detail-sec .detail-box {
    margin-top: 45px;
  }

  .single-am-event .tab-block {
    padding: 100px 0;
  }
}
.ai1ec-calendar-view > .ai1ec-clearfix:nth-child(1) {
  display: none;
}

div#ai1ec-container {
  padding: 40px 0 0;
  margin: 0 -15px;
}

.ai1ec-posterboard-view .ai1ec-event {
  width: 25%;
  font-size: 12px;
  margin: 0 !important;
}

.ai1ec-posterboard-view .ai1ec-date-block-wrap {
  min-width: 90px;
}

.ai1ec-posterboard-view.ai1ec-posterboard-aligned .ai1ec-event-title-wrap .ai1ec-event-title {
  margin-bottom: 10px !important;
}

.ai1ec-event-title {
  font-size: 13px !important;
  font-weight: 100 !important;
  line-height: 1.5em !important;
}

.ai1ec-posterboard-view .ai1ec-event-title a {
  font-weight: 100 !important;
  color: #000 !important;
}

.ai1ec-posterboard-view.ai1ec-posterboard-aligned.ai1ec-posterboard-no-footer .ai1ec-no-footer-padding {
  display: none;
}

.ai1ec-posterboard-view.ai1ec-posterboard-aligned .ai1ec-posterboard-image-container .ai1ec-event-description {
  width: 100%;
  height: 150px;
}

.ai1ec-posterboard-view.ai1ec-posterboard-aligned .ai1ec-event-wrap {
  height: 100% !important;
  margin: 15px !important;
}

.ai1ec-posterboard-view.ai1ec-posterboard-aligned .ai1ec-event-title-wrap .ai1ec-event-title {
  min-height: 80px;
}

.timely.ai1ec-calendar-toolbar.ai1ec-clearfix {
  display: none !important;
}

.ai1ec-pull-left {
  display: none !important;
}

span.ai1ec-event-location {
  display: none !important;
}

.fc-items-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.fc-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fc-image {
  margin: 0 0 25px;
}
.fc-image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.pub-cntnt-outer .pub-cntnt {
  color: #888;
}
.pub-cntnt-outer .abstract-btn {
  margin: 15px 0;
}
.pub-cntnt-outer .abstract-btn.active {
  color: #fff;
}
.pub-cntnt-outer .abstract-btn.active:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pub-cntnt-outer .pub-view-pdf {
  margin: 20px 0 0;
}
.pub-cntnt-outer .pub-view-pdf a {
  display: inline-block;
  border: 1px solid #af0c3e;
  padding: 10px 15px;
  border-radius: 3px;
}
.pub-cntnt-outer .pub-view-pdf a:hover {
  background: #fff5f8;
}
.pub-cntnt-outer .pub-view-pdf .pub-ico {
  display: inline-block;
  vertical-align: middle;
}
.pub-cntnt-outer .pub-view-pdf .pub-ico img {
  height: 28px;
}
.pub-cntnt-outer .pub-view-pdf p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.fc-item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.fc-desc h6 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #AF0C3E;
}
.fc-desc p {
  font-weight: 500;
  font-size: 15px;
  color: #555668;
}

.page-template-faculty .pagination {
  padding-top: 25px;
}

.faculty-inner-top {
  position: relative;
  padding: 10px 0 0;
  max-width: 2000px;
  margin: 0 auto;
}

.fac-inner-left {
  padding-top: 30px;
}

.fac-inner-right {
  padding: 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h4.fac-inner-name {
  color: #AF0C3E;
  font-weight: 600;
  font-size: 22px;
  margin: 0;
}

.fac-inner-desc {
  padding: 10px 0;
  color: #555668;
}

.fac-inner-meta {
  padding-top: 10px;
}
.fac-inner-meta a {
  color: #555668;
  border-bottom: 1px dashed #AF0C3E;
}
.fac-inner-meta a:hover {
  border-bottom-color: transparent;
}
.fac-inner-meta p {
  line-height: 30px;
  color: #555668;
}

.fac-inner-social {
  padding-top: 30px;
}
.fac-inner-social a {
  display: inline-block;
  margin-right: 12px;
}
.fac-inner-social a:hover {
  opacity: 0.8;
}

.tab-block {
  padding: 40px 0;
  border-top: 1px solid #D6D6D6;
}
.tab-block .prm-tab-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 20px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #656565;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-shadow: 0 0 1px #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-block .prm-tab-links a:hover {
  color: #AF0C3E;
}
.tab-block .prm-tab-links a.active {
  border-color: #8E8FA2;
  color: #AF0C3E;
  text-shadow: 0 0 1px #AF0C3E;
}
.tab-block .product-row {
  padding: 0;
  line-height: 1.5em;
}
.tab-block .product-row p {
  margin: 0 0 25px;
}
.tab-block .product-row p:last-child {
  margin-bottom: 0;
}
.tab-block .product-row ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.tab-block .product-row ul li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}
.tab-block .product-row ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  background: #999;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.tab-block .product-row ol {
  list-style-position: inside;
  margin-bottom: 20px;
}
.tab-block .product-row h1, .tab-block .product-row h2, .tab-block .product-row h3 {
  font-weight: 600;
  color: #AF0C3E;
  margin: 0 0 15px;
  line-height: 1.3em;
}
.tab-block .product-row h1 {
  font-size: 20px;
}
.tab-block .product-row h2 {
  font-size: 17px;
}
.tab-block .product-row h2:before {
  display: none;
}
.tab-block .product-row h3 {
  font-size: 15px;
}
.tab-block .product-row .ps-inner {
  padding: 20px;
}
.tab-block .course-side-links {
  padding: 0 0 50px;
}
.tab-block .course-side-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #FBF3F5;
  padding: 30px 35px 40px;
  border-radius: 9px;
}
.tab-block .course-side-links ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 0;
  margin: 0;
}
.tab-block .course-side-links ul li::before {
  display: none !important;
}
.tab-block .course-side-links ul li a {
  color: #656565;
}
.tab-block .course-side-links ul li a:hover {
  color: #000;
}
.tab-block .course-side-links ul li a.active {
  color: #AF0C3E;
}
.tab-block .course-main h4.block-title, .tab-block .course-main .ranking-landing h4.rank-land-title, .ranking-landing .tab-block .course-main h4.rank-land-title, .tab-block .course-main .single-wrap .cnt h4.post-heading, .single-wrap .cnt .tab-block .course-main h4.post-heading {
  text-align: left !important;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 20px;
}
.tab-block .course-main h4.block-title:before, .tab-block .course-main .ranking-landing h4.rank-land-title:before, .ranking-landing .tab-block .course-main h4.rank-land-title:before, .tab-block .course-main .single-wrap .cnt h4.post-heading:before, .single-wrap .cnt .tab-block .course-main h4.post-heading:before {
  margin: 0 !important;
  left: 0 !important;
  right: auto !important;
}

@media only screen and (min-width: 481px) {
  h4.fac-inner-name {
    font-size: 25px;
  }

  .fac-inner-desc {
    padding: 20px 0;
    color: #555668;
  }

  .fac-inner-meta {
    padding-top: 20px;
  }

  .fac-inner-social {
    padding-top: 40px;
  }

  .fac-inner-right {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .fc-items-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .fc-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fc-item:nth-child(3n+1) {
    clear: none;
  }
  .fc-item:nth-child(2n+1) {
    clear: both;
  }

  .page-template-faculty .pagination {
    padding-top: 50px;
  }

  .single-faculty .tab-block {
    padding: 30px 0 60px;
  }
  .single-faculty .product-row {
    padding: 50px 10px 0;
  }
  .single-faculty .product-row .ps-inner {
    padding: 0;
  }
  .single-faculty .product-row .course-side-links ul {
    padding: 40px 35px 50px;
  }
}
@media only screen and (min-width: 992px) {
  .fc-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .fc-item:nth-child(2n+1) {
    clear: none;
  }
  .fc-item:nth-child(3n+1) {
    clear: both;
  }

  .faculty-inner-top {
    padding: 0;
  }

  .faculty-inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    min-height: 450px;
  }

  .fac-inner-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }

  .fac-inner-left {
    padding-top: 30px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .fac-inner-left img {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }

  .fac-inner-right {
    padding: 75px 45px 75px 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .single-faculty .tab-block {
    padding: 90px 0;
  }
  .single-faculty .tab-block .product-row .course-side-links {
    padding: 0 40px 0 0;
  }
}
@media (min-width: 2000px) {
  .faculty-inner-row {
    min-height: 600px;
  }

  .faculty-inner-top {
    max-width: 100%;
  }
}
@media (min-width: 2600px) {
  .faculty-inner-row {
    min-height: 800px;
  }
}
.careers-top-sec {
  padding: 50px 0;
  text-align: center;
  border-bottom: 1px solid #D6D6D6;
}
.careers-top-sec p {
  margin: 20px 0;
}
.careers-top-sec a.btn {
  font-weight: bold;
}

.career-why-amritha {
  text-align: center;
  padding: 50px 0;
}
.career-why-amritha .why-amritha-top p {
  margin: 15px 0 0 0;
}
.career-why-amritha .icon-set {
  margin-top: 30px;
}
.career-why-amritha .set-texts h4 {
  color: #AF0C3E;
  font-size: 16px;
  margin: 15px 0;
  font-weight: 600;
}
.career-why-amritha .set-texts p {
  font-size: 13px;
  line-height: 18px;
}
.career-why-amritha .set {
  margin-bottom: 40px;
}
.career-why-amritha .set:last-child {
  margin-bottom: 0;
}

.career-life-sec {
  background: #FBF3F5;
  padding: 50px 0 0 0;
}
.career-life-sec .cr-life-left {
  padding: 0 15px;
}
.career-life-sec .video {
  position: relative;
  max-width: 143px;
  border-radius: 8px;
  overflow: hidden;
}
.career-life-sec .video:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #B10F56;
  opacity: 0.75;
  z-index: 9;
}
.career-life-sec .icon {
  width: 36px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}
.career-life-sec .video-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 285px;
  margin-top: 45px;
}
.career-life-sec .video-sec h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
  color: #AF0C3E;
}

.career-process {
  padding: 50px 0;
}
.career-process p {
  text-align: center;
}
.career-process .process-sec {
  text-align: center;
}
.career-process .process-sec h4 {
  font-size: 16px;
  color: #AF0C3E;
  font-weight: 600;
  margin: 15px 0 10px 0;
}
.career-process .process-sec .pro-set {
  margin-bottom: 30px;
}

.career-testimonial {
  background: #FBF3F5;
}

.career-opening {
  padding: 50px 0;
}
.career-opening p {
  text-align: center;
}
.career-opening h3.block-title, .career-opening .ranking-landing h3.rank-land-title, .ranking-landing .career-opening h3.rank-land-title, .career-opening .resrch-col-right h3, .resrch-col-right .career-opening h3, .career-opening .latest-news-top h3, .latest-news-top .career-opening h3, .career-opening .popular-news h3, .popular-news .career-opening h3, .career-opening .single-wrap .cnt h3.post-heading, .single-wrap .cnt .career-opening h3.post-heading, .career-opening .inner_about .blksec h3, .inner_about .blksec .career-opening h3 {
  margin-bottom: 20px;
}
.career-opening .career-list ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.career-opening .career-list ul li {
  border-top: 1px solid #D6D6D6;
  padding: 15px 0;
}
.career-opening .career-list ul li:last-child {
  border-bottom: 1px solid #D6D6D6;
}
.career-opening .career-list .position a {
  color: #656565;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}
.career-opening .career-list .place {
  font-size: 13px;
  line-height: 21px;
  margin: 15px 0;
  font-weight: 500;
}
.career-opening .career-list .place span {
  font-weight: 600;
  display: block;
}
.career-opening .career-list a.btn {
  font-weight: bold;
}
.career-opening .career-list .cr-texts {
  text-align: center;
  margin-top: 70px;
}
.career-opening .career-list .cr-texts p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}
.career-opening .career-list .cr-texts a {
  display: block;
}

.job-deatil .container {
  max-width: 750px;
}
.job-deatil .detail-text {
  padding: 50px 0;
}
.job-deatil .detail-text h2 {
  padding-bottom: 10px;
}
.job-deatil .detail-text p, .job-deatil .detail-text li {
  font-size: 13px;
}
.job-deatil .detail-text li {
  margin-bottom: 15px;
}
.job-deatil table {
  border-color: #D6D6D6;
  border-radius: 5px;
  border-collapse: inherit;
}
.job-deatil table td {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  border-color: #D6D6D6;
}
.job-deatil table th {
  text-transform: initial;
  color: #262626;
  font-weight: 500;
  background: transparent;
  border-color: #D6D6D6;
}
.job-deatil table tr:last-child th, .job-deatil table tr:last-child td {
  border: none;
}

.career-form-sec .container {
  max-width: 750px;
}
.career-form-sec .cnt {
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px -1px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 2px 14px -1px rgba(0, 0, 0, 0.32);
  border-radius: 14px;
  padding: 30px 20px;
  margin: 50px 0;
}
.career-form-sec .cnt p {
  font-size: 12px;
  margin: 0;
}
.career-form-sec h2 {
  color: #AF0C3E;
  font-size: 18px;
  font-weight: 600;
}
.career-form-sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.career-form-sec ul li.form-group {
  border: 1px solid #DFDFDF;
  margin-bottom: 10px;
  position: relative;
  height: 45px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.career-form-sec ul li.form-group.text-group {
  height: 125px;
}
.career-form-sec ul li.form-group.drop-input {
  border: 1px dashed #9D9D9D;
  background: #FBF3F5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 109px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.career-form-sec ul li.form-group.drop-input span {
  color: #AF0C3E;
}
.career-form-sec ul li.captcha-block {
  position: relative;
}
.career-form-sec label.form-label {
  color: #9E9E9E;
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
  top: 7px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
.career-form-sec .txt {
  border: none;
  width: 100%;
  outline: none;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  top: 11px;
  height: 100%;
  resize: none;
  background-color: transparent;
  z-index: 99;
  color: #000000;
}
.career-form-sec input[type=submit] {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 1px solid #AF0C3E;
  border-radius: 22px;
  color: #AF0C3E;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  height: 48px;
  line-height: 48px;
  padding: 0;
  outline: none;
  margin-top: 15px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.career-form-sec input[type=submit]:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#b10f56), to(#D00846));
  background-image: linear-gradient(to right, #b10f56, #D00846);
  color: #fff;
}
.career-form-sec textarea {
  top: 35px;
}
.career-form-sec input:focus + label {
  top: 0px;
}
.career-form-sec textarea:focus + label {
  top: 0;
}
.career-form-sec .fileinput {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  position: absolute;
}
.career-form-sec .capta-title {
  font-size: 12px;
  margin-bottom: 15px;
  color: #9E9E9E;
}
.career-form-sec label.error {
  position: absolute;
  top: -15px;
  right: 10px;
  text-transform: none;
  width: auto;
  color: white;
  background-color: #ff0000;
  padding: 2px 5px;
  display: inline-block;
  font-size: 12px;
  min-height: inherit;
}
.career-form-sec label.error:after {
  position: absolute;
  content: " ";
  border-top: 10px solid #ff0000;
  border-left: 10px solid rgba(255, 0, 0, 0);
  border-bottom: 10px solid rgba(255, 0, 0, 0);
  border-right: 10px solid rgba(255, 0, 0, 0);
  bottom: -20px;
  right: 0px;
}

@media only screen and (min-width: 481px) {
  .career-why-amritha .set-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .career-why-amritha .set-img {
    width: 20%;
  }
  .career-why-amritha .set-texts {
    width: 75%;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .careers-top-sec {
    padding: 60px 0;
  }

  .career-why-amritha {
    padding: 60px 0;
  }
  .career-why-amritha .why-amritha-top p {
    font-size: 15px;
    line-height: 25px;
  }
  .career-why-amritha .icon-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .career-why-amritha .set {
    width: 49%;
  }

  .career-life-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .career-life-sec .cr-life-left {
    width: 50%;
  }
  .career-process .process-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .career-process .process-sec .pro-set {
    width: 49%;
  }
  .career-process .process-sec p {
    max-width: 300px;
    margin: 0 auto;
  }

  .career-opening .career-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .career-opening .career-list .position {
    width: 50%;
  }
  .career-opening .career-list .place {
    width: 25%;
  }
  .career-opening .career-list .aply-bnt {
    width: 20%;
  }
}
@media only screen and (width: 768px) {
  .career-life-sec .video-texts {
    padding-left: 15px;
  }
  .career-life-sec .video-texts h5 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1201px) {
  .careers-top-sec {
    padding: 90px 0;
    margin: 0 auto;
  }
  .careers-top-sec p {
    font-size: 15px;
    line-height: 25px;
  }
  .careers-top-sec a.btn {
    margin-top: 20px;
  }

  .career-why-amritha {
    padding: 90px 0;
  }
  .career-why-amritha .set {
    width: 45%;
  }
  .career-why-amritha .icon-set {
    max-width: 900px;
    margin: 60px auto 0 auto;
  }
  .career-why-amritha .set-texts h4 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }

  .career-life-sec .cr-life-left {
    max-width: 375px;
    margin: 0 auto;
  }
  .career-life-sec .cr-life-left h3.block-title, .career-life-sec .cr-life-left .ranking-landing h3.rank-land-title, .ranking-landing .career-life-sec .cr-life-left h3.rank-land-title, .career-life-sec .cr-life-left .resrch-col-right h3, .resrch-col-right .career-life-sec .cr-life-left h3, .career-life-sec .cr-life-left .latest-news-top h3, .latest-news-top .career-life-sec .cr-life-left h3, .career-life-sec .cr-life-left .popular-news h3, .popular-news .career-life-sec .cr-life-left h3, .career-life-sec .cr-life-left .single-wrap .cnt h3.post-heading, .single-wrap .cnt .career-life-sec .cr-life-left h3.post-heading, .career-life-sec .cr-life-left .inner_about .blksec h3, .inner_about .blksec .career-life-sec .cr-life-left h3 {
    text-align: left;
  }
  .career-life-sec .cr-life-left h3.block-title:before, .career-life-sec .cr-life-left .ranking-landing h3.rank-land-title:before, .ranking-landing .career-life-sec .cr-life-left h3.rank-land-title:before, .career-life-sec .cr-life-left .resrch-col-right h3:before, .resrch-col-right .career-life-sec .cr-life-left h3:before, .career-life-sec .cr-life-left .latest-news-top h3:before, .latest-news-top .career-life-sec .cr-life-left h3:before, .career-life-sec .cr-life-left .popular-news h3:before, .popular-news .career-life-sec .cr-life-left h3:before, .career-life-sec .cr-life-left .single-wrap .cnt h3.post-heading:before, .single-wrap .cnt .career-life-sec .cr-life-left h3.post-heading:before, .career-life-sec .cr-life-left .inner_about .blksec h3:before, .inner_about .blksec .career-life-sec .cr-life-left h3:before {
    right: auto;
    margin: 0;
  }
  .career-life-sec .cr-life-left p {
    max-width: 325px;
    margin: 30px 0;
    font-size: 15px;
    line-height: 25px;
  }
  .career-life-sec .cr-life-right {
    width: 50%;
  }
  .career-life-sec .cr-life-right img {
    width: 100%;
  }

  .career-process {
    padding: 100px 0;
  }
  .career-process p {
    font-size: 15px;
    line-height: 25px;
  }
  .career-process .process-sec {
    margin-top: 70px;
  }
  .career-process .process-sec .pro-set {
    width: 25%;
    position: relative;
  }
  .career-process .process-sec .pro-set:after {
    border-bottom: 1px dashed #AF0C3E;
    content: "";
    width: 70%;
    height: 1px;
    display: block;
    position: absolute;
    right: -100px;
    top: 20%;
  }
  .career-process .process-sec .pro-set:last-child:after {
    display: none;
  }
  .career-process .process-sec .pro-set:nth-child(4n+4):after {
    display: none;
  }
  .career-process .process-sec p {
    max-width: 159px;
    font-size: 14px;
    line-height: 23px;
  }
  .career-process .process-sec h4 {
    margin: 20px 0 10px 0;
  }
  .career-process h3.block-title, .career-process .ranking-landing h3.rank-land-title, .ranking-landing .career-process h3.rank-land-title, .career-process .resrch-col-right h3, .resrch-col-right .career-process h3, .career-process .latest-news-top h3, .latest-news-top .career-process h3, .career-process .popular-news h3, .popular-news .career-process h3, .career-process .single-wrap .cnt h3.post-heading, .single-wrap .cnt .career-process h3.post-heading, .career-process .inner_about .blksec h3, .inner_about .blksec .career-process h3 {
    margin-bottom: 20px;
  }

  .career-opening {
    padding: 90px 0;
  }
  .career-opening p {
    font-size: 15px;
    line-height: 25px;
  }
  .career-opening .career-list {
    max-width: 890px;
    margin: 0 auto;
  }
  .career-opening .career-list ul {
    margin: 50px 0 0 0;
  }
  .career-opening .career-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .career-opening .career-list .position {
    width: 38%;
    margin-right: 5%;
  }
  .career-opening .career-list .place {
    width: 37%;
  }
  .career-opening .career-list .aply-bnt {
    width: 20%;
  }
  .career-opening .career-list .aply-bnt a.btn {
    float: right;
  }

  .job-deatil {
    padding: 30px 0;
  }
  .job-deatil table td {
    width: 50%;
    font-size: 14px;
  }
  .job-deatil .detail-text p, .job-deatil .detail-text ul li {
    font-size: 14px;
  }

  .career-form-sec .cnt {
    padding: 40px 30px;
    margin: 60px 0;
  }
  .career-form-sec .cnt p {
    font-size: 14px;
  }
  .career-form-sec .capta-title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .career-form-sec li.captcha-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0 10px 0;
  }
  .career-form-sec label.form-label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .career-life-sec {
    text-align: center;
  }
  .career-life-sec .video-sec {
    margin: 30px auto;
  }
  .career-life-sec .video-texts {
    text-align: left;
  }

  .rc-anchor-normal-footer {
    width: 60px;
  }

  .rc-anchor-logo-portrait {
    margin: 10px 0 0 0;
    width: 30px;
  }

  .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 94px;
  }

  .rc-anchor-normal .rc-anchor-content {
    width: 190px;
  }

  .rc-anchor-logo-img-portrait {
    width: 32px;
  }
}
.howto-sec iframe {
  border: none;
}
.howto-sec .howto-text {
  padding-top: 30px;
}
.howto-sec .howto-text p {
  margin-bottom: 50px;
}
.howto-sec .howto-text p strong {
  display: block;
  color: #AF0C3E;
  margin-bottom: 15px;
}
.howto-sec .campus-col-left {
  padding: 50px 0 0 0;
}

.howto-bottom h2 {
  line-height: 40px;
}
.howto-bottom p a {
  color: #656565;
}
.howto-bottom p span {
  display: block;
}

.howtotable table {
  margin-bottom: 50px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.13);
}
.howtotable h4 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .howto-sec .campus-col-left {
    padding: 50px 30px 0 0;
  }
}
@media only screen and (min-width: 1201px) {
  .howto-map {
    position: absolute;
    right: 0;
    padding: 0;
  }

  .howto-sec .campus-col-left {
    padding: 100px 50px 0 0;
  }
  .howto-sec .howto-text {
    padding: 30px 0 70px 0;
  }

  .howtotable table {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .howto-sec iframe {
    height: 400px;
  }

  .howto-bottom .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .howto-bottom h2 span {
    margin-top: 30px;
    display: block;
  }

  .howtotable table {
    display: block;
    overflow: auto;
  }
}
.post p, .post li {
  line-height: 24px;
}

.alumni-about {
  padding: 50px 0;
}
.alumni-about .alumni-abt-text {
  margin-top: 20px;
}
.alumni-about .campus-text-more {
  text-align: center;
}

.al-amritians-set {
  background: #FDF8F9;
}
.al-amritians-set .amr-right {
  padding: 40px 0;
}
.al-amritians-set .amritians-slider {
  position: relative;
}
.al-amritians-set .amritians-slider img {
  width: 100%;
}
.al-amritians-set .amritians-slider .slick-arrow {
  position: absolute;
  right: 28px;
  bottom: 50px;
  z-index: 99;
  border-radius: 0;
  outline: 0;
  border-color: #fff !important;
}
.al-amritians-set .amritians-slider .slick-arrow.slick-next {
  background-image: url(images/right-icon-white.svg);
}
.al-amritians-set .amritians-slider .slick-arrow.slick-prev {
  background-image: url(images/left-icon-white.svg);
}
.al-amritians-set .amritians-slider .slick-prev.slick-arrow {
  right: 65px;
}
.al-amritians-set .dir-gal-text h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #AF0C3E;
  opacity: 0.1;
}
.al-amritians-set .dir-gal-text p span {
  font-size: 16px;
}

.directors-message {
  padding: 30px 0;
}
.directors-message .container {
  max-width: 900px;
  margin: 0 auto;
}
.directors-message .image-dir {
  width: 250px;
  max-height: 210px;
  overflow: hidden;
}
.directors-message .image-dir img {
  width: 100%;
  max-height: 210px;
}
.directors-message .dir-msg span {
  padding: 25px 0 5px 0;
  display: block;
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .directors-message .dir-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .directors-message h4.block-title, .directors-message .ranking-landing h4.rank-land-title, .ranking-landing .directors-message h4.rank-land-title, .directors-message .single-wrap .cnt h4.post-heading, .single-wrap .cnt .directors-message h4.post-heading {
    text-align: right;
  }
  .directors-message h4.block-title:before, .directors-message .ranking-landing h4.rank-land-title:before, .ranking-landing .directors-message h4.rank-land-title:before, .directors-message .single-wrap .cnt h4.post-heading:before, .single-wrap .cnt .directors-message h4.post-heading:before {
    left: auto;
  }
  .directors-message .dir-msg span {
    padding: 50px 0 5px 0;
  }
}
@media only screen and (min-width: 992px) {
  .al-amritians-set .amr-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .al-amritians-set .dir-gal {
    width: 50%;
  }
  .al-amritians-set .amr-right {
    width: 50%;
    padding: 0;
  }
  .al-amritians-set .amr-right-cnt {
    max-width: 570px;
    clear: both;
    overflow: hidden;
  }
  .al-amritians-set .dir-gal-text {
    float: right;
    max-width: 480px;
  }
}
@media only screen and (min-width: 1201px) {
  .alumni-about {
    padding: 90px 0;
  }
  .alumni-about .alumni-abt-text {
    max-width: 985px;
    margin: 20px auto 0 auto;
  }

  .al-amritians-set .dir-gal-text h4 {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .directors-message {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 992px) {
  .al-amritians-set .dir-gal-text {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .directors-message .image-dir {
    margin: 0 auto 35px auto;
  }
  .directors-message .dir-msg span {
    text-align: center;
  }
}
.align-alt .blksec {
  padding: 10px 0;
}
.align-alt .blksec .left {
  width: 50%;
  height: auto;
  float: left;
}
.align-alt .blksec .right {
  width: 50%;
  height: 570px;
  float: right;
}

.course-details {
  padding: 50px 0;
}

.course-side-links {
  padding: 0 0 50px;
}
.course-side-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #FBF3F5;
  padding: 30px 35px 40px;
  border-radius: 9px;
}
.course-side-links ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 0;
}
.course-side-links ul li a {
  color: #656565;
}
.course-side-links ul li a:hover {
  color: #000;
}
.course-side-links ul li a.active {
  color: #AF0C3E;
}

.course-main table {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
  border-radius: 4px;
}
.course-main table td, .course-main table th {
  padding: 20px 25px;
}
.course-main table td:first-child {
  color: #AF0C3E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.course-main-info {
  margin: 0 0 60px;
}
.course-main-info .block-title, .course-main-info .iconlist-block.adminblock h2, .iconlist-block.adminblock .course-main-info h2, .course-main-info .ranking-landing .rank-land-title, .ranking-landing .course-main-info .rank-land-title, .course-main-info .resrch-col-right h3, .resrch-col-right .course-main-info h3, .course-main-info .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .course-main-info h2:first-child, .course-main-info .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .course-main-info h2:first-child, .course-main-info .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .course-main-info h2:first-child, .course-main-info .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .course-main-info h2:first-child, .course-main-info .tab-block .section-programs h2, .tab-block .section-programs .course-main-info h2, .course-main-info .latest-news-top h3, .latest-news-top .course-main-info h3, .course-main-info .popular-news h3, .popular-news .course-main-info h3, .course-main-info .single-wrap .cnt .post-heading, .single-wrap .cnt .course-main-info .post-heading, .course-main-info .adminblock .container > h2, .adminblock .course-main-info .container > h2, .course-main-info .camp-tour-sec h2, .camp-tour-sec .course-main-info h2, .course-main-info .school-program h2:first-child, .school-program .course-main-info h2:first-child, .course-main-info .inner_about .blksec h3, .inner_about .blksec .course-main-info h3, .course-main-info .about-school-sec h2, .about-school-sec .course-main-info h2, .course-main-info .department-top h2, .department-top .course-main-info h2 {
  margin: 0 0 30px;
}

.course-main-parts .block-title, .course-main-parts .iconlist-block.adminblock h2, .iconlist-block.adminblock .course-main-parts h2, .course-main-parts .ranking-landing .rank-land-title, .ranking-landing .course-main-parts .rank-land-title, .course-main-parts .resrch-col-right h3, .resrch-col-right .course-main-parts h3, .course-main-parts .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .course-main-parts h2:first-child, .course-main-parts .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .course-main-parts h2:first-child, .course-main-parts .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .course-main-parts h2:first-child, .course-main-parts .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .course-main-parts h2:first-child, .course-main-parts .tab-block .section-programs h2, .tab-block .section-programs .course-main-parts h2, .course-main-parts .latest-news-top h3, .latest-news-top .course-main-parts h3, .course-main-parts .popular-news h3, .popular-news .course-main-parts h3, .course-main-parts .single-wrap .cnt .post-heading, .single-wrap .cnt .course-main-parts .post-heading, .course-main-parts .adminblock .container > h2, .adminblock .course-main-parts .container > h2, .course-main-parts .camp-tour-sec h2, .camp-tour-sec .course-main-parts h2, .course-main-parts .school-program h2:first-child, .school-program .course-main-parts h2:first-child, .course-main-parts .inner_about .blksec h3, .inner_about .blksec .course-main-parts h3, .course-main-parts .about-school-sec h2, .about-school-sec .course-main-parts h2, .course-main-parts .department-top h2, .department-top .course-main-parts h2 {
  margin: 0 0 25px;
}

.course-part-content {
  font-size: 14px;
  padding: 0 0 20px;
  margin: 0 0 35px;
  border-bottom: 1px solid #d6d6d6;
}
.course-part-content h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #AF0C3E;
  margin: 0 0 15px;
}
.course-part-content:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.course-part-content ul li, .course-part-content ol li {
  margin: 0 0 10px;
  line-height: 25px;
}
.course-part-content ul {
  padding: 0 0 0 5px;
}

.course-disclaimer {
  border-color: #ECECEC;
  border-width: 1px 0;
  border-style: solid;
  padding: 40px 0;
  font-size: 12px;
  color: #9D9D9D;
  margin: 30px 0 0;
}
.course-disclaimer p {
  font-size: inherit;
  color: inherit;
  margin: 0;
}

.pdf-section h6 {
  margin: 0 0 20px;
  font-weight: 400;
}
.pdf-section a.pdf-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 12px 30px;
  border-radius: 4px;
  position: relative;
  padding-left: 45px;
  background-color: #fff;
  background-image: url(images/pdf-icon.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 20px;
}
.pdf-section a.pdf-item:hover {
  background-color: #fff2f2;
}

@media only screen and (min-width: 768px) {
  .course-details {
    padding: 65px 0;
  }

  .course-disclaimer {
    margin: 70px 0 0;
  }

  .course-side-links ul {
    padding: 40px 35px 50px;
  }
}
@media (max-width: 991px) {
  .course-side-links.is-affixed {
    height: auto !important;
  }

  .inner-wrapper-sticky {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .course-details {
    padding: 100px 0;
  }

  .course-side-links {
    padding: 0 40px 0 0;
  }
}
.newAdmissionSec {
  width: 100%;
  padding: 0 0 80px 0;
}
.newAdmissionSec .row {
  margin: 0 auto;
  width: 100%;
  max-width: 620px;
}
.newAdmissionSec ul {
  padding: 0;
  margin: 0;
}
.newAdmissionSec ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
.newAdmissionSec ul li span {
  width: 120px;
}
.newAdmissionSec ul li span img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.newAdmissionSec ul li .des {
  width: 80%;
  padding-left: 20px;
}
.newAdmissionSec ul li .btn-yellow {
  background: #0b0b22;
  border: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  padding: 6px 15px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 5px 8px 0px;
  display: inline-block;
}
.newAdmissionSec ul li .btn-yellow:hover {
  background: #ffef2a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.admission-wrap {
  padding: 50px 0 0;
}

.adm-events .slick-slide {
  height: auto;
}

.page-template-admission .wp-block-uagb-section h2:first-child {
  margin: 0 0 20px;
}
.page-template-admission .wp-block-uagb-section p {
  max-width: 380px;
  margin: 0 auto;
}
.page-template-admission .admssnBx-wrap {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-admission .admssnBx {
  width: 50%;
  padding: 10px;
}
.page-template-admission .admssnBx .admssnBxInner {
  border-radius: 5px;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
}
.page-template-admission .admssnBx .admssnBxInner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45.6%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.6%, #000000 100%);
}
.page-template-admission .admssnBx .admssnBxInner .imageAdmsn img {
  width: 100%;
  display: block;
  border-radius: 5px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-admission .admssnBx .admssnBxInner h5 {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.page-template-admission .admssnBx .admssnBxInner .adm-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FBF3F5;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-admission .admssnBx .admssnBxInner .adm-mask .adm-mask-links {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 15px;
}
.page-template-admission .admssnBx .admssnBxInner .adm-mask a {
  display: block;
  border-radius: 25px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-admission .admssnBx .admssnBxInner .adm-mask a.prog-info {
  border: 1px solid #262626;
  color: #262626;
  margin-bottom: 13px;
}
.page-template-admission .admssnBx .admssnBxInner .adm-mask a.prog-info:hover {
  background: #262626;
  color: #fff;
}
.page-template-admission .admssnBx .admssnBxInner .adm-mask a.apply-popup {
  border: 1px solid #AF0C3E;
  color: #AF0C3E;
}
.page-template-admission .admssnBx .admssnBxInner .adm-mask a.apply-popup:hover {
  background: #AF0C3E;
  color: #fff;
}
.page-template-admission .admssnBx .admssnBxInner:hover {
  border-color: #D6D6D6;
}
.page-template-admission .admssnBx .admssnBxInner:hover .adm-mask {
  opacity: 1;
}
.page-template-admission .admssnBx.advisor-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-template-admission .admssnBx.advisor-txt .advisor-txt-inner {
  border-radius: 5px;
  border: 1px solid #ECEBEB;
  padding: 10px;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-admission .admssnBx.advisor-txt h4 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 7px;
  width: 100%;
}
.page-template-admission .admssnBx.advisor-txt h5 {
  font-size: 14px;
  color: #262626;
  font-weight: 600;
  margin: 0 0 7px;
}
.page-template-admission .admssnBx.advisor-txt .btn, .page-template-admission .admssnBx.advisor-txt .res-check-form .res-form-submit input, .res-check-form .res-form-submit .page-template-admission .admssnBx.advisor-txt input, .page-template-admission .admssnBx.advisor-txt .wpcf7-form input.wpcf7-submit, .wpcf7-form .page-template-admission .admssnBx.advisor-txt input.wpcf7-submit {
  padding: 6px 10px;
  min-width: 0;
}
.page-template-admission .admssnBx .white-popup-block {
  display: none;
}
.page-template-admission .uagb-section__inner-wrap {
  padding: 0 20px;
}
.page-template-admission .placement-block {
  background: #fff;
  padding: 70px 0;
  border-width: 1px 0;
  border-color: #ECEBEB;
  border-style: solid;
}
.page-template-admission .placement-block .placement-logo-sec {
  margin: 0 auto;
}
.page-template-admission .adm-sec {
  padding: 20px 0;
}
.page-template-admission .adm-sec .container {
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-admission .amr_events_block {
  padding: 30px 0 50px;
}
.page-template-admission .dept-info .stati-outer {
  margin-top: 50px;
}
.page-template-admission .dept-info .stati-item {
  max-width: 300px;
  padding-left: 70px;
  position: relative;
  min-height: 50px;
}
.page-template-admission .dept-info .stati-item img {
  display: block;
  position: absolute;
  left: 0;
  max-width: 50px;
  top: 0;
}
.page-template-admission .dept-info .stati-item p {
  margin: 0;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
}
.page-template-admission .adm-prm-sec {
  padding: 100px 0 50px;
}
.page-template-admission .adm-prm-sec h2:first-child {
  margin: 0 0 20px;
}
.page-template-admission .adm-prm-sec p {
  max-width: 380px;
  margin: 0 auto;
}
.page-template-admission .mfp-content {
  height: 100vh;
  overflow: auto;
}

.popup-visible {
  overflow: hidden;
}

.amr_events_block .admission-date-slider {
  position: relative;
}
.amr_events_block .admission-date-slider .amr-event-slider1 {
  border-width: 1px 0;
  border-style: solid;
  border-color: #D6D6D6;
  padding: 10px 0;
}
.amr_events_block .admission-date-slider h4 {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.amr_events_block .admission-date-slider .amr-event-dots {
  position: absolute;
  right: 0;
  top: -9px;
}

@-webkit-keyframes wobbleAnime {
  0% {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-5deg) translateX(-10px);
            transform: rotate(-5deg) translateX(-10px);
  }
}

@keyframes wobbleAnime {
  0% {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-5deg) translateX(-10px);
            transform: rotate(-5deg) translateX(-10px);
  }
}
.admission-placements {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  margin-top: 20px;
}
.admission-placements:before {
  content: "";
  display: block;
  position: absolute;
  left: -5%;
  bottom: -7%;
  width: 60%;
  background: url(images/persons-bg.png) no-repeat top right;
  background-size: cover;
  pointer-events: none;
  height: 95%;
  -webkit-animation: 2s ease wobbleAnime alternate infinite;
          animation: 2s ease wobbleAnime alternate infinite;
}
.admission-placements .container {
  position: relative;
}
.admission-placements .adm-place-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.admission-placements .adm-place-wrap .adm-place-left, .admission-placements .adm-place-wrap .adm-place-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.admission-placements .adm-place-box {
  margin-bottom: 40px;
}
.admission-placements .adm-place-box .block-title, .admission-placements .adm-place-box .iconlist-block.adminblock h2, .iconlist-block.adminblock .admission-placements .adm-place-box h2, .admission-placements .adm-place-box .ranking-landing .rank-land-title, .ranking-landing .admission-placements .adm-place-box .rank-land-title, .admission-placements .adm-place-box .resrch-col-right h3, .resrch-col-right .admission-placements .adm-place-box h3, .admission-placements .adm-place-box .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .admission-placements .adm-place-box h2:first-child, .admission-placements .adm-place-box .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .admission-placements .adm-place-box h2:first-child, .admission-placements .adm-place-box .tab-block .section-programs h2, .tab-block .section-programs .admission-placements .adm-place-box h2, .admission-placements .adm-place-box .latest-news-top h3, .latest-news-top .admission-placements .adm-place-box h3, .admission-placements .adm-place-box .popular-news h3, .popular-news .admission-placements .adm-place-box h3, .admission-placements .adm-place-box .single-wrap .cnt .post-heading, .single-wrap .cnt .admission-placements .adm-place-box .post-heading, .admission-placements .adm-place-box .adminblock .container > h2, .adminblock .admission-placements .adm-place-box .container > h2, .admission-placements .adm-place-box .camp-tour-sec h2, .camp-tour-sec .admission-placements .adm-place-box h2, .admission-placements .adm-place-box .school-program h2:first-child, .school-program .admission-placements .adm-place-box h2:first-child, .admission-placements .adm-place-box .inner_about .blksec h3, .inner_about .blksec .admission-placements .adm-place-box h3, .admission-placements .adm-place-box .about-school-sec h2, .about-school-sec .admission-placements .adm-place-box h2, .admission-placements .adm-place-box .department-top h2, .department-top .admission-placements .adm-place-box h2, .admission-placements .adm-place-box .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .admission-placements .adm-place-box h2:first-child, .admission-placements .adm-place-box .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .admission-placements .adm-place-box h2:first-child {
  text-align: left;
}
.admission-placements .adm-place-box .block-title:before, .admission-placements .adm-place-box .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .admission-placements .adm-place-box h2:before, .admission-placements .adm-place-box .ranking-landing .rank-land-title:before, .ranking-landing .admission-placements .adm-place-box .rank-land-title:before, .admission-placements .adm-place-box .resrch-col-right h3:before, .resrch-col-right .admission-placements .adm-place-box h3:before, .admission-placements .adm-place-box .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .admission-placements .adm-place-box h2:first-child:before, .admission-placements .adm-place-box .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .admission-placements .adm-place-box h2:first-child:before, .admission-placements .adm-place-box .tab-block .section-programs h2:before, .tab-block .section-programs .admission-placements .adm-place-box h2:before, .admission-placements .adm-place-box .latest-news-top h3:before, .latest-news-top .admission-placements .adm-place-box h3:before, .admission-placements .adm-place-box .popular-news h3:before, .popular-news .admission-placements .adm-place-box h3:before, .admission-placements .adm-place-box .single-wrap .cnt .post-heading:before, .single-wrap .cnt .admission-placements .adm-place-box .post-heading:before, .admission-placements .adm-place-box .adminblock .container > h2:before, .adminblock .admission-placements .adm-place-box .container > h2:before, .admission-placements .adm-place-box .camp-tour-sec h2:before, .camp-tour-sec .admission-placements .adm-place-box h2:before, .admission-placements .adm-place-box .school-program h2:first-child:before, .school-program .admission-placements .adm-place-box h2:first-child:before, .admission-placements .adm-place-box .inner_about .blksec h3:before, .inner_about .blksec .admission-placements .adm-place-box h3:before, .admission-placements .adm-place-box .about-school-sec h2:before, .about-school-sec .admission-placements .adm-place-box h2:before, .admission-placements .adm-place-box .department-top h2:before, .department-top .admission-placements .adm-place-box h2:before, .admission-placements .adm-place-box .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .admission-placements .adm-place-box h2:first-child:before, .admission-placements .adm-place-box .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .admission-placements .adm-place-box h2:first-child:before {
  left: 0;
  right: auto;
}
.admission-placements .adm-place-box p {
  margin: 10px 0 0;
  font-size: 15px;
}
.admission-placements .adm-count-item {
  float: left;
  width: 50%;
}
.admission-placements .adm-count-item .adm-count-item-inner {
  display: inline-block;
  text-align: left;
}
.admission-placements .adm-count-item:first-child {
  padding-right: 20px;
}
.admission-placements .adm-count-item:last-child {
  padding-left: 20px;
  text-align: right;
  padding-right: 20px;
}
.admission-placements .adm-count-item i {
  display: block;
  font-style: normal;
  color: #AF0C3E;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 5px;
}
.admission-placements .adm-count-item i sub {
  font-size: 13px;
  display: inline-block;
  vertical-align: baseline;
  line-height: 0;
  bottom: 0;
}
.admission-placements .adm-count-item span {
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.admission-placements .adm-place-counts {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}

.slick-current .adm-count-item {
  border-right: 1px solid #DFDFDF;
}

.admission-placements .slick-current + .slick-active .adm-count-item {
  text-align: left;
}

.int-nri-admissions {
  position: relative;
  background: #FBF3F5;
}
.int-nri-admissions .container {
  padding: 0;
}
.int-nri-admissions .int-nri-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.int-nri-admissions .int-nri-wrap .int-nri-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #ECEBEB;
  margin: 0 0 25px;
}
.int-nri-admissions .int-nri-wrap .int-nri-item:nth-child(2) {
  border: 0;
  margin: 0;
}
.int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  padding: 20px 0;
}
.int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-content h4 {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  padding-top: 15px;
}
.int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-content h4:before {
  left: 0;
  right: auto;
}
.int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-image {
  padding-right: 5%;
  max-width: 150px;
}
.int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-image img {
  display: block;
}
.int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-btn {
  margin-top: 25px;
}
.int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-btn .btn, .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-btn .res-check-form .res-form-submit input, .res-check-form .res-form-submit .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-btn input, .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-btn .wpcf7-form input.wpcf7-submit, .wpcf7-form .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-btn input.wpcf7-submit {
  min-width: 0;
  padding: 7px 15px;
}

.adm-scholarship {
  position: relative;
  background: url(images/scholarship-bg.png) no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
.adm-scholarship:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-39.82%, rgba(177, 15, 86, 0.81)), color-stop(14.19%, rgba(208, 8, 70, 0.81)));
  background: linear-gradient(90deg, rgba(177, 15, 86, 0.81) -39.82%, rgba(208, 8, 70, 0.81) 14.19%);
  z-index: 1;
}
.adm-scholarship .container {
  z-index: 2;
  position: relative;
}
.adm-scholarship .adm-scholar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.adm-scholarship .adm-scholar-left h2:first-child {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 36px;
}
.adm-scholarship .adm-scholar-left p {
  max-width: 400px;
  margin: 0 auto 12px;
}
.adm-scholarship .adm-scholar-left p:last-child {
  margin: 0 auto;
}
.adm-scholarship .adm-scholar-right {
  margin-top: 50px;
}
.adm-scholarship .adm-scholar-right h4 {
  color: #FBF3F5;
  font-size: 32px;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.74px;
  line-height: 1.1em;
  font-weight: 600;
}

.psychometric-section {
  padding: 60px 0;
  background: #FBF3F5;
}
.psychometric-section .psychometric-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 940px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.psychometric-section .psychometric-left {
  text-align: center;
}
.psychometric-section .psychometric-left h2:first-child {
  margin: 0 0 20px;
}
.psychometric-section .psychometric-right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.psychometric-section .psychometric-right .psychometric-box-inner {
  background: #FFFFFF;
  border: 1px solid #ECEBEB;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #AF0C3E;
}
.psychometric-section .psychometric-right .psychometric-box-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.psychometric-section .psychometric-right .psychometric-box-text {
  padding: 10px 20px;
  width: 60%;
}
.psychometric-section .psychometric-right .psychometric-box-img {
  width: 40%;
}
.psychometric-section .psychometric-right .psychometric-box-img img {
  display: block;
  width: 100%;
  border-radius: 5px 0 0 5px;
}

.carr-dv-sec {
  text-align: center;
  padding: 60px 0 0;
}
.carr-dv-sec .btn, .carr-dv-sec .res-check-form .res-form-submit input, .res-check-form .res-form-submit .carr-dv-sec input, .carr-dv-sec .wpcf7-form input.wpcf7-submit, .wpcf7-form .carr-dv-sec input.wpcf7-submit {
  margin-top: 15px;
}
.carr-dv-sec img {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.apply-pop-block {
  width: 95%;
  margin: 15px auto;
  max-width: 650px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 23px 59px rgba(142, 143, 162, 0.391644);
          box-shadow: 0px 23px 59px rgba(142, 143, 162, 0.391644);
  border-radius: 13px;
  padding: 30px;
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: auto;
}
.apply-pop-block .btn, .apply-pop-block .res-check-form .res-form-submit input, .res-check-form .res-form-submit .apply-pop-block input, .apply-pop-block .wpcf7-form input.wpcf7-submit, .wpcf7-form .apply-pop-block input.wpcf7-submit {
  padding: 8px 14px 6px;
  min-width: 110px;
  font-size: 11px;
  line-height: 1;
}
.apply-pop-block .btn.disabled, .apply-pop-block .res-check-form .res-form-submit input.disabled, .res-check-form .res-form-submit .apply-pop-block input.disabled, .apply-pop-block .wpcf7-form input.disabled.wpcf7-submit, .wpcf7-form .apply-pop-block input.disabled.wpcf7-submit {
  color: #bbb !important;
  border-color: #bbb !important;
  background: #fff !important;
  cursor: no-drop;
}
.apply-pop-block .btn.disabled:before, .apply-pop-block .res-check-form .res-form-submit input.disabled:before, .res-check-form .res-form-submit .apply-pop-block input.disabled:before, .apply-pop-block .wpcf7-form input.disabled.wpcf7-submit:before, .wpcf7-form .apply-pop-block input.disabled.wpcf7-submit:before {
  display: none;
}
.apply-pop-block .apply-pop-top {
  margin: 0 0 30px;
}
.apply-pop-block .apply-pop-top h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #AF0C3E;
}
.apply-pop-block .apply-pop-top p {
  font-size: 15px;
}
.apply-pop-block .mfp-close {
  top: 10px;
  right: 10px;
  color: #8E8FA2;
}
.apply-pop-block table {
  margin: 0;
}
.apply-pop-block table tr {
  border-bottom: 1px solid #ECEBEB;
  padding: 10px 0;
  display: block;
}
.apply-pop-block table tr:first-child {
  display: none;
}
.apply-pop-block table tr:last-child {
  border: 0;
}
.apply-pop-block table th {
  display: none;
}
.apply-pop-block table td {
  padding: 10px 25px;
  display: block;
  border-width: 0;
}
.apply-pop-block table td:before {
  content: attr(data-title);
  display: block;
  float: left;
  width: 90px;
  color: #af0c3e;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.nri-adm-about {
  padding: 50px 0;
  text-align: center;
}
.nri-adm-about p {
  font-size: 15px;
  line-height: 28px;
  /* or 187% */
  text-align: center;
}
.nri-adm-about .container {
  max-width: 800px;
}

.nri-adm-fee {
  padding: 0 0 50px;
}
.nri-adm-fee p {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}
.nri-adm-fee p:last-child {
  margin: 0;
}
.nri-adm-fee .adm-fee-right {
  padding-top: 30px;
}
.nri-adm-fee .fee-links {
  margin-top: 25px;
}
.nri-adm-fee .fee-links .btn, .nri-adm-fee .fee-links .res-check-form .res-form-submit input, .res-check-form .res-form-submit .nri-adm-fee .fee-links input, .nri-adm-fee .fee-links .wpcf7-form input.wpcf7-submit, .wpcf7-form .nri-adm-fee .fee-links input.wpcf7-submit {
  margin-right: 20px;
  margin-bottom: 20px;
}
.nri-adm-fee .fee-links .btn:last-child, .nri-adm-fee .fee-links .res-check-form .res-form-submit input:last-child, .res-check-form .res-form-submit .nri-adm-fee .fee-links input:last-child, .nri-adm-fee .fee-links .wpcf7-form input.wpcf7-submit:last-child, .wpcf7-form .nri-adm-fee .fee-links input.wpcf7-submit:last-child {
  margin-right: 0;
}

.nri-adm-student {
  background: #FBF3F5;
  padding: 50px 0;
  text-align: center;
}
.nri-adm-student .adm-student-title {
  margin: 0 0 30px;
}
.nri-adm-student .adm-student-left {
  padding-top: 20px;
}
.nri-adm-student .adm-student-right img {
  width: 100%;
  max-width: 360px;
  border-radius: 5px;
}
.nri-adm-student .adm-student-text p:last-child {
  margin: 0;
}

.doc-accordion-section {
  padding: 50px 0;
}
.doc-accordion-section .container {
  max-width: 1060px;
}
.doc-accordion-section .doc-accordion-wrap {
  margin: 30px 0 0;
}
.doc-accordion-section .doc-accordion-item {
  border: 1px solid #DADADA;
  padding: 0 20px;
  border-radius: 3px;
  margin: 5px 0;
}
.doc-accordion-section .doc-acco-toggler {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #656565;
  position: relative;
  cursor: pointer;
  padding: 15px 20px 15px 0;
}
.doc-accordion-section .doc-acco-toggler:hover {
  color: #AF0C3E;
}
.doc-accordion-section .doc-acco-toggler:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(images/accordion-icon.svg) no-repeat center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.doc-accordion-section .doc-acco-content {
  padding: 0 0 10px;
  display: none;
}
.doc-accordion-section .doc-acco-content p {
  line-height: 22px;
  font-size: 13px;
}
.doc-accordion-section .acco-notice {
  margin: 15px 0 0;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
}
.doc-accordion-section .doc-accordion-item.active .doc-acco-content {
  display: block;
}
.doc-accordion-section .doc-accordion-item.active .doc-acco-toggler {
  color: #AF0C3E;
}
.doc-accordion-section .doc-accordion-item.active .doc-acco-toggler:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.section-verti-tabs {
  padding: 50px 0;
}
.section-verti-tabs .ps-inner {
  overflow: auto;
}
.section-verti-tabs .verti-tab-links {
  display: none;
  width: 30%;
  float: left;
  background: #FDF8F9;
  padding: 50px;
  border-radius: 9px;
}
.section-verti-tabs .verti-tab-links h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #AF0C3E;
  margin: 0 0 25px;
}
.section-verti-tabs .verti-tab-links .verti-tab-item-link {
  margin: 15px 0;
  font-size: 13px;
  line-height: 20px;
}
.section-verti-tabs .verti-tab-links .verti-tab-item-link:last-child {
  margin-bottom: 0;
}
.section-verti-tabs .verti-tab-links .verti-tab-item-link a {
  color: #656565;
}
.section-verti-tabs .verti-tab-links .verti-tab-item-link a:hover, .section-verti-tabs .verti-tab-links .verti-tab-item-link a.active {
  color: #AF0C3E;
}
.section-verti-tabs .verti-tab-row {
  width: 100%;
  float: left;
}
.section-verti-tabs .verti-tab-row .tab-mobile-title {
  display: none;
}
.section-verti-tabs .ps-mobile-toggler {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #AF0C3E;
  margin: 0 0 20px;
  pointer-events: none;
}
.section-verti-tabs .ps-item p {
  line-height: 25px;
}

.page-template-admission-nri .uagb-section__inner-wrap {
  padding: 0;
}

@media (max-width: 360px) {
  .page-template-admission .admssnBx {
    width: 100%;
  }
  .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner {
    padding: 20px;
  }
  .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner .btn, .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner .res-check-form .res-form-submit input, .res-check-form .res-form-submit .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner input, .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner .wpcf7-form input.wpcf7-submit, .wpcf7-form .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner input.wpcf7-submit {
    min-width: 132px;
    padding: 9px 20px;
  }
}
@media (max-width: 991px) {
  .section-verti-tabs .verti-tab-item {
    margin: 5px 0;
    display: block !important;
  }
  .section-verti-tabs .verti-tab-item .ps-inner {
    height: auto !important;
  }
  .section-verti-tabs .verti-tab-item .ps-item {
    border: 1px solid #dfdfdf;
    padding: 0 20px;
  }
  .section-verti-tabs .verti-tab-item .ps-mobile-toggler {
    margin: 0;
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    padding: 15px 30px 15px 0;
    color: #656565;
    font-size: 14px;
  }
  .section-verti-tabs .verti-tab-item .ps-mobile-toggler:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    background: url(images/accordion-icon.svg) no-repeat center;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .section-verti-tabs .verti-tab-item.active-tab .ps-mobile-toggler {
    color: #AF0C3E;
  }
  .section-verti-tabs .verti-tab-item.active-tab .ps-mobile-toggler:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .section-verti-tabs .verti-tab-item .ps-inner {
    display: none;
  }
  .section-verti-tabs .verti-tab-item.active-tab .ps-inner {
    display: block;
  }
  .section-verti-tabs .verti-tab-row .tab-mobile-title {
    display: block !important;
    font-size: 18px;
    margin: 0 0 20px;
    color: #AF0C3E;
    font-weight: 600;
  }
}
@media only screen and (min-width: 481px) {
  .admission-placements .adm-place-counts {
    float: right;
    margin: -50px 0 0 auto;
  }
  .admission-placements .adm-place-right {
    text-align: right;
  }
  .admission-placements .adm-place-persons {
    text-align: left;
  }
  .admission-placements .adm-count-item, .admission-placements .adm-count-item:last-child {
    text-align: right;
  }
}
@media only screen and (min-width: 601px) {
  .apply-pop-block {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }

  .page-template-admission .admssnBx {
    width: 33.33%;
  }

  .apply-pop-block {
    padding: 50px;
  }
  .apply-pop-block .mfp-close {
    top: 20px;
    right: 20px;
  }
  .apply-pop-block table tr {
    display: table-row;
    border: 0;
    padding: 0;
  }
  .apply-pop-block table tr:first-child {
    display: table-row;
  }
  .apply-pop-block table th {
    display: table-cell;
  }
  .apply-pop-block table td {
    padding: 10px 25px;
    display: table-cell;
    border-width: 0 0 1px;
  }
  .apply-pop-block table td:before {
    display: none;
  }

  .psychometric-section .psychometric-right .psychometric-box-text {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .admission-wrap {
    padding: 75px 0 0;
  }

  .page-template-admission .admssnBx {
    width: 25%;
  }
  .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner h4 {
    line-height: 23px;
    font-size: 19px;
    margin: 0 0 10px;
  }
  .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner h5 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner .btn, .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner .res-check-form .res-form-submit input, .res-check-form .res-form-submit .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner input, .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner .wpcf7-form input.wpcf7-submit, .wpcf7-form .page-template-admission .admssnBx.advisor-txt .advisor-txt-inner input.wpcf7-submit {
    min-width: 132px;
    padding: 9px 20px;
  }
  .page-template-admission .adm-sec {
    padding: 40px 0;
  }
  .page-template-admission .amr_events_block {
    padding: 50px 0 90px;
  }

  .admission-placements .adm-place-wrap {
    padding: 0 30px;
  }
  .admission-placements .adm-place-wrap .adm-place-left {
    width: 40%;
  }
  .admission-placements .adm-place-wrap .adm-place-right {
    width: 60%;
    padding-left: 10%;
  }
  .admission-placements .adm-place-wrap .adm-place-counts {
    max-width: 400px;
    margin-top: 0;
  }
  .admission-placements .adm-place-wrap .adm-place-box {
    max-width: 400px;
    margin-bottom: 0;
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.1476);
            box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.1476);
    border-radius: 9px;
  }

  .amr_events_block .admission-date-slider .amr-event-slider1 {
    padding: 25px 0;
  }

  .int-nri-admissions {
    position: relative;
    background: transparent;
  }
  .int-nri-admissions .container {
    padding: 0 30px;
  }
  .int-nri-admissions:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 87%;
    z-index: -1;
    background: #FBF3F5;
    bottom: 0;
    left: 0;
  }
  .int-nri-admissions:after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    height: 87%;
    z-index: 0;
    background: #D6D6D6;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .int-nri-admissions .int-nri-wrap .int-nri-item {
    width: 50%;
    padding-right: 40px;
    margin: 0 !important;
    border: 0 !important;
  }
  .int-nri-admissions .int-nri-wrap .int-nri-item:nth-child(2) {
    padding-left: 40px;
    padding-right: 0;
  }
  .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-content {
    padding: 10% 0 0;
    width: 50%;
  }
  .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-content h4 {
    font-size: 20px;
    line-height: 26px;
    padding-top: 22px;
  }
  .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-image {
    max-width: 300px;
    width: 50%;
  }

  .adm-scholarship {
    padding: 120px 0;
  }
  .adm-scholarship .adm-scholar-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .adm-scholarship .adm-scholar-left {
    width: 65%;
    padding-right: 10%;
  }
  .adm-scholarship .adm-scholar-left p {
    margin: 0 0 12px;
  }
  .adm-scholarship .adm-scholar-left p:last-child {
    margin: 0;
  }
  .adm-scholarship .adm-scholar-right {
    width: 35%;
    margin-top: 0;
  }
  .adm-scholarship .adm-scholar-right h4 {
    font-size: 41px;
  }

  .psychometric-section {
    padding: 80px 0;
  }

  .carr-dv-sec {
    padding: 120px 0 0;
  }
  .carr-dv-sec img {
    margin-top: 60px;
  }

  .nri-adm-about {
    padding: 75px 0;
  }

  .nri-adm-fee {
    padding: 0 0 75px;
  }

  .nri-adm-student {
    padding: 75px 0;
    text-align: left;
  }

  .doc-accordion-section {
    padding: 75px 0;
  }
  .doc-accordion-section .doc-acco-toggler {
    font-size: 16px;
    line-height: 20px;
  }
  .doc-accordion-section .doc-acco-content p {
    line-height: 25px;
    font-size: 14px;
  }

  .section-verti-tabs {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 992px) {
  .admission-wrap {
    padding: 90px 0 0;
  }

  .admission-placements {
    padding: 90px 0;
  }

  .page-template-admission .program-search {
    border: 0;
  }
  .page-template-admission .admssnBx {
    width: 20%;
  }
  .page-template-admission .adm-sec {
    padding: 80px 0;
  }
  .page-template-admission .admission-placements .adm-place-wrap .adm-place-left, .page-template-admission .admission-placements .adm-place-wrap .adm-place-right {
    width: 50%;
    padding-left: 0;
  }
  .page-template-admission .admission-placements .adm-place-box {
    padding: 80px;
  }

  .amr_events_block .admission-date-slider .amr-event-slider1 {
    padding: 40px 0;
  }

  .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-content h4 {
    font-size: 25px;
    line-height: 32px;
  }
  .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-content .int-nri-btn .btn, .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-content .int-nri-btn .res-check-form .res-form-submit input, .res-check-form .res-form-submit .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-content .int-nri-btn input, .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-content .int-nri-btn .wpcf7-form input.wpcf7-submit, .wpcf7-form .int-nri-admissions .int-nri-wrap .int-nri-item .int-nri-content .int-nri-btn input.wpcf7-submit {
    min-width: 132px;
    padding: 9px 20px;
  }

  .psychometric-section {
    padding: 100px 0;
  }
  .psychometric-section .psychometric-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .psychometric-section .psychometric-left {
    width: 65%;
    padding-right: 10%;
    text-align: left;
  }
  .psychometric-section .psychometric-left h2:first-child {
    margin: 0 0 30px;
    text-align: left;
  }
  .psychometric-section .psychometric-left h2:first-child:before {
    left: 0;
    right: auto;
  }
  .psychometric-section .psychometric-right {
    width: 35%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }

  .nri-adm-about {
    padding: 100px 0;
  }

  .nri-adm-fee {
    padding: 0 0 100px;
  }
  .nri-adm-fee .adm-fee-right {
    padding-left: 45px;
    padding-top: 0;
  }

  .nri-adm-student {
    padding: 100px 0;
  }
  .nri-adm-student .adm-student-title {
    margin: 0 0 20px;
  }
  .nri-adm-student .adm-student-left {
    padding-right: 40px;
    padding-top: 0;
  }

  .doc-accordion-section {
    padding: 100px 0;
  }
  .doc-accordion-section .doc-accordion-wrap {
    margin: 60px 0 0;
  }
  .doc-accordion-section .doc-accordion-item {
    padding: 0 40px;
  }
  .doc-accordion-section .doc-acco-content {
    padding: 0 0 15px;
  }
  .doc-accordion-section .doc-acco-toggler {
    padding: 25px 20px 25px 0;
  }

  .section-verti-tabs {
    padding: 100px 0;
  }
  .section-verti-tabs .verti-tab-links {
    width: 30%;
    display: block;
  }
  .section-verti-tabs .verti-tab-row {
    width: 70%;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .amr_events_block .admission-date-slider .amr-event-item {
    padding: 0 30px;
  }

  .admission-placements .adm-place-wrap .adm-place-counts {
    margin: -60px 0 0 auto;
    width: 100%;
  }
  .admission-placements .adm-place-wrap .adm-place-counts .adm-count-item {
    text-align: left !important;
    padding: 0 40px !important;
  }
  .admission-placements .adm-place-wrap .adm-place-counts .adm-count-item i {
    font-size: 44px;
    line-height: 54px;
  }
  .admission-placements .adm-place-wrap .adm-place-counts .adm-count-item i sub {
    font-size: 15px;
  }
  .admission-placements .adm-place-wrap .adm-place-counts .adm-count-item span {
    font-size: 16px;
    line-height: 23px;
  }
}
.ie-browser.page-template-admission .admssnBx.advisor-txt h4 {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: transparent;
  color: #B10F56;
}

.prm-off-wrap .block-title, .prm-off-wrap .iconlist-block.adminblock h2, .iconlist-block.adminblock .prm-off-wrap h2, .prm-off-wrap .ranking-landing .rank-land-title, .ranking-landing .prm-off-wrap .rank-land-title, .prm-off-wrap .resrch-col-right h3, .resrch-col-right .prm-off-wrap h3, .prm-off-wrap .tab-block .section-programs h2, .tab-block .section-programs .prm-off-wrap h2, .prm-off-wrap .latest-news-top h3, .latest-news-top .prm-off-wrap h3, .prm-off-wrap .popular-news h3, .popular-news .prm-off-wrap h3, .prm-off-wrap .single-wrap .cnt .post-heading, .single-wrap .cnt .prm-off-wrap .post-heading, .prm-off-wrap .adminblock .container > h2, .adminblock .prm-off-wrap .container > h2, .prm-off-wrap .camp-tour-sec h2, .camp-tour-sec .prm-off-wrap h2, .prm-off-wrap .school-program h2:first-child, .school-program .prm-off-wrap h2:first-child, .prm-off-wrap .inner_about .blksec h3, .inner_about .blksec .prm-off-wrap h3, .prm-off-wrap .about-school-sec h2, .about-school-sec .prm-off-wrap h2, .prm-off-wrap .department-top h2, .department-top .prm-off-wrap h2, .prm-off-wrap .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .prm-off-wrap h2:first-child, .prm-off-wrap .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .prm-off-wrap h2:first-child, .prm-off-wrap .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .prm-off-wrap h2:first-child, .prm-off-wrap .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .prm-off-wrap h2:first-child {
  margin-bottom: 50px;
}

.cnt-blw-nav {
  width: 100%;
  padding: 20px 0;
}

.news-source {
  text-transform: uppercase;
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 12px;
  color: #9D9D9D;
}

.press-explore {
  background: #FDF8F9;
  padding: 60px 0;
}
.press-explore .leader-items-wrap {
  padding: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.press-explore .leader-items-wrap .about-item {
  width: 100%;
  padding: 5px 15px 0;
  max-width: 400px;
  margin: 30px 0 0;
}
.press-explore .leader-items-wrap .about-item .about-item-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.1476);
          box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.1476);
  border-radius: 9px;
}
.press-explore .leader-items-wrap .about-item .about-item-inner:hover {
  -webkit-box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.29);
          box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.29);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.press-explore .leader-items-wrap .about-item .about-meta {
  padding: 50px 30px 45px;
}
.press-explore .leader-items-wrap .about-item .about-meta .content-sec {
  margin-bottom: 25px;
}
.press-explore .leader-items-wrap .about-item .about-meta h5 {
  margin: 0 0 20px;
}

.page-template-press-media .sec-int-news .col-int-news .block-title br, .page-template-press-media .sec-int-news .col-int-news .iconlist-block.adminblock h2 br, .iconlist-block.adminblock .page-template-press-media .sec-int-news .col-int-news h2 br, .page-template-press-media .sec-int-news .col-int-news .ranking-landing .rank-land-title br, .ranking-landing .page-template-press-media .sec-int-news .col-int-news .rank-land-title br, .page-template-press-media .sec-int-news .col-int-news .resrch-col-right h3 br, .resrch-col-right .page-template-press-media .sec-int-news .col-int-news h3 br, .page-template-press-media .sec-int-news .col-int-news .tab-block .section-programs h2 br, .tab-block .section-programs .page-template-press-media .sec-int-news .col-int-news h2 br, .page-template-press-media .sec-int-news .col-int-news .latest-news-top h3 br, .latest-news-top .page-template-press-media .sec-int-news .col-int-news h3 br, .page-template-press-media .sec-int-news .col-int-news .popular-news h3 br, .popular-news .page-template-press-media .sec-int-news .col-int-news h3 br, .page-template-press-media .sec-int-news .col-int-news .single-wrap .cnt .post-heading br, .single-wrap .cnt .page-template-press-media .sec-int-news .col-int-news .post-heading br, .page-template-press-media .sec-int-news .col-int-news .adminblock .container > h2 br, .adminblock .page-template-press-media .sec-int-news .col-int-news .container > h2 br, .page-template-press-media .sec-int-news .col-int-news .camp-tour-sec h2 br, .camp-tour-sec .page-template-press-media .sec-int-news .col-int-news h2 br, .page-template-press-media .sec-int-news .col-int-news .school-program h2:first-child br, .school-program .page-template-press-media .sec-int-news .col-int-news h2:first-child br, .page-template-press-media .sec-int-news .col-int-news .inner_about .blksec h3 br, .inner_about .blksec .page-template-press-media .sec-int-news .col-int-news h3 br, .page-template-press-media .sec-int-news .col-int-news .about-school-sec h2 br, .about-school-sec .page-template-press-media .sec-int-news .col-int-news h2 br, .page-template-press-media .sec-int-news .col-int-news .department-top h2 br, .department-top .page-template-press-media .sec-int-news .col-int-news h2 br, .page-template-press-media .sec-int-news .col-int-news .page-template-admission .wp-block-uagb-section h2:first-child br, .page-template-admission .wp-block-uagb-section .page-template-press-media .sec-int-news .col-int-news h2:first-child br, .page-template-press-media .sec-int-news .col-int-news .page-template-admission .adm-prm-sec h2:first-child br, .page-template-admission .adm-prm-sec .page-template-press-media .sec-int-news .col-int-news h2:first-child br, .page-template-press-media .sec-int-news .col-int-news .adm-scholarship .adm-scholar-left h2:first-child br, .adm-scholarship .adm-scholar-left .page-template-press-media .sec-int-news .col-int-news h2:first-child br, .page-template-press-media .sec-int-news .col-int-news .psychometric-section .psychometric-left h2:first-child br, .psychometric-section .psychometric-left .page-template-press-media .sec-int-news .col-int-news h2:first-child br, .page-template-press-meida .sec-int-news .col-int-news .block-title br, .page-template-press-meida .sec-int-news .col-int-news .iconlist-block.adminblock h2 br, .iconlist-block.adminblock .page-template-press-meida .sec-int-news .col-int-news h2 br, .page-template-press-meida .sec-int-news .col-int-news .ranking-landing .rank-land-title br, .ranking-landing .page-template-press-meida .sec-int-news .col-int-news .rank-land-title br, .page-template-press-meida .sec-int-news .col-int-news .resrch-col-right h3 br, .resrch-col-right .page-template-press-meida .sec-int-news .col-int-news h3 br, .page-template-press-meida .sec-int-news .col-int-news .tab-block .section-programs h2 br, .tab-block .section-programs .page-template-press-meida .sec-int-news .col-int-news h2 br, .page-template-press-meida .sec-int-news .col-int-news .latest-news-top h3 br, .latest-news-top .page-template-press-meida .sec-int-news .col-int-news h3 br, .page-template-press-meida .sec-int-news .col-int-news .popular-news h3 br, .popular-news .page-template-press-meida .sec-int-news .col-int-news h3 br, .page-template-press-meida .sec-int-news .col-int-news .single-wrap .cnt .post-heading br, .single-wrap .cnt .page-template-press-meida .sec-int-news .col-int-news .post-heading br, .page-template-press-meida .sec-int-news .col-int-news .adminblock .container > h2 br, .adminblock .page-template-press-meida .sec-int-news .col-int-news .container > h2 br, .page-template-press-meida .sec-int-news .col-int-news .camp-tour-sec h2 br, .camp-tour-sec .page-template-press-meida .sec-int-news .col-int-news h2 br, .page-template-press-meida .sec-int-news .col-int-news .school-program h2:first-child br, .school-program .page-template-press-meida .sec-int-news .col-int-news h2:first-child br, .page-template-press-meida .sec-int-news .col-int-news .inner_about .blksec h3 br, .inner_about .blksec .page-template-press-meida .sec-int-news .col-int-news h3 br, .page-template-press-meida .sec-int-news .col-int-news .about-school-sec h2 br, .about-school-sec .page-template-press-meida .sec-int-news .col-int-news h2 br, .page-template-press-meida .sec-int-news .col-int-news .department-top h2 br, .department-top .page-template-press-meida .sec-int-news .col-int-news h2 br, .page-template-press-meida .sec-int-news .col-int-news .page-template-admission .wp-block-uagb-section h2:first-child br, .page-template-admission .wp-block-uagb-section .page-template-press-meida .sec-int-news .col-int-news h2:first-child br, .page-template-press-meida .sec-int-news .col-int-news .page-template-admission .adm-prm-sec h2:first-child br, .page-template-admission .adm-prm-sec .page-template-press-meida .sec-int-news .col-int-news h2:first-child br, .page-template-press-meida .sec-int-news .col-int-news .adm-scholarship .adm-scholar-left h2:first-child br, .adm-scholarship .adm-scholar-left .page-template-press-meida .sec-int-news .col-int-news h2:first-child br, .page-template-press-meida .sec-int-news .col-int-news .psychometric-section .psychometric-left h2:first-child br, .psychometric-section .psychometric-left .page-template-press-meida .sec-int-news .col-int-news h2:first-child br {
  display: none;
}
.page-template-press-media .popular-news .popular-news-item:nth-child(3), .page-template-press-meida .popular-news .popular-news-item:nth-child(3) {
  width: 100%;
}

.archive-press {
  background: #FDF8F9;
  padding: 40px 0;
}
.archive-press .container {
  max-width: 550px;
}
.archive-press .arch-rgt {
  float: none;
  clear: both;
  margin: 25px auto 0;
  text-align: center;
}
.archive-press .arch-lft {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
  padding: 0 0 0 70px;
  background: url(images/icon-archive.svg) left no-repeat;
  background-size: contain;
}

.featured-press {
  padding: 50px 0;
}
.featured-press .feat-item {
  padding: 0 30px;
  text-align: center;
}
.featured-press .feat-item img {
  max-height: 80px;
  margin: 0 auto;
}
.featured-press .feat-slide-wrap {
  padding-top: 30px;
}

.press-media-archive {
  padding: 50px 0;
}
.press-media-archive .arc-post {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #D6D6D6;
}
.press-media-archive .arc-post .cnt {
  margin: 0 0 25px;
}
.press-media-archive .arc-post .cnt h2 {
  color: #262626;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35em;
  margin: 0 0 15px;
}
.press-media-archive .arc-post .cnt h2 a {
  color: inherit;
  display: block;
}
.press-media-archive .arc-post .cnt h2 a:hover {
  color: #AF0C3E;
}
.press-media-archive .arc-post .cnt .cnt-text {
  line-height: 22px;
  font-size: 14px;
}
.press-media-archive .arc-post .date-tag {
  font-size: 13px;
  font-weight: 600;
  color: #A4123F;
  margin: 0 0 7px;
}
.press-media-archive .arc-post .date-tag i {
  display: inline-block;
  font-style: normal;
  margin-right: 10px;
  margin-bottom: 5px;
}
.press-media-archive .arc-post .date-tag span {
  display: inline-block;
  color: #9D9D9D;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
}
.press-media-archive .arc-post .date-tag span a {
  color: inherit;
  text-transform: uppercase;
}
.press-media-archive .arc-post .date-tag span a:hover {
  color: #777;
}
.press-media-archive .pagination {
  text-align: right;
}

.single-press-media .cnt .block-title, .single-press-media .cnt .iconlist-block.adminblock h2, .iconlist-block.adminblock .single-press-media .cnt h2, .single-press-media .cnt .ranking-landing .rank-land-title, .ranking-landing .single-press-media .cnt .rank-land-title, .single-press-media .cnt .resrch-col-right h3, .resrch-col-right .single-press-media .cnt h3, .single-press-media .cnt .tab-block .section-programs h2, .tab-block .section-programs .single-press-media .cnt h2, .single-press-media .cnt .latest-news-top h3, .latest-news-top .single-press-media .cnt h3, .single-press-media .cnt .popular-news h3, .popular-news .single-press-media .cnt h3, .single-press-media .single-wrap .cnt .post-heading, .single-wrap .single-press-media .cnt .post-heading, .single-press-media .cnt .adminblock .container > h2, .adminblock .single-press-media .cnt .container > h2, .single-press-media .cnt .camp-tour-sec h2, .camp-tour-sec .single-press-media .cnt h2, .single-press-media .cnt .school-program h2:first-child, .school-program .single-press-media .cnt h2:first-child, .single-press-media .cnt .inner_about .blksec h3, .inner_about .blksec .single-press-media .cnt h3, .single-press-media .cnt .about-school-sec h2, .about-school-sec .single-press-media .cnt h2, .single-press-media .cnt .department-top h2, .department-top .single-press-media .cnt h2, .single-press-media .cnt .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .single-press-media .cnt h2:first-child, .single-press-media .cnt .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .single-press-media .cnt h2:first-child, .single-press-media .cnt .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .single-press-media .cnt h2:first-child, .single-press-media .cnt .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .single-press-media .cnt h2:first-child {
  text-align: left;
  font-size: 30px;
}
.single-press-media .cnt .block-title:before, .single-press-media .cnt .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .single-press-media .cnt h2:before, .single-press-media .cnt .ranking-landing .rank-land-title:before, .ranking-landing .single-press-media .cnt .rank-land-title:before, .single-press-media .cnt .resrch-col-right h3:before, .resrch-col-right .single-press-media .cnt h3:before, .single-press-media .cnt .tab-block .section-programs h2:before, .tab-block .section-programs .single-press-media .cnt h2:before, .single-press-media .cnt .latest-news-top h3:before, .latest-news-top .single-press-media .cnt h3:before, .single-press-media .cnt .popular-news h3:before, .popular-news .single-press-media .cnt h3:before, .single-press-media .single-wrap .cnt .post-heading:before, .single-wrap .single-press-media .cnt .post-heading:before, .single-press-media .cnt .adminblock .container > h2:before, .adminblock .single-press-media .cnt .container > h2:before, .single-press-media .cnt .camp-tour-sec h2:before, .camp-tour-sec .single-press-media .cnt h2:before, .single-press-media .cnt .school-program h2:first-child:before, .school-program .single-press-media .cnt h2:first-child:before, .single-press-media .cnt .inner_about .blksec h3:before, .inner_about .blksec .single-press-media .cnt h3:before, .single-press-media .cnt .about-school-sec h2:before, .about-school-sec .single-press-media .cnt h2:before, .single-press-media .cnt .department-top h2:before, .department-top .single-press-media .cnt h2:before, .single-press-media .cnt .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .single-press-media .cnt h2:first-child:before, .single-press-media .cnt .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .single-press-media .cnt h2:first-child:before, .single-press-media .cnt .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .single-press-media .cnt h2:first-child:before, .single-press-media .cnt .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .single-press-media .cnt h2:first-child:before {
  left: 0;
  right: auto;
}
.single-press-media .date-tag {
  font-size: 13px;
  font-weight: 600;
  color: #A4123F;
  padding: 15px 0 20px;
}
.single-press-media .date-tag i {
  display: block;
  font-style: normal;
  margin-bottom: 5px;
  margin-right: 10px;
  float: left;
}
.single-press-media .date-tag span {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  float: none;
  color: #656565;
  font-weight: 600;
}
.single-press-media .date-tag span a {
  color: #A4123F;
  text-transform: unset;
}
.single-press-media .date-tag span a:hover {
  color: #777;
}
.single-press-media .blog-img-outer {
  background: #E9F3F8;
  margin: 10px 0;
  position: relative;
  border-radius: 5px;
}
.single-press-media .blog-img-outer .blog-img-title {
  font-size: 19px;
  color: #000000;
  max-width: 250px;
  position: absolute;
  right: 50px;
  top: 50px;
}
.single-press-media .blog-img-outer .blog-img-btn {
  position: absolute;
  right: 40px;
  bottom: 50px;
}
.single-press-media .download-pdf-wrap {
  margin: 15px 0 30px;
}
.single-press-media .download-pdf-wrap a {
  font-weight: 600;
  font-size: 13px;
  color: #A4123F;
  padding: 0 0 0 20px;
  background: url(images/download-icon.svg) no-repeat left;
}
.single-press-media .download-pdf-wrap a:hover {
  opacity: 0.8;
}
.single-press-media .pdf-viewer-wrap {
  padding-bottom: 20px;
}
.single-press-media .single-press-content p {
  margin: 0 0 25px;
}
.single-press-media .single-press-related {
  margin-top: 40px;
  padding: 50px 0 0;
  border-top: 1px solid #d9d9d9;
}
.single-press-media .single-press-related .block-title, .single-press-media .single-press-related .iconlist-block.adminblock h2, .iconlist-block.adminblock .single-press-media .single-press-related h2, .single-press-media .single-press-related .ranking-landing .rank-land-title, .ranking-landing .single-press-media .single-press-related .rank-land-title, .single-press-media .single-press-related .resrch-col-right h3, .resrch-col-right .single-press-media .single-press-related h3, .single-press-media .single-press-related .tab-block .section-programs h2, .tab-block .section-programs .single-press-media .single-press-related h2, .single-press-media .single-press-related .latest-news-top h3, .latest-news-top .single-press-media .single-press-related h3, .single-press-media .single-press-related .popular-news h3, .popular-news .single-press-media .single-press-related h3, .single-press-media .single-press-related .single-wrap .cnt .post-heading, .single-wrap .cnt .single-press-media .single-press-related .post-heading, .single-press-media .single-press-related .adminblock .container > h2, .adminblock .single-press-media .single-press-related .container > h2, .single-press-media .single-press-related .camp-tour-sec h2, .camp-tour-sec .single-press-media .single-press-related h2, .single-press-media .single-press-related .school-program h2:first-child, .school-program .single-press-media .single-press-related h2:first-child, .single-press-media .single-press-related .inner_about .blksec h3, .inner_about .blksec .single-press-media .single-press-related h3, .single-press-media .single-press-related .about-school-sec h2, .about-school-sec .single-press-media .single-press-related h2, .single-press-media .single-press-related .department-top h2, .department-top .single-press-media .single-press-related h2, .single-press-media .single-press-related .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .single-press-media .single-press-related h2:first-child, .single-press-media .single-press-related .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .single-press-media .single-press-related h2:first-child, .single-press-media .single-press-related .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .single-press-media .single-press-related h2:first-child, .single-press-media .single-press-related .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .single-press-media .single-press-related h2:first-child {
  font-size: 30px;
}
.single-press-media .spr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.single-press-media .spr-wrap .spr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 0 40px;
}
.single-press-media .spr-wrap .spr-item:last-child {
  margin: 0;
}
.single-press-media .spr-wrap .spr-item a {
  display: block;
}
.single-press-media .spr-wrap .spr-item a:hover img {
  opacity: 0.85;
}
.single-press-media .spr-wrap .spr-date {
  font-size: 13px;
  font-weight: 600;
  color: #A4123F;
  margin: 0 0 12px;
}
.single-press-media .spr-wrap .spr-image {
  margin: 0 0 25px;
}
.single-press-media .spr-wrap .spr-image img {
  width: 100%;
  border-radius: 5px;
}
.single-press-media .spr-wrap .spr-text {
  font-size: 14px;
  color: #656565;
}

.blog-sidebar .media-arch-old {
  background: #FDF8F9;
  padding: 45px 45px 53px;
  border: 1px solid #A06170;
  border-radius: 9px;
  margin: 0 0 50px;
}
.blog-sidebar .media-arch-old h3.block-title, .blog-sidebar .media-arch-old .ranking-landing h3.rank-land-title, .ranking-landing .blog-sidebar .media-arch-old h3.rank-land-title, .blog-sidebar .media-arch-old .resrch-col-right h3, .resrch-col-right .blog-sidebar .media-arch-old h3, .blog-sidebar .media-arch-old .latest-news-top h3, .latest-news-top .blog-sidebar .media-arch-old h3, .blog-sidebar .media-arch-old .popular-news h3, .popular-news .blog-sidebar .media-arch-old h3, .blog-sidebar .media-arch-old .single-wrap .cnt h3.post-heading, .single-wrap .cnt .blog-sidebar .media-arch-old h3.post-heading, .blog-sidebar .media-arch-old .inner_about .blksec h3, .inner_about .blksec .blog-sidebar .media-arch-old h3 {
  font-weight: 700;
  font-size: 27px;
  line-height: 36px;
  text-transform: capitalize;
  text-align: left;
}
.blog-sidebar .media-arch-old h3.block-title:before, .blog-sidebar .media-arch-old .ranking-landing h3.rank-land-title:before, .ranking-landing .blog-sidebar .media-arch-old h3.rank-land-title:before, .blog-sidebar .media-arch-old .resrch-col-right h3:before, .resrch-col-right .blog-sidebar .media-arch-old h3:before, .blog-sidebar .media-arch-old .latest-news-top h3:before, .latest-news-top .blog-sidebar .media-arch-old h3:before, .blog-sidebar .media-arch-old .popular-news h3:before, .popular-news .blog-sidebar .media-arch-old h3:before, .blog-sidebar .media-arch-old .single-wrap .cnt h3.post-heading:before, .single-wrap .cnt .blog-sidebar .media-arch-old h3.post-heading:before, .blog-sidebar .media-arch-old .inner_about .blksec h3:before, .inner_about .blksec .blog-sidebar .media-arch-old h3:before {
  left: 0;
  right: auto;
}
.blog-sidebar .media-arch-old p {
  font-size: 15px;
  margin: 0 0 20px;
}
.blog-sidebar .media-arch-list ul {
  margin: 0;
}
.blog-sidebar .media-arch-list ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 1;
}
.blog-sidebar .media-arch-list ul li a {
  color: #656565;
  padding: 15px 25px;
  border: 1px solid #F5DADC;
  border-radius: 50px;
  display: block;
}
.blog-sidebar .media-arch-list ul li a:hover {
  border-color: #dcb4b7;
}
.blog-sidebar .popularmedia-item {
  margin: 0 0 20px;
}
.blog-sidebar .popularmedia-item p {
  margin: 10px 0 0;
  color: #656565;
}
.blog-sidebar .popularmedia-item p a {
  color: inherit;
  display: block;
}
.blog-sidebar .popularmedia-item p a:hover {
  color: #333;
}

@media only screen and (min-width: 481px) {
  .archive-press .arch-rgt {
    float: right;
    clear: none;
    margin: 0;
    text-align: right;
  }
  .archive-press .arch-lft {
    width: calc(100% - 160px);
    float: left;
  }
}
@media only screen and (min-width: 601px) {
  .single-press-media .spr-wrap .spr-item {
    width: calc(50% - 25px);
    margin: 0 0 30px;
  }
  .single-press-media .spr-wrap .spr-item:last-child {
    margin: 0 0 30px;
  }
  .single-press-media .date-tag span {
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .press-explore {
    padding: 100px 0;
  }
  .press-explore .leader-items-wrap {
    padding: 35px 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .press-explore .leader-items-wrap .about-item {
    width: 50%;
    max-width: none;
  }

  .archive-press {
    padding: 60px 0;
  }

  .featured-press {
    padding: 90px 0;
  }
  .featured-press .feat-slide-wrap {
    padding-top: 50px;
  }

  .blog-sidebar .media-arch-old {
    margin-top: 40px;
  }

  .press-media-archive {
    padding: 70px 0;
  }

  .single-press-media .single-press-related {
    margin-top: 70px;
    padding: 70px 0 0;
    border-top: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 992px) {
  .press-explore {
    padding: 120px 0;
  }
  .press-explore .leader-items-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .press-explore .leader-items-wrap .about-item {
    width: 33.33%;
  }

  .page-template-press-media .sec-int-news .col-int-news .block-title br, .page-template-press-media .sec-int-news .col-int-news .iconlist-block.adminblock h2 br, .iconlist-block.adminblock .page-template-press-media .sec-int-news .col-int-news h2 br, .page-template-press-media .sec-int-news .col-int-news .ranking-landing .rank-land-title br, .ranking-landing .page-template-press-media .sec-int-news .col-int-news .rank-land-title br, .page-template-press-media .sec-int-news .col-int-news .resrch-col-right h3 br, .resrch-col-right .page-template-press-media .sec-int-news .col-int-news h3 br, .page-template-press-media .sec-int-news .col-int-news .tab-block .section-programs h2 br, .tab-block .section-programs .page-template-press-media .sec-int-news .col-int-news h2 br, .page-template-press-media .sec-int-news .col-int-news .latest-news-top h3 br, .latest-news-top .page-template-press-media .sec-int-news .col-int-news h3 br, .page-template-press-media .sec-int-news .col-int-news .popular-news h3 br, .popular-news .page-template-press-media .sec-int-news .col-int-news h3 br, .page-template-press-media .sec-int-news .col-int-news .single-wrap .cnt .post-heading br, .single-wrap .cnt .page-template-press-media .sec-int-news .col-int-news .post-heading br, .page-template-press-media .sec-int-news .col-int-news .adminblock .container > h2 br, .adminblock .page-template-press-media .sec-int-news .col-int-news .container > h2 br, .page-template-press-media .sec-int-news .col-int-news .camp-tour-sec h2 br, .camp-tour-sec .page-template-press-media .sec-int-news .col-int-news h2 br, .page-template-press-media .sec-int-news .col-int-news .school-program h2:first-child br, .school-program .page-template-press-media .sec-int-news .col-int-news h2:first-child br, .page-template-press-media .sec-int-news .col-int-news .inner_about .blksec h3 br, .inner_about .blksec .page-template-press-media .sec-int-news .col-int-news h3 br, .page-template-press-media .sec-int-news .col-int-news .about-school-sec h2 br, .about-school-sec .page-template-press-media .sec-int-news .col-int-news h2 br, .page-template-press-media .sec-int-news .col-int-news .department-top h2 br, .department-top .page-template-press-media .sec-int-news .col-int-news h2 br, .page-template-press-media .sec-int-news .col-int-news .page-template-admission .wp-block-uagb-section h2:first-child br, .page-template-admission .wp-block-uagb-section .page-template-press-media .sec-int-news .col-int-news h2:first-child br, .page-template-press-media .sec-int-news .col-int-news .page-template-admission .adm-prm-sec h2:first-child br, .page-template-admission .adm-prm-sec .page-template-press-media .sec-int-news .col-int-news h2:first-child br, .page-template-press-media .sec-int-news .col-int-news .adm-scholarship .adm-scholar-left h2:first-child br, .adm-scholarship .adm-scholar-left .page-template-press-media .sec-int-news .col-int-news h2:first-child br, .page-template-press-media .sec-int-news .col-int-news .psychometric-section .psychometric-left h2:first-child br, .psychometric-section .psychometric-left .page-template-press-media .sec-int-news .col-int-news h2:first-child br, .page-template-press-meida .sec-int-news .col-int-news .block-title br, .page-template-press-meida .sec-int-news .col-int-news .iconlist-block.adminblock h2 br, .iconlist-block.adminblock .page-template-press-meida .sec-int-news .col-int-news h2 br, .page-template-press-meida .sec-int-news .col-int-news .ranking-landing .rank-land-title br, .ranking-landing .page-template-press-meida .sec-int-news .col-int-news .rank-land-title br, .page-template-press-meida .sec-int-news .col-int-news .resrch-col-right h3 br, .resrch-col-right .page-template-press-meida .sec-int-news .col-int-news h3 br, .page-template-press-meida .sec-int-news .col-int-news .tab-block .section-programs h2 br, .tab-block .section-programs .page-template-press-meida .sec-int-news .col-int-news h2 br, .page-template-press-meida .sec-int-news .col-int-news .latest-news-top h3 br, .latest-news-top .page-template-press-meida .sec-int-news .col-int-news h3 br, .page-template-press-meida .sec-int-news .col-int-news .popular-news h3 br, .popular-news .page-template-press-meida .sec-int-news .col-int-news h3 br, .page-template-press-meida .sec-int-news .col-int-news .single-wrap .cnt .post-heading br, .single-wrap .cnt .page-template-press-meida .sec-int-news .col-int-news .post-heading br, .page-template-press-meida .sec-int-news .col-int-news .adminblock .container > h2 br, .adminblock .page-template-press-meida .sec-int-news .col-int-news .container > h2 br, .page-template-press-meida .sec-int-news .col-int-news .camp-tour-sec h2 br, .camp-tour-sec .page-template-press-meida .sec-int-news .col-int-news h2 br, .page-template-press-meida .sec-int-news .col-int-news .school-program h2:first-child br, .school-program .page-template-press-meida .sec-int-news .col-int-news h2:first-child br, .page-template-press-meida .sec-int-news .col-int-news .inner_about .blksec h3 br, .inner_about .blksec .page-template-press-meida .sec-int-news .col-int-news h3 br, .page-template-press-meida .sec-int-news .col-int-news .about-school-sec h2 br, .about-school-sec .page-template-press-meida .sec-int-news .col-int-news h2 br, .page-template-press-meida .sec-int-news .col-int-news .department-top h2 br, .department-top .page-template-press-meida .sec-int-news .col-int-news h2 br, .page-template-press-meida .sec-int-news .col-int-news .page-template-admission .wp-block-uagb-section h2:first-child br, .page-template-admission .wp-block-uagb-section .page-template-press-meida .sec-int-news .col-int-news h2:first-child br, .page-template-press-meida .sec-int-news .col-int-news .page-template-admission .adm-prm-sec h2:first-child br, .page-template-admission .adm-prm-sec .page-template-press-meida .sec-int-news .col-int-news h2:first-child br, .page-template-press-meida .sec-int-news .col-int-news .adm-scholarship .adm-scholar-left h2:first-child br, .adm-scholarship .adm-scholar-left .page-template-press-meida .sec-int-news .col-int-news h2:first-child br, .page-template-press-meida .sec-int-news .col-int-news .psychometric-section .psychometric-left h2:first-child br, .psychometric-section .psychometric-left .page-template-press-meida .sec-int-news .col-int-news h2:first-child br {
    display: block;
  }
  .page-template-press-media .popular-news .popular-news-item:nth-child(3), .page-template-press-meida .popular-news .popular-news-item:nth-child(3) {
    width: 50%;
  }

  .press-media-archive {
    padding: 90px 0;
  }

  .archive-press {
    padding: 90px 0;
  }

  .single-press-media .spr-wrap .spr-item {
    width: calc(25% - 25px);
  }
}
.insta-feed {
  position: relative;
  background: #fff;
}
.insta-feed .insta-heading {
  margin: 0 0 30px;
  position: relative;
  text-align: right;
}
.insta-feed .insta-heading:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 3px);
  background: #D6D6D6;
  width: 50%;
  height: 1px;
  margin: 0;
}
.insta-feed .insta-heading .insta-heading-inner {
  text-align: right;
  display: inline-block;
  padding-left: 30px;
  background: #fff;
  position: relative;
}
.insta-feed .insta-heading .block-title, .insta-feed .insta-heading .iconlist-block.adminblock h2, .iconlist-block.adminblock .insta-feed .insta-heading h2, .insta-feed .insta-heading .ranking-landing .rank-land-title, .ranking-landing .insta-feed .insta-heading .rank-land-title, .insta-feed .insta-heading .resrch-col-right h3, .resrch-col-right .insta-feed .insta-heading h3, .insta-feed .insta-heading .tab-block .section-programs h2, .tab-block .section-programs .insta-feed .insta-heading h2, .insta-feed .insta-heading .latest-news-top h3, .latest-news-top .insta-feed .insta-heading h3, .insta-feed .insta-heading .popular-news h3, .popular-news .insta-feed .insta-heading h3, .insta-feed .insta-heading .single-wrap .cnt .post-heading, .single-wrap .cnt .insta-feed .insta-heading .post-heading, .insta-feed .insta-heading .adminblock .container > h2, .adminblock .insta-feed .insta-heading .container > h2, .insta-feed .insta-heading .camp-tour-sec h2, .camp-tour-sec .insta-feed .insta-heading h2, .insta-feed .insta-heading .school-program h2:first-child, .school-program .insta-feed .insta-heading h2:first-child, .insta-feed .insta-heading .inner_about .blksec h3, .inner_about .blksec .insta-feed .insta-heading h3, .insta-feed .insta-heading .about-school-sec h2, .about-school-sec .insta-feed .insta-heading h2, .insta-feed .insta-heading .department-top h2, .department-top .insta-feed .insta-heading h2, .insta-feed .insta-heading .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .insta-feed .insta-heading h2:first-child, .insta-feed .insta-heading .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .insta-feed .insta-heading h2:first-child, .insta-feed .insta-heading .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .insta-feed .insta-heading h2:first-child, .insta-feed .insta-heading .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .insta-feed .insta-heading h2:first-child {
  display: inline-block;
  font-size: 25px;
  line-height: 32px;
  padding: 15px 0 0;
  text-align: left;
}
.insta-feed .insta-heading .block-title:before, .insta-feed .insta-heading .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .insta-feed .insta-heading h2:before, .insta-feed .insta-heading .ranking-landing .rank-land-title:before, .ranking-landing .insta-feed .insta-heading .rank-land-title:before, .insta-feed .insta-heading .resrch-col-right h3:before, .resrch-col-right .insta-feed .insta-heading h3:before, .insta-feed .insta-heading .tab-block .section-programs h2:before, .tab-block .section-programs .insta-feed .insta-heading h2:before, .insta-feed .insta-heading .latest-news-top h3:before, .latest-news-top .insta-feed .insta-heading h3:before, .insta-feed .insta-heading .popular-news h3:before, .popular-news .insta-feed .insta-heading h3:before, .insta-feed .insta-heading .single-wrap .cnt .post-heading:before, .single-wrap .cnt .insta-feed .insta-heading .post-heading:before, .insta-feed .insta-heading .adminblock .container > h2:before, .adminblock .insta-feed .insta-heading .container > h2:before, .insta-feed .insta-heading .camp-tour-sec h2:before, .camp-tour-sec .insta-feed .insta-heading h2:before, .insta-feed .insta-heading .school-program h2:first-child:before, .school-program .insta-feed .insta-heading h2:first-child:before, .insta-feed .insta-heading .inner_about .blksec h3:before, .inner_about .blksec .insta-feed .insta-heading h3:before, .insta-feed .insta-heading .about-school-sec h2:before, .about-school-sec .insta-feed .insta-heading h2:before, .insta-feed .insta-heading .department-top h2:before, .department-top .insta-feed .insta-heading h2:before, .insta-feed .insta-heading .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .insta-feed .insta-heading h2:first-child:before, .insta-feed .insta-heading .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .insta-feed .insta-heading h2:first-child:before, .insta-feed .insta-heading .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .insta-feed .insta-heading h2:first-child:before, .insta-feed .insta-heading .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .insta-feed .insta-heading h2:first-child:before {
  left: 0;
  right: auto;
  margin: 0;
}

.insta-outer {
  background: #fff;
}

.insta-item a {
  display: block;
  width: 100%;
  position: relative;
}
.insta-item a img.insta-image {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insta-item a .insta-overlay-icon {
  position: absolute;
  left: 30px;
  top: 30px;
}
.insta-item a .insta-icon {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 1;
  display: none;
}
.insta-item a .insta-overlay {
  color: #656565;
}
.insta-item a .insta-overlay .insta-over-text {
  padding: 30px;
}
.insta-item a .insta-overlay .insta-over-text p {
  margin: 0;
}

@media only screen and (min-width: 415px) {
  .insta-item a .insta-overlay {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, rgba(177, 15, 86, 0.8)), color-stop(56.81%, rgba(208, 8, 70, 0.8)));
    background: linear-gradient(90deg, rgba(177, 15, 86, 0.8) 2.8%, rgba(208, 8, 70, 0.8) 56.81%);
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 30px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .insta-item a .insta-overlay .insta-over-text {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% - 35px);
    top: 35px;
    padding: 0;
  }
  .insta-item a .insta-overlay .insta-over-text p {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    word-break: break-all;
    padding: 0 30px;
  }
  .insta-item a .insta-icon {
    display: block;
  }
  .insta-item a:hover .insta-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .insta-item a:hover .insta-icon {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .insta-feed {
    background: transparent;
  }
  .insta-feed .insta-heading {
    margin: 0 0 70px;
  }
  .insta-feed .insta-heading:before {
    margin: 0 auto;
  }
  .insta-feed .insta-heading .insta-heading-inner {
    padding-left: 50px;
  }
  .insta-feed .insta-heading .block-title, .insta-feed .insta-heading .iconlist-block.adminblock h2, .iconlist-block.adminblock .insta-feed .insta-heading h2, .insta-feed .insta-heading .ranking-landing .rank-land-title, .ranking-landing .insta-feed .insta-heading .rank-land-title, .insta-feed .insta-heading .resrch-col-right h3, .resrch-col-right .insta-feed .insta-heading h3, .insta-feed .insta-heading .tab-block .section-programs h2, .tab-block .section-programs .insta-feed .insta-heading h2, .insta-feed .insta-heading .latest-news-top h3, .latest-news-top .insta-feed .insta-heading h3, .insta-feed .insta-heading .popular-news h3, .popular-news .insta-feed .insta-heading h3, .insta-feed .insta-heading .single-wrap .cnt .post-heading, .single-wrap .cnt .insta-feed .insta-heading .post-heading, .insta-feed .insta-heading .adminblock .container > h2, .adminblock .insta-feed .insta-heading .container > h2, .insta-feed .insta-heading .camp-tour-sec h2, .camp-tour-sec .insta-feed .insta-heading h2, .insta-feed .insta-heading .school-program h2:first-child, .school-program .insta-feed .insta-heading h2:first-child, .insta-feed .insta-heading .inner_about .blksec h3, .inner_about .blksec .insta-feed .insta-heading h3, .insta-feed .insta-heading .about-school-sec h2, .about-school-sec .insta-feed .insta-heading h2, .insta-feed .insta-heading .department-top h2, .department-top .insta-feed .insta-heading h2, .insta-feed .insta-heading .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .insta-feed .insta-heading h2:first-child, .insta-feed .insta-heading .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .insta-feed .insta-heading h2:first-child, .insta-feed .insta-heading .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .insta-feed .insta-heading h2:first-child, .insta-feed .insta-heading .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .insta-feed .insta-heading h2:first-child {
    font-size: 35px;
    line-height: 42px;
  }
}
.counters-glance {
  background: #FDF8F9;
}

.subject_wrap {
  padding: 50px 0;
}
.subject_wrap .subj-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.subject_wrap .subj-item {
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  max-width: 220px;
}
.subject_wrap .subj-item a {
  padding: 50px 20px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(56.81%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 56.81%);
  border-radius: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  text-align: center;
  height: 100%;
}
.subject_wrap .subj-item a img {
  width: 55px;
  margin: 0 auto;
}
.subject_wrap .subj-item a .img-actual {
  opacity: 1;
  display: block;
}
.subject_wrap .subj-item a .img-hover {
  opacity: 0;
  display: none;
}
.subject_wrap .subj-item a p {
  margin: 15px 0 0;
}
.subject_wrap .subj-item a p, .subject_wrap .subj-item a img {
  position: relative;
  z-index: 1;
}
.subject_wrap .subj-item a:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 7px;
  z-index: 0;
}
.subject_wrap .subj-item a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.subject_wrap .subj-item a:hover:before {
  opacity: 0;
}
.subject_wrap .subj-item a:hover .img-actual {
  opacity: 0;
  display: none;
}
.subject_wrap .subj-item a:hover .img-hover {
  opacity: 1;
  display: block;
}

.sliderfour {
  padding: 50px 0;
}
.sliderfour.pink-block {
  background: #FDF8F9;
}

.sliderfour-title .block-title, .sliderfour-title .iconlist-block.adminblock h2, .iconlist-block.adminblock .sliderfour-title h2, .sliderfour-title .ranking-landing .rank-land-title, .ranking-landing .sliderfour-title .rank-land-title, .sliderfour-title .resrch-col-right h3, .resrch-col-right .sliderfour-title h3, .sliderfour-title .tab-block .section-programs h2, .tab-block .section-programs .sliderfour-title h2, .sliderfour-title .latest-news-top h3, .latest-news-top .sliderfour-title h3, .sliderfour-title .popular-news h3, .popular-news .sliderfour-title h3, .sliderfour-title .single-wrap .cnt .post-heading, .single-wrap .cnt .sliderfour-title .post-heading, .sliderfour-title .adminblock .container > h2, .adminblock .sliderfour-title .container > h2, .sliderfour-title .camp-tour-sec h2, .camp-tour-sec .sliderfour-title h2, .sliderfour-title .school-program h2:first-child, .school-program .sliderfour-title h2:first-child, .sliderfour-title .inner_about .blksec h3, .inner_about .blksec .sliderfour-title h3, .sliderfour-title .about-school-sec h2, .about-school-sec .sliderfour-title h2, .sliderfour-title .department-top h2, .department-top .sliderfour-title h2, .sliderfour-title .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .sliderfour-title h2:first-child, .sliderfour-title .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .sliderfour-title h2:first-child, .sliderfour-title .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .sliderfour-title h2:first-child, .sliderfour-title .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .sliderfour-title h2:first-child {
  margin-bottom: 20px;
}
.sliderfour-title p {
  margin-bottom: 20px;
}
.sliderfour-title .sliderfour-title-btn {
  display: none;
}

.sliderfour-data .sliderfour-image {
  padding: 0;
}
.sliderfour-data .sliderfour-image img {
  display: block;
  border-radius: 5px;
  width: 100%;
}
.sliderfour-data .sliderfour-content {
  padding: 10px 0;
}
.sliderfour-data .sliderfour-content a {
  color: #656565;
}
.sliderfour-data .sliderfour-content a:hover {
  color: #222;
}
.sliderfour-data ul.slick-dots {
  text-align: center;
}
.sliderfour-data .sl-title {
  font-weight: 600;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 22px;
}
.sliderfour-data .sl-desc {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 19px;
  display: none;
}
.sliderfour-data .sliderfour-content-inner {
  padding: 10px 0 0;
}
.sliderfour-data .sl-meta p {
  margin: 0 0 1px;
  font-size: 14px;
  line-height: 19px;
}
.sliderfour-data .sliderfour-title-btn-mobile {
  margin: 30px 0 0;
  text-align: center;
}

.page-template-research .block-title-wrap {
  margin: 0 0 50px;
}
.page-template-research .research-centers {
  border-top: 1px solid #dfdfdf;
}
.page-template-research .research-more-btn {
  text-align: center;
  margin: 15px 0 10px;
}
.page-template-research .bst-univ-outer {
  background: #fff;
}
.page-template-research .bst-univ-outer .bst-univ-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.page-template-research .bst-univ-outer .left-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-research .bst-univ-outer .left-cntnt {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-research .bst-univ-outer .slide-more {
  margin: 30px 0 0;
}
.page-template-research .counters-glance {
  padding: 60px 0;
}
.page-template-research .counters-glance .count-outer h4 {
  font-size: 23px;
  line-height: 28px;
  margin: 0 0 5px;
}
.page-template-research .counters-glance .count-outer .descri-counters {
  text-transform: capitalize;
}

.research-wrap {
  padding: 50px 0;
  border-top: 1px solid #dfdfdf;
}

.resrch-img {
  padding-right: 40px;
}

.resrch-col-right h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.resrch-col-right h3:before {
  display: none;
}
.resrch-col-right .dean-meta {
  margin: 20px 0 0;
}
.resrch-col-right .dean-meta p {
  line-height: 24px;
}
.resrch-col-right .dean-meta h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 5px;
  color: #AF0C3E;
}
.resrch-col-right .dean-msg {
  margin: 15px 0 30px;
}

.publicatn-outer {
  padding: 50px 0;
}
.publicatn-outer.single-project-publications {
  padding: 0;
}
.publicatn-outer.single-project-publications .publicatns {
  margin: 0 0 35px;
}
.publicatn-outer.single-project-publications .block-title, .publicatn-outer.single-project-publications .iconlist-block.adminblock h2, .iconlist-block.adminblock .publicatn-outer.single-project-publications h2, .publicatn-outer.single-project-publications .ranking-landing .rank-land-title, .ranking-landing .publicatn-outer.single-project-publications .rank-land-title, .publicatn-outer.single-project-publications .tab-block .section-programs h2, .tab-block .section-programs .publicatn-outer.single-project-publications h2, .publicatn-outer.single-project-publications .latest-news-top h3, .latest-news-top .publicatn-outer.single-project-publications h3, .publicatn-outer.single-project-publications .popular-news h3, .popular-news .publicatn-outer.single-project-publications h3, .publicatn-outer.single-project-publications .single-wrap .cnt .post-heading, .single-wrap .cnt .publicatn-outer.single-project-publications .post-heading, .publicatn-outer.single-project-publications .adminblock .container > h2, .adminblock .publicatn-outer.single-project-publications .container > h2, .publicatn-outer.single-project-publications .camp-tour-sec h2, .camp-tour-sec .publicatn-outer.single-project-publications h2, .publicatn-outer.single-project-publications .school-program h2:first-child, .school-program .publicatn-outer.single-project-publications h2:first-child, .publicatn-outer.single-project-publications .inner_about .blksec h3, .inner_about .blksec .publicatn-outer.single-project-publications h3, .publicatn-outer.single-project-publications .about-school-sec h2, .about-school-sec .publicatn-outer.single-project-publications h2, .publicatn-outer.single-project-publications .department-top h2, .department-top .publicatn-outer.single-project-publications h2, .publicatn-outer.single-project-publications .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .publicatn-outer.single-project-publications h2:first-child, .publicatn-outer.single-project-publications .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .publicatn-outer.single-project-publications h2:first-child, .publicatn-outer.single-project-publications .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .publicatn-outer.single-project-publications h2:first-child, .publicatn-outer.single-project-publications .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .publicatn-outer.single-project-publications h2:first-child, .publicatn-outer.single-project-publications .resrch-col-right h3, .resrch-col-right .publicatn-outer.single-project-publications h3 {
  text-align: left;
}
.publicatn-outer.single-project-publications .block-title:before, .publicatn-outer.single-project-publications .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .publicatn-outer.single-project-publications h2:before, .publicatn-outer.single-project-publications .ranking-landing .rank-land-title:before, .ranking-landing .publicatn-outer.single-project-publications .rank-land-title:before, .publicatn-outer.single-project-publications .tab-block .section-programs h2:before, .tab-block .section-programs .publicatn-outer.single-project-publications h2:before, .publicatn-outer.single-project-publications .latest-news-top h3:before, .latest-news-top .publicatn-outer.single-project-publications h3:before, .publicatn-outer.single-project-publications .popular-news h3:before, .popular-news .publicatn-outer.single-project-publications h3:before, .publicatn-outer.single-project-publications .single-wrap .cnt .post-heading:before, .single-wrap .cnt .publicatn-outer.single-project-publications .post-heading:before, .publicatn-outer.single-project-publications .adminblock .container > h2:before, .adminblock .publicatn-outer.single-project-publications .container > h2:before, .publicatn-outer.single-project-publications .camp-tour-sec h2:before, .camp-tour-sec .publicatn-outer.single-project-publications h2:before, .publicatn-outer.single-project-publications .school-program h2:first-child:before, .school-program .publicatn-outer.single-project-publications h2:first-child:before, .publicatn-outer.single-project-publications .inner_about .blksec h3:before, .inner_about .blksec .publicatn-outer.single-project-publications h3:before, .publicatn-outer.single-project-publications .about-school-sec h2:before, .about-school-sec .publicatn-outer.single-project-publications h2:before, .publicatn-outer.single-project-publications .department-top h2:before, .department-top .publicatn-outer.single-project-publications h2:before, .publicatn-outer.single-project-publications .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .publicatn-outer.single-project-publications h2:first-child:before, .publicatn-outer.single-project-publications .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .publicatn-outer.single-project-publications h2:first-child:before, .publicatn-outer.single-project-publications .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .publicatn-outer.single-project-publications h2:first-child:before, .publicatn-outer.single-project-publications .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .publicatn-outer.single-project-publications h2:first-child:before, .publicatn-outer.single-project-publications .resrch-col-right h3:before, .resrch-col-right .publicatn-outer.single-project-publications h3:before {
  right: auto;
  margin: 0;
}
.publicatn-outer .publi-sidebar {
  background: #FDF8F9;
  border-radius: 7px;
  padding: 50px;
}
.publicatn-outer .publi-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.publicatn-outer .publi-sidebar ul.publicatn-nav-block {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 10px;
  margin: 0 0 13px;
}
.publicatn-outer .publi-sidebar ul.publicatn-nav-block:last-child {
  margin: 0;
}
.publicatn-outer .publi-sidebar ul.publicatn-nav-block ul {
  padding-top: 15px;
  margin-top: 12px;
  display: none;
  border-top: 1px solid #dfdfdf;
}
.publicatn-outer .publi-sidebar ul.publicatn-nav-block ul li {
  margin: 13px 0;
  font-size: 14px;
  color: #656565;
  position: relative;
  padding: 0 0 0 10px;
  display: inline-block;
}
.publicatn-outer .publi-sidebar ul.publicatn-nav-block ul li:before {
  left: 0;
  top: 11px;
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background: #656565;
  border-radius: 50%;
}
.publicatn-outer .publi-sidebar ul.publicatn-nav-block ul li a {
  color: #656565;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.publicatn-outer .publi-sidebar ul.publicatn-nav-block ul li a:hover {
  color: #111;
}
.publicatn-outer .publi-sidebar ul.publicatn-nav-block.active ul {
  display: block;
}
.publicatn-outer .publi-sidebar ul.publicatn-nav-block > li span {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  position: relative;
  color: #AF0C3E;
}
.publicatn-outer .publi-sidebar ul.publicatn-nav-block > li span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(images/accordion-icon.svg) no-repeat;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  position: absolute;
  top: 8px;
  right: 0;
  opacity: 0.5;
}
.publicatn-outer .publi-sidebar ul.publicatn-nav-block.active > li span:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.publicatn-outer .publ-wrap {
  padding: 50px 0 0;
}
.publicatn-outer .publicatns-items-wrap {
  margin-top: 40px;
  margin-bottom: 30px;
}
.publicatn-outer .publications-inner {
  position: relative;
  padding: 0 0 0 40px;
}
.publicatn-outer .publicatns {
  margin: 0 0 15px;
}
.publicatn-outer .publicatns:nth-child(2n+1) {
  clear: both;
}
.publicatn-outer .pub-ico {
  position: absolute;
  left: 0;
  top: 0;
}
.publicatn-outer .article-title {
  margin: 0 0 20px;
}
.publicatn-outer .pub-author {
  margin: 0 0 10px;
}
.publicatn-outer .article-cntnt {
  font-size: 14px;
  line-height: 19px;
}
.publicatn-outer .article-cntnt a {
  color: #656565;
}
.publicatn-outer .article-cntnt a:hover {
  color: #AF0C3E;
}
.publicatn-outer .article-cntnt p {
  font-size: inherit;
}
.publicatn-outer .article-cntnt .pub-type a {
  color: #AF0C3E;
}
.publicatn-outer .article-cntnt .pub-type a:hover {
  text-decoration: underline;
}

.tp_single_publication {
  font-size: 0;
  line-height: 0;
}

.publictn-data span {
  display: block;
  line-height: 24px;
  font-size: 14px !important;
  font-weight: 500;
  margin-top: 15px;
  color: #656565;
}

span.tp_single_author {
  margin: 0;
}

span.tp_single_author:before, span.tp_single_title:before {
  content: "";
  margin-right: 5px;
  font-weight: 700;
  display: inline-block;
}

span.tp_single_title {
  display: none;
}

.publictn-data span.tp_single_additional {
  font-size: 0 !important;
  line-height: 0;
  margin: 0;
}

span.tp_single_author:before {
  content: "Author(s) :";
}

span.tp_pub_additional_journal:before {
  content: "Journal :";
}

span.tp_pub_additional_volume:before {
  content: "Volume :";
}

span.tp_pub_additional_number:before {
  content: "Number :";
}

span.tp_pub_additional_issn:before {
  content: "ISSN :";
}

.tp_single_additional:before {
  margin-right: 5px;
  font-weight: 700;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
}

.tp_single_additional span:before {
  margin-right: 5px;
  font-weight: 700;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
}

span.tp_pub_additional_booktitle:before {
  content: "Book Title :";
}

span.tp_pub_additional_pages:before {
  content: "Pages :";
}

span.tp_pub_additional_organization:before {
  content: "Organization :";
}

span.tp_pub_additional_publisher:before {
  content: "Publisher :";
}

span.tp_pub_additional_address:before {
  content: "Address :";
}

span.tp_pub_additional_year:before {
  content: "Year :";
}

span.tp_pub_additional_isbn:before {
  content: "ISBN :";
}

span.tp_pub_additional_note:before {
  content: "Notes :";
}

span.tp_pub_additional_note {
  display: block;
}

h2.tp_abstract {
  margin: 0;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #222;
  font-size: 1.1em;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h2.tp_links {
  margin: 0;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #222;
  font-size: 1.1em;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

ul.tp_pub_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

li a.tp_pub_list {
  background-size: 20px;
  padding: 5px 0 5px 27px;
  background-position: left;
  background-repeat: no-repeat;
}

h2.tp_bibtex {
  display: none;
}

pre.tp_bibtex {
  display: none;
}

.research-themes {
  padding: 50px 0;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
.research-themes .theme-list {
  margin-top: 30px;
}
.research-themes .theme-item {
  width: 100%;
  padding: 5px;
  float: left;
}
.research-themes .theme-item .about-item-inner {
  position: relative;
}
.research-themes .theme-item .about-item-inner:hover .theme-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.research-themes .theme-item .theme-img {
  width: 100%;
  border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
}
.research-themes .theme-item .theme-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/img-overlay.png) center bottom;
  bottom: 0;
  left: 0;
  background-size: cover;
  border-radius: 5px;
}
.research-themes .theme-item .theme-img img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.research-themes .theme-item .theme-title {
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
  margin: 0 auto;
  word-break: break-all;
  overflow-wrap: break-word;
}
.research-themes .theme-item .theme-title p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.research-themes .theme-item .theme-title a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  display: block;
}

.single-wrap .cnt .research-meta {
  padding: 25px;
  border: 1px solid #a01;
  border-radius: 10px;
  margin: 40px 0 30px;
}
.single-wrap .cnt .research-meta p {
  margin: 0 0 3px;
  line-height: 1.4em;
  font-size: 13px;
}
.single-wrap .cnt .research-meta .rm-bottom {
  margin: 20px 0 0;
}
.single-wrap .cnt .research-meta .rmb-item {
  margin: 0 40px 0 0;
  float: left;
  font-size: 12px;
}
.single-wrap .cnt .research-meta .rmb-item span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  color: #AF0C3E;
}
.single-wrap .cnt .research-meta .rmb-item a {
  color: #656565;
  border-bottom: 1px dashed #AF0C3E;
  text-decoration: none !important;
}
.single-wrap .cnt .research-meta .rmb-item a:hover {
  color: #000;
}

@media screen and (min-width: 400px) {
  .research-themes .theme-item {
    width: 50%;
  }
}
@media only screen and (min-width: 601px) {
  .research-themes .theme-item {
    width: 33.33%;
  }

  .subject_wrap .subj-items-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .subject_wrap .subj-item {
    margin: 0;
    max-width: none;
    width: 50%;
    padding: 8px;
  }
}
.research-areas-section.thematic .sub-text {
  margin: 15px auto 0;
  text-align: center;
}

@media (max-width: 420px) {
  .counters-glance .count-outer .abt-counter-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-research .bst-univ-outer {
    padding: 0 0 50px;
    background: #fff;
  }
  .page-template-research .bst-univ-outer .container {
    padding: 0;
  }
  .page-template-research .bst-univ-outer .bst-univ-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .page-template-research .bst-univ-outer .right-sec {
    padding: 30px;
  }
  .page-template-research .bst-univ-outer .left-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-research .bst-univ-outer .left-cntnt {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 30px;
    border-radius: 0;
  }
  .page-template-research .bst-univ-outer .slide-more {
    margin: 20px 0 0;
  }
  .page-template-research .bst-univ-outer .left-img {
    margin: 0;
  }
  .page-template-research .bst-univ-outer .left-img img {
    border-radius: 0;
  }
  .page-template-research .sec-happening {
    padding: 60px 0 20px !important;
  }

  .resrch-img img {
    max-width: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .research-themes .theme-item {
    width: 25%;
  }

  .page-template-research .counters-glance {
    padding: 100px 0;
  }
  .page-template-research .bst-univ-outer .left-txt {
    line-height: 38px;
  }
  .page-template-research .bst-univ-outer .slide-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-template-research .bst-univ-outer .right-cntnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 60px 0 0;
  }
  .page-template-research .bst-univ-outer .right-cntnt .right-cntnt-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
  }
  .page-template-research .bst-univ-outer .right-sec {
    padding-top: 90px;
  }
  .page-template-research .bst-univ-outer .left-img {
    margin-left: -30px;
    position: relative;
    z-index: 2;
  }
  .page-template-research .bst-univ-outer .left-cntnt {
    margin: 0;
    float: none;
    top: 60px;
    position: relative;
  }

  .subject_wrap {
    padding: 75px 0;
  }
  .subject_wrap .subj-item {
    width: 33.33%;
  }

  .sliderfour {
    padding: 90px 0;
  }
  .sliderfour .sliderfour-title {
    float: left;
    width: 30%;
    padding-right: 25px;
  }
  .sliderfour .sliderfour-title .sliderfour-title-btn {
    display: block;
  }
  .sliderfour .sliderfour-title-btn-mobile {
    display: none;
  }
  .sliderfour .sliderfour-data {
    width: 70%;
    float: left;
  }
  .sliderfour .sliderfour-data ul.slick-dots {
    text-align: left;
  }

  .research-wrap {
    padding: 70px 0;
  }
  .research-wrap .resrch-col-right h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .research-wrap .resrch-col-right .dean-meta h4 {
    font-size: 19px;
  }

  .publicatn-outer {
    padding: 100px 0;
  }
  .publicatn-outer.single-project-publications {
    padding: 0 0 20px;
  }

  .single-wrap .cnt .research-meta {
    padding: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .research-themes {
    padding: 80px 0;
  }
  .research-themes .theme-item {
    width: 16.66%;
    padding: 10px;
  }

  .subject_wrap {
    padding: 100px 0;
  }
  .subject_wrap .subj-item {
    width: 25%;
  }

  .sliderfour .sliderfour-data .sliderfour-image {
    float: left;
    width: 45%;
    padding: 0 10px;
  }
  .sliderfour .sliderfour-data .sliderfour-content {
    float: left;
    width: 55%;
    padding: 0 40px;
  }

  .sliderfour-data .sl-desc {
    display: block;
  }

  .publicatn-outer .publ-wrap {
    padding: 0 0 0 70px;
  }
  .publicatn-outer.single-project-publications {
    padding: 0 0 40px;
  }
  .publicatn-outer.single-project-publications .publicatns:nth-child(2n+1) {
    clear: none !important;
  }

  .page-template-research .bst-univ-outer .bst-univ-wrap {
    padding-bottom: 120px;
  }
  .page-template-research .bst-univ-outer .left-sec {
    padding-right: 60px;
  }
  .page-template-research .bst-univ-outer ul.slick-dots {
    margin: 50px 0 0;
  }
  .page-template-research .bst-univ-outer .right-sec {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .subject_wrap {
    padding: 100px 0;
  }
  .subject_wrap .subj-item {
    width: 20%;
  }

  .page-template-research .bst-univ-outer .left-sec {
    padding-right: 80px;
  }
  .page-template-research .bst-univ-outer ul.slick-dots {
    margin: 0;
  }
}
.research-inner-top {
  padding: 50px 0;
}
.research-inner-top .res-top-left {
  padding-bottom: 50px;
}
.research-inner-top .res-top-left img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.research-inner-top .res-top-desc {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 23px;
}
.research-inner-top .res-top-desc p {
  font-size: inherit;
  line-height: inherit;
}

.research-projects {
  padding: 50px 0;
  position: relative;
}
.research-projects:before {
  width: 1140px;
  max-width: calc(100% - 60px);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #DFDFDF;
  top: 0;
  position: absolute;
}
.research-projects .research-projects-title {
  font-size: 19px;
  color: #AF0C3E;
  font-weight: 600;
  margin: 0 0 30px;
}
.research-projects .research-projects-more {
  text-align: center;
  padding: 40px 0 0;
}
.research-projects .res-pro-item {
  margin: 0 0 20px;
}
.research-projects .res-pro-inner {
  position: relative;
  border-radius: 5px;
}
.research-projects .res-pro-inner h5 {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 33px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.research-projects .res-pro-inner a {
  display: block;
}
.research-projects .res-pro-inner img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.research-projects .res-pro-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
}
.research-projects .res-pro-inner:hover h5 {
  bottom: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.research-projects .res-pro-inner:hover img {
  opacity: 0.8;
}

.research-block {
  background: #FDF8F9;
  padding: 50px 0;
}
.research-block .research-block-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.research-block .research-block-left {
  text-align: center;
}
.research-block .research-block-left h4 {
  margin: 20px 0 0;
  color: #AF0C3E;
  font-size: 24px;
  font-weight: 600;
}
.research-block .research-block-center {
  padding: 40px 15px 20px;
}
.research-block .research-block-center img {
  width: 100%;
  border-radius: 5px;
}
.research-block .research-block-right p {
  line-height: 23px;
}

.res-int-block {
  padding: 50px 0;
}
.res-int-block .container {
  max-width: 960px;
}
.res-int-block .res-int-content {
  margin: 20px 0 0;
}
.res-int-block .res-int-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.res-int-block .res-int-content ul li {
  position: relative;
  margin: 15px 0;
  padding: 0 0 0 15px;
  font-size: 14px;
}
.res-int-block .res-int-content ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: #656565;
  border-radius: 50%;
}

.research-gallery-section {
  background: #FDF8F9;
  padding: 50px 0;
}
.research-gallery-section .res-gallery-wrap {
  max-width: 1030px;
  margin: 40px auto;
  padding: 0 15px;
}
.research-gallery-section .res-gallery-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.research-gallery-section .res-gallery-item {
  float: left;
  width: 100%;
  padding: 0 0 20px;
}
.research-gallery-section .res-gallery-item:last-child {
  padding: 0;
}
.research-gallery-section .res-gallery-item img {
  display: block;
  width: 100%;
  border-radius: 7px;
}
.research-gallery-section .res-gallery-item a {
  display: block;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.research-gallery-section .res-gallery-item .res-gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(56.81%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 56.81%);
  opacity: 0.9;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  overflow: hidden;
}
.research-gallery-section .res-gallery-item a:hover .res-gallery-overlay {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.research-gallery-section .res-gallery-item .res-overlay-inner {
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-49%);
          transform: translateY(-49%);
  left: 0;
  width: 100%;
  padding: 30px;
}
.research-gallery-section .res-gallery-item .res-read-more {
  text-transform: uppercase;
  margin: 30px 0 0;
}
.research-gallery-section .res-gallery-item .res-read-more span {
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.738462px;
  font-weight: 700;
}
.research-gallery-section .image-gallery-block .res-gallery-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 18, 63, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.research-gallery-section .image-gallery-block .res-gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/gallery-icon.svg) no-repeat center;
  background-size: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.research-gallery-section .image-gallery-block .res-gallery-item a:hover:before, .research-gallery-section .image-gallery-block .res-gallery-item a:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media (max-width: 480px) {
  .res-pro-item {
    width: 100%;
  }

  .research-projects .res-pro-inner h5 {
    padding: 20px;
  }
}
@media only screen and (min-width: 481px) {
  .research-gallery-section .res-gallery-item {
    width: 50%;
    padding: 5px;
  }
  .research-gallery-section .res-gallery-item:last-child {
    padding: 5px;
  }
  .research-gallery-section .res-gallery-item .res-overlay-inner {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .research-inner-top {
    padding: 75px 0;
  }
  .research-inner-top .res-top-left {
    padding-right: 50px;
    padding-bottom: 0;
  }

  .research-projects {
    padding: 75px 0;
  }

  .research-block {
    padding: 70px 0;
  }
  .research-block .research-block-left {
    margin: 0 0 35px;
  }
  .research-block .research-block-center {
    padding: 0 15px;
  }

  .res-int-block {
    padding: 75px 0;
  }
  .res-int-block .res-int-content {
    margin: 40px 0 0;
  }

  .research-gallery-section {
    padding: 75px 0;
  }
  .research-gallery-section .res-gallery-item {
    width: 33.33%;
  }
  .research-gallery-section .res-gallery-item .res-overlay-inner {
    padding: 33px;
  }
}
@media only screen and (min-width: 992px) {
  .research-inner-top {
    padding: 100px 0;
  }

  .research-projects {
    padding: 100px 0;
  }

  .research-block {
    padding: 90px 0;
  }
  .research-block .research-block-left {
    margin: 0;
  }
  .research-block .research-block-center {
    padding: 0 50px;
  }

  .res-int-block {
    padding: 100px 0;
  }

  .research-gallery-section {
    padding: 100px 0;
  }
  .research-gallery-section .res-gallery-item {
    width: 25%;
  }
}
.tab-block .research-gallery-section {
  padding: 0;
  background: transparent;
}
.tab-block .research-gallery-section .container {
  padding: 0;
}
.tab-block .research-gallery-section .res-gallery-wrap {
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.error-page, .maintenance-page {
  text-align: center;
  padding: 40px 0 0;
}
.error-page .error-img, .maintenance-page .error-img {
  margin: 20px 0 15px;
}
.error-page .error-text p, .error-page .maint-text p, .maintenance-page .error-text p, .maintenance-page .maint-text p {
  font-size: 13px;
  margin: 0 0 15px;
}
.error-page .error-text .block-title, .error-page .error-text .iconlist-block.adminblock h2, .iconlist-block.adminblock .error-page .error-text h2, .error-page .error-text .ranking-landing .rank-land-title, .ranking-landing .error-page .error-text .rank-land-title, .error-page .error-text .tab-block .section-programs h2, .tab-block .section-programs .error-page .error-text h2, .error-page .error-text .latest-news-top h3, .latest-news-top .error-page .error-text h3, .error-page .error-text .popular-news h3, .popular-news .error-page .error-text h3, .error-page .error-text .single-wrap .cnt .post-heading, .single-wrap .cnt .error-page .error-text .post-heading, .error-page .error-text .adminblock .container > h2, .adminblock .error-page .error-text .container > h2, .error-page .error-text .camp-tour-sec h2, .camp-tour-sec .error-page .error-text h2, .error-page .error-text .school-program h2:first-child, .school-program .error-page .error-text h2:first-child, .error-page .error-text .inner_about .blksec h3, .inner_about .blksec .error-page .error-text h3, .error-page .error-text .about-school-sec h2, .about-school-sec .error-page .error-text h2, .error-page .error-text .department-top h2, .department-top .error-page .error-text h2, .error-page .error-text .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .error-page .error-text h2:first-child, .error-page .error-text .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .error-page .error-text h2:first-child, .error-page .error-text .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .error-page .error-text h2:first-child, .error-page .error-text .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .error-page .error-text h2:first-child, .error-page .error-text .resrch-col-right h3, .resrch-col-right .error-page .error-text h3, .error-page .maint-text .block-title, .error-page .maint-text .iconlist-block.adminblock h2, .iconlist-block.adminblock .error-page .maint-text h2, .error-page .maint-text .ranking-landing .rank-land-title, .ranking-landing .error-page .maint-text .rank-land-title, .error-page .maint-text .tab-block .section-programs h2, .tab-block .section-programs .error-page .maint-text h2, .error-page .maint-text .latest-news-top h3, .latest-news-top .error-page .maint-text h3, .error-page .maint-text .popular-news h3, .popular-news .error-page .maint-text h3, .error-page .maint-text .single-wrap .cnt .post-heading, .single-wrap .cnt .error-page .maint-text .post-heading, .error-page .maint-text .adminblock .container > h2, .adminblock .error-page .maint-text .container > h2, .error-page .maint-text .camp-tour-sec h2, .camp-tour-sec .error-page .maint-text h2, .error-page .maint-text .school-program h2:first-child, .school-program .error-page .maint-text h2:first-child, .error-page .maint-text .inner_about .blksec h3, .inner_about .blksec .error-page .maint-text h3, .error-page .maint-text .about-school-sec h2, .about-school-sec .error-page .maint-text h2, .error-page .maint-text .department-top h2, .department-top .error-page .maint-text h2, .error-page .maint-text .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .error-page .maint-text h2:first-child, .error-page .maint-text .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .error-page .maint-text h2:first-child, .error-page .maint-text .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .error-page .maint-text h2:first-child, .error-page .maint-text .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .error-page .maint-text h2:first-child, .error-page .maint-text .resrch-col-right h3, .resrch-col-right .error-page .maint-text h3, .maintenance-page .error-text .block-title, .maintenance-page .error-text .iconlist-block.adminblock h2, .iconlist-block.adminblock .maintenance-page .error-text h2, .maintenance-page .error-text .ranking-landing .rank-land-title, .ranking-landing .maintenance-page .error-text .rank-land-title, .maintenance-page .error-text .tab-block .section-programs h2, .tab-block .section-programs .maintenance-page .error-text h2, .maintenance-page .error-text .latest-news-top h3, .latest-news-top .maintenance-page .error-text h3, .maintenance-page .error-text .popular-news h3, .popular-news .maintenance-page .error-text h3, .maintenance-page .error-text .single-wrap .cnt .post-heading, .single-wrap .cnt .maintenance-page .error-text .post-heading, .maintenance-page .error-text .adminblock .container > h2, .adminblock .maintenance-page .error-text .container > h2, .maintenance-page .error-text .camp-tour-sec h2, .camp-tour-sec .maintenance-page .error-text h2, .maintenance-page .error-text .school-program h2:first-child, .school-program .maintenance-page .error-text h2:first-child, .maintenance-page .error-text .inner_about .blksec h3, .inner_about .blksec .maintenance-page .error-text h3, .maintenance-page .error-text .about-school-sec h2, .about-school-sec .maintenance-page .error-text h2, .maintenance-page .error-text .department-top h2, .department-top .maintenance-page .error-text h2, .maintenance-page .error-text .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .maintenance-page .error-text h2:first-child, .maintenance-page .error-text .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .maintenance-page .error-text h2:first-child, .maintenance-page .error-text .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .maintenance-page .error-text h2:first-child, .maintenance-page .error-text .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .maintenance-page .error-text h2:first-child, .maintenance-page .error-text .resrch-col-right h3, .resrch-col-right .maintenance-page .error-text h3, .maintenance-page .maint-text .block-title, .maintenance-page .maint-text .iconlist-block.adminblock h2, .iconlist-block.adminblock .maintenance-page .maint-text h2, .maintenance-page .maint-text .ranking-landing .rank-land-title, .ranking-landing .maintenance-page .maint-text .rank-land-title, .maintenance-page .maint-text .tab-block .section-programs h2, .tab-block .section-programs .maintenance-page .maint-text h2, .maintenance-page .maint-text .latest-news-top h3, .latest-news-top .maintenance-page .maint-text h3, .maintenance-page .maint-text .popular-news h3, .popular-news .maintenance-page .maint-text h3, .maintenance-page .maint-text .single-wrap .cnt .post-heading, .single-wrap .cnt .maintenance-page .maint-text .post-heading, .maintenance-page .maint-text .adminblock .container > h2, .adminblock .maintenance-page .maint-text .container > h2, .maintenance-page .maint-text .camp-tour-sec h2, .camp-tour-sec .maintenance-page .maint-text h2, .maintenance-page .maint-text .school-program h2:first-child, .school-program .maintenance-page .maint-text h2:first-child, .maintenance-page .maint-text .inner_about .blksec h3, .inner_about .blksec .maintenance-page .maint-text h3, .maintenance-page .maint-text .about-school-sec h2, .about-school-sec .maintenance-page .maint-text h2, .maintenance-page .maint-text .department-top h2, .department-top .maintenance-page .maint-text h2, .maintenance-page .maint-text .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .maintenance-page .maint-text h2:first-child, .maintenance-page .maint-text .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .maintenance-page .maint-text h2:first-child, .maintenance-page .maint-text .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .maintenance-page .maint-text h2:first-child, .maintenance-page .maint-text .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .maintenance-page .maint-text h2:first-child, .maintenance-page .maint-text .resrch-col-right h3, .resrch-col-right .maintenance-page .maint-text h3 {
  padding: 0;
  margin: 0 0 15px;
}
.error-page .error-text .block-title:before, .error-page .error-text .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .error-page .error-text h2:before, .error-page .error-text .ranking-landing .rank-land-title:before, .ranking-landing .error-page .error-text .rank-land-title:before, .error-page .error-text .tab-block .section-programs h2:before, .tab-block .section-programs .error-page .error-text h2:before, .error-page .error-text .latest-news-top h3:before, .latest-news-top .error-page .error-text h3:before, .error-page .error-text .popular-news h3:before, .popular-news .error-page .error-text h3:before, .error-page .error-text .single-wrap .cnt .post-heading:before, .single-wrap .cnt .error-page .error-text .post-heading:before, .error-page .error-text .adminblock .container > h2:before, .adminblock .error-page .error-text .container > h2:before, .error-page .error-text .camp-tour-sec h2:before, .camp-tour-sec .error-page .error-text h2:before, .error-page .error-text .school-program h2:first-child:before, .school-program .error-page .error-text h2:first-child:before, .error-page .error-text .inner_about .blksec h3:before, .inner_about .blksec .error-page .error-text h3:before, .error-page .error-text .about-school-sec h2:before, .about-school-sec .error-page .error-text h2:before, .error-page .error-text .department-top h2:before, .department-top .error-page .error-text h2:before, .error-page .error-text .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .error-page .error-text h2:first-child:before, .error-page .error-text .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .error-page .error-text h2:first-child:before, .error-page .error-text .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .error-page .error-text h2:first-child:before, .error-page .error-text .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .error-page .error-text h2:first-child:before, .error-page .error-text .resrch-col-right h3:before, .resrch-col-right .error-page .error-text h3:before, .error-page .maint-text .block-title:before, .error-page .maint-text .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .error-page .maint-text h2:before, .error-page .maint-text .ranking-landing .rank-land-title:before, .ranking-landing .error-page .maint-text .rank-land-title:before, .error-page .maint-text .tab-block .section-programs h2:before, .tab-block .section-programs .error-page .maint-text h2:before, .error-page .maint-text .latest-news-top h3:before, .latest-news-top .error-page .maint-text h3:before, .error-page .maint-text .popular-news h3:before, .popular-news .error-page .maint-text h3:before, .error-page .maint-text .single-wrap .cnt .post-heading:before, .single-wrap .cnt .error-page .maint-text .post-heading:before, .error-page .maint-text .adminblock .container > h2:before, .adminblock .error-page .maint-text .container > h2:before, .error-page .maint-text .camp-tour-sec h2:before, .camp-tour-sec .error-page .maint-text h2:before, .error-page .maint-text .school-program h2:first-child:before, .school-program .error-page .maint-text h2:first-child:before, .error-page .maint-text .inner_about .blksec h3:before, .inner_about .blksec .error-page .maint-text h3:before, .error-page .maint-text .about-school-sec h2:before, .about-school-sec .error-page .maint-text h2:before, .error-page .maint-text .department-top h2:before, .department-top .error-page .maint-text h2:before, .error-page .maint-text .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .error-page .maint-text h2:first-child:before, .error-page .maint-text .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .error-page .maint-text h2:first-child:before, .error-page .maint-text .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .error-page .maint-text h2:first-child:before, .error-page .maint-text .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .error-page .maint-text h2:first-child:before, .error-page .maint-text .resrch-col-right h3:before, .resrch-col-right .error-page .maint-text h3:before, .maintenance-page .error-text .block-title:before, .maintenance-page .error-text .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .maintenance-page .error-text h2:before, .maintenance-page .error-text .ranking-landing .rank-land-title:before, .ranking-landing .maintenance-page .error-text .rank-land-title:before, .maintenance-page .error-text .tab-block .section-programs h2:before, .tab-block .section-programs .maintenance-page .error-text h2:before, .maintenance-page .error-text .latest-news-top h3:before, .latest-news-top .maintenance-page .error-text h3:before, .maintenance-page .error-text .popular-news h3:before, .popular-news .maintenance-page .error-text h3:before, .maintenance-page .error-text .single-wrap .cnt .post-heading:before, .single-wrap .cnt .maintenance-page .error-text .post-heading:before, .maintenance-page .error-text .adminblock .container > h2:before, .adminblock .maintenance-page .error-text .container > h2:before, .maintenance-page .error-text .camp-tour-sec h2:before, .camp-tour-sec .maintenance-page .error-text h2:before, .maintenance-page .error-text .school-program h2:first-child:before, .school-program .maintenance-page .error-text h2:first-child:before, .maintenance-page .error-text .inner_about .blksec h3:before, .inner_about .blksec .maintenance-page .error-text h3:before, .maintenance-page .error-text .about-school-sec h2:before, .about-school-sec .maintenance-page .error-text h2:before, .maintenance-page .error-text .department-top h2:before, .department-top .maintenance-page .error-text h2:before, .maintenance-page .error-text .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .maintenance-page .error-text h2:first-child:before, .maintenance-page .error-text .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .maintenance-page .error-text h2:first-child:before, .maintenance-page .error-text .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .maintenance-page .error-text h2:first-child:before, .maintenance-page .error-text .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .maintenance-page .error-text h2:first-child:before, .maintenance-page .error-text .resrch-col-right h3:before, .resrch-col-right .maintenance-page .error-text h3:before, .maintenance-page .maint-text .block-title:before, .maintenance-page .maint-text .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .maintenance-page .maint-text h2:before, .maintenance-page .maint-text .ranking-landing .rank-land-title:before, .ranking-landing .maintenance-page .maint-text .rank-land-title:before, .maintenance-page .maint-text .tab-block .section-programs h2:before, .tab-block .section-programs .maintenance-page .maint-text h2:before, .maintenance-page .maint-text .latest-news-top h3:before, .latest-news-top .maintenance-page .maint-text h3:before, .maintenance-page .maint-text .popular-news h3:before, .popular-news .maintenance-page .maint-text h3:before, .maintenance-page .maint-text .single-wrap .cnt .post-heading:before, .single-wrap .cnt .maintenance-page .maint-text .post-heading:before, .maintenance-page .maint-text .adminblock .container > h2:before, .adminblock .maintenance-page .maint-text .container > h2:before, .maintenance-page .maint-text .camp-tour-sec h2:before, .camp-tour-sec .maintenance-page .maint-text h2:before, .maintenance-page .maint-text .school-program h2:first-child:before, .school-program .maintenance-page .maint-text h2:first-child:before, .maintenance-page .maint-text .inner_about .blksec h3:before, .inner_about .blksec .maintenance-page .maint-text h3:before, .maintenance-page .maint-text .about-school-sec h2:before, .about-school-sec .maintenance-page .maint-text h2:before, .maintenance-page .maint-text .department-top h2:before, .department-top .maintenance-page .maint-text h2:before, .maintenance-page .maint-text .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .maintenance-page .maint-text h2:first-child:before, .maintenance-page .maint-text .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .maintenance-page .maint-text h2:first-child:before, .maintenance-page .maint-text .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .maintenance-page .maint-text h2:first-child:before, .maintenance-page .maint-text .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .maintenance-page .maint-text h2:first-child:before, .maintenance-page .maint-text .resrch-col-right h3:before, .resrch-col-right .maintenance-page .maint-text h3:before {
  display: none;
}

.ranking-events.amr_events_block {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .error-page .error-text h2.block-title, .error-page .error-text .iconlist-block.adminblock h2, .iconlist-block.adminblock .error-page .error-text h2, .error-page .error-text .ranking-landing h2.rank-land-title, .ranking-landing .error-page .error-text h2.rank-land-title, .error-page .error-text .tab-block .section-programs h2, .tab-block .section-programs .error-page .error-text h2, .error-page .error-text .single-wrap .cnt h2.post-heading, .single-wrap .cnt .error-page .error-text h2.post-heading, .error-page .error-text .adminblock .container > h2, .adminblock .error-page .error-text .container > h2, .error-page .error-text .camp-tour-sec h2, .camp-tour-sec .error-page .error-text h2, .error-page .error-text .school-program h2:first-child, .school-program .error-page .error-text h2:first-child, .error-page .error-text .about-school-sec h2, .about-school-sec .error-page .error-text h2, .error-page .error-text .department-top h2, .department-top .error-page .error-text h2, .error-page .error-text .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .error-page .error-text h2:first-child, .error-page .error-text .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .error-page .error-text h2:first-child, .error-page .error-text .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .error-page .error-text h2:first-child, .error-page .error-text .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .error-page .error-text h2:first-child, .error-page .maint-text h2.block-title, .error-page .maint-text .iconlist-block.adminblock h2, .iconlist-block.adminblock .error-page .maint-text h2, .error-page .maint-text .ranking-landing h2.rank-land-title, .ranking-landing .error-page .maint-text h2.rank-land-title, .error-page .maint-text .tab-block .section-programs h2, .tab-block .section-programs .error-page .maint-text h2, .error-page .maint-text .single-wrap .cnt h2.post-heading, .single-wrap .cnt .error-page .maint-text h2.post-heading, .error-page .maint-text .adminblock .container > h2, .adminblock .error-page .maint-text .container > h2, .error-page .maint-text .camp-tour-sec h2, .camp-tour-sec .error-page .maint-text h2, .error-page .maint-text .school-program h2:first-child, .school-program .error-page .maint-text h2:first-child, .error-page .maint-text .about-school-sec h2, .about-school-sec .error-page .maint-text h2, .error-page .maint-text .department-top h2, .department-top .error-page .maint-text h2, .error-page .maint-text .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .error-page .maint-text h2:first-child, .error-page .maint-text .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .error-page .maint-text h2:first-child, .error-page .maint-text .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .error-page .maint-text h2:first-child, .error-page .maint-text .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .error-page .maint-text h2:first-child {
    font-size: 22px;
    line-height: 24px;
  }

  .ranking-events.amr_events_block {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .error-page, .maintenance-page {
    padding: 60px 0 0;
  }
  .error-page .error-img img, .maintenance-page .error-img img {
    width: auto;
    max-width: 100%;
    max-height: 24vw;
  }

  .maintenance-page .error-img {
    margin: 40px 0 30px;
  }
}
.page-template-cir-template .admission-placements .adm-place-box {
  margin-bottom: 20px;
}
.page-template-cir-template .place-box-bottom {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 26px;
  max-width: 400px;
}
.page-template-cir-template .place-box-bottom p {
  font-size: inherit;
  line-height: inherit;
}
.page-template-cir-template .placement-block {
  background: #fff;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 80px 0;
}
.page-template-cir-template .placement-block .placement-logo-sec {
  margin: 0 auto;
  padding: 0;
}
.page-template-cir-template .program-search {
  border: 0;
  padding: 28px 0;
  text-align: center;
}
.page-template-cir-template .placed-students-sec {
  padding: 100px 0 40px;
}
.page-template-cir-template .placed-students-sec .secondary-nav {
  margin: 40px 0 0;
}
.page-template-cir-template .pl-students-wrap {
  position: relative;
}
.page-template-cir-template .pl-students-wrap:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 21px;
  background: #fff;
}
.page-template-cir-template .pl-students-row {
  margin-left: -20px;
  margin-right: -20px;
}
.page-template-cir-template .pl-students-row .pl-student-item {
  padding: 20px 20px 0;
  float: left;
  width: 100%;
}
.page-template-cir-template .pl-students-row .pl-student-item-inner {
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
}
.page-template-cir-template .pl-students-row .pl-student-item-inner .pl-std-image img {
  width: 100%;
  border-radius: 6px;
}
.page-template-cir-template .pl-students-row .pl-student-item-inner h6 {
  margin: 20px 0 10px;
  font-weight: 500;
  font-size: 15px;
  color: #AF0C3E;
}
.page-template-cir-template .pl-students-row .pl-student-item-inner p {
  font-size: 13px;
}
.page-template-cir-template .cir-testi-section {
  text-align: center;
  padding: 50px 0;
  border: 1px solid #dfdfdf;
}
.page-template-cir-template .cir-testi-section .container {
  max-width: 700px;
  margin: 0 auto;
}
.page-template-cir-template .cir-testi-section .cir-testi-image {
  margin: 0 0 20px;
}
.page-template-cir-template .cir-testi-section .cir-testi-image img {
  max-height: 50px;
  width: auto;
  margin: 0 auto;
}
.page-template-cir-template .cir-testi-section .cir-testi-text {
  font-size: 14px;
  line-height: 23px;
}
.page-template-cir-template .cir-testi-section ul.slick-dots {
  margin: 20px 0 0;
}

@media only screen and (min-width: 481px) {
  .page-template-cir-template .pl-students-row .pl-student-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-cir-template .place-box-bottom {
    margin: 70px 0 0;
    font-size: 17px;
  }
  .page-template-cir-template .pl-students-row .pl-student-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .page-template-cir-template .admission-placements .adm-place-wrap .adm-place-box {
    padding: 80px;
  }
  .page-template-cir-template .pl-students-row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .page-template-cir-template .pl-students-row .pl-student-item {
    padding: 40px 40px 0;
    width: 25%;
  }
  .page-template-cir-template .pl-students-row .pl-student-item .pl-student-item-inner {
    padding: 40px 0;
  }
  .page-template-cir-template .cir-testi-section {
    text-align: center;
    padding: 90px 0;
    border: 1px solid #dfdfdf;
  }
  .page-template-cir-template .cir-testi-section .cir-testi-image {
    margin: 0 0 30px;
  }
  .page-template-cir-template .cir-testi-section .cir-testi-image img {
    max-height: 60px;
  }
  .page-template-cir-template .cir-testi-section .cir-testi-text {
    font-size: 16px;
    line-height: 26px;
  }
  .page-template-cir-template .cir-testi-section ul.slick-dots {
    margin: 30px 0 0;
  }
}
.page-template-live-in-labs .wp-block-uagb-section .uagb-section__inner-wrap p {
  line-height: 25px;
  margin: 25px 0 0;
}
.page-template-live-in-labs .sec-happening {
  background: #fcf3f6 !important;
}
.page-template-live-in-labs .dept-info .dept-stati {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-live-in-labs .dept-info .stati-outer {
  margin: 0;
}
.page-template-live-in-labs .dept-info .stati-outer img {
  width: 65%;
}
.page-template-live-in-labs .dept-info .facility-desc {
  line-height: 25px;
}
.page-template-live-in-labs .dept-info .facility-desc p {
  line-height: inherit;
}
.page-template-live-in-labs .thematic-section {
  padding: 50px 0;
}
.page-template-live-in-labs .thematic-section .thematic-items-wrap {
  margin: 40px -15px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-live-in-labs .thematic-section p.sub-text {
  margin: 15px auto 0;
  text-align: center;
}
.page-template-live-in-labs .thematic-section .thematic-item {
  width: 100%;
  padding: 15px;
}
.page-template-live-in-labs .thematic-section .thematic-item img {
  width: 100%;
  border-radius: 5px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-live-in-labs .thematic-section .thematic-item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.page-template-live-in-labs .thematic-section .thematic-item a:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000, transparent);
  width: 100%;
  border-radius: 5px;
}
.page-template-live-in-labs .thematic-section .thematic-item .thematic-item-overlay {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 15px;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page-template-live-in-labs .thematic-section .thematic-item .thematic-item-overlay h6 {
  color: #fff;
  font-size: 13px;
  margin: 0;
  font-weight: 500;
}
.page-template-live-in-labs .thematic-section .thematic-item a:hover .thematic-item-overlay {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.page-template-live-in-labs .thematic-section .thematic-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-live-in-labs .jeeva-section {
  position: relative;
  background: #FDF8F9;
}
.page-template-live-in-labs .jeeva-section .jeeva-left .jeeva-left-inner {
  padding: 50px 30px;
  text-align: center;
}
.page-template-live-in-labs .jeeva-section .jeeva-left p.jeeva-sub {
  margin: 20px 0;
  color: #AF0C3E;
}
.page-template-live-in-labs .jeeva-section .jeeva-left .jeeva-more {
  margin: 25px 0 0;
}
.page-template-live-in-labs .jeeva-section .jeeva-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-live-in-labs .reach-presence-section {
  padding: 50px 0;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block .block-title, .page-template-live-in-labs .reach-presence-section .rp-left-block .iconlist-block.adminblock h2, .iconlist-block.adminblock .page-template-live-in-labs .reach-presence-section .rp-left-block h2, .page-template-live-in-labs .reach-presence-section .rp-left-block .ranking-landing .rank-land-title, .ranking-landing .page-template-live-in-labs .reach-presence-section .rp-left-block .rank-land-title, .page-template-live-in-labs .reach-presence-section .rp-left-block .tab-block .section-programs h2, .tab-block .section-programs .page-template-live-in-labs .reach-presence-section .rp-left-block h2, .page-template-live-in-labs .reach-presence-section .rp-left-block .latest-news-top h3, .latest-news-top .page-template-live-in-labs .reach-presence-section .rp-left-block h3, .page-template-live-in-labs .reach-presence-section .rp-left-block .popular-news h3, .popular-news .page-template-live-in-labs .reach-presence-section .rp-left-block h3, .page-template-live-in-labs .reach-presence-section .rp-left-block .single-wrap .cnt .post-heading, .single-wrap .cnt .page-template-live-in-labs .reach-presence-section .rp-left-block .post-heading, .page-template-live-in-labs .reach-presence-section .rp-left-block .adminblock .container > h2, .adminblock .page-template-live-in-labs .reach-presence-section .rp-left-block .container > h2, .page-template-live-in-labs .reach-presence-section .rp-left-block .camp-tour-sec h2, .camp-tour-sec .page-template-live-in-labs .reach-presence-section .rp-left-block h2, .page-template-live-in-labs .reach-presence-section .rp-left-block .school-program h2:first-child, .school-program .page-template-live-in-labs .reach-presence-section .rp-left-block h2:first-child, .page-template-live-in-labs .reach-presence-section .rp-left-block .inner_about .blksec h3, .inner_about .blksec .page-template-live-in-labs .reach-presence-section .rp-left-block h3, .page-template-live-in-labs .reach-presence-section .rp-left-block .about-school-sec h2, .about-school-sec .page-template-live-in-labs .reach-presence-section .rp-left-block h2, .page-template-live-in-labs .reach-presence-section .rp-left-block .department-top h2, .department-top .page-template-live-in-labs .reach-presence-section .rp-left-block h2, .page-template-live-in-labs .reach-presence-section .rp-left-block .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .page-template-live-in-labs .reach-presence-section .rp-left-block h2:first-child, .page-template-live-in-labs .reach-presence-section .rp-left-block .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .page-template-live-in-labs .reach-presence-section .rp-left-block h2:first-child, .page-template-live-in-labs .reach-presence-section .rp-left-block .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .page-template-live-in-labs .reach-presence-section .rp-left-block h2:first-child, .page-template-live-in-labs .reach-presence-section .rp-left-block .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .page-template-live-in-labs .reach-presence-section .rp-left-block h2:first-child, .page-template-live-in-labs .reach-presence-section .rp-left-block .resrch-col-right h3, .resrch-col-right .page-template-live-in-labs .reach-presence-section .rp-left-block h3 {
  text-align: left;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block .block-title:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .page-template-live-in-labs .reach-presence-section .rp-left-block h2:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .ranking-landing .rank-land-title:before, .ranking-landing .page-template-live-in-labs .reach-presence-section .rp-left-block .rank-land-title:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .tab-block .section-programs h2:before, .tab-block .section-programs .page-template-live-in-labs .reach-presence-section .rp-left-block h2:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .latest-news-top h3:before, .latest-news-top .page-template-live-in-labs .reach-presence-section .rp-left-block h3:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .popular-news h3:before, .popular-news .page-template-live-in-labs .reach-presence-section .rp-left-block h3:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .single-wrap .cnt .post-heading:before, .single-wrap .cnt .page-template-live-in-labs .reach-presence-section .rp-left-block .post-heading:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .adminblock .container > h2:before, .adminblock .page-template-live-in-labs .reach-presence-section .rp-left-block .container > h2:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .camp-tour-sec h2:before, .camp-tour-sec .page-template-live-in-labs .reach-presence-section .rp-left-block h2:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .school-program h2:first-child:before, .school-program .page-template-live-in-labs .reach-presence-section .rp-left-block h2:first-child:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .inner_about .blksec h3:before, .inner_about .blksec .page-template-live-in-labs .reach-presence-section .rp-left-block h3:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .about-school-sec h2:before, .about-school-sec .page-template-live-in-labs .reach-presence-section .rp-left-block h2:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .department-top h2:before, .department-top .page-template-live-in-labs .reach-presence-section .rp-left-block h2:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .page-template-live-in-labs .reach-presence-section .rp-left-block h2:first-child:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .page-template-live-in-labs .reach-presence-section .rp-left-block h2:first-child:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .page-template-live-in-labs .reach-presence-section .rp-left-block h2:first-child:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .page-template-live-in-labs .reach-presence-section .rp-left-block h2:first-child:before, .page-template-live-in-labs .reach-presence-section .rp-left-block .resrch-col-right h3:before, .resrch-col-right .page-template-live-in-labs .reach-presence-section .rp-left-block h3:before {
  left: 0;
  right: auto;
  margin: 0;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block p {
  line-height: 24px;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block p:last-child {
  margin: 0;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block .rp-left-text {
  margin: 20px 0 0;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block ul.map-labels {
  padding: 10px 0 0;
  list-style: none;
  margin: 0;
  font-size: 14px;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block ul.map-labels li {
  margin: 15px 0;
  position: relative;
  padding: 0 0 0 30px;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block ul.map-labels span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  background: #eee;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block ul.map-labels span.ee-dot {
  background: #F2994A;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block ul.map-labels span.ws-dot {
  background: #2D9CDB;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block ul.map-labels span.hh-dot {
  background: #EB5757;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block ul.map-labels span.lsd-dot {
  background: #828282;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block ul.map-labels span.ege-dot {
  background: #D00846;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block ul.map-labels span.wmi-dot {
  background: #27AE60;
}
.page-template-live-in-labs .reach-presence-section .rp-left-block ul.map-labels span.arm-dot {
  background: #9B51E0;
}
.page-template-live-in-labs .reach-presence-section .rp-right-block {
  text-align: center;
}
.page-template-live-in-labs .livein-cols {
  padding: 50px 0;
  position: relative;
}
.page-template-live-in-labs .livein-cols:before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  max-width: 1140px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #dfdfdf;
  position: absolute;
}
.page-template-live-in-labs .livein-cols .container {
  max-width: 1100px;
}
.page-template-live-in-labs .livein-cols .livein-cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-live-in-labs .livein-cols .livein-cols-wrap .livein-cols-item {
  width: 100%;
  padding: 15px;
}
.page-template-live-in-labs .livein-cols .livein-cols-wrap .livein-cols-inner {
  -webkit-box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.1476);
          box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.1476);
  border-radius: 9px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-live-in-labs .livein-cols .livein-cols-wrap .livein-cols-inner:hover {
  -webkit-box-shadow: 1px 4px 24px rgba(0, 0, 0, 0.1476);
          box-shadow: 1px 4px 24px rgba(0, 0, 0, 0.1476);
}
.page-template-live-in-labs .livein-cols .livein-cols-wrap .livein-col-image {
  border-radius: 9px 9px 0 0;
}
.page-template-live-in-labs .livein-cols .livein-cols-wrap .livein-col-image a {
  display: block;
  overflow: hidden;
  border-radius: 9px 9px 0 0;
}
.page-template-live-in-labs .livein-cols .livein-cols-wrap .livein-col-image img {
  border-radius: 9px 9px 0 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.page-template-live-in-labs .livein-cols .livein-cols-wrap .livein-col-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-live-in-labs .livein-cols .livein-cols-wrap .livein-col-text {
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-live-in-labs .livein-cols .livein-cols-wrap .livein-col-text h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  color: #AF0C3E;
  margin: 10px 0 20px;
}
.page-template-live-in-labs .livein-cols .livein-cols-wrap .livein-col-text p {
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-template-live-in-labs .livlab-abt-info {
  text-align: center;
  padding: 50px 0;
}
.page-template-live-in-labs .livlab-abt-info .container {
  max-width: 960px;
  margin: 0 auto;
}
.page-template-live-in-labs .livlab-abt-info .livlab-abt-desc {
  margin: 20px 0 0;
}
.page-template-live-in-labs .livlab-abt-info .livlab-abt-desc p {
  line-height: 25px;
}
.page-template-live-in-labs .livlab-abt-info .livlab-abt-btn {
  margin: 25px 0 0;
}
.page-template-live-in-labs .livein-videos-section {
  padding: 50px 0;
}
.page-template-live-in-labs .livein-videos-section .livein-videos-left {
  text-align: center;
}
.page-template-live-in-labs .livein-videos-section .livein-videos-left .sub-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #A4123F;
  margin: 20px 0 15px;
}
.page-template-live-in-labs .livein-videos-section .live-video-block {
  border-radius: 9px;
  overflow: hidden;
  margin: 10px 0;
}
.page-template-live-in-labs .livein-videos-section .live-video-block a {
  display: block;
  position: relative;
}
.page-template-live-in-labs .livein-videos-section .live-video-block a:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  opacity: 0.8;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-template-live-in-labs .livein-videos-section .live-video-block a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/play.svg) no-repeat center;
  background-size: 50px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.page-template-live-in-labs .livein-videos-section .live-video-block img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-live-in-labs .livein-videos-section .live-video-block .live-video-overlay {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-live-in-labs .livein-videos-section .live-video-block .live-video-overlay p {
  color: #fff;
  margin: 0;
}
.page-template-live-in-labs .livein-videos-section .live-video-block:hover a:before {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-live-in-labs .livein-videos-section .live-video-block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-live-in-labs .livein-gallery-section {
  padding: 50px 0;
  background: #FBF3F5;
}
.page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
}
.page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item {
  width: 100%;
  padding: 5px;
  border-radius: 7px;
}
.page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item img {
  width: 100%;
  border-radius: 7px;
}
.page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item a {
  display: block;
  position: relative;
}
.page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item a:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(56.81%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 56.81%);
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item a .livein-gal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item a:hover:before {
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item a:hover .livein-gal-overlay {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item a .livein-gal-more {
  margin: 10px 0 0;
}
.page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item a .livein-gal-more span {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  line-height: 1;
  padding: 0 0 2px;
}

@media only screen and (min-width: 601px) {
  .page-template-live-in-labs .thematic-section .thematic-item {
    width: 50%;
  }
  .page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item {
    width: 50%;
  }
}
@media (min-width: 580px) and (max-width: 768px) {
  .page-template-live-in-labs .livein-videos-section .live-video-block {
    width: calc(50% - 10px);
    float: left;
    margin: 10px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-live-in-labs .dept-info .stati-outer {
    text-align: center;
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 30px;
  }
  .page-template-live-in-labs .thematic-section {
    padding: 110px 0;
  }
  .page-template-live-in-labs .thematic-section .thematic-item {
    width: 33.33%;
  }
  .page-template-live-in-labs .jeeva-section .jeeva-left {
    width: 50%;
  }
  .page-template-live-in-labs .jeeva-section .jeeva-left .jeeva-left-inner {
    max-width: 600px;
    float: right;
    padding: 100px 100px 100px 30px;
    text-align: left;
  }
  .page-template-live-in-labs .jeeva-section .jeeva-right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .page-template-live-in-labs .reach-presence-section {
    padding: 110px 0;
  }
  .page-template-live-in-labs .reach-presence-section .rp-left-block {
    width: 50%;
    float: left;
  }
  .page-template-live-in-labs .reach-presence-section .rp-left-block .rp-left-text {
    max-width: 480px;
  }
  .page-template-live-in-labs .reach-presence-section .rp-right-block {
    width: 50%;
    float: left;
    text-align: center;
  }
  .page-template-live-in-labs .livlab-abt-info {
    padding: 80px 0;
  }
  .page-template-live-in-labs .livein-cols {
    padding: 80px 0;
  }
  .page-template-live-in-labs .livein-cols .livein-cols-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-template-live-in-labs .livein-cols .livein-cols-wrap .livein-cols-item {
    width: 33.33%;
  }
  .page-template-live-in-labs .livein-videos-section {
    padding: 80px 0;
  }
  .page-template-live-in-labs .livein-videos-section .livein-videos-left {
    text-align: left;
  }
  .page-template-live-in-labs .livein-videos-section .livein-videos-right {
    padding-top: 20px;
  }
  .page-template-live-in-labs .livein-videos-section .live-video-block {
    margin: 10px 5px;
  }
  .page-template-live-in-labs .livein-videos-section .slick-slide.slick-current .live-video-item {
    padding-top: 100px;
  }
  .page-template-live-in-labs .livein-videos-section ul.slick-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
  }
  .page-template-live-in-labs .livein-gallery-section {
    padding: 80px 0;
  }
  .page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap {
    margin: 50px 0 0;
  }
  .page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .page-template-live-in-labs .thematic-section {
    padding: 110px 0;
  }
  .page-template-live-in-labs .livein-videos-section {
    padding: 110px 0;
  }
  .page-template-live-in-labs .livein-videos-section .livein-videos-left {
    padding-top: 100px;
    padding-right: 30px;
  }
  .page-template-live-in-labs .livein-videos-section .livein-videos-right {
    padding-left: 40px;
    padding-top: 0;
  }
  .page-template-live-in-labs .livein-gallery-section {
    padding: 110px 0;
  }
  .page-template-live-in-labs .livein-gallery-section .livein-gallery-wrap .livein-gal-item {
    width: 25%;
  }
  .page-template-live-in-labs .livlab-abt-info {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .page-template-live-in-labs .thematic-section .thematic-item {
    width: 25%;
  }
  .page-template-live-in-labs .livein-cols {
    padding: 110px 0;
  }
}
.intro-section {
  padding: 60px 0;
  text-align: center;
}
.intro-section .intro-desc {
  margin: 20px auto 0;
  max-width: 880px;
  line-height: 25px;
}
.intro-section .intro-desc p {
  line-height: inherit;
}
.intro-section .intro-desc p:last-child {
  margin: 0;
}
.intro-section .intro-btn {
  margin: 30px 0 0;
}

.int-admission-sec {
  background: #FBF3F5;
  position: relative;
  margin-top: 60px;
}
.int-admission-sec .int-adm-image {
  margin-top: -60px;
  text-align: center;
}
.int-admission-sec .int-adm-right {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.int-admission-sec .int-adm-desc {
  margin: 20px 0 0;
}
.int-admission-sec .int-adm-desc p:last-child {
  margin: 0;
}
.int-admission-sec .int-adm-more {
  margin: 20px 0 0;
}

.int-academic-section {
  padding: 60px 0;
}
.int-academic-section .int-academic-wrap {
  margin: 40px 0 0;
}
.int-academic-section .int-acd-right {
  padding-top: 30px;
}
.int-academic-section .int-acd-right h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #AF0C3E;
  margin: 0 0 20px;
}
.int-academic-section .int-acd-right .int-acd-desc {
  margin: 0 0 20px;
  line-height: 25px;
}
.int-academic-section .int-acd-right .int-acd-desc p {
  line-height: inherit;
}
.int-academic-section .int-acd-right .int-acd-desc p:last-child {
  margin: 0;
}
.int-academic-section .int-acd-thumb img {
  border-radius: 5px;
}
.int-academic-section .int-acad-item {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
}
.int-academic-section .int-acad-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.int-announce-section {
  padding: 50px 0;
}
.int-announce-section .int-announce-items-wrap {
  margin: 20px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
}
.int-announce-section .int-announce-item {
  width: 100%;
  padding: 15px;
}
.int-announce-section .int-announce-item img {
  width: 100%;
  border-radius: 5px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.int-announce-section .int-announce-item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.int-announce-section .int-announce-item a:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000, transparent);
  width: 100%;
  border-radius: 5px;
}
.int-announce-section .int-announce-item .int-announce-item-overlay {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 15px;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.int-announce-section .int-announce-item .int-announce-item-overlay h6 {
  color: #fff;
  font-size: 13px;
  margin: 0;
  font-weight: 500;
}
.int-announce-section .int-announce-item a:hover .int-announce-item-overlay {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.int-announce-section .int-announce-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.internship-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}
.internship-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(56.81%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 56.81%);
  opacity: 0.8;
  z-index: 0;
}
.internship-section h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.internship-section p {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #F5DADC;
  margin: 0 0 20px;
}
.internship-section .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.newsletter-section {
  padding: 50px 0;
  background: #FBF3F5;
}
.newsletter-section .newsletter-wrap {
  margin: 20px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
}
.newsletter-section .newsletter-item {
  width: 100%;
  padding: 15px 20px;
}
.newsletter-section .newsletter-item a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.newsletter-section .newsletter-item a img {
  display: block;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.1476);
          box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.1476);
}
.newsletter-section .newsletter-item a h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #656565;
  margin: 20px 0 0;
}
.newsletter-section .newsletter-item a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
.newsletter-section .newsletter-item a:hover h5 {
  color: #AF0C3E;
}
.newsletter-section .newsletter-more {
  margin: 30px 0 0;
  text-align: center;
}

.facility-btn {
  margin: 30px 0 0;
}

.dept-info .dept-stati {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.dept-info .dept-stati p {
  margin: 0 0 30px;
}

.dept-facilities p {
  line-height: 25px;
}

.inter-collab-section {
  padding: 50px 0;
}
.inter-collab-section .tab-block {
  border: 0;
  padding-bottom: 0;
}
.inter-collab-section .tab-block .prm-tab-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inter-collab-section .int-coll-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inter-collab-section .int-coll-left {
  padding: 0;
}
.inter-collab-section .int-coll-left img {
  display: block;
  width: auto;
}
.inter-collab-section .int-coll-right {
  padding: 30px 0 0;
}
.inter-collab-section .int-coll-right h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #AF0C3E;
  margin: 0 0 15px;
}
.inter-collab-section .int-coll-right h4 a {
  color: inherit;
}

.dept-info.facility2 .stati-outer {
  text-align: left;
}
.dept-info.facility2 .dept-info .dept-stati {
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left !important;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left !important;
  align-items: left !important;
  text-align: left !important;
}

.page-template-student-exchange-programs .int-pro-detail-top {
  padding: 50px 0;
}
.page-template-student-exchange-programs .int-det-block-wrap {
  border-radius: 9px;
  background: #FDF8F9;
  padding: 30px;
}
.page-template-student-exchange-programs .int-left-block {
  margin: 0 0 30px;
}
.page-template-student-exchange-programs .int-left-block:last-child {
  margin: 0;
}
.page-template-student-exchange-programs .int-left-block h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #AF0C3E;
  margin: 0 0 15px;
}
.page-template-student-exchange-programs .int-left-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-student-exchange-programs .int-left-block ul li {
  margin: 10px 0;
  font-weight: 500;
  font-size: 13px;
}
.page-template-student-exchange-programs .int-left-block ul li:last-child {
  margin-bottom: 0;
}
.page-template-student-exchange-programs .int-left-block ul li a {
  color: #656565;
}
.page-template-student-exchange-programs .int-left-block ul li a:hover {
  color: #AF0C3E;
}
.page-template-student-exchange-programs .int-block-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #AF0C3E;
  margin: 0 0 20px;
}
.page-template-student-exchange-programs .int-block-left {
  padding-right: 35px;
}
.page-template-student-exchange-programs .int-block-left img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.page-template-student-exchange-programs .int-right-block {
  margin: 0 0 50px;
}
.page-template-student-exchange-programs .int-right-block .int-block-more {
  margin: 25px 0 0;
}
.page-template-student-exchange-programs .int-right-block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #656565;
}
.page-template-student-exchange-programs .int-det-right {
  margin-top: 40px;
}
.page-template-student-exchange-programs .int-block-right {
  margin-top: 25px;
}
.page-template-student-exchange-programs .int-right-text {
  border-top: 1px solid #dfdfdf;
  padding: 50px 0;
}
.page-template-student-exchange-programs .int-right-text p {
  line-height: 25px;
  margin: 0 0 20px;
}
.page-template-student-exchange-programs .int-right-text p:last-child {
  margin: 0;
}
.page-template-student-exchange-programs .int-right-logos h4 {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #AF0C3E;
  margin: 0 0 20px;
}
.page-template-student-exchange-programs .int-logos-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
}
.page-template-student-exchange-programs .int-logos-wrap .int-logo-item {
  width: 140px;
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.1476);
          box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.1476);
  border-radius: 9px;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-student-exchange-programs .int-logos-wrap .int-logo-item img {
  max-width: 120px;
  max-height: 100px;
}
.page-template-student-exchange-programs .int-logos-wrap .int-logo-item:hover {
  -webkit-box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-student-exchange-programs .int-prog-bottom {
  border-top: 1px solid #dfdfdf;
  padding: 50px 0;
}
.page-template-student-exchange-programs .int-prog-bottom p.int-meta {
  max-width: 900px;
  margin: 10px auto 50px;
  text-align: center;
}
.page-template-student-exchange-programs .int-prog-bottom .int-prog-results {
  padding: 60px 0 0;
}
.page-template-student-exchange-programs .int-prog-bottom .int-prog-results .container {
  max-width: 1100px;
}
.page-template-student-exchange-programs .int-prog-bottom .int-prog-results table {
  margin: 0;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
  border-radius: 3px;
}
.page-template-student-exchange-programs .int-prog-bottom .int-prog-results table th, .page-template-student-exchange-programs .int-prog-bottom .int-prog-results table td {
  padding: 25px 35px;
}

@media only screen and (min-width: 601px) {
  .int-announce-section .int-announce-item {
    width: 50%;
  }

  .newsletter-section .newsletter-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .intro-section {
    padding: 90px 0;
  }

  .int-admission-sec .int-adm-right {
    padding-top: 100px;
    text-align: left;
  }

  .int-academic-section {
    padding: 80px 0;
  }
  .int-academic-section .int-academic-wrap {
    margin: 50px 0 0;
  }
  .int-academic-section .int-acd-right {
    padding-left: 40px;
    padding-top: 0;
  }
  .int-academic-section .int-acad-item {
    margin: 0 0 50px;
    padding: 0 0 50px;
    text-align: left;
  }
  .int-academic-section .int-acd-thumb img {
    width: 100%;
  }

  .int-announce-section {
    padding: 80px 0;
  }
  .int-announce-section .int-announce-items-wrap {
    margin: 40px auto 0;
  }
  .int-announce-section .int-announce-item {
    width: 33.33%;
  }

  .newsletter-section {
    padding: 80px 0;
  }
  .newsletter-section .newsletter-wrap {
    margin: 40px auto 0;
  }
  .newsletter-section .newsletter-item {
    width: 33.33%;
  }

  .inter-collab-section {
    padding: 110px 0;
  }
  .inter-collab-section .prm-tab-links {
    margin: 0 0 10px;
  }
  .inter-collab-section .int-coll-box {
    height: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
  }
  .inter-collab-section .int-coll-left {
    width: 30%;
    height: 100%;
  }
  .inter-collab-section .int-coll-left img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inter-collab-section .int-coll-right {
    width: 70%;
    padding: 30px 60px;
  }

  .page-template-student-exchange-programs .int-pro-detail-top {
    padding: 70px 0;
  }
  .page-template-student-exchange-programs .int-pro-detail-top .int-left-block h4 {
    font-size: 20px;
  }
  .page-template-student-exchange-programs .int-pro-detail-top .int-det-block-wrap {
    padding: 50px 35px;
  }
  .page-template-student-exchange-programs .int-pro-detail-top .int-left-block {
    margin: 0 0 50px;
  }
  .page-template-student-exchange-programs .int-pro-detail-top .int-left-block:last-child {
    margin: 0;
  }
  .page-template-student-exchange-programs .int-prog-bottom {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .intro-section {
    padding: 110px 0;
  }

  .int-academic-section {
    padding: 110px 0;
  }
  .int-academic-section .int-academic-wrap {
    margin: 70px 0 0;
  }
  .int-academic-section .int-acd-right {
    padding-left: 80px;
  }
  .int-academic-section .int-acad-item {
    margin: 0 0 70px;
    padding: 0 0 70px;
  }

  .int-announce-section {
    padding: 110px 0;
  }

  .newsletter-section {
    padding: 110px 0;
  }

  .page-template-student-exchange-programs .int-pro-detail-top {
    padding: 100px 0;
  }
  .page-template-student-exchange-programs .int-prog-bottom {
    padding: 100px 0;
  }
  .page-template-student-exchange-programs .int-det-right {
    margin-top: 0;
  }
  .page-template-student-exchange-programs .program-search {
    border: 0;
  }
  .page-template-student-exchange-programs .int-det-block-wrap {
    margin-right: 30px;
  }
  .page-template-student-exchange-programs .int-block-right {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-section .newsletter-item {
    width: 25%;
  }
}
.page-template-chancellor .ch-grey-shape {
  background: url(images/chance-small-shape.svg) no-repeat left bottom;
  position: absolute;
  bottom: 30%;
  left: calc(50% - 650px);
  width: 50%;
  height: 50%;
  z-index: 0;
}
.page-template-chancellor .chance-top-left .block-title, .page-template-chancellor .chance-top-left .iconlist-block.adminblock h2, .iconlist-block.adminblock .page-template-chancellor .chance-top-left h2, .page-template-chancellor .chance-top-left .ranking-landing .rank-land-title, .ranking-landing .page-template-chancellor .chance-top-left .rank-land-title, .page-template-chancellor .chance-top-left .tab-block .section-programs h2, .tab-block .section-programs .page-template-chancellor .chance-top-left h2, .page-template-chancellor .chance-top-left .latest-news-top h3, .latest-news-top .page-template-chancellor .chance-top-left h3, .page-template-chancellor .chance-top-left .popular-news h3, .popular-news .page-template-chancellor .chance-top-left h3, .page-template-chancellor .chance-top-left .single-wrap .cnt .post-heading, .single-wrap .cnt .page-template-chancellor .chance-top-left .post-heading, .page-template-chancellor .chance-top-left .adminblock .container > h2, .adminblock .page-template-chancellor .chance-top-left .container > h2, .page-template-chancellor .chance-top-left .camp-tour-sec h2, .camp-tour-sec .page-template-chancellor .chance-top-left h2, .page-template-chancellor .chance-top-left .school-program h2:first-child, .school-program .page-template-chancellor .chance-top-left h2:first-child, .page-template-chancellor .chance-top-left .inner_about .blksec h3, .inner_about .blksec .page-template-chancellor .chance-top-left h3, .page-template-chancellor .chance-top-left .about-school-sec h2, .about-school-sec .page-template-chancellor .chance-top-left h2, .page-template-chancellor .chance-top-left .department-top h2, .department-top .page-template-chancellor .chance-top-left h2, .page-template-chancellor .chance-top-left .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .page-template-chancellor .chance-top-left h2:first-child, .page-template-chancellor .chance-top-left .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .page-template-chancellor .chance-top-left h2:first-child, .page-template-chancellor .chance-top-left .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .page-template-chancellor .chance-top-left h2:first-child, .page-template-chancellor .chance-top-left .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .page-template-chancellor .chance-top-left h2:first-child, .page-template-chancellor .chance-top-left .resrch-col-right h3, .resrch-col-right .page-template-chancellor .chance-top-left h3 {
  margin: 0 0 20px;
}
.page-template-chancellor .chance-top-left p {
  line-height: 24px;
}
.page-template-chancellor .chance-top-right {
  padding: 30px 15px 0;
}
.page-template-chancellor .chance-top-videos {
  padding-top: 50px;
}
.page-template-chancellor .chancellor-img {
  position: relative;
  padding-left: 50px;
}
.page-template-chancellor .chancellor-img img {
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
.page-template-chancellor .chancellor-img .ch-img-border {
  display: block;
  width: 100px;
  height: 100px;
  right: -10px;
  bottom: -10px;
  position: absolute;
  background: #D00846;
  z-index: 1;
}
.page-template-chancellor .chancellor-img .ch-img-dots {
  display: block;
  width: 100%;
  height: 50%;
  background: url(images/chance-yellow-dots.svg) no-repeat left top;
  position: absolute;
  background-size: 150px;
  left: 15px;
  top: -15px;
  z-index: 1;
}
.page-template-chancellor .tab-block {
  border: 0;
  padding: 40px 0;
}
.page-template-chancellor .ch-people-slider {
  border-top: 1px solid #dfdfdf;
}

.tab-block {
  position: relative;
}
.tab-block h3.block-title + .section-programs, .tab-block .ranking-landing h3.rank-land-title + .section-programs, .ranking-landing .tab-block h3.rank-land-title + .section-programs, .tab-block .latest-news-top h3 + .section-programs, .latest-news-top .tab-block h3 + .section-programs, .tab-block .popular-news h3 + .section-programs, .popular-news .tab-block h3 + .section-programs, .tab-block .single-wrap .cnt h3.post-heading + .section-programs, .single-wrap .cnt .tab-block h3.post-heading + .section-programs, .tab-block .inner_about .blksec h3 + .section-programs, .inner_about .blksec .tab-block h3 + .section-programs, .tab-block .resrch-col-right h3 + .section-programs, .resrch-col-right .tab-block h3 + .section-programs {
  margin-top: 30px;
}

h3.block-title + .chance-top-videos, .ranking-landing h3.rank-land-title + .chance-top-videos, .latest-news-top h3 + .chance-top-videos, .popular-news h3 + .chance-top-videos, .single-wrap .cnt h3.post-heading + .chance-top-videos, .inner_about .blksec h3 + .chance-top-videos, .resrch-col-right h3 + .chance-top-videos {
  margin-top: 30px;
}

.pinkshade .container {
  z-index: 2;
  position: relative;
}

.chance-blocks {
  position: relative;
}
.chance-blocks .chance-blocks-wrap {
  position: relative;
  z-index: 1;
}
.chance-blocks .section-programs {
  max-width: 1000px;
  margin: 0 auto;
}

.chance-blocks-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
  background: url(images/chance-tab-bg.png) no-repeat top right;
  z-index: 0;
  background-size: contain;
}

@media only screen and (min-width: 601px) {
  .page-template-chancellor .chance-top-videos {
    padding-top: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-chancellor .chance-top-right {
    padding: 50px 15px 0;
  }
  .page-template-chancellor .tab-block {
    padding: 75px 0;
  }
  .page-template-chancellor .tab-block .prm-tab-links {
    margin-bottom: 20px;
  }
  .page-template-chancellor .chancellor-img {
    padding-left: 100px;
  }
  .page-template-chancellor .chancellor-img .ch-img-dots {
    top: -30px;
    left: 25px;
    background-size: auto;
  }
  .page-template-chancellor .chancellor-img .ch-img-border {
    width: 200px;
    height: 200px;
    bottom: -15px;
    right: -15px;
  }
  .page-template-chancellor .chance-top-videos {
    padding-top: 75px;
  }

  .tab-block {
    position: relative;
  }
  .tab-block h3.block-title + .section-programs, .tab-block .ranking-landing h3.rank-land-title + .section-programs, .ranking-landing .tab-block h3.rank-land-title + .section-programs, .tab-block .latest-news-top h3 + .section-programs, .latest-news-top .tab-block h3 + .section-programs, .tab-block .popular-news h3 + .section-programs, .popular-news .tab-block h3 + .section-programs, .tab-block .single-wrap .cnt h3.post-heading + .section-programs, .single-wrap .cnt .tab-block h3.post-heading + .section-programs, .tab-block .inner_about .blksec h3 + .section-programs, .inner_about .blksec .tab-block h3 + .section-programs, .tab-block .resrch-col-right h3 + .section-programs, .resrch-col-right .tab-block h3 + .section-programs {
    margin-top: 50px;
  }

  h3.block-title + .chance-top-videos, .ranking-landing h3.rank-land-title + .chance-top-videos, .latest-news-top h3 + .chance-top-videos, .popular-news h3 + .chance-top-videos, .single-wrap .cnt h3.post-heading + .chance-top-videos, .inner_about .blksec h3 + .chance-top-videos, .resrch-col-right h3 + .chance-top-videos {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .page-template-chancellor .tab-block {
    padding: 100px 0;
  }
  .page-template-chancellor .chance-top-right {
    padding: 0 15px;
  }
  .page-template-chancellor .chance-top-videos {
    padding-top: 90px;
  }
}
.wp-block-ub-content-toggle-accordion-title-wrap {
  background: #fdf8f9 !important;
  border-radius: 4px 4px 0 0;
}

.wp-block-ub-content-toggle-accordion-title {
  color: #ac1640 !important;
}

.wp-block-ub-content-toggle-accordion {
  border-color: #eaeaea !important;
  border-radius: 4px;
}

.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
  font-size: 16px;
}

span.wp-block-ub-content-toggle-accordion-state-indicator.dashicons.dashicons-arrow-right-alt2 {
  color: #ac1640;
}

.wp-block-ub-content-toggle-accordion-content-wrap ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  list-style-position: inside;
}
.wp-block-ub-content-toggle-accordion-content-wrap li {
  padding: 5px 0;
}

.wp-block-ub-content-toggle-accordion-content-wrap table {
  margin: 0;
  padding: 0;
  border: 0;
}
.wp-block-ub-content-toggle-accordion-content-wrap table tr {
  background: transparent !important;
}
.wp-block-ub-content-toggle-accordion-content-wrap table td {
  border: 0;
  padding: 10px 0 10px 20px;
  display: block;
  position: relative;
  background: transparent !important;
}
.wp-block-ub-content-toggle-accordion-content-wrap table td:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #656565;
  border-radius: 50%;
}
.wp-block-ub-content-toggle-accordion-content-wrap table td strong {
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
    font-size: 14px;
  }

  .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
    font-size: 12px;
  }

  .wp-block-ub-content-toggle-accordion-content-wrap table td {
    padding: 5px 0 5px 17px;
    font-size: 13px;
  }

  .wp-block-ub-content-toggle {
    margin: 7px 0;
  }
}
.mfp-iframe-holder .mfp-content {
  max-width: 90%;
  height: 100%;
}

.page-template-sitemap .wsp-container .acd-block {
  width: 100%;
  padding: 0 0 20px;
}
.page-template-sitemap .wsp-container .acd-block h2 {
  font-size: 20px;
  margin: 0 0 5px;
  line-height: 1.7em;
  font-weight: 600;
}
.page-template-sitemap .wsp-container .acd-block li {
  padding: 10px 0 0;
}

@media only screen and (min-width: 768px) {
  .page-template-sitemap .wsp-container .acd-block {
    width: 50%;
    padding: 0 25px 10px;
  }
  .page-template-sitemap .wsp-container .acd-block h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .page-template-sitemap .wsp-container .acd-block {
    width: 33.33%;
  }
  .page-template-sitemap .wsp-container .acd-block h2 {
    font-size: 24px;
  }
}
.wpcf7-form {
  line-height: 1;
}
.wpcf7-form p {
  line-height: 1;
  margin: 0 0 25px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin: 10px 0 0;
}
.wpcf7-form .wpcf7-quiz-label {
  display: block;
  margin: 0 0 10px;
}
.wpcf7-form input.wpcf7-form-control:not([type=submit]), .wpcf7-form textarea.wpcf7-form-control, .wpcf7-form select.wpcf7-form-control {
  padding: 15px;
  border-color: #d7d7d7;
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  background: #fff;
}
.wpcf7-form input.wpcf7-form-control:not([type=submit]):invalid, .wpcf7-form textarea.wpcf7-form-control:invalid, .wpcf7-form select.wpcf7-form-control:invalid {
  background: #fff;
}
.wpcf7-form input.wpcf7-form-control[type=submit] {
  padding: 15px 31px;
  font-size: 14px;
  line-height: 1;
}
.wpcf7-form select.wpcf7-form-control:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/select-arrow-cf7.svg);
  background-position: calc(100% - 10px) 20px;
  background-repeat: no-repeat;
  background-size: 15px;
  min-width: 180px;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  font-weight: 500;
  color: #e04040;
  font-size: 13px;
  margin: 5px 0 0;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-not-valid {
  border-color: #f17777;
}
.wpcf7-form div.wpcf7-response-output {
  padding: 20px 30px;
  line-height: 1.4em;
}
.wpcf7-form div.wpcf7-response-output.wpcf7-validation-errors {
  border-color: #ff8e8e;
}
.wpcf7-form span.wpcf7-list-item {
  position: relative;
  margin: 0 2em 1em 0;
  padding: 0 0 0 20px;
}
.wpcf7-form span.wpcf7-list-item input[type=checkbox], .wpcf7-form span.wpcf7-list-item input[type=radio] {
  position: absolute;
  left: 0;
}
.wpcf7-form span.wpcf7-list-item:last-child {
  margin-right: 0;
}

.res-top-section {
  padding: 40px 0;
  text-align: center;
}
.res-top-section .res-desc {
  margin: 0 auto;
  max-width: 700px;
}
.res-top-section .res-desc p {
  line-height: 1.7em;
}

.res-check-form {
  background: #FBF3F5;
  padding: 45px 0;
  margin-top: 25px;
}
.res-check-form .container {
  max-width: 750px;
}
.res-check-form .res-check-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.res-check-form .res-form-item {
  margin: 0 0 25px;
  position: relative;
}
.res-check-form .res-form-item label.ip-head {
  color: #000;
  margin: 0 0 8px;
  display: block;
  font-size: 14px;
}
.res-check-form .res-form-item ::-webkit-input-placeholder {
  color: #9E9E9E;
}
.res-check-form .res-form-item ::-moz-placeholder {
  color: #9E9E9E;
}
.res-check-form .res-form-item :-ms-input-placeholder {
  color: #9E9E9E;
}
.res-check-form .res-form-item ::-ms-input-placeholder {
  color: #9E9E9E;
}
.res-check-form .res-form-item ::placeholder {
  color: #9E9E9E;
}
.res-check-form .res-form-item input {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  color: #444;
  outline: none;
}
.res-check-form .res-form-item input:invalid {
  border-color: rgba(236, 18, 26, 0.6);
}
.res-check-form .res-form-item input.error {
  border-color: #ef8383;
}
.res-check-form .res-form-item label.error {
  font-size: 13px;
  color: red;
  cursor: default;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-weight: 400;
}
.res-check-form .res-form-submit input {
  padding: 15px 25px;
  font-size: 14px;
}
.res-check-form .res-form-submit input:hover {
  background-color: #AF0C3E;
  color: #fff;
}

.result-info-wrap {
  padding: 45px 0;
  display: none;
}
.result-info-wrap .container {
  max-width: 650px;
}
.result-info-wrap .res-into-text {
  margin: 0 0 20px;
  line-height: 1.7em;
  font-size: 13px;
}
.result-info-wrap .res-into-text span {
  color: #000;
}
.result-info-wrap .confirm-notice {
  margin: 20px 0 0;
  text-align: center;
  line-height: 1.7em;
  font-size: 13px;
}
.result-info-wrap table {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.117584);
  border-radius: 4px;
}
.result-info-wrap table tr:first-child th:first-child {
  border-radius: 4px 0 0;
}
.result-info-wrap table tr:first-child th:last-child {
  border-radius: 0 4px 0;
}
.result-info-wrap table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.result-info-wrap table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

@media only screen and (min-width: 768px) {
  .res-top-section {
    padding: 70px 0;
  }

  .res-check-form {
    padding: 45px 0;
    margin-top: 35px;
  }
  .res-check-form .res-check-form-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .res-check-form .res-form-item {
    margin: 0;
    padding-right: 15px;
  }

  .result-info-wrap {
    padding: 70px 0;
  }
  .result-info-wrap table td {
    padding: 25px;
  }
  .result-info-wrap table td:first-child {
    width: 40%;
  }
  .result-info-wrap .res-into-text {
    font-size: 14px;
  }
  .result-info-wrap .confirm-notice {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .res-top-section {
    padding: 90px 0 50px;
  }
  .res-top-section .res-desc p {
    font-size: 15px;
    line-height: 1.9em;
  }

  .result-info-wrap {
    padding: 90px 0;
  }
  .result-info-wrap .res-into-text {
    font-size: 15px;
  }
  .result-info-wrap .confirm-notice {
    font-size: 15px;
    margin: 35px 0 0;
  }
}
.contact-landing {
  padding: 45px 0;
  background: #FDF8F9;
}
.contact-landing .cont-land-item {
  margin: 0 0 30px;
}
.contact-landing .cont-land-item h6 {
  font-size: 14px;
  font-weight: 600;
}
.contact-landing .cont-land-item .cont-land-info {
  padding: 10px 0;
  font-size: 14px;
}
.contact-landing .cont-land-item .cont-land-info span {
  display: block;
  color: #AF0C3E;
  margin: 0 0 3px;
}
.contact-landing .cont-land-item .cont-land-info a {
  color: #656565;
}
.contact-landing .cont-land-item .cont-land-info a:hover {
  color: #222;
}
.contact-landing .cont-land-item .nb-social-icons {
  margin: 10px 0;
}
.contact-landing .cont-land-item .cont-land-barcode {
  margin-top: 10px;
}

.ranking-landing {
  padding: 45px 0;
}
.ranking-landing .rank-land-title {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.ranking-landing .rank-land-title:before {
  display: none;
}
.ranking-landing .rank-land-title br {
  display: none;
}
.ranking-landing .rank-land-image {
  margin: 30px 0 0;
  text-align: center;
}

.handbook-section {
  padding: 45px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #AF0C3E;
  color: #fff;
  position: relative;
  background-position: center;
}
.handbook-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, rgba(177, 15, 86, 0.81)), color-stop(96.83%, rgba(208, 8, 70, 0.81)));
  background: linear-gradient(90deg, rgba(177, 15, 86, 0.81) 2.8%, rgba(208, 8, 70, 0.81) 96.83%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.handbook-section .handbook-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.handbook-section .handbook-wrap .handbook-left .block-title, .handbook-section .handbook-wrap .handbook-left .iconlist-block.adminblock h2, .iconlist-block.adminblock .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .tab-block .section-programs h2, .tab-block .section-programs .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .latest-news-top h3, .latest-news-top .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .popular-news h3, .popular-news .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .single-wrap .cnt .post-heading, .single-wrap .cnt .handbook-section .handbook-wrap .handbook-left .post-heading, .handbook-section .handbook-wrap .handbook-left .adminblock .container > h2, .adminblock .handbook-section .handbook-wrap .handbook-left .container > h2, .handbook-section .handbook-wrap .handbook-left .camp-tour-sec h2, .camp-tour-sec .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .school-program h2:first-child, .school-program .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .inner_about .blksec h3, .inner_about .blksec .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .about-school-sec h2, .about-school-sec .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .department-top h2, .department-top .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .resrch-col-right h3, .resrch-col-right .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .ranking-landing .rank-land-title, .ranking-landing .handbook-section .handbook-wrap .handbook-left .rank-land-title {
  background: transparent;
  -webkit-text-fill-color: unset;
  color: #fff;
}
.handbook-section .handbook-wrap .handbook-left .handbook-lef-desc {
  margin: 20px 0 0;
  font-size: 14px;
  text-align: center;
}
.handbook-section .handbook-wrap .handbook-left .handbook-lef-desc p {
  font-size: 14px;
}
.handbook-section .handbook-wrap .handbook-left .handbook-lef-desc p:last-child {
  margin: 0;
}
.handbook-section .handbook-wrap .handbook-right {
  padding-top: 30px;
}
.handbook-section .handbook-download {
  max-width: 350px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #fff;
  border-radius: 5px;
}
.handbook-section .handbook-download a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
}
.handbook-section .handbook-download a:hover .hd-image-sec img {
  opacity: 0.9;
}
.handbook-section .handbook-download .hd-image-sec {
  width: 130px;
}
.handbook-section .handbook-download .hd-image-sec img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.handbook-section .handbook-download .hd-desc-sec {
  width: calc(100% - 130px);
  padding: 30px 40px;
  font-size: 14px;
  line-height: 20px;
}

.dd-sec-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 2000px;
  margin: 0 auto;
}
.dd-sec-container .dd-sec-left {
  width: 100%;
  padding: 40px 0;
}
.dd-sec-container .dd-sec-left .dd-sec-left-inner {
  margin: 0 0 0 auto;
  padding: 0 40px;
}
.dd-sec-container .dd-sec-left .slick-slide img {
  margin: 0 auto;
}
.dd-sec-container .dd-sec-right {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.dd-sec-container .dd-sec-right:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-39.82%, rgba(177, 15, 86, 0.81)), color-stop(14.19%, rgba(208, 8, 70, 0.81)));
  background: linear-gradient(90deg, rgba(177, 15, 86, 0.81) -39.82%, rgba(208, 8, 70, 0.81) 14.19%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.dd-sec-container .dd-sec-right .dd-sec-right-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 35px 20px;
}
.dd-sec-container .dd-sec-right .dd-sec-right-inner h3 {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin: 0;
}
.dd-sec-container .dd-sec-right .dd-sec-right-inner .dd-right-apply {
  margin: 20px 0 0;
}

.page-template-btech-mtech-admission .tab-block, .single-amrita-admission .tab-block {
  border: 0;
  padding: 50px 0;
}
.page-template-btech-mtech-admission .tab-block .prm-tab-links, .single-amrita-admission .tab-block .prm-tab-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-btech-mtech-admission .tab-block .prog-item, .single-amrita-admission .tab-block .prog-item {
  margin: 10px 0;
  padding: 10px 15px;
}
.page-template-btech-mtech-admission .tab-block .prog-item h4, .single-amrita-admission .tab-block .prog-item h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #AF0C3E;
  padding: 0 0 10px;
  margin: 0;
}
.page-template-btech-mtech-admission .tab-block .prog-item ul, .single-amrita-admission .tab-block .prog-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-btech-mtech-admission .tab-block .prog-item ul li, .single-amrita-admission .tab-block .prog-item ul li {
  padding: 10px 0;
  border-top: 1px solid #d7d7d7;
  font-size: 13px;
  line-height: 18px;
}
.page-template-btech-mtech-admission .tab-block .prog-item ul li:before, .single-amrita-admission .tab-block .prog-item ul li:before {
  display: none;
}
.page-template-btech-mtech-admission .tab-block .prog-item ul li a, .single-amrita-admission .tab-block .prog-item ul li a {
  color: #656565;
}
.page-template-btech-mtech-admission .tab-block .prog-item ul li a:hover, .single-amrita-admission .tab-block .prog-item ul li a:hover {
  color: #000;
}

@media (max-width: 480px) {
  .contact-landing .cont-land-item {
    width: 100%;
  }
  .contact-landing .cont-land-item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 601px) {
  .contact-landing .cont-land-item:nth-child(2n+1) {
    clear: both;
  }

  .dd-sec-container .dd-sec-right .dd-sec-right-inner h3 {
    font-size: 27px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-landing {
    padding: 75px 0;
  }
  .contact-landing .cont-land-item {
    margin: 0;
    clear: none !important;
  }

  .ranking-landing {
    padding: 75px 0;
  }
  .ranking-landing .rank-land-title {
    font-size: 23px;
    line-height: 1.3em;
  }
  .ranking-landing .rank-land-title br {
    display: block;
  }
  .ranking-landing .rank-land-image {
    margin: 50px 0 0;
  }

  .handbook-section {
    padding: 75px 0;
  }

  .prog-item:nth-child(2n+1) {
    clear: both;
  }

  .handbook-section .handbook-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .handbook-section .handbook-wrap .handbook-left {
    width: 50%;
  }
  .handbook-section .handbook-wrap .handbook-left .handbook-lef-desc {
    text-align: left;
  }
  .handbook-section .handbook-wrap .handbook-left .block-title, .handbook-section .handbook-wrap .handbook-left .iconlist-block.adminblock h2, .iconlist-block.adminblock .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .tab-block .section-programs h2, .tab-block .section-programs .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .latest-news-top h3, .latest-news-top .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .popular-news h3, .popular-news .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .single-wrap .cnt .post-heading, .single-wrap .cnt .handbook-section .handbook-wrap .handbook-left .post-heading, .handbook-section .handbook-wrap .handbook-left .adminblock .container > h2, .adminblock .handbook-section .handbook-wrap .handbook-left .container > h2, .handbook-section .handbook-wrap .handbook-left .camp-tour-sec h2, .camp-tour-sec .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .school-program h2:first-child, .school-program .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .inner_about .blksec h3, .inner_about .blksec .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .about-school-sec h2, .about-school-sec .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .department-top h2, .department-top .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .resrch-col-right h3, .resrch-col-right .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .ranking-landing .rank-land-title, .ranking-landing .handbook-section .handbook-wrap .handbook-left .rank-land-title {
    font-size: 26px;
  }
  .handbook-section .handbook-wrap .handbook-right {
    width: 50%;
    padding: 0 5%;
  }

  .dd-sec-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dd-sec-container .dd-sec-left {
    width: 60%;
    padding: 60px 0;
  }
  .dd-sec-container .dd-sec-left .dd-sec-left-inner {
    max-width: calc(1240px - 40%);
    padding: 0 60px;
  }
  .dd-sec-container .dd-sec-right {
    width: 40%;
  }
  .dd-sec-container .dd-sec-right .dd-sec-right-inner {
    padding: 30px;
  }
  .dd-sec-container .dd-sec-right .dd-sec-right-inner h3 {
    font-size: 34px;
    line-height: 45px;
  }
  .dd-sec-container .dd-sec-right .dd-sec-right-inner .dd-right-apply {
    margin: 30px 0 0;
  }

  .page-template-btech-mtech-admission .tab-block, .single-amrita-admission .tab-block {
    padding: 75px 0 20px;
  }
  .page-template-btech-mtech-admission .tab-block .programs-items-wrap.row, .single-amrita-admission .tab-block .programs-items-wrap.row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-template-btech-mtech-admission .tab-block .prog-item, .single-amrita-admission .tab-block .prog-item {
    margin: 20px 0;
    padding: 10px 30px;
  }
  .page-template-btech-mtech-admission .tab-block .prog-item h4, .single-amrita-admission .tab-block .prog-item h4 {
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 15px;
  }
  .page-template-btech-mtech-admission .tab-block .prog-item ul li, .single-amrita-admission .tab-block .prog-item ul li {
    padding: 15px 0;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-landing {
    padding: 100px 0;
  }

  .ranking-landing {
    padding: 100px 0;
  }
  .ranking-landing .rank-land-title {
    font-size: 32px;
  }
  .ranking-landing .rank-land-image {
    margin: 70px 0 0;
  }

  .handbook-section {
    padding: 100px 0;
  }

  .prog-item:nth-child(2n+1) {
    clear: none;
  }

  .prog-item:nth-child(3n+1) {
    clear: both;
  }

  .handbook-section .handbook-wrap .handbook-left .block-title, .handbook-section .handbook-wrap .handbook-left .iconlist-block.adminblock h2, .iconlist-block.adminblock .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .tab-block .section-programs h2, .tab-block .section-programs .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .latest-news-top h3, .latest-news-top .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .popular-news h3, .popular-news .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .single-wrap .cnt .post-heading, .single-wrap .cnt .handbook-section .handbook-wrap .handbook-left .post-heading, .handbook-section .handbook-wrap .handbook-left .adminblock .container > h2, .adminblock .handbook-section .handbook-wrap .handbook-left .container > h2, .handbook-section .handbook-wrap .handbook-left .camp-tour-sec h2, .camp-tour-sec .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .school-program h2:first-child, .school-program .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .inner_about .blksec h3, .inner_about .blksec .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .about-school-sec h2, .about-school-sec .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .department-top h2, .department-top .handbook-section .handbook-wrap .handbook-left h2, .handbook-section .handbook-wrap .handbook-left .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .handbook-section .handbook-wrap .handbook-left h2:first-child, .handbook-section .handbook-wrap .handbook-left .resrch-col-right h3, .resrch-col-right .handbook-section .handbook-wrap .handbook-left h3, .handbook-section .handbook-wrap .handbook-left .ranking-landing .rank-land-title, .ranking-landing .handbook-section .handbook-wrap .handbook-left .rank-land-title {
    font-size: 30px;
  }

  .dd-sec-container .dd-sec-left {
    padding: 90px 0;
  }
  .dd-sec-container .dd-sec-left .dd-sec-left-inner {
    padding: 0 90px;
  }
  .dd-sec-container .dd-sec-right .dd-sec-right-inner {
    padding: 40px;
  }
  .dd-sec-container .dd-sec-right .dd-sec-right-inner h3 {
    font-size: 40px;
    line-height: 51px;
  }
  .dd-sec-container .dd-sec-right .dd-sec-right-inner .dd-right-apply {
    margin: 40px 0 0;
  }

  .page-template-btech-mtech-admission .tab-block, .single-amrita-admission .tab-block {
    padding: 100px 0 30px;
  }
  .page-template-btech-mtech-admission .tab-block .programs-items-wrap.row, .single-amrita-admission .tab-block .programs-items-wrap.row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .page-template-btech-mtech-admission .tab-block .prog-item, .single-amrita-admission .tab-block .prog-item {
    margin: 30px 0;
    padding: 10px 50px;
  }
  .page-template-btech-mtech-admission .tab-block .prog-item h4, .single-amrita-admission .tab-block .prog-item h4 {
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 15px;
  }
  .page-template-btech-mtech-admission .tab-block .prog-item ul li, .single-amrita-admission .tab-block .prog-item ul li {
    padding: 15px 0;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .dd-sec-container .dd-sec-right .dd-sec-right-inner h3 {
    font-size: 50px;
    line-height: 61px;
  }

  .single-amrita-admission .tab_bar ul li a {
    padding: 30px 8px;
  }
}
.ayur-campus-about .red-shape {
  display: block;
  width: 0;
  height: 0;
  border-left: 130px solid transparent;
  border-right: 0 solid transparent;
  border-top: 130px solid #D00846;
  position: absolute;
  top: 130px;
  right: 245px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ayur-campus-about .yellow-shape {
  position: absolute;
  right: 70px;
  bottom: calc(50% - 70px);
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-left: 175px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 172px solid #0b0b22;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ayur-campus-about .yellow-shape.ys-small {
  -webkit-transform: scale(0.35);
          transform: scale(0.35);
  right: 20px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  bottom: calc(50% - 15px);
}
.ayur-campus-about .waves-image {
  position: relative;
  min-height: 260px;
  margin: -75px 0 60px;
}
.ayur-campus-about .waves-image img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.ayur-campus-about .waves-image.aos-animate .red-shape {
  right: 295px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}
.ayur-campus-about .waves-image.aos-animate .yellow-shape {
  right: 120px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.ayur-campus-about .waves-image.aos-animate .yellow-shape.ys-small {
  right: 70px;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.ayur-campus-about .waves-image.aos-animate img {
  opacity: 1;
}

.newsfour-wrapper {
  position: relative;
}
.newsfour-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 250px);
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.newsfour-wrapper .container {
  position: relative;
  z-index: 1;
}

.school-template-school-home2 .sec-happening {
  background: #FBF3F5;
}
.school-template-school-home2 .sec-happening .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.school-template-school-home2 .sec-happening .hp-item-wrap.row {
  margin-left: -18px;
  margin-right: -18px;
}
.school-template-school-home2 .sec-happening .hp-item-wrap.row .hp-item {
  padding: 10px 18px;
}
.school-template-school-home2 .sec-happening .hp-item {
  float: none;
  height: inherit !important;
}
.school-template-school-home2 .sec-happening .hp-item a {
  background: #fff;
  -webkit-box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.07);
  height: 100%;
}
.school-template-school-home2 .sec-happening .hp-item a img {
  border-radius: 0;
  height: 210px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.school-template-school-home2 .sec-happening .hp-item a .hp-image {
  margin: 0 0 35px;
}
.school-template-school-home2 .sec-happening .hp-item a .hp-date {
  padding: 0 35px;
  color: #262626;
  font-weight: 500;
}
.school-template-school-home2 .sec-happening .hp-item a .hp-desc {
  padding: 0 35px 35px;
}
.school-template-school-home2 .sec-happening .hp-more {
  clear: both;
  text-align: center;
  padding: 0 35px;
}

.ayur-campus-about .abt-col-number {
  padding: 25px 0 0;
}
.ayur-campus-about .abt-col-number .ln-item {
  float: left;
  width: 50%;
}
.ayur-campus-about .abt-col-number .ln-item .ln-item-inner {
  display: inline-block;
  text-align: left;
}
.ayur-campus-about .abt-col-number .ln-item i {
  display: block;
  font-style: normal;
  font-size: 40px;
  color: #AF0C3E;
  font-weight: 600;
}
.ayur-campus-about .abt-col-number .ln-item span {
  display: block;
  font-size: 13px;
  color: #262626;
  margin: 10px 0 0;
}
.ayur-campus-about .abt-desc-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}

.iconlist-block.adminblock {
  padding: 60px 0;
}
.iconlist-block.adminblock .iconlist-wrap {
  margin-top: 0;
  color: #262626;
}
.iconlist-block.adminblock .iconlist-item {
  margin: 40px 0 0;
}
.iconlist-block.adminblock .icolist-img {
  margin: 0 0 12px;
}
.iconlist-block.adminblock .icolist-meta {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iconlist-block.adminblock .icolist-meta p {
  margin: 0;
}
.iconlist-block.adminblock .iconlist-item-inner a {
  color: #262626;
  display: inline-block;
}
.iconlist-block.adminblock .iconlist-item-inner a:hover {
  color: #dc4574;
}
.iconlist-block.adminblock .iconlist-item-inner a:hover img {
  opacity: 0.9;
}

.ayur-video-pop-sec {
  position: relative;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
}
.ayur-video-pop-sec:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, rgba(177, 15, 86, 0.81)), color-stop(96.83%, rgba(208, 8, 70, 0.81)));
  background: linear-gradient(90deg, rgba(177, 15, 86, 0.81) 2.8%, rgba(208, 8, 70, 0.81) 96.83%);
  opacity: 0.81;
}
.ayur-video-pop-sec .ayur-video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 350px;
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ayur-video-pop-sec .ayur-video-wrap .block-title, .ayur-video-pop-sec .ayur-video-wrap .tab-block .section-programs h2, .tab-block .section-programs .ayur-video-pop-sec .ayur-video-wrap h2, .ayur-video-pop-sec .ayur-video-wrap .latest-news-top h3, .latest-news-top .ayur-video-pop-sec .ayur-video-wrap h3, .ayur-video-pop-sec .ayur-video-wrap .popular-news h3, .popular-news .ayur-video-pop-sec .ayur-video-wrap h3, .ayur-video-pop-sec .ayur-video-wrap .single-wrap .cnt .post-heading, .single-wrap .cnt .ayur-video-pop-sec .ayur-video-wrap .post-heading, .ayur-video-pop-sec .ayur-video-wrap .adminblock .container > h2, .adminblock .ayur-video-pop-sec .ayur-video-wrap .container > h2, .ayur-video-pop-sec .ayur-video-wrap .camp-tour-sec h2, .camp-tour-sec .ayur-video-pop-sec .ayur-video-wrap h2, .ayur-video-pop-sec .ayur-video-wrap .school-program h2:first-child, .school-program .ayur-video-pop-sec .ayur-video-wrap h2:first-child, .ayur-video-pop-sec .ayur-video-wrap .inner_about .blksec h3, .inner_about .blksec .ayur-video-pop-sec .ayur-video-wrap h3, .ayur-video-pop-sec .ayur-video-wrap .about-school-sec h2, .about-school-sec .ayur-video-pop-sec .ayur-video-wrap h2, .ayur-video-pop-sec .ayur-video-wrap .department-top h2, .department-top .ayur-video-pop-sec .ayur-video-wrap h2, .ayur-video-pop-sec .ayur-video-wrap .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .ayur-video-pop-sec .ayur-video-wrap h2:first-child, .ayur-video-pop-sec .ayur-video-wrap .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .ayur-video-pop-sec .ayur-video-wrap h2:first-child, .ayur-video-pop-sec .ayur-video-wrap .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .ayur-video-pop-sec .ayur-video-wrap h2:first-child, .ayur-video-pop-sec .ayur-video-wrap .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .ayur-video-pop-sec .ayur-video-wrap h2:first-child, .ayur-video-pop-sec .ayur-video-wrap .resrch-col-right h3, .resrch-col-right .ayur-video-pop-sec .ayur-video-wrap h3, .ayur-video-pop-sec .ayur-video-wrap .ranking-landing .rank-land-title, .ranking-landing .ayur-video-pop-sec .ayur-video-wrap .rank-land-title, .ayur-video-pop-sec .ayur-video-wrap .iconlist-block.adminblock h2, .iconlist-block.adminblock .ayur-video-pop-sec .ayur-video-wrap h2 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.ayur-video-pop-sec .ayur-video-wrap a {
  color: #fff;
}
.ayur-video-pop-sec .ayur-video-wrap a:hover {
  color: #ddd;
}
.ayur-video-pop-sec .ayur-video-wrap a:hover img {
  opacity: 0.85;
}
.ayur-video-pop-sec .ayur-video-left {
  width: 50%;
}
.ayur-video-pop-sec .ayur-video-right {
  width: 25%;
}
.ayur-video-pop-sec .ayur-video-right span, .ayur-video-pop-sec .ayur-video-right img {
  display: inline-block;
  vertical-align: middle;
}
.ayur-video-pop-sec .ayur-video-right span {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  margin-left: 20px;
}
.ayur-video-pop-sec .ayur-video-right img {
  width: 58px;
}

.ayur-tab-sec {
  margin-top: -70px;
  position: relative;
  z-index: 3;
  background: #FBF3F5;
  padding: 0 0 30px;
}
.ayur-tab-sec .ayur-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 70px;
  position: absolute;
  top: -70px;
}
.ayur-tab-sec .ayur-tab-nav a {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 10px 30px;
}
.ayur-tab-sec .ayur-tab-nav a.active, .ayur-tab-sec .ayur-tab-nav a:hover {
  background: rgba(94, 0, 37, 0.5);
}

.ayur-tab-content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.12);
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ayur-tab-content .ayur-mobile-toggler {
  display: none;
}
.ayur-tab-content .ayur-mobile-toggler a {
  display: block;
  padding: 15px 15px;
  border: 1px solid #ddd;
  position: relative;
  background: #fff;
}
.ayur-tab-content .ayur-mobile-toggler a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background: url(images/drop-icon.svg) no-repeat right;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.ayur-tab-content .ayur-mobile-toggler a.active-mobile-item:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.ayur-tab-content .ayur-tab-content-left {
  padding: 40px;
  width: 65%;
}
.ayur-tab-content .ayur-tab-content-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ayur-tab-content .ayur-tab-content-left ul li {
  padding: 5px 0;
}
.ayur-tab-content .ayur-tab-content-left ul li a {
  display: inline-block;
  padding: 10px 15px;
  border: 0;
  color: #656565;
  border-radius: 20px;
  min-width: 200px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ayur-tab-content .ayur-tab-content-left ul li a:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  vertical-align: middle;
  margin-right: 4px;
  background: #656565;
}
.ayur-tab-content .ayur-tab-content-left ul li a:hover {
  background: rgba(175, 12, 65, 0.05);
  color: #AF0C3E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 25px;
}
.ayur-tab-content .ayur-tab-content-right {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0b0b22;
}

.tab-course-advisor {
  padding: 40px;
}
.tab-course-advisor p {
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  color: #262626;
  margin: 0 0 30px;
}
.tab-course-advisor p span {
  color: #D00846;
}

.ayur-calendar-sec {
  padding: 0 0 80px;
  position: relative;
}
.ayur-calendar-sec .ayur-calendar-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
}
.ayur-calendar-sec .ayur-calendar-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.ayur-calendar-sec .ayur-calendar-title {
  position: relative;
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #b10f56;
}
.ayur-calendar-sec .ayur-calendar-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, rgba(177, 15, 86, 0.81)), color-stop(96.83%, rgba(208, 8, 70, 0.81)));
  background: linear-gradient(90deg, rgba(177, 15, 86, 0.81) 2.8%, rgba(208, 8, 70, 0.81) 96.83%);
  opacity: 0.81;
}
.ayur-calendar-sec .ayur-calendar-title .block-title-wrap {
  padding-left: 50px;
  margin-left: 35%;
  position: relative;
  z-index: 2;
}
.ayur-calendar-sec .ayur-calendar-title .block-title, .ayur-calendar-sec .ayur-calendar-title .tab-block .section-programs h2, .tab-block .section-programs .ayur-calendar-sec .ayur-calendar-title h2, .ayur-calendar-sec .ayur-calendar-title .latest-news-top h3, .latest-news-top .ayur-calendar-sec .ayur-calendar-title h3, .ayur-calendar-sec .ayur-calendar-title .popular-news h3, .popular-news .ayur-calendar-sec .ayur-calendar-title h3, .ayur-calendar-sec .ayur-calendar-title .single-wrap .cnt .post-heading, .single-wrap .cnt .ayur-calendar-sec .ayur-calendar-title .post-heading, .ayur-calendar-sec .ayur-calendar-title .adminblock .container > h2, .adminblock .ayur-calendar-sec .ayur-calendar-title .container > h2, .ayur-calendar-sec .ayur-calendar-title .camp-tour-sec h2, .camp-tour-sec .ayur-calendar-sec .ayur-calendar-title h2, .ayur-calendar-sec .ayur-calendar-title .school-program h2:first-child, .school-program .ayur-calendar-sec .ayur-calendar-title h2:first-child, .ayur-calendar-sec .ayur-calendar-title .inner_about .blksec h3, .inner_about .blksec .ayur-calendar-sec .ayur-calendar-title h3, .ayur-calendar-sec .ayur-calendar-title .about-school-sec h2, .about-school-sec .ayur-calendar-sec .ayur-calendar-title h2, .ayur-calendar-sec .ayur-calendar-title .department-top h2, .department-top .ayur-calendar-sec .ayur-calendar-title h2, .ayur-calendar-sec .ayur-calendar-title .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .ayur-calendar-sec .ayur-calendar-title h2:first-child, .ayur-calendar-sec .ayur-calendar-title .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .ayur-calendar-sec .ayur-calendar-title h2:first-child, .ayur-calendar-sec .ayur-calendar-title .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .ayur-calendar-sec .ayur-calendar-title h2:first-child, .ayur-calendar-sec .ayur-calendar-title .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .ayur-calendar-sec .ayur-calendar-title h2:first-child, .ayur-calendar-sec .ayur-calendar-title .resrch-col-right h3, .resrch-col-right .ayur-calendar-sec .ayur-calendar-title h3, .ayur-calendar-sec .ayur-calendar-title .ranking-landing .rank-land-title, .ranking-landing .ayur-calendar-sec .ayur-calendar-title .rank-land-title, .ayur-calendar-sec .ayur-calendar-title .iconlist-block.adminblock h2, .iconlist-block.adminblock .ayur-calendar-sec .ayur-calendar-title h2 {
  color: #fff;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-size: 30px;
  line-height: 37px;
  text-align: left;
}
.ayur-calendar-sec .ayur-calendar-title .block-title:before, .ayur-calendar-sec .ayur-calendar-title .tab-block .section-programs h2:before, .tab-block .section-programs .ayur-calendar-sec .ayur-calendar-title h2:before, .ayur-calendar-sec .ayur-calendar-title .latest-news-top h3:before, .latest-news-top .ayur-calendar-sec .ayur-calendar-title h3:before, .ayur-calendar-sec .ayur-calendar-title .popular-news h3:before, .popular-news .ayur-calendar-sec .ayur-calendar-title h3:before, .ayur-calendar-sec .ayur-calendar-title .single-wrap .cnt .post-heading:before, .single-wrap .cnt .ayur-calendar-sec .ayur-calendar-title .post-heading:before, .ayur-calendar-sec .ayur-calendar-title .adminblock .container > h2:before, .adminblock .ayur-calendar-sec .ayur-calendar-title .container > h2:before, .ayur-calendar-sec .ayur-calendar-title .camp-tour-sec h2:before, .camp-tour-sec .ayur-calendar-sec .ayur-calendar-title h2:before, .ayur-calendar-sec .ayur-calendar-title .school-program h2:first-child:before, .school-program .ayur-calendar-sec .ayur-calendar-title h2:first-child:before, .ayur-calendar-sec .ayur-calendar-title .inner_about .blksec h3:before, .inner_about .blksec .ayur-calendar-sec .ayur-calendar-title h3:before, .ayur-calendar-sec .ayur-calendar-title .about-school-sec h2:before, .about-school-sec .ayur-calendar-sec .ayur-calendar-title h2:before, .ayur-calendar-sec .ayur-calendar-title .department-top h2:before, .department-top .ayur-calendar-sec .ayur-calendar-title h2:before, .ayur-calendar-sec .ayur-calendar-title .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .ayur-calendar-sec .ayur-calendar-title h2:first-child:before, .ayur-calendar-sec .ayur-calendar-title .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .ayur-calendar-sec .ayur-calendar-title h2:first-child:before, .ayur-calendar-sec .ayur-calendar-title .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .ayur-calendar-sec .ayur-calendar-title h2:first-child:before, .ayur-calendar-sec .ayur-calendar-title .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .ayur-calendar-sec .ayur-calendar-title h2:first-child:before, .ayur-calendar-sec .ayur-calendar-title .resrch-col-right h3:before, .resrch-col-right .ayur-calendar-sec .ayur-calendar-title h3:before, .ayur-calendar-sec .ayur-calendar-title .ranking-landing .rank-land-title:before, .ranking-landing .ayur-calendar-sec .ayur-calendar-title .rank-land-title:before, .ayur-calendar-sec .ayur-calendar-title .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .ayur-calendar-sec .ayur-calendar-title h2:before {
  margin: 0;
}
.ayur-calendar-sec .ayur-calendar-wrap {
  position: relative;
  z-index: 1;
}
.ayur-calendar-sec .ayur-calendar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ayur-calendar-sec .ayur-calendar-left {
  width: 35%;
  margin-top: -320px;
}
.ayur-calendar-sec .ayur-calendar-left .calendar-video-box {
  padding: 65px 45px;
  background: #FDF7F9;
}
.ayur-calendar-sec .ayur-calendar-left .calendar-video-box h4 {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(96.83%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 96.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  margin: 0 0 25px;
}
.ayur-calendar-sec .ayur-calendar-left .calendar-video-box .cal-video {
  margin: 25px 0 0;
}
.ayur-calendar-sec .ayur-calendar-left .calendar-video-box .cal-video img {
  display: block;
  width: 100%;
}
.ayur-calendar-sec .ayur-calendar-left .calendar-video-box .cal-video a {
  display: block;
  position: relative;
}
.ayur-calendar-sec .ayur-calendar-left .calendar-video-box .cal-video a::before {
  content: "";
  display: block;
  background-image: url(images/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 58px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.ayur-calendar-sec .ayur-calendar-left .calendar-video-box .cal-video a:hover::before {
  background-color: rgba(0, 0, 0, 0.55);
}
.ayur-calendar-sec .ayur-calendar-left .calendar-video-box .cal-follow-link {
  margin: 25px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.ayur-calendar-sec .calendar-slide-wrap {
  margin-top: 40px;
}
.ayur-calendar-sec .ayur-calendar-right {
  width: 65%;
  padding-left: 50px;
}
.ayur-calendar-sec .hp-row {
  margin-left: -30px;
  margin-right: -30px;
}
.ayur-calendar-sec .hp-item {
  margin: 20px 0;
  padding: 0 30px;
}
.ayur-calendar-sec .hp-item-text {
  margin: 0 0 25px;
}
.ayur-calendar-sec .hp-item-text:after {
  content: "";
  display: block;
  clear: both;
}
.ayur-calendar-sec .hp-item-text .hp-date {
  margin: 0;
  width: 45px;
  float: left;
  color: #9D9D9D;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.ayur-calendar-sec .hp-item-text .hp-desc {
  color: #656565;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-left: 55px;
}
.ayur-calendar-sec .hp-item-text .hp-date span {
  display: none;
}
.ayur-calendar-sec .hp-item-text .hp-date i {
  display: block;
  font-size: 34px;
  font-weight: 600;
  color: #AF0C3E;
  line-height: 1;
  margin: 0 0 2px;
  font-style: normal;
}

@media (max-width: 400px) {
  .iconlist-block.adminblock .iconlist-item {
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 600px) and (min-width: 401px) {
  .iconlist-block.adminblock .iconlist-item {
    width: 50% !important;
  }
  .iconlist-block.adminblock .iconlist-item:nth-child(2n+1) {
    clear: both;
  }
}
.ayur-campus-about .abt-col-right .campus-text-more {
  display: none;
}

@media (max-width: 991px) {
  .tab-course-advisor {
    padding: 25px;
  }
  .tab-course-advisor p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 20px;
  }

  .ayur-campus-about .abt-col-left .block-title br, .ayur-campus-about .abt-col-left .tab-block .section-programs h2 br, .tab-block .section-programs .ayur-campus-about .abt-col-left h2 br, .ayur-campus-about .abt-col-left .latest-news-top h3 br, .latest-news-top .ayur-campus-about .abt-col-left h3 br, .ayur-campus-about .abt-col-left .popular-news h3 br, .popular-news .ayur-campus-about .abt-col-left h3 br, .ayur-campus-about .abt-col-left .single-wrap .cnt .post-heading br, .single-wrap .cnt .ayur-campus-about .abt-col-left .post-heading br, .ayur-campus-about .abt-col-left .adminblock .container > h2 br, .adminblock .ayur-campus-about .abt-col-left .container > h2 br, .ayur-campus-about .abt-col-left .camp-tour-sec h2 br, .camp-tour-sec .ayur-campus-about .abt-col-left h2 br, .ayur-campus-about .abt-col-left .school-program h2:first-child br, .school-program .ayur-campus-about .abt-col-left h2:first-child br, .ayur-campus-about .abt-col-left .inner_about .blksec h3 br, .inner_about .blksec .ayur-campus-about .abt-col-left h3 br, .ayur-campus-about .abt-col-left .about-school-sec h2 br, .about-school-sec .ayur-campus-about .abt-col-left h2 br, .ayur-campus-about .abt-col-left .department-top h2 br, .department-top .ayur-campus-about .abt-col-left h2 br, .ayur-campus-about .abt-col-left .page-template-admission .wp-block-uagb-section h2:first-child br, .page-template-admission .wp-block-uagb-section .ayur-campus-about .abt-col-left h2:first-child br, .ayur-campus-about .abt-col-left .page-template-admission .adm-prm-sec h2:first-child br, .page-template-admission .adm-prm-sec .ayur-campus-about .abt-col-left h2:first-child br, .ayur-campus-about .abt-col-left .adm-scholarship .adm-scholar-left h2:first-child br, .adm-scholarship .adm-scholar-left .ayur-campus-about .abt-col-left h2:first-child br, .ayur-campus-about .abt-col-left .psychometric-section .psychometric-left h2:first-child br, .psychometric-section .psychometric-left .ayur-campus-about .abt-col-left h2:first-child br, .ayur-campus-about .abt-col-left .resrch-col-right h3 br, .resrch-col-right .ayur-campus-about .abt-col-left h3 br, .ayur-campus-about .abt-col-left .ranking-landing .rank-land-title br, .ranking-landing .ayur-campus-about .abt-col-left .rank-land-title br, .ayur-campus-about .abt-col-left .iconlist-block.adminblock h2 br, .iconlist-block.adminblock .ayur-campus-about .abt-col-left h2 br {
    display: none;
  }
  .ayur-campus-about .waves-col {
    display: none;
  }
  .ayur-campus-about .abt-col-left .campus-text-more {
    display: none;
  }
  .ayur-campus-about .abt-col-right .campus-text-more {
    display: block;
  }
  .ayur-campus-about .abt-col-number {
    padding: 45px 0 25px;
  }
  .ayur-campus-about .campus-about-wrap .block-title, .ayur-campus-about .campus-about-wrap .tab-block .section-programs h2, .tab-block .section-programs .ayur-campus-about .campus-about-wrap h2, .ayur-campus-about .campus-about-wrap .latest-news-top h3, .latest-news-top .ayur-campus-about .campus-about-wrap h3, .ayur-campus-about .campus-about-wrap .popular-news h3, .popular-news .ayur-campus-about .campus-about-wrap h3, .ayur-campus-about .campus-about-wrap .single-wrap .cnt .post-heading, .single-wrap .cnt .ayur-campus-about .campus-about-wrap .post-heading, .ayur-campus-about .campus-about-wrap .adminblock .container > h2, .adminblock .ayur-campus-about .campus-about-wrap .container > h2, .ayur-campus-about .campus-about-wrap .camp-tour-sec h2, .camp-tour-sec .ayur-campus-about .campus-about-wrap h2, .ayur-campus-about .campus-about-wrap .school-program h2:first-child, .school-program .ayur-campus-about .campus-about-wrap h2:first-child, .ayur-campus-about .campus-about-wrap .inner_about .blksec h3, .inner_about .blksec .ayur-campus-about .campus-about-wrap h3, .ayur-campus-about .campus-about-wrap .about-school-sec h2, .about-school-sec .ayur-campus-about .campus-about-wrap h2, .ayur-campus-about .campus-about-wrap .department-top h2, .department-top .ayur-campus-about .campus-about-wrap h2, .ayur-campus-about .campus-about-wrap .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .ayur-campus-about .campus-about-wrap h2:first-child, .ayur-campus-about .campus-about-wrap .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .ayur-campus-about .campus-about-wrap h2:first-child, .ayur-campus-about .campus-about-wrap .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .ayur-campus-about .campus-about-wrap h2:first-child, .ayur-campus-about .campus-about-wrap .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .ayur-campus-about .campus-about-wrap h2:first-child, .ayur-campus-about .campus-about-wrap .resrch-col-right h3, .resrch-col-right .ayur-campus-about .campus-about-wrap h3, .ayur-campus-about .campus-about-wrap .ranking-landing .rank-land-title, .ranking-landing .ayur-campus-about .campus-about-wrap .rank-land-title, .ayur-campus-about .campus-about-wrap .iconlist-block.adminblock h2, .iconlist-block.adminblock .ayur-campus-about .campus-about-wrap h2 {
    text-align: left;
  }
  .ayur-campus-about .campus-about-wrap .block-title:before, .ayur-campus-about .campus-about-wrap .tab-block .section-programs h2:before, .tab-block .section-programs .ayur-campus-about .campus-about-wrap h2:before, .ayur-campus-about .campus-about-wrap .latest-news-top h3:before, .latest-news-top .ayur-campus-about .campus-about-wrap h3:before, .ayur-campus-about .campus-about-wrap .popular-news h3:before, .popular-news .ayur-campus-about .campus-about-wrap h3:before, .ayur-campus-about .campus-about-wrap .single-wrap .cnt .post-heading:before, .single-wrap .cnt .ayur-campus-about .campus-about-wrap .post-heading:before, .ayur-campus-about .campus-about-wrap .adminblock .container > h2:before, .adminblock .ayur-campus-about .campus-about-wrap .container > h2:before, .ayur-campus-about .campus-about-wrap .camp-tour-sec h2:before, .camp-tour-sec .ayur-campus-about .campus-about-wrap h2:before, .ayur-campus-about .campus-about-wrap .school-program h2:first-child:before, .school-program .ayur-campus-about .campus-about-wrap h2:first-child:before, .ayur-campus-about .campus-about-wrap .inner_about .blksec h3:before, .inner_about .blksec .ayur-campus-about .campus-about-wrap h3:before, .ayur-campus-about .campus-about-wrap .about-school-sec h2:before, .about-school-sec .ayur-campus-about .campus-about-wrap h2:before, .ayur-campus-about .campus-about-wrap .department-top h2:before, .department-top .ayur-campus-about .campus-about-wrap h2:before, .ayur-campus-about .campus-about-wrap .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .ayur-campus-about .campus-about-wrap h2:first-child:before, .ayur-campus-about .campus-about-wrap .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .ayur-campus-about .campus-about-wrap h2:first-child:before, .ayur-campus-about .campus-about-wrap .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .ayur-campus-about .campus-about-wrap h2:first-child:before, .ayur-campus-about .campus-about-wrap .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .ayur-campus-about .campus-about-wrap h2:first-child:before, .ayur-campus-about .campus-about-wrap .resrch-col-right h3:before, .resrch-col-right .ayur-campus-about .campus-about-wrap h3:before, .ayur-campus-about .campus-about-wrap .ranking-landing .rank-land-title:before, .ranking-landing .ayur-campus-about .campus-about-wrap .rank-land-title:before, .ayur-campus-about .campus-about-wrap .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .ayur-campus-about .campus-about-wrap h2:before {
    left: 0;
    right: auto;
  }
}
@media (max-width: 767px) {
  .ayur-calendar-sec .ayur-calendar-left {
    width: 100%;
    margin: 40px 0 0;
  }
  .ayur-calendar-sec .ayur-calendar-left .calendar-video-box {
    padding: 40px 30px;
  }
  .ayur-calendar-sec .ayur-calendar-right {
    padding: 0;
    width: 100%;
  }
  .ayur-calendar-sec .ayur-calendar-title {
    padding: 100px 0;
  }
  .ayur-calendar-sec .ayur-calendar-title .block-title-wrap {
    padding: 0;
    margin: 0;
  }
  .ayur-calendar-sec .ayur-calendar-title .block-title br, .ayur-calendar-sec .ayur-calendar-title .tab-block .section-programs h2 br, .tab-block .section-programs .ayur-calendar-sec .ayur-calendar-title h2 br, .ayur-calendar-sec .ayur-calendar-title .latest-news-top h3 br, .latest-news-top .ayur-calendar-sec .ayur-calendar-title h3 br, .ayur-calendar-sec .ayur-calendar-title .popular-news h3 br, .popular-news .ayur-calendar-sec .ayur-calendar-title h3 br, .ayur-calendar-sec .ayur-calendar-title .single-wrap .cnt .post-heading br, .single-wrap .cnt .ayur-calendar-sec .ayur-calendar-title .post-heading br, .ayur-calendar-sec .ayur-calendar-title .adminblock .container > h2 br, .adminblock .ayur-calendar-sec .ayur-calendar-title .container > h2 br, .ayur-calendar-sec .ayur-calendar-title .camp-tour-sec h2 br, .camp-tour-sec .ayur-calendar-sec .ayur-calendar-title h2 br, .ayur-calendar-sec .ayur-calendar-title .school-program h2:first-child br, .school-program .ayur-calendar-sec .ayur-calendar-title h2:first-child br, .ayur-calendar-sec .ayur-calendar-title .inner_about .blksec h3 br, .inner_about .blksec .ayur-calendar-sec .ayur-calendar-title h3 br, .ayur-calendar-sec .ayur-calendar-title .about-school-sec h2 br, .about-school-sec .ayur-calendar-sec .ayur-calendar-title h2 br, .ayur-calendar-sec .ayur-calendar-title .department-top h2 br, .department-top .ayur-calendar-sec .ayur-calendar-title h2 br, .ayur-calendar-sec .ayur-calendar-title .page-template-admission .wp-block-uagb-section h2:first-child br, .page-template-admission .wp-block-uagb-section .ayur-calendar-sec .ayur-calendar-title h2:first-child br, .ayur-calendar-sec .ayur-calendar-title .page-template-admission .adm-prm-sec h2:first-child br, .page-template-admission .adm-prm-sec .ayur-calendar-sec .ayur-calendar-title h2:first-child br, .ayur-calendar-sec .ayur-calendar-title .adm-scholarship .adm-scholar-left h2:first-child br, .adm-scholarship .adm-scholar-left .ayur-calendar-sec .ayur-calendar-title h2:first-child br, .ayur-calendar-sec .ayur-calendar-title .psychometric-section .psychometric-left h2:first-child br, .psychometric-section .psychometric-left .ayur-calendar-sec .ayur-calendar-title h2:first-child br, .ayur-calendar-sec .ayur-calendar-title .resrch-col-right h3 br, .resrch-col-right .ayur-calendar-sec .ayur-calendar-title h3 br, .ayur-calendar-sec .ayur-calendar-title .ranking-landing .rank-land-title br, .ranking-landing .ayur-calendar-sec .ayur-calendar-title .rank-land-title br, .ayur-calendar-sec .ayur-calendar-title .iconlist-block.adminblock h2 br, .iconlist-block.adminblock .ayur-calendar-sec .ayur-calendar-title h2 br {
    display: none;
  }

  .ayur-video-pop-sec .ayur-video-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ayur-video-pop-sec .ayur-video-left {
    width: 100%;
  }
  .ayur-video-pop-sec .ayur-video-left .block-title, .ayur-video-pop-sec .ayur-video-left .tab-block .section-programs h2, .tab-block .section-programs .ayur-video-pop-sec .ayur-video-left h2, .ayur-video-pop-sec .ayur-video-left .latest-news-top h3, .latest-news-top .ayur-video-pop-sec .ayur-video-left h3, .ayur-video-pop-sec .ayur-video-left .popular-news h3, .popular-news .ayur-video-pop-sec .ayur-video-left h3, .ayur-video-pop-sec .ayur-video-left .single-wrap .cnt .post-heading, .single-wrap .cnt .ayur-video-pop-sec .ayur-video-left .post-heading, .ayur-video-pop-sec .ayur-video-left .adminblock .container > h2, .adminblock .ayur-video-pop-sec .ayur-video-left .container > h2, .ayur-video-pop-sec .ayur-video-left .camp-tour-sec h2, .camp-tour-sec .ayur-video-pop-sec .ayur-video-left h2, .ayur-video-pop-sec .ayur-video-left .school-program h2:first-child, .school-program .ayur-video-pop-sec .ayur-video-left h2:first-child, .ayur-video-pop-sec .ayur-video-left .inner_about .blksec h3, .inner_about .blksec .ayur-video-pop-sec .ayur-video-left h3, .ayur-video-pop-sec .ayur-video-left .about-school-sec h2, .about-school-sec .ayur-video-pop-sec .ayur-video-left h2, .ayur-video-pop-sec .ayur-video-left .department-top h2, .department-top .ayur-video-pop-sec .ayur-video-left h2, .ayur-video-pop-sec .ayur-video-left .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .ayur-video-pop-sec .ayur-video-left h2:first-child, .ayur-video-pop-sec .ayur-video-left .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .ayur-video-pop-sec .ayur-video-left h2:first-child, .ayur-video-pop-sec .ayur-video-left .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .ayur-video-pop-sec .ayur-video-left h2:first-child, .ayur-video-pop-sec .ayur-video-left .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .ayur-video-pop-sec .ayur-video-left h2:first-child, .ayur-video-pop-sec .ayur-video-left .resrch-col-right h3, .resrch-col-right .ayur-video-pop-sec .ayur-video-left h3, .ayur-video-pop-sec .ayur-video-left .ranking-landing .rank-land-title, .ranking-landing .ayur-video-pop-sec .ayur-video-left .rank-land-title, .ayur-video-pop-sec .ayur-video-left .iconlist-block.adminblock h2, .iconlist-block.adminblock .ayur-video-pop-sec .ayur-video-left h2 {
    text-align: left;
  }
  .ayur-video-pop-sec .ayur-video-left .block-title:before, .ayur-video-pop-sec .ayur-video-left .tab-block .section-programs h2:before, .tab-block .section-programs .ayur-video-pop-sec .ayur-video-left h2:before, .ayur-video-pop-sec .ayur-video-left .latest-news-top h3:before, .latest-news-top .ayur-video-pop-sec .ayur-video-left h3:before, .ayur-video-pop-sec .ayur-video-left .popular-news h3:before, .popular-news .ayur-video-pop-sec .ayur-video-left h3:before, .ayur-video-pop-sec .ayur-video-left .single-wrap .cnt .post-heading:before, .single-wrap .cnt .ayur-video-pop-sec .ayur-video-left .post-heading:before, .ayur-video-pop-sec .ayur-video-left .adminblock .container > h2:before, .adminblock .ayur-video-pop-sec .ayur-video-left .container > h2:before, .ayur-video-pop-sec .ayur-video-left .camp-tour-sec h2:before, .camp-tour-sec .ayur-video-pop-sec .ayur-video-left h2:before, .ayur-video-pop-sec .ayur-video-left .school-program h2:first-child:before, .school-program .ayur-video-pop-sec .ayur-video-left h2:first-child:before, .ayur-video-pop-sec .ayur-video-left .inner_about .blksec h3:before, .inner_about .blksec .ayur-video-pop-sec .ayur-video-left h3:before, .ayur-video-pop-sec .ayur-video-left .about-school-sec h2:before, .about-school-sec .ayur-video-pop-sec .ayur-video-left h2:before, .ayur-video-pop-sec .ayur-video-left .department-top h2:before, .department-top .ayur-video-pop-sec .ayur-video-left h2:before, .ayur-video-pop-sec .ayur-video-left .page-template-admission .wp-block-uagb-section h2:first-child:before, .page-template-admission .wp-block-uagb-section .ayur-video-pop-sec .ayur-video-left h2:first-child:before, .ayur-video-pop-sec .ayur-video-left .page-template-admission .adm-prm-sec h2:first-child:before, .page-template-admission .adm-prm-sec .ayur-video-pop-sec .ayur-video-left h2:first-child:before, .ayur-video-pop-sec .ayur-video-left .adm-scholarship .adm-scholar-left h2:first-child:before, .adm-scholarship .adm-scholar-left .ayur-video-pop-sec .ayur-video-left h2:first-child:before, .ayur-video-pop-sec .ayur-video-left .psychometric-section .psychometric-left h2:first-child:before, .psychometric-section .psychometric-left .ayur-video-pop-sec .ayur-video-left h2:first-child:before, .ayur-video-pop-sec .ayur-video-left .resrch-col-right h3:before, .resrch-col-right .ayur-video-pop-sec .ayur-video-left h3:before, .ayur-video-pop-sec .ayur-video-left .ranking-landing .rank-land-title:before, .ranking-landing .ayur-video-pop-sec .ayur-video-left .rank-land-title:before, .ayur-video-pop-sec .ayur-video-left .iconlist-block.adminblock h2:before, .iconlist-block.adminblock .ayur-video-pop-sec .ayur-video-left h2:before {
    left: 0;
    right: auto;
  }
  .ayur-video-pop-sec .ayur-video-right {
    width: 100%;
    margin: 40px 0;
  }

  .ayur-tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ayur-tab-content .ayur-tab-content-right {
    width: 100%;
  }
  .ayur-tab-content .ayur-tab-content-left {
    width: 100%;
    padding: 0 0 30px;
  }
  .ayur-tab-content .ayur-tab-content-left ul li {
    width: 100%;
  }
}
@media (min-width: 601px) {
  .ayur-tab-content .ayur-tab-content-left ul {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .otherlink-sec h2 br {
    display: none;
  }

  .ayur-tab-content {
    padding: 30px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
  }
  .ayur-tab-content .ayur-mobile-toggler {
    display: block;
  }
  .ayur-tab-content .ayur-mobile-toggler br {
    display: none;
  }
  .ayur-tab-content .ayur-tab-content-left .ayur-tab-item {
    display: block !important;
    margin: 0 0 30px;
  }
  .ayur-tab-content .ayur-tab-content-left .ayur-tab-item ul {
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
  }
  .ayur-tab-content .ayur-tab-content-left .ayur-tab-item ul li {
    float: none;
  }
  .ayur-tab-content .ayur-tab-content-left .ayur-tab-item ul li a {
    padding: 5px 15px;
  }
  .ayur-tab-content .ayur-tab-content-left .ayur-tab-item ul li a:hover {
    padding: 5px 15px;
    background: transparent;
  }
  .ayur-tab-content .ayur-tab-content-left {
    padding: 0;
  }

  .ayur-tab-sec {
    margin: 0;
  }
  .ayur-tab-sec .ayur-tab-nav {
    display: none;
  }

  .ayur-video-pop-sec {
    padding: 0;
  }
  .ayur-video-pop-sec .ayur-video-wrap {
    min-height: 0;
    padding: 60px 0;
  }
  .ayur-video-pop-sec .ayur-video-right {
    margin: 40px 0 0;
  }
}
@media (max-width: 540px) {
  .ayur-campus-about .abt-col-number .ln-item i {
    font-size: 30px;
  }
  .ayur-campus-about .abt-col-number .ln-item span {
    font-size: 12px;
    margin: 5px 0 0;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .iconlist-block.adminblock .iconlist-item {
    width: 33.33% !important;
  }
  .iconlist-block.adminblock .iconlist-item:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .iconlist-block.adminblock {
    padding: 90px 0;
  }
  .iconlist-block.adminblock .iconlist-wrap {
    margin-top: 20px;
  }
  .iconlist-block.adminblock .iconlist-item {
    margin: 45px 0 0;
  }
  .iconlist-block.adminblock .iconlist-item:nth-child(2n+1) {
    clear: none;
  }
  .iconlist-block.adminblock .iconlist-item:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  .ayur-campus-about .abt-col-number {
    padding: 50px 0 0;
  }
  .ayur-campus-about .abt-col-number .ln-item i {
    font-size: 57px;
  }
  .ayur-campus-about .abt-col-number .ln-item span {
    font-size: 16px;
  }

  .iconlist-block.adminblock .iconlist-wrap {
    margin-top: 30px;
  }
  .iconlist-block.adminblock .iconlist-item {
    margin: 75px 0 0;
  }
  .iconlist-block.adminblock .iconlist-item:nth-child(2n+1) {
    clear: none;
  }
  .iconlist-block.adminblock .iconlist-item:nth-child(4n+1) {
    clear: none;
  }
  .iconlist-block.adminblock .iconlist-item:nth-child(6n+1) {
    clear: both;
  }

  .ayur-video-pop-sec .ayur-video-wrap {
    min-height: 450px;
  }
  .ayur-video-pop-sec .ayur-video-wrap .block-title, .ayur-video-pop-sec .ayur-video-wrap .tab-block .section-programs h2, .tab-block .section-programs .ayur-video-pop-sec .ayur-video-wrap h2, .ayur-video-pop-sec .ayur-video-wrap .latest-news-top h3, .latest-news-top .ayur-video-pop-sec .ayur-video-wrap h3, .ayur-video-pop-sec .ayur-video-wrap .popular-news h3, .popular-news .ayur-video-pop-sec .ayur-video-wrap h3, .ayur-video-pop-sec .ayur-video-wrap .single-wrap .cnt .post-heading, .single-wrap .cnt .ayur-video-pop-sec .ayur-video-wrap .post-heading, .ayur-video-pop-sec .ayur-video-wrap .adminblock .container > h2, .adminblock .ayur-video-pop-sec .ayur-video-wrap .container > h2, .ayur-video-pop-sec .ayur-video-wrap .camp-tour-sec h2, .camp-tour-sec .ayur-video-pop-sec .ayur-video-wrap h2, .ayur-video-pop-sec .ayur-video-wrap .school-program h2:first-child, .school-program .ayur-video-pop-sec .ayur-video-wrap h2:first-child, .ayur-video-pop-sec .ayur-video-wrap .inner_about .blksec h3, .inner_about .blksec .ayur-video-pop-sec .ayur-video-wrap h3, .ayur-video-pop-sec .ayur-video-wrap .about-school-sec h2, .about-school-sec .ayur-video-pop-sec .ayur-video-wrap h2, .ayur-video-pop-sec .ayur-video-wrap .department-top h2, .department-top .ayur-video-pop-sec .ayur-video-wrap h2, .ayur-video-pop-sec .ayur-video-wrap .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .ayur-video-pop-sec .ayur-video-wrap h2:first-child, .ayur-video-pop-sec .ayur-video-wrap .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .ayur-video-pop-sec .ayur-video-wrap h2:first-child, .ayur-video-pop-sec .ayur-video-wrap .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .ayur-video-pop-sec .ayur-video-wrap h2:first-child, .ayur-video-pop-sec .ayur-video-wrap .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .ayur-video-pop-sec .ayur-video-wrap h2:first-child, .ayur-video-pop-sec .ayur-video-wrap .resrch-col-right h3, .resrch-col-right .ayur-video-pop-sec .ayur-video-wrap h3, .ayur-video-pop-sec .ayur-video-wrap .ranking-landing .rank-land-title, .ranking-landing .ayur-video-pop-sec .ayur-video-wrap .rank-land-title, .ayur-video-pop-sec .ayur-video-wrap .iconlist-block.adminblock h2, .iconlist-block.adminblock .ayur-video-pop-sec .ayur-video-wrap h2 {
    font-size: 30px;
    line-height: 37px;
  }

  .ayur-tab-content .ayur-tab-content-left {
    padding: 60px;
    width: 75%;
  }
  .ayur-tab-content .ayur-tab-content-left ul li {
    width: 50%;
    float: left;
  }
  .ayur-tab-content .ayur-tab-content-left ul li:nth-child(2n+1) {
    clear: both;
  }
  .ayur-tab-content .ayur-tab-content-right {
    width: 25%;
  }
}
.insta-feed.adminblock .block-title, .insta-feed.adminblock .tab-block .section-programs h2, .tab-block .section-programs .insta-feed.adminblock h2, .insta-feed.adminblock .latest-news-top h3, .latest-news-top .insta-feed.adminblock h3, .insta-feed.adminblock .popular-news h3, .popular-news .insta-feed.adminblock h3, .insta-feed.adminblock .single-wrap .cnt .post-heading, .single-wrap .cnt .insta-feed.adminblock .post-heading, .insta-feed.adminblock .container > h2, .insta-feed.adminblock .camp-tour-sec h2, .camp-tour-sec .insta-feed.adminblock h2, .insta-feed.adminblock .school-program h2:first-child, .school-program .insta-feed.adminblock h2:first-child, .insta-feed.adminblock .inner_about .blksec h3, .inner_about .blksec .insta-feed.adminblock h3, .insta-feed.adminblock .about-school-sec h2, .about-school-sec .insta-feed.adminblock h2, .insta-feed.adminblock .department-top h2, .department-top .insta-feed.adminblock h2, .insta-feed.adminblock .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .insta-feed.adminblock h2:first-child, .insta-feed.adminblock .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .insta-feed.adminblock h2:first-child, .insta-feed.adminblock .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .insta-feed.adminblock h2:first-child, .insta-feed.adminblock .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .insta-feed.adminblock h2:first-child, .insta-feed.adminblock .resrch-col-right h3, .resrch-col-right .insta-feed.adminblock h3, .insta-feed.adminblock .ranking-landing .rank-land-title, .ranking-landing .insta-feed.adminblock .rank-land-title, .insta-feed.adminblock .iconlist-block.adminblock h2, .iconlist-block.adminblock .insta-feed.adminblock h2 {
  margin: 90px 0 30px;
}

.amr-videos-section.adminblock .block-title, .amr-videos-section.adminblock .tab-block .section-programs h2, .tab-block .section-programs .amr-videos-section.adminblock h2, .amr-videos-section.adminblock .latest-news-top h3, .latest-news-top .amr-videos-section.adminblock h3, .amr-videos-section.adminblock .popular-news h3, .popular-news .amr-videos-section.adminblock h3, .amr-videos-section.adminblock .single-wrap .cnt .post-heading, .single-wrap .cnt .amr-videos-section.adminblock .post-heading, .amr-videos-section.adminblock .container > h2, .amr-videos-section.adminblock .camp-tour-sec h2, .camp-tour-sec .amr-videos-section.adminblock h2, .amr-videos-section.adminblock .school-program h2:first-child, .school-program .amr-videos-section.adminblock h2:first-child, .amr-videos-section.adminblock .inner_about .blksec h3, .inner_about .blksec .amr-videos-section.adminblock h3, .amr-videos-section.adminblock .about-school-sec h2, .about-school-sec .amr-videos-section.adminblock h2, .amr-videos-section.adminblock .department-top h2, .department-top .amr-videos-section.adminblock h2, .amr-videos-section.adminblock .page-template-admission .wp-block-uagb-section h2:first-child, .page-template-admission .wp-block-uagb-section .amr-videos-section.adminblock h2:first-child, .amr-videos-section.adminblock .page-template-admission .adm-prm-sec h2:first-child, .page-template-admission .adm-prm-sec .amr-videos-section.adminblock h2:first-child, .amr-videos-section.adminblock .adm-scholarship .adm-scholar-left h2:first-child, .adm-scholarship .adm-scholar-left .amr-videos-section.adminblock h2:first-child, .amr-videos-section.adminblock .psychometric-section .psychometric-left h2:first-child, .psychometric-section .psychometric-left .amr-videos-section.adminblock h2:first-child, .amr-videos-section.adminblock .resrch-col-right h3, .resrch-col-right .amr-videos-section.adminblock h3, .amr-videos-section.adminblock .ranking-landing .rank-land-title, .ranking-landing .amr-videos-section.adminblock .rank-land-title, .amr-videos-section.adminblock .iconlist-block.adminblock h2, .iconlist-block.adminblock .amr-videos-section.adminblock h2 {
  padding-bottom: 25px !important;
}
.amr-videos-section.adminblock h6 {
  padding: 10px 0 !important;
}
.amr-videos-section.adminblock .amr-video-item {
  padding: 5px !important;
}

.chancellor-top-sec {
  padding: 40px 0;
  position: relative;
}
.chancellor-top-sec .container {
  position: relative;
  z-index: 2;
}
.chancellor-top-sec .ch-yellow-shape {
  background: url(images/chance-yellow-shape.svg) no-repeat right bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  z-index: 1;
}

.ch-people-slider {
  padding: 40px 0;
  background: #fff;
}
.ch-people-slider .people-slider-item {
  padding: 0 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ch-people-slider .p-slider-inner {
  margin: 0;
}
.ch-people-slider .p-slider-inner:after {
  content: "";
  display: block;
  clear: both;
}
.ch-people-slider .p-slider-right {
  background: #FFFFFF;
  -webkit-filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.07));
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  float: left;
  width: 100%;
  color: #262626;
}
.ch-people-slider .p-slider-right::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
  width: 0;
  border-bottom: 35px solid #fff;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}
.ch-people-slider .p-slider-inner:hover .p-slider-right {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.8%, #B10F56), color-stop(56.81%, #D00846));
  background: linear-gradient(90deg, #B10F56 2.8%, #D00846 56.81%);
  -webkit-filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.07));
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: none;
          filter: none;
}
.ch-people-slider .p-slider-inner:hover .p-slider-right:before {
  border-bottom-color: #d00846;
}
.ch-people-slider .p-slider-left {
  width: 175px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  margin-top: 40px;
}
.ch-people-slider .p-slider-left img {
  display: block;
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.ch-people-slider .p-slider-content p {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: inherit;
}
.ch-people-slider .p-slider-meta {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  margin-top: 30px;
}
.ch-people-slider .p-slider-meta span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
}

.chance-top-videos .sm-video-item {
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.chance-top-videos .sm-video-item:last-child {
  margin: 0;
}
.chance-top-videos .sm-video-item .sm-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.chance-top-videos .sm-video-item .sm-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.chance-top-videos .sm-video-item .sm-default {
  opacity: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 25px;
  color: #fff;
  z-index: 1;
}
.chance-top-videos .sm-video-item .sm-default img {
  width: 28px;
}
.chance-top-videos .sm-video-item .sm-default .sm-icon {
  margin: 0 0 15px;
}
.chance-top-videos .sm-video-item .sm-default .sm-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}
.chance-top-videos .sm-video-item .sm-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
}
.chance-top-videos .sm-video-item .sm-hover img {
  width: 55px;
  margin: 0 auto;
  display: block;
}
.chance-top-videos .sm-video-item .sm-image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.chance-top-videos .sm-video-item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

@media only screen and (min-width: 601px) {
  .chance-top-videos {
    margin-left: -10px;
    margin-right: -10px;
  }
  .chance-top-videos .sm-video-item {
    margin-bottom: 30px;
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  .chance-top-videos .sm-video-item .sm-default {
    padding: 40px;
  }
  .chance-top-videos .sm-video-item.sm-big {
    width: 100%;
  }
  .chance-top-videos .sm-video-item.sm-big .sm-default img {
    width: 40px;
  }
  .chance-top-videos .sm-video-item.sm-big .sm-default .sm-title {
    font-size: 28px;
    line-height: 36px;
  }
  .chance-top-videos .sm-video-item.sm-big .sm-image img {
    height: 400px;
  }
  .chance-top-videos .sm-video-item.sm-big .sm-hover img {
    width: 86px;
  }
}
@media only screen and (min-width: 768px) {
  .chancellor-top-sec {
    padding: 65px 0;
  }

  .ch-people-slider {
    padding: 40px 0;
  }
  .ch-people-slider .people-slider-item {
    padding: 20px 32px;
  }
  .ch-people-slider .p-slider-inner {
    margin: 30px 0;
  }
  .ch-people-slider .p-slider-right {
    padding: 70px 50px;
    width: calc(100% - 175px);
  }
  .ch-people-slider .p-slider-right::before {
    right: auto;
    margin: 0;
    left: -50px;
    top: 0;
    border-left: 0;
    border-bottom: 55px solid transparent;
    border-right: 50px solid #fff;
  }
  .ch-people-slider .p-slider-inner:hover .p-slider-right:before {
    border-bottom-color: transparent;
    border-right-color: #B10F56;
  }
  .ch-people-slider .p-slider-left {
    float: left;
    margin: 0;
    margin-top: 40px;
    width: 175px;
  }
  .ch-people-slider .p-slider-left img {
    margin: 0;
  }
  .ch-people-slider .p-slider-content p {
    font-size: 23px;
    line-height: 32px;
  }
  .ch-people-slider .p-slider-meta {
    font-size: 17px;
    line-height: 22px;
  }
  .ch-people-slider .p-slider-meta span {
    font-size: 15px;
    line-height: 22px;
  }

  .chance-top-videos .sm-video-item.sm-big .sm-image img {
    height: 520px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .ch-people-slider .p-slider-content p {
    font-size: 19px;
    line-height: 30px;
  }
  .ch-people-slider .p-slider-content .p-slider-meta {
    font-size: 15px;
    line-height: 20px;
  }
  .ch-people-slider .p-slider-content .p-slider-meta span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .chancellor-top-sec {
    padding: 95px 0;
  }

  .ch-people-slider {
    padding: 100px 0;
  }
  .ch-people-slider .people-slider-item {
    padding: 40px 32px;
  }

  .chance-top-videos {
    margin: 0;
  }
  .chance-top-videos .sm-video-item {
    width: 30%;
    padding: 0;
    margin: 0 0 40px;
  }
  .chance-top-videos .sm-video-item.sm-big {
    width: 70%;
    padding-right: 40px;
    margin: 0;
  }
  .chance-top-videos .sm-video-item .sm-hover {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .chance-top-videos .sm-video-item a:hover .sm-default {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .chance-top-videos .sm-video-item a:hover .sm-hover {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .chance-top-videos .sm-video-item a:hover .sm-overlay:before {
    opacity: 0;
  }
}
.publications-outer {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .publications-outer {
    padding: 100px 0;
  }
}
.publications-outer .course-side-links {
  padding: 0 0 50px;
}
.publications-outer h4.block-title, .publications-outer .single-wrap .cnt h4.post-heading, .single-wrap .cnt .publications-outer h4.post-heading, .publications-outer .ranking-landing h4.rank-land-title, .ranking-landing .publications-outer h4.rank-land-title {
  text-align: left !important;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 20px;
}
.publications-outer .pub-item {
  margin: 0 0 20px;
}
.publications-outer .pub-item h3 {
  font-size: 15px;
}
.publications-outer .pub-item p {
  margin: 0 0 5px;
}
.publications-outer .pub-item p:last-child {
  margin: 0;
}

.text-right{
  text-align:right;
}
@media (min-width:768px) and (max-width: 991px){
  .curriculum-sec .section-programs .prm-tab-item .ps-inner {
    display: none !important;
  }
  .curriculum-sec .section-programs .prm-tab-item{
    display: block !important;
  }
  .curriculum-sec .section-programs .prm-tab-item.active-tab .ps-inner {
    display: block !important;
  }
}
.prm-tab-item{
  display: none;
}
.prm-tab-item.active-tab{
  display: block;
}

.research-gallery-section .image-gallery-block .res-gallery-item a div{position: absolute; bottom: 20px; left: 0; width: 100%; text-align: center;color: white;display:none;}
    .research-gallery-section .image-gallery-block .res-gallery-item a:hover div{display:block;}



    .ranking-new-theme{margin: 50px 0;}
    .ranking-new-wrap .ranking-new-title{margin-bottom: 20px;}
    .ranking-new-wrap p{margin-top: 20px;}
    .ranking-new-wrap .ranking-new-title h3{margin-bottom: 20px;}
    .ranking-new-wrap .ranking-new-title h6{font-weight: 500;text-transform: capitalize;}
    .ranking-new-theme .ranking-new-block{display: grid;gap: 20px;align-content: stretch;justify-content: stretch;justify-items: stretch;grid-template-columns: 30% auto 20%;margin-bottom: 15px;}
    .ranking-new-theme .ranking-new-block.even{grid-template-columns: 30% 20% auto;}
    .ranking-new-theme .ranking-new-block.even2{grid-template-columns: auto 20% 30%;}
    .ranking-new-theme .ranking-new-block .ranking-new-column{padding: 20px; background: #fff; border-radius: 5px; border: 1px solid rgba(0,0,0,0.1);align-content: start;display: grid;}
    .ranking-new-grid{display: grid;grid-template-columns: auto 45%;gap: 20px;}
    .ranking-new-theme .ranking-new-block .ranking-new-column img{width: auto;max-width: 250px;max-height: 80px;height: auto;}
    .ranking-new-grid .ranking-new-text h4{color: #FB014E;font-weight: 600;}
    .ranking-new-grid .ranking-new-text p{font-size:11px;line-height: 1.1em;margin: 0;}
    .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-one p{text-align: left;width: 80%;}
    .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-two p{text-align: left;}
    .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-three p{text-align: left;width: 100%;}
    .ranking-new-grid .ranking-new-text{padding-right: 10px;border-right: 1px solid #FB014E;max-width: 120px;}
    .ranking-new-grid .ranking-new-text:last-child{padding-right: 0px;border-right: none;padding-left: 10px;}
    .ranking-new-logos{margin-top: 20px;display: flex;align-items: center; align-content: center;flex-wrap: wrap;justify-content: center;}
    .ranking-new-logos .ranking-new-logo-items{padding: 0 20px;border-left: 1px solid #BBB;margin-bottom: 20px;}
    .ranking-new-logos .ranking-new-logo-items:first-child{border-left: none;}
    .ranking-new-logos .ranking-new-logo-items img{width: 100%;max-width: 150px;max-height: 150px;height: auto;}
    .ranking-text-logo-items{display: flex;align-items: start;align-content: center;justify-content: end;}
    @media only screen and (max-width: 768px) {
      
      .ranking-new-theme .ranking-new-block{display: block;}
      .ranking-new-theme .ranking-new-block .ranking-new-column{margin-bottom: 20px;}
      .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-one p, .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-two p, .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-three p{text-align: center;width: 100%;}
      .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-one img, .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-two img, .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-three img{margin: auto;}
      .ranking-new-logos .ranking-new-logo-items {border-left: none;}
    }
    @media only screen and (max-width: 480px) {
      .ranking-new-theme .ranking-new-block{display: block;}
      .ranking-new-theme .ranking-new-block .ranking-new-column{margin-bottom: 20px;}
      .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-one p, .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-two p, .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-three p{text-align: center;width: 100%;}
      .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-one img, .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-two img, .ranking-new-theme .ranking-new-block .ranking-new-column.ranking-item-three img{margin: auto;}
      .ranking-new-logos .ranking-new-logo-items {border-left: none;}
    }
     

    .banner-section .container-fluid
    {
      padding-left: 100px;
    padding-right: 100px;
    }

     .footer-style-wrap-area .container-fluid
    {
      padding-left: 100px;
    padding-right: 100px;
    }
    @media only screen and (max-width: 480px) {
    .banner-section .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
    }