@import url(https://fonts.googleapis.com/css?family=Outfit:400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Orienta: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: Outfit;
  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: Outfit
}

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 {
  position: relative;
  margin: 0 auto 30px;
  color: #525FE1;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .72px;
  text-transform: uppercase
}

h2 span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #525FE1;
  font-family: Orienta;
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: 79px;
  letter-spacing: 3.36px;
  color: #fff;
  vertical-align: bottom
}

h2:after {
  content: "";
  background: #525FE1;
  width: 100%;
  height: 2px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  box-shadow: rgba(17, 17, 26, .2) 0 1px 2px
}

h3 {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 1.08px;
  margin: 0 0 24px 0;
  text-transform: capitalize
}

h3 span {
  color: #484a4b;
  font-size: 20px;
  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 {
  z-index: 999;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  /* box-shadow: 0 0 4px 0 rgba(19, 16, 34, .05) */
}

header .container {
  padding: 16px 20px;
  border-radius: 12px
}

.navbar {
  padding: 0
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.navbar_scrolled {
  z-index: 999;
  position: fixed;
  animation-name: fadeInUp;
  animation-duration: 1s;
  width: 100%;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
}

.navbar_scrolled .container {
  box-shadow: 0 0 0 0 rgba(19, 16, 34, .05)
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    top: -50px
  }

  to {
    opacity: 1;
    top: 0
  }
}

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

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

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

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

.nav li a:hover {
  color: #525FE1
}

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

.nav li a.active {
  color: #525FE1;
  position: relative
}

.nav li a:after {
  position: absolute;
  content: "";
  background: #525FE1;
  width: 0%;
  left: 0;
  height: 3px;
  right: 0;
  bottom: 0;
  transition: all .3s
}

.nav li a:hover:after {
  width: 100%
}

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

nav li:last-child {
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #525FE1;
  background: #525FE1;
  margin: 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
}

nav li:last-child .nav-link.active {
  background: #231f40 !important;
  color: #ffffff !important;
  margin: 0
}

nav li:last-child .nav-link.active:after,
nav li:last-child .nav-link:hover:after {
  display: none
}

nav li:last-child .nav-link {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: .5rem 1rem
}

nav li:last-child:hover {
  background: #231f40;
  color: #fff
}

nav li:last-child:hover .nav-link {
  color: #fff;
}

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

.nav {
  display: inline-block !important
}

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

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

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #333;
  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
}

.main-bg {
 background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  background: url(../images/home-two-banner.jpg);
  background-size: 400% 400%;
    position: relative;
    z-index: 1;
    min-height: 784px;
}

.enroll-now {
  margin: -100px 0 0 0;
  position: relative;
  z-index: 99;
  padding: 0 0 64px 0
}

.form-heading {
  padding: 0 0 15px 0;
  margin: 0;
  font-family: Outfit !important;
  color: #1f1c35;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

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

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

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

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

.form-item {
  position: relative;
  margin-bottom: 15px
}

.form-item input {
  display: block;
  width: 100%;
  height: 40px;
  background: 0 0;
  border: solid 1px #ccc;
  transition: all .3s ease;
  padding: 0 15px
}

.form-item input:focus {
  border-color: #00f
}

.form-item label {
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 13px;
  left: 10px;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  padding: 0 10px;
  color: #999;
  transition: all .3s ease
}

.form-item input:focus+label,
.form-item input:valid+label {
  font-size: 11px;
  top: -5px
}

.form-item input:focus+label {
  color: #00f
}

.submitbtn {
  width: 100%;
  position: relative;
  z-index: 9999 !important
}

button.submit {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  text-decoration: none;
  background: #231f40;
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  border-radius: 8px;
  font-size: 20px;
  transition: .5;
  font-weight: 700;
  overflow: hidden;
  border: 1px solid #e7e7eb
}

button.submit:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  transition: .5s;
  border-style: solid;
  border-color: #525FE1;
  border-width: 92px 153px;
  transform: rotate(360deg);
  transform-origin: top left
}

button.submit:hover:before {
  border-color: #525FE1;
  transform: rotate(32deg)
}

button.submit:hover {
  color: #fff;
  transition: .3s;
  transition-delay: .5s
}

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

.ban-heading {
  margin: 0 auto 0;
  color: #2c3039;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.68px
}

.ban-subheading {
  margin: 0 auto 0;
  color: #525FE1;
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.68px
}

.ban-heading3 {
  margin: 0 auto 0;
  color: #2c3039;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.68px;
  margin: 0 0 20px 0
}

.ban-subhead {
  margin: 20px 0 32px 0;
  color: #555;
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  line-height: 28px
}

.about {
  position: relative
}

.about .row {
  align-items: center
}

.about .about-one__thumb__one::after {
  background: url(images/about-bg-2.png) no-repeat;
  z-index: -9
}

.about .about-one__thumb__shape1 {
  position: absolute;
  right: -39px;
  left: inherit;
  top: -38px;
  z-index: -9
}

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

.about-one__thumb__two {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  border-radius: 0;
  animation: 1.5s ease-in-out 0s infinite normal none running blinker
}

.about .about-one__thumb__box {
  left: -86px;
  bottom: 86px
}

