@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold.woff2') format('woff2'),
         url('../fonts/poppins-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium.woff2') format('woff2'),
         url('../fonts/poppins-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular.woff2') format('woff2'),
         url('../fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light.woff2') format('woff2'),
         url('../fonts/poppins-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
  font-family: 'camptonmedium';
  src: url('../fonts/camptonmedium.woff2') format('woff2'),
       url('../fonts/camptonmedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body{font-family: 'poppinsregular';}
html {scroll-behavior: smooth;}
.navigationfont .nav a{font-family: 'poppinsmedium'; font-size: 15px; color: #000000; }
.nav{margin-top: 10px;}
.navigationfont .nav-link {display: block;  padding: 20px 10px; margin-top: 18px; font-family: 'fira_sanssemibold';}
.navigationicon{font-size:25px;cursor:pointer; position: absolute; margin-top: -40px; color: #f2981e; right:15px; font-weight: bold;}
.nav-mobile li{list-style: none; margin-left:-30px;}
.nav-mobile li a{font-size:18px;}
.navigationfont .nav a:hover{color: #000000; background-color: #fcc644;}
.activelink{color: #000000; background-color: #fcc644;}

.logo{margin-top: 45px;}

.headerarea{margin-top: 50px;}
.headerarea h4{font-size: 30px; margin-top: 80px; font-family: 'camptonmedium';}
.headerarea span{font-size: 40px;}
.headerarea h6{font-size: 26px;}
.headerarea p{margin-top: 20px; font-family: 'camptonmedium'; font-size: 18px; width: 96%;}
.explorebtn{background-color: #f15619; color: #ffffff; border-radius: 20px; margin-top: 10px; width: 180px;}
.explorebtn:hover{background-color: #e9e9e9; color: #000000; box-shadow: 0px 0px 10px 0px #444;}
.whyateanaarea{margin-top: 150px;}
.whyateanaarea h4{font-family: 'tekosemibold'; font-size: 40px; margin-top: 50px;}
.whyateanaarea ul li{font-family: 'poppinsregular'; line-height: 26px; font-size: 16px; margin-bottom: 20px;
margin-left: -12px;}
.traditionalideal-area{background-color: #fceee8; margin-top: 80px; padding: 60px 0px;}
.commonhead h4{font-family: 'tekosemibold'; font-size: 40px;}

.elnmodulearea{margin-top: 80px; margin-bottom: 80px;}

.carousel-control-prev-icon {

  margin-left: -220px;
}

.carousel-control-next-icon {

  margin-right: -230px;
}

.scrollimg img{width: 100%;}
.elnimgbox{background-color: #ececec; padding-left: 10px; padding-right: 10px; padding-bottom: 10px;}
.elnimgbox h5{font-family: 'poppinsmedium'; text-align: center; font-size: 20px; padding-top:35px; 
  margin-bottom: 10px; font-weight: bold;} 

.orangabtn{background-color: #f15619; color: #ffffff; border-radius: 20px; margin-top: 10px; margin-top: 40px;}
.orangabtn:hover{background-color: #e9e9e9; color: #000000; box-shadow: 0px 0px 10px 0px #444;}

.management-area{background-color: #fceee8; padding: 50px 0px!important;}
.management-portal{background-color: #fceee8; padding: 50px 0px!important;}


.footertext{margin-top: 10px; text-align: center; font-size: 14px;}
/* ----------mobile navigation----------- */

.leftnav ul li{list-style: none; margin-left: -30px;}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
   background-color: #f2981e!important;
    overflow-x: hidden;
    transition: 0.5s;
    
  }
  
  .overlay-content {
    position: relative;
    top: 10%!important;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    margin-left: 30px;
    
    
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff!important;
    display: block;
    transition: 0.3s;
    font-family: 'poppinsmedium'!important;
    
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 30px;
  }
  
.footerbg{margin-top: 00px; background-color: #0a122a; padding: 40px 0px; color: #ffffff;}

.footerbg h4{font-family: 'Raleway'; font-size: 25px;}
.footerbg p{font-size: 15px; line-height: 25px;}
.deviderline{height: 1px; background-color: #192b61; margin-top: 50px; margin-bottom: 50px;}
.digiimage{width: 85%;}

#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px!important;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 0px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}


.carousel-control-prev-icon{background-image: url("../images/left-icon.png") !important; height: 59px;}
.carousel-control-next-icon{background-image: url("../images/right-icon.png") !important; height: 59px;}


.nav-link{}

/* Mobile Navigation*/

.mobilenavicon{margin-top: 20px; width: 30px; margin-right: 10px;}
.dropdownbtn-mobile{padding: 0px; margin-top: 25px;  margin-left: 10px;}
.btn.focus, .btn:focus{box-shadow: 0px 0px 0px transparent;}
.dropdown-menu{margin-top: 30px; border: 0px; width: 280px!important; box-shadow: 2px 2px 10px 0px #a0aec0;
right: 0;}
.dropdown-item{font-size: 14px; font-family:'poppinsmedium'; color: #000000;}
.dropdown-item.active, .dropdown-item:active{padding-top: 15px; padding-bottom: 15px; background-color:#a0aec0 ;}

/* end */

/* --------------------text animation----------------- */
  @keyframes scale {
    100% {
      transform: scale(1);
    }
  }
  
  span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
  }
  
  span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(3) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(4) {
    animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
 
  
  @keyframes fade-in {
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }


/* -------------------button animation--------------------------- */

  .custom-btn {
    margin-top: 20px;
    width: 180px;
    height: 50px;
    color: #000;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'poppinsmedium';
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  
  
  /* 11 */
  .btn-11 {
    border: none;
    background: rgb(255, 255, 255);
      background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
      color: #000;
      overflow: hidden;
  }
  .btn-11:hover {
      text-decoration: none;
      color: #000;
  }
  .btn-11:before {
      position: absolute;
      content: '';
      display: inline-block;
      top: -180px;
      left: 0;
      width: 30px;
      height: 100%;
      background-color: rgb(255, 179, 15);
      animation: shiny-btn1 3s ease-in-out infinite;
  }
  .btn-11:hover{
    opacity: .6;
  }
  .btn-11:active{
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
      inset -4px -4px 6px 0 rgba(255,255,255,.2),
      inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
  }  
  
  @-webkit-keyframes shiny-btn1 {
      0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
      80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
      81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
      100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }
  
  
/* ----------------------------Innerpages Css -------------------------- */
.innerpagehaedtext h4{font-size: 60px; margin-top: 100px; font-family: 'tekosemibold';}
.innerpagehaedtext p{font-size: 20px }
.innerpageimageborder{margin-top: 40px;}
.innerpagesectionarea{margin-top: 50px; margin-bottom: 50px;}
 
#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}
/* img, svg {
  width: 80%;
} */

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

.fa{font-size: 30px!important;}

.inner-box{padding: 50px 10px; background-color: rgb(240, 240, 240);}
.inner-box h4{font-size: 25px; font-family: 'camptonmedium';}
.inner-box a{font-size: 15px;}

/* ---------------------------------Media Query---------------------- */
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }

  @media screen and (min-width: 0px) and (max-width: 767px)
{
    .overlay {
        background-color: #2d3748;
    }
}

/* -------------------- */


@media screen and (min-width: 0px) and (max-width: 1024px)
{
    .displayindesktop{display: none}
    .bluebg{background-image: none;}
    img{width: 80%;}
    .carousel-control-next-icon{margin-top: -50px;}
    .carousel-control-prev-icon{margin-top: -50px;}
}
@media screen and (min-width: 1025px) and (max-width: 5000px)
{
    .displayinmobile{display: none}
}
@media screen and (min-width: 0px) and (max-width: 320px)
{
    
    .logo{width: 160px;}
    .headerarea h4{margin-top: 0px;}

}
@media screen and (min-width: 321px) and (max-width: 360px)
{
    .logo{width: 160px;}
    .headerarea h4{margin-top: 0px;}
    .headerarea span {
      font-size: 30px;
  }
  .whythenaimage{display: none;}
  .whyateanaarea{margin-top: 40px;}
  .whyateanaarea h4{margin-top: 20px;}
  .traditionalideal-area{margin-top: 20px;}
  .elnmodulearea{margin-top: 20px; margin-bottom: 20px;}
  .commonhead h4{font-size: 30px;}
  
  .carousel-control-prev-icon {
    margin-left: 0px;
  }
  
  .carousel-control-next-icon {  
    margin-right: 0px;
  }
}

@media screen and (min-width: 361px) and (max-width: 375px)
{
    .logo{width: 200px;}
    .yellowheaderbg{width: 100%; margin-top: 20px; padding-left: 10px;}
    .leftheadpart h6{ font-size: 40px;}
    .sectiontopbg{background-image: none; padding-top: 40px; padding-bottom: 0px;}
    .headingtext h3{font-size: 40px; margin-top: 20px; text-align: center;}
    .headingtext p{font-size: 17px; line-height: 28px;}
    .centerheading h3{font-size: 40px;}
    .offeringbox{margin-top: 20px;}
    .newmobmargin{margin-top: 00px!important;}
    .howitworksbg h3{font-size: 40px;}
    .howitworks-number h2{font-size: 250px; text-align: center; margin-top: -70px;}
    .howitworkstext h4{font-size: 35px; text-align: center; margin-top: -300px;}
    .howitworkstext h6{text-align: center;}
    .mobiledevider{height: 1px; background-color: #9c9c9c; margin-top: 40px; margin-bottom: 20px;}
    .howitworksimg{margin-top: 10px; width: 75%; margin-left: auto; margin-right: auto; margin-top: -140px;}
    .digiimage{width: 100%;}
    .advantages h3{font-size: 40px;}
    .quickimpression h3{font-size: 40px;}
}

@media screen and (min-width: 376px) and (max-width: 415px)
{
    .logo{width: 200px;}
    .yellowheaderbg{width: 100%; margin-top: 20px; padding-left: 10px;}
    .leftheadpart h6{ font-size: 40px;}
    .sectiontopbg{background-image: none; padding-top: 40px; padding-bottom: 0px;}
    .headingtext h3{font-size: 40px; margin-top: 20px; text-align: center;}
    .headingtext p{font-size: 17px; line-height: 28px;}
    .centerheading h3{font-size: 40px;}
    .offeringbox{margin-top: 20px;}
    .newmobmargin{margin-top: 00px!important;}
    .howitworksbg h3{font-size: 40px;}
    .howitworks-number h2{font-size: 250px; text-align: center; margin-top: -70px;}
    .howitworkstext h4{font-size: 35px; text-align: center; margin-top: -300px;}
    .howitworkstext h6{text-align: center;}
    .mobiledevider{height: 1px; background-color: #9c9c9c; margin-top: 40px; margin-bottom: 20px;}
    .howitworksimg{margin-top: 10px; width: 75%; margin-left: auto; margin-right: auto; margin-top: -140px;}
    .digiimage{width: 100%;}
    .advantages h3{font-size: 40px;}
    .quickimpression h3{font-size: 40px;}
}
@media screen and (min-width: 416px) and (max-width: 768px)
{
    .logo{width: 200px;}
    .yellowheaderbg{width: 100%; margin-top: 20px; padding-left: 50px;}
    .leftheadpart h6{ font-size: 40px;}
    .sectiontopbg{background-image: none; padding-top: 40px; padding-bottom: 0px;}
    .headingtext h3{font-size: 40px; margin-top: 20px; text-align: center;}
    .headingtext p{font-size: 17px; line-height: 28px;}
    .centerheading h3{font-size: 40px;}
    .offeringbox{margin-top: 20px;}
    .newmobmargin{margin-top: 00px!important;}
    .howitworksbg h3{font-size: 40px;}
    .howitworks-number h2{font-size: 250px; text-align: center; margin-top: -70px;}
    .howitworkstext h4{font-size: 35px; text-align: center; margin-top: -500px;}
    .howitworkstext h6{text-align: center;}
    .mobiledevider{height: 1px; background-color: #9c9c9c; margin-top: 40px; margin-bottom: 20px;}
    .howitworksimg{margin-top: 10px; width: 75%; margin-left: auto; margin-right: auto; margin-top: -300px;}
    .digiimage{width: 100%;}
    .advantages h3{font-size: 40px;}
    .quickimpression h3{font-size: 40px;}
}

@media screen and (min-width: 769px) and (max-width: 1020px)
{
    .logo{width: 200px;}
    .yellowheaderbg{width: 100%; margin-top: 20px; padding-left: 50px;}
    .leftheadpart h6{ font-size: 40px;}
    .sectiontopbg{background-image: none; padding-top: 40px; padding-bottom: 0px;}
    .headingtext h3{font-size: 40px; margin-top: 20px; text-align: center;}
    .headingtext p{font-size: 17px; line-height: 28px;}
    .centerheading h3{font-size: 40px;}
    .offeringbox{margin-top: 20px;}
    .newmobmargin{margin-top: 00px!important;}
    .howitworksbg h3{font-size: 40px;}
    .howitworks-number h2{font-size: 250px; text-align: center; margin-top: -70px;}
    .howitworkstext h4{font-size: 35px; text-align: center; margin-top: -500px;}
    .howitworkstext h6{text-align: center;}
    .mobiledevider{height: 1px; background-color: #9c9c9c; margin-top: 40px; margin-bottom: 20px;}
    .howitworksimg{margin-top: 10px; width: 75%; margin-left: auto; margin-right: auto; margin-top: -300px;}
    .digiimage{width: 100%;}
    .advantages h3{font-size: 40px;}
    .quickimpression h3{font-size: 40px;}
    
}

@media screen and (min-width: 1024px) and (max-width: 1280px)
{
  .howitworksimg{width: 40%;}
  .howitworkstext h4{font-size: 34px;}
  .yellowheaderbg{width: 100%; margin-top: 20px; padding-left: 50px;}
  .sectiontopbg{background-image: none; padding-top: 40px; padding-bottom: 0px;}


    
   
}