/* Your custom css code goes here */


/* Top Bar Section */

.probootstrap-navbar .navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 30px;
  text-transform: uppercase;
  background: url(../img/logo.png) no-repeat left 100%;
  top: 24px;
  position: relative;
  width: 360px !important;
  height: 60px !important;
  text-indent: -999999px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.probootstrap-top-quick-contact-info span i {
	color: #eb078b !important;
}

.probootstrap-top-social ul li a {
	color: #eb078b !important;
}

.probootstrap-navbar .navbar-nav>li.active>a {
    background: 0 0!important;
    color: #1f4298!important;
}

/* Welcome Section */

.probootstrap-section.probootstrap-section-colored .section-heading h2 {
	text-align: center;
	font-weight: 400;
}

.probootstrap-section {
	Padding: 3em 0 !important;
}

.probootstrap-section.probootstrap-section-colored {
  background: #34b7aa;
	Padding: 5em 0 !important;
}

.probootstrap-counter-wrap .probootstrap-icon i {
	color: #eb078b !important;
}

.btn.btn-primary {
	border: 1px solid #eb078b;
    background: #eb078b;
    color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #d856a7 !important;
}

/* Highlights Section */

.nav-pills.probootstrap-tabs>li>a, .nav-tabs.probootstrap-tabs>li>a {
	background: #34b7aa;
}

.probootstrap-featured-news-box .probootstrap-text {
	border-bottom: 3px solid #233e99;
}

.probootstrap-featured-news-box:hover .probootstrap-text, .probootstrap-featured-news-box:focus .probootstrap-text {
  background: #233e99;
}

/* Why Choose FOM Section */

.service .icon i {
	color: #eb088b;
}

/* Get Admission Section - Bottom */

.probootstrap-cta {
	background: #34b7aa;
}

.probootstrap-cta h2 {
	color: #233e99;
}

/* Footer Section */

.probootstrap-footer {
	background: #233e99;
}