@charset "UTF-8";
/**
 * Created by Sushant Gauchan
 * Email : sushant.gauchan@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.non-transparent-header #header-wrapper {
  position: relative;
  background: #fff;
  backdrop-filter: none;
  border-bottom: 1px solid #CFE6E4;
  transition: none; }
  body.non-transparent-header #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li a {
    color: #0B1E1D; }
  body.non-transparent-header #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li.has-sub-menu > a:after {
    background-image: url("../img/icons/down-arrow-green.png");
    filter: inherit; }
body.non-transparent-header .common-logo-nav-wrapper .common-logo-container a {
  filter: brightness(1) invert(0); }
body.non-transparent-header .common-toggle.type-open .inner span {
  background-color: #0B1E1D; }
body.overlay-visible {
  height: 100vh;
  overflow: hidden; }
  body.overlay-visible .common-overlay {
    opacity: 1;
    pointer-events: initial;
    transition: opacity .6s ease; }
body.sidebar-open #navigation-wrapper {
  right: 0;
  pointer-events: inherit; }

/*------------------------------------- Site Wide Ends ------------------------------------*/
/*------------------------------------ Body Style Start -----------------------------------*/
/*------------------------------------- Body Style Ends -----------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper {
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all .8s ease;
  background: #00000059;
  backdrop-filter: blur(22px); }
  #header-wrapper .common-logo-nav-wrapper {
    position: relative; }
    #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li {
      display: inline-block;
      vertical-align: top; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li a {
        display: block;
        color: #fff;
        font-weight: 500; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper {
        width: 1240px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 116px;
        opacity: 0;
        pointer-events: none;
        transition: .6s; }
        #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner {
          padding: 50px 62px;
          background-color: #fff;
          box-shadow: 0px 20px 40px 0px #00000040;
          border-radius: 20px;
          overflow: hidden; }
          #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-title {
            margin-bottom: 20px; }
            #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-title h4 {
              font-weight: 700;
              color: #225A56;
              position: relative; }
              #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-title h4:after {
                content: '';
                position: absolute;
                top: -15px;
                background-image: url("../img/icons/menu-header-shape.svg");
                background-size: 100%;
                background-repeat: no-repeat;
                width: 26px;
                height: 22px; }
          #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item:nth-of-type(1) {
            width: calc(100% - 377px);
            padding-right: 48px; }
          #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item:nth-of-type(2) {
            width: 377px; }
          #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .page-menu-list {
            margin: -10px; }
            #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .page-menu-list .menu-item {
              width: 50%;
              padding: 10px; }
              #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .page-menu-list .menu-item a {
                display: block;
                padding: 12px;
                border-radius: 10px;
                overflow: hidden; }
                #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .page-menu-list .menu-item a .block-container .block-item:nth-of-type(1) {
                  width: 20px; }
                #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .page-menu-list .menu-item a .block-container .block-item:nth-of-type(2) {
                  width: calc(100% - 20px);
                  padding-left: 12px; }
                #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .page-menu-list .menu-item a .block-container .block-item .page-title {
                  font-weight: 500;
                  color: #0B1E1D; }
                #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .page-menu-list .menu-item a .block-container .block-item .description {
                  color: #46664E;
                  font-weight: 400; }
                #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .page-menu-list .menu-item a:hover {
                  background-color: #EBF4F4; }
              #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .page-menu-list .menu-item .active {
                background-color: #EBF4F4; }
          #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .side-box-container .image-container {
            padding: 5px;
            overflow: hidden;
            height: 245px;
            background-color: #fff;
            box-shadow: 0px 5.23px 26.13px 0px #0000001A;
            border-radius: 17px; }
            #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .side-box-container .image-container img {
              padding: 10px;
              overflow: hidden;
              border-radius: 17px; }
          #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .side-box-container .descriptio-container {
            color: #46664E;
            margin-top: 14px;
            margin-bottom: 24px; }
          #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li .submenu-wrapper .submenu-inner .submenu-content .layout-container .layout-item .layout-inner .side-box-container .link a {
            color: #163C3A;
            padding: 0;
            border: transparent;
            display: flex;
            font-weight: 500;
            font-size: 16px; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li:hover .submenu-wrapper {
        opacity: 1;
        pointer-events: inherit;
        transition: .6s; }
    #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li {
      padding: 0px 26px; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li > a {
        padding: 45px 0; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li.has-sub-menu > a {
        position: relative;
        padding-right: 25px; }
        #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li.has-sub-menu > a:after {
          content: '';
          height: 16px;
          width: 16px;
          background-image: url("../img/icons/down-arrow.png");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          right: 0px;
          top: 50%;
          transform: translateY(-50%);
          filter: brightness(0) invert(1);
          transition: all .4s ease; }
  #header-wrapper .custom-container {
    padding-top: 0;
    padding-bottom: 0; }
  #header-wrapper.nav-scroll {
    position: fixed;
    background-color: #fff;
    top: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.28);
    animation: ani-slide-down 0.7s;
    transition: all .5s ease-in-out; }
    #header-wrapper.nav-scroll .common-logo-nav-wrapper .common-logo-container a {
      filter: brightness(100%) invert(0); }
    #header-wrapper.nav-scroll .common-logo-nav-wrapper .nav-container nav ul li a {
      color: #02574f; }
    #header-wrapper.nav-scroll .common-logo-nav-wrapper .nav-container nav > ul > li.has-sub-menu > a:after {
      filter: brightness(1) invert(0);
      transition: all .4s ease; }
    #header-wrapper.nav-scroll .common-logo-nav-wrapper .nav-container nav > ul > li > ul:after {
      opacity: 0; }
    #header-wrapper.nav-scroll .common-logo-nav-wrapper .nav-container nav > ul > li > ul > li {
      position: relative;
      background-color: #fff; }
      #header-wrapper.nav-scroll .common-logo-nav-wrapper .nav-container nav > ul > li > ul > li:hover > a {
        background-color: #E8F6FF; }
      #header-wrapper.nav-scroll .common-logo-nav-wrapper .nav-container nav > ul > li > ul > li ul li {
        background-color: #fff; }
        #header-wrapper.nav-scroll .common-logo-nav-wrapper .nav-container nav > ul > li > ul > li ul li:hover > a {
          background-color: #E8F6FF; }
    #header-wrapper.nav-scroll .common-logo-nav-wrapper .co-btn.color-invert.type-border {
      color: #02574f;
      border-color: #02574f; }
      #header-wrapper.nav-scroll .common-logo-nav-wrapper .co-btn.color-invert.type-border:hover {
        background-color: #05312d;
        color: #fff;
        border-color: #05312d;
        transition: all .4s ease; }

.common-overlay {
  z-index: 11;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00000091;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s ease; }

.common-logo-nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .common-logo-nav-wrapper .common-logo-container a {
    filter: brightness(0) invert(1); }
  .common-logo-nav-wrapper .action-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px; }
    .common-logo-nav-wrapper .action-container .action-item.type-btn a {
      font-size: 18px; }

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*----------------------------------- Navigation Starts -----------------------------------*/
#navigation-wrapper {
  z-index: 11;
  position: fixed;
  overflow: hidden;
  width: 440px;
  height: 100%;
  top: 0;
  right: -500px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transition: 0.8s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
  box-shadow: 0px 20px 40px 0px #00000040;
  pointer-events: none; }
  #navigation-wrapper .block-container {
    height: 100%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    #navigation-wrapper .block-container .block-item:nth-of-type(2) {
      border-top: 1px solid #B7C1D9;
      padding-top: 24px; }
    #navigation-wrapper .block-container .block-item .block-item-inner .menu-container {
      padding-top: 120px; }
      #navigation-wrapper .block-container .block-item .block-item-inner .menu-container ul li a {
        color: #225A56;
        font-weight: 700;
        transition: .6s; }
        #navigation-wrapper .block-container .block-item .block-item-inner .menu-container ul li a:hover {
          color: #E56925;
          transition: .6s; }
      #navigation-wrapper .block-container .block-item .block-item-inner .menu-container ul li:not(:last-child) {
        margin-bottom: 38px; }
    #navigation-wrapper .block-container .block-item .block-item-inner .social-link-container .title {
      text-transform: uppercase;
      color: #0B1E1D;
      letter-spacing: 2px;
      font-weight: 700; }
    #navigation-wrapper .block-container .block-item .block-item-inner .social-link-container .links {
      margin-top: 15px; }
      #navigation-wrapper .block-container .block-item .block-item-inner .social-link-container .links ul li {
        display: inline-block; }
        #navigation-wrapper .block-container .block-item .block-item-inner .social-link-container .links ul li:not(:last-child) {
          margin-right: 24px; }
  #navigation-wrapper .close-icon-container {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer; }

body.menu-open #navigation-wrapper {
  pointer-events: initial;
  clip-path: inset(0 0% 0 0);
  transition: 0.8s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88); }

/*------------------------------------ Navigation Ends ------------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#content-wrapper #home-page .about-section {
  background-image: url("../img/logo/half-logo-type-five.png");
  background-position: left 0 bottom 0;
  background-repeat: no-repeat; }
  #content-wrapper #home-page .about-section .custom-container {
    padding-right: 142px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) {
    width: 550px; }
    #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) .common-section-title-container .title-container {
      width: 450px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 550px);
    padding-left: 15%; }
  #content-wrapper #home-page .about-section .layout-container .layout-item .image-container img {
    width: 100%; }
#content-wrapper #home-page .why-choose-us-section {
  background-color: #d4e1f1; }
  #content-wrapper #home-page .why-choose-us-section .section-title {
    margin-bottom: 90px; }
    #content-wrapper #home-page .why-choose-us-section .section-title .layout-container {
      align-items: end; }
      #content-wrapper #home-page .why-choose-us-section .section-title .layout-container .layout-item:nth-of-type(1) {
        width: 595px; }
      #content-wrapper #home-page .why-choose-us-section .section-title .layout-container .layout-item:nth-of-type(2) {
        width: calc(100% - 595px);
        padding-left: 335px; }
#content-wrapper #home-page .book-school-tour-section .layout-container .layout-item:nth-of-type(1) {
  width: calc(100% - 520px);
  padding-right: 165px; }
#content-wrapper #home-page .book-school-tour-section .layout-container .layout-item:nth-of-type(2) {
  width: 520px; }
#content-wrapper #home-page .book-school-tour-section .layout-container .layout-item .layout-inner .details-container .school-building-image {
  border-radius: 35px;
  overflow: hidden;
  margin-bottom: 45px;
  box-shadow: 0px 10px 50px 0px #0000001A;
  padding: 22px; }
  #content-wrapper #home-page .book-school-tour-section .layout-container .layout-item .layout-inner .details-container .school-building-image .image-container {
    height: 450px;
    border-radius: 35px;
    overflow: hidden; }
#content-wrapper #home-page .book-school-tour-section .layout-container .layout-item .layout-inner .details-container .information-container {
  display: flex;
  justify-content: center; }
  #content-wrapper #home-page .book-school-tour-section .layout-container .layout-item .layout-inner .details-container .information-container .information-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 32px; }
    #content-wrapper #home-page .book-school-tour-section .layout-container .layout-item .layout-inner .details-container .information-container .information-item:nth-of-type(1) {
      border-right: 1px solid grey; }
    #content-wrapper #home-page .book-school-tour-section .layout-container .layout-item .layout-inner .details-container .information-container .information-item .title {
      margin-bottom: 15px; }
      #content-wrapper #home-page .book-school-tour-section .layout-container .layout-item .layout-inner .details-container .information-container .information-item .title ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px; }
        #content-wrapper #home-page .book-school-tour-section .layout-container .layout-item .layout-inner .details-container .information-container .information-item .title ul li {
          color: #1C4425; }
    #content-wrapper #home-page .book-school-tour-section .layout-container .layout-item .layout-inner .details-container .information-container .information-item .info h4 {
      color: #1C4425; }
#content-wrapper #home-page .student-life-section {
  background-image: url("../img/background/background-image-type-1.jpg");
  background-size: cover; }
  #content-wrapper #home-page .student-life-section .section-title {
    margin-bottom: 45px; }
    #content-wrapper #home-page .student-life-section .section-title .common-section-title-container {
      margin: auto; }
  #content-wrapper #home-page .student-life-section .students-image-container .image-container img {
    width: 100%; }
#content-wrapper #home-page .academic-programs-section {
  background-color: #425EA1;
  overflow: hidden; }
  #content-wrapper #home-page .academic-programs-section .section-content .common-box-container {
    position: relative;
    /* Previous Arrow */
    /* Next Arrow */ }
    #content-wrapper #home-page .academic-programs-section .section-content .common-box-container .slick-list.draggable {
      padding-right: 400px; }
    #content-wrapper #home-page .academic-programs-section .section-content .common-box-container .slick-arrow {
      position: absolute;
      top: -85px;
      width: 48px;
      height: 48px;
      border: none;
      border-radius: 50%;
      background: #fff;
      cursor: pointer;
      z-index: 20;
      display: flex !important;
      align-items: center;
      justify-content: center;
      font-size: 0;
      transition: all .3s ease; }
      #content-wrapper #home-page .academic-programs-section .section-content .common-box-container .slick-arrow:hover {
        background: #f3f3f3; }
      #content-wrapper #home-page .academic-programs-section .section-content .common-box-container .slick-arrow::before {
        content: "";
        width: 20px;
        height: 20px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1; }
    #content-wrapper #home-page .academic-programs-section .section-content .common-box-container .slick-prev {
      right: 190px;
      left: auto; }
      #content-wrapper #home-page .academic-programs-section .section-content .common-box-container .slick-prev::after {
        background-image: url("../img/icons/left-slider-icon.png");
        background-size: 20px; }
    #content-wrapper #home-page .academic-programs-section .section-content .common-box-container .slick-next {
      right: 120px;
      left: auto; }
      #content-wrapper #home-page .academic-programs-section .section-content .common-box-container .slick-next::after {
        background-image: url("../img/icons/right-slider-icon.png");
        background-size: 20px; }
  #content-wrapper #home-page .academic-programs-section .section-content .link-btn-container {
    text-align: center;
    margin-top: 65px; }
