@charset "UTF-8";

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

html, button, input, select, textarea {
  color: #015eab;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  background: #FFF;
  /* Fallback for when there is no custom background color defined. */
}

::selection {
  background: #1154fb;
  color: #FFF;
  text-shadow: none;
}

a {
  color: #1154fb;
  outline: none;
  text-decoration: none;
}
a:visited {
  /* color: rgba($link_color, 0.8); */
  text-decoration: underline;
}
a:hover {
  color: rgba(0, 0, 0, 0.8);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

b, strong {
  font-weight: bold;
}

blockquote, q {
  quotes: "" "";
  margin: 1em 40px;
  background: #f2f2f2;
  border-left: 10px solid #2e0405;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 1em;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background-color: #222222;
}

ins {
  background: none;
  color: #1154fb;
  text-decoration: underline;
}

del {
  background: none;
  color: #ec121a;
  text-decoration: line-through;
}

mark {
  background: #ffde00;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

big {
  font-size: 125%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 3px;
}
input:focus, select:focus, textarea:focus {
  color: rgba(1, 94, 171, 0.8);
}

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

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

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border: 1px solid;
  border-color: #ffde00;
  border-radius: 3px;
  background: #bc0000;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
input[type=text], input[type=email] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border: none;
  border-radius: 100px;
  background: transparent;
  color: #000000;
  height: 45px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 0.8;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: rgba(255, 222, 0, 0.5);
  opacity: 0.8;
}

textarea {
      overflow: auto;
    text-align: center;
    vertical-align: top;
    resize: vertical;
    width: 100%;
    border-radius: 104px !important;
    height: 113px !important;
}

input:invalid, textarea:invalid {
  background-color: #eee;
}

embed,
iframe,
object {
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  background: #f9f9f9;
}

td {
  vertical-align: top;
}

th {
  background: #e0f0f7;
}

th, td {
  padding: 0.5em;
  border: 1px solid lightgray;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

ul, ol {
  margin: 0 0 1em 0.75em;
  padding: 0 0 1em 0.75em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 15px;
}

h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-size: 3em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #5c5c5c;
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-weight: 200;
  font-style: normal;
  line-height: 50px;
  text-rendering: optimizeLegibility;
}

h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

.container {
  width: 100%;
  padding: 0 15px;
  max-width: 1330px;
  margin: 0 auto;
}

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

/* @include bp (min-width, 768px) {  */
@media only screen and (min-width: 600px) {
  .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 {
    float: left;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
/* @media (min-width: 992px) { */
@media only screen and (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-md-12 {
    float: left;
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
/* @media (min-width: 1200px) { */
@media only screen and (min-width: 992px) {
  .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 {
    float: left;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

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

.clearfix:after, .container:after, .container-fluid:after, .row: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;
}

/* Modules */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.content {
  position: relative;
  display: flex;
}

.exo-menu {
  list-style: none;
  display: flex;
}

.exo-menu > li {
  display: inline-block;
  float: left;
}

.exo-menu > li > a {
  color: #1a1a18;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s linear, background 0.2s linear;
}

.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
  color: #fdb314;
}

.exo-menu i {
  float: left;
  font-size: 1.125rem;
  margin-right: 0.375rem;
  line-height: 1.25rem !important;
}

li.drop-down,
.flyout-right,
.flyout-left {
  position: relative;
}

li.drop-down:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.5rem solid #1a1a18;
  float: left;
  margin-top: 6px;
  margin-left: 6px;
}

li.drop-down > ul {
  left: 0px;
  min-width: 250px;
  top: 30px;
  margin: 0;
}

.drop-down-ul {
  display: none;
}

.flyout-right > ul,
.flyout-left > ul {
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
}

li.drop-down > ul > li > a,
.flyout-right ul > li > a,
.flyout-left ul > li > a {
  color: #fff;
  display: block;
  padding: 10px 1.25rem;
  text-decoration: none;
  background-color: #fdb314;
  border-bottom: 1px solid #ffffff;
  transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul > li > a,
.flyout-left ul > li > a {
  border-bottom: 1px dotted #B8C7BC;
}

li.drop-down > ul > li > a:hover,
.flyout-right ul > li > a:hover,
.flyout-left ul > li > a:hover {
  color: #fff;
  text-decoration: underline;
}

/*Flyout Mega*/
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display: none;
  height: 100%;
  padding: 15px;
  min-width: 742px;
}

h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}

.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important;
}

/*mega menu*/
.mega-menu {
  left: 0;
  right: 0;
  padding: 0;
  display: none;
  padding-top: 0;
  min-height: 100%;
  top: 8.25rem;
}

h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 0.875rem;
  padding-left: 0.9375rem;
  padding-bottom: 0.8125rem;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 0.9375rem;
  background-color: #365670;
}

.mega-menu ul li a {
  line-height: 1.5625rem;
  font-size: 90%;
  display: block;
}

ul.stander li a {
  padding: 3px 0px;
}

ul.description li {
  padding-bottom: 0.75rem;
  line-height: 8px;
}

ul.description li span {
  color: #ccc;
  font-size: 85%;
}

a.view-more {
  border-radius: 1px;
  margin-top: 15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}

a.view-more:hover {
  color: #fff;
  background: #0DADEF;
}

ul.icon-des li a i {
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #009FE1;
  line-height: 35px !important;
}

ul.icon-des li {
  width: 100%;
  display: table;
  margin-bottom: 11px;
}

/*Blog DropDown*/
.Blog {
  left: 0;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #547787;
  padding-bottom: 15px;
}

.Blog .blog-title {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.Blog .blog-des {
  color: #ccc;
  font-size: 90%;
  margin-top: 15px;
}

.Blog a.view-more {
  margin-top: 0px;
}

/*Images*/
.Images {
  left: 0;
  width: 100%;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #547787;
  padding-bottom: 15px;
}

.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}

/*common*/
.flyout-right ul > li > a,
.flyout-left ul > li > a,
.flyout-mega-wrap,
.mega-menu {
  background-color: #015eab;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left > ul:hover,
li.flyout-right > ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover + ul,
li.flyout-right a:hover + ul,
.blog-drop-down > a:hover + .Blog,
li.drop-down > a:hover + .drop-down-ul,
.images-drop-down > a:hover + .Images,
.mega-drop-down a:hover + .mega-menu,
li.flyout-mega > a:hover + .flyout-mega-wrap {
  display: block;
}

/*responsive*/
@media (min-width: 769px) {
  .exo-menu > li {
    margin-left: 1.9rem;
  }

  .exo-menu > li > a {
    display: block;
    padding: 0px 0 20px;
    font-weight: 700;
    float: left;
  }

  .mega-menu, .flyout-mega-wrap, .Images, .Blog, .flyout-right > ul,
.flyout-left > ul, li.drop-down > ul {
    position: absolute;
  }

  .flyout-right > ul {
    left: 100%;
  }

  .flyout-left > ul {
    right: 100%;
  }

  a.toggle-menu {
    display: none !important;
  }
}
@media (max-width: 768px) {
  li.drop-down:after {
    display: none;
  }

  a.toggle-menu {
    display: block !important;
  }

  header .top_links {
    display: none !important;
  }

  .exo-menu {
    position: absolute;
    right: 0;
    width: 300px;
    top: 3.6875rem;
    display: inline-block;
    background: #fff;
  }

  ul.exo-menu.display li.drop-down:after {
    display: block;
  }

  ul.exo-menu.display li.drop-down:after {
    position: absolute;
    top: 10px;
    right: 25px;
  }

  li.drop-down > ul {
    float: left;
    width: 100%;
    margin: 0;
    position: initial !important;
  }

  .nav-tabs > li {
    margin-bottom: 3px;
  }

  .exo-menu > li > a {
    width: 100%;
    display: none;
  }

  .exo-menu > li {
    width: 100%;
  }

  .display.exo-menu > li > a {
    display: block;
    padding: 11px 22px;
  }

  .mega-menu, .Images, .Blog, .flyout-right > ul,
.flyout-left > ul, li.drop-down > ul {
    position: relative;
  }

  .vertical-tabs div.tab-content {
    height: 30vh;
    overflow: auto;
  }

  .mega-menu-wrap {
    display: inline-block !important;
  }

  .corse_menu_listing .col-md-3 {
    width: 100%;
  }

  .mega-menu:hover {
    display: inline-block;
  }

  li.mega-drop-down {
    position: relative;
  }

  li.mega-drop-down:after {
    position: absolute;
    top: 12px;
    right: 25px;
  }

  .mega-drop-down a:hover + .mega-menu {
    display: inline-block;
  }

  .mega-menu {
    top: inherit;
  }
}
a.toggle-menu {
  position: absolute;
  right: 0px;
  padding: 10px 6px;
  font-size: 16px;
  color: #23364B;
  top: 7px;
}

.mega-menu-wrap {
  display: flex;
}

/* Vertical Tabs */
.vertical-tabs {
  font-size: 14px;
  padding: 0px;
  width: 100%;
}

.vertical-tabs .nav-tabs .nav-link {
  background: rgba(79, 166, 239, 0.32);
  border: 1px solid transparent;
  color: #fff;
  height: 37px;
  line-height: 1.2;
}

.vertical-tabs .nav-tabs .nav-link.active {
  border-color: transparent !important;
  color: #fff;
  line-height: 1.2;
}

.nav-item.active a {
  background-color: #fff !important;
  color: #000 !important;
}

.vertical-tabs .nav-tabs .nav-link {
  border: 0px solid transparent;
  border-radius: 5px !important;
}

.vertical-tabs .tab-content > .active {
  display: block;
}

.vertical-tabs .nav.nav-tabs {
  border-bottom: 0;
  border-right: 1px solid transparent;
  display: block;
  float: left;
  margin-right: 20px;
  padding: 15px 19px;
}

.vertical-tabs div.tab-content {
  float: left;
  width: 100%;
}

.vertical-tabs .sv-tab-panel {
  background: #fff;
  height: 145px;
  padding-top: 10px;
}

.corse_menu_listing {
  padding: 10px 20px;
}

.corse_menu_listing ul {
  margin: 0;
  padding: 0px;
}
.corse_menu_listing ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.corse_menu_listing ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.corse_menu_listing ul li a:hover {
  text-decoration: underline;
}

.exo-menu > li.mega-drop-down > a {
  float: left;
}

li.mega-drop-down:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.5rem solid #1a1a18;
  float: left;
  margin-top: 6px;
  margin-left: 6px;
}

/* Vertical Tabs */
@media (max-width: 480px) {
  a.toggle-menu {
    top: -4px;
  }
}
/* ==========================================================================
   blog styles
   ========================================================================== */
.post-list {
  margin: 0 0 2em 0;
  padding-left: 150px;
}

.post-list .post-date {
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-left: -85px;
  width: 64px;
  min-height: 65px;
  background: rgba(29, 148, 243, 0.5);
  padding: 20px;
}

@media only screen and (max-width: 770px) {
  .post-list {
    padding-left: 0px;
  }

  .post-list .post-date {
    display: none;
  }
}
.post-list img {
  margin: 0.4em 0;
}

span.post-name {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  padding-bottom: 0.5em;
  display: inline-block;
}

a.more {
  margin: 0.5em 0;
  display: inline-block;
}

/*****Index******/
/*****Sidebar******/
.pagewidget {
  margin-bottom: 2em;
}

.pagewidget select {
  width: 100%;
}

.pagewidget input.search-field, .pagewidget input[type=text], .pagewidget input[type=phone], .pagewidget input[type=number], .pagewidget input[type=email] {
  width: 97%;
  margin: 0 auto;
}

/*****Sidebar******/
/*****pagination******/
.posts-navigation {
  width: 100%;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

/**
 * Swiper 6.4.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 29, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ==========================================================================
  helper class
  ========================================================================== */
.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.mr-3 {
  margin-right: 0.9375rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-3 {
  margin-bottom: 1.875rem !important;
}

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

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

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

.d-flex {
  display: flex;
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -27px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eb6003;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}

.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  transform: translateY(-8px);
}

/*preloader*/
/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #fdb314;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper {
  margin: auto;
  display: block;
}

.cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #ffffff;
}

