/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
/**
 * Color Variables
 */
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
* {
  box-sizing: border-box;
}
img {
  display: block;
}
.btn,
[type='button'] {
  -webkit-appearance: none;
}
h1 > a:not(.btn),
h2 > a:not(.btn),
h3 > a:not(.btn),
h4 > a:not(.btn),
h5 > a:not(.btn),
h6 > a:not(.btn),
p > a:not(.btn),
li > a:not(.btn),
blockquote > a:not(.btn),
label > a:not(.btn),
h1 small > a:not(.btn),
h2 small > a:not(.btn),
h3 small > a:not(.btn),
h4 small > a:not(.btn),
h5 small > a:not(.btn),
h6 small > a:not(.btn),
p small > a:not(.btn),
li small > a:not(.btn),
blockquote small > a:not(.btn),
label small > a:not(.btn) {
  color: #000a2d;
}
h1 > a:not(.btn):hover,
h2 > a:not(.btn):hover,
h3 > a:not(.btn):hover,
h4 > a:not(.btn):hover,
h5 > a:not(.btn):hover,
h6 > a:not(.btn):hover,
p > a:not(.btn):hover,
li > a:not(.btn):hover,
blockquote > a:not(.btn):hover,
label > a:not(.btn):hover,
h1 small > a:not(.btn):hover,
h2 small > a:not(.btn):hover,
h3 small > a:not(.btn):hover,
h4 small > a:not(.btn):hover,
h5 small > a:not(.btn):hover,
h6 small > a:not(.btn):hover,
p small > a:not(.btn):hover,
li small > a:not(.btn):hover,
blockquote small > a:not(.btn):hover,
label small > a:not(.btn):hover {
  text-decoration: none;
  color: #64676c;
}
blockquote {
  border-left: 3px solid #e4e4e4;
  padding-left: 20px;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.show {
  opacity: 0.95;
}
.modal {
  -webkit-overflow-scrolling: touch;
}
.modal .petticoat {
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 50;
  left: 0px;
  top: 0px;
  background-color: #fff;
}
.modal .modal-dialog {
  z-index: 100;
  position: relative;
  max-width: 700px;
}
.modal .modal-content {
  max-width: 700px;
  border-radius: 0px;
  border-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.modal .modal-content .modal-header {
  border-bottom: none;
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.modal .modal-content .modal-header .modal-close-button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 6px;
  position: absolute;
  right: -5px;
  top: -5px;
  background-image: url('/images/icon-close.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button:focus {
  border-image: none;
  outline: none;
}
.modal .modal-content .modal-header .modal-close-button:hover {
  opacity: 1;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 700;
}
.modal .modal-content .modal-header .modal-intro {
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  margin-bottom: 20px;
}
.modal .modal-content .modal-header hr {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 2px;
  border-top: 2px solid #000a2d;
}
.modal .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.modal .modal-content .modal-body .section-heading {
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.modal .modal-content .modal-footer {
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
}
.modal .modal-content .modal-footer.no-border {
  border-top: 0px;
  padding-top: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-header .modal-close-button {
    right: -20px;
    top: -45px;
  }
}
[v-cloak] {
  display: none;
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEUw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FEUw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rufina';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rufina/v17/Yq6V-LyURyLy-aKyow.ttf) format('truetype');
}
@font-face {
  font-family: 'Rufina';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rufina/v17/Yq6W-LyURyLy-aKKHztAvA.ttf) format('truetype');
}
html,
body {
  height: 100%;
  margin: 0;
  font-family: 'Rubik', sans-serif;
}
#page-wrap {
  height: 100%;
  /* lesshint-disable */
  height: auto !important;
  /* lesshint-enable */
  min-height: 100%;
  position: relative;
  padding-bottom: 0px;
}
#page-wrap header .logo {
  height: 32px;
}
#page-wrap header a {
  cursor: pointer;
}
#page-wrap header .dropdown-menu.account-menu {
  left: auto;
  right: 0px;
}
#page-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 0px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#page-footer .xs-only {
  display: none;
}
#comming-soon {
  padding-top: 110px;
  padding-bottom: 110px;
}
.fixed-book {
  position: fixed;
  bottom: 0px;
  right: 16px;
  z-index: 99999;
  background: #f27900;
  padding: 10px 20px;
  border-radius: 15px 15px 0 0 ;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 800px) {
  #page-wrap {
    padding-bottom: 0px;
  }
  #page-wrap #page-footer {
    height: 75px;
  }
  #page-wrap #page-footer .copy,
  #page-wrap #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap #page-footer .copy .nav-item,
  #page-wrap #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap #page-footer .copy .nav-item a,
  #page-wrap #page-footer .nav .nav-item a {
    display: inline-block;
  }
}
#examnotify {
  padding-top: 110px;
  padding-bottom: 110px;
}
.m-w-100 {
  max-width: 100%;
}
@media (max-width: 800px) {
  #page-wrap {
    padding-bottom: 0px;
  }
  #page-wrap #page-footer {
    height: 75px;
  }
  #page-wrap #page-footer .copy,
  #page-wrap #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap #page-footer .copy .nav-item,
  #page-wrap #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap #page-footer .copy .nav-item a,
  #page-wrap #page-footer .nav .nav-item a {
    display: inline-block;
  }
}
#success-show {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 800px) {
  #page-wrap {
    padding-bottom: 0px;
  }
  #page-wrap #page-footer {
    height: 75px;
  }
  #page-wrap #page-footer .copy,
  #page-wrap #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap #page-footer .copy .nav-item,
  #page-wrap #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap #page-footer .copy .nav-item a,
  #page-wrap #page-footer .nav .nav-item a {
    display: inline-block;
  }
}
@media (max-width: 450px) {
  #page-wrap {
    padding-bottom: 0px;
  }
  #page-wrap #page-footer {
    height: 85px;
  }
  #page-wrap #page-footer .xs-only {
    display: block;
  }
}
.fa-shopping-cart {
  font-size: 19px;
}
/**
 * <ajax-button>
 *
 * App-wide styles for our ajax buttons.
 */