#content-wrapper #home-page .message-from-principle-section {
  position: relative; }
  #content-wrapper #home-page .message-from-principle-section .custom-container {
    padding-right: 172px; }
  #content-wrapper #home-page .message-from-principle-section .layout-container .layout-item {
    max-width: 790px;
    margin-left: auto; }
    #content-wrapper #home-page .message-from-principle-section .layout-container .layout-item .message-from-principle-container .message-container {
      margin-top: 70px;
      padding: 50px 70px;
      background-color: #CFE6E4;
      border-top-right-radius: 200px;
      overflow: hidden; }
      #content-wrapper #home-page .message-from-principle-section .layout-container .layout-item .message-from-principle-container .message-container .text-container {
        color: #0B1E1D; }
        #content-wrapper #home-page .message-from-principle-section .layout-container .layout-item .message-from-principle-container .message-container .text-container .welcome-text {
          font-weight: 800;
          margin-bottom: 20px; }
        #content-wrapper #home-page .message-from-principle-section .layout-container .layout-item .message-from-principle-container .message-container .text-container .message {
          font-style: italic; }
  #content-wrapper #home-page .message-from-principle-section .principle-image-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 60%; }
    #content-wrapper #home-page .message-from-principle-section .principle-image-container .image-container {
      height: 100%; }
    #content-wrapper #home-page .message-from-principle-section .principle-image-container::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
      pointer-events: none; }
#content-wrapper #home-page .student-testimonial-section .section-content .link-container {
  margin-top: 50px;
  text-align: center; }
  #content-wrapper #home-page .student-testimonial-section .section-content .link-container .link-btn {
    width: max-content;
    margin: auto; }
#content-wrapper #home-page .events-section {
  background-image: url("../img/background/background-image-type-1.jpg");
  background-size: cover; }
#content-wrapper #about-page .about-section {
  overflow: hidden; }
#content-wrapper #about-page .history-section {
  background-color: #ebf1d5;
  position: relative; }
  #content-wrapper #about-page .history-section .top-layout-container {
    margin: -65px;
    align-items: center; }
    #content-wrapper #about-page .history-section .top-layout-container .layout-item {
      padding: 65px;
      width: 50%; }
      #content-wrapper #about-page .history-section .top-layout-container .layout-item .image-container {
        height: 580px; }
        #content-wrapper #about-page .history-section .top-layout-container .layout-item .image-container img {
          border-radius: 20px;
          overflow: hidden; }
      #content-wrapper #about-page .history-section .top-layout-container .layout-item .text-container {
        color: #46664E;
        font-weight: 500; }
  #content-wrapper #about-page .history-section .bottom-layout-container {
    margin-top: 160px; }
    #content-wrapper #about-page .history-section .bottom-layout-container .tagline-container {
      font-weight: 700;
      color: #0B1E1D;
      max-width: 900px;
      margin-left: auto; }
    #content-wrapper #about-page .history-section .bottom-layout-container .background-image {
      position: absolute;
      left: 45px;
      bottom: 190px; }
#content-wrapper #about-page .mission-vision-section .mission-vision-container .item {
  position: relative; }
  #content-wrapper #about-page .mission-vision-section .mission-vision-container .item:not(:last-child) {
    margin-bottom: 50px; }
  #content-wrapper #about-page .mission-vision-section .mission-vision-container .item:nth-of-type(even):after {
    background-color: #FFE561; }
  #content-wrapper #about-page .mission-vision-section .mission-vision-container .item:nth-of-type(even) .layout-container {
    flex-direction: row-reverse; }
    #content-wrapper #about-page .mission-vision-section .mission-vision-container .item:nth-of-type(even) .layout-container .layout-item:nth-of-type(1) .layout-inner {
      padding-left: 110px; }
    #content-wrapper #about-page .mission-vision-section .mission-vision-container .item:nth-of-type(even) .layout-container .layout-item .layout-inner .title-container .title h2:nth-of-type(2) {
      color: #E56925; }
  #content-wrapper #about-page .mission-vision-section .mission-vision-container .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 75%;
    background-color: #ABDFFD;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 20px;
    overflow: hidden; }
  #content-wrapper #about-page .mission-vision-section .mission-vision-container .item .layout-container {
    display: flex;
    align-items: center;
    max-width: 920px;
    margin: auto; }
    #content-wrapper #about-page .mission-vision-section .mission-vision-container .item .layout-container .layout-item:nth-of-type(1) {
      width: calc(100% - 430px); }
    #content-wrapper #about-page .mission-vision-section .mission-vision-container .item .layout-container .layout-item:nth-of-type(2) {
      width: 430px; }
    #content-wrapper #about-page .mission-vision-section .mission-vision-container .item .layout-container .layout-item .layout-inner .title-container .icon {
      margin-bottom: 20px; }
    #content-wrapper #about-page .mission-vision-section .mission-vision-container .item .layout-container .layout-item .layout-inner .title-container .title h2 {
      color: #0B1E1D; }
      #content-wrapper #about-page .mission-vision-section .mission-vision-container .item .layout-container .layout-item .layout-inner .title-container .title h2:nth-of-type(2) {
        color: #425EA1; }
    #content-wrapper #about-page .mission-vision-section .mission-vision-container .item .layout-container .layout-item .layout-inner .description-container {
      padding: 10px;
      background-color: #fff;
      border: 1px solid #efefef;
      border-radius: 32px;
      overflow: hidden; }
      #content-wrapper #about-page .mission-vision-section .mission-vision-container .item .layout-container .layout-item .layout-inner .description-container .description-inner {
        padding: 65px 55px;
        font-weight: 600;
        color: #0B1E1D;
        border: 4.8px solid #1A1A1A1F;
        border-radius: 32px;
        overflow: hidden;
        min-height: 460px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        #content-wrapper #about-page .mission-vision-section .mission-vision-container .item .layout-container .layout-item .layout-inner .description-container .description-inner.type-mission {
          background-image: url("../img/background/mission-bg-image.jpg");
          background-size: cover; }
        #content-wrapper #about-page .mission-vision-section .mission-vision-container .item .layout-container .layout-item .layout-inner .description-container .description-inner.type-vision {
          background-image: url("../img/background/vision-bg-image.jpg");
          background-size: cover; }
#content-wrapper #about-page .partner-section {
  background-color: #425EA1;
  background-image: url("../img/icons/shape5.png");
  background-repeat: no-repeat;
  background-position: left 0 top 50%; }
  #content-wrapper #about-page .partner-section .layout-container {
    align-items: center; }
    #content-wrapper #about-page .partner-section .layout-container .layout-item:nth-of-type(1) {
      width: 660px; }
    #content-wrapper #about-page .partner-section .layout-container .layout-item:nth-of-type(2) {
      width: calc(100% - 660px);
      padding-left: 80px; }
    #content-wrapper #about-page .partner-section .layout-container .layout-item .layout-inner .partners-logo-container {
      margin: -30px; }
      #content-wrapper #about-page .partner-section .layout-container .layout-item .layout-inner .partners-logo-container .partners-logo {
        width: 33.33%;
        padding: 30px; }
        #content-wrapper #about-page .partner-section .layout-container .layout-item .layout-inner .partners-logo-container .partners-logo a img {
          width: 100%; }
#content-wrapper #faq-page .common-faq-container {
  width: 83%;
  margin: auto; }
#content-wrapper #academic-page .academic-list-section {
  background-color: #FCFAED; }
#content-wrapper #academic-detail-page .course-banner-section .section-content .text-container {
  margin-top: 70px; }
  #content-wrapper #academic-detail-page .course-banner-section .section-content .text-container .description {
    max-width: 795px;
    text-align: center;
    margin: auto;
    color: #46664E;
    font-weight: 500; }
#content-wrapper #academic-detail-page .programmes-section {
  background-color: #C4E0DE;
  position: relative; }
  #content-wrapper #academic-detail-page .programmes-section .background-image {
    position: absolute;
    top: 176px;
    left: 95px; }
#content-wrapper #academic-detail-page .learning-approach-section .section-title .layout-container {
  justify-content: space-between; }
  #content-wrapper #academic-detail-page .learning-approach-section .section-title .layout-container .layout-item:nth-of-type(2) {
    width: 550px; }
  #content-wrapper #academic-detail-page .learning-approach-section .section-title .layout-container .layout-item .title {
    color: #0B1E1D; }
  #content-wrapper #academic-detail-page .learning-approach-section .section-title .layout-container .layout-item .description-container {
    font-weight: 600;
    color: #0B1E1D; }
#content-wrapper #academic-detail-page .learning-approach-section .section-content .layout-container {
  align-items: center; }
  #content-wrapper #academic-detail-page .learning-approach-section .section-content .layout-container .layout-item:nth-of-type(1) {
    width: calc(100% - 600px);
    padding-right: 96px; }
  #content-wrapper #academic-detail-page .learning-approach-section .section-content .layout-container .layout-item:nth-of-type(2) {
    width: 600px; }
  #content-wrapper #academic-detail-page .learning-approach-section .section-content .layout-container .layout-item .description-container {
    margin-bottom: 32px;
    color: #225A56; }
  #content-wrapper #academic-detail-page .learning-approach-section .section-content .layout-container .layout-item .image-container img {
    width: 100%; }
#content-wrapper #academic-detail-page .why-choose-section {
  background-color: #0B2543; }
  #content-wrapper #academic-detail-page .why-choose-section .section-content .layout-container .layout-item:nth-of-type(1) {
    width: 600px; }
  #content-wrapper #academic-detail-page .why-choose-section .section-content .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 600px);
    padding-left: 95px; }
  #content-wrapper #academic-detail-page .why-choose-section .section-content .layout-container .layout-item .layout-inner .title {
    margin-bottom: 60px; }
    #content-wrapper #academic-detail-page .why-choose-section .section-content .layout-container .layout-item .layout-inner .title h2 {
      color: #fff; }
      #content-wrapper #academic-detail-page .why-choose-section .section-content .layout-container .layout-item .layout-inner .title h2:nth-of-type(2) {
        color: #5488C7; }
