@font-face {
  font-family: 'OpenSansLight';
  src: url("../fonts/OpensansLight.eot");
  src: url("../fonts/OpensansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpensansLight.woff") format("woff"), url("../fonts/OpensansLight.ttf") format("truetype"), url("../fonts/OpensansLight.svg#OpenSansLight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'DroidSansRegular';
  src: url("../fonts/DroidSans.eot");
  src: url("../fonts/DroidSans.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans.woff") format("woff"), url("../fonts/DroidSans.ttf") format("truetype"), url("../fonts/DroidSans.svg#DroidSansRegular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'DroidSansBold';
  src: url("/../fonts/DroidSans-Bold.eot");
  src: url("../fonts/DroidSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-Bold.woff") format("woff"), url("../fonts/DroidSans-Bold.ttf") format("truetype"), url("../fonts/DroidSans-Bold.svg#DroidSansBold") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'DroidSansBold';
  src: url("/../fonts/DroidSans-Bold.eot");
  src: url("../fonts/DroidSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-Bold.woff") format("woff"), url("../fonts/DroidSans-Bold.ttf") format("truetype"), url("../fonts/DroidSans-Bold.svg#DroidSansBold") format("svg");
  font-weight: 300;
  font-style: normal; }
a,
.btn {
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

b,
strong {
  font-family: 'DroidSansBold';
  font-weight: normal; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0px; }

a:focus {
  outline: 0; }

.subHeading {
  font-size: 18px;
  color: #062c54;
  margin: 0 0 15px 0; }

.list-unstyled {
  margin-bottom: 0; }

.row0px {
  margin: 0; }

.row0px > [class^=col-] {
  padding: 0; }

.pdlft0 {
  padding-left: 0; }

.pdrgh0 {
  padding-right: 0; }

.pdbtm0 {
  padding-bottom: 0 !important; }

.pdtb15px {
  padding-top: 20px;
  padding-bottom: 20px; }

.fs22px {
  font-size: 22px !important; }

.cust-col-md-9 {
  width: 81%; }

.cust-col-md-3 {
  width: 19%; }

.page-header {
  padding: 20px 0 20px 0;
  border: 0;
  margin: 0; }
  .page-header h1 {
    position: relative;
    color: #062c54;
    font-size: 22px;
    padding: 0 0 15px 0;
    margin: 0; }
    .page-header h1:after {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 45px;
      background-color: #092f57;
      content: ""; }

.page-header-light h1 {
  color: #fff;
  font-size: 18px; }
  .page-header-light h1:after {
    background-color: #fff; }

.btnTabs .nav-tabs {
  float: right;
  margin-top: -62px; }
  .btnTabs .nav-tabs li {
    margin: 0; }
    .btnTabs .nav-tabs li a {
      display: block;
      border: 1px solid #8e9297;
      background-color: #f6f6f6;
      padding: 6px 30px;
      border-radius: 0;
      color: #092f57;
      margin: 0;
      min-width: 100px; }
    .btnTabs .nav-tabs li.active a {
      background-color: #092f57;
      color: #fff;
      border-color: #092f57; }

.btn {
  border: 1px solid;
  color: #fff;
  border-radius: 0;
  padding: 6px 24px;
  background: transparent;
  font-size: 13px;
  min-width: 110px; }

.btn-lg {
  padding: 8px 30px;
  font-size: 14px; }

.btn-default-bordered {
  color: #fff; }
  .btn-default-bordered:hover {
    background-color: #fff;
    color: #364d60;
    border-color: #fff; }

.btn-primary-bordered {
  color: #092f57;
  border-color: #062e58; }
  .btn-primary-bordered:hover, .btn-primary-bordered.active {
    background-color: #092f57;
    color: #fff;
    border-color: #062e58; }

.thumb-cust {
  border: 0;
  border-radius: 2px;
  min-height: 350px;
  padding: 0;
  margin: 0;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3); }
  .thumb-cust .caption {
    color: #000000; }
    .thumb-cust .caption h3 {
      font-size: 14px;
      color: #092f57;
      margin: 0 0 12px 0;
      line-height: normal; }
    .thumb-cust .caption p {
      margin: 0 0 12px 0;
      font-size: 13px; }

.thumb-cust-0padd {
  background: transparent;
  box-shadow: none; }
  .thumb-cust-0padd .caption {
    padding-left: 0;
    padding-right: 0; }
    .thumb-cust-0padd .caption h3 {
      font-family: 'DroidSansBold';
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.video {
  padding-right: 12px; }

.az {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 12px; }

.searchresults {
  padding-left: 35px;
  padding-right: 25px; }

.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.img-space {
  margin-top: 100px; }

.row {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.sidebar-container {
  padding: 0px 20px; }

.executive-container {
  padding-right: 20px;
  margin-top: 20px; }

.arabic {
  font-family: Tahoma; }

.home {
  min-width: 40px;
  text-align: center; }

.form-control2 {
  background-color: #e8e8e8;
  border-color: #fff; }

.caption-holder {
  width: 70%;
  position: absolute;
  left: 100px;
  top: 50%;
  margin-top: -112px;
  text-align: left; }

.darkgreyBgArea {
  background: #364d60;
  padding: 20px 30px;
  overflow: auto; }

.lightBgArea {
  background: #fff;
  padding: 20px 30px;
  overflow: auto; }

.row3px {
  margin: 0 -3px; }

.row3px > [class^='col-'] {
  padding: 0 3px; }

.row10px {
  margin: 0 -10px; }

.row10px > [class^='col-'] {
  padding: 0 10px; }

#topcontrol {
  background: #092f57;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }
  #topcontrol:hover {
    background: #092f57; }
  #topcontrol .fa {
    position: relative;
    top: 3px;
    font-size: 25px; }

.bottomheader.navbar-default .navbar-nav > li > a {
  padding: 13px 10px;
  color: #062e58; }
  .bottomheader.navbar-default .navbar-nav > li > a:hover {
    background-color: #092f57;
    color: #fff; }
  .bottomheader.navbar-default .navbar-nav > li > a .fa {
    color: #092f57;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s; }
.bottomheader.navbar-default .navbar-nav > .active > a,
.bottomheader.navbar-default .navbar-nav > .active > a:hover,
.bottomheader.navbar-default .navbar-nav > .active > a:focus {
  background-color: #092f57;
  color: #fff; }
  .bottomheader.navbar-default .navbar-nav > .active > a .fa,
  .bottomheader.navbar-default .navbar-nav > .active > a:hover .fa,
  .bottomheader.navbar-default .navbar-nav > .active > a:focus .fa {
    color: #fff; }
.bottomheader.navbar-default .navbar-nav > .open > a,
.bottomheader.navbar-default .navbar-nav > .open > a:hover,
.bottomheader.navbar-default .navbar-nav > .open > a:focus {
  background-color: #092f57;
  color: #fff; }
  .bottomheader.navbar-default .navbar-nav > .open > a .fa,
  .bottomheader.navbar-default .navbar-nav > .open > a:hover .fa,
  .bottomheader.navbar-default .navbar-nav > .open > a:focus .fa {
    color: #fff; }

.dropdown-menu {
  border-radius: 0;
  box-shadow: none; }
  .dropdown-menu > li > a {
    color: #062e58;
    padding: 5px 15px; }
    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
      color: #fff;
      background-color: #092f57; }

.searchControl {
  padding: 6px;
  border-color: #c8cacb;
  box-shadow: none;
  background-color: #eee;
  min-width: 300px;
  top: 33px; }
  .searchControl > div {
    position: relative; }

.searchInput.form-control {
  width: 100%;
  padding-right: 42px;
  color: #333;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 33px; }

.searchBtn {
  position: absolute;
  right: 7px;
  top: 7px;
  bottom: 7px;
  min-width: 36px;
  color: #fff;
  background-color: #092f57;
  border: 0; }

.styled-select-light {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-position: 100% center;
  padding-right: 40px;
  padding-right: 7px\0/IE9;
  background-image: url("../assets/icons/icon-select-light.jpg") !important;
  background-repeat: no-repeat;
  text-indent: .01px;
  text-overflow: "";
  line-height: normal !important;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }
  .styled-select-light::-ms-expand {
    visibility: hidden; }

.fourColList {
  overflow: hidden;
  margin: 0 -20px; }
  .fourColList li {
    width: 25%;
    padding: 0 20px;
    float: left;
    position: relative; }
    .fourColList li:before {
      position: absolute;
      width: 1px;
      height: 60px;
      top: 0;
      bottom: 0;
      margin: 0;
      content: ' ';
      left: 0;
      background-color: #94aef1;
      margin: auto 0; }
    .fourColList li:first-child:before {
      display: none; }
    .fourColList li .percent {
      display: block;
      font-size: 22px; }
    .fourColList li .category {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .fourColList li p {
      font-size: 11px;
      margin-bottom: 15px; }

.thumb-cust-dark {
  padding: 0;
  margin: 0;
  background-color: #364d60;
  border-radius: 0;
  border: 0; }
  .thumb-cust-dark .caption {
    padding: 33px 20px;
    color: #fff; }
    .thumb-cust-dark .caption h3 {
      margin: 10px 0 25px 0;
      line-height: normal; }
    .thumb-cust-dark .caption p {
      margin-bottom: 15px; }
    .thumb-cust-dark .caption .btn {
      margin-top: 26px; }

.videoImg {
  overflow: auto;
  display: block;
  position: relative; }
  .videoImg > img.img-responsive {
    height: 283px;
    width: 100%; }

.videoOverlay,
.mejs-overlay-play {
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.playIcon,
.mejs-overlay-button,
.mejs-overlay:hover .mejs-overlay-button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -42px;
  width: 84px;
  height: 84px;
  display: block;
  background: transparent url("../assets/icons/icon-play.png") no-repeat center center scroll; }

.mejs-overlay:hover .mejs-overlay-button {
  opacity: 0.8; }

.mejs-container {
  background: black; }

.capmusTour {
  position: relative; }

.bdrRight {
  border-right: 1px solid #3f5567;
  font-size: 15px; }

.capmusTourLink {
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  color: #092f57;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0; }
  .capmusTourLink .fa {
    font-size: 0.8em;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s; }
  .capmusTourLink:hover {
    text-decoration: none; }
    .capmusTourLink:hover .fa {
      transform: translate(20px, 0); }
  .capmusTourLink .icon {
    margin-right: 10px;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    display: inline-block; }

.subHeading .fa-question-circle {
  color: #092f57;
  font-size: 1.5em; }

.aboutUni p {
  font-size: 12px; }
.aboutUni .link-btn-light {
  margin-bottom: 20px;
  margin-top: 10px; }

.link-btn-light {
  display: inline-block;
  text-decoration: underline;
  color: #fff; }
  .link-btn-light:hover, .link-btn-light:focus {
    color: #eee; }

.iframe #main_body .form_description h2 {
  display: none !important; }

.colleges1 {
  padding-top: 15px;
  padding-bottom: 1px;
  background-color: #e5edf8; }

.embed #main_body {
  display: none; }

.banner-img {
  width: 100%; }

.fb-feed,
.youtube-feed,
.snapchat-feed {
  display: none; }

.youtube-iframe,
.youtube-feed iframe {
  width: 100%; }

.socailForm {
  min-height: 250px; }

.eventList li + li {
  padding-top: 0px !important; }

.widget-categories {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 46px;
  margin-top: 13px !important;
  list-style-type: none;
  list-style-position: outside;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1); }
  .widget-categories ul {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0px; }
  .widget-categories li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    list-style-position: outside; }
    .widget-categories li:last-child {
      margin-bottom: -2px; }
    .widget-categories li a {
      font-weight: normal;
      font-size: 14px;
      text-transform: none;
      color: #092f57;
      padding: 10px 8px;
      display: block;
      line-height: normal;
      list-style-position: outside;
      list-style-type: none;
      background-color: #f5f5f5;
      border-bottom: 1px solid #fff; }
      .widget-categories li a:hover {
        padding: 10px 8px;
        color: #fff;
        background-color: #092f57; }
      .widget-categories li a i {
        margin-right: 10px; }
  .widget-categories h2 {
    color: #fff;
    padding: 10px 20px !important;
    background: #092f57;
    margin: 0px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 17px; }

.content-wrapper {
  background: #ece8e8;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  min-height: 100%;
  padding: 0px; }
  .content-wrapper::after {
    content: "";
    position: relative;
    display: block; }
  .content-wrapper p {
    font-size: 15px; }
  .content-wrapper h2 {
    margin-top: 0px; }
  .content-wrapper ul li {
    font-size: 14px; }
  .content-wrapper .main-carousel {
    margin-top: 0px; }
  .content-wrapper .widget-categories {
    margin-top: 0px !important; }

.item .caption {
  background: #00000085;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  margin-top: -90px;
  z-index: 999999999;
  position: relative; }

.panel-group .panel {
  border-radius: 0px; }
  .panel-group .panel .panel-heading .panel-title a.collapsed:before {
    content: "\f0fe"; }
  .panel-group .panel .panel-heading .panel-title a:before {
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f146";
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600; }

.partners-cont {
  margin-top: 20px; }
  .partners-cont .btn {
    color: #092f57; }
  .partners-cont p {
    font-size: 14px;
    letter-spacing: 1px; }

.panel-default > .panel-heading {
  color: #fff;
  background-color: #385879;
  border-color: #ddd; }

.snapchat-feed img {
  margin-top: -10px; }

.person-container {
  overflow: hidden; }
  .person-container img {
    margin-bottom: 20px; }

.person1-container {
  overflow: hidden;
  padding-left: 25px; }
  .person1-container img {
    margin-bottom: 20px; }

/* css for Affiliation page */
#list_1 {
  padding: 0; }
  #list_1 li {
    list-style: none;
    margin-bottom: 21px; }
    #list_1 li .SAU-directory-icon {
      text-align: center; }
      #list_1 li .SAU-directory-icon img {
        vertical-align: middle;
        margin: 30px auto; }
    #list_1 li .SAU-directory-title p {
      margin: 10px 10px 0; }
    #list_1 li .SAU-directory-title h3 a {
      color: #333; }
      #list_1 li .SAU-directory-title h3 a:hover, #list_1 li .SAU-directory-title h3 a:focus {
        color: #3c2313;
        text-decoration: none; }
    #list_1 li.color-1 .SAU-directory-icon, #list_1 li.color-2 .SAU-directory-icon, #list_1 li.color-3 .SAU-directory-icon, #list_1 li.color-4 .SAU-directory-icon, #list_1 li.color-5 .SAU-directory-icon, #list_1 li.color-6 .SAU-directory-icon, #list_1 li.color-7 .SAU-directory-icon, #list_1 li.color-8 .SAU-directory-icon, #list_1 li.color-9 .SAU-directory-icon {
      background-color: #092f57; }

.SAU-service-item {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 25px; }

.vision-banner {
  padding: 5px 10px; }

/* Khyam Shahzad */
.list-find-programs {
  padding: 0 10px; }
  .list-find-programs a.list-group-item {
    cursor: pointer; }

#list-college-programs {
  padding: 0 10px; }
  #list-college-programs .college-programs {
    display: none; }
    #list-college-programs .college-programs.active {
      display: block; }

html {
  position: relative;
  height: 100%; }
  html body {
    height: 100%;
    font-size: 13px;
    color: #3b4146;
    font-family: 'DroidSansRegular';
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: scrollbar; }
    html body .header {
      z-index: 10;
      position: relative;
      background: whitesmoke;
      overflow: visible !important;
      padding: 0px;
      width: 100%; }
      html body .header .navbar-brand {
        background: #fff;
        padding-top: 7px;
        padding-bottom: 6px;
        width: 310px;
        position: absolute;
        right: -25px;
        z-index: 999999;
        background-image: url("../assets/logo.jpg");
        /* height: auto; */
        /* width: 100%; */
        background-size: 71%;
        height: 94px;
        background-position: center 0px;
        background-repeat: no-repeat;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: auto; }
        html body .header .navbar-brand:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-left: 155px solid transparent;
          border-right: 155px solid transparent;
          border-top: 26px solid #fff;
          position: absolute;
          bottom: -25px;
          z-index: 1001;
          left: 0px; }
        html body .header .navbar-brand img {
          max-width: 100%;
          margin: 0 auto;
          display: none; }
      html body .header .navbar {
        min-height: inherit; }
      html body .header .navbar-default {
        background: transparent;
        border: 0;
        border-radius: 0;
        margin: 0; }
      html body .header .topheader {
        background-color: #eeeeee; }
        html body .header .topheader.navbar-default .navbar-nav > li > a {
          color: #24282c;
          padding: 13px 8px;
          font-size: 11px; }
          html body .header .topheader.navbar-default .navbar-nav > li > a:hover {
            color: #092f57;
            background-color: transparent;
            box-sizing: border-box;
            -webkit-box-shadow: inset 0px -2px 0px 0px #092f75;
            -moz-box-shadow: inset 0px -2px 0px 0px #092f75;
            box-shadow: inset 0px -2px 0px 0px #092f75; }
        html body .header .topheader.navbar-default .navbar-nav > .active > a,
        html body .header .topheader.navbar-default .navbar-nav > .active > a:focus,
        html body .header .topheader.navbar-default .navbar-nav > .active > a:hover {
          color: #092f57;
          background-color: transparent; }
      html body .header #topNavigation .navbar-nav {
        padding-right: 7px;
        float: right;
        border-top: 1px solid #c8cacb; }
        html body .header #topNavigation .navbar-nav .fa {
          font-size: 0.8em;
          padding-left: 3px; }
      html body .header #topNavigation > .row .col-sm-9 {
        background: #f5f5f5; }
      html body .header #topNavigation .navbar-right {
        margin-right: 0;
        background: #092f57;
        padding: 13px 12px;
        width: 100%; }
        html body .header #topNavigation .navbar-right.navbar-nav > li {
          width: 50%; }
          html body .header #topNavigation .navbar-right.navbar-nav > li:first-child > a {
            border-right: 1px solid #fff; }
          html body .header #topNavigation .navbar-right.navbar-nav > li > a {
            color: #fff;
            padding-top: 0;
            padding-bottom: 0;
            text-align: center;
            font-size: 11px; }
            html body .header #topNavigation .navbar-right.navbar-nav > li > a:hover, html body .header #topNavigation .navbar-right.navbar-nav > li > a:focus {
              background: transparent;
              opacity: 0.8; }
          html body .header #topNavigation .navbar-right.navbar-nav > li.open > a {
            background: transparent;
            opacity: 0.8; }
      html body .header #topNavigation2 .navbar-nav {
        padding-right: 7px;
        float: right;
        border-top: 1px solid #c8cacb; }
        html body .header #topNavigation2 .navbar-nav .fa {
          font-size: 0.8em;
          padding-left: 3px; }
      html body .header #topNavigation2 > .row > .col-sm-9 {
        background: #f5f5f5; }
      html body .header #topNavigation2 .navbar-right {
        margin-right: 0;
        background: #092f57;
        padding: 13px 12px;
        width: 100%;
        background: rgba(6, 46, 88, 0.8); }
        html body .header #topNavigation2 .navbar-right.navbar-nav > li {
          width: 50%; }
          html body .header #topNavigation2 .navbar-right.navbar-nav > li:first-child > a {
            border-right: 1px solid #fff; }
          html body .header #topNavigation2 .navbar-right.navbar-nav > li > a {
            color: #fff;
            padding-top: 0;
            padding-bottom: 0;
            text-align: center;
            font-size: 11px; }
            html body .header #topNavigation2 .navbar-right.navbar-nav > li > a:hover, html body .header #topNavigation2 .navbar-right.navbar-nav > li > a:focus {
              background: transparent;
              opacity: 0.8; }
      html body .header .mobile-icons {
        display: none;
        float: right;
        list-style: none; }
        html body .header .mobile-icons li {
          display: inline-block; }
          html body .header .mobile-icons li img {
            width: 30px;
            height: auto;
            margin: 0px 5px; }
        html body .header .mobile-icons .glyphicon.glyphicon-search {
          color: #fff;
          font-size: 16px;
          line-height: normal;
          margin-left: 15px;
          top: 5px; }
    html body .main-carousel {
      margin-top: -46px;
      z-index: 9; }
      html body .main-carousel .carousel-caption h4 {
        text-transform: uppercase;
        font-size: 46px;
        margin: 0 0 10px;
        display: inline-block;
        font-family: 'OpenSansLight'; }
      html body .main-carousel .carousel-caption p {
        font-size: 30px;
        line-height: normal;
        text-transform: uppercase;
        font-family: 'OpenSansLight'; }
      html body .main-carousel .owl-carousel .owl-controls .owl-page {
        display: inline-block; }
        html body .main-carousel .owl-carousel .owl-controls .owl-page span {
          border: 0;
          background: #fff;
          margin: 5px 8px;
          width: 8px;
          height: 8px;
          display: inline-block;
          border-radius: 50%; }
        html body .main-carousel .owl-carousel .owl-controls .owl-page.active span {
          background: #092f57;
          opacity: 1; }
      html body .main-carousel .owl-pagination {
        position: absolute;
        margin: auto;
        left: 0px;
        right: 0px;
        bottom: 95px;
        width: 54%;
        text-align: center; }
    html body .owl-buttons > div {
      width: 42px;
      height: 100px;
      background-color: transparent;
      filter: alpha(opacity=100);
      opacity: 1;
      filter: none;
      background-repeat: no-repeat;
      background-position: left top;
      top: 50%;
      margin-top: -50px;
      position: absolute;
      font-size: 0; }
      html body .owl-buttons > div.owl-prev {
        background-image: url("../assets/icons/icon-prev.png");
        left: 0; }
      html body .owl-buttons > div.owl-next {
        background-image: url("../assets/icons/icon-next.png");
        right: 0; }
    html body .carousel-control.custom-control {
      width: 42px;
      height: 100px;
      background-color: transparent;
      filter: alpha(opacity=100);
      opacity: 1;
      filter: none;
      background-repeat: no-repeat;
      background-position: left top;
      top: 50%;
      margin-top: -50px;
      position: absolute;
      font-size: 0; }
      html body .carousel-control.custom-control.left {
        background-image: url("../assets/icons/icon-prev.png");
        left: 0; }
      html body .carousel-control.custom-control.right {
        background-image: url("../assets/icons/icon-next.png");
        right: 0; }
      html body .carousel-control.custom-control span {
        display: none; }
    html body .tabSlider {
      margin-top: -70px; }
      html body .tabSlider .tab-content {
        background: #a0b6df;
        padding: 20px 30px;
        min-height: 80px; }
        html body .tabSlider .tab-content .form-control {
          padding: 8px 12px;
          height: 38px;
          border-radius: 0;
          background-color: #f8fafd;
          border-color: #c7c7c7;
          font-size: 13px; }
        html body .tabSlider .tab-content .styled-select-dark {
          -moz-appearance: none;
          -webkit-appearance: none;
          appearance: none;
          background-position: 100% center;
          padding-right: 40px;
          padding-right: 7px\0/IE9;
          background-color: #092f57;
          border-color: #364d60;
          background-repeat: no-repeat;
          text-indent: 0.01px;
          text-overflow: "";
          line-height: normal !important;
          z-index: 10;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          color: #fff;
          background-image: url("../assets/icons/icon-select-dark.jpg") !important; }
          html body .tabSlider .tab-content .styled-select-dark::-ms-expand {
            visibility: hidden; }
      html body .tabSlider .nav-tabs {
        background: rgba(6, 46, 88, 0.8);
        border-bottom: 2px solid #092f57;
        z-index: 11;
        position: relative;
        text-align: center; }
        html body .tabSlider .nav-tabs li {
          display: inline-block;
          float: none;
          margin: 0;
          border: 0; }
        html body .tabSlider .nav-tabs > li > a {
          padding: 25px 15px;
          border-radius: 0;
          border: 0 !important;
          margin: 0;
          margin-right: -4px;
          color: #fff;
          position: relative; }
          html body .tabSlider .nav-tabs > li > a:before {
            position: absolute;
            width: 1px;
            height: 18px;
            background: #fff;
            position: absolute;
            top: 0;
            bottom: 0;
            left: -2px;
            margin: auto 0;
            content: ' ';
            display: none; }
          html body .tabSlider .nav-tabs > li > a:hover, html body .tabSlider .nav-tabs > li > a:focus {
            background: #092f57;
            color: #fff; }
            html body .tabSlider .nav-tabs > li > a:hover > img, html body .tabSlider .nav-tabs > li > a:focus > img {
              -ms-transform: translate(-5px, 0px);
              -webkit-transform: translate(-5px, 0px);
              transform: translate(-5px, 0px); }
          html body .tabSlider .nav-tabs > li > a img {
            margin-right: 10px;
            -moz-transition: all 0.3s ease-in 0s;
            -o-transition: all 0.3s ease-in 0s;
            -webkit-transition: all 0.3s ease-in 0s;
            transition: all 0.3s ease-in 0s; }
        html body .tabSlider .nav-tabs > li.active > a {
          background: #092f57;
          color: #fff; }
          html body .tabSlider .nav-tabs > li.active > a:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 13px 0 13px;
            border-color: #092f57 transparent transparent transparent;
            position: absolute;
            left: 50%;
            margin-left: -13px;
            content: ' ';
            bottom: -13px; }
        > html body .tabSlider .nav-tabs > li:first-child > a:before {
          display: none; }
    html body .content-wrapper.autoHeight {
      min-height: auto; }
    html body .content-wrapper.aSubPage {
      padding-top: 40px;
      /* Sub Pages */ }
      html body .content-wrapper.aSubPage .padding-lr-10 {
        padding-left: 10px;
        padding-right: 10px; }
      html body .content-wrapper.aSubPage .padding-lr-20 {
        padding-left: 20px;
        padding-right: 20px; }
      html body .content-wrapper.aSubPage .page-header.no-paddingTop {
        padding-top: 0px; }
      html body .content-wrapper.aSubPage .page-header.no-underline h1:after {
        width: 0px; }
      html body .content-wrapper.aSubPage .page-header.full-underline h1:after {
        width: 100%; }
      html body .content-wrapper.aSubPage .page-content {
        padding-right: 20px; }
        html body .content-wrapper.aSubPage .page-content .page-body {
          padding: 0px 20px 20px 20px;
          background: #fff; }
      html body .content-wrapper.aSubPage p {
        text-align: justify;
        margin-bottom: 25px; }
      html body .content-wrapper.aSubPage img.circularImage {
        display: block;
        border: solid 1px #DAA520;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: -5px, 3px 10px 0 #ccc;
        -webkit-box-shadow: -5px 3px 10px 0 #ccc;
        -o-radial-box-shadow: -5px 3px 10px 0 #ccc;
        -moz-box-shadow: -5px 3px 10px 0 #ccc;
        margin: 5px auto; }
      html body .content-wrapper.aSubPage #page_a-zindex h5 {
        text-indent: 5px;
        line-height: 30px;
        background: #2A3C4D;
        color: #fff; }
      html body .content-wrapper.aSubPage #page_pr-markt-dept .prm_highlight {
        margin: 10px 10px;
        padding: 15px 15px;
        border: solid 1px #ccc;
        background: #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -moz-border-radius: 10px;
        box-shadow: 0px, 0px 10px 0 #ccc;
        -webkit-box-shadow: 0px 0px 10px 0 #ccc;
        -o-radial-box-shadow: 0px 0px 10px 0 #ccc;
        -moz-box-shadow: 0px 0px 10px 0 #ccc; }
        html body .content-wrapper.aSubPage #page_pr-markt-dept .prm_highlight .description {
          min-height: 225px; }
          html body .content-wrapper.aSubPage #page_pr-markt-dept .prm_highlight .description strong {
            line-height: 30px; }
          html body .content-wrapper.aSubPage #page_pr-markt-dept .prm_highlight .description .tagline {
            margin: 10px 0px;
            display: block; }
          html body .content-wrapper.aSubPage #page_pr-markt-dept .prm_highlight .description p {
            margin: 10px 0; }
      html body .content-wrapper.aSubPage #page_pr-markt-academic-partners .academic_partner {
        margin: 10px 0 20px 0;
        border-bottom: dashed 1px #ccc; }
        html body .content-wrapper.aSubPage #page_pr-markt-academic-partners .academic_partner:last-child {
          border: none; }
        html body .content-wrapper.aSubPage #page_pr-markt-academic-partners .academic_partner .tagline {
          font-weight: bold;
          color: #06752e; }
          html body .content-wrapper.aSubPage #page_pr-markt-academic-partners .academic_partner .tagline:after {
            content: "\A";
            white-space: pre; }
      html body .content-wrapper.aSubPage #page_alfaisal-apps .appLink {
        margin: 20px 0px; }
        html body .content-wrapper.aSubPage #page_alfaisal-apps .appLink a {
          font-size: 20px;
          vertical-align: super;
          color: #32B2EF; }
          html body .content-wrapper.aSubPage #page_alfaisal-apps .appLink a i {
            margin-right: 20px;
            font-size: 30px;
            vertical-align: sub; }
          html body .content-wrapper.aSubPage #page_alfaisal-apps .appLink a:hover {
            text-decoration: none;
            color: #062c54; }
      html body .content-wrapper.aSubPage #page_pr-markt-outstanding-students .outstanding_student {
        margin: 10px 0 20px 0;
        border-bottom: dashed 1px #ccc; }
        html body .content-wrapper.aSubPage #page_pr-markt-outstanding-students .outstanding_student:last-child {
          border: none; }
        html body .content-wrapper.aSubPage #page_pr-markt-outstanding-students .outstanding_student .tagline {
          font-weight: bold;
          color: #06752e; }
          html body .content-wrapper.aSubPage #page_pr-markt-outstanding-students .outstanding_student .tagline:after {
            content: "\A";
            white-space: pre; }
      html body .content-wrapper.aSubPage #page_ug-studies ul .list {
        margin: 10px 0px 30px 0px; }
      html body .content-wrapper.aSubPage #page_ug-studies #apply_now_right a {
        display: block;
        margin: 10px auto;
        line-height: 25px; }
      html body .content-wrapper.aSubPage #page_academics .programs {
        padding: 0px 10px; }
        html body .content-wrapper.aSubPage #page_academics .programs img {
          display: block;
          margin: 20px auto;
          border: solid 1px #364A68;
          width: 100%; }
      html body .content-wrapper.aSubPage #page_yearbook .yearbook {
        background: url("../assets/icons/icon-yearbook.png") 10px center no-repeat;
        background-size: 75px;
        padding: 10px 10px 10px 95px;
        min-height: 95px; }
        html body .content-wrapper.aSubPage #page_yearbook .yearbook .yearbook_content {
          padding: 20px 0px; }

   html body .content-wrapper.aSubPage #page_yearbook .adv {
        background: url("../assets/icons/adv.png") 10px center no-repeat;
        background-size: 75px;
        padding: 10px 10px 10px 95px;
        min-height: 95px; }
        html body .content-wrapper.aSubPage #page_yearbook .yearbook .yearbook_content {
          padding: 20px 0px; }


   html body .content-wrapper.aSubPage #page_yearbook .mkt {
        background: url("../assets/icons/mresearch.png") 10px center no-repeat;
        background-size: 75px;
        padding: 10px 10px 10px 95px;
        min-height: 95px; }
        html body .content-wrapper.aSubPage #page_yearbook .yearbook .yearbook_content {
          padding: 20px 0px; }


   html body .content-wrapper.aSubPage #page_yearbook .gd {
        background: url("../assets/icons/graphic-design.png") 10px center no-repeat;
        background-size: 75px;
        padding: 10px 10px 10px 95px;
        min-height: 95px; }
        html body .content-wrapper.aSubPage #page_yearbook .yearbook .yearbook_content {
          padding: 20px 0px; }

   html body .content-wrapper.aSubPage #page_yearbook .pg {
        background: url("../assets/icons/photography.png") 10px center no-repeat;
        background-size: 75px;
        padding: 10px 10px 10px 95px;
        min-height: 95px; }
        html body .content-wrapper.aSubPage #page_yearbook .yearbook .yearbook_content {
          padding: 20px 0px; }

 html body .content-wrapper.aSubPage #page_yearbook .sm {
        background: url("../assets/icons/social-media.png") 10px center no-repeat;
        background-size: 75px;
        padding: 10px 10px 10px 95px;
        min-height: 95px; }
        html body .content-wrapper.aSubPage #page_yearbook .yearbook .yearbook_content {
          padding: 20px 0px; }

      html body .content-wrapper.aSubPage #page_affiliations .affiliation {
        background: #fff;
        border: solid 1px #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -moz-border-radius: 10px;
        box-shadow: 0px, 0px 10px 0 #bbb;
        -webkit-box-shadow: 0px 0px 10px 0 #bbb;
        -o-radial-box-shadow: 0px 0px 10px 0 #bbb;
        -moz-box-shadow: 0px 0px 10px 0 #bbb;
        min-height: 250px;
        margin: 10px; }
        html body .content-wrapper.aSubPage #page_affiliations .affiliation .affiliation-logo {
          border-bottom: solid 1px #5e5e5e; }
          html body .content-wrapper.aSubPage #page_affiliations .affiliation .affiliation-logo img {
            display: block;
            padding: 10px;
            width: 100px;
            height: 100px;
            border: solid 1px #DAA520;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -o-border-radius: 10px;
            -moz-border-radius: 10px;
            margin: 10px auto 10px auto; }
        html body .content-wrapper.aSubPage #page_affiliations .affiliation .description {
          border-top: solid 1px #eee;
          padding: 5px 10px; }
      html body .content-wrapper.aSubPage #page_exec-officers .executive {
        text-align: center;
        padding: 20px 0px;
        min-height: 285px; }
        html body .content-wrapper.aSubPage #page_exec-officers .executive img {
          display: block;
          width: 150px;
          height: 150px;
          border: solid 1px #DAA520;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -o-border-radius: 100px;
          -moz-border-radius: 100px;
          box-shadow: -5px, 3px 10px 0 #ccc;
          -webkit-box-shadow: -5px 3px 10px 0 #ccc;
          -o-radial-box-shadow: -5px 3px 10px 0 #ccc;
          -moz-box-shadow: -5px 3px 10px 0 #ccc;
          margin: 10px auto 10px auto; }
      html body .content-wrapper.aSubPage #page_exec-officers .dean {
        text-align: left;
        padding: 20px 0px;
        min-height: 150px; }
        html body .content-wrapper.aSubPage #page_exec-officers .dean img {
          width: 100px;
          height: 100px;
          float: left;
          margin-right: 20px; }
      html body .content-wrapper.aSubPage #page_founders-partners .founder {
        text-align: center; }
        html body .content-wrapper.aSubPage #page_founders-partners .founder a {
          margin: 10px auto;
          display: block;
          width: 200px;
          height: 200px;
          border: solid 1px #DAA520;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -o-border-radius: 100px;
          -moz-border-radius: 100px;
          box-shadow: -5px, 3px 10px 0 #ccc;
          -webkit-box-shadow: -5px 3px 10px 0 #ccc;
          -o-radial-box-shadow: -5px 3px 10px 0 #ccc;
          -moz-box-shadow: -5px 3px 10px 0 #ccc;
          background: #ccc;
          text-indent: -10000px; }
          html body .content-wrapper.aSubPage #page_founders-partners .founder a#kff {
            border-color: #fff;
            background: #363636 url("../assets/partners/kff.png") center center no-repeat;
            -webkit-background-size: 90%;
            background-size: 90%; }
          html body .content-wrapper.aSubPage #page_founders-partners .founder a#dallah {
            background: #fff url("../assets/partners/dallah_barakah.jpg") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_founders-partners .founder a#aljomaih {
            background: #fff url("../assets/partners/aljomaih.jpg") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_founders-partners .founder a#saudiOjer {
            background: #fff url("../assets/partners/saudi_ojer.png") center center no-repeat;
            -webkit-background-size: 90%;
            background-size: 90%; }
          html body .content-wrapper.aSubPage #page_founders-partners .founder a#sblg {
            background: #fff url("../assets/partners/sblg.jpg") center center no-repeat;
            -webkit-background-size: 100%;
            background-size: 100%; }
          html body .content-wrapper.aSubPage #page_founders-partners .founder a#kfsh {
            background: #fff url("../assets/partners/kfsh.png") center center no-repeat;
            -webkit-background-size: 90%;
            background-size: 90%; }
          html body .content-wrapper.aSubPage #page_founders-partners .founder a#unitedTech {
            background: #fff url("../assets/partners/unitedTech.png") center center no-repeat;
            -webkit-background-size: 100%;
            background-size: 100%; }
          html body .content-wrapper.aSubPage #page_founders-partners .founder a#thales {
            background: #fff url("../assets/partners/thales.png") center center no-repeat;
            -webkit-background-size: 100%;
            background-size: 100%; }
          html body .content-wrapper.aSubPage #page_founders-partners .founder a#bae_systems {
            background: #fff url("../assets/partners/bae_systems.png") center center no-repeat;
            -webkit-background-size: 90%;
            background-size: 90%; }
          html body .content-wrapper.aSubPage #page_founders-partners .founder a#boeing {
            background: #fff url("../assets/partners/boeing.png") center center no-repeat;
            -webkit-background-size: 90%;
            background-size: 90%; }
        html body .content-wrapper.aSubPage #page_founders-partners .founder .subHeading {
          margin: 20px auto; }
      html body .content-wrapper.aSubPage #page_publications .publication {
        margin: 20px 10px;
        text-align: center;
        min-height: 300px; }
        html body .content-wrapper.aSubPage #page_publications .publication .cover_photo img {
          display: block;
          margin: 0 auto; }
        html body .content-wrapper.aSubPage #page_publications .publication .description {
          margin: 10px 0; }
      html body .content-wrapper.aSubPage #page_publications .publication_list {
        text-align: left;
        margin: 20px 10px;
        min-height: 150px; }
      html body .content-wrapper.aSubPage #page_aws .aws_categories a {
        display: block;
        padding: 0 10px; }
      html body .content-wrapper.aSubPage #page_aws .aws_categories .aws_category {
        background: transparent center top no-repeat;
        height: 250px;
        max-width: 515px;
        border-bottom: solid 2px;
        margin: 10px auto;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0; }
        html body .content-wrapper.aSubPage #page_aws .aws_categories .aws_category#student {
          background-image: url("../assets/aws/bg_services_students.jpg");
          border-color: #6185c4; }
        html body .content-wrapper.aSubPage #page_aws .aws_categories .aws_category#faculty {
          background-image: url("../assets/aws/bg_services_faculty.jpg");
          border-color: #a3d182; }
        html body .content-wrapper.aSubPage #page_aws .aws_categories .aws_category#staff {
          background-image: url("../assets/aws/bg_services_staff.jpg");
          border-color: #f0a695; }
        html body .content-wrapper.aSubPage #page_aws .aws_categories .aws_category#alumni {
          background-image: url("../assets/aws/bg_services_alumni.jpg");
          border-color: #092f56; }
        html body .content-wrapper.aSubPage #page_aws .aws_categories .aws_category .aws_label {
          text-align: center; }
        html body .content-wrapper.aSubPage #page_aws .aws_categories .aws_category h3 {
          text-align: center;
          color: #fff;
          margin-left: 10px; }
      html body .content-wrapper.aSubPage #page_aws .aws_service_container {
        margin: 0 10px; }
        html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service {
          max-width: 540px;
          height: 150px;
          background: #f2f2f2;
          position: relative;
          margin: 0 auto;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -moz-border-radius: 5px; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service .aws_icon {
            width: 115px;
            height: 80px;
            position: absolute;
            top: -5px;
            left: 0px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -moz-border-radius: 5px; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service h3 {
            padding-left: 130px;
            line-height: 70px;
            border-bottom: solid 2px;
            font-size: 20px; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service a:link, html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service a:visited, html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service a:hover {
            display: block;
            padding-left: 50px;
            margin-left: 20px;
            line-height: 70px;
            background: url("../assets/aws/icon_link.png") center left no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#email .aws_icon {
            background: #e44f44 url("../assets/aws/icon_email.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#email h3 {
            border-color: #e44f44; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#lms .aws_icon {
            background: #8b369a url("../assets/aws/icon_lms.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#lms h3 {
            border-color: #8b369a; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#fwa .aws_icon {
            background: #3f8ece url("../assets/aws/icon_fwa.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#fwa h3 {
            border-color: #3f8ece; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#hrss .aws_icon {
            background: #673ab7 url("../assets/aws/icon_hrss.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#hrss h3 {
            border-color: #673ab7; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#hr .aws_icon {
            background: #00bcd4 url("../assets/aws/icon_hr.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#hr h3 {
            border-color: #00bcd4; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#gr .aws_icon {
            background: #3f51b4 url("../assets/aws/icon_gr.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#gr h3 {
            border-color: #3f51b4; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#it .aws_icon {
            background: #009688 url("../assets/aws/icon_it.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#it h3 {
            border-color: #009688; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#sa .aws_icon {
            background: #3f8ece url("../assets/aws/icon_it.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#sa h3 {
            border-color: #3f8ece; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#portal .aws_icon {
            background: #4caf50 url("../assets/aws/icon_portal.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#portal h3 {
            border-color: #4caf50; }
	html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#pw .aws_icon {
            background: #8e6969 url("../assets/aws/icon_pw.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#pw h3 {
            border-color: #8e6969; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#directory .aws_icon {
            background: #ffc107 url("../assets/aws/icon_directory.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#directory h3 {
            border-color: #ffc107; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#office365 .aws_icon {
            background: #ff5722 url("../assets/aws/icon_office365.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#office365 h3 {
            border-color: #ff5722; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#eforms_gr .aws_icon {
            background: #607d8b url("../assets/aws/icon_eforms_gr.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#eforms_gr h3 {
            border-color: #607d8b; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#eforms_it .aws_icon {
            background: #795548 url("../assets/aws/icon_eforms_it.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#eforms_it h3 {
            border-color: #795548; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#eforms_sa .aws_icon {
            background: #ff9800 url("../assets/aws/icon_eforms_sa.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#eforms_sa h3 {
            border-color: #ff9800; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#eforms_com .aws_icon {
            background: #cddc39 url("../assets/aws/icon_eforms_com.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#eforms_com h3 {
            border-color: #cddc39; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#oor .aws_icon {
            background: #9e9e9e url("../assets/aws/icon_oor.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#oor h3 {
            border-color: #9e9e9e; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#irba .aws_icon {
            background: #6194d3 url("../assets/aws/icon_irba.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#irba h3 {
            border-color: #6194d3; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#elib .aws_icon {
            background: #10396c url("../assets/aws/icon_elib.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#elib h3 {
            border-color: #10396c; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#os .aws_icon {
            background: #41cf80 url("../assets/aws/icon_os.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#os h3 {
            border-color: #41cf80; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#myalfaisal .aws_icon {
            background: #41cf80 url("../assets/aws/icon_myalfaisal.png") center center no-repeat; }
          html body .content-wrapper.aSubPage #page_aws .aws_service_container .aws_service#myalfaisal h3 {
            border-color: #41cf80; }
      html body .content-wrapper.aSubPage #page_pr-markt-press-release .subHeading {
        color: red;
        border-bottom: solid 1px red;
        padding: 10px;
        margin: 0px;
        background: #ccc; }
      html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release {
        clear: both;
        margin: 0px 0px 20px 0px; }
        html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .topic {
          text-align: left;
          color: #fff;
          background: #696969;
          padding: 10px; }
        html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers {
          overflow: auto; }
          html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper {
            float: left;
            margin: 0px 20px 20px 20px; }
            html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a {
              display: block;
              border-radius: 50px;
              -webkit-border-radius: 50px;
              -o-border-radius: 50px;
              -moz-border-radius: 50px;
              width: 75px;
              height: 75px;
              text-indent: -10000px;
              border: solid 1px #ccc;
              background-size: 80%;
              margin: 0 auto;
              background: #000 url("../assets/newspapers/icon-press-release.png") center center no-repeat;
              -webkit-background-size: 90%;
              background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.alriyadh {
                background: #fff url("../assets/newspapers/alriyadh.webp") center center no-repeat;
                background-size: 90%; }
html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.onlinenewspapers {
                background: #fff url("../assets/newspapers/onlinenewspaper.png") center center no-repeat;
                background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.alhayat {
                background: #000 url("../assets/newspapers/alhayat.png") center center no-repeat;
                background-size: 100%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.spa {
                background: #000 url("../assets/newspapers/spa.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.almowaten {
                background: #000 url("../assets/newspapers/almowaten.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.almadina {
                background: #fff url("../assets/newspapers/almadina.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.alnasr {
                background: #000 url("../assets/newspapers/alnasr.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.an7a {
                background: #000 url("../assets/newspapers/an7a.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.saudinews {
                background: #fff url("../assets/newspapers/saudinews.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.sabq {
                background: #fff url("../assets/newspapers/sabq.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.saudistrade {
                background: #fff url("../assets/newspapers/saudistrade.png") center center no-repeat;
                background-size: 100%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.lomazoma {
                background: #fff url("../assets/newspapers/lomazoma.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.twasul {
                background: #fff url("../assets/newspapers/twasul.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.ajel {
                background: #000 url("../assets/newspapers/ajel.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.sauress {
                background: #fff url("../assets/newspapers/sauress.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.daralakhbar {
                background: #000 url("../assets/newspapers/daralakhbar.png") center center no-repeat;
                background-size: 80%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.riyadhkey {
                background: #fff url("../assets/newspapers/riyadhkey.png") center center no-repeat;
                background-size: 100%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.alarab {
                background: #fff url("../assets/newspapers/alarab.png") center center no-repeat;
                background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.almarsd {
                background: #000 url("../assets/newspapers/almrsd.png") center center no-repeat;
                background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.alfajr {
                background: #fff url("../assets/newspapers/alfajr.png") center center no-repeat;
                background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.elakhbary {
                background: #fff url("../assets/newspapers/elakhbary.png") center center no-repeat;
                background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.alalaan {
                background: #fff url("../assets/newspapers/alalaan.png") center center no-repeat;
                background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.alwatan {
                background: #000 url("../assets/newspapers/alwatan.png") center center no-repeat;
                background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.okaz {
                background: #fff url("../assets/newspapers/okaz.png") center center no-repeat;
                background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.alsharq {
                background: #fff url("../assets/newspapers/alsharq.png") center center no-repeat;
                background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.aljazirah {
                background: #000 url("../assets/newspapers/aljazirah.jpg") center center no-repeat;
                background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.alarabiya {
                background: #000 url("../assets/newspapers/alarabiya.png") center center no-repeat;
                background-size: 90%; }
              html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper a.albilad {
                background: #fff url("../assets/newspapers/albilad.png") center center no-repeat;
                background-size: 90%; }
            html body .content-wrapper.aSubPage #page_pr-markt-press-release .press-release .newspapers .newspaper .date {
              display: block;
              text-align: center;
              font-size: 12px; }
      html body .content-wrapper.aSubPage #page_search .highlight {
        background: #FFFF40; }
      html body .content-wrapper.aSubPage #page_search .searchheading {
        font-size: 160%;
        font-weight: bold; }
      html body .content-wrapper.aSubPage #page_search .summary {
        font-size: 80%;
        font-style: italic; }
      html body .content-wrapper.aSubPage #page_search .suggestion {
        font-size: 100%; }
      html body .content-wrapper.aSubPage #page_search .results {
        font-size: 100%; }
      html body .content-wrapper.aSubPage #page_search .category {
        color: #999999; }
      html body .content-wrapper.aSubPage #page_search .sorting {
        text-align: right; }
      html body .content-wrapper.aSubPage #page_search .result_title {
        font-size: 100%;
        font-weight: bold; }
      html body .content-wrapper.aSubPage #page_search .description {
        font-size: 100%;
        color: #008000; }
      html body .content-wrapper.aSubPage #page_search .context {
        font-size: 100%; }
      html body .content-wrapper.aSubPage #page_search .infoline {
        font-size: 80%;
        font-style: normal;
        color: #808080; }
      html body .content-wrapper.aSubPage #page_search .zoom_searchform {
        font-size: 100%; }
      html body .content-wrapper.aSubPage #page_search .zoom_results_per_page {
        font-size: 80%;
        margin-left: 10px; }
      html body .content-wrapper.aSubPage #page_search .zoom_match {
        font-size: 80%;
        margin-left: 10px; }
      html body .content-wrapper.aSubPage #page_search .zoom_categories {
        font-size: 80%; }
        html body .content-wrapper.aSubPage #page_search .zoom_categories ul {
          display: inline;
          margin: 0px;
          padding: 0px; }
          html body .content-wrapper.aSubPage #page_search .zoom_categories ul li {
            display: inline;
            margin-left: 15px;
            list-style-type: none; }
      html body .content-wrapper.aSubPage #page_search .cat_summary ul {
        margin: 0px;
        padding: 0px;
        display: inline; }
        html body .content-wrapper.aSubPage #page_search .cat_summary ul li {
          display: inline;
          margin-left: 15px;
          list-style-type: none; }
      html body .content-wrapper.aSubPage #page_search .result_image {
        float: left;
        display: block; }
        html body .content-wrapper.aSubPage #page_search .result_image img {
          margin: 10px;
          width: 80px;
          border: 0px; }
      html body .content-wrapper.aSubPage #page_search .result_block {
        margin-top: 15px;
        margin-bottom: 15px;
        clear: left; }
      html body .content-wrapper.aSubPage #page_search .result_altblock {
        margin-top: 15px;
        margin-bottom: 15px;
        clear: left; }
      html body .content-wrapper.aSubPage #page_search .result_pages {
        font-size: 100%; }
      html body .content-wrapper.aSubPage #page_search .result_pagescount {
        font-size: 100%; }
      html body .content-wrapper.aSubPage #page_search .searchtime {
        font-size: 80%; }
      html body .content-wrapper.aSubPage #page_search .recommended {
        background: #DFFFBF;
        border-top: 1px dotted #808080;
        border-bottom: 1px dotted #808080;
        margin-top: 15px;
        margin-bottom: 15px; }
      html body .content-wrapper.aSubPage #page_search .recommended_heading {
        float: right;
        font-weight: bold; }
      html body .content-wrapper.aSubPage #page_search .recommend_block {
        margin-top: 15px;
        margin-bottom: 15px;
        clear: left; }
      html body .content-wrapper.aSubPage #page_search .recommend_title {
        font-size: 100%; }
      html body .content-wrapper.aSubPage #page_search .recommend_description {
        font-size: 100%;
        color: #008000; }
      html body .content-wrapper.aSubPage #page_search .recommend_infoline {
        font-size: 80%;
        font-style: normal;
        color: #808080; }
      html body .content-wrapper.aSubPage #page_search .recommend_image {
        float: left;
        display: block; }
        html body .content-wrapper.aSubPage #page_search .recommend_image img {
          margin: 10px;
          width: 80px;
          border: 0px; }
    html body .NewsEventSection #tabNewsEvents .view-all {
      margin-top: 20px; }
    html body .NewsEventSection #tabNewsEvents .greyBgArea {
      background: #f6f6f6;
      padding: 0px 30px;
      overflow: auto; }
      html body .NewsEventSection #tabNewsEvents .greyBgArea .page-header {
        width: auto; }
      html body .NewsEventSection #tabNewsEvents .greyBgArea .newsEventLinks a {
        margin-bottom: 20px; }
      html body .NewsEventSection #tabNewsEvents .greyBgArea #panel-news .thumbnail .news_image {
        height: 200px;
        background-repeat: no-repeat;
        background-position: top center; }
      html body .NewsEventSection #tabNewsEvents .greyBgArea #panel-news .thumbnail .caption h3 {
        min-height: 5.5em;
        max-height: 6em;
        text-align: center;
        margin: auto auto;
        overflow: hidden; }
    html body .NewsEventSection .VideoSection {
      background: #364d60 url("../assets/PrinceSultanVideoBg.jpg") no-repeat left top scroll;
      padding: 25px 30px;
      color: #fff;
      overflow: auto;
      background-size: contain; }
      html body .NewsEventSection .VideoSection .page-header {
        padding-top: 0; }
        html body .NewsEventSection .VideoSection .page-header h1.fs22px {
          margin-bottom: 20px; }
      html body .NewsEventSection .VideoSection .caption p {
        padding-top: 15px;
        margin-bottom: 0; }
    html body .NewsEventSection .stats.primaryBgArea {
      background: #092f57;
      padding: 0 30px;
      color: #fff;
      overflow: auto; }
      html body .NewsEventSection .stats.primaryBgArea .vertColList li {
        width: 100%;
        padding: 26px 0;
        position: relative;
        border-top: 1px solid #94aef1; }
        html body .NewsEventSection .stats.primaryBgArea .vertColList li :first-child {
          border-top: 0; }
        html body .NewsEventSection .stats.primaryBgArea .vertColList li .percent {
          display: block;
          font-size: 40px; }
        html body .NewsEventSection .stats.primaryBgArea .vertColList li .category {
          display: block;
          font-size: 14px;
          text-transform: uppercase;
          margin-bottom: 5px; }
        html body .NewsEventSection .stats.primaryBgArea .vertColList li p {
          font-size: 12px;
          margin-bottom: 0px; }
    html body .colleges {
      background-color: #e5edf8;
      padding: 0px;
      width: 100%; }
      html body .colleges .greyBgArea {
        background: #f6f6f6;
        padding: 0px 30px;
        overflow: auto; }
      html body .colleges .college-grid {
        padding: 10px 0; }
        html body .colleges .college-grid .college {
          height: 327px;
          width: 236px;
          margin: 40px auto;
          position: relative; }
          html body .colleges .college-grid .college a {
            display: block;
            position: absolute;
            left: 21px;
            bottom: 0px;
            width: 193px;
            height: 143px;
            background: #1B3558;
            box-shadow: 0px, 0px 10px 0 #555;
            -webkit-box-shadow: 0px 0px 10px 0 #555;
            -o-radial-box-shadow: 0px 0px 10px 0 #555;
            -moz-box-shadow: 0px 0px 10px 0 #555; }
            html body .colleges .college-grid .college a span.icon-college {
              display: block;
              width: 80px;
              height: 80px;
              position: absolute;
              left: 56px;
              top: -40px;
              border-radius: 40px;
              -webkit-border-radius: 40px;
              -o-border-radius: 40px;
              -moz-border-radius: 40px; }
            html body .colleges .college-grid .college a span.college-name {
              display: block;
              width: 150px;
              text-align: center;
              color: #fff;
              position: absolute;
              left: 20px;
              top: 45px;
              font-size: 18px;
              font-weight: bold; }

			html body .colleges .college-grid .college#alf {
            background: url("../assets/colleges/alf.jpg") center top no-repeat; }
            html body .colleges .college-grid .college#alf a span.icon-college {
              background: #4F6EB7 url("../assets/icons/icon-alf.png") center center no-repeat; }

          html body .colleges .college-grid .college#cob {
            background: url("../assets/colleges/cob.jpg") center top no-repeat; }
            html body .colleges .college-grid .college#cob a span.icon-college {
              background: #4F6EB7 url("../assets/icons/icon-cob.png") center center no-repeat; }
          html body .colleges .college-grid .college#cos {
            background: url("../assets/colleges/cos.jpg") center top no-repeat; }
            html body .colleges .college-grid .college#cos a span.icon-college {
              background: #f02525 url("../assets/icons/icon-cos.png") center center no-repeat; }
          html body .colleges .college-grid .college#com {
            background: url("../assets/colleges/com.jpg") center top no-repeat; }
            html body .colleges .college-grid .college#com a span.icon-college {
              background: #f0c452 url("../assets/icons/icon-com.png") center center no-repeat; }
          html body .colleges .college-grid .college#cop {
            background: url("../assets/colleges/cop.jpg") center top no-repeat; }
            html body .colleges .college-grid .college#cop a span.icon-college {
              background: #3fb5d7 url("../assets/icons/icon-cop.png") center center no-repeat; }
          html body .colleges .college-grid .college#coe {
            background: url("../assets/colleges/coe.jpg") center top no-repeat; }
            html body .colleges .college-grid .college#coe a span.icon-college {
              background: #a1d783 url("../assets/icons/icon-coe.png") center center no-repeat; }
          html body .colleges .college-grid .college#upp {
            background: url("../assets/colleges/upp.jpg") center top no-repeat; }
            html body .colleges .college-grid .college#upp a span.icon-college {
              background: #e7a11b url("../assets/icons/icon-upp.png") center center no-repeat; }
            html body .colleges .college-grid .college#upp a span.college-name {
              top: 45px; }
        html body .colleges .college-grid a.college {
          display: block;
          margin: 5px auto; }
          html body .colleges .college-grid a.college img {
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -moz-border-radius: 5px;
            border: solid 1px #fff; }
    html body .lightgrayBg {
      background: #f3f6fc;
      padding: 20px auto;
      overflow: auto; }
      html body .lightgrayBg .lightBgArea {
        margin-bottom: 30px; }
        html body .lightgrayBg .lightBgArea #faculty-slider .owl-buttons div.owl-prev {
          left: -30px; }
        html body .lightgrayBg .lightBgArea #faculty-slider .owl-buttons div.owl-next {
          right: -30px; }
        html body .lightgrayBg .lightBgArea #faculty-slider .item {
          padding: 0 20px;
          text-align: center; }
          html body .lightgrayBg .lightBgArea #faculty-slider .item .img-responsive {
            width: 155px;
            border: 1px solid #d0d0d0;
            border-radius: 50%;
            margin: auto;
            margin-bottom: 20px;
            margin-top: 15px; }
          html body .lightgrayBg .lightBgArea #faculty-slider .item .facultyName {
            color: #062e58;
            font-size: 15px;
            font-family: 'DroidSansBold'; }
          html body .lightgrayBg .lightBgArea #faculty-slider .item .facultyDesignation {
            color: #062e58;
            font-size: 12px; }
    html body .socialSection {
      border-top: 1px solid #b6babe; }
      html body .socialSection .socailListings {
        background: #f6f7f8;
        border-right: 1px solid #b6babe;
        padding: 15px 30px; }
        html body .socialSection .socailListings .socailBtnsList {
          padding-right: 10px; }
          html body .socialSection .socailListings .socailBtnsList li a {
            display: block;
            padding: 10px 15px;
            color: #fff;
            background-color: #00477f;
            text-transform: uppercase;
            margin-bottom: 8px;
            font-size: 12px; }
            html body .socialSection .socailListings .socailBtnsList li a .fab {
              margin-right: 8px;
              -moz-transition: all 0.3s ease-in 0s;
              -o-transition: all 0.3s ease-in 0s;
              -webkit-transition: all 0.3s ease-in 0s;
              transition: all 0.3s ease-in 0s; }
            html body .socialSection .socailListings .socailBtnsList li a:hover .fab {
              transform: translate(5px, 0);
              -ms-transform: translate(5px, 0);
              /* IE 9 */
              -webkit-transform: translate(5px, 0); }
          html body .socialSection .socailListings .socailBtnsList li.twitter a {
            background-color: #0294cd; }
          html body .socialSection .socailListings .socailBtnsList li.youtube a {
            background-color: #da0d08; }
          html body .socialSection .socailListings .socailBtnsList li.snapchat a {
            background-color: #d9db1c; }
        html body .socialSection .socailListings .eventList {
          padding-left: 10px; }
          html body .socialSection .socailListings .eventList li {
            font-size: 12px; }
            html body .socialSection .socailListings .eventList li i {
              color: #062e58; }
            html body .socialSection .socailListings .eventList li p {
              margin: 0; }
            html body .socialSection .socailListings .eventList li.snapchat-feed {
              text-align: center; }
        html body .socialSection .socailListings .col-sm-7 {
          border-left: 1px solid #b6babe; }
      html body .socialSection .socailForm {
        background: #fff;
        padding-top: 35px;
        padding-right: 30px;
        padding-bottom: 35px;
        padding-left: 30px; }
        html body .socialSection .socailForm .subHeading {
          margin-bottom: 20px; }
        html body .socialSection .socailForm .input-group .form-control {
          border: 1px solid #758695;
          padding: 10px 12px;
          height: 48px;
          background-color: #fff; }
        html body .socialSection .socailForm .input-group .socailSend {
          background-color: #fff;
          padding-left: 15px;
          padding-right: 15px;
          border-color: #758695;
          border-radius: 0;
          color: #092f57; }
          html body .socialSection .socailForm .input-group .socailSend .fa {
            font-size: 18px;
            color: inherit;
            -moz-transition: all 0.3s ease-in 0s;
            -o-transition: all 0.3s ease-in 0s;
            -webkit-transition: all 0.3s ease-in 0s;
            transition: all 0.3s ease-in 0s; }
          html body .socialSection .socailForm .input-group .socailSend:hover .fa {
            transform: translate(5px, -5px);
            -ms-transform: translate(5px, -5px);
            -webkit-transform: translate(5px, -5px); }
    html body .footer-container {
      position: relative;
      width: 100%;
      bottom: 0px;
      max-width: 1600px;
      margin: 0 auto;
      margin-top: 0px; }
      html body .footer-container .footer {
        padding: 20px 30px;
        background-color: #364d60;
        color: #fff;
        border-bottom: 1px solid #3f5567; }
        html body .footer-container .footer h2.subHeading {
          color: #bbbbbb;
          margin-top: 10px;
          margin-bottom: 25px;
          font-weight: bold; }
        html body .footer-container .footer .quickLinksRow .footerLinks li {
          padding: 5px 0 4px 0; }
          html body .footer-container .footer .quickLinksRow .footerLinks li a {
            color: #fff;
            font-size: 16px; }
        html body .footer-container .footer .contactUs address {
          margin-bottom: 24px; }
        html body .footer-container .footer .contactUs .contact {
          font-size: 15px;
          min-height: 24px;
          padding-top: 3px;
          margin-bottom: 19px; }
          html body .footer-container .footer .contactUs .contact a, html body .footer-container .footer .contactUs .contact a:link, html body .footer-container .footer .contactUs .contact a:visited, html body .footer-container .footer .contactUs .contact a:hover {
            color: #fff;
            text-decoration: none; }
          html body .footer-container .footer .contactUs .contact i {
            font-size: 20px;
            color: #fff;
            vertical-align: sub;
            padding-right: 10px;
            text-align: center;
            display: inline-block;
            width: 30px; }
          html body .footer-container .footer .contactUs .contact span.description {
            vertical-align: middle;
            font-size: 12px;
            color: #ddd; }
      html body .footer-container .footer-copyrights {
        color: #fff;
        padding: 20px 30px;
        background: #223341;
        box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.4) inset;
        line-height: 50px; }
        html body .footer-container .footer-copyrights p.copyRight {
          margin: 0px; }
        html body .footer-container .footer-copyrights ul.foot-links {
          text-align: center;
          margin-bottom: 0;
          padding-left: 0px; }
          html body .footer-container .footer-copyrights ul.foot-links li {
            display: inline-block;
            padding: 0px 5px; }
            html body .footer-container .footer-copyrights ul.foot-links li a:link,
            html body .footer-container .footer-copyrights ul.foot-links li a:visited {
              color: #fff; }
            html body .footer-container .footer-copyrights ul.foot-links li#mobile-app i {
              color: #D1D618;
              font-size: 30px; }
            html body .footer-container .footer-copyrights ul.foot-links li#mobile-app a {
              color: #D1D618;
              padding: 0px 10px;
              vertical-align: super; }
        html body .footer-container .footer-copyrights ul.social-links {
          float: right;
          margin-bottom: 0;
          padding-left: 0px; }
          html body .footer-container .footer-copyrights ul.social-links li {
            display: inline-block;
            margin: 0 0 0 30px; }
            html body .footer-container .footer-copyrights ul.social-links li:first-child {
              margin: 0px; }
            html body .footer-container .footer-copyrights ul.social-links li a {
              font-size: 30px;
              color: #fff; }
              html body .footer-container .footer-copyrights ul.social-links li a:hover {
                font-size: 30px;
                color: #fff;
                text-decoration: none; }

 #header-video {
    width: 100%;
    height: 375px; }

  .image-video > img {
    height: 375px; }

.header-video .mejs__controls,
.header-video .mejs__layers {
  visibility: hidden !important; }

.header-video {
  position: relative;
  font-family: "DroidSansRegular", Arial, Helvetica, sans-serif; }
  .header-video .video-caption {
    background: rgba(88, 136, 245, 0.62);
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; }
    .header-video .video-caption .caption-area {
      margin: 15% 0 0 0; }
      .header-video .video-caption .caption-area .btn {
        min-width: 150px;
        display: inline !important; }

  .header-video .video-caption .caption-area {
    margin: 0 15px;
    padding: 25px; }


    @media only screen and (min-width: 1600px) {
      html body .vertColList li p,
      html body .facultyDesignation,
      html body .fourColList li .category {
        font-size: 14px; }
      html body .thumb-cust .caption p,
      html body .btn, html body .thumb-cust-dark .caption p,
      html body .vertColList li .category,
      html body .facultyName {
        font-size: 16px; }
      html body .header .topheader.navbar-default .navbar-nav > li > a {
        padding-left: 14px;
        padding-right: 14px; }
      html body .page-header-light h1 {
        font-size: 20px; }
      html body .NewsEventSection .greyBgArea {
        min-height: 534px; }
      html body .NewsEventSection .VideoSection {
        min-height: 364px; }
      html body .NewsEventSection .vertListSection {
        min-height: 898px; }
      html body .primaryBgArea {
        min-height: 190px; }
      html body .thumb-cust-dark {
        min-height: 724px; }
      html body .capmusTour > .img-responsive {
        min-height: 500px;
        height: 500px;
        width: 100%; }
      html body .bottomheader.navbar-default .navbar-nav > li > a {
        padding-left: 23px;
        padding-right: 23px; }
      html body .thumb-cust .caption h3 {
        font-size: 18px; }
      html body .thumb-cust-dark .caption p {
        margin-bottom: 25px; }
      html body .vertColList li .percent {
        font-size: 42px; }
      html body .fourColList li .percent {
        font-size: 24px; }
      html body .fourColList li p {
        font-size: 13px; } }
    @media only screen and (min-width: 1440px) and (max-width: 1599px) {
      html body .NewsEventSection greyBgArea {
        min-height: 495px; }
      html body .NewsEventSection .VideoSection {
        min-height: 363px; }
      html body .NewsEventSection .vertListSection {
        min-height: 858px; }
      html body .primaryBgArea {
        min-height: 185px; }
      html body .thumb-cust-dark {
        min-height: 680px; }
      html body .capmusTour > .img-responsive {
        min-height: 458px;
        height: 458px;
        width: 100%; }
      html body .page-header-light h1 {
        font-size: 20px; }
      html body .fourColList li p {
        font-size: 12px; }
      html body .fourColList li .category {
        font-size: 16px; } }
    @media (max-width: 1350px) {
      html body .header .navbar-brand {
        width: 250px;
        left: 10px;
        background-position: center 15px; }
        html body .header .navbar-brand :after {
          border-left: 125px solid transparent;
          border-right: 125px solid transparent; } }
    @media (max-width: 1300px) {
      html body .content-wrapper {
        width: 100%; }
      html body .header .navbar-brand {
        width: 220px;
        left: 10px;
        background-size: 85%;
        height: 94px;
        background-position: center 5px; }
        html body .header .navbar-brand:after {
          border-left: 110px solid transparent;
          border-right: 110px solid transparent; }
      html body .footer-container {
        width: 1300px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: -30px; } }
    @media only screen and (min-width: 1300px) {
      html body .container {
        width: 100%;
        max-width: 1600px;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden; }
      html body .header .navbar-brand img {
        height: 80px; }
      html body .header .topheader.navbar-default .navbar-nav > li > a {
        padding-left: 11px;
        padding-right: 11px;
        font-size: 13px; }
      html body .header #topNavigation .navbar-right {
        padding-left: 8px;
        padding-right: 8px; }
        html body .header #topNavigation .navbar-right.navbar-nav > li > a {
          font-size: 13px; }
      html body .header #topNavigation2 .navbar-right {
        padding-left: 8px;
        padding-right: 8px; }
        html body .header #topNavigation2 .navbar-right.navbar-nav > li > a {
          font-size: 13px; }
      html body .bottomheader.navbar-default .navbar-nav > li > a {
        padding-left: 18px;
        padding-right: 18px; }
      html body .NewsEventSection .greyBgArea {
        min-height: 485px; }
      html body .NewsEventSection .VideoSection {
        min-height: 372px; }
      html body .NewsEventSection .vertListSection {
        min-height: 857px; }
      html body .primaryBgArea {
        min-height: 176px; }
      html body .thumb-cust-dark {
        min-height: 661px; }
      html body .capmusTour > .img-responsive {
        min-height: 438px;
        height: 438px;
        width: 100%; }
      html body .vertColList li {
        padding: 35px 0; }
      html body .thumb-cust .caption h3 {
        font-size: 16px; }
      html body .thumb-cust .caption p {
        font-size: 14px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1299px) {
      html body .thumb-cust-dark .caption {
        padding-top: 10px; }
      html body .thumb-cust-dark h3 {
        margin-bottom: 16px; }
      html body .thumb-cust-dark .btn {
        margin-top: 15px; }
      html body .vertColList li {
        padding: 25px 0; }
      html body .vertColList .percent {
        font-size: 36px; }
      html body .capmusTour > .img-responsive {
        min-height: 396px; } }
    @media (max-width: 1200px) {
      html body .footer-container {
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 0;
        background: transparent;
        background-color: white; }
      html body .header .navbar-brand {
        width: 180px;
        left: 10px;
        background-position: center 25px; }
        html body .header .navbar-brand:after {
          border-left: 90px solid transparent;
          border-right: 90px solid transparent; } }
    @media only screen and (min-width: 1170px) {
      html body .NewsEventSection .greyBgArea {
        min-height: 445px; }
      html body .NewsEventSection .VideoSection {
        min-height: 374px; }
      html body .NewsEventSection .vertListSection {
        min-height: 819px; }
      html body .primaryBgArea {
        min-height: 175px; }
      html body .thumb-cust-dark {
        min-height: 620px; }
      html body .capmusTour > .img-responsive {
        min-height: 405px; } }
    @media only screen and (min-width: 1024px) {
      html body #topNavigation > .row,
      html body #topNavigation2 > .row {
        margin-left: 0; }
      html body .header > .row > .col-md-3 {
        width: 20%;
        padding-right: 0; }
      html body .header > .row > .col-md-9 {
        padding-left: 0;
        width: 80%; } }
    @media (max-width: 1023px) {
      html body .container {
        width: 100%; }
      html body .videoImg > img.img-responsive {
        height: auto; }
      html body .socailListings {
        border-right: 0; }
      html body .footer-container .footer-copyrights {
        text-align: center;
        line-height: 40px; }
        html body .footer-container .footer-copyrights ul.social-links {
          float: none; }
      html body .navbar-brand img {
        height: 80px;
        margin: auto; }
      html body #topNavigation .navbar-nav {
        padding-right: 0; } }
    @media (max-width: 992px) {
      html body .header .topheader {
        background-color: #eeeeee;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 90px; }
      html body .header .navbar-brand {
        background-image: none;
        width: 100%;
        display: block;
        margin: 0px; }
        html body .header .navbar-brand:after {
          display: none; }
        html body .header .navbar-brand img {
          display: block; }
      html body .sidebar-container {
        margin-top: 40px; }
      html body .aSubPage .page-content {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 990px) {
      html body .container {
        margin-bottom: 0px; } }
    @media only screen and (min-width: 769px) and (max-width: 1024px) {
      html body .container {
        width: 100%; }
      html body .header .topheader.navbar-default .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px; }
      html body .header #topNavigation .navbar-right {
        padding-left: 5px;
        padding-right: 5px; }
      html body .header #topNavigation .navbar-nav {
        padding-right: 2px; }
      html body .header #topNavigation2 .navbar-right {
        padding-left: 5px;
        padding-right: 5px; }
      html body .bottomheader.navbar-default .navbar-nav > li > a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 12px; }
      html body .navbar-brand {
        padding-top: 13px;
        padding-bottom: 12px; }
      html body .footer-container .footer-copyrights ul.social-links li {
        margin: 0 0 0 28px; }
      html body .NewsEventSection .greyBgArea {
        min-height: 468px; }
      html body .NewsEventSection .VideoSection {
        min-height: 372px; }
      html body .NewsEventSection .vertColList li {
        padding: 25px 0; }
      html body .primaryBgArea {
        min-height: 192px; }
      html body .vertListSection {
        min-height: 840px; }
      html body .thumb-cust-dark {
        min-height: 660px; }
        html body .thumb-cust-dark .caption {
          padding-top: 10px; }
      html body .capmusTour > .img-responsive {
        min-height: 386px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      html body .header .topheader.navbar-default .navbar-nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 10px; }
      html body .header #topNavigation .navbar-right {
        padding-left: 6px;
        padding-right: 6px; }
      html body .header #topNavigation2 .navbar-right {
        padding-left: 6px;
        padding-right: 6px; }
      html body .bottomheader.navbar-default .navbar-nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 11px; }
      html body .dropdown-menu > li > a {
        font-size: 11px; }
      html body .main-carousel .carousel-caption h4 {
        font-size: 36px; }
      html body .main-carousel .carousel-caption p {
        font-size: 20px; }
      html body .tabSlider {
        margin-top: -50px; }
        html body .tabSlider .nav-tabs > li > a {
          padding: 15px 8px; }
      html body .btn {
        padding-left: 20px;
        padding-right: 20px; }
      html body .fourColList li {
        width: 50%; }
      html body .fourColList li:nth-child(odd):before {
        display: none; }
      html body .footer-container .footerLinks {
        margin-bottom: 20px; }
      html body .quickLinksRow .col-sm-4:nth-child(3) .footerLinks {
        border: 0; }
      html body .navbar-nav .open .dropdown-menu.searchControl {
        padding: 5px; }
      html body .searchBtn {
        right: 5px;
        top: 5px;
        bottom: 5px; } }
    @media (max-width: 768px) {
      html body .open > .dropdown-menu {
        display: block;
        right: -75px !important;
        left: auto;
        width: 100%; }
      html body .navbar-default .navbar-nav .open > li > a:hover {
        background-color: #092f57;
        color: #fff; }
      html body .header .topheader.navbar-default {
        display: none; }
      html body .header .navbar-brand {
        position: relative;
        right: auto;
        z-index: auto;
        width: 100%;
        left: 0; }
        html body .header .navbar-brand:after {
          display: none; }
      html body .header .mobile-icons {
        display: block;
        width: 100%;
        background: #092f57;
        padding: 10px 0px;
        margin: -10px auto 10px auto;
        text-align: center; }
        html body .header .mobile-icons .searchBtn .glyphicon.glyphicon-search {
          margin-left: 5px; }
      html body .bottomheader.navbar-default .navbar-toggle {
        float: right !important;
        margin-top: -70px !important; }
      html body .language-dropdown {
        color: #fff;
        margin-left: 25px;
        margin-top: 4px;
        border-left: 1px solid #ccc;
        padding-left: 15px; }
        html body .language-dropdown .fa {
          margin-left: 5px; }
        html body .language-dropdown .dropdown-menu {
          right: -15px !important; }
        html body .language-dropdown a {
          color: #fff; }
      html body #topNavigation2 {
        margin-bottom: 15px; }
      html body .colleges img {
        width: 100%;
        padding: 0px 15px; }
      html body .aboutUni img {
        width: 100%;
        height: auto; }
      html body .person-container h2, html body .person-container h3, html body .person-container p {
        text-align: center; }
      html body .person-container img {
        float: none;
        margin: 0 auto;
        display: block; }
      html body .executive-container {
        padding-top: 20px; }
        html body .executive-container h2, html body .executive-container h3 {
          text-align: center; }
      html body .content-wrapper #page_aws .aws_service_container .aws_service {
        height: 120px !important; }
        html body .content-wrapper #page_aws .aws_service_container .aws_service h3 {
          padding-left: 100px !important;
          line-height: 55px !important;
          font-size: 100% !important; }
        html body .content-wrapper #page_aws .aws_service_container .aws_service a:link, html body .content-wrapper #page_aws .aws_service_container .aws_service a:visited, html body .content-wrapper #page_aws .aws_service_container .aws_service a:hover {
          line-height: 50px !important;
          font-size: 80% !important;
          margin-left: 10px !important; }
        html body .content-wrapper #page_aws .aws_service_container .aws_service .aws_icon {
          width: 85px !important;
          height: 65px !important;
          background-size: 40% !important; } }
    @media (min-width: 768px) {
      html body .main-carousel .carousel-caption {
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(9, 35, 58, 0.5);
        padding: 0; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      html body .lightgrayBgArea .page-header .pull-left,
      html body .page-header .col-sm-8,
      html body .page-header .col-sm-4,
      html body .faxNo,
      html body .contactInter,
      html body .contactNo {
        margin-bottom: 15px; }
      html body .greyBgArea,
      html body .lightgrayBgArea,
      html body .lightBgArea,
      html body .primaryBgArea,
      html body .tabSlider .tab-content,
      html body .thumb-cust .caption,
      html body .VideoSection,
      html body .socailForm,
      html body .footer,
      html body .socailListings {
        padding-left: 15px;
        padding-right: 15px; }
      html body .pdlft0 {
        padding-left: 15px; }
      html body .pdrgh0 {
        padding-right: 15px; }
      html body .cust-col-md-9,
      html body .cust-col-md-3 {
        width: 100%; }
      html body .navbar-brand img {
        margin: 0; }
      html body .bottomheader.navbar-default .navbar-toggle {
        float: left;
        margin: 5px 0;
        background-color: #092f57;
        border-radius: 0;
        border: 0; }
        html body .bottomheader.navbar-default .navbar-toggle .icon-bar {
          background-color: #fff; }
      html body .header .topheader.navbar-default .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 13px;
        text-align: left; }
      html body .header .topheader.navbar-default .navbar-toggle {
        margin-top: -60px;
        background: transparent;
        border-radius: 0;
        border: 0;
        margin-right: 0; }
        html body .header .topheader.navbar-default .navbar-toggle .icon-bar {
          background-color: #092f57; }
        html body .header .topheader.navbar-default .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 6px; }
      html body .header #topNavigation .navbar-nav {
        margin: 0;
        float: none; }
      html body .header #topNavigation .navbar-right {
        padding-top: 0;
        padding-bottom: 0; }
        html body .header #topNavigation .navbar-right.navbar-nav > li {
          width: 100%; }
          html body .header #topNavigation .navbar-right.navbar-nav > li:first-child > a {
            border-right: 0;
            border-bottom: 1px solid; }
          html body .header #topNavigation .navbar-right.navbar-nav > li > a {
            text-align: left;
            padding: 9px 0; }
      html body .header #topNavigation2 .navbar-nav {
        margin: 0;
        float: none; }
      html body .header #topNavigation2 .navbar-right {
        padding-top: 0;
        padding-bottom: 0; }
        html body .header #topNavigation2 .navbar-right.navbar-nav > li {
          width: 100%; }
          html body .header #topNavigation2 .navbar-right.navbar-nav > li:first-child > a {
            border-right: 0;
            border-bottom: 1px solid; }
          html body .header #topNavigation2 .navbar-right.navbar-nav > li > a {
            text-align: left;
            padding: 9px 0; }
      html body .navbar-nav .open .dropdown-menu {
        width: 100%;
        color: #fff;
        overflow: auto; }
        html body .navbar-nav .open .dropdown-menu.searchControl {
          background-color: #eee;
          position: relative;
          top: 0;
          min-width: inherit;
          padding: 0;
          margin-bottom: 8px; }
      html body .searchBtn {
        position: absolute;
        right: 1px;
        top: 1px;
        bottom: 1px; }
      html body .main-carousel .carousel-caption {
        background: rgba(6, 46, 88, 0.7);
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        text-shadow: none;
        padding: 10px 15px 40px 15px; }
      html body .bottomheader.navbar-default .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 13px;
        text-align: left; }
      html body .navbar-default .navbar-nav .open .dropdown-menu > li {
        padding: 0; }
        html body .navbar-default .navbar-nav .open .dropdown-menu > li > a {
          color: #062e58;
          font-size: 13px; }
      html body .navbar-default .navbar-nav.navbar-right .open .dropdown-menu > li > a {
        color: #fff;
        padding-left: 0;
        padding-right: 0;
        font-size: 12px; }
      html body .caption-holder {
        width: 100%;
        margin: 0 auto 0;
        position: relative;
        left: 0; }
      html body .main-carousel .carousel-caption h4 {
        font-size: 26px; }
      html body .main-carousel .carousel-caption p {
        font-size: 16px; }
      html body .main-carousel .owl-pagination {
        bottom: 8px; }
      html body .tabSlider {
        margin-top: 0; }
        html body .tabSlider .nav-tabs > li {
          width: 100%; }
          html body .tabSlider .nav-tabs > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            margin-right: 0; }
            html body .tabSlider .nav-tabs > li > a:before {
              display: none; }
          html body .tabSlider .nav-tabs > li.active a:after {
            display: none; }
      html body .tab-content .col-sm-3,
      html body .tab-content .col-sm-7 {
        margin-bottom: 15px; }
      html body .main-carousel {
        margin-top: 0; }
      html body .carousel-control.custom-control,
      html body .owl-buttons > div {
        width: 30px;
        height: 30px;
        background-size: cover; }
      html body .btnTabs .nav-tabs {
        float: none;
        margin-top: 0;
        margin-bottom: 15px;
        border-bottom: 0; }
      html body .fourColList li {
        width: 100%; }
        html body .fourColList li:before {
          display: none; }
      html body .capmusTourLink {
        padding-left: 20px;
        padding-right: 20px; }
      html body .footer-container .footer-copyrights ul.social-links li {
        margin: 0 0 0 12px; }
      html body .footer-container .footerLinks {
        border-right: 0; }
      html body .socailListings .col-sm-5 {
        margin-bottom: 15px; }
      html body .socailListings .col-sm-7 {
        border-left: 0; }
      html body .contactUS {
        padding-top: 15px; }
        html body .contactUS .bdrRight {
          border-right: 0; }
      html body .thumb-cust {
        margin-bottom: 15px; }
      html body .thumb-cust-0padd .caption {
        padding-left: 0;
        padding-right: 0; }
      html body #faculty-slider .owl-buttons > div.owl-prev {
        left: -15px; }
      html body #faculty-slider .owl-buttons > div.owl-next {
        right: -15px; }
      html body .VideoSection .page-header {
        min-height: 130px; } }
    @media (max-width: 468px) {
      html body .vision-banner {
        width: 100%;
        height: auto;
        float: none;
        padding: 10px 0px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header-video {
    margin-top: 20px; } }


/**
 * Wonderful CSS filter trick by Leo Nikkilä
 * @link https://lnikki.la/articles/night-mode-css-filter/
 */
.contrastmode .top-header, .contrastmode .news-section,
.contrastmode .about-section, .contrastmode .depart-section,
.contrastmode .tabs-section,
.contrastmode .subscribe-section {
  background: #020202 none;
  color: #fff; }

.contrastmode {
  background: #020202;
  color: #fff; }
  .contrastmode .brand-image > img {
    filter: gray;
    /* IE */
    -webkit-filter: grayscale(1);
    /* Old WebKit */
    -webkit-filter: grayscale(100%);
    /* New WebKit */
    filter: url(resources.svg#desaturate);
    /* older Firefox */
    filter: grayscale(100%);
    /* Current draft standard */ }
  .contrastmode .header-video .video-caption {
    background: rgba(0, 0, 0, 0.8); }
    .contrastmode .header-video .video-caption .caption-area {
      color: #0b3ff5; }
  .contrastmode .btn-default,
  .contrastmode .nws-slider .item:before,
  .contrastmode .footer,
  .contrastmode .navbar-collapse {
    background: #020202;
    color: #fff; }
  .contrastmode .navbar-dark .navbar-nav li a.nav-link,
  .contrastmode .navbar-dark .navbar-nav .home-icon a.nav-link,
  .contrastmode .nws-slider button:before,
  .contrastmode .dep-slider button:before,
  .contrastmode .section-heading,
  .contrastmode .social-section h2,
  .contrastmode .subscribe-section h3 {
    color: #0b3ff5; }
  .contrastmode .nws-slider .item > h2:before,
  .contrastmode .depart-card .card-block .card-title:before,
  .contrastmode .btn-primary,
  .contrastmode .vertical-tabs a.nav-link:before {
    background: #0b3ff5; }
  .contrastmode .depart-card .card-block,
  .contrastmode .media-section .gal-date,
  .contrastmode .tabs-section,
  .contrastmode .tweets-list li:first-child,
  .contrastmode .subscribe-section,
  .contrastmode .footer-copyrights {
    background-color: #222222; }
  .contrastmode .footer {
    border-bottom: #222222; }
  .contrastmode .news-section,
  .contrastmode .about-section {
    background: #222222; }
    .contrastmode .news-section .about-text,
    .contrastmode .about-section .about-text {
      background: #020202; }
  .contrastmode .twitter,
  .contrastmode .subscribe-section label {
    color: #fff; }
  .contrastmode .facebook {
    background-color: #333; }
  .contrastmode .vertical-tabs a.nav-link.active {
    background-color: #020202;
    color: #0b3ff5; }

/*# sourceMappingURL=coe_en.css.map */


.mejs-offscreen { display: none !important; }




/*# sourceMappingURL=alfaisal_en.css.map */