@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-image: url("../img/crossword.png");
  color: #28363d;
}
.nopadding {
  padding: 0;
}
.paddingtop {
  padding-top: 45px;
}
.paddingbottom {
  padding-bottom: 50px;
}
.margintop {
  margin-top: 35px;
}
.paddingtopbottom {
  padding: 30px 0;
}
.text-centered {
  text-align: center;
}
.text-left {
  text-align: left;
}

/* ====================== HEADER ====================== */

.page-header1 {
  margin: 0;
  /*padding-top: 45px;*/
  padding-bottom: 20px;
  border-bottom: 1px solid #28363d;
}

/* JOB SEARCH */

#job {
  background-color: #99aead;
  text-align: center;
}
.job-link h3 {
  font-size: 14px;
  font-weight: 400;
}
.job-link a {
  color: #28353d !important;
  font-weight: 400;
  font-size: 18px;

  line-height: 23px;
}

/* NAVIGATION BAR */

.navbar1 {
  min-height: 20px;
  border: none;
  font-size: 13px;
  background-image: none !important;
  background-color: transparent;
  box-shadow: none !important;
  padding: 0 15px;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #2f575d !important;
  padding: 10px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #c4cdc1;
  background-color: #99aead;
}
.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
  text-align: center;
  /* width: 750px; */
  padding: 30px 0 10px 150px;
  margin: 0 auto;
}
.signinbutton {
  border: 1px solid #28363d;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.activemenu {
  color: #c4cdc1;
  background-color: #6d9197;
}
#dropdownMenu1 {
  border: 1px solid #28363d;
  padding: 10px 11px;
  background: transparent;
  line-height: 20px;
  font-size: 14px;
  border-radius: 0;
}

/* LOGO */

.logo {
  text-align: center;
}
.logo a:hover {
  text-decoration: none;
}
.title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 55px;
  color: #28363d;
  height: 70px;
}
.subtitle {
  margin-top: 20px;
  font-family: "Oslwad", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 17px;
  color: #28363d;
}

/* PAGE HEADINGS */

.pageheadings {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  color: #2f575d;
  margin-bottom: 20px;
  margin-top: 0;
}
.pagesubheadings {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #2f575d;
}

/* SLIDERS */
#home-banner .banner {
  background: url(../img/home.jpg);
  background-size: cover;
  background-position: 0 -275px;
  background-repeat: no-repeat;
}
#about-banner .banner {
  background: url(../img/about.jpg);
  background-size: cover;
  background-position: 0 -100px;
  background-repeat: no-repeat;
}
#slider-info {
  position: relative;
  top: 100px;
}
.slider-text {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
}
.slider-subtext {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: lighter;
  color: white;
}
.slider-button {
  margin-top: 35px;
}
.slider-button a {
  color: white;
  text-decoration: none;
  padding: 15px;
  border: 1px solid #28363d;
  background-color: #c7c1a5;
  font-weight: 400;
  font-size: 16px;
}
.slider-button a:hover {
  background-color: #d8d4c0;
}

/* ====================== HOME PAGE ====================== */

.buttons {
  margin-top: 35px;
}
.buttons a {
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border: 1px solid #28363d;
  background-color: #c7c1a5;
  font-weight: 400;
  font-size: 16px;
}
.buttons a:hover {
  background-color: #d8d4c0;
}

/* TESTIMONIALS */

.testimonialstitle {
  text-align: center;
  color: #2f575d;
}
/* carousel */
#quote-carousel {
  padding: 0;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}
.carousel-control.left {
  background-image: none;
  width: 100%;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
.carousel-control.right {
  background-image: none;
  width: 150%;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
}
#quote-carousel img {
  width: 250px;
  height: 100px;
}
/* End carousel */
.item blockquote {
  border-left: none;
  margin: 0;
  padding: 0;
}
.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome", sans-serif;
  float: left;
  margin-right: 10px;
}

/* SAMPLE QUESTIONS */

.geographicarea {
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
}
.circle {
  width: 120px;
  height: 120px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: 1px solid #99aead;
  color: #28363d;
  font-size: 15px;
  text-align: center;
  background-color: #99aead;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.circle:hover {
  background-color: #c4cdc1;
}
.circle-1 {
  padding: 50px 0;
}
.circle-2 {
  padding: 40px 0;
}

/* COURSE OFFERINGS */

.headinglink a {
  color: #2f575d;
}
.headinglink a:hover {
  color: #6d9197;
  text-decoration: none;
}

/* ====================== about.html ====================== */
#home,
#about,
#examprep,
#training,
#clients,
#contactus,
#signup,
#myprep,
#quote,
#terms {
  padding: 60px 0;
}

