::-webkit-input-placeholder {
  opacity: 1;
  color: #8d8d8d;
}

:-moz-placeholder {
  opacity: 1;
  color: #8d8d8d;
}

::-moz-placeholder {
  opacity: 1;
  color: #8d8d8d;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #8d8d8d;
}

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

::-moz-selection {
  background: #961B46;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #961B46;
  color: #fff;
  text-shadow: none;
}

:focus {
  outline: 0 none;
}

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

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

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

[hidden] {
  display: none;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

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

html,
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif, sans-serif;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
}

img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.2;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}

a:hover {
  color: #961B46;
}

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

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

pre {
  margin: 1em 0;
}

p {
  margin: 0 0 25px;
}

p:last-child,
p:last-of-type {
  margin-bottom: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
}

iframe {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}

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

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

input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="url"],
input[type="mobile"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  resize: none;
  width: 100%;
  border: 0 none;
  border-bottom: 1px solid #8d8d8d;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  padding: 0;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: left;
}

select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  border: 0 none;
  border-bottom: 1px solid #8d8d8d;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  padding: 0;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: left;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
  height: 30px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-bottom-color: #961B46;
}

textarea {
  height: 130px;
}

select {
  height: 30px;
}

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

address {
  font-style: normal;
  font-size: 14px;
}

hr {
  border: 0 none;
  border-top: 1px solid #000;
  margin: 30px 0;
  display: block;
  width: 100%;
}

ul,
ol {
  margin: 20px 0;
  padding: 0;
}

ul ul,
ol ol {
  margin: 10px 0;
  padding-left: 15px;
}

ul:first-of-type,
ol:first-of-type {
  margin-top: 0;
}

*+ul:first-of-type,
*+ol:first-of-type {
  margin-top: 10px;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins-light.woff2") format("woff2"), url("../fonts/poppins-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins-medium.woff2") format("woff2"), url("../fonts/poppins-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins-regular.woff2") format("woff2"), url("../fonts/poppins-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins-semibold.woff2") format("woff2"), url("../fonts/poppins-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins-bold.woff2") format("woff2"), url("../fonts/poppins-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  font-weight: 400;
}

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

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  min-height: 1px;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.field {
  margin-bottom: 20px;
}

.left {
  max-width: 738px;
  position: relative;
  z-index: 3;
}

.heading {
  font-family: "Poppins";
  color: #009adc;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}

.heading:after {
  content: '';
  display: inline-block;
  width: 155px;
  height: 1px;
  background: #009adc;
  vertical-align: middle;
  margin-left: 10px;
}

.heading span {
  font-size: 38px;
  color: #000;
  font-weight: 300;
}

.subheading {
  font-size: 21px;
  color: #404649;
  font-weight: 300;
  line-height: 1.5;
}

.subheading strong {
  font-weight: 400;
}

.slicknav_menu {
  display: none;
}

.navigation {
  background: #2f3472;
}

.navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin: 0;
}

.navigation ul li a {
  color: #fff;
  font-size: 13px;
  padding: 0 15px;
  line-height: 2.75;
}

.navigation ul li:last-of-type a {
  padding-right: 0;
}

.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}

.header .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header .logo {
  padding: 15px 0;
}

.header .header-right ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  /*-webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;*/
}

.header .header-right ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header .header-right ul li a {
  font-size: 14px;
  color: #0d0d0d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 10px;
  line-height: 1.7;
}

.header .header-right ul li a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon-phone.png) no-repeat center;
  margin-right: 13px;
}

.header .header-right ul li.whatsup {
  max-width: 225px;
}

.header .header-right ul li.whatsup a:first-of-type {
  margin-right: 0;
}

.header .header-right ul li.whatsup a:last-of-type {
  margin-left: 0;
}

.header .header-right ul li.whatsup a:first-of-type:before {
  background-image: url(../img/icon-phone.png);
  display: block;
}

.header .header-right ul li.whatsup a:nth-of-type(3) {
  margin-left: 41px;
}

.header .header-right ul li.whatsup a:before {
  display: none;
}

.header .header-right ul li.mail {
  border-right: 0;
}

.header .header-right ul li.mail a {
  line-height: 1.25;
}

.header .header-right ul li.mail a:before {
  width: 21px;
  height: 15px;
  background-image: url(../img/icon-mail.png);
}

.banner ul {
  margin: 0;
}

.banner ul li {
  position: relative;
}

.banner ul li img {
  width: 100%;
}

