/**
    Examanix Website
    version 1.0
**/
/**
    Base Styles
**/
body {
  font-family: 'Montserrat', 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #24bac0;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
a {
  text-decoration: none !important;
}
/**
    Layout Class Styles
**/
.image-fit {
  display: block;
  width: 100%;
  height: auto;
}
.image-height-fit {
  display: block;
  width: auto;
  height: 100%;
}
.tb-margin-minus-thirty {
  margin-top: -30px;
  margin-bottom: -30px;
}
.text-center {
  text-align: center !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-regular {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-purple {
  color: #652cbf !important;
}
.font-blue {
  color: #24bac0 !important;
}
.font-white {
  color: #fff !important;
}
.font-grey {
  color: #bbbdbf !important;
}
.blue-circle {
  border-radius: 50%;
  border: 2px solid #24bac0;
  position: absolute;
  pointer-events: none;
}
.content-vertical-middle {
  display: flex;
  align-items: center;
}
/**
    Branding Class Styles
**/
.examanix-blue-gradient {
  background: #1397af;
  /* Old Browsers */
  background: -moz-linear-gradient(left, #1397af 0%, #652cbf 66%, #652cbf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, #1397af), color-stop(66%, #652cbf), color-stop(100%, #652cbf));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, #1397af 0%, #652cbf 66%, #652cbf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1397af 0%, #652cbf 66%, #652cbf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #1397af 0%, #652cbf 66%, #652cbf 100%);
  /* IE 10+ */
  background: linear-gradient(to right, #1397af 0%, #652cbf 66%, #652cbf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1397af', endColorstr='#652cbf', GradientType=1);
  /* IE6-9 */
}
.btn-purple-outline {
  padding: 10px 0;
  border-radius: 30px;
  font-size: 18px;
  color: #652cbf;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #652cbf;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 200px;
}
.btn-purple-outline:hover,
.btn-purple-outline:focus {
  background-color: #652cbf;
  color: #fff;
}
.btn-purple-outline.smaller {
  padding: 8px 0;
  width: 180px;
}
@media (max-width: 1024px) {
  .btn-purple-outline.smaller + .btn-purple-outline {
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 990px) {
  .btn-purple-outline.smaller + .btn-purple-outline {
    margin-top: 10px;
  }
}
.btn-purple-outline.reverse {
  color: #fff;
  background-color: #652cbf;
}
.btn-purple-outline.reverse:hover {
  color: #24bac0;
}
.btn-purple-outline + .btn-purple-outline {
  margin-left: 10px;
}
@media (max-width: 1000px) {
  .btn-purple-outline + .btn-purple-outline {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.btn-blue-outline {
  padding: 10px 0;
  border-radius: 30px;
  font-size: 18px;
  color: #24bac0;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #24bac0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 200px;
}
.btn-blue-outline:hover,
.btn-blue-outline:focus {
  background-color: #24bac0;
  color: #fff;
}
.btn-blue-outline.reverse {
  color: #fff;
  background-color: #24bac0;
}
.btn-blue-outline.reverse:hover {
  color: #652cbf;
}
.btn-blue-outline + .btn-blue-outline {
  margin-left: 5px;
}
@media (max-width: 1000px) {
  .btn-blue-outline + .btn-blue-outline {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.examanix-header-triangle {
  background-image: url('/splash/img/header-triangles.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 22px;
  float: left;
  margin-left: -42px;
  margin-top: 15px;
}
.examanix-header-triangle.blue {
  background-position: 0 -22px;
}
.examanix-header-triangle.white {
  background-position: 0 -44px;
}
.paragraph-ver-line {
  float: left;
  margin-left: -10px;
  font-weight: bold;
  color: #24bac0;
}
.paragraph-ver-line.white {
  color: #fff;
}
.paragraph-ver-line.purple {
  color: #652cbf;
}
.paragraph-ver-line.grey {
  color: #bbbdbf;
}
.testi-quote {
  position: absolute;
  font-weight: bold;
  color: #24bac0;
  font-size: 80px;
}
@media (max-width: 767px) {
  .testi-quote {
    font-size: 60px;
  }
}
.testi-quote.open-quote {
  margin-left: 15px;
}
.testi-quote.close-quote {
  margin-right: 15px;
  bottom: -40px;
  right: 0;
}
@media (max-width: 767px) {
  .testi-quote.close-quote {
    bottom: -30px;
  }
}
.banner-arrows {
  min-height: 100%;
  width: 100%;
  position: absolute;
  background-image: url(/splash/img/banner-arrows.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  .banner-arrows {
    background-size: auto 50%;
    background-repeat: repeat-y;
  }
}
.banner-arrows#hero-arrows {
  background-image: url(/splash/img/hero-arrows.png);
}
.banner-arrows.alt {
  background-image: url(/splash/img/banner-arrows-alt.png);
}
.gradient-overlay {
  min-height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.5;
  background: #1397af;
  /* Old Browsers */
  background: -moz-linear-gradient(left, #1397af 0%, #652cbf 66%, #652cbf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, #1397af), color-stop(66%, #652cbf), color-stop(100%, #652cbf));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, #1397af 0%, #652cbf 66%, #652cbf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1397af 0%, #652cbf 66%, #652cbf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #1397af 0%, #652cbf 66%, #652cbf 100%);
  /* IE 10+ */
  background: linear-gradient(to right, #1397af 0%, #652cbf 66%, #652cbf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1397af', endColorstr='#652cbf', GradientType=1);
  /* IE6-9 */
}

.btn-register {
  color:#fff !important;
}


/**
    Navigation Styles
**/
nav.examanix-nav {
  background-color: transparent;
  min-height: 70px;
  padding-top: 4px;
}
@media (max-width: 767px) {
  nav.examanix-nav {
    min-height: 54px;
    padding-top: 0px;
    background-color: #230351;
  }
}
nav.examanix-nav .examanix-nav-bg {
  background-color: #230351;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: -4px;
  opacity: 0;
  z-index: -5;
}
nav.examanix-nav .navbar-brand {
  padding: 10px 15px 10px 25px;
  height: 52px;
}
@media (max-width: 767px) {
  nav.examanix-nav .navbar-brand {
    padding: 10px 15px;
  }
}
nav.examanix-nav .navbar-brand img {
  height: 100%;
  width: auto;
}
nav.examanix-nav a.nav-btn {
  color: #fff;
  font-family: 'Montserrat', 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: 600;
  margin: 11px 45px 6px;
  padding: 10px 0;
  line-height: 18px;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  nav.examanix-nav a.nav-btn {
    margin: 0 -15px;
    border-radius: 0px;
    padding: 15px 20px;
  }
}
nav.examanix-nav a.nav-btn:hover,
nav.examanix-nav a.nav-btn.active {
  border-bottom: 2px solid #24bac0;
  color: #24bac0;
}
@media (max-width: 767px) {
  nav.examanix-nav a.nav-btn:hover,
  nav.examanix-nav a.nav-btn.active {
    color: #652cbf;
  }
}
nav.examanix-nav a.nav-btn.nav-login {
  border: 2px solid #24bac0 !important;
  border-radius: 20px;
  padding: 10px 25px;
  margin-left: 20px;
  color: #ffffff;
}
nav.examanix-nav a.nav-btn.nav-login:hover,
nav.examanix-nav a.nav-btn.nav-login.active {
  background-color: #24bac0;
  color: #fff;
}
@media (max-width: 767px) {
  nav.examanix-nav a.nav-btn.nav-login {
    border: 2px solid transparent !important;
    border-radius: 0px;
    padding: 15px 20px;
    margin: 0 -15px;
  }
}
nav.examanix-nav .navbar-toggle {
  margin-right: 0px;
  padding: 10px 15px;
  margin-top: 10px;
}
nav.examanix-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
@media (max-width: 767px) {
  nav.examanix-nav .navbar-collapse {
    margin: 0px -15px;
    background-color: #230351;
  }
}
@media (max-width: 767px) {
  nav.examanix-nav .navbar-collapse .navbar-nav {
    margin: 0;
  }
}

#main.centre-only {
  height: 100%;
  min-height: 100%;
}
#main.centre-only .container-fluid {
  height: 100%;
  min-height: 100%;
}
#main.centre-only .examanix-landing-hero {
  height: 100%;
  min-height: 100%;
}
#main.centre-only .examanix-landing-hero#home-hero {
  background: url('/splash/img/campus.jpg') 40% 30% no-repeat !important;
  background-size: cover !important;
}
#main.centre-only .examanix-landing-hero#home-hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(57,76,123);
  background: -moz-linear-gradient(-45deg, rgb(57,76,123) 0%, rgb(35,23,63) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(57,76,123) 0%,rgb(35,23,63) 100%);
  background: linear-gradient(135deg, rgb(57,76,123) 0%,rgb(35,23,63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394c7b', endColorstr='#23173f',GradientType=1 );
  opacity: .6; 
}
#main.centre-only #home-hero .examanix-hero-content {
  left:55% !important;
}
@media (max-width: 991px) {
  #main.centre-only #home-hero .examanix-hero-content {
    left:40% !important;
  }
}
@media (max-width: 767px) {
  #main.centre-only #home-hero .examanix-hero-content {
    left:50% !important;
  }
}

/**
    Home Page Styles
**/
.examanix-landing-hero {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 45%;
  margin: 0 -15px;
  font-size: 14px;
  background: #652cbf;
  background-size: cover;
}
@media (max-width: 767px) {
  .examanix-landing-hero {
    padding-bottom: 140%;
    margin-top: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .examanix-landing-hero {
    padding-bottom: 70%;
  }
}
.examanix-landing-hero#home-hero {
  background: url('/splash/img/pattern-wood-dark.jpg') repeat;
}
.examanix-landing-hero#home-hero .gradient-overlay {
  opacity: 0.1 !important;
}
.examanix-landing-hero .examanix-content-container {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.examanix-landing-hero .examanix-content-container .examanix-hero-content-img {
  position: absolute;
  max-width: 42%;
  bottom: 0;
  left: 5%;
}
.examanix-landing-hero .examanix-content-container .examanix-hero-content {
  position: absolute;
  max-width: 40%;
  top: 50%;
  left: 50%;
  display: block;
  text-align: left;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media (max-width: 767px) {
  .examanix-landing-hero .examanix-content-container .examanix-hero-content {
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.examanix-landing-hero .examanix-content-container .examanix-hero-content h1 {
  color: #24bac0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .examanix-landing-hero .examanix-content-container .examanix-hero-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .examanix-landing-hero .examanix-content-container .examanix-hero-content h1 {
    font-size: 34px;
  }
}
.examanix-landing-hero .examanix-content-container .examanix-hero-content p {
  font-weight: 300;
  color: #fff;
  line-height: 1.6;
}
.examanix-feature {
  position: relative;
  padding: 90px 0;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .examanix-feature {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .examanix-feature {
    padding: 35px 0;
  }
}
.examanix-feature .container {
  position: relative;
}
.examanix-feature h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #652cbf;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .examanix-feature h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .examanix-feature h2 {
    font-size: 28px;
  }
}
.examanix-feature h2.h2-lg {
  font-size: 40px;
}
@media (max-width: 991px) {
  .examanix-feature h2.h2-lg {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .examanix-feature h2.h2-lg {
    font-size: 34px;
  }
}
.examanix-feature p {
  font-weight: 300;
  color: #24bac0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .examanix-feature p {
    line-height: 1.4;
  }
}
.examanix-feature.alt {
  background-color: #652cbf;
}
.examanix-feature.alt h2 {
  color: #24bac0;
}
.examanix-feature.alt p {
  color: #fff;
}
.examanix-feature.alt-dark {
  background-color: transparent;
}
.examanix-feature.alt-dark h2 {
  color: #fff;
}
.examanix-feature.alt-dark p {
  color: #24bac0;
}
.examanix-feature .banner-arrows,
.examanix-feature .gradient-overlay {
  margin-top: -90px;
}
@media (max-width: 767px) {
  .examanix-feature .banner-arrows,
  .examanix-feature .gradient-overlay {
    margin-top: -35px;
  }
}
.examanix-feature.examanix-feature-grid .row {
  padding: 15px 0;
}
.examanix-feature.examanix-cta {
  padding: 55px 0;
}
.examanix-feature.examanix-cta h2 {
  margin-top: 0;
}
.examanix-feature.examanix-about-testimonial {
  padding: 55px 0;
}
#wood-bg {
  background: url('/splash/img/pattern-wood-darker.jpg') repeat;
  background-size: 50%;
}
/**
    About Page Styles
**/
.examanix-about-testimonial .banner-arrows,
.examanix-about-testimonial .gradient-overlay {
  margin-top: -55px;
}
.examanix-testi-carousel {
  float: left;
  min-width: 100%;
  margin-top: 20px;
}
.examanix-testi-carousel .testimonial-box {
  border: 1px solid #24bac0;
  width: 40%;
  margin: 0 5%;
}
.examanix-testi-carousel .testimonial-box .testimonial-content-container {
  display: block;
  position: relative;
  margin: 0 -15px;
  padding: 0;
  height: 70%;
}
.examanix-testi-carousel .testimonial-box .testimonial-content-container:after {
  content: "";
  position: absolute;
  left: 45%;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #652cbf transparent;
  display: block;
  width: 0;
}
.examanix-testi-carousel .testimonial-box .testimonial-content-container .testimonial-content {
  width: 100%;
  height: 100%;
  padding: 50px;
}
.examanix-testi-carousel .testimonial-box .testimonial-content-container .testimonial-content p {
  color: #24bac0 !important;
}
.examanix-testi-carousel .testimonial-box .testimonial-img-container {
  display: block;
  margin: 0 -15px;
  padding: 0;
  height: 30%;
  background-color: #fff;
}
.examanix-testi-carousel .testimonial-box .testimonial-img-container .testimonial-img {
  width: 100%;
  height: 100%;
  padding: 25px;
}
@media (min-width: 767px) {
  .examanix-testi-carousel .testimonial-box .testimonial-img-container .testimonial-img {
    padding: 25px 45px;
  }
}
@media (min-width: 1200px) {
  .examanix-testi-carousel .testimonial-box .testimonial-img-container .testimonial-img {
    padding: 25px 85px;
  }
}
.examanix-testi-carousel .testimonial-box .testimonial-img-container .testimonial-img img {
  margin: 0 auto;
  max-width: 180px;
}
.examanix-testi-carousel .carousel-control {
  width: 5%;
  font-size: 80px;
  color: #24bac0;
}
.examanix-testi-carousel .carousel-control.left,
.examanix-testi-carousel .carousel-control.right {
  background: transparent !important;
}
.examanix-testi-carousel .carousel-control.right {
  right: -5%;
}
.examanix-testi-carousel .carousel-control.left {
  left: -10%;
}
.examanix-testi-carousel .carousel-control span {
  display: inline-block;
  top: 35%;
  position: absolute;
}
#examanix-testimonial-carousel-mobile .testimonial-box {
  width: 90%;
}
#examanix-testimonial-carousel-mobile .testimonial-box .testimonial-content-container .testimonial-content {
  padding: 40px;
}
#examanix-testimonial-carousel-mobile .testimonial-box .testimonial-content-container .testimonial-content p {
  color: #24bac0 !important;
  text-align: left !important;
}
#examanix-testimonial-carousel-mobile .carousel-indicators {
  bottom: -45px;
}
#examanix-testimonial-carousel-mobile .carousel-indicators li {
  margin: 1px 5px;
}
/**
    Pricing Page Styles
**/
.examanix-pricing {
  position: relative;
  padding: 55px 0;
  margin: 0 -15px;
}
.examanix-pricing .pricing-box {
  border: 1px solid #24bac0;
  border-top: transparent;
  min-height: 350px;
  border-radius: 10px;
  background-image: url('/splash/img/pricing-box-header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media (min-width: 769px) {
  .examanix-pricing .pricing-box {
    width: 30%;
    margin: 0 1.6%;
  }
}
.examanix-pricing .pricing-box.purple {
  background-image: url('/splash/img/pricing-box-purple-header.jpg');
  background-color: #652cbf;
}
.examanix-pricing .pricing-box.purple .pricing-content-container {
  padding: 60px 30px 30px;
}
@media (max-width: 769px) and (min-width: 500px) {
  .examanix-pricing .pricing-box.purple .pricing-content-container {
    padding: 60px 50px 30px 30px;
  }
}
.examanix-pricing .pricing-box.purple .pricing-content-container li {
  color: #fff;
}
@media (max-width: 769px) {
  .examanix-pricing .pricing-box + .pricing-box {
    margin-top: 30px;
  }
}
.examanix-pricing .pricing-box .pricing-content-container {
  padding: 30px;
  width: 110%;
  height: 100%;
  margin: 0px -15px;
  text-align: center;
}
@media (max-width: 769px) and (min-width: 500px) {
  .examanix-pricing .pricing-box .pricing-content-container {
    padding: 30px 50px 30px 30px;
  }
}
.examanix-pricing .pricing-box .pricing-content-container .pricing-content-price {
  text-align: left;
}
.examanix-pricing .pricing-box .pricing-content-container .pricing-content-price h1,
.examanix-pricing .pricing-box .pricing-content-container .pricing-content-price h2 {
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.examanix-pricing .pricing-box .pricing-content-container .pricing-content-price h1 {
  font-size: 42px;
}
@media (min-width: 769px) {
  .examanix-pricing .pricing-box .pricing-content-container .pricing-content-price h2 {
    font-size: 25px;
  }
}
.examanix-pricing .pricing-box .pricing-content-container .pricing-content-price span {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .examanix-pricing .pricing-box .pricing-content-container .pricing-content-price#free {
    margin-bottom: 75px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .examanix-pricing .pricing-box .pricing-content-container .pricing-content-price#free {
    margin-bottom: 100px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .examanix-pricing .pricing-box .pricing-content-container .pricing-content-price#free {
    margin-bottom: 115px;
  }
}
@media (min-width: 769px) {
  .examanix-pricing .pricing-box .pricing-content-container .pricing-content-price#monthly {
    margin-bottom: 50px;
  }
}
.examanix-pricing .pricing-box .pricing-content-container .pricing-content-includes {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #bbbdbf;
  border-bottom: 1px solid #bbbdbf;
  text-align: left;
}
.examanix-pricing .pricing-box .pricing-content-container .pricing-content-includes ul {
  list-style: none;
}
.examanix-pricing .pricing-box .pricing-content-container .btn {
  width: 230px !important;
}
@media (max-width: 1010px) {
  .examanix-pricing .pricing-box .pricing-content-container .btn {
    width: 100% !important;
  }
}
@media (max-width: 400px) {
  .examanix-pricing .pricing-box .pricing-content-container .btn {
    font-size: 15px;
  }
}
.examanix-pricing .examanix-tc {
  text-align: center;
  max-width: 75%;
  margin: 55px auto 0;
  font-weight: 300;
  color: #24bac0;
  line-height: 1.6;
}
/**
    Footer Styles
**/
.examanix-footer {
  position:absolute;
  bottom:0;
  width:100%;
  /*padding: 8px 0;*/
  font-size: 13px;
  color: #ffffff;
  background-color: #230351;
}
@media (max-width: 767px) {
  .examanix-footer {
    bottom:auto;
  }
}
.examanix-footer .footer-brand{
  padding:10px 0;
}
.examanix-footer .footer-brand img {
  /*width: 100%;*/
  /*height: auto;*/
  /*padding-bottom: 10px;*/
  /*max-width: 120px;*/
  width:auto;
  height:100%;
  max-height:25px;
}
.examanix-footer .row {
  margin:0 20px;
}
.examanix-footer .row .footer-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.examanix-footer .footer-nav-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.examanix-footer .footer-nav, .examanix-footer .footer-contact, .examanix-footer .footer-faqs {
  padding:14px 10px 0;
  cursor: pointer;
}
.examanix-footer .footer-nav:hover, .examanix-footer .footer-contact:hover, .examanix-footer .footer-faqs:hover {
  background-color:#ffffff2b;
}
.examanix-footer .footer-faqs a {
  color:#fff;
}
.examanix-footer .footer-nav:hover .footer-popup, .examanix-footer .footer-contact:hover .footer-contact-popup {
  display: block !important;
}
.examanix-footer .footer-popup, .examanix-footer .footer-contact-popup {
  display: none;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
  margin-left: -10px;
  max-width: 40vw;
  position: fixed;
  bottom: 44px;
  background-color: #230052b0;
  padding:15px;
  cursor: auto;
}
.examanix-footer .footer-popup a:hover {
  color:#24bac0;
}
.examanix-footer .footer-popup #brand-logo, .examanix-footer .footer-contact #centre-logo{
  height:auto;
  width:100%;
  max-width: 160px;
}
.examanix-footer .footer-popup #brand-desc, .footer-content-mobile #brand-desc{
  display: block;
  padding: 10px 0;
  line-height: 1.5;
}
.examanix-footer .examanix-links {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  margin:10px 0 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.examanix-footer .examanix-links dt {
  margin-bottom:5px;
}
.examanix-footer .examanix-links a {
  color:#fff;
}
.examanix-footer .copyright {
  margin-top:10px;
}
.examanix-footer .centre-info {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin:10px 0 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.centre-info.centre-mail {
  display:block;
}
.footer-content-mobile {
  margin: 0 -20px;
}
.footer-content-mobile .examanix-nav, .footer-content-mobile .centre-contact{
  padding:15px 0;
}
.footer-content-mobile #brand-logo, .footer-content-mobile #centre-logo {
  height: auto;
  width: 110px;
}

/*.examanix-footer .footer-brand span {
  font-size: 12px;
}
.examanix-footer .footer-nav {
  margin-top: 27px;
}
@media (max-width: 991px) {
  .examanix-footer .footer-nav {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .examanix-footer .footer-nav {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .examanix-footer .footer-nav li {
    padding: 5px;
  }
}
.examanix-footer .footer-nav .nav-btn {
  color: #fff;
  font-family: 'Montserrat', 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 0 30px;
  padding: 10px 0;
  line-height: 18px;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .examanix-footer .footer-nav .nav-btn {
    margin: 0 10px;
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  .examanix-footer .footer-nav .nav-btn {
    margin: 0 7px;
    padding: 2px 0;
  }
}
@media (max-width: 767px) {
  .examanix-footer .footer-nav .nav-btn {
    margin: 0;
    border-radius: 0px;
  }
}
.examanix-footer .footer-nav .nav-btn:hover,
.examanix-footer .footer-nav .nav-btn.active {
  border-bottom: 2px solid #24bac0;
  color: #24bac0;
}
@media (max-width: 767px) {
  .examanix-footer .footer-nav .nav-btn:hover,
  .examanix-footer .footer-nav .nav-btn.active {
    color: #24bac0;
  }
}*/
/**
    Blue Circles Styles
**/
div#circle1 {
  width: 25px;
  height: 25px;
  top: 0px;
  left: 70px;
}
/** Top left(70px) **/
div#circle2 {
  width: 30px;
  height: 30px;
  top: 15px;
  right: 0px;
}
/** Top(15px) right **/
div#circle3 {
  width: 30px;
  height: 30px;
  top: 0px;
  right: 0px;
}
/** Top right corner **/
div#circle4 {
  width: 25px;
  height: 25px;
  bottom: 0px;
  left: 45%;
}
/** Bottom center **/
div#circle5 {
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
}
/** Right center **/
div#circle6 {
  width: 25px;
  height: 25px;
  top: 20%;
  left: 2%;
}
/** Top(20%) left(20%) **/
div#circle7 {
  width: 20px;
  height: 20px;
  bottom: 20%;
  left: 50%;
}
/** Bottom (20%) Center **/
div#circle8 {
  width: 20px;
  height: 20px;
  top: 5%;
  left: 50%;
}
/** Left Center **/
div#circle9 {
  width: 25px;
  height: 25px;
  bottom: 0;
  left: 0;
}
/** Bottom left corner **/
div#circle10 {
  width: 30px;
  height: 30px;
  top: 50%;
  right: 5%;
}
/** Right(5%) center **/