[parasails-component='ajax-button'] .button-loader,
[parasails-component='ajax-button'] .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
[parasails-component='ajax-button'] .button-loader .loading-dot,
[parasails-component='ajax-button'] .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot1,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot2,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot3,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot4,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot,
[parasails-component='ajax-button'] .button-loading .loading-dot {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  display: inline;
}
[parasails-component='ajax-button'].syncing .button-loader,
[parasails-component='ajax-button'].syncing .button-loading {
  display: inline-block;
}
[parasails-component='ajax-button'].syncing .button-text {
  display: none;
}
#homepage .caption .smalli {
  font-size: 14px;
  text-transform: capitalize;
  font-style: italic;
}
#homepage .services-area .single-cat {
  padding: 5px;
  margin: 10px 5px;
}
#homepage .single-cat.col-lg-3 {
  flex: 0 0 24% !important;
  max-width: 24% !important;
}
@media (max-width: 767px) {
  #homepage .single-cat.col-lg-3 {
    flex: none !important;
    max-width: 45% !important;
  }
}
#homepage .support-company-area .right-caption .support-caption p {
  padding-right: 45px;
  margin-bottom: 15px;
}
#homepage .text-italic {
  font-style: italic;
}
#homepage .hero {
  padding-top: 100px;
  padding-bottom: 25px;
  color: #000a2d;
  position: relative;
}
#homepage .hero .hero-image {
  width: 220px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#homepage .hero .hero-image img {
  position: absolute;
}
#homepage .hero .hero-image .sky {
  width: 170px;
  left: 25px;
  top: 25px;
}
#homepage .hero .hero-image .cloud {
  -moz-animation-name: flyfade;
  -webkit-animation-name: flyfade;
  -ms-animation-name: flyfade;
  -o-animation-name: flyfade;
  animation-name: flyfade;
  -moz-animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -ms-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 80px;
}
@-webkit-keyframes flyfade {
  0% {
    -webkit-transform: translate(0px, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(110px, 0px);
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(220px, 0);
    opacity: 0;
  }
}
@-moz-keyframes flyfade {
  0% {
    -moz-transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -moz-transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(220px, 0);
    opacity: 0;
  }
}
@-o-keyframes flyfade {
  0% {
    -o-transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -o-transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -o-transform: translate(220px, 0);
    opacity: 0;
  }
}
@keyframes flyfade {
  0% {
    transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(220px, 0);
    opacity: 0;
  }
}
#homepage .hero .hero-image .cloud.cloud-1 {
  top: 55px;
  left: -40px;
  opacity: 0;
  -moz-animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
  -ms-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
#homepage .hero .hero-image .cloud.cloud-2 {
  top: 45px;
  left: -40px;
  opacity: 0;
}
#homepage .hero .hero-image .ship {
  -moz-animation-name: skid;
  -webkit-animation-name: skid;
  -ms-animation-name: skid;
  -o-animation-name: skid;
  animation-name: skid;
  -moz-animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 160px;
  bottom: 50px;
  left: 18px;
}
@-webkit-keyframes skid {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(-1px, -1px);
  }
  20% {
    -webkit-transform: translate(-2px, -2px);
  }
  30% {
    -webkit-transform: translate(-3px, -2px);
  }
  40% {
    -webkit-transform: translate(-4px, -1px);
  }
  50% {
    -webkit-transform: translate(-5px, 0px);
  }
  60% {
    -webkit-transform: translate(-4px, 1px);
  }
  70% {
    -webkit-transform: translate(-3px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, 2px);
  }
  90% {
    -webkit-transform: translate(-1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes skid {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  10% {
    -moz-transform: translate(-1px, -1px);
  }
  20% {
    -moz-transform: translate(-2px, -2px);
  }
  30% {
    -moz-transform: translate(-3px, -2px);
  }
  40% {
    -moz-transform: translate(-4px, -1px);
  }
  50% {
    -moz-transform: translate(-5px, 0px);
  }
  60% {
    -moz-transform: translate(-4px, 1px);
  }
  70% {
    -moz-transform: translate(-3px, 2px);
  }
  80% {
    -moz-transform: translate(-2px, 2px);
  }
  90% {
    -moz-transform: translate(-1px, 1px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@-o-keyframes skid {
  0% {
    -o-transform: translate(0px, 0px);
  }
  10% {
    -o-transform: translate(-1px, -1px);
  }
  20% {
    -o-transform: translate(-2px, -2px);
  }
  30% {
    -o-transform: translate(-3px, -2px);
  }
  40% {
    -o-transform: translate(-4px, -1px);
  }
  50% {
    -o-transform: translate(-5px, 0px);
  }
  60% {
    -o-transform: translate(-4px, 1px);
  }
  70% {
    -o-transform: translate(-3px, 2px);
  }
  80% {
    -o-transform: translate(-2px, 2px);
  }
  90% {
    -o-transform: translate(-1px, 1px);
  }
  100% {
    -o-transform: translate(0, 0px);
  }
}
@keyframes skid {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(-1px, -1px);
  }
  20% {
    transform: translate(-2px, -2px);
  }
  30% {
    transform: translate(-3px, -2px);
  }
  40% {
    transform: translate(-4px, -1px);
  }
  50% {
    transform: translate(-5px, 0px);
  }
  60% {
    transform: translate(-4px, 1px);
  }
  70% {
    transform: translate(-3px, 2px);
  }
  80% {
    transform: translate(-2px, 2px);
  }
  90% {
    transform: translate(-1px, 1px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
#homepage .hero .hero-image .water {
  width: 170px;
  bottom: 40px;
  left: 25px;
}
#homepage .hero h1 {
  padding-bottom: 50px;
}
#homepage .hero .more-info-text {
  -moz-animation-name: bob;
  -webkit-animation-name: bob;
  -ms-animation-name: bob;
  -o-animation-name: bob;
  animation-name: bob;
  -moz-animation-duration: 3.2s;
  -webkit-animation-duration: 3.2s;
  -ms-animation-duration: 3.2s;
  -o-animation-duration: 3.2s;
  animation-duration: 3.2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  cursor: pointer;
  margin-top: 75px;
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0px;
}
@-webkit-keyframes bob {
  0% {
    -webkit-transform: translate(0px);
  }
  50% {
    -webkit-transform: translatey(-7px);
  }
  100% {
    -webkit-transform: translatey(0px);
  }
}
@-moz-keyframes bob {
  0% {
    -moz-transform: translatey(0px);
  }
  50% {
    -moz-transform: translatey(-7px);
  }
  100% {
    -moz-transform: translatey(0px);
  }
}
@-o-keyframes bob {
  0% {
    -o-transform: translatey(0px);
  }
  50% {
    -o-transform: translatey(-7px);
  }
  100% {
    -o-transform: translatey(0px);
  }
}
@keyframes bob {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-7px);
  }
  100% {
    transform: translatey(0px);
  }
}
#homepage .hero .more-info-text .text {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
#homepage .hero .more-info-text .icon {
  font-size: 20px;
}
#homepage .about-wrapper {
  background-color: #eef5f9b8;
}
#homepage .about-wrapper .about {
  padding-top: 75px;
  padding-bottom: 50px;
}
#homepage .about-wrapper .about p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .about-wrapper .features {
  padding-top: 25px;
  padding-bottom: 100px;
}
#homepage .about-wrapper .features .feature .icon {
  background-color: #000a2d;
  color: #fff;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  border-radius: 50%;
  font-size: 35px;
  line-height: 75px;
  text-align: center;
}
#homepage .setup {
  padding-top: 75px;
}
#homepage .setup .step {
  margin-top: 75px;
  margin-bottom: 75px;
  padding-left: 240px;
  position: relative;
}
#homepage .setup .step .step-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
}
#homepage .setup .step .step-image img {
  width: 100%;
}
#homepage .pep-talk {
  padding-top: 50px;
  padding-bottom: 100px;
}
#homepage .pep-talk p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .pep-talk a {
  border-bottom: none;
}
#homepage.uninitialized {
  height: 100%;
}
#homepage.uninitialized .hero,
#homepage.uninitialized .about,
#homepage.uninitialized .features,
#homepage.uninitialized .setup,
#homepage.uninitialized .pep-talk {
  opacity: 0;
}
@media (max-width: 991px) {
  #homepage .setup .step {
    padding-left: 0px;
  }
  #homepage .setup .step .step-image {
    display: none;
  }
}
@media (max-width: 450px) {
  #homepage .hero {
    padding-top: 50px;
  }
  #homepage .hero h1.display-4 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #homepage .about-caption {
    text-align: center;
  }
  #homepage .about-img {
    display: none;
  }
  #homepage .services-area .single-cat .cat-cap h5 > a {
    font-size: 13px;
  }
  #homepage .support-company-area .right-caption .support-caption p {
    padding-right: 20px;
    font-size: 13px;
  }
}
#view-category .nav-link.active {
  color: #3589f1;
  border-bottom: 3px solid #3589f1;
}
#view-category .collapse:not(.show) {
  display: flex !important;
}
#view-category .category-sub {
  font-family: "Rubik", sans-serif;
  color: #7a8290;
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase;
}
#view-category .category-title {
  font-family: "Rubik", sans-serif;
  color: #3589f1;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  text-decoration: underline;
}
#view-category .category-title:hover,
#view-category .category-title:focus {
  font-family: "Rubik", sans-serif;
  color: #3589f1;
  text-decoration: underline;
}
#welcome .services-area .single-cat {
  padding: 25px 15px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#welcome .services-area .single-cat .cat-cap p {
  margin-bottom: 0;
  color: #57667e;
  font-size: 22px;
  font-weight: 700;
}
#welcome .cat-icon i {
  color: #3589f1;
  font-size: 50px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #welcome .sdsdjsd {
    padding-top: 0px !important;
  }
}
@media (max-width: 480px) {
  #welcome .apply-wrapper {
    padding-top: 15px;
  }
}
.side {
  display: flex;
}
.side .side-panel-wrapper .side-mobile {
  display: none;
}
.side .side-panel-wrapper .side-panel {
  left: 0;
  height: 100%;
  width: 200px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 40px 20px;
}
.side .side-panel-wrapper .side-panel .side-panel-info {
  padding-bottom: 20px;
}
.side .side-panel-wrapper .side-panel .side-panel-info .side-panel-link {
  color: #000a2d;
  font-size: 14px;
  text-transform: uppercase;
}
.side .side-panel-wrapper .side-panel .side-panel-link:hover,
.side .side-panel-wrapper .side-panel .side-panel-link.active {
  background-color: #000a2d;
  color: #fff !important;
  padding: 10px;
  border-radius: 5px;
}
.side .side-panel-wrapper .side-panel .side-panel-link:hover .button__badge__user,
.side .side-panel-wrapper .side-panel .side-panel-link.active .button__badge__user {
  display: none;
}
#view-orders .button__badge {
  border-radius: 2px;
  color: white;
  padding: 1px 3px;
  font-size: 10px;
  top: 0;
  right: 0;
  margin-left: 24px;
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  .side {
    display: block !important;
  }
  .side .side-panel-wrapper .side-mobile {
    display: block;
  }
  .side .side-panel-wrapper .side-mobile .fa {
    color: #000a2d;
    font-size: 20px;
  }
  .side .side-panel-wrapper .side-panel {
    display: none;
  }
}
#signup {
  padding-top: 130px;
  padding-bottom: 90px;
}
#signup .signup-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#signup .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#signup select {
  width: 100%;
  height: 39px;
  background: #fff;
  border-radius: 0.25rem;
  padding: 7px 17px 9px 9px;
  color: #616875;
  line-height: 42px;
  border: 1px solid #ced4da;
  margin-bottom: 0;
  box-shadow: none;
}
#confirmed-email {
  padding-top: 75px;
  padding-bottom: 75px;
}
#confirmed-email .confirmation-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#login {
  padding-top: 130px;
  padding-bottom: 90px;
}
#login .login-form-container {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password {
  padding-top: 110px;
  padding-bottom: 75px;
}
#forgot-password .forgot-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#new-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#new-password .new-password-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#account-overview {
  padding-top: 130px;
  padding-bottom: 90px;
}
#account-overview .account-settings-button {
  text-transform: capitalize;
}
#account-overview .remove-button {
  color: #000a2d;
  text-decoration: underline;
  cursor: pointer;
}
#account-overview .remove-button:hover {
  color: #64676c;
}
#edit-password {
  padding-top: 130px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  #edit-password .btn {
    width: 100%;
    padding: 22px 32px;
    margin: 5px 0;
  }
}
#edit-profile {
  padding-top: 80px;
  padding-bottom: 0;
}
#edit-profile select {
  width: 100%;
  height: 39px;
  background: #fff;
  border-radius: 0.25rem;
  padding: 7px 17px 9px 9px;
  color: #616875;
  line-height: 42px;
  border: 1px solid #ced4da;
  margin-bottom: 0;
  box-shadow: none;
}
#edit-profile select.is-invalid {
  border-color: #dc3545;
}
@media (max-width: 767px) {
  #edit-profile .btn {
    width: 100%;
  }
}
#terms {
  padding-top: 110px;
  padding-bottom: 75px;
}
#privacy {
  padding-top: 110px;
  padding-bottom: 75px;
}
#faq {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 500px) {
  #faq code {
    word-break: break-all;
  }
}
#expert-speak iframe {
  border: 10;
}
#study-form {
  padding-top: 110px;
  padding-bottom: 75px;
}
#study-form .container {
  max-width: 600px;
}
#study-form select {
  width: 100%;
  height: 39px;
  background: #fff;
  border-radius: 0.25rem;
  padding: 7px 17px 9px 9px;
  color: #616875;
  line-height: 42px;
  border: 1px solid #ced4da;
  margin-bottom: 0;
  box-shadow: none;
}
#study-form select.is-invalid {
  border-color: #dc3545;
}
#contact {
  padding-top: 110px;
  padding-bottom: 75px;
}
#contact .contact-form {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-form textarea {
  height: 100px;
}
#contact .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[id='404'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='404'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='404'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='404'] br {
    display: none;
  }
  [id='404'] .mobile-spacer {
    display: inline;
  }
}
[id='500'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='500'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='500'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='500'] br {
    display: none;
  }
  [id='500'] .mobile-spacer {
    display: inline;
  }
}
[id='498'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='498'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='498'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='498'] br {
    display: none;
  }
  [id='498'] .mobile-spacer {
    display: inline;
  }
}
#psychometric-payment .heading-top,
#aptitude-payment .heading-top {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}
@media (max-width: 475px) {
  #psychometric-payment .heading-top,
  #aptitude-payment .heading-top {
    font-size: 22px;
  }
}
@media (max-width: 320px) {
  #psychometric-payment .heading-top,
  #aptitude-payment .heading-top {
    font-size: 19px;
  }
}
#psychometric-payment .payment-row,
#aptitude-payment .payment-row {
  border-bottom: 1px solid #c0c0c024;
  margin-top: 12px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 375px) and (max-width: 575px) {
  #psychometric-payment .payment-row,
  #aptitude-payment .payment-row {
    padding: 0 50px;
  }
}
@media (max-width: 375px) {
  #psychometric-payment .payment-row,
  #aptitude-payment .payment-row {
    padding: 0 20px;
  }
}
#psychometric-payment .line,
#aptitude-payment .line {
  border-bottom: 2px solid #c0c0c042;
  margin-top: 10px;
}
#psychometric-payment .middle-block,
#aptitude-payment .middle-block {
  margin-top: 20px;
}
#psychometric-payment .total,
#aptitude-payment .total {
  border: none;
  font-weight: 500;
  margin-top: 7px;
  font-size: 15px;
}
#psychometric-payment .bottom-image,
#aptitude-payment .bottom-image {
  margin-top: 8px;
}
#psychometric-payment .pay-button,
#aptitude-payment .pay-button {
  font-size: 12px;
  padding: 20px 30px;
}
#psychometric-payment .discount,
#aptitude-payment .discount {
  color: green;
}
#psychometric-payment .cpnbut,
#aptitude-payment .cpnbut {
  display: block;
  width: 77px;
  height: 37px;
  padding: 0.374rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #3589f1;
  cursor: pointer;
  border-radius: 4px;
}
#psychometric-payment .payment-row.cpn,
#aptitude-payment .payment-row.cpn {
  border-bottom: none;
  margin-bottom: 6px;
}
#psychometric-payment .cpnre,
#aptitude-payment .cpnre {
  color: green;
  font-size: 14px;
}
#psychometric-payment .cpnre.red,
#aptitude-payment .cpnre.red {
  color: red;
}
#payment-response .heading-top,
#payment-response-aptitude .heading-top {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}
@media (max-width: 475px) {
  #payment-response .heading-top,
  #payment-response-aptitude .heading-top {
    font-size: 22px;
  }
}
@media (max-width: 320px) {
  #payment-response .heading-top,
  #payment-response-aptitude .heading-top {
    font-size: 19px;
  }
}
#payment-response .btn,
#payment-response-aptitude .btn {
  padding: 14px 22px;
  text-transform: none;
}
#payment-response .btn-fade,
#payment-response-aptitude .btn-fade {
  background: #6f6f6f;
}
#payment-response .line,
#payment-response-aptitude .line {
  border-bottom: 2px solid #c0c0c042;
  margin-top: 10px;
}
#payment-response .payment-success,
#payment-response-aptitude .payment-success {
  margin-top: 35px;
}
#payment-response .payment-success .success-image,
#payment-response-aptitude .payment-success .success-image {
  max-width: 100px;
  margin: 0 auto;
}
#payment-response .payment-success .payment-success-heading,
#payment-response-aptitude .payment-success .payment-success-heading {
  font-size: 18px;
  color: green;
  margin-top: 22px;
}
@media (min-width: 475px) {
  #payment-response .payment-success .payment-success-heading,
  #payment-response-aptitude .payment-success .payment-success-heading {
    font-size: 20px;
  }
}
#payment-response .text,
#payment-response-aptitude .text {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 475px) {
  #payment-response .button,
  #payment-response-aptitude .button {
    width: 100%;
    margin-top: 15px;
    padding: 20px 25px;
  }
}
@media (min-width: 476px) {
  #payment-response .button .start-now,
  #payment-response-aptitude .button .start-now {
    float: left;
  }
}
@media (min-width: 476px) {
  #payment-response .button .start-later,
  #payment-response-aptitude .button .start-later {
    float: right;
  }
}
#payment-response .btn.green,
#payment-response-aptitude .btn.green {
  padding: 12px 22px;
  text-transform: none;
  background: green;
}
#payment-response .payment-fail-heading,
#payment-response-aptitude .payment-fail-heading {
  font-size: 20px;
  margin-top: 22px;
  color: red;
}
#psychometric-test .btn-fade {
  background: #6f6f6f;
  text-transform: capitalize;
}
#psychometric-test .btn {
  padding: 15px 22px;
}
@media (max-width: 375px) {
  #psychometric-test .btn {
    padding: 15px 18px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #psychometric-test .pagecnt {
    font-size: 12px;
    position: relative;
    left: 13%;
    color: #5a5a5a;
    font-weight: 500;
    top: 52px;
  }
}
@media (min-width: 768px) {
  #psychometric-test .pagecnt {
    position: relative;
    top: 56px;
    left: 35%;
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 600;
  }
}
@media (max-width: 375px) {
  #psychometric-test .test-heading {
    font-size: 17px;
  }
}
#psychometric-test .bx-form.inst {
  max-width: 850px;
}
#psychometric-test .ordered-list li {
  font-weight: 400;
  color: #717171;
}
@media (max-width: 952px) {
  #psychometric-test .ordered-list {
    margin-left: 0;
    font-size: 14px;
  }
  #psychometric-test .bx-form.inst {
    margin-top: 35px;
  }
  #psychometric-test .bx-form.inst p {
    font-size: 14px;
    line-height: 24px;
  }
  #psychometric-test .bx-form.inst h4 {
    font-size: 20px;
  }
}
#aptitude-test .btn-fade {
  background: #6f6f6f;
  text-transform: capitalize;
}
#aptitude-test .btn {
  padding: 15px 22px;
}
@media (max-width: 375px) {
  #aptitude-test .btn {
    padding: 15px 18px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #aptitude-test .pagecnt {
    font-size: 12px;
    position: relative;
    left: 13%;
    font-weight: 500;
    top: 52px;
  }
}
@media (min-width: 768px) {
  #aptitude-test .pagecnt {
    position: relative;
    top: 56px;
    left: 35%;
    font-weight: 600;
  }
}
@media (max-width: 375px) {
  #aptitude-test .test-heading {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  #aptitude-test .test-heading {
    font-size: 17px;
  }
}
#aptitude-test .bx-form.inst {
  max-width: 850px;
}
#aptitude-test .brd-itm {
  padding-left: 20px;
  padding-bottom: 22px;
}
#aptitude-test .brd-itm .single-items {
  font-size: 18px;
  color: black;
  font-weight: 400;
  margin-bottom: 15px;
  margin-left: 5px;
}
@media (max-width: 375px) {
  #aptitude-test .brd-itm .single-items {
    font-size: 16px;
  }
}
#aptitude-test .brd-itm .options-label {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
}
#aptitude-test .section-heading {
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  margin-top: 50px;
  color: darkgreen;
}
@media (max-width: 767px) {
  #aptitude-test .section-heading {
    font-size: 32px;
    line-height: 40px;
  }
}
#aptitude-test .section-p {
  text-align: center;
  padding-top: 30px;
}
#aptitude-test .ordered-list {
  padding-top: 0px;
}
#aptitude-test .section-ol {
  padding-top: 0px !important;
  margin-left: 0px;
  padding-inline-start: 30px;
}
#aptitude-test .ordered-list li {
  font-weight: 400;
  color: #717171;
  padding-top: 6px;
  font-size: 16px;
  list-style-type: decimal;
}
#aptitude-test .section-success {
  height: 100%;
  width: 500px;
}
@media (max-width: 375px) {
  #aptitude-test .instruction {
    font-size: 18px;
  }
  #aptitude-test .ordered-list li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #aptitude-test .ordered-list {
    padding-top: 5px;
  }
}
@media (max-width: 952px) {
  #aptitude-test .ordered-list {
    margin-left: 0;
    font-size: 14px;
  }
  #aptitude-test .bx-form.inst {
    margin-top: 35px;
  }
  #aptitude-test .bx-form.inst p {
    font-size: 14px;
    line-height: 24px;
  }
  #aptitude-test .bx-form.inst h4 {
    font-size: 20px;
  }
}
#aptitude-test .li-style {
  padding-left: 25px;
  list-style: lower-roman;
  padding-top: 10px;
  font-weight: 300;
}
#aptitude-test .li-style-clubbed {
  padding-left: 7px;
  list-style: lower-alpha;
  padding-top: 10px;
}
#aptitude-test .options-css {
  padding-left: 18px;
  padding-top: 5px;
  font-weight: 300;
}
#aptitude-test .questions {
  font-size: 17px;
  font-weight: 400;
}
#aptitude-test .clubbed-question {
  padding-top: 20px;
}
#aptitude-test .instructions {
  margin-left: 14px;
}
#psychometric-report,
#aptitude-report {
  padding-top: 110px;
}
#psychometric-report .carrers,
#aptitude-report .carrers {
  background: url("/images/gallery/section_bg02.jpg");
}
#psychometric-report .exams,
#aptitude-report .exams {
  background: url("/images/gallery/section_bg03.jpg");
}
#psychometric-report .career-img,
#aptitude-report .career-img {
  max-width: 100%;
}
#psychometric-report .btn,
#aptitude-report .btn {
  padding: 16px 20px;
}
#psychometric-report p,
#aptitude-report p {
  margin: 0;
}
#psychometric-report .services-area .single-cat,
#aptitude-report .services-area .single-cat {
  padding: 0 0 28px 0;
  border: 1px solid #e0f6ff;
}
#psychometric-report .home-blog-area .single-blogs .blog-captions,
#aptitude-report .home-blog-area .single-blogs .blog-captions {
  padding: 5px;
  text-align: center;
}
#psychometric-report .pad-30,
#aptitude-report .pad-30 {
  padding: 5px 30px 0;
  text-align: left;
}
#psychometric-report .carrli .single-team .team-caption h3,
#aptitude-report .carrli .single-team .team-caption h3 {
  margin-bottom: 3px;
  padding: 5px 5px;
  border-bottom: 1px solid #eee;
}
#psychometric-report .team-area .single-team .team-caption h3 a,
#aptitude-report .team-area .single-team .team-caption h3 a {
  color: #3589f1;
  font-weight: 600;
  font-size: 20px;
}
#psychometric-report .unordered-list li:before,
#aptitude-report .unordered-list li:before {
  top: 14px;
  color: #3589f1;
  border: 3px solid #3589f1;
}
#psychometric-report .unordered-list li,
#aptitude-report .unordered-list li {
  text-transform: capitalize;
}
#psychometric-report .blog_right_sidebar .tag_cloud_widget ul li a,
#aptitude-report .blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 8px 24px;
  margin-bottom: 15px;
  margin-right: 15px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 18px;
}
#psychometric-report .blog_right_sidebar .tag_cloud_widget ul li a:hover,
#aptitude-report .blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #3589f1;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#psychometric-report .w-50px,
#aptitude-report .w-50px {
  width: 32px;
}
#psychometric-report .section-tittle span,
#aptitude-report .section-tittle span {
  margin-bottom: 0;
  color: #3589f1;
  display: inline-block;
  vertical-align: middle;
}
#psychometric-report .section-tittle h2,
#aptitude-report .section-tittle h2 {
  font-size: 22px;
  margin-top: 8px;
  margin-left: 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
