@charset "UTF-8";
/*
 * Bootstrap imports
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.ph0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.ph45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pv45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.ph65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.pv65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-size: 16px;
  min-width: 320px;
  color: #999999;
  overflow-y: auto;
  overflow-x: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.option-banner {
  background-image: url(../images/option-bg.jpg);
}

body.choose-banner {
  background-image: url(../images/choose-banner-img.jpg);
}

body.enrollment-congs-banner {
  background-image: url(../images/login-bg.jpg);
}

a {
  color: #198140;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

.min-fullHeight {
  min-height: 100%;
}

ul li, ol li {
  line-height: 3rem;
}

.no-bg-color {
  background-color: transparent !important;
}

.kf-link-white {
  color: #ffffff;
}

.kf-link-white:hover {
  color: #A6102B;
}

.kf-link-black {
  color: #000000;
}

.kf-link-black:hover {
  color: #A6102B;
}

.kf-dd-menu .kf-link {
  color: #A6102B;
}

.kf-dd-menu .kf-link .fa {
  font-size: 0.8em;
}

.kf-dd-menu ul.email-listing {
  font-size: 14px;
  padding: 10px 0;
}

.kf-dd-menu ul.email-listing li {
  position: relative;
  padding: 10px 0;
}

.kf-dd-menu ul.email-listing li:last-child {
  padding-bottom: 0;
}

.kf-dd-menu ul.email-listing li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #F6F6F6;
}

.kf-dd-menu ul.email-listing li a.email-not-read {
  position: relative;
}

.kf-dd-menu ul.email-listing li a.email-not-read::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #198140;
  position: absolute;
  top: 5px;
  left: -18px;
}

.lightgrey-color {
  color: #A1A0A0;
}

.text-light-grey {
  color: #F6F6F6;
}

.text-red {
  color: red;
}

.text-white {
  color: #ffffff;
}

.text-grey {
  color: #999999;
}

.text-greyed {
  color: #4b4b4b;
}

.text-lightgreen {
  color: #3CC753;
}

.text-semilight-grey {
  color: #A1A0A0;
}

.text-semidark-grey {
  color: #666666;
}

.text-black {
  color: #000000;
}

.text-primary-color {
  color: #198140;
}

.text-secondary-color {
  color: #A6102B !important;
}

.text-yellow {
  color: #F7CE06;
}

.text-secondary-link {
  color: #A6102B;
}

.text-secondary-link:hover {
  color: #000000;
}

.lightred-color {
  background-color: #f4777c;
}

.cursor-pointer {
  cursor: pointer;
}

a:focus {
  color: #198140;
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

a:focus, input:focus, button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #000000;
}

.font-secondary {
  font-family: Georgia, "Times New Roman", Times, serif;
}

a {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a:visited, a:focus, a:hover {
  text-decoration: none;
  outline: none;
}

strong {
  font-weight: 600;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #198140 inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
}

::-moz-selection {
  color: #ffffff;
  background: #198140;
}

::selection {
  color: #ffffff;
  background: #198140;
}

.fullHeight {
  height: 100%;
}

.h-100-vh {
  height: 100vh;
  min-height: 650px;
}

.h-90-vh {
  height: 90vh;
  min-height: 650px;
}

.h-80-vh {
  height: 80vh;
  min-height: 650px;
}

.h-70-vh {
  height: 70vh;
  min-height: 550px;
}

.h-60-vh {
  height: 60vh;
  min-height: 450px;
}

.h-55-vh {
  height: 55vh;
}

.h-50-vh {
  height: 50vh;
}

.h-40-vh {
  height: 40vh;
}

@media (min-width: 1201px) and (max-width: 1366px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 1420px) and (max-width: 1920px) {
  .container {
    max-width: 1340px;
    width: 100%;
  }
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 2.6rem;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.font-light {
  font-weight: 300 !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-semilight {
  font-weight: 500 !important;
}

.font-semiBold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.btn {
  position: relative;
  border: 1px transparent solid;
  font-size: 1.6rem;
  font-weight: 600;
  overflow: hidden;
  border-radius: 0px;
  min-width: 120px !important;
}

.btn-pinned .fa-thumb-tack {
  rotate: 35deg;
}

.btn span {
  position: relative;
  z-index: 1;
}

.btn-secondary {
  color: #ffffff;
  border-color: #A6102B;
  background-color: #A6102B;
}

.btn-secondary::after {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #A6102B;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.btn-secondary:hover {
  color: #A6102B;
  background-color: #ffffff;
  border-color: #A6102B;
}

.btn-secondary:hover::after {
  top: -100%;
}

.btn-secondary-holo {
  color: #A6102B;
  border-color: #A6102B;
  border-radius: 5px;
}

.btn-secondary-holo::after {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #A6102B;
  content: "";
  display: inline-block;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.btn-secondary-holo:hover {
  color: #ffffff !important;
}

.btn-secondary-holo:hover::after {
  top: 0;
}

.btn-yellow {
  color: #000000;
  border-color: #F7CE06;
  background-color: #F7CE06;
}

.btn-yellow::after {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #F7CE06;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.btn-yellow:hover {
  background-color: #ffffff;
}

.btn-yellow:hover::after {
  top: -100%;
}

.btn-yellow-holo {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 5px;
}

.btn-yellow-holo::after {
  background-color: #ffffff;
  top: -100%;
}

.btn-yellow-holo:hover {
  color: #198140 !important;
}

.btn-yellow-holo:hover::after {
  top: 0;
}

.btn-black {
  color: #ffffff;
  border-color: #0a0a0a;
}

.btn-black::after {
  background-color: #0a0a0a;
}

.btn-black:hover {
  color: #0a0a0a !important;
}

.btn-black:hover::after {
  top: -100%;
}

.btn-black-fill {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
  font-weight: normal;
}

.btn-black-fill:hover, .btn-black-fill:focus {
  border-color: #000000;
  background-color: transparent;
  color: #000000 !important;
}

.btn-black-holo {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border: 1px #0a0a0a solid;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.6rem;
}

.btn-black-holo:hover {
  background-color: #0a0a0a;
  color: #ffffff;
}

.btn-black-holo-empty {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border: 1px #0a0a0a solid;
  color: #000000;
  font-size: 1.6rem;
}

.btn-black-holo-empty:hover {
  background-color: #0a0a0a;
  color: #ffffff;
}

.btn-white {
  color: #ffffff;
  border-color: #000000;
}

.btn-white:hover {
  color: #000000 !important;
}

.btn-white-holo {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 5px;
  background-color: transparent;
}

.btn-white-holo:hover {
  color: #A6102B;
  background-color: #ffffff;
}

.btn-white-holo-empty {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border: 1px #ffffff solid;
  color: #ffffff;
  font-size: 1.6rem;
}

.btn-white-holo-empty:hover {
  color: #000000;
  background-color: #ffffff;
}

.btn-grey {
  color: #ffffff;
  border-color: #A1A0A0;
}

.btn-grey::after {
  background-color: #A1A0A0;
}

.btn-grey:hover {
  color: #A1A0A0 !important;
}

.btn-grey:hover::after {
  top: -100%;
}

.btn-grey-fill {
  color: #ffffff;
  background-color: #A1A0A0;
  border-color: #A1A0A0;
}

.btn-grey-fill:hover {
  color: #000000;
  background-color: #ffffff;
}

.btn-grey-disabled {
  pointer-events: none;
  color: #A1A0A0 !important;
  border-color: #A1A0A0 !important;
}

.btn-grey-disabled::after {
  background-color: #F6F6F6 !important;
}

.btn-lightgrey-fill {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-lightgrey-fill:hover {
  color: #000000;
  background-color: #ffffff;
}

.btn-red {
  color: #ffffff;
  border-color: #A6102B;
  background-color: #A6102B;
  font-weight: normal;
}

.btn-red:hover, .btn-red:focus {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff !important;
}

.btn-red-holo {
  color: #A6102B;
  border-color: #A6102B;
  background-color: #ffffff;
}

.btn-red-holo:hover, .btn-red-holo:focus {
  background-color: #A6102B;
  color: #ffffff !important;
}

.btn-red-fill {
  color: #ffffff;
  border-color: #A6102B;
  background-color: #A6102B;
  font-weight: normal;
}

.btn-red-fill:hover, .btn-red-fill:focus {
  border-color: #A6102B;
  background-color: #ffffff;
  color: #A6102B !important;
}

.btn-green {
  color: #ffffff;
  border-color: #198140;
  background-color: #198140;
}

.btn-green::after {
  background-color: #198140;
}

.btn-green:hover, .btn-green:focus {
  background-color: transparent;
  color: #198140 !important;
}

.btn-green:hover::after, .btn-green:focus::after {
  top: -100%;
}

.btn-green-holo {
  color: #198140;
  border-color: #198140;
}

.btn-green-holo::after {
  background-color: #198140;
  top: -100%;
}

.btn-green-holo:hover, .btn-green-holo:focus {
  color: #ffffff !important;
}

.btn-green-holo:hover::after, .btn-green-holo:focus::after {
  top: 0;
}

.btn-video-play {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.btn-video-play::after, .btn-video-play::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-video-play::after {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.btn-video-play::before {
  background-color: #ffffff;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-video-play [class^='icon-'] {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  display: block;
  color: #198140;
  font-size: 40px;
  text-align: center;
  line-height: 100px;
  position: relative;
  z-index: 3;
}

.btn-video-play:hover::after {
  background-color: #198140;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}

.btn-video-play:hover::before {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.btn-video-play:hover [class^='icon-'] {
  color: #ffffff;
}

.btn-login {
  color: #ffffff;
  background-color: #0a0a0a;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  width: 160px;
}

.btn-login::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px rgba(153, 153, 153, 0.4) solid;
}

.btn-login:hover {
  color: #000000;
  background-color: #ffffff;
}

.btn-register {
  color: #ffffff;
  background-color: #A6102B;
  font-size: 2rem;
  font-weight: 500;
  width: 160px;
}

.btn-register:hover {
  color: #A6102B;
  background-color: #ffffff;
}

.zoom-h-img {
  overflow: hidden;
  position: relative;
}

.zoom-h-img img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}

.progress-bar-5, .progress-bar-4, .progress-bar-3 {
  height: 6px;
  background-color: #F0F0F0;
}

.progress-bar-5 .progress-bar, .progress-bar-4 .progress-bar, .progress-bar-3 .progress-bar {
  background-color: #388E3C;
}

.progress-bar-2 {
  background-color: #F0F0F0;
  height: 6px;
}

.progress-bar-2 .progress-bar {
  background-color: #FF9F00;
}

.progress-bar-1 {
  background-color: #F0F0F0;
  height: 6px;
}

.progress-bar-1 .progress-bar {
  background-color: #FF6161;
}

.left-spacing {
  padding-left: 220px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .left-spacing {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .left-spacing {
    padding-left: 0;
  }
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  margin: 0 auto;
  width: 4px;
  height: 20px;
  background: #198140;
  overflow: visible;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.loader-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
}

.loader.loader-gray:after, .loader.loader-gray::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 20px;
  content: '';
  background: #ffffff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

.loader.loader-gray:after {
  margin: -10px 0 0 6px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
}

.loader.loader-gray:before {
  margin: -10px 0 0 -10px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
  background-color: #ffffff;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1, 0.5);
    opacity: .2;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    opacity: .2;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

.mob--menu {
  right: 0;
  top: 0px;
  width: 105px;
  background-color: #0a0a0a;
  position: relative;
}

.box-shadow, #internshipField .internship-field a:hover {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.box-white {
  background-color: #ffffff;
}

.color-grey {
  color: #999999;
}

.zoom-h-img {
  display: block;
}

.zoom-h-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.f-weight-500 {
  font-weight: 500;
}

.pro-sign-up .kf-field .form-control {
  padding: 12px 10px !important;
}

.kf-field {
  margin-bottom: 5px;
}

.kf-field .font-secondary {
  font-family: Arial, Helvetica, sans-serif !important;
}

.kf-field .font-secondary.fs-14, .kf-field .font-secondary.fs-12 {
  font-size: 15px !important;
}

.kf-field input.bg-white {
  background-color: #ffffff !important;
}

.kf-field.kf-field-searchicon {
  position: relative;
}

.kf-field.kf-field-searchicon input {
  position: relative;
  z-index: 0;
  padding-left: 30px !important;
}

.kf-field.kf-field-searchicon input.bg-white {
  background-color: #ffffff !important;
}

.kf-field.kf-field-searchicon input + .fa {
  z-index: 1;
}

.kf-field.kf-field-searchicon .fa {
  position: absolute;
  top: 7px;
  left: 10px;
}

.kf-field .form-control {
  border-color: #cccccc;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #EAEAEA !important;
  padding: 5px 10px !important;
  font-size: 1.4rem;
}

.kf-field .form-control.verify-email-input {
  padding-right: 110px !important;
}

.verify-email {
  bottom: 8px;
  right: 22px;
}

.top-bottom-line-grey, .top-bottom-line-white {
  position: relative;
}

.top-bottom-line-grey::after, .top-bottom-line-grey::before, .top-bottom-line-white::after, .top-bottom-line-white::before {
  content: "";
  height: 100px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top-bottom-line-grey::before, .top-bottom-line-white::before {
  top: auto;
  bottom: 0;
}

.top-bottom-line-grey::after, .top-bottom-line-grey::before {
  border-left: 1px solid #999999;
}

.top-bottom-line-white::after, .top-bottom-line-white::before {
  border-left: 1px solid #ffffff;
}

.bg-black-link a {
  color: #ffffff;
}

.bg-black-link a:hover {
  color: #A6102B;
}

.border-end-color-grey {
  border-right-color: #222222 !important;
}

.video-timer .progress-bar {
  background-color: #A6102B;
}

.bottom-line-grey, .bottom-line-white {
  position: relative;
}

.bottom-line-grey::before, .bottom-line-white::before {
  content: "";
  height: 100px;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bottom-line-grey::before {
  border-left: 1px solid #999999;
}

.bottom-line-white::before {
  border-left: 1px solid #ffffff;
}

.bg-white-trans {
  background-color: rgba(255, 255, 255, 0.2);
}

.line-height-normal {
  line-height: normal !important;
}

.student-form-img {
  background-image: url(../images/student-form-img.jpg);
  background-size: cover;
  background-position: top center;
}

.student-form-img > div {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
  line-height: 3rem;
  margin: auto;
  position: absolute;
}

@media (max-width: 767px) {
  .student-form-img > div {
    position: relative;
  }
}

.professor-form-img {
  background-image: url(../images/professor-form-img-01.jpg);
  background-size: cover;
  background-position: top center;
}

.onboarding-form-img {
  background-image: url(../images/onboarding-form-img.jpg);
  background-size: cover;
  background-position: top center;
}

.message-text {
  top: 0;
  left: 0;
}

.message-text .text {
  background-color: #ffe7c3;
  padding: 20px 50px;
}

@media (max-width: 767px) {
  .message-text .text {
    padding: 20px 20px;
  }
}

a.know-more {
  color: #ffffff !important;
  font-size: 3rem;
}

a.know-more:hover {
  color: #999999 !important;
}

a.know-more .grey-circle {
  display: inline-block;
  color: #ffffff;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 3rem;
  line-height: 60px;
  border-radius: 50%;
  background-color: #999999;
}

.page-title {
  font-size: 6rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-title {
    font-size: 5.5rem;
  }
}

@media (max-width: 767px) {
  .page-title {
    font-size: 4rem;
  }
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 600px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -600px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -600px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

.btn-dark {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  font-size: 1.4rem;
}

.btn-dark:hover {
  background-color: #198140;
  border-color: #198140;
}

.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav > div i {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.owl-dots {
  text-align: center;
}

.owl-dots > .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px #e3e3e3 solid;
  margin: 0 7px 20px;
}

.max-w-500-px {
  max-width: 500px;
}

.mob-nav {
  background-color: #f8f8f8;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mob-nav a {
  font-size: 0.8rem;
  color: #000000;
  padding-bottom: 5px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .mob-nav a {
    padding-left: 0;
    padding-right: 0;
  }
}

.mob-nav a.active, .mob-nav a:hover {
  color: #ffffff;
  background-color: #77cdd6;
}

.mob-nav a.active svg path,
.mob-nav a.active svg g, .mob-nav a:hover svg path,
.mob-nav a:hover svg g {
  fill: #ffffff;
  stroke: #ffffff;
}

.mob-nav a span {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.mob-nav a .counter-number {
  border-radius: 20px;
  min-width: 20px;
  color: #ffffff;
  background-color: #198140;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 20%;
  font-size: 1.3rem;
}

.carousel-indicators li {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 12px 20px;
  opacity: 1;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 10px 0;
  }
}

.carousel-indicators li::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 29px;
  height: 29px;
  border: 20px;
  display: block;
  border-radius: 50px;
  border: 2px solid transparent;
}

@media (max-width: 767px) {
  .carousel-indicators li::after {
    width: 22px;
    height: 22px;
  }
}

.carousel-indicators li:hover {
  background-color: #198140;
}

.carousel-indicators li.active {
  background-color: #198140;
}

.carousel-indicators li.active::after {
  border-color: #198140;
}

.btn-gold {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #198140;
  color: #ffffff;
}

.btn-gold:hover, .btn-gold:focus, .btn-gold:active {
  background-color: #0a0a0a;
  color: #ffffff;
}

.modal-backdrop.show {
  background-color: #8A8C8E;
  opacity: 0.85;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.mt--5 {
  margin-top: -5px;
}

.mt--8 {
  margin-top: -8px;
}

.ml--10 {
  margin-left: -10px;
}

.top--5 {
  top: -5px;
}

.top--10 {
  top: -10px;
}

.border-color-black {
  border-color: #0a0a0a !important;
}

.border-top-dash {
  border-top: 1px dashed #0a0a0a;
}

.border-bottom-solid {
  border-bottom: 1px solid #F6F6F6;
}

.cursor-pointer {
  cursor: pointer;
}

#trainingCalendar th, #trainingCalendar td {
  padding-top: 15px;
  padding-bottom: 15px;
}

#accordionEvents .accordion-item {
  border: 0;
}

#accordionEvents .accordion-button {
  margin-bottom: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#accordionEvents .accordion-button.collapsed {
  color: #000000;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #F7CE06;
  border: 1px solid #F7CE06;
}

#accordionEvents .accordion-button:not(.collapsed) {
  border: 1px solid #F7CE06;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  border-radius: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #ffffff;
}

.checkout-breadcrumb ul {
  margin: 0;
  padding: 0;
}

.checkout-breadcrumb ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding-right: 35px;
}

.checkout-breadcrumb ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 1px;
  background-color: #999999;
}

.checkout-breadcrumb ul li a {
  font-size: 2rem;
  color: #999999;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .checkout-breadcrumb ul li a {
    font-size: 1.6rem;
  }
}

.checkout-breadcrumb ul li a:hover {
  color: #198140;
}

.checkout-breadcrumb ul li:last-child {
  padding-left: 3px;
  padding-right: 0;
}

.checkout-breadcrumb ul li:last-child::after {
  content: none;
}

.checkout-breadcrumb ul li.active a {
  color: #000000;
}

.white-grey-link {
  color: #ffffff;
}

.white-grey-link:hover {
  color: #999999;
}

.arrow {
  bottom: 15px;
  right: 15px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 40px !important;
  border-radius: 50%;
  background-color: #999999;
}

/* // ========== */
.custom_radio_checkbox {
  min-height: 28px;
}