.about .about-banner__video {
  left: 44px;
  top: 44px
}

.about .about-one__thumb__box__icon {
  left: -27px;
  top: -3px
}

.about .prg-container {
  float: right;
  width: auto
}

.about-right {
  margin: 0 0 0 60px
}

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

.about-right p span {
  color: #525FE1;
  font-weight: 700;
  vertical-align: bottom
}

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


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

ul.about-list li {
  border-radius: 16px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  display: inline-block;
  width: calc(25% - 23px);
  margin: 0 10px 20px 10px;
  padding: 20px;
  vertical-align: top;
  background: #fff;
  position: relative;
}

ul.about-list li:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

ul.about-list li:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  z-index: 0;
}

ul.about-list li:hover:before {
  width: 100%;
}

ul.about-list li:first-child:before {
  background: #e4e6ff;
}

ul.about-list li:nth-child(2):before {
  background: #e4e6ff;
}

ul.about-list li:nth-child(3):before {
  background: #e4e6ff;
}

ul.about-list li:last-child:before {
  background: #e4e6ff;
}

.features-item {
  display: inline-flex !important;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 0;
  height: auto;
  margin: 0;
  width: 100%;
  z-index: 99;
  position: relative;
}

ul.about-list li:hover .features-item h3 {
  color: #e74e6c
}

.about-one__thumb__shape3 {
  position: absolute;
  z-index: 2;
  right: -71px;
  top: -94px;
}

.about-one__thumb__shape3 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;
}

.features-item h3 {
  font-style: normal;
  display: flex;
  font-weight: 600;
  justify-content: space-around;
  font-size: 18px;
  line-height: normal;
  align-items: center;
  color: #231F20;
  margin: 0;
  text-transform: capitalize;
}

.features-item h3 img {
  vertical-align: middle;
  margin: 0 5px 0 0
}

.features-item h3 span {
  margin: 0 0 0 10px;
  text-align: left
}

.bannerbox-slider {
  margin: 20px 0 0 0;
}

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

.bannerbox {
  margin: 0px 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;
  overflow: hidden;
  border-radius: 16px;
}

.bannerbox img {
  max-width: 100%;
  width: 100%;
  border-radius: 4px 4px 0 0;
  border-radius: 16px;
  box-shadow: 0px 0px 2px 0px rgba(19, 16, 34, 0.20);
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  overflow: hidden;
}

.bannerbox:hover img {
  transform: scale(1.2);
  cursor: pointer;
  border-radius: 16px;
}

.bannerbox p {
  text-align: center;
  padding: 20px;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  right: 0;
  border-radius: 8px;
  backdrop-filter: blur(5px);
  width: 90%;
  margin: 20px auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.bannerbox:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  z-index: 0;
}

.bannerbox:hover:before {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.c-blue p {
  border: 1px solid #525FE1;
  color: #525FE1;
  z-index: 99;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

.c-blue:hover p {
  border: 1px solid #fff;
  background: #525FE1;
  color: #fff;
}

.c-orange p {
  border: 1px solid #ff5f04;
  color: #ff5f04;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  z-index: 99;
}

.c-orange:hover p {
  border: 1px solid #fff;
  background: #ff5f04;
  color: #fff;
}

.c-red p {
  border: 1px solid #525FE1;
  color: #525FE1;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  z-index: 99;
}

.c-red:hover p {
  border: 1px solid #fff;
  background: #525FE1;
  color: #fff;
}

.c-purple p {
  border: 1px solid #525FE1;
  color: #525FE1;
  z-index: 99;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

.c-purple:hover p {
  border: 1px solid #fff;
  color: #fff;
  background: #525FE1;
}



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

.bannerbox-slider.slick-initialized.slick-slider.slick-dotted {
  padding: 0 0 50px 0
}

.course-slider.slick-initialized.slick-slider.slick-dotted {
  overflow: hidden;
  padding: 0 0 45px 0
}

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

.bannerbox-slider .slick-dots,
.testi-slider .slick-dots,
.course-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
}
.cover-slider .slick-dots{display: none;}
.bannerbox-slider .slick-dots li,
.cover-slider .slick-dots li,
.testi-slider .slick-dots li,
.course-slider .slick-dots li,
.hero .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer
}

.bannerbox-slider .slick-dots li button,
.cover-slider .slick-dots li button,
.testi-slider .slick-dots li button,
.course-slider .slick-dots li button,
.hero .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,
.cover-slider .slick-dots li button::before,
.testi-slider .slick-dots li button::before,
.course-slider .slick-dots li button::before,
.hero .slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1
}

.bannerbox-slider .slick-dots li button:before,
.cover-slider .slick-dots li button:before,
.testi-slider .slick-dots li button:before,
.course-slider .slick-dots li button:before,
.hero .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: rgba(82, 95, 225, 0.5);
  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,
.cover-slider .slick-dots li.slick-active button:before,
.testi-slider .slick-dots li.slick-active button:before,
.course-slider .slick-dots li.slick-active button:before,
.hero .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #525FE1 !important;
  background: #525FE1;
  width: 12px;
  border-color: var(--color-primary);
    opacity: 1;
    transform: scale(1);
}

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

.cover-slider {
  margin: 0 0 0 40px;
}

