
figcaption {
  font-style: italic;
  padding: 2px;
  text-align:left;
  opacity: 50%;
}
  .borderExample{
    border: 2px solid black;
  }
  .titleFont {
    font-family: copperPlateGothicBold;
    color: #1993d4;
    animation-duration: 3s;
    animation-delay: 2s;
  }

  .titleFontNew {
    font-family: copperPlateGothicBold;
    color: #fff;
    float:left;
  }

  .titleFont2 {
    animation-duration: 3s;
    animation-delay: 2s;
  }

  .titleFont3 {
    animation-duration: 3s;
    animation-delay: 2s;
  }
  .aims-logo{
    -webkit-animation:spinner 3s linear infinite;
    -moz-animation:spinner 3s linear infinite;
    animation:spinner 3s linear infinite;
  }

@keyframes spinner { 
   from { 
    -moz-transform: rotateY(0deg); 
    -ms-transform: rotateY(0deg); 
    transform: rotateY(0deg); 
   } 
   to 
   { 
    -moz-transform: rotateY(-360deg); 
    -ms-transform: rotateY(-360deg); 
    transform: rotateY(-360deg); 

   } 
}
    .btn:focus {
      background-color: #fff;
      color: #199EB8;
      border: 2px solid #199EB8;
    }

    .rotateimg180 {
        animation-name: stretch;
        animation-duration: 4s;
        animation-timing-function: ease-in;
        animation-delay: 0;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-fill-mode: none;
        animation-play-state: inherit;
    }
    /*
    @keyframes stretch {
      0% {
        transform: scale(1);
        background-color: transparent;
      }
      50% {
        background-color: transparent;
      }
      100% {
        transform: scale(1.2);
        background-color: transparent;
      }
    }*/

  .hero-brand{
    margin-top: -35px;
  }

.background-video {
  position: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 100%;
  max-height:100%;
}

.logoFlip {
  animation: rotation 1s infinite linear; 
}
@keyframes rotation {
  100%{ transform:rotatey(360deg) }
}

@font-face {
    font-family: copperPlateGothicBold;
    src: url('../fonts/Copperplate Gothic Bold Regular.ttf');
  }

@font-face {
    font-family: copperPlateGothicLight;
    src: url('../fonts/copperplate gothic light.ttf');
  }

@font-face {
    font-family: weatherSunday;
    src: url('../fonts/Weather Sunday - Personal Use.otf');
  }

@font-face {
  font-family: HelvLight;
  src: url('../fonts/HELN.ttf');
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffb20d; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1993d4; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: copperPlateGothicBold;
}

p {
  line-height: 1.55;
  color: #000;
  font-size: 400;
  font-family: HelvLight;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 30px;
  margin-bottom: 40px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
}

footer h6 u {
  text-decoration: underline;
  color: white;
}

/* ==================================================
  General
  ================================================== */

a {
  transition: 0.5s;
}

/* ==================================================
  Elements
  ================================================== */

.btn {
  background-color: #1993d4;
  font-family: HelvLight;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
}

.btn:hover {
  background-color: #fff;
  color: #1993d4;
  border: 2px solid #1993d4;
}

.btn:focus {
  background-color: #fff;
  color: #48B0D7;
  border: 2px solid #48B0D7;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color: #1993d4;
}

section {
  padding: 80px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 35px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(23,127,212,0.5);
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover,
.scrolltop:active,
.scrolltop:focus {
  color: #fff !important;
  background: #1993d4;
}

/*-- /banner --*/
.agileits-banner-info {
    text-align: center;
    margin: 4em auto 0;
    padding-top: 10em;
    z-index: 3;
}
.agileits-banner-info h3 {
   font-size: 5em;
    color: #fff;
    font-weight: bold;
    letter-spacing:6px;
    margin: 0.5em 0;
  
}
.agileits-banner-info h4{
    font-size:1em;
    text-transform: uppercase;
    letter-spacing: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: rgba(229, 229, 230, 0.44);
}
.agileits-banner-info p {
       font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 24px;
    color: #1993d4;
    font-weight: 600;
}
.w3_agileits_social_media {
    float: right;
    padding: 6em 6em 0 0em;
       margin-top: 7em;
}
ul.social-icons3{
  display:block;
  padding: 0;
  margin-top: 1em;
}
ul.social-icons3 li{
  display:inline-block;
}
ul.social-icons3 li a{  
    display: block;
    height: 30px;
    width: 30px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
      margin-right: 0.4em;
  -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    line-height: 30px;
  color:#fff;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  text-align:center;
}
ul.social-icons3 li a.wthree_facebook{
   background:#4D669C;
}
ul.social-icons3 li a.wthree_twitter{
   background:#1da1f2;
}
ul.social-icons3 li a.wthree_dribbble{
   background:#ea4c89;
}
ul.social-icons3 li a.wthree_behance{
   background:#0096ff;
}
ul.social-icons3 li a:hover{
  text-decoration:none;
  opacity:0.8;
}
li.agileinfo_share {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    margin-right: 10px;
}
/*-- //banner --*/
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: -59%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height:52px;
    width: 36px;
    background: url(../images/left.png) no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
     background:rgba(0, 0, 0, 0.64) url(../images/right.png) no-repeat 2px 8px;
    left:141px;
}
.callbacks_nav.prev {
    left: auto;
    background: rgba(0, 0, 0, 0.64) url(../images/left.png) no-repeat 2px 8px;
    left:100px;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
  width:100px;
  height:15px;
  background:#fff;
  display:inline-block;
  border-radius:30em;
  opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
  display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display:block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 56%;
    left: 46.5%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}
.slider-top span{
  font-weight:600;
}
.callbacks_tabs li {
    display:inline-block;
    margin: 0px 7px;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:10px;
    width:10px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
       background:#ffce14;
}

/* ==================================================
  Hero Styling
================================================== */

.hero {
  display: table;
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 100vh;
}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0,0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.hero-brand {
  margin-bottom: 75px;
  display: inline-block;
  z-index: 99;
}

.hero b{
  font-size: 70px;
}

.logoBrand{
  margin-top: -2px;
  padding: 10px; 
  border-radius: 0px;
  font-size: 30px;
  font-family: copperPlateGothicBold;
  font-weight: bolder;

}
.logoBrand:hover{
  border-color: transparent;
}

 .logoBrand #navName{
  font-size: 25px;
  font-family: copperPlateGothicLight;
  color: transparent;
}