.banner ul li .wrapper {
  position: absolute;
  left: 0;
  bottom: 90px;
  right: 0;
  margin: 0 auto;
}

.banner .banner-heading {
  font-family: "Poppins";
  font-size: 64px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.1;
  width: 100%;
}

.banner .banner-heading sup {
  text-transform: lowercase;
}

.banner .banner-heading span {
  font-weight: 100;
  display: block;
  font-size: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.banner .banner-heading span:after {
  content: "";
  display: inline-block;
  width: 160px;
  height: 1px;
  background: #fff;
  margin-left: 15px;
}

.banner p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  max-width: 550px;
  line-height: 1.4;
}

.banner {
  min-height: 500px;
}

.banner .owl-carousel {
  z-index: initial;
  list-style: none;

}

.banner .owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  text-align: left;
}

.banner .owl-theme .owl-dots .owl-dot {
  position: relative;
  z-index: 5;
}

.banner .owl-theme .owl-dots .owl-dot span {
  background: #b3b5ab;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 3px;
}

.banner .owl-theme .owl-dots .owl-dot.active span {
  background: #b5491d;
}

.banner-form {
  position: relative;
}

.banner-form .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.banner-form .wrapper.fixed-form {
  position: fixed;
  right: 0;
  top: 60px;
}

.banner-form .wrapper.fixed-form.done {
  bottom: 349px;
  top: auto;
}

.apply-now {
  max-width: 420px;
  width: 100%;
  background: #fff;
  float: right;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.apply-now .apply-heading {
  background: #009adc;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 0;
}

.apply-now .apply-heading span {
  text-transform: none;
  font-size: 13px;
  display: block;
  font-weight: 400;
}

.apply-now .apply-form {
  padding: 0 30px;
}

.apply-now .apply-form .field {
  margin-bottom: 0;
}

.apply-now .apply-form input,
.apply-now .apply-form select {
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  height: 43px;
}

.apply-now .apply-form .action {
  margin: 40px 0 25px;
}

.apply-now .apply-form .action .submit {
  background: #bf0b0f;
  color: #fff;
  width: 100%;
  height: 45px;
  -webkit-box-shadow: 0 0 15px rgba(191, 11, 15, 0.4);
  -moz-box-shadow: 0 0 15px rgba(191, 11, 15, 0.4);
  box-shadow: 0 0 15px rgba(191, 11, 15, 0.4);
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.apply-now .apply-form .action .submit:hover {
  background: #009adc;
  -webkit-box-shadow: 0 0 15px rgba(0, 154, 220, 0.4);
  -moz-box-shadow: 0 0 15px rgba(0, 154, 220, 0.4);
  box-shadow: 0 0 15px rgba(0, 154, 220, 0.4);
}
.apply-now iframe {
  max-height: 90vh;
  overflow: auto;
}
.about-us {
  padding: 40px 0 30px;
  background: #f9fafb;
}

.about-us .heading span {
  display: block;
}

.about-us .subheading {
  margin-bottom: 20px;
}

.about-us p {
  font-size: 16px;
  line-height: 24px;
  color: #5e5e5e;
}

.course {
  padding-top: 30px;
}

.course .heading {
  color: #2f3472;
}

.course .heading span {
  color: #393941;
  display: inline-block;
  vertical-align: middle;
}

.course .heading:after {
  background: #2f3472;
}

.corese-list {
  margin-top: 50px;
  position: relative;
  z-index: 999999;
}

.corese-list>ul {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  list-style: none;
}

.corese-list>ul>li {
  width: 100%;
  position: relative;
  background: #f9fafb;
  padding: 0 20px;
  margin-bottom: 45px;
}

.corese-list>ul>li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 11px;
  left: 10px;
  background: #f1f3f5;
  z-index: -1;
}

.corese-list .list-heading {
  background: #bf0b0f;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 1.5;
  margin-top: -20px;
  -webkit-box-shadow: 0 0 15px rgba(191, 11, 15, 0.4);
  -moz-box-shadow: 0 0 15px rgba(191, 11, 15, 0.4);
  box-shadow: 0 0 15px rgba(191, 11, 15, 0.4);
}

.corese-list .list-heading strong {
  font-weight: 700;
}

.corese-list .list-list {
  margin-top: 20px;
  height: 90px;
}

.corese-list .list-list ul {
  padding: 0;
  display: block;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.corese-list .list-list ul.sub-list {
  margin-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #e0e1e1;
}

.corese-list .list-list ul.sub-list li {
  width: 100%;
  width: 100%;
  list-style-type: disc;
  font-size: 13px;
  padding: 6px 0;
  margin-left: 10px;
  list-style-type: disc;
}

.corese-list .list-list ul.sub-list li:before {
  background: none;
}

.co-description-details ul {
  padding: 0;
  display: block;
  list-style: none;
}

.corese-list .list-list ul li,
.co-description-details ul li {
  position: relative;
  font-size: 14px;
  color: #545454;
  line-height: 20px;
  margin-left: 20px;
  padding: 10px 0;
  width: calc(50% - 30px);
  border-bottom: 1px solid #e0e1e1;
}

.co-description-details ul li {
  width: calc(100% - 30px);
}

.corese-list .list-list ul li.has-sub-list {
  padding-bottom: 0;
  border-bottom: 0;
}

.corese-list .list-list ul li:before,
.co-description-details ul li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(../img/icon-bullet.png) no-repeat 0 0;
  position: absolute;
  left: -20px;
  top: 14px;
}

.corese-list .list-list ul li:last-of-type {
  border-bottom: 0;
}

.corese-list .list-list .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.1);
}