.cover-slider .about-right {
  margin: 0 0px 0 20px;
}
.cover-slider h3{    font-size: 26px;    margin: 0 0 16px 0; line-height: 42px;}
.no-padding {
  padding: 0 !important
}

.testimonials_box {
  background: #fef8f4;
  background-size: cover;
}

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

.testi-slider .gal-box {
  width: 100%;
  margin: 20px 10px !important
}

.testi:hover {
  box-shadow: 0px 0px 4px 2px rgba(94, 4, 255, 0.20);
}

.testi {
  position: relative;
  display: block;
  text-align: center;
  padding: 24px;
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0px 0px 2px 0px rgba(19, 16, 34, 0.15);
}

.testi p {
  margin: 32px 0 0;
  width: 100%;
  color: #7E7E7E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 188.889% */
  letter-spacing: 0.36px;
  text-align: left;
}

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


.testi-people img {
  box-shadow: 0px 0px 2px 0px rgba(19, 16, 34, 0.10);
}

.test-pic {
  position: relative;
  width: 16%;
}

.test-pic img {
  border-radius: 50px;
  height: 64px;
  width: 64px;
  box-shadow: 0px 0px 2px 1px rgba(19, 16, 34, 0.10);
}

.testi-name {
  width: 70%;
}

.testi-people {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #555;
  display: flex;
  justify-content: start;
  align-items: center;
}

.testi-people strong {
  font-weight: 700;
  color: #2c3039
}

.testi-people span {
  display: block;
  margin: 5px 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: 20px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(19, 16, 34, 0.10);
  margin: 5px 10px;
}

.gallery-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  z-index: 0;
}

.color1:hover:before {
  height: 100%;
  background: #f86f03;
  border-radius: 16px;
  z-index: 9;
}

.color2:hover:before {
  height: 100%;
  background: #f86f03;
  border-radius: 16px;
  z-index: 9;
}

.color3:hover:before {
  height: 100%;
  background: #f86f03;
  border-radius: 16px;
  z-index: 9;
}

.color1:before {
  border-bottom: 4px solid #f86f03;
}

.color2:before {
  border-bottom: 4px solid #525FE1;
}

.color3:before {
  border-bottom: 4px solid #c8ad06;
}

.gallerypic {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 99;
}

.gallery-box span {
  color: #1F1C35;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  line-height: normal;
  padding: 20px 0 0 0;
  width: 100%;
  z-index: 99;
  position: relative;
}

.gallery-box:hover span {
  color: #fff;
}

.gallerypic img {
  width: 100%;
  display: block;
  border-radius: 6px;
  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: default;
}

.gallery {
  background: #fff;
}

.course-slider {
  display: block !important
}

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

.apply-box {
  position: relative;
  background: #fafafa url(../images/cours-bg.png) repeat-y center center;
  background-size: contain;

}

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

.apply_list li {
  width: calc(50% - 22px);
  display: inline-block;
  text-align: left;
  margin: 0 10px 0px 10px;
  vertical-align: top;
  padding: 0px;
  border-radius: 16px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  position: relative;
  overflow: hidden;
}

.apply_list li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  z-index: 9;
}

.apply_list li:hover:before {
  height: 100%;
}

.apply_list li.course-n1:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 18%, rgba(82, 95, 225, 0.15) 100%);
}

.course-n1 ul.course-details li {
  margin: 0 0px 31px 0px;
}

.course-n3 ul.course-details li {
  margin: 0 0px 31px 0px;
}

.course-n1:hover a.apply {
  background: #525FE1;
  color: #fff;
  border: 1px solid #fff;
}

.course-n2:hover a.apply {
  background: #231f40;
  color: #fff;
  border: 1px solid #fff;
}

.course-n3:hover a.apply {
  background: #f86f03;
  color: #fff;
  border: 1px solid #fff;
}

.apply_list li.course-n2:before {

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 18%, rgba(84, 62, 232, 0.15) 100%);

}

.apply_list li.course-n3:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 18%, rgba(248, 111, 3, 0.15) 100%);
}

.apply_list li:hover ul.course-details li:before {
  height: 25px;
  top: 0px;
}

a.apply {
  text-align: center;
  padding: 16px 24px;
  display: inline-block;
  margin: 16px 0 0;
  border-radius: 35px;
  border: 1.5px solid #E7E7EB;
  background: #FFF;
  color: #1F1C35;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  width: 100%;
  -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
}

.career {
  background: #F5F5F5 url(../images/plane-bg.png)no-repeat center center;
  position: relative;
}

.offers {
  margin: 50px 0 0 0
}

footer {
  background: #fff;
  padding: 50px 0 30px 0;
}

footer .form-area {
  box-shadow: 0px 0px 0px 0px rgba(19, 16, 34, 0.10);
  padding: 11px 0px 0px 0px;
}

footer .form-area:hover {
  box-shadow: 0px 0px 0px 0px rgba(82, 95, 225, 0.10);
}

footer .form-control {
  background: #FCFCFC;
}

.p-relative {
  position: relative;
  margin: 50px 0 20px 0;
}

.contact__thumb__shape1 {
  position: absolute;
  left: -51px;
  top: -21px;
}

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