.tagline {
  font-family: HelvLight;
  font-size: 20px;
  margin: 45px 0 75px 0;
  color: #003366;
}

/* ==================================================
  Header Styling
================================================== */

#header {
  background: #1993d4;
  height: 70px;
  width: 100%;
  z-index: 1;
}

#header #logo {
  margin: 0px 0px 0 0px;
}

#header #logo h1 {
  font-size: 3scpx;
  margin: 0;  line-height: 0.8;
  font-family: copperPlateGothicBold;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  border-color: transparent;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

#header .social-nav {
  margin-top: 15px;
}

#header .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}

#header .social-nav a:hover {
  color: rgba(255, 255, 255, 0.50);
  color: #185365;
}


/* ==================================================
  Header2 Styling
================================================== */

#header2 {
  background: transparent;
  height: 70px;
  width: 100%;
  transition: top 0.4s;
  position: fixed;
  z-index:99;
}

#header2 #logo {
  margin: 2px 25px 0 10px;
}

#header2 #logo h1 {
  font-size: 3px;
  margin: 0;  line-height: 1;
  font-family: copperPlateGothicBold;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header2 #logo h1 a,
#header2 #logo h1 a:hover {
  color: #fff;
  border-color: transparent;
}

#header2 #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header2 .social-nav {
  margin-top: 15px;
}

#header2 .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}

#header2 .social-nav a:hover {
  color: rgba(255, 255, 255, 0.50);
  color: #185365;
}


/* ==================================================
  About
  ================================================== */

#about h2 {
  font-family: copperPlateGothicBold;
  letter-spacing: 4px;
  color: #1993d4 !important;
  font-size: 40px !important;
  margin-top: -20px;
  margin-bottom: 10px;
}

#about p {
  font-family: HelvLight;
  text-align: center;
  padding:30px;
  letter-spacing: 3px;
  /*color: #283059 !important;*/
  color: black !important;
  font-size: 18px;
  line-height: 1.7;
  height: 100%;
}

#about p  b{
  font-family: copperPlateGothicBold;
}

#about span {
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  margin-top: 2px;
  padding: 22px 15px 22px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: HelvLight;
  font-weight: 300;
  font-size: 15px;
  outline: none;
}


.nav-menu a:hover,
.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: rgba(255, 255, 255, 0.75);
  color: #185365;
  font-weight: bolder;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #48B0D7;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #333;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 5px 35px 0 0;
  border: 0;
  font-size: 30px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  background: #1993d4;
  width: 42px;
  height: 42px;
}

#mobile-nav-toggle:hover {
  background: #1993d4;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #1993d4;
  right: -30%;
  width: 30%;
  overflow-y: auto;
  transition: 0.7s;
}

#mobile-nav h1{
  font-size: 50px;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  top: 10%;
  list-style: none;
  word-wrap: break-word;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li:hover {
  background-color: #ffb20d;
  color: #ffb20d;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  padding: 10px 15px 10px 15px;
  position: relative;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  background-color: #1993d4;
  font-weight: bolder;
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding:15px 15px 15px 100%;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #fff;
  font-weight: bolder;
}

#mobile-nav ul .menu-item-active {
  color: #fff;
  font-weight: bolder;
  font-size: 25px;
  background-color: #1993d4;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* ==================================================
  Stats Styling
================================================== */

.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: HelvLight;
  font-weight: 500;
  color: #666;
  border: 6px solid #48B0D7;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: HelvLight;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/* ==================================================
  Parallax Styling
  ================================================== */

.block {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px;
}

.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block p {
  color: #fff;
  margin-bottom: 45px;
}

/* ==================================================
  maritimeIdustry Styling
  ================================================== */

.maritimeIdustry {
  padding-bottom: 45px;
}

.maritimeIdustry h2 {
  color: #48B0D7;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col > div > div:last-child {
  padding-left: 20px;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #48B0D7;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feature-col h3 {
  color: #48B0D7;
}

.feature-col p {
  font-family: HelvLight;
  font-size: 14px;
  color: #999;
}

/* ==================================================
  Maritime Industry Call-to-action Styling
  ================================================== */

.maritimeIndustrycta {
  background-color: #48B0D7;
  padding: 25px 0;
}

.maritimeIndustrycta h2 {
  margin-bottom: 5px;
}

.maritimeIndustrycta h2,
.maritimeIndustrycta p {
  color: #fff;
}

.maritimeIndustrycta p {
  margin-bottom: 0;
  opacity: .75;
}

.maritimeIndustrycta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Admission Styling
  ================================================== */

.admission {
  padding-bottom: 45px;
}

.admission h2 {
  color: #48B0D7;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col > a:hover {
  padding-top: 45px;
  border: 2px solid black;
}

.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col > div > div:last-child {
  padding-left: 20px;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #48B0D7;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feature-col h3 {
  color: #48B0D7;
}

.feature-col p {
  font-family: HelvLight;
  font-size: 14px;
  color: #999;
}

/* ==================================================
  Call-to-action Styling
  ================================================== */

.cta {
  background-color: #1993d4;
  padding: 15px 0;
}