.corese-list .list-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #009adc;
}

.corese-list .download {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.corese-list .download a {
  color: #24296a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.corese-list .download a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 11px;
  background: url(../img/icon-download.png) no-repeat 0 0;
  margin-top: 2px;
  margin-right: 10px;
}

.achievement .left {
  background: #2f3472;
  position: relative;
  padding: 30px 0;
}

.achievement .left:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: #2f3472;
  position: absolute;
  left: -200%;
  top: 0;
}

.achievement .heading {
  color: #fff;
  font-size: 47px;
}

.achievement .heading span {
  color: #fff;
  font-size: 47px;
}

.achievement .heading:after {
  background: #fff;
}

.achievement-list {
  margin-top: 30px;
}

.achievement-list ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.achievement-list ul li {
  position: relative;
  font-family: "Poppins";
  margin-right: 90px;
  display: inline-block;
}

.achievement-list ul li:before {
  content: "";
  display: block;
  width: 133px;
  height: 141px;
  border: 1px solid rgba(255, 156, 0, 0.4);
  position: absolute;
  left: 35px;
  top: 0;
  z-index: 1;
}

.achievement-list ul li>div {
  background: #2f3472;
  margin: 19px 0 20px;
  position: relative;
  z-index: 2;
}

.achievement-list ul.owl-theme .owl-nav {
  margin-top: 15px;
}

.achievement-list ul.owl-theme .owl-nav [class*="owl-"] {
  background: none;
  padding: 0;
}

.achievement-list ul.owl-theme .owl-nav [class*="owl-"]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #ffd800;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.achievement-list ul.owl-theme .owl-nav .owl-next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.achievement-list .list-heading {
  font-size: 47px;
  color: #ffd800;
  text-transform: uppercase;
  font-weight: 700;
}

.achievement-list .list-heading span {
  font-size: 30px;
}

.achievement-list p {
  font-size: 23px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -2px;
}

.achievement-list p span {
  font-size: 13px;
  display: block;
  letter-spacing: 1px;
}

.infrastructure {
  padding: 35px 0;
}

.infrastructure .heading {
  font-size: 47px;
  margin-bottom: 25px;
}

.infrastructure .heading span {
  font-size: 47px;
}

.infrastructure .left::after {
  content: "";
  clear: both;
  display: table;
}

.infrastructure-list {
  float: left;
}

.infrastructure-list ul {
  margin: 0;
  list-style: none;
  max-width: 450px;
}

.infrastructure-list ul::after {
  content: "";
  clear: both;
  display: table;
}

.infrastructure-list ul li {
  position: relative;
  float: left;
}

.infrastructure-list ul li:nth-of-type(1) {
  margin-right: 5px;
}

.infrastructure-list ul li:nth-of-type(2) {
  margin-bottom: 5px;
}

.infrastructure-list ul li img {
  display: block;
}

.infrastructure-list ul li span {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 13px;
}

.infrastructure-list ul:nth-of-type(2) {
  margin-top: 5px;
}

.infrastructure-list ul:nth-of-type(3) {
  margin-left: 5px;
}

.infrastructure-list-2 {
  margin-left: 5px;
}

.infrastructure-list-2 ul li:nth-of-type(1) {
  margin-right: 0;
}

.placement {
  padding-bottom: 25px;
}