.cont-arrow {
  position: absolute;
  right: -54px;
  bottom: 32px;
}

.cont-arrow 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;
}

ul.con-list {
  margin: 0 0 25px 0;
  z-index: 9;
  position: relative;
}

ul.con-list li {
  display: inline-block;
    width: calc(50% - 26px);
    margin: 0 0 20px 0;
    color: #7E7E7E;
    font-size: 18px;
   padding: 26px 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.36px;
    text-align: center;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(19, 16, 34, 0.15);
    margin: 12px 12px 12px 12px;
}
ul.con-list li:first-child {
    width: 59%;}
 ul.con-list li:first-child span{
 overflow: initial;
 }    
    ul.con-list li:nth-child(2) {
    width: 36%;
}
ul.con-list li:hover {
  background: #FCFCFC;
  box-shadow: 0px 0px 2px 0px rgba(19, 16, 34, 0.15);
}

ul.con-list li strong {
  color: #1F1C35;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: block;
  margin: 14px 0 0;
}

li.address{width:98% !important;}
li.address p{    font-size: 18px;}
ul.con-list li .icon {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 0 auto;
  background: #e4e6ff;
  border: 1px solid #e4e6ff;
  border-radius: 50px;
  transition: all 0.4s ease;
}

ul.con-list li:hover .icon {
  border: 1px solid #525FE1;
  transform: scale(1.1);
}

ul.con-list li a {
  text-decoration: underline;
}

ul.con-list li a:hover {
  text-decoration: none;
  color: #525FE1;
}

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

.social-box {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0px;
}


.copyright {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 99999;
}

.copyright .row {
  background: #1F1C35;
  margin-left: 0px;
  border-radius: 16px 0px 0px 0px;
}

.copyright .col-md-6 {
  padding-left: 0px;
}

.copyright:after {
  width: 40%;
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  background: #1F1C35;
  z-index: -99;
}

.copy-text {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 44px 15px 0 0;
}

.copyright a {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.copyright a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.mt-20 {
  margin-top: 40px;
}

.scrollToTop {
  background: #525FE1;
  padding: 5px;
  position: relative;
  text-align: center;
  z-index: 9999999999;
  display: inline-block;
  border-radius: 16px 0px 0px 0px;
  padding: 22px;
  vertical-align: top;
}

.scrollToTop:hover {
  color: #fff;
  background: #f86f03;
}

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
}

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

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

.enquirybtn:hover a {
  background: #ff5f04;
}

.error {
  font-size: 12px;
  color: #ff5f04;
  display: none;
  position: absolute;
  left: 0;
  bottom: -13px
}

.thank-banner {
  margin: 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: #525FE1;
  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: #525FE1;
  color: #fff;
  border-radius: 20px;
  padding: 12px 34px
}

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

/*home banner anim*/
.hero-banner {
  position: relative;
  padding: 0px 0 150px;
  overflow: hidden;
  z-index: 2;
}

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

.hero-banner__cart__thumb {
  width: 50%;
}

.hero-banner__cart__content {
  position: relative;
}

.hero-banner__cart__content-inner {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 88px;
  border: 2px solid #cab3f6;
  background: #fff;
  margin: 30px 0 0 0;
}

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


.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;
}

.banner-pic {
  display: flex;
  justify-content: space-around;
}

.pic-left {
  width: 53%;
  margin: 0 2% 0 0;
  overflow: hidden;
}

.b-arrow {
  position: absolute;
  left: 6px;
  top: 0px;
}

.b-arrow 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;
}

.left-book {
  position: absolute;
  left: 40px;
  top: 48px;
}

.left-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;
}

.left-pencil {
  position: absolute;
  left: 10%;
  bottom: 29%;
}

.left-pencil img {
  -webkit-animation-name: rotated2;
  animation-name: rotated2;
  -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;
}

.right-icon {
  position: absolute;
  right: 6%;
  top: 71%;
}

.right-icon img {
  -webkit-animation: rotated2 20s infinite linear;
  animation: rotated2 20s infinite linear;
  -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;
}

.pic-right {
  width: 43%;
  margin: 0 0% 0 2%;
}

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

.img-shadow {
  max-width: 100%;
  width: 100%;
  box-shadow: 0px 0px 4px 0px rgba(19, 16, 34, 0.05);
  border-radius: 24px;
}

.course-count {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 88px;
  margin: 0px 0 30px 0;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  transition: all 0.4s ease;

  /* -webkit-animation: gradient 10s ease infinite;
  animation: gradient 10s ease infinite; */
}