.cssload-loader,
.cssload-loader:after,
.cssload-loader:before {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}

.cssload-loader:after,
.cssload-loader:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.cssload-loader {
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
}

@keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.video-js .vjs-tech {
  position: static;
}

.video-js {
  height: 23.5625rem !important;
  width: 100% !important;
}

.uniqueID-dimensions.vjs-fluid {
  padding-top: 0px !important;
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em;
}

.video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none !important;
}

.video-js .vjs-control {
  width: 3em;
}

.video-js .vjs-menu-button-inline:before {
  width: 1.5em;
}

.vjs-menu-button-inline .vjs-menu {
  left: 3em;
}

.video-js .vjs-load-progress div,
.vjs-seeking .vjs-big-play-button,
.vjs-waiting .vjs-big-play-button {
  display: none !important;
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  padding: 0 0.4em 0.3em;
}

.video-js.vjs-ended .vjs-loading-spinner {
  display: none;
}

.video-js.vjs-ended .vjs-big-play-button {
  display: block !important;
}

.video-js.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,
video-js.vjs-ended .vjs-big-play-button {
  display: block;
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  background-color: transparent;
  font-size: 3.5em;
  border-radius: 50%;
}

.video-js .vjs-big-play-button:active,
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background-color: transparent;
}

.video-js .vjs-loading-spinner {
  border-color: rgba(255, 255, 255, 0.7);
}

.video-js .vjs-control-bar2 {
  background-color: transparent;
}

.video-js .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #fff;
  font-size: 18px;
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  background-color: #2483d5;
}

