
@font-face {
    font-family: din normal;
    src: url(fonts/DINNextLTPro-Regular.eot);
    src: url(fonts/DINNextLTPro-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/DINNextLTPro-Regular.woff2) format("woff2"),url(../fonts/DINNextLTPro-Regular.woff) format("woff"),url(../fonts/DINNextLTPro-Regular.ttf) format("truetype"),url(../fonts/DINNextLTPro-Regular.svg#DINNextLTPro-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: din bold;
    src: url(fonts/DINNextLTPro-Bold.eot);
    src: url(fonts/DINNextLTPro-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/DINNextLTPro-Bold.woff2) format("woff2"),url(../fonts/DINNextLTPro-Bold.woff) format("woff"),url(../fonts/DINNextLTPro-Bold.ttf) format("truetype"),url(../fonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: din medium;
    src: url(fonts/DINNextLTPro-Medium.eot);
    src: url(fonts/DINNextLTPro-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/DINNextLTPro-Medium.woff2) format("woff2"),url(../fonts/DINNextLTPro-Medium.woff) format("woff"),url(../fonts/DINNextLTPro-Medium.ttf) format("truetype"),url(../fonts/DINNextLTPro-Medium.svg#DINNextLTPro-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

h1,h2,h3,h4,h5,h6,p, span,div, li,th,td,a{
  /* font-family: 'Prata', serif; */
  font-family:din normal,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;
}
.body{
  /*background: linear-gradient(90deg,#d3a55859, #73151580),url(img/bg.jpeg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}
body{
  background: url(img/bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  }
  header {
    background: #132043;
    display: flex;
    color: white;
  }

  header:before,
  header:after {
    content: '';
    margin: auto 1em;
    border-bottom: solid 1px;
    flex: 1;
  }

  header h1 {
    position: relative;
    padding: 0.25em 1em;
    overflow: hidden;
    background: linear-gradient(currentcolor, currentcolor) no-repeat top center, linear-gradient(currentcolor, currentcolor) no-repeat bottom center;
    background-size: calc(100% - 1.65em) 1px;
  }

  header h1:before,
  header h1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: solid 1px;
    border-top: none;
    border-bottom: none;
    transform: skew(45deg)
  }

  header h1:after {
    transform: skew(-45deg)
  }
  header + header {
    color:pink;
  }
  header + header + header {
    color:gold;
  }





  nav li a{
  color:#fff!important;
}
nav li a:hover{
  color:#000!important;
}
.header{
  background: #fff;
}
.enroll{
  margin-top: 3px;
  color:#fff;
  font-size: 18px;
  font-weight: 900;
  padding:15px 5px;
  width: 150px;
background: #d8d2d2;
border-radius: 18px;
animation-name:blink;
animation-duration: 2s;
animation-iteration-count: infinite;
}
@keyframes blink {

0%{background: darkred;}
25%{background: #132043}
75%{background: #d3a558}
100%{background: darkred}
}
.enrolllink:hover{
  text-decoration: none;
}

                 .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
 color:#fff!important;
}
                 body{
    top:0px!important;
    overflow-x: hidden;
}
                 .skiptranslate iframe{
 display:none;
}
.goog-te-gadget img {
    border-radius: 50%;
  }
.goog-te-gadget-simple img{
/* display: none!important; */
}
.goog-te-gadget-simple {
color: #fff;
background-color: transparent!important;
border-left: 0px solid #d5d5d5!important;
border-top: 0px solid #9b9b9b!important;
border-bottom: 0px solid #e8e8e8!important;
border-right: 0px solid #d5d5d5!important;
font-size: 12pt!important;
display: inline-block;
padding-top: 0px!important;
padding-bottom: 2px;
cursor: pointer;
zoom: 1;
*display: inline;
}
.goog-te-gadget-simple .goog-te-menu-value span {
border-left: 0px solid rgb(187, 187, 187)!important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
color: #fff;
}

.dropdown-menu, nav{
background:#132043!important;
color:#fff;
}
.navbar-toggler{
  padding: 25px;
color: black;
background: black;
}
.add1{
  font-size: 13px;
  margin-bottom: 0px;
}
.add{
  margin-bottom: 0px;
}
.topmenu{
  height:40px;
  background: #132043;
}
h1.aiu{
  margin-top:0px;



}



h1.aiu {
    background: linear-gradient(90deg, #132043, #143b79),url(img/fire.webp);
  -webkit-background-clip: text;
  background-size: contain;
  width: 100%;
  text-align: left;
  color: transparent;
  font-weight: 900;
}
h1.aiu::before {
  /*content: attr(data-heading);*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*background: linear-gradient(45deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);*/
  /*-webkit-background-clip: text;*/
  /*color: transparent;*/
  /*mix-blend-mode: screen;*/
  /*-webkit-animation: shine 1s infinite;*/
  /*        animation: shine 1s infinite;*/
  /*background-size: 200%;*/
  /*text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2), -2px 2px 10px rgba(0, 0, 0, 0.2), -2px -2px 10px rgba(0, 0, 0, 0.2);*/
}

@-webkit-keyframes shine {
  0% {
    background-position: -100%;
  }
  100% {
    background-position: 100%;
  }
}

@keyframes shine {
  0% {
    background-position: -100%;
  }
  100% {
    background-position: 100%;
  }
}
/* Not needed for demo */
@font-face {
  font-family: "frozen";
  /* src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/Ice%20kingdom%20-%20Bold%20-%20Por%20Kustren.woff"); */
}

h1.aiu {

  font-size: 3vw;
  margin: 0;
  font-family: "frozen", serif;
  font-weight: 700;
}




.menu{
  list-style: none;
      padding-top: 8px;
}
.menu li{
  display: inline;
  margin-left: 20px;

}
/* .top-area {
background-color: #eb7260;
float: left;
width: 100%;
} */
/* .navbar{
       border-radius: 0px;
} */
/* .navbar-nav {
margin-left: 6%;
} */

/* .navbar-default .navbar-nav>li>a {
color: #fff!important;
font-size: 12px;
    padding-left: 5px;
} */


.navbar-brand {
width: 135px;
float: left;
margin: 0;
padding: 0;
}
/*
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color: #fff}
*/

.navbar-default {
background-color: #eb7260;
border: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
background-color: #354459 !important;
color: #fff !important
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a {
background-color: #3f3535 !important;
color: #fff !important
}

.navbar-nav>li>a {
padding-bottom: 10px;
line-height: 25px
}

.mega-dropdown {
position: static !important;
}

.mega-dropdown-menu {
padding: 20px 0px;
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #e9e1d6;
border-radius: 0px;
}

.mega-dropdown-menu > li > ul {
padding: 0;
margin: 0;
}

.mega-dropdown-menu > li > ul > li {
list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
display: block;
color: #fff;
padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
font-size: 18px;
color: #ff3546;
padding: 5px 60px 5px 5px;
line-height: 30px;
}

.sub-menu {
margin: 0;
padding: 0;
width: 100%;
float: left;
margin-top: 30px;
}

.sub-menu li {
list-style: none;
line-height: 30px;
color: #000;
font-size: 13px;
height: 45px;
font-weight: 400;
}

.sub-menu li a {
color: #999;
}

.sub-menu li a:hover {
color: #EF041A;
}

.icon {
width: 23px;
float: left;
margin-right: 15px;
}
/*tabstyle*/

.navbar {
margin-bottom: 0px;
}

.nav-tabs {
border: none;
background-color: #616161;
}

.well {
padding: 0px;
border: none;
background-color: #e6e6e6;
margin: 0;
box-shadow: none;
border-radius: 0px;
}

.nav-tabs>li>a {
    color: #fff!important;
border-radius: 0px;
border: none;
margin-right: 0;
}

.nav-tabs>li.active>a {
background-color: #3f3535 !important;
border-top: 1px solid #3f3535 !important;
border-left: 1px solid #3f3535 !important;
border-right: 1px solid #3f3535 !important;
border-bottom: 3px solid #3f3535 !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
background: none;
}

.tab-content>.tab-pane {
min-height: 260px;
margin: 0;
}

.tab-content>.active {
/* background-color: #f8f8f8; */
}

.sub-heading {
margin: 20px 0 0 0;
padding: 0;
color: #ccc;
}



@-webkit-keyframes scale {
0% {
  width: 48px;
  height: 48px;
}
50% {
  width: 1600px;
  height: 1600px;
}
100% {
  width: 1600px;
  height: 1600px;
}
}

@keyframes scale {
0% {
  width: 48px;
  height: 48px;
}
50% {
  width: 1600px;
  height: 1600px;
}
100% {
  width: 1600px;
  height: 1600px;
}
}
@-webkit-keyframes scale-two {
0% {
  transform: scale(1) translate(-50%, -50%);
}
50% {
  transform: scale(1.1) translate(-50%, -50%);
}
100% {
  transform: scale(1) translate(-50%, -50%);
}
}
@keyframes scale-two {
0% {
  transform: scale(1) translate(-50%, -50%);
}
50% {
  transform: scale(1.1) translate(-50%, -50%);
}
100% {
  transform: scale(1) translate(-50%, -50%);
}
}
@-webkit-keyframes font-size {
0% {
  font-size: 100%;
}
50% {
  font-size: 115%;
}
100% {
  font-size: 100%;
}
}
@keyframes font-size {
0% {
  font-size: 100%;
}
50% {
  font-size: 115%;
}
100% {
  font-size: 100%;
}
}
@-webkit-keyframes opacity {
0% {
  opacity: 1;
}
25% {
  opacity: 1;
}
75% {
  opacity: 0.75;
}
100% {
  opacity: 0.75;
}
}
@keyframes opacity {
0% {
  opacity: 1;
}
25% {
  opacity: 1;
}
75% {
  opacity: 0.75;
}
100% {
  opacity: 0.75;
}
}
@-webkit-keyframes icon-pulse {
0% {
  transform: scale(1);
  box-shadow: 0 0 0 0 black;
}
50% {
  transform: scale(1.1);
}
90% {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}
100% {
  transform: scale(1);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}
}
@keyframes icon-pulse {
0% {
  transform: scale(1);
  box-shadow: 0 0 0 0 black;
}
50% {
  transform: scale(1.1);
}
90% {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}
100% {
  transform: scale(1);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}
}
@-webkit-keyframes carousel-overlay {
0% {
  opacity: 0;
  transform: scale(0.8);
}
100% {
  opacity: 1;
  transform: scale(1);
}
}
@keyframes carousel-overlay {
0% {
  opacity: 0;
  transform: scale(0.8);
}
100% {
  opacity: 1;
  transform: scale(1);
}
}
@-webkit-keyframes fade-out {
0% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
@keyframes fade-out {
0% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
@-webkit-keyframes fade-in {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
@keyframes fade-in {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
@-webkit-keyframes move-up {
0% {
  bottom: -24px;
}
100% {
  bottom: 0;
}
}
@keyframes move-up {
0% {
  bottom: -24px;
}
100% {
  bottom: 0;
}
}
@-webkit-keyframes left-to-right {
0% {
  background-position: left center;
}
100% {
  background-position: right center;
}
}
@keyframes left-to-right {
0% {
  background-position: left center;
}
100% {
  background-position: right center;
}
}
@-webkit-keyframes right-to-left {
0% {
  background-position: right center;
}
100% {
  background-position: left center;
}
}
@keyframes right-to-left {
0% {
  background-position: right center;
}
100% {
  background-position: left center;
}
}
@-webkit-keyframes left-to-center {
0% {
  background-position: left center;
}
100% {
  background-position: center center;
}
}
@keyframes left-to-center {
0% {
  background-position: left center;
}
100% {
  background-position: center center;
}
}
@-webkit-keyframes right-to-center {
0% {
  background-position: right center;
}
100% {
  background-position: center center;
}
}
@keyframes right-to-center {
0% {
  background-position: right center;
}
100% {
  background-position: center center;
}
}
@-webkit-keyframes top-to-bottom {
0% {
  background-position: center top;
}
100% {
  background-position: center bottom;
}
}
@keyframes top-to-bottom {
0% {
  background-position: center top;
}
100% {
  background-position: center bottom;
}
}
@-webkit-keyframes top-to-center {
0% {
  background-position: center top;
}
100% {
  background-position: center center;
}
}
@keyframes top-to-center {
0% {
  background-position: center top;
}
100% {
  background-position: center center;
}
}
@-webkit-keyframes bottom-to-top {
0% {
  background-position: center bottom;
}
100% {
  background-position: center top;
}
}
@keyframes bottom-to-top {
0% {
  background-position: center bottom;
}
100% {
  background-position: center top;
}
}
@-webkit-keyframes bottom-to-center {
0% {
  background-position: center bottom;
}
100% {
  background-position: center center;
}
}
@keyframes bottom-to-center {
0% {
  background-position: center bottom;
}
100% {
  background-position: center center;
}
}
@-webkit-keyframes top-left-to-bottom-right {
0% {
  background-position: left top;
}
100% {
  background-position: right bottom;
}
}
@keyframes top-left-to-bottom-right {
0% {
  background-position: left top;
}
100% {
  background-position: right bottom;
}
}
@-webkit-keyframes top-left-to-center {
0% {
  background-position: left top;
}
100% {
  background-position: center center;
}
}
@keyframes top-left-to-center {
0% {
  background-position: left top;
}
100% {
  background-position: center center;
}
}
@-webkit-keyframes top-right-to-bottom-left {
0% {
  background-position: right top;
}
100% {
  background-position: left bottom;
}
}
@keyframes top-right-to-bottom-left {
0% {
  background-position: right top;
}
100% {
  background-position: left bottom;
}
}
@-webkit-keyframes top-right-to-center {
0% {
  background-position: right top;
}
100% {
  background-position: center center;
}
}
@keyframes top-right-to-center {
0% {
  background-position: right top;
}
100% {
  background-position: center center;
}
}
@-webkit-keyframes bottom-left-to-top-right {
0% {
  background-position: left bottom;
}
100% {
  background-position: right top;
}
}
@keyframes bottom-left-to-top-right {
0% {
  background-position: left bottom;
}
100% {
  background-position: right top;
}
}
@-webkit-keyframes bottom-left-to-center {
0% {
  background-position: left bottom;
}
100% {
  background-position: center center;
}
}
@keyframes bottom-left-to-center {
0% {
  background-position: left bottom;
}
100% {
  background-position: center center;
}
}
@-webkit-keyframes bottom-right-to-top-left {
0% {
  background-position: right bottom;
}
100% {
  background-position: left top;
}
}
@keyframes bottom-right-to-top-left {
0% {
  background-position: right bottom;
}
100% {
  background-position: left top;
}
}
@-webkit-keyframes bottom-right-to-center {
0% {
  background-position: right bottom;
}
100% {
  background-position: center center;
}
}
@keyframes bottom-right-to-center {
0% {
  background-position: right bottom;
}
100% {
  background-position: center center;
}
}
.carousel__container {
position: relative;
padding: 24px;
/* max-width: 1000px; */
margin: 0 auto;
padding: 0;
background: url(https://images.unsplash.com/photo-1422393462206-207b0fbd8d6b);
background-color: white;
}
.carousel__cover {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.carousel__overlay {
position: relative;
text-align: center;
padding: 144px 24px 192px;
}
.carousel__item {
background-position: center center;
transform: translate3d(0, 0, 0);
overflow: hidden;
color: black;
background-color: white;
background-size: cover;
}
.carousel__title {
opacity: 0;
color: white;

font-weight: 300;
margin: 6px 0 0;
font-size: 36px;
}
.active .carousel__title {
-webkit-animation-name: carousel-overlay;
        animation-name: carousel-overlay;
-webkit-animation-duration: 1s;
        animation-duration: 1s;
-webkit-animation-delay: 2s;
        animation-delay: 2s;
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}
.carousel__subtitle-container {
position: absolute;
left: 0;
right: 0;
bottom: 14%;
}
.carousel__subtitle-content {
position: relative;
opacity: 0;
}
.active .carousel__subtitle-content {
-webkit-animation: move-up 3s ease 0s 1 normal forwards running, fade-in 2s ease 1s 1 normal forwards running;
        animation: move-up 3s ease 0s 1 normal forwards running, fade-in 2s ease 1s 1 normal forwards running;
}
.carousel__subtitle-label {
margin: 0;
color: white;
font-size: 11px;
font-weight: 300;
}
.carousel__subtitle {
margin: 0;
color: white;
font-size: 18px;

font-weight: 300;
}
.carousel__icon {
position: relative;
padding: 24px;
border-radius: 50%;
z-index: 50;
background-color: white;
}
.carousel__icon::before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.active .carousel__icon::before {
-webkit-animation: fade-in 500ms ease 0s 1 normal forwards running, font-size 1s ease 0s 1 normal forwards running, fade-out 1s ease 6.5s 1 normal forwards running, scale-two 1s ease 6.5s 1 normal forwards running, font-size 1s ease 6.25s 1 normal forwards running;
        animation: fade-in 500ms ease 0s 1 normal forwards running, font-size 1s ease 0s 1 normal forwards running, fade-out 1s ease 6.5s 1 normal forwards running, scale-two 1s ease 6.5s 1 normal forwards running, font-size 1s ease 6.25s 1 normal forwards running;
}
.active .carousel__icon {
-webkit-animation: icon-pulse 1s ease 0s 1 normal forwards running;
        animation: icon-pulse 1s ease 0s 1 normal forwards running;
}
.carousel__icon-container {
position: relative;
display: inline-block;
margin-bottom: 0;
}
.carousel__icon-container::before {
/* content: "";
position: absolute;
width: 10px;
height: 10px;
top: 50%;
left: 50%;
border-radius: 50%;
transform: translate(-50%, -50%);
z-index: 40;
background-color: white; */
}
.active .carousel__icon-container::before {
-webkit-animation: scale 1s ease 6.75s 1 normal forwards running;
        animation: scale 1s ease 6.75s 1 normal forwards running;
}
.carousel__icon-container::after {
content: "";
position: absolute;
width: 10px;
height: 10px;
top: 50%;
left: 50%;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.active .carousel__icon-container::after {
-webkit-animation: scale 1.5s ease 0.5s 1 normal forwards running, opacity 1.5s ease 0.5s 1 normal forwards running;
        animation: scale 1.5s ease 0.5s 1 normal forwards running, opacity 1.5s ease 0.5s 1 normal forwards running;
}
.carousel__icon-container--alpha::after {
background-color: #182a31;
}
.carousel__icon-container--bravo::after {
background-color: #182a31;
}
.carousel__icon-container--charlie::after {
background-color: #182a31;
}

.animation__left-to-right {
background-position: left center;
}
.active .animation__left-to-right {
-webkit-animation: left-to-right 7s ease 0s 1 normal forwards running;
        animation: left-to-right 7s ease 0s 1 normal forwards running;
}

.animation__right-to-left {
background-position: right center;
}
.active .animation__right-to-left {
-webkit-animation: right-to-left 7s ease 0s 1 normal forwards running;
        animation: right-to-left 7s ease 0s 1 normal forwards running;
}

.animation__left-to-center {
background-position: left center;
}
.active .animation__left-to-center {
-webkit-animation: left-to-center 7s ease 0s 1 normal forwards running;
        animation: left-to-center 7s ease 0s 1 normal forwards running;
}

.animation__right-to-center {
background-position: right center;
}
.active .animation__right-to-center {
-webkit-animation: right-to-center 7s ease 0s 1 normal forwards running;
        animation: right-to-center 7s ease 0s 1 normal forwards running;
}

.animation__top-to-bottom {
background-position: center top;
}
.active .animation__top-to-bottom {
-webkit-animation: top-to-bottom 7s ease 0s 1 normal forwards running;
        animation: top-to-bottom 7s ease 0s 1 normal forwards running;
}

.animation__top-to-center {
background-position: center top;
}
.active .animation__top-to-center {
-webkit-animation: top-to-center 7s ease 0s 1 normal forwards running;
        animation: top-to-center 7s ease 0s 1 normal forwards running;
}

.animation__bottom-to-top {
background-position: center bottom;
}
.active .animation__bottom-to-top {
-webkit-animation: bottom-to-top 7s ease 0s 1 normal forwards running;
        animation: bottom-to-top 7s ease 0s 1 normal forwards running;
}

.animation__bottom-to-center {
background-position: center bottom;
}
.active .animation__bottom-to-center {
-webkit-animation: bottom-to-center 7s ease 0s 1 normal forwards running;
        animation: bottom-to-center 7s ease 0s 1 normal forwards running;
}

.animation__top-left-to-bottom-right {
background-position: left top;
}
.active .animation__top-left-to-bottom-right {
-webkit-animation: top-left-to-bottom-right 7s ease 0s 1 normal forwards running;
        animation: top-left-to-bottom-right 7s ease 0s 1 normal forwards running;
}

.animation__top-left-to-center {
background-position: left top;
}
.active .animation__top-left-to-center {
-webkit-animation: top-left-to-center 7s ease 0s 1 normal forwards running;
        animation: top-left-to-center 7s ease 0s 1 normal forwards running;
}

.animation__top-right-to-bottom-left {
background-position: right top;
}
.active .animation__top-right-to-bottom-left {
-webkit-animation: top-right-to-bottom-left 7s ease 0s 1 normal forwards running;
        animation: top-right-to-bottom-left 7s ease 0s 1 normal forwards running;
}

.animation__top-right-to-center {
background-position: right top;
}
.active .animation__top-right-to-center {
-webkit-animation: top-right-to-center 7s ease 0s 1 normal forwards running;
        animation: top-right-to-center 7s ease 0s 1 normal forwards running;
}

.animation__bottom-left-to-top-right {
background-position: left bottom;
}
.active .animation__bottom-left-to-top-right {
-webkit-animation: bottom-left-to-top-right 7s ease 0s 1 normal forwards running;
        animation: bottom-left-to-top-right 7s ease 0s 1 normal forwards running;
}

.animation__bottom-left-to-center {
background-position: left bottom;
}
.active .animation__bottom-left-to-center {
-webkit-animation: bottom-left-to-center 7s ease 0s 1 normal forwards running;
        animation: bottom-left-to-center 7s ease 0s 1 normal forwards running;
}

.animation__bottom-right-to-top-left {
background-position: right bottom;
}
.active .animation__bottom-right-to-top-left {
-webkit-animation: bottom-right-to-top-left 7s ease 0s 1 normal forwards running;
        animation: bottom-right-to-top-left 7s ease 0s 1 normal forwards running;
}

.animation__bottom-right-to-center {
background-position: right bottom;
}
.active .animation__bottom-right-to-center {
-webkit-animation: bottom-right-to-center 7s ease 0s 1 normal forwards running;
        animation: bottom-right-to-center 7s ease 0s 1 normal forwards running;
}

.fade-out {
-webkit-animation-name: fade-out;
        animation-name: fade-out;
}

.fade-in {
-webkit-animation-name: fade-in;
        animation-name: fade-in;
}

.owl-carousel {
overflow: hidden;
}

.owl-dots {
max-width: 1280px;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 48px;
width: 80%;
text-align: center;
bottom: 24px;
}

.owl-dot {
display: inline-block;
}

.owl-dot span {
background-color: #dedede;
width: 12px;
height: 12px;
margin: 0 3px;
border-radius: 0;
display: block;
cursor: pointer;
border-radius: 50%;
}

.owl-dot.active span {
background-color: white;
}

.owl-carousel, .owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
}

.owl-carousel .animated {
-webkit-animation-duration: 1s;
        animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}

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

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

.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
        animation-name: fadeOut;
}

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

@keyframes fadeOut {
0% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
.owl-height {
transition: height 0.5s ease-in-out;
}

.owl-carousel {
display: none;
width: 100%;
position: relative;
z-index: 1;
}

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

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

.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}

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

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

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

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

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

.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
  position: absolute;
  width: 100px;
  height: auto!important;
  top: 20%;
  left: 50%;
  /* border-radius: 50%; */
  transform: translate(-50%, -100%);
  z-index: 40;
  background-color: #ffffff00;
}

.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
   -moz-user-select: auto;
    -ms-user-select: auto;
        user-select: auto;
}

.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}

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

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

.no-js .owl-carousel {
display: block;
}

.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}

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

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

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

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

.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}


.themehome{
  padding:0px;
  margin-top: 20px;
  margin-bottom: 20px;
  /* border: 1px solid #a0a7a8; */
    /* box-shadow: inset 0 0 22px #b8bdbf, 0 0 6px #a0a7a8; */
        background: #fff;
            border: 10px groove #3f3343;
            border: 10px groove #d3a558;
}
.themecontent{
  padding:5%;
}
.themecontent b{
    
    font-size: 1.7rem;
}
.themehome h2{
  margin-left:20px;
}
.themehome li{
      color: #381e0b;
      text-align: justify;
      padding: 5px 15px;
      font-size: 15px;
/* line-height: 27px; */
transition: transform .4s;

}
.themehome p{
      color: #381e0b;
      text-align: justify;
      padding: 15px;
      font-size: 15px;
line-height: 27px;
transition: transform .4s;

}
.themehome p:hover {
  color: #000;
    transform: scale(1.02);
}
.double-line-bottom-theme-colored-2:before {
    border-radius: 8px;
    bottom: -1px;
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 70px;
    background: #ae763d;
}
.double-line-bottom-theme-colored-2:after {
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 97px;
    background: #ae763d;
}
.double-line-bottom-theme-colored-2 {
    margin-bottom: 20px;
    margin-top: 8px;
    margin-left: 20px;
    padding-bottom: 5px;
    position: relative;
}

.news p {
    font-size: 13px;
}
.readmore{
  margin:10px;
  float: right;
  text-align: right;
  text-decoration: none;
}
.readmore:hover{
  text-decoration: none;
}

.team-member-info {
    text-align: center;
}

.team-member-info {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px#ccc;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    padding: 14px;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
}
.team-info span {

    font-size: 12px;
    color: #000;
    font-weight: 600;
}
.team-info span a {
    color: #003865;
    font-weight: 800;
}
.team-member-info h5 {

    font-size: 16px;
    font-weight: 600;
}
/* First we style the container element.  */
.calendar{
	margin:.25em 10px 10px 0;
	padding-top:5px;
	/* float:left; */
	width:80px;
	background:#ededef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc));
	background: -moz-linear-gradient(top,  #ededef,  #ccc);
	font:bold 30px/60px Arial Black, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	text-shadow:#fff 0 1px 0;
	border-radius:3px;
	position:relative;
	box-shadow:0 2px 2px #888;
	}

/* Em element is also styled, it contains the month’s name. */
.calendar em{
  width:82px;
	display:block;
	font:normal bold 11px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:#00365a 0 -1px 0;
	background:#04599a;
	background:-webkit-gradient(linear, left top, left bottom, from(#04599a), to(#00365a));
	background:-moz-linear-gradient(top,  #04599a,  #00365a);
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-top:1px solid #00365a;
      margin-top: -15px;
	}



.cal{
  width:100%;

}
marquee .data{
  font-size: 12px;
/* min-height: 108px; */
width: 100%;
min-height:100px;
}
.date{
  width: 100px;
}
.year{
  font-size: 12px;
}



.footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-image: linear-gradient(0deg, rgba(15, 48, 66, 0.72), rgb(15, 48, 66)), url(img/wmap.jpg);
}
.footer p, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #fff!important;
}
.text-theme-colored2 {
    color: #ae763d !important;
}
.footer ul {
    padding-left: 0px;
    line-height: 33px;
}
.footer li {
    list-style: none;
    color: #fff;
}
.footer a {
    text-decoration: none;
    color: #fff;
}

.footer li:before {
  content: "\f835";
font-family: "Font Awesome 5 Brands";
display: inline-block;
margin-left: 1em;
width: 1.3em;
margin-right: 10px;
color: #fff;
}

.cluster-branding-heading {
    width: 615px;
}
.cluster-branding-heading:before {
    position: absolute;
    bottom: -20px;
    left: -20px;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid #323232;
    content: "";
}
.cluster-branding-header {
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
    display: flex;
}
.cluster-branding-header {
  z-index: 1;
max-width: 100%;
position: relative;
background: #fff;
padding: 0px;
padding-left: 52px;
}
.cluster-branding-container {
    left: -60px;
}

.cluster-branding-container {
    width: 460px;
    position: absolute;
    top: -47px;
    left: -30px;
    z-index: 999;
    max-width: 100%;
    transition: top .2s linear;
}
.download-button.show {
    opacity: 1;
    visibility: visible;
}
.download-button>a {
    width: 100%;
    height: 100%;
    background-color: #ae763d;
    display: block;
    padding: 7px 20px;
    box-sizing: border-box;
    transition: background-color .2s;
    color:#fff;
}
.download-button {
    background: #ae763d;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -31px;
    right: 0;
    z-index: 299;
    display: none;
    transition: visibility 0s,opacity .5s linear;
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 25%);
}
.title i{
  position: absolute;
top: 8px;
margin-left: -12px;
color: #ae763d;
}
.usp li{
  text-transform: uppercase;
  font-size:12px;
  list-style: none;
}
.usp li:before {
  content: "\f835";
    font-family: "Font Awesome 5 Brands";
    display: inline-block;
    margin-left: -16px;
    width: 1.3em;
    margin-right: 0px;
    color: #ae763d;
}
.newsnew h4:after{
  background-color: #c5c5c5;
    /* bottom: -15px; */
    content: "";
    height: 2px;
    left: 15px;
    width: 30px;
    position: absolute;
    z-index: 0;
    top: 48px;

}
.newsnew article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #c5c5c5;
        margin-bottom: 11px;

  }
  .newsnew header a{
    transition: 0.3s;
color: #01366a;
outline: none !important;
text-decoration: none;

  }
  .event {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
 .event .date {
    background-color: #012951;
    color: #fff;
    float: left;
    height: 70px;
    overflow: hidden;
    width: 70px;
    margin-right: 10px;
}
.event .date .month {
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}
.event .date .day {
    bottom: 15px;
    font-size: 52px;
    font-weight: bold;
    position: relative;
    right: -12px;
}
article{
  display: block;
}
.school{
    float: left;
    width: 100%;
    position: relative;
    background-color: #f9f2f2;
    padding: 31px 23px 31px;
    margin-bottom: 30px;

}
.school:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    background-color: #ae763d;
}
.kf_cur_catg_capstion{

  overflow: hidden;
}
.kf_cur_catg_capstion h5 {
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #2f2f2f;
        font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 1.2;
margin: 0px 0px 0px 0px;
}
.school > span {
    color: #ae763d;
    float: left;
    font-size: 46px;
    margin: auto 22px;
    padding: 12px 0 8px;
    vertical-align: middle;
  }



  /*Right Side Buttons Start*/
  	.sticky-container{
  		padding: 0px;
  		margin: 0px;
  		position: fixed;
  		right: -119px;
  		top: 180px;
  		width: 200px;
      z-index: 999999;

  	}

  	.sticky li{
  		list-style-type: none;
      border-radius: 8px;
  background-color: #dcdcdc;
  color: #0d0d0d;
  		height: 43px;
  		padding: 0px;
  		margin: 0px 0px 1px 0px;
  		-webkit-transition:all 0.25s ease-in-out;
  		-moz-transition:all 0.25s ease-in-out;
  		-o-transition:all 0.25s ease-in-out;
  		transition:all 0.25s ease-in-out;
  		cursor: pointer;
  		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
      filter: gray;
      -webkit-filter: grayscale(0%);
  	}

  	.sticky li:hover{
  		margin-left: -115px;
  		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                  -webkit-filter: grayscale(0%);
  	}

  	.sticky li img{
  		float: left;
  		margin: 5px 5px;
  		margin-right: 10px;
          border-radius: 36%;
  	}

  	.sticky li p{
      float:left;
  		padding: 0px;
  		margin: 0px;
  		text-transform: uppercase;
  		line-height: 43px;
  	}
  /*Right Side Buttons End*/

  /*Left Side Buttons Start*/
    .sticky-left-container{
      padding: 0px;
      margin: 0px;
      position: fixed;
      left: -158px;
      top:40%;
      width: 200px;
      z-index: 999999;
    }
    .sticky-left li{
      list-style-type: none;
      background-color: none;
      color: #efefef;
      height: 43px;
      padding: 0px;
      margin: 0px 0px 1px 0px;
      -webkit-transition:all 0.25s ease-in-out;
      -moz-transition:all 0.25s ease-in-out;
      -o-transition:all 0.25s ease-in-out;
      transition:all 0.25s ease-in-out;
      cursor: pointer;
    }
    .sticky-left li:hover{
      margin-right: -150px;
      background:#333;
      border-radius: 25px 25px 25px 0;
    }
    .sticky-left li img{
      float: right;
      border-radius:50%;
      margin: 5px 5px;
      margin-left: 10px;
    }
    .sticky-left li p{
      padding: 0px;
      /* float:right; */
      margin: 0px;
      text-transform: uppercase;
      line-height: 43px;
    }
      .sticky-left li:hover p{
        float:right;

      }
  /*Left Side Buttons End*/


  .box-offer .box-container {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding-bottom: 30px;
    /* margin: 0 10px; */
    background-color: #ffffffb8;
    /* border-radius: 25px; */
    border: 0 solid #e9e9e9;
  }
  .box-title {
    padding: 25px 15px 20px;
    /* background-color: #232c3b; */
    /* border-top-left-radius: 25px; */
    /* border-top-right-radius: 25px; */
}
.box-body {
    padding: 10px;
  height: 286px;
    overflow-x: auto;
}
.box-offer .buttons {
    margin-top: 5px;
}
.box-offer .price-top {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    background-color: #ededed;
    padding: 10px 20px;
    position: relative;
    bottom: 17px;
    box-shadow:0 4px #d7d4d4c4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.box-offer .box-title i {
    position: absolute;
    color: rgba(255, 255, 255, 0.08);
    font-size: 80px;
    top: 70px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
.box-offer i {
    padding-right: 5px;
    color: #ff6c3a;
}
.box-offer .btn {
    margin: 0 20px;
    display: block;
    padding-top: 12px;
    padding-bottom: 10px;
}

.btn-outline-dark {
    color: #756c7e;
    border: 1px solid #e5e5e561;
}
.radius25 {
    border-radius: 25px;
    padding: 13px 30px;
}
.btn {
    transition: 200ms linear;
}
.btn-md {
    padding: 12px 35px 11px !important;
}
.btn {
    font-weight: normal;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /* border-radius: 3px; */
}

.bnrBottomSection {
    padding: 35px 0 25px;
}
.bnrBottomSection ul {
    margin: auto;
    padding: 0;
}
.bnrBottomSection ul li {
    display: inline-block;
    width: 19%;
    text-align: center;
}
.bnrBottomSection ul li a .iconBox {
    color: #FC654C;
    border-color: #FC654C;
}

.bnrBottomSection ul li a .iconBox {
    width: 130px;
    height: 130px;
    text-align: center;
    margin: auto;
    font-size: 32px;
    border-radius: 50%;
    border: 5px solid #e2d4d4;
    transition: all 0.2s ease-out;
    transform: scaleX(1);
    background: #232c3bd1;
    background: #2f1b1b;
    color:#efbdb4;
}
.bnrBottomSection ul li a .iconBox img{
  border-radius: 50%;
height: 120px;
width: 120px;

}
.bnrBottomSection ul li a:hover .iconBox{
  border-radius: 10px;;
  background: #691708;
  color:#fff;

}
.bnrBottomSection ul li a:hover img{
  border-radius: 0px;;


}
.bnrBottomSection ul li a .iconBox i {
    line-height: 90px;
}
.bnrBottomSection ul li a h3 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    color:#000;
}

.bnrBottomSection ul li a:hover {
    text-decoration: none;
}

.home-best {
  background: linear-gradient(0deg, #413f3f7a, #a66e6ebf), url(img/bg12.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-best .bg {
    width: 100%;
    padding: 50px 0 0 50px;
    background: #3c3b3bb5;
}
.home-best{
  color:#fff;
}
.home-best .img-wrapper {
    /*width: 126px;*/
    /* padding-bottom: 30px; */
    /*border: 5px solid #233d76;*/
    /* margin-bottom: 50px; */
    /*border-radius: 100%;*/
    /*box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 45%);*/
    /*box-shadow: 0 0px 22px 0 #00000059;*/
    /*    background: #fff;*/
}
.home-best .img-wrapper img {
       width: 79%;
    transition: 1s;
    width: 126px;
    /* padding-bottom: 30px; */
    border: 5px solid #233d76;
    /* margin-bottom: 50px; */
    border-radius: 100%;
    box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 45%);
    box-shadow: 0 0px 22px 0 #00000059;
    background: #fff;
}
.home-best .img-wrapper img:hover {
    transform: scale(1.1);
}
.home-best .content-wrapper{
      /*margin-left: -49px;*/
}
.technology_driven{
background: linear-gradient(#0f0f0fcc,#0f0f0fcc),url(img/learn-earn.gif);
  min-height: 30px;
  background-size: cover;
   /*background-attachment: fixed;*/
}

.bg-contact-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    /* border-top: 1px solid #eee; */
      /* background-image:  url('img/Bird Banner.png'); */
      background-repeat: no-repeat;
background-size: 100% 105%;
background-position: left;
}
/* .bg-contact-section .heading-secondary {
    display: inline-block;
    text-transform: uppercase;
    font-size: 2.3rem;
    font-weight: 700;
    background-image: linear-gradient(to right, #00A6FB, #245FB2);
    color: transparent;
    -webkit-background-clip: text;
} */
.bg-contact-section .hire-button {
    margin-top: 0.5rem;
    text-align: center;
}
.bg-contact-section .btn, .bg-contact-section .btn:link, .bg-contact-section .btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.2rem 2.9rem;
    display: inline-block;
    border-radius: 10rem;
    transition: all .2s;
    position: relative;
    /* font-size: 1.0rem; */
    border: none;
    cursor: pointer;
    /* float: right; */
}
/* .bg-contact-section .row::after {
    content: "";
    display: table;
    clear: both;
} */
.bg-contact-section .btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}
.bg-contact-section .btn--white::after {
    background-color: #fff;
}
.bg-contact-section .btn--white {
    background-color: #fff;
    color: #444;
}
.bg-contact-section .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.bg-contact-section .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 20%);
}
.chancellor2{
  /* background: url(img/msg.png);
  background-size: cover; */
}

.chancellor1 {
    background: linear-gradient(#1615159c,#000000b0),url(img/msgbg.jpg);
    background-size: cover;
}
.about{
    /* background: linear-gradient(#131111d1,#000000b0),url(img/god.jpg);
    background: linear-gradient(#131111c4,#000000b0),url(img/about.jpg);
  background-size: cover; */

}
.why{
  background: url(img/bgaa.jpg);
  background-size: cover;

}
.research {
    background: linear-gradient(264deg,rgba(0,0,0,1) 22%,rgba(255,255,255,1) 100%);
    padding: 50px 0 100px;
    z-index: 1;
}
.pos-rel {
    position: relative;
        /* margin-top: 35vh; */
}
.appr{
  background: #fff;
  padding:20px;
  text-align: center;
  min-height: 325px;
margin-bottom: 83px;
}
#utube-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.align-items-center {
    align-items: center!important;
}
.research .nationCnt {
    padding: 50px 10px;
}
.research .nationCnt {
    background: transparent;
    padding: 50px 30px;
}
.nationCnt h2 {
    font-size: 50px;
}
.nationCnt h2 {
    color: #e4d3d3;
    font-family: 'Belanosima', sans-serif;

}
.nationCnt p{
    color: #e4d3d3;
    font-family: 'Belanosima', sans-serif;
    text-align: justify;

}
.take-the-next-step {
    background: transparent linear-gradient(90deg,#0e1b1f9e 0,#211f21db 100%) 0 0 no-repeat padding-box!important;
}
.whoWeAre {
    position: relative;
    background: #fff;
    border-radius: 23px;
    border: 0 none;
    font-size: 16px;
    color: #be2727;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    padding: 12px 45px;
    min-width: 160px;
    text-decoration: none!important;
    overflow: hidden;
    display: inline-block;
    transition: 0.3s;
}
.take-the-next-step .container>h6 {
  font-family: 'Belanosima', sans-serif;
    color: #4cbcda;
    font-size: 73px;
    line-height: 129px;
    margin-bottom: 50px;
    font-weight: 700;
}
.take-the-next-step .container .row a .research-hd {
    font-size: 28px;
    line-height: 53px;
    color: #fff;
    margin-bottom: 0;
    transition: all .5s ease;
}
.take-the-next-step .container .row a h5 {
    font-size: 28px;
    line-height: 53px;
    color: #fff;
    margin-bottom: 0;
    transition: all .5s ease;
}
.container .row .blink a h5 {
    font-size: 28px;
    line-height: 53px;
    color: #fff;
    margin-bottom: 0;
    transition: all .5s ease;
    animation: blink 0.5s linear infinite;
}
.blink{
    color:white;
}

 @keyframes blink {
            from {
                opacity: 1;
                color : white;
                }
            to {
                opacity: 0;
                color : yellow;
                }
            0% {
                opacity: .3;
            }
            50% {
                opacity: .5;
            }
            100% {
                opacity: 1;
            }
        }



        .about-section .container {
    position: relative;
}
.about-section h2 {
    color: #000;
    font-size: 40px;
    text-align: center;
}
.about-section h5 {
    color: #000;
    font-size: 18px;

    text-align: center;
    margin-bottom: 100px;
}

/* .section-space{padding:80px 0;} */
.about-section {/* text-align: center; */}
.about-section h2{color:#000;font-size:40px;text-align: center;}
.about-section h5{color:#000;font-size:18px;text-align: center;margin-bottom: 100px;}
.about-section h3 {font-size: 7em;font-weight: 900;margin: 0;line-height: .8em;color: #1a4280;}

.about-section h4 {
    font-size: 68px;
    line-height: 73px;
    color: #1a4280;
    font-weight: 700;
    text-transform: uppercase;
}
.course-name a {
    display: block;
    font-size:14px;
    border-top: 1px solid #dfdfdf;
    padding: 10px 0;
    margin: 14px 0;
    font-weight: 400;
    letter-spacing: 1px;
    color: #4c4c4c;
    position: relative;
}
.course-name a:after{
    content:"";
    background: url(img/icon-sprite.png)no-repeat;
    width:30px;
    height:30px;
    background-position: 1% 0%;
    display: block;
    position: absolute;
    top: 0;
    right: 0; transition:.2s;
    }
.course-name a:hover:after {background-position: 6.5% 0;color: #1a4280;transition:.2s;}
.course-name{    font-size: 21px;
    color: #000;
    line-height: 27px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;}
.about-section .container:after {content:"";background: #d3a558;width:100%;height: 65%;position:absolute;left: -102%;right:0;z-index:0;top: 30%;}
.about-section .container:before {content:"";/* background: #d2af24; */width:100%;height: 45%;position:absolute;right: 102%;right:0;z-index:-1;top: 40%;}
.about-section .container{position:relative;}
.home-admission-link {
    background: #1a4280;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 29px;
    margin-top: 70px;
}

.home-admission-link h6 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    letter-spacing: 6px;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.27058823529411763);
    padding-right: 22px;
    line-height: 40px;
}

.home-admission-link ul li {
    display: inline-block;
    padding: 0 15px;
}

.home-admission-link ul li a {
    color: #fff;
    letter-spacing: 1px;
}

.home-admission-link ul {
    margin: 7px 0 0;
    padding-left: 17px;
}

.left-block-1 {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    float: left;
    /* overflow: hidden; */
}

.right-block-1 {
    display: inline-block;
	width: 40%;
    /*width: 38%;*/
    vertical-align: top;
    background: #2b2b2b;
    float: left;
    padding: 40px 65px;
    /* overflow: hidden; */
    position: relative;
	z-index:-1;
}

.why-choose-dit{
    display: flex;
    overflow: hidden;
}

.right-block-1 h4 {
    color: #fff;
    font-weight: 600;
    font-size: 31px;
}

.right-block-1 p {
    color: #fff;
    margin-bottom: 40px;
    font-size: 14px;
}
.right-block-1:after {
    content: "";
    background: #2b2b2b;
    width: 100%;
    height: 100%;
    left: 100%;
    display: block;
    top: 0;
    position: absolute;
    z-index:9;
}
.why-detail {
    position: absolute;
    bottom: inherit;
    z-index: 9;
    color: #fff;
    bottom: 0;
    padding: 0 11%;
    top: -475px;
    left: 0;
}

.why-detail h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 61px;
}
.why-detail h3 {
    font-size: 18px;
    font-weight: 300;
}
.media-tour {
    position: absolute;
    bottom: 35px;
    z-index: 99;
}
.media-tour ul {
    display: flex;
    list-style: none;
    background: rgba(0, 0, 0, 0.72);
    padding: 15px 30px;
    border-radius: 5px;
    margin-left: 97px;
    /* width: 100%; */
}

.media-tour ul li {
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
}

.media-tour ul li a {
    color: #fff;
    padding-left: 20px;

}
.middlecontent h2{
  font-size: 48px;color:#fff; text-align:center;
}


.navbar-nav>li>.dropdown-menu {
      margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: none;
    border-radius: 0px;
	border-top: 2px solid #2196f3;
}

.navbar-default .navbar-nav>li>a {
	font-size: 13px;
	/*font-family: 'Pacifico', cursive; */
	text-shadow: -1px 2px 0px rgba(0,0,0,.2);

}
.nav>li>a{
  padding: 10px 7px;
}
.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 10px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}


.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    font-size: 13px;
    font-weight: 600;
	font-family: 'Roboto', sans-serif;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
      color: #2196f3;
    background: none;

}

.mega-dropdown-menu .dropdown-header {
   color: #2196f3;
  font-size: 18px;
  font-family: 'Pacifico', cursive;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.navbar-default {
    background-color: #132043 !important;
    border: none!important;
    border-radius: 0px !important;
}
.glyphicon {
    position: relative;
    top: 3px !important;
}
.dropdown-header {
    display: block;
    padding: 3px 0px !important;
}
.pro-slider{
	text-align: center;
	    margin: 10px 10px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.13);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.13);}

.pro-slider img{width: 80%;
    margin: auto; padding:15px 0;    height: 203px;}

.pro-slider h4 small{font-family: 'Pacifico', cursive;}

.btn-primary  {
    border: 0px!important;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.13)!important;
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.13)!important;
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.13)!important;
    border-radius: 0px!important;
    margin-bottom: 10px!important;
}
.btn-default {
    border: 0px!important;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.13)!important;
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.13)!important;
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.13)!important;
    border-radius: 0px!important;
    margin-bottom: 10px!important;
}
.ads img{margin-top:15px;
-webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.07);
box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.07);
}
.input-group{width:200px; float:right;}
.sticky1 {
    top: 0;
    /* background-color: #710505!important; */
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.dropdown-simple{
      left: auto!important;
}
.dropdown-simple li{
      padding: 10px;
      border-bottom: 1px solid #2196f3;
}

.navbar a:hover{
  color:#fff!important;
  text-decoration: none;
}
.about_text{
  text-align: justify;
  color:#fff;
  font-size: 18px;
line-height: 30px
}

:root{
    --color1: #BAF016;
    --color2: #339F0F;
}
.demo{ background-color: #eee; }
.counter{
    color: #111;
    font-family: 'Space Grotesk', sans-serif;
    text-align: center;
    width: 190px;
    padding: 0 15px 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    position: relative;
}
.counter .plus{
  position: absolute;
  top: 84px;
left: 82px;
font-size: 33px;
color: #fff;
font-weight: 600;
}
.counter:before,
.counter:after{
    content: '';
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 75px;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.counter:after{
    background: linear-gradient(var(--color2),var(--color1));
    height: 93px;
    border-radius: 0 0 150px 150px;
    bottom: auto;
}
.counter .counter-value{
    color: #fff;
    background: linear-gradient(var(--color1),var(--color2));
    font-size: 35px;
    font-weight: 700;
    line-height: 150px;
    width: 150px;
    height: 150px;
    margin: 0 auto 28px;
    border-radius: 50%;
    display: block;

}
.counter h3{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0;
}
.counter.purple{
    --color1: #BA53D7;
    --color2: #8536AD;
}
.counter.green{
    --color1: #06CFB4;
    --color2: #00778B;
}
.counter.red{
    --color1: #f32626;
    --color2: #8b0000;
}

@media (max-width:1160px) {
  .middlecontent h2{
    font-size: 47px;
  }
  .clients__section .logos__block .logo__block{
    width: 109;
    height:109;
  }
  .take-the-next-step .container>h6 {
    font-size: 89px;
  }
  .take-the-next-step .container .row a .research-hd{
    font-size: 25px;
    line-height: 75px;
  }
  .take-the-next-step .container .row a h5{
    font-size: 25px;
  }
  .container .row .blink a h5{
    font-size: 25px;
    line-height: 49px;
  }
}
@media (max-width:1060px){
  .body{
    font-size: 12px;
  }
  .navbar-default .navbar-nav>li>a  {
    font-size: 11px;
  }
  .appr{
        min-height: 511px;
  }
  .about-section h3{
    font-size: 3em;
  }
  .about-section h4 {
    font-size: 51px;
  }
  .course-name{
        font-size: 32px;
  }
  .about-section h2{
    font-size: 34px;
  }
  .take-the-next-step .container>h6 {
    font-size: 55px;
    margin-left: 16%;
  }
}

@media (max-width:1024px){
  .navbar-default .navbar-nav>li>a {
      font-size: 11px!important;
    }
    .middlecontent h2{
      font-size: 40px;
    }
    .appr {

    min-height: 514px;
  }
  .take-the-next-step .container>h6 {

    font-size: 62px;
    line-height: 57px;
  }
  .footer li,.footer p {

    font-size: 11px!important;
}
}
@media (max-width:1000px){
  .body{
    font-size: 10px;
  }
  .navbar-default .navbar-nav>li>a{
    font-size: 10px!important;
  }
  h2, .h2 {
    font-size: 24px;
}
.about p{
  font-size: 16px;
}
.middlecontent h2 {
    font-size: 39px;
}
}


@media screen and (max-width:990px){
  .counter
  { margin-bottom: 40px; }
  .book-now{
      width:40%;
  }
}

.book-now{
    /*max-width: 12vw;*/
   
    bottom: 20px;
    left: 0;
    z-index: 999;
    position: fixed;
}