.bg1 {
  background: linear-gradient(90deg, #767fe9 0%, #6671e9 47.78%, #525FE1 100%);
  transition: all 0.8s ease;
}

.bg2 {
  background: linear-gradient(90deg, #f18b3d 0%, #eb751b 52.39%, #f86f03 100%);
  transition: all 0.8s ease;
}

.bg3 {
  background: linear-gradient(90deg, #C342FF 0%, #B22CF0 48.37%, #9A33CA 100%);
  transition: all 0.8s ease;
}

.course-count span {
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-right: 1px solid #fff;
  padding: 0 20px 0 0;
  transition: all 0.4s ease;
  width: 35%;
}

.course-count strong {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 20px;
  width: 70%;
}


/*animation start*/
.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: 2px;
  background: linear-gradient(90deg, transparent, #525FE1);
  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: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #525FE1);
  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: 2px;
  background: linear-gradient(270deg, transparent, #525FE1);
  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: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #525FE1);
  animation: animate4 1.5s linear infinite;
  animation-delay: 0.75s;
}

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

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



#prg-counter {
  position: relative;
}


.prg-container {
  text-align: left;
  width: 100%;
  margin: auto;
}

.prg-count {
  color: #525FE1;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

#prg-head h1 {
  text-align: center;
}


.countbox .prg-count .prg-icon {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem !important;
  text-align: center;
  color: #fff;
}

#prg-counter .prg-count::after {
  position: absolute;
  content: " +";
  display: inline-block;
  font-size: 28px;
  top: 0;
  color: #525FE1;
}

#prg-counter .prg-count-title {
  color: #1F1C35;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*cursor animation*/
.cursor {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 111;
  border: 1px solid #525FE1;
  transition: all 0.2s ease-out;
  animation: moveCursor1 .5s infinite alternate;
}

.expand {
  background: transparent;
  animation: moveCursor2 .5s forwards;
  border: 1px solid #525FE1;
}

.videowrapper {
  display: inline-block;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  cursor: pointer;
}

.videowrapper:hover {
  box-shadow: 0px 0px 4px 2px rgba(94, 4, 255, 0.20);
}

.videowrapper img {
  border-radius: 16px;
  position: relative;
}

.videowrapper img:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0.56%, rgba(0, 0, 0, 0.15) 29.9%, rgba(0, 0, 0, 0.16) 95.78%);
  margin: 0 auto;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 16px;
  position: absolute;
}

.video-main {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  color: #f86f03;
  display: inline-block;
  background: #f86f03;
  z-index: 999;
  position: relative;

}

.video:before {
  content: "";
  background: url(../images/video-arrow.png) no-repeat center center;
  width: 15px;
  height: 17px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "";
  background: url(../images/video-arrow.png)no-repeat center center;
  width: 15px;
  height: 17px;
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(248, 111, 3, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.popup-videos iframe {
  height: 500px;
}


/*about us section start*/
.about-one {
  position: relative;
  padding: 0px 0 0px;
}

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

.about-one__thumb {
  position: relative;
  margin: 44px 0px 0 0px;
}

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

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

.about-one__thumb__one::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: calc(100% - -7%);
  height: calc(100% - -7%);
  content: '';
  border-radius: 0px;
  background: url(../images/about-border.png) no-repeat;
  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: -32px;
  bottom: 22px;
}

.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: 264px;
  bottom: 73px;
  width: 240px;
  background: #fff;
  padding: 14px 24px 14px 24px;
  border-radius: 12px;
  box-shadow: 2px 2px 4px 0px rgba(19, 16, 34, 0.10);
  transition: all 0.4s ease;
}

.about-one__thumb__box:hover {
  box-shadow: 0px 0px 4px 2px rgba(0, 107, 255, 0.20);
}

.about-one__thumb__box__icon {
  width: 48px;
  height: 48px;
  position: absolute;
  left: -13px;
  top: 11px;
  bottom: 0;
  margin: auto;
  color: #525FE1;
  overflow: hidden;
}