.placement .heading {
  color: #2f3472;
  font-size: 47px;
}

.placement .heading span {
  font-size: 47px;
}

.placement .heading:after {
  background: #2f3472;
}

.placement-list {
  margin-top: 20px;
}

.placement-list ul {
  list-style: none;
  margin: 0;
}

.placement-list ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: flex-start;
  -ms-flex-pack: space-between;
}

.placement-list ul li a {
  display: block;
  margin-bottom: 20px;
}

.placement-list ul li a img {
  display: block;
}

.footer {
  background: url(../img/bg-contact.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 25px 0;
}

.footer .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .left {
  max-width: 840px;
}

.footer .heading {
  color: #fff;
  font-size: 47px;
  margin-top: 15px;
}

.footer .heading span {
  color: #fff;
  font-size: 47px;
}

.footer .heading:after {
  background: #fff;
}

.footer-info {
  margin-top: 30px;
}

.footer-info ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-info ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;*/
  margin-right: 30px;
}

.footer-info ul li:nth-of-type(1) {
  width: 36.904%;
}

.footer-info ul li:last-of-type {
  margin-right: 0;
  width: 100%;
  margin-top: 15px;
}

.footer-info .image {
  background: #bf0b0f;
  width: 51px;
  height: 51px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.footer-info .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.footer-info .desc {
  color: #fff;
  font-family: "Poppins";
  padding-left: 10px;
  width: calc(100% - 51px);
}

.footer-info .list-heading {
  font-weight: 600;
  text-transform: uppercase;
}

.footer-info p {
  line-height: 22px;
  margin: 0;
  display: flex;
}

.footer-info p.whatsup a {
  position: relative;
  margin-right: 10px;
}

.footer-info p.whatsup a:first-of-type:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon-whatsup.png) no-repeat center;
  margin-top: 1px;
  vertical-align: top;
}

.footer-info a {
  display: block;
  color: #fff;
}

.map {
  border: 4px solid #bf0b0f;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.map img,
.map iframe {
  display: block;
}

.copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  padding: 15px 0;
}

.copyright .left {
  width: 50%;
  float: left;
}

.copyright .right {
  width: 50%;
  float: right;
  text-align: right;
}

.brochure {
  display: none;
}

.brochure .apply-now {
  max-width: none;
  width: 500px;
}

.brochure .apply-now .apply-form .action {
  margin-bottom: 0;
}

.thankyou {
  font-size: 30px;
  text-align: center;
  height: 300px;
  padding-top: 120px;
  border-top: 1px solid #ccc;
}