.custom_radio_checkbox label {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #525252;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_radio_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom_radio_checkbox label input:checked ~ .checkmark:after {
  display: block;
  background-color: #198140;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.custom_radio_checkbox label input:checked ~ .checkmark {
  border-color: #198140;
}

.custom_radio_checkbox label .checkmark {
  position: absolute;
  top: 3px;
  left: 1px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #999999;
}

.custom_radio_checkbox label .checkmark:after {
  content: '';
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: -1px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-color: transparent;
}

.rating-progress {
  border-left: 1px #D8D1D1 solid;
}

@media (max-width: 767px) {
  .rating-progress {
    border-left: 0;
    border-top: 1px #D8D1D1 solid;
  }
}

.page-link {
  color: #198140;
}

.page-link:hover {
  color: #999999;
}

.page-link:focus {
  color: #198140;
}

.page-item.active .page-link {
  background-color: #198140;
  border-color: #198140;
}

.tooltip {
  z-index: 1000 !important;
}

.lab_Details .red_scrollbar {
  max-height: 486px;
  overflow-x: hidden;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #My_Cart .Sidebar {
    padding-right: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #Assign_Tests_To_Patient .Sidebar {
    padding-right: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .Filters_Sidebar {
    padding-left: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #Assign_Tests_To_Patient .Sidebar {
    padding-right: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #Checkout-Details .Sidebar {
    padding-right: 0px;
  }
}

