@import url('https://fonts.googleapis.com/css?family=Nunito:400,500,600,700,800,900');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

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

body {
  line-height: 1;
  font-family: 'Nunito';
  background: #fff;
  color: #000;
  font-size: 14px;
  overflow-x: hidden !important
}

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 1000;
  display: block
}

.spinner {
  position: relative;
  top: 35%;
  width: 78px;
  height: 78px;
  display: block;
  margin: 0 auto
}

ol,
ul {
  list-style: none
}

ul li {
  line-height: 22px
}

blockquote,
q {
  quotes: none
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito'
}

a:hover {
  text-decoration: none
}

a:focus,
button:focus {
  outline: 0
}

:focus {
  outline: 0
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1366px
}

section {
  padding: 64px 0
}

h1 {
  font-size: 42px;
  font-weight: 600
}

h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  font-family: 'Nunito' !important;
  text-align: center;
  color: #2C3039;
  position: relative;
  margin: 0 auto 30px !important;
  left: 0;
  right: 0;
  display: inline;
}

h2:after {
  content: "";
  background: url(../images/title-bg.png);
  width: 100%;
  height: 21px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -99;
  bottom: 3px;
}

h2 span {
  color: red;
  display: block
}

p {
  line-height: 24px;
  color: #7a7a7a;
  font-size: 14px
}

.nopadding {
  padding: 0 !important
}

.padding1 {
  padding: 0 10px !important
}

.m20 {
  margin: 20px 0 0 0
}

.btn {
  width: auto;
  height: auto;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background: #a37930
}

.btn:hover {
  color: #fff;
  background: #001937
}

header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  top: 0;
  padding: 10px 0;
}

header.large {}

header.small {
  padding: 5px 0;
  background: #00509D;
}

.small,
small {
  font-size: 100%
}

.navbar-brand {
  display: inline-block;
  padding: 0;
  width: 17%;
  max-width: 225px;
  margin: 0 0 0 20px !important;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.topmenu {
  float: right;
  width: 80%;
  text-align: right
}

nav ul {
  padding: 0;
  margin: 7px 0 0 0;
  list-style-type: none
}

nav li {
  display: inline-block;
  text-align: left;
  font-weight: bold
}

.nav li a:hover {
  color: #E74E6C;
}

nav li a {
  display: block;
  padding: 0 40px
}

.nav li a.active {

  color: #E74E6C;
  position: relative
}

.nav li a.active:after {
  position: absolute;
  content: "";
  background: #E74E6C;
  width: auto;
  left: 0;
  height: 3px;
  right: 0;
  bottom: 0
}

header.small .nav li a.active {
  color: #F9F018;
  position: relative
}

header.small .nav li a.active:after {
  position: absolute;
  content: "";
  background: #F9F018;
  width: auto;
  left: 0;
  height: 3px;
  right: 0;
  bottom: 0
}

.nav-link {
  font-weight: 500;
  margin: 0 1rem;
  display: block;
  font-size: 16px;
  padding: .5rem .5rem;
  color: #555
}

.nav {
  display: inline-block !important
}

nav li.vline {
  background: rgba(255, 255, 255, 0.80);
  vertical-align: middle;
  height: 30px;
  width: 1px
}

header.small .nav-link {
  display: block
}

.nav-mobile {
  display: none;
  font-weight: bold;
  width: 100%
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: .4s
}

.bg-light {
  background-color: #fff !important
}

.enquiry {
  float: right;
  margin: 25px 10px 0 32px;
  text-align: center;
  text-transform: uppercase
}

.enquiry a {
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 6px 20px;
  color: #fff
}

.enquiry:hover a {
  border: 2px solid #fff;
  border-radius: 0;
  padding: 6px 20px;
  background: #fff;
  color: #765932;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.homebanner {
  margin: 67px 0 0 0;
  position: relative
}

.homebanner .container {
  background: #fff;
  position: relative;
}

.enroll-bg {
  background: url(../images/form-bg.png) no-repeat center center;
  width: 100%;
  height: 240px;
  background-size: cover;
}

.homeform {
  width: 100%;
  box-shadow: 0 0 4px 0 rgba(231, 78, 108, 0.25);
  padding: 40px;
  border-radius: 0 0 48px 48px;
  margin: 0px 0 0px 0;
  background: #00509D url("../images/form-bg-inside.png") no-repeat center center;
  background-size: cover;
}

.form-heading {
  text-align: center;
  color: #fff;
  padding: 0 15px 15px 15px;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  font-family: 'Nunito' !important;
  text-transform: uppercase
}

.submitbtn .eduact-btn {
  width: 100%;
  text-align: center;
  padding: 9px 32px 9px;
  border: 2px solid #fff;
}

input,
textarea {
  outline: 0;
  -webkit-appearance: none
}

input[type="text"] {
  color: #333;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px
}

.homeform .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 9px 15px 9px 15px !important;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #7e7e7e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.homeform .form-control:focus {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #de9db3;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(222 157 179 / 25%)
}

.homeform ::-webkit-input-placeholder {
  color: #7e7e7e !important
}

.homeform ::-moz-placeholder {
  color: #7e7e7e !important
}

.homeform :-ms-input-placeholder {
  color: #7e7e7e !important
}

.homeform :-moz-placeholder {
  color: #7e7e7e !important
}

.input-effect {
  position: relative;
  margin: 0 0 10px 0;
  width: 100%
}

select {
  position: relative;
  background: transparent;
  -webkit-appearance: none
}

.arrow-down {
  position: absolute;
  right: 15px;
  top: 15px
}

input,
textarea {
  outline: 0;
  -webkit-appearance: none
}

input[type="text"] {
  color: #535262;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px
}

.effect-19 {
  border: 1px solid #de9db3;
  padding: 12px 14px;
  transition: .4s;
  background: #fff;
  border-radius: 6px
}

.effect-19~.focus-border:before,
.effect-19~.focus-border:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #FF1FB6;
  border-radius: 10px;
  transition: .4s
}

.effect-19~.focus-border:after {
  top: auto;
  bottom: 0
}

.effect-19~.focus-border i:before,
.effect-19~.focus-border i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #FF1FB6;
  border-radius: 10px;
  transition: .6s
}

.effect-19~.focus-border i:after {
  left: auto;
  right: 0
}

.effect-19:focus~.focus-border:before,
.effect-19:focus~.focus-border:after,
.has-content.effect-19~.focus-border:before,
.has-content.effect-19~.focus-border:after {
  left: 0;
  width: 100%;
  transition: .4s
}

.effect-19:focus~.focus-border i:before,
.effect-19:focus~.focus-border i:after,
.has-content.effect-19~.focus-border i:before,
.has-content.effect-19~.focus-border i:after {
  top: -1px;
  height: 100%;
  transition: .6s
}

.effect-19~label {
  position: absolute;
  left: 14px;
  width: 100%;
  top: 10px;
  color: #aaa;
  transition: .3s;
  z-index: -1;
  letter-spacing: .5px
}

.effect-19:focus~label,
.has-content.effect-19~label {
  top: -18px;
  left: 0;
  font-size: 12px;
  color: #a8a8a8;
  transition: .3s;
  z-index: 1
}

