/**
 * Created by Sushant Gauchan
 * Email : sushant.gauchan11@gmail.com
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.ex-flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.ex-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.ex-transition {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }

.ex-transition-medium {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.ex-transition-large {
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease; }

/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
body.height-small {
  height: 100vh;
  overflow: hidden; }

.common-box-container .common-box-item .common-box-inner .text-container .text-inner h4 {
  font-size: 22px; }

/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper {
  z-index: 10;
  width: 100%;
  position: relative;
  background-color: #fff; }
  #header-wrapper:after {
    pointer-events: none;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e8e9eb;
    position: absolute;
    bottom: 0;
    left: 0; }
  #header-wrapper .custom-container {
    padding-top: 0px;
    padding-bottom: 0px; }
  #header-wrapper .logo-nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #header-wrapper .logo-nav-wrapper .logo-container a {
      width: 215px;
      display: inline-block; }
      #header-wrapper .logo-nav-wrapper .logo-container a img {
        width: 100%;
        max-width: 100%;
        height: auto;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor; }
    #header-wrapper .logo-nav-wrapper .nav-container {
      flex: 1;
      padding-left: 80px; }
      #header-wrapper .logo-nav-wrapper .nav-container > ul > li {
        position: relative;
        display: inline-block;
        vertical-align: top; }
        #header-wrapper .logo-nav-wrapper .nav-container > ul > li.has-sub-menu > a {
          position: relative;
          padding-right: 18px; }
          #header-wrapper .logo-nav-wrapper .nav-container > ul > li.has-sub-menu > a:after {
            content: '';
            height: 10px;
            width: 12px;
            background-image: url("../img/icons/icon_down.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
        #header-wrapper .logo-nav-wrapper .nav-container > ul > li a {
          line-height: 1em;
          display: block;
          padding: 54px 0px;
          color: #20AAF8;
          transition: all .5s ease; }
          #header-wrapper .logo-nav-wrapper .nav-container > ul > li a:hover {
            color: #0D8ECF;
            transition: all .5s ease; }
          #header-wrapper .logo-nav-wrapper .nav-container > ul > li a img {
            width: 11px;
            margin-left: 8px; }
        #header-wrapper .logo-nav-wrapper .nav-container > ul > li:not(:last-of-type) {
          margin-right: 68px; }
        #header-wrapper .logo-nav-wrapper .nav-container > ul > li > ul {
          box-shadow: 0 0 8px #27272712;
          min-width: 200px;
          position: absolute;
          left: -20px;
          top: 100%;
          opacity: 0;
          pointer-events: none;
          transition: opacity 0.5s ease; }
          #header-wrapper .logo-nav-wrapper .nav-container > ul > li > ul > li {
            position: relative;
            width: 100%;
            background-color: #fff;
            border-left: 2px solid #fff;
            transition: all .4s ease; }
            #header-wrapper .logo-nav-wrapper .nav-container > ul > li > ul > li a {
              padding: 18px 20px; }
            #header-wrapper .logo-nav-wrapper .nav-container > ul > li > ul > li:not(:last-of-type) {
              margin-right: 0; }
            #header-wrapper .logo-nav-wrapper .nav-container > ul > li > ul > li > ul {
              min-width: 200px;
              box-shadow: 0 0 8px #27272712;
              position: absolute;
              left: 100%;
              top: 0;
              opacity: 0;
              pointer-events: none;
              transition: opacity .4s ease; }
              #header-wrapper .logo-nav-wrapper .nav-container > ul > li > ul > li > ul li {
                background-color: #fff;
                border-left: 2px solid #fff;
                transition: all .4s ease; }
                #header-wrapper .logo-nav-wrapper .nav-container > ul > li > ul > li > ul li:not(:last-of-type) {
                  margin-right: 0; }
                #header-wrapper .logo-nav-wrapper .nav-container > ul > li > ul > li > ul li:hover {
                  border-left: 2px solid #20AAF8;
                  background-color: #E8F6FF;
                  transition: all .4s ease; }
            #header-wrapper .logo-nav-wrapper .nav-container > ul > li > ul > li:hover {
              border-left: 2px solid #20AAF8;
              background-color: #E8F6FF;
              transition: all .4s ease; }
              #header-wrapper .logo-nav-wrapper .nav-container > ul > li > ul > li:hover > ul {
                opacity: 1;
                pointer-events: initial;
                transition: opacity .4s ease; }
        #header-wrapper .logo-nav-wrapper .nav-container > ul > li:hover > ul {
          opacity: 1;
          pointer-events: initial;
          transition: opacity 0.5s ease; }
      #header-wrapper .logo-nav-wrapper .nav-container > ul .mobile-menu {
        display: none; }
  #header-wrapper.nav-scroll {
    position: fixed;
    top: 0;
    animation: slide-down 0.7s;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; }

.holiday-icon-wrapper {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  transform: rotate(90deg);
  margin-right: -87px; }
  .holiday-icon-wrapper ul {
    padding: 20px 15px;
    background-color: #20AAF8;
    display: flex;
    align-items: center;
    transition: 0.6s; }
    .holiday-icon-wrapper ul li {
      text-transform: uppercase; }
      .holiday-icon-wrapper ul li:nth-of-type(2) {
        margin-left: 25px; }
      .holiday-icon-wrapper ul li img {
        width: 35px; }
      .holiday-icon-wrapper ul li h6 {
        font-weight: 400;
        color: #fff;
        letter-spacing: 1px; }
  .holiday-icon-wrapper:hover ul {
    margin-right: 0px;
    transition: 0.6s; }

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*----------------------------------- Navigation Starts -----------------------------------*/
/*------------------------------------ Navigation Ends ------------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#content-wrapper #home-page .map-info-container .custom-container .inner {
  position: relative;
  padding-top: 120px; }
#content-wrapper #home-page .map-info-container .block-wrapper {
  display: flex; }
  #content-wrapper #home-page .map-info-container .block-wrapper .block-item:nth-of-type(1) {
    width: calc(100% - 280px); }
  #content-wrapper #home-page .map-info-container .block-wrapper .block-item:nth-of-type(2) {
    width: 280px; }
#content-wrapper #home-page .program-section {
  background-size: 500px;
  background-position: 100% 25%;
  background-repeat: no-repeat; }
#content-wrapper #home-page .events-section .custom-container .block-wrapper {
  display: flex;
  flex-wrap: wrap; }
  #content-wrapper #home-page .events-section .custom-container .block-wrapper .block-item:nth-of-type(1) {
    width: 780px;
    background-color: #20AAF8;
    padding-left: 240px;
    padding-right: 170px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #content-wrapper #home-page .events-section .custom-container .block-wrapper .block-item:nth-of-type(1) .section-title {
      color: #fff !important; }
      #content-wrapper #home-page .events-section .custom-container .block-wrapper .block-item:nth-of-type(1) .section-title h2 {
        color: #fff !important;
        line-height: 1.4; }
    #content-wrapper #home-page .events-section .custom-container .block-wrapper .block-item:nth-of-type(1) .link-container {
      margin-top: 40px; }
  #content-wrapper #home-page .events-section .custom-container .block-wrapper .block-item:nth-of-type(2) {
    width: calc(95% - 780px); }
    #content-wrapper #home-page .events-section .custom-container .block-wrapper .block-item:nth-of-type(2) .inner {
      padding-top: 140px;
      padding-left: 100px;
      background-image: url(../img/background/path.png);
      background-size: 43%;
      background-repeat: no-repeat;
      background-position: right 0 top 0px; }
      #content-wrapper #home-page .events-section .custom-container .block-wrapper .block-item:nth-of-type(2) .inner .section-title {
        display: Flex;
        justify-content: space-between;
        align-items: center; }
        #content-wrapper #home-page .events-section .custom-container .block-wrapper .block-item:nth-of-type(2) .inner .section-title h5 {
          color: #20AAF8; }
#content-wrapper #about-page .about-section .block-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse; }
  #content-wrapper #about-page .about-section .block-container .block-item:nth-of-type(1) {
    width: 620px; }
    #content-wrapper #about-page .about-section .block-container .block-item:nth-of-type(1) .image-container {
      width: 100%;
      background-color: #f7f7f7;
      position: relative;
      padding-bottom: 100%; }
      #content-wrapper #about-page .about-section .block-container .block-item:nth-of-type(1) .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        right: 0; }
  #content-wrapper #about-page .about-section .block-container .block-item:nth-of-type(2) {
    width: calc(100% - 620px);
    padding-right: 120px; }
    #content-wrapper #about-page .about-section .block-container .block-item:nth-of-type(2) .text-container .title {
      margin-bottom: 20px; }
      #content-wrapper #about-page .about-section .block-container .block-item:nth-of-type(2) .text-container .title h2, #content-wrapper #about-page .about-section .block-container .block-item:nth-of-type(2) .text-container .title h3 {
        font-family: "Barlow", sans-serif;
        color: #20AAF8;
        font-weight: 400; }
#content-wrapper #about-page .goal-vision-section .custom-container .block-wrapper {
  display: flex;
  flex-wrap: wrap; }
  #content-wrapper #about-page .goal-vision-section .custom-container .block-wrapper .block-item {
    color: #fff; }
    #content-wrapper #about-page .goal-vision-section .custom-container .block-wrapper .block-item .inner {
      background-color: #20AAF8;
      padding: 100px 40px 72px 40px; }
      #content-wrapper #about-page .goal-vision-section .custom-container .block-wrapper .block-item .inner .title {
        font-size: 60px;
        font-weight: normal;
        font-family: "Barlow", sans-serif;
        line-height: 1.4;
        margin-bottom: 30px; }
      #content-wrapper #about-page .goal-vision-section .custom-container .block-wrapper .block-item .inner ul li {
        line-height: 1.8;
        position: relative;
        padding-left: 30px; }
        #content-wrapper #about-page .goal-vision-section .custom-container .block-wrapper .block-item .inner ul li:not(:last-child) {
          margin-bottom: 20px; }
        #content-wrapper #about-page .goal-vision-section .custom-container .block-wrapper .block-item .inner ul li::before {
          content: " ";
          width: 7px;
          height: 7px;
          top: 10px;
          background-image: url(../img/icons/dot.png);
          position: absolute;
          left: 0;
          background-size: contain;
          background-repeat: no-repeat; }
    #content-wrapper #about-page .goal-vision-section .custom-container .block-wrapper .block-item:nth-of-type(1) {
      width: calc(100% - 620px);
      padding-left: 80px;
      padding-right: 60px; }
      #content-wrapper #about-page .goal-vision-section .custom-container .block-wrapper .block-item:nth-of-type(1) .inner {
        background-size: 510px;
        background-repeat: no-repeat;
        background-position: top right; }
    #content-wrapper #about-page .goal-vision-section .custom-container .block-wrapper .block-item:nth-of-type(2) {
      width: 620px;
      margin-top: 115px; }
      #content-wrapper #about-page .goal-vision-section .custom-container .block-wrapper .block-item:nth-of-type(2) .inner {
        width: 350px;
        padding-top: 170px;
        background-size: 320px;
        background-repeat: no-repeat;
        background-position: top left; }
#content-wrapper #about-page .quote-section .quote-container {
  padding: 100px 0px;
  background-color: #fff4ef; }
  #content-wrapper #about-page .quote-section .quote-container .text-container {
    max-width: 920px;
    width: 100%;
    text-align: center;
    margin: auto; }
    #content-wrapper #about-page .quote-section .quote-container .text-container p {
      line-height: 1.3;
      font-size: 35px; }
    #content-wrapper #about-page .quote-section .quote-container .text-container h6 {
      margin-top: 40px;
      color: #20AAF8;
      position: relative; }
      #content-wrapper #about-page .quote-section .quote-container .text-container h6 img {
        width: 25px;
        margin-left: 10px; }
#content-wrapper #initiatives-page .common-title-banner-section {
  margin-bottom: 140px; }
#content-wrapper #reach-page .map-data-section {
  background-color: #FFF4EF; }
#content-wrapper #single-gallery-page .gallery-section .gallery-container {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px; }
  #content-wrapper #single-gallery-page .gallery-section .gallery-container.type-video .gallery-item a .inner {
    position: relative; }
    #content-wrapper #single-gallery-page .gallery-section .gallery-container.type-video .gallery-item a .inner .text-container {
      width: 100%;
      background-color: rgba(24, 154, 227, 0.8117647059);
      position: absolute;
      bottom: 0;
      left: 0; }
      #content-wrapper #single-gallery-page .gallery-section .gallery-container.type-video .gallery-item a .inner .text-container h5 {
        color: #fff;
        padding: 24px 40px; }
  #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item {
    width: 33.33%;
    padding: 20px 15px; }
    #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item a {
      display: block; }
      #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item a .inner {
        z-index: 0;
        position: relative;
        padding-bottom: 75%;
        background-color: #909090; }
        #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item a .inner:after {
          z-index: 1;
          content: '';
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.62);
          position: absolute;
          top: 0;
          right: 0;
          opacity: 0;
          transition: all .4s ease; }
        #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item a .inner img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          bottom: 0;
          left: 0; }
        #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item a .inner .text {
          z-index: 2;
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          text-align: center;
          opacity: 0;
          transition: all .4s ease; }
          #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item a .inner .text p, #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item a .inner .text i {
            line-height: 1em;
            color: #fff; }
          #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item a .inner .text i {
            font-size: 22px; }
          #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item a .inner .text p {
            margin-top: 5px; }
        #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item a .inner:hover:after, #content-wrapper #single-gallery-page .gallery-section .gallery-container .gallery-item a .inner:hover .text {
          opacity: 1;
          transition: all .4s ease; }
#content-wrapper #single-program-page .content-section.new-blog .image-container {
  height: 600px;
  width: 100%;
  margin-bottom: 30px; }
  #content-wrapper #single-program-page .content-section.new-blog .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
#content-wrapper #single-program-page .content-section .image-container {
  margin-bottom: 30px;
  background-color: #E8F6FF; }
  #content-wrapper #single-program-page .content-section .image-container img {
    width: 100%;
    max-width: 100%;
    height: auto; }
#content-wrapper #single-program-page .content-section .common-div.common-top-margin {
  margin-top: 40px; }
#content-wrapper #inner-press-page .press-content-section .content-container .title-container h3 {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3; }
#content-wrapper #inner-press-page .press-content-section .content-container .title-container h6 {
  color: #20AAF8; }
#content-wrapper #inner-press-page .press-content-section .content-container .image-container {
  margin-top: 70px;
  position: relative;
  padding-bottom: 53%; }
  #content-wrapper #inner-press-page .press-content-section .content-container .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1);
    transition: all 1.2s ease; }
#content-wrapper #inner-press-page .press-content-section .content-container .text-container {
  margin-top: 40px; }
#content-wrapper #inner-press-page .page-navigation-section .block-container {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #c7c7c7;
  display: flex;
  justify-content: space-between; }
  #content-wrapper #inner-press-page .page-navigation-section .block-container .block-item h6 a {
    color: #20AAF8; }
  #content-wrapper #inner-press-page .page-navigation-section .block-container .block-item h6 img {
    width: 12px;
    margin-right: 5px; }
  #content-wrapper #inner-press-page .page-navigation-section .block-container .block-item:nth-of-type(2) a h5 {
    color: #20AAF8; }
#content-wrapper #inner-press-page .common-social-media-container ul {
  line-height: 1; }
  #content-wrapper #inner-press-page .common-social-media-container ul li {
    line-height: 1;
    display: inline-block; }
    #content-wrapper #inner-press-page .common-social-media-container ul li a i {
      color: #000; }
    #content-wrapper #inner-press-page .common-social-media-container ul li:not(:last-child) {
      margin-right: 32px; }
#content-wrapper #inner-press-page .common-social-media-container.top-margin {
  margin-top: 30px; }
#content-wrapper #contact-page .get-in-touch-section .contact-details-container .details-container {
  display: flex;
  flex-wrap: wrap;
  margin: -30px; }
  #content-wrapper #contact-page .get-in-touch-section .contact-details-container .details-container .details-item {
    width: 33.33%;
    padding: 30px; }
    #content-wrapper #contact-page .get-in-touch-section .contact-details-container .details-container .details-item img {
      width: 28px; }
    #content-wrapper #contact-page .get-in-touch-section .contact-details-container .details-container .details-item ul {
      margin-top: 30px;
      padding-top: 14px;
      border-top: 1px solid #42aa75; }
      #content-wrapper #contact-page .get-in-touch-section .contact-details-container .details-container .details-item ul li :not(:last-child) {
        margin-bottom: 5px; }
      #content-wrapper #contact-page .get-in-touch-section .contact-details-container .details-container .details-item ul li a {
        color: #474747; }
    #content-wrapper #contact-page .get-in-touch-section .contact-details-container .details-container .details-item:nth-of-type(2) ul {
      border-top: 1px solid #FF6458; }
    #content-wrapper #contact-page .get-in-touch-section .contact-details-container .details-container .details-item:nth-of-type(3) ul {
      border-top: 1px solid #20AAF8; }
#content-wrapper #contact-page .map-form-section .block-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }
  #content-wrapper #contact-page .map-form-section .block-wrapper .block-item:nth-of-type(1) {
    width: 520px; }
    #content-wrapper #contact-page .map-form-section .block-wrapper .block-item:nth-of-type(1) .inner {
      padding: 60px 40px 60px 40px;
      background-color: #fff4ef; }
  #content-wrapper #contact-page .map-form-section .block-wrapper .block-item:nth-of-type(2) {
    width: calc(100% - 520px); }
    #content-wrapper #contact-page .map-form-section .block-wrapper .block-item:nth-of-type(2) .inner {
      padding-top: 60px;
      padding-left: 80px; }
      #content-wrapper #contact-page .map-form-section .block-wrapper .block-item:nth-of-type(2) .inner .map-container iframe {
        width: 100%;
        height: 650px;
        background-color: #E8F6FF;
        vertical-align: top; }
#content-wrapper #contact-page .common-contact-title {
  margin-bottom: 45px; }
  #content-wrapper #contact-page .common-contact-title.big-margin {
    margin-bottom: 65px; }
#content-wrapper #membership-page .section-content {
  overflow: hidden; }
#content-wrapper #membership-page .nyef-eperience-list-container .nyef-experience-list .inner .image-container img {
  width: 140px;
  max-width: 100%; }
#content-wrapper #membership-page .nyef-eperience-list-container .nyef-experience-list .inner h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #FF9264; }
#content-wrapper #membership-page .nyef-eperience-list-container .nyef-experience-list:not(:last-child) {
  margin-bottom: 60px; }
#content-wrapper #thankyou-page {
  background-color: #E8F6FF; }
  #content-wrapper #thankyou-page .thankyou-section {
    height: calc(100vh - 124px);
    display: flex;
    align-items: center;
    justify-content: center; }
    #content-wrapper #thankyou-page .thankyou-section .thankyou-container {
      width: 800px;
      max-width: 100%;
      padding: 50px 80px;
      background-color: #fff;
      margin: auto;
      text-align: center; }
#content-wrapper #single-chapter-page .common-title-banner-section .title-container .custom-container {
  display: flex;
  justify-content: space-between; }
  #content-wrapper #single-chapter-page .common-title-banner-section .title-container .custom-container .social-media-container {
    margin-top: 20px; }
    #content-wrapper #single-chapter-page .common-title-banner-section .title-container .custom-container .social-media-container ul {
      display: flex; }
      #content-wrapper #single-chapter-page .common-title-banner-section .title-container .custom-container .social-media-container ul li {
        display: flex;
        align-items: center;
        width: 40px;
        height: 40px;
        background-color: #20aaf8;
        justify-content: center;
        position: relative;
        border-radius: 50%;
        overflow: hidden; }
        #content-wrapper #single-chapter-page .common-title-banner-section .title-container .custom-container .social-media-container ul li a i {
          color: #fff;
          font-size: 17px; }
        #content-wrapper #single-chapter-page .common-title-banner-section .title-container .custom-container .social-media-container ul li:not(:last-child) {
          margin-right: 20px; }

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper {
  background-color: #20aaf8; }
  #footer-wrapper .footer-container {
    display: flex;
    flex-wrap: wrap; }
    #footer-wrapper .footer-container .footer-item {
      width: 33.33%; }
      #footer-wrapper .footer-container .footer-item:nth-of-type(2) {
        display: none; }
      #footer-wrapper .footer-container .footer-item .title {
        margin-bottom: 35px; }
        #footer-wrapper .footer-container .footer-item .title h4, #footer-wrapper .footer-container .footer-item .title h5 {
          color: #fff; }
      #footer-wrapper .footer-container .footer-item .content.supported-by img {
        width: 250px; }
      #footer-wrapper .footer-container .footer-item .content p, #footer-wrapper .footer-container .footer-item .content ul li {
        font-size: 15px;
        line-height: 1em;
        color: #fff; }
        #footer-wrapper .footer-container .footer-item .content p a, #footer-wrapper .footer-container .footer-item .content ul li a {
          color: inherit; }
      #footer-wrapper .footer-container .footer-item .content ul li:not(:last-child) {
        margin-bottom: 26px; }
      #footer-wrapper .footer-container .footer-item .content img {
        width: 110px;
        height: auto; }
      #footer-wrapper .footer-container .footer-item .content .content-item:not(:last-of-type) {
        margin-bottom: 45px; }
      #footer-wrapper .footer-container .footer-item .content .content-item.type-social ul {
        display: flex; }
        #footer-wrapper .footer-container .footer-item .content .content-item.type-social ul li {
          font-size: 20px; }
          #footer-wrapper .footer-container .footer-item .content .content-item.type-social ul li:not(:last-of-type) {
            margin-right: 35px;
            margin-bottom: 0; }
      #footer-wrapper .footer-container .footer-item .content .content-item.type-nav ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 100px; }
      #footer-wrapper .footer-container .footer-item .content .content-item .common-copyright p {
        line-height: 1.7em; }
  #footer-wrapper .custom-container {
    padding-top: 100px;
    padding-bottom: 100px; }
  #footer-wrapper .footer-section .custom-container {
    padding-top: 100px;
    padding-bottom: 100px; }
    #footer-wrapper .footer-section .custom-container .top-footer-container {
      display: flex;
      flex-wrap: wrap; }
      #footer-wrapper .footer-section .custom-container .top-footer-container .top-footer-item {
        width: 33.33%; }
        #footer-wrapper .footer-section .custom-container .top-footer-container .top-footer-item .title-container {
          margin-bottom: 35px; }
          #footer-wrapper .footer-section .custom-container .top-footer-container .top-footer-item .title-container h5 {
            color: #fff; }
        #footer-wrapper .footer-section .custom-container .top-footer-container .top-footer-item .content-container ul li {
          font-size: 14px;
          line-height: 1em;
          color: #fff; }
          #footer-wrapper .footer-section .custom-container .top-footer-container .top-footer-item .content-container ul li a {
            color: #fff; }
          #footer-wrapper .footer-section .custom-container .top-footer-container .top-footer-item .content-container ul li:not(:last-child) {
            margin-bottom: 24px; }
        #footer-wrapper .footer-section .custom-container .top-footer-container .top-footer-item .content-container.nav ul {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 20px;
          -moz-column-gap: 20px;
          column-gap: 100px; }
        #footer-wrapper .footer-section .custom-container .top-footer-container .top-footer-item .image-container {
          width: 100%; }
          #footer-wrapper .footer-section .custom-container .top-footer-container .top-footer-item .image-container img {
            width: 95px;
            max-width: 100%;
            height: auto;
            margin-bottom: 12px; }
          #footer-wrapper .footer-section .custom-container .top-footer-container .top-footer-item .image-container p {
            color: #fff;
            font-size: 14px; }
    #footer-wrapper .footer-section .custom-container .bottom-footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      margin-top: 38px; }
      #footer-wrapper .footer-section .custom-container .bottom-footer-container .bottom-footer-item {
        width: 33.33%;
        color: #fff; }
        #footer-wrapper .footer-section .custom-container .bottom-footer-container .bottom-footer-item ul li {
          display: inline-block; }
          #footer-wrapper .footer-section .custom-container .bottom-footer-container .bottom-footer-item ul li a i {
            font-size: 23px; }
            #footer-wrapper .footer-section .custom-container .bottom-footer-container .bottom-footer-item ul li a i::before {
              color: #fff; }
          #footer-wrapper .footer-section .custom-container .bottom-footer-container .bottom-footer-item ul li:not(:last-child) {
            margin-right: 35px; }
        #footer-wrapper .footer-section .custom-container .bottom-footer-container .bottom-footer-item p {
          font-size: 14px; }
          #footer-wrapper .footer-section .custom-container .bottom-footer-container .bottom-footer-item p a {
            color: #fff; }

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.scrollable-content {
  width: 100%;
  overflow-x: scroll;
  overflow-y: auto; }

.scrollable-scrollbar {
  width: 100%;
  overflow-x: scroll;
  overflow-y: auto; }

.scrollable-scrollbar::-webkit-scrollbar-track {
  background-color: #f1f1f1; }

.scrollable-scrollbar::-webkit-scrollbar {
  width: 12px;
  height: 9px;
  background-color: #f1f1f1; }

.scrollable-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: #20AAF8;
  background-color: #20AAF8;
  height: 6px; }

.scrollable-scrollbar div {
  font-size: 1px;
  line-height: 1px;
  background-color: transparent; }

.page-template-learning-gallery #footer-wrapper .footer-container, page-template-single-gallery-page #footer-wrapper .footer-container, .page-template-leraning-video #footer-wrapper .footer-container, .page-template-single-gallery-page #footer-wrapper .footer-container, .page-template-new-blog #footer-wrapper .footer-container, .page-template-single-newblog-page #footer-wrapper .footer-container {
  display: flex;
  flex-wrap: wrap; }
  .page-template-learning-gallery #footer-wrapper .footer-container .footer-item:nth-of-type(2), page-template-single-gallery-page #footer-wrapper .footer-container .footer-item:nth-of-type(2), .page-template-leraning-video #footer-wrapper .footer-container .footer-item:nth-of-type(2), .page-template-single-gallery-page #footer-wrapper .footer-container .footer-item:nth-of-type(2), .page-template-new-blog #footer-wrapper .footer-container .footer-item:nth-of-type(2), .page-template-single-newblog-page #footer-wrapper .footer-container .footer-item:nth-of-type(2) {
    display: block; }
  .page-template-learning-gallery #footer-wrapper .footer-container .footer-item:nth-of-type(1), page-template-single-gallery-page #footer-wrapper .footer-container .footer-item:nth-of-type(1), .page-template-leraning-video #footer-wrapper .footer-container .footer-item:nth-of-type(1), .page-template-single-gallery-page #footer-wrapper .footer-container .footer-item:nth-of-type(1), .page-template-new-blog #footer-wrapper .footer-container .footer-item:nth-of-type(1), .page-template-single-newblog-page #footer-wrapper .footer-container .footer-item:nth-of-type(1) {
    display: none; }

.common-banner-section .banner-slider {
  overflow: hidden; }
  .common-banner-section .banner-slider .banner-item {
    z-index: 0;
    height: calc(100vh - 117px);
    background-color: #E8F6FF;
    position: relative;
    background-size: cover;
    background-position: center bottom; }
    .common-banner-section .banner-slider .banner-item img,
    .common-banner-section .banner-slider .banner-item iframe {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .common-banner-section .banner-slider .banner-item .text-container {
      width: 100%;
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0; }
      .common-banner-section .banner-slider .banner-item .text-container .inner {
        width: 100%;
        max-width: 820px;
        min-height: 420px;
        padding: 100px;
        background-color: rgba(24, 154, 227, 0.9); }
        .common-banner-section .banner-slider .banner-item .text-container .inner .title {
          margin-bottom: 30px; }
          .common-banner-section .banner-slider .banner-item .text-container .inner .title h2 {
            color: #fff;
            font-weight: 400;
            line-height: 1.3; }
        .common-banner-section .banner-slider .banner-item .text-container .inner .content p {
          color: #fff; }
    .common-banner-section .banner-slider .banner-item:after {
      z-index: 0;
      content: "";
      height: 100%;
      width: 100%;
      background-color: #0000000f;
      position: absolute;
      top: 0;
      right: 0; }
  .common-banner-section .banner-slider.slick-initialized .banner-item.slick-current.slick-active img {
    animation: bannerani infinite 20s cubic-bezier(0.25, 0.74, 0.22, 0.99); }
  .common-banner-section .banner-slider.slick-initialized .banner-item.slick-current.slick-active .text-container .inner .title h3 {
    clip-path: inset(0 0 0 0);
    transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88); }
  .common-banner-section .banner-slider.slick-initialized .banner-item.slick-current.slick-active .text-container .inner .content {
    opacity: 1;
    transition-delay: 1s;
    transition: all 1s ease; }

.common-table {
  width: 100%;
  overflow-x: scroll; }
  .common-table table {
    box-shadow: 0 5px 30px #00000012;
    width: 100%; }
    .common-table table thead tr td {
      background-color: #CCEBFA;
      line-height: 1em;
      color: black;
      padding: 20px; }
    .common-table table tr td {
      padding: 15px;
      background-color: #F6F9FB;
      color: #858585;
      vertical-align: top; }
      .common-table table tr td:not(:last-of-type) {
        border-right: 1px solid #c4c4c447; }
      .common-table table tr td h5 {
        font-family: "Nunito Sans", sans-serif;
        font-weight: normal;
        color: #FF9264;
        margin-bottom: 20px; }
      .common-table table tr td ul {
        padding-left: 20px; }
        .common-table table tr td ul li {
          list-style: disc;
          text-align: left; }
    .common-table table tr:not(:last-of-type) {
      border-bottom: 1px solid #c4c4c447; }

.common-title-banner-section .image-container {
  width: 100%;
  height: 660px;
  background-color: #E8F6FF; }
  .common-title-banner-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.common-box-container {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px; }
  .common-box-container .common-box-item {
    width: 33.33%;
    padding: 20px 15px; }
    .common-box-container .common-box-item .common-box-inner {
      position: relative; }
      .common-box-container .common-box-item .common-box-inner .image-container {
        overflow: hidden; }
        .common-box-container .common-box-item .common-box-inner .image-container a {
          display: block;
          position: relative;
          padding-bottom: 75%;
          background-color: #E8F6FF; }
          .common-box-container .common-box-item .common-box-inner .image-container a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute;
            bottom: 0;
            left: 0;
            transform: scale(1);
            transition: all 1.2s ease; }
        .common-box-container .common-box-item .common-box-inner .image-container:hover a img {
          transform: scale(1.04);
          transition: all 1.2s ease; }
      .common-box-container .common-box-item .common-box-inner .text-container {
        width: 100%;
        min-height: 100px;
        background-color: #189ae3cf;
        position: absolute;
        bottom: 0;
        left: 0; }
        .common-box-container .common-box-item .common-box-inner .text-container > a {
          display: block;
          padding: 24px 40px; }
        .common-box-container .common-box-item .common-box-inner .text-container .text-inner {
          position: relative; }
          .common-box-container .common-box-item .common-box-inner .text-container .text-inner:after {
            content: '';
            height: 40px;
            width: 32px;
            background-image: url("../img/logo/nyef_icon.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            top: -50px;
            left: 0; }
          .common-box-container .common-box-item .common-box-inner .text-container .text-inner .date {
            margin-bottom: 5px; }
            .common-box-container .common-box-item .common-box-inner .text-container .text-inner .date p {
              width: 100%;
              font-size: 12px;
              font-weight: bold;
              line-height: 1em;
              color: #fff;
              text-transform: uppercase; }
          .common-box-container .common-box-item .common-box-inner .text-container .text-inner h4 {
            width: 100%;
            font-weight: 400;
            color: #fff; }
  .common-box-container.remove-background-design .common-box-item .common-box-inner .text-container {
    position: relative;
    background-color: transparent;
    padding: 0;
    min-height: 10px; }
    .common-box-container.remove-background-design .common-box-item .common-box-inner .text-container .text-inner h4 a, .common-box-container.remove-background-design .common-box-item .common-box-inner .text-container .text-inner h5 a {
      font-weight: 500;
      color: #000; }
    .common-box-container.remove-background-design .common-box-item .common-box-inner .text-container .text-inner:after {
      display: none; }
  .common-box-container.type-text-bottom .common-box-item {
    width: 25%; }
    .common-box-container.type-text-bottom .common-box-item .image-container {
      margin-bottom: 24px;
      box-shadow: 0 17px 20px #00000014;
      padding: 10px; }
      .common-box-container.type-text-bottom .common-box-item .image-container a {
        overflow: hidden;
        border: 1px solid #f9f9f9; }
  .common-box-container.type-text-bottom.type-2 {
    margin: -55px -30px; }
    .common-box-container.type-text-bottom.type-2 .common-box-item {
      width: 33.3%;
      padding: 55px 30px; }
      .common-box-container.type-text-bottom.type-2 .common-box-item .image-container a .text {
        z-index: 2;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        opacity: 0;
        transition: all .4s ease; }
        .common-box-container.type-text-bottom.type-2 .common-box-item .image-container a .text p, .common-box-container.type-text-bottom.type-2 .common-box-item .image-container a .text i {
          line-height: 1em;
          color: #fff; }
        .common-box-container.type-text-bottom.type-2 .common-box-item .image-container a .text i {
          font-size: 22px; }
        .common-box-container.type-text-bottom.type-2 .common-box-item .image-container a .text p {
          margin-top: 5px; }
      .common-box-container.type-text-bottom.type-2 .common-box-item .image-container a:after {
        z-index: 1;
        content: '';
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.62);
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        transition: all .4s ease; }
      .common-box-container.type-text-bottom.type-2 .common-box-item .image-container:hover a .text, .common-box-container.type-text-bottom.type-2 .common-box-item .image-container:hover a:after {
        opacity: 1;
        transition: all .4s ease; }
      .common-box-container.type-text-bottom.type-2 .common-box-item .date-container {
        margin-bottom: 8px;
        font-size: 12px; }
        .common-box-container.type-text-bottom.type-2 .common-box-item .date-container p {
          color: #FF9264;
          font-weight: 700; }
      .common-box-container.type-text-bottom.type-2 .common-box-item .text-container {
        margin-top: 0px; }
        .common-box-container.type-text-bottom.type-2 .common-box-item .text-container h3, .common-box-container.type-text-bottom.type-2 .common-box-item .text-container h4 {
          line-height: 1.3;
          color: #000; }
          .common-box-container.type-text-bottom.type-2 .common-box-item .text-container h3 a, .common-box-container.type-text-bottom.type-2 .common-box-item .text-container h4 a {
            color: inherit; }
        .common-box-container.type-text-bottom.type-2 .common-box-item .text-container .content {
          margin-top: 25px; }
        .common-box-container.type-text-bottom.type-2 .common-box-item .text-container .link-container {
          margin-top: 25px; }
          .common-box-container.type-text-bottom.type-2 .common-box-item .text-container .link-container a h6 {
            color: #20AAF8;
            font-weight: 600; }
    .common-box-container.type-text-bottom.type-2.half-width .common-box-item {
      width: 50%; }
  .common-box-container.type-text-top {
    margin: -70px -30px; }
    .common-box-container.type-text-top .common-box-item {
      padding: 70px 30px; }
      .common-box-container.type-text-top .common-box-item:nth-of-type(2) .text-container .number-container, .common-box-container.type-text-top .common-box-item:nth-of-type(5) .text-container .number-container, .common-box-container.type-text-top .common-box-item:nth-of-type(8) .text-container .number-container {
        border-bottom: 1px solid #42aa75; }
      .common-box-container.type-text-top .common-box-item:nth-of-type(3) .text-container .number-container, .common-box-container.type-text-top .common-box-item:nth-of-type(6) .text-container .number-container, .common-box-container.type-text-top .common-box-item:nth-of-type(9) .text-container .number-container {
        border-bottom: 1px solid #20AAF8; }
      .common-box-container.type-text-top .common-box-item .text-container .number-container {
        padding-bottom: 35px;
        border-bottom: 1px solid #ff9264; }
        .common-box-container.type-text-top .common-box-item .text-container .number-container h3 {
          line-height: 1em; }
      .common-box-container.type-text-top .common-box-item .text-container .text-inner {
        margin-top: 21px;
        margin-bottom: 45px; }
        .common-box-container.type-text-top .common-box-item .text-container .text-inner h4 {
          margin-bottom: 18px; }
          .common-box-container.type-text-top .common-box-item .text-container .text-inner h4 a {
            color: #000; }
        .common-box-container.type-text-top .common-box-item .text-container .text-inner p {
          color: #474747; }
        .common-box-container.type-text-top .common-box-item .text-container .text-inner .action {
          margin-top: 5px; }
  .common-box-container.type-text-side {
    margin: -0px -25px; }
    .common-box-container.type-text-side .common-box-item {
      width: 50%;
      padding: 0px 25px; }
      .common-box-container.type-text-side .common-box-item .common-box-inner {
        display: flex;
        padding: 40px 0px;
        border-bottom: 2px solid #20AAF81A; }
        .common-box-container.type-text-side .common-box-item .common-box-inner .image-container {
          width: 260px;
          position: relative;
          z-index: 0;
          cursor: pointer; }
          .common-box-container.type-text-side .common-box-item .common-box-inner .image-container a {
            padding-bottom: 115%; }
            .common-box-container.type-text-side .common-box-item .common-box-inner .image-container a .date-container, .common-box-container.type-text-side .common-box-item .common-box-inner .image-container a .news-portal-container {
              position: absolute;
              left: 20px;
              color: #f1f1f1;
              font-size: 14px;
              z-index: 1; }
            .common-box-container.type-text-side .common-box-item .common-box-inner .image-container a .date-container {
              top: 15px; }
            .common-box-container.type-text-side .common-box-item .common-box-inner .image-container a .news-portal-container {
              bottom: 15px; }
          .common-box-container.type-text-side .common-box-item .common-box-inner .image-container::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.2);
            z-index: 1; }
        .common-box-container.type-text-side .common-box-item .common-box-inner .text-container {
          width: calc(100% - 260px);
          padding-left: 30px; }
          .common-box-container.type-text-side .common-box-item .common-box-inner .text-container h3 {
            font-size: 22px;
            margin-bottom: 25px; }
            .common-box-container.type-text-side .common-box-item .common-box-inner .text-container h3 a {
              color: #20AAF8; }
  .common-box-container.text-image-aside {
    margin: -0px;
    height: 620px;
    overflow: hidden;
    overflow-y: scroll; }
    .common-box-container.text-image-aside .common-box-item {
      width: 100%;
      padding: 0px; }
      .common-box-container.text-image-aside .common-box-item .common-box-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .common-box-container.text-image-aside .common-box-item .common-box-inner .image-container {
          width: 240px; }
          .common-box-container.text-image-aside .common-box-item .common-box-inner .image-container a {
            padding-bottom: 52%; }
            .common-box-container.text-image-aside .common-box-item .common-box-inner .image-container a .date-container {
              position: absolute;
              width: 80px;
              height: 100%;
              top: 0;
              left: 0;
              background-color: #20AAF8;
              z-index: 2; }
              .common-box-container.text-image-aside .common-box-item .common-box-inner .image-container a .date-container .inner-date-container {
                position: absolute;
                width: 100%;
                z-index: 1;
                top: 50%;
                padding: 14px;
                transform: translateY(-50%); }
                .common-box-container.text-image-aside .common-box-item .common-box-inner .image-container a .date-container .inner-date-container h4, .common-box-container.text-image-aside .common-box-item .common-box-inner .image-container a .date-container .inner-date-container h6 {
                  color: #fff;
                  width: 100%;
                  text-transform: uppercase; }
                .common-box-container.text-image-aside .common-box-item .common-box-inner .image-container a .date-container .inner-date-container h4 {
                  font-size: 22px; }
              .common-box-container.text-image-aside .common-box-item .common-box-inner .image-container a .date-container:after {
                content: '';
                height: 40px;
                width: 32px;
                background-image: url("../img/icons/play-arrow.png");
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                position: absolute;
                bottom: 6px;
                right: -16px; }
        .common-box-container.text-image-aside .common-box-item .common-box-inner .text-container {
          width: calc(100% - 240px);
          position: relative;
          background-color: transparent !important;
          min-height: inherit; }
          .common-box-container.text-image-aside .common-box-item .common-box-inner .text-container a {
            padding: 0px; }
          .common-box-container.text-image-aside .common-box-item .common-box-inner .text-container .text-inner {
            max-width: 520px;
            width: 100%;
            padding-left: 40px; }
            .common-box-container.text-image-aside .common-box-item .common-box-inner .text-container .text-inner h4 {
              font-size: 24px;
              color: #000; }
      .common-box-container.text-image-aside .common-box-item:not(:last-child) {
        margin-bottom: 40px; }

.common-initiative-container {
  display: flex;
  flex-wrap: wrap;
  margin: -20px; }
  .common-initiative-container .common-initiative-item {
    width: 25%;
    padding: 20px; }
    .common-initiative-container .common-initiative-item img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      object-position: center; }
    .common-initiative-container .common-initiative-item h5 {
      margin-top: 22px; }
  .common-initiative-container.initiative-page {
    margin: -80px -30px; }
    .common-initiative-container.initiative-page .common-initiative-item {
      width: 33.33%;
      padding: 80px 30px; }
      .common-initiative-container.initiative-page .common-initiative-item .inner .number-container {
        padding-bottom: 30px;
        border-bottom: 1px solid #ff9264; }
      .common-initiative-container.initiative-page .common-initiative-item .inner .text-container {
        margin-top: 40px;
        margin-bottom: 60px; }
        .common-initiative-container.initiative-page .common-initiative-item .inner .text-container p {
          margin-top: 30px;
          margin-bottom: 5px; }
      .common-initiative-container.initiative-page .common-initiative-item .inner .image-container {
        background-color: #f7f7f7; }
        .common-initiative-container.initiative-page .common-initiative-item .inner .image-container a {
          width: 100%;
          height: 280px;
          display: block; }
          .common-initiative-container.initiative-page .common-initiative-item .inner .image-container a img {
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover; }

.common-about-container {
  display: flex;
  flex-wrap: wrap; }
  .common-about-container .block-item:nth-of-type(1) {
    width: calc(100% - 680px); }
    .common-about-container .block-item:nth-of-type(1) h2 {
      max-width: 500px;
      width: 100%;
      color: #189AE3;
      font-weight: 400; }
  .common-about-container .block-item:nth-of-type(2) {
    width: 680px; }

.common-map-wrapper {
  position: relative; }
  .common-map-wrapper .common-map-container {
    z-index: 1; }
  .common-map-wrapper .common-map-data-container {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0; }

.common-map-container {
  position: relative;
  z-index: 1; }
  .common-map-container .overlay-text {
    z-index: -1;
    position: absolute;
    top: -135px;
    left: 0; }
    .common-map-container .overlay-text h1 {
      font-family: "DM Sans", sans-serif;
      font-size: 180px;
      font-weight: 500;
      color: #e8f6fe;
      line-height: 1; }
  .common-map-container .main-map {
    z-index: 1;
    position: relative;
    width: 1200px;
    max-width: 100%; }
    .common-map-container .main-map .image-container img {
      width: 100%; }
    .common-map-container .main-map .marker-container {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .common-map-container .main-map .marker-container .marker-item {
        position: absolute; }
        .common-map-container .main-map .marker-container .marker-item img {
          cursor: pointer; }
        .common-map-container .main-map .marker-container .marker-item .text-container {
          z-index: 1;
          width: 350px;
          position: absolute;
          bottom: 100%;
          background-color: #fff;
          box-shadow: 0 3px 20px 0 #0000001a;
          pointer-events: none;
          opacity: 0;
          transition: opacity .4s ease; }
          .common-map-container .main-map .marker-container .marker-item .text-container .text-inner {
            padding: 30px 25px; }
            .common-map-container .main-map .marker-container .marker-item .text-container .text-inner p {
              font-size: 13px;
              line-height: 1em;
              margin-bottom: 4px;
              font-weight: 400; }
            .common-map-container .main-map .marker-container .marker-item .text-container .text-inner .title {
              margin-bottom: 18px; }
              .common-map-container .main-map .marker-container .marker-item .text-container .text-inner .title h4 {
                line-height: 1em;
                color: #20AAF8; }
            .common-map-container .main-map .marker-container .marker-item .text-container .text-inner .content .image-container {
              position: relative;
              background-color: #E8F6FF;
              padding-bottom: 60%; }
              .common-map-container .main-map .marker-container .marker-item .text-container .text-inner .content .image-container img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                position: absolute;
                top: 0;
                right: 0; }
            .common-map-container .main-map .marker-container .marker-item .text-container .text-inner .content img {
              width: 100%;
              height: auto;
              max-width: 100%; }
            .common-map-container .main-map .marker-container .marker-item .text-container .text-inner .content ul {
              width: 100%;
              display: flex;
              justify-content: space-between; }
              .common-map-container .main-map .marker-container .marker-item .text-container .text-inner .content ul li:nth-of-type(1) h4 {
                color: #FF9264; }
              .common-map-container .main-map .marker-container .marker-item .text-container .text-inner .content ul li:nth-of-type(2) h4 {
                color: #42aa75; }
            .common-map-container .main-map .marker-container .marker-item .text-container .text-inner .content .action {
              margin-top: 18px; }
              .common-map-container .main-map .marker-container .marker-item .text-container .text-inner .content .action .co-btn {
                font-size: 14px; }
        .common-map-container .main-map .marker-container .marker-item:hover .text-container {
          pointer-events: initial;
          opacity: 1;
          transition: opacity .4s ease; }
        .common-map-container .main-map .marker-container .marker-item.kathmandu {
          top: 60%;
          right: 32%; }
        .common-map-container .main-map .marker-container .marker-item.pokhara {
          top: 43%;
          right: 49%; }
        .common-map-container .main-map .marker-container .marker-item.biratnagar {
          top: 90%;
          right: 8.5%; }
        .common-map-container .main-map .marker-container .marker-item.sunsari {
          top: 87%;
          right: 11%; }
        .common-map-container .main-map .marker-container .marker-item.janakpur {
          top: 84%;
          right: 25%; }
        .common-map-container .main-map .marker-container .marker-item.birgunj {
          top: 75%;
          right: 38%; }
        .common-map-container .main-map .marker-container .marker-item.chitwan {
          top: 64%;
          right: 45%; }
        .common-map-container .main-map .marker-container .marker-item.rupandehi {
          top: 64%;
          left: 39%; }
        .common-map-container .main-map .marker-container .marker-item.surkhet {
          top: 36%;
          right: 80%; }
        .common-map-container .main-map .marker-container .marker-item.kailali {
          top: 36%;
          right: 88%; }
        .common-map-container .main-map .marker-container .marker-item.lalitpur {
          top: 64%;
          right: 29%; }
        .common-map-container .main-map .marker-container .marker-item.jhapa {
          top: 87%;
          right: 2%; }
        .common-map-container .main-map .marker-container .marker-item.nepalgunj {
          top: 51%;
          left: 18%; }

.common-map-data-container {
  z-index: 1; }
  .common-map-data-container ul {
    display: flex;
    justify-content: space-between; }
    .common-map-data-container ul li {
      text-align: center; }
      .common-map-data-container ul li h6 {
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .common-map-data-container ul li:nth-of-type(1) h6 {
        color: #20AAF8; }
      .common-map-data-container ul li:nth-of-type(2) h6 {
        color: #FF9264; }
      .common-map-data-container ul li:nth-of-type(3) h6 {
        color: #42aa75; }
  .common-map-data-container.type-vertical {
    width: 320px;
    max-width: 100%; }
    .common-map-data-container.type-vertical ul {
      flex-wrap: wrap; }
      .common-map-data-container.type-vertical ul li {
        width: 100%;
        text-align: right; }
        .common-map-data-container.type-vertical ul li:not(:last-of-type) {
          margin-bottom: 50px; }

.common-team-container {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -20px; }
  .common-team-container .team-item {
    width: 25%;
    padding: 30px 20px; }
    .common-team-container .team-item .image-container {
      position: relative;
      padding-bottom: 122%;
      overflow: hidden;
      background-color: #E8F6FF; }
      .common-team-container .team-item .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(1);
        transition: all 1.2s ease; }
      .common-team-container .team-item .image-container .social-container {
        height: 100%;
        width: 100%;
        background-color: #ff92645e;
        position: absolute;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all .4s ease; }
        .common-team-container .team-item .image-container .social-container i {
          color: #fff;
          font-size: 22px;
          border: 1px solid #fff;
          padding: 13px 15px;
          line-height: 1em; }
      .common-team-container .team-item .image-container:hover img {
        transform: scale(1.05);
        transition: all 1.2s ease; }
      .common-team-container .team-item .image-container:hover .social-container {
        opacity: 1;
        transition: all .4s ease; }
    .common-team-container .team-item .text-container {
      margin-top: 20px; }
      .common-team-container .team-item .text-container .name {
        margin-bottom: 10px; }
      .common-team-container .team-item .text-container p {
        font-size: 15px;
        color: #FF9264;
        line-height: 1em; }

.common-value-container {
  display: flex;
  flex-wrap: wrap;
  margin: -50px; }
  .common-value-container .value-item {
    width: 25%;
    padding: 50px; }
    .common-value-container .value-item .image-container {
      width: 140px; }
      .common-value-container .value-item .image-container img {
        width: 100%; }
    .common-value-container .value-item .text-container h5 {
      width: 145px;
      line-height: 1.4;
      font-weight: 500;
      margin-top: 40px;
      margin-bottom: 20px; }
  .common-value-container.type-full .value-item {
    width: 50%; }
    .common-value-container.type-full .value-item .text-container h5 {
      width: 100%;
      color: #FF9264;
      font-weight: normal; }
  .common-value-container.nyef-experience {
    margin: -45px; }
    .common-value-container.nyef-experience .value-item {
      padding: 45px; }
      .common-value-container.nyef-experience .value-item .text-container h5 {
        margin-bottom: 0px; }

.common-partner-container {
  margin: -5px; }
  .common-partner-container .partner-item {
    padding: 5px;
    width: 25%; }
    .common-partner-container .partner-item .inner {
      background-color: #F6F6F6;
      text-align: center;
      padding: 25px 20px; }
      .common-partner-container .partner-item .inner img {
        width: 255px;
        max-width: 100%;
        height: auto;
        margin: auto; }

.common-partner-container-type-two {
  margin: -5px; }
  .common-partner-container-type-two .partner-item {
    padding: 5px;
    width: 25%; }
    .common-partner-container-type-two .partner-item .inner {
      background-color: #F6F6F6;
      text-align: center;
      padding: 25px 20px; }
      .common-partner-container-type-two .partner-item .inner img {
        width: 255px;
        max-width: 100%;
        height: auto;
        margin: auto; }

.common-sub-nav {
  margin-bottom: 40px;
  position: relative; }
  .common-sub-nav:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #E8E8E8;
    position: absolute;
    bottom: 0;
    left: 0; }
  .common-sub-nav ul {
    display: flex;
    flex-wrap: wrap; }
    .common-sub-nav ul li h3, .common-sub-nav ul li h4 {
      position: relative;
      font-weight: 400; }
      .common-sub-nav ul li h3 a, .common-sub-nav ul li h4 a {
        display: block;
        padding-bottom: 20px;
        color: #909090;
        transition: all .4s ease; }
      .common-sub-nav ul li h3:after, .common-sub-nav ul li h4:after {
        z-index: 1;
        content: '';
        height: 2px;
        width: 100%;
        background-color: transparent;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all .4s ease; }
    .common-sub-nav ul li:not(:last-of-type) {
      margin-right: 65px; }
    .common-sub-nav ul li.active h3 a, .common-sub-nav ul li.active h4 a, .common-sub-nav ul li.active h5 a, .common-sub-nav ul li:hover h3 a, .common-sub-nav ul li:hover h4 a, .common-sub-nav ul li:hover h5 a {
      color: #20AAF8;
      transition: all .4s ease; }
    .common-sub-nav ul li.active h3:after, .common-sub-nav ul li.active h4:after, .common-sub-nav ul li.active h5:after, .common-sub-nav ul li:hover h3:after, .common-sub-nav ul li:hover h4:after, .common-sub-nav ul li:hover h5:after {
      background-color: #20AAF8;
      transition: all .4s ease; }
  .common-sub-nav .stepwizard-row {
    display: flex; }
    .common-sub-nav .stepwizard-row .stepwizard-step a {
      display: block;
      padding: 0px;
      padding-bottom: 20px;
      color: #909090;
      font-family: "Barlow", sans-serif;
      font-size: 32px;
      line-height: 1; }
    .common-sub-nav .stepwizard-row .stepwizard-step .btn-primary {
      background-color: transparent;
      color: #20AAF8;
      border: none;
      border-radius: 0px;
      border-bottom: 1px solid #20AAF8;
      position: relative; }
      .common-sub-nav .stepwizard-row .stepwizard-step .btn-primary:after {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
    .common-sub-nav .stepwizard-row .stepwizard-step:not(:last-child) {
      margin-right: 65px; }
  .common-sub-nav.add-bottom-margin {
    margin-bottom: 60px; }

.common-action {
  margin-top: 40px; }
  .common-action.type-centre {
    text-align: center; }

.common-testimonial-container {
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }
  .common-testimonial-container .common-testimonial-item {
    width: 25%;
    padding: 15px;
    margin-top: 60px; }
    .common-testimonial-container .common-testimonial-item .inner {
      padding: 60px 40px;
      background-color: #f7f7f7; }
      .common-testimonial-container .common-testimonial-item .inner .image-container {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-top: -120px; }
        .common-testimonial-container .common-testimonial-item .inner .image-container img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: top center; }
      .common-testimonial-container .common-testimonial-item .inner .text-container {
        margin-top: 40px; }
        .common-testimonial-container .common-testimonial-item .inner .text-container h5 {
          font-family: "DM Sans", sans-serif;
          font-weight: 900; }
        .common-testimonial-container .common-testimonial-item .inner .text-container h6 {
          font-size: 14px;
          margin-top: 8px;
          margin-bottom: 30px;
          color: #FF9264;
          font-family: "DM Sans", sans-serif; }

.common-remove-tab-style {
  border-bottom: 0; }
  .common-remove-tab-style li a {
    padding: 0;
    background-color: transparent;
    border: 0; }
    .common-remove-tab-style li a:focus, .common-remove-tab-style li a:hover {
      background-color: transparent;
      border: 0; }
  .common-remove-tab-style li.active a {
    background-color: transparent;
    border: 0; }
    .common-remove-tab-style li.active a:focus, .common-remove-tab-style li.active a:hover {
      background-color: transparent;
      border: 0; }

.common-copyright p a {
  position: relative;
  font-weight: bold;
  padding-bottom: 2px; }
  .common-copyright p a:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }

.common-toggle {
  display: none; }

.common-back-top {
  z-index: 21;
  position: fixed;
  bottom: 20px;
  right: 50px;
  border-radius: 50%;
  border: 1px solid #e8f6ff6b;
  background: #20AAF8;
  transition: all .4s ease; }
  .common-back-top:hover {
    background-color: #0D8ECF;
    transition: all .4s ease; }
  .common-back-top a {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .common-back-top a i {
      font-size: 20px;
      color: #fff;
      line-height: 1em; }

.tab-content {
  position: relative; }
  .tab-content > .tab-pane {
    display: block;
    height: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity .8s ease; }
    .tab-content > .tab-pane.active {
      height: auto;
      pointer-events: initial;
      opacity: 1;
      transition: opacity .8s ease; }

.common-form .fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .common-form .fields .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 0 10px; }
    .common-form .fields .form-group:not(:last-of-type) {
      margin-bottom: 45px; }
    .common-form .fields .form-group.half-width {
      width: 50%; }
    .common-form .fields .form-group.has-error input,
    .common-form .fields .form-group.has-error select,
    .common-form .fields .form-group.has-error textarea {
      border-bottom: 1px solid #e74c3c; }
    .common-form .fields .form-group.has-error label {
      color: #e74c3c; }
    .common-form .fields .form-group.has-error .floating-label {
      color: #e74c3c; }
    .common-form .fields .form-group.checkbox {
      margin-top: 60px; }
    .common-form .fields .form-group.no-bottom-margin {
      margin-bottom: 0px !important; }
    .common-form .fields .form-group.no-top-margin {
      margin-top: 0px !important; }
    .common-form .fields .form-group label {
      font-weight: 400;
      color: #474747; }
    .common-form .fields .form-group input,
    .common-form .fields .form-group select,
    .common-form .fields .form-group textarea {
      font-family: "DM Sans", sans-serif;
      font-size: 16px;
      line-height: 1em;
      width: 100%;
      padding: 14px 15px;
      color: #333;
      border: none;
      border-radius: 0;
      background-color: transparent;
      border-bottom: 1px solid #e0e0e0;
      padding-left: 0px !important; }
      .common-form .fields .form-group input::placeholder,
      .common-form .fields .form-group select::placeholder,
      .common-form .fields .form-group textarea::placeholder {
        color: #474747; }
      .common-form .fields .form-group input:focus,
      .common-form .fields .form-group select:focus,
      .common-form .fields .form-group textarea:focus {
        outline: none;
        border: transparent; }
    .common-form .fields .form-group select.form-control:not([size]):not([multiple]) {
      height: inherit; }
    .common-form .fields .form-group textarea {
      height: 160px; }
    .common-form .fields .form-group .floating-label {
      font-size: 15px;
      display: inline-block;
      padding: 2px 6px;
      line-height: 1em;
      pointer-events: none;
      color: black;
      position: absolute;
      left: 11px;
      top: 16px;
      transition: 0.2s ease all;
      background: black; }
    .common-form .fields .form-group input:focus ~ .floating-label,
    .common-form .fields .form-group select:focus ~ .floating-label,
    .common-form .fields .form-group textarea:focus ~ .floating-label,
    .common-form .fields .form-group input:not(:focus):valid ~ .floating-label,
    .common-form .fields .form-group select:not(:focus):valid ~ .floating-label,
    .common-form .fields .form-group textarea:not(:focus):valid ~ .floating-label {
      top: -7px;
      transform: translateY(0);
      font-size: 13px; }
    .common-form .fields .form-group.uploader .form-inner img {
      width: 17px;
      position: absolute;
      right: 42px;
      top: 15px; }
  .common-form .fields .citizenship-radio {
    display: none; }
    .common-form .fields .citizenship-radio.open {
      display: block; }
  .common-form .fields .passport-radio {
    display: none; }
    .common-form .fields .passport-radio.open {
      display: block; }
.common-form .form-action {
  margin-top: 45px; }
  .common-form .form-action ul {
    display: flex; }
    .common-form .form-action ul li {
      margin-right: 30px; }
.common-form.add-with {
  width: 870px; }
  .common-form.add-with .fields {
    margin: 0 -40px; }
    .common-form.add-with .fields .form-group {
      padding: 0 40px; }

.common-checkbox {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .common-checkbox .checkbox-item:nth-of-type(2) {
    flex: 1; }
  .common-checkbox ul li .radio {
    display: inline-block; }
    .common-checkbox ul li .radio:not(:last-child) {
      margin-right: 40px; }
  .common-checkbox ul li input[type="radio"] {
    opacity: 0;
    position: absolute; }
  .common-checkbox ul li input[type="radio"]:checked ~ span::after {
    background-color: #20AAF8;
    border: none; }
  .common-checkbox ul li input[type="radio"] + span {
    width: initial;
    height: initial;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    cursor: pointer; }
  .common-checkbox ul li input[type="radio"] + span:after {
    z-index: 1;
    width: 18px;
    height: 18px;
    content: "";
    border: 1px solid #20AAF8;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-size: 18px; }
  .common-checkbox ul li label {
    margin-bottom: 0; }

/*------------------------------------ Components Ends ------------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
.modal-backdrop {
  background-color: #0000009c !important; }

.modal .modal-dialog {
  max-width: 650px;
  margin: 70px auto; }
  .modal .modal-dialog .modal-header {
    padding: 0;
    border: 0; }
    .modal .modal-dialog .modal-header button {
      z-index: 1;
      height: 40px;
      width: 36px;
      margin: 0;
      padding: 0;
      color: #fff;
      opacity: 1;
      outline: none;
      position: absolute;
      top: 0;
      right: 0; }
      .modal .modal-dialog .modal-header button i {
        color: black;
        font-size: 13px; }
  .modal .modal-dialog .modal-content {
    background: #fff;
    border-radius: 0; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 30px 26px; }
      .modal .modal-dialog .modal-content .modal-body .modal-loading-gif {
        height: 130px;
        position: relative; }
        .modal .modal-dialog .modal-content .modal-body .modal-loading-gif img {
          width: 30px;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
      .modal .modal-dialog .modal-content .modal-body .modal-loading-area .title {
        margin-bottom: 20px; }
        .modal .modal-dialog .modal-content .modal-body .modal-loading-area .title h3 {
          color: #20AAF8; }

/*--------------------------------------- Modal Ends --------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
.common-banner-section .banner-slider .banner-item:not(:first-of-type) {
  display: none; }

.common-banner-section .banner-slider.slick-initialized .banner-item {
  display: block; }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  height: 45px;
  width: 32px; }
  .slick-slider .slick-prev:after,
  .slick-slider .slick-next:after {
    content: "";
    height: inherit;
    width: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    display: none; }
.slick-slider .slick-prev {
  left: 20px; }
  .slick-slider .slick-prev:after {
    background-image: url("../img/icons/left-arrow.svg"); }
.slick-slider .slick-next {
  right: 20px; }
  .slick-slider .slick-next:after {
    background-image: url("../img/icons/right-arrow.svg"); }
.slick-slider.slick-dotted {
  margin-bottom: 0;
  padding-bottom: 50px; }
  .slick-slider.slick-dotted .slick-dots {
    bottom: 0; }
    .slick-slider.slick-dotted .slick-dots li {
      height: 15px;
      width: 15px;
      border-radius: 100%;
      margin: 0;
      background-color: #E8F6FF; }
      .slick-slider.slick-dotted .slick-dots li.slick-active {
        background-color: #0D8ECF; }
      .slick-slider.slick-dotted .slick-dots li:not(:last-of-type) {
        margin-right: 12px; }
      .slick-slider.slick-dotted .slick-dots li button {
        height: 100%;
        width: 100%;
        padding: 0;
        opacity: 0; }
  .slick-slider.slick-dotted.type-banner {
    padding-bottom: 0; }
    .slick-slider.slick-dotted.type-banner .slick-dots {
      bottom: 50px;
      text-align: left;
      left: 350px; }
      .slick-slider.slick-dotted.type-banner .slick-dots li {
        border: 1px solid #fff;
        background-color: transparent; }
        .slick-slider.slick-dotted.type-banner .slick-dots li.slick-active {
          background-color: #fff; }

/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------ Animation Starts -----------------------------------*/
.animation-area .ani-reveal-left {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
  -o-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
  transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88); }
  .animation-area .ani-reveal-left.normal {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    -webkit-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
    -o-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
    transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88); }