#content-wrapper #academic-detail-page .future-children-section {
  background-color: #EAE0D1;
  position: relative; }
  #content-wrapper #academic-detail-page .future-children-section .layout-container {
    align-items: center; }
    #content-wrapper #academic-detail-page .future-children-section .layout-container .layout-item:nth-of-type(1) {
      width: 544px; }
    #content-wrapper #academic-detail-page .future-children-section .layout-container .layout-item:nth-of-type(2) {
      width: calc(100% - 544px);
      padding-left: 150px; }
    #content-wrapper #academic-detail-page .future-children-section .layout-container .layout-item .layout-inner .image-container {
      width: 100%;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      border-radius: 50%; }
      #content-wrapper #academic-detail-page .future-children-section .layout-container .layout-item .layout-inner .image-container img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 50%; }
    #content-wrapper #academic-detail-page .future-children-section .layout-container .layout-item .layout-inner .common-section-title-container .description-container {
      font-weight: 600;
      color: #0B1E1D; }
  #content-wrapper #academic-detail-page .future-children-section .background-image-container {
    position: absolute;
    top: -80px;
    right: 136px; }
    #content-wrapper #academic-detail-page .future-children-section .background-image-container .image-container img {
      width: 170px; }
#content-wrapper #admission-page .admission-process-section {
  background-color: #FBF6EF; }
#content-wrapper #admission-page .required-documents-section {
  background-image: url("../img/background/contact-page-background-shape.png");
  background-size: 53% 100%;
  background-position: left top;
  background-repeat: no-repeat; }
  #content-wrapper #admission-page .required-documents-section .layout-container .layout-item:nth-of-type(1) {
    width: 670px; }
    #content-wrapper #admission-page .required-documents-section .layout-container .layout-item:nth-of-type(1) .background-image-container {
      position: absolute;
      bottom: -202px;
      left: 16%; }
      #content-wrapper #admission-page .required-documents-section .layout-container .layout-item:nth-of-type(1) .background-image-container .image-container img {
        width: 60px; }
  #content-wrapper #admission-page .required-documents-section .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 670px);
    padding-left: 190px; }
    #content-wrapper #admission-page .required-documents-section .layout-container .layout-item:nth-of-type(2) .background-image-container {
      position: absolute;
      top: -80px;
      right: -110px; }
      #content-wrapper #admission-page .required-documents-section .layout-container .layout-item:nth-of-type(2) .background-image-container .image-container img {
        width: 154px; }
  #content-wrapper #admission-page .required-documents-section .layout-container .layout-item .layout-inner {
    position: relative; }
  #content-wrapper #admission-page .required-documents-section .layout-container .layout-item .layout-title {
    margin-bottom: 45px; }
    #content-wrapper #admission-page .required-documents-section .layout-container .layout-item .layout-title h3 {
      color: #E56925;
      font-weight: 700; }
#content-wrapper #admission-page .additional-document-section .custom-container {
  padding-top: 35px; }
#content-wrapper #admission-page .info-container {
  text-align: center; }
#content-wrapper #blogs-page .page-banner .custom-container {
  padding-bottom: 300px; }
#content-wrapper #blogs-page .blogs-list-section {
  background-color: #FCFAED; }
#content-wrapper #common-detail-page .page-title-section {
  overflow: hidden; }
  #content-wrapper #common-detail-page .page-title-section .custom-container {
    padding-right: 235px; }
  #content-wrapper #common-detail-page .page-title-section .layout-container {
    align-items: center; }
    #content-wrapper #common-detail-page .page-title-section .layout-container .layout-item {
      width: 50%; }
      #content-wrapper #common-detail-page .page-title-section .layout-container .layout-item:nth-of-type(1) {
        padding-right: 50px; }
      #content-wrapper #common-detail-page .page-title-section .layout-container .layout-item .layout-inner .common-date-container {
        margin-top: 45px; }
      #content-wrapper #common-detail-page .page-title-section .layout-container .layout-item .layout-inner .image-container {
        height: 450px; }
        #content-wrapper #common-detail-page .page-title-section .layout-container .layout-item .layout-inner .image-container img {
          border-radius: 30px;
          overflow: hidden; }
  #content-wrapper #common-detail-page .page-title-section.type-image-collage .custom-container {
    padding-right: 185px; }
  #content-wrapper #common-detail-page .page-title-section.type-image-collage .layout-container {
    margin: -75px;
    align-items: inherit; }
    #content-wrapper #common-detail-page .page-title-section.type-image-collage .layout-container .layout-item {
      padding: 75px; }
      #content-wrapper #common-detail-page .page-title-section.type-image-collage .layout-container .layout-item:nth-of-type(1) {
        padding-right: 0px; }
      #content-wrapper #common-detail-page .page-title-section.type-image-collage .layout-container .layout-item .layout-inner .common-date-container {
        margin-top: 24px; }
        #content-wrapper #common-detail-page .page-title-section.type-image-collage .layout-container .layout-item .layout-inner .common-date-container ul li {
          font-weight: 500; }
      #content-wrapper #common-detail-page .page-title-section.type-image-collage .layout-container .layout-item .layout-inner .image-container {
        height: initial; }
        #content-wrapper #common-detail-page .page-title-section.type-image-collage .layout-container .layout-item .layout-inner .image-container img {
          width: 100%; }
#content-wrapper #common-detail-page .page-detail-section {
  background-color: #F5F4EF; }
  #content-wrapper #common-detail-page .page-detail-section .details-container {
    color: #0B1E1D;
    font-size: 20px; }
    #content-wrapper #common-detail-page .page-detail-section .details-container b, #content-wrapper #common-detail-page .page-detail-section .details-container h1, #content-wrapper #common-detail-page .page-detail-section .details-container h2, #content-wrapper #common-detail-page .page-detail-section .details-container h3, #content-wrapper #common-detail-page .page-detail-section .details-container h4, #content-wrapper #common-detail-page .page-detail-section .details-container h5, #content-wrapper #common-detail-page .page-detail-section .details-container h6 {
      display: block;
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: 800; }
    #content-wrapper #common-detail-page .page-detail-section .details-container ul li {
      list-style-type: disc; }
    #content-wrapper #common-detail-page .page-detail-section .details-container p {
      margin-bottom: 0px; }
    #content-wrapper #common-detail-page .page-detail-section .details-container img {
      width: 100%; }
#content-wrapper #common-detail-page .school-tour-section .layout-container {
  align-items: center; }
  #content-wrapper #common-detail-page .school-tour-section .layout-container .layout-item:nth-of-type(1) {
    width: calc(100% - 450px);
    padding-right: 130px; }
  #content-wrapper #common-detail-page .school-tour-section .layout-container .layout-item:nth-of-type(2) {
    width: 450px; }
    #content-wrapper #common-detail-page .school-tour-section .layout-container .layout-item:nth-of-type(2) .layout-inner {
      padding-right: 30px; }
  #content-wrapper #common-detail-page .school-tour-section .layout-container .layout-item .layout-inner .book-school-tour-container .inner {
    padding: 48px;
    border-radius: 60px;
    overflow: hidden;
    background-color: #fff; }
    #content-wrapper #common-detail-page .school-tour-section .layout-container .layout-item .layout-inner .book-school-tour-container .inner .title {
      margin-bottom: 24px; }
      #content-wrapper #common-detail-page .school-tour-section .layout-container .layout-item .layout-inner .book-school-tour-container .inner .title h4 {
        color: #000; }
      #content-wrapper #common-detail-page .school-tour-section .layout-container .layout-item .layout-inner .book-school-tour-container .inner .title .description {
        margin-top: 12px; }
#content-wrapper #common-detail-page .upcoming-events-section {
  background-image: url("../img/background/eventpage-bg.png");
  background-size: cover; }
#content-wrapper #events-page .events-list-section {
  background-image: url("../img/background/eventpage-bg.png");
  background-size: cover; }
#content-wrapper #events-page .event-category-section .custom-container {
  padding-top: 64px;
  padding-bottom: 64px; }
#content-wrapper #events-page .event-category-section .category-container ul {
  display: flex;
  justify-content: center;
  gap: 16px; }
  #content-wrapper #events-page .event-category-section .category-container ul li a {
    min-width: 80px; }
  #content-wrapper #events-page .event-category-section .category-container ul .active {
    background-color: #389690;
    color: #fff; }
#content-wrapper #facility-page .facilities-list-section {
  background-color: #F5F4EF; }
#content-wrapper #pricipal-message-page .principle-message-section .layout-container {
  align-items: center;
  margin: -55px; }
  #content-wrapper #pricipal-message-page .principle-message-section .layout-container .layout-item {
    width: 50%;
    padding: 55px; }
    #content-wrapper #pricipal-message-page .principle-message-section .layout-container .layout-item .layout-inner .common-section-title-container {
      margin-bottom: 30px; }
      #content-wrapper #pricipal-message-page .principle-message-section .layout-container .layout-item .layout-inner .common-section-title-container .title-container h2 {
        font-size: 48px; }
    #content-wrapper #pricipal-message-page .principle-message-section .layout-container .layout-item .layout-inner .message-container .text-container .welcome-text {
      font-weight: 800;
      color: #0B1E1D;
      margin-bottom: 30px; }
    #content-wrapper #pricipal-message-page .principle-message-section .layout-container .layout-item .layout-inner .message-container .text-container .message {
      font-weight: 600;
      color: #0B1E1D; }
    #content-wrapper #pricipal-message-page .principle-message-section .layout-container .layout-item .layout-inner .image-container {
      height: 750px; }
      #content-wrapper #pricipal-message-page .principle-message-section .layout-container .layout-item .layout-inner .image-container img {
        border-radius: 30px;
        overflow: hidden; }
#content-wrapper #community-page .common-page-banner {
  position: relative;
  z-index: 0; }
  #content-wrapper #community-page .common-page-banner:after {
    content: '';
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FCFAED;
    z-index: 1; }
#content-wrapper #community-page .community-video-section {
  background-color: #FCFAED; }
  #content-wrapper #community-page .community-video-section .custom-container {
    padding-bottom: 200px; }
  #content-wrapper #community-page .community-video-section .common-section-title-container {
    width: 610px; }
  #content-wrapper #community-page .community-video-section .section-content .common-testimonial-video-container {
    /* Previous Arrow */
    /* Next Arrow */ }
    #content-wrapper #community-page .community-video-section .section-content .common-testimonial-video-container .slick-arrow {
      position: absolute;
      top: auto;
      bottom: -110px;
      width: 48px;
      height: 48px;
      border: none;
      border-radius: 50%;
      background: #225A56;
      cursor: pointer;
      z-index: 20;
      display: flex !important;
      align-items: center;
      justify-content: center;
      font-size: 0;
      transition: all .3s ease; }
      #content-wrapper #community-page .community-video-section .section-content .common-testimonial-video-container .slick-arrow::before {
        content: "";
        width: 20px;
        height: 20px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1; }
    #content-wrapper #community-page .community-video-section .section-content .common-testimonial-video-container .slick-prev {
      left: calc(50% - 56px);
      right: auto; }
      #content-wrapper #community-page .community-video-section .section-content .common-testimonial-video-container .slick-prev::before {
        background-image: url("../img/icons/left-white-arrow.png"); }
      #content-wrapper #community-page .community-video-section .section-content .common-testimonial-video-container .slick-prev::after {
        background-image: none; }
    #content-wrapper #community-page .community-video-section .section-content .common-testimonial-video-container .slick-next {
      left: calc(50% + 8px);
      right: auto; }
      #content-wrapper #community-page .community-video-section .section-content .common-testimonial-video-container .slick-next::before {
        background-image: url("../img/icons/right-white-arrow.png"); }
      #content-wrapper #community-page .community-video-section .section-content .common-testimonial-video-container .slick-next::after {
        background-image: none; }