.Mb_Back_Btn {
  display: none;
}

@media (max-width: 991px) {
  .Mb_Back_Btn {
    display: block;
  }
}

@media (max-width: 991px) {
  .Ds_Back_btn {
    display: none;
  }
}

.carousel .thumbs-wrapper {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.carousel-root .carousel .thumb {
  border-width: 1px;
  border-radius: 5px;
}

.carousel-root .carousel .thumb.selected, .carousel-root .carousel .thumb:hover {
  border-width: 1px;
  border-color: #198140;
}

.cross-icon {
  padding: 1px 6px 2px 6px;
}

.modal-content .cross-icon {
  padding: 5px 6px 5px 6px;
}

.top-bottom-0 {
  top: 0;
  bottom: 0;
}

.right-0 {
  right: 0;
}

.column-2-listing {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

@media (max-width: 991px) {
  .lab_Details .column-2-listing {
    columns: 1 !important;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

[disabled] {
  pointer-events: none;
}

#featuredLabsSection .owl-theme .owl-nav {
  opacity: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  #featuredLabsSection .owl-theme .owl-nav {
    display: none;
  }
}

#featuredLabsSection .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  -webkit-transform: translatey(50%);
          transform: translatey(50%);
  left: -35px;
}

#featuredLabsSection .owl-theme .owl-nav .owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 31px;
  color: #198140;
  font-weight: 900;
  background: transparent;
}

#featuredLabsSection .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  -webkit-transform: translatey(50%);
          transform: translatey(50%);
  right: -35px;
}

#featuredLabsSection .owl-theme .owl-nav .owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 31px;
  color: #198140;
  font-weight: 900;
  background: transparent;
}

#featuredLabsSection .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent !important;
}

.border-primary-color {
  border-color: #198140 !important;
}