.animation-area .ani-reveal-right {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 0 0 100%);
  -webkit-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
  -o-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
  transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88); }
  .animation-area .ani-reveal-right.normal {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    -webkit-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
    -o-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
    transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88); }
.animation-area .ani-reveal-top {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
  -o-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
  transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88); }
  .animation-area .ani-reveal-top.normal {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    -webkit-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
    -o-transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
    transition: 1s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88); }
.animation-area .ani-fade {
  opacity: 0;
  transition: all .6s ease; }
  .animation-area .ani-fade.normal {
    opacity: 1;
    transition: all .6s ease; }

.animation-area-sequence-text .ani-sequence p, .animation-area-sequence-text .ani-sequence h5 {
  padding-top: 10px;
  opacity: 0;
  transition: all .6s ease; }
.animation-area-sequence-text .ani-sequence.normal p, .animation-area-sequence-text .ani-sequence.normal h5 {
  padding-top: 0;
  opacity: 1;
  transition: all .6s ease; }

.animation-area-sequence .ani-sequence {
  opacity: 0;
  margin-top: 20px;
  transition: all .8s ease; }
  .animation-area-sequence .ani-sequence.normal {
    opacity: 1;
    margin-top: 0;
    transition: all .8s ease; }

@keyframes bannerani {
  0% {
    transform: scale(1.1);
    100% {
      transform: scale(1); } } }
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }
/*------------------------------------- Animation Ends ------------------------------------*/
/*------------------------------------ Edit Mode Starts -----------------------------------*/
body.inEdit .edit-title {
  display: block; }