.cta h2 {
  margin-bottom: 5px;
  font-family: copperPlateGothicBold;
  color: white; 
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
  color: #fff;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */

.portfolio {
  background-color: #f0f0f0;
  padding-bottom: 0;
}

.portfolio h2 {
  color: white;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

.portfolio-header-sma
{
  /* color palette #2D57A1 SMA */
  padding: 2px; 
  font-family: copperPlateGothicBold; 
  font-size: 20px; 
  font-style: italic; 
  color: #fff; 
  background-color: #2D57A1;
}

.portfolio-header-sea
{
  /* color palette #FF9F00 SEA */
  padding: 2px; 
  font-family: copperPlateGothicBold; 
  font-size: 20px; 
  font-style: italic; 
  color: #fff; 
  background-color: #FF9F00;
}

.portfolio-header-she
{
  /* color palette a40000 SHE */
  padding: 2px; 
  font-family: copperPlateGothicBold; 
  font-size: 20px; 
  font-style: italic; 
  color: #fff; 
  background-color: #a40000;
}

.portfolio-header-sgs
{
  /* color palette #404040 SGS */
  padding: 2px; 
  font-family: copperPlateGothicBold; 
  font-size: 20px; 
  font-style: italic; 
  color: #fff; 
  background-color:#404040;
  text-align: center;
}

.portfolio-div-header-sma
{
  /* color palette #2D57A1 SMA */
  border: 7px solid #2D57A1;
}

.portfolio-div-header-sea
{
  /* color palette #FF9F00 sea */
  border: 7px solid #FF9F00;

}

.portfolio-div-header-she
{
  /* color palette a40000 SHE */
  border: 7px solid #a40000;
}

.portfolio-div-header-sgs
{
  /* color palette #404040 sea */
  border: 7px solid #404040;
}

/* ==================================================
  Team Styling
  ================================================== */
.team{
  position: relative;
  top:-80px;
  margin-bottom: -20px;
}

.team h2 {
  color: #1993d4;
  font-size: 40px;
}

.team .cta h2 {
  color: white;
  font-size: 32px;
  font-weight: bold;
  font-family: copperPlateGothicBold;
}

.team .col-lg-3 {
  padding: 0;
}

.team .card > a {
  display: block;
}

.team .card img {
  width: 120%;
}

.team .card h4 {
  color: #fff;
  text-transform: uppercase;
  font-family: HelvLight;
}

.team .card p {
  font-size: 13px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: .75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team-over a {
  text-decoration: none;
  color: #fff;
}

.team-over a:hover {
  text-decoration: none;
  font-size: 17px;
  font-weight: bolder;
}

.team .card:hover .card-title-wrap {
  background-color:  #1993d4;
}

.team .card:hover .card-title-wrap .card-title,
.team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  padding-top: 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 15px 15px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.team .card-title-wrap .card-title,
.team .card-title-wrap .card-text {
  font-family: HelvLight;
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 20px;
  color: #333;
}

.team .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}


/* ==================================================
  Team Styling
  ==================================================

.team h2 {
  color: #48B0D7;
}

.team .col-sm-3 {
  padding: 0;
}

.team .card > a {
  display: block;
}

.team .card img {
  width: 100%;
}

.team .card h4 {
  color: #fff;
  text-transform: uppercase;
}

.team .card p {
  font-size: 12px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
  text-align: justify;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: .75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team .card:hover #bsmt {
  background-color: #1993d4;
}

.team .card:hover #bsmare {
  background-color: #FF6600;
}

.team .card:hover #bsname {
  background-color: #623E9C;
}

.team .card:hover .card-title-wrap .card-title,
.team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.team .card-title-wrap .card-title,
.team .card-title-wrap .card-text {
  font-family: HelvLight;
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.team .card-title-wrap .card-text {
  font-size: 20px;
  color: #999;
}
*/

/* ==================================================
  Contact Section
  ================================================== */

#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact h2 {
  font-family: HelvLight;
  color: #48B0D7;
}

#contact .info i {
  font-size: 32px;
  color: #48B0D7;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #48B0D7;
  border: 1px solid #48B0D7;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #48B0D7;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #23c2e1;
}

/* ==================================================
  Footer Styling
  ================================================== */

.site-footer {
  background-color: #0066ff;
  padding: 0;
  opacity: 1;
}

.site-footer h2,
.site-footer p {
  color: #fff;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-color: #000;
  padding: 20px 0;
}

.site-footer .bottom .list-inline,
.site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #fff;
  font-family: HelvLight;
  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color: #48B0D7;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer .credits a {
  color: #48B0D7;
}

/* ==================================================
  Responsive Styling
  ================================================== */

  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }

@media (max-width:1359px){
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

@media (max-width:1080px){
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

@media (max-width: 768px) {
  #header {
    height: 50px;
  }

  #header #logo {
    margin: 0px 0 0 0;
  }

  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }

  #header #logo img {
    max-height: 30px;
  }

  #header2 {
    height: 50px;
  }

  #header2 #logo {
    margin: 10px 0 0 0;
  }

  #header2 #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }

  #header2 #logo img {
    max-height: 30px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}

@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .w3_agile_header img{
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-left: 10px;
  }
  #mobile-nav-toggle{
    margin-top: 90px !important;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.hero-brand{
  margin-top: -20px!important;
}


@media (max-width: 61.9em) {

  .hero-brand{
  margin-top: 10px!important;
}

.wthree_testimonials_grid {
    padding: 0em !important;
}
h3.agile-tittle{
    padding: 0px;
    font-size: 26px !important;
    font-weight: bold;
}
.wthree_testimonials_grid h4 {
    font-size: 1em !important;
}


  #governanceStructure .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-bottom: -10px;
}

  #corporateSocial .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-bottom: -10px;
}

  /* The Modal (background) */
  #presidentsCorner .modal {
    padding-top: 100px;
  }

  /* Modal Content */
  #presidentsCorner .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
  }

  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

  #presidentsCorner img{
  width: 100%;
  height: 100%;
  }

    #libraryMediaCenters p{
    padding-top: 0px !important;
  }

    #calendarTermDates #calendarTermDatesBox{
    height: 30%;
    padding: 0px 20px 0px 20px !important;
    text-align: center;
  }

    #calendarTermDates #calendarTermDatesBox #c#alendarTermDatesBoxHeading1 h1{
      font-size: 20px !important;
  }

  #calendarTermDatesBoxHeading1{
    margin-bottom: 20px !important;
  }

  #calendarTermDatesBoxHeading2 h1{
    font-size: 20px !important;
  }
  #calendarTermDatesBoxHeading3 h1{
    font-size: 20px !important;
  }

  .courses .coursesDesc p{
    padding: 0px !important;
  }

  #about p {
    font-family: HelvLight !important;
    font-size: 16px;
    padding: 0px 0px 10px 30px;
    letter-spacing: 1px;
  }

  #about h2{
    font-size: 35px !important;
  }
  .mouse {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2; }

  .aboutAIMS .footerBold {
  font-size: 35px !important;
  }

  .aboutAIMS .footerBold b {
    font-size: 40px !important;
  }

  .aboutAIMSLogo img{
    width: 100px;
    height: 100px;
  }

  .aboutAIMS p{
    font-size: 20px !important;
  }

  #governanceStructure img{
    width: 100%;
    height: auto;
  }

  .coursesDesc, .coursesCurriculum{
    margin-top: 30px;
  }
  .pageHeader{
    padding-left: 20px !important;
    z-index: 1;
    position: absolute;
  }

  .pageHeader h1{
    font-size: 40px !important;
  }

  .carousel-wrapper .carousel .carousel-cell {
    width: 100%;
  }

  #mobile-nav-toggle{
    margin-top: 80px !important;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  #mobile-nav{
      right: -70%;
      width: 70%;
  }

  .aims-logo{
    width: 50px;
    height: 50px;
  }

  section,
  .block,
  .cta {
    padding: 65px 0;
  }
  .logoBrand{
    padding: 3px;
    font-size: 25px;
    margin-top: -8px;
  }

   .block,
   .maritimeIndustrycta {
    padding: 35px 0;
  }

  .maritimeIdustry {
    padding-bottom: 5px;
  }

  .admission {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }


  .hero b{
      font-size: 60px;
    }
  .hero ,.btn{
    margin-bottom: 5px;
  }


  .tagline {
    margin: 35px 0;
    font-size: 40px;
  }

  h1 {
    font-size: 50px;
    margin: 0;
  }

  .tagline {
    font-size: 20px;
    margin-bottom: 50px;
  }

  h2 {
    margin-bottom: 25px;
    font-size: 35px;
  }

  .footerBold{
     margin-bottom: 25px;
    font-size: 35px;
  }

  h3 {
    font-size: 20px;
  }

  .hero {
    padding: 75px 0;
  }

  .stats-col {
    margin-bottom: 25px;
  }

  .block {
    height: auto;
  }

  .feature-col {
    padding-bottom: 30px;
  }

  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }

  .portfolio-grid .card .card-text {
    font-size: 13px;
  }

  .team .team-over {
    padding-top: 20px;
  }

  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }

  .site-footer .social-nav {
    margin-bottom: 35px;
  }

  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }

  .site-footer .list-inline li {
    display: inline-block;
  }
}

   /* The customcheck */