.border-radius-0-top-lr {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

ol.terms-condition-ol-list {
  font-size: 1.6rem;
}

ol.terms-condition-ol-list li {
  margin-bottom: 15px;
}

.ul-list {
  list-style: disc;
}

.ul-list li {
  margin-left: 40px;
}

.dropdown-menu.end {
  right: 0 !important;
  left: auto !important;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-13 {
  font-size: 1.3rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-25 {
  font-size: 2.5rem;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-32 {
  font-size: 3.2rem;
}

.fs-34 {
  font-size: 3.4rem;
}

.fs-40 {
  font-size: 4rem;
}

.fs-50 {
  font-size: 5rem;
}

.fs-55 {
  font-size: 5.5rem;
}

.fs-60 {
  font-size: 6rem;
}

.fs-70 {
  font-size: 7rem;
}

.fs-80 {
  font-size: 8rem;
}

.fs-90 {
  font-size: 9rem;
}

.fs-100 {
  font-size: 10rem;
}

.l-height-12 {
  line-height: 1.2rem;
}

.l-height-14 {
  line-height: 1.4rem;
}

.l-height-16 {
  line-height: 1.6rem;
}

.l-height-18 {
  line-height: 1.8rem;
}

.l-height-20 {
  line-height: 2rem;
}

.l-height-22 {
  line-height: 2.2rem;
}

.l-height-24 {
  line-height: 2.4rem;
}

.l-height-25 {
  line-height: 2.5rem;
}

.l-height-30 {
  line-height: 3rem;
}

.l-height-34 {
  line-height: 3.4rem;
}

.l-height-40 {
  line-height: 4rem;
}

.l-height-50 {
  line-height: 5rem;
}

.l-height-55 {
  line-height: 5.5rem;
}

.l-height-60 {
  line-height: 6rem;
}

.img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
}

.bootstrap-select .selectpicker + .btn {
  background-color: #ffffff;
  font-weight: normal;
  outline: none !important;
}

.bootstrap-select .selectpicker + .btn.show {
  border-bottom-color: #A6102B;
}

.bootstrap-select .selectpicker + .btn::after {
  position: absolute !important;
  right: 0;
  top: 8px;
  font-family: "icomoon" !important;
  font-size: 1.2rem;
  content: "\e90a";
  color: #999999;
  margin-right: 10px;
  border: 0;
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bootstrap-select .dropdown-menu {
  font-size: 14px;
}

.bootstrap-select .dropdown-menu .dropdown-header {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.bootstrap-select .dropdown-menu .dropdown-item.active, .bootstrap-select .dropdown-menu .dropdown-item:active {
  background-color: #A6102B;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
}

.ff-secondary {
  font-family: Georgia, "Times New Roman", Times, serif;
}

@media (max-width: 767px) {
  .w-xs-100 {
    width: 100%;
  }
}

.m-w-auto {
  min-width: auto !important;
}

.dd-menu a#dropdownMenuLink {
  color: #A6102B;
}

.dd-menu .dropdown-menu {
  font-size: 1.6rem;
}

.dd-menu .dropdown-menu a:active {
  background-color: #198140;
}

.feedback-form .kf-field .form-control {
  padding: 10px !important;
}

@media (max-width: 767px) {
  .ui-autocomplete.ui-menu {
    width: 90% !important;
  }
  .ui-autocomplete.ui-menu .ui-menu-item {
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px #F6F6F6 solid;
  }
  .ui-autocomplete.ui-menu .ui-menu-item:last-child {
    border-bottom: 0;
  }
}

#filterBy .accordion-header .accordion-button {
  font-size: 1.8rem;
  font-weight: 600;
}

#filterBy .accordion-header .accordion-button::after {
  font-family: "icomoon" !important;
  font-size: 1rem;
  content: "\e908";
  color: #A6102B;
  margin-right: 10px;
  background-image: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#filterBy .accordion-header .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#filterBy .accordion-header .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#filterBy .accordion-item:first-of-type {
  border-radius: 5px 5px 0 0;
}

#filterBy .accordion-item:first-of-type .accordion-button {
  border-radius: 5px 5px 0 0;
}

#filterBy .accordion-item:last-of-type {
  border-radius: 0 0 5px 5px;
}

#filterBy .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0 0 5px 5px;
}

#filterBy .distance-filter .slider.slider-horizontal {
  width: 100%;
}

#filterBy .distance-filter .slider.slider-horizontal .tooltip {
  font-size: 14px;
}

#filterBy .distance-filter .slider.slider-horizontal .slider-track {
  height: 5px;
  margin-top: -2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#filterBy .pincode-filter {
  position: relative;
}

#filterBy .pincode-filter .form-control {
  padding-left: 35px;
}

#filterBy .pincode-filter .form-control::-webkit-input-placeholder {
  color: #D8D1D1;
}

#filterBy .pincode-filter .form-control:-ms-input-placeholder {
  color: #D8D1D1;
}

#filterBy .pincode-filter .form-control::-ms-input-placeholder {
  color: #D8D1D1;
}

#filterBy .pincode-filter .form-control::placeholder {
  color: #D8D1D1;
}

#filterBy .pincode-filter::before {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-family: "icomoon" !important;
  font-size: 1.8rem;
  content: "\e901";
  color: #F6F6F6;
  margin-right: 10px;
  position: absolute;
  top: 18px;
  left: 25px;
  z-index: 1;
}

.custom-checkbox {
  padding-left: 28px;
  position: relative;
}

.custom-checkbox .label-text {
  font-weight: 500;
}

.custom-checkbox .input-checkbox {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #F6F6F6;
}

.custom-checkbox .input-checkbox::after {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-family: "icomoon" !important;
  font-size: 1.2rem;
  content: "\e902";
  color: #ffffff;
  margin-right: 10px;
  position: relative;
  top: -2px;
  left: 3px;
}

.custom-checkbox input[type=checkbox]:checked + .input-checkbox {
  background-color: #198140;
  border-color: #198140;
}

.custom-checkbox input[type=checkbox]:checked + .input-checkbox::after {
  color: #ffffff;
}

.custom-radio {
  padding-left: 28px;
  position: relative;
}

.custom-radio .label-text {
  font-weight: 500;
}

.custom-radio .input-radio {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #999999;
}

.custom-radio .input-radio::after {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}

.custom-radio input[type=radio]:checked + .input-radio {
  border-color: #198140;
}

.custom-radio input[type=radio]:checked + .input-radio::after {
  background-color: #198140;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.right--15 {
  right: -15px;
}

.bottom--15 {
  bottom: -15px;
}

.w-20-px {
  width: 20px;
}

.w-30-px {
  width: 30px;
}

.w-40-px {
  width: 40px;
}

.w-60-px {
  width: 60px;
}

.h-20-px {
  height: 20px;
}

.h-30-px {
  height: 30px;
}

.h-40-px {
  height: 40px;
}

.h-60-px {
  height: 60px;
}

.bg-black {
  background-color: #0a0a0a !important;
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-lightpink {
  background-color: #f4777c52;
}

.bg-exlight-grey {
  background-color: #FBFBFB;
}

.bg-light-grey {
  background-color: #F6F6F6;
}

.bg-dark-grey {
  background-color: #222222;
}

.bg-primary-color, .bg-primarycolor {
  background-color: #198140 !important;
}

.bg-secondary-color {
  background-color: #A6102B !important;
}

.bg-yellow-color {
  background-color: #F7CE06;
}

.pagination .page-link {
  padding-left: 15px;
  padding-right: 15px;
}

#subMenu ul {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

#subMenu ul li {
  display: inline-block;
  color: #ffffff;
}

#subMenu ul li::after {
  content: "|";
  margin: 0  12px 0 14px;
  display: inline-block;
}

#subMenu ul li:last-child::after {
  content: none;
}

#subMenu ul li a {
  color: #ffffff;
}

#subMenu ul li a:hover {
  color: #000000;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.text-link-black {
  color: #000000;
}

.text-link-black:hover {
  color: #198140;
}

.custom-scrollbar {
  overflow-x: auto;
}

.custom-scrollbar-y {
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f0f0f0;
  -webkit-background-color: #f0f0f0;
  -moz-background-color: #f0f0f0;
  cursor: pointer;
}

