@font-face {
    font-family: 'Metropolis';
    src: url('assets/fonts/Metropolis-Bold.woff2') format('woff2'),
        url('assets/fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('assets/fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeueMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-Bold.woff2') format('woff2'),
        url('assets/fonts/Geometria-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria.woff2') format('woff2'),
        url('assets/fonts/Geometria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/Geometria-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/Geometria-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-ExtraBoldItalic.woff2') format('woff2'),
        url('assets/fonts/Geometria-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-ExtraLight.woff2') format('woff2'),
        url('assets/fonts/Geometria-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-ExtraLightItalic.woff2') format('woff2'),
        url('assets/fonts/Geometria-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-Heavy.woff2') format('woff2'),
        url('assets/fonts/Geometria-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-HeavyItalic.woff2') format('woff2'),
        url('assets/fonts/Geometria-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-Italic.woff2') format('woff2'),
        url('assets/fonts/Geometria-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-Light.woff2') format('woff2'),
        url('assets/fonts/Geometria-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-LightItalic.woff2') format('woff2'),
        url('assets/fonts/Geometria-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-Medium.woff2') format('woff2'),
        url('assets/fonts/Geometria-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-MediumItalic.woff2') format('woff2'),
        url('assets/fonts/Geometria-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-Thin.woff2') format('woff2'),
        url('assets/fonts/Geometria-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('assets/fonts/Geometria-ThinItalic.woff2') format('woff2'),
        url('assets/fonts/Geometria-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}




body{
    overflow-x: hidden;
}
* h1,h2,h3,h4,h5,h6,p,ul{
    margin: 0;
    padding: 0;
}
*{box-sizing:border-box;}
*{margin:0px;padding:0px;}
p{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

ul{margin-bottom: 0px;}
ul li{list-style:none;}
a{text-decoration:none;  font-family: 'Open Sans', sans-serif;}
a:hover{
    text-decoration: none;
    color: inherit;
}
input, textarea, select{ border:0px none; background:none; outline:none; font-size:16px; color:#323c3f;    }
img{ outline:none; max-width:100%; height:auto; border:0px none; }
input[type='submit']{  border-radius:0px; -webkit-appearance:none; appearance:none; outline:none; }
:focus{ outline:none;}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{
      max-width: 1200px !important;
  }
}

/*-----------------------------Header--------------------*/
.header{
    padding: 29px 0px;
    background: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.wrapper{
    max-width: 1530px;
    margin: 0 auto;
    padding: 0px 15px;
}
.header_inner .navbar{
    padding: 0px;
}

.collapse.navbar-collapse{
    padding: 0px;
    margin-right: 0px;
}
.sticky
{
    -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 1 / 8%);
    box-shadow: 0px 0px 13px 0px rgb(0 0 1 / 8%);
}
.sticky{
    position: fixed;
    width: 100%;
    z-index: 9;
    padding: 10px 0px;
}
.header-logo-area img
{
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.sticky .header-logo-area{
    max-width: 230px;
}
/*-------Menu-----*/
/* Icon 1 */

.animated-icon1{
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span{
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #402778;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.navbar-light .navbar-toggler{
    border: none;
}
.navbar-light .navbar-toggler:focus{
    outline: none;
}
/*------Menu-----*/
.header-main-menu{
    display: flex;
    margin-left:auto;
    margin-bottom: 0px;
}
.header-main-menu li{
    padding: 0px;
    display: flex;
}
.header-main-menu li a{
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'HelveticaNeue';
    font-weight: 500;
    line-height: normal;
    margin-right: 45px;
    display: flex;
    align-items: center;
}
.header-main-menu li a img{
    margin-right: 5px;
}
.header-main-menu li a
{   color:#000;
    transition: all 0.3s ease-in-out;
}
.header-main-menu li a:hover
{
     color:#f6891b;
}
.header-main-menu li a:hover img
{
    
    filter: brightness(0) invert(0.5);
}
a.contact-us-btn{
    background: #f6891b;
    color: #fff;
    width: 195px;
    height: 60px;
    justify-content: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: 'HelveticaNeue';
    font-size: 13px;
}
a.contact-us-btn:hover{
    color: #fff;
    text-decoration: none;
    background:#492c84;
}

a{
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

/*----------------Home-------------*/
.slider-main-text{
    text-shadow: 3px 3px 7px rgba(0,0,0,0.15);
}
.slider-btn{
    text-transform: uppercase;
    font-size: 13px !important;
    width: 230px !important;
    height: 60px !important;
    line-height: 60px !important;
    background:#402778 !important;
    text-align: center !important;
    border: 0px !important;
    border-radius: 50px !important;
    font-family: 'Metropolis' !important;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.slider-btn:hover{
    background:#f6891b !important;
}
.toddler-baby-section{
    padding: 100px 0px 140px;
}
.toddler-baby-list{
    margin: 0px;
    display: flex;
    list-style: none;
    justify-content: center;
}
.toddler-baby-list li{
    margin-left: 35px;
}
.toddler-baby-list li:first-child{
    margin-left: 0px;
}
.toddler-baby-slider{
    max-width: 940px;
    margin: 0 auto;
}
.toddler-baby-slider .slick-slide{
    margin: 0px 17px;
}
.toddler-baby-image-outer{
   padding: 10px;
   width: 290px;
    height: 290px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px dotted #e6e6e6; 
}
.toddler-baby-image{
   overflow: hidden;
   width: 100%;
   height: 100%;
   border-radius: 50%;
}
.toddler-baby-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.toddler-baby-image img:hover{
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.toddler-baby-heading{
    margin-top: 20px;
}
.toddler-baby-heading p{
    color: #492c84;
    font-size: 30px;
    font-family: 'Geometria';
    font-weight: bold;
    margin: 0px;
    text-align: center;
}
.toddler-baby-heading p span{
    color:#f6891b;
    font-size: 18px;
    font-family: 'HelveticaNeue';
    font-weight: 500;
    margin-left: 10px;
}
.curriculum-section-outer{
    max-width: 1600px;
    margin:0 auto;
}
.curriculum-section{
    overflow: hidden;
    position: relative;
    border-bottom:1px solid rgba(0,0,0,0.10);
    padding-bottom:50px;
    margin-bottom:50px;
}
.curriculum-section:after{
    content:none;
    position: absolute;
    bottom: 115px;
    left: 0px;
    background:rgba(0,0,0,0.10);
    width: 72.5%;
    height: 1px;
}
.polygon-image{
    width: 52%;
    max-width: 700px;
    margin-left: auto;
    margin-top: -140px;
}
.curriculum-box{
    display: flex;
    flex-wrap: wrap;
}
.curriculum-left-area{
    margin-top: -180px;
    width:100%;
}
.curriculum-left-area h1{ 
    font-family: 'Geometria';
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
    color: #492c84;
    margin-bottom: 30px;
}
.curriculum-left-area h2{
    font-family: 'HelveticaNeue';
    font-weight: 500;
    color: #f6891b;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px;
}
.curriculum-left-area p{
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
}
.circulam-text-box{
    margin-top:10px;
    text-align:left;
}
.circulam-text-box h5{
    color: #000;
    font-family: 'Geometria';
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
}
.circulam-text-box ul{
    list-style-type:none;
    margin:0px 0px 15px 0px;
    padding-left:25px;
}
.circulam-text-box ul li{
    list-style-type:disc;
     color: #000;
    font-family: 'Helvetica Neue';
    font-size: 17px;
    line-height: 26px;
    margin-bottom:5px;
}
.circulam-text-box ul li:last-child{
    margin-bottom:0px;
}
.curriculum-right-area{
    margin-left: auto;
    margin-top: 50px;
}
.choose-erudio-inner h3{
    color:#080808;
    font-family: 'Metropolis';
    font-weight: 500;
    font-size: 21px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0px;
}
.choose-icon{
    margin-top: -20px;
    display: inline-block;
}
.choose-erudio-section{
    overflow:hidden;
}
.choose-list-section{
    width: 100%;
    max-width: 1330px;
    margin:50px auto 0px;
    padding: 0px 20px;
}

.choose-list-box{
    width: 304px;
    position: relative;
    height: 624px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.choose-list-slider .slick-slide{
    margin:0px 12px;
}
.choose-list-slider .slick-list{
    overflow: visible;
}
.choose-list-box{
    background: url(assets/images/orange-bg.png) no-repeat;
    background-size: 100% 100%;
}
.green-bg-list{
    background: url(assets/images/green-bg.png) no-repeat;
    background-size: 100% 100%;
}
.red-bg-list{
    background: url(assets/images/red-bg.png) no-repeat;
    background-size: 100% 100%;
}
.blue-bg-list{
    background: url(assets/images/blue-bg.png) no-repeat;
    background-size: 100% 100%;
}
.choose-list-img{
    width: 90%;
    max-width: 243px;
    text-align: center;
    transition: all .35s ease-in-out;
}
.choose-list-content{
    width: 100%;
    position: absolute;
    bottom: 0px;
    max-height:295px;
    padding: 40px 25px;
    border-top: 5px solid transparent;
    transition: all .35s ease-in-out;
}
.choose-list-content span{
    font-family: 'Geometria';
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #fff;
    display: block;
    transition: all .35s ease-in-out;
}

.choose-list-content p
{
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .35s ease-in-out;
}
.choose-list-box:hover .choose-list-content p{
    max-height: 160px;
    opacity: 1;
}
.choose-list-box:hover .choose-list-content{
    border-color:#fff;
}
.choose-list-box:hover .choose-list-content span{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}.choose-list-box:hover .choose-list-img
{
    transform: translateY(-165px);
}
.principle-section{
    padding: 170px 0px;
}
.principle-section h3{
    text-align: center;
    font-size: 42px;
    color:#492c84;
    font-family: 'HelveticaNeue';
    font-weight: 500;
    margin-bottom: 25px;
}
.principle-section-inner{
    display: flex;
    flex-wrap:wrap;
}
.principle-area-content{
    width: 100%;
    height: auto;
    background: #492c83;
    border-radius:20px;
    padding: 60px 70px;
}
.principle-area-content h4{
     font-family: 'Geometria';
     font-weight: 500;
     color: #fff;
     font-size: 30px;
     line-height: normal;
     margin-bottom: 35px;
}
.principle-area-content span{
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-family: 'HelveticaNeue';
    font-weight: 500;
    margin-bottom: 15px;
}
.principle-area-content p{
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0px;
}
.designation-name-box{
    margin-top: 17px;
}
.designation-name-box span,
.designation-name-box p{
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0px;
}
.designation-name-box span{
    margin-bottom: 5px;
}
.principle-image-area{
    width: 50%;
    height: auto;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    margin-left: 3px;
}
.principle-image-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hme_services{
    max-width: 1600px;
    margin: 0 auto;
}
.hme_services ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
    padding: 0;
}
.hme_services ul li{
    list-style: none;
    text-align: center;
    width: 25%;
    border-right: 1px solid #d1d1d1;
    padding: 70px 0 40px 0;
    -webkit-transition: all 1s;
    transition: all 1s;
	cursor: pointer;
}
.hme_services ul li:last-child{
    border-right: 0px;
}
.hme_services .service_icon {
    display: block;
    text-align: center;
}
.hme_services .service_icon img {
    display: block;
    margin: 0 auto;
}
.hme_services p {
    padding: 30px 0 0 0;
    font-size: 18px;
    line-height: 21px;
    color:#000000;
    font-family: 'Helvetica Neue';
    font-weight: normal;
}
.hme_services ul li:hover {
    background-color: #f7941d;
}
.hme_services ul li:hover .service_icon img {
    -webkit-filter: invert(99%) sepia(98%) saturate(2%) hue-rotate(297deg) brightness(107%) contrast(100%);
    filter: invert(99%) sepia(98%) saturate(2%) hue-rotate(297deg) brightness(107%) contrast(100%);
}
.hme_services ul li:hover p {
    color: #fff;
}
.multi-images-angle{
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin:200px auto 0px;
}
.multi-images-angle .multi-image-box{
    margin-right: 10px;
}
.multi-images-angle .multi-image-box:last-child{
    margin-right: 0px;
}
.purpose-slider-section{
    padding-bottom: 150px;
}
.purpose-slider-inner h3{
    font-family: 'HelveticaNeue';
    font-weight: 500;
    color: #492c84;
    font-size: 42px;
    line-height: normal;
    text-align:center;
    margin-bottom: 40px;
}
.purpose-slide-heading{
    margin-top: 35px;
}
.purpose-slide-heading span{
    color: #000000;
    font-family: 'HelveticaNeue';
    font-weight: 500;
    line-height: normal;
    font-size: 21px;
    display: block;
    min-height: 50px;
}
.purpose-slide-image{
    width: 100%;
    height: 414px;
    border-radius: 20px;
    overflow: hidden;
}
.purpose-slide-image img{
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.purpose-slide-image img:hover
{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.purpose-slider .slick-slide{
    margin: 0px 8px;
}
/*-----slick arrows-----*/
.slick-prev, .slick-next{
  background: transparent !important;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  border: 1px solid #402778 !important;
  transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}
.slick-prev:before{
  content: "";
  background: url(assets/images/left-arrow.png) no-repeat center;
  font-family: unset !important;
  color: transparent !important;
  font-size: unset;
  position: absolute;
  width: 8px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  transform: translate(-50%, -50%);
}
.slick-next:before{
  content: "";
  background: url(assets/images/right-arrow.png) no-repeat center;
  font-family: unset !important;
  color: transparent !important;
  font-size: unset;
  position: absolute;
  width: 8px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  transform: translate(-50%, -50%);
}
.slick-prev:hover, .slick-next:hover{
    background: #f6891b !important;
    border: 1px solid #f6891b !important;
}
.purpose-slider .slick-prev{
    left: -65px;
}
.purpose-slider .slick-next{
    right: -65px;
}
.testimonial-section{
    padding: 140px 0px 180px;
    position: relative;
}
.cool-boy-box{
    position: absolute;
    left: 0px;
}
.testimonial-section-inner{
    background: url(assets/images/quotes-bg.png) no-repeat center;
    height: 573px;
}
.testimonial-slider{
    padding-top: 90px;
    width: 50%;
    margin: 0 auto;
}
.testimonial-slide-box{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.testimonial-slide-box span{
    color: #492c84;
    font-size: 21px;
    line-height: 30px;
    font-family: 'HelveticaNeue';
    font-weight: 500;
    margin-bottom: 40px;
    display: block;
}
.testimonial-slide-box h5{
    color: #000;
    font-size: 32px;
    line-height: 38px;
    font-family: 'HelveticaNeue';
    font-weight: 500;
    margin-bottom: 0px;
}
.testimonial-img-box{
    margin: 35px auto 35px;
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.testimonial-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-slide-box p
{
    font-family: 'Metropolis';
    color: #f6891b;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: normal;
}
.testimonial-slider .slick-dots li button:before{
    color:#492c83;
    font-size: 8px;
    opacity: 1;
}
.testimonial-slider .slick-dots li.slick-active button:before{
    color:#492c83;
    opacity: 1;
}
.testimonial-slider .slick-dots li.slick-active button{
    background: rgba(73,44,131,0.20);
    border-radius: 50px;
}
.testimonial-slider .slick-dots{
    bottom: -75px;
}
.join-register-section{
    padding: 170px 0px 170px;
}
.join-register-inner{
    display: flex;
}
.join-register-box{
    width: 50%;
    margin-left: 20px;
}
.join-register-box:first-child{
    margin-left: 0px;
}
.join-register-image-box{
    width:100%;
    height: 560px;
    border-radius: 20px;
    padding: 65px 65px 50px;
    position: relative;
}
.join-register-image-box img{
    background-size: cover !important;
}
.join-register-image-box span{
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    font-family: 'HelveticaNeue';
}
.join-register-btns{
    position: absolute;
    bottom: 50px;
    left: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.join-register-btns a{
    height: 62px;
    line-height: 62px;
    display: inline-block;
    font-weight: bold;
    font-family: 'HelveticaNeue';
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    padding: 0px 35px;
}
.join-register-btns a:hover{
    text-decoration: none;
}
.join-register-btns a:before{
    border-radius: 10px;
}
#download-pack{
    background:#f6f6f6;
    color: #000;
}
#download-pack:hover{
    color: #fff;
    background:#492c84;
}
#book-tour{
    background:#f6891b;
    color: #fff;
    margin-left: 10px;
}
#book-tour:hover{
    background:#492c84;
}
#apply{
    background:#492c84;
    color: #fff;
    width: 78%;
}
#apply:hover{
    background: #f6891b;
}
.newsletter-section{
    padding-bottom: 170px;
    position: relative;
}
.cool-girl-area{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.newsletter-inner h3{
    font-family: 'HelveticaNeue';
    font-weight: 500;
    color:#f6891b;
    font-size: 42px;
    line-height: normal;
    margin-bottom: 15px;
    text-align: center;
}
.newsletter-inner p{
    color: #000;
    font-size: 21px;
    font-family: 'HelveticaNeue';
    font-weight: 100;
    margin-bottom: 0px;
    text-align: center;
}
.txt-field-wrap{
    border:1px solid #e6e6e6;
    height: 65px;
    line-height: 65px;
    width: 425px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
}
.txt-field-wrap:before{
    content:"";
    position: absolute;
    left: 28px;
    background: url(assets/images/email.png) no-repeat center;
    width: 33px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
}
.txt-field-wrap input{
    width: 100%;
    padding-left: 70px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    color: #949494;
    font-size: 15px;
}
.txt-field-wrap input::placeholder{
    font-family: 'Helvetica Neue';
    font-weight: normal;
    color: #949494;
    font-size: 15px;
}
.submit-field-btn
{
    background:#f6891b;
    color: #fff;
    text-transform: uppercase;
    width: 190px !important;
    height: 55px !important;
    line-height: 55px;
    border-radius: 10px !important;
    display:inline-block;
    font-family: 'Helvetica Neue';
    font-size: 14px;
    font-weight: bold;
    margin-left: -20px;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.submit-field-btn:hover
{
    background: #492c84;
}
.newsletter-box{
    display: flex;
    justify-content: center;
    margin-top: 35px;
}


/*-----------------Footer---------*/
.footer{
    border-top: 1px solid #f6891b;
}
.copy-right-section{
    border-top: 1px solid #f6891b;   
}
.footer-logo-address{
    display: flex;
    padding: 100px 0px;
}
.footer-logo-area{
    width: 50%;
}
.footer-address-box{
    width: 50%;
    display: flex;
    justify-content: space-between;
}
.footer-addrss-area h5{
    font-family: 'Metropolis';
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 40px;
}
.footer-addrss-area p{
    font-size: 15px;
    line-height: 24px;
    color:#000;
    font-family: 'Helvetica Neue';
    margin-bottom: 0px;
}
.footer-addrss-area p a{
    font-size: 15px;
    line-height: 24px;
    color:#000;
    font-family: 'Helvetica Neue';
    text-decoration: none;
}
.footer-addrss-area p a:hover{
    color: #f6891b;
}
.copy-right-inner{
    display: flex;
    align-items: center;
}
.copy-right-inner ul{
    list-style: none;
    margin: 0px;
    display: flex;
    display: none;
}
.copy-right-inner ul li{
    border-right: 1px solid #f6891b;
}
.copy-right-inner ul li a
{
    font-family: 'Geometria';
    font-size: 15px;
    line-height: 30px;
    color: #000;
    padding: 18px 50px;
    display: block;
}
.copy-right-inner ul li a:hover{
    color: #f6891b;
    text-decoration: none;
}
.copy-right-inner p{
    font-family: 'Geometria';
    font-size: 15px;
    line-height: 27px;
    color: #000;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-bottom: 0px;
	padding:15px 0px;
}

/*-------Popups-------*/
.erudio-popup.modal-dialog{
    max-width: 1000px;
    width: 80%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%) !important;
    margin:0px 0px 100px 0px;
}
.modal-dialog{
    pointer-events: unset !important;
}
.modal{
    background: rgba(0,0,0,0.8);
}
.popup-content-box{
    background: #fff;
    padding: 45px;
    border-radius: 10px;
}
.popup-close.close{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    background:#39206a;
    opacity: 1;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 15px;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #fff;
}
.popup-close.close:focus{
    outline: none;
}
.apply-form-section ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
}
.apply-form-section ul li{
    width: 49%;
}
.apply-form-section ul li:last-child{
    width: 100%;
}
input.popup-field,
textarea.popup-field{
    width: 100% !important;
    background: #f6f6f6;
    height: 60px !important;
    padding:0px 25px;
    font-size: 17px;
    color: #000;
    font-family: 'Helvetica Neue';
    border-radius: 10px;
}
input.popup-field::placeholder,
textarea.popup-field::placeholder{
    color: #000;
    font-family: 'Helvetica Neue';
}
textarea.popup-field{
    height: 150px !important;
    padding: 25px;
    resize: none;
}
.apply-form-section .submit-field-btn{
    margin-left: 0px;
    border: 0px;
    margin-top: 0px;
    border-radius:10px !important;
}
.apply-form-section h3
{
    color: #492c83;
    text-transform: uppercase;
    font-size: 32px;
    line-height:normal;
    font-weight: 500;
    font-family: 'Geometria';
    margin: 0 0 30px 0;
}





/*--------404-----*/
.header-page-other{
  padding: 100px 0px;
}
.error-404 h1{
  font-family: 'Geometria';
  font-size: 40px;
  color: #c62e36;
}
.error-404 h3{
  font-family: 'Geometria';
  color: #c62e36;
  font-size: 32px;
}
.error-404 h4{
  font-family: 'Geometria';
  color: #000;
  font-size: 26px;
}
.error-404 ul li{
  font-family: 'Geometria';
  font-size: 16px;
  color: #000;
}
.error-404 .shop-now-btn{
  width: 150px;
}
/*-------------------New design changes-------------*/
.primary-specific-section{
    display: flex;
    margin: 45px 0px;
}
.primary-specific-area{
    background:#82bb00;
    border-radius:20px;
    width:48%;
    margin-left: 4%;
    padding: 50px;
}
.primary-specific-area:first-child{
    margin-left: 0px;
}
.primary-specific-area h5{
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    font-family: 'Geometria';
    color: #fff;
    margin-bottom: 45px;
}
.primary-specific-area ul{
    margin: 0px;
    list-style-type: none;
}
.primary-specific-area ul li{
    display: flex;
    align-items: center;
    font-family: 'HelveticaNeue';
    font-size: 17px;
    line-height: normal;
    color: #fff;
    margin-bottom: 20px;
}
.primary-specific-area ul li img{
    margin-right: 25px;
}
.curriculum-left-area h2,
.curriculum-left-area p{
    width: 50%;
}
.curriculum-right-area{
    margin-top: 0px;
    display: flex;
}
.circulam-text-box{
    margin-top: 0px;
    width: 55%;
}
.curriculum-right-area-img-box{
    margin-left: auto;
    position: relative;
    margin-top: -180px;
    margin-right: -60px;
}
.vasel-img{
    position: absolute;
    right: 225px;
    bottom: 90px;
    z-index: -1;
}
.circulam-text-box p
{
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0px;
}
.divider-line{
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.10);
    position: absolute;
    bottom: 150px;
    z-index: -1;
}
.curriculum-section{
    border-bottom: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.additional-lang-section{
    display: flex;
}
.additional-lang-left{
    background:#492c83;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
    width: 50%;
    height: 500px;
    position: relative;
    overflow: hidden;
    padding:145px 45px 65px;
    margin-right: 1px;
}
.additional-lang-left:before{
    content:"";
    background: url(assets/images/left-square.png) no-repeat;
    width: 483px;
    height: 653px;
    position: absolute;
    left: -190px;
    top: -175px;
}
.additional-lang-right{
    background:#f6891b;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    width: 50%;
    height: 500px;
    position: relative;
    overflow: hidden;
    padding: 145px 45px 65px;
    margin-left:1px;
}
.additional-lang-right:after{
    content:"";
    background:#f89a3a;
    border-radius: 50%;
    width: 502px;
    height: 502px;
    position: absolute;
    bottom:-200px;
    right:-200px;
}
.additional-lang-left h5,
.additional-lang-right h5{
    font-size: 28px;
    color: #fff;
    width: 100%;
    line-height: normal;
    font-family: 'Geometria';
    font-weight: 500;
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}
.additional-lang-left p,
.additional-lang-right p
{
    font-family: 'Helvetica Neue';
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.enrichment-section{
    margin: 140px 0px;
    overflow: hidden;
}
.enrichment-section h2{
    font-family: 'Geometria';
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
    color: #492c84;
    margin-bottom: 30px;
    text-align: center;
}
.enrichment-section p{
    font-family: 'Helvetica Neue';
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-bottom:10px;
    text-align: center;
}
.enrichment-slider{
    margin-top: 90px;
    margin-bottom: 30px;
}

.enrichment-slider .slick-slide{
  height: 300px;
  width: 400px;
  margin:0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
}
.enrichment-slider .slick-slide,
.enrichment-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.9, 0.9);
  transition: all 0.4s ease-in-out;
}
.enrichment-slider .slick-center,
.enrichment-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.2);
}
.enrichment-slider .slick-current.slick-active{
  transform: scale(1.2);
  z-index: 1;
}
.enrichment-slider .slick-track{
    display: flex;
    align-items: center;
}
.enrichment-slide-area{
    border-radius: 20px;
    overflow: hidden;
}
.enrichment-slide-area{
    object-fit: cover;
}
.enrichment-slider .slick-list{
    overflow: visible;
}
.spacious-section{
    padding: 130px 0px;
}
.spacious-section h3{
    font-family: 'HelveticaNeue';
    font-weight: 500;
    color: #492c84;
    font-size: 42px;
    line-height: normal;
    text-align: center;
    margin-bottom: 100px;
}
.spacious-inner-area{
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}
.spacious-inner-left{
    width: 40%;
    text-align: left;
}
.spacious-inner-right{
    width: 60%;
    padding-left: 50px;
}
.spacious-inner-right h4{
    font-size: 42px;
    color: #ff8300;
    line-height: 48px;
    font-weight: bold;
    font-family: 'Geometria';
    margin-bottom: 30px;
}
.spacious-inner-right p{
    font-family: 'Helvetica Neue';
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-bottom:30px;
}
.spacious-inner-right ul{
    margin:15px 0px 25px;
    list-style-type: none;
    width: 100%;
    display: inline-block;
}
.spacious-inner-right ul li{
     font-family: 'Helvetica Neue';
    font-size: 17px;
    line-height: 26px;
    color: #585858;
    margin-bottom: 25px;
    width: 100%;
}
#download-pack{
    width: 320px;
}
.spacious-inner-right ul li img{
    margin-right: 30px;
}
.spacious-inner-area:nth-child(odd) .spacious-inner-right{
    order: 0;
    padding-left: 0px;
    padding-right: 50px;
}
.spacious-inner-area:nth-child(odd) .spacious-inner-left{
    order: 1;
    text-align: right;
}
.spacious-inner-area:last-child{
    margin-bottom: 0px;
}
.spacious-area-popup-inner{
    display: flex;
    align-items: center;
}
.spacious-area-popup-left{
    width: 300px;
    min-width: 300px;
}
.spacious-area-popup-right{
    padding-left: 50px;
}
.spacious-area-popup h4{
    font-size: 30px;
    line-height: normal;
    color: #492c83;
    font-family: 'Geometria';
    font-weight: 500;
    margin-bottom: 30px;
}
.spacious-area-popup p{
    margin-bottom: 30px;
    font-family: 'Helvetica Neue';
    font-size: 17px;
    line-height: 26px;
    color: #000;
}
.remaning-text-area{
    margin-top: 70px;
}
.hme_services-popup h4{
    font-size: 30px;
    line-height: normal;
    color: #492c83;
    font-family: 'Geometria';
    font-weight: 500;
    margin-bottom: 50px;
}
.hme_services-popup h5{
    font-size: 24px;
    line-height: normal;
    color: #492c83;
    font-family: 'Geometria';
    font-weight: 500;
    margin-bottom: 20px;
}
.hme_services-popup p{
     font-family: 'Helvetica Neue';
    font-size: 17px;
    line-height: 26px;
    color: #000;
    padding: 0px;
    margin: 0px;
	margin-bottom:10px;
}
.hme_services-popup ul{
    margin:40px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    border: 0px;
    padding: 0px;
}
.hme_services-popup ul li{
    padding: 15px;
    border: 1px solid rgba(246,137,27,0.4) !important;
    border-radius: 10px;
    margin:0px 4px 8px;
    width: auto;
    color:#492c83;
    font-family: 'Geometria';
    font-size: 16px;
}
.hme_services-popup ul li:hover{
    background: transparent;
}
.hme_services-popup table{
    width: 80%;
    margin:15px auto;
}
.hme_services-popup table tr td,
.hme_services-popup table tr th{
    border: 1px solid rgba(246,137,27,0.4);
    text-align: center;
    padding: 5px 0px;
}
.nf-form-fields-required{
	font-size:14px;
	 font-family: 'Helvetica Neue';
	color:#000;
	margin-bottom:10px;
}
.nf-form-content nf-fields-wrap nf-field{
	display:inline-block;
	width:49%;
	margin-left:2%;
	vertical-align: top;
}
.nf-form-content nf-fields-wrap nf-field:nth-child(2n+1){
	margin-left:0px;
}
#apply-popup .nf-form-content nf-fields-wrap nf-field:nth-of-type(5){
	width:100%;
}
#book-tour-popup .nf-form-content nf-fields-wrap nf-field:nth-of-type(5){
	width:100%;
}
#register-intrest-popup .nf-form-content nf-fields-wrap nf-field:nth-of-type(7){
	width:100%;
}
.nf-before-form-content .ninja-forms-req-symbol{
	color:#e80000;
	font-size:20px;
	line-height:20px;
}
.nf-form-content .nf-after-field .nf-error-msg{
	position:absolute;
	margin-top:-5px;
}





/*---------Key Frames----------*/
@keyframes slide-in-nav-item {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slide-in-nav-item-reverse {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes iconupdown{
    50%{
      transform:translateY(-6px);
    }
    100%{
      transform:translateY(0);
    }
  }
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animatable{
  
    /* initially hide animatable objects */
    visibility: hidden;
    
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
  }
  
  /* show objects being animated */
  .animated {
    visibility: visible;
    
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
  
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }
  
  /* CSS Animations (extracted from http://glifo.uiparade.com/) */
  @-webkit-keyframes fadeInDown {
      0% {
          opacity: 0;
          -webkit-transform: translateY(-20px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInDown {
      0% {
          opacity: 0;
          -moz-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInDown {
      0% {
          opacity: 0;
          -o-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInDown {
      0% {
          opacity: 0;
          transform: translateY(-20px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }

     @-webkit-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @-moz-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    } 
    @-o-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @keyframes slideRight {
      0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }


    @-webkit-keyframes slideLeft {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @-moz-keyframes slideLeft {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    } 
    @-o-keyframes slideLeft {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @keyframes slideLeft {
      0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
  
  
  
  @-webkit-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-moz-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-o-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @keyframes fadeIn {
      0% {
          opacity: 0;
      }
      60% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  @-webkit-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -webkit-transform: translateX(-1000px);
      }
      60% {
          -webkit-transform: translateX(20px);
      }
  
      80% {
          -webkit-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -moz-transform: translateX(-1000px);
      }
  
      60% {
          -moz-transform: translateX(20px);
      }
  
      80% {
          -moz-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -o-transform: translateX(-1000px);
      }
  
      60% {
          opacity: 1;
          -o-transform: translateX(20px);
      }
  
      80% {
          -o-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInLeft {
      0% {
          opacity: 0;
          transform: translateX(-1000px);
      }
  
      60% {
          transform: translateX(20px);
      }
  
      80% {
          transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes bounceInRight {
      0% {
          opacity: 0;
          -webkit-transform: translateX(1000px);
      }
  
      60% {
          -webkit-transform: translateX(-20px);
      }
  
      80% {
          -webkit-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInRight {
      0% {
          opacity: 0;
          -moz-transform: translateX(1000px);
      }
  
      60% {
          -moz-transform: translateX(-20px);
      }
  
      80% {
          -moz-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInRight {
      0% {
          opacity: 0;
          -o-transform: translateX(1000px);
      }
  
      60% {
          -o-transform: translateX(-20px);
      }
  
      80% {
          -o-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInRight {
      0% {
          opacity: 0;
          transform: translateX(1000px);
      }
  
      60% {
          transform: translateX(-20px);
      }
  
      80% {
          transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fadeInUp {
      0% {
          opacity: 0;
          -webkit-transform: translateY(20px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInUp {
      0% {
          opacity: 0;
          -moz-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInUp {
      0% {
          opacity: 0;
          -o-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInUp {
      0% {
          opacity: 0;
          transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @-webkit-keyframes bounceIn {
      0% {
          opacity: 0;
          -webkit-transform: scale(.3);
      }
      50% {
          -webkit-transform: scale(1.05);
      }
  
      70% {
          -webkit-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: scale(1);
      }
  }
  
  @-moz-keyframes bounceIn {
      0% {
          opacity: 0;
          -moz-transform: scale(.3);
      }
  
      50% {
          -moz-transform: scale(1.05);
      }
  
      70% {
          -moz-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -moz-transform: scale(1);
      }
  }
  
  @-o-keyframes bounceIn {
      0% {
          opacity: 0;
          -o-transform: scale(.3);
      }
  
      50% {
          -o-transform: scale(1.05);
      }
  
      70% {
          -o-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -o-transform: scale(1);
      }
  }
  
  @keyframes bounceIn {
      0% {
          opacity: 0;
          transform: scale(.3);
      }
  
      50% {
          transform: scale(.9);
      }
  
      70% {
          transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          transform: scale(1);
      }
  }
  @-webkit-keyframes moveUp {
      0% {
          opacity: 1;
          -webkit-transform: translateY(40px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes moveUp {
      0% {
          opacity: 1;
          -moz-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes moveUp {
      0% {
          opacity: 1;
          -o-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes moveUp {
      0% {
          opacity: 1;
          transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @-webkit-keyframes moveDown {
      0% {
          opacity: 1;
          -webkit-transform: translateY(-40px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes moveDown {
      0% {
          opacity: 1;
          -moz-transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes moveDown {
      0% {
          opacity: 1;
          -o-transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  @keyframes moveDown {
      0% {
          opacity: 1;
          transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @-webkit-keyframes fadeBgColor {
      0%{
          background:none;
      }
   
    70%{
          background:rgba(0,0,0,0.95);
      }
      100%{
          background:#000;
      }
  }
  @-o-keyframes fadeBgColor {
      0%{
          background:none;
      }
   
    70%{
          background:rgba(0,0,0,0.95);
      }
      100%{
          background:#000;
      }
  }
  @keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:rgba(0,0,0,0.95);
      }
      100%{
          background:#000;
      }
  }
  
  .animated.animationDelay{
      animation-delay:.25s;
      -webkit-animation-delay:.25s;
  }
  .animated.animationDelayMed{
      animation-delay:1s;
      -webkit-animation-delay:1s;
  }
  .animated.animationDelayLong{
      animation-delay:1.2s;
      -webkit-animation-delay:1.2s;
  }
  .animated.fadeBgColor {
      -webkit-animation-name: fadeBgColor;
      -moz-animation-name: fadeBgColor;
      -o-animation-name: fadeBgColor;
      animation-name: fadeBgColor;
  }
  .animated.bounceIn {
      -webkit-animation-name: bounceIn;
      -moz-animation-name: bounceIn;
      -o-animation-name: bounceIn;
      animation-name: bounceIn;
      -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  }
  .animated.bounceInRight {
      -webkit-animation-name: bounceInRight;
      -moz-animation-name: bounceInRight;
      -o-animation-name: bounceInRight;
      animation-name: bounceInRight;
  }
  .animated.bounceInLeft {
      -webkit-animation-name: bounceInLeft;
      -moz-animation-name: bounceInLeft;
      -o-animation-name: bounceInLeft;
      animation-name: bounceInLeft;
  }
  .animated.fadeIn {
      -webkit-animation-name: fadeIn;
      -moz-animation-name: fadeIn;
      -o-animation-name: fadeIn;
      animation-name: fadeIn;
  }
  .animated.fadeInDown {
      -webkit-animation-name: fadeInDown;
      -moz-animation-name: fadeInDown;
      -o-animation-name: fadeInDown;
      animation-name: fadeInDown;
    
  }
  .animated.slideRight {
      -webkit-animation-name: slideRight;
      -moz-animation-name: slideRight;
      -o-animation-name: slideRight;
      animation-name: slideRight;
  }
  .animated.slideLeft {
      -webkit-animation-name: slideLeft;
      -moz-animation-name: slideLeft;
      -o-animation-name: slideLeft;
      animation-name: slideLeft;
  }
  .animated.fadeInUp {
      -webkit-animation-name: fadeInUp;
      -moz-animation-name: fadeInUp;
      -o-animation-name: fadeInUp;
      animation-name: fadeInUp;
  }
  .animated.moveUp {
      -webkit-animation-name: moveUp;
      -moz-animation-name: moveUp;
      -o-animation-name: moveUp;
      animation-name: moveUp;
  }
  .animated.moveDown {
      -webkit-animation-name: moveDown;
      -moz-animation-name: moveDown;
      -o-animation-name: moveDown;
      animation-name: moveDown;
  }