/* Your custom css code goes here */
body {
  /*background: #EFF0F4;*/
  background:#fff;
  color: #8b8e94;
  line-height: 28px;
  font-size: 15px;
  font-family: "Raleway", Arial, sans-serif;
}

.probootstrap-header-top {
  
    color:#fff;
}




.probootstrap-section.probootstrap-section-colored {
  background: #032866;
}

.probootstrap-cta {
  padding: 0.2em 0;
  background: #fff;
  color: #ffffff;
}


.probootstrap-featured-news-box .probootstrap-text {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  margin-left: 10px;
  margin-right: 10px;
  top: -30px;
  -webkit-transition: .3s all;
  transition: .3s all;
  border-bottom: 3px solid #014279;
}


.probootstrap-featured-news-box .probootstrap-text  {
  background-color: #032866;
    
}

.probootstrap-featured-news-box .probootstrap-text p  {
  color: #fff;
   
    font-weight: bold;
}

.probootstrap-featured-news-box .probootstrap-text h3 {
  color: #fff;
}

/* #096DB9
#014279
#FA6210 */

.probootstrap-navbar .dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #032866;
  border-radius: 0;
  
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  white-space: normal;
  word-wrap: break-word;
}

.probootstrap-navbar.scrolled {
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}

.probootstrap-hero.probootstrap-hero-colored {
  background:  #014279;
}

.btn.btn-primary {
  border: 1px solid #FA6210;
  background: #FA6210;
  color: #ffffff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #096DB9;
}

.btn.btn-primary:focus, .btn.btn-primary:active {
  outline: none;
  border: 1px solid #FA6210;
}

.btn.btn-ghost {
  background: transparent;
  border: 1px solid #FA6210;
  color: #FA6210;
}

.btn.btn-ghost:hover {
  background: #FA6210;
  color: #ffffff;
}

.btn.btn-ghost:focus, .btn.btn-ghost:active {
  outline: none;
  background: transparent;
  color: #FA6210;
  border: 1px solid #FA6210;
}
.probootstrap-navbar {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.probootstrap-navbar .navbar-nav > li > a {
  color:black;
  font-size: 15px;
  position: relative;
  font-weight: bold;
}

.probootstrap-search {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  height: 50vh;
  width: 50vw;
  background: white;
  z-index: 9999;
  -webkit-transition: .3s all;
  transition: .3s all;
  opacity: 0;
  visibility: hidden;
}

.nav-tabs.probootstrap-tabs > li > a, .nav-pills.probootstrap-tabs > li > a {
  border-radius: 0px;
  padding: 20px 30px;
  background: #014279;
  color: #ffffff;
  font-size: 16px;
  border: none !important;
}


.zoom {
 
    transition: transform .2s; /* Animation */
}

.zoom:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 

}
.anchor:hover{
   -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
    font-weight: bold;
}
/*my content*/
.container1{
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
  border-radius: 50%;
}

.container1:hover .overlay1 {
  opacity: 1;
}

.text1 {
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
/*my content*/
h2{
  color: #000; 
  font-size: 20px;
  text-align:  left;
  white-space: nowrap;
  overflow: hidden;
  width: 40em;
  animation: type 3s steps(60, end); 
}

p:nth-child(2){
  animation: type2 3s steps(60, end);
}

p:nth-child(3){
  animation: type3 6s steps(60, end);
}

@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 

@keyframes type3{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
}


.probootstrap-teacher {
  padding: 20px;
  border: 1px solid #e6e5e5;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
  top: 0;
  margin-bottom: 10px;
}

.probootstrap-teacher .media {
  margin-bottom: 10px;
}

.probootstrap-teacher  img {
  border-radius: 50%;
  width: 90px;
  margin: 0 auto;
}

.probootstrap-teacher .text h5 {
  font-size: 14px;
  margin: 0 0 0px 0;
}

.probootstrap-teacher .text p {
  margin-bottom: 10px;
    font-size: 12px;
    
}

.btn.btn-primary {
  border: 1px solid #000;
  background: #ffffff;
  color: #032866;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #032866;
}