#psychometric-report .skdnkd,
#aptitude-report .skdnkd {
  text-transform: capitalize;
}
@media (max-width: 992px) {
  #psychometric-report .unordered-list li:before,
  #aptitude-report .unordered-list li:before {
    top: 10px;
    width: 12px;
    height: 12px;
  }
  #psychometric-report .unordered-list li,
  #aptitude-report .unordered-list li {
    font-size: 12px;
    line-height: 1.42em !important;
  }
  #psychometric-report .team-area .single-team .team-caption h3 a,
  #aptitude-report .team-area .single-team .team-caption h3 a {
    font-size: 14px;
  }
  #psychometric-report .section-tittle h2,
  #aptitude-report .section-tittle h2 {
    font-size: 22px;
  }
  #psychometric-report .section-tittle span,
  #aptitude-report .section-tittle span {
    font-size: 14px;
  }
  #psychometric-report .section-tittle,
  #aptitude-report .section-tittle {
    margin-bottom: 10px;
  }
  #psychometric-report .dbtn,
  #aptitude-report .dbtn {
    float: none !important;
  }
  #psychometric-report .xtxc,
  #aptitude-report .xtxc {
    text-align: center;
    margin: 3px;
  }
  #psychometric-report .xtxc .section-tittle h2,
  #aptitude-report .xtxc .section-tittle h2 {
    font-size: 19px;
  }
  #psychometric-report .xtxc .btn,
  #aptitude-report .xtxc .btn {
    padding: 12px 20px;
    font-size: 12px;
  }
}
#psychometric-question {
  padding-top: 70px;
}
#psychometric-question .table tr th:nth-child(1),
#psychometric-question .table tr th:nth-child(2),
#psychometric-question .table tr th:nth-child(3),
#psychometric-question .table tr td:nth-child(1),
#psychometric-question .table tr td:nth-child(2),
#psychometric-question .table tr td:nth-child(3) {
  text-align: left;
}
#view-payments {
  padding-top: 70px;
}
#view-users {
  padding-top: 70px;
}
#view-users .user-detail {
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
#career-category {
  padding-top: 70px;
}
#career-category .table tr th:nth-child(1),
#career-category .table tr th:nth-child(2),
#career-category .table tr td:nth-child(1),
#career-category .table tr td:nth-child(2) {
  text-align: left;
}
#career-list {
  padding-top: 70px;
}
#career-list .table tr th:nth-child(1),
#career-list .table tr th:nth-child(2),
#career-list .table tr th:nth-child(3),
#career-list .table tr td:nth-child(1),
#career-list .table tr td:nth-child(2),
#career-list .table tr td:nth-child(3) {
  text-align: left;
}
#videos {
  padding-top: 70px;
}
#videos .table tr th:nth-child(1),
#videos .table tr th:nth-child(2),
#videos .table tr th:nth-child(3),
#videos .table tr td:nth-child(1),
#videos .table tr td:nth-child(2),
#videos .table tr td:nth-child(3) {
  text-align: left;
}
#peoples {
  padding-top: 70px;
}
#peoples .table tr th:nth-child(1),
#peoples .table tr th:nth-child(2),
#peoples .table tr th:nth-child(3),
#peoples .table tr td:nth-child(1),
#peoples .table tr td:nth-child(2),
#peoples .table tr td:nth-child(3) {
  text-align: left;
}
#exams {
  padding-top: 70px;
}
#exams .table tr th:nth-child(1),
#exams .table tr th:nth-child(2),
#exams .table tr th:nth-child(3),
#exams .table tr td:nth-child(1),
#exams .table tr td:nth-child(2),
#exams .table tr td:nth-child(3) {
  text-align: left;
}
#colleges {
  padding-top: 70px;
}
#colleges .table tr th:nth-child(1),
#colleges .table tr th:nth-child(2),
#colleges .table tr th:nth-child(3),
#colleges .table tr td:nth-child(1),
#colleges .table tr td:nth-child(2),
#colleges .table tr td:nth-child(3) {
  text-align: left;
}
#coupons {
  padding-top: 70px;
}
#coupons .table tr th:nth-child(1),
#coupons .table tr th:nth-child(2),
#coupons .table tr th:nth-child(3),
#coupons .table tr td:nth-child(1),
#coupons .table tr td:nth-child(2),
#coupons .table tr td:nth-child(3) {
  text-align: left;
}
#psychometric-package {
  padding-top: 70px;
}
#psychometric-result {
  padding-top: 70px;
}
#psychometric-result .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
#userUpdateModal .form-group p {
  color: #000;
}
#userUpdateModal .form-group label {
  color: #7a8290;
}
#userUpdateModal .br-bt {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
#psychometric-personality {
  padding-top: 70px;
}
#psychometric-personality .table td.text-uppercase {
  text-transform: uppercase;
}
#study-form-admin {
  padding-top: 70px;
}
#study-form-admin .table th,
#study-form-admin .table td {
  font-size: 14px;
  vertical-align: middle;
}
#adpopup {
  padding-top: 70px;
}
#adpopup .image-wrapper img {
  max-width: 250px;
  margin-top: 15px;
}
#adpopup .image-wrapper .placeholder-icon {
  margin-left: 10px;
  margin-top: 10px;
}
#examnotifypopup {
  padding-top: 70px;
}
#examnotifypopup .image-wrapper img {
  max-width: 250px;
  margin-top: 15px;
}
#examnotifypopup .image-wrapper .placeholder-icon {
  margin-left: 10px;
  margin-top: 10px;
}
#success-showcase {
  padding-top: 70px;
}
#success-showcase-create {
  padding-top: 70px;
}
#success-showcase-create .image-wrapper img {
  max-width: 250px;
  margin-top: 15px;
}
#success-showcase-create .image-wrapper .placeholder-icon {
  margin-left: 10px;
  margin-top: 10px;
}
#success-showcase-update {
  padding-top: 70px;
}
#success-showcase-update .image-wrapper img {
  max-width: 250px;
  margin-top: 15px;
}
#success-showcase-update .image-wrapper .placeholder-icon {
  margin-left: 10px;
  margin-top: 10px;
}
#success-showcase-front {
  @import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
  background: #edeff0;
  padding-top: 70px;
}
#success-showcase-front .succ-s {
  background: #fbf9ff;
  border: 1px solid #f0e9ff;
  border-radius: 16px;
  padding: 10px;
  margin: 5px;
}
#success-showcase-front .team-area .single-team .team-caption h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
#success-showcase-front .team-area .single-team .team-img img {
  width: auto;
  height: 200px;
  margin: auto;
  border-radius: 8px;
}
#success-showcase-front .team-caption {
  text-align: center;
}
#success-showcase-front .selcl {
  line-height: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-top: 10px;
}
#success-showcase-front .arecl {
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}
#success-showcase-front .testimonial {
  background: #021a47;
}
#success-showcase-front .text-white {
  color: #fff;
}
#success-showcase-front .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
#success-showcase-front figure.snip1157 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 500px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
#success-showcase-front figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
#success-showcase-front figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}
#success-showcase-front figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
#success-showcase-front figure.snip1157 blockquote:before,
#success-showcase-front figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
#success-showcase-front figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
#success-showcase-front figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
#success-showcase-front figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}
#success-showcase-front figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
#success-showcase-front figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
  text-transform: capitalize;
  font-family: 'Raleway', Arial, sans-serif;
}
#success-showcase-front figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  font-size: 18px;
}
#success-showcase-front figure.snip1157 blockquote.video {
  padding: 20px;
  text-align: center;
}
#expert-speak {
  padding-top: 70px;
}
#expert-speak .iohead {
  font-size: 20px;
  text-align: center;
}
#career-option {
  padding-top: 70px;
}
#career-option-create {
  padding-top: 70px;
}
#career-option-create .image-wrapper img {
  max-width: 250px;
  margin-top: 15px;
}
#career-option-create .image-wrapper .placeholder-icon {
  margin-left: 10px;
  margin-top: 10px;
}
#career-option-create p {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  color: #0e0e0e;
}
#career-option-update {
  padding-top: 70px;
}
#career-option-update .image-wrapper img {
  max-width: 250px;
  margin-top: 15px;
}
#career-option-update .image-wrapper .placeholder-icon {
  margin-left: 10px;
  margin-top: 10px;
}
#career-option-update p {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  color: #0e0e0e;
}
#career-option-view {
  background: #edeff0;
}
#career-option-view .posts-list {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #eee;
}
#career-option-view .html-container {
  max-width: 100%;
}
#career-option-view .html-container img {
  max-width: 100%;
}
#career-option-view .html-container p {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  color: #0e0e0e;
}
@media screen and (max-width: 952px) {
  #career-option-view .section-padding {
    margin: 5px;
  }
}
.qullbg {
  background: #fff;
  padding: 15px 10px;
}
#career-options {
  background: #edeff0;
}
@media screen and (max-width: 952px) {
  #career-options .section-padding {
    padding-top: 80px;
  }
}
#career-options .post_category_widget {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eee;
}
@media screen and (max-width: 952px) {
  #career-options .post_category_widget {
    padding: 12px;
  }
}
#career-options .cont-pad {
  padding-right: 35px;
  padding-left: 35px;
}
#career-options .team-area .single-team .team-caption p {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #000a2d;
  margin-bottom: 2px;
}
#career-options a:hover {
  -webkit-text-fill-color: unset;
}
#career-options .team-area .single-team .team-img img {
  border-radius: 7px;
  max-height: 145px;
}
#career-options .indco {
  background: #fbf9ff;
  border: 1px solid #f0e9ff;
  border-radius: 16px;
  padding: 10px;
}
#career-options .pad-30 {
  padding-left: 20px;
}
@media screen and (max-width: 952px) {
  #career-options .pad-30 {
    padding-left: 0px;
  }
}
#career-options .clearalll {
  font-size: 12px;
  position: relative;
  top: 10px;
  text-decoration: underline;
  color: #3589f1;
  cursor: pointer;
}
@media screen and (max-width: 952px) {
  #career-options .clearalll {
    top: 2px;
  }
}
#career-options .blog_right_sidebar .widget_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 952px) {
  #career-options .blog_right_sidebar .widget_title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#career-options .widget_title_fliter {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 952px) {
  #career-options .widget_title_fliter {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 952px) {
  #career-options .select-suport-items .single-items {
    margin-bottom: 10px;
  }
}
#career-options .wid {
  border-bottom: 1px solid #f0e9ff;
  margin-bottom: 30px;
}
@media screen and (max-width: 952px) {
  #career-options .wid {
    margin-bottom: 10px;
  }
}
#career-options .multiselect__option {
  font-size: 12px;
}
@media screen and (max-width: 952px) {
  #career-options .btn {
    font-size: 10px;
    padding: 14px 25px;
  }
}
#career-options .not_found {
  background: #fbf9ff;
  border: 1px solid #f0e9ff;
  border-radius: 6px;
  padding: 25px 15px;
  font-size: 16px;
}
#aptsection {
  padding-top: 70px;
}
#aptitude-package {
  padding-top: 70px;
}
#aptitude-view-test-structure {
  padding-top: 70px;
}
#aptitude-view-test-structure .catbtn {
  font-size: 12px;
  font-weight: 600;
  text-transform: initial;
  padding: 15px;
  background: transparent;
  color: #000a2d;
  border: 1px solid #000a2d;
}
#aptitude-view-test-structure .secbtn {
  font-weight: 600;
  text-transform: initial;
  padding: 20px;
  background: transparent;
  color: #000a2d;
  border: 1px solid #000a2d;
}
#aptitude-view-test-structure .secbtn.danger {
  color: red;
  border-color: red;
}
#aptitude-view-test-structure .catbtn.danger {
  color: red;
  border-color: red;
}
#aptitude-view-test-structure .bgro {
  background: #fdfdfd;
  border: 1px solid #f0e9ff;
  border-radius: 10px;
  padding: 10px 15px;
}
#aptitude-result .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
#commentModal input,
#view-comment input {
  height: auto;
}
#commentModal .modal-content,
#view-comment .modal-content {
  border-color: #dee2e6 !important;
  padding-bottom: 20px !important;
}
#commentModal .bottom-footer,
#view-comment .bottom-footer {
  position: sticky;
  bottom: 0;
}
#commentModal .send-comment,
#view-comment .send-comment {
  padding: 20px;
}
#commentModal .btn,
#view-comment .btn {
  padding: 10px !important;
}
#commentModal .comment-body,
#view-comment .comment-body {
  min-height: 40px;
  width: 70%;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 10px;
  word-break: break-word;
}
#commentModal .active,
#view-comment .active {
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
}
#commentModal .active .comment-date,
#view-comment .active .comment-date {
  font-size: 10px;
  text-align: left;
}
#commentModal .comment-date,
#view-comment .comment-date {
  font-size: 10px;
  text-align: right;
}
#commentModal .user-icon,
#view-comment .user-icon {
  justify-content: center;
  padding: 8px;
  border-radius: 50%;
  border: 1px dashed #dee2e6;
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 10px;
  background-color: #000a2d;
  color: #fff;
}
#commentModal .read-comment,
#view-comment .read-comment {
  max-height: 50vh;
  overflow-y: auto;
}
#commentModal .comment,
#view-comment .comment {
  padding-right: 30px;
}
#commentModal .file-upload-icon,
#view-comment .file-upload-icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0;
  cursor: pointer;
  position: relative;
  top: -30px;
  flex-direction: row-reverse;
  left: 530px;
}
#commentModal .comment-link,
#view-comment .comment-link {
  color: #000a2d;
  text-decoration: underline;
}
.button__badge {
  border-radius: 2px;
  color: white;
  padding: 1px 3px;
  font-size: 10px;
  top: 0;
  right: 0;
  margin-left: 20px;
  margin-top: -25px;
}
.button__badge__user {
  border-radius: 2px;
  color: white;
  padding: 1px 3px;
  font-size: 10px;
  top: 0;
  right: 0;
  margin-left: 115px;
  margin-top: -32px;
}
#examnotify-front .calen-cont {
  padding-top: 1.2em;
  min-height: 550px;
  margin-bottom: 2em;
  background: #f3f3f3;
  border: 1px solid #f0e9ff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 1px 1px 10px 0px #d2d2d2d1;
}
#examnotify-front .cld-main a {
  font-size: 12px;
  line-height: 10px;
}
#examnotify-front .row justify-content-center {
  padding-top: 80px;
}
#examnotify-front .subtle {
  color: #888;
  font-size: 15px;
}
#examnotify-front .card-media {
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  margin-bottom: 25px;
  transition: all 300ms ease-out;
  width: 100%;
  padding: 1.2em;
  display: flex;
}
#examnotify-front .card-media:hover {
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
}
#examnotify-front .card-media-object-container {
  background: none;
  float: left;
  height: 100%;
  width: 20%;
  position: relative;
}
#examnotify-front .card-media-object {
  background-position: center center;
  background-size: cover;
  height: 100%;
}
#examnotify-front .card-media-object:after {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease-out;
  z-index: 10;
}
#examnotify-front .card-media-object-tag {
  background-color: #fff;
  border-radius: 2px;
  padding: 2px 7px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#examnotify-front .card-media-body {
  background-color: #fff;
  float: left;
  height: 100%;
  padding: 12px 15px;
  position: relative;
  width: 65%;
}
#examnotify-front .card-media-body-top {
  display: block;
  margin-top: 5px;
}
#examnotify-front .card-media-body-heading {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
#examnotify-front .card-media-link {
  color: #41C1F2;
  text-decoration: none;
}
#examnotify-front .event_icon {
  width: 100%;
  float: left;
  margin-right: 0.75em;
}
#examnotify-front .event_month,
#examnotify-front .event_day {
  text-align: center;
}
#examnotify-front .event_month {
  padding: 0.1em;
  margin-bottom: 0.15em;
  background: #41C1F2;
  font-size: 1.75em;
  color: white;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  margin-top: 0.35em;
}
#examnotify-front .event_day {
  border: 1px solid #999;
  background: white;
  color: black;
  font-size: 2.25em;
  font-weight: bold;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
}
@media screen and (max-width: 800px) {
  #examnotify-front .calen-cont {
    overflow: scroll;
  }
}