#content-wrapper #community-page .student-of-month-section {
  background-color: #EAE0D1; }
  #content-wrapper #community-page .student-of-month-section .layout-container {
    align-items: center; }
    #content-wrapper #community-page .student-of-month-section .layout-container .layout-item:nth-of-type(1) {
      width: 640px; }
    #content-wrapper #community-page .student-of-month-section .layout-container .layout-item:nth-of-type(2) {
      width: calc(100% - 640px);
      padding-left: 140px; }
    #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .student-image-container .image-icon-container {
      position: relative; }
      #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .student-image-container .image-icon-container .image-container {
        width: 85%;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        position: relative;
        z-index: 1; }
        #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .student-image-container .image-icon-container .image-container img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
          border-radius: 50%; }
        #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .student-image-container .image-icon-container .image-container:after {
          content: '';
          position: absolute;
          bottom: 29px;
          right: -11px;
          width: 143px;
          height: 143px;
          background-image: url(../img/icons/shape-two-yellow.svg);
          background-size: 100%; }
    #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .student-image-container .student-name-container {
      position: relative;
      width: 75%;
      margin-left: auto;
      padding: 32px 32px 70px 40px; }
      #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .student-image-container .student-name-container:after {
        content: '';
        width: 100%;
        height: 435px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 0;
        border-radius: 17px;
        overflow: hidden; }
      #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .student-image-container .student-name-container h4, #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .student-image-container .student-name-container span {
        color: #000;
        z-index: 1;
        position: relative; }
      #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .student-image-container .student-name-container h4 {
        margin-bottom: 5px;
        font-weight: 800; }
      #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .student-image-container .student-name-container span {
        display: block;
        font-weight: 700;
        opacity: 80%; }
    #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .text-container {
      padding-top: 75px;
      padding-left: 25px;
      position: relative; }
      #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .text-container .tagline-container h3 {
        color: #0B1E1D;
        font-weight: 600; }
      #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .text-container .icon-container {
        position: absolute;
        top: 0;
        left: 0; }
        #content-wrapper #community-page .student-of-month-section .layout-container .layout-item .text-container .icon-container img {
          width: 56px; }
#content-wrapper #community-page .text-testimonial-section {
  background-color: #F5F4EF; }
  #content-wrapper #community-page .text-testimonial-section .section-content {
    width: 85%;
    margin: auto; }
    #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container {
      background-image: url("../img/background/text-testimonial-background.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      padding: 122px 90px;
      /* Previous Arrow ΓÇö sits on the LEFT */
      /* Next Arrow ΓÇö sits on the RIGHT */ }
      #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .item .item-inner {
        text-align: center; }
        #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .item .item-inner .icon-container {
          margin-bottom: 18px; }
          #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .item .item-inner .icon-container img {
            width: 60px;
            margin: auto; }
        #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .item .item-inner .description-container {
          color: #EBF4F4;
          font-weight: 700; }
        #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .item .item-inner .name-container {
          padding-top: 48px;
          margin-top: 48px;
          border-top: 2px dotted #FFFFFFB3; }
          #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .item .item-inner .name-container .title {
            color: #fff; }
          #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .item .item-inner .name-container .designation {
            color: #fff;
            opacity: 70%; }
      #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        border: none;
        border-radius: 50%;
        background: #225A56;
        cursor: pointer;
        z-index: 20;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 0;
        transition: all .3s ease; }
        #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .slick-arrow::before {
          content: "";
          width: 20px;
          height: 20px;
          display: block;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          opacity: 1; }
        #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .slick-arrow:hover {
          background: #173c3a; }
      #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .slick-prev {
        left: -90px; }
        #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .slick-prev::before {
          background-image: url("../img/icons/left-white-arrow.png"); }
        #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .slick-prev::after {
          background-image: none; }
      #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .slick-next {
        right: -60px; }
        #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .slick-next::before {
          background-image: url("../img/icons/right-white-arrow.png"); }
        #content-wrapper #community-page .text-testimonial-section .section-content .text-testimonial-container .slick-next::after {
          background-image: none; }
#content-wrapper #students-life-page .explore-student-life-section .section-title {
  width: 670px; }
#content-wrapper #students-life-page .extra-details-section {
  background-color: #EAF1D4;
  position: relative; }
  #content-wrapper #students-life-page .extra-details-section .text-description-container {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 35px;
    color: #225A56;
    padding-left: 220px;
    padding-right: 100px; }
  #content-wrapper #students-life-page .extra-details-section .common-tilt-image-container {
    margin-top: 70px; }
#content-wrapper #vacancy-page .page-title-section .layout-container {
  align-items: center; }
  #content-wrapper #vacancy-page .page-title-section .layout-container .layout-item {
    width: 50%; }
#content-wrapper #vacancy-page .vacancy-list-section {
  background-color: #EAE0D1; }
  #content-wrapper #vacancy-page .vacancy-list-section .common-vacancy-list-container .vacancy-item .vacancy-item-inner {
    padding: 48px;
    background-color: #fff;
    border-radius: 90px; }
    #content-wrapper #vacancy-page .vacancy-list-section .common-vacancy-list-container .vacancy-item .vacancy-item-inner ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #content-wrapper #vacancy-page .vacancy-list-section .common-vacancy-list-container .vacancy-item .vacancy-item-inner ul li {
        color: #0B1E1D;
        font-weight: 500; }
        #content-wrapper #vacancy-page .vacancy-list-section .common-vacancy-list-container .vacancy-item .vacancy-item-inner ul li .title h4 a {
          color: #0B1E1D; }
        #content-wrapper #vacancy-page .vacancy-list-section .common-vacancy-list-container .vacancy-item .vacancy-item-inner ul li:nth-of-type(1) {
          width: 31%; }
  #content-wrapper #vacancy-page .vacancy-list-section .common-vacancy-list-container .vacancy-item:not(:last-child) {
    margin-bottom: 24px; }
#content-wrapper #vacancy-page .how-to-apply-section {
  background-color: #0B2543; }
  #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item:nth-of-type(1) {
    width: 630px; }
  #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 630px); }
    #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item:nth-of-type(2) .layout-inner {
      padding-left: 120px; }
  #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item .layout-inner .process-list-container .list-item:not(:last-child) {
    margin-bottom: 24px; }
  #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item .layout-inner .process-list-container .list-item .list-inner {
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 90px; }
    #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item .layout-inner .process-list-container .list-item .list-inner ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item .layout-inner .process-list-container .list-item .list-inner ul li:nth-of-type(1) {
        width: 72px; }
      #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item .layout-inner .process-list-container .list-item .list-inner ul li:nth-of-type(2) {
        width: calc(100% - 72px);
        padding-left: 20px; }
      #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item .layout-inner .process-list-container .list-item .list-inner ul li .step-container {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #569D47;
        display: flex;
        align-items: center;
        justify-content: center; }
        #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item .layout-inner .process-list-container .list-item .list-inner ul li .step-container h3 {
          line-height: 1;
          color: #fff; }
      #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item .layout-inner .process-list-container .list-item .list-inner ul li .title h4 {
        font-weight: 800;
        color: #0B1E1D; }
      #content-wrapper #vacancy-page .how-to-apply-section .layout-container .layout-item .layout-inner .process-list-container .list-item .list-inner ul li .description {
        margin-top: 8px;
        color: #0B1E1D;
        font-weight: 500; }
#content-wrapper #resources-gallery-page .gallery-section .gallery-container {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px; }
  #content-wrapper #resources-gallery-page .gallery-section .gallery-container .gallery-item {
    width: 33.33%;
    padding: 5px 5px; }
    #content-wrapper #resources-gallery-page .gallery-section .gallery-container .gallery-item .inner a {
      display: block;
      position: relative;
      padding-bottom: 90%;
      background-color: #ebe6dbc9; }
      #content-wrapper #resources-gallery-page .gallery-section .gallery-container .gallery-item .inner a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        right: 0; }
      #content-wrapper #resources-gallery-page .gallery-section .gallery-container .gallery-item .inner a:before {
        z-index: 2;
        content: '';
        height: 18px;
        width: 18px;
        background-image: url("../img/icons/icon-zoom-in.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: all .3s ease; }
      #content-wrapper #resources-gallery-page .gallery-section .gallery-container .gallery-item .inner 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 .3s ease; }
      #content-wrapper #resources-gallery-page .gallery-section .gallery-container .gallery-item .inner a:hover:before, #content-wrapper #resources-gallery-page .gallery-section .gallery-container .gallery-item .inner a:hover:after {
        opacity: 1;
        transition: all .3s ease; }
#content-wrapper #resources-video-page .video-section .video-container {
  display: flex;
  flex-wrap: wrap; }
  #content-wrapper #resources-video-page .video-section .video-container .video-item {
    width: 50%;
    padding: 45px 60px; }
    #content-wrapper #resources-video-page .video-section .video-container .video-item .image-container {
      z-index: 0;
      position: relative;
      overflow: hidden;
      padding-bottom: 65%;
      cursor: pointer;
      width: 100%; }
      #content-wrapper #resources-video-page .video-section .video-container .video-item .image-container > img {
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0; }
      #content-wrapper #resources-video-page .video-section .video-container .video-item .image-container:after {
        z-index: 0;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #0000001c;
        transition: all .4s ease; }
      #content-wrapper #resources-video-page .video-section .video-container .video-item .image-container .icon-container {
        z-index: 1;
        width: 80px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        cursor: pointer; }
        #content-wrapper #resources-video-page .video-section .video-container .video-item .image-container .icon-container button {
          padding: 0;
          border: 0;
          background-color: transparent;
          vertical-align: top;
          line-height: 1em;
          outline: none;
          display: flex;
          align-items: center;
          justify-content: center; }
          #content-wrapper #resources-video-page .video-section .video-container .video-item .image-container .icon-container button:focus {
            outline: none; }
          #content-wrapper #resources-video-page .video-section .video-container .video-item .image-container .icon-container button i {
            font-size: 70px;
            color: #fff;
            vertical-align: top;
            line-height: 1em; }
      #content-wrapper #resources-video-page .video-section .video-container .video-item .image-container:hover:after {
        background-color: #00000061;
        transition: all .4s ease; }
    #content-wrapper #resources-video-page .video-section .video-container .video-item .text-container {
      margin-top: 20px; }
      #content-wrapper #resources-video-page .video-section .video-container .video-item .text-container .date-time-container ul {
        display: flex;
        justify-content: space-between; }
        #content-wrapper #resources-video-page .video-section .video-container .video-item .text-container .date-time-container ul li {
          font-size: 14px;
          color: #4e4e4e; }
#content-wrapper #contact-page .contact-section .layout-container {
  display: flex;
  flex-wrap: wrap; }
  #content-wrapper #contact-page .contact-section .layout-container .layout-item:nth-of-type(1) {
    width: 580px; }
    #content-wrapper #contact-page .contact-section .layout-container .layout-item:nth-of-type(1) .layout-inner {
      background-color: #D9DFEC; }
  #content-wrapper #contact-page .contact-section .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 580px);
    padding-left: 62px; }
    #content-wrapper #contact-page .contact-section .layout-container .layout-item:nth-of-type(2) .layout-inner {
      background-color: #425EA1; }
  #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner {
    border-radius: 20px;
    overflow: hidden;
    padding: 60px 45px;
    height: 100%; }
    #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-title {
      margin-bottom: 45px; }
      #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-title h3 {
        color: #000; }
      #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-title .description {
        margin-top: 24px; }
      #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-title.type-white h3 {
        color: #fff; }
      #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-title.type-white .description {
        color: #CFE6E4; }
    #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-subtitle {
      margin-bottom: 20px; }
      #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-subtitle span {
        color: #0B1E1D;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 700; }
    #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-content .contact-details-container .details-item {
      padding-bottom: 24px;
      margin-bottom: 24px;
      border-bottom: 2px solid #5488C740; }
      #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-content .contact-details-container .details-item .details-inner ul li {
        color: #1C4425; }
        #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-content .contact-details-container .details-item .details-inner ul li img {
          margin-right: 5px; }
        #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-content .contact-details-container .details-item .details-inner ul li a {
          color: #1C4425; }
        #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-content .contact-details-container .details-item .details-inner ul li:nth-of-type(1) {
          font-weight: 500;
          margin-bottom: 5px; }
        #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-content .contact-details-container .details-item .details-inner ul li:nth-of-type(2) {
          font-weight: 700; }
      #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-content .contact-details-container .details-item:last-child {
        padding-bottom: 110px; }
    #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-content .social-links ul li {
      display: inline-block; }
      #content-wrapper #contact-page .contact-section .layout-container .layout-item .layout-inner .layout-content .social-links ul li:not(:last-child) {
        margin-right: 24px; }