.customcheck {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #48B0D7;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-- Testimonials --*/
#testimonials {
    background: url(../img/aims_footer_bg1.jpg)no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
  min-height:400px;
}
.wthree_testimonials_grid_pos img {
    border-radius: 10%;
  -webkit-border-radius: 10%;
  -o-border-radius: 10%;
  -moz-border-radius: 10%;
    margin: 1em auto 0;
    width: 20%;
}
.wthree_testimonials_grid {
    position: relative;
    margin: 2em auto 0;
    background: rgba(253, 253, 253, 1);
    padding: 3em 5em 2em;
    text-align: center;
}
.wthree_testimonials_grid1,.wthree_testimonials_grid{
  width: 90%;
}
.wthree_testimonials_grid h4 {
    font-size: 1.8em;
    color: #1993d4;
    line-height: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wthree_testimonials_grid p {
    color: #000 !important;
    line-height: 2em;
    margin: 1em 0;
    font-size: 1em;
    letter-spacing: 1px;
}
.wthree_testimonials_grid1{
  text-align:right;
  margin: 0 auto;
}
.wthree_testimonials_grid h5 {
    font-size: 1.1em;
    color: #1993d4;
    margin: 1.5em 0 1em;
}
.wthree_testimonials_grid1 p{
  color:#212121;
}

/*--flexisel--*/
.flex-slider{ 
  background:#222227;
  padding: 70px 0 165px 0;
}
.opportunity{
  background:#28282e;
  margin:0px 20px;
  padding:80px 0;
  position:relative;
}
#flexiselDemo1 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.nbs-flexisel-inner {
  overflow: hidden;
  margin: 0px;
}
.nbs-flexisel-item {
  float: left;
  margin: 0;
    padding: 0;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item > img {
  cursor: pointer;
  position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  width:36px;
  height:48px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
      top: 47% !important;
}
.nbs-flexisel-nav-left {
  left: 10%;
    background:url(../img/left.png) no-repeat no-repeat 3px 6px #000;
}
.nbs-flexisel-nav-right {
  right: 10%;
  background:url(../img/right.png) no-repeat no-repeat 3px 6px #000;
}
.test_agile_info {
    background: url(../img/overlay.png)repeat;
      padding: 0.5em 0 0.5em 0;
}
/*--//flexisel--*/

h3.agile-tittle{
    padding: 10px 0;
  position:relative;
    color: #000;
    font-size: 40px;
    font-weight: bold;
}
h3.agile-tittle.two.gal {
    color: white;
    text-align: center;
}

/*-- gallery --*/
#gallery {
    padding-top: 4em;
}
.nd-wrap {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
.nd-wrap img {
  display: block;
  width: 100%;
}
.nd-title {
  position: relative;   
  top: -150px;
  opacity: 0;
  margin: 0 0 30px;
  font-weight: 400;
  -webkit-transition: all 1s ease 0.01s;
      transition: all 1s ease 0.01s;
}
.nd-title {
  color: #fff;
    padding: 12px 10px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    display: block;
    font-weight: bold;
    font-size: 1.5em;
    width: 70%;
    margin: 0 auto 1em;
    background: rgba(255, 255, 255, 0.21);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.nd-icon {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    margin: 0 5px;
    opacity: 0;
    position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.6s;
      transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
      transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
}
.nd-icon i{
  background: #1993d4;
  border: 2px solid;
    border-radius: 50% 0 50% 50%;
  border-color:transparent;
  width: 40px;
    height: 40px;
    font-size: 0.7em;
    line-height: 2em;
  -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
}
.nd-icon:hover i {
      background: #0064d2;
  -webkit-transform: scale(1.1,1.1);
      transform: scale(1.1,1.1);
}
.nd-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
}
.nd-content_inner {
  display: table;
  width: 100%;
  height: 100%;
}
.nd-content_inner1 {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* =============== HOVER AREA =============== */
.nd-wrap:hover .nd-icon,
.nd-wrap:hover .nd-content,
.nd-wrap:hover .nd-title {
  opacity: 1;
  top: 0;
}
.nd-wrap:hover .nd-title {
  -webkit-transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
      transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
}
.nd-wrap:hover .nd-content {
  background: rgba(0, 0, 0, 0.5);
}


/* =============== STYLE 8 =============== */
.nd-wrap.nd-style-8:hover .nd-title {
  -webkit-transition: all 0.5s ease 0.01s;
      transition: all 0.5s ease 0.01s;
}
.nd-style-8 .nd-icon {
  -webkit-transform: rotate(180deg) scale(1.5,1.5);
      transform: rotate(180deg) scale(1.5,1.5);
  -webkit-transition-timing-function: ease;
      transition-timing-function: ease;
}
.nd-wrap.nd-style-8:hover .nd-icon {
  -webkit-transform: rotate(360deg) scale(1,1);
      transform: rotate(360deg) scale(1,1);
}
.gal-gd-sec{
  margin:2em 0;
}
/*--//gallery--*/

/*--//footer--*/
.ftco-animate {
  opacity: 1;
  visibility: hidden; }
.ftco-footer {
  font-size: 15px;
  padding: 2em 0;
  background: #1993d4;
  color: rgba(255, 255, 255, 0.9); }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600; }
  .ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px;
      list-style: none; }
    .ftco-footer .ftco-footer-widget ul li a {
      color: rgba(255, 255, 255, 1); }
    .ftco-footer .ftco-footer-widget ul li a:hover {
      cursor: pointer !important;
      text-decoration: underline !important; }
      .ftco-footer .ftco-footer-widget ul li a span {
        color: #fff; }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .ftco-footer p {
    color: rgba(255, 255, 255, 0.9); }
  .ftco-footer a {
    color: #1993d4; }
    .ftco-footer a:hover {
      color: #1993d4; }
  .ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: right;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #1993d4; }

  hr.hrLine{
    border: 1px solid white;
  }

/*--//footer--*/

  .hls_sol li {
  width: 25%;
  max-width: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 523px
}
.hls_sol li img {
  height: 100%;
}
.hls_sol ul {
  padding: 0;
  display: flow-root;
}
.hls_sol li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hls_sol li img {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.hls_sol .hls_sol_data {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  background: rgba(0,0,0,0.28);
  visibility: hidden
}
.hls_sol ul li:hover .hls_sol_data {
  background: rgba(0,80,125,0.46);
  transition: 0.3s ease-in-out;
  visibility: visible
}
.hls_data {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 20px;
}
.hls_data a {
  display: block;
}
.hls_title {
  text-align: right;
  font-size: 22px;
  border-bottom: 2px solid blue;
  padding: 10px 0;
  margin: 10px 0;
  color: #fff;
}
.hls_title:hover {
  color: #fff;
}
.hls_sol_data h3 {
  color: #fff;
  transition: 0.5s
}
.hls_sol_data:hover h3 {
  transition: 0.5s ease;
  margin-top: 100px;
}
.btn-pro {
  border-radius: 0;
  color: #222;
  background: #fff;
  display: inline-block !important;
  float: right;
}
.btn-pro:hover {
  color: #fff;
  background: #222;
}
.sec_title {
  text-align: center;
  margin: 30px 0 30px;
}
.hls_data {
  left: unset;
  right: -310px;
  transition: 1s ease
}
.hls_sol_data:hover .hls_data {
  left: 0;
  right: 0;
  transition: 1s ease
}


.map-frame {
    width: 100%;
    height: 60%;
    position: relative;
    bottom: 0px;
}
.block-23 ul {
  padding: 0; }
  .block-23 ul li {
    color: rgba(255, 255, 255, 0.8); }
    .block-23 ul li, .block-23 ul li > a {
      display: table;
      line-height: 1.5;
      margin-bottom: 15px; }
    .block-23 ul li span {
      color: rgba(255, 255, 255, 0.8); }
    .block-23 ul li .icon, .block-23 ul li .text {
      display: table-cell;
      vertical-align: top; }
    .block-23 ul li .icon {
      width: 40px;
      font-size: 18px;
      padding-top: 2px;
      color: #fff; }

/* NEWS */
.news{
  width: 100%;
  height: 100%;
  background-color: #1993d4;
}

/* PORTALS */
.portals{
  background: rgba(255,255,255,0.5);
  margin-top: -150px;
}

.site-heading h3{
    font-size : 40px;
    font-weight: 600;
  }

.border {
    background: #e8e8e8 ;
    height: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    float:left;
}

.portals h2{
  text-align: center;
  color:#1993d4;
  font-size: 40px !important;
}

/* Feature-CSS */

.icon {
    color : #fff;
    padding:15px;
    background:#323232 ;
    font-size:50px;
    border-radius:90px;
    border:10px solid #323232 ;
    
}
.feature-box {
    text-align: center;
    padding: 20px;
    transition: .5s;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
    font-family: HelvLight;
    background-color: transparent;
}
.feature-box:hover {
   
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}
.feature-box h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 25px 0 15px;
    font-family: HelvLight;
}

.feature-box button {
  border-radius: 10px;
  padding: 15px;
  background-color: #1993d4;
  border: 2px solid #1993d4;
}
.feature-box button:hover {
  border: 2px solid #1993d4;
}

.mouse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: 2; }

.mouse2 {
  position: relative;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 2; }

.mouse-icon {
  width: 80px;
  height: 80px;
  border: 1px solid #1993d4;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block; }

.mouse-wheel {
  height: 80px;
  margin: 2px auto 0;
  display: block;
  width: 30px;
  background: transparent;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
  color: #fff;
  font-size: 24px; }

  /* ==================================================
  Schools courses
  ================================================== */

.odd{
  background-color: rgba(23,55,97,0.1);
  padding-top:30px;
  padding-bottom: 30px;
}


.courses{
  padding: 5px 0px 20px 0px;
}

.courses table{
  font-size: 11px;
}

.courses h2,
.courses a{
    color: #1993d4;
}

.courses h4{
  font-family: HelvLight;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  font-weight: bolder;
}

.courses .coursesDesc p{
  text-align: justify;
  font-size: 16px;
  padding: 0px 50px 0px 50px;
}
.courses .coursesCurriculum {
  padding-top: 10px;
}

.courses .coursesImage img{
  width: 100%;
  height: auto;
}

.courses .card{
  background: transparent;
}

.courses .btn-link {
    font-weight: 400;
    color:  #1993d4;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px 10px 25px;
    border-radius: 0px !important;
    cursor: pointer;
    font-family: HelvLight;
}

.courses .card-header:hover {
  background: #fff;
}

.courses .card-body {
    border-top: 2px solid  #1993d4;
}

.courses .card-header .btn.collapsed .fa.main{
  display:none;
}

.courses .card-header .fa.main{
  background:  #1993d4;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
  display:block;
}

/************************************************************ FB PAGE DATA GATHER**************************************************************************/
#gatherData .modal-header{
  background-color: #1993d4;
  color: #fff;
}

#gatherData a{
  background-color: #1993d4;
  cursor: pointer;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}


.btn-branding a{
  border-radius: 5px !important;
  color:#1993d4;
  background: #fff !important;
}

.btn-branding a:hover{
  border-radius: 5px !important;
  color:#fff;
  background: #1993d4 !important;
  border: 1px solid white;
}

.btn-branding2 a{
  border-radius: 5px !important;
  color:#fff !important;
  background: #1993d4 !important;
  position: sticky;
}

.btn-branding2 a:hover{
  border-radius: 5px !important;
  color:#033957 !important;
  background: #fff !important;
  border: 1px solid #1993d4;
}

.btn-branding3 a{
  border-radius: 5px !important;
  color:#fff;
  background: #1993d4 !important;
}

.btn-branding3 a:hover{
  border-radius: 5px !important;
  color:#1993d4;
  background: #fff !important;
  border: 1px solid #1993d4;
}

.headerPopup{
  width:75%;
  margin:0 auto;
}

.headerPopup iframe{
  width:100%;
  margin:0 auto;
  height: 100%;
}

/* ==================================================
  Discover AIMS aboutAIMS
  ================================================== */

.aboutAIMS{
  padding-top: 10px !important;
}

.aboutAIMS h2 {
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-bottom: -10px;
}

.aboutAIMS h2 b{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 45px !important;
}

.aboutAIMS .CaptAbuid img{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}


.aboutAIMS p {
  /*color: #283059 !important;*/
  color: black !important;
  font-size: 30px;
  font-family: weatherSunday !important;
  padding-top: 5%;
}
.aboutAIMS p em{
  color: red !important;
}

  #ourStory .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-bottom: -10px;
}