.custom-scrollbar::-webkit-scrollbar {
  background-color: #A1A0A0;
  -webkit-background-color: #A1A0A0;
  -moz-background-color: #A1A0A0;
  width: 5px;
  background-color: #f0f0f0;
  border-radius: 5px;
  -webkit-width: 5px;
  -moz-width: 5px;
  -webkit-background-color: #f0f0f0;
  -moz-background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.custom-scrollbar-y::-webkit-scrollbar {
  height: 5px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #A1A0A0;
  -webkit-background-color: #A1A0A0;
  -moz-background-color: #A1A0A0;
}

.instagram-widget img {
  width: 100%;
}

.instagram-widget a {
  position: relative;
  height: 100%;
  display: block;
  color: #ffffff;
}

.instagram-widget a img {
  width: 100%;
}

.instagram-widget a span {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(239, 127, 27, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instagram-widget a span i {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-size: 18px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.instagram-widget a:hover span {
  opacity: 1;
  width: 80%;
  height: 80%;
}

.instagram-widget a:hover span i {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pf-tab-content .nav .nav-item {
  margin-right: 30px;
}

.pf-tab-content .nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: #F6F6F6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 10px;
  position: relative;
}

.pf-tab-content .nav .nav-item .nav-link::after {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  content: "";
  border-bottom: 4px solid transparent;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.pf-tab-content .nav .nav-item .nav-link.active, .pf-tab-content .nav .nav-item .nav-link:hover {
  color: #198140;
}

.pf-tab-content .nav .nav-item .nav-link.active::after, .pf-tab-content .nav .nav-item .nav-link:hover::after {
  border-bottom-color: #198140;
}

.connectModalPopup .btn-close {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: -15px;
  right: -30px;
  color: #ffffff;
  background: none;
  opacity: 1;
}

@media (max-width: 767px) {
  .connectModalPopup .btn-close {
    top: 0px;
    right: 15px;
    color: #999999;
  }
}

.connectModalPopup .btn-close:hover {
  color: #198140;
}

.connectModalPopup .connect-form .form-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.connectModalPopup .connect-form textarea {
  min-height: 100px;
}

.connectModalPopup .connect-form .form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border-radius: 5px;
}

.connectModalPopup .connect-form .form-control::-webkit-input-placeholder {
  color: #A1A0A0;
}

.connectModalPopup .connect-form .form-control:-ms-input-placeholder {
  color: #A1A0A0;
}

.connectModalPopup .connect-form .form-control::-ms-input-placeholder {
  color: #A1A0A0;
}

.connectModalPopup .connect-form .form-control::placeholder {
  color: #A1A0A0;
}

.form-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border-radius: 5px;
}

.form-control[disabled] {
  color: #999999 !important;
}

.modal .btn-close {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 1;
  position: absolute;
  top: 0;
  color: #ffffff;
  right: -40px;
  background: none;
}

@media (max-width: 767px) {
  .modal .btn-close {
    top: 5px;
    color: #999999;
    right: 10px;
  }
}

.modal .btn-close:hover {
  color: #F7CE06;
}

.dropdown-icon-none::after {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .text-xs-left {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-xs-left {
    text-align: left !important;
  }
}

.mt--50 {
  margin-top: -50px;
}

.mt--100 {
  margin-top: -100px;
}

.mt--150 {
  margin-top: -150px;
}

.mt--200 {
  margin-top: -200px;
}

.page-item.active .page-link {
  background-color: #A6102B;
  border-color: #A6102B;
}

.page-item .page-link {
  color: #A6102B;
}

.modal-backdrop.show {
  background-color: #000000;
}

.text-highlighter-animation {
  position: relative;
  color: #ffffff;
}

.text-highlighter-animation span {
  background-color: #A6102B;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-animation: texthighlighter 2s normal forwards;
  -moz-animation: texthighlighter 2s normal forwards;
  -o-animation: texthighlighter 2s normal forwards;
}

@-webkit-keyframes texthighlighter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes texthighlighter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.radio-buttons .btn {
  font-weight: normal;
  border: 1px solid #198140;
}

.add-new-post {
  text-decoration: none;
  font-weight: normal;
}

.add-new-post.btn-link {
  color: #A6102B;
}

.add-new-post:hover {
  text-decoration: underline;
}

.add-new-post span {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #A6102B;
}

.arrow-left {
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inherit;
}

.rich-content ol, .rich-content ul {
  padding-left: 30px;
  list-style: auto;
  margin-bottom: 30px;
}

.rich-content ul {
  list-style: disc;
}

.quiz-no-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quiz-no-list ul li {
  display: inline-block;
  width: 50px;
  border: 1px #000000 solid;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 4px;
  color: #000000;
  font-weight: 600;
}

@media (max-width: 767px) {
  .quiz-no-list ul li {
    width: 30px;
    font-size: 1.4rem;
  }
}

.quiz-no-list ul li a {
  color: #000000;
  display: block;
  width: 100%;
  line-height: 30px;
  background-color: #198140;
}

.alphabet-list {
  list-style-type: upper-alpha;
}

.logo-water-mark {
  background: url(../images/icon.png) no-repeat center center fixed;
  background-size: 500px;
}

.applicants-table thead th {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  text-align: center;
}

.label-hello {
  position: relative;
  width: 70px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 5px 10px;
  text-align: center;
  background-color: #198140;
  color: #ffffff;
}

.label-hello::after {
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 15px;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent;
  border-left-color: #198140;
}

.student-social-media-links ul li {
  display: inline-block;
  padding: 0 20px;
}

.student-social-media-links ul li a {
  color: #ffffff;
  font-size: 20px;
}

.student-social-media-links ul li a:hover {
  color: #000000;
}

.tag-list li {
  display: inline-block;
  background-color: #cccccc;
  padding: 5px 8px;
  line-height: normal;
  border-radius: 30px;
  color: #999999;
  font-size: 0.8em;
}

.tag-list li a {
  font-size: 0.8em;
  color: #999999;
}

.tag-list li a:hover {
  color: #A6102B;
}

.mcs-horizontal-example {
  width: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.mcs-horizontal-example .mCSB_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mcs-horizontal-example .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.mcs-horizontal-example p {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 auto;
          flex: 2 0 auto;
  max-width: 100%;
  display: inline-block;
}

.FilterDirectory-list {
  padding: 10px 18px 10px 0 !important;
  height: 465px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}

.FilterDirectory-list li {
  margin: 0 20px 8px 0;
  font-size: 14px;
  padding-left: 10px;
  line-height: normal;
  min-width: 200px;
}

.FilterDirectory-list li label {
  display: block;
  width: 100%;
  min-height: 17px;
  color: #282c3f;
  position: relative;
  cursor: pointer;
}

.FilterDirectory-list li label input[type=checkbox] {
  margin: 0 10px 0 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.FilterDirectory-list li label input[type=checkbox]:checked.other + div + .other-element {
  display: block !important;
}

.FilterDirectory-list li .common-checkboxIndicator {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c3c2c9;
  background: #fff;
  border-radius: 2px;
}

.FilterDirectory-list li .common-checkboxIndicator::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  width: 8px;
  height: 5px;
  border-color: #fff;
  border-style: none none solid solid;
  border-width: 2px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.FilterDirectory-list li .common-customCheckbox input:checked ~ .common-checkboxIndicator {
  border: none;
  background: #A6102B;
}

.FilterDirectory-list li.FilterDirectory-listTitle {
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #282c3f;
  max-width: 200px;
}

.FilterDirectory-list li.FilterDirectory-listTitle.text-capitalize {
  margin-bottom: 10px;
  max-width: 200px;
  white-space: normal !important;
}

.FilterDirectory-list .FilterDirectory-disabled, .FilterDirectory-list .click-FilterDirectory-disabled {
  opacity: 0.2;
  cursor: default;
}

.hint-icon {
  top: 30px;
  right: -25px;
}

@media (max-width: 767px) {
  .hint-icon {
    right: 0;
  }
}

.hint-icon img {
  width: 25px;
}

@media (max-width: 767px) {
  .hint-icon img {
    width: 20px;
  }
}

.hint-icon-2 {
  top: 3px;
  right: -40px;
}

@media (max-width: 767px) {
  .hint-icon-2 {
    top: 4px;
    right: -30px;
  }
}

.hint-icon-2 img {
  width: 25px;
}

@media (max-width: 767px) {
  .hint-icon-2 img {
    width: 20px;
  }
}

.popover {
  font-size: 12px;
}

#searchResearchAreas .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 10px;
}

#searchResearchAreasNav li {
  line-height: normal;
}

@media (max-width: 767px) {
  #searchResearchAreasNav li {
    width: 100%;
  }
}

#searchResearchAreasNav li:first-child {
  margin-left: 0;
}

#searchResearchAreasNav li a {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
}

#searchResearchAreasNav li a:hover {
  color: #A6102B;
}

.otp-modal .ms-5 {
  margin-left: calc(100% - 93vw) !important;
}

@media only screen and (min-width: 2000px) {
  .otp-modal .ms-5 {
    margin-left: calc(100% - 88vw) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .otp-modal .ms-5 {
    margin-left: auto !important;
  }
}

@media (max-width: 767px) {
  .otp-modal .ms-5 {
    margin-left: auto !important;
  }
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #036fa5;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #036fa5;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-color: #cfcfcf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#BEBEBE));
  background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE',GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#E9E9E9));
  background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9',GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .bs-tooltip-top .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner {
  position: relative;
  left: -50%;
}

.slider.bs-tooltip-left .tooltip-inner, .slider.bs-tooltip-right .tooltip-inner {
  position: relative;
  top: -100%;
}

.slider .tooltip {
  pointer-events: none;
}

.slider .tooltip.bs-tooltip-top .arrow, .slider .tooltip.bs-tooltip-bottom .arrow {
  left: -.4rem;
}

.slider .tooltip.bs-tooltip-top {
  margin-top: -44px;
}

.slider .tooltip.bs-tooltip-bottom {
  margin-top: 2px;
}

.slider .tooltip.bs-tooltip-left, .slider .tooltip.bs-tooltip-right {
  margin-top: -14px;
}

.slider .tooltip.bs-tooltip-left .arrow, .slider .tooltip.bs-tooltip-right .arrow {
  top: 8px;
}

.slider .hide {
  display: none;
}

.slider-track {
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F9F9F9));
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: #198140;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#198140), to(#198140));
  background-image: linear-gradient(to bottom, #198140, #198140);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F5F5F5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
}