.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 {
  margin: 0 0 0px 45px;
  color: #7E7E7E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-one__thumb__box__text {
  letter-spacing: normal;
  margin: 0;
  color: #1F1C35;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}

.about-one__thumb__box__text a {
  color: inherit;
}

.about-one__thumb__box:hover .about-one__thumb__box__text a {
  color: #525FE1;
}

.about-banner__video {
  width: auto;
  height: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  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;
}

.cover-pic {
  z-index: 0;
  position: relative;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  overflow: hidden;

}

.cover-pic img {
  max-width: 100%;
  width: 100%;
  border-radius: 16px 16px 0px 0px;
}

.apply_list li:hover .cover-pic {
  transform: scale(1.2);
}

.month {
  display: flex;
  justify-content: space-between;
  color: #7E7E7E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 20px 0 20px;
  padding: 10px;
  border-bottom: 1px solid #E7E7EB;
  z-index: 9;
  position: relative;
  background: #fff;
}

.month span svg {
  margin: 0 5px 0 0;
}

ul.course-details {
  margin: 10px 20px;
  z-index: 9;
  position: relative;
}

ul.course-details li {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 0px 0px rgba(19, 16, 34, 0.05);
  margin: 0 0px 16px 0px;
  position: relative;
  padding: 0 0 0px 33px;
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;


}

ul.course-details li:before {
  position: absolute;
  left: -7px;
  top: -8px;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  z-index: 1;
  background: url(../images/bullet-point-n.png) no-repeat center center;
}

ul.course-details span {
  color: #1F1C35;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #E7E7EB;
  display: block;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

.enroll-btn {
  margin: 20px;
  z-index: 9;
  position: relative;
}

ul.home-list {
  margin: 30px 0px 0px 0px;
  z-index: 9;
  position: relative;
}

ul.home-list li {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 0px 0px rgba(19, 16, 34, 0.05);
  margin: 0 0px 24px 0px;
  position: relative;
  padding: 0 0 0px 43px;
  color: #2C3039;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
}

ul.home-list li strong {
  font-weight: 700;
}

ul.home-list li:before {
  position: absolute;
  left: -7px;
  top: -6px;
  width: 2.5rem;
  height: 2.4rem;
  content: "";
  z-index: 1;
  background: url(../images/home-arrow.png) no-repeat center center;
  transition: all 0.4s ease;
}

ul.home-list li:hover:before {
  background: url(../images/home-arrow-r.png) no-repeat center center;
  left: 8px;
}

ul.about-data {
  margin: 0px 0px 0px 0px;
  z-index: 9;
  position: relative;
}

ul.about-data li {
  width: 100%;
  display: block;
  margin: 0 0px 15px 0px;
  position: relative;
  padding: 0 0 0px 40px;
  color: #7E7E7E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.36px;
  transition: all 0.4s ease;
}

ul.about-data li:hover {
  margin-left: 10px;
}

ul.about-data li span {
  color: #1F1C35;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: block;
}


ul.about-data li:before {
  position: absolute;
  left: -7px;
  top: -6px;
  width: 2.8rem;
  height: 2.8rem;
  content: "";
  z-index: 1;
  background: url(../images/about-arrow.png) no-repeat center center;
}

ul.about-data li:hover:before {
  background: url(../images/about-arrow-r.png) no-repeat center center;
}

/*about us section end*/



/* #Progress
  ================================================== */

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'unicons';
  content: '\e84b';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #525FE1;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: 'unicons';
  content: '\e84b';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #525FE1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #525FE1;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@font-face {
  font-family: 'unicons';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.eot');
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.eot') format('embedded-opentype'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.woff2') format('woff2'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.woff') format('woff'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.ttf') format('truetype'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.uil-arrow-up:before {
  content: '\e84b';
}

/*contact form start*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select_arrow.png) no-repeat right center !important;
  background-position: 97% 50% !important;
}

.form-area {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #FFF;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 24px 24px 6px 24px;
}

.form-area:hover {
  box-shadow: 0px 0px 4px 2px rgba(94, 4, 255, 0.20);
}

.form-area .form-inner {
  width: 100%;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 19px;
  min-height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7E7E7E;
  background-color: #FFF;
  border: 1px solid #E7E7EB;
  border-radius: 8px;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.form-control {
  padding-top: 10px;
  transition: 0.15s;
}

.form-control:focus {
  color: #333;
  background-color: #FFF;
  border-color: #525FE1;
  outline: 0;
  box-shadow: none;
}

.floating-label {
  font-size: 16px;
  font-weight: 400;
  color: #7E7E7E;
  opacity: 1;
  top: 16px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  transition: 240ms;
  margin-bottom: 0;
  z-index: 1;
}

.floating-diff .floating-label {
  opacity: 0;
}

.floating-diff.focused .floating-label {
  opacity: 1;
}

.form-group.focused .floating-label {
  opacity: 1;
  color: #7E7E7E;
  top: -7px;
  left: 19px;
  font-size: 12px;
  background: #fff;
  padding: 2px 5px;
}

.float-checkradio {
  background-color: #FFF;
  border: 1px solid #DFE3E7;
  border-radius: .267rem;
  padding: 8px 19px;
  transition: 0.3s;
  min-height: 55px;
}

.float-checkradio.focused {
  padding-top: 21px;
}


/*--------select2-css----*/
.select2Part .floating-label {
  opacity: 0;
}

.select2Part.focused .floating-label {
  opacity: 1;
}

.select2multiple .floating-label {
  opacity: 1;
}

.select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 13px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ff5f04;
  height: 48px;
}

.select2-container--focus.select2-container--default .select2-selection--single {
  border: 1px solid #ff5f04;
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  transition: 240ms;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #475F7B;
  padding-top: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 53px;
  right: 15px;
  transition: 240ms;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(236 238 241);
  color: #4a494a;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=') no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #5A8DEE;
  color: #fff;
}

.select2-container--default .select2-results__option:last-child {
  border-radius: 0px 0px 4px 4px;
}

.select2-container--default .select2-selection--single {
  border-radius: .267rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 19px;

}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.select2-results__option {
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  color: #4F4F4F;
  font-size: 15px;
  font-weight: 400;
}

.select2-container--open .select2-dropdown--above {
  box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
  border-radius: 0px;
  border: none;
  top: 8px;
  border-radius: 6px;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0px 2px 18px rgb(0 0 0 / 16%);
  border-radius: 0px;
  border: none;
  top: -8px;
  border-radius: 6px;
  overflow: hidden;
}

.select2Part.w-100>.select2-container {
  width: 100% !important;
}

.select2-search--dropdown {
  padding: 12px 15px;
  position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 14px;
  border: 1px solid #DFE3E7;
  border-radius: 4px;
  color: #757575;
  padding: 10px 15px;
  background-color: #fff;
  position: relative;
  padding-right: 45px;
}

.select2-container--default .select2-search--dropdown:after {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 23px;
  right: 30px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
}


.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  font-size: 16px;
  margin-top: 0px;
  padding: 0;
  padding-left: 5px;
  line-height: 27px;
  padding-top: 6px;
}