.video-js .vjs-big-play-button {
  height: auto !important;
  width: auto !important;
  line-height: 1.9em !important;
  margin-top: -3.1875rem !important;
  margin-left: -3rem;
  border-width: 0px;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-icon-play:before {
  font-size: 50px;
}

.video-js .vjs-progress-holder {
  font-size: 1.7em;
  border-radius: 10px;
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-slider,
.vjs-volume-level {
  border-radius: 10px;
}

.video-js .vjs-load-progress {
  background: rgba(255, 255, 255, 0.5);
}

.vjs-icon-play:before, .video-js .vjs-big-play-button:before {
  content: "" !important;
  background: url(../../images/play.png);
  width: 6.0625rem;
  height: 6.375rem;
  background-size: cover;
  background-repeat: no-repeat;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*==========================================================================
  Header custom styles
  ========================================================================== */
header {
  position: relative;
  width: 100%;
  z-index: 999;
}
header .container {
  max-width: 89.375rem;
}
header .top_links {
  display: flex;
  padding-top: 1.125rem;
}
header .btn-top-links {
  background: #fdb314;
  color: #FFF;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0.75rem;
  border-radius: 100px;
  line-height: 1;
  
}
header .logo {
  display: flex;
    width: 40%;
}
header .logo img {
  width: 14.0625rem;
}

header .logo h3.logo_txt {
	font-size: 16px;
    color: #0b2e69;
    padding-top: 3.125rem;
    font-weight: 600;
}

header {
  padding: 0;
  box-shadow: 0px -3px 11px 0px #fdb314;
}
header .contact-link {
  color: #0b2e69;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1.375rem;
}
header .contact-link i {
  color: #fdb314;
}
header .social_links {
  margin: 0;
  padding: 0;
  display: flex;
  padding-right:8px;
}
header .social_links li {
  margin: 0 0.6875rem;
}
header .social_links li:last-child {
  margin-right: 0;
}
header .social_links li a {
  color: #015eab;
  font-size: 1.25rem;
}
header .social_links li a:hover {
  color: #eb6003;
}

/* ==========================================================================
   banner slider
   ========================================================================== */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  height: 84.5vh;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide .container {
  height: 100%;
  display: flex;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide h1 {
  font-size: 6.25rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 9.375rem;
  text-align: left;
  line-height: 1;
}
.swiper-slide h1 span {
  font-size: 5rem;
}

.swiper-pagination-bullet {
  display: block;
  width: auto;
  height: auto;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
  background: transparent;
  opacity: 1;
  font-style: italic;
  text-align: left;
  margin: 1.5625rem 0px !important;
}

.swiper-pagination-bullet-active {
  color: #FFF;
  background: #fdb314;
  width: 9.375rem;
  border-radius: 15px 0 0px 15px;
  text-align: left;
  padding: 0.3125rem 1.25rem;
  font-size: 2.25rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50%;
  right: -0.3125rem;
  width: auto;
  left: inherit;
  top: inherit;
  transform: translateY(50%);
}

/* ==========================================================================
section study abroad class
========================================================================== */
.section_study_abroad {
  background: url(../images/gradient.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 5.625rem 0;
}
.section_study_abroad h2 {
  font-size: 3.75rem;
  color: #015eab;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.section_study_abroad p {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-bottom: 1.875rem;
}
.section_study_abroad .pr-50 {
  padding-right: 9%;
}

.read-more {
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  padding: 1.375rem 1.8125rem 1.25rem;
  display: inline-block;
  background: #015eab;
  border-radius: 5px;
  line-height: 1;
}
.read-more:hover {
  opacity: 0.7;
}

.section_study_abroad .card {
  width: 26.25rem;
  background: #015eab;
  padding: 2.375rem 2.375rem 1.875rem;
  border-radius: 15px;
  display: inline-block;
  position: relative;
  z-index: 11;
  margin-top: -12.5rem;
}
.section_study_abroad .card h3 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.section_study_abroad .form-group {
  margin-bottom: 1.25rem;
}
.section_study_abroad .form-group .form-control {
  height: 3.875rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #6c6c6c;
  border-radius: 10px;
}
.section_study_abroad .btn-primary {
  float: right;
}

.section_study_abroad .latest_news {
  margin-top: 4.375rem;
}
.section_study_abroad .latest_news h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a18;
  margin-bottom: 2.1875rem;
  line-height: 1;
}
.section_study_abroad .latest_news h5 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #015eab;
  margin-bottom: 2.1875rem;
  line-height: 1;
}
.section_study_abroad .latest_news p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #1a1a18;
  line-height: 1.75rem;
  margin-bottom: 1.5625rem;
}

.btn-primary {
  color: #fff;
    background-color: #fdb314;
    border-color: #fdb314;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.0625rem 2rem;
    text-transform: capitalize;
    line-height: 1;
}
.btn-primary:hover {
  color: #06344b;
  background-color: #e2c70d;
  border-color: #e2c70d;
}

.btn-primary.focus, .btn-primary:focus {
  color: #06344b;
  background-color: #ffde00;
  border-color: #ffde00;
}
.link_btn {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 13px;
  font-weight: 500;
  background: #fdb314;
  color: #ffffff;
  z-index: 1;
  border: none;
  box-shadow: none;
	text-shadow: none;
	border-radius:15px;
}
  .link_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0b2e69;
	text-shadow: none;
	border-radius:15px;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .link_btn:hover {
    color: #ffffff; }
    .link_btn:hover::before {
      width: 100%; }
  .link_btn.full_btn {
    display: block;
    width: 100%; }

/* ==========================================================================
  MBBS top countries style
  ========================================================================== */
.mbbs_top_countries {
  background: #FFF;
  padding: 4.375rem 0 6.25rem;
}
.mbbs_top_countries h3 {
  color: #1a1a18;
  margin-bottom: 3.75rem;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.mbbs_top_countries .carousel-outer {
  display: inline-block;
  padding: 0 5%;
  width: 100%;
}
.mbbs_top_countries .owl-carousel {
  width: 100%;
}
.mbbs_top_countries .item {
  display: flex;
}
.mbbs_top_countries .item img {
  position: relative;
  z-index: 11;
}
.mbbs_top_countries .country_card {
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
}
.mbbs_top_countries .country_card .title_outer {
  display: inline-block;
  width: 100%;
}
.mbbs_top_countries .country_card h4 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #FFF;
  margin: 1.75rem 0 3rem;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.mbbs_top_countries .dark_gray {
  background: #2a291f;
}
.mbbs_top_countries .crimson_red {
  background: #eb1646;
}
.mbbs_top_countries .orange {
  background: #f37041;
}
.mbbs_top_countries .yellow {
  background: #f2a810;
}
.mbbs_top_countries .light_green {
  background: #50abac;
}

/* ==========================================================================
  univercity_listing
  ========================================================================== */
.univercity_listing {
  background: url(../images/gradient-2.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 5.625rem 0;
}
.univercity_listing .container {
  max-width: 89.375rem;
}
.univercity_listing h3 {
  color: #1a1a18;
  margin-bottom: 3.75rem;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.univercity_listing .card {
  background: #FFF;
  padding: 1.75rem;
  box-shadow: 0 0 17px #e0e0e0;
}
.univercity_listing .card img {
  margin-bottom: 8.125rem;
}
.univercity_listing .card h5 {
  font-size: 1.375rem;
  color: #1a1a18;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.univercity_listing .px-8 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.univercity_carosel .item {
  padding: 15px 15px;
}
.univercity_carosel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -20px;
}
.univercity_carosel .fa {
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
}
.univercity_carosel .fa:hover {
  background: #015eab;
  color: #FFF;
}
.univercity_carosel .fa-chevron-right {
  float: right;
  margin-right: -45px;
}
.univercity_carosel .fa-chevron-left {
  float: left;
  margin-left: -45px;
}

/* ==========================================================================
  best_solution_admission
  ========================================================================== */
.best_solution_admission {
  padding-top: 4.375rem;
}
.best_solution_admission h2 {
  color: #015eab;
  margin-bottom: 1.875rem;
  font-size: 3.75rem;
  line-height: 0.8;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.best_solution_admission p {
  font-size: 1.375rem;
  font-weight: 300;
  color: #1a1a18;
  line-height: 1.875rem;
  margin-bottom: 4.0625rem;
}

/* ==========================================================================
  education loan
  ========================================================================== */
.education_loan_block {
  background: url(../images/gradient-3.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 0rem 0 4.0625rem;
  overflow: hidden;
}
.education_loan_block h2 {
  color: #015eab;
  margin-bottom: 3.4375rem;
  font-size: 3.75rem;
  line-height: 0.8;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin-top: 7.8125rem;
}
.education_loan_block h6 {
  color: #1a1a18;
  margin-bottom: 1.375rem;
  font-size: 1.5rem;
  line-height: 0.8;
  font-weight: 700;
  text-align: left;
}
.education_loan_block p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #1a1a18;
  line-height: 1.5rem;
  margin-bottom: 2.5rem;
}
.education_loan_block img {
  width: 31.8125rem;
  transition: 1s;
}
.education_loan_block:hover img {
  margin-top: -60px;
  transition: 1s;
}

/* ==========================================================================
section our courses
========================================================================== */
.search_our_courses {
  background: url(../images/search-course.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 5rem 0 5rem;
  background-attachment: fixed;
}
.search_our_courses h2 {
  color: #FFF;
  margin-bottom: 2.1875rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.search_our_courses p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #FFF;
}
.search_our_courses .search_form_outer {
  margin-top: 3.4375rem;
  margin-bottom: 5rem;
}
.search_our_courses .search_form_outer .form-group {
  margin: 0 0.5625rem;
}
.search_our_courses .search_form_outer .form-control {
  width: 25.5625rem;
  height: 3.625rem;
  border: 3px solid #4dcfe0;
  border-radius: 8px;
  background: none;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  padding-left: 1.375rem;
}
.search_our_courses .search_form_outer ::-webkit-input-placeholder {
  color: #FFF;
}
.search_our_courses .search_form_outer :-moz-placeholder {
  color: #FFF;
}
.search_our_courses .search_form_outer ::-moz-placeholder {
  color: #FFF;
}
.search_our_courses .search_form_outer :-ms-input-placeholder {
  color: #FFF;
}
.search_our_courses .search_form_outer .SumoSelect > .optWrapper > .options li label {
  font-size: 1rem;
}
.search_our_courses .search_form_outer .SumoSelect {
  width: 25.5625rem;
}
.search_our_courses .search_form_outer .SumoSelect > .CaptionCont {
  border: 3px solid #4dcfe0;
  background-color: transparent;
  height: 3.625rem;
  border-radius: 8px;
  line-height: 3.375rem;
  padding: 0 1.375rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
.search_our_courses .search_form_outer .SumoSelect.open > .optWrapper {
  top: 3.625rem;
}
.search_our_courses .search_form_outer .SumoSelect.open .search-txt {
  background-color: transparent;
  padding: 0px 1.375rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #FFF;
}
.search_our_courses .search_form_outer .SumoSelect > .CaptionCont > label > i {
  background-image: url(../images/dropdown.png);
  background-position: center center;
  width: 1rem;
  height: 1rem;
}
.search_our_courses .search_form_outer .search_our_courses .search_form_outer .SumoSelect > .CaptionCont > label > i {
  background-image: url(../images/dropdown.png);
  background-position: center center;
  /* width: 22px; */
  /* height: 16px; */
}
.search_our_courses .search_form_outer .SumoSelect > .CaptionCont > label > i {
  top: 0.5rem;
  right: 0.9375rem;
}
.search_our_courses .search_form_outer .btn-search {
  background: #eb6003;
  font-weight: 700;
  font-size: 1rem;
  margin-left: 0.5625rem;
  color: #FFF;
  text-transform: uppercase;
  width: 9.8125rem;
  height: 3.625rem;
  line-height: 1;
  text-shadow: none;
  border-radius: 8px;
}

.search_our_courses .left_content_area h3 {
  color: #FFF;
  margin-bottom: 2.1875rem;
  font-size: 2.25rem;
  line-height: 0.9;
  font-weight: 700;
  text-transform: uppercase;
}
.search_our_courses .left_content_area p {
  font-size: 1.375rem;
  font-weight: 300;
  color: #FFF;
  line-height: 1.875rem;
  margin-bottom: 6.25rem;
  padding-right: 19%;
}

.course_listing {
  margin: 0;
  padding: 0 0 0 3.125rem;
}
.course_listing li {
  display: inline-block;
  width: 49%;
  margin-bottom: 1.875rem;
}
.course_listing .content_outer img {
  width: 4.875rem;
}
.course_listing .course_details {
  margin-left: 1.5625rem;
  padding-top: 0.375rem;
}
.course_listing .course_details h5 {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 400;
  margin: 0;
}
.course_listing .course_details span {
  font-size: 0.875rem;
  color: #00a9ff;
  font-weight: 400;
}

.learn-more {
  font-size: 0.875rem;
  font-weight: 700;
  background: #FFF;
  color: #1a1a18;
  text-transform: uppercase;
  padding: 1.375rem 1.8125rem 1.25rem;
  display: inline-block;
  border-radius: 5px;
  line-height: 1;
}
.learn-more:hover {
  opacity: 0.7;
}

/* ==========================================================================
section events and happy students start
  ========================================================================== */
.events_and_happy_students {
  background: url(../images/gradient-4.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 6.25rem 0 7.5rem;
}
.events_and_happy_students h2 {
  color: #1a1a18;
  margin-bottom: 5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.events_and_happy_students .mb-140 {
  margin-bottom: 8.75rem;
}
.events_and_happy_students .event_img {
  width: 9.375rem;
}
.events_and_happy_students .event_img img {
  border-radius: 15px;
}
.events_and_happy_students .event_detail {
  padding-left: 1.875rem;
  width: calc(100% - 9.375rem);
}
.events_and_happy_students .event_detail h5 {
  color: #1a1a18;
  margin-bottom: 1.5625rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.events_and_happy_students .event_detail p {
  color: #1a1a18;
  margin-bottom: 3.4375rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.events_and_happy_students .event_detail .read_more_link {
  color: #eb6003;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.events_and_happy_students .event_detail .read_more_link i {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
.events_and_happy_students .event_detail .read_more_link:hover {
  opacity: 0.7;
}

.section_video.container {
  max-width: 89.375rem;
  padding: 5rem 8.5625rem 5rem 4.1875rem;
  background: #f5800d;
  margin-bottom: 9.375rem;
}
.section_video.container h2 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  margin-bottom: 3.4375rem;
  text-align: left;
}
.section_video.container p {
  font-size: 1.375rem;
  color: #FFF;
  line-height: 1.875rem;
  margin-bottom: 3.75rem;
  font-weight: 300;
  padding-right: 15%;
}
.section_video.container .more_videos {
  font-size: 1.125rem;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}
.section_video.container .more_videos:hover {
  opacity: 0.7;
}
.section_video.container h6 {
  font-size: 1.125rem;
  color: #FFF;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
}
.section_video.container .video_content_area p {
  font-size: 1.5rem;
  color: #FFF;
  line-height: 1px;
  margin-top: 1.875rem;
  margin-bottom: 0px;
  font-weight: 700;
}
.section_video.container .video_outer img {
  width: 100%;
}
.section_video.container .vjs-poster {
  background-size: cover !important;
}

.testimonial-slider {
  padding: 0 3.75rem;
}
.testimonial-slider .slick-slider {
  width: 100%;
  background-color: transparent;
}
.testimonial-slider .slick-slider .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: auto !important;
  justify-content: center;
}
.testimonial-slider .slick-slider .slick-list {
  padding: 0 !important;
  min-height: 29.1875rem;
}
.testimonial-slider .slick-slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.9375rem;
  transition: all 0.3s ease;
  height: auto;
  text-align: center;
}
.testimonial-slider .slick-slider .slick-slide.slick-current, .testimonial-slider .slick-slider .slick-slide.slick-center {
  margin-top: 1.25rem;
}
.testimonial-slider .slick-slider .slick-slide.slick-current img, .testimonial-slider .slick-slider .slick-slide.slick-center img {
  width: 100%;
  margin-bottom: 2.1875rem;
}
.testimonial-slider .slick-slider .slick-slide.slick-current p, .testimonial-slider .slick-slider .slick-slide.slick-center p {
  display: none;
}
.testimonial-slider .slick-slider .slick-slide.slick-current h6, .testimonial-slider .slick-slider .slick-slide.slick-center h6 {
  font-size: 1.5rem;
}
.testimonial-slider .slick-slide img {
  margin: auto;
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  z-index: 10;
  top: 0px;
  background-color: transparent;
}
.testimonial-slider .slick-prev {
  left: 0.625rem;
}
.testimonial-slider .slick-next {
  right: 0.625rem;
}
.testimonial-slider .slick-dots {
  bottom: -3.75rem;
}
.testimonial-slider .slick-dots li button:before {
  font-size: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background: #eb6003;
  opacity: 1;
}
.testimonial-slider .slick-dots li.slick-active button:before {
  background: #015eab;
}

.section_testimonials h2 {
  margin-bottom: 2.5rem;
}
.section_testimonials .testimonial-slider .testi_details {
  background: #FFF;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 0 1.25rem rgba(77, 76, 76, 0.18);
}
.section_testimonials .testimonial-slider .testi_details img {
  width: 7.125rem;
}
.section_testimonials .testimonial-slider .testi_details p {
  font-size: 1rem;
  color: #1a1a18;
  line-height: 1.5rem;
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
  font-weight: 400;
}
.section_testimonials .testimonial-slider .testi_details h6 {
  font-size: 1.125rem;
  color: #015eab;
  line-height: 1.5rem;
  font-weight: 700;
}
.section_testimonials .testimonial-slider .testi_details span {
  color: #1a1a18;
  font-weight: 700;
}

/* ==========================================================================
  inner page banner style
  ========================================================================== */
.innerPage_banner {
  width: 100%;
  padding: 4.8125rem 0;
  text-align: center;
  background: url(../images/innerpage-bg.jpg) no-repeat center;
  background-size: cover;
}
.innerPage_banner h1 {
  font-size: 3rem;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.625rem;
}
.innerPage_banner .brudcrump ul {
  margin: 0;
  padding: 0;
}
.innerPage_banner .brudcrump ul li {
  display: inline-block;
  color: #FFF;
}
.innerPage_banner .brudcrump ul li a {
  color: #FFF;
}
.innerPage_banner .brudcrump ul li a:hover {
  opacity: 0.7;
}

/* ==========================================================================
Section study abroad
========================================================================== */
.study_abroad {
  display: inline-block;
  width: 100%;
  padding-bottom: 4.125rem;
}
.study_abroad .container {
  max-width: 87.5rem;
  padding-left: 6.25rem;
}
.study_abroad .pt-55 {
  margin-top: 3.4375rem;
}
.study_abroad h2 {
  font-size: 2.25rem;
  color: #015eab;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.study_abroad p {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #1a1a18;
}
.study_abroad .seeMore {
  font-size: 1.125rem;
  font-weight: 700;
  color: #015eab;
}
.study_abroad .seeMore:hover {
  opacity: 0.7;
}
.study_abroad .pr-40 {
  padding-right: 2.5rem;
}
.study_abroad .univercity_image_slider {
  display: inline-block;
  width: 100%;
  margin-top: 2.75rem;
}
.study_abroad .univercity_image_slider .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
.study_abroad .univercity_image_slider .owl-nav .fa {
  width: 3.125rem;
  height: 3.125rem;
  background: #FFF;
  text-align: center;
  line-height: 3.125rem;
  cursor: pointer;
  color: #eb6003;
  font-size: 1.625rem;
}
.study_abroad .univercity_image_slider .owl-nav .fa:hover {
  background: #eb6003;
  color: #FFF;
}
.study_abroad .univercity-logo {
  margin-bottom: 5.625rem;
}
.study_abroad .u_city_details_outer {
  margin: 0;
  padding: 0;
}
.study_abroad .u_city_details_outer li {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 1.25rem;
}
.study_abroad .u_city_details_outer li i {
  width: 38px;
  float: left;
  color: #eb6003;
  font-size: 1.375rem;
  padding-top: 3px;
  margin-right: 0 !important;
}
.study_abroad .u_city_details_outer li i.fa.fa-cloud {
  padding-top: 7px;
}
.study_abroad .u_city_details_outer li .u_city_details {
  width: calc(100% - 39px);
  float: left;
}
.study_abroad .u_city_details_outer li .u_city_details span {
  font-size: 1.125rem;
  color: #939393;
}
.study_abroad .u_city_details_outer li .u_city_details h6 {
  font-size: 1.5rem;
  color: #1a1a18;
}
.study_abroad .u_city_details_outer li i.fa.fa-cog {
  position: absolute;
  left: -6px;
  top: 0px;
}
.study_abroad .ucity_details_colm i {
  margin-right: 7px;
}
.study_abroad .ucity_details_colm .btn-call {
  font-size: 1.5rem;
  background: #015eab;
  color: #FFF;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  border-radius: 5px;
  margin: 1.3125rem 0;
  float: left;
}
.study_abroad .ucity_details_colm .btn-whatsup {
  font-size: 1.5rem;
  background: #1bd741;
  color: #FFF;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  border-radius: 5px;
  float: left;
  clear: both;
}

/* ==========================================================================
Quick Highlights 
 ========================================================================== */
.quick_Highlights {
  background: #f5f5f5;
  padding: 3.75rem 0;
}
.quick_Highlights .container {
  max-width: 87.5rem;
  padding-left: 6.25rem;
}
.quick_Highlights h2 {
  font-size: 2.25rem;
  color: #015eab;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.quick_Highlights p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #1a1a18;
}
.quick_Highlights .cource_details {
  display: inline-block;
  width: 100%;
  margin-top: 3.125rem;
}
.quick_Highlights .cource_details table {
  background: transparent;
  border: 0;
}
.quick_Highlights .cource_details table td {
  border: 0;
  padding: 0.3125rem 0;
  font-size: 1.375rem;
  font-weight: 300;
}
.quick_Highlights .card {
  width: 25rem;
  background: #015eab;
  padding: 2.375rem 2.375rem 1.875rem;
  border-radius: 15px;
  display: inline-block;
  position: relative;
  z-index: 11;
}
.quick_Highlights .card h3 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.quick_Highlights .form-group {
  margin-bottom: 1.25rem;
}
.quick_Highlights .form-group .form-control {
  height: 3.875rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #6c6c6c;
  border-radius: 10px;
}
.quick_Highlights .btn-primary {
  float: right;
}

/* ==========================================================================
Section Benefits style
========================================================================== */
.section_benefits {
  padding: 3.75rem 0;
}
.section_benefits .container {
  max-width: 87.5rem;
  padding-left: 6.25rem;
}
.section_benefits h2 {
  font-size: 2.25rem;
  color: #015eab;
  margin-bottom: 0.625rem;
  font-weight: 700;
}
.section_benefits p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #1a1a18;
  margin-bottom: 3.125rem;
}
.section_benefits .points_listing {
  margin: 0 0 5rem;
  padding: 0;
}
.section_benefits .points_listing li {
  display: inline-block;
  width: 100%;
  padding-left: 1.875rem;
  position: relative;
  color: #1a1a18;
  font-size: 1.375rem;
  font-weight: 300;
  margin: 0.625rem 0;
}
.section_benefits .points_listing li:before {
  content: "";
  display: inline-block;
  font-size: 1.375rem;
  font-family: "FontAwesome";
  color: #eb6003;
  position: absolute;
  left: 0;
  top: 0;
}
.section_benefits .fee_structure {
  width: 80%;
  margin-bottom: 3.75rem;
  border: 1px solid #e8f0f5;
}
.section_benefits .fee_structure table {
  margin: 0;
}
.section_benefits .fee_structure table th {
  background: #FFF;
  border: 0;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 0.625rem 0.9375rem;
}
.section_benefits .fee_structure table td {
  background: #e8f0f5;
  border: 0;
  font-size: 1.375rem;
  font-weight: 300;
  padding: 0.625rem 0.9375rem;
}
.section_benefits .fee_structure table tr {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-right: 1px solid #e8f0f5;
  border-left: 1px solid #e8f0f5;
}
.section_benefits .fee_structure table tr:last-child {
  border-bottom: 0;
}
.section_benefits .fee_structure table thead tr {
  border: 0;
}
.section_benefits .fee_structure table tbody > tr {
  border-top: 0px;
}
.section_benefits h5 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1a1a18;
  margin-bottom: 0.625rem;
}
.section_benefits .notes {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #1a1a18;
  margin-bottom: 5rem;
}
.section_benefits .courses_Offered .card {
  display: inline-block;
  transition: all 0.5s ease-out;
}
.section_benefits .courses_Offered .card .img_outer {
  overflow: hidden;
}
.section_benefits .courses_Offered .card .img_outer img {
  transition: all 0.5s ease-out;
}
.section_benefits .courses_Offered .card h4 {
  font-size: 1.375rem;
  color: #1a1a18;
  margin-top: 1.25rem;
  font-weight: 700;
}
.section_benefits .courses_Offered .card:hover .img_outer img {
  transform: scale(1.5);
  transition: all 0.5s ease-out;
}

/* ==========================================================================
Section Latest Updates 
========================================================================== */
.latest_Updates {
  background: #f5f5f5;
  padding: 4.375rem 0;
}
.latest_Updates .container {
  max-width: 87.5rem;
  padding-left: 6.25rem;
}
.latest_Updates h2 {
  font-size: 2.25rem;
  color: #015eab;
  margin-bottom: 3.75rem;
  font-weight: 700;
}
.latest_Updates .event_img {
  width: 9.375rem;
}
.latest_Updates .event_img img {
  border-radius: 15px;
}
.latest_Updates .event_detail {
  padding-left: 1.875rem;
  width: calc(100% - 9.375rem);
}
.latest_Updates .event_detail h5 {
  color: #1a1a18;
  margin-bottom: 1.5625rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.latest_Updates .event_detail p {
  color: #1a1a18;
  margin-bottom: 3.4375rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.latest_Updates .event_detail .read_more_link {
  color: #eb6003;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.latest_Updates .event_detail .read_more_link i {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
.latest_Updates .event_detail .read_more_link:hover {
  opacity: 0.7;
}

/* ==========================================================================
Section Gallery
 ========================================================================== */
.section_gallery {
  padding: 4.375rem 0 1.875rem;
}
.section_gallery .container {
  max-width: 87.5rem;
  padding-left: 6.25rem;
}
.section_gallery h2 {
      color: #0b2e69;
    margin-bottom: 40px;
    padding-top: 23px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.section_gallery .outer {
  box-shadow: 0px 0px 15px 0px rgba(121, 117, 117, 0.28);
  text-align: center;
      border-radius: 10px;
}

.portfolio-menu {
  text-align: center;
  margin-bottom: 1.875rem;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 8px 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: 12px;
}

li.btn.btn-outline-dark.active {
  box-shadow: none;
  background: #015eab;
  color: #fff;
}

.portfolio-item {
  /*width:100%;*/
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
}

.grid {
  width: 100%;
  overflow: hidden;
}

/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-item {
  width: 25%;
  height: auto;
  padding: 12px;
}

[class^=imghvr-hinge-], [class*=" imghvr-hinge-"] {
  perspective: 58em;
  width: 100%;
  border-radius: 10px;
}

[class^=imghvr-], [class*=" imghvr-"], [class^=imghvr-]:before, [class^=imghvr-]:after, [class*=" imghvr-"]:before, [class*=" imghvr-"]:after, [class^=imghvr-] *, [class*=" imghvr-"] *, [class^=imghvr-] *:before, [class^=imghvr-] *:after, [class*=" imghvr-"] *:before, [class*=" imghvr-"] *:after {
  box-sizing: border-box;
  transition: all 0.35s ease;
}

[class^=imghvr-], [class*=" imghvr-"] {
  position: relative;
  display: block;
  margin: 0;
  max-width: 100%;
  background-color: #fdb314;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0);
}

figure {
  margin: 0;
}
figure img {
  min-height: 200px;
  width: auto;
}

.imghvr-hinge-up img {
  transform-origin: 50% 0%;
}

[class^=imghvr-] > img, [class*=" imghvr-"] > img {
  vertical-align: top;
  max-width: 100%;
      max-height: 100px;
  width: 100%;
  display: block;
}

.imghvr-hinge-up figcaption {
  transform: rotateX(90deg);
  transform-origin: 50% 100%;
}

[class^=imghvr-hinge-] figcaption, [class*=" imghvr-hinge-"] figcaption {
  opacity: 0;
  z-index: 1;
}

[class^=imghvr-] figcaption, [class*=" imghvr-"] figcaption {
  background-color: #fdb314;
  padding: 0px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}

.caption {
  padding: 10px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}

.caption h4 {
  font-size: 18px;
  color: #47545e;
  font-weight: 300;
  margin-top: 12px;
}

[class^=imghvr-hinge-], [class*=" imghvr-hinge-"] {
  perspective: 58em;
  width: 100%;
}

.imghvr-hinge-up:hover > img {
  transform: rotateX(-90deg);
}

[class^=imghvr-hinge-]:hover img, [class*=" imghvr-hinge-"]:hover img {
  opacity: 0;
}

.imghvr-hinge-up img {
  transform-origin: 50% 0%;
}

[class^=imghvr-] > img, [class*=" imghvr-"] > img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  display: block;
}

.imghvr-hinge-up:hover figcaption {
  transform: rotateX(0);
  transition: all 0.5s ease-out 0s;
  top: 50%;
  transform: translateY(-50%);
}

[class^=imghvr-hinge-]:hover figcaption, [class*=" imghvr-hinge-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

.imghvr-hinge-up figcaption {
  transform: rotateX(90deg);
  transform-origin: 50% 100%;
}

[class^=imghvr-hinge-] figcaption, [class*=" imghvr-hinge-"] figcaption {
  opacity: 0;
  z-index: 1;
}

figcaption a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #214076;
  font-weight: 700;
  margin: 0 8px;
  border-radius: 50%;
}

figcaption h3 {
  font-size: 20px;
}
figcaption p {
  font-size: 14px;
}

/* ==========================================================================
Section Testimonials
 ========================================================================== */
.section_testimonials {
  padding: 4.375rem 0 6.25rem;
}
.section_testimonials .container {
  max-width: 87.5rem;
  padding-left: 6.25rem;
}
.section_testimonials h2 {
  font-size: 2.25rem;
  color: #015eab;
  margin-bottom: 3.75rem;
  font-weight: 700;
  text-align: center;
}
.section_testimonials .testimonials_slider .testimonial_image {
  width: 112px;
  float: left;
}
.section_testimonials .testimonials_slider .testimonial_image img {
  width: 100%;
}
.section_testimonials .testimonials_slider .testimonial_content {
  width: calc(100% - 115px);
  float: left;
  padding-left: 2.1875rem;
}
.section_testimonials .testimonials_slider .testimonial_content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.section_testimonials .testimonials_slider .testimonial_content h6 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #015eab;
}
.section_testimonials .testimonials_slider .testimonial_content h6 span {
  color: #1a1a18;
  text-transform: uppercase;
}
.section_testimonials .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -3.4375rem;
}
.section_testimonials .owl-dots .owl-dot {
  display: inline-block;
}
.section_testimonials .owl-dots .owl-dot span {
  width: 0.5625rem;
  height: 0.5625rem;
  background: #eb6003;
  border-radius: 50%;
  margin: 0 3px;
  display: inline-block;
}
.section_testimonials .owl-dots .owl-dot.active span {
  background: #015eab;
}

/* ====latest events   ===== */
.events_home_section {
	background: #FFF;
  padding: 4.375rem 0 6.25rem;
}
.events_home_section .container {
  max-width: 109.375rem;
}
.events_home_section h3 {
	color: #0b2e69;
    margin-bottom: 0;
    /* text-align: center; */
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.events_home_section span.sub_txt {
    display: block;
    clear: both;
    font-size: 14px;
    color: #e88713;
    font-weight: 500;
    line-height: 25px; }
.events_home_section .events_list_slider {
    margin: 45px 0; }
.events_home_section .events_list_slider .each_event_slide .img_hold {
    overflow: hidden;
	padding-right: 10px;
	border-radius: 10px;
	}
.events_home_section .events_list_slider .each_event_slide .img_hold a {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 217px; 
	}
.events_home_section .events_list_slider .each_event_slide .img_hold a img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 10px;
	max-height: 186px;
	}
.events_home_section .events_list_slider .each_event_slide .img_hold a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); 
	}
.events_home_section .events_list_slider .each_event_slide .img_hold .event_dt {
    display: block;
    padding: 10px 20px;
    background: #fdb314;
    position: absolute;
    top: 0;
    left: 0; 
	    border-radius: 10px 0 0 0;
	}
.events_home_section .events_list_slider .each_event_slide .img_hold .event_dt h3 {
    font-weight: 800;
    font-size: 25px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff; 
	}
.events_home_section .events_list_slider .each_event_slide .img_hold .event_dt h4 {
    font-weight: 600;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 0;
    color: #ffffff; 
	}
.events_home_section .events_list_slider .each_event_slide .events_meta_block {
    margin: 15px 0; 
	}
.events_home_section .events_list_slider .each_event_slide .events_meta_block .event_title {
    display: block;
    padding-bottom: 7px;
    border-bottom: 1px solid #d9d7d7;
    margin-bottom: 15px;
    color: #1c2e5c;
    font-size: 18px;
    font-weight: 600; }
.events_home_section .events_list_slider .each_event_slide .events_meta_block .event_place_date span {
    display: block;
    color: #6f7074;
    font-size: 15px;
    font-weight: 400; }
.events_home_section .events_list_slider .each_event_slide .events_meta_block .event_place_date span i {
    margin-right: 5px;
	}
.events_home_section .events_carosel .owl-nav {
  position: absolute;
  display:block;
  top: 38%;
  left: 14px;
  width: 100%;
  margin-top: -20px;
}
.events_home_section .events_carosel .fa {
  background: #eee;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
}
.events_home_section .events_carosel .fa:hover {
  background: #fdb314;
  color: #FFF;
}
.events_home_section .events_carosel .fa-chevron-right {
  float: right;
  margin-right: 1px;
}
.events_home_section .events_carosel .fa-chevron-left {
  float: left;
  margin-left: -45px;
}
/* home welcome start ========================================================================== */
.homewelcome_wrapper{
	margin-top: 45px;
    margin-bottom: 20px;
	    overflow: hidden;
}
.homewelcome_wrapper .welcome_img{
	min-height: 410px;
    margin-top: 92px;
    left: 38px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../images/gallery/img-7.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}
.homewelcome_wrapper .welcome_note{
	width:100%;
	padding: 27px;
	    margin-top: 4em;
}
.homewelcome_wrapper .welcome_note small{
	font-size: 15px;
    color: #e88713;
    letter-spacing: 1px;
    padding-bottom: 13px;
}
.homewelcome_wrapper .welcome_note h3{
	margin: 0px;
    color: #0b2e69;
    font-size: 22px;
    width: 40%;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.homewelcome_wrapper .points_listing {
  margin: 0 0 5rem;
  padding: 0;
}
.homewelcome_wrapper .points_listing li {
	display: inline-block;
	width: 100%;
	padding-left: 1.875rem;
	position: relative;
	color: #1a1a18;
	margin: 0.625rem 0;
	font-size: 14px;
    font-weight: 300;
    color: #1a1a18;
    line-height: 19px;
  
}
.homewelcome_wrapper .points_listing li:before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  color: #19a94b;
  position: absolute;
  left: 0;
  top: 0;
}
.homewelcome_wrapper .tiles{
  background-position: center;
  background-color: #e09b05;
}
.homewelcome_wrapper .page_btn {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 25px;
  padding: 8px 22px;
  font-weight: 500;
  background: #0b2e69;
  font-size: 13px;
  color: #ffffff;
  z-index: 1;
  border: none;
  box-shadow: none;}
.homewelcome_wrapper .page_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fdb314;
	border-radius: 25px;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
.homewelcome_wrapper .page_btn:hover {
    color: #ffffff; }
.homewelcome_wrapper .page_btn:hover::before {
      width: 100%; }
/* home news start ========================================================================== */
.news_home_section {
	background: #fff;
  padding: 4.375rem 0 6.25rem;
}
.news_home_section .container {
  max-width: 109.375rem;
}
.news_home_section h3 {
	color: #0b2e69;
    margin-bottom: 40px;
    padding-top: 23px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.news_home_section .news_list {
    margin: 20px 0; }
.news_home_section .news_list .item {
    display: flex; }

.news_home_section .news_list .each_news_box .img_hold {
    overflow: hidden;
	padding-right: 10px;
	    border-radius: 10px;
	}
.news_home_section .news_list .each_news_box .img_hold img.news_details{
        width: 100%;
    max-height: 362px;
	}

.news_home_section .news_list .each_news_box .img_hold a {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 217px; 
	border-radius: 10px;
	}
.news_home_section .news_list .each_news_box .img_hold a img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
	    border-radius: 10px;
	}
.news_home_section .news_list .each_news_box .img_hold a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); 
	}
.news_home_section .news_list .each_news_box .img_hold .event_dt {
    display: block;
    padding: 10px 7px;
    background: #fdb314;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 0;
	}
.news_home_section .news_list .each_news_box .img_hold .event_dt h3 {
    font-weight: 800;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
	}
	
.news_home_section .news_list .each_news_box .img_hold .event_dt h4 {
    font-weight: 600;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 0;
    color: #ffffff;
	}
	
.news_home_section .news_list .each_news_box .news_txt_block {
    margin: 15px 0; 
	}
.news_home_section .news_list .each_news_box .news_txt_block .news_title {
    display: block;
    padding-bottom: 7px;
    border-bottom: 1px solid #d9d7d7;
    margin-bottom: 15px;
    color: #1c2e5c;
    font-size: 18px;
    font-weight: 600; }
.news_home_section .news_list .each_news_box .news_txt_block .news_updated_date span {
    display: block;
    color: #6f7074;
    font-size: 15px;
    font-weight: 400; }
	.news_home_section .news_list .each_news_box .news_txt_block .news_updated_date p {
    color: #796f6f;
    font-size: 14px;
    padding-bottom: 7px;
    padding-top: 16px; }
	
.news_home_section .news_list .each_news_box .news_txt_block .news_updated_date span i {
    margin-right: 5px;
	}
.news_home_section .news_carosel .owl-nav {
  position: absolute;
  top: 38%;
  left: 14px;
  width: 100%;
  margin-top: -20px;
}
.news_home_section .news_carosel .fa {
  background: #eee;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
}
.news_home_section .news_carosel .fa:hover {
  background: #fdb314;
  color: #FFF;
}
.news_home_section .news_carosel .fa-chevron-right {
  float: right;
  margin-right: 1px;
}
.news_home_section .news_carosel .fa-chevron-left {
  float: left;
  margin-left: -45px;
}
.scroll {
	max-height: 550px;
    overflow-y: scroll;
    height: 544px;
}
.news_home_section .each_newsbox_content {
	background: #f5f5f5;
    margin: 10px;
    padding: 1.375rem 1rem 0.25rem 1rem;
	    border-radius: 10px;
}
.news_home_section .each_newsbox_content h4{
	white-space: nowrap;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #0b2e69;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 200;
    text-transform: capitalize;
	padding-bottom: 7px;
}

.news_home_section .each_newsbox_content p{
	color: #796f6f;
    font-size: 14px;
	padding-bottom: 7px;
	padding-top: 16px;
}
.news_home_section .each_newsbox_content span.sub_txt{
	display: block;
    clear: both;
    font-size: 12px;
    color: #999;
    font-weight: 500;
    line-height: 25px;
	    padding-bottom: 11px;
    border-bottom: 1px solid #d9d7d7;
}
.news_home_section .each_newsbox_content .sub_txt i{
	padding-left: 7px;
    padding-right: 7px;
}

@-moz-keyframes ph_icon_animation_style {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(5deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(5deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes ph_icon_animation_style {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes ph_icon_animation_style {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(5deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(5deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
.each_newsbox_content_anima:hover {
	position: relative;
	opacity: .99;
    animation: ph_icon_animation_style 1s ease-in-out;
    transform-origin: 50% 50%;
}
/* home downloads start ========================================================================== */
.downloads_home_section {
	background: #fff;
  padding: 4.375rem 0 6.25rem;
}
.downloads_home_section .container {
  max-width: 109.375rem;
}
.downloads_home_section h3 {
	color: #0b2e69;
    margin-bottom: 40px;
    padding-top: 23px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.downloads_home_section .each_downloads {
	background: #f5f5f5;
	width: 31%;
    float: left;
	display: flex;
    margin: 10px;
    padding: 1.375rem 1rem 0.25rem 1rem;
	    border-radius: 10px;
}

.downloads_home_section .each_downloads h4{
	white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #0b2e69;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 200;
    text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #d9d7d7;
}

.downloads_home_section .each_downloads p{
	color: #796f6f;
    font-size: 14px;
	padding-bottom: 7px;
	padding-top: 16px;
}
.downloads_home_section .pdf_style{
	width: 50%;
    margin: 0 auto;
}
.downloads_home_section .pdf_style img{
	padding: 16px 6px 0 0;
    width: 100%;
}
.downloads_home_section .each_downloads span.sub_txt{
	display: block;
    clear: both;
    font-size: 11px;
    color: #999;
    font-weight: 500;
    line-height: 25px;
}
.downloads_home_section .each_downloads .sub_txt i{
}
/* home authority start ========================================================================== */
.home_athority {
	margin-top: 45px;
    margin-bottom: 20px;
	    overflow: hidden;
}
.home_athority .container {
  max-width: 96%;
  padding-left: 6.25rem;
}
.home_athority .welcome_img{
	min-height: 410px;
	left: 38px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../images/welcome-img.jpg);
    position: relative;
    z-index: 1;
}
.home_athority .welcome_note{
	width:100%;
	margin-top: 4em;
}
.home_athority .welcome_note small{
	font-size: 15px;
    color: #e88713;
    letter-spacing: 1px;
    padding-bottom: 13px;
}
.home_athority .welcome_note h3{
	margin: 0px;
    color: #0b2e69;
    font-size: 22px;
    text-align:center;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.home_athority .welcome_note p{
	text-align:justify;
}

.home_athority h3.head{
   color: #ad0b0c;
    margin-top: 3.75rem;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}
.home_athority .athority_txt_grid {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgb(21 87 153 / 8%);
     border-radius: 25px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.home_athority .athority_txt_grid:before {
    content: "";
    position: absolute;
    top: 26px;
    left: -1px;
    width: 7px;
    height: 166px;
    background-image: url(../images/shape3.png);
    background-repeat: no-repeat;
}
.home_athority .athority_txt_grid  h3 {
	width: 50%;
    text-align: left;
	padding-left:13px;
    line-height: 25px;
    color: #0b2e69;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 800;
    margin-top: 63px;
    margin-bottom: 21px;
}
.home_athority .athority_txt_grid  h3 b {
	font-size: 16px;
    font-weight: 100
}
.home_athority .athority_txt_grid  img.profile {
    width: 50%;
    height: 230px;
    border-radius: 25px;
}
.home_athority .athority_txt_grid span.sub_txt{
	display: block;
    clear: both;
    font-size: 12px;
    color: #f30909;
    padding-top: 6px;
    font-weight: 500;
    line-height: 17px;
    border-top: 1px solid #d9d7d7;
}
.home_athority .athority_txt_grid .sub_txt i{
	padding-left: 7px;
    padding-right: 7px;
}


.home_athority .member_note{
	width: 70%;
    margin: 0 auto;
}
.home_athority .member_note small{
	font-size: 15px;
    color: #e88713;
    letter-spacing: 1px;
    padding-bottom: 13px;
}
.home_athority .member_note h3{
	margin: 0px;
    color: #0b2e69;
    font-size: 22px;
    text-align:center;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.home_athority .member_note p{
	text-align:justify;
}
.home_athority .member_txt_grid {
    background-color: #ffffff;
    border-radius: 25px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.home_athority .member_txt_grid  h3 {
	width: 100%;
    line-height: 17px;
    color: #0b2e69;
    font-size: 12px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    /* margin-top: 69px; */
    margin-bottom: 21px;
	
}
.home_athority .member_txt_grid  img.profile {
    width: 100%;
    height: 225px;
    margin: 36px auto 12px;
    border-radius: 25px;
}
.home_athority .member_txt_grid span.sub_txt{
	display: block;
    clear: both;
    font-size: 12px;
    color: #f30909;
    padding-top: 6px;
    font-weight: 500;
    line-height: 17px;
    border-top: 1px solid #d9d7d7;
}
.home_athority .member_txt_grid .sub_txt i{
	padding-left: 7px;
    padding-right: 7px;
}
/* contact start ========================================================================== */
.section_ph {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 20px;
}
.section_ph .addres_grid{
    background: rgba(0, 0, 0, 0) url(../images/hs3.png) no-repeat scroll 0 0 / cover;
    float: left;
	border-radius: 22px;
    margin-bottom: 30px;
    padding: 80px 50px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.section_ph .addres_grid:before {
    background: #ececec none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
	border-radius: 22px;
    top: 0;
    width: 100%;
    z-index: -1;
}
.section_ph .addres_grid .contact-detail {
    float: left;
    width: 100%;
}

.section_ph .addres_grid .contact-detail  .contact {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.section_ph .addres_grid .contact-detail .contact > i {
    color: #848484;
    float: left;
    font-size: 22px;
    margin-right: 20px;
}
.section_ph .addres_grid .contact-detail .contact > strong {
    color: #3e3e3e;
    display: table;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.section_ph .addres_grid .contact-detail .contact > span {
    color: #686868;
    float: left;
    font-size: 12px;
    margin-right: 28px;
    margin-top: 15px;
}

.section_ph .addres_grid .addreas_head {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.section_ph .addres_grid .addreas_head h4{
	margin: 0px;
    color: #ff0000;
    font-size: 22px;
    font-weight: 100;
    text-transform: capitalize;
}
.section_ph .addres_grid .addreas_head small {
    font-size: 15px;
    color: #2c3853;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.section_ph .addres_grid .addreas_head p {
        background: #fff;
    padding: 10px;
}
.section_ph .addres_grid .addreas_head hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 10px 0 !important;
    padding: 0;
}

.section_ph .office_timegrid {
    border: 2px solid #ececec;
    padding: 20px 30px;
	border-radius: 22px;
}
.section_ph .office_timegrid h3 {
   margin: 0px;
    color: #ff0000;
    font-size: 22px;
    font-weight: 100;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.section_ph .office_timegrid ul {
    padding: 0;
    list-style: none;
    margin: 10px 0;
}
.section_ph .office_timegrid ul li{
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #f4f4f4;
}
.section_ph .office_timegrid ul li span {
    float: right;
}
.section_ph .enquiry_form {
    margin:45px auto 0;
	width:100%;
}
.section_ph .txtarea{
	width:95%;
}

#map iframe{
  border-radius: 45px;
}
.enquiry_box{
	margin-top: 80px;
    margin-bottom: 80px;
}
.enquiry_box h4{
	margin-bottom: 17px;
    color: #ff0000;
    font-size: 22px;
    font-weight: 100;
    text-transform: capitalize;
}
.news_pagination a{
	color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;	
}
.news_pagination a.active {
  background-color: #ddd;
  color: #000000;
    border-radius: 3px;
}
.news_scroll_wrapper {
  background-color: #1c2e5c !important;
  padding: 8px 0;
  overflow: hidden; }

.tickercontainer .mask {
  height: 45px !important; }

.news_scroll_block h2 {
  background: #7cd24d;
  height: 80px;
  line-height: 80px;
  display: block;
  color: #ffffff;
  padding: 0 25px;
  position: absolute;
  z-index: 999;
  top: -15px;
  left: 0; }
  .news_scroll_block h2::before {
    content: "";
    position: absolute;
    right: -23px;
    top: -6px;
    height: 130%;
    width: 56px;
    background: #7cd24d;
    transform: skew(25deg, 10deg);
    z-index: -1; }

.news_scroll_ul {
  height: 50px !important; }
  .news_scroll_ul li {
    float: left;
    position: relative;
    padding: 0 20px;
    top: 10px; }
    .news_scroll_ul li::before {
      content: "|";
      position: absolute;
      left: 0;
      top: 0;
      color: #ffffff;
      font-size: 15px; }
    .news_scroll_ul li::after {
      content: "|";
      position: absolute;
      right: 0;
      top: 0;
      color: #ffffff;
      font-size: 15px; }
    .news_scroll_ul li a {
      display: block;
      font-size: 18px;
      color: #ffffff;
      font-weight: 500;
      position: relative;
      padding: 0 15px;
      letter-spacing: 1px; }
      .news_scroll_ul li a:hover {
        color: #7cd24d; }
      .news_scroll_ul li a .new_lbl {
        display: block;
        position: absolute;
        top: -15px;
        right: 15px;
        color: red;
        font-weight: 600;
        font-size: 12px; }

ul.er-controls {
  display: none; }

@media only screen and (max-width: 767px) {
  .news_scroll_wrapper .container {
    padding: 0; } }

.news_scroll_section {
	background:#00287d61;
}
.news_scroll {
	    padding: 10px;
}
.news_scroll a{
	color: #02297e;
    margin-bottom: 40px;
     font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
}
.news_scroll a .fa{
	font-size: 10px;
}
.news_scroll_wrapper {
  background-color: #f68d33 !important;
  padding: 8px 0;
  overflow: hidden; }

.tickercontainer .mask {
  height: 45px !important; }

.news_scroll_block h2 {
  background: #7cd24d;
  height: 80px;
  line-height: 80px;
  display: block;
  color: #ffffff;
  padding: 0 25px;
  position: absolute;
  z-index: 999;
  top: -15px;
  left: 0; }
  .news_scroll_block h2::before {
    content: "";
    position: absolute;
    right: -23px;
    top: -6px;
    height: 130%;
    width: 56px;
    background: #7cd24d;
    transform: skew(25deg, 10deg);
    z-index: -1; }
.news_scroll_ul {
  height: 50px !important; }
  .news_scroll_ul li {
    float: left;
    position: relative;
    padding: 0 20px;
    top: 10px; }
   .news_scroll_ul li .fa{
   font-size:10px;
color:#000000;   }
    
    .news_scroll_ul li a {
      display: block;
      font-size: 18px;
      color: #ffffff;
      font-weight: 500;
      position: relative;
      letter-spacing: 1px; }
      .news_scroll_ul li a:hover {
        color: #7cd24d; }
      .news_scroll_ul li a .new_lbl {
        display: block;
        position: absolute;
        top: -15px;
        right: 15px;
        color: red;
        font-weight: 600;
        font-size: 12px; }

ul.er-controls {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .news_scroll_wrapper .container {
    padding: 0; } }
/* contact end ========================================================================== */
   /* ==========================================================================
   footer styles
   ========================================================================== */
footer {
  background: #000000;
  padding: 6.25rem 0 0;
}
footer .container {
  max-width: 89.375rem;
}
footer .col-md-7 {
  width: 52.333333%;
}
footer .col-md-5 {
  width: 47.666667%;
}
footer .footer_logo {
  width: 100px;
    margin: 0 auto;
}
footer .footer_logo img{
  border-radius: 100px;
}

footer .section_aboutus {
  width: auto;
  float: left;
  padding: 0 1.25rem;
}
footer .section_aboutus p {
  color: #91969a;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
}
footer h4 {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
}
footer .footer_links {
  float: left;
}
footer .footer_links ul {
  margin: 0;
  padding: 0;
}
footer .footer_links ul li {
  display: inline-block;
  width: 100%;
}
footer .footer_links ul li a {
  font-size: 1.125rem;
  font-weight: 300;
  color: #91969a;
  line-height: 1.875rem;
}
footer .footer_links ul li a:hover {
  opacity: 0.7;
}

footer .copy_right {
  margin-top: 5rem;
  border-top: 1px solid #36414c;
  padding: 2.5rem 0;
  line-height: 1;
}
footer h6 {
  font-size: 1rem;
  font-weight: 400;
  color: #91969a;
  margin: 0;
}
footer .footer_social_links {
  margin: 0;
  padding: 0;
}
footer .footer_social_links li {
  margin: 0 0.6875rem;
  display: inline-block;
}
footer .footer_social_links li:last-child {
  margin-right: 0px;
}
footer .footer_social_links li a {
  color: #015eab;
  font-size: 1.25rem;
}
footer .footer_social_links li a:hover {
  color: #eb6003;
}

/* ==========================================================================
   contact page custom styles
   ========================================================================== */
@media only screen and (min-width: 1600px) {
  html {
    font-size: inherit;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 0.8vw;
  }

  .mbbs_top_countries .country_card h4 {
    margin: 1.75rem 0 2rem;
  }

  .section_testimonials h2 {
    margin-bottom: 3.5rem;
  }

  .testimonial-slider .slick-slider .slick-list {
    height: 412px;
  }

  .testimonial-slider {
    padding: 0 7rem;
  }

  .slick-slide.slick-active {
    margin-top: -63px !important;
  }

  .testimonial-slider .slick-slider .slick-slide.slick-current, .testimonial-slider .slick-slider .slick-slide.slick-center {
    margin-top: 0 !important;
  }

  .section_testimonials .testimonial-slider .testi_details p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 1500px) {
  html {
    font-size: 0.8vw;
  }

  .mega-menu {
    top: 9.25rem;
  }

  header .container {
    max-width: 90%;
  }

  .container {
    max-width: 80%;
  }

  .section_video.container, footer .container {
    max-width: 90%;
  }

 

  .events_and_happy_students .event_detail p {
    padding-right: 25px;
  }

  .exo-menu > li > a {
    font-size: 1.2rem;
  }

  header .btn-top-links {
    padding: 0.9rem 1.8rem;
    font-size: 0.875rem;
  }

  header .contact-link {
    font-size: 1.3rem;
  }

  .slick-slide.slick-active {
    margin-top: -35px !important;
  }

  .testimonial-slider .slick-slider .slick-list {
    height: 375px;
  }

  .study_abroad .container, .section_gallery .container, .quick_Highlights .container, .section_benefits .container, .latest_Updates .container, .section_testimonials .container {
    padding-left: 15px;
    max-width: 90%;
  }

  .study_abroad .u_city_details_outer li i {
    width: 26px;
  }

  .section_gallery h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1400px) {
  li.mega-drop-down:after {
    margin-top: 5px;
  }

  .mega-menu {
    top: 9.25rem;
  }

  .video-js {
    height: 28.5625rem !important;
  }

  .testimonial-slider .slick-slider .slick-list {
    height: 365px;
  }

  .slick-slide.slick-active {
    margin-top: -26px !important;
  }

  .slick-slide.slick-active {
    margin-top: 0 !important;
  }

  .testimonial-slider .slick-slider .slick-slide.slick-current, .testimonial-slider .slick-slider .slick-slide.slick-center {
    margin-top: 20px !important;
  }

  .testimonial-slider .slick-slider .slick-list {
    height: 376px;
  }

  .study_abroad .u_city_details_outer li .u_city_details {
    line-height: 1;
  }

  .quick_Highlights .card {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  
  .grid-item {
    width: 33.3%;
  }
}
@media only screen and (max-width: 992px) {
  .study_abroad .pr-40 {
    padding-right: 15px;
  }

  .ucity_details_colm {
    margin-top: 30px;
  }

  .section_benefits .fee_structure {
    width: 100%;
  }

  .latest_Updates {
    padding: 3.375rem 0 0rem;
  }

  .grid-item {
    width: 50%;
  }

  .portfolio-item.row.grid {
    margin: 0;
  }

  .caption h4 {
    font-size: 20px;
  }
  .downloads_home_section .each_downloads {
	width:100%;
  }
  .home_athority .athority_txt_grid h3 {
	line-height: 20px;
    color: #0b2e69;
    font-size: 12px;
   margin-top: 63px;
}
.home_athority .athority_txt_grid h3 b {
    font-size: 10px;
}
.home_athority .athority_txt_grid img.profile {
    width: 40%;
    height: 124px;
    border-radius: 25px;
    margin: 37px auto;
}
.homewelcome_wrapper .welcome_note h3 {
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
  .mega-menu {
    top: 0rem;
  }

  .exo-menu li.mega-drop-down:after {
    display: none;
  }

  .exo-menu.display li.mega-drop-down:after {
    display: block;
  }

  header {
    padding: 1rem 0;
	background: #fdb314;
  }

  html {
    font-size: 1.5vw;
  }
header .logo {
    width: 75% !important;
  }

  header .container {
    max-width: 95%;
  }
header .logo h3.logo_txt {
	font-size: 11px;
    color: #0b2e69;
    padding-top: 2.125rem;
    padding-left: 8px;
}
  .container {
    max-width: 90%;
  }

  .section_video.container, footer .container {
    max-width: 95%;
  }

  .univercity_listing .container {
    max-width: 95%;
  }

  .swiper-slide {
    height: 40vh;
  }

  .swiper-slide h1 {
    font-size: 4.25rem;
  }

  .swiper-slide h1 span {
    font-size: 3rem;
  }

  .section_study_abroad .card {
    width: 100%;
    margin-top: 5rem;
  }

  .section_study_abroad .form-group .form-control {
    font-size: 1.2rem;
  }

  .univercity_listing .px-8 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .univercity_listing .card {
    margin-bottom: 2rem;
  }

  .best_solution_admission h2 {
    font-size: 2.75rem;
  }

  .search_our_courses .left_content_area p {
    margin-bottom: 3.25rem;
    padding-right: 0;
  }

  .course_listing {
    padding: 0;
    margin-top: 4rem;
  }

  .search_our_courses {
    padding: 5rem 0 3rem;
  }

  .event_outer {
    margin-bottom: 4rem;
  }

  .events_and_happy_students .mb-140 {
    margin-bottom: 0;
  }

  .section_video.container {
    padding: 5rem 4.1875rem 5rem 4.1875rem;
  }

  .video_content_area {
    margin-top: 4rem;
  }

  .testimonial-slider {
    padding: 0;
  }


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

  .downloads_home_section .each_downloads {
	width:100% !important;
  }
  .home_athority .athority_txt_grid h3 {
	line-height: 20px;
    color: #0b2e69;
    font-size: 12px;
   margin-top: 63px;
}
.home_athority .athority_txt_grid h3 b {
    font-size: 10px;
}
.home_athority .athority_txt_grid img.profile {
    width: 40%;
    height: 124px;
    border-radius: 25px;
    margin: 37px auto;
}
.homewelcome_wrapper .welcome_note h3 {
    width: 100%;
}
}
@media (min-width: 480px) and (max-width: 760px) {
  header {
    padding: 1rem 0;
	background: #fdb314;
  }

  .swiper-slide {
    height: 83vh;
  }

  .swiper-slide h1 {
    margin-bottom: 3.375rem;
  }

  .univercity_listing .card h5 {
    font-size: 2rem;
  }

  .univercity_listing .card img {
    width: 20rem;
  }

  .best_solution_admission img {
    width: 130rem;
  }

  .best_solution_admission h2 {
    font-size: 2.7rem;
  }

  .mega-menu {
    top: 0rem;
  }

  .video-js {
    height: 98vh !important;
  }
  header .logo {
    width: 75% !important;
  }
header .logo h3.logo_txt {
	font-size: 11px;
    color: #0b2e69;
    padding-top: 2.125rem;
    padding-left: 8px;
}
.downloads_home_section .each_downloads {
	width:100% !important;
  }
.home_athority .athority_txt_grid h3 {
	line-height: 20px;
    color: #0b2e69;
    font-size: 12px;
   margin-top: 63px;
}
.home_athority .athority_txt_grid h3 b {
    font-size: 10px;
}
.home_athority .athority_txt_grid img.profile {
    width: 40%;
    height: 124px;
    border-radius: 25px;
    margin: 37px auto;
}
.homewelcome_wrapper .welcome_note h3 {
    width: 100%;
}
  .footer_logo img {
    width: 28rem;
    margin-bottom: 20px;
  }

  footer .section_aboutus {
    padding: 0;
    margin-bottom: 10px;
  }

  footer .section_aboutus p {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  footer .footer_links ul li a {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }

  footer .footer_links {
    margin-bottom: 20px;
  }

  footer .copy_right {
    margin-top: 1rem;
    text-align: center;
  }

  footer .footer_social_links {
    margin: 0;
    padding: 0;
    float: inherit !important;
    text-align: center;
    margin-top: 20px;
  }

  .row.courses_Offered .col-md-3 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  .section_gallery h2 {
    font-size: 2rem;
  }

  .grid-item {
    width: 100%;
    padding: 15px 0px;
  }
  .downloads_home_section .each_downloads {
	width:100% !important;
  }
  .home_athority .athority_txt_grid h3 {
	line-height: 20px;
    color: #0b2e69;
    font-size: 12px;
   margin-top: 63px;
}
.home_athority .athority_txt_grid h3 b {
    font-size: 10px;
}
.home_athority .athority_txt_grid img.profile {
    width: 40%;
    height: 124px;
    border-radius: 25px;
    margin: 37px auto;
}
.homewelcome_wrapper .welcome_note h3 {
    width: 100%;
}
}
@media only screen and (max-width: 480px) {
  header {
    padding: 1rem 0 !important;
	background: #fdb314;
  }

  html {
    font-size: 2.2vw;
  }

  header .container {
    max-width: 97%;
  }
  header .logo {
    width: 75% !important;
  }
	header .logo h3.logo_txt {
	font-size: 11px;
    color: #0b2e69;
    padding-top: 2.125rem;
    padding-left: 8px;
}
  .container {
    max-width: 97%;
  }

  .section_video.container, footer .container {
    max-width: 97%;
  }

  .univercity_listing .container {
    max-width: 97%;
  }

  header .logo img {
    width: 20.0625rem;
  }

  .swiper-slide {
    height: 31vh;
  }

  .swiper-slide h1 {
    font-size: 2.5rem;
    margin-bottom: 4.375rem;
  }

  .swiper-slide h1 span {
    font-size: 1.5rem;
  }





  .section_video.container p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .section_video.container h6 {
    font-size: 1.4rem;
  }

  .video-js {
    height: 24rem !important;
  }


  .mega-menu {
    top: 0rem;
  }
 .downloads_home_section .each_downloads {
	width:100% !important;
  }
.home_athority .athority_txt_grid h3 {
	line-height: 20px;
    color: #0b2e69;
    font-size: 12px;
   margin-top: 63px;
}
.home_athority .athority_txt_grid h3 b {
    font-size: 10px;
}
.home_athority .athority_txt_grid img.profile {
    width: 40%;
    height: 124px;
    border-radius: 25px;
    margin: 37px auto;
}
.homewelcome_wrapper .welcome_note h3 {
    width: 100%;
}

  footer {
    padding: 4.25rem 0 0;
  }

  .footer_logo img {
    width: 26rem;
    margin-bottom: 20px;
  }

  footer .section_aboutus {
    padding: 0;
  }

  footer .section_aboutus p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }

  footer .footer_links ul li a {
    font-size: 1.4rem;
  }

  footer .footer_links {
    margin-bottom: 2rem;
  }

  footer .copy_right {
    margin-top: 1rem;
    text-align: center;
  }

  footer .footer_social_links {
    margin: 0;
    padding: 0;
    float: inherit !important;
    text-align: center;
    margin-top: 20px;
  }

  footer .footer_social_links li a {
    font-size: 1.8rem;
  }

}
/*# sourceMappingURL=main.css.map */