#ourStory p {
  font-family: HelvLight;
  text-align: justify;
}

#ourStory p b{
  font-family: copperPlateGothicBold;
  font-size: 25px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  border-left: 3px solid  #1993d4;
}

#ourStory p span{
  font-family: copperPlateGothicBold;
  color: #1993d4;
  font-weight: bolder;
}

/* ==================================================
  Discover AIMS ourReasonForBeing
  ================================================== */

.philosophy .CaptAbuid img{
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(255, 255, 255, 0.30);
}

.philosophy p {
  /*color: #283059 !important;*/
  color: white !important;
  font-size: 16px;
  font-family: weatherSunday !important;
  padding-top: 5%;
}
.philosophy p em{
  color: #ffb20d !important;
}

  #ourReasonForBeing .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-bottom: -10px;
}

  #goals .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-bottom: -10px;
}

  .ourReasonForBeing h2{
  font-family: copperPlateGothicBold;
  font-size: 20px !important;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ffb20d;
}

.goals .box{
  border-bottom: 3px solid #ffb20d;
  margin-top: 20px;
}

.goals .box:hover{
  border-bottom: 10px solid #ffb20d;
}

.goals .box:hover p{
  text-decoration: underline;
  text-decoration-color: #1993d4;
}

.goals .box p{
  font-size: 20px;
}