.slider-selection.tick-slider-selection {
  background-color: #46c1fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52c5ff), to(#3abcfd));
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);
}

.slider-track-low, .slider-track-high {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  background: transparent;
}

.slider-handle {
  background-color: #0478b2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#198140), to(#198140));
  background-image: linear-gradient(to bottom, #198140, #198140);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0480BE', endColorstr='#036fa5',GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #198140;
  border: 0px solid transparent;
}

.slider-handle:hover {
  cursor: pointer;
}

.slider-handle.round {
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F9F9F9));
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-filter: none;
          filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick.in-selection {
  background-color: #46c1fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52c5ff), to(#3abcfd));
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);
  opacity: 1;
}

#stickyHeader {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  top: -100px;
  z-index: 10;
  border-bottom: 2px solid #999999;
}

#stickyHeader.active {
  top: 0;
}

#header {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

#header .bg-black-60 .fa-icon {
  color: #ffffff;
}

#header.login-banner {
  background-image: url(../images/login-bg.jpg);
}

#header.internship-banner {
  background-image: url(../images/internship-listing-bg.jpg);
  min-height: 380px;
}

#header.internship-pinned-banner {
  background-image: url(../images/internship-pinned-bg.jpg);
  min-height: 380px;
}

#header.internship-enrolled-banner {
  background-image: url(../images/internship-enrolled-bg.jpg);
  min-height: 380px;
}

#header.enrollment-banner {
  background-image: url(../images/enrollment-form-bg.jpg);
  min-height: 380px;
}

#header.border-bottom-secondary {
  border-bottom: 3px #A6102B solid;
}

#header .header-white-bg {
  background-color: rgba(255, 255, 255, 0.1);
}

#header .main-menu {
  padding-right: 40px;
}

#header .main-menu > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}

#header .main-menu > ul > li:first-child {
  margin-left: 0;
}

@media (min-width: 1201px) and (max-width: 1366px) {
  #header .main-menu > ul > li {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #header .main-menu > ul > li {
    margin-left: 10px;
  }
}

#header .main-menu > ul > li > a {
  color: #000000;
  font-weight: 400;
  font-size: 1.7rem;
  position: relative;
  line-height: 3rem;
  padding-bottom: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #header .main-menu > ul > li > a {
    font-size: 1.4rem;
  }
}

@media (min-width: 1201px) and (max-width: 1366px) {
  #header .main-menu > ul > li > a {
    font-size: 1.6rem;
  }
}

#header .main-menu > ul > li > a::before {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 1;
  border-bottom: 1px solid #ffffff;
}

#header .main-menu > ul > li > a:hover {
  color: #ffffff;
}

#header .main-menu > ul > li > a:hover::after {
  width: 0;
}

#header .main-menu > ul > li > a:hover::before {
  width: 100%;
}

#header .main-menu > ul > li.active a {
  color: #ffffff;
}

#header .main-menu > ul > li.active a::after {
  width: 0;
}

#header .main-menu > ul > li.active a::before {
  width: 100%;
}

#header .main-menu > ul > li > ul {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: absolute;
  min-width: 180px;
  top: 30px;
  left: 0;
  z-index: 1;
  display: none;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #F6F6F6;
}

#header .main-menu > ul > li > ul > li {
  display: block;
  text-align: left;
  line-height: normal;
  border-bottom: 1px dashed #F6F6F6;
}

#header .main-menu > ul > li > ul > li > a {
  color: #000000;
  display: inline-block;
  margin: 5px 0;
  font-weight: 600;
}

#header .main-menu > ul > li > ul > li > a:hover {
  color: #198140;
}

#header .main-menu > ul > li > ul > li:last-child {
  border-bottom: 0;
}

#header .login-menu > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}

#header .login-menu > ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

#header .login-menu > ul > li a {
  color: #ffffff;
  font-size: 1.8rem;
}

#header .login-menu > ul > li a:hover {
  color: #A6102B;
}

.navbar-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  width: 33px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}

.navbar-toggle.collapsed {
  border-color: #ffffff;
}

.navbar-toggle.collapsed:hover:hover {
  background-color: transparent;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  width: 26px;
  margin-left: 6px;
}

#mob-slideNav {
  position: fixed;
  top: 0;
  right: -310px;
  width: 300px;
  background-color: #ffffff;
  height: 100%;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  padding-top: 10px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

#mob-slideNav.show, #mob-slideNav.in {
  right: 0;
  display: inline-block;
}

#mob-slideNav > ul {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}

#mob-slideNav > ul > li a {
  display: block;
  color: #000000;
  font-size: 1.6rem;
  position: relative;
  padding: 5px 0;
}

#mob-slideNav > ul > li a.active, #mob-slideNav > ul > li a:hover {
  color: #198140;
}

#mob-slideNav .navbar-toggle {
  position: absolute;
  top: -10px;
  right: 0;
  left: auto;
  width: 45px;
  height: 45px;
}

#mob-slideNav .navbar-toggle .icon-bar {
  background-color: #198140;
}

#mob-slideNav {
  overflow: hidden;
}

#mob-slideNav .navbar-nav {
  border-bottom: 1px solid #d5d5d5;
}

#mob-slideNav .navbar-nav + .tab-content {
  height: 78vh;
  margin-top: 10px;
}

#mob-slideNav a.nav-item {
  padding: 8px 10px;
  font-size: 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #000000;
  border-bottom: 1px solid #d5d5d5;
}

#mob-slideNav a.nav-item.active {
  border-color: #198140;
  color: #198140;
  border-bottom: #ffffff;
}

#mob-slideNav ul.nav li a {
  border-bottom: 1px solid #d5d5d5;
  color: #000000;
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

#mob-slideNav ul.nav li a::after {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #A6102B;
  width: 0px;
}

#mob-slideNav ul.nav li a.active::after, #mob-slideNav ul.nav li a:hover::after {
  width: 6px;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */
#footer {
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-color: #1C1B17;
  font-size: 1.6rem;
  color: #ffffff;
}

#footer.footer-2 {
  background-image: none;
  background-color: #000000;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  color: #198140;
}

#footer .sm-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#footer .sm-icons ul li a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ffffff solid;
}

#footer .sm-icons ul li a:hover {
  color: #198140;
}

#footer h3 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
}

#footer .useful-links ul li {
  margin-bottom: 5px;
}

#footer .useful-links ul li:last-child {
  margin-bottom: 0;
}

#footer .useful-links ul li::before {
  font-family: "icomoon" !important;
  font-size: 1rem;
  content: "\e90a";
  color: #198140;
  margin-right: 10px;
}

#footer .useful-links ul li a {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: relative;
  left: 0;
}

#footer .useful-links ul li a:hover {
  left: 3px;
}

#footer .instagram-widget a {
  position: relative;
  height: 100%;
  display: block;
  color: #ffffff;
}

#footer .instagram-widget a img {
  width: 100%;
}

#footer .instagram-widget a span {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(25, 129, 64, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .instagram-widget a span i {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-size: 18px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#footer .instagram-widget a:hover span {
  opacity: 1;
  width: 80%;
  height: 80%;
}

#footer .instagram-widget a:hover span i {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#footer .get-in-touch [class^="icon-"], #footer .get-in-touch [class*=" icon-"] {
  color: #198140;
  font-size: 40px;
}

#footer .footer-bottom {
  border-color: #484848 !important;
}

#footer .footer-bottom-links ul li {
  display: inline-block;
}

#footer .footer-bottom-links ul li:last-of-type::after {
  content: none;
}

#footer .footer-bottom-links ul li::after {
  content: "|";
  margin-left: 20px;
  margin-right: 15px;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?g9k6m4");
  src: url("../fonts/icomoon.eot?g9k6m4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?g9k6m4") format("truetype"), url("../fonts/icomoon.woff?g9k6m4") format("woff"), url("../fonts/icomoon.svg?g9k6m4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-time1:before {
  content: "";
}