.apply-button {
  display: none;
  position: fixed;
  top: 50%;
  right: -50px;
  margin-top: -66px;
  z-index: 11;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.apply-button.show {
  right: 0;
}

.apply-other {
  position: fixed;
  right: -105%;
  top: 50%;
  margin-top: -118px;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  z-index: 10;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 90%;
}

.apply-other.active {
  right: 5%;
}

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

.sutdent-cell {
  margin-top: 40px;
}

.sutdent-cell .image {
  position: relative;
  overflow: hidden;
}

.sutdent-cell .image img {
  width: 100%;
}

.sutdent-cell .desc {
  position: absolute;
  top: 0;
  left: -6%;
  width: 70%;
  height: 100%;
  background: rgba(47, 52, 114, 0.8);
  transform: skewX(15deg);
  padding-left: 95px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sutdent-cell .desc .desc-content {
  transform: skewX(-15deg);
}

.sutdent-cell .desc .heading {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
}

.sutdent-cell .desc .heading:after {
  display: none;
}

.sutdent-cell .desc .heading span {
  font-weight: 700;
  color: #fff;
}

.sutdent-cell .desc p {
  color: #fff;
  line-height: 24px;
}

@media screen and (max-width: 1199px) {
  .wrapper {
    padding: 0 2%;
  }

  .header .logo {
    width: 44.16%;
  }

  .header .logo img {
    width: 100%;
  }

  .apply-now {
    max-width: 350px;
  }

  .apply-now .apply-heading {
    padding: 10px 0;
    font-size: 24px;
  }

  .apply-now .apply-heading span {
    font-size: 12px;
  }

  .apply-now .apply-form {
    padding: 0 20px;
  }

  .apply-now .apply-form input,
  .apply-now .apply-form select {
    height: 44px;
    font-size: 13px;
  }

  .apply-now .apply-form .action {
    margin: 10px 0;
  }

  .apply-now .apply-form .action .submit {
    height: 36px;
    font-size: 15px;
  }

  .banner .banner-heading {
    font-size: 50px;
  }

  .banner .banner-heading span {
    font-size: 36px;
  }

  .banner p {
    font-size: 16px;
  }

  .left {
    max-width: 610px;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-right ul li a {
    font-size: 13px;
  }

  .left {
    max-width: 540px;
  }

  .banner {
    min-height: 200px;
  }
}

@media screen and (max-width: 959px) {
  .navigation ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .header .header-right {
    width: 45%;
  }

  .header .header-right ul {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }

  .header .header-right ul li.whatsup {
    border-right: 0;
  }

  .header .header-right ul li.mail {
    width: 100%;
  }

  .header .header-right ul li.mail a {
    display: inline;
    margin-right: 0;
  }

  .header .header-right ul li.mail a:before {
    vertical-align: top;
    margin-top: 4px;
  }

  .apply-now {
    width: 300px;
  }

  .apply-now .apply-heading {
    padding: 5px 0;
    font-size: 20px;
  }

  .apply-now .apply-form input,
  .apply-now .apply-form select {
    height: 36px;
    font-size: 12px;
  }

  .banner .banner-heading {
    font-size: 32px;
  }

  .banner .banner-heading span {
    font-size: 24px;
  }

  .banner p {
    font-size: 14px;
    max-width: 415px;
  }

  .banner p br {
    display: none;
  }

  .left {
    max-width: 420px;
  }

  .heading {
    font-size: 30px;
  }

  .heading:after {
    width: 130px;
  }

  .heading span {
    font-size: 20px;
  }

  .subheading {
    font-size: 16px;
  }

  .about-us p {
    font-size: 14px;
  }

  .course .heading span {
    display: block;
  }

  .corese-list>ul>li {
    width: 100%;
  }

  .corese-list .list-list {
    height: auto;
  }

  .achievement .heading {
    font-size: 30px;
  }

  .achievement .heading span {
    display: block;
    font-size: 20px;
  }

  .achievement-list ul li {
    margin-right: 105px;
    margin-bottom: 30px;
  }

  .achievement-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .achievement-list ul li:before {
    height: 110px;
  }

  .achievement-list .list-heading {
    font-size: 32px;
  }

  .achievement-list p {
    font-size: 18px;
    letter-spacing: 0;
  }

  .achievement-list p span {
    font-size: 11px;
  }

  .infrastructure .heading {
    font-size: 30px;
  }

  .infrastructure .heading span {
    font-size: 20px;
    display: block;
  }

  .infrastructure-list ul li {
    width: 46.22%;
  }

  .infrastructure-list ul li:nth-of-type(1) {
    width: 52.44%;
    margin-right: 1.11%;
  }

  .infrastructure-list-2 {
    width: 100%;
    margin-left: 0;
  }

  .infrastructure-list-2 ul li:nth-of-type(1) {
    width: 100%;
  }

  .infrastructure-list-2 ul li:nth-of-type(1) img {
    width: 100%;
  }

  .placement .heading {
    font-size: 30px;
  }

  .placement .heading span {
    font-size: 20px;
    display: block;
  }

  .placement-list {
    margin-top: 10px;
  }

  .placement-list ul li a {
    width: 48.7%;
    margin-bottom: 10px;
  }

  .footer .wrapper {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .footer .left {
    width: 50%;
  }

  .footer .heading {
    font-size: 30px;
    margin-top: 0;
  }

  .footer .heading span {
    font-size: 30px;
  }

  .footer-info {
    margin-top: 15px;
  }

  .footer-info .list-heading {
    font-size: 14px;
  }

  .footer-info p {
    font-size: 13px;
  }

  .footer-info ul {
    margin: 0;
  }

  .footer-info ul li {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .footer-info ul li:nth-of-type(1) {
    width: 100%;
  }

  .sutdent-cell .desc .heading {
    font-size: 24px;
  }

  .sutdent-cell .desc {
    padding-left: 40px;
  }

  .sutdent-cell .desc p {
    font-size: 14px;
    line-height: 20px;
  }
}

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

  .header .wrapper {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .header .logo {
    width: 95%;
    padding: 10px 0;
  }

  .header .header-right {
    width: 90%;
    margin-bottom: 10px;
  }

  .header .header-right ul {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .header .header-right ul li.whatsup {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header .header-right ul li.mail {
    width: auto;
  }

  .header .header-right ul li.mail a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .banner ul li .wrapper {
    text-align: center;
  }

  .banner .banner-heading span {
    display: block;
    text-align: center;
  }

  .banner .banner-heading span:after {
    display: none;
  }

  .banner p {
    max-width: 100%;
    margin-top: 10px;
  }

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

  .banner-form .wrapper {
    position: static !important;
  }

  .banner-form .wrapper.fixed-form {
    position: static;
  }

  .banner-form .wrapper.done {
    position: static;
  }

  .apply-now {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
  }

  .apply-now .apply-form .action {
    display: inline-block;
    width: 100%;
  }

  .banner-form .apply-now {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    z-index: 10;
  }

  .banner-form .apply-now .apply-form .action {
    display: inline-block;
    width: 100%;
  }

  .left {
    max-width: 100%;
  }

  .infrastructure-list {
    float: none;
  }

  .infrastructure-list ul {
    max-width: none;
  }

  .infrastructure-list ul li img {
    width: 100%;
  }

  .placement-list ul li a {
    width: 32%;
  }

  .footer .left {
    width: 100%;
  }

  .footer .right {
    width: 100%;
  }

  .map img {
    width: 100%;
  }

  .copyright .left {
    width: 100%;
    text-align: center;
  }

  .copyright .right {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }

  .achievement .wrapper {
    padding: 0;
  }

  .achievement .left {
    padding-left: 2%;
    padding-right: 2%;
  }

  .achievement .left:before {
    display: none;
  }

  .achievement-list {
    margin-top: 20px;
  }

  .achievement-list ul li {
    margin-right: 92px;
    margin-bottom: 0;
  }

  .achievement-list ul li:nth-of-type(2n) {
    margin-right: 40px;
  }

  .achievement-list ul li:last-of-type {
    margin-right: 0;
  }

  .apply-button {
    display: block;
  }

  .placement-banner {
    position: relative;
  }

  .placement-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
  }

  .sutdent-cell .desc {
    padding-left: 50px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 599px) {
  .header .header-right {
    width: 100%;
  }

  .header .header-right ul li a {
    margin: 0 10px;
  }

  .header .header-right ul li.phone a {
    margin-left: 0;
  }

  .achievement-list ul li {
    margin-bottom: 25px;
  }

  .brochure .apply-now {
    width: 100%;
  }

  .banner .owl-carousel .owl-item img {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .header .header-right ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .header .header-right ul li.whatsup {
    border-right: 0;
    max-width: max-content;
    gap: 10px;
  }
  .header .header-right ul li a {
    font-size: 12px;
    margin: 0 !important;
  }

  .header .header-right ul li.mail a {
      display: contents;
  }
  .banner {
      min-height: 160px;
  }
  .banner ul li .wrapper {
    bottom: 30px;
  }

  .banner .banner-heading {
    font-size: 22px;
  }

  .banner .banner-heading span {
    font-size: 18px;
  }
  .banner p {      
    display: none;
  }
  .banner .owl-carousel .owl-item img {
      height: 150px;
  }
  .banner .owl-theme .owl-dots {
    bottom: 6px;
  }

  .achievement .heading {
    text-align: center;
    line-height: 30px;
  }

  .achievement .heading:after {
    display: block;
    margin: 15px auto 0;
  }

  .achievement-list ul {
    display: block;
  }

  .achievement-list ul li {
    margin-right: 0;
    margin-bottom: 0px;
    display: block;
    padding: 1px;
    text-align: center;
  }

  .achievement-list ul li:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 175px;
  }

  .achievement-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .placement-list ul li a {
    width: 48.9%;
  }

  .corese-list .list-list ul li {
    width: 100%;
  }

  .sutdent-cell .desc .heading {
    line-height: 24px;
    font-size: 20px;
  }

  .sutdent-cell .desc {
    padding-left: 35px;
    padding-right: 8px;
    width: 75%;
  }

  .sutdent-cell .desc p {
    font-size: 13px;
  }

  p.whatsup {
    display: flex;
    flex-wrap: wrap;
  }
  .infrastructure-list ul li img {   
    max-height: 300px;
   
  } 
  .infrastructure-list ul li span {    
    font-size: 14px;
    text-transform: capitalize;      
  }
  .heading,.achievement .heading,.placement .heading,.footer .heading,.infrastructure .heading{
    font-size: 20px;
  }  
  .footer .heading span,.placement .heading span,.infrastructure .heading span,.heading span,.achievement .heading span {
    font-size: 16px;
  }
  .heading:after {
      width: 20%;
  }
}