#ourReasonForBeing p{
  font-family: HelvLight;
  font-size: 16px !important;
}

#ourReasonForBeing #philosophy{
  font-size: 30px !important;
}

#ourReasonForBeing .aimsBold p{
  font-size: 32px !important;
}

#ourReasonForBeing .aimsBold b{
  font-size: 35px !important;
  color: #fff;
}

#governanceStructure .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px;
  padding-bottom: -10px;

}

#governanceStructure{
  background: rgba(255,255,255,0.2);
}

#governanceStructure img{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

#governanceStructure p {
  font-family: HelvLight;
  text-align: justify;
  font-size: 16px;
}

#governanceStructure p b{
  font-family: copperPlateGothicBold;
  color:#1993d4 !important;
  font-size: 20px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  border-left: 3px solid #ffb20d ;
}

#governanceStructure p span{
  font-family: copperPlateGothicBold;
  font-weight: bolder;
}

#organizationalStructure .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 50px !important;
  padding-bottom: -10px;
}

#corporateSocial .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px;
  padding-bottom: -10px;
}

#corporateSocial p {
  font-family: HelvLight;
  text-align: justify;
}

#corporateSocial p b{
  font-family: copperPlateGothicBold;
  font-size: 25px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  border-left: 3px solid  #1993d4;
}

#corporateSocial p span{
  font-family: copperPlateGothicBold;
  font-weight: bolder;
}

/* ==================================================
   Admissions and Scholarships Checklist and Guidelines
  ================================================== */

  #checklistGuidelines .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-bottom: -10px;
  padding-top: 50px;
}


#checklistGuidelines .footerBold2{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 25px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  margin-left: 20px;
  border-left: 3px solid #ffb20d;
}

#checklistGuidelines p{
  padding-left: 20px;
}

#checklistGuidelines li{
  color: #000 !important;
}

#checklistGuidelines .card-body{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

#checklistGuidelines .cardDashed{
  border: 2px solid #ffb20d;
  padding: 10px;
  margin-top: 20px;
}


/* ==================================================
   Admissions and Scholarships Scholarship Grants
  ================================================== */

#scholarshipGrants .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-bottom: -10px;
}

#scholarshipGrants p{
  text-align: center;

}

#scholarshipGrants .card-body{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

#scholarshipGrants .cardDashed{
  border: 2px ridge #ffb20d;
  padding: 10px;
  margin-top: 20px;
}

#scholarshipGrants ul li{
  color: black!important;
}


.headingTitle h2 {
  font-family: copperPlateGothicBold;
  color: #ffb20d !important;
  font-size: 30px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  border-left: 5px solid #1993d4;
}

.headingTitle2 h2 {
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 30px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  border-left: 5px solid #ffb20d;
}

.bg2{
  background-color: #1993d4;
  color:#fff;
}

.bg2 p, ul{
  color: white;
}



/* ==================================================
  Campus Life Explore the Campus
  ================================================== */

  #exploreCampus .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

 #exploreCampus .facilitiesImage {
  transition: all .2s ease-in-out; 
}


#exploreCampus .facilitiesImage img:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* ==================================================
  Campus Life Calendar and Term Dates
  ================================================== */

  .row-striped:nth-of-type(odd){
  background-color: rgba(0,80,125,0.2);
  border-left: 10px #ffb20d solid;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  border-left: 10px #efefef solid;
}

.row-striped {
    padding: 5px 0;
}

#calendarTermDates ul{
  margin-top: -10px;
  color: black !important;
}

#calendarTermDates li{
  color: black !important;
}

#calendarTermDates p{
  margin-top: -10px;
}
#calendarTermDatesBox{
  height: 800px;
  overflow-y:auto;
  padding: 0px 40px 0px 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

#calendarTermDatesBox span{
  background-color: #1993d4;
  font-size: 30px;
}

#calendarTermDates h3{
  font-size: 25px;
  margin-top: 20px;
}


  #calendarTermDates .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