#content-wrapper #contact-page .information-section {
  background-image: url("../img/background/contact-page-background-shape.png");
  background-size: 53% 100%;
  background-position: left top;
  background-repeat: no-repeat; }
  #content-wrapper #contact-page .information-section .custom-container {
    padding-right: 195px; }
  #content-wrapper #contact-page .information-section .section-content .layout-container {
    display: flex;
    flex-wrap: wrap;
    margin: -0px -80px; }
    #content-wrapper #contact-page .information-section .section-content .layout-container .layout-item {
      width: 50%;
      padding: 0px 80px; }
      #content-wrapper #contact-page .information-section .section-content .layout-container .layout-item .text-container {
        font-weight: 700;
        color: #0B1E1D; }
        #content-wrapper #contact-page .information-section .section-content .layout-container .layout-item .text-container a {
          color: #E56925;
          text-decoration: underline; }
#content-wrapper #contact-page .map-section .section-content {
  background-image: url("../img/background/roadmap-background.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat; }
  #content-wrapper #contact-page .map-section .section-content .map-container .iframe-container {
    width: 70%;
    margin: auto;
    height: 600px;
    box-shadow: 0px 10px 50px 0px #0000001A;
    padding: 15px;
    border-radius: 28px; }
    #content-wrapper #contact-page .map-section .section-content .map-container .iframe-container iframe {
      width: 100%;
      height: 100%;
      border-radius: 28px; }
#content-wrapper #error-page {
  z-index: 0;
  height: 100vh;
  position: relative;
  background-color: #02574f;
  display: flex;
  align-items: center;
  justify-content: center; }
  #content-wrapper #error-page .content-section .content-container {
    text-align: center; }
    #content-wrapper #error-page .content-section .content-container .title h1 {
      z-index: 0;
      font-size: 300px;
      font-weight: 900;
      letter-spacing: -18px;
      line-height: 1em;
      display: flex;
      justify-content: center;
      color: #efc88d;
      background: -webkit-linear-gradient(-41deg, #efc88d, #c59245);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    #content-wrapper #error-page .content-section .content-container .content h1 {
      font-weight: 900;
      color: #fff;
      margin-bottom: 15px; }
    #content-wrapper #error-page .content-section .content-container .content p {
      color: #ffffffd9; }

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper {
  background: #202F4C;
  border-radius: 170px 170px 0 0;
  box-shadow: inset 0 25px 0 #E56925;
  background-image: url("../img/logo/half-logo-type-four.png");
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
  background-size: 424px; }
  #footer-wrapper .custom-container {
    padding-top: 210px;
    padding-bottom: 112px; }
  #footer-wrapper .top-footer .footer-container {
    justify-content: space-between; }
    #footer-wrapper .top-footer .footer-container .footer-item .contact-info .info-item:nth-of-type(1) {
      margin-right: 20px; }
    #footer-wrapper .top-footer .footer-container .footer-item .contact-info .info-item .info-container ul li {
      font-weight: 400;
      color: #CFE6E4; }
      #footer-wrapper .top-footer .footer-container .footer-item .contact-info .info-item .info-container ul li a {
        color: #fff;
        font-weight: 700;
        margin-top: 5px;
        display: block;
        transition: .6s; }
        #footer-wrapper .top-footer .footer-container .footer-item .contact-info .info-item .info-container ul li a:hover {
          color: #E56925;
          transition: .6s; }
  #footer-wrapper .bottom-footer {
    margin-top: 64px;
    padding-top: 64px;
    border-top: 2px solid #5488C740; }
    #footer-wrapper .bottom-footer .footer-container .footer-item:nth-of-type(1) {
      width: 410px; }
    #footer-wrapper .bottom-footer .footer-container .footer-item:nth-of-type(2) {
      width: calc(100% - 410px);
      padding-left: 100px; }
      #footer-wrapper .bottom-footer .footer-container .footer-item:nth-of-type(2) .links-item-container {
        margin: -20px; }
        #footer-wrapper .bottom-footer .footer-container .footer-item:nth-of-type(2) .links-item-container .link-item {
          width: 25%;
          padding: 20px; }
    #footer-wrapper .bottom-footer .footer-container .footer-item .logo-container .image-container {
      width: 295px; }
      #footer-wrapper .bottom-footer .footer-container .footer-item .logo-container .image-container img {
        width: 100%;
        filter: brightness(0) invert(1); }
    #footer-wrapper .bottom-footer .footer-container .footer-item .description-container {
      color: #CFE6E4; }
    #footer-wrapper .bottom-footer .footer-container .footer-item .common-container {
      padding-left: 24px;
      border-left: 2px solid #5488C740; }
      #footer-wrapper .bottom-footer .footer-container .footer-item .common-container.remove-side-border {
        border-left: none;
        padding-left: 0px; }
      #footer-wrapper .bottom-footer .footer-container .footer-item .common-container:not(:last-child) {
        margin-bottom: 45px; }
      #footer-wrapper .bottom-footer .footer-container .footer-item .common-container .title {
        margin-bottom: 20px; }
        #footer-wrapper .bottom-footer .footer-container .footer-item .common-container .title span {
          text-transform: uppercase;
          color: #fff;
          line-height: 1;
          letter-spacing: 2px;
          font-weight: 700; }
      #footer-wrapper .bottom-footer .footer-container .footer-item .common-container .content p {
        color: #CFE6E4; }
      #footer-wrapper .bottom-footer .footer-container .footer-item .common-container .content ul li {
        color: #CFE6E4; }
        #footer-wrapper .bottom-footer .footer-container .footer-item .common-container .content ul li:not(:last-child) {
          margin-bottom: 8px; }
        #footer-wrapper .bottom-footer .footer-container .footer-item .common-container .content ul li a {
          color: #CFE6E4;
          transition: .6s; }
          #footer-wrapper .bottom-footer .footer-container .footer-item .common-container .content ul li a:hover {
            color: #E56925;
            transition: .6s; }
      #footer-wrapper .bottom-footer .footer-container .footer-item .common-container .content.social-links ul li {
        display: inline-block; }
        #footer-wrapper .bottom-footer .footer-container .footer-item .common-container .content.social-links ul li:not(:last-child) {
          margin-right: 24px; }
      #footer-wrapper .bottom-footer .footer-container .footer-item .common-container .content.social-links.cp ul li a img {
        width: 70px; }
  #footer-wrapper .common-bottom-margin {
    margin-bottom: 55px; }

.copyright-section .custom-container {
  padding-top: 20px;
  padding-bottom: 20px; }