body.inEdit .edit-content {
  display: block; }
body.inEdit #header-wrapper .logo-nav-wrapper .nav-container ul {
  display: flex; }
  body.inEdit #header-wrapper .logo-nav-wrapper .nav-container ul li {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    body.inEdit #header-wrapper .logo-nav-wrapper .nav-container ul li.has-sub-menu > a {
      position: relative;
      padding-right: 18px; }
      body.inEdit #header-wrapper .logo-nav-wrapper .nav-container ul li.has-sub-menu > a:after {
        content: '';
        height: 10px;
        width: 12px;
        background-image: url("../img/icons/icon_down.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
    body.inEdit #header-wrapper .logo-nav-wrapper .nav-container ul li a {
      line-height: 1em;
      display: block;
      padding: 54px 0px;
      color: #20AAF8;
      transition: all .5s ease; }
      body.inEdit #header-wrapper .logo-nav-wrapper .nav-container ul li a:hover {
        color: #0D8ECF;
        transition: all .5s ease; }
      body.inEdit #header-wrapper .logo-nav-wrapper .nav-container ul li a img {
        width: 11px;
        margin-left: 8px; }
    body.inEdit #header-wrapper .logo-nav-wrapper .nav-container ul li:not(:last-of-type) {
      margin-right: 68px; }
    body.inEdit #header-wrapper .logo-nav-wrapper .nav-container ul li ul {
      display: none; }
body.inEdit .common-title-banner-section .image-container {
  overflow: hidden; }
body.inEdit .tab-content > .tab-pane {
  display: block;
  opacity: 1;
  height: auto;
  pointer-events: initial; }
  body.inEdit .tab-content > .tab-pane:not(:last-of-type) {
    margin-bottom: 40px; }
body.logged_in .ccm-panel-content ul li {
  /*width: 100%;*/ }

.edit-title {
  display: none;
  margin: 30px 0 10px; }
  .edit-title h3 {
    font-size: 20px;
    color: #20AAF8; }

.edit-content {
  display: none; }

/*------------------------------------- Edit Mode Ends -------------------------------------*/
#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 #20AAF8;
  background-color: #fff; }

#style-4::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

#style-4::-webkit-scrollbar-thumb {
  background-color: #20AAF8;
  border: 2px solid #20AAF8; }

/*# sourceMappingURL=thestyles.css.map */