.global-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  border-radius: 16px;

}

.global-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;

}

.global-img:after {
  background: rgba(255, 255, 255, 80%);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.global-img:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.global-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.2);

}

.hover14 figure {
  position: relative;
  margin: 0 0 0rem;
}

.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%;
  }
}


/* Circle */
.hover15 figure {
  position: relative;
}

.hover15 figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hover15 figure:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

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

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}


/*animation css start*/

@-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
}


@keyframes moveCursor1 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(.8);
  }
}

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

  50% {
    transform: scale(2.5);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@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);
  }
}


@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


@-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);
  }
}



.m-t-20 {
  margin-top: 40px;
}



/*social media start*/
.button-wrap {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  margin: 0px 12px 0;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}

.button-wrap.facebook {
  background-color: #f86f03;
}

.button-wrap.facebook svg.active {
  color: #f86f03;
}

.button-wrap.twitter {
  background-color: #f86f03;
}

.button-wrap.twitter svg.active {
  color: #f86f03;
}

.button-wrap.insta {
  background-color:#f86f03;
}

.button-wrap.insta svg.active {
  color: #f86f03;
}

.button-wrap:hover .button-inner-wrap {
  width: 45px;
  height: 45px;
}

.button-wrap:hover .button-inner-wrap svg.inactive {
  transform: translate(100px, -50%);
}

.button-wrap:hover .button-inner-wrap svg.active {
  transform: translate(-50%, -50%);
}

.button-inner-wrap {
  width: 50px;
  height: 50px;
  border: 1px solid #F5F5F5;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  background-color: #F5F5F5;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.button-inner-wrap svg {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 50px;
  transition: all 0.3s ease;
}

.button-inner-wrap svg.inactive {
  color: #CCC;
  transform: translate(-50%, -50%);
}

.button-inner-wrap svg.active {
  transform: translate(-150px, -50%);
}


.bottomform button.submit:before {
  border-width: 92px 211px;
}

.bottomform button.submit:before {
  border-width: 137px 234px;
}

.banner-anim {
  overflow: hidden;
}

:root {
  --headingSize: 98px;
  --background-color: #2C3039;
  --heading2: #525FE1;
}

h1 {
  margin: 0;
  letter-spacing: -1px;
  font-size: var(--headingSize);
}

h1.swift-up-text {
  color: #2C3039 !important;
  font-size: 98px;
}

h1.swift-up-text.heading2 {
  color: #525FE1 !important;
  font-size: 88px;
}

h1.swift-up-text.heading3 {
  font-size: 69px;
}

span {
  display: inline-block;
  overflow: hidden;
  animation: .3s swift-up ease-in-out forwards;
}

i {
  font-style: normal;
  position: relative;
  top: var(--headingSize);
  animation: .5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
  to {
    top: 0;
  }
}

header.thankyou {
  text-align: center;
  padding: 16px 0;
  background: #ffffff;
}

button.close {
  background-color: #ff5f04;
  opacity: 1;
  color: #fff;
  position: absolute;
  right: -11px;
  top: -26px;
  padding: 5px 11px;
  margin: 0;
  border-radius: 100px;
}


.plane-pic {
  position: absolute;
  right: 29%;
  top: 7%;
}

.plane-pic 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;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}



ul.logos {
 margin: 0px 0 16px 0;
    padding: 0px 0 16px 0;
    border-bottom: 1px solid #E7E7EB;
}

ul.logos li {
  margin: 0 10px 0 0;
  display: inline-block;
  width: calc(25% - 13px);
  padding: 10px;
  box-shadow: 0px 0px 2px 0px rgba(19, 16, 34, 0.20);
  border-radius: 6px;
}

ul.logos li img {
  max-width: 100%;
}

/*home anim*/
.cube {
  position: absolute;
  top: 200px;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
  animation: cube 12s ease-in forwards infinite;
}

.cube:nth-child(2n) {
  border-color: rgba(255, 255, 255, 0.3);
}

.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 25vw;
  top: 40px;
}

.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: 75vw;
  top: 50px;
}

.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  left: 90vw;
  top: 60px;
}

.cube:nth-child(5) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  left: 10vw;
  top: 70px;
}

.cube:nth-child(6) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  left: 50vw;
  top: 80px;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}




.animated-border-box,
.animated-border-box-glow {
  max-height: 100%;
  max-width: 91%;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: -9;
  border-radius: 16px;

}

.animated-border-box-glow {
  overflow: hidden;
  /* Glow Blur */
  filter: blur(10px);
}

.animated-border-box:before,
.animated-border-box-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*border color, change middle color*/
  background-image: conic-gradient(rgba(0, 0, 0, 0), #f86f03, rgba(0, 0, 0, 0) 25%);
  /* change speed here */
  animation: rotate 4s linear infinite;
}