.copyright-section .layout-container {
  display: flex;
  justify-content: space-between; }
  .copyright-section .layout-container .layout-item {
    color: #0B1E1D; }
    .copyright-section .layout-container .layout-item a {
      color: #0B1E1D;
      font-weight: 800; }

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.common-banner-section .banner-slider .banner-item {
  z-index: 0;
  height: 100vh;
  overflow: hidden;
  background-color: #f4f7f6;
  position: relative;
  background-size: cover;
  background-position: center bottom; }
  .common-banner-section .banner-slider .banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: ani-banner infinite 30s cubic-bezier(0.25, 0.74, 0.22, 0.99); }
    .common-banner-section .banner-slider .banner-item img.type-mobile {
      display: none; }
  .common-banner-section .banner-slider .banner-item .text-container {
    z-index: 2;
    position: absolute;
    bottom: 120px;
    width: 100%;
    left: 0; }
    .common-banner-section .banner-slider .banner-item .text-container .inner {
      width: 635px;
      max-width: 100%;
      opacity: 0;
      margin-bottom: -130px;
      transition: all .6s ease; }
      .common-banner-section .banner-slider .banner-item .text-container .inner .title h1 {
        color: #fff; }
      .common-banner-section .banner-slider .banner-item .text-container .inner .content {
        margin-top: 25px; }
        .common-banner-section .banner-slider .banner-item .text-container .inner .content p {
          color: #fff; }
  .common-banner-section .banner-slider .banner-item .scroll-down {
    z-index: 2;
    width: 40px;
    margin: auto;
    animation: ani-bounce 2s infinite;
    cursor: pointer;
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0; }
    .common-banner-section .banner-slider .banner-item .scroll-down img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .common-banner-section .banner-slider .banner-item:after {
    z-index: 1;
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }
.common-banner-section.align-center .banner-slider .banner-item .text-container .inner {
  margin: auto;
  text-align: center; }
.common-banner-section.height-small .banner-slider .banner-item {
  height: 70vh; }
.common-banner-section.visible .banner-slider .banner-item .text-container .inner {
  margin-bottom: 0;
  opacity: 1;
  transition: all .6s ease; }

.common-page-banner {
  position: relative; }
  .common-page-banner .custom-container {
    padding-top: 210px;
    padding-right: 185px;
    padding-bottom: 40px; }
    .common-page-banner .custom-container .layout-container {
      align-items: center;
      justify-content: space-between; }
      .common-page-banner .custom-container .layout-container .layout-item .layout-inner .common-section-title-container {
        width: 566px; }
      .common-page-banner .custom-container .layout-container .layout-item .layout-inner .image-container {
        position: relative;
        z-index: 2; }
        .common-page-banner .custom-container .layout-container .layout-item .layout-inner .image-container img {
          width: 100%; }
      .common-page-banner .custom-container .layout-container .layout-item .layout-inner .section-content {
        position: relative; }
        .common-page-banner .custom-container .layout-container .layout-item .layout-inner .section-content.student-life-page {
          max-width: 1300px;
          margin: auto; }
          .common-page-banner .custom-container .layout-container .layout-item .layout-inner .section-content.student-life-page .background-image-container {
            position: absolute; }
            .common-page-banner .custom-container .layout-container .layout-item .layout-inner .section-content.student-life-page .background-image-container.smile-icon {
              left: -150px;
              top: 50%;
              transform: translateY(-50%); }
              .common-page-banner .custom-container .layout-container .layout-item .layout-inner .section-content.student-life-page .background-image-container.smile-icon img {
                width: 90px; }
            .common-page-banner .custom-container .layout-container .layout-item .layout-inner .section-content.student-life-page .background-image-container.cloud-icon {
              right: 100px;
              top: 0; }
              .common-page-banner .custom-container .layout-container .layout-item .layout-inner .section-content.student-life-page .background-image-container.cloud-icon img {
                width: 90px; }
  .common-page-banner.type-purple-background {
    background-color: #381444; }
  .common-page-banner.type-dark-green-background {
    background-color: #042321; }
  .common-page-banner.type-darkpurple-background {
    background-color: #231832; }
  .common-page-banner.type-dark-blue-background {
    background-color: #0B2543; }
  .common-page-banner.full-width .custom-container .layout-container .layout-item {
    width: 100%; }
    .common-page-banner.full-width .custom-container .layout-container .layout-item .layout-inner .common-section-title-container {
      width: inherit; }
  .common-page-banner.type-only-text {
    height: 800px;
    position: relative; }
    .common-page-banner.type-only-text .custom-container {
      padding-top: 0px;
      padding-bottom: 0px; }
      .common-page-banner.type-only-text .custom-container .layout-container {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
  .common-page-banner.with-bottom-image .custom-container {
    padding-left: 234px;
    padding-right: 234px;
    padding-bottom: 120px; }
    .common-page-banner.with-bottom-image .custom-container .section-content .image-container img {
      width: 100%; }
  .common-page-banner.type-green-background {
    background-color: #1C3218; }
  .common-page-banner.type-navyblue-background {
    background-color: #143244; }
  .common-page-banner.no-bottom-padding .custom-container {
    padding-bottom: 0px; }

.common-top-shape {
  position: relative; }
  .common-top-shape:after {
    content: '';
    position: absolute;
    top: -21px;
    background-image: url("../img/icons/banner-shape.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px; }
  .common-top-shape.type-left:after {
    left: -50px; }
  .common-top-shape.type-right:after {
    right: -47px;
    background-image: url("../img/icons/shape-one-orange.svg"); }
  .common-top-shape.type-yellow:after {
    background-image: url("../img/icons/shape-one-yellow.svg"); }
  .common-top-shape.type-blue:after {
    background-image: url("../img/icons/shape-one-blue.svg"); }
  .common-top-shape.type-btn:after {
    right: -43px;
    top: -33px; }
  .common-top-shape.for-image:after {
    width: 65px;
    height: 65px;
    right: -63px;
    top: -51px; }
  .common-top-shape.type-cloud-icon:after {
    width: 95px;
    background-image: url("../img/icons/cloud-shape.png"); }

.title-top-shape h2, .title-top-shape h1 {
  position: relative; }
  .title-top-shape h2:nth-of-type(1):after, .title-top-shape h1:nth-of-type(1):after {
    content: '';
    position: absolute;
    top: -21px;
    background-image: url("../img/icons/banner-shape.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px; }
.title-top-shape.type-left h2:nth-of-type(1):after, .title-top-shape.type-left h1:nth-of-type(1):after {
  left: -50px; }
.title-top-shape.type-right h2:nth-of-type(1):after, .title-top-shape.type-right h1:nth-of-type(1):after {
  right: -47px;
  background-image: url("../img/icons/shape-one-orange.svg"); }
.title-top-shape.type-yellow h2:nth-of-type(1):after, .title-top-shape.type-yellow h1:nth-of-type(1):after {
  background-image: url("../img/icons/shape-one-yellow.svg"); }

.section-title.with-bottom-margin {
  margin-bottom: 65px; }
.section-title.type-small-bottom-margin {
  margin-bottom: 50px; }

.common-section-title-container .subtitle-container {
  line-height: 1;
  background-color: #425EA1;
  padding: 10px 15px;
  transform: rotate(-8deg);
  overflow: hidden;
  display: inline-block;
  margin-bottom: -5px; }
  .common-section-title-container .subtitle-container span {
    font-family: "Luckiest Guy", cursive;
    color: #fff; }
  .common-section-title-container .subtitle-container.type-orange {
    background-color: #E56925; }
  .common-section-title-container .subtitle-container.type-green {
    background-color: #93D35C; }
    .common-section-title-container .subtitle-container.type-green span {
      color: #1C4425; }
.common-section-title-container .title-container h2 em, .common-section-title-container .title-container h1 em {
  font-style: initial; }
.common-section-title-container .title-container h2:nth-of-type(1), .common-section-title-container .title-container h1:nth-of-type(1) {
  width: max-content; }
.common-section-title-container .title-container h1, .common-section-title-container .title-container h2, .common-section-title-container .title-container h3 {
  color: #0B1E1D; }
.common-section-title-container .title-container.margin-auto h2:nth-of-type(1), .common-section-title-container .title-container.margin-auto h1:nth-of-type(1) {
  margin: auto; }
.common-section-title-container .title-container.type-orange h2 em, .common-section-title-container .title-container.type-orange h1 em {
  color: #E56925; }
.common-section-title-container .title-container.type-green h2 em, .common-section-title-container .title-container.type-green h1 em {
  color: #569D47; }
.common-section-title-container .title-container.type-blue h2 em, .common-section-title-container .title-container.type-blue h1 em {
  color: #425EA1; }
.common-section-title-container .title-container.type-white h2, .common-section-title-container .title-container.type-white h1 {
  color: #fff; }
.common-section-title-container .title-container.no-shape h2:nth-of-type(1), .common-section-title-container .title-container.no-shape h1:nth-of-type(1) {
  width: inherit; }
.common-section-title-container .tagline-container {
  margin-top: 5px; }
  .common-section-title-container .tagline-container h4 {
    font-weight: 600; }
.common-section-title-container .description-container {
  color: #46664E;
  margin-top: 20px;
  font-weight: 500; }
  .common-section-title-container .description-container.type-white {
    color: #fff; }
  .common-section-title-container .description-container.has-side-padding {
    padding: 0px 50px; }
  .common-section-title-container .description-container.color-dark-green {
    color: #0B1E1D; }
.common-section-title-container .link-container {
  margin-top: 50px; }
  .common-section-title-container .link-container ul {
    gap: 20px; }
    .common-section-title-container .link-container ul.content-center {
      justify-content: center; }
.common-section-title-container.align-center {
  text-align: center; }
  .common-section-title-container.align-center .link-container ul {
    justify-content: center; }
.common-section-title-container.with-width {
  max-width: 750px; }
.common-section-title-container.margin-auto {
  margin: auto; }
.common-section-title-container .remove-top-margin {
  margin-top: 0px; }

.common-box-container {
  margin: -13px; }
  .common-box-container .item {
    width: 25%;
    padding: 13px; }
    .common-box-container .item .item-inner {
      background-image: url("../img/background/block-background.png");
      background-color: #fff;
      border-radius: 25px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      position: relative; }
      .common-box-container .item .item-inner .text-container {
        padding: 25px;
        padding-bottom: 0px; }
        .common-box-container .item .item-inner .text-container .title {
          margin-bottom: 10px; }
          .common-box-container .item .item-inner .text-container .title h4, .common-box-container .item .item-inner .text-container .title h3 {
            color: #000; }
      .common-box-container .item .item-inner .shape-container {
        position: absolute;
        top: -19px;
        left: -19px; }
  .common-box-container.type-acedemic .item .item-inner {
    border-radius: 32px; }
    .common-box-container.type-acedemic .item .item-inner .text-container {
      padding: 35px 40px; }
      .common-box-container.type-acedemic .item .item-inner .text-container .description {
        color: #225A56; }
  .common-box-container.type-grey-background .item .item-inner {
    background-color: #F5F4EF; }

.common-testimonial-video-container {
  margin: -10px;
  justify-content: center; }
  .common-testimonial-video-container.type-team .testimonial-video-item .item-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
    .common-testimonial-video-container.type-team .testimonial-video-item .item-inner:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(18, 61, 37, 0) 53.01%, rgba(18, 61, 37, 0.8) 100%);
      z-index: 2; }
  .common-testimonial-video-container .testimonial-video-item {
    width: 33.33%;
    padding: 10px; }
    .common-testimonial-video-container .testimonial-video-item .item-inner {
      position: relative;
      border-radius: 20px;
      overflow: hidden; }
      .common-testimonial-video-container .testimonial-video-item .item-inner a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1; }
        .common-testimonial-video-container .testimonial-video-item .item-inner a:after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          background: linear-gradient(180deg, rgba(18, 61, 37, 0) 53.01%, rgba(18, 61, 37, 0.8) 100%);
          z-index: 2; }
      .common-testimonial-video-container .testimonial-video-item .item-inner .image-container {
        height: 480px; }
      .common-testimonial-video-container .testimonial-video-item .item-inner .text-container {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        padding: 38px 32px; }
        .common-testimonial-video-container .testimonial-video-item .item-inner .text-container .title-container h4 {
          color: #fff;
          font-weight: 800; }
        .common-testimonial-video-container .testimonial-video-item .item-inner .text-container .class-name-container span {
          font-weight: 700;
          color: #fff; }
      .common-testimonial-video-container .testimonial-video-item .item-inner .play-icon-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .common-testimonial-video-container .testimonial-video-item .item-inner .play-icon-container .icon-container {
          width: 48px;
          height: 48px;
          background-color: #fff;
          border-radius: 50%;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center; }

.common-events-list-container {
  margin: -15px; }
  .common-events-list-container .item {
    width: 33.33%;
    padding: 15px; }
    .common-events-list-container .item .item-inner {
      padding: 40px 30px;
      padding-top: 0px !important;
      height: 100%;
      position: relative; }
      .common-events-list-container .item .item-inner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 80%;
        left: 0;
        bottom: 0;
        border-radius: 17px;
        background-color: #F4D594;
        overflow: hidden;
        z-index: 0; }
      .common-events-list-container .item .item-inner .image-container {
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        border-radius: 50% 50% 0 0 / 80px 80px 0 0; }
        .common-events-list-container .item .item-inner .image-container img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
      .common-events-list-container .item .item-inner .text-container {
        position: relative;
        z-index: 1;
        padding: 0px 32px; }
        .common-events-list-container .item .item-inner .text-container .category {
          margin-bottom: 12px; }
          .common-events-list-container .item .item-inner .text-container .category span {
            font-family: "Luckiest Guy", cursive;
            color: #fff;
            line-height: 1;
            padding: 12px 14px;
            display: inline-block; }
          .common-events-list-container .item .item-inner .text-container .category.news span {
            background-color: #E56925; }
          .common-events-list-container .item .item-inner .text-container .category.events span {
            background-color: #569D47; }
        .common-events-list-container .item .item-inner .text-container .title-date-container .date-container {
          font-weight: 700;
          color: #0B1E1D;
          opacity: 0.8; }
        .common-events-list-container .item .item-inner .text-container .title-date-container .title-container {
          margin-top: 5px; }
          .common-events-list-container .item .item-inner .text-container .title-date-container .title-container h4 a {
            color: #0B1E1D;
            font-weight: 800; }
        .common-events-list-container .item .item-inner .text-container .link-container {
          margin-top: 30px; }

.common-cta-section {
  position: relative;
  margin-bottom: -117px; }
  .common-cta-section .section-content {
    background-color: #FEEECD;
    padding: 120px 0px;
    border-radius: 60px;
    position: relative;
    z-index: 1; }
    .common-cta-section .section-content .common-section-title-container {
      max-width: 815px;
      position: relative;
      z-index: 1; }
      .common-cta-section .section-content .common-section-title-container .description-container {
        padding: 0px 100px; }
    .common-cta-section .section-content .background-image-container {
      position: absolute;
      top: 50%;
      z-index: 1; }
      .common-cta-section .section-content .background-image-container.left {
        left: 80px;
        transform: translateY(-32%) rotate(-10deg); }
      .common-cta-section .section-content .background-image-container.right {
        right: 80px;
        transform: translateY(-50%) rotate(10deg); }
      .common-cta-section .section-content .background-image-container .image-container {
        width: 190px;
        height: 250px;
        padding: 10px;
        background-color: #fff;
        border-radius: 18px;
        overflow: hidden; }
        .common-cta-section .section-content .background-image-container .image-container img {
          border-radius: 18px;
          overflow: hidden; }

.color-orange {
  color: #E56925 !important; }

.common-academics-programs-list-container {
  margin: -30px; }
  .common-academics-programs-list-container .list {
    width: 50%;
    padding: 30px; }
    .common-academics-programs-list-container .list .list-inner {
      padding: 32px;
      background-color: #fff;
      border-radius: 30px;
      overflow: hidden;
      height: 100%; }
      .common-academics-programs-list-container .list .list-inner .image-container {
        height: 350px; }
        .common-academics-programs-list-container .list .list-inner .image-container img {
          border-radius: 30px;
          overflow: hidden; }
      .common-academics-programs-list-container .list .list-inner .text-container {
        margin-top: 24px; }
        .common-academics-programs-list-container .list .list-inner .text-container .icon-container {
          margin-bottom: 12px; }
          .common-academics-programs-list-container .list .list-inner .text-container .icon-container img {
            width: 60px; }
        .common-academics-programs-list-container .list .list-inner .text-container .title h3 {
          font-weight: 700;
          color: #0B1E1D; }
          .common-academics-programs-list-container .list .list-inner .text-container .title h3 a {
            color: #0B1E1D; }
        .common-academics-programs-list-container .list .list-inner .text-container .description {
          margin-top: 10px;
          color: #225A56; }
        .common-academics-programs-list-container .list .list-inner .text-container .link-container {
          margin-top: 48px;
          width: max-content; }
  .common-academics-programs-list-container.type-one {
    margin: -15px; }
    .common-academics-programs-list-container.type-one .list {
      width: 33.33%;
      padding: 15px; }
      .common-academics-programs-list-container.type-one .list .list-inner {
        padding: 16px;
        padding-bottom: 48px; }
        .common-academics-programs-list-container.type-one .list .list-inner .text-container {
          padding-left: 16px;
          padding-right: 16px; }
          .common-academics-programs-list-container.type-one .list .list-inner .text-container .common-date-container {
            margin-top: 24px; }
      .common-academics-programs-list-container.type-one .list:nth-child(3n + 1) .list-inner {
        background-color: #D7FDCF; }
      .common-academics-programs-list-container.type-one .list:nth-child(3n + 2) .list-inner {
        background-color: #EBE1FD; }
      .common-academics-programs-list-container.type-one .list:nth-child(3n) .list-inner {
        background-color: #FEEECD; }

.common-tilt-image-container {
  max-width: 955px;
  margin: auto;
  position: relative; }
  .common-tilt-image-container.type-big-height .image-container {
    height: 600px; }
  .common-tilt-image-container .image-container {
    height: 370px;
    width: 100%;
    transform: rotate(-3deg); }
    .common-tilt-image-container .image-container img {
      border-radius: 20px;
      overflow: hidden; }
  .common-tilt-image-container .background-image-container {
    position: absolute; }
    .common-tilt-image-container .background-image-container.type-arrow {
      right: -194px;
      bottom: -58px; }
    .common-tilt-image-container .background-image-container.type-smile {
      left: -110px;
      top: 60px; }

.common-list-container .item .item-inner {
  padding: 20px;
  box-shadow: 0px 10px 32px 0px #0000001A;
  border-radius: 20px;
  border-left: 2px solid #425EA1;
  display: inline-block; }
  .common-list-container .item .item-inner ul {
    display: flex;
    align-items: center; }
    .common-list-container .item .item-inner ul li {
      font-weight: 700;
      color: #0B1E1D; }
      .common-list-container .item .item-inner ul li:nth-of-type(1) {
        margin-right: 20px; }
.common-list-container .item:not(:last-child) {
  margin-bottom: 32px; }
.common-list-container.type-one .item .item-inner {
  padding: 0px;
  box-shadow: initial;
  border-radius: initial;
  border-left: none; }
  .common-list-container.type-one .item .item-inner ul li {
    color: #fff; }
    .common-list-container.type-one .item .item-inner ul li:nth-of-type(1) {
      margin-right: 35px; }
.common-list-container.type-one .item:not(:last-child) {
  margin-bottom: 28px; }
.common-list-container.type-alert .item .item-inner {
  background-color: #FCF3EE;
  border-left: 2px solid #E56925; }
.common-list-container.type-alert .item:not(:last-child) {
  margin-bottom: 32px; }

.values-list-container {
  margin: -14px; }
  .values-list-container .item {
    width: 25%;
    padding: 14px; }
    .values-list-container .item .item-inner {
      height: 100%;
      padding: 55px 25px;
      background-image: url("../img/icons/box-pattern.png");
      background-size: cover;
      background-color: #F5F4EF;
      border-radius: 24px;
      overflow: hidden; }
      .values-list-container .item .item-inner .title {
        color: #000;
        margin: 10px 0px;
        color: #0B1E1D; }
        .values-list-container .item .item-inner .title .step {
          color: #1C4425;
          margin-bottom: 17px;
          font-weight: 500; }
      .values-list-container .item .item-inner .description {
        color: #797773; }
  .values-list-container.type-one .item {
    width: 33.33%; }
    .values-list-container.type-one .item .item-inner {
      height: 100%;
      padding: 55px 45px;
      background-image: none;
      background-color: #F5F4EF;
      position: relative; }
      .values-list-container.type-one .item .item-inner .title {
        margin-top: 37px;
        margin-bottom: 20px; }
      .values-list-container.type-one .item .item-inner .description {
        color: #225A56; }
      .values-list-container.type-one .item .item-inner .background-icon-container {
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
        opacity: 0.1; }
  .values-list-container.type-colorful-background .item .item-inner .background-icon-container {
    opacity: 1; }
  .values-list-container.type-colorful-background .item:nth-of-type(1) .item-inner {
    background-color: #D7FDCF; }
  .values-list-container.type-colorful-background .item:nth-of-type(2) .item-inner {
    background-color: #F7BFC0; }
  .values-list-container.type-colorful-background .item:nth-of-type(3) .item-inner {
    background-color: #F8D2BE; }
  .values-list-container.type-colorful-background .item:nth-of-type(4) .item-inner {
    background-color: #CCDCEF; }
  .values-list-container.type-colorful-background .item:nth-of-type(5) .item-inner {
    background-color: #EDEEC2; }
  .values-list-container.type-colorful-background .item:nth-of-type(6) .item-inner {
    background-color: #C4E0DE; }

.common-tagline-container {
  padding: 95px 0px;
  position: relative; }
  .common-tagline-container.type-one {
    padding-top: 120px; }
    .common-tagline-container.type-one .text-container h {
      font-weight: 700; }
    .common-tagline-container.type-one .background-image.type-arrow {
      top: 45px; }
    .common-tagline-container.type-one .background-image.type-diamond {
      right: 110px;
      top: 77px;
      bottom: inherit; }
      .common-tagline-container.type-one .background-image.type-diamond img {
        width: 65px; }
  .common-tagline-container .text-container {
    padding: 0px 220px;
    margin: auto; }
    .common-tagline-container .text-container h3 {
      color: #0B1E1D;
      font-weight: 600; }
      .common-tagline-container .text-container h3 em {
        color: #E56925;
        font-style: normal; }
  .common-tagline-container .background-image {
    position: absolute; }
    .common-tagline-container .background-image.type-arrow {
      left: 0;
      top: 10px; }
      .common-tagline-container .background-image.type-arrow img {
        width: 175px; }
    .common-tagline-container .background-image.type-diamond {
      right: -140px;
      bottom: 24px; }

.common-date-container ul li {
  font-weight: 700;
  color: #225A56;
  display: flex;
  align-items: center; }
  .common-date-container ul li img {
    margin-right: 12px; }

.common-gallery-section {
  overflow: hidden;
  position: relative; }
  .common-gallery-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 580px;
    background-color: #183232;
    z-index: -1; }
  .common-gallery-section .custom-container {
    padding-top: 65px; }
  .common-gallery-section .common-gallery-container {
    margin: -10px;
    position: relative;
    /* Previous Arrow */
    /* Next Arrow */ }
    .common-gallery-section .common-gallery-container .image-container {
      padding: 10px; }
      .common-gallery-section .common-gallery-container .image-container .image-inner {
        border-radius: 34px;
        overflow: hidden;
        padding: 10px;
        background-color: #fff;
        height: 560px; }
        .common-gallery-section .common-gallery-container .image-container .image-inner img {
          border-radius: 34px;
          overflow: hidden; }
    .common-gallery-section .common-gallery-container .slick-list.draggable {
      padding-right: 400px; }
    .common-gallery-section .common-gallery-container .slick-arrow {
      position: absolute;
      top: -85px;
      width: 48px;
      height: 48px;
      border: none;
      border-radius: 50%;
      background: #fff;
      cursor: pointer;
      z-index: 20;
      display: flex !important;
      align-items: center;
      justify-content: center;
      font-size: 0;
      transition: all .3s ease; }
      .common-gallery-section .common-gallery-container .slick-arrow:hover {
        background: #f3f3f3; }
      .common-gallery-section .common-gallery-container .slick-arrow::before {
        content: "";
        width: 20px;
        height: 20px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1; }
    .common-gallery-section .common-gallery-container .slick-prev {
      right: 190px;
      left: auto; }
      .common-gallery-section .common-gallery-container .slick-prev::after {
        background-image: url("../img/icons/left-slider-icon.png");
        background-size: 20px; }
    .common-gallery-section .common-gallery-container .slick-next {
      right: 120px;
      left: auto; }
      .common-gallery-section .common-gallery-container .slick-next::after {
        background-image: url("../img/icons/right-slider-icon.png");
        background-size: 20px; }

.common-team-container {
  display: flex;
  flex-wrap: wrap;
  margin: -25px -15px; }
  .common-team-container .team-item {
    width: 25%;
    padding: 25px 15px; }
    .common-team-container .team-item .image-container {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      background-color: #f4f7f6;
      padding-bottom: 120%; }
      .common-team-container .team-item .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        right: 0;
        filter: grayscale(0);
        transition: all .4s ease; }
    .common-team-container .team-item .text-container {
      padding: 0px 20px; }
      .common-team-container .team-item .text-container .name {
        margin-top: 24px;
        margin-bottom: 0px; }
        .common-team-container .team-item .text-container .name h4 {
          color: #0B1E1D;
          cursor: pointer;
          transition: all .4s ease; }
          .common-team-container .team-item .text-container .name h4:hover {
            color: #02574f;
            transition: all .4s ease; }
      .common-team-container .team-item .text-container .designation {
        color: #0B1E1D;
        font-weight: 700;
        opacity: 80%; }

.common-remove-tab-style {
  padding-bottom: 60px;
  border-bottom: none; }
  .common-remove-tab-style li:not(:last-of-type) {
    margin-right: 16px; }
  .common-remove-tab-style li .nav-link {
    position: relative;
    font-weight: 600;
    color: #000;
    padding: 15px 22px;
    border: 1px solid #2D7873;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 30px;
    line-height: 1; }
    .common-remove-tab-style li .nav-link:hover, .common-remove-tab-style li .nav-link.active {
      background-color: #2D7873;
      color: #fff; }

.common-background-line-image {
  position: absolute;
  left: 0;
  z-index: 0;
  pointer-events: none; }
  .common-background-line-image.top-0 {
    top: 0; }
  .common-background-line-image.top-7 {
    top: 7%;
    transform: translateY(-7%); }
  .common-background-line-image.top-50 {
    top: 50%;
    transform: translateY(-50%); }
  .common-background-line-image.bottom-10 {
    bottom: 10%; }
  .common-background-line-image.bottom-0 {
    bottom: 0; }
  .common-background-line-image.negative-index {
    z-index: -1; }
  .common-background-line-image .image-container img {
    width: 100%; }

.common-half-logo-background {
  background-image: url("../img/logo/half-logo-type-one.png");
  background-position: right 0 top 55px;
  background-repeat: no-repeat; }
  .common-half-logo-background.type-left {
    background-position: left 0 top 55px;
    background-image: url("../img/logo/half-logo-type-two.png"); }
  .common-half-logo-background.type-two {
    background-image: url("../img/logo/half-logo-type-three.png"); }
  .common-half-logo-background.type-top-50 {
    background-position: top 220px left 0; }
  .common-half-logo-background.type-pattern-one {
    background-image: url("../img/icons/pattern-type-one.png"); }
  .common-half-logo-background.type-pattern-two {
    background-image: url("../img/icons/pattern-type-two.png"); }
  .common-half-logo-background.type-pattern-three {
    background-image: url("../img/logo/half-logo-type-six.png"); }
  .common-half-logo-background.type-sidebar-menu {
    background-image: url("../img/logo/half-logo-type-seven.png"); }

.common-image-title-container {
  position: relative; }
  .common-image-title-container .image-container {
    max-width: 550px;
    height: 526px; }
    .common-image-title-container .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .common-image-title-container .tagline {
    margin-top: -107px;
    margin-left: -106px; }
    .common-image-title-container .tagline span {
      text-transform: uppercase;
      color: #fff;
      padding: 12px 20px;
      background-color: #E56925;
      font-family: "Luckiest Guy", cursive;
      transform: rotate(-8deg);
      display: block;
      width: max-content; }

.relative {
  position: relative; }
  .relative.high-index {
    z-index: 1; }

.common-content-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .common-content-container .content-item:nth-of-type(1) {
    width: calc(100% - 600px);
    padding-right: 100px; }
  .common-content-container .content-item:nth-of-type(2) {
    width: 600px; }
    .common-content-container .content-item:nth-of-type(2) .image-container {
      box-shadow: 0px 70px 100px -55px #4a2311; }
      .common-content-container .content-item:nth-of-type(2) .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }

.common-back-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  display: none; }
  .common-back-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #E56925;
    border-radius: 50%;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15); }
    .common-back-top a img {
      width: 20px; }

.common-news-container {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px; }
  .common-news-container .news-item {
    width: 33.33%;
    padding: 30px 15px; }
    .common-news-container .news-item .inner {
      height: 100%;
      background-color: #fff;
      box-shadow: 0 10px 30px #0000001a; }
      .common-news-container .news-item .inner .image-container a {
        display: block;
        position: relative;
        padding-bottom: 75%;
        background-color: #f4f7f6; }
        .common-news-container .news-item .inner .image-container a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          right: 0; }
      .common-news-container .news-item .inner .text-container {
        padding: 30px 25px; }
        .common-news-container .news-item .inner .text-container .title h4 {
          line-height: 1.4em;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          transition: all .4s ease; }
          .common-news-container .news-item .inner .text-container .title h4 a {
            color: #000;
            transition: all .4s ease; }
            .common-news-container .news-item .inner .text-container .title h4 a:hover {
              color: #02574f;
              transition: all .4s ease; }
        .common-news-container .news-item .inner .text-container .content {
          margin-top: 20px; }
          .common-news-container .news-item .inner .text-container .content p {
            font-size: 18px;
            line-height: 1.6em;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            transition: all .4s ease; }

.common-faq-container .card {
  width: 100%;
  border: 0;
  padding: 35px 32px;
  background-color: #d9dfed;
  border-radius: 20px !important; }
  .common-faq-container .card.active {
    background-color: #425EA1; }
    .common-faq-container .card.active .card-inner .card-header button {
      color: #fff; }
    .common-faq-container .card.active .card-inner .card-body {
      color: #fff; }
  .common-faq-container .card:not(:last-of-type) {
    margin-bottom: 24px; }
  .common-faq-container .card .card-inner .card-header {
    border: 0;
    background-color: transparent;
    padding: 0; }
    .common-faq-container .card .card-inner .card-header button {
      width: 100%;
      line-height: 1em;
      background-color: transparent;
      position: relative;
      display: flex;
      outline: none;
      text-align: left;
      border: 0;
      padding: 0;
      font-weight: 700; }
      .common-faq-container .card .card-inner .card-header button:active, .common-faq-container .card .card-inner .card-header button:focus {
        outline: none; }
      .common-faq-container .card .card-inner .card-header button span {
        display: block; }
        .common-faq-container .card .card-inner .card-header button span:nth-of-type(1) {
          width: 30px;
          font-weight: bold; }
        .common-faq-container .card .card-inner .card-header button span:nth-of-type(2) {
          width: calc(100% - 30px);
          margin-top: -2px; }
  .common-faq-container .card .card-inner .card-body {
    padding: 0; }

.common-social-container ul {
  display: flex; }
  .common-social-container ul li {
    display: flex; }
    .common-social-container ul li:not(:last-of-type) {
      margin-right: 20px; }
    .common-social-container ul li a {
      font-size: 16px;
      color: #797773; }

.common-instagram-section .instagram-container {
  display: flex;
  flex-wrap: wrap; }
  .common-instagram-section .instagram-container .instagram-item {
    width: 20%; }
    .common-instagram-section .instagram-container .instagram-item a {
      position: relative;
      display: block;
      padding-bottom: 110%; }
      .common-instagram-section .instagram-container .instagram-item a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        right: 0; }

.common-background {
  background-color: #E9E1CE; }

.common-title {
  margin-bottom: 30px; }
  .common-title h5 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px; }

.common-tagline {
  margin-bottom: 15px; }
  .common-tagline i {
    display: block;
    line-height: 1em;
    color: #02574f;
    margin-bottom: 10px; }
  .common-tagline h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #02574f; }

.common-action {
  margin-top: 40px; }
  .common-action.align-center {
    text-align: center; }
    .common-action.align-center .action-inner {
      justify-content: center; }
  .common-action .action-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .common-action .action-inner .action-item {
      display: flex;
      align-items: center; }
      .common-action .action-inner .action-item:not(:last-of-type) {
        margin-right: 20px; }

.common-logo-container a {
  width: 222px;
  display: inline-block; }
  .common-logo-container a img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.common-icon {
  margin-bottom: 40px; }
  .common-icon img {
    width: 85px;
    height: auto; }

.common-toggle {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .common-toggle.type-open .inner {
    width: 31px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    text-align: center; }
    .common-toggle.type-open .inner span {
      display: block;
      width: 100%;
      height: 3px;
      margin-right: auto;
      background-color: #fff;
      transition: all .4s ease;
      border-radius: 10px;
      border-radius: 10px; }
      .common-toggle.type-open .inner span:not(:last-of-type) {
        margin-bottom: 6px; }
      .common-toggle.type-open .inner span:nth-of-type(2) {
        width: 55%;
        margin-left: auto;
        margin-right: 0; }
  .common-toggle.type-open:hover .inner span {
    background-color: #FED304 !important;
    transition: all .4s ease; }
  .common-toggle.type-close .inner i {
    font-size: 20px;
    color: #fff; }

.common-copyright-container p a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  line-height: 1em;
  color: #BEA24E;
  /*color: #F9C741;
  background: -webkit-linear-gradient(-41deg, #F9C741 0%, #FFE294 15%, #FFE294 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/ }

.common-form.type-white-font-color .fields .form-group label {
  color: #fff; }
.common-form.type-white-font-color .fields .form-group input, .common-form.type-white-font-color .fields .form-group select, .common-form.type-white-font-color .fields .form-group textarea {
  color: #fff; }
  .common-form.type-white-font-color .fields .form-group input::placeholder, .common-form.type-white-font-color .fields .form-group select::placeholder, .common-form.type-white-font-color .fields .form-group textarea::placeholder {
    color: #fff; }
  .common-form.type-white-font-color .fields .form-group input:focus, .common-form.type-white-font-color .fields .form-group select:focus, .common-form.type-white-font-color .fields .form-group textarea:focus {
    color: #fff; }
.common-form.type-white-font-color .fields .form-group textarea {
  color: #fff; }
.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: 25px; }
    .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: 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 label {
      font-weight: 500;
      color: #000;
      margin-bottom: 5px; }
      .common-form .fields .form-group label span {
        color: #e74c3c; }
    .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
      width: 100%;
      padding: 20px 15px;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 14px;
      line-height: 1em;
      border-radius: 5px;
      background-color: transparent;
      border: 1px solid #c1c1c1;
      color: #797773;
      transition: all .3s ease; }
      .common-form .fields .form-group input::placeholder, .common-form .fields .form-group select::placeholder, .common-form .fields .form-group textarea::placeholder {
        color: transparent;
        transition: all .3s ease; }
      .common-form .fields .form-group input:focus, .common-form .fields .form-group select:focus, .common-form .fields .form-group textarea:focus {
        outline: none;
        color: #000;
        transition: all .3s ease; }
        .common-form .fields .form-group input:focus::placeholder, .common-form .fields .form-group select:focus::placeholder, .common-form .fields .form-group textarea:focus::placeholder {
          color: #797773;
          transition: all .3s ease; }
    .common-form .fields .form-group textarea {
      height: 150px;
      vertical-align: top; }
    .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 .form-action {
  margin-top: 45px; }
  .common-form .form-action .wpcf7-spinner {
    position: absolute;
    top: 35%;
    transform: translateX(-50%);
    right: -50px;
    margin: 0; }
.common-form .wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 1em;
  margin-top: 20px; }
.common-form .wpcf7 form.invalid .wpcf7-response-output,
.common-form .wpcf7 form.unaccepted .wpcf7-response-output,
.common-form .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fef8ed;
  color: #d08404;
  border: 0;
  border-left: 4px solid #f59e0b;
  font-size: 16px;
  padding: 20px 18px 19px;
  line-height: 1em;
  border-radius: 8px; }

/*------------------------------------ Components Ends ------------------------------------*/
zz
.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; }
  .slick-slider.slick-dotted .slick-dots {
    bottom: 50px; }
    .slick-slider.slick-dotted .slick-dots li {
      height: 13px;
      width: 13px;
      border-radius: 100%;
      margin: 0;
      background-color: rgba(255, 255, 255, 0.45); }
      .slick-slider.slick-dotted .slick-dots li.slick-active {
        background-color: #fff; }
      .slick-slider.slick-dotted .slick-dots li:not(:last-of-type) {
        margin-right: 18px; }
      .slick-slider.slick-dotted .slick-dots li button {
        height: 13px;
        width: 13px;
        padding: 0;
        opacity: 0; }

/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
.modal .modal-dialog {
  max-width: 700px;
  margin: 100px 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: -50px;
      right: -7px; }
      .modal .modal-dialog .modal-header button i {
        color: #fff;
        font-size: 13px; }
  .modal .modal-dialog .modal-content {
    background: #fff;
    border: 0;
    border-radius: 5px; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 30px 26px; }
      .modal .modal-dialog .modal-content .modal-body .text-container .title {
        margin-bottom: 30px; }
      .modal .modal-dialog .modal-content .modal-body .text-container .content p, .modal .modal-dialog .modal-content .modal-body .text-container .content ul li {
        font-size: 18px; }
      .modal .modal-dialog .modal-content .modal-body .text-container .content ul {
        padding-left: 20px; }
        .modal .modal-dialog .modal-content .modal-body .text-container .content ul li {
          list-style: disc; }
.modal.type-video .modal-dialog {
  max-width: 1000px; }
  .modal.type-video .modal-dialog .modal-content {
    background-color: black; }
    .modal.type-video .modal-dialog .modal-content .modal-body {
      padding: 0; }
      .modal.type-video .modal-dialog .modal-content .modal-body .video-container iframe {
        width: 100%;
        height: 560px;
        vertical-align: top;
        border: 0; }

/*--------------------------------------- Modal Ends --------------------------------------*/
/*------------------------------------ Animation Starts -----------------------------------*/
@keyframes ani-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }
@keyframes ani-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0px); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
@keyframes ani-banner {
  0% {
    transform: scale(1.2);
    100% {
      transform: scale(1); } } }
.animation-area .ani-fade-top {
  opacity: 0;
  padding-top: 30px;
  transition: all .5s ease; }
  .animation-area .ani-fade-top.normal {
    opacity: 1;
    padding-top: 0;
    transition: all .5s ease; }
  .animation-area .ani-fade-top.delay-1.normal {
    transition: all .5s ease;
    transition-delay: .2s; }
  .animation-area .ani-fade-top.delay-2.normal {
    transition: all .5s ease;
    transition-delay: .4s; }
  .animation-area .ani-fade-top.delay-3.normal {
    transition: all .5s ease;
    transition-delay: .6s; }
  .animation-area .ani-fade-top.delay-4.normal {
    transition: all .5s ease;
    transition-delay: 1s; }

/*------------------------------------- Animation Ends ------------------------------------*/

/*# sourceMappingURL=thestyles.css.map */