.icon-close-line:before {
  content: "";
}

.icon-open-book:before {
  content: "";
}

.icon-play3:before {
  content: "";
}

.icon-sm-arrow-icon:before {
  content: "";
}

.icon-arrow-icon:before {
  content: "";
}

.icon-economics-finance-icon:before {
  content: "";
}

.icon-engineering:before {
  content: "";
}

.icon-history-icon:before {
  content: "";
}

.icon-humanities-icon:before {
  content: "";
}

.icon-mail-icon:before {
  content: "";
}

.icon-management-icon:before {
  content: "";
}

.icon-science-icon:before {
  content: "";
}

.icon-vision-icon:before {
  content: "";
}

.icon-address-icon:before {
  content: "";
}

#header.home-banner {
  background-image: url(../images/hero-banner-01.jpg?v=0.2);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

#header.home-banner h1 {
  font-size: 5.5rem;
  line-height: 7rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #header.home-banner h1 {
    font-size: 4rem;
    line-height: 5.5rem;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  #header.home-banner h1 {
    font-size: 3.3rem;
    line-height: 4.5rem;
  }
}

@media (max-width: 1024px) {
  #header.home-banner.h-100-vh {
    max-height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #header.home-banner.h-100-vh {
    max-height: none;
    height: auto;
  }
}

@media (max-width: 767px) {
  #header.home-banner.h-100-vh {
    max-height: none;
    height: auto;
  }
}

#header .header-bottom {
  height: calc(100vh - 91px);
}

@media (min-width: 768px) and (max-width: 1023px) {
  #header .header-bottom {
    height: auto;
  }
}

@media (max-width: 767px) {
  #header .header-bottom {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #header .header-bottom > div {
    height: 90vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  #header .header-bottom > div {
    height: 90vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#header .improtant-links {
  width: 330px;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#header .improtant-links-list a {
  height: 100%;
  display: block;
  color: #ffffff;
  overflow: hidden;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#header .improtant-links-list a span.title {
  top: 0;
  left: 0;
}

#header .improtant-links-list a img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#header .improtant-links-list a:hover {
  color: #ffffff;
}

#header .improtant-links-list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#about {
  background-color: #0a0a0a;
}

#about .content-border {
  border-right: 1px solid #A1A0A0;
}

@media (max-width: 767px) {
  #about .content-border {
    border-right: 0;
    border-bottom: 1px solid #A1A0A0;
  }
}

#about .quote {
  font-size: 3rem;
  line-height: 50px;
}

#about .quote::before {
  content: "\201F";
  color: #A6102B;
  font-size: 1.6em;
}

#about .quote::after {
  content: "\201D";
  color: #A6102B;
  font-size: 1.6em;
}

#about > div:first-child {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #about > div:first-child {
    height: auto;
  }
}

@media (max-width: 767px) {
  #about > div:first-child {
    height: auto;
  }
}

#importantLinks {
  background-color: #0a0a0a;
}

#importantLinks .owl-nav {
  position: absolute;
  bottom: -80px;
  right: 170px;
}

#importantLinks .owl-nav button {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: transparent;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-color: #ffffff;
  color: #ffffff;
  margin: 0 10px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#importantLinks .owl-nav button i {
  font-size: 2rem;
}

#importantLinks .owl-nav button:hover {
  background-color: #ffffff;
  color: #000000;
}

#importantLinks .imp-links-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

#importantLinks .imp-link-box img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: relative;
  z-index: 0;
}

#importantLinks .imp-link-box .btn-video-play {
  z-index: 2;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

#importantLinks .imp-link-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#importantLinks .imp-link-box:hover .btn-video-play::after {
  background-color: #198140;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}

#importantLinks .imp-link-box:hover .btn-video-play::before {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

#importantLinks .imp-link-box:hover .btn-video-play [class^='icon-'] {
  color: #ffffff;
}

#importantLinks .imp-link-caption {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 2.6rem;
  z-index: 1;
  width: 100%;
}

#importantLinks .imp-link-caption > span {
  display: block;
  width: 70%;
}

@media (max-width: 767px) {
  #importantLinks .imp-link-caption > span {
    width: 100%;
  }
}

#aboutLinks {
  background-color: #FBFBFB;
}

#aboutLinks .about-link-list a {
  display: inline-block;
  color: #000000;
  font-weight: 600;
  margin: 10px 0;
  font-size: 1.8rem;
}

#aboutLinks .about-link-list a span {
  color: #A6102B;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

#aboutLinks .about-link-list a:hover {
  color: #A6102B;
}

#aboutLinks .box-link {
  background-color: #F6F6F6;
}

#aboutLinks .box-link:hover {
  background-color: #A6102B;
}

#aboutLinks .box-link:hover .box-link-heading, #aboutLinks .box-link:hover .box-link-content, #aboutLinks .box-link:hover [class^="icon-"], #aboutLinks .box-link:hover [class*=" icon-"] {
  color: #ffffff;
}

#aboutLinks .box-link-heading {
  color: #000000;
  font-size: 2.4rem;
  line-height: 2rem;
}

#aboutLinks .box-link-heading [class^="icon-"], #aboutLinks .box-link-heading [class*=" icon-"] {
  color: #198140;
  font-size: 3.4rem;
}

#aboutLinks .box-link-heading .icon-vision-icon {
  font-size: 3.6rem;
}

#aboutLinks .box-link-content {
  color: #000000;
  line-height: 3rem;
}

#aboutLinks .box-link-content:hover {
  color: #ffffff;
}

#aboutLinks .box-link .icon-arrow-icon {
  color: #A6102B;
  font-size: 2rem;
}

#aboutLinks .box-link .icon-arrow-icon:hover {
  color: #ffffff;
}

#internshipField {
  background-color: #A6102B;
}

#internshipField .custom-scrollbar {
  max-height: 240px;
}

#internshipField .owl-nav {
  position: absolute;
  bottom: -80px;
  right: 400px;
  display: block !important;
}

@media (max-width: 767px) {
  #internshipField .owl-nav {
    right: 25%;
  }
}

#internshipField .owl-nav button {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: transparent;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-color: #ffffff;
  color: #ffffff;
  margin: 0 10px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#internshipField .owl-nav button i {
  font-size: 2rem;
}

#internshipField .owl-nav button:hover {
  background-color: #ffffff;
  color: #000000;
}

#internshipField .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#internshipField .internshipField-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130%;
          flex: 0 0 130%;
  max-width: 130%;
}

#internshipField .internshipField-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #0a0a0a;
}

#internshipField .internshipField-slider .item img {
  display: inline-block;
  width: auto;
}

#internshipField .internshipField-icon {
  position: relative;
}

#internshipField .internshipField-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  background-color: #A6102B;
  height: 3px;
  width: 150px;
}

#internshipField .internshipField-heading {
  margin-bottom: 10px;
}

#internshipField .internshipField-heading h2 {
  margin: 0;
}

#internshipField .internshipField-listing ul li {
  position: relative;
  padding-left: 15px;
}

#internshipField .internshipField-listing ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #ffffff;
}

#internshipField.top-bottom-line-white::after {
  content: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #internshipField .border-start {
    border: 0 !important;
  }
}

@media (max-width: 767px) {
  #internshipField .border-start {
    border: 0 !important;
  }
}

#internshipField #list-internship-field .list-group-item {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 2.5rem;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 5px;
}

#internshipField #list-internship-field .list-group-item.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  border-radius: 10px;
}

#internshipField .scrollspy-example {
  position: relative;
  overflow: auto;
}

#internshipField .scrollspy-example .heading {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 15px 0;
  margin-top: 0;
  background-color: #ffffff;
  border-bottom: 1px #F6F6F6 solid;
}

#internshipField .scrollspy-example .heading h4 {
  margin: 0;
}

#internshipField .scrollspy-example .tags-list li {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  background-color: #F6F6F6;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 5px;
  margin-bottom: 10px;
  color: #000000;
}

#internshipField .scrollspy-example .tags-list li:hover {
  color: #ffffff;
  background-color: #999999;
}