.animated-border-box:after {
  content: '';
  position: absolute;
  z-index: -1;
  /* border width */
  left: 5px;
  top: 5px;
  /* double the px from the border width left */
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  /*bg color*/
  background: #292a2e url(../images/video-thumb.jpg) no-repeat;
  /*box border radius*/
  border-radius: 16px;
  background-size: cover;
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

.p-relative-top {
  position: relative;
}

.top-arrow {
  position: absolute;
  right: 0;
  top: 0;
}

.flight-path {
  position: absolute;
  right: 100px;
  top: 20%;
  height: 180px;
  margin: 0px auto;
  width: 100px;
}


.plane {
  position: absolute;
  top: 0%;
  left: 0;
  transform: translateY(0%);
  animation: fly 3s linear infinite;
}

@keyframes fly {
  0% {
    left: 0;
  }

  85% {
    left: 100%;
    transform: translateY(-149%);
    opacity: 1;
  }

  100% {
    left: 100%;
    transform: translateY(-150%);
    opacity: 0;
  }
}

@keyframes reveal-line {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.dalignc{display: flex; align-items: center; justify-content: space-around;}
.subhead{    color: #1f1c35;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: block;
    margin: 10px 0 0;}

/*book preloader*/
#preloader {
  background: #FFF;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1031;
}

.book {
  --color: #FE4F70;
  --duration: 6.8s;
  width: 32px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.book .inner {
  width: 32px;
  height: 12px;
  position: relative;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  animation: book var(--duration) ease infinite;
}
.book .inner .left,
.book .inner .right {
  width: 60px;
  height: 4px;
  top: 0;
  border-radius: 2px;
  background: var(--color);
  position: absolute;
}
.book .inner .left:before,
.book .inner .right:before {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: inherit;
  position: absolute;
  top: -10px;
  left: 6px;
}
.book .inner .left {
  right: 28px;
  transform-origin: 58px 2px;
  transform: rotateZ(90deg);
  animation: left var(--duration) ease infinite;
}
.book .inner .right {
  left: 28px;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  animation: right var(--duration) ease infinite;
}
.book .inner .middle {
  width: 32px;
  height: 12px;
  border: 4px solid var(--color);
  border-top: 0;
  border-radius: 0 0 9px 9px;
  transform: translateY(2px);
}
.book ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 0;
}
.book ul li {
  height: 4px;
  border-radius: 2px;
  transform-origin: 100% 2px;
  width: 48px;
  right: 0;
  top: -10px;
  position: absolute;
  background: var(--color);
  transform: rotateZ(0deg) translateX(-18px);
  animation-duration: var(--duration);
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.book ul li:nth-child(0) {
  animation-name: page-0;
}
.book ul li:nth-child(1) {
  animation-name: page-1;
}
.book ul li:nth-child(2) {
  animation-name: page-2;
}
.book ul li:nth-child(3) {
  animation-name: page-3;
}
.book ul li:nth-child(4) {
  animation-name: page-4;
}
.book ul li:nth-child(5) {
  animation-name: page-5;
}
.book ul li:nth-child(6) {
  animation-name: page-6;
}
.book ul li:nth-child(7) {
  animation-name: page-7;
}
.book ul li:nth-child(8) {
  animation-name: page-8;
}
.book ul li:nth-child(9) {
  animation-name: page-9;
}
.book ul li:nth-child(10) {
  animation-name: page-10;
}
.book ul li:nth-child(11) {
  animation-name: page-11;
}
.book ul li:nth-child(12) {
  animation-name: page-12;
}
.book ul li:nth-child(13) {
  animation-name: page-13;
}
.book ul li:nth-child(14) {
  animation-name: page-14;
}
.book ul li:nth-child(15) {
  animation-name: page-15;
}
.book ul li:nth-child(16) {
  animation-name: page-16;
}
.book ul li:nth-child(17) {
  animation-name: page-17;
}
.book ul li:nth-child(18) {
  animation-name: page-18;
}

@keyframes page-0 {
  4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  13%, 54% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  63% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-1 {
  5.86% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  14.74%, 55.86% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  64.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-2 {
  7.72% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  16.48%, 57.72% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  66.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-3 {
  9.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  18.22%, 59.58% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  68.22% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-4 {
  11.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  19.96%, 61.44% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  69.96% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-5 {
  13.3% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  21.7%, 63.3% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  71.7% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-6 {
  15.16% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  23.44%, 65.16% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  73.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-7 {
  17.02% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  25.18%, 67.02% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  75.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-8 {
  18.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  26.92%, 68.88% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  76.92% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-9 {
  20.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  28.66%, 70.74% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  78.66% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-10 {
  22.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  30.4%, 72.6% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  80.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-11 {
  24.46% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  32.14%, 74.46% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  82.14% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-12 {
  26.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  33.88%, 76.32% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  83.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-13 {
  28.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  35.62%, 78.18% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  85.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-14 {
  30.04% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  37.36%, 80.04% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  87.36% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-15 {
  31.9% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  39.1%, 81.9% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  89.1% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-16 {
  33.76% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  40.84%, 83.76% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  90.84% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-17 {
  35.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  42.58%, 85.62% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  92.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-18 {
  37.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  44.32%, 87.48% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  94.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes left {
  4% {
    transform: rotateZ(90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(90deg);
  }
}
@keyframes right {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(-90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(-90deg);
  }
}
@keyframes book {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  40.01%, 59.99% {
    transform-origin: 30px 2px;
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  96% {
    transform: rotateZ(-90deg);
  }
}