/* ==================================================
  Research and Initiatives museums and Collections
  ================================================== */

    #museumsCollections .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#museumsCollections p {
  font-family: HelvLight;
  text-align: justify;
}

#museumsCollections p b{
  font-family: HelvLight;
}

#museumsCollections p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

#museumsCollections p u{
  color: blue;
}

#museumsCollections p i{
  text-align: center;
  text-decoration: none;
  border-radius: 20%;
}

#museumsCollections .fb{
  padding: 5px 5px 5px 5px;
  width: 30px;
  height: 30px;
  background: #3B5998;
  color: white;
  font-size: 20px;
}

#museumsCollections .yt{
  padding: 5px 5px 5px 7px;
  width: 30px;
  height: 30px;
  background: #c4403B;
  color: white;
  font-size: 20px;
}

  #libraryMediaCenters .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#libraryMediaCenters #destinyFollet{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.30);
}

#libraryMediaCenters .gifOverlay{
  position: relative; 
  bottom: 40px;
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  transform: rotate(4deg);
  margin-top: -10px;
}

#libraryMediaCenters p{
  text-align: justify;
  padding-top: 20%;
}

#publications .boldTitle{
  font-family: copperPlateGothicBold;
  color: #1993d4!important;
  font-size: 25px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  margin-left: 40px;
  border-left: 3px solid  #ffb20d;
}

  #publications .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#publications h3
{
  font-family: HelvLight;
  padding: 0px;
  font-size: 20px;
  padding-left: 40px;
}

#publications p{
  margin-left: 40px;
}

#publications ul{
  margin-left: 40px;
}

#publications li{
  list-style: none;
  color:black !important;
}

#publications li b{
  padding-right: 20px;
}

#researchAffiliations .boldTitle{
  font-family: copperPlateGothicBold;
  color:#ffb20d !important;
  font-size: 25px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  margin-left: 40px;
  border-left: 3px solid  #1993d4;
}

  #researchAffiliations .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#researchAffiliations ul{
  margin-left: 40px;
}

#researchAffiliations li{
  list-style: none;
}

#researchAffiliations li b{
  padding-right: 20px;
}

  #projectInitiatives .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#projectInitiatives ul{
  margin-left: 40px;
  color: #000;
}

#projectInitiatives li{
  list-style: none;
}

#projectInitiatives li b{
  padding-right: 20px;
}

/* ==================================================
  Global Overview
  ================================================== */

#gIntro .boldTitle{
  font-family: copperPlateGothicBold;
  color:#ffb20d !important;
  font-size: 25px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  margin-left: 40px;
  border-left: 3px solid  #1993d4;
}

  #gIntro .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#gIntro h3
{
  font-family: HelvLight;
  padding: 0px;
  font-size: 30px;
  padding-left: 40px;
}

#gIntro p{
  margin-left: 40px;
}

#gIntro ul{
  margin-left: 40px;
}

#gIntro li{
  list-style: none;
}

#gIntro li b{
  padding-right: 20px;
}

#gIntro p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

#externalLinkages .boldTitle{
  font-family: copperPlateGothicBold;
  color:#ffb20d !important;
  font-size: 20px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  margin-left: 40px;
  border-left: 3px solid  #1993d4;
}

#externalLinkages h3
{
  font-family: HelvLight;
  font-size: 20px;
  padding-left: 40px;
  color:#ffb20d;
}

#externalLinkages p{
  margin-left: 40px;
}

#externalLinkages ul{
  margin-left: 50px;
}

#externalLinkages li{
  font-weight: bold;
}

#externalLinkages li b{
  padding-right: 20px;
}

#externalLinkages p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

/* ==================================================
   Make a Gift 
  ================================================== */

#makeAGift .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 30px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  margin-left: 20px;
}

#makeAGift p{
  padding-left: 20px;
}

#makeAGift .card-body{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

#makeAGift .cardDashed{
  border: 2px dashed black;
  padding: 10px;
  margin-top: 20px;
}

#makeAGift .boldTitle{
  font-family: copperPlateGothicBold;
  color:#1993d4 !important;
  font-size: 20px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  margin-left: 40px;
}

#makeAGift p{
  margin-left: 40px;
  margin-top: -10px;
}

#makeAGift p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

#makeAGift iframe{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}


/* ==================================================
   Courses GS only
  ================================================== */

.tabs{
  padding-bottom:30px;
}

.tabs .tab-pane{
  margin-left:20px;
}

.tabs h3{
  font-size:20px;
  margin-top:10px;
  margin-bottom:60px;
}

.tabs p{
  font-size:14px;
}

.tabs #coursesList a{
  font-size:15px;
  font-family:OpenSans,sans-serif;
  font-weight:700;
  color:#fff;
  padding:10px 15px 10px 15px;
  -webkit-border-radius:3px;
  border-radius: 10px;
  border: 1px solid black;
  display: inline-block;
  text-align: left;
}

.tabs #coursesList li{
  background-color:#333;
  margin-top:1px;
  text-align:left;
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.tabs #coursesList li.active{
  background-color:#1993d4;
}

.tabs #coursesList li a:hover{
  background-color:white !important;
  color: #1993d4 !important;
}

.coursesGS h4{
  font-family: HelvLight;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  font-weight: bolder;
}

.coursesGS .coursesDescGS p{
  text-align: justify;
  font-size: 16px;
  padding: 0px 50px 0px 50px;
}
.coursesGS .coursesCurriculumGS {
  padding-top: 10px;
}

.coursesGS .coursesImageGS img{
  width: 100%;
  height: auto;
}

.coursesGS .card{
  background: transparent;
}

.coursesGS .btn-link {
    font-weight: 400;
    color:  #1993d4;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px 10px 25px;
    border-radius: 0px !important;
    cursor: pointer;
    font-family: HelvLight;
}