#internshipField .internship-field [class^="icon-"], #internshipField .internship-field [class*=" icon-"] {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: #198140;
  font-size: 5.5rem;
  background-color: #ffffff;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  text-align: center;
  line-height: 120px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#internshipField .internship-field-heading {
  font-family: Georgia, "Times New Roman", Times, serif;
}

#internshipField .internship-field-content {
  font-size: 1.8rem;
}

#internshipField .internship-field a {
  color: #ffffff;
}

#internshipField .internship-field a:hover [class^="icon-"], #internshipField .internship-field a:hover [class*=" icon-"] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#internshipField .know-more a {
  color: #ffffff;
  font-size: 3rem;
}

#internshipField .know-more a:hover {
  color: #999999;
}

#internshipField .know-more a .grey-circle {
  display: inline-block;
  color: #ffffff;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 3rem;
  line-height: 60px;
  border-radius: 50%;
  background-color: #999999;
}

#institutes {
  min-height: 100vh;
  background-color: #0a0a0a;
}

#institutes .carousel-control-next-icon,
#institutes .carousel-control-prev-icon {
  width: 5rem;
  height: 5rem;
}

#institutes img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#institutes img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

#institutesLogos {
  background-color: #0a0a0a;
}

#institutesLogos .carousel .carousel-inner {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  min-height: 300px;
  background-color: rgba(34, 34, 34, 0.2);
}

#institutesLogos .carousel-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

#institutesLogos #domesticCarousel .carousel-nav, #institutesLogos #internationalCarousel .carousel-nav {
  position: absolute;
  bottom: -20px;
  right: 120px;
  width: 150px;
}

#institutesLogos #domesticCarousel .carousel-nav .arrow-btn, #institutesLogos #internationalCarousel .carousel-nav .arrow-btn {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: transparent;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-color: #ffffff;
  color: #ffffff;
  margin: 0 10px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #ffffff solid;
}

#institutesLogos #domesticCarousel .carousel-nav .arrow-btn:hover, #institutesLogos #internationalCarousel .carousel-nav .arrow-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

#institutesLogos #domesticCarousel .carousel-nav .carousel-control-prev, #institutesLogos #internationalCarousel .carousel-nav .carousel-control-prev {
  position: absolute;
  right: 0;
  bottom: 0;
}

#forStudents {
  background-image: url(../images/for-students.jpg?v=0.1);
  background-size: cover;
  background-position: top center;
  background-color: #0a0a0a;
  position: relative;
}

#forStudents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  #forStudents::after {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #forStudents::after {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #quote {
    height: auto;
  }
}

#quote h2 {
  font-size: 4.5rem;
  line-height: 7rem;
}

@media (max-width: 767px) {
  #quote h2 {
    font-size: 3.5rem;
    line-height: 5rem;
  }
}

#quote .quote-author {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 4.5rem;
}

@media (max-width: 767px) {
  #quote .quote-author {
    font-size: 3.5rem;
    line-height: 5rem;
  }
}

#forProfessors {
  background-image: url(../images/for-professor.jpg?v=0.1);
  background-size: cover;
  background-position: top center;
  background-color: #0a0a0a;
  position: relative;
}

@media (max-width: 767px) {
  #forProfessors {
    height: auto;
    padding-bottom: 80px !important;
  }
}

#forProfessors::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  #forProfessors::after {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #forProfessors::after {
    width: 100%;
  }
}

#latestArticles .border-end {
  border-color: #999999 !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #latestArticles .border-end {
    border: 0 !important;
  }
}

@media (max-width: 767px) {
  #latestArticles .border-end {
    border: 0 !important;
  }
}

#latestArticles .blog-img img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#latestArticles .blog-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#latestArticles .blog-title a {
  color: #000000;
}

#latestArticles .blog-title a:hover {
  color: #A6102B;
}

#latestArticles .blog-title a.heading {
  font-size: 3rem;
}

#latestArticles .blog-category {
  color: #999999;
  margin-left: 5px;
}

#latestArticles .blog-category::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  position: relative;
  top: -5px;
  background-color: #999999;
  margin-right: 5px;
}

#latestArticles .blog-list {
  max-height: 400px;
}

.section-title {
  font-size: 6.5rem;
  line-height: 80px;
}

.section-title.heading-sm {
  font-size: 6rem;
  line-height: 70px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-title {
    font-size: 5.5rem;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 5rem;
  }
}

.section-p {
  font-size: 2.2rem;
  line-height: 3.8rem;
}

#header.contact-banner {
  background-image: url(../images/contact-bg.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-form .form-control {
  color: #A6102B;
}

.login-form .form-control::-webkit-input-placeholder {
  color: #dee2e6;
}

.login-form .form-control:-ms-input-placeholder {
  color: #dee2e6;
}

.login-form .form-control::-ms-input-placeholder {
  color: #dee2e6;
}

.login-form .form-control::placeholder {
  color: #dee2e6;
}

#header .add-new-post {
  color: #ffffff;
  border-right: 1px #999999 solid;
}

#header .add-new-post:hover {
  color: #A6102B;
}

.professer-img img {
  -webkit-box-shadow: 20px 20px 0 #A6102B;
          box-shadow: 20px 20px 0 #A6102B;
}

.professer-img-college {
  margin-top: -350px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .professer-img-college {
    margin-top: -270px;
  }
}

@media (max-width: 767px) {
  .professer-img-college {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .professer-img-college {
    margin-top: 0;
  }
}

.next-story {
  width: 105px;
}

.next-story > div {
  top: 0;
}

.next-story a {
  display: block;
  top: 0;
  background-color: #f5f4f2;
}

.next-story a span {
  display: block;
}

.next-story a .icon-open-book {
  width: 100%;
  text-align: center;
  font-size: 4rem;
  color: #b68516;
  padding-top: 20px;
}

.next-story-text {
  height: 200px;
  position: absolute;
  top: 100px;
  left: -135px;
  font-size: 2rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #000000;
}

#profile-content .position-sticky {
  top: 0;
}

#profile-content .rich-content .position-sticky {
  top: 80px;
}

#profile-content .add-new-post {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.2rem;
}

#profile-content .nav-tabs {
  border-bottom: 0;
}

#profile-content .nav-tabs li {
  margin-left: 30px;
}

#profile-content .nav-tabs li:first-child {
  margin-left: 0;
}

#profile-content .nav-tabs li a {
  border: 0;
  padding: 0;
  color: #000000;
  font-size: 1.8rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  border-bottom: 2px #dee2e6 solid;
}

#profile-content .nav-tabs li.active a {
  border-bottom-color: #A6102B;
}

.rich-content ol {
  margin: 0 0 30px;
  list-style: auto;
  padding-left: 40px;
}

.heading-container h1 {
  font-size: 50px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .heading-container h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .heading-container h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .heading-container h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.filter {
  top: 0;
}

@media (min-width: 1366px) {
  .filter {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .filter {
    position: -webkit-sticky;
    position: sticky;
  }
}

.filter .bootstrap-select .selectpicker + .btn {
  outline: none !important;
}

.filter .bootstrap-select .selectpicker + .btn.show {
  border-bottom-color: #A6102B;
}

.filter .bootstrap-select .selectpicker + .btn::after {
  top: 15px;
}

.enrollment-form-steps > div {
  position: relative;
}

.enrollment-form-steps > div::after {
  content: "\e900";
  position: absolute;
  font-size: 3rem;
  font-family: "icomoon";
  top: 0;
  right: -15px;
  bottom: 0;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .enrollment-form-steps > div::after {
    right: 0;
    left: 0;
    bottom: -60px;
    text-align: center;
    font-size: 1.6rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.enrollment-form-steps > div:last-child::after {
  content: none;
}

.about-more-content {
  color: #000000;
}

.about-more-content h2 {
  font-weight: 400;
  font-size: 50px;
  margin-bottom: 30px;
}

.about-more-content h3 {
  margin-top: 30px;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 20px;
}

.about-more-content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}

.about-more-content ul li {
  list-style-type: disc;
  line-height: 3.8rem;
}

.about-more-content hr {
  border-top: 0;
  opacity: 1;
}

.about-more-content p {
  line-height: 3.8rem;
  font-size: 18px;
}
/*# sourceMappingURL=style.css.map */