/* ====================== onsitetraining.html ====================== */

#training h2 {
  margin-top: 0;
}
.course-list,
.levels {
  list-style: none;
  padding: 0;
}
.course-list li a {
  font-size: 16px;
}
.course-names img {
  width: 20%;
  margin: 10px;
}

/* ====================== ms-courses.html ====================== */

#training-courses {
  padding: 30px 0;
}
.course-heading {
  margin: 30px 0;
  text-align: center;
}
.course-heading h2,
.course-heading h3 {
  text-align: center;
  margin: 0;
}
.course-description {
  width: 751px;
  margin: 0 auto;
  text-align: center;
}
.course-description ul {
  margin: 0;
}
.course-description img {
  margin: 30px 30px 0 30px;
}
.course-description .slider-button {
  text-align: left;
}
.icons {
  color: #2f575d;
}
.course-levels {
  text-align: left !important;
}
.course-levels li {
  list-style: none;
}
.course-levels li a {
  text-decoration: none;
}
#see-also {
  padding: 30px;
}
.breadcrumb {
  background-color: transparent;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb li.disabled a {
  color: #777;
  text-decoration: none;
}
#course-info {
  padding: 30px 0;
}
#introductory,
#intermediate,
#advanced {
  padding: 30px 0;
}
#introductory h2,
#intermediate h2,
#advanced h2 {
  margin: 0;
  background-color: #c1cecd;
  padding: 15px 10px 5px 10px;
  border-bottom: 1px solid #28363d;
}
.prerequisites,
.objectives {
  padding: 30px 20px;
  border-top: 1px solid #28363d;
}
.objectives li {
  padding: 0;
  list-style-type: square;
}

/* ====================== clients.html ====================== */

.pagination > li > a {
  margin-left: 10px;
  color: #28363d;
  margin-top: 10px;
}
.pagination > li > a:hover {
  background-color: #c4cdc1;
}
.headline {
  background-color: #c1cecd;
  font-size: 15px;
}

/* ====================== contact.html ====================== */

.row1 {
  margin-top: 20px;
}
.fa1 {
  color: #28363d;
  margin-top: 25px;
}
.lead1 {
  margin-bottom: 0;
}
.contactsupport {
  font-size: 20px;
}
.contactsupportline {
  font-size: 18px;
  padding-top: 10px;
  padding-right: 30px;
}
.contactinfo {
  font-size: 20px;
  padding-top: 20px;
}

/* ====================== login.html ====================== */

.registerbenefits {
  font-size: 18px;
  padding-top: 92px;
}
.registerbenefitsline {
  list-style: none;
  line-height: 2;
  padding-left: 0;
  font-size: 15px;
}
.readmore {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  line-height: 3;
  font-size: 15px;
}
.readmore a {
  text-decoration: none;
}
.formbutton {
  text-align: center;
  background-color: #c7c1a5;
}
.formbutton button:hover {
  background-color: #d8d4c0;
}
.formbutton button {
  color: #28363d;
  text-decoration: none;
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #28363d;
  display: block;
  width: 100%;
}

/* ====================== mypreparations.html ====================== */

.btn .caret {
  margin-left: 5px;
}

/* ====================== quote.html ====================== */

.quote-text {
  text-align: center;
}

/* ====================== FOOTER ====================== */

.footer {
  background-color: #28363d;
  height: auto;
  padding-top: 50px;
  padding-bottom: 15px;
}
.footer-bottom {
  padding: 10px 20px 0 20px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}
.footer-bottom a {
  color: white;
  text-align: center;
  text-decoration: underline;
}
.footer-bottom1 {
  padding-top: 75px;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
}
.nav-bottom {
  font-size: 14px;
  text-align: center;
}
.nav-bottom li {
  position: relative;
  display: block;
  float: left;
  padding: 15px;
}
.nav-bottom a {
  color: #ffffff;
}

/* ====================== MEDIA QUERIES ====================== */

/* Small devices (tablets, up to 768px) *** SCREEN: 0-767px ***  */

