﻿@charset "UTF-8";


@font-face {
  font-family: 'icomoon';
  src:  url('../icomon/icomoon.eot?d0yym4');
  src:  url('../icomon/icomoon.eot?d0yym4#iefix') format('embedded-opentype'),
    url('../icomon/icomoon.ttf?d0yym4') format('truetype'),
    url('../icomon/icomoon.woff?d0yym4') format('woff'),
    url('../icomon/icomoon.svg?d0yym4#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: none;
  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-boy:before {
  content: "\e900";
}
.icon-girl:before {
  content: "\e901";
}
.icon-boy{
   font-family: 'icomoon';
}


html, body {
    direction: rtl !important;
    /*font-family: FrutigerLTArabicRoman;*/
}
/*.element {
  color: setcolor(blue);
  color: setcolor(blue, secondary);
}*/
.align-both {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-top {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-vcenter {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.align-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.align-hcenter {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.align-equal-space {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@font-face {
  font-family: 'raze';
  src: url("../fonts/icons/raze.eot?27667493");
  src: url("../fonts/icons/raze.eot?27667493#iefix") format("embedded-opentype"), url("../fonts/icons/raze.woff2?27667493") format("woff2"), url("../fonts/icons/raze.woff?27667493") format("woff"), url("../fonts/icons/raze.ttf?27667493") format("truetype"), url("../fonts/icons/raze.svg?27667493#raze") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'raze';
    src: url('../font/raze.svg?27667493#raze') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "raze";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left-dir:before {
  content: '\e800';
}

/* '' */
.icon-right-dir:before {
  content: '\e801';
}

/* '' */
.icon-left-open-big:before {
  content: '\e802';
}

/* '' */
.icon-right-open-big:before {
  content: '\e803';
}

/* '' */
.icon-up-circled:before {
  content: '\e804';
}

/* '' */
.icon-left-circle:before {
  content: '\e805';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
.icon-circle-thin:before {
  content: '\f1db';
}

/* '' */
.icon-facebook:before {
  content: '\f30c';
}

/* '' */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a {
  text-decoration: none;
}

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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: block;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer: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,
.visible-sm,
.visible-md,
.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: 991px) {
  .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: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

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

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

@media (min-width: 992px) 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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

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

@media (min-width: 992px) 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: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) 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;
  }
}

/*  ===============
  1. Reset
===============  */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media (max-width: 767.98px) {
  html {
    font-size: 8px;
  }
}

body {
  background-color: #fff;
  color: #8A8A8A;
  font-family: "NeutraTextBook", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 2700px;
  margin: 0 auto;
  overflow-x: hidden;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: inherit;
}

p + p {
  padding-top: 15px;
}

@media (max-width: 767.98px) {
  p {
    font-size: 2rem;
  }
  p + p {
    padding-top: 10px;
  }
}

p b,
p strong {
  font-weight: 700;
}

p a {
  color: inherit;
  color: #EB2939;
}

p a:hover {
  color: #41B6F7;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: block;
}

.clearfix:after {
  clear: both;
}

svg:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  outline: none;
}

svg {
  transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
}

a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

a:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
}

a:focus,
a:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a {
  color: inherit;
  display: inline-block;
}

a[href^="tel"] {
  color: inherit;
  cursor: default;
}

b,
strong {
  font-weight: 600;
}

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

.image-wrapper {
  background-color: #ced7e0;
  position: relative;
}

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

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.fade.show {
  opacity: 1;
}

.rz-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .rz-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .rz-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .rz-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .rz-container {
    max-width: 1170px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1600px) {
  .rz-container {
    max-width: 1240px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #8A8A8A;
  display: block;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 15px;
  font-family: "GTWalsheimRegular";
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  display: inline-block;
  font-size: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  color: #41B6F7;
}

h1 + ul,
h1 + ol,
.h1 + ul,
.h1 + ol,
h2 + ul,
h2 + ol,
.h2 + ul,
.h2 + ol,
h3 + ul,
h3 + ol,
.h3 + ul,
.h3 + ol,
h4 + ul,
h4 + ol,
.h4 + ul,
.h4 + ol,
h5 + ul,
h5 + ol,
.h5 + ul,
.h5 + ol,
h6 + ul,
h6 + ol,
.h6 + ul,
.h6 + ol {
  margin-top: 0;
}

h1 {
  font-size: 4.8rem;
}

@media (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.section-title {
  color: #8A8A8A;
  display: block;
  margin-bottom: 25px;
  text-align: left;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 575px) {
  .section-title {
    font-size: 2.8rem;
  }
}

.section-title.white-color {
  color: #fff;
}

.section-title.ttu {
  text-transform: uppercase;
}

.section-title h1,
.section-title h2,
.section-title h3 {
  color: inherit;
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.3;
  padding-bottom: 0;
}

.section-title h1 a,
.section-title h2 a,
.section-title h3 a {
  color: inherit;
}

.section-title h1 a:hover,
.section-title h2 a:hover,
.section-title h3 a:hover {
  color: #EB2939;
}

@media (max-width: 991px) {
  .section-title h1,
  .section-title h2,
  .section-title h3 {
    font-size: 2.3rem;
  }
}

.section-title small {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
}

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

.section-title.white {
  color: #fff;
}

.section-title.blue {
  color: #044d80;
}

.section-title.ttu {
  text-transform: uppercase;
}

.page-title {
  color: #8A8A8A;
  display: block;
  margin-bottom: 25px;
  text-align: left;
}

.page-title h1 {
  color: inherit;
  display: inline-block;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 0;
  letter-spacing: 0.2px;
}

.page-title h1 span {
  display: block;
}

.page-title small {
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
}

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

.page-title.white {
  color: #fff;
}

.sub-title {
  color: #EB2939;
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

.sub-title h2,
.sub-title h3,
.sub-title h4 {
  font-size: 1.375rem;
}

.sub-title.blue a {
  color: #044d80;
}

.sub-title a {
  color: #EB2939;
}

.sub-title a:hover {
  color: #41B6F7;
}

.ttl,
.contact-link,
.ftr-phone {
  font-family: "GTWalsheimRegular";
}

.ttl-lg {
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1.3;
}

.ttl-lg h1,
.ttl-lg h2,
.ttl-lg h3,
.ttl-lg h4,
.ttl-lg h5,
.ttl-lg h6 {
  font-size: inherit;
}

@media (max-width: 1450px) {
  .ttl-lg {
    font-size: 4.5rem;
  }
}

.ttl-md {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.ttl-md h1,
.ttl-md h2,
.ttl-md h3,
.ttl-md h4,
.ttl-md h5,
.ttl-md h6 {
  font-size: inherit;
}

@media (max-width: 1450px) {
  .ttl-md {
    font-size: 3.5rem;
  }
}

.ttl-sm {
  font-size: 2.5rem;
  font-weight: 600;
}

.ttl-sm h1,
.ttl-sm h2,
.ttl-sm h3,
.ttl-sm h4,
.ttl-sm h5,
.ttl-sm h6 {
  font-size: inherit;
}

.admin-content,
.cnt {
  /* =====     Unordered List Items     ===== */
  /* =====     Ordered List Items     ===== */
}

.admin-content a,
.cnt a {
  text-decoration: underline;
}

.admin-content ul,
.cnt ul {
  display: block;
  margin: 24px 0 24px;
  padding-left: 20px;
}

.admin-content ul li,
.cnt ul li {
  display: block;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
  font-size: 1rem;
}

.admin-content ul li + li,
.cnt ul li + li {
  margin-top: 10px;
}

.admin-content ul li:before,
.cnt ul li:before {
  color: #EB2939;
  position: absolute;
  font-family: "rize";
  content: "\e80c";
  left: 0;
  top: 3px;
  font-size: 16px;
}

.admin-content ul.white li:before,
.cnt ul.white li:before {
  border-color: #fff;
}

.admin-content ol,
.cnt ol {
  margin: 24px 0 10px;
  padding-left: 20px;
  counter-reset: item;
}

.admin-content ol li,
.cnt ol li {
  display: block;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}

.admin-content ol li + li,
.cnt ol li + li {
  margin-top: 15px;
}

.admin-content ol li:before,
.cnt ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  left: 0;
  position: absolute;
}

.admin-content ol.lower-alpha li:before,
.cnt ol.lower-alpha li:before {
  content: counters(item, "", lower-alpha) ")";
}

.admin-content ol.lower-roman li:before,
.cnt ol.lower-roman li:before {
  content: counters(item, "", lower-roman) ")";
}

.admin-content ol.roman-sub li,
.cnt ol.roman-sub li {
  padding-left: 30px;
}

.admin-content ol.roman-sub li:before,
.cnt ol.roman-sub li:before {
  content: counters(item, ".", upper-roman) ".";
  counter-increment: item;
  font-weight: 500;
}

.admin-content ol.roman-sub li ol li,
.cnt ol.roman-sub li ol li {
  padding-left: 32px;
}

.admin-content ol.decimal-sub li,
.cnt ol.decimal-sub li {
  padding-left: 30px;
}

.admin-content ol.decimal-sub li:before,
.cnt ol.decimal-sub li:before {
  content: counters(item, ". ", decimal) ".";
  counter-increment: item;
  font-weight: 500;
}

.admin-content ol.decimal-sub li ol,
.cnt ol.decimal-sub li ol {
  padding-top: 5px;
}

.admin-content ol.decimal-sub li ol li,
.cnt ol.decimal-sub li ol li {
  padding-left: 32px;
}

.admin-content ol.decimal-sub li ol ol li,
.cnt ol.decimal-sub li ol ol li {
  padding-left: 50px;
}

.admin-content ul + h2,
.admin-content ul + h3,
.admin-content ul + h4,
.admin-content ul + h5,
.admin-content ul + h6,
.admin-content ol + h2,
.admin-content ol + h3,
.admin-content ol + h4,
.admin-content ol + h5,
.admin-content ol + h6,
.cnt ul + h2,
.cnt ul + h3,
.cnt ul + h4,
.cnt ul + h5,
.cnt ul + h6,
.cnt ol + h2,
.cnt ol + h3,
.cnt ol + h4,
.cnt ol + h5,
.cnt ol + h6 {
  margin-top: 30px;
}

.admin-content ul + p,
.admin-content ol + p,
.cnt ul + p,
.cnt ol + p {
  margin-top: 20px !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table tr,
table th,
table td {
  vertical-align: middle;
}

table th {
  color: #EB2939;
  font-weight: 700;
  height: 34px;
}

table td {
  height: 34px;
  padding: 7px 12px;
}

table td.none {
  height: 10px !important;
  padding: 0 10px;
}

table:not([class]),
table[class=""] {
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table:not([class]) td,
table[class=""] td {
  min-height: 30px;
}

.responsive-table {
  overflow-x: auto;
  *zoom: 1;
}

.responsive-table:after,
.responsive-table:before {
  content: '';
  display: block;
}

.responsive-table:after {
  clear: both;
}

@media (max-width: 767px) {
  .table-mobile table {
    width: 100%;
  }
  .table-mobile table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-mobile table td {
    border-bottom: 1px solid #d0d0d0;
    display: block;
    padding: 9px 12px 9px 100px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .table-mobile table td:last-child {
    border-bottom-width: 3px;
  }
  .table-mobile table td:before {
    content: attr(data-label);
    display: inline-block;
    float: left;
    font-weight: 500;
    left: 12px;
    position: absolute;
  }
}

.cf {
  *zoom: 1;
}

.cf:after,
.cf:before {
  content: '';
  display: block;
}

.cf:after {
  clear: both;
}

.d-blk {
  display: block;
}

.d-flx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-35 {
  padding-top: 35px;
}

.img-center {
  width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.tel {
  cursor: default;
}

.mailto:hover {
  color: #168cdf;
}

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

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

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

p.comingsoon {
  text-align: center;
}

p.comingsoon.center {
  text-align: left;
}

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

.rm-btn {
  margin-top: 15px;
}

.rm-btn.right {
  float: right;
}

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

.cur-p {
  cursor: pointer;
}

.ttu {
  text-transform: uppercase;
}

.left {
  float: left;
}

.right {
  float: right;
}

.f-none {
  float: none !important;
}

.visible_mobile {
  display: none;
}

@media (max-width: 767px) {
  .visible_mobile {
    display: block;
  }
}

.visible_desk {
  display: inline-block;
}

@media (max-width: 767px) {
  .visible_desk {
    display: none;
  }
}

.no_pad {
  padding: 0 !important;
}

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

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

.no_pad_top {
  padding-top: 0 !important;
}

.no_pad_bottom {
  padding-bottom: 0 !important;
}

.no_marg {
  margin: 0;
}

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

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

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

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

.default {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.default li {
  list-style-type: none;
}

.default li:before,
.default li:after {
  display: none;
}

/* =====     Forms     ===== */
input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

.inline {
  display: block;
}

.inline div {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
.input,
textarea,
select,
.form-control {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #8A8A8A;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  padding: 0 20px;
  width: 100%;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
.input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

@media (max-width: 1199px) {
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  .input,
  textarea,
  select,
  .form-control {
    border-width: 1px;
    height: 40px;
    padding: 0 10px;
  }
}

textarea.form-control {
  height: 100px;
  padding: 15px 20px;
  resize: none;
}

@media (max-width: 1199px) {
  textarea.form-control {
    padding-left: 10px;
    padding-right: 10px;
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/select-icon.svg") no-repeat 96% 50%;
  outline: none;
}

select:focus,
select:active {
  outline: none;
}

option {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.input-holder {
  margin-bottom: 15px;
  position: relative;
  *zoom: 1;
}

.input-holder:after,
.input-holder:before {
  content: '';
  display: block;
}

.input-holder:after {
  clear: both;
}

.input-holder.error input,
.input-holder.error textarea {
  border-color: #C60C02;
}

.input-holder .error,
.input-holder .newerror {
  background-color: #C60C02;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  right: 0;
  line-height: 1;
  padding: 5px 5px;
  position: absolute;
  top: -19px;
}

.input-holder .error:after,
.input-holder .newerror:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #C60C02;
  bottom: -5px;
  content: '';
  right: 10px;
  position: absolute;
}

.input-holder .newerror {
  top: -20px;
}

@media (max-width: 767px) {
  .input-holder .newerror {
    top: -25px;
  }
}

body[dir="rtl"] select {
  padding: 0 30px 0 20px !important;
}

.btn-grp .btn {
  margin-right: 15px;
}

.btn-grp .btn:last-child {
  margin-right: 0;
}

.btn {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 47px;
  font-size: 16px;
  text-align: center;
  border: none;
  font-weight: bold;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  position: relative;
  font-size: 1.6rem;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-family: "GTWalsheimRegular";
  letter-spacing: 1.3px;
  min-height: 40px;
}

.btn:focus,
.btn:visited,
.btn:active {
  outline: 0 !important;
  border: none;
}

.btn.primary {
  background: #EB2939;
  color: #fff;
}

.btn.btn-white {
  background: #fff;
}

.btn.btn-gray-new {
  background-image: -webkit-gradient(linear, left top, right top, from(#283048), color-stop(51%, #859398), to(#283048));
  background-image: -webkit-linear-gradient(left, #283048 0%, #859398 51%, #283048 100%);
  background-image: -o-linear-gradient(left, #283048 0%, #859398 51%, #283048 100%);
  background-image: linear-gradient(to right, #283048 0%, #859398 51%, #283048 100%);
}

.btn.btn-off-white {
  background: #F2F2F2;
  color: #0091FF;
}

.btn.btn-off-white:hover,
.btn.btn-off-white:focus,
.btn.btn-off-white:active {
  background: #4a90ec;
  background: -moz-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #4a90ec), color-stop(50%, #4b80f4), color-stop(74%, #4a67fb), color-stop(100%, #495bff));
  background: -webkit-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -o-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -ms-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#4a90ec), color-stop(50%, #4b80f4), color-stop(74%, #4a67fb), to(#495bff));
  background: linear-gradient(to right, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  color: #fff;
}

.btn.btn-orange {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #eb2a39), to(#f1614a));
  background-image: -webkit-linear-gradient(left, #eb2a39 0, #f1614a 100%);
  background-image: -o-linear-gradient(left, #eb2a39 0, #f1614a 100%);
  background-image: linear-gradient(90deg, #eb2a39 0, #f1614a 100%);
}

.btn.btn-orange:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eb2a39), to(#f1614a));
  background-image: -webkit-linear-gradient(top, #eb2a39 0, #f1614a 100%);
  background-image: -o-linear-gradient(top, #eb2a39 0, #f1614a 100%);
  background-image: linear-gradient(180deg, #eb2a39 0, #f1614a 100%);
  color: #fff;
}

.btn.btn-blue {
  color: #fff;
  background: #4a90ec;
  background: -moz-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #4a90ec), color-stop(50%, #4b80f4), color-stop(74%, #4a67fb), color-stop(100%, #495bff));
  background: -webkit-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -o-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -ms-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#4a90ec), color-stop(50%, #4b80f4), color-stop(74%, #4a67fb), to(#495bff));
  background: linear-gradient(to right, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90ec', endColorstr='#495bff', GradientType=1);
}

.btn.btn-blue-selected {
  color: #fff;
  background: #4a90ec;
  background: -moz-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #4a90ec), color-stop(50%, #4b80f4), color-stop(74%, #4a67fb), color-stop(100%, #495bff));
  background: -webkit-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -o-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -ms-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#4a90ec), color-stop(50%, #4b80f4), color-stop(74%, #4a67fb), to(#495bff));
  background: linear-gradient(to right, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90ec', endColorstr='#495bff', GradientType=1);
}

.btn.btn-gray {
  background: #c3c3c3;
  background: -moz-linear-gradient(left, #c3c3c3 0%, #b8b8b8 50%, #b2b2b2 71%, #a6a6a6 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c3c3c3), color-stop(50%, #b8b8b8), color-stop(71%, #b2b2b2), color-stop(100%, #a6a6a6));
  background: -webkit-linear-gradient(left, #c3c3c3 0%, #b8b8b8 50%, #b2b2b2 71%, #a6a6a6 100%);
  background: -o-linear-gradient(left, #c3c3c3 0%, #b8b8b8 50%, #b2b2b2 71%, #a6a6a6 100%);
  background: -ms-linear-gradient(left, #c3c3c3 0%, #b8b8b8 50%, #b2b2b2 71%, #a6a6a6 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c3c3c3), color-stop(50%, #b8b8b8), color-stop(71%, #b2b2b2), to(#a6a6a6));
  background: linear-gradient(to right, #c3c3c3 0%, #b8b8b8 50%, #b2b2b2 71%, #a6a6a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#a6a6a6', GradientType=1);
}

.btn.btn-md {
  min-height: 55px;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3 / 4), screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3/4), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .btn.btn-md {
    padding-top: 14px !important;
  }
}

.btn.btn-sm {
  min-height: 40px;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3 / 4), screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3/4), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .btn.btn-sm {
    padding-top: 6px !important;
  }
}

.btn.btn-lg {
  min-height: 40px;
}

@media (max-width: 1450px) {
  .btn.btn-lg {
    min-height: 40px;
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .btn.btn-lg {
    min-height: 40px;
    font-size: 1.6rem;
  }
}

.btn.btn-rm {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  color: #000;
}

.btn.btn-rm:hover {
  color: #EB2939;
}

.btn.learn-more {
  position: relative;
  background: none;
  font-weight: 700;
  min-height: inherit;
  font-size: 1.4rem;
  padding-left: 0;
  border: none;
}

.btn.learn-more:after {
  position: absolute;
  content: '\e800';
  font-family: "rize";
  right: 8px;
  top: 0;
  transform: rotate(272deg);
  -ms-transform: rotate(272deg);
  -o-transform: rotate(272deg);
  -webkit-transform: rotate(272deg);
  color: #9781B9;
  transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.btn.learn-more:hover::after {
  right: 0;
  color: #3D2070;
}

.btn.styled {
  border: 1px solid #3D2070;
  background: transparent;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0 25px;
}

.btn.styled:hover {
  background-color: #3D2070;
  color: #fff;
  opacity: 1;
}

.btn.full-width {
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px) {
  .desk-hide {
    display: none;
  }
  /*=== Append and prepend ====*/
  /*==== Menu ====*/
  .main-nav > ul {
    margin: 0;
    padding: 0;
  }
  .main-nav > ul > li {
    display: inline-block;
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
  }
  .main-nav > ul > li:last-child {
    margin: 0;
  }
  .main-nav > ul > li:last-child ul {
    left: auto;
    right: 0;
  }
  .main-nav > ul > li > a {
    display: block;
    padding: 12px 15px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
    color: #6D7278;
    font-weight: 400;
    font-size: 1.6rem;
  }
  .main-nav > ul > li > a:after {
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    bottom: 6px;
    height: 2px;
    background: #F93549;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .main-nav > ul > li:hover > a {
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .main-nav > ul > li:hover > a:after {
    width: 100%;
  }
  .main-nav > ul > li:hover > ul {
    display: block;
  }
  .main-nav > ul > li ul {
    background: #fff;
    position: absolute;
    display: none;
    width: 256px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    text-align: right;
  }
  .main-nav > ul > li ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .main-nav > ul > li ul li:last-child {
    border: 0;
  }
  .main-nav > ul > li ul li a {
    padding: 8px 20px;
    display: block;
    text-decoration: none;
    font-size: 1.8rem;
    color: #000;
  }
  .main-nav > ul > li ul li:hover > ul {
    display: block;
    left: 250px;
    top: 0;
  }
  .main-nav > ul > li ul li:hover > a {
    color: #EB2939;
  }
  .main-nav > ul > li.submenu {
    padding-left: 17px;
  }
  .main-nav > ul > li.submenu::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff;
    left: 0;
    top: 22px;
    pointer-events: none;
  }
  .mob-btn {
    display: none;
  }
  /*==== Menu End ====*/
}

@media (max-width: 1199.98px) {
  /*==== Menu ====*/
  .main-nav {
    max-width: 480px;
    position: fixed;
    width: 100%;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.95);
    height: 100%;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    z-index: 1005;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    padding: 45px 0;
    text-align: center;
    padding-top: 100px;
  }
  .main-nav #txtSearch {
    margin-top: 25px;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  .main-nav ul.mnav {
    margin-bottom: 30px;
  }
  .main-nav ul li {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .main-nav ul li .form-control {
    width: 60%;
    margin: 0 auto !important;
    margin-top: 25px !important;
    text-align: center;
  }
  .main-nav ul li.regi-button {
    margin-bottom: 25px;
  }
  .main-nav ul li.home-link {
    border-top: 1px solid #2f2f2f;
  }
  .main-nav ul li span {
    display: none;
  }
  .main-nav ul li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 2.3rem;
    display: block;
    padding: 10px;
  }
  .main-nav ul li a:hover {
    background: #2D2D2D;
  }
  .main-nav ul li.submenu {
    border-bottom: 1px solid #2f2f2f;
    border-top: 1px solid #2f2f2f;
  }
  .main-nav ul li.submenu + .submenu {
    border-top: none;
  }
  .main-nav ul li.submenu.open {
    border-bottom: 0;
  }
  .main-nav ul li.submenu i {
    border-right: 1px solid #2f2f2f;
    position: absolute;
    width: 55px;
    height: 47px;
    top: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: rgba(243, 243, 243, 0.0784314);
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .main-nav ul li.open i {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: rgba(243, 243, 243, 0.0784314);
  }
  .main-nav ul li.open i:after {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 10px solid #fff;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .main-nav ul ul {
    margin: 0;
    display: none;
    border: 1px solid #383838;
    background-color: rgba(68, 68, 68, 0.439216);
  }
  .main-nav ul ul li {
    border-bottom: 1px solid #1b1a1a;
  }
  .main-nav ul ul li:last-child {
    border-bottom: none;
  }
  .main-nav ul ul li a {
    padding-left: 20px;
  }
  .main-nav ul ul li ul a {
    padding-left: 30px;
  }
  .show-menu .main-nav {
    right: 0;
  }
  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }
  .show-menu .mob-btn span {
    display: none;
  }
  .show-menu .mob-btn img,
  .show-menu .mob-btn svg {
    display: block;
    width: 35px;
    height: 35px;
  }
  .mob-btn {
    position: absolute;
    float: right;
    padding: 5px 7px;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999999;
  }
  .mob-btn img,
  .mob-btn svg {
    display: none;
  }
  .mob-btn span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #000;
  }
  .mob-btn span + span {
    margin-top: 5px;
  }
  /*==== Menu End ====*/
  /*=== Append and Prepend ===*/
  .extra-link {
    display: none;
  }
  /*==== Append and Prepend End ====*/
}

.rz-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px 0;
  z-index: 1040;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

@media (min-width: 1200px) {
  .rz-header {
    height: 135px;
  }
}

.rz-header .inner-mob-logo {
  display: none;
  width: 70px;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rz-header .inner-mob-logo .inner-mob-logo {
  display: block;
}

.rz-header .manage-courselink {
  display: none;
}

.rz-header .btn-logout {
  display: none;
}

.rz-header #hrefLang {
  font-size: 2.1rem;
}

.rz-header .department-whitelogo,
.rz-header .department-blacklogo {
  display: none;
}

@media (min-width: 1200px) {
  .rz-header.home-header {
    padding-top: 35px;
  }
}

.rz-header.home-header .department-whitelogo {
  display: block;
}

.rz-header.home-header .main-nav > ul > li > a {
  color: #fff;
}

.rz-header.home-header .mob-btn span {
  background: #fff;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .rz-header.home-header .main-nav > ul > li a {
    font-size: 1.4rem;
  }
}

.rz-header.admin-header .manage-courselink {
  display: inline-block;
}

.rz-header.admin-header .btn-logout {
  display: block;
}

.rz-header.admin-header .btn-login {
  display: none;
}

.rz-header.admin-header .all-course-link {
  display: none;
}

.rz-header.inner-header {
  background: #fff;
  padding-top: 15px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.rz-header.inner-header .department-blacklogo {
  display: block;
}

.rz-header.inner-header .inner-mob-logo {
  display: block;
}

@media (min-width: 1200px) {
  .rz-header .main-nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .rz-header {
    padding: 15px 0 !important;
  }
  .rz-header .department-whitelogo,
  .rz-header .department-blacklogo {
    display: none !important;
  }
}

.rz-header .logo {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199.98px) {
  .rz-header .logo {
    width: 95px;
  }
}

@media (max-width: 767.98px) {
  .rz-header .logo {
    width: 80px;
  }
}

.rz-header .hdr-menu .btn {
  font-weight: 400;
  font-family: 'Montserrat';
  padding: 0 10px;
  font-size: 1.3rem;
  height: 36px;
}

.rz-header .hdr-menu .form-control {
  background: #F2F2F2;
}

@media (max-width: 1199.98px) {
  .main-nav .department-whitelogo {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .rz-header .logo {
    width: 45px;
  }
  .rz-header .inner-mob-logo {
    width: 50px;
    display: none !important;
  }
}

@media (min-width: 768px) {
  .slim .rz-header {
    background: #fff;
    padding: 15px 0;
    height: 85px;
  }
  .slim .rz-header .inner-mob-logo {
    display: block;
  }
  .slim .rz-header .department-whitelogo {
    display: none;
  }
  .slim .rz-header .logo {
    width: 70px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slim .rz-header .main-nav > ul > li > a {
    color: #000;
  }
  .slim .home-header {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }
  .slim .home-header .mob-btn span {
    background: #000;
  }
}

@media (max-width: 768px) {
  .slim .rz-header {
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }
  .slim .home-header .mob-btn span {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #eb2a39), to(#f1614a));
    background-image: -webkit-linear-gradient(left, #eb2a39 0, #f1614a 100%);
    background-image: -o-linear-gradient(left, #eb2a39 0, #f1614a 100%);
    background-image: linear-gradient(90deg, #eb2a39 0, #f1614a 100%);
  }
}

.banner-image {
  background-image: url(../images/banner.png);
  background-size: contain;
  background-position-y: top;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1279px) {
  .banner-image {
    background-image: url(../images/banner-mobile.png);
  }
}

.about-us-banner {
  background-image: url("../images/abt-banner-new.png");
}

body[dir="rtl"] .mob-btn {
  right: initial;
}

body[dir="rtl"] .rz-header .inner-mob-logo {
  right: initial;
  left: 65px;
}

body[dir="rtl"] .banner-image {
  background-image: url(../images/ar/banner-ar.png);
}

body[dir="rtl"] .about-us-banner {
  background-image: url(../images/ar/abt-banner-new-ar.png);
}

@media (max-width: 991px) {
  body[dir="rtl"] .about-us-banner {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  body[dir="rtl"] .about-us-banner {
    min-height: 150px;
  }
}

body[dir="rtl"] .crsmenu {
  text-align: center;
}

body[dir="rtl"] .crsmenu li {
  padding: 15px;
}

body[dir="rtl"] .main-nav ul li.submenu i:after {
  left: inherit;
  right: inherit;
  right: 8px;
}

@media (max-width: 767px) {
  body[dir="rtl"] .department-whitelogo {
    display: none;
  }
}

@media (max-width: 1199px) {
  body[dir="rtl"] .main-nav .crsmenu li {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.about-us-banner .banner-cmb-icon4 img,
.about-us-banner .banner-cmb-icon2 img,
.about-us-banner .banner-cmb-icon1 img {
  width: 50%;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .main-nav {
    padding-right: 100px;
  }
}

.megamenu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  color: #212529;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  min-width: 800px;
  left: -410px;
  padding: 25px;
  text-align: center;
}

.megamenu .s-img {
  height: 40px;
  margin-bottom: 25px;
}

.megamenu .s-img a {
  display: inline;
}

.megamenu .mm-arw {
  width: 100%;
  text-align: right;
  margin-top: 25px;
}

.megamenu .megamenu-txt {
  min-height: 96px;
  text-align: left;
}

.mobile-mm {
  display: none;
}

@media (max-width: 1199px) {
  .mobile-mm {
    display: inline;
  }
}

@media (max-width: 1199px) {
  .megamenu {
    display: none !important;
  }
}

body[dir="rtl"] .about-us-banner .banner-cmb-icon4 img,
body[dir="rtl"] .about-us-banner .banner-cmb-icon2 img,
body[dir="rtl"] .about-us-banner .banner-cmb-icon1 img {
  width: 65%;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  body[dir="rtl"] .main-nav {
    padding-right: 0px;
    padding-left: 100px;
  }
}

body[dir="rtl"] .all-course-link {
  text-align: right;
}

@media (max-width: 1199px) {
  body[dir="rtl"] .all-course-link {
    text-align: center;
  }
}

body[dir="rtl"] .megamenu {
  left: -290px;
  right: inherit;
}

body[dir="rtl"] .megamenu .mm-arw {
  text-align-last: left;
}

body[dir="rtl"] .megamenu .megamenu-txt {
  text-align: right;
}

body[dir="rtl"] .megamenu .s-img {
  text-align: right;
}

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

.mb25 {
  margin-bottom: 25px;
}

.visible-md {
  display: none;
}

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

.hidden-md {
  display: block;
}

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

.visible-mob {
  display: none;
}

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

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

@media (min-width: 1200px) {
  .full-width {
    max-width: inherit;
    padding: 0 50px;
  }
}

@media (min-width: 1600px) {
  .full-width {
    max-width: 2000px;
    padding: 0 125px;
  }
}

.go-nextlevel {
  position: absolute;
  bottom: 200px;
  width: 360px;
  font-size: 2.1rem;
}

@media (max-width: 1450px) {
  .go-nextlevel {
    bottom: 95px;
  }
}

.go-nextlevel .glevel-ttl {
  font-size: 4rem;
  font-weight: bold;
  color: #000;
}

.go-nextlevel .text {
  padding-right: 85px;
  margin-bottom: 35px;
  color: #000;
  font-size: 1.8rem;
  line-height: 22px;
}

@media (max-width: 991px) {
  .go-nextlevel .text {
    line-height: 30px;
  }
}

.go-nextlevel .stdnt {
  color: #32C5FF;
}

.go-nextlevel .prnts {
  color: #44D7B6;
}

@media (max-width: 991.98px) {
  .go-nextlevel {
    position: initial;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center !important;
  }
  .go-nextlevel .text {
    font-size: 2.5rem;
    width: 380px;
    color: #000;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .go-nextlevel {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .go-nextlevel .text {
    font-size: 2.5rem;
    width: 100%;
    color: #000;
    margin-bottom: 25px;
  }
}

@media (max-width: 320px) {
  .go-nextlevel .btn {
    margin-bottom: 15px;
    margin: 0 auto;
  }
}

.banner-image .banner-cmb-icon4 {
  position: absolute;
  right: 0;
  bottom: 16%;
}

.banner-image .banner-cmb-icon3 {
  position: absolute;
  left: 41%;
  bottom: 30%;
}

.banner-image .banner-cmb-icon2 {
  position: absolute;
  right: 15%;
  top: 38%;
}

.banner-image .banner-cmb-icon1 {
  position: absolute;
  right: 23%;
  bottom: 26%;
  width: 85px;
}

@media (max-width: 1279px) {
  .banner-image .banner-cmb-icon1,
  .banner-image .banner-cmb-icon2,
  .banner-image .banner-cmb-icon3,
  .banner-image .banner-cmb-icon4 {
    display: none;
  }
}

.about-us-banner .go-nextlevel {
  bottom: 150px;
}

@media (max-width: 991px) {
  .about-us-banner .go-nextlevel .page-title {
    text-align: center;
    width: 100%;
  }
}

.about-us-banner .go-nextlevel h1 {
  color: #000;
}

.crs-listing {
  padding-bottom: 25px;
}

@media (max-width: 767.98px) {
  .crs-listing {
    padding-bottom: 0;
  }
}

.crs-listing .ts {
  min-width: 425px;
  font-size: 2rem;
  letter-spacing: 2.5px;
}

@media (max-width: 767.98px) {
  .crs-listing .ts {
    min-width: inherit;
    width: 100%;
  }
}

.crs-listing .crs-text {
  padding: 54px 35px 25px;
}

@media (max-width: 991.98px) {
  .crs-listing .crs-text {
    padding: 50px 0px;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .crs-listing .crs-text .ts {
    padding: 25px 0;
    margin: 25px 0;
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .crs-listing .crs-text {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .crs-listing .crs-text .ts {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 15px 0;
  }
}

.crs-listing .crs-text p {
  font-size: 2.4rem;
  margin-bottom: 25px;
  color: #000;
}

@media (max-width: 767.98px) {
  .crs-listing .crs-text p {
    font-size: 2rem;
  }
}

.crs-listing .crs-text p + p {
  font-size: 2.8rem;
}

@media (max-width: 767.98px) {
  .crs-listing .crs-text p + p {
    font-size: 2.2rem;
  }
}

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

@media (max-width: 991.98px) {
  .courses-bx .courses-bx-wrp {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 55px;
  }
}

@media (max-width: 767.98px) {
  .courses-bx .courses-bx-wrp {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.courses-bx .courses-bx-wrp .cb-itm-img {
  margin-bottom: 25px;
}

.courses-bx .courses-bx-wrp .cb-itm-txt {
  margin-bottom: 25px;
  padding: 0 43px;
  min-height: 96px;
}

@media (max-width: 1199.98px) {
  .courses-bx .courses-bx-wrp .cb-itm-txt {
    min-height: 125px;
  }
}

@media (max-width: 991.98px) {
  .courses-bx .courses-bx-wrp .cb-itm-txt {
    margin-bottom: 15px;
    min-height: inherit;
    padding-right: 0;
    padding-left: 0;
  }
  .courses-bx .courses-bx-wrp .cb-itm-txt p {
    font-size: 2rem;
    color: #000;
  }
}

.competitions {
  background: #E8E8E8;
  width: 100%;
  position: relative;
  height: 700px;
  overflow: hidden;
}

@media (max-width: 1450px) {
  .competitions {
    height: 675px;
  }
}

@media (max-width: 991.98px) {
  .competitions {
    height: inherit;
    padding: 60px 0;
  }
}

.competitions .rz-container {
  position: relative;
}

.competitions .cmb-icon1 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 51px;
  animation: second 3s ease-in-out infinite;
  -webkit-animation: second 3s ease-in-out infinite;
}

@media (max-width: 767.98px) {
  .competitions .cmb-icon1 {
    width: 30px;
    top: 0;
  }
}

.competitions .cmb-icon2 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 51px;
  animation: second 3s ease-in-out infinite;
  -webkit-animation: second 3s ease-in-out infinite;
}

@media (max-width: 767.98px) {
  .competitions .cmb-icon2 {
    width: 30px;
    top: -51px;
    right: 25px;
  }
}

.competitions .cmb-icon3 {
  position: absolute;
  z-index: 1;
  bottom: -130px;
  animation: second 3s ease-in-out infinite;
  -webkit-animation: second 3s ease-in-out infinite;
}

@media (max-width: 1450px) {
  .competitions .cmb-icon3 {
    bottom: -30px;
  }
}

@media (max-width: 991px) {
  .competitions .cmb-icon3 {
    bottom: -40px;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .competitions .cmb-icon3 {
    width: 30px;
    bottom: -58px;
    left: 50%!important;
  }
}

.competitions:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 55px solid white;
  border-left: 2000px solid transparent;
}

@media (max-width: 991.98px) {
  .competitions:before {
    border-bottom: 90px solid white;
  }
}

.competitions:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-top: 55px solid white;
  border-left: 2000px solid transparent;
}

@media (max-width: 991.98px) {
  .competitions:after {
    border-top: 30px solid white;
  }
}

.home-imgbx {
  padding-top: 20px;
}

@media (max-width: 991.98px) {
  .home-imgbx .row {
    display: block;
  }
}

.home-imgbx .hm-image {
  padding: 0 15px;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 991.98px) {
  .home-imgbx .hm-image {
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.home-imgbx .hm-image figure {
  position: relative;
}

@media (max-width: 991.98px) {
  .home-imgbx .hm-image figure {
    top: inherit;
    margin: 0 auto;
    max-width: 400px;
  }
}

@media (max-width: 767.98px) {
  .home-imgbx .hm-image figure {
    max-width: 100%;
    width: 300px;
    height: 300px;
    text-align: center;
  }
}

.home-imgbx .hm-ctn {
  padding: 0 15px;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 1450px) {
  .home-imgbx .hm-ctn {
    padding-top: 75px;
  }
}

@media (max-width: 991.98px) {
  .home-imgbx .hm-ctn {
    max-width: 100%;
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .home-imgbx .hm-ctn {
    text-align: center;
  }
}

.home-imgbx .hm-ctn .ttl,
.home-imgbx .hm-ctn .contact-link,
.home-imgbx .hm-ctn .ftr-phone {
  font-size: 3.8rem;
  color: #000;
  font-family: "NeutraTextBold";
}

@media (max-width: 767px) {
  .home-imgbx .hm-ctn .ttl,
  .home-imgbx .hm-ctn .contact-link,
  .home-imgbx .hm-ctn .ftr-phone {
    font-size: 3rem;
  }
}

.home-imgbx .hm-ctn .txt p {
  color: #000;
  font-size: 2.4rem;
  font-family: "NeutraTextBook";
}

@media (max-width: 767px) {
  .home-imgbx .hm-ctn .txt p {
    font-size: 1.8rem;
  }
}

.competitions .hm-image figure {
  max-width: 400px;
  padding-top: 20px;
}

.learning-tips {
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .learning-tips {
    padding-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .learning-tips {
    padding-bottom: 45px;
  }
}

.learning-tips .tec-dots {
  position: absolute;
  bottom: 40px;
  left: -11px;
}

@media (max-width: 991px) {
  .learning-tips .tec-dots {
    bottom: -49px;
  }
}

@media (max-width: 767px) {
  .learning-tips .tec-dots {
    bottom: inherit;
    top: -5%;
    left: inherit;
    z-index: 1;
  }
}

.learning-tips .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.learning-tips .hm-image {
  position: relative;
}

.learning-tips .hm-image figure {
  top: inherit;
  max-width: 420px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .learning-tips .hm-image figure {
    width: 352px;
  }
}

.learning-tips .hm-ctn {
  padding-top: 0;
}

.about-us {
  padding-top: 0;
}

.about-us h1 {
  color: #000;
  font-size: 3.4rem;
}

.about-us h4 {
  color: #000;
  font-size: 2.2rem;
}

.about-us .hm-ctn .txt p {
  color: #000;
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  .about-us .hm-image {
    -webkit-box-flex: 0 0 40%;
    -moz-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    height: 555px;
  }
  .about-us .hm-image figure {
    position: absolute;
    top: 0;
    max-width: initial;
  }
  .about-us .hm-image figure img {
    width: 655px;
  }
  .about-us .hm-ctn {
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 1350px) {
  .about-us .hm-image figure {
    width: 455px;
  }
}

@media (max-width: 991px) {
  .about-us .hm-image figure {
    width: inherit;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .about-us .tec-dots {
    display: none;
  }
}

.about-us .hm-ctn {
  text-align: left !important;
}

.readyto-start {
  padding-bottom: 65px;
}

@media (max-width: 767.98px) {
  .readyto-start {
    padding-bottom: 20px;
  }
}

.readyto-start .tech-start {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.readyto-start .tech-start .rz-head-2 {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .readyto-start .tech-start .rz-head-2 {
    margin-bottom: 15px;
  }
  .readyto-start .btn {
    margin: 0 !important;
    margin-bottom: 35px !important;
  }
}

@-webkit-keyframes third {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(-3px, 9px);
    -moz-transform: translate(-3px, 9px);
    -o-transform: translate(-3px, 9px);
    -ms-transform: translate(-3px, 9px);
    transform: translate(-3px, 9px);
  }
  40% {
    -webkit-transform: translate(0px, -8px);
    -moz-transform: translate(0px, -8px);
    -o-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }
  60% {
    -webkit-transform: translate(4px, 7px);
    -moz-transform: translate(4px, 7px);
    -o-transform: translate(4px, 7px);
    -ms-transform: translate(4px, 7px);
    transform: translate(4px, 7px);
  }
  80% {
    -webkit-transform: translate(-5px, -8px);
    -moz-transform: translate(-5px, -8px);
    -o-transform: translate(-5px, -8px);
    -ms-transform: translate(-5px, -8px);
    transform: translate(-5px, -8px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes third {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(-3px, 9px);
    -moz-transform: translate(-3px, 9px);
    -o-transform: translate(-3px, 9px);
    -ms-transform: translate(-3px, 9px);
    transform: translate(-3px, 9px);
  }
  40% {
    -webkit-transform: translate(0px, -8px);
    -moz-transform: translate(0px, -8px);
    -o-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }
  60% {
    -webkit-transform: translate(4px, 7px);
    -moz-transform: translate(4px, 7px);
    -o-transform: translate(4px, 7px);
    -ms-transform: translate(4px, 7px);
    transform: translate(4px, 7px);
  }
  80% {
    -webkit-transform: translate(-5px, -8px);
    -moz-transform: translate(-5px, -8px);
    -o-transform: translate(-5px, -8px);
    -ms-transform: translate(-5px, -8px);
    transform: translate(-5px, -8px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.banner-cmb-icon3 {
  animation: third 14s infinite;
  -webkit-animation: third 14s ease-in-out infinite;
}

@-webkit-keyframes second {
  30% {
    -webkit-transform: rotate(0deg) translateY(-10px);
  }
}

.banner-cmb-icon2 {
  animation: second 3s ease-in-out infinite;
  -webkit-animation: second 3s ease-in-out infinite;
}

@-webkit-keyframes one {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes one {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.banner-cmb-icon1 {
  animation: second 3s ease-in-out infinite;
  -webkit-animation: second 3s ease-in-out infinite;
}

.banner-cmb-icon4 {
  animation: third 14s infinite;
  -webkit-animation: third 14s ease-in-out infinite;
}

body[dir="rtl"] .banner-image .banner-cmb-icon1 {
  right: 73%;
}

body[dir="rtl"] .banner-image .banner-cmb-icon2 {
  right: 85%;
}

body[dir="rtl"] .banner-image .banner-cmb-icon3 {
  right: 41%;
  left: inherit;
}

body[dir="rtl"] .banner-image .banner-cmb-icon4 {
  left: 28px;
  right: inherit;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

body[dir="rtl"] .go-nextlevel {
  text-align: right;
}

@media (max-width: 767px) {
  body[dir="rtl"] .go-nextlevel {
    text-align: center;
  }
}

body[dir="rtl"] .competitions .cmb-icon1 {
  left: inherit;
}

body[dir="rtl"] .competitions .cmb-icon2 {
  left: 0;
  right: inherit;
}

body[dir="rtl"] .home-imgbx .hm-ctn {
  text-align: right;
}

body[dir="rtl"] .go-nextlevel .text {
  padding-right: 0;
  margin-top: 30px;
}

body[dir="rtl"] .banner-image .go-nextlevel .glevel-ttl {
  font-family: "FrutigerLTArabicBold" !important;
}

body[dir="rtl"] .banner-image .go-nextlevel .text {
  font-family: "FrutigerLTArabicBold" !important;
  margin-top: 15px;
}

body[dir="rtl"] .crs-listing .crs-text p {
  text-align: center !important;
}

body[dir="rtl"] .courses-bx .courses-bx-wrp .cb-itm-img {
  min-height: 75px;
  margin-bottom: 0px;
}

body[dir="rtl"] .courses-bx .courses-bx-wrp .cb-itm-img img {
  max-height: 50px;
}

body[dir="rtl"] .crs-listing .cb-itm-btn .btn-rm {
  font-family: 'FrutigerLTArabicBold' !important;
}

body[dir="rtl"] .courses-bx .courses-bx-wrp .cb-itm-txt {
  min-height: 75px;
}

@media (max-width: 1440px) {
  body[dir="rtl"] .courses-bx .courses-bx-wrp .cb-itm-txt {
    min-height: 96px;
  }
}

@media (max-width: 993px) {
  body[dir="rtl"] .courses-bx .courses-bx-wrp .cb-itm-txt {
    min-height: inherit;
  }
}

body[dir="rtl"] .crs-listing .crs-text p {
  font-size: 2.0rem;
}

body[dir="rtl"] .home-imgbx .hm-ctn .txt p {
  font-size: 2.0rem;
}

body[dir="rtl"] .home-imgbx .hm-ctn .ttl,
body[dir="rtl"] .home-imgbx .hm-ctn .contact-link,
body[dir="rtl"] .home-imgbx .hm-ctn .ftr-phone {
  font-family: 'FrutigerLTArabicBold' !important;
}

.innerpage {
  padding-top: 135px;
}

@media (max-width: 1199px) {
  .innerpage {
    padding-top: 115px;
  }
}

@media (max-width: 767.98px) {
  .innerpage {
    padding-top: 70px;
  }
}

.quick-reg-select {
  padding-top: 30px;
}

.quick-reg-select .rz-head {
  padding-bottom: 15px;
}

.quick-reg-select label {
  width: 100%;
  font-size: 2.0rem;
  text-align: right;
}

.quick-reg-select hr {
  clear: both;
  margin-top: 30px;
}

.quick-reg-select .sel-bx {
  border-radius: 4px;
  max-width: 300px;
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #CDCDCD 50%), -webkit-linear-gradient(315deg, #CDCDCD 50%, transparent 50%);
  background-image: -o-linear-gradient(45deg, transparent 50%, #CDCDCD 50%), -o-linear-gradient(315deg, #CDCDCD 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #CDCDCD 50%), linear-gradient(135deg, #CDCDCD 50%, transparent 50%);
  background-position: calc(18% - 20px) calc(1em + 2px), calc(18% - 15px) calc(1em + 2px), calc(18% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  background-color: #F1F1F1;
  float: right;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 15px;
}

.quick-reg-select .row {
  width: 100%;
}

@media (max-width: 991px) {
  .quick-reg-select .row {
    display: inline-block;
  }
}

.quick-reg-select .row .col-2 .sel-bx {
  width: 100%;
}

@media (max-width: 991px) {
  .quick-reg-select .row .col-2 .sel-bx {
    margin-right: 0px !important;
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  .quick-reg-select .row .col-2 {
    max-width: calc(33.3% - 3.5px);
    margin: 7.5px 0;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .quick-reg-select .row .col-2 {
    max-width: calc(50% - 3.5px);
  }
}

.select-course-table {
  border: none !important;
}

.select-course-table thead th {
  border-top: none !important;
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
  color: #7e7f72;
}

.select-course-table tbody td {
  color: #7e7f72;
  font-size: 1.6rem;
  vertical-align: middle;
}

.select-course-table tbody td a {
  text-decoration: underline;
}

.select-course-table tbody td a:hover {
  text-decoration: none;
  color: #7e7f72;
}

.select-course-table tbody td button {
  background: #4b8fef !important;
  background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe)) !important;
  background: -webkit-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
  background: -o-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
  background: linear-gradient(90deg, #4b8fef 0%, #495bfe 100%) !important;
  color: #fff;
  border: none;
  padding: 10px 25px;
  float: right;
}

.select-course-table tbody td button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe)) !important;
  background: -webkit-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
  background: -o-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#4b8fef), to(#495bfe)) !important;
  background: -webkit-linear-gradient(top, #4b8fef 0%, #495bfe 100%) !important;
  background: -o-linear-gradient(top, #4b8fef 0%, #495bfe 100%) !important;
  background: linear-gradient(180deg, #4b8fef 0%, #495bfe 100%) !important;
}

.quick-reg-nav {
  margin-bottom: 40px;
}

.quick-reg-nav .col-2 {
  padding-right: 0;
}

.quick-reg-nav .col-2 .sel-bx {
  padding-right: 0;
}

.quick-reg-nav button {
  background: #4b8fef !important;
  background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe)) !important;
  background: -webkit-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
  background: -o-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
  background: linear-gradient(90deg, #4b8fef 0%, #495bfe 100%) !important;
  color: #fff;
  border: none;
  padding: 8px 25px;
  max-height: 40px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.quick-reg-nav button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe)) !important;
  background: -webkit-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
  background: -o-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#4b8fef), to(#495bfe)) !important;
  background: -webkit-linear-gradient(top, #4b8fef 0%, #495bfe 100%) !important;
  background: -o-linear-gradient(top, #4b8fef 0%, #495bfe 100%) !important;
  background: linear-gradient(180deg, #4b8fef 0%, #495bfe 100%) !important;
}

@media (max-width: 991px) {
  .registration-details-table-nav table {
    margin: 40px 0;
  }
}

.registration-details-table-nav table thead th {
  color: #7e7f72;
}

.registration-details-table-nav table tbody td {
  font-size: 1.6rem;
}

.crs-listing .cb-itm-img img,
.crs-listing .cb-itm-txt p,
.crs-listing .cb-itm-btn .btn-rm {
  opacity: 1;
}

.competitions .home-imgbx .hm-image figure img,
.competitions .home-imgbx .hm-ctn .ttl,
.competitions .home-imgbx .hm-ctn .contact-link,
.competitions .home-imgbx .hm-ctn .ftr-phone,
.competitions .home-imgbx .hm-ctn .txt p,
.learning-tips .home-imgbx .hm-image figure img,
.learning-tips .home-imgbx .hm-ctn .ttl,
.learning-tips .home-imgbx .hm-ctn .contact-link,
.learning-tips .home-imgbx .hm-ctn .ftr-phone,
.learning-tips .home-imgbx .hm-ctn .txt p {
  opacity: 1;
}

.readyto-start .tech-start .btn {
  opacity: 1;
}

.simple-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: white !important;
  text-align: left;
  padding-left: 10px !important;
}

.simple-btn:hover {
  color: #007bff !important;
  text-decoration: underline !important;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3 / 4), screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3/4), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .crs-listing .cb-itm-img img,
  .crs-listing .cb-itm-txt p,
  .crs-listing .cb-itm-btn .btn-rm {
    opacity: 1 !important;
  }
  .competitions .home-imgbx .hm-image figure img,
  .competitions .home-imgbx .hm-ctn .ttl,
  .competitions .home-imgbx .hm-ctn .contact-link,
  .competitions .home-imgbx .hm-ctn .ftr-phone,
  .competitions .home-imgbx .hm-ctn .txt p,
  .learning-tips .home-imgbx .hm-image figure img,
  .learning-tips .home-imgbx .hm-ctn .ttl,
  .learning-tips .home-imgbx .hm-ctn .contact-link,
  .learning-tips .home-imgbx .hm-ctn .ftr-phone,
  .learning-tips .home-imgbx .hm-ctn .txt p {
    opacity: 1 !important;
  }
  .readyto-start .tech-start .btn {
    opacity: 1 !important;
  }
}

.aside-boxes .btn-fltrs {
  margin: 7px;
  max-height: 40px;
}

.aside-boxes .btn.btn-md {
  max-height: 40px;
  min-height: 40px;
}

.pop_bx .modal-dialog .modal-body {
  padding: 40px !important;
}

@media (max-width: 993px) {
  .pop_bx .modal-dialog .modal-body {
    padding: 15px !important;
  }
}

.pop_bx .modal-dialog .modal-body .popbtn {
  max-width: 250px !important;
}

.course-outline-nav .course-outline-form .form-control {
  min-height: 40px !important;
}

.course-details-page .course-det-btn .btn {
  min-height: 40px !important;
}

.innerpage .rz-container .section-title {
  text-align: left !important;
}

body[dir="rtl"] .rz-rize-mathimg {
  text-align: right;
}

body[dir="rtl"] .rz-rize-mathimg img {
  max-width: 220px;
}

@media (max-width: 993px) {
  body[dir="rtl"] .rz-rize-mathimg img {
    max-width: 100%;
  }
}

body[dir="rtl"] .rz-fltr-ttl .rz-head {
  font-family: 'FrutigerLTArabicBold' !important;
}

body[dir="rtl"] .rz-banner-content-wrapper::before {
  right: -85px;
}
@media (max-width: 1199px) {
  body[dir="rtl"] .rz-banner-content-wrapper::before {
  right: -25px;
  width: 120px;
}
}

body[dir="rtl"] .arrow-down::before {
  left: 15px;
  right: inherit;
}

body[dir="rtl"] .arrow-down {
  padding-right: 0 !important;
  padding-left: 25px !important;
}

body[dir="rtl"] .aside-bar-wrapp.aside-active {
  right: inherit;
  left: 0;
  padding-left: 0;
  padding-right: 10px;
}

body[dir="rtl"] .aside-boxes .ttl,
body[dir="rtl"] .aside-boxes .contact-link,
body[dir="rtl"] .aside-boxes .ftr-phone {
  padding-right: 15px;
}

body[dir="rtl"] .aside-boxes .btn-fltrs {
  margin: 7px;
}

body[dir="rtl"] .course-box .course-grade {
  text-align: left;
  width: 88%;
}

body[dir="rtl"] .course-box .course-circle {
  left: inherit;
  right: 15px;
}

body[dir="rtl"] .course-box .course-circle span {
  text-align: right;
  left: inherit;
  right: 15px;
}

body[dir="rtl"] .course-description {
  padding-right: 0;
}

body[dir="rtl"] .rz-head {
  text-align: right;
}

body[dir="rtl"] .course-outline-form {
  text-align: right;
}

body[dir="rtl"] .course-objectives {
  padding-right: 0;
}

body[dir="rtl"] .course-sessions {
  text-align: right;
}

body[dir="rtl"] .course-sessions .btn {
  margin-right: 0;
  margin-left: 15px;
}

body[dir="rtl"] .course-sessions .form-control {
  min-height: 40px !important;
}

body[dir="rtl"] .course-outline-nav .course-sessions .d-flex button {
  margin-right: 0;
}

body[dir="rtl"] .innerpage .c-reg-bx .rz-head-2 {
  text-align: right !important;
}

body[dir="rtl"] .course-box .course-overview {
  text-align: right;
}

body[dir="rtl"] .innerpage .rz-sm-banner .rz-sm-bnr-rgt .sel-bx {
  float: left;
}

body[dir="rtl"] .innerpage .rz-sm-banner .rz-sm-bnr-lft .prnt-name {
  margin-left: 0;
  margin-right: 15px;
}

body[dir="rtl"] .course-box.taster-blue::before {
  display: none;
}

body[dir="rtl"] .course-box.taster-red::before {
  display: none;
}

body[dir="rtl"] .course-box.taster-red::before {
  display: none;
}

body[dir="rtl"] .course-box.taster-green::before {
  display: none;
}

body[dir="rtl"] .innerpage .par-tab-sec .tab-hd .nav li {
  margin-right: 0;
  margin-left: 45px;
}

@media (max-width: 767px) {
  body[dir="rtl"] .innerpage .par-tab-sec .tab-hd .nav li {
    margin-left: 30px;
  }
}

body[dir="rtl"] .innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl .reg-det-rgt-bl-ltr label {
  margin-left: 0;
  margin-right: 25px;
  text-align: right;
}

body[dir="rtl"] .innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl .reg-det-rgt-bl-ltr .wht-round {
  left: inherit;
  right: 10px;
  margin-left: inherit;
}

body[dir="rtl"] .innerpage .reg-det .reg-det-inr .reg-det-rgt {
  margin-left: 0;
  margin-right: 60px;
}

body[dir="rtl"] .course-box .course-overview span {
  font-family: 'FrutigerLTArabicBold' !important;
}

@media (max-width: 767px) {
  body[dir="rtl"] .innerpage .rz-sm-banner .rz-sm-bnr-rgt .sel-bx {
    float: right;
  }
}

body[dir="rtl"] .course-box .course-grade {
  text-align: right;
}

body[dir="rtl"] .obje-list {
  padding-right: 30px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b2d2fb;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.arrow-down {
  position: relative;
  padding-right: 18px !important;
}

.arrow-down::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 22px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
}

.rz-head {
  font-weight: 600;
  font-size: 2.8rem;
  padding: 8px 0px;
  color: black;
}

@media (max-width: 991px) {
  .rz-head {
    font-size: 2.0rem;
  }
}

.rz-head-2 {
  font-weight: 400;
  font-size: 3.5rem;
  color: black;
}

@media (max-width: 991px) {
  .rz-head-2 {
    font-size: 3.3rem;
  }
}

.tech-head {
  padding-top: 190px;
}

@media (max-width: 1199px) {
  .tech-head {
    padding-top: 78px;
  }
}

@media (max-width: 991px) {
  .tech-head {
    padding-top: 45px;
  }
}

.aside-bar-wrapp {
  position: fixed;
  right: -400px;
  background: white;
  width: 345px;
  overflow: auto;
  top: 0;
  bottom: 0;
  z-index: 2000;
  padding: 0px 28px;
  padding-right: 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .aside-bar-wrapp {
    width: 100%;
    right: -100%;
  }
}

.aside-bar-wrapp .aside-boxes {
  padding-top: 45px;
}

.aside-bar-wrapp .aside-boxes:not(:first-child) {
  padding-top: 12px;
  padding-bottom: 8px;
  text-align: left;
}

.aside-bar-wrapp .aside-boxes .ttl,
.aside-bar-wrapp .aside-boxes .contact-link,
.aside-bar-wrapp .aside-boxes .ftr-phone {
  font-size: 2.0rem;
  color: black;
}

.aside-bar-wrapp .aside-boxes:nth-last-child(-n+2) {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .aside-bar-wrapp .aside-boxes:nth-last-child(-n+2) {
    padding-bottom: 30px;
  }
}

.aside-bar-wrapp .aside-boxes:nth-last-child(-n+1) {
  padding-bottom: 10px;
}

.aside-bar-wrapp .btn-blue {
  margin-bottom: 15px;
}

.aside-bar-wrapp .btn-blue:hover,
.aside-bar-wrapp .btn-blue:focus {
  background: #fff;
  color: #000;
}

.aside-bar-wrapp.aside-active {
  right: 0px;
  -webkit-box-shadow: 0px 20px 30px #828282;
  box-shadow: 0px 20px 30px #828282;
}

.txt-white {
  color: white !important;
}

.rz-para {
  font-size: 2.0rem;
}

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

.rz-fltr-ttl {
  padding-top: 10px;
  padding-bottom: 8px;
}

@media (max-width: 991px) {
  .rz-fltr-ttl {
    padding-bottom: 29px;
    padding-top: 17px;
  }
}

@media (max-width: 767px) {
  .rz-fltr-ttl {
    padding-bottom: 10px;
  }
}

.custom-drop-select {
  position: relative;
  max-width: 124px;
  height: 37px;
  text-align: center;
  border-radius: 4px;
  margin-left: auto;
  margin-right: 0;
  color: white;
  font-size: 12rem;
}

.custom-drop-select.blue-grad {
  background: #4b8fef;
  background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe));
  background: -webkit-linear-gradient(left, #4b8fef 0%, #495bfe 100%);
  background: -o-linear-gradient(left, #4b8fef 0%, #495bfe 100%);
  background: linear-gradient(90deg, #4b8fef 0%, #495bfe 100%);
}

.custom-drop-select.blue-grad .select-items {
  background: #4b8fef;
  background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe));
  background: -webkit-linear-gradient(left, #4b8fef 0%, #495bfe 100%);
  background: -o-linear-gradient(left, #4b8fef 0%, #495bfe 100%);
  background: linear-gradient(90deg, #4b8fef 0%, #495bfe 100%);
}

.custom-drop-select.green-grad {
  background: #89d58e;
  background: -webkit-gradient(linear, left top, right top, from(#89d58e), to(#58d9c6));
  background: -webkit-linear-gradient(left, #89d58e 0%, #58d9c6 100%);
  background: -o-linear-gradient(left, #89d58e 0%, #58d9c6 100%);
  background: linear-gradient(90deg, #89d58e 0%, #58d9c6 100%);
}

.custom-drop-select.green-grad .select-items {
  background: #89d58e;
  background: -webkit-gradient(linear, left top, right top, from(#89d58e), to(#58d9c6));
  background: -webkit-linear-gradient(left, #89d58e 0%, #58d9c6 100%);
  background: -o-linear-gradient(left, #89d58e 0%, #58d9c6 100%);
  background: linear-gradient(90deg, #89d58e 0%, #58d9c6 100%);
}

.custom-drop-select.red-grad {
  background: #eb2a39;
  background: -webkit-gradient(linear, left top, right top, from(#eb2a39), to(#f1614a));
  background: -webkit-linear-gradient(left, #eb2a39 0%, #f1614a 100%);
  background: -o-linear-gradient(left, #eb2a39 0%, #f1614a 100%);
  background: linear-gradient(90deg, #eb2a39 0%, #f1614a 100%);
}

.custom-drop-select.red-grad .select-items {
  background: #eb2a39;
  background: -webkit-gradient(linear, left top, right top, from(#eb2a39), to(#f1614a));
  background: -webkit-linear-gradient(left, #eb2a39 0%, #f1614a 100%);
  background: -o-linear-gradient(left, #eb2a39 0%, #f1614a 100%);
  background: linear-gradient(90deg, #eb2a39 0%, #f1614a 100%);
}

.custom-drop-select select {
  display: none;
}

.select-selected {
  background-color: transparent;
  color: white;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #9d9d9d transparent;
  top: 10px;
}

.select-items div,
.select-selected {
  color: #818181;
  padding: 15px 0px;
  font-size: 14px;
  letter-spacing: 0.030em;
  font-family: 'Roboto-Medium';
  font-weight: 300;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select-items div:hover {
  color: #e4e4e4;
}

.select-items div:last-child {
  border-bottom: 0px;
}

.select-selected {
  letter-spacing: inherit;
  font-weight: 400 !important;
}

.select-items {
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0px 15px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: white;
}

.btn.btn-block {
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  line-height: 3.6;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .btn.btn-block {
    font-size: 1.4rem;
  }
}

.select-hide {
  /*display: none;*/
  visibility: hidden;
  top: 40px;
  opacity: 0;
}

.select-items .items {
  color: white;
  font-family: "FrutigerLTArabicBold";
  font-weight: 400;
}

.select-selected {
  width: 100%;
  padding: 8px 10px;
  background-color: transparent;
  border-radius: 0px;
  color: white;
  resize: none;
  font-family: "FrutigerLTArabicBold";
  font-weight: 400;
}

.rz-banner-content-wrapper {
  position: relative;
  padding: 0px 144px;
}


@media (max-width: 767px) {
  .rz-banner-content-wrapper {
    padding-left: 0;
  }
}

.rz-banner-content-wrapper::before {
  content: '';
  position: absolute;
  width: 127px;
  height: 82px;
  background: url("../images/calc.svg");
  left: -85px;
  top: 50px;
}

@media (max-width: 767px) {
  .rz-banner-content-wrapper::before {
    width: 51px;
    height: 33px;
    background-size: contain;
    width: 30px;
    top: 15px;
    right: 15px;
    left: inherit;
    background-repeat: no-repeat;
  }
}

.rz-banner-content-wrapper.rize-tech::before {
  content: '';
  position: absolute;
  width: 143px;
  height: 138px;
  background: url("../images/bann-tech.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -85px;
  top: 85;
}

@media (max-width: 767px) {
  .rz-banner-content-wrapper.rize-tech::before {
    width: 51px;
    height: 33px;
    background-size: contain;
    width: 30px;
    top: 15px;
    right: 15px;
    left: inherit;
    background-repeat: no-repeat;
  }
}

.rz-banner-content-wrapper.rize-art::before {
  content: '';
  position: absolute;
  width: 143px;
  height: 138px;
  background: url("../images/bann-art.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -85px;
  top: 20px;
}

@media (max-width: 767px) {
  .rz-banner-content-wrapper.rize-art::before {
    width: 51px;
    height: 33px;
    background-size: contain;
    width: 30px;
    top: 15px;
    right: 15px;
    left: inherit;
    background-repeat: no-repeat;
  }
}

.rz-banner {
  min-height: 26.1rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .rz-banner {
    min-height: 30.1rem;
  }
}

@media (max-width: 575px) {
  .rz-banner {
    min-height: 25.1rem;
  }
  .rz-banner .rz-para {
    font-size: 1.8rem;
  }
}

.rz-banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 78px solid white;
  border-left: 2000px solid transparent;
}

.rz-txt-content {
  max-width: 812px;
}

.rz-rize-mathimg {
  padding-top: 35px;
  margin-bottom: 15px;
  text-align: left;
}

@media (max-width: 575px) {
  .rz-rize-mathimg {
    padding-top: 35px;
  }
  .rz-rize-mathimg img {
    width: 160px;
  }
}

.inr-sec .course-row div[class*="col-"] {
  padding: 0px 7.5px;
}

.rz-banner-blue {
  background: #4db3e4;
  background: -webkit-gradient(linear, right top, left top, from(#4db3e4), to(#4b7ef5));
  background: -webkit-linear-gradient(right, #4db3e4 0%, #4b7ef5 100%);
  background: -o-linear-gradient(right, #4db3e4 0%, #4b7ef5 100%);
  background: linear-gradient(-90deg, #4db3e4 0%, #4b7ef5 100%);
}

.rz-banner-green {
  background: #89d58e;
  background: -webkit-gradient(linear, left top, right top, from(#89d58e), to(#58d9c6));
  background: -webkit-linear-gradient(left, #89d58e 0%, #58d9c6 100%);
  background: -o-linear-gradient(left, #89d58e 0%, #58d9c6 100%);
  background: linear-gradient(90deg, #89d58e 0%, #58d9c6 100%);
}

.rz-banner-red {
  background: #020024;
  background: -moz-linear-gradient(90deg, #020024 0%, #f1624a 0%, #f8aa5f 100%);
  background: -webkit-linear-gradient(90deg, #020024 0%, #f1624a 0%, #f8aa5f 100%);
  background: -webkit-gradient(linear, left top, right top, from(#020024), color-stop(0%, #f1624a), to(#f8aa5f));
  background: -webkit-linear-gradient(left, #020024 0%, #f1624a 0%, #f8aa5f 100%);
  background: -o-linear-gradient(left, #020024 0%, #f1624a 0%, #f8aa5f 100%);
  background: linear-gradient(90deg, #020024 0%, #f1624a 0%, #f8aa5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#f8aa5f", GradientType=1);
}

.course-col {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .course-col {
    margin-bottom: 18px;
  }
}

.course-box {
  min-height: 425px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  cursor: pointer;
}

.course-box .course-circle {
  width: 148px;
  height: 148px;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.66rem;
  color: black;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .course-box .course-circle {
    width: 128px;
    height: 128px;
  }
}

@media (max-width: 991px) {
  .course-box .course-circle {
    font-size: 2.0rem;
  }
}

@media (max-width: 575px) {
  .course-box .course-circle {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .course-box .course-circle {
    font-size: 2.5rem;
    padding-left: 0px;
  }
  .course-box .course-circle span {
    left: 20% !important;
    line-height: 1.3;
    font-size: 1.9rem;
  }
}

.course-box .course-circle span {
  position: absolute;
  left: 40px;
  display: block;
  width: 100%;
}

.course-box .course-start-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.course-box .course-overview {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  text-align: left;
  height: calc(100% - 60px);
  /* bottom: 0; */
  padding: 20px;
  padding-bottom: 60px;
  overflow: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  color: white;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .course-box .course-overview {
    padding: 7px;
  }
}

.course-box .course-overview span {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "GTWalsheimBold";
  margin-bottom: 5px;
}

.course-box .course-overview p {
  margin-bottom: 18px;
}

@media (max-width: 1199px) {
  .course-box .course-overview {
    height: calc(100% - 49px);
  }
}

@media (max-width: 991px) {
  .course-box .course-overview {
    height: calc(100% - 50px);
  }
}

@media (max-width: 767px) {
  .course-box .course-overview {
    height: calc(100% - 50px);
  }
}

@media (max-width: 575px) {
  .course-box .course-overview {
    height: calc(100% - 50px);
  }
}

.course-box .course-grade {
  padding-bottom: 80px;
  text-align: left;
  position: absolute;
  bottom: 0;
}

@media (max-width: 1199px) {
  .course-box .course-grade {
    padding-bottom: 69px;
  }
}

.course-box .course-root-img {
  padding: 10px;
}

@media (max-width: 991px) {
  .course-box .course-root-img {
    padding: 0px;
    width: 100%;
    height: auto;
  }
  .course-box .course-root-img img {
    width: 100%;
    height: 100%;
  }
}

.course-box .course-root-img img {
  max-width: 100%;
}

.course-box:hover .course-overview {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1199px) {
  .course-box {
    min-height: 460px;
  }
}

@media (max-width: 575px) {
  .course-box {
    height: 380px;
    min-height: auto;
  }
}

.course-box.taster-green::before {
  content: '';
  position: absolute;
  width: 156px;
  height: 156px;
  background: url("../images/taster.svg");
  background-repeat: no-repeat;
  top: -25px;
  right: -25px;
}

@media (max-width: 767px) {
  .course-box.taster-green::before {
    display: none;
  }
}

.course-box.taster-blue::before {
  content: '';
  position: absolute;
  width: 156px;
  height: 156px;
  background: url("../images/taster-blue.svg");
  background-repeat: no-repeat;
  top: -25px;
  right: -25px;
}

@media (max-width: 767px) {
  .course-box.taster-blue::before {
    display: none;
  }
}

.course-box.taster-red::before {
  content: '';
  position: absolute;
  width: 156px;
  height: 156px;
  background: url("../images/taster-red.svg");
  background-repeat: no-repeat;
  top: -25px;
  right: -25px;
}

@media (max-width: 767px) {
  .course-box.taster-red::before {
    display: none;
  }
}

@media (max-width: 380px) {
  .course-col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.btn-custom {
  padding: 0 79px;
  min-height: 55px;
}

.blue-gradiant {
  background: #4b8fef !important;
  background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe)) !important;
  background: -webkit-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
  background: -o-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
  background: linear-gradient(90deg, #4b8fef 0%, #495bfe 100%) !important;
}

.blue-gradiant:hover {
  background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe));
  background: -webkit-gradient(linear, left top, left bottom, from(#4b8fef), to(#495bfe));
  background: -webkit-linear-gradient(top, #4b8fef 0%, #495bfe 100%);
  background: -o-linear-gradient(top, #4b8fef 0%, #495bfe 100%);
  background: linear-gradient(180deg, #4b8fef 0%, #495bfe 100%);
  color: #fff;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.green {
  color: white !important;
  background: #89d590;
  background: -webkit-gradient(linear, left top, right top, from(#89d590), to(#51dacf)) !important;
  background: -webkit-linear-gradient(left, #89d590 0%, #51dacf 100%) !important;
  background: -o-linear-gradient(left, #89d590 0%, #51dacf 100%) !important;
  background: linear-gradient(90deg, #89d590 0%, #51dacf 100%) !important;
}

.red-gradient {
  background: #020024 !important;
  background: -moz-linear-gradient(90deg, #020024 0%, #f1624a 0%, #f8aa5f 100%) !important;
  background: -webkit-linear-gradient(90deg, #020024 0%, #f1624a 0%, #f8aa5f 100%) !important;
  background: -webkit-gradient(linear, left top, right top, from(#020024), color-stop(0%, #f1624a), to(#f8aa5f)) !important;
  background: -webkit-linear-gradient(left, #020024 0%, #f1624a 0%, #f8aa5f 100%) !important;
  background: -o-linear-gradient(left, #020024 0%, #f1624a 0%, #f8aa5f 100%) !important;
  background: linear-gradient(90deg, #020024 0%, #f1624a 0%, #f8aa5f 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#f8aa5f", GradientType=1) !important;
}

.all-coursec-blue .course-box {
  background: rgba(178, 210, 251, 0.32);
}

.all-coursec-blue .course-circle {
  background: #B2D2FB;
}

.all-coursec-blue .btn {
  background: #4db3e4;
  background: -webkit-gradient(linear, right top, left top, from(#4db3e4), to(#4b7ef5));
  background: -webkit-linear-gradient(right, #4db3e4 0%, #4b7ef5 100%);
  background: -o-linear-gradient(right, #4db3e4 0%, #4b7ef5 100%);
  background: linear-gradient(-90deg, #4db3e4 0%, #4b7ef5 100%);
}

@media (max-width: 575px) {
  .all-coursec-blue .btn {
    padding-left: 0;
    padding-right: 0;
  }
}

.reg_det_bxs_lst {
  font-family: "GTWalsheimRegular";
}

.all-coursec-green .course-box {
  background: rgba(178, 251, 180, 0.3);
}

.all-coursec-green .course-circle {
  background: #B2FBB4;
}

.all-coursec-green .btn {
  background: #89d590;
  background: -webkit-gradient(linear, left top, right top, from(#89d590), to(#51dacf));
  background: -webkit-linear-gradient(left, #89d590 0%, #51dacf 100%);
  background: -o-linear-gradient(left, #89d590 0%, #51dacf 100%);
  background: linear-gradient(90deg, #89d590 0%, #51dacf 100%);
}

@media (max-width: 575px) {
  .all-coursec-green .btn {
    padding-left: 0;
    padding-right: 0;
  }
}

.all-coursec-red .course-box {
  background: rgba(251, 216, 178, 0.3);
}

.all-coursec-red .course-circle {
  background: #FBD8B2;
}

.all-coursec-red .btn {
  background: #020024;
  background: -moz-linear-gradient(90deg, #020024 0%, #f1624a 0%, #f8aa5f 100%);
  background: -webkit-linear-gradient(90deg, #020024 0%, #f1624a 0%, #f8aa5f 100%);
  background: -webkit-gradient(linear, left top, right top, from(#020024), color-stop(0%, #f1624a), to(#f8aa5f));
  background: -webkit-linear-gradient(left, #020024 0%, #f1624a 0%, #f8aa5f 100%);
  background: -o-linear-gradient(left, #020024 0%, #f1624a 0%, #f8aa5f 100%);
  background: linear-gradient(90deg, #020024 0%, #f1624a 0%, #f8aa5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#f8aa5f", GradientType=1);
}

@media (max-width: 575px) {
  .all-coursec-red .btn {
    padding-left: 0;
    padding-right: 0;
  }
}

.pos-relative {
  position: relative !important;
}

.tech-start {
  position: relative;
  margin-top: 122px;
  padding-bottom: 155px;
}

@media (max-width: 991px) {
  .tech-start {
    margin-top: 0px;
    padding-bottom: 40px;
  }
}

.tech-start .rz-head-2 {
  padding-top: 62px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .tech-start .rz-head-2 {
    padding-top: 45px;
  }
}

.tech-start:before {
  content: '';
  width: 40px;
  height: 47px;
  position: absolute;
  left: 12%;
  top: 0;
  background: url("../images/orange.svg");
  background-repeat: no-repeat;
}

.tech-start:after {
  content: '';
  width: 40px;
  height: 47px;
  position: absolute;
  right: 18%;
  top: 0;
  background: url("../images/plus.svg");
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .tech-start:before {
    right: 0;
    left: auto;
    top: -20px;
  }
  .tech-start:after {
    display: none;
  }
}

.tech-start .tech-btn-wrap a {
  font-weight: 400;
  font-size: 2.0rem;
  margin-left: 25px;
  margin-right: 25px;
}

.tech-start .tech-btn-wrap a:first-child {
  margin-left: 0px;
}

.tech-start .tech-btn-wrap a:last-child {
  margin-right: 0px;
}

@media (max-width: 991px) {
  .tech-start .tech-btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-width: 225px;
    margin: 0 auto;
  }
  .tech-start .tech-btn-wrap a {
    margin: 0;
    margin-bottom: 37px;
  }
  .tech-start .tech-btn-wrap a:last-child {
    margin-bottom: 0px;
  }
}

.rz-tech-wrapper {
  overflow: hidden;
  position: relative;
}

.rz-tech-wrapper .rz-tech-dots-right {
  position: absolute;
  right: -120px;
}

@media (max-width: 991px) {
  .rz-tech-wrapper .rz-tech-dots-right {
    width: 37px;
    height: 42px;
    background: url("../images/plus.svg");
    background-repeat: no-repeat;
    right: 10px;
    top: 12%;
  }
  .rz-tech-wrapper .rz-tech-dots-right img {
    display: none;
  }
}

.rz-tech-wrapper .rz-tech-dots-left {
  position: absolute;
  left: -40px;
  top: 33%;
}

@media (max-width: 1199px) {
  .rz-tech-wrapper .rz-tech-dots-left {
    top: 23%;
    left: -40px;
  }
}

@media (max-width: 991px) {
  .rz-tech-wrapper .rz-tech-dots-left {
    top: 33%;
  }
}

.rz-tech-wrapper .tech-head {
  margin-bottom: 43px;
}

.rz-tech-wrapper .tech-image {
  max-width: 833px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 991px) {
  .rz-tech-wrapper .tech-image {
    max-width: 423px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .rz-tech-wrapper .tech-image .rz-img {
    margin-bottom: 45px;
  }
}

.rz-tech-wrapper .tech-image .rz-img .tech-text {
  display: none;
}

@media (max-width: 991px) {
  .rz-tech-wrapper .tech-image .rz-img .tech-text {
    display: block;
    margin-top: 30px;
  }
  .rz-tech-wrapper .tech-image .rz-img .tech-text p {
    margin-bottom: 0px;
    font-size: 2.2rem;
  }
}

.rz-tech-wrapper .tech-image .rz-img img {
  width: 237px;
}

@media (max-width: 767px) {
  .rz-tech-wrapper .tech-image .rz-img img {
    width: 150px;
  }
}

.rz-tech-wrapper .tech-image .rz-img.rz-cul-img img {
  width: 437px;
}

@media (max-width: 767px) {
  .rz-tech-wrapper .tech-image .rz-img.rz-cul-img img {
    width: 237px;
  }
}

.x-close {
  width: 35px;
  height: 35px;
  text-align: center;
  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;
  border-radius: 100%;
  margin-right: 15px;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.x-close.close-bg-blue {
  ackground: #4db3e4;
  background: -webkit-gradient(linear, right top, left top, from(#4db3e4), to(#4b7ef5));
  background: -webkit-linear-gradient(right, #4db3e4 0%, #4b7ef5 100%);
  background: -o-linear-gradient(right, #4db3e4 0%, #4b7ef5 100%);
  background: linear-gradient(-90deg, #4db3e4 0%, #4b7ef5 100%);
}

.x-close.close-bg-blue svg {
  fill: white;
}

.x-close.close-bg-blue {
  background: #4db3e4;
  background: -webkit-gradient(linear, right top, left top, from(#4db3e4), to(#4b7ef5));
  background: -webkit-linear-gradient(right, #4db3e4 0%, #4b7ef5 100%);
  background: -o-linear-gradient(right, #4db3e4 0%, #4b7ef5 100%);
  background: linear-gradient(-90deg, #4db3e4 0%, #4b7ef5 100%);
}

.x-close.close-bg-blue svg {
  fill: white;
}

.x-close.close-bg-green {
  color: white !important;
  background: #89d590;
  background: -webkit-gradient(linear, left top, right top, from(#89d590), to(#51dacf)) !important;
  background: -webkit-linear-gradient(left, #89d590 0%, #51dacf 100%) !important;
  background: -o-linear-gradient(left, #89d590 0%, #51dacf 100%) !important;
  background: linear-gradient(90deg, #89d590 0%, #51dacf 100%) !important;
}

.x-close.close-bg-green svg {
  fill: white;
}

.x-close.close-bg-red {
  background: #eb2a39 !important;
  background: -webkit-gradient(linear, left top, right top, from(#eb2a39), to(#f1614a)) !important;
  background: -webkit-linear-gradient(left, #eb2a39 0%, #f1614a 100%) !important;
  background: -o-linear-gradient(left, #eb2a39 0%, #f1614a 100%) !important;
  background: linear-gradient(90deg, #eb2a39 0%, #f1614a 100%) !important;
}

.x-close.close-bg-red svg {
  fill: white;
}

.btn-custom-small {
  min-height: 42px !important;
  margin-right: 15px;
  font-weight: 400;
  padding: 0 8px;
  font-size: 1.4rem !important;
  margin-bottom: 20px;
  min-width: 136px;
  background: #F2F2F2;
}

@media (max-width: 575px) {
  .btn-custom-small {
    min-width: 120px;
  }
}

.color-green {
  color: #44D7B6 !important;
}

.color-red {
  color: #FA6400 !important;
}

.color-blue {
  color: #0091FF !important;
}

.recommended {
  padding-bottom: 160px;
}

.recommended .tech-head {
  padding-top: 137px;
}

.rz-recommended-head {
  padding-top: 40px;
  padding-bottom: 44px;
}

@media (max-width: 767px) {
  .rz-recommended-head {
    padding-bottom: 25px;
  }
  .rz-recommended-head .fw400 {
    text-align: center;
  }
}

.rz-banner-hig {
  min-height: 130px !important;
}

.rz-email-width {
  min-width: 200px !important;
}

.btn-custom-grey {
  background: #838383;
  color: white;
}

.course-details-page p {
  color: black;
}

.course-det-edit {
  display: block;
}

.course-det-edit input {
  background: transparent;
  color: white;
}

.course-det-edit input::-webkit-input-placeholder {
  color: white;
}

.course-det-edit input:-ms-input-placeholder {
  color: white;
}

.course-det-edit input::-ms-input-placeholder {
  color: white;
}

.course-det-edit input::placeholder {
  color: white;
}

.course-det-edit input:first-child {
  padding-left: 0px;
}

@media (max-width: 575px) {
  .course-det-edit {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .course-det-edit input {
    padding-left: 0px !important;
  }
}

.obje-list {
  margin-top: 28px;
  padding-left: 20px;
}

.obje-list li {
  list-style: disc;
  margin-bottom: 12px;
  font-size: 1.6rem;
  color: black;
}

@media (max-width: 767px) {
  .obje-list li {
    font-size: 2rem;
  }
}

.datepicker-wrap {
  padding: 20px;
  border: 1px solid #ddd;
}

.datepicker-wrap .date input {
  color: white;
  border-radius: 5px !important;
  text-align: center;
}

.datepicker-wrap span {
  display: block;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .datepicker-wrap {
    margin-bottom: 20px;
  }
}

.datepicker td,
.datepicker th {
  font-size: 1.4rem;
}

@media (max-width: 445px) {
  .course-reg button {
    padding: 0 45px;
  }
}

.course-det-btn {
  margin-top: 28px;
}

.course-det-btn .btn-custom {
  min-width: 360px !important;
  min-height: 75px;
  margin-bottom: 55px;
  margin-right: 35px;
  padding: 12px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 0px 2px 2px #ddd;
  box-shadow: 0px 2px 2px #ddd;
}

.course-det-btn .btn-custom.btn-off-white {
  color: black;
}

@media (max-width: 1600px) {
  .course-det-btn .btn-custom {
    min-width: 290px !important;
  }
}

@media (max-width: 1199px) {
  .course-det-btn .btn-custom {
    min-width: 270px !important;
    min-height: 60px;
  }
}

@media (max-width: 991px) {
  .course-det-btn .btn-custom {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .course-det-btn .btn-custom {
    min-width: 200px !important;
  }
}

@media (max-width: 575px) {
  .course-det-btn .btn-custom {
    min-width: 130px !important;
    margin: 8px 5px;
  }
}

@media (max-width: 767px) {
  .course-grade span {
    font-size: 1.8rem;
  }
}

body[dir="rtl"] .rz-banner::before {
  content: '';
  position: relative;
  bottom: -46px;
  width: 100%;
  height: 0;
  border-bottom: 78px solid white;
  border-right: 2000px solid transparent;
}

@media (max-width: 576px) {
  body[dir="rtl"] .rz-banner::before {
    content: none !important;
  }
}

body[dir="rtl"] .pop_bx .modal-dialog .modal-body .popbtn:last-child {
  margin-top: 15px;
}

body[dir="rtl"] .pop_bx .modal-dialog .modal-body .btn-blue {
  background: -webkit-gradient(linear, left top, right top, from(#4a90ec), color-stop(50%, #4b80f4), color-stop(74%, #4a67fb), to(#495bff));
  background: -webkit-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -o-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: linear-gradient(to right, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
}

body[dir="rtl"] .rz-banner-blue::before,
body[dir="rtl"] .rz-banner-red::before,
body[dir="rtl"] .rz-banner-green::before {
  bottom: -156px;
}

@media (max-width: 576px) {
  body[dir="rtl"] .rz-banner-blue::before,
  body[dir="rtl"] .rz-banner-red::before,
  body[dir="rtl"] .rz-banner-green::before {
    content: none !important;
  }
}

@media (max-width: 576px) {
  body[dir="rtl"] .rz-sm-banner::before {
    content: none !important;
  }
}

body[dir="rtl"] .text-center {
  text-align: right !important;
}

.rz-ttl {
  font-weight: bold;
  font-size: 2.8rem;
  font-family: "GTWalsheimBold";
}

.rz-banner-content {
  padding: 0rem 14.3rem;
}

.innerpage {
  /********parent-dashboard********/
}

.innerpage .rz-sm-banner {
  background: #838383;
  min-height: 150px;
  padding: 20px 0 40px;
}

.innerpage .rz-sm-banner .rz-sm-bnr-lft .prnt-name {
  font-size: 2.1rem;
  margin-left: 21px;
  color: #ffffff;
}

.innerpage .rz-sm-banner .rz-sm-bnr-rgt .sel-bx {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  float: right;
  max-width: 220px;
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #CDCDCD 50%), -webkit-linear-gradient(315deg, #CDCDCD 50%, transparent 50%);
  background-image: -o-linear-gradient(45deg, transparent 50%, #CDCDCD 50%), -o-linear-gradient(315deg, #CDCDCD 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #CDCDCD 50%), linear-gradient(135deg, #CDCDCD 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .innerpage .rz-sm-banner .rz-sm-bnr-rgt {
    margin-top: 28px;
  }
  .innerpage .rz-sm-banner .rz-sm-bnr-rgt .sel-bx {
    float: none;
    margin: 0 auto;
  }
}

.innerpage .page-title {
  margin-bottom: 30px;
  margin-top: 15px;
}

.innerpage .page-title h1 {
  color: #8A8A8A;
}

@media (max-width: 575px) {
  .innerpage .reg-det h2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.innerpage .reg-det .reg-det-inr {
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
}

.innerpage .reg-det .reg-det-inr .reg-det-lft {
  max-width: 562px;
  width: 100%;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}

.innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-hd {
  margin-bottom: 80px;
}

.innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-hd h3 {
  font-weight: 400;
}

@media (max-width: 575px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-hd h3 {
    font-size: 2.4rem;
  }
}

@media (max-width: 575px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-hd .reg-det-bxs-lst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
}

.innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-hd .reg-det-bxs-lst li {
  font-size: 2.1rem;
}

@media (max-width: 575px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-hd .reg-det-bxs-lst li {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-hd {
    margin-bottom: 50px;
  }
}

@media (max-width: 420px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-area .reg-det-area-lst {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-area .reg-det-area-lst li {
    width: calc(33.33% - 30px);
  }
}

@media (max-width: 420px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-area .reg-det-area-lst li {
    width: 100%;
    margin-bottom: 25px;
  }
}

.innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-area .reg-det-area-lst li .lbl-hd {
  font-size: 2rem;
  margin-bottom: 27px;
  display: block;
  color: #000000;
  font-weight: 700;
}

@media (max-width: 767px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-area .reg-det-area-lst li .lbl-hd {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-area .reg-det-area-lst li span {
    width: 100%;
  }
}

.innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-area .reg-det-area-lst li .btn.btn-gray {
  font-size: 1.4rem;
}

.innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-area .reg-det-area-lst li .btn.btn-gray:hover {
  color: #ffffff;
}

@media (max-width: 1600px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-area .reg-det-area-lst li .btn.btn-gray {
    padding: 0 25px;
  }
}

@media (max-width: 1199px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-area .reg-det-area-lst li .btn.btn-gray {
    padding: 0 15px;
  }
}

.innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-btns {
  margin-top: 80px;
}

.innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-btns .reg-det-btns-lst li {
  width: 48%;
  display: inline-block;
}

.innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-btns .reg-det-btns-lst li a {
  width: 100%;
  display: block;
  line-height: 6rem;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft .reg-det-btns {
    margin: 50px 0;
  }
}

@media (max-width: 1199px) {
  .innerpage .reg-det .reg-det-inr .reg-det-lft {
    max-width: 480px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
}

.innerpage .reg-det .reg-det-inr .reg-det-rgt {
  max-width: 614px;
  width: 100%;
  margin-left: 66px;
}

@media (max-width: 575px) {
  .innerpage .reg-det .reg-det-inr .reg-det-rgt .row {
    margin: 0 -15px;
  }
}

@media (max-width: 575px) {
  .innerpage .reg-det .reg-det-inr .reg-det-rgt .mb_pd {
    padding: 0 10px;
  }
}

.innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl {
  background: #F1F8FE;
  min-height: 485px;
}

.innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl .reg-det-rgt-bl-ltr {
  padding-top: 50px;
  position: relative;
}

@media (max-width: 575px) {
  .innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl .reg-det-rgt-bl-ltr {
    padding-top: 60px;
  }
}

.innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl .reg-det-rgt-bl-ltr .wht-round {
  height: 110px;
  width: 110px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 10px;
  top: 24px;
}

@media (max-width: 575px) {
  .innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl .reg-det-rgt-bl-ltr .wht-round {
    height: 100px;
    width: 100px;
    top: 0px;
  }
}

.innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl .reg-det-rgt-bl-ltr label {
  color: #000000;
  max-width: 120px;
  margin-left: 60px;
  font-size: 2.5rem;
  position: relative;
}

@media (max-width: 575px) {
  .innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl .reg-det-rgt-bl-ltr label {
    margin-left: 60px;
    max-width: 120px;
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl {
    min-height: 250px;
  }
}

@media (max-width: 991px) {
  .innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-txt {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .innerpage .reg-det .reg-det-inr .reg-det-rgt {
    max-width: 530px;
  }
}

@media (max-width: 991px) {
  .innerpage .reg-det .reg-det-inr .reg-det-rgt {
    max-width: 302px;
  }
}

@media (max-width: 767px) {
  .innerpage .reg-det .reg-det-inr .reg-det-rgt {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .innerpage .reg-det .reg-det-inr {
    margin-top: 50px;
  }
}

.innerpage .c-reg-bx {
  padding: 100px 0;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .innerpage .c-reg-bx {
    padding: 70px 0;
    padding-bottom: 15px;
  }
}

.innerpage .c-reg-bx h3 {
  margin: 0 0 35px;
  padding: 0;
}

@media (max-width: 767px) {
  .innerpage .c-reg-bx h3 {
    margin: 0 0 30px;
  }
}

.innerpage .rz-sm-banner.gr-bnr:before {
  border-bottom-color: #F8F8F8;
}

.innerpage .par-tab-sec {
  overflow: hidden;
}

.innerpage .par-tab-sec .tab-hd {
  background: #F8F8F8;
  margin: 0;
}

@media (max-width: 575px) {
  .innerpage .par-tab-sec .tab-hd {
    padding-top: 15px;
  }
}

.innerpage .par-tab-sec .tab-hd .nav {
  padding: 50px 0 15px;
}

@media (max-width: 767.98px) {
  .innerpage .par-tab-sec .tab-hd .nav {
    padding-bottom: 25px;
  }
}

.innerpage .par-tab-sec .tab-hd .nav li {
  margin-right: 53px;
  position: relative;
}

@media (max-width: 767px) {
  .innerpage .par-tab-sec .tab-hd .nav li {
    margin-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .innerpage .par-tab-sec .tab-hd .nav li a {
    font-size: 2.3rem;
  }
}

.innerpage .par-tab-sec .tab-hd .nav li a.nav-link.active {
  background: transparent;
  color: #8A8A8A;
}

.innerpage .par-tab-sec .tab-hd .nav li a.nav-link.active:after {
  position: absolute;
  bottom: -15px;
  left: -10%;
  content: "";
  height: 10px;
  width: 128%;
  background: #D8D8D8;
}

@media (max-width: 575px) {
  .innerpage .par-tab-sec .tab-hd .nav li a.nav-link.active:after {
    height: 5px;
  }
}

.innerpage .par-tab-sec .tab-hd .nav li a.nav-link:hover {
  color: #8A8A8A;
}

@media (max-width: 575px) {
  .innerpage .par-tab-sec .tab-hd .nav li {
    display: inline-block;
  }
}

@media (max-width: 575px) {
  .innerpage .par-tab-sec .tab-hd .nav {
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
}

.innerpage .par-tab-sec .tab-content .tab-pane .btm-pad {
  margin-bottom: 38px;
}

.innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-lft label {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 575px) {
  .innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-lft {
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {
  .innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul {
    display: inline-block;
  }
}

.innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li {
  width: 31.3%;
  margin: 0 1%;
}

.innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li a {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #979797;
  color: #6D7278;
  width: 100%;
  line-height: 55px;
  padding: 0;
}

.innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li a:hover,
.innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li a:active,
.innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li a:focus {
  border: 1px solid #979797;
  color: #6D7278;
}

.innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li.active a {
  border: none;
  color: #ffffff;
}

.innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li.active a:hover,
.innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li.active a:active,
.innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li.active a:focus {
  border: none;
  color: #ffffff;
}

@media (max-width: 575px) {
  .innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li {
    display: inline-block;
    width: 170px;
    margin: 0 auto 15px;
  }
  .innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li:first-child {
    margin-top: 40px;
  }
}

@media (max-width: 575px) and (max-width: 767px) {
  .innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li:first-child {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li {
    width: 31%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 360px) {
  .innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt .par-tab-rgt-btn ul li {
    width: 100%;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt {
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt {
    padding-left: 0px;
  }
}

.innerpage .grey-sec {
  background-image: -webkit-linear-gradient(top, #F8F8F8 0, #fff 75%);
  background-image: -o-linear-gradient(top, #F8F8F8 0, #fff 75%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), color-stop(75%, #fff));
  background-image: linear-gradient(to bottom, #F8F8F8 0, #fff 75%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F8F8', endColorstr='#FFFFFFFF', GradientType=0);
  padding-top: 25px;
  margin-top: 75px;
}

@media (max-width: 767px) {
  .innerpage .grey-sec {
    margin-top: 0;
  }
}

.innerpage .grey-sec h3 {
  margin-bottom: 20px;
}

.innerpage .grey-sec .course-box .course-overview {
  height: 100%;
}

@media (max-width: 767px) {
  .pop_bx {
    padding-right: 0 !important;
  }
}

.pop_bx .modal-dialog {
  max-width: 580px;
  margin-top: 240px;
}

@media (max-width: 767px) {
  .pop_bx .modal-dialog {
    margin-top: 60px;
  }
}

.pop_bx .modal-dialog .modal-body {
  padding: 60px 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .pop_bx .modal-dialog .modal-body {
    padding: 20px;
  }
}

.pop_bx .modal-dialog .modal-body .pop_hd h4 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 44px;
  padding: 0;
}

@media (max-width: 767px) {
  .pop_bx .modal-dialog .modal-body .pop_hd h4 {
    margin-bottom: 30px;
  }
}

.pop_bx .modal-dialog .modal-body .popbtn {
  margin: 60px auto 0;
  max-width: 408px;
  display: block;
  background: #868686;
  color: #ffffff;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .pop_bx .modal-dialog .modal-body .popbtn {
    margin: 20px auto 0;
  }
}

.course-description {
  padding-bottom: 20px;
}

.gray-ttl {
  color: #8A8A8A;
}

.course-objectives {
  padding-top: 20;
}

.course-description,
.course-objectives {
  padding-right: 50px;
}

@media (max-width: 1599px) {
  .course-description,
  .course-objectives {
    padding-right: 0px;
  }
}

.course-description p,
.course-objectives p {
  max-width: 420px;
}

@media (max-width: 1279px) {
  .course-description p,
  .course-objectives p {
    max-width: 100%;
  }
}

@media (max-width: 1599px) {
  .course-outline-nav {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .course-outline-nav {
    padding-left: 0;
    padding-top: 40px;
  }
}

.course-outline-nav .course-outline-form {
  width: 100%;
  margin-bottom: 25px;
}

.course-outline-nav .course-outline-form label {
  padding-top: 15px;
  font-size: 1.8rem;
  margin-bottom: 0;
}

@media (max-width: 460px) {
  .course-outline-nav .course-outline-form label {
    min-height: 57px;
  }
}

.course-outline-nav .course-outline-form .form-control {
  background: #F1F1F1;
  min-height: 72px;
  margin: 9.5px 0px;
  display: inline-block;
}

@media (max-width: 767px) {
  .course-outline-nav .course-outline-form .form-control {
    min-height: 25px;
  }
}

.course-outline-nav .course-sessions .d-flex {
  display: inline-block !important;
  width: 100%;
}

.course-outline-nav .course-sessions .d-flex label {
  color: #000;
  font-size: 2.0rem;
  display: block;
  padding-bottom: 5px;
  margin-top: 35px;
}

.course-outline-nav .course-sessions .d-flex button {
  margin-right: 28px;
}

@media (max-width: 1599px) {
  .course-outline-nav .course-sessions .d-flex button {
    max-width: 250px;
    min-width: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .course-outline-nav .course-sessions .d-flex button {
    max-width: 200px;
    min-width: 200px;
  }
}

@media (max-width: 576px) {
  .course-outline-nav .course-sessions .d-flex button {
    margin-right: 15px;
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .course-outline-nav .course-sessions .d-flex button:nth-child(odd) {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .course-outline-nav .course-sessions .d-flex .btn-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.course-outline-nav .course-sessions .d-flex .form-control {
  background: #F1F1F1;
  min-height: 72px;
  margin: 9.5px 0px;
}

.course-outline-nav .course-sessions .d-flex .btn-mw-154 {
  max-width: 154px;
  min-width: 154px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .course-outline-nav .course-sessions .d-flex .btn-mw-154 {
    min-width: 120px;
  }
}

@media (max-width: 576px) {
  .course-outline-nav .course-sessions .d-flex .btn-mw-154 {
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .course-outline-nav .course-sessions .d-flex .btn-mw-154:nth-child(odd) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .course-outline-nav .course-sessions .d-flex .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.course-outline-nav .course-sessions .d-flex .resguter-btn-nav {
  max-width: 530px;
}

.course-outline-nav .course-sessions .d-flex .resguter-btn-nav .btn {
  margin: 60px auto 0 auto;
  display: block;
  min-width: 345px;
}

@media (max-width: 767px) {
  .course-outline-nav .course-sessions .d-flex .resguter-btn-nav .btn {
    min-width: 100%;
    min-height: 65px;
    font-size: 2.0rem;
  }
}

.rz-footer {
  width: 100%;
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -2px;
}

.rz-footer .footer-top {
  padding-top: 30px;
}

@media (max-width: 767.98px) {
  .rz-footer .footer-top {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

.rz-footer .footer-top .rz-container {
  padding-top: 60px;
}

@media (max-width: 767.98px) {
  .rz-footer .footer-top .rz-container {
    padding-top: 55px;
    padding-top: 30px;
  }
}

.rz-footer .footer-top .abt-ttl {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .rz-footer .footer-top .abt-ttl {
    margin-bottom: 10px;
  }
}

.rz-footer .footer-top .ftr-text {
  color: #fff;
  font-size: 1.4rem;
}

@media (max-width: 767.98px) {
  .rz-footer .footer-top .ftr-text P {
    font-size: 1.8rem;
  }
}

.ftr-right {
  padding-left: 45px;
}

@media (max-width: 1350px) {
  .ftr-right {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
   .ftr-right {
    padding-right: 15px!important;
  }
}
.social-icons a {
  font-size: 25px;
  margin-right: 15px;
}

.social-icons a .icon-facebook,
.social-icons a .icon-twitter,
.social-icons a .icon-instagram {
  color: #fff;
}

.social-icons .icon-facebook:hover {
  color: #3b5998;
}

.social-icons .icon-twitter:hover {
  color: #1da1f2;
}

.social-icons .icon-instagram:hover {
  color: #d32f90;
}

@media (max-width: 767.98px) {
  .social-icons {
    padding-top: 0;
    margin-bottom: 25px;
  }
  .social-icons a {
    font-size: 20px;
    margin-right: 7px;
  }
}

.contact-link {
  color: #fff;
  font-size: 2.4rem;
  margin: 25px 0;
}

.contact-link a {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .contact-link a {
    width: 100%;
  }
}

.contact-link a:hover {
  text-decoration: underline;
  color: #fff;
}

.contact-link a body[dir="rtl"] {
  direction: ltr !important;
}

@media (max-width: 767.98px) {
  .contact-link {
    margin: 12px 0;
  }
}

.ftr-phone {
  color: #fff;
}

.footer-privacy {
  color: #fff;
  background: #000;
  padding: 15px 0;
}

@media (max-width: 767.98px) {
  .footer-privacy {
    text-align: center;
  }
}

.footer-privacy ul li {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .footer-privacy ul li {
    display: block;
    margin-left: 0 !important;
  }
  .footer-privacy ul li:nth-child(2) {
    display: inline-block;
    margin-right: 15px;
  }
  .footer-privacy ul li:last-child {
    display: inline-block;
  }
}

.footer-privacy ul li + li {
  margin-left: 45px;
}

.ftr-mob-logo {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  width: 77px;
}

@media (max-width: 767px) {
  .ftr-mob-logo {
    display: block;
  }
}

body[dir="rtl"] .rz-header #hrefLang {
  font-size: 1.6rem;
}

body[dir="rtl"] .footer-top {
  text-align: right;
  padding-top: 40px;
}

body[dir="rtl"] .social-icons a {
  margin: 0;
  margin-left: 15px;
}

body[dir="rtl"] .ftr-mob-logo {
  right: initial;
  left: 15px;
}

body[dir="rtl"] .footer-privacy {
  text-align: right;
}

body[dir="rtl"] a[href^="tel"] {
  direction: ltr;
}

.tech-start .text-center {
  text-align: center !important;
}

.form-control {
  min-height: 40px !important;
}

.course-outline-nav .course-sessions .d-flex .form-control {
  min-height: 40px !important;
}

body[dir="rtl"] * {
  font-family: 'FrutigerLTArabicLight' !important;
}

/* From 11-11-2019  */
@media (max-width: 1450px) and (min-width: 1200px) {
  .home-header .main-nav {
    padding-left: 0px !important;
  }
  .slim .home-header .main-nav {
    padding-left: 100px !important;
  }
  .rz-footer .footer-top {
    padding-bottom: 15px;
  }
}

.table-responsive {
  width: 100%;
  background: #f1f1f1;
  padding: 10px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.innerpage .rz-sm-banner .rz-sm-bnr-lft .prnt-name {
  margin-left: 3px;
}

body[dir="rtl"] .innerpage .rz-sm-banner .rz-sm-bnr-lft .prnt-name input:first-child {
  padding-right: 0px;
}

.obje-list {
  padding-left: 25px;
}

.course-details-page .datepicker-wrap {
  display: none;
}

@media (max-width: 575px) {
  .course-details-page .course-det-edit input {
    height: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .hdr-menu #txtSearch {
    width: 150px;
  }
}

.home-imgbx {
  padding-top: 0;
}

@media (max-width: 767px) {
  .home-imgbx {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .home-imgbx .hm-image figure {
    padding-top: 0;
  }
}

.home-imgbx .hm-ctn .ttl {
  margin-bottom: 20px;
}

.home-imgbx .hm-ctn .ttl a:hover {
  color: #eb2a39;
}

.rz-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rz-list li {
  font-size: 1.8rem;
  position: relative;
  padding-right: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .rz-list li {
    font-size: 2rem;
  }
}

.rz-list li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #8A8A8A;
}

@media (max-width: 767px) {
  .rz-list li:after {
    top: 9px;
  }
}

.rz-list.number li {
  padding-right: 0;
}

.rz-list.number li:after {
  display: none;
}

.home-imgbx .hm-ctn .txt li {
  color: #000;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding-RIGHT: 20px;
  position: relative;
}

.home-imgbx .hm-ctn .txt li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #000;
}

@media (max-width: 767px) {
  .home-imgbx .hm-ctn .txt li:after {
    top: 9px;
  }
}

@media (max-width: 767px) {
  .home-imgbx .hm-ctn .txt li {
    font-size: 2rem;
  }
}

@media (max-width: 1450px) {
  .home-imgbx .hm-ctn {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .home-imgbx .hm-ctn {
    text-align: left;
  }
}

.home-imgbx .hm-ctn .home-learnmore {
  font-size: 2rem;
  color: #000;
  font-weight: 900;
}

.home-imgbx .hm-ctn .home-learnmore:hover {
  color: #eb2a39;
}

@media (min-width: 1200px) {
  .learning-tips {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .learning-tips {
    padding-bottom: 15px;
  }
}

.readyto-start {
  padding-bottom: 0;
}

.readyto-start .tech-start {
  padding: 50px 0;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .readyto-start .tech-start {
    padding: 40px 0;
    padding-bottom: 10px;
  }
}

.readyto-start .tech-start .ttl-lg {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .readyto-start .tech-start .ttl-lg {
    font-size: 2.5rem;
  }
}

.tech-start:before {
  display: none;
}

.tech-start:after {
  display: none;
}

.gamification .cmb-icon2, .gamification .cmb-icon1 {
  max-width: 55px;
}

.gamification .cmb-icon1 {
  top: 0px !important;
}

@media (max-width: 991px) {
  .gamification .cmb-icon1 {
    top: 20px;
    left: 15px;
  }
}

.gamification .cmb-icon2 {
  right: inherit;
  left: 41%;
  top: inherit;
  bottom: -17%;
}

@media (max-width: 991px) {
  .gamification .cmb-icon2 {
    right: 0;
    top: inherit;
    bottom: -51px;
    left: inherit;
  }
}

@media (max-width: 767px) {
  .gamification .cmb-icon2 {
    bottom: -22px;
    right: 22px;
  }
}

@media (min-width: 1200px) {
  .competitions .cmb-icon2 {
    top: -70px;
  }
  .competitions .cmb-icon1 {
    right: -40px;
    top: -25px;
  }
  .competitions .cmb-icon3 {
    left: 50%;
  }
  .gamification .cmb-icon2 {
    top: inherit;
    bottom: -3%;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .competitions .cmb-icon3 {
    bottom: -100px;
  }
}

@media (max-width: 767px) {
  .competitions .cmb-icon1 {
    right: 15px;
  }
  .competitions .cmb-icon2 {
    left: 15px;
  }
  .competitions .cmb-icon3 {
    right: inherit;
    left: 50%;
  }
}

.competitions .hm-image {
  padding-left: 85px;
}

.competitions .hm-image figure {
  margin-right: auto;
}

.readyto-start .tech-start {
  text-align: center !important;
}

.about-inner-page .home-imgbx .hm-ctn .txt ul {
  margin-right: 15px;
}

.about-inner-page .home-imgbx .hm-ctn .txt ul li {
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .about-inner-page .home-imgbx .hm-ctn .txt ul li {
    font-size: 2rem;
  }
}

.about-inner-page .home-imgbx .hm-ctn .txt h4 {
  margin-top: 25px;
  padding-bottom: 10px;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .about-inner-page .hm-image figure img {
    width: 500px;
  }
}

.gamification .home-imgbx .hm-ctn .txt ul li {
  margin-bottom: 15px;
}

.get-it-app {
  margin-top: 15px;
}

.get-it-app p {
  color: #838383;
}

@media (min-width: 1200px) {
  .inner-header .main-nav > ul > li.submenu::after {
    border-top: 7px solid #000;
  }
  .slim .main-nav > ul > li.submenu::after {
    border-top: 7px solid #000;
  }
  .slim.home-header .main-nav > ul > li.submenu::after {
    border-top: 7px solid #000;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .go-nextlevel {
    bottom: 105px;
    right: 85px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .go-nextlevel {
    bottom: 105px;
    right: 85px;
  }
}

@media (max-width: 1279px) {
  .banner-image {
    background-image: url(../images/ar/banner-ar.png);
    position: relative;
  }
  .banner-image .banner-cmb-icon1, .banner-image .banner-cmb-icon2, .banner-image .banner-cmb-icon3, .banner-image .banner-cmb-icon4 {
    display: block;
    max-width: 36px;
  }
}

@media (max-width: 991px) {
  .banner-image .banner-cmb-icon1, .banner-image .banner-cmb-icon2, .banner-image .banner-cmb-icon3, .banner-image .banner-cmb-icon4 {
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
  }
  .banner-image .banner-cmb-icon1 {
    top: 42% !important;
    left: 30% !important;
  }
  .banner-image .banner-cmb-icon2 {
    top: 10% !important;
    left: 30% !important;
  }
  .banner-image .banner-cmb-icon3 {
    top: 18% !important;
    right: 30% !important;
  }
  .banner-image .banner-cmb-icon4 {
    top: 42% !important;
    left: 10% !important;
  }
}

@media (max-width: 767px) {
  .banner-image .banner-cmb-icon1, .banner-image .banner-cmb-icon2, .banner-image .banner-cmb-icon3, .banner-image .banner-cmb-icon4 {
    max-width: 18px;
  }
  .banner-image .banner-cmb-icon1 {
    top: 32% !important;
  }
  .banner-image .banner-cmb-icon2 {
    top: 4% !important;
  }
  .banner-image .banner-cmb-icon3 {
    top: 18% !important;
  }
  .banner-image .banner-cmb-icon4 {
    top: 35% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .banner-image .banner-cmb-icon1 img, .banner-image .banner-cmb-icon2 img, .banner-image .banner-cmb-icon3 img, .banner-image .banner-cmb-icon4 img {
    max-width: 50px;
  }
}

.form-page .rz-sm-banner {
  text-align: right;
}

.form-page .rz-sm-banner:before {
  bottom: -51px !important;
}

@media (max-width: 767px) {
  .form-page .rz-sm-banner {
    padding: 20px 15px;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
}

.form-page .rz-sm-banner .page-title {
  text-align: right;
}

.form-page .rz-sm-banner .page-title h1 {
  font-size: 3rem;
  color: #fff;
  text-align: right;
}

@media (max-width: 767px) {
  .form-page .rz-sm-banner .page-title h1 {
    font-size: 2.5rem;
  }
}

.form-header {
  padding: 15px 0;
}

.form-header .logo img {
  width: 90px;
}

.form-header .form-dprtlogo {
  text-align: left;
}

@media (max-width: 767px) {
  .form-header .form-dprtlogo img {
    width: 65px;
  }
}

.form-row-wrap {
  margin: 25px 0;
}

.form-row-wrap p {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .form-row-wrap p {
    font-size: 2rem;
  }
}

.form-row-wrap .input-holder {
  margin-bottom: 15px;
}

.form-row-wrap label {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .form-row-wrap label {
    font-size: 2rem;
  }
}

.form-row-wrap .form-control {
  background: #F1F1F1;
  margin-top: 10px;
}

.form-row-wrap .radio {
  margin: 0.5rem;
  margin-left: 0;
}

.form-row-wrap .radio .radio-label {
  font-size: 2rem;
}

.form-row-wrap .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.form-row-wrap .radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 6px;
  margin-left: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media (max-width: 767px) {
  .form-row-wrap .radio input[type="radio"] + .radio-label:before {
    top: 3px;
  }
}

.form-row-wrap .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.form-row-wrap .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}

.form-row-wrap .radio input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.form-row-wrap .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.fomm-lg-ttl {
  width: 100%;
  margin-top: 10px;
  font-size: 3rem;
  font-weight: 700;
  color: #525252;
}

.fomm-lg-ttl h1, .fomm-lg-ttl h2, .fomm-lg-ttl h3, .fomm-lg-ttl h4, .fomm-lg-ttl h5, .fomm-lg-ttl h6 {
  font-size: inherit;
  font-weight: 700;
  color: #525252;
}

@media (max-width: 991px) {
  .fomm-lg-ttl {
    font-size: 3rem;
  }
}

.fomm-sm-ttl {
  width: 100%;
  color: #525252;
  font-size: 2.3rem;
}

.fomm-sm-ttl h1, .fomm-sm-ttl h2, .fomm-sm-ttl h3, .fomm-sm-ttl h4, .fomm-sm-ttl h5, .fomm-sm-ttl h6 {
  font-size: inherit;
}

@media (max-width: 991px) {
  .fomm-sm-ttl {
    font-size: 2.5rem;
  }
}

.fomm-xs-ttl {
  font-size: 1.2rem;
}

.lbl-ttl {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.lbl-txt {
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.gender-rdo .radio {
  float: right;
  margin-left: 50px;
}

.form-note {
  margin-top: 25px;
}

.add-guardian {
  margin-top: 25px;
}

.add-guardian .btn-add-guardian {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 700;
  cursor: pointer;
}

.add-guardian .btn-add-guardian:hover {
  color: #eb2a39 !important;
}

.student-relaese-info {
  margin-top: 50px;
  position: relative;
}

.student-relaese-info-row {
  position: relative;
}

.student-relaese-info-row .add-row {
  display: none;
}

.student-relaese-info-row:last-child .add-row {
  display: block;
}

.row-btn-wrap {
  padding-right: 15px;
  font-size: 1.8rem;
  font-weight: 700;
}

.row-btn-wrap .row-btn {
  cursor: pointer;
  padding: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.row-btn-wrap .row-btn:hover {
  color: #eb2a39 !important;
}

.row-btn-wrap .row-btn img {
  width: 35px;
  height: 35px;
}

@media (max-width: 767px) {
  .appended-row {
    margin-top: 20px;
  }
}

.appended-row .row-btn-wrap {
  padding-top: 0;
  margin-top: -0.5rem;
}

.appended-row .row-btn-wrap .add-row {
  display: none;
}

.appended-row label {
  display: none;
}

@media (max-width: 767px) {
  .appended-row label {
    display: block;
  }
}

.appended-row:last-child .add-row {
  display: block;
}

.btn-form-submit {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media (max-width: 767px) {
  .btn-form-submit {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 15px;
  }
}

.medical-history .md-name {
  border-bottom: 1px dashed #d0d0d0;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .medical-history .md-name {
    border-bottom: none;
    font-size: 2.2rem;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .medical-history .mh-repeat-row {
    margin-bottom: 20px !important;
    margin-top: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
  }
}

.medical-history .mh-ttl-large {
  display: none;
}

@media (min-width: 768px) {
  .medical-history .mh-ttl-large {
    display: block;
  }
}

.medical-history .mh-mobile-view {
  display: none;
}

@media (max-width: 767px) {
  .medical-history .mh-mobile-view {
    display: block;
    margin: 15px 0;
    margin-top: 0;
  }
}

.readyto-start .fomm-sm-ttl {
  margin-bottom: 25px;
  font-weight: 900;
}

.filter-options table td label {
  background: #F2F2F2;
  color: #0091FF;
  border: 1px solid rgba(109, 109, 109, 0.05);
  cursor: pointer;
}

.filter-options table td input {
  display: none;
}

.filter-options table td.filter-active label {
  color: #fff;
  background: #4a90ec;
  background: -moz-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #4a90ec), color-stop(50%, #4b80f4), color-stop(74%, #4a67fb), color-stop(100%, #495bff));
  background: -webkit-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -o-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -ms-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#4a90ec), color-stop(50%, #4b80f4), color-stop(74%, #4a67fb), to(#495bff));
  background: linear-gradient(to right, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90ec', endColorstr='#495bff', GradientType=1);
}

#AlertV2Box_popup1 {
  padding-right: 0 !important;
}

#AlertV2Box_popup1 .modal-dialog {
  margin-top: 100px;
}

@media (min-width: 992px) {
  #AlertV2Box_popup1 .modal-dialog {
    max-width: 765px !important;
  }
}

#AlertV2Box_popup1 .modal-footer {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#AlertV2Box_popup1 .modal-footer input {
  background: #868686;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #AlertV2Box_popup1 .modal-footer input:first-child {
    margin-bottom: 8px;
  }
}

/*#AlertV2Box_popup1 .modal-footer input:last-child {
  margin-bottom: 0;
}*/

@media (max-width: 480px) {
  #AlertV2Box_popup1 .modal-footer input:last-child {
    margin-top: 8px;
  }
}

#AlertV2Box_popup1 .modal-header h6 {
  padding-bottom: 0;
  font-size: 2.4rem;
}

.course-outline-form label {
  margin-bottom: 15px !important;
}

.course-outline-form .form-control, .course-outline-form span {
  min-height: inherit !important;
  height: inherit !important;
  max-height: inherit !important;
  background: #F1F1F1;
  display: block;
  padding: 8px;
}

/* 239 of 2081 CSS properties converted by rtl.daskhat.ir 
 These properties should be override originals. 
 just load rtl css file after original css file.*/
/* body {direction:rtl;} */
[class^="icon-"]:before, [class*=" icon-"]:before {
  margin-left: .2em;
  margin-right: .2em;
}

@media (max-width: 767.98px) {
  .rz-footer .footer-top {
    padding-right: 0;
    padding-left: 0;
  }
  .social-icons a {
    margin-left: 7px;
  }
  .footer-privacy ul li {
    margin-right: 0 !important;
  }
  .footer-privacy ul li:nth-child(2) {
    margin-left: 15px;
  }
}

a, button, input[type="submit"], input[type="reset"], input[type="button"] {
  border-right: 0;
  border-left: 0;
}

@media (min-width: 1200px) {
  .main-nav > ul > li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .main-nav > ul > li:last-child ul {
    right: auto;
    left: 0;
  }
  .main-nav > ul > li > a {
    padding-right: 0;
    padding-left: 0;
  }
  .main-nav > ul > li > a:after {
    right: 0;
  }
  .main-nav > ul > li ul {
    right: -76px;
  }
  .main-nav > ul > li ul li:hover > ul {
    right: 250px;
  }
  .main-nav > ul > li ul li.submenu::after {
    left: 12px;
  }
}

@media (max-width: 991px) {
  .competitions .cmb-icon3 {
    left: 0;
  }
  .quick-reg-select .row .col-2 .sel-bx {
    margin-left: 0px !important;
  }
  .rz-banner-content-wrapper {
    padding-left: 0px;
  }
  .tech-start:before {
    left: 0;
    right: auto;
  }
  .rz-tech-wrapper .rz-tech-dots-right {
    left: 10px;
  }
  .innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt {
    padding-right: 20px;
  }
  .course-outline-nav {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .aside-bar-wrapp {
    left: -100%;
  }
  .rz-banner-content-wrapper {
    padding-right: 0px;
  }
  .rz-banner-content-wrapper::before {
   left:0px!important;
    right: inherit !important;
  }
  .rz-banner-content-wrapper.rize-tech::before {
    right: -55px;
  }
  .rz-banner-content-wrapper.rize-art::before {
    left: 25px!important;
    right: inherit !important;

  }
  .all-coursec-blue .btn {
    padding-right: 0;
    padding-left: 0;
  }
  .all-coursec-green .btn {
    padding-right: 0;
    padding-left: 0;
  }
  .all-coursec-red .btn {
    padding-right: 0;
    padding-left: 0;
  }
  .course-det-edit input {
    padding-right: 0px !important;
  }
  .innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl .reg-det-rgt-bl-ltr label {
    margin-right: 60px;
  }
  .innerpage .par-tab-sec .tab-content .tab-pane .btm-pad .par-tab-rgt {
    padding-right: 0px;
  }
}

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

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

.admin-content ul, .cnt ul {
  padding-right: 20px;
}

.admin-content ul li, .cnt ul li {
  padding-right: 22px;
}

.admin-content ul li:before, .cnt ul li:before {
  right: 0;
}

.admin-content ol, .cnt ol {
  padding-right: 20px;
}

.admin-content ol li, .cnt ol li {
  padding-right: 20px;
}

.admin-content ol li:before, .cnt ol li:before {
  right: 0;
}

.admin-content ol.roman-sub li, .cnt ol.roman-sub li {
  padding-right: 30px;
}

.admin-content ol.roman-sub li ol li, .cnt ol.roman-sub li ol li {
  padding-right: 32px;
}

.admin-content ol.decimal-sub li, .cnt ol.decimal-sub li {
  padding-right: 30px;
}

.admin-content ol.decimal-sub li ol li, .cnt ol.decimal-sub li ol li {
  padding-right: 32px;
}

.admin-content ol.decimal-sub li ol ol li, .cnt ol.decimal-sub li ol ol li {
  padding-right: 50px;
}

@media (max-width: 767px) {
  .table-mobile table td {
    padding: 9px 100px 9px 12px;
    text-align: right;
  }
  .table-mobile table td:before {
    float: right;
    right: 12px;
  }
  .learning-tips .tec-dots {
    right: inherit;
  }
  .course-box .course-circle {
    padding-right: 0px;
  }
  .course-box .course-circle span {
    right: 25% !important;
  }
  .innerpage .reg-det .reg-det-inr .reg-det-rgt {
    margin-right: 0;
  }
  .pop_bx {
    padding-left: 0 !important;
  }
}

.mr-auto {
  margin-left: auto;
}

.ml-auto {
  margin-right: auto;
}

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

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

p.comingsoon.center {
  text-align: right;
}

p.comingsoon.right {
  text-align: left;
}

.rm-btn.right {
  float: left;
}

.left {
  float: right;
}

.right {
  float: left;
}

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

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

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

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

.inline div {
  float: right;
  margin-left: 20px;
}

@media (max-width: 1199px) {
  textarea.form-control {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rz-tech-wrapper .rz-tech-dots-left {
    right: -40px;
  }
  .course-outline-nav .course-sessions .d-flex .btn-custom {
    padding-right: 15px;
    padding-left: 15px;
  }
}

select {
  background: #fff url("../images/select-icon.svg") no-repeat 4% 50%;
}

.input-holder .error, .input-holder .newerror {
  left: 0;
}

.input-holder .error:after, .input-holder .newerror:after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 10px;
}

.btn-grp .btn {
  margin-left: 15px;
}

.btn-grp .btn:last-child {
  margin-left: 0;
}

.btn.btn-blue {
  background: -webkit-gradient(linear, left #4a90ec 100% #4b80f4 50%, color-stop(74%, #4a67fb), to(#495bff));
  background: -webkit-linear-gradient(right #4a90ec 100% #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: -o-linear-gradient(right #4a90ec 100% #4b80f4 50%, #4a67fb 74%, #495bff 100%);
  background: linear-gradient(to left #4a90ec 100% #4b80f4 50%, #4a67fb 74%, #495bff 100%);
}

.btn.btn-gray {
  background: -webkit-gradient(linear, left #c3c3c3 100% #b8b8b8 50%, color-stop(71%, #b2b2b2), to(#a6a6a6));
  background: -webkit-linear-gradient(right #c3c3c3 100% #b8b8b8 50%, #b2b2b2 71%, #a6a6a6 100%);
  background: -o-linear-gradient(right #c3c3c3 100% #b8b8b8 50%, #b2b2b2 71%, #a6a6a6 100%);
  background: linear-gradient(to left #c3c3c3 100% #b8b8b8 50%, #b2b2b2 71%, #a6a6a6 100%);
}

.btn.learn-more {
  padding-right: 0;
}

.btn.learn-more:after {
  left: 8px;
}

.btn.learn-more:hover::after {
  left: 0;
}

@media (max-width: 1199.98px) {
  .main-nav {
    left: -100%;
  }
  .main-nav ul li.submenu i {
    left: 0;
  }
  .main-nav ul li.submenu i:after {
    border-right: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
    right: 50%;
  }
  .main-nav ul ul li a {
    padding-right: 20px;
  }
  .main-nav ul ul li ul a {
    padding-right: 30px;
  }
  .show-menu .main-nav {
    left: 0;
  }
  .show-menu .overlay {
    right: 0;
  }
  .mob-btn {
    float: left;
    left: 15px;
  }
}

.rz-header {
  right: 0;
  left: 0;
}

.rz-header .inner-mob-logo {
  left: 60px;
}

@media (max-width: 576px) {
  .course-outline-nav .course-sessions .d-flex button {
    margin-left: 15px;
  }
  .course-outline-nav .course-sessions .d-flex button:nth-child(odd) {
    margin-left: 0;
  }
  .course-outline-nav .course-sessions .d-flex .btn-mw-154:nth-child(odd) {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  /*.rz-header.home-header .main-nav > ul > li{
        padding-left: 7px;
        padding-right: 8px;
    }*/
}

.go-nextlevel .text {
  padding-left: 85px;
}

@media (max-width: 991.98px) {
  .go-nextlevel .text {
    padding-left: 0;
  }
  .courses-bx .courses-bx-wrp .cb-itm-txt {
    padding-left: 0;
    padding-right: 0;
  }
}

.competitions:before {
  border-right: 2000px solid transparent;
}

.competitions:after {
  left: 0;
  border-right: 2000px solid transparent;
}

.learning-tips .tec-dots {
  right: 15px;
}

.learning-tips .hm-image figure {
  margin-right: auto;
}

@media (max-width: 1350px) {
  .ftr-right {
    padding-right: 15px;
  }
}

.about-us .hm-ctn {
  text-align: right !important;
}

.quick-reg-select label {
  text-align: left;
}

.select-course-table tbody td button {
  background: -webkit-gradient(linear, left top, right top, to(#4b8fef)) !important;
  background: -webkit-linear-gradient(left, #4b8fef 100% #495bfe 100%) !important;
  background: -o-linear-gradient(left, #4b8fef 100% #495bfe 100%) !important;
  background: linear-gradient(90deg, #4b8fef 100% #495bfe 100%) !important;
  float: left;
}

.select-course-table tbody td button:hover {
  background: -webkit-gradient(linear, left top, left bottom, to(#4b8fef)) !important;
  background: -webkit-linear-gradient(top, #4b8fef 100% #495bfe 100%) !important;
  background: -o-linear-gradient(top, #4b8fef 100% #495bfe 100%) !important;
  background: linear-gradient(180deg, #4b8fef 100% #495bfe 100%) !important;
}

.quick-reg-nav .col-2 {
  padding-right: 15px;
}

.quick-reg-nav .col-2 .sel-bx {
  padding-left: 0;
}

.quick-reg-nav button {
  background: -webkit-gradient(linear, left top, right top, to(#4b8fef)) !important;
  background: -webkit-linear-gradient(left, #4b8fef 100% #495bfe 100%) !important;
  background: -o-linear-gradient(left, #4b8fef 100% #495bfe 100%) !important;
  background: linear-gradient(90deg, #4b8fef 100% #495bfe 100%) !important;
}

.quick-reg-nav button:hover {
  background: -webkit-gradient(linear, left top, left bottom, to(#4b8fef)) !important;
  background: -webkit-linear-gradient(top, #4b8fef 100% #495bfe 100%) !important;
  background: -o-linear-gradient(top, #4b8fef 100% #495bfe 100%) !important;
  background: linear-gradient(180deg, #4b8fef 100% #495bfe 100%) !important;
}

.arrow-down {
  padding-left: 18px !important;
}

.arrow-down::before {
  left: 22px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.aside-bar-wrapp {
  left: -400px;
}

.aside-bar-wrapp .aside-boxes:not(:first-child) {
  text-align: right;
}

.aside-bar-wrapp.aside-active {
  left: 0px;
}

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

.custom-drop-select {
  margin-right: auto;
  margin-left: 0;
}

.custom-drop-select.blue-grad {
  background: -webkit-gradient(linear, left top, right top, to(#4b8fef));
  background: -webkit-linear-gradient(left, #4b8fef 100% #495bfe 100%);
  background: -o-linear-gradient(left, #4b8fef 100% #495bfe 100%);
  background: linear-gradient(90deg, #4b8fef 100% #495bfe 100%);
}

.custom-drop-select.blue-grad .select-items {
  background: -webkit-gradient(linear, left top, right top, to(#4b8fef));
  background: -webkit-linear-gradient(left, #4b8fef 100% #495bfe 100%);
  background: -o-linear-gradient(left, #4b8fef 100% #495bfe 100%);
  background: linear-gradient(90deg, #4b8fef 100% #495bfe 100%);
}

.custom-drop-select.green-grad {
  background: -webkit-gradient(linear, left top, right top, to(#89d58e));
  background: -webkit-linear-gradient(left, #89d58e 100% #58d9c6 100%);
  background: -o-linear-gradient(left, #89d58e 100% #58d9c6 100%);
  background: linear-gradient(90deg, #89d58e 100% #58d9c6 100%);
}

.custom-drop-select.green-grad .select-items {
  background: -webkit-gradient(linear, left top, right top, to(#89d58e));
  background: -webkit-linear-gradient(left, #89d58e 100% #58d9c6 100%);
  background: -o-linear-gradient(left, #89d58e 100% #58d9c6 100%);
  background: linear-gradient(90deg, #89d58e 100% #58d9c6 100%);
}

.custom-drop-select.red-grad {
  background: -webkit-gradient(linear, left top, right top, to(#eb2a39));
  background: -webkit-linear-gradient(left, #eb2a39 100% #f1614a 100%);
  background: -o-linear-gradient(left, #eb2a39 100% #f1614a 100%);
  background: linear-gradient(90deg, #eb2a39 100% #f1614a 100%);
}

.custom-drop-select.red-grad .select-items {
  background: -webkit-gradient(linear, left top, right top, to(#eb2a39));
  background: -webkit-linear-gradient(left, #eb2a39 100% #f1614a 100%);
  background: -o-linear-gradient(left, #eb2a39 100% #f1614a 100%);
  background: linear-gradient(90deg, #eb2a39 100% #f1614a 100%);
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #9d9d9d transparent;
}

.select-items {
  right: 0;
  left: 0;
}

.rz-banner-content-wrapper::before {
  right: -85px;
}

.rz-banner-content-wrapper.rize-tech::before {
  right: -85px;
}

.rz-banner-content-wrapper.rize-art::before {
  right: -85px;
}

.rz-banner::before {
  border-right: 2000px solid transparent;
}

.rz-rize-mathimg {
  text-align: right;
}

.course-box .course-circle {
  right: 15px;
  padding-right: 25px;
  padding-left: 25px;
  text-align: right;
}

.course-box .course-circle span {
  right: 40px;
}

.course-box .course-start-btn {
  right: 0;
  left: 0;
}

.course-box .course-overview {
  right: 0;
  text-align: right;
}

.course-box .course-grade {
  text-align: right;
}

.course-box.taster-green::before {
  left: -25px;
}

.course-box.taster-blue::before {
  left: -25px;
}

.course-box.taster-red::before {
  left: -25px;
}

.tech-start:before {
  right: 12%;
}

.tech-start:after {
  left: 18%;
}

.tech-start .tech-btn-wrap a {
  margin-right: 25px;
  margin-left: 25px;
}

.tech-start .tech-btn-wrap a:first-child {
  margin-right: 0px;
}

.tech-start .tech-btn-wrap a:last-child {
  margin-left: 0px;
}

.rz-tech-wrapper .rz-tech-dots-right {
  left: -120px;
}

.rz-tech-wrapper .rz-tech-dots-left {
  right: -40px;
}

.x-close {
  margin-left: 0;
  margin-right: auto;
}

.btn-custom-small {
  margin-left: 15px;
}

.course-det-edit input:first-child {
  padding-right: 0px;
}

.obje-list {
  padding-right: 20px;
}

.course-det-btn .btn-custom {
  margin-left: 35px;
  padding-right: 40px;
}

.innerpage .rz-sm-banner .rz-sm-bnr-lft .prnt-name {
  margin-right: 21px;
}

.innerpage .reg-det .reg-det-inr {
  margin-right: 0;
  margin-left: 0;
}

.innerpage .reg-det .reg-det-inr .reg-det-rgt {
  margin-right: 66px;
}

.innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl .reg-det-rgt-bl-ltr .wht-round {
  right: 10px;
}

.innerpage .reg-det .reg-det-inr .reg-det-rgt .reg-det-rgt-bl .reg-det-rgt-bl-ltr label {
  margin-right: 60px;
}

.innerpage .par-tab-sec .tab-hd .nav li {
  margin-left: 53px;
}

.innerpage .par-tab-sec .tab-hd .nav li a.nav-link.active:after {
  right: -10%;
}

.course-description, .course-objectives {
  padding-left: 50px;
}

@media (max-width: 1599px) {
  .course-description, .course-objectives {
    padding-left: 0px;
  }
  .course-outline-nav {
    padding-right: 50px;
  }
  .course-outline-nav .course-sessions .d-flex button {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.course-outline-nav .course-sessions .d-flex button {
  margin-left: 28px;
}

.course-outline-nav .course-sessions .d-flex .btn-mw-154 {
  padding-right: 15px;
  padding-left: 15px;
}

.course-outline-nav .course-sessions .d-flex .resguter-btn-nav .btn {
  margin: 60px auto 0 auto;
}

.ftr-right {
  padding-right: 45px;
}

.social-icons a {
  margin-left: 15px;
}

.footer-privacy ul li + li {
  margin-right: 45px;
}

.ftr-mob-logo {
  left: 15px;
}

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

.telephone {
  direction: ltr !important;
}

.main-nav > ul > li:hover > ul {
  border-radius: 0px !important;
}

.rz-banner-green .row {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.filter-options table td input {
    display: none;
}

.filter-options table td label {
    background: #F2F2F2;
    color: #0091FF;
    font-family: "GTWalsheimRegular";
    border: 1px solid rgba(109, 109, 109, 0.05);
    cursor: pointer;
}


.filter-options table td label {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 47px;
    font-size: 16px;
    text-align: center;
    border: none;
    font-weight: bold;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    position: relative;
    font-size: 1.6rem;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-family: "GTWalsheimRegular";
    letter-spacing: 1.3px;
    min-height: 40px;
    background: #F2F2F2;
    color: #0091FF;
    border: 1px solid rgba(109, 109, 109, 0.05);
    cursor: pointer;
}

.filter-options table td.filter-active label {
    color: #fff;
    background: #4a90ec;
    background: -moz-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #4a90ec), color-stop(50%, #4b80f4), color-stop(74%, #4a67fb), color-stop(100%, #495bff));
    background: -webkit-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
    background: -o-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
    background: -ms-linear-gradient(left, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
    background: -webkit-gradient(linear, left top, right top, from(#4a90ec), color-stop(50%, #4b80f4), color-stop(74%, #4a67fb), to(#495bff));
    background: linear-gradient(to right, #4a90ec 0%, #4b80f4 50%, #4a67fb 74%, #495bff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90ec', endColorstr='#495bff', GradientType=1);
}

.course-det-edit input {
    margin-right: 5px;
}

    .course-det-edit input.edit-field {
        background: #9c9999;
        padding: 0 10px !important;
    }

@media (max-width: 575px) {
    .course-det-edit input.edit-field {
        margin-bottom: 5px;
    }
}

/*.form-phone-regi {
    padding: 15px 0;
}*/

.phone-reg-btn {
    text-decoration: underline;
    margin-left: 15px;
    cursor: pointer;
}

.quick-reg-select .sel-bx {
    background-position: 100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    float: left;
}

.resend-ar {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}

.modal-body {
    text-align: right;
}
.learnmore {
  text-align: left;
}
.gamification .cmb-icon2 {
      left: 50%!important;
}
.rz-header.inner-header {
  height: inherit;
}
.rz-header.inner-header .logo {
  width: 75px;
}
@media (max-width: 575px) {
  .rz-header.inner-header .logo {
    width: 55px;
  }
}
.innerpage {
  padding-top: 95px;
}
@media (min-width: 1200px) {
.slim .main-nav{
  padding-left: 100px;   
}
.inner-header .main-nav {
   padding-left: 100px;
  }
}
@media (max-width: 1300px) {
  .learning-tips .tec-dots {
    display: none;
      
  }
}
.faq-container h4 {
  font-size: 2.2rem;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 30px;
  font-family: FrutigerLTArabicBold;
}

.faq-container p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.7rem;
}

.faq-icons {
  position: relative;
  height: 100%;
}

.faq-icons .faq-ico {
  position: absolute;
}

@media (max-width: 767px) {
  .faq-icons .faq-ico {
    right: inherit;
    right: -15px !important;
  }
}

.faq-icons .faq-ico img {
  max-width: 34px;
}

@media (max-width: 767px) {
  .faq-icons .faq-ico img {
    max-width: 20px;
  }
}

.faq-icons .faq-ico-1 {
  top: 2%;
  right: 10%;
}

.faq-icons .faq-ico-2 {
  top: 15%;
  left: 15%;
}

.faq-icons .faq-ico-3 {
  top: 35%;
  right: 25px;
}

.faq-icons .faq-ico-4 {
  top: 50%;
  left: 50%;
}

.faq-icons .faq-ico-5 {
  top: 65%;
  right: 15%;
}

.faq-icons .tec-dots {
  bottom: 0;
  right: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .faq-icons .tec-dots {
    bottom: 0;
    right: inherit;
    position: absolute;
    right: -32px;
  }
}
.faq-wrap .rz-sm-banner {
min-height:inherit;
}

.faq-wrap  .page-title {
margin-bottom:15px;
}

.faq-wrap .rz-sm-banner:before {
    bottom: -28px !important;
    border-right: 2000px solid transparent;
    min-height:inherit;
}
  @media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .rz-header .logo img {
      width: 70px;  
    }
    .btn-custom-small {
      padding-top: 7px; 
    }
  }

@media (max-width: 991px) {
    .social-icons {
      margin-top: 15px; 
    }
}
@media (max-width: 767px) {
  .trms-and-condition {
    float: none !important;  
  }
}

.trms-and-condition {
  float: left;
    
}

.rz-email-width {
  min-width: 300px;
}

html[dir="rtl"] * {
    font-family: 'FrutigerLTArabicLight' !important;
}
body[dir="rtl"] * {
    font-family: 'FrutigerLTArabicLight' !important;
}

.course-box .course-circle span{
  width: 125%;
}
.course-det-btn .btn-custom img{
  width: 25px;
}
.course-det-btn .btn-custom svg{
  width: 25px;
}
.course-det-btn .btn-custom:hover svg{
  fill:white;
}

.course-det-btn .btn-custom:active svg{
  fill:white;
}

.course-det-btn .btn-custom:focus svg{
  fill:white;
}

.card.my-4 {
  border: none;
}
.male-icon {
  position: relative;
  padding-right: 44px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0px 2px 2px #ddd;
    box-shadow: 0px 2px 2px #ddd;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;


}
.male-icon input {
  display: none;
  
}
.male-icon:after {
    position: absolute;
    content: "";
    background: url("../images/gender-sprite-icon.png") no-repeat -35px -1px;
    width: 12px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
.male-icon:hover:after {
    background: url("../images/gender-sprite-icon.png")no-repeat -35px -36px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.male-icon:hover {
    background: #4b8fef !important;
    background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe)) !important;
    background: -webkit-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
    background: -o-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
    background: linear-gradient(90deg, #4b8fef 0%, #495bfe 100%) !important;
    color: #fff;
    
}

.custom-checkbx-color .male-icon {
      background: #4b8fef !important;
      background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe)) !important;
      background: -webkit-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
      background: -o-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
      background: linear-gradient(90deg, #4b8fef 0%, #495bfe 100%) !important;
      color: #fff;
}
.custom-checkbx-color .male-icon:after {
   background: url("../images/gender-sprite-icon.png") no-repeat -35px -36px;
}

.female-icon {
  position: relative;
  padding-right: 44px;
  cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0px 2px 2px #ddd;
    box-shadow: 0px 2px 2px #ddd;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    


}
.female-icon input {
  display: none;
  
}
.female-icon:after {
    position: absolute;
    content: "";
    background: url("../images/gender-sprite-icon.png") no-repeat -3px -1px;
    width: 12px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
.female-icon:hover:after {
    background: url("../images/gender-sprite-icon.png") no-repeat -3px -36px;
     -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.female-icon:hover {
    background: #4b8fef !important;
    background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe)) !important;
    background: -webkit-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
    background: -o-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
    background: linear-gradient(90deg, #4b8fef 0%, #495bfe 100%) !important;
    color: #fff;
    
}

.custom-checkbx-color .female-icon {
      background: #4b8fef !important;
      background: -webkit-gradient(linear, left top, right top, from(#4b8fef), to(#495bfe)) !important;
      background: -webkit-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
      background: -o-linear-gradient(left, #4b8fef 0%, #495bfe 100%) !important;
      background: linear-gradient(90deg, #4b8fef 0%, #495bfe 100%) !important;
      color: #fff;
}
.custom-checkbx-color .female-icon:after {
   background: url("../images/gender-sprite-icon.png") no-repeat -3px -36px;
}



