@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400;1,700;1,900&family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&family=Rubik:ital,wght@300,400;0,500;0,600;0,700;0,800;1,800&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

*:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #000;
  font-size: 13px;
}

::-moz-placeholder {
  color: #000;
  font-size: 13px;
}

:-ms-input-placeholder {
  color: #000;
  font-size: 13px;
}

:-moz-placeholder {
  color: #000;
  font-size: 13px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
  box-shadow: 0 0 0 30px white inset;
}

.reset {
  clear: both;
}

textarea, input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, select:focus, textarea {
  font-size: 16px;
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Rubik", sans-serif;
  -webkit-animation: fadeIn 2s;
          animation: fadeIn 2s;
}

textarea,
input,
select {
  font-family: "Rubik", sans-serif;
  color: #444;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
}

p {
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
  color: #2c2b2b;
}

a {
  text-decoration: none;
  color: #444;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

/* a::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        top: 100%;
        left: 0;
        background: #000;
        transition: transform 0.5s;
        transform: scaleX(0);
        transform-origin: right;
        z-index: 9;
    }
    a:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    } */
.wrapper {
  width: 100%;
  float: left;
  position: relative;
}

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

.center__block {
  display: block;
  margin: 0 auto;
}

.text__center {
  text-align: center;
}

.text__right {
  text-align: right;
}

section {
  width: 100%;
  position: relative;
  float: left;
  padding: 50px 0;
}

.container {
  width: 1280px;
  margin: auto;
  position: relative;
}

.col__1 {
  width: 8.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col__2 {
  width: 16.66666667%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col__3 {
  width: 25%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col__4 {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col__5 {
  width: 41.66666667%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col__6 {
  width: 50%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col__7 {
  width: 58.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col__8 {
  width: 66.66666667%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col__9 {
  width: 75%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col__10 {
  width: 83.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col__11 {
  width: 91.66666667%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col {
  width: 100%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.mx-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mx-auto .field {
  border: #bbb4b4 1px solid;
}

.header__section {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.topstrip {
  width: 100%;
  position: relative;
  float: left;
  background: #eff7ff;
}

.topstrip .announcements {
  width: 100%;
  position: relative;
  float: left;
}

.topstrip .announcements .announcements--head,
.topstrip .announcements .announcements--list {
  position: relative;
  float: left;
}

.topstrip .announcements .announcements--head {
  width: 20%;
  background: #d0e4f7;
  padding: 10px 15px;
  color: #269a3c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.topstrip .announcements .announcements--head::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  width: 50px;
  height: 100%;
  background: #eff7ff;
}

.topstrip .announcements .announcements--list {
  width: 100%;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.topstrip .announcements .announcements--list li {
  list-style: none;
}

.topstrip .announcements .announcements--list li a {
  display: inline-block;
  padding: 5px 15px;
  position: relative;
}

.topstrip .announcements .announcements--list li a::after {
  content: "";
  position: absolute;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5px;
  background: #269a3c;
  top: 50%;
  right: -3px;
}

.header__intro {
  width: 100%;
  position: relative;
  float: left;
}

.header__intro .header__intro--widescreen {
  width: 100%;
  position: relative;
  float: left;
  padding: 8px 0;
  background: #fff;
  z-index: 1;
}

.header__intro .header__intro--widescreen .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .header__intro .header__intro--widescreen .col {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

.header__intro .header__intro--widescreen .col .login {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__intro .header__intro--widescreen .col .login ul li {
  display: inline-block;
  padding: 0 8px;
  line-height: 12px;
  text-transform: uppercase;
  border-right: 1px solid #000;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.header__intro .header__intro--widescreen .col .login ul li a {
  color: #000;
}

.header__intro .header__intro--widescreen .col .login ul li a:hover {
  color: #3996e3;
}

.header__intro .header__intro--widescreen .col .login ul li:last-child {
  border: 0;
}

@media (max-width: 991px) {
  .header__intro .header__intro--widescreen .col .login {
    display: none;
  }
}

.header__intro .header__intro--widescreen .col .login form.example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__intro .header__intro--widescreen .col .login form.example input[type=text] {
  padding: 5px 10px;
  font-size: 17px;
  border: 1px solid #ddd9d9;
  float: left;
  width: 60%;
  background: #f1f1f1;
}

.header__intro .header__intro--widescreen .col .login form.example button {
  float: left;
  width: 15%;
  padding: 5px 10px;
  background: #3996e3;
  color: white;
  font-size: 15px;
  border: 1px solid #ddd9d9;
  border-left: none;
  cursor: pointer;
}

.header__intro .header__intro--widescreen .col .login form.example button:hover {
  background: #0b589f;
}

.header__intro .header__intro--widescreen .col .login form.example button::after {
  content: "";
  clear: both;
  display: table;
}

.header {
  position: fixed;
  background: #0078e8;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__inner .header {
  top: 0;
}

.header-shrink {
  top: 0;
}

.header__inner .header-shrink {
  top: 0;
}

.intro {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 128px;
  position: relative;
}

.intro .item {
  height: auto;
  position: relative;
}

.intro .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.intro .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 99;
}

.intro .item .cover .header-content {
  position: relative;
}

.intro .item .cover .header-content h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.2;
  font-style: italic;
  color: #fff;
  letter-spacing: 2px;
}

.intro .item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}

@media (max-width: 767px) {
  .intro .item::before {
    height: 20%;
  }
}

.intro .owl-item.active h2 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.intro .owl-nav {
  width: 50px;
  position: absolute;
  top: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 5%;
  background: #fff;
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.intro .owl-nav .owl-prev,
.intro .owl-nav .owl-next {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 30px;
  cursor: pointer;
  height: 30px;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  margin: 0;
}

.intro .owl-nav .owl-prev span,
.intro .owl-nav .owl-next span {
  font-size: 0;
}

.intro .owl-nav .owl-prev span::before,
.intro .owl-nav .owl-next span::before {
  content: "\eb6d";
  position: absolute;
  font-family: unicons-line;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.intro .owl-nav .owl-prev:focus,
.intro .owl-nav .owl-next:focus {
  outline: 0;
}

.intro .owl-nav .owl-prev:hover,
.intro .owl-nav .owl-next:hover {
  background: #f39c12;
  color: #fff;
}

.intro .owl-nav .owl-prev span::before {
  content: "\eb79";
}

.intro .owl-theme .owl-dots {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro .owl-theme .owl-dots {
    display: block;
  }
}

.floting-div {
  position: fixed;
  right: 18px;
  z-index: 999;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: right;
          transform-origin: right;
  top: 25%;
}

@media (max-width: 480px) {
  .floting-div {
    right: 15px;
  }
}

.floting-div li {
  list-style: none;
  background: #ed1c24;
  color: #fff;
  border-right: 1px solid #ffffff36;
}

.floting-div li:last-child {
  border-right: none;
}

.floting-div li a {
  padding: 5px 10px;
  color: #fff;
}

@media (max-width: 480px) {
  .floting-div li a {
    padding: 5px;
    font-size: 12px;
  }
}

.floting-div li a:hover {
  background: #d8070f;
}

.form-popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-popup-bg h1 {
  color: #0b589f;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .form-popup-bg h1 {
    font-size: 18px;
  }
}

.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}

.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 40px 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .form-container {
    width: 90%;
  }
}

.close-button {
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  cursor: pointer;
  border: none;
  right: 0;
  background: #0b589f;
}

.form-popup-bg:before {
  content: '';
  background-color: #fff;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.form-group input {
  width: 100%;
  float: left;
  background: none;
  height: 45px;
  padding: 15px;
  border: #dcdbdb 1px solid;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-group label {
  color: #444;
}

.btn {
  color: #0b589f;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  border: 2px solid #0b589f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  float: left;
  margin-top: 15px;
}

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b589f;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn:hover {
  color: #fff;
}

.btn:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.text__center .btn {
  margin: auto;
  display: table;
  float: none;
}

h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.news__slider .owl-carousel .owl-item {
  padding-right: 1px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 30px;
  line-height: 0;
  margin: 0 1px;
}

.flex__head {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex__head h2 {
  width: auto;
}

.flex__head a {
  margin-right: 30px;
}

.card {
  width: 100%;
  position: relative;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: #e6e6e6 1px solid;
  padding-bottom: 30px;
}

.card .col {
  padding: 0 8px;
}

.card h3 {
  color: #000;
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  height: 30px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card p {
  margin: 5px 0 0;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card a {
  margin-top: 15px;
}

.blue {
  background: #3996e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#1565c0), to(#b92b27));
  background: linear-gradient(to bottom, #1565c0, #b92b27);
}

.blue .card {
  border: none;
  color: black;
}

.blue .card a,
.blue .card h3 {
  color: #000;
}

.blue h2,
.blue a {
  color: #fff;
}

.mt__15 {
  margin-top: 15px;
}

ul.highlights {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 95px;
}

ul.highlights li {
  width: 31.77%;
  position: relative;
}

ul.highlights li .highlights__card {
  width: 100%;
  position: relative;
  float: left;
}

ul.highlights li .highlights__card img {
  border-radius: 10px;
  overflow: hidden;
}

ul.highlights li .highlights__card .highlights__card--desc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0b589feb;
  background: #3996e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#1565c0dc), to(#b92c27dc));
  background: linear-gradient(to bottom, #1565c0dc, #b92c27dc);
  border-radius: 10px;
  top: 0;
  left: 0;
}

ul.highlights li .highlights__card .highlights__card--desc .col {
  padding: 0 30px;
  margin-top: 45px;
  color: white;
}

ul.highlights li .highlights__card .highlights__card--desc .col h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

ul.highlights li .highlights__card .highlights__card--desc .col p {
  margin: 15px 0;
}

ul.highlights li .highlights__card .highlights__card--desc .icon {
  width: 100px;
  height: 100px;
  background: #fff;
  -webkit-box-shadow: 0 -5px 25px -5px #dadada;
          box-shadow: 0 -5px 25px -5px #dadada;
  margin: -50px auto 0;
  line-height: 75px;
  padding-top: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.highlights li .highlights__card .highlights__card--desc .icon img {
  height: 60px;
  margin: auto;
  border-radius: 0;
}

ul.highlights li .highlights__card .highlights__card--desc a {
  color: #fff;
  font-size: 20px;
}

ul.highlights li .highlights__card .highlights__card--desc:hover .icon {
  -webkit-box-shadow: 0 -5px 15px -5px #dadada;
          box-shadow: 0 -5px 15px -5px #dadada;
  margin: -60px auto 0;
}

.video__bg {
  width: 100%;
  position: relative;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.video__bg a {
  width: 100%;
}

.video__bg a img {
  border-radius: 10px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mt__20 {
  margin-top: 20px;
}

.owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.top__nav .owl-nav {
  top: -53px;
}

.video__carousel .owl-nav {
  top: -35px;
}

ul.vision__mission {
  width: 100%;
  position: relative;
  float: left;
}

ul.vision__mission li {
  width: 100%;
  position: relative;
  float: left;
  padding: 10px 0;
}

ul.vision__mission li .vision__mission--box {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

ul.vision__mission li .vision__mission--box .icon {
  width: 25%;
  height: 100px;
  background: #fff;
  border-radius: 10px;
  padding-top: 10px;
  border: #e6e6e6 1px solid;
}

ul.vision__mission li .vision__mission--box .icon img {
  height: 75px;
  margin: auto;
}

ul.vision__mission li .vision__mission--box .vision__mission--box--desc {
  width: 70%;
}

ul.vision__mission li .vision__mission--box .vision__mission--box--desc h3 {
  color: #3996e3;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

ul.vision__mission li .vision__mission--box .vision__mission--box--desc p {
  margin-top: 0;
  margin-bottom: 8px;
}

.training {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: url(../images/training__bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.training h2 {
  color: #fff;
  font-size: 30px;
}

.training p {
  color: #fff;
}

.training::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #3996e3;
  mix-blend-mode: color;
  background: -webkit-gradient(linear, left top, left bottom, from(#1565c0), to(#b92b27));
  background: linear-gradient(to bottom, #1565c0, #b92b27);
}

.flexbox {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.gallery li {
  width: 33.33%;
  float: left;
  padding: 15px;
}

.gallery li a {
  width: 100%;
  position: relative;
  background: #3996e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#1565c0), to(#b92b27));
  background: linear-gradient(to bottom, #1565c0, #b92b27);
}

.gallery li a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #fff;
  text-align: center;
  width: 60px;
  opacity: 0;
  height: 60px;
  line-height: 60px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.gallery li a:hover img {
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gallery li a:hover i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.review {
  background: #269a3c;
  padding: 50px 20px;
  border-radius: 10px;
  margin-top: 25px;
}

.review .owl-item.active p {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.review .owl-item.active h3 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.review__box {
  width: 100%;
  float: left;
  text-align: center;
  color: white;
}

.review__box .review__box__pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  border: #f7fbf3 4px solid;
}

.review__box .quote img {
  width: 45px !important;
  position: relative;
  left: 39%;
  margin-top: -40px;
}

.review__box p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.review__box h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: none;
  color: #fff;
}

.review__box h3 span {
  display: block;
  line-height: 14px;
  font-weight: 500;
}

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

.owl-dots .active span {
  background: #fff !important;
}

.owl-carousel button.owl-dot span {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 10px;
  height: 10px;
  background: none;
  border: 2px #fff solid;
  margin: 0 5px;
  border-radius: 50%;
  float: left;
}

label {
  width: 100%;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  color: #5a637e;
  margin: 15px 0 5px;
}

.field,
.area {
  width: 100%;
  float: left;
  background: none;
  height: 55px;
  padding: 15px;
  border: #bbb4b4 1px solid;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.area {
  height: 100px;
  resize: none;
}

.quick__enquiry button {
  background: none;
  padding: 12px 25px;
  cursor: pointer;
}

footer {
  width: 100%;
  position: relative;
  float: left;
  background: #242424;
  padding: 50px 0 0;
  color: #aaa;
}

footer .footer__flex,
footer .connect {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .footer__flex .box,
footer .connect .box {
  width: 23%;
}

@media screen and (max-width: 768px) {
  footer .footer__flex .box,
  footer .connect .box {
    width: 48%;
    margin-top: 15px;
  }
}

footer .footer__flex .box h2,
footer .connect .box h2 {
  color: #3996e3;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
}

footer .footer__flex .box ul,
footer .connect .box ul {
  width: 100%;
  position: relative;
  float: left;
}

footer .footer__flex .box ul li,
footer .connect .box ul li {
  width: 100%;
  position: relative;
  float: left;
  padding: 0px 0;
  line-height: 22px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
}

footer .ftrlogo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

footer .connect {
  border-top: 1px solid #2d2d2d;
  padding-top: 20px;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .connect .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .connect .box a,
footer .connect .box span {
  padding-left: 10px;
  line-height: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
}

footer .connect .box i {
  color: #3996e3;
}

footer .connect .box ul li {
  width: auto;
  display: inline-block;
  margin-left: 10px;
}

footer .connect .box ul li i {
  color: #aaa;
}

footer .connect .box ul li a {
  width: 45px;
  height: 45px;
  border: #fff 1px solid;
  text-align: center;
  line-height: 45px;
  padding: 0;
  border-radius: 50%;
}

footer .copyrights {
  width: 100%;
  position: relative;
  float: left;
  background: #1f1f1f;
  padding: 25px 15px;
  margin-top: 25px;
  text-align: center;
}

footer a {
  color: #aaa;
}

footer a:hover {
  color: #fff;
}

.waves {
  background: url(../images/waves.jpg) no-repeat bottom;
}

.register-bg {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 130px;
  padding: 40px 0px;
}

.register-bg h2 {
  color: white;
  font-size: 50px;
  font-weight: 800;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .register-bg {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .register-bg {
    margin-top: 65px;
  }
}

@media (max-width: 767px) {
  .register-bg {
    margin-top: 55px;
  }
}

.register-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.register h4 {
  font-size: 26px;
  font-weight: 600;
}

.register .or {
  background: #0b589f;
  color: #d0e4f7;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.register .or::before {
  position: absolute;
  content: "";
  border-right: 1px solid #d4d1d1;
  height: 100%;
  top: 55px;
}

.register .or::after {
  position: absolute;
  content: "";
  border-right: 1px solid #d4d1d1;
  height: 100%;
  bottom: 55px;
}

@media (max-width: 767px) {
  .register .or {
    margin: 20px 0px;
  }
  .register .or::before {
    display: none;
  }
  .register .or::after {
    display: none;
  }
}

.register .fullbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.register .fullbox .border-btn {
  border: 1px solid #888;
  padding: 10px;
  color: #444;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  width: 240px;
  border-radius: 5px;
  cursor: pointer;
}

.register .fullbox .reds {
  color: #dd4b38;
}

.register .fullbox .likds {
  color: #027bb6;
}

.register .submit-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.register .submit-register .btn {
  margin: 0;
}

.register .submit-register .signup {
  font-size: 16px;
}

.register .submit-register .signup a {
  color: #0b589f;
}

.fullformbg {
  padding: 20px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: inline-block;
  margin: 0 auto;
  right: 0;
  border-radius: 10px;
}

.fullformbg .btn {
  cursor: pointer;
}

.calender {
  position: relative;
}

.calender::before {
  position: absolute;
  font-family: unicons-line;
  content: "";
  content: '\e8db';
  font-size: 20px;
  top: 5px;
  right: 23px;
  color: #7c7c7a;
}

input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}

.intro__inner {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
  background: grey;
  padding: 40px 0px;
  margin-top: 130px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .intro__inner {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro__inner {
    margin-top: 65px;
  }
}

@media (max-width: 767px) {
  .intro__inner {
    margin-top: 55px;
  }
}

.intro__inner h2 {
  color: white;
  font-size: 34px;
  font-weight: 700;
}

.intro__inner ul.breadcrumbs {
  width: 100%;
  position: relative;
  float: left;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
}

.intro__inner ul.breadcrumbs li {
  display: inline-block;
}

.intro__inner ul.breadcrumbs li a {
  padding: 0 15px;
  display: inline-block;
  position: relative;
  color: #aaa;
}

.intro__inner ul.breadcrumbs li a:hover {
  color: #3996e3;
}

.intro__inner ul.breadcrumbs li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: white;
  border-radius: 50%;
}

.intro__inner ul.breadcrumbs li:first-child a {
  padding-left: 0;
}

.intro__inner ul.breadcrumbs li:last-child a::after {
  display: none;
}

.intro__inner ul.breadcrumbs .active a {
  color: #3996e3;
}

.intro__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.bg1 {
  background: url(../images/bg1.jpg) no-repeat center center;
  background-size: cover;
}

ul.overview,
ul.events {
  width: 100%;
  position: relative;
  float: left;
}

ul.overview li,
ul.events li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}

ul.events li {
  margin-bottom: 30px;
}

.even__flex .flexbox {
  margin-top: 50px;
}

.even__flex .flexbox:first-child {
  margin: 0;
}

.even__flex .flexbox:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

ul.list__style {
  width: 100%;
  position: relative;
  float: left;
}

ul.list__style li {
  width: 100%;
  position: relative;
  float: left;
  padding: 5px 0 5px 1.3em;
}

ul.list__style li::before {
  content: "\e852";
  font-family: unicons-line;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #3996e3;
  font-weight: 600;
}

.btn-roll {
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-roll span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.btn-roll span::before {
  position: absolute;
  top: 100%;
  color: #3996e3;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.btn-roll span:hover, .btn-roll span:focus {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.awards__list {
  width: 100%;
  position: relative;
  float: left;
}

.awards__list h2 {
  font-size: 45px;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, from(#b92b27), color-stop(5%, #1565c0));
  background: linear-gradient(to right, #b92b27 0%, #1565c0 5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.awards__list ul li {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.awards__list ul li .date {
  width: 10%;
  padding: 20px 50px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  text-align: right;
}

.awards__list ul li .date::after {
  content: "";
  position: absolute;
  right: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3996e3;
  border: #fff 4px solid;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.awards__list ul li .awards__list--desc {
  width: 90%;
  padding: 15px 0 15px 50px;
  border-left: 2px solid #000;
}

.awards__list ul li .awards__list--desc h3 {
  font-size: 17px;
  font-weight: 800;
  color: #000;
}

.awards__list ul li .awards__list--desc p {
  margin: 0;
}

.dot__slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 5%;
}

.write__grievance__bg {
  width: 50%;
  margin: auto;
}

.write__grievance__bg .write__grievance {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 25px #ececec;
          box-shadow: 0 0 25px #ececec;
}

.write__grievance__bg .write__grievance h3 {
  width: auto;
}

.careers__form .field,
.careers__form .area {
  background: #fff;
  border: 1px solid #efece9;
}

.careers__form h3 {
  color: #0b589f;
  font-weight: 700;
  letter-spacing: 3px;
}

.career__details p {
  font-weight: 700;
  color: #000;
}

ul.career__list {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 15px;
}

ul.career__list li {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #3996e3;
  background: -webkit-gradient(linear, left top, right top, from(#1565c0), to(#b92b27));
  background: linear-gradient(to right, #1565c0, #b92b27);
  color: #fff;
  height: 60px;
  margin: 5px 0;
  border-radius: 50px;
  padding: 0 5px 0 30px;
}

ul.career__list li span {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #3996e3;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
}

.careers__form {
  width: 100%;
  position: relative;
  float: left;
  background: #f4f8fb;
  -webkit-box-shadow: 0 0 30px #c3c7ca;
          box-shadow: 0 0 30px #c3c7ca;
  padding: 30px;
  border-radius: 10px;
}

.form__career {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__career .box {
  width: 48.55%;
  float: left;
}

.form__career .label {
  width: 100%;
  position: relative;
  float: left;
  margin: 15px 0 5px;
  color: #5a637e;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.form__career .btn {
  cursor: pointer;
  border-radius: 3px;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 55px;
  float: left;
  border: #eaeaea 1px solid;
  border-right: none;
  border-radius: 3px;
  overflow: hidden;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 55px;
  line-height: 55px;
  color: #333;
}

.file-upload-wrapper:before {
  content: "\e9c5";
  font-family: "unicons-line";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 55px;
  background: #1f1f1f;
  color: #fff;
  z-index: 25;
  font-size: 16px;
  line-height: 55px;
  padding: 0 20px;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.file-upload-wrapper:hover:before {
  background: #000;
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 45px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.selectdiv {
  position: relative;
  float: left;
  width: 100%;
}

.selectdiv label {
  margin: 0;
}

select::-ms-expand {
  display: none;
}

.selectdiv:after {
  content: "\eb6c";
  font-family: unicons-line;
  font-size: 17px;
  color: #333;
  right: 15px;
  top: 13px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 55px;
  float: left;
  padding: 0px 15px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #efece9;
  border-radius: 3px;
  -ms-word-break: normal;
  word-break: normal;
}

ul.downloads__list {
  width: 100%;
  position: relative;
  float: left;
}

ul.downloads__list li a {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  background: #f7f7f7;
  padding: 25px 15px;
}

ul.downloads__list li a .circle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

ul.downloads__list li a .circle:after {
  position: absolute;
  display: block;
  content: "";
  color: #000;
  width: 12px;
  height: 15px;
  top: 4px;
  border-bottom: solid 2px;
  -webkit-transform: translatex(4px);
          transform: translatex(4px);
}

ul.downloads__list li a .circle:before {
  position: absolute;
  display: block;
  content: "";
  color: #000;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-left: solid 2px;
  top: 50%;
  left: 2px;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotatez(-45deg);
          transform: rotatez(-45deg);
}

ul.downloads__list li a:hover {
  background: #fbfbfb;
}

ul.downloads__list li a:hover .circle {
  border: solid 2px #3996e3;
  border-radius: 50%;
}

ul.downloads__list li a:hover .circle:before {
  -webkit-animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
          animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

ul.downloads__list li a:hover .circle:after {
  -webkit-animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
          animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
  top: 2px;
}

ul.downloads__list li a h3 {
  width: auto;
  padding-right: 60px;
  text-transform: none;
  font-weight: 700;
  font-size: 17px;
}

ul.downloads__list li:nth-child(even) a {
  background: #f1f1f1;
}

ul.downloads__list li:nth-child(even) a:hover {
  background: #fbfbfb;
}

.grievance__link {
  font-weight: 700;
  margin-top: 30px;
  color: #3996e3;
  font-size: 17px;
}

.grievance__link:hover {
  color: #000;
}

ul.links,
ul.placed__students {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

ul.links li,
ul.placed__students li {
  width: 33.333%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

ul.links li .links--box,
ul.links li .placed__students--box,
ul.placed__students li .links--box,
ul.placed__students li .placed__students--box {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  background: #fff;
  padding: 30px;
  border: #ececec 1px solid;
  border-radius: 10px;
}

ul.links li .links--box h3,
ul.links li .placed__students--box h3,
ul.placed__students li .links--box h3,
ul.placed__students li .placed__students--box h3 {
  color: #3996e3;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
  background: -webkit-gradient(linear, left top, right top, from(#b92b27), color-stop(50%, #1565c0));
  background: linear-gradient(to right, #b92b27 0%, #1565c0 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.links li .links--box p,
ul.links li .placed__students--box p,
ul.placed__students li .links--box p,
ul.placed__students li .placed__students--box p {
  margin: 5px 0 15px;
}

ul.links li .links--box .btn-roll,
ul.links li .placed__students--box .btn-roll,
ul.placed__students li .links--box .btn-roll,
ul.placed__students li .placed__students--box .btn-roll {
  text-transform: lowercase;
  position: absolute;
  bottom: 15px;
}

ul.courses {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 20px;
}

ul.courses li {
  width: 100%;
  position: relative;
  float: left;
  padding: 5px 0;
  font-weight: 700;
  color: #000;
}

.course__details h3 {
  color: #3996e3;
  font-size: 17px;
  font-weight: 700;
  margin-top: 30px;
}

.course__details p span {
  display: block;
  color: #000;
  font-weight: 700;
}

.mt__30 {
  margin-top: 30px;
}

.scholarship__intro h3 {
  color: #3996e3;
  font-weight: 700;
  margin-top: 20px;
  font-size: 17px;
}

.scholarship__intro h3:first-child {
  margin-top: 0;
}

.subheading {
  color: #3996e3;
  font-size: 17px;
  font-weight: 700;
}

.placement__year {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}

.placement__year h3 {
  width: auto;
  padding-right: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.placement__year .selectdiv {
  width: 160px;
}

ul.placed__students {
  margin-top: 30px;
}

ul.placed__students li {
  width: 20%;
}

ul.placed__students li .placed__students--box {
  text-align: center;
}

ul.placed__students li .placed__students--box .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}

ul.placed__students li .placed__students--box h3 {
  color: #000;
  font-size: 17px;
  margin-top: 15px;
}

ul.placed__students li .placed__students--box h4 {
  color: #3996e3;
  font-style: italic;
  font-weight: 600;
}

ul.placed__students li .placed__students--box p {
  margin: 0;
}

.admission__drop {
  position: relative;
  width: 180px;
}

.admission__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  outline: 0;
  background: #f39c12;
  width: 100%;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.admission__btn:focus .dropdown,
.admission__btn:active .dropdown {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 1;
  visibility: visible;
}

.admission__btn .uil {
  border-radius: 100%;
  font-size: 16px;
  -webkit-animation: ripple 0.6s linear infinite;
          animation: ripple 0.6s linear infinite;
}

.admission__btn .dropdown {
  position: absolute;
  top: 30px;
  left: 0;
  background: #ffffff;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.admission__btn .dropdown:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 21px;
  width: 0;
  height: 0;
  -webkit-box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  mix-blend-mode: multiple;
}

.admission__btn .dropdown li {
  z-index: 1;
  position: relative;
  background: #ffffff;
  float: left;
  width: 100%;
  border: none;
}

.admission__btn .dropdown li.active {
  color: #5380f7;
}

.admission__btn .dropdown li:first-child {
  border-radius: 4px 4px 0 0;
}

.admission__btn .dropdown li:last-child {
  border-radius: 0 0 4px 4px;
}

.admission__btn .dropdown li:last-child a {
  border-bottom: 0;
}

.admission__btn .dropdown a {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: inherit;
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  display: block;
}

.admission__btn .dropdown a:hover {
  color: #3996e3;
}

.news__tab {
  margin-top: 15px;
}

.news__tab .news__list {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  border-bottom: #e6e6e6 1px solid;
  padding: 20px 15px;
}

.news__tab .news__list .img {
  width: 25%;
  overflow: hidden;
}

.news__tab .news__list .news__list--desc {
  width: 75%;
  padding-left: 15px;
}

.news__tab .news__list .news__list--desc h3 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

.news__tab .news__list .news__list--desc p {
  margin: 0;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__tab .tab__content {
  background: #f4f8fb;
  padding: 15px 0;
  margin-top: 0;
}

.news__tab .resp-tabs-list li {
  background: #8e44ad;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px 3px 0 0;
}

.news__tab .resp-tab-active {
  background: none !important;
  color: #3996e3 !important;
}

.quick__enquiry {
  width: 100%;
  position: relative;
  float: left;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

.faculty .card p {
  height: auto;
  display: block;
}

.table-fill {
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  margin: auto;
  max-width: 600px;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

tr {
  border-top: 1px solid #c1c3d1;
  border-bottom: 1px solid #c1c3d1;
  color: #666b85;
}

tr:hover td {
  background: #4e5066;
  color: #ffffff;
  border-top: 1px solid #22262e;
}

tr:first-child {
  border-top: none;
}

tr:last-child {
  border-bottom: none;
}

tr:nth-child(odd) td {
  background: #ebebeb;
}

tr:nth-child(odd):hover td {
  background: #4e5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

td {
  background: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
  border-right: 1px solid #c1c3d1;
}

td:last-child {
  border-right: 0px;
}

th.text-left,
td.text-left {
  text-align: left;
}

th.text-center,
td.text-center {
  text-align: center;
}

th.text-right,
td.text-right {
  text-align: right;
}

.map {
  width: 100%;
  position: relative;
  float: left;
  height: 650px;
}

.tab__content--box {
  width: 100%;
  position: relative;
  float: left;
  height: 335px;
  overflow: hidden;
}

.contact__form form {
  width: 100%;
  position: relative;
  float: left;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 25px #f1f1f1;
          box-shadow: 0 0 25px #f1f1f1;
}

.contact__form .box {
  width: 50%;
  padding: 0 15px;
  float: left;
  position: relative;
}

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

.contact__form .label {
  width: 100%;
  position: relative;
  float: left;
  margin: 15px 0 5px;
  color: #5a637e;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.decor__title h3 {
  font-size: 16px;
  margin-top: 30px;
}

.decor__title h3 span {
  display: block;
  font-weight: 800;
  color: #3996e3;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.curved__img {
  width: 100%;
  position: relative;
  float: left;
  border-radius: 50px 50px 50px 0;
  overflow: hidden;
}

.curved__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d38312;
  background: -webkit-gradient(linear, left top, left bottom, from(#a83279), to(#d38312));
  background: linear-gradient(to bottom, #a83279, #d38312);
}

.curved__img img {
  z-index: 1;
  position: relative;
  mix-blend-mode: overlay;
}

.vision__mission--main h2 {
  margin-top: 25px;
}

.vision__mission--main h2:nth-child(1) {
  margin-top: 0;
}

ul.recruiters__year {
  width: 100%;
  position: relative;
  float: left;
}

ul.recruiters__year li {
  width: 20%;
  padding: 15px;
  float: left;
}

ul.recruiters__year li a {
  width: 100%;
  position: relative;
  float: left;
  padding: 30px 15px;
  border: #3996e3 1px solid;
  text-align: center;
  border-radius: 50px 0 50px 0;
  margin-top: 30px;
  font-size: 40px;
  font-weight: 800;
}

ul.recruiters__year li a:hover {
  border-radius: 0 50px 0 50px;
  background: #3996e3;
  color: #fff;
}

ul.recruiters {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 30px;
}

ul.recruiters li {
  width: 25%;
  padding: 30px 15px;
  float: left;
  border: 1px solid #333;
  margin: -1px 0 0 -1px;
  cursor: pointer;
}

ul.recruiters li .recruiters--box {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}

ul.recruiters li .recruiters--box img {
  height: 100px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.recruiters li .recruiters--box span {
  display: block;
  margin-top: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.recruiters li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

ul.recruiters li:hover span {
  color: #3996e3;
}

ul.affliation {
  width: 100%;
  position: relative;
  float: left;
}

ul.affliation li {
  width: 33.33%;
  padding: 15px;
  float: left;
  position: relative;
  margin-bottom: 50px;
}

ul.affliation li .affliation--box {
  width: 100%;
  position: relative;
  float: left;
}

ul.affliation li .affliation--box .affliation--logo {
  width: 160px;
  height: 160px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  -webkit-box-shadow: 0 -5px 20px -5px #aaa;
          box-shadow: 0 -5px 20px -5px #aaa;
  padding-top: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.affliation li .affliation--box .affliation--logo img {
  height: 100px;
  margin: auto;
}

ul.affliation li .affliation--box .affliation--desc {
  width: 100%;
  position: relative;
  float: left;
  background: #3996e3;
  padding: 120px 15px 85px 15px;
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px -5px grey;
          box-shadow: 0 10px 20px -5px grey;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-top: -80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.affliation li .affliation--box .affliation--desc span {
  font-size: 32px;
  letter-spacing: 1px;
  display: block;
}

ul.affliation li a {
  background: #f39c12;
  padding: 15px 35px;
  display: inline-block;
  margin: -20px auto 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.affliation li:hover .affliation--logo {
  -webkit-box-shadow: 0 -5px 30px -5px #888;
          box-shadow: 0 -5px 30px -5px #888;
}

ul.affliation li:hover .affliation--desc {
  background: #f39c12;
}

ul.affliation li:hover a {
  background: #3996e3;
}

.breif__intro {
  width: 75%;
  margin: auto;
}

.blue__bg {
  background-color: #0078e8;
  color: #fff;
}

.blue__bg h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
}

.blue__bg path {
  fill: #fff;
}

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

.blue__bg .btn {
  border-color: #fff;
  color: #fff;
}

.btn--fill {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  background: #3996e3;
  color: #fff;
}

.btn--fill:hover {
  background: #f39c12;
}

.btm__curve {
  width: 100%;
  position: relative;
  float: left;
}

.curve {
  position: absolute;
  bottom: 0px;
  left: 0;
}

.orange {
  background: #f39c12;
  background: -webkit-gradient(linear, left bottom, left top, from(#f0cb35), to(#c02425));
  background: linear-gradient(to top, #f0cb35, #c02425);
  color: white;
}

.parallax__bg1 {
  width: 100%;
  position: relative;
  float: left;
  min-height: 670px;
  background: url(../images/paral1.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.parallax__bg1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
  background: #3996e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#1565c0), to(#b92b27));
  background: linear-gradient(to bottom, #1565c0, #b92b27);
}

.parallax__bg1 h2 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

ul.alumni {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 50px;
}

ul.alumni li {
  width: 50%;
  padding: 15px;
  float: left;
}

ul.alumni li .alumni__box {
  width: 100%;
  position: relative;
  float: left;
  border: #fff 2px solid;
  padding: 30px;
  border-radius: 50px 50px 50px 0;
  text-align: center;
}

ul.alumni li .alumni__box img {
  height: 100px;
  margin: auto;
}

ul.alumni li .alumni__box h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
}

ul.alumni li:nth-child(even) .alumni__box {
  border-radius: 50px 0 50px 50px;
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  width: 100%;
  position: relative;
  float: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.placement__statistics {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 30px;
}

ul.placement__statistics li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}

ul.placement__statistics li .placement__statistics--box {
  width: 100%;
  position: relative;
  float: left;
  border: #000 2px solid;
  border-radius: 50px 50px 50px 0;
  text-align: center;
  padding: 30px;
}

ul.placement__statistics li .placement__statistics--box .counter {
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  margin: 10px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #b92b27), color-stop(75%, #1565c0));
  background: linear-gradient(to right, #b92b27 25%, #1565c0 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.placement__statistics li .placement__statistics--box img {
  height: 100px;
  margin: auto;
}

ul.placement__statistics li .placement__statistics--box h3 {
  font-size: 16px;
  font-weight: 800;
}

ul.placement__statistics li:nth-child(even) .placement__statistics--box {
  border-radius: 0 50px 50px 50px;
}

.reverse__curve {
  width: 100%;
  position: relative;
  float: left;
}

.reverse__curve .curve {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -90px;
}

.reverse__curve .curve path {
  fill: #0078e8;
}

ul.icon__list,
ul.pta {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.icon__list li,
ul.pta li {
  width: 33.33%;
  padding: 15px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.icon__list li .icon__list--box,
ul.pta li .icon__list--box {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  background: #f4f8fb;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}

ul.icon__list li .icon__list--box img,
ul.pta li .icon__list--box img {
  height: 100px;
  margin: auto;
}

.video__main::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 250px;
  background: #fff;
}

.film__club--breif img {
  height: 150px;
}

.mt__100 {
  margin-top: 100px;
}

h3 {
  font-size: 25px;
  font-weight: 800;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.orange,
.blue,
.training {
  color: #fff;
}

.orange h3,
.blue h3,
.training h3 {
  color: #fff;
}

.orange .btn,
.blue .btn,
.training .btn {
  border-color: #fff;
  color: #fff;
}

.wow {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}

ul.pta li {
  width: 25%;
}

ul.pta li .pta--box {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}

ul.pta li .pta--box h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}

ul.pta li .pta--box h4 span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.blue h1 {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 25px;
}

.blue h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100px;
  height: 2px;
  background: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.soon img {
  margin: auto;
}

ul.syllabus,
ul.icon__content,
ul.culture__catagory {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.syllabus li,
ul.icon__content li,
ul.culture__catagory li {
  width: 25%;
  padding: 15px;
}

ul.syllabus li .syllabus--box,
ul.icon__content li .syllabus--box,
ul.culture__catagory li .syllabus--box {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  padding: 0 15px;
  color: #0b589f;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  border: 2px solid #0b589f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 3px;
  height: 110px;
  text-align: center;
}

ul.syllabus li .syllabus--box:before,
ul.icon__content li .syllabus--box:before,
ul.culture__catagory li .syllabus--box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b589f;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

ul.syllabus li .syllabus--box:hover,
ul.icon__content li .syllabus--box:hover,
ul.culture__catagory li .syllabus--box:hover {
  color: #fff;
}

ul.syllabus li .syllabus--box:hover::before,
ul.icon__content li .syllabus--box:hover::before,
ul.culture__catagory li .syllabus--box:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.text__center ul.syllabus li .syllabus--box, .text__center
ul.icon__content li .syllabus--box, .text__center
ul.culture__catagory li .syllabus--box {
  margin: auto;
  display: table;
  float: none;
}

ul.syllabus li .icon__content--box,
ul.syllabus li .culture__catagory--box,
ul.icon__content li .icon__content--box,
ul.icon__content li .culture__catagory--box,
ul.culture__catagory li .icon__content--box,
ul.culture__catagory li .culture__catagory--box {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}

ul.syllabus li .icon__content--box .icon__content--box--icon,
ul.syllabus li .culture__catagory--box .icon__content--box--icon,
ul.icon__content li .icon__content--box .icon__content--box--icon,
ul.icon__content li .culture__catagory--box .icon__content--box--icon,
ul.culture__catagory li .icon__content--box .icon__content--box--icon,
ul.culture__catagory li .culture__catagory--box .icon__content--box--icon {
  width: 210px;
  height: 210px;
  margin: auto;
  border-radius: 50%;
  background: #8e44ad;
  padding-top: 25px;
}

ul.syllabus li .icon__content--box .icon__content--box--icon img,
ul.syllabus li .culture__catagory--box .icon__content--box--icon img,
ul.icon__content li .icon__content--box .icon__content--box--icon img,
ul.icon__content li .culture__catagory--box .icon__content--box--icon img,
ul.culture__catagory li .icon__content--box .icon__content--box--icon img,
ul.culture__catagory li .culture__catagory--box .icon__content--box--icon img {
  height: 135px;
  margin: auto;
}

ul.syllabus li .icon__content--box h4,
ul.syllabus li .culture__catagory--box h4,
ul.icon__content li .icon__content--box h4,
ul.icon__content li .culture__catagory--box h4,
ul.culture__catagory li .icon__content--box h4,
ul.culture__catagory li .culture__catagory--box h4 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
}

ul.syllabus li .culture__catagory--box,
ul.icon__content li .culture__catagory--box,
ul.culture__catagory li .culture__catagory--box {
  padding: 60px 15px;
  border-radius: 3px;
}

ul.syllabus li .culture__catagory--box img,
ul.icon__content li .culture__catagory--box img,
ul.culture__catagory li .culture__catagory--box img {
  height: 100px;
  margin: auto;
}

ul.syllabus li .culture__catagory--box h2,
ul.icon__content li .culture__catagory--box h2,
ul.culture__catagory li .culture__catagory--box h2 {
  margin-top: 20px;
  color: #fff;
  font-weight: 800;
}

ul.syllabus li:nth-child(1) .culture__catagory--box,
ul.icon__content li:nth-child(1) .culture__catagory--box,
ul.culture__catagory li:nth-child(1) .culture__catagory--box {
  background: #f9c706;
}

ul.syllabus li:nth-child(2) .culture__catagory--box,
ul.icon__content li:nth-child(2) .culture__catagory--box,
ul.culture__catagory li:nth-child(2) .culture__catagory--box {
  background: #8e44ad;
}

ul.syllabus li:nth-child(3) .culture__catagory--box,
ul.icon__content li:nth-child(3) .culture__catagory--box,
ul.culture__catagory li:nth-child(3) .culture__catagory--box {
  background: #65a954;
}

ul.syllabus li:nth-child(4) .culture__catagory--box,
ul.icon__content li:nth-child(4) .culture__catagory--box,
ul.culture__catagory li:nth-child(4) .culture__catagory--box {
  background: #df2ca2;
}

.adventure__bg {
  background: #a9eefe url(../images/adventureclub_bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}

.adventure__breif {
  width: 75%;
  margin: auto;
  text-align: center;
}

.adventure__breif h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
}

.adventure__breif p {
  font-weight: 600;
  line-height: 2.5;
}

ul.adventure,
ul.blocks {
  width: 100%;
  position: relative;
  float: left;
}

ul.adventure li,
ul.blocks li {
  width: 50%;
  padding: 15px;
  float: left;
}

ul.adventure li .adventure--box,
ul.blocks li .adventure--box {
  width: 100%;
  position: relative;
  float: left;
}

ul.adventure li .adventure--box h2,
ul.blocks li .adventure--box h2 {
  position: absolute;
  bottom: 10%;
  text-align: center;
  color: #fff;
  left: 0;
  font-size: 20px;
}

ul.adventure li .blocks--box,
ul.blocks li .blocks--box {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}

ul.adventure li .blocks--box .blocks--box--img,
ul.blocks li .blocks--box .blocks--box--img {
  width: 15%;
}

ul.adventure li .blocks--box .blocks--box--desc,
ul.blocks li .blocks--box .blocks--box--desc {
  width: 85%;
  padding-left: 30px;
}

.pt__50 {
  padding: 50px 0 0;
}

.culture {
  background: url(../images/cultural_club_bg.jpg) no-repeat center center;
  background-size: cover;
}

.culture__highlight {
  width: 50%;
  margin: auto;
  text-align: center;
}

.culture__highlight p {
  margin-top: 50px;
  color: #fff;
  line-height: 1.9;
  font-size: 20px;
}

.cultural__review {
  width: 60%;
  margin: auto;
}

.cultural__review .cultural__review--box {
  width: 100%;
  position: relative;
  float: left;
  background: #3996e3;
  border-radius: 5px;
  color: #fff;
  padding: 30px;
  font-size: 17px;
  line-height: 1.9;
}

.cultural__review .cultural__review--box::before, .cultural__review .cultural__review--box::after {
  top: 100%;
  right: 10%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cultural__review .cultural__review--box::after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #3996e3;
  border-width: 30px;
  margin-left: -30px;
}

.cultural__review .cultural__review--box::before {
  border-color: rgba(194, 225, 245, 0);
  border-width: 36px;
  margin-left: -36px;
}

.cultural__review .cultural__review--user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  margin-top: 40px;
  float: right;
}

.cultural__review .cultural__review--user .cultural__review--user--img {
  width: 100px;
  height: 100px;
  border: #fff 7px solid;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 5px -5px #333;
          box-shadow: 5px 5px 5px -5px #333;
}

.cultural__review .cultural__review--user h4 {
  color: #3996e3;
  font-size: 20px;
  padding-right: 15px;
  text-align: right;
}

.cultural__review .cultural__review--user h4 span {
  display: block;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.new__ticker {
  width: 100%;
  position: relative;
  float: left;
}

.new__ticker p {
  margin: 0;
}

.new__ticker .news__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f4f8fb;
}

.new__ticker .news__list h3 {
  font-size: 14px;
}

.flowroot {
  width: 100%;
  position: relative;
  float: left;
  display: flow-root;
}

.flowroot img {
  display: inline-block;
}

.flowroot p,
.flowroot h1,
.flowroot h2,
.flowroot h3,
.flowroot h4,
.flowroot h5,
.flowroot h6,
.flowroot div {
  width: auto;
  float: none;
}

.flowroot div {
  margin: 15px 0 0 0;
}

.flowroot h4 {
  color: #000;
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
}

.flowroot h2 {
  line-height: 52px !important;
}

.flowroot h3 {
  font-size: 20px;
  margin: 15px 0px 0px 0px;
  letter-spacing: 0px;
  text-transform: none;
}

.is-half-size {
  width: 50%;
}

.is-left-lign {
  float: left;
  margin: 0 30px 30px 0;
}

.is-right-align {
  float: right;
  margin: 0 0 30px 30px;
}

/*media-quries & keyframes*/
.p0,
.messages {
  padding: 0;
}

.m0 {
  margin: 0;
}

.shade {
  background: #f4f8fb;
}

strong {
  font-weight: 700;
  color: #000;
}

.up {
  position: absolute;
  right: 50px;
  bottom: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 600;
  z-index: 200;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.up::after {
  content: "\eb6d";
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
  margin-left: -0.5em;
  font-family: "unicons-line";
}

.up:hover {
  letter-spacing: 2px;
}

.up:hover::after {
  opacity: 1;
  margin-left: 0.7em;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes aniArrow01 {
  0% {
    -webkit-transform: rotatez(-45deg) translateY(30px) translateX(30px);
            transform: rotatez(-45deg) translateY(30px) translateX(30px);
  }
  100% {
    -webkit-transform: rotatez(-45deg) translateY(-35px) translateX(-35px);
            transform: rotatez(-45deg) translateY(-35px) translateX(-35px);
  }
}

@keyframes aniArrow01 {
  0% {
    -webkit-transform: rotatez(-45deg) translateY(30px) translateX(30px);
            transform: rotatez(-45deg) translateY(30px) translateX(30px);
  }
  100% {
    -webkit-transform: rotatez(-45deg) translateY(-35px) translateX(-35px);
            transform: rotatez(-45deg) translateY(-35px) translateX(-35px);
  }
}

@-webkit-keyframes aniArrow02 {
  0% {
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
  100% {
    -webkit-transform: translateX(-44px);
            transform: translateX(-44px);
  }
}

@keyframes aniArrow02 {
  0% {
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
  100% {
    -webkit-transform: translateX(-44px);
            transform: translateX(-44px);
  }
}

@-webkit-keyframes borderAni {
  0% {
    border: solid 2px white;
  }
  100% {
    border: solid 2px white;
    border-radius: 50%;
  }
}

@keyframes borderAni {
  0% {
    border: solid 2px white;
  }
  100% {
    border: solid 2px white;
    border-radius: 50%;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

/*Queries*/
@media screen and (max-width: 1366px) {
  .container {
    width: 1170px;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
    position: relative;
    float: left;
    padding: 0 15px;
  }
  .header-shrink {
    top: 0;
  }
  .intro {
    margin-top: 75px;
  }
  .intro .item .cover .header-content h2 {
    font-size: 35px;
  }
  .header__intro .header__intro--widescreen .col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__intro .header__intro--widescreen {
    padding: 3px 0;
  }
  .topstrip .announcements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topstrip::before {
    display: none;
  }
  .topstrip .announcements .announcements--head,
  .topstrip .announcements .announcements--list {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .topstrip .announcements .announcements--head {
    background: none;
  }
  .topstrip .announcements .announcements--head::after {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .news__tab .resp-tabs-list li {
    padding: 7px 10px;
  }
  .intro {
    margin-top: 118px;
  }
  .up {
    bottom: 100px;
  }
  ul.highlights li {
    width: 33.33%;
    padding: 15px;
  }
  ul.highlights li .highlights__card .highlights__card--desc .col {
    margin-top: 10px;
  }
}

/* tab-landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .tab__view .col__8 {
    width: 60%;
  }
  .tab__view .col__4 {
    width: 40%;
  }
  .intro__inner {
    height: 225px;
  }
}

/* tab-portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tab__view .col__8,
  .tab__view .col__4 {
    width: 50%;
  }
  .intro__inner {
    height: 175px;
  }
  .nav-toggle {
    top: 16px;
  }
}

@media screen and (max-width: 991px) {
  .intro .item .cover {
    padding-bottom: 40px;
  }
  .breif__intro {
    width: 100%;
  }
  .logo {
    display: none;
  }
  .header {
    background: #fff;
    top: 0px;
  }
  .topstrip {
    display: none;
  }
  .intro {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .col__1,
  .col__2,
  .col__3,
  .col__4,
  .col__5,
  .col__6,
  .col__7,
  .col__8,
  .col__9,
  .col__10,
  .col__11,
  .col,
  footer .footer__flex .box,
  footer .connect .box,
  .form__career .box,
  ul.placement__statistics li,
  ul.affliation li {
    width: 100%;
  }
  .connect .box {
    width: 100% !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  ul.highlights {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.highlights li {
    width: 50%;
    padding: 15px;
  }
  ul.highlights li:last-child {
    margin-top: 80px;
  }
  .flex__head,
  .flexbox,
  footer .footer__flex,
  footer .connect,
  .even__flex .flexbox:nth-child(2n),
  .form__career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* mobile-common */
@media screen and (max-width: 767px) {
  ul.overview li,
  .is-half-size {
    width: 100%;
  }
  section {
    padding: 30px 0;
  }
  footer {
    padding: 30px 0 0;
  }
  .quick__enquiry {
    padding: 0;
    margin-bottom: 15px;
  }
  ul.overview li {
    margin-top: 30px;
  }
  ul.overview li:first-child {
    margin: 0;
  }
  .intro .item .cover .header-content h2 {
    font-size: 20px;
  }
  ul.highlights li .highlights__card .highlights__card--desc .col {
    padding: 0 15px;
  }
  ul.highlights li .highlights__card .highlights__card--desc .col p {
    margin: 0 0 10px;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .intro .owl-nav {
    display: none;
  }
  .header,
  .header__inner .header {
    top: 0;
  }
  .header-shrink,
  .header__inner .header-shrink {
    top: 0;
  }
  .careers__form {
    margin-top: 30px;
  }
  ul.career__list li span {
    width: 50px;
    height: auto;
    background: none;
    color: #fff;
    line-height: inherit;
  }
  .header__intro .header__intro--widescreen .col ul.login li {
    padding: 0 10px;
  }
  .intro__inner {
    height: 150px;
  }
  .blue__bg h2,
  .parallax__bg1 h2 {
    font-size: 25px;
  }
  ul.placement__statistics li {
    margin-bottom: 30px;
  }
  ul.placement__statistics li:last-child {
    margin-bottom: 0;
  }
  .orange .btn,
  .blue .btn {
    margin-bottom: 30px;
  }
  ul.affliation li a {
    padding: 15px 25px;
  }
  .card .col {
    padding: 0 8px;
  }
  .card h3 {
    font-size: 14px;
  }
}

/* mobile-landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .gallery li,
  ul.events li,
  ul.pta li {
    width: 50%;
  }
  .intro__inner h2 {
    font-size: 30px;
    line-height: 20px;
  }
  .header__intro .header__intro--widescreen .col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation: landscape) {
  .intro {
    margin-top: 50px;
  }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation: portrait) {
  .intro {
    margin-top: 50px;
  }
}

/* mobile-portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
  .gallery li,
  ul.events li,
  ul.alumni li,
  ul.pta li {
    width: 100%;
  }
  .header__intro .header__intro--widescreen .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__intro .header__intro--widescreen .col ul li {
    padding: 0 5px;
  }
  h2 {
    font-size: 25px;
  }
  .intro__inner ul.breadcrumbs li a {
    padding: 0 5px;
  }
  .intro__inner ul.breadcrumbs li a::after {
    right: -4px;
  }
  .intro__inner h2 {
    font-size: 17px;
    line-height: 1.3;
  }
  .awards__list ul li .awards__list--desc {
    padding-left: 30px;
  }
  .blue h1 {
    font-size: 20px;
  }
  .up {
    bottom: 250px;
    right: 35px;
  }
  ul.highlights li {
    width: 100%;
    margin-top: 80px;
  }
  ul.highlights li:first-child {
    margin-top: 0;
  }
  ul.highlights li .highlights__card .highlights__card--desc .col {
    margin: 0;
  }
  ul.highlights li .highlights__card .highlights__card--desc .col h3 {
    font-size: 16px;
  }
  ul.highlights li .highlights__card .highlights__card--desc .col p {
    line-height: 1.4;
    height: 35px;
  }
  .intro .item {
    height: 40vh;
  }
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .intro {
    margin-top: 55px;
  }
}

/* CORE STYLES */
.navigation {
  width: 100%;
  display: table;
  position: relative;
  font-family: inherit;
}

.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}

.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  padding: 6px 15px;
  display: none;
}

@media screen and (max-width: 1024px) {
  .nav-brand img {
    height: 45px;
  }
}

.navigation-portrait .nav-brand {
  display: block;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation: portrait) {
  .nav-brand {
    padding: 0;
  }
  .nav-brand img {
    height: 35px;
  }
}

@media (max-width: 480px) {
  .nav-brand {
    padding: 0px;
  }
  .nav-brand img {
    height: 35px;
  }
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 0;
  margin-top: 0px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
          box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}

.navigation-portrait .nav-toggle {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-toggle {
    top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .nav-toggle {
    top: 15px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
  .nav-toggle {
    right: 5px;
  }
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background: url(../images/pattern-dark.png);
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background: #0078e8;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}

.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #fff;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #fff;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  line-height: 50px;
  padding: 0 25px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Nunito Sans", sans-serif;
  border-right: 1px solid #146ec3;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ec1751;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.nav-menu > li > a:hover {
  color: #fff;
}

.nav-menu > li > a:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 20px 15px;
  line-height: inherit;
  color: #fff;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #fff;
  background: #3996e3;
}

.navigation-portrait .nav-menu > li:hover > a,
.navigation-portrait .nav-menu > li.active > a,
.navigation-portrait .nav-menu > li.focus > a {
  color: #fff;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.nav-menu > li:first-child {
  border-left: 1px solid #146ec3;
}

.nav-menu .mob-screen {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-menu .mob-screen {
    display: block;
  }
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.nav-menu .mobile {
  display: none;
}

@media (max-width: 1280px) {
  .nav-menu .mobile {
    display: block;
  }
}

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

.submenu-indicator {
  margin-left: 6px;
  margin-top: 22px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 28px;
  left: 24px;
  border-color: #fff;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.navigation-portrait .nav-menu > li:hover > a .submenu-indicator-chevron, .navigation-portrait
.nav-menu > .active > a .submenu-indicator-chevron, .navigation-portrait
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: #fff;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 20px;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  -ms-touch-action: none;
      touch-action: none;
  overflow-x: hidden;
}

/* DROPDOWN EXTENSION */
.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  background: #0b589f;
  background: -webkit-gradient(linear, left top, right top, from(#0b589f), to(#ec1751));
  background: linear-gradient(90deg, #0b589f 0%, #ec1751 100%);
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
  float: left;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
  top: 0;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #fff3;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  border-bottom: #fff3 1px solid;
  color: #fff;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.nav-dropdown > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0078e8;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.nav-dropdown > li > a:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #fff;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 15px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  margin-top: 6px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #3996e3 #3996e3 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  display: inline-block;
  padding: 5px;
  list-style: none;
  color: #000;
  cursor: pointer;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-active {
  color: #3996e3 !important;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  width: 100%;
  position: relative;
  float: left;
  display: none;
}

.tab__content {
  margin-top: 15px;
}

.tab__content h2 {
  color: #3996e3;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

h2.resp-accordion {
  font-size: 14px;
  margin: 0px;
  padding: 10px 0;
}

h2.resp-accordion i {
  display: none;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  position: relative;
  margin-top: -12px;
}

.resp-arrow::after {
  font-family: unicons-line;
  content: "\eb3a";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 25px;
  font-weight: 300;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
}

h2.resp-tab-active span.resp-arrow::after {
  content: "\eb56";
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

.messages ul.resp-tabs-list {
  margin: auto;
  display: table;
}

.messages .resp-tabs-list li {
  padding: 15px 30px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}

.messages .resp-tab-active {
  background: #3996e3;
  border-radius: 50px;
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .messages ul.resp-tabs-list {
    display: block;
  }
  .messages h2.resp-accordion {
    display: none;
  }
  .messages .tab__content .col__6 {
    padding: 0;
  }
  .messages .resp-tabs-list li {
    padding: 12px 20px;
    font-size: 13px;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .tab__content {
    margin: 0;
  }
}

.smk_accordion {
  width: 100%;
  position: relative;
  float: left;
  position: relative;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.smk_accordion .accordion_in .acc_head {
  width: 100%;
  position: relative;
  float: left;
  padding: 15px;
  font-weight: 600;
  color: #fff;
  background: #1f1f1f;
  border-bottom: #fff 1px solid;
  cursor: pointer;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -17px;
  font-weight: 400;
  font-size: 20px;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand::before {
  content: "\e98c";
  font-family: unicons-line;
}

.smk_accordion .accordion_in .acc_content {
  background: #fff;
  padding: 15px;
  width: 100%;
  position: relative;
  float: left;
  font-size: 14px;
}

.smk_accordion .accordion_in .acc_content p:nth-child(1) {
  margin: 0;
}

.smk_accordion .acc_active .acc_head {
  background: #f39c12;
}

.smk_accordion .acc_active .acc_head .acc_icon_expand::before {
  content: "\e983";
  font-family: unicons-line;
}

.jquery-datepicker {
  position: relative;
  outline: none;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  height: 240px;
  padding: 5px;
  font-size: 16px;
  font-family: sans-serif;
}

.jquery-datepicker .datepicker-box {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.jquery-datepicker .datepicker-box .box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.jquery-datepicker .datepicker-box .box-row.row-header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  padding-bottom: 5px;
  padding-right: 60px;
  margin-bottom: 5px;
}

.jquery-datepicker .datepicker-box .box-row.row-header .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding: 5px 7px;
  cursor: pointer;
  width: 100%;
}

.jquery-datepicker .datepicker-box .box-row.row-header .header-actions {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
}

.jquery-datepicker .datepicker-box .box-row.row-header .header-actions .header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  float: left;
  height: 100%;
  width: 25px;
  cursor: pointer;
}

.jquery-datepicker .datepicker-box .box-row.row-header .header-actions .header-action:not(:last-child) {
  margin-right: 3px;
}

.jquery-datepicker .datepicker-box .box-row.row-header .header-actions .header-action::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
}

.jquery-datepicker .datepicker-box .box-row.row-header .header-actions .header-action.action-down::after {
  border-width: 5px 6px 5px 0;
  border-color: transparent red transparent transparent;
}

.jquery-datepicker .datepicker-box .box-row.row-header .header-actions .header-action.action-up::after {
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent red;
}

.jquery-datepicker .datepicker-box .box-row.row-days {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.jquery-datepicker .datepicker-box .box-row.row-week {
  font-size: 14px;
  text-align: right;
}

.jquery-datepicker .datepicker-box .box-row .box-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 5px;
  cursor: default;
}

.jquery-datepicker .datepicker-box.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jquery-datepicker.is-2x {
  width: 480px;
  height: 480px;
  font-size: 21px;
}

.jquery-datepicker.is-2x .datepicker-box .box-row.row-days {
  font-size: 16px;
}

.jquery-datepicker.is-2x .datepicker-box .box-row.row-week {
  font-size: 18px;
}

.jquery-datepicker.is-open {
  display: block;
}

.jquery-datepicker.is-popup {
  position: absolute;
  top: 50px;
  left: 50px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.jquery-datepicker.is-popup::before, .jquery-datepicker.is-popup::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.jquery-datepicker.is-popup.tip-below::before, .jquery-datepicker.is-popup.tip-below::after {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-color: red transparent transparent transparent;
}

.jquery-datepicker.is-popup.tip-below::before {
  bottom: -11px;
}

.jquery-datepicker.is-popup.tip-above::before, .jquery-datepicker.is-popup.tip-above::after {
  top: -10px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent red transparent;
}

.jquery-datepicker.is-popup.tip-above::before {
  top: -11px;
}

.jquery-datepicker.is-popup.tip-right::before, .jquery-datepicker.is-popup.tip-right::after {
  right: 20px;
}

.jquery-datepicker.is-popup.tip-left::before, .jquery-datepicker.is-popup.tip-left::after {
  left: 20px;
}

.jquery-datepicker.theme-light {
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  color: #222222;
}

.jquery-datepicker.theme-light .datepicker-box {
  background: #FFFFFF;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-header {
  color: #626262;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-header .header-title:hover {
  color: #222222;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-header .header-actions .header-action.action-down::after {
  border-color: transparent #CCCCCC transparent transparent;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-header .header-actions .header-action.action-up::after {
  border-color: transparent transparent transparent #CCCCCC;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-header .header-actions .header-action.action-down:hover::after {
  border-color: transparent #222222 transparent transparent;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-header .header-actions .header-action.action-up:hover::after {
  border-color: transparent transparent transparent #222222;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-days {
  color: #7b7b7b;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell:hover {
  background: #EEEEEE;
  color: #222222;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell.cell-grayed {
  background: transparent;
  color: #CCCCCC;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell.cell-today {
  background: #FFFFFF;
  color: #12AFCB;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell.cell-today:hover {
  background: #EEEEEE;
  color: #222222;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell.cell-marked {
  background: rgba(255, 213, 79, 0.2);
  color: #cf9d00;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell.cell-marked:hover {
  background: #EEEEEE;
  color: #222222;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell.cell-forbidden {
  background: rgba(229, 115, 115, 0.2);
  color: #b72222;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell.cell-selected {
  background: #12AFCB;
  color: #FFFFFF;
}

.jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell.cell-selected:hover {
  background: #12AFCB;
  color: #FFFFFF;
}

.jquery-datepicker.theme-light.tip-below::before {
  border-color: #CCCCCC transparent transparent transparent;
}

.jquery-datepicker.theme-light.tip-above::before {
  border-color: transparent transparent #CCCCCC transparent;
}

.jquery-datepicker.theme-light.tip-below::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.jquery-datepicker.theme-light.tip-above::after {
  border-color: transparent transparent #FFFFFF transparent;
}

.jquery-datepicker.theme-dark {
  border: 1px solid #323232;
  background: #1B1B1B;
  color: #FFFFFF;
}

.jquery-datepicker.theme-dark .datepicker-box {
  background: #1B1B1B;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-header {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(50, 50, 50, 0.75);
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-header .header-title:hover {
  color: #FFFFFF;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-header .header-actions .header-action.action-down::after {
  border-color: transparent #323232 transparent transparent;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-header .header-actions .header-action.action-up::after {
  border-color: transparent transparent transparent #323232;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-header .header-actions .header-action.action-down:hover::after {
  border-color: transparent #FFFFFF transparent transparent;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-header .header-actions .header-action.action-up:hover::after {
  border-color: transparent transparent transparent #FFFFFF;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-days {
  color: rgba(255, 255, 255, 0.35);
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-week .box-cell:hover {
  background: #323232;
  color: #FFFFFF;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-week .box-cell.cell-grayed {
  background: transparent;
  color: #323232;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-week .box-cell.cell-today {
  background: #1B1B1B;
  color: #12AFCB;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-week .box-cell.cell-today:hover {
  background: #323232;
  color: #FFFFFF;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-week .box-cell.cell-marked {
  background: rgba(255, 213, 79, 0.05);
  color: #cf9d00;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-week .box-cell.cell-marked:hover {
  background: #323232;
  color: #FFFFFF;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-week .box-cell.cell-forbidden {
  background: rgba(229, 115, 115, 0.05);
  color: #b72222;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-week .box-cell.cell-selected {
  background: #12AFCB;
  color: #FFFFFF;
}

.jquery-datepicker.theme-dark .datepicker-box .box-row.row-week .box-cell.cell-selected:hover {
  background: #12AFCB;
  color: #FFFFFF;
}

.jquery-datepicker.theme-dark.tip-below::before {
  border-color: #323232 transparent transparent transparent;
}

.jquery-datepicker.theme-dark.tip-above::before {
  border-color: transparent transparent #323232 transparent;
}

.jquery-datepicker.theme-dark.tip-below::after {
  border-color: #1B1B1B transparent transparent transparent;
}

.jquery-datepicker.theme-dark.tip-above::after {
  border-color: transparent transparent #1B1B1B transparent;
}
/*# sourceMappingURL=visat.css.map */