@media (max-width: 767px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0 5px;
    width: 20px;
    height: 20px;
  }
  .registerbenefits {
    padding-top: 0;
  }
  .page-header1 {
    padding-bottom: 0;
  }
  .job-link {
    background-color: #99aead !important;
  }
  #job {
    padding: 0 15px;
    /*height: 0;*/
  }
  .subtitle {
    margin-bottom: 0;
    margin-left: -10px !important;
  }
  .headinglink a {
    color: #2f575d;
    text-decoration: none;
  }
  .logo {
    text-align: center;
    margin-top: 80px;
  }
  .logo a {
    text-decoration: none;
  }
  .marginbottom {
    margin-bottom: 50px;
  }
  .nav-bottom li {
    padding: 15px 6px;
    float: none;
  }
  .nav-bottom > ul {
    padding-left: 0;
  }
  .footer-bottom1 {
    padding-top: 50px;
  }
  .pagination > li:first-child > a {
    margin-left: 10px;
  }
  .circle:hover {
    background-color: #c4cdc1;
  }
  .navbar .navbar-nav {
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .navbar-default .navbar-collapse {
    position: relative;
    top: -25px;
    width: 100%;
    padding: 0;
  }
  .navbar-toggle {
    float: left;
    top: -145px;
  }
  .slider-button {
    margin-top: 35px;
    text-align: left;
  }
  #slider-info {
    top: 5px !important;
    padding: 0 35px;
  }
  .slider-text {
    font-size: 40px;
  }
  .slider-subtext {
    font-size: 17px;
  }
  #sample-questions {
    padding: 0 35px;
    text-align: center;
  }
  .course-description {
    width: 330px;
    margin: 0 auto;
    text-align: center;
  }
  .general_slider,
  .general_slider1,
  .general_slider2,
  .general_slider3 {
    height: 265px !important;
    background-size: 100%;
    padding: 0;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
  }
  .modal-dialog1 {
    margin: 30px 30px;
  }
  .modal-dialog2 {
    margin: 30px 30px;
  }
  .nav-bottom > ul {
    display: inline-block;
    padding-left: 0;
  }
  .registerbenefits {
    padding-top: 0;
  }
  .general_slider {
    height: 500px;
    background-size: cover;
    background-position: 0 -200px;
  }
  .general_slider1 {
    height: 500px;
    background-size: cover;
    background-position: 0 -275px;
  }
  .general_slider2 {
    height: 500px;
    background-size: 100%;
    background-position: 0 -100px;
  }
  .general_slider3 {
    height: 500px;
    background-size: 100%;
    background-position: 0 -320px;
  }
  #slider-info {
    padding: 0 35px;
    top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  #slider-info {
    padding: 0 35px;
    top: 55px;
  }
  .general_slider,
  .general_slider1,
  .general_slider2,
  .general_slider3 {
    height: 370px;
  }
}

@media only screen and (min-width: 992px) {
  #slider-info {
    padding: 0 35px;
    top: 100px;
  }
  .registerbenefits {
    padding-top: 0;
  }
}

/* ====================== ADDITIONAL CLASSES FOR SLIDER IMAGES ====================== */

.home_slider {
  background-image: url("../img/home.jpg");
  background-repeat: no-repeat;
}

.about_slider {
  background-image: url("../img/about.jpg");
  background-repeat: no-repeat;
}

.examprep_slider {
  background-image: url("../img/examprep.jpg");
  background-repeat: no-repeat;
}

.client_slider {
  background-image: url("../img/client.jpg");
  background-repeat: no-repeat;
}

.contactus_slider {
  background-image: url("../img/contact.jpg");
  background-repeat: no-repeat;
}

.signup_slider {
  background-image: url("../img/signup.jpg");
  background-repeat: no-repeat;
}
.terms_slider {
  background-image: url("../img/terms.jpg");
  background-repeat: no-repeat;
}
.myprep_slider {
  background-image: url("../img/myprep.jpg");
  background-repeat: no-repeat;
}
.training_slider {
  background-image: url("../img/onsitetraining.jpg");
  background-repeat: no-repeat;
}

#alert {
  position: relative;
}
#alert:target {
  display: none;
}
.alert {
  /* box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
    background-color: #99aead;
    color: #f6f6f6;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -webkit-animation: alert 1s ease forwards;
    -moz-animation: alert 1s ease forwards;
    -ms-animation: alert 1s ease forwards;
    -o-animation: alert 1s ease forwards;
    animation: alert 1s ease forwards;
    text-align: center;
    line-height: 18px;
    font-size: 15px;*/
}

/* Animation */

@-webkit-keyframes alert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes alert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes alert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes alert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}
@keyframes alert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}
#additionalLogout {
  float: right;
  padding-right: 10px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: bold;
  display: none;
  text-transform: uppercase;
}
.pnplogo {
  padding: 10px;
  margin: 10px;
  max-width: 280px;
}
.appBadges {
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
#examprep hr {
  margin: 5px 0 !important;
}

.prevArrow {
  left: 225px;
  position: absolute;
  top: 330px;
  z-index: 999;
}

.nextArrow {
  right: 225px;
  position: absolute;
  top: 330px;
  z-index: 999;
}

.slick-dots {
  visibility: hidden;
}

.slick-dots li {
  float: left;
}