button.submit {
  border: 0;
  font-size: 18px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  display: block;
  background: linear-gradient(135deg, #e74e6c 0, #c03292 100%);
  margin: 0;
  border-radius: 6px;
  cursor: pointer;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

button.submit:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: linear-gradient(135deg, #c03292 0, #e74e6c 100%);
  color: #fff
}

.homeform label {
  color: #fff;
  width: 100%;
  display: block;
  margin: 20px 0 0 0;
  vertical-align: middle !important
}

.hero-slide {
  padding: 0 0 60px 0
}

.ban-heading {
    margin: 100px 0 0;
    color: #000;
    font-weight: 700;
    font-size: 58px;
    text-align: left;
    font-family: 'Nunito' !important;
    width: 95%;
    line-height: 60px;
}

.ban-heading span {
  color: #00509D;
  display: inline-block;
  font-weight: 400 !important;
}

.ban-subhead {
  margin: 10px 0 32px 10px;
  color: #000;
  font-weight: normal;
  width: 100%;
  font-size: 30px;
  text-align: left;
  line-height: normal
}

.ban-subhead ul li{
  font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #555;
padding: 0 0 0 20px;
position: relative;
}
.ban-subhead ul li span{
    color: #00509D;
    display: inline;
    font-weight: 400 !important;
}
.ban-subhead ul li::before{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #838282;
    border-radius: 50%;
    display: block;
    left: 0;
    top: 8px;
    position: absolute;
}
.ban-subhead span {
  width: 64%;
  display: block;
  color: #1a2237
}

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD
}

.about {
  position: relative
}

/*about-right*/
.about-right {
  margin: 0
}

.about-right p {
  margin: 20px 0 20px 0;
  color: #7E7E7E;
  line-height: 30px;
  font-size: 18px
}

.about-right p span {
  color: #00509D;
  font-weight: 700
}

.about-right p strong {
  font-weight: 600
}

.about-heading {
  font-size: 20px;
  margin: 0 0 20px 0;
  line-height: 25px
}

a.read-btn {
  background: #4cd1e7;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #4cd1e7
}

a.read-btn:hover {
  background: #fff;
  color: #4cd1e7;
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid #4cd1e7
}

ul.about-list {
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%
}

ul.about-list li {
  box-shadow: 0 0 4px 0 rgba(255, 192, 192, 0.20);
  display: inline-block;
  width: calc(33.33% - 23px);
  margin: 0 10px 20px 10px;
  padding: 50px 20px;
  vertical-align: top;
  background-image: repeating-linear-gradient(0deg, #E74E6C , #E74E6C  10px, transparent 10px, transparent 20px, #E74E6C  20px), repeating-linear-gradient(90deg, #E74E6C , #E74E6C  10px, transparent 10px, transparent 20px, #E74E6C  20px), repeating-linear-gradient(180deg, #00509D, #00509D 10px, transparent 10px, transparent 20px, #00509D 20px), repeating-linear-gradient(270deg, #00509D, #00509D 10px, transparent 10px, transparent 20px, #00509D 20px);
  background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  border-radius: 16px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

ul.about-list li:hover {
     box-shadow: 5px 7px 8px 0 rgba(255, 192, 192, 0.48), -12px -12px 24px 0 rgba(255, 255, 255, 0.60);
  background-image: repeating-linear-gradient(0deg, #0A6EB7, #0A6EB7 10px, transparent 10px, transparent 20px, #0A6EB7 20px), repeating-linear-gradient(90deg, #0A6EB7, #0A6EB7 10px, transparent 10px, transparent 20px, #0A6EB7 20px), repeating-linear-gradient(180deg, #E74E6C, #E74E6C 10px, transparent 10px, transparent 20px, #E74E6C 20px), repeating-linear-gradient(270deg, #E74E6C, #E74E6C 10px, transparent 10px, transparent 20px, #E74E6C 20px);
}

ul.about-list li :hover .choosebox p span {
  color: #e74e6c
}

.features-item {
  color: #00509D;
  text-align: center;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

ul.about-list li:hover {
     box-shadow: 5px 7px 8px 0 rgba(255, 192, 192, 0.48), -12px -12px 24px 0 rgba(255, 255, 255, 0.60);
}

.about-main {
  display: flex;
  align-items: center;
  justify-content: space-around
}

.about-left {
  width: 25%
}

.about-right-list {
  width: 73%;
  margin: 0 0 0 2%
}

.courses-bg {
  background: #FBFBFB;
  position: relative;
}

.courses-bg:after {
  background: url(../images/work-bg.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  background-size: 100% 100%;
}

.bannerbox-slider .banner-box {
  width: 100%;
  margin: 0 10px !important;
  position: relative;
}

.bannerbox {
  margin: 0;
  padding: 80px 0 0 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}

.bannerbox.one-icon,
.bannerbox.two-icon,
.bannerbox.three-icon,
.bannerbox.four-icon,
.bannerbox.five-icon,
.bannerbox.six-icon,
.bannerbox.seven-icon,
.bannerbox.eight-icon,
.bannerbox.nine-icon {
  position: relative;
  margin: 10px 5px 30px 5px;
  text-align: center;
  color: #fff;
  line-height: normal;
  padding: 0;
  font-size: 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.bannerbox img {
  max-width: 100%;
  width: 100%;
  border-radius: 16px;
}

.bannerbox span {
  width: 60px;
  height: 60px;
  margin: 0
}

span.wc-icon1 {
  background: url(../images/sprite-icon.png) no-repeat -25px -62px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

span.wc-icon2 {
  background: url(../images/sprite-icon.png) no-repeat -98px -62px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

span.wc-icon3 {
  background: url(../images/sprite-icon.png) no-repeat -178px -62px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

span.wc-icon4 {
  background: url(../images/sprite-icon.png) no-repeat -258px -62px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

span.wc-icon5 {
  background: url(../images/sprite-icon.png) no-repeat -258px -62px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

span.wc-icon6 {
  background: url(../images/sprite-icon.png) no-repeat -340px -62px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

span.wc-icon7 {
  background: url(../images/sprite-icon.png) no-repeat -417px -62px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

span.wc-icon8 {
  background: url(../images/sprite-icon.png) no-repeat -500px -62px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

span.wc-icon9 {
  background: url(../images/sprite-icon.png) no-repeat -580px -62px;
  display: inline-block;
  width: 60px;
  height: 60px;
}
span.wc-icon1 {
  background: url(../images/sprite-icon.png) no-repeat -580px -62px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.bannerbox:hover .bannerbox-hover {
  opacity: 1;
  top: 0;
}

.banner-box:hover .bannerbox-hover {
  opacity: 1;
  top: 0;
}

.bannerbox-hover {
  position: absolute;
  margin: 10px 5px 30px 5px;
  text-align: center;
  color: #fff;
  top: 0px;
  line-height: normal;
  padding: 0;
  left: 0;
  font-size: 14px;
  z-index: 99999;
  right: 0;
  border-radius: 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bannerbox-hover img {
  max-width: 100%;
  width: 100%;
  border-radius: 16px;
}

.bannerbox-hover:after {
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 46, 96, 0.72) 0%, rgba(26, 46, 96, 0.56) 100%);
  position: absolute;
  top: 0;
  border-radius: 16px;
}

.bannerbox-hover .cont-slide {
  z-index: 999;
  background: transparent;
  bottom: 23%;
}

.bannerbox-hover .icon-box {
  background: #0A6EB7;
}

.bannerbox-hover .slide-data {
  color: #fff;
}

.cont-slide {
  color: #555;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 20px;
  line-height: normal;
  bottom: 0;
  margin: 0;
  background: url(../images/wc-patch.png) no-repeat center bottom;
  position: absolute;
  background-size: 100%;
  width: 100%;
     height: 159px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.icon-box {
  background: #00509D;
  width: 84px;
  height: 84px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -14px;
  position: absolute;
}
.icon-box img {
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}
.icon-box svg{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slide-data {
  color: #00509D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  width: 90%;
  bottom: 15px;
  display: block;
  font-weight: 700;
  position: absolute;
  line-height: normal;
}

.bannerbox-slider.slick-initialized.slick-slider.slick-dotted,
.choose-slider.slick-initialized.slick-slider.slick-dotted,
.cover-slider.slick-initialized.slick-slider.slick-dotted,
.testi-slider.slick-initialized.slick-slider.slick-dotted,
.meet-slider.slick-initialized.slick-slider.slick-dotted,
.course-slider.slick-initialized.slick-slider.slick-dotted,
.class-slider.slick-initialized.slick-slider.slick-dotted,
.hero.slick-initialized.slick-slider.slick-dotted {
  overflow: hidden;
  padding: 0 0 30px 0
}

.hero.slick-initialized.slick-slider.slick-dotted {
  overflow: hidden;
  padding: 0
}

.bannerbox-slider .slick-dots,
.choose-slider .slick-dots,
.testi-slider .slick-dots,
.meet-slider .slick-dots,
.course-slider .slick-dots,
.class-slider .slick-dots,
.hero .slick-dots {
  position: absolute;
  bottom: -12px;
  width: 100%;
  right: 0;
  list-style: none;
  transform: rotate(0);
  text-align: center
}

.cover-slider .slick-dots,
.hero .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  list-style: none;
  transform: rotate(0);
  text-align: center
}

.bannerbox-slider .slick-dots li,
.choose-slider .slick-dots li,
.cover-slider .slick-dots li,
.testi-slider .slick-dots li,
.meet-slider .slick-dots li,
.course-slider .slick-dots li,
.class-slider .slick-dots li,
.hero .slick-dots li,
.main-slider .slick-dots li  {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.bannerbox-slider .slick-dots li button,
.choose-slider .slick-dots li button,
.cover-slider .slick-dots li button,
.testi-slider .slick-dots li button,
.meet-slider .slick-dots li button,
.course-slider .slick-dots li button,
.class-slider .slick-dots li button,
.hero .slick-dots li button,
.main-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: 0
}

.bannerbox-slider .slick-dots li button::before,
.choose-slider .slick-dots li button::before,
.cover-slider .slick-dots li button::before,
.testi-slider .slick-dots li button::before,
.meet-slider .slick-dots li button::before,
.course-slider .slick-dots li button::before,
.class-slider .slick-dots li button::before,
.hero .slick-dots li button::before,
.main-slider .slick-dots li button::before
 {
  font-size: 18px;
  color: #fff;
  opacity: 1
}

.bannerbox-slider .slick-dots li button:before,
.choose-slider .slick-dots li button:before,
.cover-slider .slick-dots li button:before,
.testi-slider .slick-dots li button:before,
.meet-slider .slick-dots li button:before,
.course-slider .slick-dots li button:before,
.class-slider .slick-dots li button:before,
.hero .slick-dots li button:before,
.main-slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  position: absolute;
  top: -12px;
  left: 0;
  width: 12px;
  line-height: 29px;
  height: 12px;
  background: #D4D7FF;
  border-radius: 50px;
  content: '';
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.bannerbox-slider .slick-dots li.slick-active button:before,
.choose-slider .slick-dots li.slick-active button:before,
.cover-slider .slick-dots li.slick-active button:before,
.testi-slider .slick-dots li.slick-active button:before,
.meet-slider .slick-dots li.slick-active button:before,
.course-slider .slick-dots li.slick-active button:before,
.class-slider .slick-dots li.slick-active button:before,
.hero .slick-dots li.slick-active button:before,
.main-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #D4D7FF !important;
  background: #0A6EB7;
}

.bannerbox-slider .slick-dots li.slick-active button:after,
.choose-slider .slick-dots li.slick-active button:after,
.cover-slider .slick-dots li.slick-active button:after,
.testi-slider .slick-dots li.slick-active button:after,
.meet-slider .slick-dots li.slick-active button:after,
.course-slider .slick-dots li.slick-active button:after,
.class-slider .slick-dots li.slick-active button:after,
.hero .slick-dots li.slick-active button:after,
.main-slider .slick-dots li.slick-active button:after{
  border: 1px solid #00509D;
  padding: 10px;
  position: absolute;
  left: -5px;
  right: 3px;
  content: "";
  text-align: center;
  top: -17px;
  border-radius: 50px;
}

.bannerbox-slider.slick-dotted.slick-slider,
.choose-slider.slick-dotted.slick-slider,
.cover-slider.slick-dotted.slick-slider,
.testi-slider.slick-dotted.slick-slider,
.meet-slider.slick-dotted.slick-slider,
.course-slider.slick-dotted.slick-slider,
.class-slider.slick-dotted.slick-slider,
.hero.slick-dotted.slick-slider,
.main-slider.slick-dotted.slick-slider  {
  margin-bottom: 0
}

.main-slider .slick-dots{
      margin: 20px 0 -25px 0 !important;
}

.head-class {
  color: #2C3039;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.head-class img {
  display: block;
}

ul.cover-it {
  margin: 30px 0 0 0;
  padding: 0
}

ul.cover-it li {
  display: inline-block;
  width: calc(25% - 23px);
  margin: 0 10px 25px;
  border-radius: 16px;
  vertical-align: top;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

ul.cover-it li:nth-child(2):hover {
  background: url("../images/check-bg2.jpg") no-repeat center center;
  position: relative;
  z-index: 99;
  background-size: cover;
  border-radius: 16px;
}

ul.cover-it li:nth-child(3):hover {
  background: url("../images/check-bg3.jpg") no-repeat center center;
  position: relative;
  z-index: 99;
  background-size: cover;
  border-radius: 16px;
}

ul.cover-it li:nth-child(4):hover {
  background: url("../images/check-bg4.jpg") no-repeat center center;
  position: relative;
  z-index: 99;
  background-size: cover;
  border-radius: 16px;
}

ul.cover-it li:nth-child(5):hover {
  background: url("../images/check-bg5.jpg") no-repeat center center;
  position: relative;
  z-index: 99;
  background-size: cover;
  border-radius: 16px;
}

ul.cover-it li:nth-child(6):hover {
  background: url("../images/check-bg6.jpg") no-repeat center center;
  position: relative;
  z-index: 99;
  background-size: cover;
  border-radius: 16px;
}

ul.cover-it li:nth-child(7):hover {
  background: url("../images/check-bg7.jpg") no-repeat center center;
  position: relative;
  z-index: 99;
  background-size: cover;
  border-radius: 16px;
}

ul.cover-it li:last-child:hover {
  background: url("../images/check-bg8.jpg") no-repeat center center;
  position: relative;
  z-index: 99;
  background-size: cover;
  border-radius: 16px;
}

ul.cover-it li:nth-child(2):hover:after,
ul.cover-it li:nth-child(3):hover:after,
ul.cover-it li:nth-child(4):hover:after,
ul.cover-it li:nth-child(5):hover:after,
ul.cover-it li:nth-child(6):hover:after,
ul.cover-it li:nth-child(7):hover:after,
ul.cover-it li:last-child:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 24, 62, 0.64) 0%, rgba(1, 6, 19, 0.64) 100%);
}

ul.cover-it li:hover .check-text {
  color: #fff;
}

ul.cover-it li:first-child {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
}

ul.cover-it li:hover:first-child {
  background: none;
}

ul.cover-it li:hover:first-child:after {
  background: none;
}

.check-text {
  color: #00509D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 99;
}

.line-border {
  border-right: 2px solid #E74E6C ;
}

.line-border-l {
  border-left: 2px solid #E74E6C ;
}

.cover-slider {
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  z-index: 99;
}

.cover-slider .list-box {
  border-right: 1px solid #E74E6C ;
  border-left: 1px solid #E74E6C ;
}

.cover_list {
  background: url(../images/cover_bg.png) no-repeat 0 0;
  background-size: cover;
  height: auto
}

.coverbox-slider {
  padding: 40px 0 0px 0
}

.coverbox-slider .list-box {
  width: 100%;
  margin: 0 10px !important
}

.coverbox-slider .list-box:hover {
  background: #000;
}

.coverbox {
  margin: 0;
  padding: 30px 0 20px;
  text-align: center;
}

.cover-slider .list-box:hover .coverbox {
  background: #0A6EB7;
}

.cover-slider .list-box.set-one:hover .coverbox {
  border-radius: 16px;
}

.cover-slider .list-box:hover .check-text {
  color: #fff;
}

.coverbox:hover {
  margin: 0;
}

.coverbox.one-icon,
.coverbox.two-icon,
.coverbox.three-icon,
.coverbox.four-icon,
.coverbox.five-icon,
.coverbox.six-icon,
.coverbox.seven-icon {
  position: relative;
  margin: 20px 5px 20px 5px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  line-height: 19px;
  padding: 0 15px 0 15px;
  font-size: 14px;
  z-index: 99;
}

/*.coverbox.one-icon:hover, .coverbox.two-icon:hover, .coverbox.three-icon:hover, .coverbox.four-icon:hover, .coverbox.five-icon:hover, .coverbox.six-icon:hover, .coverbox.seven-icon:hover {
  color: #e74e6c
}*/
.coverbox span {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 70px;
  height: 70px;
  margin: 0 0 10px 0
}

.coverbox.one-icon span.icon1 {
  background: url(../images/sprite-icon.png) no-repeat -22px -635px;
  display: inline-block;
  position: relative;
}

.coverbox.one-icon:hover span.icon1 {
  background: url(../images/sprite-icon.png) no-repeat -22px -555px;
}

.coverbox.two-icon span.icon2 {
  background: url(../images/sprite-icon.png) no-repeat -122px -635px;
  display: inline-block;
  position: relative
}

.coverbox.two-icon:hover span.icon2 {
  background: url(../images/sprite-icon.png) no-repeat -122px -555px;
}

.coverbox.three-icon span.icon3 {
  background: url(../images/sprite-icon.png) no-repeat -225px -635px;
  display: inline-block;
  position: relative
}

.coverbox.three-icon:hover span.icon3 {
  background: url(../images/sprite-icon.png) no-repeat -225px -555px;
}

.coverbox.four-icon span.icon4 {
  background: url(../images/sprite-icon.png) no-repeat -325px -635px;
  display: inline-block;
  position: relative
}

.coverbox.four-icon:hover span.icon4 {
  background: url(../images/sprite-icon.png) no-repeat -325px -555px;
}

.coverbox.five-icon span.icon5 {
  background: url(../images/sprite-icon.png) no-repeat -430px -635px;
  display: inline-block;
  position: relative
}

.coverbox.five-icon:hover span.icon5 {
  background: url(../images/sprite-icon.png) no-repeat -430px -555px;
}

.coverbox.six-icon span.icon6 {
  background: url(../images/sprite-icon.png) no-repeat -530px -635px;
  display: inline-block;
  position: relative
}

.coverbox.six-icon:hover span.icon6 {
  background: url(../images/sprite-icon.png) no-repeat -530px -555px;
}

.coverbox.seven-icon span.icon7 {
  background: url(../images/sprite-icon.png) no-repeat -625px -635px;
  display: inline-block;
  position: relative;
}

.coverbox.seven-icon:hover span.icon7 {
  background: url(../images/sprite-icon.png) no-repeat -625px -555px;
}

.coverbox.eight-icon span.icon8 {
  background: url(../images/sprite-icon.png) no-repeat -27px -386px;
  display: inline-block;
  position: relative;
}

.coverbox.eight-icon:hover span.icon8 {
  background: url(../images/sprite-icon.png) no-repeat -27px -471px;
}

.coverbox.nine-icon span.icon9 {
  background: url(../images/sprite-icon.png) no-repeat -129px -386px;
  display: inline-block;
  position: relative;
}

.coverbox.nine-icon:hover span.icon9 {
  background: url(../images/sprite-icon.png) no-repeat -129px -471px;
}

.coverbox.ten-icon span.icon10 {
  background: url(../images/sprite-icon.png) no-repeat -235px -386px;
  display: inline-block;
  position: relative;
}

.coverbox.ten-icon:hover span.icon10 {
  background: url(../images/sprite-icon.png) no-repeat -235px -471px;
}

.coverbox.eleven-icon span.icon11 {
  background: url(../images/sprite-icon.png) no-repeat -342px -386px;
  display: inline-block;
  position: relative;
}

.coverbox.eleven-icon:hover span.icon11 {
  background: url(../images/sprite-icon.png) no-repeat -342px -471px;
}

.coverbox.twelve-icon span.icon12 {
  background: url(../images/sprite-icon.png) no-repeat -447px -386px;
  display: inline-block;
  position: relative;
}

.coverbox.twelve-icon:hover span.icon12 {
  background: url(../images/sprite-icon.png) no-repeat -447px -471px;
}

.coverbox p span {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px 0;
  height: auto;
  width: 100%
}

.coverbox p {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin: 0
}

.no-padding {
  padding: 0 !important
}

.mt5 {
  margin-bottom: 2%
}

.right-content {
  margin: 0 40px
}

.left-content {
  margin: 0 5% 0 10%
}

.ml10 {
  margin-left: 10%
}

.testimonials_box {}

.testi-slider {
  width: 50%;
  margin: 20px auto 0px;
  padding: 0 0 0px 0
}

.testi-slider .gal-box {
  width: 100%;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  margin: 10px !important;

}

.testi {
  position: relative;
  display: block;
  text-align: center;
  padding: 25px 25px 25px 25px;
  border-radius: 16px;
  background: url("../images/testi-box.png") no-repeat left bottom;

}

.testi p {
  color: #555;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: left;
  text-indent: 22px
}

.testi p:before {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/comma1.png) no-repeat top left;
  content: "";
  left: 0;
  top: 1px;
  margin: auto
}

.testi p:after {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/comma2.png) no-repeat bottom left;
  content: "";
  left: 0;
  bottom: -17px;
  margin: auto
}

.test-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 0 0;
}

.testi-people img {
  text-align: center;
  border-radius: 100px;
  margin: 20px auto 30px;
  width: 120px;
  height: 120px;
  border: 1px solid #bd4244
}

.test-pic {
  position: relative;
  float: right;
  margin: 0 0 0 10px;
}

.test-pic img {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px
}

.testi-people {
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.testi-people strong {
  display: block;
  color: #00509D;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.testi-people span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #7e7e7e;
  line-height: normal
}

span.rollno {
  font-weight: normal;
  font-size: 14px
}

.gallery .container {
  position: relative;
  padding-right: 0;
  padding-left: 0
}

.gallery .gal-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 15px
}

.gallery .gal-box img {
  border-radius: 10px;
  width: 100%;
  display: block;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s
}

.gallery .gal-box:after {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  content: "";
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  border-radius: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s
}

.gallery-box {
  position: relative;
  padding: 10px;
  border-radius: 6px;
  overflow: hidden
}

.gallerypic {
  position: relative;
  border-radius: 0px;
  overflow: hidden
}

.gallerypic:after {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  content: "";
  background: -moz-linear-gradient(top, rgba(104, 52, 123, 0.3) 0, rgba(140, 61, 117, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(104, 52, 123, 0.3) 0, rgba(140, 61, 117, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(104, 52, 123, 0.3) 0, rgba(140, 61, 117, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d68347b', endColorstr='#808c3d75', GradientType=0);
  border-radius: 0px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s
}

.gallery-box:hover .gallerypic:after {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
  background: -moz-linear-gradient(top, rgba(104, 52, 123, 0.3) 0, rgba(140, 61, 117, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(104, 52, 123, 0.3) 0, rgba(140, 61, 117, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(104, 52, 123, 0.3) 0, rgba(140, 61, 117, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d68347b', endColorstr='#808c3d75', GradientType=0)
}

.gallerypic img {
  width: 100%;
  display: block;
  border-radius: 16px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s
}

.gallery-box:hover .gallerypic img {
  transform: scale(1.2);
  cursor: pointer;
  border-radius: 0px;
}

.gallery {
  background: #FBFBFB;
  position: relative;
}

.gallery:after {
  background: url(../images/gallery-bg.png) no-repeat center center;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  background-size: 100% 100%;
}

.course-slider {
  position: relative;
  z-index: 99;
}

.course-slider .slick-slide img {
  width: 100%;
  height: 270px
}

.apply-box {
  background: #fff
}

ul.apply_list {
  width: 100%;
  padding: 0;
  margin: 80px auto 0;
}

.apply_list li {
  width: calc(33.33% - 23px);
  display: inline-block;
  text-align: center;
  margin: 0 10px 30px 10px;
  vertical-align: top;
  padding: 50px 30px 30px 30px;
  border-radius: 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  background: #fff url("../images/step-bg-n.png") no-repeat right bottom;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.apply_list li:hover {
  background: url("../images/step-bg-r.png") no-repeat right bottom;
}

.apply_list .iconbox {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.apply_list .iconbox span.step1 {
  background: #65347c;
  background: -moz-linear-gradient(top, #65347c 0, #903e75 100%);
  background: -webkit-linear-gradient(top, #65347c 0, #903e75 100%);
  background: linear-gradient(to bottom, #65347c 0, #903e75 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65347c', endColorstr='#903e75', GradientType=0);
  color: #fff;
  width: 60px;
  font-weight: 600;
  height: 60px;
  margin: 0 20px 0 0;
  font-size: 40px;
  text-align: center;
  border-radius: 100px;
  position: relative
}

span.number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.apply_list .iconbox p {
  text-align: left;
  font-size: 14px;
  color: #535262;
  width: 70%
}

.apply_list .iconbox p strong {
  font-weight: 600;
  color: #e74e6c;
  line-height: 20px;
  font-size: 14px;
  display: block;
  text-transform: uppercase
}

.applybtn {
  width: 12%;
  margin: 0 auto !important;
  text-align: center
}

a.apply {
  border-radius: 6px;
  border: 1px solid #FFF;
  background: linear-gradient(135deg, #e74e6c 0, #c03292 100%);
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px 24px;
  text-transform: uppercase;
  display: inline-block;
  margin: 16px 0 0;
  cursor: pointer;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

a.apply:hover {
  background: linear-gradient(135deg, #c03292 0, #e74e6c 100%)
}

.people-name {
  width: 100%;
  margin: 0 0 10px 0;
  color: #7E7E7E;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.people-box {
  position: relative;
  margin: 10px 0 0 0;
  color: #fff;
  line-height: 19px;
  padding: 0
}

.people-head {
  margin: 10px 0 0px 0;
  color: #00509D;
  text-align: center;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.f-content {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500
}

.p-icon span {
  position: relative;
  width: 90px;
  padding: 0;
  height: 90px;
  border-radius: 50%;
}

.rts-icon {
  position: absolute;
  width: 100%;
  top: -104px;
}

.people-box .p-icon span.icon7 {
  display: inline-block;
  background: #EEF3FF url(../images/sprite-icon.png) no-repeat -14px -285px;
  border: 2px solid #00509D;
  top: 0;
  outline: 10px solid #fff;
}

.apply_list li:hover span.icon7 {
  background: #0A6EB7 url(../images/sprite-icon.png) no-repeat -14px -208px;
  border: 2px solid #0A6EB7;
}

.people-box .p-icon span.icon8 {
  display: inline-block;
  background: #EEF3FF url(../images/sprite-icon.png) no-repeat -98px -292px;
  border: 2px solid #00509D;
  top: 0;
  outline: 10px solid #fff;
}

.apply_list li:hover span.icon8 {
  background: #0A6EB7 url(../images/sprite-icon.png) no-repeat -98px -208px;
  border: 2px solid #0A6EB7;
}

.people-box .p-icon span.icon9 {
  display: inline-block;
  background: #EEF3FF url(../images/sprite-icon.png) no-repeat -178px -292px;
  border: 2px solid #00509D;
  top: 0;
  outline: 10px solid #fff;
}

.apply_list li:hover span.icon9 {
  background: #0A6EB7 url(../images/sprite-icon.png) no-repeat -178px -208px;
  border: 2px solid #0A6EB7;
}

.p-icon span {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.line-s {
  border-bottom: 1px solid #ed1c24;
  width: 100%;
  margin: 0 0 24px 0;
  padding: 39px 0 0 0
}

.career {
  position: relative;
}

.career:after {
  background: url(../images/cover-bg.jpg) no-repeat center center;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  z-index: -9;
  background-size: 100% 100%;
}

.offers {
  margin: 0px 0 0 0;
  position: relative;
  z-index: 99;
}

footer {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  float: left;
  padding: 50px 0 20px 0;
  background: #00509D url(../images/footer-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

footer .details a {
  color: #fff;
  display: block;
  line-height: normal;
  font-size: 20px
}

footer a:hover {
  color: #e74e6c;
}

footer .details svg,
.location svg {
  margin-right: 10px;
  color: #00509D;
  height: 20px;
  font-size: 15px;
  padding: 10px;
  border-radius: 6px;
  width: 20px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #fff
}

footer .details svg:hover,
.location svg:hover {
  color: #fff;
  background: #00509D;
  border: 1px solid rgba(255, 255, 255, 0.60)
}

.details a {
  margin: 0 0 10px 0
}

footer .social-box {
  padding: 0;
  margin: 5px 0 0 0
}

footer .social-box a svg {
  margin: 0 auto
}

.whats-app img {
  margin-right: 10px;
  padding: 8px;
  border-radius: 6px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #fff;
}

.f-heading {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 20px 0
}

.location {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: normal
}

.location span {
  float: left
}

.location strong {
  font-weight: 700;
  display: block;
  font-size: 20px;
  margin: 0 0 5px 0
}

.location svg {
  margin: 0 10px 100px 0
}

.social-box a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  font-size: 25px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  color: #00509D;
  text-align: center;
  margin: 0 5px
}

.social-box a:hover {
  background: #00509D !important;
  color: #fff
}

.copyright {
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 20px 0 10px 0;
  color: #fff;
  font-weight: normal
}

.copyright a {
  font-weight: 600;
  color: #fff
}

.copyright a:hover {
  font-weight: 600;
  color: #fff;
  text-decoration: underline
}

.scrollToTop {
  background: #0A6EB7;
  border: 1px solid #0A6EB7;
  border-radius: 50px;
  bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  padding: 5px;
  position: fixed;
  right: 10px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  width: 30px;
  z-index: 9999999999
}

.scrollToTop:hover {
  color: #0A6EB7;
  background: #fff;
  border: 1px solid #0A6EB7
}

.class-slider .slick-slide img {
  width: 100%;
  height: 270px;
  moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.classroom .gal-box img:hover {
  border: 10px solid #e74e6c;
  border-radius: 0
}

input::-webkit-input-placeholder {
  color: #7b7b7b !important
}

input ::-moz-placeholder {
  color: #7b7b7b !important
}

input :-ms-input-placeholder {
  color: #7b7b7b !important
}

input :-moz-placeholder {
  color: #7b7b7b !important
}

::-webkit-input-placeholder {
  color: #7b7b7b
}

::-moz-placeholder {
  color: #7b7b7b
}

:-ms-input-placeholder {
  color: #7b7b7b
}

:-moz-placeholder {
  color: #7b7b7b
}

a.getin {
  background: #ea4b74;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px 16px;
  position: fixed;
  right: -45px !important;
  top: 50%;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  z-index: 99999;
  transform: rotate(-90deg);
  text-transform: uppercase;
span{  transform: rotate(-90deg);}
}
a.getin::after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 60px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
    transition: all 0.5s ease-in-out;
}
a:hover.getin {
  background: #d83c67 !important
}


a.getin:hover::after {
    right: 100%;
}

.enquirybtn {
  background: #b1262b;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99
}

.enquirybtn a {
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  background: #e74e6c;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block
}

.enquirybtn:hover a {
  background: #666
}

.error {
  font-size: 12px;
  color: #fff;
  display: none;
  position: absolute;
  right: 0;
  bottom: -14px
}

.thank-banner {
  margin: -13px 0 0 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: url(../images/thank-banner.jpg) no-repeat top center;
  background-size: cover
}

.thankpage {
  text-align: center;
  top: 30%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  position: absolute
}

.thankpage h4 {
  font-size: 40px;
  letter-spacing: 2px;
  margin: 0 auto;
  color: #fff;
  width: 60%;
  line-height: 50px;
  font-weight: bold
}

.thankpage h4 strong {
  display: block
}

.thankpage span {
  font-size: 18px;
  margin: 10px 0 20px 0;
  display: block;
  line-height: 30px
}

a.homebtn {
  text-align: center;
  background: #fff;
  color: #e74e6c;
  border-radius: 20px;
  margin: 20px 0 0 0;
  font-weight: 600;
  padding: 12px 34px;
  font-size: 20px;
  display: inline-block
}

a.homebtn:hover {
  text-align: center;
  background: #e74e6c;
  color: #fff;
  border-radius: 20px;
  padding: 12px 34px
}

.tc {
  color: #fff;
  font-size: 12px;
  margin: 20px 0 0 0
}

.picbox img {
  border-radius: .4rem;
  box-shadow: 0 .2rem .4rem rgba(231, 78, 108, 0.15)
}

/*home banner anim*/
.hero-banner {
  position: relative;
  /* background: #0A6EB7 url("../images/banner-bg-1.png") no-repeat right bottom; */
background: url(../images/banner-bg-1.png) no-repeat;
    padding: 50px 0 0px;
    overflow: hidden;
    background-position: center;
    z-index: 2;
    background-size: cover;
}

.hero-banner__content {
  position: relative;
  z-index: 4;
  padding: 90px 0 0px;
  width: 100%;
}

.hero-banner__bg-shape1 {
  position: absolute;
  left: -180px;
  top: -55px;
  width: 759px;
  height: 759px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 54px 24px 39px 0px rgba(0, 0, 0, 0.02);
}

.hero-banner__bg-shape1::after {
  position: absolute;
  left: -140px;
  top: -140px;
  content: '';
  width: calc(100% + 280px);
  height: calc(100% + 280px);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 54px 24px 39px 0px rgba(0, 0, 0, 0.02);
  animation-fill-mode: both;
  animation: blinker 1.5s ease-in-out infinite;
  -webkit-animation: blinker 1.5s ease-in-out infinite;
  -moz-animation: blinker 1.5s ease-in-out infinite;
}

.hero-banner__bg-round {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  animation: circle 15s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

.hero-banner__bg-round-border {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  border: 1px solid #D9D9D9;
  position: absolute;
  right: 250px;
  top: 0;
}

.hero-banner__thumb {
  position: relative;
  z-index: 4;
  width: 642px;
  height: 642px;
  border-radius: 50%;
  padding: 15px;
  border:1px dashed #E74E6C;
  /* background: linear-gradient(147deg, #F9F018 0%, #FF1FB6 100%); */
  background: transparent;
  /* box-shadow: 27px 27px 52px 0px rgba(0, 0, 0, 0.08); */
  margin: 0 0 0 0;
}

img.bgpic {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.hero-banner__cap {
  position: absolute;
  left: -46px;
  top: 50px;
}

.hero-banner__star {
  position: absolute;
  left: 146px;
  right: 0;
  margin: auto;
  text-align: center;
  top: -54px;
}

.hero-banner__star img {
  -webkit-animation: blinker2 3s infinite linear;
  animation: blinker2 3s infinite linear;
}

.hero-banner__cap img {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.hero-banner__star2 {
  position: absolute;
  left: -166px;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: -6px;
}

.hero-banner__star2 img {
  -webkit-animation: blinker2 3s infinite linear;
  animation: blinker2 3s infinite linear;
}

.hero-banner__map {
    position: absolute;
    left: -7%;
    top: 15%;
}

.hero-banner__map img {
  -webkit-animation: rotated 20s infinite linear;
  animation: rotated 20s infinite linear;
}

.hero-banner__video {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 154px;
  background: #fff;
}

.hero-banner__video .video-popup {
  width: 49px;
  height: 49px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.hero-banner__video .video-popup:hover {
  background-color: #E74E6C;
  color: #fff;
}

.hero-banner__video .video-popup::before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.47);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: calc(100% + 107px);
  height: calc(100% + 107px);
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}

.hero-banner__video .video-popup::after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.47);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: calc(100% + 107px);
  height: calc(100% + 107px);
  border-radius: 50%;
  animation: zoomBig 3s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero-banner__video .video-popup:hover .icon-play svg {
  color: #fff;
}

.hero-banner__book {
  position: absolute;
  right: 35px;
  bottom: 22px;
}

.hero-banner__book img {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.hero-banner__cart {
  position: absolute;
  left: -73px;
  bottom: 58px;
}

.hero-banner__cart__thumb {
  width: 45px;
  height: 45px;
  background-color: #00509D;
  border-radius: 50%;
  padding: 2px;
  margin: 0 0px -21px 10px;
  z-index: 2;
  position: relative;
}

.hero-banner__cart__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner__cart__content {
  position: relative;
  width: 240px;
}

.hero-banner__cart__content-inner {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 15px 15px;
}

.hero-banner__cart__content::after {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 100%;
  height: 100%;
  content: '';
  border: 0.8px solid rgba(255, 255, 255, 0.47);
  border-radius: 7px;
  transition: all 500ms ease;
  z-index: -1;
}

.hero-banner__cart__content:hover::after {
  left: 0;
  top: 0;
  border-radius: 13px;
}

.hero-banner__cart__content svg {
  position: absolute;
  right: 0;
  bottom: 0;
  fill: #00509D;
  width: 88px;
  height: 38px;
}

.hero-banner__cart__title {
  font-size: 15.776px;
  color: #000;
  font-weight: 600;
  margin-bottom: 2px;
}

.hero-banner__cart__text {
  font-size: 12.27px;
  color: #333;
  font-weight: 600;
  margin-bottom: 9px;
}

.hero-banner__cart .eduact-btn {
  height: 34px;
  font-size: 15.776px;
  background-color: #F57005;
  border-radius: 6px;
  padding: 5px 14.5px;
}

.hero-banner__cart .eduact-btn i {
  margin-left: 9px;
}

.hero-banner__cart .eduact-btn__curve {
  width: 0;
}

.hero-banner {}

.eduact-btn {
      display: inline-block;
      vertical-align: middle;
      -webkit-appearance: none;
      outline: none !important;
      background-color: #ea4b74;
      color: #fff;
      font-weight: 600;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
      font-size: 18px;
      font-weight: 700;
      border-radius: 6px;
      text-transform: uppercase;
      padding: 12px 55px 12px;
      border: 2px solid #fff;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.eduact-btn:hover{
  color: #fff !important;
}

.eduact-btn-second {
  background: rgba(255, 255, 255, 0.32);
}

.eduact-btn__text {
  position: relative;
  z-index: 2;
}

.eduact-btn__curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 33px;
  height: 100%;
  background: #F6F5F5;
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.eduact-btn svg {
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: 2px;
}

.eduact-btn:hover {
      background-color: #d83c67;
      transform: translateY(-1px);
}
.eduact-btn::after {
      content: '';
      position: absolute;
      top: 0;
      right: -30px;
      width: 60px;
      height: 100%;
      background: rgba(255, 255, 255, 0.4);
      transform: skewX(-20deg);
      transition: all 0.5s ease-in-out;
    }
.eduact-btn:hover::after {
      right: 100%;
    }


.eduact-btn:hover .eduact-btn__curve {
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.icon-play svg {
  font-size: 30px;
  color: #E74E6C;
}
.enroll-btn{
  color: #E74E6C;
   font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.hero-banner__text img {
  position: absolute;
  right: 109px;
  top: 17px;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

ul.con-list {
  margin: 5px 0 5px 0;
}

ul.con-list li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  display: block;
  padding: 0 0 0 27px;
  color: #000;
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
}

ul.con-list li a {
  width: 100%;
  color: #000;
  font-weight: 700;
}

ul.con-list li:hover a {
  color: #FF1FB6;
}

ul.con-list li .icon1 {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/sprite-icon.png) no-repeat;
  background-position: -27px -31px;
  left: 0;
  top: 0;
  position: absolute;
}

ul.con-list li .icon2 {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/sprite-icon.png) no-repeat;
  background-position: -63px -32px;
  left: 0;
  top: 0;
  position: absolute;
}

ul.con-list li:last-child {
  margin: 0 0 0px 0;
}

.banner-icons {
  position: absolute;
  right: 25px;
  top: 90px;
}

.banner-icons .hero-banner__thumb {
  background: transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
}

.po-list {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.po-list ul {
  list-style: none;
  position: relative;
}

.po-list ul li {
  height: auto;
  text-align: center;
}

.pro-scroll .trip-listing {
  width: 100%;
  display: block;
  height: auto;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 10px 0 12px;
}

.trip-listing {
  width: 100%;
  display: block;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 10px 0 0;
}

.trip-listing::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.trip-listing::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.trip-listing::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #0A6EB7;
}

/*about us section start*/
.about-one {
  position: relative;
  padding: 40px 0 60px;
  background-color: #fff;
}

.about-one .container {
  position: relative;
  z-index: 2;
}

.about-one__thumb {
  position: relative;
  margin: 95px 14px 0 -33px;
}

.about-one__thumb__one {
  display: block;
  position: relative;
  z-index: 2;
}

.about-one__thumb__one img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.about-one__thumb__one::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: calc(100% - 30%);
  height: calc(100% - 30%);
  content: '';
  border-radius: 362.021px;
  background: linear-gradient(147deg, rgba(255, 31, 182, 0.39) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 27px 27px 52px 0px rgba(0, 0, 0, 0.08);
  animation: blinker 1.5s ease-in-out infinite;
  -webkit-animation: blinker 1.5s ease-in-out infinite;
  -moz-animation: blinker 1.5s ease-in-out infinite;
}

.about-one__thumb__shape1 {
  position: absolute;
  left: 0;
  top: 36px;
}

.about-one__thumb__shape1 img {
  -webkit-animation: rotated 20s infinite linear;
  animation: rotated 20s infinite linear;
}

.about-one__thumb__shape2 {
  position: absolute;
  z-index: 2;
  right: 36px;
  bottom: 25px;
}

.about-one__thumb__shape2 img {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-timing-function: linear;
}

.about-one__thumb__box {
  position: absolute;
  z-index: 2;
  left: -24px;
  bottom: 20px;
  width: 240px;
  border-radius: 14px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 12px 12px 12px 34px;
}

.about-one__thumb__box__icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(93deg, #F9F018 0%, #FF1FB6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -27px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 38px;
  color: #fff;
  overflow: hidden;
}

.about-one__thumb__box__icon::after {
  position: absolute;
  content: '';
  right: -50%;
  bottom: -31px;
  width: 100%;
  height: 100%;
  background: #F6F5F5;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-one__thumb__box__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transform: scale(1);
  position: absolute;
  top: 7px;
}

.about-one__thumb__box:hover .about-one__thumb__box__icon span {
  transform: scale(0.9);
}

.about-one__thumb__box:hover .about-one__thumb__box__icon::after {
  right: 0;
  bottom: 0;
}

.about-one__thumb__box__title {
  font-size: 14px;
  font-weight: 500;
  color: #7E7E7E;
  line-height: normal;
  margin: 0 0 5px;
}

.about-one__thumb__box__text {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0;
}

.about-one__thumb__box__text a {
  color: inherit;
}

.about-one__thumb__box__text a:hover {
  color: #FF1FB6;
}

.about-one .section-title__tagline {
  margin-bottom: 21px;
}

.section-title {
  margin-bottom: 24px !important;
  z-index: 99;
  position: relative;
}

.about-one__content {
  position: relative;
  padding: 45px 0 0;
}

.about-one__content__text {
  line-height: 26px;
  margin: 0 0 33px;
}

.about-one__content .eduact-btn {
  margin-top: 20px;
}

.about-one__box {
  position: relative;
  padding: 2px;
  background: linear-gradient(180deg, rgba(10, 110, 183, 1) 0%, rgba(154, 212, 255, 0.15) 100%);
  border-radius: 12px;
  margin: 0 0 30px;
}

.about-one__box__wrapper {
  border-radius: 12px;
  padding: 10px 10px 10px 149px;
  width: 100%;
  background-color: #fff;
}

.about-one__box__icon {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background: #0A6EB7;
  font-size: 38px;
  color: #00509D;
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.about-one__box__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-one__box:hover .about-one__box__icon span {
  transform: scale(0.9);
}

.about-one__box__title {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 7px;
  font-weight: 700;
  text-align: left;
}

.about-one__box__text {
  font-size: 14px;
  margin: 0;
  color: #7E7E7E;
  text-align: left;
}

/*about us section end*/
.apart-bg {
  background: #FBFBFB;
  position: relative;
}

.apart-bg:after {
  background: url(../images/apart-bg.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  background-size: 100% 100%;
}

/*scroll-down start*/
.scroll-down {
  bottom: 0px;
  height: 80px;
  left: 32px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 99;
}

.scroll-down-text {
  color: #E74E6C;
  transform: rotate(-90deg);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.scroll-down-bar {
  background: #CA2A68;
  bottom: 0;
  display: inline-block;
  height: 45px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 2px;
}

.scroll-down-bar::before {
  animation: scrollDown 1.5s infinite;
  background: #fff;
  content: '';
  display: inline-block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
}

@-moz-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }

  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }

  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}

@-webkit-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }

  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }

  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}

@-o-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }

  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }

  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}

@keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }

  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }

  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}

/*scroll-down end*/
/*animation start*/
@keyframes blinker {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.03, 1.03);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes blinker2 {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(0.6, 0.6);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes circle {
  0% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(450deg);
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: .5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotated2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

.hero-banner__cart__content-inner span {
  position: absolute;
  display: block;
}

.hero-banner__cart__content-inner span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #e74e6c);
  animation: animate1 1.5s linear infinite;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.hero-banner__cart__content-inner span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #e74e6c);
  animation: animate2 1.5s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

.hero-banner__cart__content-inner span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, transparent, #e74e6c);
  animation: animate3 1.5s linear infinite;
  animation-delay: 0.50s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

.hero-banner__cart__content-inner span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #e74e6c);
  animation: animate4 1.5s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}



.about-banner__video {
  width: auto;
  height: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 36px;
  background: transparent;
}

.about-banner__video .video-popup {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.about-banner__video .video-popup::before {
  content: "";
  border: 1px solid rgba(10, 110, 183, 0.47);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: calc(100% + 107px);
  height: calc(100% + 107px);
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}


.about-banner__video .video-popup::after {
  content: "";
  border: 1px solid rgba(10, 110, 183, 0.47);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: calc(100% + 107px);
  height: calc(100% + 107px);
  border-radius: 50%;
  animation: zoomBig 3s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.pic {
  overflow: hidden;
  padding: 4px;
}

.hover14 figure {
  position: relative;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}









/*meet section start*/
.meetus {
  background: #FBFBFB;
  position: relative;
}

.meetus:after {
  background: url(../images/meet-bg.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  background-size: 100% 100%;
}

.meet-box {
  position: relative;
  overflow: hidden;
  margin: 10px 10px 10px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.meetpic:after{    
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 46, 96, 0.72) 0%, rgba(26, 46, 96, 0.56) 100%);
  position: absolute;
  top: 0;
  border-radius: 16px; z-index: 99; opacity: 0;}
.meet-box:hover .meetpic:after{opacity: 0;} 

.meet-box:hover .m-patch:before{background: url(../images/m-patch-b.png) repeat;  background-size: cover;}
.meetpic {
  position: relative;
  overflow: hidden;
}

.meetpic img {
  max-width: 100%;
  width: 100%;
}

.meet-name {
  color: #00509D;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.meet-name span {
  color: #7E7E7E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.designation {
  color: #555;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  text-align: center;
    margin: 6px 0 0px 0;
}

.meet-slider {
  z-index: 9;
}

.m-patch {
  padding: 10px 16px 16px 16px;
  width: 100%;
  bottom: 0;
  left:0;
  right:0;
  background: #fff;
  position: relative;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

.m-patch:before {
  position: absolute;
  background: url(../images/m-patch.png) repeat;
  background-size: cover;
  top: -29px;
  content: "";
  left:0;
  z-index: 99;
  width: 100%;
  height: 40px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.meet-box:hover .m-patch{background:#00509D; color:#fff;}
.meet-box:hover .meet-name, .meet-box:hover .meet-name span, .meet-box:hover .designation{color: #fff;}
/*meet section end*/

.course-tab {
  padding: 0px 0 0 0;
}
.tab-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-subhead{
  color: #2C3039;
    font-family: Nunito;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 10px 0 10px 0;
}
.tab-title .section-title{    margin-bottom: 0 !important;}
.tablist {
    padding: 0 0px 10px 0;
    text-align: right;
}
.tabitm {
  display: inline-block;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  background: transparent;
  border:2px solid #00509D;
  text-align: center;
  color: #00509D;
  margin: 0 0px 0 10px;
}
.tabitm:hover {
  display: inline-block;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  background:  #00509D;
  text-align: center;
  color: #fff;
  position: relative;
}
/*.tabitm:hover:after {
  display: inline-block;
  border-color: #ffffff transparent transparent;
  border-width: 12px;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  content: '';
  bottom: -24px;
  right: 0;
  left: 0;
  margin: 0 auto;
}*/
.tabitm img {
  vertical-align: middle;
}
.tabdataitm {
  height: 0;
  overflow-y: hidden;
  width: 100%;
}
.tabdataitm.activetabdataitm {
  height: auto;
  overflow-y: visible;
}
.tabitm.activetabitm {
  background: #00509D;
  color: #fff;
  position: relative;
}
.tabitm.activetabitm:after {
  display: inline-block;
  border-color: #00509D transparent transparent;
  border-width: 12px;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  content: '';  
  bottom: -24px;
  right: 0;
  left: 0;
  margin: 0 auto;
}


.video-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin:0 10px;

}
.video-box iframe{width:100%; height:250px;  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);  border-radius: 16px;border:2px solid #fff;}
.video-box:hover iframe{border:2px solid #00509D; }


.course-card {
       
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      position:relative;

    }
    .feautred-tag {
    position: absolute;
    top: 30px;
    left: 0px;
    background: #FF477B;
    z-index: 9;
    color: #fff;
    width: auto;
    height: 20px;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 12px 0px 12px;
    text-transform: uppercase;
    line-height: 20px;
}
.feautred-tag::after{
background: url(../images/feautred-tag.png) no-repeat;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    display: inline-block;
}
    .course-card img {
 width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease, filter 0.3s ease;
      object-fit: cover;
    }
    .course-card:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
  }
    .course-card .course-time{
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 5px;
      border-bottom: 1px solid #eee;
      margin-bottom: 20px;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      color: #555;
    }
     
    .course-card  .course-title {
     font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;  
    letter-spacing: 0.16px;
    margin-bottom:12px;
    }
      .course-card  .course-desc {
    font-size: 14px;
    margin: 0;
    color: #7E7E7E;
    text-align: left;
    line-height: 24px;
      margin-bottom:10px;
      padding-bottom: 10px;
     

    }
      .course-card  .list-heading{
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 27px;
      letter-spacing: 0.16px;
      color: #2C3039;
    }
    .reference-list {
      list-style: none;
      padding-left: 0;
    }
     .reference-list li{
      position: relative;
    padding: 0 0 0px 33px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #555;
        line-height: 25px;
     }  
    .reference-list li::before {
 
    position: absolute;
    left: -7px;
    top: -8px;
    width: 2.5rem;
    height: 2.5rem;
    content: "";
    z-index: 1;
    background: url(../images/bullet-point.png) no-repeat center center;
 
    }
     
.progrm-en-btn{
  display: flex;
  padding: 12px 24px;
  width: 100%;
  font-size: 18px;
 color: #E74E6C;
font-weight: 700;
justify-content: center;
align-items: center;
border-radius: 35px;
border: 1px solid #E7E7EB;
background:#FFF;
transition: all 0.3s ease-in;
}
.progrm-en-btn:hover{
  background-color: #E74E6C;
  color: #fff;
}
.swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      
  
    }

    .thumbs-slider {
      height:50px;
    }

    .thumbs-slider .swiper-slide {
      opacity: 0.4;
      cursor: pointer;
      font-size: 18px;
    }

    .thumbs-slider .swiper-slide-thumb-active {
      opacity: 1;
    }
.swipe-slidebtn {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    color: #2c3039;
    border-radius: 49px;
    background: #EEE;
    width: auto;
    padding: 6px 24px;
    opacity: 1 !important;
    line-height: 37px;
}
.swipe-slidebtn:hover{
  cursor: pointer;
}
.swipe-slidebtn.active {
 color: #fff;

 background: #00509D;
 opacity: 1;
}



.course-card {
      border: 1px solid #fff;
      border-radius: 10px;
      background: #fff;
      margin-bottom: 30px;
      overflow: hidden;
     
      animation: slideUp 0.6s ease forwards;
      opacity: 0;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

  .course-card1 {
      border: 1px solid #dcdcdc;
      border-radius: 10px;
      background: #fff;
      margin-bottom: 30px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      animation: slideUp 0.6s ease forwards;
      opacity: 0;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .course-card1:nth-child(even) {
      animation-delay: 0.2s;
    }

    .course-card1:nth-child(odd) {
      animation-delay: 0.4s;
    }

    .course-card1:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    }

    .course-header {
      background: #00509D;
      color: #fff;
      padding: 20px;
      font-weight: bold;
      text-align: center;
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      width: 50px;
    }

    .course-content {
      padding: 20px;
      flex: 1;
    }

    .course-header .number {
      font-size: 30px;
      font-weight: 700;
      opacity: 0.7;
    }

    .course-header .label {
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      font-size: 18px;
      margin-top: 10px;
    }

    .course-title {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      line-height: 25px;
    }

    .course-desc {
      font-size: 14px;
      margin-top: 8px;
      color: #444;
      line-height: 22px;
    }

    @keyframes slideUp {
      0% {
        transform: translateY(40px);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }


     .recognition-container {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 10px 0;
    }

    .recognition-text {
      font-size: 16px;
      color: #888;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-right: 10px;
      white-space: nowrap;
    }

    .recognition-line {
      flex-grow: 1;
      height: 2px;
      background-color: #f5d87a; /* light yellow color */
    }
    .recognition-subhead{
      color: #2C3039;
    font-family: Nunito;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px 0 18px 0;
    }

    header.small {
 
    background: #eee !important;
}

header.small .nav li a.active {
    color: #E74E6C !important;
}

header.small .nav li a.active:after{
  background-color: #E74E6C !important;
}
.nav-link{
  color: #0056b3 !important;
}

.homeform{
      background: #00509D url(../images/form-bg-inside.png) no-repeat center center !important;
}



 

    .main-slider img {
      width: 100%;
      border-radius: 10px;
    }

    .thumbs-slider {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      gap: 10px;
    }
 

  .main-slider .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
 gap: 10px;
  }

  .course-card {
    padding: 0px !important;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    background: white;
    margin: 5px 10px 10px;
  }
    
  .course-card:hover{
     box-shadow: 0 4px 10px rgba(231, 78, 108, 0.6);
  }
  .course-card .slick-slide .slick-current {
     box-shadow: 0 4px 10px rgba(231, 78, 108, 0.6) !important;
  }
  /* .no-shadow{
    box-shadow:none !important;
  } */
  .courses{
    background: linear-gradient(180deg, #F8F9FD 0%, #FDFDFD 100%);
  }

  .career{
    padding: 64px 0 0 !important;
  }


  .bar1, .bar2, .bar3 {
    background-color: #00509D ;
  }
  .covers-width{
    width:60%;
  }
  .read-more-toggle{
  color: #E74E6C;
  }
  .width-60{
    width: 60%;
  }

  .hero .slick-dots{
    left: 0px !important;
    right: auto !important;
    text-align: left !important;
    top: 70% !important; 
  }