/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

input,
select,
textarea,
button {
  font: 14px/1.4 Arial, Helvetica, sans-serif; }
  input:hover, input:focus, input:active,
  select:hover,
  select:focus,
  select:active,
  textarea:hover,
  textarea:focus,
  textarea:active,
  button:hover,
  button:focus,
  button:active {
    outline: 0; }

body {
  font: 14px/1.4 Arial, Helvetica, sans-serif;
  color: #333;
  background-color: #fff; }

hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd; }
  hr:before {
    display: table;
    content: ""; }
  hr:after {
    display: table;
    clear: both;
    content: ""; }

.browserupgrade {
  background: #f00;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0.8em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999; }
  .browserupgrade a {
    font-weight: bold;
    color: #ff0; }

.cf:before {
  display: table;
  content: ""; }
.cf:after {
  display: table;
  clear: both;
  content: ""; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

figure {
  margin: 0;
  padding: 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 0.7em;
  line-height: 1.2; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 21px; }

h3, .h3 {
  font-size: 16px; }

h4, .h4 {
  font-size: 14px; }

h5, .h5 {
  font-size: 12px; }

h6, .h6 {
  font-size: 11px; }

a {
  color: #4078c0;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: 0; }
  a:focus {
    text-decoration: none; }

a[href^=tel] {
  cursor: default; }

p {
  margin: 0 0 0.7em; }

small {
  font-size: 90%; }

blockquote {
  margin: 0; }

ul,
ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }

ol ol,
ul ol {
  list-style-type: lower-roman; }

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha; }

dd {
  margin-left: 0; }

tt,
code {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Arial, Helvetica, sans-serif; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

label {
  font-size: 13px;
  font-weight: bold;
  outline: none; }
  label:focus {
    outline: none; }

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control {
  height: 40px;
  padding: 7px 8px;
  font-size: 13px;
  color: #7b7878;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  display: block;
  width: 100%;
  transition: all ease .1s; }
  .form-control.focus, .form-control:focus {
    border-color: #4078c0;
    box-shadow: 0 0 5px rgba(81, 167, 232, 0.5); }

textarea {
  resize: none;
  height: auto; }

.form-group {
  margin-bottom: 15px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.35em; }

input.input-contrast,
.input-contrast {
  background-color: #fafafa; }
  input.input-contrast:focus,
  .input-contrast:focus {
    background-color: #fff; }

::placeholder {
  color: #aaa; }

button:focus, button.focus, input[type="submit"]:focus, input[type="submit"].focus {
  outline: 0; }

.form-box input:-moz-placeholder {
  opacity: 1;
  /* Firefox 18- */
  color: #333 !important; }
.form-box input::-moz-placeholder {
  opacity: 1;
  /* Firefox 19+ */
  color: #333 !important; }
.form-box ::-webkit-input-placeholder {
  color: #333 !important;
  opacity: 1 !important;
  /* for chrome */ }
.form-box textarea:-moz-placeholder {
  opacity: 1;
  /* Firefox 18- */
  color: #333 !important; }
.form-box textarea::-moz-placeholder {
  opacity: 1;
  /* Firefox 19+ */
  color: #333 !important; }
.form-box ::-webkit-input-placeholder {
  opacity: 1 !important;
  /* for chrome */
  color: #333 !important; }

table {
  border-collapse: collapse;
  margin: 0.7em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 2px solid #ddd;
  font-weight: 600;
  padding: 0.7em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.7em 0; }

tr,
td,
th {
  vertical-align: middle; }

.btn {
  position: relative;
  display: inline-block;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
  border-radius: 3px;
  user-select: none;
  -webkit-appearance: none; }
  .btn:focus {
    text-decoration: none;
    border: 0;
    outline: none; }
  .btn:focus:hover {
    border-color: #51a7e8; }
  .btn:hover, .btn:active {
    text-decoration: none;
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ddd);
    border-color: #ccc; }
  .btn:active {
    background-color: #dcdcdc;
    background-image: none;
    border-color: #b5b5b5;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
  .btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover {
    color: rgba(102, 102, 102, 0.5);
    cursor: default;
    background-color: rgba(229, 229, 229, 0.5);
    background-image: none;
    border-color: rgba(197, 197, 197, 0.5);
    box-shadow: none; }

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  background: #4078c0; }
  .btn-primary:hover {
    color: #fff;
    background: #396cad; }
  .btn-primary:active {
    background: #33609a; }
  .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary.disabled, .btn-primary.disabled:hover {
    color: #fefefe;
    background: #add39f; }

.btn-outline {
  color: #4078c0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5; }
  .btn-outline:focus {
    border: 1px solid #e5e5e5; }
  .btn-outline:hover, .btn-outline:active {
    color: #fff;
    background-color: #4078c0;
    background-image: none;
    border-color: #4078c0; }
  .btn-outline:disabled, .btn-outline:disabled:hover, .btn-outline.disabled, .btn-outline.disabled:hover {
    color: #767676;
    background-color: #fff;
    background-image: none;
    border-color: #e5e5e5; }

.btn-sm {
  padding: 2px 10px; }

.btn-block {
  display: block;
  width: 100%;
  text-align: center; }

.container-otr {
  max-width: 1300px; }

.top-nav .top-nav-otr {
  border-bottom: 1px solid #ece4e4;
  padding: 11px 0px 10px; }
  .top-nav .top-nav-otr .content-left {
    font: 400 15px/23px "Montserrat", sans-serif; }
  .top-nav .top-nav-otr .content-right {
    text-align: right; }
    .top-nav .top-nav-otr .content-right span {
      background: #987faa;
      padding: 14px 22px 13px;
      color: #fff;
      font: 400 14px/23px "Montserrat", sans-serif;
      cursor: pointer; }

.logo-section .logo-outer .logo-content-otr {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end; }
  .logo-section .logo-outer .logo-content-otr .logo {
    padding: 8px 0px 18px;
    cursor: pointer; }
    .logo-section .logo-outer .logo-content-otr .logo img {
      width: 320px; }
  .logo-section .logo-outer .logo-content-otr .slogan {
    padding-bottom: 21px; }
    .logo-section .logo-outer .logo-content-otr .slogan .sl1 {
      font: 400 18px/23px "Montserrat", sans-serif; }
    .logo-section .logo-outer .logo-content-otr .slogan .sl2 {
      font: 600 18px/23px "Montserrat", sans-serif; }

.navbar-section .navbar {
  background: #363636 !important; }
  .navbar-section .navbar .navbar-nav .nav-link {
    color: #bebebe !important;
    text-transform: uppercase;
    font: 400 15px/23px "Montserrat", sans-serif;
    margin-right: 37px; }
  .navbar-section .navbar .navbar-nav .show > .nav-link, .navbar-section .navbar .navbar-nav .active > .nav-link, .navbar-section .navbar .navbar-nav .nav-link.show, .navbar-section .navbar .navbar-nav .nav-link.active {
    color: #fff !important; }
  .navbar-section .navbar .navbar-nav .nav-link:hover, .navbar-section .navbar .navbar-nav .nav-link:focus {
    color: #fff !important; }

.banner-section .bg-background {
  background: url("../images/Cosmotraining_changed_banner_1.jpg") no-repeat center;
  background-size: cover;
  min-height: 830px; }
  .banner-section .bg-background .banner-content-otr {
    min-height: 830px;
    align-items: center;
    justify-content: space-between; }
    .banner-section .bg-background .banner-content-otr .banner-content-text {
      padding-left: 7px; }
      .banner-section .bg-background .banner-content-otr .banner-content-text h3 {
        text-transform: uppercase;
        font: 600 50px/57px "Montserrat", sans-serif;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 2px; }
      .banner-section .bg-background .banner-content-otr .banner-content-text h4 {
        font: 600 30px/37px "Montserrat", sans-serif;
        color: #fff; }
      .banner-section .bg-background .banner-content-otr .banner-content-text .pink-round {
        width: 220px;
        height: 220px;
        background: #c06b81;
        border-radius: 50%;
        text-align: center;
        padding: 58px 8px; }
        .banner-section .bg-background .banner-content-otr .banner-content-text .pink-round span {
          font: 400 21px/27px "Montserrat", sans-serif;
          color: #fff; }
        .banner-section .bg-background .banner-content-otr .banner-content-text .pink-round h3 {
          font: 500 53px/54px "Montserrat", sans-serif; }
    .banner-section .bg-background .banner-content-otr .banner-form {
      background: #fff;
      padding: 12px 0px 30px;
      width: 650px; }
      .banner-section .bg-background .banner-content-otr .banner-form .input-holder {
        margin-bottom: 8px; text-align: justify;}
        .banner-section .bg-background .banner-content-otr .banner-form .input-holder .form-control {
          color: #7b7878;
          font: 400 13px/16px "Montserrat", sans-serif; }
        .banner-section .bg-background .banner-content-otr .banner-form .input-holder .btn-customcol {
          background: transparent;
          border-color: #440e62;
          font: 500 14px/24px "Montserrat", sans-serif;
          text-transform: uppercase;
          margin-top: 0;
          width: 100%;
          box-shadow: none;
          margin-right: 5px;
          color: #440e62;
          text-shadow: none; }
          .banner-section .bg-background .banner-content-otr .banner-form .input-holder .btn-customcol:hover {
            background: #440e62;
            border-color: #440e62;
            color: #fff; }
          .banner-section .bg-background .banner-content-otr .banner-form .input-holder .btn-customcol:focus {
            border: 1px solid #440e62; }
        .banner-section .bg-background .banner-content-otr .banner-form .input-holder .btnVl {
          background: #440e62;
          border-color: #440e62;
          font: 500 14px/24px "Montserrat", sans-serif;
          text-transform: uppercase;
          margin-top: 0;
          width: 100%;
          box-shadow: none;
          margin-right: 5px;
          color: #fff;
          text-shadow: none; }
          .banner-section .bg-background .banner-content-otr .banner-form .input-holder .btnVl:hover {
            background: #987faa;
            border-color: #987faa; }
          .banner-section .bg-background .banner-content-otr .banner-form .input-holder .btnVl:focus {
            box-shadow: 0 0 0 0.2rem #7e38a4; }

      .banner-section .bg-background .banner-content-otr .banner-form .form-text {
        text-align: left; }
        .banner-section .bg-background .banner-content-otr .banner-form .form-text h3 {
          font: 500 22px/33px "Montserrat", sans-serif;
          text-transform: uppercase;
          margin-bottom: 0px;
          padding-left: 15px; }
        .banner-section .bg-background .banner-content-otr .banner-form .form-text h4 {
          font: 600 20px/27px "Montserrat", sans-serif; }
      .banner-section .bg-background .banner-content-otr .banner-form .form-content {
        padding: 13px 28px 3px; }
        .banner-section .bg-background .banner-content-otr .banner-form .form-content .form-group label {
          color: #898989;
          font: 500 18px/27px "Montserrat", sans-serif; }
        .banner-section .bg-background .banner-content-otr .banner-form .form-content .form-group .form-control {
          background: transparent;
          border: 1px solid #dedbdb;
          height: 45px; }
        .banner-section .bg-background .banner-content-otr .banner-form .form-content .btn-custom {
          background: #440e62;
          border-color: #440e62;
          font: 400 15px/27px "Montserrat", sans-serif;
          text-transform: uppercase;
          margin-top: 12px;
          width: 140px;
          box-shadow: 0 0 0 0.2rem rgba(68, 14, 98, 0);
          margin-right: 5px; }
          .banner-section .bg-background .banner-content-otr .banner-form .form-content .btn-custom:hover {
            background: #987faa;
            border-color: #987faa; }
          .banner-section .bg-background .banner-content-otr .banner-form .form-content .btn-custom:focus {
            box-shadow: 0 0 0 0.2rem #7e38a4; }

.course-section {
  padding: 85px 0px; }
  .course-section .course-hed h3 {
    font: 400 45px/27px "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #050505;
    margin-bottom: 18px; }
    .course-section .course-hed h3 span {
      font-weight: 700; }
  .course-section .course-hed h4 {
    font: 400 24px/27px "Montserrat", sans-serif;
    color: #050505;
    margin-bottom: 30px; }
  .course-section .course-hed-det {
    font: 500 17px/23px "Montserrat", sans-serif;
    color: #050505;
    margin: 29px 0px 40px; }
  .course-section .border-section {
    border: 1.5px solid #959595; }
  .course-section .service-otr {
    flex-direction: row;
    justify-content: space-between; }
    .course-section .service-otr .bg1 {
      background: url("../images/service1.jpg") no-repeat center;
      background-size: cover;
      min-height: 300px; }
    .course-section .service-otr .border-otr {
      border: 1px solid #ccc;
      color: #333 !important; }
      .course-section .service-otr .border-otr h4 {
        margin-top: 15px;
        font: 400 24px/27px "Montserrat", sans-serif !important;
        margin-bottom: 5px !important; }
      .course-section .service-otr .border-otr h3 {
        font: 600 24px/27px "Montserrat", sans-serif !important;
        text-transform: uppercase; }
    .course-section .service-otr .service-content {
      width: 580px;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0px 48px; }
      .course-section .service-otr .service-content .img-tdlr img {
        height: 98px; }
      .course-section .service-otr .service-content h4 {
        font: 400 30px/27px "Montserrat", sans-serif; }
      .course-section .service-otr .service-content h3 {
        font: 400 65px/47px "Montserrat", sans-serif;
        margin-bottom: 25px; }
      .course-section .service-otr .service-content a {
        font: 400 14px/27px "Montserrat", sans-serif;
        text-transform: uppercase;
        text-decoration: underline;
        cursor: pointer; }
      .course-section .service-otr .service-content span {
        padding-left: 5px;
        font-size: 18px; }
    .course-section .service-otr .bg2 {
      background: url("../images/service2.jpg") no-repeat center;
      background-size: cover;
      min-height: 300px; }
    .course-section .service-otr .bg2PriceGuarantee {
    background: url("../images/priceMatchGuarantee.jpg") no-repeat center;
    background-size: contain;
    min-height: 300px; }

.learning-section {
  background: #381444;
  color: #fff;
  padding: 59px 0px 49px; }
  .learning-section .learning-outer h3 {
    font: 400 30px/27px "Montserrat", sans-serif;
    margin-bottom: 14px; }
  .learning-section .learning-outer h4 {
    font: 300 24px/27px "Montserrat", sans-serif; }
  .learning-section .flex-box {
    margin-top: 64px; }
    .learning-section .flex-box .learn-content-text {
      text-align: center;
      width: 413px; }
      .learning-section .flex-box .learn-content-text .learn-content-img {
        margin-bottom: 15px; }
        .learning-section .flex-box .learn-content-text .learn-content-img img {
          height: 53px; }
      .learning-section .flex-box .learn-content-text h3 {
        text-transform: uppercase;
        font: 400 23px/27px "Montserrat", sans-serif; }
      .learning-section .flex-box .learn-content-text .learn-detail {
        font: 400 16px/23px "Montserrat", sans-serif; }

.testimonial-section {
  background: #686868;
  padding: 57px 0px 0px;
  min-height: 285px; }
  .testimonial-section h4 {
    font: 400 27px/27px "Montserrat", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
  .testimonial-section .carousel-item {
    font: 400 17px/27px "Montserrat", sans-serif; }
  .testimonial-section .carousel-indicators {
    margin-left: 26%;
    justify-content: left;
    bottom: -4px; }
  .testimonial-section .carousel-indicators li {
    width: 6px;
    height: 6px;
    background: #fff; }
  .testimonial-section .carousel-indicators .active {
    background: transparent;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    top: -2px !important; }
  .testimonial-section .testimonial-otr {
    color: #fff; }
    .testimonial-section .testimonial-otr .testi-img {
      width: 470px;
      padding-right: 12px; }
      .testimonial-section .testimonial-otr .testi-img .img-sec {
        padding-right: 16px; }
        .testimonial-section .testimonial-otr .testi-img .img-sec img {
          height: 95px;
          border-top: 8px solid #ccc;
          border-left: 15px solid #ccc; }
      .testimonial-section .testimonial-otr .testi-img .name-sec {
        padding: 15px 18px;
        border-bottom: 1px solid #fff; }
        .testimonial-section .testimonial-otr .testi-img .name-sec h3 {
          margin-bottom: 0px;
          font: 600 16px/27px "Montserrat", sans-serif;
          text-align: left; }
        .testimonial-section .testimonial-otr .testi-img .name-sec h4 {
          font: 400 14px/27px "Montserrat", sans-serif;
          text-align: left; }
    .testimonial-section .testimonial-otr .testi-content {
      padding: 8px 15px; }

footer {
  background: #363636;
  color: #fff; }
  footer .footer-outer {
    flex-direction: row;
    justify-content: space-between;
    padding: 64px 0px 54px; }
  footer .footer-link {
    width: 300px; }
    footer .footer-link ul li {
      list-style: none; }
    footer .footer-link ul li.hed {
      font: 400 20px/27px "Montserrat", sans-serif;
      margin-bottom: 35px;
      color: #fff; }
    footer .footer-link ul .contact-content {
      color: #7b7b7b;
      font: 400 14px/20px "Montserrat", sans-serif; }
    footer .footer-link ul .hr-clr {
      color: #c9bcd1;
      margin-top: 16px; }
      footer .footer-link ul .hr-clr h4 {
        margin-bottom: 5px; }
    footer .footer-link ul .ftr-link {
      color: #c9bcd1;
      font: 400 14px/20px "Montserrat", sans-serif; }
    footer .footer-link .pages-sec {
      padding-left: 27px; }
      footer .footer-link .pages-sec a {
        color: #7b7b7b; }
        footer .footer-link .pages-sec a:hover {
          color: #fff; }
      footer .footer-link .pages-sec li {
        font: 400 14px/20px "Montserrat", sans-serif;
        margin-bottom: 20px;
        cursor: pointer; }
    footer .footer-link .pay-optn .hed {
      width: 100%; }
    footer .footer-link .pay-optn li {
      float: left;
      margin-right: 15px;
      margin-bottom: 15px; }
      footer .footer-link .pay-optn li img {
        height: 30px; }
    footer .footer-link .social .hed {
      width: 100%; }
    footer .footer-link .social li {
      float: left;
      margin-right: 10px;
      cursor: pointer; }
      footer .footer-link .social li i {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 16px; }
      footer .footer-link .social li .fa-print {
        background: #738a8d; }
        footer .footer-link .social li .fa-print:hover {
          background: #fff;
          color: #738a8d; }
      footer .footer-link .social li .fa-facebook-f {
        background: #2b5893; }
        footer .footer-link .social li .fa-facebook-f:hover {
          background: #fff;
          color: #2b5893; }
      footer .footer-link .social li .fa-twitter {
        background: #1ea8d4; }
        footer .footer-link .social li .fa-twitter:hover {
          background: #fff;
          color: #1ea8d4; }
      footer .footer-link .social li .fa-envelope {
        background: #738a8d; }
        footer .footer-link .social li .fa-envelope:hover {
          background: #fff;
          color: #738a8d; }
      footer .footer-link .social li .fa-plus {
        background: #f96c4b; }
        footer .footer-link .social li .fa-plus:hover {
          background: #fff;
          color: #f96c4b; }
  footer .copy-text {
    background: #2f2f2f;
    min-height: 72px;
    font: 400 14px/72px "Montserrat", sans-serif; }
    footer .copy-text span {
      color: #c06b81; }

.errorAlert {
  font: 400 13px/16px "Montserrat", sans-serif;
  text-align: center;
  color: #d04c4c; }

.errorBrdr {
  border: 1px solid #ff9e9e !important; }

.form-group.floatingLabel {
  transition: all 0.15s ease;
  position: relative;
  margin-bottom: 0px; }

.form-group.floatingLabel span {
  position: absolute;
  top: 14px;
  left: 15px;
  transition: all 0.15s ease-In-Out;
  z-index: 0;
  color: #7b7878;
  font: 400 13px/16px "Montserrat", sans-serif; }

.searchFilterPanel .form-group.floatingLabel span {
  top: 10px; }

.tiny-padding-left .form-group.floatingLabel span, .tiny-padding .form-group.floatingLabel span {
  left: 20px; }

.form-group.floatingLabel input[type="text"] {
  background: transparent;
  position: relative;
  padding-top: 18px;
  z-index: 1; 
  color: #7b7878;
  font: 400 13px/16px "Montserrat", sans-serif;
  height: 40px;}

.form-group.floatingLabel input[type="text"]:not([value=""]) + span, 
.form-group.floatingLabel input[type="text"]:focus + span {
  top: 3px;
  font-size: 10px;
  z-index: 0; }
  
.form-group.floatingLabel span.textFieldTop {
  top: 3px;
  font-size: 10px;
  z-index: 0;
}
.form-group.floatingLabel input[type="password"] {
  background: transparent;
  position: relative;
  padding-top: 18px;
  z-index: 1; }

.form-group.floatingLabel input[type="password"]:not([value=""]) + span, .form-group.floatingLabel input[type="password"]:focus + span {
  top: 3px;
  font-size: 10px;
  z-index: 0; }

.form-group.floatingLabel textarea:focus {
  border-left: 3px solid #FDDC00; }

.form-group.floatingLabel textarea {
  background: transparent;
  position: relative;
  padding-top: 18px;
  z-index: 1; }

.form-group.floatingLabel textarea:not([value=""]) + span, .form-group.floatingLabel textarea:focus + span {
  top: 3px;
  font-size: 10px;
  z-index: 0; }

.checkOtr {
  font: 400 13px/16px "Montserrat", sans-serif; }
  .checkOtr .bold {
    font-weight: 600; }

.toggleOtr {
  background: #e3e3e3;
  padding: 17px 19px 16px; }
  .toggleOtr .form-control {
    background: #f7f7f7;
    height: 45px !important;
    border: 1px solid #dedbdb; }
  .toggleOtr .form-group.floatingLabel input[type="text"] {
    background: #f7f7f7 !important;
    z-index: 0; }
    .toggleOtr .form-group.floatingLabel input[type="password"] {
    background: #f7f7f7 !important;
    z-index: 0; }
  .toggleOtr .form-group.floatingLabel span {
    z-index: 1; }
  .toggleOtr .txtcard {
    font: 400 13px/16px "Montserrat", sans-serif;
    margin-top: 5px !important; }
    .checklistPoints{
      padding-left: 1.5rem;
    }
    .video-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 */
      height: 0;
    }
    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
@media (max-width: 1679px) {
 
  .container-otr {
    max-width: 1180px; }

  .top-nav .top-nav-otr .content-left {
    font: 400 14px/23px "Montserrat", sans-serif; }

  .logo-section .logo-outer .logo-content-otr .logo img {
    width: 230px; }

  .logo-section .logo-outer .logo-content-otr .slogan .sl2 {
    font: 600 14px/23px "Montserrat", sans-serif; }

  .navbar-section .navbar .navbar-nav .nav-link {
    font: 400 14px/23px "Montserrat", sans-serif; }

  .banner-section .bg-background .banner-content-otr .banner-content-text h3 {
    font: 600 40px/48px "Montserrat", sans-serif; }

  .banner-section .bg-background .banner-content-otr .banner-content-text h4 {
    font: 600 27px/34px "Montserrat", sans-serif;
    color: #fff; }

  /*.banner-section .bg-background,.banner-section .bg-background .banner-content-otr
  {
  	    min-height:600px;
  }*/
  .banner-section .bg-background .banner-content-otr .banner-form .form-text h3 {
    font: 400 32px/33px "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px; }
.banner-section .bg-background .banner-content-otr .banner-form .bold {
      font-size: 12px;
    line-height: 16px;
}
#classNameContainer{
  font-size: 22px;
    line-height: 16px;
}
  .banner-section .bg-background .banner-content-otr .banner-form .form-text h4 {
    font: 600 16px/22px "Montserrat", sans-serif; }

  .banner-section .bg-background .banner-content-otr .banner-form .form-content .form-group label {
    color: #898989;
    font: 500 15px/22px "Montserrat", sans-serif; }

  .banner-section .bg-background .banner-content-otr .banner-form .form-content .form-group .form-control {
    height: 40px; }

  .form-group {
    margin-bottom: 11px; }

  .banner-section .bg-background .banner-content-otr .banner-form {
    background: #fff;
    padding: 23px 0px 35px;
    width: 538px; }

  .banner-section .bg-background .banner-content-otr .banner-form .form-content .btn-custom {
    font: 400 14px/27px "Montserrat", sans-serif; }

  .course-section {
    padding: 74px 0px; }

  .course-section .course-hed h3 {
    font: 400 35px/27px "Montserrat", sans-serif;
    margin-bottom: 14px; }

  .course-section .course-hed h4 {
    font: 400 19px/27px "Montserrat", sans-serif; }

  .course-section .course-hed-det {
    font: 500 15px/23px "Montserrat", sans-serif; }

  .course-section .service-otr .service-content {
    width: 470px; }

  .course-section .service-otr .service-content h4 {
    font: 400 26px/27px "Montserrat", sans-serif; }

  .course-section .service-otr .service-content h3 {
    font: 400 45px/47px "Montserrat", sans-serif;
    margin-bottom: 10px; }

  .course-section .service-otr .service-content {
    padding: 19px 25px; }

  .learning-section .learning-outer h3 {
    font: 400 27px/27px "Montserrat", sans-serif;
    margin-bottom: 9px; }

  .learning-section .learning-outer h4 {
    font: 300 17px/27px "Montserrat", sans-serif; }

  .learning-section .flex-box .learn-content-text .learn-content-img img {
    height: 40px; }

  .learning-section .flex-box .learn-content-text h3 {
    text-transform: uppercase;
    font: 400 19px/27px "Montserrat", sans-serif; }

  .learning-section .flex-box .learn-content-text .learn-detail {
    font: 400 15px/23px "Montserrat", sans-serif; }

  .testimonial-section .testimonial-otr .testi-img .name-sec h3 {
    margin-bottom: 0px;
    font: 600 14px/27px "Montserrat", sans-serif; }

  .testimonial-section .testimonial-otr .testi-img .name-sec {
    padding: 11px 7px; }

  .testimonial-section .testimonial-otr .testi-img .name-sec h4 {
    font: 400 13px/27px "Montserrat", sans-serif; }

  .testimonial-section h4 {
    font: 400 25px/27px "Montserrat", sans-serif; }

  .testimonial-section .carousel-item {
    font: 400 15px/24px "Montserrat", sans-serif; }

  .testimonial-section .carousel-indicators {
    margin-left: 28.5%; }

  footer .footer-outer {
    padding: 56px 0px 49px; }

  footer .footer-link ul li.hed {
    font: 400 16px/27px "Montserrat", sans-serif;
    margin-bottom: 20px; }

  footer .footer-link ul .hr-clr h4 {
    margin-bottom: 5px;
    font-size: 14px; }

  footer .footer-link .pay-optn li {
    float: left;
    margin-right: 10px; }

  footer .footer-link .pay-optn li img {
    height: 27px; } }
@media (max-width: 1280px) {
  .container-otr {
    max-width: 1000px; }

  footer .footer-link .pay-optn li img {
    height: 23px; }

  footer .footer-link .social li i {
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    font-size: 14px; }

  .learning-section .flex-box .learn-content-text .learn-detail {
    font: 400 14px/23px "Montserrat", sans-serif; }

  .learning-section .flex-box .learn-content-text h3 {
    text-transform: uppercase;
    font: 400 18px/23px "Montserrat", sans-serif; }

  .learning-section .flex-box {
    margin-top: 48px; }

  .learning-section .learning-outer h3 {
    font: 400 24px/27px "Montserrat", sans-serif; }

  .learning-section .learning-outer h4 {
    font: 300 15px/24px "Montserrat", sans-serif; }

  .learning-section {
    padding: 45px 0px 49px; }

  .course-section .service-otr .service-content h4 {
    font: 400 23px/22px "Montserrat", sans-serif;
    margin-bottom: 5px; }

  .course-section .service-otr .service-content a {
    font: 400 13px/27px "Montserrat", sans-serif; }

  .course-section .service-otr .border-otr h4 {
    margin-top: 15px;
    font: 400 19px/25px "Montserrat", sans-serif !important; }

  .banner-section .bg-background .banner-content-otr .banner-content-text .pink-round h3 {
    font: 500 42px/54px "Montserrat", sans-serif; }

  .course-section .service-otr .border-otr h3 {
    font: 600 19px/27px "Montserrat", sans-serif !important;
    text-transform: uppercase; }

  .course-section .service-otr .service-content {
    width: 391px; }

  .course-section .course-hed h3 {
    font: 400 30px/23px "Montserrat", sans-serif;
    margin-bottom: 10px; }

  .course-section .course-hed h4 {
    font: 400 17px/27px "Montserrat", sans-serif; }

  .banner-section .bg-background .banner-content-otr .banner-content-text h3 {
    font: 600 35px/41px "Montserrat", sans-serif; }

  .banner-section .bg-background .banner-content-otr .banner-content-text h4 {
    font: 600 24px/30px "Montserrat", sans-serif; }

  .banner-section .bg-background .banner-content-otr .banner-form {
    width: 480px; }

  .banner-section .bg-background .banner-content-otr .banner-form .form-text h3 {
    font: 400 21px/18px "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px; }

  .banner-section .bg-background .banner-content-otr .banner-form .form-text h4 {
    font: 600 14px/19px "Montserrat", sans-serif; }

  /*.banner-section .bg-background .banner-content-otr .banner-form .form-content .form-group .form-control {
      height: 34px;
  }*/
  .banner-section .bg-background .banner-content-otr .banner-form .form-content .btn-custom {
    font: 400 13px/27px "Montserrat", sans-serif; }

  .course-section .service-otr .service-content h3 {
    font: 400 39px/43px "Montserrat", sans-serif;
    margin-bottom: 10px; } }
@media (max-width: 1023px) {
  .container-otr {
    max-width: 100%; }

  .logo-section .logo-outer .logo-content-otr .slogan .sl1 {
    font: 400 14px/23px "Montserrat", sans-serif; } }
@media (max-width: 991px) {
  .banner-section .bg-background .banner-content-otr .banner-content-text h3 {
    font: 600 30px/37px "Montserrat", sans-serif; }

  .navbar-section .navbar .navbar-nav .nav-link {
    font: 400 14px/23px "Montserrat", sans-serif;
    border-bottom: 1px solid #595353;
    padding-bottom: 15px; }

  button.navbar-toggler {
    border: none !important;
    /* float: right; */
    text-align: right;
    width: 100%; }

  .course-section .service-otr {
    flex-direction: column;
    align-items: center; }

  .course-section .service-otr .service-content {
    width: 100%;
    margin-bottom: 19px; }

  .course-section {
    padding: 74px 0px 54px; }

  .learning-section .flex-box {
    flex-direction: column; }

  .learning-section .flex-box .learn-content-text {
    width: 100%;
    margin-bottom: 18px; }

  .testimonial-otr {
    flex-direction: column;
    align-items: center; }

  .testimonial-section .testimonial-otr .testi-img .name-sec {
    border: none; }

  .testimonial-section .testimonial-otr .testi-img {
    width: auto; }

  .testimonial-section .testimonial-otr {
    flex-direction: column; }

  .testimonial-section .carousel-indicators {
    margin-left: 15%;
    justify-content: center;
    bottom: -33px; }

  .testimonial-section {
    background: #686868;
    padding: 57px 0px 70px; } }
@media (max-width: 800px) {
  .banner-section .bg-background .banner-content-otr {
    min-height: 600px;
    flex-direction: column;
    align-items: center; }

  .banner-section .bg-background .banner-content-otr .banner-content-text .pink-round {
    width: 100%;
    height: auto;
    background: #c06b81;
    border-radius: 0px;
    text-align: center;
    padding: 18px 3px 5px; }

  .banner-section .bg-background .banner-content-otr .banner-content-text h3 {
    text-align: center; }

  .banner-section .bg-background .banner-content-otr .banner-content-text h4 {
    text-align: center; }

  .banner-section .bg-background .banner-content-otr .banner-content-text .pink-round h3 {
    font: 500 33px/54px "Montserrat", sans-serif; }

  .banner-section .bg-background .banner-content-otr .banner-content-text .pink-round span {
    font: 400 16px/27px "Montserrat", sans-serif;
    color: #fff; }

  /*.banner-section .bg-background {
    padding: 60px 0px 70px !important; }*/

  .banner-section .bg-background .banner-content-otr .banner-form {
    width: 95%;
    margin-top: 29px; }

  .course-section {
    padding: 50px 0px; } }
@media (max-width: 767px) {
  .container-otr .banner-content-otr{
    flex-direction: column-reverse !important; 
  }
  .banner-section .bg-background .banner-content-otr .banner-content-text.form-banner{
    padding: 20px 0;
  }
  #classNameContainer {
    font-size: 18px;
    line-height: 22px;
  }
  .top-nav .top-nav-otr .content-left {
    width: 100%;
    text-align: center; }

  .banner-section .input-holder.row .col-md-6, .banner-section .input-holder.row .col-md-4, .banner-section .input-holder.row .col-md-3 {
    padding-right: 15px !important;
    margin-bottom: 10px; }

  .navbar-section .navbar .navbar-nav .nav-link {
    margin: 0; }

  .logo-section .logo-outer .logo-content-otr .slogan {
    text-align: center; }

  .banner-section .bg-background .banner-content-otr .banner-content-text h3 {
    font: 600 28px/34px "Montserrat", sans-serif; }

  footer .footer-outer {
    flex-direction: column; }

  footer .footer-link .pages-sec {
    padding-left: 0px;
    margin-top: 18px; }

  footer .footer-outer {
    padding: 26px 0px 30px; }

  .footer-link {
    width: 100% !important; }

  footer .footer-link ul li.hed {
    font: 400 16px/27px "Montserrat", sans-serif;
    margin-bottom: 10px; }

  footer .copy-text {
    text-align: center; }

  .top-nav .top-nav-otr .content-right {
    width: 100%;
    float: none !important;
    margin: 0 auto;
    width: 128px;
    margin-top: 25px; }

  .top-nav .top-nav-otr {
    padding: 11px 0px 30px; }

  .banner-section .bg-background .banner-content-otr .banner-content-text h4 {
    font: 600 20px/24px "Montserrat", sans-serif; } }
@media (max-width: 650px) {

  .d-flex.logo-content-otr {
    flex-direction: column !important;
    align-items: center !important; }

  .course-section .course-hed h3 {
    font: 400 26px/28px "Montserrat", sans-serif; }

  .pad-mob {
    padding: 0; }

  .container-otr {
    max-width: 100%;
    padding: 0px 5px; } }
@media (max-width: 479px) {
  .checklistPoints{
    padding-left: 0rem;
  }
  .course-section .course-hed h3 {
    font: 400 24px/28px "Montserrat", sans-serif;
    margin-bottom: 4px; }

  .banner-section .bg-background .banner-content-otr .banner-form .form-content .btn-custom {
    width: 100%; }

  .logo-section .logo-outer .logo-content-otr .logo img {
    width: 160px; }

  .top-nav .top-nav-otr .content-left {
    font: 400 13px/23px "Montserrat", sans-serif; }

  .top-nav .top-nav-otr .content-right {
    margin-top: 13px; }

  .top-nav .top-nav-otr .content-right span {
    background: #987faa;
    padding: 9px 22px 10px; }

  .top-nav .top-nav-otr {
    padding: 11px 0px 25px; 
  }

  .service-otr iframe{
    width: 400px;
  }
  }
  @media (max-width: 390px) {
    .service-otr iframe{
      width: 336px;
    }
  }

  .crossButton {
   text-decoration: line-through;
 }

.modal-img #thumbnail {
  position: static !important; 
  width: inherit;
}
.modal-img #thumbnail img {
  position: static !important; 
}
/*# sourceMappingURL=main.css.map */
.top-nav .top-nav-otr .content-right button {
    background: #987faa;
  /*  padding: 14px 22px 13px;*/
    padding: 6px 22px 5px;
    border-radius: 2px;
    border: 0;
    color: #fff;
    font: 400 14px/23px "Montserrat", sans-serif;
}

#get-a-quote h4 {
    width: 100%;
    color: #b9a3bd;
    margin: 50px 0 22px;
    float: left;
    padding-bottom: 3px;
    border-bottom: solid 2px #b9a3bd;
}
.brdr-color{
        border: 1px solid #ada5a5 !important;
}
.credit4-algn{
    width: 60px;
    float: right;
    margin-top: -45px;
    margin-right: -5px;
}

.receipt {
      table-layout: auto !important;
}
.receipt th{
  border-bottom: 3px solid #511799 !important;
  white-space: nowrap !important;
}

.receipt td{
  padding: 10px !important;
}
.recieptLink {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 2.5rem;
  color: #4078c0 !important;
}
.recieptLink:hover {
  text-decoration: underline !important;
}
.checklistPoints{
  list-style: none;
}
.checklistPoints i {
	color: green;
	font-size: 1.3rem;
}
#classNameHeading{
  font-size: 20px;
}
#HeadingEnroll{
  font-size: 26px;
}
.checklistPointsDesk li {
	padding: 0.2vw 1vw 0.2vw 1vw;
	box-sizing: border-box;
  font-size: 18px;
}
.checklistPointsDesk {
  list-style: none;
}
.checklistPointsDesk i{
  color: green;
}
/*.popover.fade.show.bs-popover-top{
	opacity:1 !important;
}*/