.view-pages {
    font-family: HelvLight;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.view-pages .header h1 {
    font-size: 35px;
    line-height: 35px;
    margin: 0;
}

.view-pages .header {
    margin: 0;
    padding: 40px 0;
    background: #3c3c3c;
    color: #FFF;
}

.view-pages .header p {
    color: #FFF !important;
}

.view-pages .policy h1
{
  font-family: HelvLight;
  color: #1993d4 !important;
  font-size: 30px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  border-left: 5px solid #ffb20d;
}

.view-pages .policy h2
{
  font-family: HelvLight;
  color:  #ffb20d !important;
  font-size: 25px !important;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 20px;
  margin-left: 20px;
  border-left: 5px solid #1993d4;
}

.view-pages .policy h3
{
  font-family: HelvLight;
  color: #1993d4 !important;
  font-size: 25px !important;
  padding-bottom: -10px;
  padding-left: 10px;
  margin-top: 20px;
  margin-left: 30px;
  border-left: 5px solid #ffb20d;
}

.policy li
{
  color: black;
}

.content p
{
  padding-left: 20px;
}



.zoomImg {
  transition: transform .2s; /* Animation */
  z-index: 999;
}

.zoomImg:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

  .divAboveHeader{
  background-color: #1993d4;
  height: 8px;
  width: 100%;
  }

  .pageHeader{
    padding-left: 120px;
    z-index: 1;
    position: absolute;
  }
  .pageHeader h1{
    border-left: 5px solid #ffb20d;
    color: white !important;
  }

    #cultureStudentLife .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

  #studentsStories .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#internationalStudents .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#exchangePrograms .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#externalLinkages .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#schoolsDiv section{
  padding: 0px !important;
  background: transparent;
}

#schoolsDiv h2{
  font-size: 40px !important;
}

#storiesTestaments .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}
#givingOptions .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#giveForm .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

/* ==================================================
  Conference Proceedings Philippine Maritime Heritage Forum
  ================================================== */

#maritimeHeritageForum .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#maritimeHeritageForum p {
  font-family: HelvLight;
  text-align: justify;
}

#maritimeHeritageForum p b{
  font-family: HelvLight;
}

#maritimeHeritageForum p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

#snapshots .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#snapshots p {
  font-family: HelvLight;
  text-align: justify;
}

#snapshots p b{
  font-family: HelvLight;
}

#snapshots p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}


#theProceedings .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#theProceedings p {
  font-family: HelvLight;
  text-align: justify;
}

#theProceedings p b{
  font-family: HelvLight;
}

#theProceedings p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

#copyrightAndEthics .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#copyrightAndEthics p {
  font-family: HelvLight;
  text-align: justify;
}

#copyrightAndEthics p b{
  font-family: HelvLight;
}

#copyrightAndEthics p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

#copyrightAndEthics img{
  align-self: center;
}


#archives .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#archives p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}


#resources .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#resources p {
  font-family: HelvLight;
  text-align: center;
}

#resources p b{
  font-family: HelvLight;
}

#resources p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}


#contactConferenceProceedings .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#contactConferenceProceedings p {
  font-family: HelvLight;
  text-align: center;
}

#contactConferenceProceedings p b{
  font-family: HelvLight;
}

#contactConferenceProceedings p u{
  color: blue;
}

#contactConferenceProceedings a{
  color: black;
}

#contactConferenceProceedings p span{
  text-align: center;
  text-decoration: none;
  border-radius: 20%;
}

#contactConferenceProceedings .fb{
  padding: 5px 5px 5px 5px;
  width: 30px;
  height: 30px;
  background: #3B5998;
  color: white;
  font-size: 20px;
}

#contactConferenceProceedings .yt{
  padding: 5px 5px 5px 7px;
  width: 30px;
  height: 30px;
  background: #c4403B;
  color: white;
  font-size: 20px;
}

/* ==================================================
  Museo Maritimo
  ================================================== */

#discoverRichMaritimeHistory .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#discoverRichMaritimeHistory p {
  font-family: HelvLight;
  text-align: justify;
}

#discoverRichMaritimeHistory p b{
  font-family: HelvLight;
}

#discoverRichMaritimeHistory p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

#exploreTheMuseum .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#museumCollections .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#friendsOfTheMuseum .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#friendsOfTheMuseum p {
  font-family: HelvLight;
  text-align: justify;
}

#friendsOfTheMuseum p b{
  font-family: HelvLight;
}

#friendsOfTheMuseum p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

/* ==================================================
  Academic Research Journal
  ================================================== */

#aboutTheJournal .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#aboutTheJournal p {
  font-family: HelvLight;
  text-align: justify;
}

#aboutTheJournal p b{
  font-family: HelvLight;
}

#aboutTheJournal p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

#aboutTheJournal ul{
  margin-left: 40px;
}

#aboutTheJournal li{
  color:black;
}

#aboutTheJournal li b{
  padding-right: 20px;
}

#aguhon .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#aguhon p {
  font-family: HelvLight;
  text-align: justify;
}

#aguhon p b{
  font-family: HelvLight;
}

#aguhon p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}


#copyrightAndEthicsJournal .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#copyrightAndEthicsJournal p {
  font-family: HelvLight;
  text-align: justify;
}

#copyrightAndEthicsJournal p b{
  font-family: HelvLight;
}

#copyrightAndEthicsJournal p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

#copyrightAndEthicsJournal img{
  align-self: center;
}


#archives .footerBold{
  font-family: copperPlateGothicBold;
  color: white !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#archives p span{
  font-family: copperPlateGothicBold;
  color: #000;
  font-weight: bolder;
}

#contactConferenceProceedings .footerBold{
  font-family: copperPlateGothicBold;
  color: #1993d4 !important;
  font-size: 40px !important;
  padding-top: 30px;
}

#contactConferenceProceedings p {
  font-family: HelvLight;
  text-align: center;
}

#contactConferenceProceedings p b{
  font-family: HelvLight;
}

#contactConferenceProceedings p u{
  color: blue;
}

#contactConferenceProceedings a{
  color: black;
}

#contactConferenceProceedings p span{
  text-align: center;
  text-decoration: none;
  border-radius: 20%;
}

#contactConferenceProceedings .fb{
  padding: 5px 5px 5px 5px;
  width: 30px;
  height: 30px;
  background: #3B5998;
  color: white;
  font-size: 20px;
}

#contactConferenceProceedings .yt{
  padding: 5px 5px 5px 7px;
  width: 30px;
  height: 30px;
  background: #c4403B;
  color: white;
  font-size: 20px;
}


/* ==================================================
  About Library aboutLibrary 
  ================================================== */

  #aboutLibrary .footerBold{
    font-family: copperPlateGothicBold;
    color: white !important;
    font-size: 40px !important;
    padding-bottom: -10px;
  }
  
  #aboutLibrary p{
    font-family: HelvLight;
    font-size: 16px !important;
    text-align: justify;
  }

  .aboutLibraryVM p{
    font-family: HelvLight;
    font-size: 16px !important;
    text-align: justify !important;
  }