/*
 Theme Name:   Fulbright Theme Child
 Theme URI:    http://saberion.com
 Description:  Fulbright Theme  Theme
 Author:       Manoj Wijerathne
 Author URI:   http://saberion.com
 Template:     fulbright-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  fulbright-theme-child
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100..900&family=Outfit:wght@100..900&display=swap");
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

.fullwidth {
  width: 100%;
  float: left; }

.halfwidth {
  width: 100%;
  float: left; }

button,
input,
textarea,
select {
  outline: 0 !important; }

a {
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer; }
  a.readmore {
    color: #00A9E0;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    position: relative;
    height: 24px;
    line-height: 24px;
    display: inline-block; }
    a.readmore:after {
      width: 24px;
      height: 24px;
      content: '';
      position: absolute;
      background: url("images/icons/arrow-blue.svg") center no-repeat;
      bottom: 0; }
    a.readmore:hover:after {
      margin-right: -10px; }
  a:hover {
    text-decoration: none; }
  a.btn-arrow {
    display: inline-flex;
    height: 48px;
    padding: 0px 45px 0 20px;
    line-height: 48px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    border-radius: 8px;
    color: #fff;
    background-image: url("images/icons/white-arrowhead.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-color: #003DA5; }
    a.btn-arrow.btn-white {
      background-image: url("images/icons/black-arrowhead.svg");
      background-color: #fff;
      color: #000; }
    a.btn-arrow:hover {
      background-position: center right 15px;
      background-repeat: no-repeat; }

body {
  width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #F5F7FA;
  	/*
      &::-webkit-scrollbar {
  		width: 4px;
  	  }
   	&::-webkit-scrollbar-thumb {
  		background-color: #A6A5A3;
  		border-radius: 2px;
  	  }
     */ }
  body section {
    padding: 0;
    margin: 0; }
  body .container {
    max-width: 1190px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  color: #4D4D4D;
  padding: 0;
  margin: 0; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    color: #0077C8;
    font-weight: 600; }

h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */ }
  @media (max-width: 900px) {
    h2 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; }
  @media (max-width: 900px) {
    h3 {
      font-size: 28px;
      line-height: 35px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 25px;
      line-height: 30px; } }

h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; }
  @media (max-width: 900px) {
    h4 {
      font-size: 18px; } }

p {
  color: #686868;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; }

.main-container {
  background: #fff; }

header {
  padding: 24px 0; }
  header .dropdown::after {
    content: none; }
  header .container {
    max-width: 1270px; }
  header .desktop-header {
    display: block !important; }
    @media (max-width: 1023px) {
      header .desktop-header {
        display: none !important; } }
  header .mobile-header {
    display: none !important; }
    @media (max-width: 1023px) {
      header .mobile-header {
        display: block !important; } }
  header .mobile-header {
    position: relative; }
    header .mobile-header .menubtn-box .mobmenu {
      background-color: transparent;
      border: none;
      cursor: pointer;
      display: flex;
      padding: 0; }
      header .mobile-header .menubtn-box .mobmenu .line {
        fill: none;
        stroke: #003DA5;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
      header .mobile-header .menubtn-box .mobmenu .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6; }
      header .mobile-header .menubtn-box .mobmenu .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6; }
      header .mobile-header .menubtn-box .mobmenu .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6; }
      header .mobile-header .menubtn-box .mobmenu.opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6; }
      header .mobile-header .menubtn-box .mobmenu.opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6; }
      header .mobile-header .menubtn-box .mobmenu.opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6; }
    header .mobile-header .mobile-menu {
      display: none;
      position: absolute;
      z-index: 10;
      background: #fff;
      width: 100%;
      left: 0;
      top: 60px; }
      header .mobile-header .mobile-menu .collapse {
        display: block !important; }
        header .mobile-header .mobile-menu .collapse ul {
          padding: 30px 15px;
          display: flex;
          flex-direction: column;
          gap: 10px;
          margin: 0; }
          header .mobile-header .mobile-menu .collapse ul li a {
            color: #18191F;
            opacity: 1;
            text-transform: none;
            font-family: "Inter", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            /* 171.429% */ }
  header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px; }
    header .header-inner .logo-wrapper img {
      max-width: 154px; }
    header .header-inner .menu-wrapper {
      width: calc(100% - 200px); }
      header .header-inner .menu-wrapper .collapse {
        display: block;
        width: 100%; }
        header .header-inner .menu-wrapper .collapse ul.menu {
          padding: 0;
          margin: 0;
          list-style-type: none;
          display: flex;
          justify-content: space-between;
          height: auto; }
          header .header-inner .menu-wrapper .collapse ul.menu > li {
            margin: 0;
            padding: 0; }
            header .header-inner .menu-wrapper .collapse ul.menu > li a {
              opacity: 1;
              color: #18191F;
              font-family: "Inter", sans-serif;
              font-size: 14px;
              font-style: normal;
              font-weight: 600;
              line-height: 48px;
              text-transform: none;
              text-decoration: none !important; }
              @media (max-width: 1130px) {
                header .header-inner .menu-wrapper .collapse ul.menu > li a {
                  font-size: 12px; } }
              header .header-inner .menu-wrapper .collapse ul.menu > li a:hover {
                color: #0077C8; }
            header .header-inner .menu-wrapper .collapse ul.menu > li:last-child a {
              height: 48px;
              line-height: 48px;
              text-transform: uppercase;
              padding: 0px 70px 0 20px;
              justify-content: space-between;
              align-items: center;
              border-radius: 8px;
              background: url("images/icons/white-arrowhead.svg") center right 25px no-repeat #FF8200;
              display: flex;
              color: #fff; }
              header .header-inner .menu-wrapper .collapse ul.menu > li:last-child a:hover {
                background: url("images/icons/white-arrowhead.svg") center right 20px no-repeat #FF8200; }

@media (max-width: 1023px) {
  header .menu > li .dropdown-menu {
    padding: 10px 0 !important; }
    header .menu > li .dropdown-menu li a:hover {
      background: none !important; } }
@media (min-width: 1023px) {
  header .menu > li:hover .dropdown-menu {
    opacity: 1;
    display: block;
    visibility: visible;
    border: none;
    left: 0;
    width: 200px; }
    header .menu > li:hover .dropdown-menu li a {
      width: auto;
      display: block;
      padding: 0 10px; }
      header .menu > li:hover .dropdown-menu li a:hover {
        background: none; }
      header .menu > li:hover .dropdown-menu li a:focus {
        background: none; } }

footer {
  padding: 60px 0;
  background: #FCFEFF; }
  footer .footer-top .container {
    max-width: 860px; }
  footer .footer-btm .container {
    max-width: 960px; }
  footer .footer-inner {
    display: flex;
    flex-direction: column; }
    footer .footer-inner .footer-logo-wrp {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 30px; }
      footer .footer-inner .footer-logo-wrp img {
        max-width: 280px; }
        @media (max-width: 560px) {
          footer .footer-inner .footer-logo-wrp img {
            max-width: 200px; } }
      footer .footer-inner .footer-logo-wrp p {
        color: #676767;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 23px;
        /* 143.75% */
        letter-spacing: 0.8px;
        text-transform: capitalize;
        padding: 10px 0 30px 0;
        margin: 0; }
        @media (max-width: 560px) {
          footer .footer-inner .footer-logo-wrp p {
            font-size: 12px;
            line-height: 18px;
            padding: 20px 0 18px 0; } }
      footer .footer-inner .footer-logo-wrp ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 0 0 20px 0;
        margin: 0; }
        @media (max-width: 500px) {
          footer .footer-inner .footer-logo-wrp ul {
            gap: 10px; } }
        footer .footer-inner .footer-logo-wrp ul li {
          list-style-type: none; }
          footer .footer-inner .footer-logo-wrp ul li a {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #F2FCFF;
            border-radius: 50%; }
            footer .footer-inner .footer-logo-wrp ul li a img {
              width: auto;
              transition: all 0.3s ease; }
            footer .footer-inner .footer-logo-wrp ul li a:hover {
              background: #003DA5; }
              footer .footer-inner .footer-logo-wrp ul li a:hover img {
                filter: invert(1) saturate(0); }
    footer .footer-inner .footer-rights {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 900px) {
        footer .footer-inner .footer-rights {
          flex-direction: column;
          gap: 10px; } }
      footer .footer-inner .footer-rights p {
        color: #3F4A5B;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        display: flex;
        padding: 0;
        margin: 0; }
        @media (max-width: 900px) {
          footer .footer-inner .footer-rights p {
            text-align: center; } }
        @media (max-width: 560px) {
          footer .footer-inner .footer-rights p {
            font-size: 11px; } }
        footer .footer-inner .footer-rights p a {
          color: #131416;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 16px;
          /* 114.286% */
          font-family: "Outfit", sans-serif;
          text-decoration-line: underline;
          display: flex;
          margin-left: 30px;
          position: relative; }
          footer .footer-inner .footer-rights p a:first-child:after {
            content: '';
            display: none;
            background: #8C929D;
            width: 5px;
            height: 5px;
            right: -18px;
            border-radius: 50%;
            position: absolute;
            bottom: 5px; }
          footer .footer-inner .footer-rights p a:hover {
            color: #000; }
  footer .footer-development {
    display: flex;
    justify-content: space-between;
    padding-top: 30px; }
    @media (max-width: 550px) {
      footer .footer-development {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10px; } }
    footer .footer-development img {
      max-width: 120px;
      filter: saturate(0); }
    footer .footer-development p {
      color: #575757;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      font-family: "Outfit", sans-serif;
      line-height: 16px; }
      @media (max-width: 550px) {
        footer .footer-development p {
          text-align: center;
          padding-top: 15px; } }
      footer .footer-development p a {
        color: #575757; }
        footer .footer-development p a:hover {
          color: #000; }

.banner-box {
  padding: 50px 0px;
  background: #F3FAFF; }
  @media (max-width: 500px) {
    .banner-box {
      padding: 25px 0; } }
  .banner-box h1 {
    color: #1A459C;
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 50.4px */
    position: relative;
    padding-bottom: 12px; }
    @media (max-width: 900px) {
      .banner-box h1 {
        font-size: 35px; } }
    @media (max-width: 400px) {
      .banner-box h1 {
        font-size: 28px; } }
    .banner-box h1:after {
      width: 87px;
      height: 3px;
      background: #FF8200;
      position: absolute;
      content: '';
      left: 0;
      bottom: 0; }

.breadcrumb-wrap {
  padding-top: 33px; }
  @media (max-width: 500px) {
    .breadcrumb-wrap {
      display: none !important; } }
  .breadcrumb-wrap ul {
    width: auto;
    display: inline-flex;
    margin: 0;
    list-style-type: none;
    border-radius: 15px;
    background: #D6EDFF;
    height: 32px;
    padding: 0px 14px;
    gap: 30px; }
    @media (max-width: 800px) {
      .breadcrumb-wrap ul {
        padding: 0px 8px;
        gap: 15px; } }
    .breadcrumb-wrap ul.light-bg {
      background: #FFF; }
    .breadcrumb-wrap ul li {
      padding: 0;
      margin: 0;
      line-height: 32px;
      color: #4B4B4B;
      font-family: "Outfit", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0.28px;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .breadcrumb-wrap ul li {
          font-size: 11px; } }
      .breadcrumb-wrap ul li a {
        color: #787878;
        text-decoration: none;
        position: relative; }
        .breadcrumb-wrap ul li a:after {
          content: '';
          position: absolute;
          height: 14px;
          width: 14px;
          background: url("images/icons/breadcrumb-arrow.svg") center no-repeat;
          right: -22px;
          bottom: 2px; }
          @media (max-width: 800px) {
            .breadcrumb-wrap ul li a:after {
              right: -14px;
              bottom: 0;
              transform: scale(0.6); } }

.home-page .home-slider {
  position: relative;
  background: #F5F7FA; }
  .home-page .home-slider .slider-item {
    background-size: cover;
    background-position: top center; }
    .home-page .home-slider .slider-item .container {
      max-width: 800px; }
    .home-page .home-slider .slider-item .slider-inner {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      height: calc(100vh - 96px);
      min-height: 300px;
      gap: 30px;
      position: relative; }
      .home-page .home-slider .slider-item .slider-inner .inner-wrap {
        background: rgba(0, 61, 165, 0.5);
        padding: 40px 60px;
        border-radius: 8px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 30px; }
      .home-page .home-slider .slider-item .slider-inner h1 {
        text-align: center;
        color: #fff;
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: 76px; }
        @media (max-width: 1200px) {
          .home-page .home-slider .slider-item .slider-inner h1 {
            font-size: 50px;
            line-height: 60px; } }
        @media (max-width: 991px) {
          .home-page .home-slider .slider-item .slider-inner h1 {
            font-size: 40px;
            line-height: 50px; } }
        @media (max-width: 767px) {
          .home-page .home-slider .slider-item .slider-inner h1 {
            font-size: 30px;
            line-height: 40px; } }
      .home-page .home-slider .slider-item .slider-inner h3 {
        color: #fff;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; }
        @media (max-width: 991px) {
          .home-page .home-slider .slider-item .slider-inner h3 {
            font-size: 20px; } }
.home-page .slick-dots {
  width: 100%;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  top: -58px;
  position: relative;
  z-index: 10; }
  .home-page .slick-dots li button {
    font-size: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    cursor: pointer; }
    .home-page .slick-dots li button:hover {
      opacity: 1; }
  .home-page .slick-dots li.slick-active button {
    opacity: 1; }
.home-page .home-introduction {
  padding: 64px 0px;
  background: #F5F7FA; }
  @media (max-width: 767px) {
    .home-page .home-introduction {
      padding: 30px 0px; } }
  .home-page .home-introduction .home-intro-inner {
    display: flex;
    gap: 72px;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1100px) {
      .home-page .home-introduction .home-intro-inner {
        gap: 30px;
        flex-direction: column; } }
    .home-page .home-introduction .home-intro-inner .intro-text {
      width: 50%; }
      @media (max-width: 767px) {
        .home-page .home-introduction .home-intro-inner .intro-text {
          width: 100%; } }
      .home-page .home-introduction .home-intro-inner .intro-text h2 {
        font-size: 36px;
        line-height: 44px;
        padding-bottom: 8px; }
        @media (max-width: 991px) {
          .home-page .home-introduction .home-intro-inner .intro-text h2 {
            font-size: 28px;
            line-height: 35px; } }
      .home-page .home-introduction .home-intro-inner .intro-text p {
        color: #18191f;
        font-family: "Work Sans", sans-serif; }
    .home-page .home-introduction .home-intro-inner .intro-icons {
      width: 50%;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 30px; }
      @media (max-width: 767px) {
        .home-page .home-introduction .home-intro-inner .intro-icons {
          width: 100%; } }
      @media (max-width: 490px) {
        .home-page .home-introduction .home-intro-inner .intro-icons {
          grid-template-columns: repeat(1, minmax(0, 1fr));
          gap: 15px; } }
      .home-page .home-introduction .home-intro-inner .intro-icons .static-item {
        display: flex;
        gap: 16px; }
        .home-page .home-introduction .home-intro-inner .intro-icons .static-item .stac-icon {
          width: 48px; }
        .home-page .home-introduction .home-intro-inner .intro-icons .static-item .stac-txt {
          display: flex;
          flex-direction: column; }
          .home-page .home-introduction .home-intro-inner .intro-icons .static-item .stac-txt h4 {
            color: #4d4d4d;
            font-family: "Inter", sans-serif;
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 36px; }
            @media (max-width: 991px) {
              .home-page .home-introduction .home-intro-inner .intro-icons .static-item .stac-txt h4 {
                font-size: 25px;
                line-height: 30px; } }
          .home-page .home-introduction .home-intro-inner .intro-icons .static-item .stac-txt p {
            color: #717171;
            font-family: "Work Sans", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px; }
.home-page .success-stories {
  background: #fff;
  padding: 60px 0px; }
  @media (max-width: 767px) {
    .home-page .success-stories {
      padding: 30px 0px; } }
  .home-page .success-stories .slick-dots {
    top: 20px; }
    .home-page .success-stories .slick-dots li button {
      background: #1E77BD; }
  .home-page .success-stories .success-stories-inner h2 {
    text-align: center;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .home-page .success-stories .success-stories-inner h2 {
        padding-bottom: 30px; } }
  .home-page .success-stories .success-stories-inner .success-stores-list .story-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0px 30px 0px 0px; }
    .home-page .success-stories .success-stories-inner .success-stores-list .story-item .studnt-img .profile-img {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background-size: cover;
      background-position: top center;
      border: 2px solid #003DA5; }
    .home-page .success-stories .success-stories-inner .success-stores-list .story-item h4 {
      color: #003DA5;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 125%; }
    .home-page .success-stories .success-stories-inner .success-stores-list .story-item .story-description {
      color: #686868;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      /* 19.6px */ }
      .home-page .success-stories .success-stories-inner .success-stores-list .story-item .story-description .read-more {
        color: #1b459c;
        text-decoration: underline;
        cursor: pointer;
        margin-top: 5px;
        display: block;
        text-decoration: none; }
    .home-page .success-stories .success-stories-inner .success-stores-list .story-item .story-footer h4 {
      font-size: 16px;
      line-height: 125%;
      padding: 0 0 4px 0; }
    .home-page .success-stories .success-stories-inner .success-stores-list .story-item .story-footer p {
      padding: 0;
      margin: 0;
      color: #686868;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      /* 19.6px */ }
.home-page .home-awards {
  padding: 60px 0px; }
  @media (max-width: 767px) {
    .home-page .home-awards {
      padding: 30px 0px; } }
  .home-page .home-awards .awards-inner {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    align-items: center; }
    @media (max-width: 1024px) {
      .home-page .home-awards .awards-inner {
        gap: 30px; } }
    @media (max-width: 767px) {
      .home-page .home-awards .awards-inner {
        justify-content: center;
        flex-direction: column; } }
    .home-page .home-awards .awards-inner .awards-txt h3 {
      padding: 0 0 30px 0; }
    .home-page .home-awards .awards-inner .awards-btn {
      min-width: 320px;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      @media (max-width: 1024px) {
        .home-page .home-awards .awards-inner .awards-btn {
          min-width: 280px; } }
      .home-page .home-awards .awards-inner .awards-btn a {
        width: 100%;
        border-radius: 8px; }
.home-page .activities {
  padding: 60px 0px 45px 0;
  display: none; }
  .home-page .activities .activitiy-heading {
    padding-bottom: 30px;
    text-align: center; }
    .home-page .activities .activitiy-heading .container {
      max-width: 650px; }
      .home-page .activities .activitiy-heading .container h2 {
        text-align: center;
        padding-bottom: 20px; }
      .home-page .activities .activitiy-heading .container p {
        text-align: center; }
  .home-page .activities .activitiy-gallery-list .grid-item {
    padding: 15px;
    width: 33%; }
    @media (max-width: 900px) {
      .home-page .activities .activitiy-gallery-list .grid-item {
        padding: 8px; } }
    @media (max-width: 767px) {
      .home-page .activities .activitiy-gallery-list .grid-item {
        width: 50%; } }
    @media (max-width: 480px) {
      .home-page .activities .activitiy-gallery-list .grid-item {
        width: 100%; } }
    .home-page .activities .activitiy-gallery-list .grid-item img {
      width: 100%; }

.contact-banner {
  background: url("images/home/home-contact-banner.jpg") top center no-repeat;
  background-size: cover;
  padding: 90px 0; }
  .contact-banner .contact-inner {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .contact-banner .contact-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .contact-banner .contact-inner .contact-txt h3 {
      color: #fff;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      padding: 0 0 20px 0; }
      @media (max-width: 1100px) {
        .contact-banner .contact-inner .contact-txt h3 {
          font-size: 30px; } }
      @media (max-width: 991px) {
        .contact-banner .contact-inner .contact-txt h3 {
          text-align: center; } }
    .contact-banner .contact-inner .contact-txt p {
      color: #fff;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 23px;
      /* 143.75% */
      letter-spacing: 0.8px; }
      @media (max-width: 991px) {
        .contact-banner .contact-inner .contact-txt p {
          text-align: center; } }
    .contact-banner .contact-inner .contact-btn {
      display: flex;
      align-items: center; }
      .contact-banner .contact-inner .contact-btn a {
        background-color: #FF8200; }

.news-events-page .newshaeding-box .news-list-wrap {
  padding-top: 30px; }
.news-events-page .newshaeding-box .newshaeding-inner {
  display: flex;
  flex-direction: column; }
  .news-events-page .newshaeding-box .newshaeding-inner .title-wrap {
    padding: 48px 0 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .news-events-page .newshaeding-box .newshaeding-inner .title-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px; } }
    .news-events-page .newshaeding-box .newshaeding-inner .title-wrap h2 {
      color: #000;
      font-size: 42px; }
      @media (max-width: 991px) {
        .news-events-page .newshaeding-box .newshaeding-inner .title-wrap h2 {
          font-size: 36px; } }
      @media (max-width: 500px) {
        .news-events-page .newshaeding-box .newshaeding-inner .title-wrap h2 {
          font-size: 28px; } }
.news-events-page .newshaeding-box .feature-post {
  display: flex;
  background: #F9F9F9;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 850px) {
    .news-events-page .newshaeding-box .feature-post {
      flex-direction: column; } }
  .news-events-page .newshaeding-box .feature-post .feature-img {
    width: 50%; }
    @media (max-width: 850px) {
      .news-events-page .newshaeding-box .feature-post .feature-img {
        width: 100%; } }
    @media (max-width: 500px) {
      .news-events-page .newshaeding-box .feature-post .feature-img {
        height: 40vh; } }
    .news-events-page .newshaeding-box .feature-post .feature-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center; }
  .news-events-page .newshaeding-box .feature-post .post-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 10px; }
    @media (max-width: 991px) {
      .news-events-page .newshaeding-box .feature-post .post-content {
        padding: 30px; } }
    @media (max-width: 850px) {
      .news-events-page .newshaeding-box .feature-post .post-content {
        width: 100%; } }
    @media (max-width: 500px) {
      .news-events-page .newshaeding-box .feature-post .post-content {
        padding: 20px; } }
    .news-events-page .newshaeding-box .feature-post .post-content .post-cat {
      font-size: 14px;
      margin-bottom: 30px; }
      @media (max-width: 500px) {
        .news-events-page .newshaeding-box .feature-post .post-content .post-cat {
          margin-bottom: 10px; } }
    .news-events-page .newshaeding-box .feature-post .post-content h3 a {
      color: #151515;
      font-size: 32px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%;
      /* 38.4px */ }
      @media (max-width: 500px) {
        .news-events-page .newshaeding-box .feature-post .post-content h3 a {
          font-size: 22px; } }
      .news-events-page .newshaeding-box .feature-post .post-content h3 a:hover {
        color: #0077C8; }
    .news-events-page .newshaeding-box .feature-post .post-content p {
      overflow: hidden;
      color: #3F4A5B;
      text-overflow: ellipsis;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      padding: 0;
      margin: 0; }
      @media (max-width: 500px) {
        .news-events-page .newshaeding-box .feature-post .post-content p {
          font-size: 14px; } }
    .news-events-page .newshaeding-box .feature-post .post-content .post-date {
      color: #8791A4;
      font-family: "Work Sans", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 20px; }
.news-events-page .post-list {
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 32px;
  grid-row-gap: 60px; }
  @media (max-width: 991px) {
    .news-events-page .post-list {
      grid-row-gap: 30px; } }
  @media (max-width: 850px) {
    .news-events-page .post-list {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 767px) {
    .news-events-page .post-list {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 500px) {
    .news-events-page .post-list {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  .news-events-page .post-list .news-itm {
    position: relative;
    padding-bottom: 10px; }
    .news-events-page .post-list .news-itm .news-text a.readmore {
      position: absolute;
      bottom: 7px; }
.news-events-page .news-banner {
  width: 100%;
  background-color: #F1F1F1;
  padding: 60px 0px; }
  @media (max-width: 767px) {
    .news-events-page .news-banner {
      padding: 30px 0px; } }
  .news-events-page .news-banner .news-banner-inner {
    display: flex;
    flex-direction: column; }
    .news-events-page .news-banner .news-banner-inner .breadcrumb-wrap {
      padding: 28px 0px; }
    .news-events-page .news-banner .news-banner-inner h1 {
      color: #4D4D4D;
      font-family: "Work Sans", sans-serif;
      font-size: 36px;
      font-style: normal;
      padding: 0;
      margin: 0;
      font-weight: 600;
      line-height: 120%;
      /* 43.2px */ }
      @media (max-width: 991px) {
        .news-events-page .news-banner .news-banner-inner h1 {
          font-size: 30px; } }
      @media (max-width: 500px) {
        .news-events-page .news-banner .news-banner-inner h1 {
          font-size: 26px;
          margin-bottom: 20px; } }
  .news-events-page .news-banner .news-content {
    width: 100%;
    display: flex; }
    @media (max-width: 767px) {
      .news-events-page .news-banner .news-content {
        flex-direction: column; } }
    .news-events-page .news-banner .news-content .left-image {
      width: 60%;
      border-radius: 20px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .news-events-page .news-banner .news-content .left-image {
          width: 100%; } }
      .news-events-page .news-banner .news-content .left-image img {
        width: 100%;
        height: 100%; }
    .news-events-page .news-banner .news-content .right-info {
      padding: 15px 30px;
      width: 40%; }
      @media (max-width: 1024px) {
        .news-events-page .news-banner .news-content .right-info {
          padding: 15px 20px; } }
      @media (max-width: 767px) {
        .news-events-page .news-banner .news-content .right-info {
          width: 100%; } }
      .news-events-page .news-banner .news-content .right-info .date,
      .news-events-page .news-banner .news-content .right-info .reading-time {
        color: #666;
        font-family: "Montserrat", sans-serif;
        font-size: 17.813px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        /* 145.965% */
        letter-spacing: -0.3px;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .news-events-page .news-banner .news-content .right-info .date,
          .news-events-page .news-banner .news-content .right-info .reading-time {
            font-size: 14px;
            line-height: 20px;
            /* 145.965% */ } }
        @media (max-width: 500px) {
          .news-events-page .news-banner .news-content .right-info .date,
          .news-events-page .news-banner .news-content .right-info .reading-time {
            font-size: 14px;
            margin-bottom: 5px; } }
      .news-events-page .news-banner .news-content .right-info .share-container {
        padding-top: 40px; }
        @media (max-width: 800px) {
          .news-events-page .news-banner .news-content .right-info .share-container {
            padding-top: 10px; } }
        .news-events-page .news-banner .news-content .right-info .share-container p {
          color: #333;
          font-family: "Montserrat", sans-serif;
          font-size: 15.375px;
          font-style: normal;
          font-weight: 500;
          line-height: 20.8px;
          /* 135.285% */
          letter-spacing: -0.24px;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .news-events-page .news-banner .news-content .right-info .share-container p {
              margin-bottom: 10px; } }
          @media (max-width: 500px) {
            .news-events-page .news-banner .news-content .right-info .share-container p {
              font-size: 12px; } }
        .news-events-page .news-banner .news-content .right-info .share-container .icons {
          display: flex;
          gap: 17px;
          padding-top: 15px; }
          @media (max-width: 767px) {
            .news-events-page .news-banner .news-content .right-info .share-container .icons {
              padding-top: 0px;
              gap: 10px; } }
          @media (max-width: 500px) {
            .news-events-page .news-banner .news-content .right-info .share-container .icons a {
              width: 22px; } }
          .news-events-page .news-banner .news-content .right-info .share-container .icons a:hover {
            transform: scale(1.1); }
.news-events-page .news-introduction {
  padding: 40px 0px; }
  .news-events-page .news-introduction .container {
    max-width: 840px; }
  .news-events-page .news-introduction .news-meta {
    display: flex;
    flex-direction: column;
    padding: 24px 0 80px 0;
    border-top: 1px solid #E4E7EC;
    gap: 40px; }
    @media (max-width: 767px) {
      .news-events-page .news-introduction .news-meta {
        padding: 24px 0 30px 0; } }
    .news-events-page .news-introduction .news-meta .news-meta-inner {
      display: flex;
      gap: 30px;
      justify-content: space-between; }
      @media (max-width: 700px) {
        .news-events-page .news-introduction .news-meta .news-meta-inner {
          gap: 15px; } }
      @media (max-width: 400px) {
        .news-events-page .news-introduction .news-meta .news-meta-inner {
          flex-direction: column;
          text-align: center;
          justify-content: center;
          align-items: center; } }
      .news-events-page .news-introduction .news-meta .news-meta-inner .news-right {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        max-width: 300px; }
        @media (max-width: 700px) {
          .news-events-page .news-introduction .news-meta .news-meta-inner .news-right {
            gap: 10px; } }
      .news-events-page .news-introduction .news-meta .news-meta-inner .news-left p {
        padding: 0;
        margin: 0;
        color: #393D44;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        /* 150% */ }
        @media (max-width: 700px) {
          .news-events-page .news-introduction .news-meta .news-meta-inner .news-left p {
            font-size: 14px; } }
      .news-events-page .news-introduction .news-meta .news-meta-inner .news-right .country-wrap {
        display: flex;
        height: 35px;
        padding: 3.5px 7.8px 4.5px 8px;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.07);
        color: #333;
        font-family: "Work Sans", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        /* 168.75% */ }
  .news-events-page .news-introduction .news-inner {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px; }
    .news-events-page .news-introduction .news-inner h2,
    .news-events-page .news-introduction .news-inner h3,
    .news-events-page .news-introduction .news-inner h4 {
      color: #000;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 600;
      padding-bottom: 10px;
      margin: 0;
      line-height: 150%;
      /* 45px */ }
    .news-events-page .news-introduction .news-inner h2 {
      font-size: 30px; }
      @media (max-width: 991px) {
        .news-events-page .news-introduction .news-inner h2 {
          font-size: 25px; } }
    .news-events-page .news-introduction .news-inner h3 {
      font-size: 25px; }
      @media (max-width: 22px) {
        .news-events-page .news-introduction .news-inner h3 {
          font-size: 25px; } }
    .news-events-page .news-introduction .news-inner h4 {
      font-size: 20px; }
      @media (max-width: 991px) {
        .news-events-page .news-introduction .news-inner h4 {
          font-size: 18px; } }
    .news-events-page .news-introduction .news-inner p {
      color: #3F4A5B;
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
      @media (max-width: 991px) {
        .news-events-page .news-introduction .news-inner p {
          font-size: 16px; } }
      @media (max-width: 500px) {
        .news-events-page .news-introduction .news-inner p {
          font-size: 14px; } }
    .news-events-page .news-introduction .news-inner img {
      border-radius: 20px;
      height: auto;
      width: auto;
      max-width: 100%; }
    .news-events-page .news-introduction .news-inner .secondary_image {
      margin: 30px 0; }

.related-news-box {
  background: #F2F2F7;
  padding: 60px 0px; }
  @media (max-width: 900px) {
    .related-news-box {
      padding: 30px 0px; } }
  .related-news-box .slick-track {
    display: flex; }
    .related-news-box .slick-track .slick-slide {
      height: auto; }
      .related-news-box .slick-track .slick-slide div,
      .related-news-box .slick-track .slick-slide .news-itm {
        height: 100%; }
      .related-news-box .slick-track .slick-slide .news-itm {
        width: auto !important;
        margin-right: 30px; }
  .related-news-box .news-heading {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .related-news-box .news-heading a {
      color: #00A9E0;
      font-family: "Outfit", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 14px;
      /* 100% */
      letter-spacing: 0.14px;
      text-transform: uppercase;
      padding-right: 20px;
      background: url("images/icons/angle-right-small.svg") right center no-repeat; }
      @media (max-width: 500px) {
        .related-news-box .news-heading a {
          display: none; } }
    .related-news-box .news-heading h2 {
      color: #000;
      font-family: "Outfit", sans-serif;
      font-size: 42px;
      font-style: normal;
      padding: 0 0 60px 0;
      font-weight: 600;
      line-height: 120%;
      /* 50.4px */ }
      @media (max-width: 991px) {
        .related-news-box .news-heading h2 {
          font-size: 32px;
          padding: 0 0 20px 0; } }
      @media (max-width: 500px) {
        .related-news-box .news-heading h2 {
          font-size: 28px; } }
  .related-news-box .news-itm {
    border-radius: 16px;
    background: #F9F9F9;
    overflow: hidden;
    margin-right: 30px; }
    .related-news-box .news-itm .news-itm-inner {
      background: #F9F9F9;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      position: relative;
      padding-bottom: 45px;
      border-radius: 16px; }
    .related-news-box .news-itm .single-news-banner {
      width: 100%;
      height: 25vh !important;
      min-height: 200px;
      position: relative; }
      .related-news-box .news-itm .single-news-banner .post-cat {
        position: absolute;
        display: inline-flex;
        padding: 6px 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 29px;
        background: rgba(238, 238, 246, 0.74);
        backdrop-filter: blur(2px);
        top: 15px;
        left: 15px;
        color: #001F29;
        font-family: "Work Sans", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        /* 133.333% */ }
      .related-news-box .news-itm .single-news-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center; }
    .related-news-box .news-itm .news-text {
      display: flex;
      flex-direction: column;
      padding: 20px;
      gap: 8px; }
      .related-news-box .news-itm .news-text h4 {
        padding: 0;
        margin: 0; }
        .related-news-box .news-itm .news-text h4 a {
          color: #151515;
          font-family: "Work Sans", sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 120%; }
          .related-news-box .news-itm .news-text h4 a:hover {
            color: #0077C8; }
      .related-news-box .news-itm .news-text p {
        color: #3F4A5B;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        padding: 0;
        margin: 0; }
      .related-news-box .news-itm .news-text span.post-date {
        color: #8791A4;
        font-family: "Work Sans", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 200% */
        margin-bottom: 12px; }
      .related-news-box .news-itm .news-text a.readmore {
        position: absolute;
        bottom: 20px;
        color: #1E77BD; }
      .related-news-box .news-itm .news-text a.readmore:after {
        width: 24px;
        height: 24px;
        content: "";
        position: absolute;
        background: url("images/icons/angle-right-small-dark.svg") center no-repeat;
        bottom: 0; }

span.post-cat {
  display: inline-flex;
  width: max-content;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 29px;
  background: #EEEEF6;
  color: #00A9E0;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */ }

.news-itm {
  width: 100% !important;
  border-radius: 16px;
  background: #F9F9F9;
  overflow: hidden; }
  @media (max-width: 850px) {
    .news-itm {
      width: auto !important; } }
  .news-itm .news-itm-inner {
    background: #F9F9F9;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 45px;
    border-radius: 16px; }
  .news-itm .single-news-banner {
    width: 100%;
    height: 25vh;
    min-height: 200px;
    position: relative; }
    .news-itm .single-news-banner .post-date {
      position: absolute;
      z-index: 2;
      bottom: 0;
      background: #003DA5;
      color: #fff;
      font-size: 12px;
      padding: 8px;
      display: inline-flex;
      right: 0;
      border-radius: 8px 0px 0 0; }
    .news-itm .single-news-banner .post-cat {
      position: absolute;
      display: inline-flex;
      padding: 6px 15px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 29px;
      background: rgba(238, 238, 246, 0.74);
      backdrop-filter: blur(2px);
      top: 15px;
      left: 15px;
      color: #001F29;
      font-family: "Work Sans", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px;
      /* 133.333% */ }
    .news-itm .single-news-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center; }
  .news-itm .news-text {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 8px; }
    .news-itm .news-text h4 {
      padding: 0;
      margin: 0; }
      .news-itm .news-text h4 a {
        color: #151515;
        font-family: "Work Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; }
        .news-itm .news-text h4 a:hover {
          color: #0077C8; }
    .news-itm .news-text p {
      color: #3F4A5B;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      padding: 0;
      margin: 0; }
    .news-itm .news-text span.post-date {
      color: #8791A4;
      font-family: "Work Sans", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 200% */
      margin-bottom: 12px; }
    .news-itm .news-text a.readmore {
      position: absolute;
      bottom: 20px; }
    .news-itm .news-text a.readmore2 {
      position: relative;
      bottom: 0; }

.news-itm-slide {
  border-radius: 16px;
  background: #F9F9F9;
  margin-right: 30px; }
  .news-itm-slide .news-itm-inner {
    background: #F9F9F9;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 45px;
    border-radius: 16px; }
  .news-itm-slide .single-news-banner {
    width: 100%;
    height: 25vh !important;
    min-height: 200px;
    position: relative; }
    .news-itm-slide .single-news-banner .post-cat {
      position: absolute;
      display: inline-flex;
      padding: 6px 15px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 29px;
      background: rgba(238, 238, 246, 0.74);
      backdrop-filter: blur(2px);
      top: 15px;
      left: 15px;
      color: #001F29;
      font-family: "Work Sans", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px;
      /* 133.333% */ }
    .news-itm-slide .single-news-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center; }
  .news-itm-slide .news-text {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 8px; }
    .news-itm-slide .news-text h4 {
      padding: 0;
      margin: 0; }
      .news-itm-slide .news-text h4 a {
        color: #151515;
        font-family: "Work Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; }
        .news-itm-slide .news-text h4 a:hover {
          color: #0077C8; }
    .news-itm-slide .news-text p {
      color: #3F4A5B;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      padding: 0;
      margin: 0; }
    .news-itm-slide .news-text span.post-date {
      color: #8791A4;
      font-family: "Work Sans", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 200% */
      margin-bottom: 12px; }
    .news-itm-slide .news-text a.readmore {
      position: absolute;
      bottom: 20px;
      color: #1E77BD; }
    .news-itm-slide .news-text a.readmore:after {
      width: 24px;
      height: 24px;
      content: "";
      position: absolute;
      background: url("images/icons/angle-right-small-dark.svg") center no-repeat;
      bottom: 0; }

.slickbtn-holder {
  padding: 60px 0px; }
  .slickbtn-holder .slick-arrow {
    width: 42px;
    height: 42px;
    font-size: 0;
    -webkit-appearance: none;
    z-index: 5;
    border: 0px;
    margin-right: 10px; }
    .slickbtn-holder .slick-arrow.slick-prev {
      background: url("images/icons/arrow-left.svg") center no-repeat; }
    .slickbtn-holder .slick-arrow.slick-next {
      background: url("images/icons/arrow-right.svg") center no-repeat;
      left: 60px; }

.news-tabs {
  display: flex;
  border-radius: 43px;
  background: #F2FCFF;
  padding: 6px; }
  .news-tabs a {
    border-radius: 31px;
    color: #757575;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding: 10px 30px; }
    @media (max-width: 400px) {
      .news-tabs a {
        font-size: 12px;
        text-align: center; } }
    .news-tabs a.active {
      background: #003DA5;
      color: #fff; }

.edu_advising-page .advising-intro {
  background: #F2F2F7;
  padding: 60px 0px; }
  .edu_advising-page .advising-intro .container {
    max-width: 1030px; }
  .edu_advising-page .advising-intro .advising-intro-inner h3 {
    color: #000;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 0 0 20px 0; }
    @media (max-width: 500px) {
      .edu_advising-page .advising-intro .advising-intro-inner h3 {
        font-size: 28px; } }
  .edu_advising-page .advising-intro .advising-intro-inner p {
    color: #3F4A5B;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
    @media (max-width: 500px) {
      .edu_advising-page .advising-intro .advising-intro-inner p {
        font-size: 14px;
        line-height: 140%; } }
    .edu_advising-page .advising-intro .advising-intro-inner p a {
      color: #4070BA;
      font-weight: 700; }
.edu_advising-page .advising-tabinfo {
  padding: 100px 0 80px 0px; }
  .edu_advising-page .advising-tabinfo .tabinfo-title {
    padding-bottom: 56px; }
    @media (max-width: 500px) {
      .edu_advising-page .advising-tabinfo .tabinfo-title {
        padding-bottom: 15px; } }
    .edu_advising-page .advising-tabinfo .tabinfo-title h2 {
      color: #000;
      font-family: "Outfit", sans-serif;
      font-size: 42px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      /* 50.4px */ }
      @media (max-width: 500px) {
        .edu_advising-page .advising-tabinfo .tabinfo-title h2 {
          font-size: 28px; } }
  .edu_advising-page .advising-tabinfo .tablist-wrap {
    display: flex; }
    @media (max-width: 600px) {
      .edu_advising-page .advising-tabinfo .tablist-wrap {
        flex-direction: column; } }
    .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-title {
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 600px) {
        .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-title {
          justify-content: center; } }
      .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-title .advising-tab-title-inner {
        width: 100%;
        max-width: 500px;
        padding: 0px 28px;
        display: flex;
        flex-direction: column; }
        .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-title .advising-tab-title-inner a {
          display: flex;
          align-items: center;
          gap: 14px;
          padding: 16px 0px;
          border-bottom: 1px solid rgba(170, 170, 170, 0.4);
          color: #1E77BD;
          font-family: "Montserrat", sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: 140%;
          position: relative;
          cursor: pointer; }
          @media (max-width: 500px) {
            .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-title .advising-tab-title-inner a {
              font-size: 14px;
              padding: 10px 0; } }
          @media (max-width: 600px) {
            .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-title .advising-tab-title-inner a img {
              display: none; } }
          .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-title .advising-tab-title-inner a:after {
            content: '';
            width: 30px;
            height: 48px;
            background: url("images/misc/expand-arrow.svg") center no-repeat;
            right: -30px;
            bottom: -3px;
            position: absolute;
            z-index: 2;
            display: none; }
            @media (max-width: 600px) {
              .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-title .advising-tab-title-inner a:after {
                content: none; } }
          .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-title .advising-tab-title-inner a.active {
            color: #284860; }
    .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-text {
      min-width: calc(50% + 100px); }
      .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-text .advising-tab-text-inner {
        width: 100%;
        border-radius: 20px 0px 0px 20px;
        background: #F2F2F7;
        padding: 27px;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.11));
        height: calc(100% + 30px); }
        .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-text .advising-tab-text-inner .advice-itm {
          max-width: 750px;
          width: 100%; }
          .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-text .advising-tab-text-inner .advice-itm p {
            color: #3F4A5B;
            font-family: "Work Sans", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; }
            @media (max-width: 500px) {
              .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-text .advising-tab-text-inner .advice-itm p {
                font-size: 14px;
                line-height: 140%; } }
            .edu_advising-page .advising-tabinfo .tablist-wrap .advising-tab-text .advising-tab-text-inner .advice-itm p a {
              color: #1B459C;
              font-weight: 700; }

.events-wrapper {
  padding: 45px 0px;
  background: #1A459C; }
  .events-wrapper .events-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px; }
    @media (max-width: 500px) {
      .events-wrapper .events-heading {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 40px;
        align-items: flex-start; } }
    .events-wrapper .events-heading h2 {
      color: #FFF;
      font-family: "Outfit", sans-serif;
      font-size: 42px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      /* 50.4px */
      text-transform: uppercase; }
      @media (max-width: 500px) {
        .events-wrapper .events-heading h2 {
          font-size: 28px; } }
    .events-wrapper .events-heading a {
      color: #FFF;
      font-family: "Inter", sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-transform: uppercase;
      background: url("images/icons/gray-arrow-head.svg") right center no-repeat;
      padding-right: 20px; }
  .events-wrapper .events-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
    @media (max-width: 860px) {
      .events-wrapper .events-list {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .events-wrapper .events-list .event-itm {
      display: flex;
      gap: 20px;
      align-items: center; }
      .events-wrapper .events-list .event-itm .event-date {
        display: flex;
        width: 70px;
        height: 70px;
        flex-shrink: 0;
        background: #fff;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 50%; }
        .events-wrapper .events-list .event-itm .event-date span {
          color: #212333;
          text-align: center;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase;
          font-family: "Barlow Condensed", sans-serif;
          letter-spacing: 1px; }
      .events-wrapper .events-list .event-itm .event-heading {
        display: flex;
        flex-direction: column;
        gap: 8px; }
        .events-wrapper .events-list .event-itm .event-heading a {
          color: #FFF;
          font-family: 'Arial';
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 22px;
          max-width: 260px; }
        .events-wrapper .events-list .event-itm .event-heading span {
          color: #FFF;
          font-family: "Lexend", sans-serif;
          font-size: 13px;
          font-style: normal;
          font-weight: 500;
          line-height: 22px;
          display: none;
          /* 169.231% */ }

.advice-events {
  background: #1A459C; }

.alumni-list-page .alumni-list-box .alumni-list-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px; }
  @media (max-width: 767px) {
    .alumni-list-page .alumni-list-box .alumni-list-heading {
      flex-direction: column;
      gap: 20px; } }
  .alumni-list-page .alumni-list-box .alumni-list-heading .breadcrumb-wrap {
    padding-top: 0; }
.alumni-list-page .alumni-list-box .alumni-list-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 24px;
  gap: 39px; }
  @media (max-width: 500px) {
    .alumni-list-page .alumni-list-box .alumni-list-filter {
      flex-direction: column; } }
  .alumni-list-page .alumni-list-box .alumni-list-filter .dropdown-box {
    border-radius: 12px;
    border: 1px solid #DDE2E4;
    background: #fff;
    padding: 4px 4px 4px 12px;
    display: flex;
    gap: 15px; }
    .alumni-list-page .alumni-list-box .alumni-list-filter .dropdown-box span {
      color: #9AA6AC;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 171.429% */
      letter-spacing: -0.084px;
      white-space: nowrap; }
    .alumni-list-page .alumni-list-box .alumni-list-filter .dropdown-box select {
      padding-right: 30px;
      border: 0;
      -webkit-appearance: none;
      color: #252C32;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 171.429% */
      letter-spacing: -0.084px;
      background: url("images/misc/select-arrow-down.svg") right 5px center no-repeat; }
.alumni-list-page .alumni-stories-wrap {
  padding: 60px 0px; }
  .alumni-list-page .alumni-stories-wrap .no-items {
    display: none; }
  .alumni-list-page .alumni-stories-wrap .alumni-stories-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 32px;
    grid-row-gap: 50px; }
    @media (max-width: 900px) {
      .alumni-list-page .alumni-stories-wrap .alumni-stories-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media (max-width: 800px) {
      .alumni-list-page .alumni-stories-wrap .alumni-stories-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 480px) {
      .alumni-list-page .alumni-stories-wrap .alumni-stories-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .alumni-list-page .alumni-stories-wrap .alumni-stories-inner .alumni-story-itm {
      border-radius: 20px;
      background: #F9F9F9;
      overflow: hidden;
      display: flex;
      flex-direction: column; }
      .alumni-list-page .alumni-stories-wrap .alumni-stories-inner .alumni-story-itm .story-banner {
        height: 200px; }
        .alumni-list-page .alumni-stories-wrap .alumni-stories-inner .alumni-story-itm .story-banner img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .alumni-list-page .alumni-stories-wrap .alumni-stories-inner .alumni-story-itm .story-text {
        padding: 20px; }
        .alumni-list-page .alumni-stories-wrap .alumni-stories-inner .alumni-story-itm .story-text h3 {
          color: #151515;
          font-family: "Work Sans", sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          padding-bottom: 4px;
          line-height: 120%;
          /* 21.6px */ }
        .alumni-list-page .alumni-stories-wrap .alumni-stories-inner .alumni-story-itm .story-text p {
          padding: 0 0 8px 0;
          margin: 0;
          color: #585858;
          font-family: "Work Sans", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 120%;
          /* 19.2px */ }

.alumni-single-page .alumini-info-top .container {
  max-width: 1270px; }
.alumni-single-page .alumini-info-content {
  display: flex;
  gap: 40px;
  padding-top: 48px; }
  @media (max-width: 1160px) {
    .alumni-single-page .alumini-info-content {
      flex-direction: column; } }
  .alumni-single-page .alumini-info-content .left {
    width: 50%; }
    @media (max-width: 1160px) {
      .alumni-single-page .alumini-info-content .left {
        width: 100%; } }
    @media (max-width: 600px) {
      .alumni-single-page .alumini-info-content .left {
        padding: 0; } }
    .alumni-single-page .alumini-info-content .left video, .alumni-single-page .alumini-info-content .left img {
      width: 100%;
      border-radius: 16px; }
  .alumni-single-page .alumini-info-content .right {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    align-self: stretch; }
    @media (max-width: 1160px) {
      .alumni-single-page .alumini-info-content .right {
        width: 100%;
        justify-content: space-around; } }
    @media (max-width: 770px) {
      .alumni-single-page .alumini-info-content .right {
        flex-direction: column; } }
    @media (max-width: 600px) {
      .alumni-single-page .alumini-info-content .right {
        padding: 0; } }
    .alumni-single-page .alumini-info-content .right .student-details {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px; }
      @media (max-width: 770px) {
        .alumni-single-page .alumini-info-content .right .student-details {
          width: 100%;
          gap: 12px; } }
      .alumni-single-page .alumini-info-content .right .student-details .degree {
        display: flex;
        align-items: flex-start;
        gap: 10px; }
        .alumni-single-page .alumini-info-content .right .student-details .degree .icon {
          width: 22px;
          height: 22px; }
          @media (max-width: 600px) {
            .alumni-single-page .alumini-info-content .right .student-details .degree .icon {
              width: 16px; } }
      .alumni-single-page .alumini-info-content .right .student-details .name-container,
      .alumni-single-page .alumini-info-content .right .student-details .regno-container,
      .alumni-single-page .alumini-info-content .right .student-details .edu-container {
        width: 100%; }
        .alumni-single-page .alumini-info-content .right .student-details .name-container .label,
        .alumni-single-page .alumini-info-content .right .student-details .regno-container .label,
        .alumni-single-page .alumini-info-content .right .student-details .edu-container .label {
          color: #4F5764;
          font-family: "Work Sans", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 140%;
          /* 22.4px */ }
          @media (max-width: 600px) {
            .alumni-single-page .alumini-info-content .right .student-details .name-container .label,
            .alumni-single-page .alumini-info-content .right .student-details .regno-container .label,
            .alumni-single-page .alumini-info-content .right .student-details .edu-container .label {
              font-size: 12px; } }
        .alumni-single-page .alumini-info-content .right .student-details .name-container .value,
        .alumni-single-page .alumini-info-content .right .student-details .regno-container .value,
        .alumni-single-page .alumini-info-content .right .student-details .edu-container .value {
          color: #151515;
          font-family: "Work Sans", sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 120%;
          /* 21.6px */ }
          @media (max-width: 600px) {
            .alumni-single-page .alumini-info-content .right .student-details .name-container .value,
            .alumni-single-page .alumini-info-content .right .student-details .regno-container .value,
            .alumni-single-page .alumini-info-content .right .student-details .edu-container .value {
              font-size: 14px; } }
        .alumni-single-page .alumini-info-content .right .student-details .name-container .value-500,
        .alumni-single-page .alumini-info-content .right .student-details .regno-container .value-500,
        .alumni-single-page .alumini-info-content .right .student-details .edu-container .value-500 {
          color: #151515;
          font-family: "Work Sans", sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 120%;
          /* 21.6px */ }
          @media (max-width: 600px) {
            .alumni-single-page .alumini-info-content .right .student-details .name-container .value-500,
            .alumni-single-page .alumini-info-content .right .student-details .regno-container .value-500,
            .alumni-single-page .alumini-info-content .right .student-details .edu-container .value-500 {
              font-size: 14px; } }
        .alumni-single-page .alumini-info-content .right .student-details .name-container .value-outfit,
        .alumni-single-page .alumini-info-content .right .student-details .regno-container .value-outfit,
        .alumni-single-page .alumini-info-content .right .student-details .edu-container .value-outfit {
          color: #222325;
          font-family: "Outfit", sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          /* 27px */ }
          @media (max-width: 600px) {
            .alumni-single-page .alumini-info-content .right .student-details .name-container .value-outfit,
            .alumni-single-page .alumini-info-content .right .student-details .regno-container .value-outfit,
            .alumni-single-page .alumini-info-content .right .student-details .edu-container .value-outfit {
              font-size: 14px; } }
    .alumni-single-page .alumini-info-content .right .contact-details {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 26px; }
      @media (max-width: 770px) {
        .alumni-single-page .alumini-info-content .right .contact-details {
          width: 100%; } }
      .alumni-single-page .alumini-info-content .right .contact-details .label {
        color: #4F5764;
        font-family: "Work Sans", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        /* 22.4px */ }
        @media (max-width: 600px) {
          .alumni-single-page .alumini-info-content .right .contact-details .label {
            font-size: 12px; } }
      .alumni-single-page .alumini-info-content .right .contact-details .value {
        color: #151515;
        font-family: "Work Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 21.6px */ }
        @media (max-width: 600px) {
          .alumni-single-page .alumini-info-content .right .contact-details .value {
            font-size: 14px; } }
      .alumni-single-page .alumini-info-content .right .contact-details .value-500 {
        color: #151515;
        font-family: "Work Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 21.6px */ }
        @media (max-width: 600px) {
          .alumni-single-page .alumini-info-content .right .contact-details .value-500 {
            font-size: 14px; } }
      .alumni-single-page .alumini-info-content .right .contact-details .value-outfit {
        color: #222325;
        font-family: "Outfit", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 27px */ }
        @media (max-width: 600px) {
          .alumni-single-page .alumini-info-content .right .contact-details .value-outfit {
            font-size: 14px; } }
      .alumni-single-page .alumini-info-content .right .contact-details .top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px; }
        .alumni-single-page .alumini-info-content .right .contact-details .top .values {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 8px; }
          .alumni-single-page .alumini-info-content .right .contact-details .top .values .mobile,
          .alumni-single-page .alumini-info-content .right .contact-details .top .values .email,
          .alumni-single-page .alumini-info-content .right .contact-details .top .values .web {
            display: flex;
            gap: 10px;
            align-items: flex-start; }
      .alumni-single-page .alumini-info-content .right .contact-details .bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px; }
        .alumni-single-page .alumini-info-content .right .contact-details .bottom .year {
          display: flex;
          align-items: flex-start;
          gap: 10px; }
.alumni-single-page .alumini-single-txt .container {
  max-width: 1270px; }
.alumni-single-page .info-container {
  display: inline-flex;
  padding: 60px 0px;
  align-items: flex-start;
  gap: 130px; }
  @media (max-width: 1160px) {
    .alumni-single-page .info-container {
      width: 100%;
      padding: 60px 0px;
      flex-direction: column;
      gap: 50px; } }
  @media (max-width: 600px) {
    .alumni-single-page .info-container {
      padding: 50px 0px; } }
  .alumni-single-page .info-container .left {
    display: flex;
    max-width: 604px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; }
    @media (max-width: 1160px) {
      .alumni-single-page .info-container .left {
        max-width: none; } }
    .alumni-single-page .info-container .left ul {
      margin-left: 1rem; }
  .alumni-single-page .info-container .right {
    display: flex;
    max-width: 500px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; }
    @media (max-width: 1160px) {
      .alumni-single-page .info-container .right {
        max-width: none; } }
  .alumni-single-page .info-container .info-label {
    color: #5E6875;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */ }
    @media (max-width: 600px) {
      .alumni-single-page .info-container .info-label {
        font-size: 14px; } }
  .alumni-single-page .info-container .text {
    color: #222325;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */ }
    @media (max-width: 600px) {
      .alumni-single-page .info-container .text {
        font-size: 14px; } }
  .alumni-single-page .info-container.more-infodetails {
    flex-direction: column;
    gap: 30px; }
    .alumni-single-page .info-container.more-infodetails .left {
      max-width: 100%; }
    .alumni-single-page .info-container.more-infodetails .right {
      display: block;
      max-width: 100%; }
      .alumni-single-page .info-container.more-infodetails .right ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 50px;
        padding: 0;
        margin: 0; }
        @media (max-width: 767px) {
          .alumni-single-page .info-container.more-infodetails .right ul {
            grid-template-columns: repeat(1, minmax(0, 1fr));
            gap: 30px; } }
        .alumni-single-page .info-container.more-infodetails .right ul li {
          list-style-type: none;
          padding: 30px;
          background: #D6EDFF;
          border-radius: 8px; }
          .alumni-single-page .info-container.more-infodetails .right ul li p {
            text-align: center; }

.contact-page .page-content .content-wrap {
  width: 100%;
  display: flex;
  gap: 60px; }
  @media (max-width: 960px) {
    .contact-page .page-content .content-wrap {
      flex-direction: column; } }
  @media (max-width: 660px) {
    .contact-page .page-content .content-wrap {
      padding-left: 0; } }
.contact-page .page-content .left {
  width: 50%;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 960px) {
    .contact-page .page-content .left {
      width: 100%; } }
  .contact-page .page-content .left .left-wrapper {
    width: 100%;
    padding: 0px 30px; }
    @media (max-width: 960px) {
      .contact-page .page-content .left .left-wrapper {
        max-width: 100%; } }
  .contact-page .page-content .left .inner-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-top: 35px; }
    @media (max-width: 960px) {
      .contact-page .page-content .left .inner-content {
        padding-bottom: 0px;
        padding-right: 0px; } }
    @media (max-width: 660px) {
      .contact-page .page-content .left .inner-content {
        padding-inline: 0;
        gap: 10px; } }
    .contact-page .page-content .left .inner-content .description p {
      margin: 0;
      max-width: 496px;
      color: #000;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 171.429% */
      letter-spacing: 0.14px; }
    .contact-page .page-content .left .inner-content form {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .contact-page .page-content .left .inner-content form .field-wrapper p {
        margin: 0; }
        .contact-page .page-content .left .inner-content form .field-wrapper p select {
          appearance: none;
          background: url("images/contact/vector-2.svg") right 15px center no-repeat #fff;
          font-family: "Work Sans", sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px;
          /* 171.429% */
          letter-spacing: 0.14px;
          border: 1px solid #E0E0E0;
          padding: 10px 15px;
          color: #000;
          outline: none;
          width: 100%; }
        .contact-page .page-content .left .inner-content form .field-wrapper p input {
          border: 1px solid #E0E0E0;
          padding: 10px 15px;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0.14px;
          color: #828288;
          font-family: "Work Sans", sans-serif;
          outline: none;
          margin: 0;
          background: none; }
      .contact-page .page-content .left .inner-content form .submit-btn p {
        margin: 0; }
        .contact-page .page-content .left .inner-content form .submit-btn p input[type=submit] {
          display: flex;
          width: 100%;
          height: 50px;
          max-width: none;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 16px !important;
          border: none;
          background: #003DA5;
          color: #fff;
          font-family: "Montserrat", sans-serif;
          margin: 0;
          transition-duration: 0.3s; }
          @media (max-width: 500px) {
            .contact-page .page-content .left .inner-content form .submit-btn p input[type=submit] {
              height: 36px;
              line-height: 36px; } }
        .contact-page .page-content .left .inner-content form .submit-btn p input[type=submit]:hover {
          background: #305ebc; }
    .contact-page .page-content .left .inner-content .details-container {
      display: flex;
      align-items: center;
      width: 100%;
      gap: 50px;
      flex-wrap: wrap; }
      @media (max-width: 500px) {
        .contact-page .page-content .left .inner-content .details-container {
          flex-direction: column;
          align-items: flex-start;
          gap: 20px; } }
      .contact-page .page-content .left .inner-content .details-container .item-box {
        display: flex;
        align-items: center;
        gap: 15px; }
        .contact-page .page-content .left .inner-content .details-container .item-box .icon-left img {
          width: 28px; }
        .contact-page .page-content .left .inner-content .details-container .item-box .info-right .name {
          text-transform: uppercase;
          font-size: 13px;
          color: #000;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          margin-bottom: 0; }
        .contact-page .page-content .left .inner-content .details-container .item-box .info-right .value {
          font-size: 13px;
          font-family: "Montserrat", sans-serif;
          color: #D18412;
          margin-bottom: 0; }
.contact-page .page-content .right {
  width: 50%; }
  @media (max-width: 960px) {
    .contact-page .page-content .right {
      width: 100%; } }
  .contact-page .page-content .right .inner-content {
    height: 100%;
    padding-top: 50px; }
    @media (max-width: 960px) {
      .contact-page .page-content .right .inner-content {
        padding: 30px; } }
    .contact-page .page-content .right .inner-content .map {
      width: 100%;
      height: 100%;
      min-height: 400px;
      border: none;
      border-radius: 16px; }
      @media (max-width: 960px) {
        .contact-page .page-content .right .inner-content .map {
          width: 100%;
          height: 80vh;
          padding-bottom: 50px;
          border-radius: 0px; } }
.contact-page .page-content .contact-infobox {
  padding-top: 50px; }
  .contact-page .page-content .contact-infobox .inner-content {
    padding-top: 0; }
.contact-page .page-content .opening-info h4 {
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 0; }
.contact-page .page-content .opening-info ul {
  padding: 15px 0px;
  margin: 0;
  list-style-type: none; }
  .contact-page .page-content .opening-info ul li {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0; }
    .contact-page .page-content .opening-info ul li strong {
      color: #003DA5;
      display: inline-flex;
      width: 100px; }
    .contact-page .page-content .opening-info ul li span {
      color: #D18412; }

.alumini-connection-page .page-content .alumini-forms-container {
  display: flex;
  gap: 50px;
  margin-top: 2rem; }
  @media (max-width: 920px) {
    .alumini-connection-page .page-content .alumini-forms-container {
      flex-direction: column; } }
  .alumini-connection-page .page-content .alumini-forms-container .left {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 100px; }
    @media (max-width: 920px) {
      .alumini-connection-page .page-content .alumini-forms-container .left {
        width: 100%;
        margin-bottom: 0; } }
    .alumini-connection-page .page-content .alumini-forms-container .left .form {
      padding: 30px;
      border-radius: 20px;
      background: #F3FAFF;
      display: flex;
      flex-direction: column; }
      @media (max-width: 520px) {
        .alumini-connection-page .page-content .alumini-forms-container .left .form {
          padding: 15px; } }
      .alumini-connection-page .page-content .alumini-forms-container .left .form .form-heading h3 {
        color: #000;
        font-family: "Work Sans", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        /* 133.333% */
        margin-bottom: 1rem; }
        @media (max-width: 520px) {
          .alumini-connection-page .page-content .alumini-forms-container .left .form .form-heading h3 {
            font-size: 20px; } }
      .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content p {
          margin-bottom: 0; }
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content select {
          appearance: none;
          background: url("images/contact/arrow-drop.svg") right 15px center no-repeat #fff;
          border: none;
          padding: 10px 15px;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          height: 50px;
          letter-spacing: 0.14px;
          color: #828288;
          font-family: "Work Sans", sans-serif;
          outline: none;
          margin: 0;
          width: 100%;
          border-radius: 8px; }
          @media (max-width: 520px) {
            .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content select {
              font-size: 12px;
              height: 40px; } }
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=text],
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=number],
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=date],
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=tel] {
          border: none;
          padding: 10px 15px;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          height: 50px;
          letter-spacing: 0.14px;
          color: #828288;
          font-family: "Work Sans", sans-serif;
          outline: none;
          margin: 0;
          width: 100%;
          background: #fff;
          border-radius: 8px;
          appearance: none; }
          @media (max-width: 520px) {
            .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=text],
            .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=number],
            .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=date],
            .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=tel] {
              font-size: 12px;
              height: 40px; } }
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=text]:focus,
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=number]:focus,
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=date]:focus,
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content input[type=tel]:focus,
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content select:focus {
          border: 1px solid #1E77BD; }
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content #datepicker {
          appearance: none;
          background: url("images/contact/uil_calender.svg") right 15px center no-repeat #fff; }
          @media (max-width: 350px) {
            .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content #datepicker {
              background: #fff; } }
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content .content-top {
          display: flex;
          gap: 20px; }
          .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content .content-top .content-left,
          .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content .content-top .content-right {
            width: 50%; }
            .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content .content-top .content-left input,
            .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content .content-top .content-right input {
              margin-bottom: 20px;
              width: 100%; }
            .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content .content-top .content-left p,
            .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content .content-top .content-right p {
              margin-bottom: 0; }
        .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content .content-bottom {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 20px; }
          @media (max-width: 520px) {
            .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content .content-bottom {
              grid-template-columns: repeat(1, 1fr); } }
          .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content .content-bottom input,
          .alumini-connection-page .page-content .alumini-forms-container .left .form .form-content .content-bottom select {
            height: 50px;
            width: 100%; }
    .alumini-connection-page .page-content .alumini-forms-container .left .form1 .form-content {
      gap: 0; }
    .alumini-connection-page .page-content .alumini-forms-container .left .form2 select {
      max-width: 350px; }
  .alumini-connection-page .page-content .alumini-forms-container .right {
    width: 30%; }
    @media (max-width: 920px) {
      .alumini-connection-page .page-content .alumini-forms-container .right {
        width: 100%; } }
    .alumini-connection-page .page-content .alumini-forms-container .right .top {
      border-bottom: 1px solid #E0E0E0; }
      .alumini-connection-page .page-content .alumini-forms-container .right .top p {
        font-size: 14px; }
        @media (max-width: 520px) {
          .alumini-connection-page .page-content .alumini-forms-container .right .top p {
            font-size: 12px; } }
        .alumini-connection-page .page-content .alumini-forms-container .right .top p .label-box {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 27px; }
          .alumini-connection-page .page-content .alumini-forms-container .right .top p .label-box span {
            margin: 0; }
          .alumini-connection-page .page-content .alumini-forms-container .right .top p .label-box label {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 12px; }
      .alumini-connection-page .page-content .alumini-forms-container .right .top input[type=radio] {
        background-image: url("images/contact/checkbox.svg");
        appearance: none;
        width: 24px;
        height: 24px; }
      .alumini-connection-page .page-content .alumini-forms-container .right .top input[type=radio]:checked {
        background-image: url("images/contact/checked.svg");
        appearance: none;
        width: 24px;
        height: 24px; }
    .alumini-connection-page .page-content .alumini-forms-container .right .sumbit-btn-container {
      margin-top: 1.5rem; }
      .alumini-connection-page .page-content .alumini-forms-container .right .sumbit-btn-container input[type="submit"] {
        width: 100%;
        height: 47px;
        max-width: 145px;
        border-radius: 8px !important;
        border: none;
        padding-right: 18px;
        background: url("images/contact/angle-right-small.svg") right 15px center no-repeat #C1E4FF;
        color: #000;
        margin: 0;
        transition-duration: 0.3s;
        color: #000;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        /* 100% */
        letter-spacing: 0.14px;
        text-transform: uppercase; }
        @media (max-width: 520px) {
          .alumini-connection-page .page-content .alumini-forms-container .right .sumbit-btn-container input[type="submit"] {
            font-size: 12px;
            height: 40px;
            max-width: 125px; } }
      .alumini-connection-page .page-content .alumini-forms-container .right .sumbit-btn-container input[type=submit]:hover {
        color: #fff;
        background: url("images/contact/arrow-white.svg") right 15px center no-repeat #305ebc; }

.about-page .page-content img {
  width: 100%; }
.about-page .page-content .section-top {
  padding-top: 45px; }
.about-page .page-content .section-bottom {
  padding-bottom: 45px; }
.about-page .page-content .dflex-column {
  display: flex;
  flex-direction: column;
  gap: 60px; }
.about-page .page-content .section-title {
  font-size: 42px;
  text-align: left;
  font-weight: 600;
  width: 100%;
  color: #000;
  max-width: 720px; }
  @media (max-width: 400px) {
    .about-page .page-content .section-title {
      font-size: 28px; } }
.about-page .page-content .executive-message .content-wrapper {
  gap: 15px; }
.about-page .page-content .executive-message .mission-line h4 {
  color: #707372;
  font-size: 24px;
  font-style: normal; }
.about-page .page-content .executive-message .inner-content {
  display: flex;
  align-items: center;
  width: 100%; }
  .about-page .page-content .executive-message .inner-content .left {
    width: 45%;
    padding-right: 50px; }
    .about-page .page-content .executive-message .inner-content .left p {
      font-size: 36px;
      color: #00A9E0;
      font-weight: 600; }
      @media (max-width: 400px) {
        .about-page .page-content .executive-message .inner-content .left p {
          font-size: 26px; } }
  .about-page .page-content .executive-message .inner-content .right {
    width: 55%; }
    .about-page .page-content .executive-message .inner-content .right p {
      color: #3f4a5b;
      font-family: "Work Sans", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 27px */ }
      @media (max-width: 400px) {
        .about-page .page-content .executive-message .inner-content .right p {
          font-size: 14px;
          line-height: 23px; } }
  @media (max-width: 900px) {
    .about-page .page-content .executive-message .inner-content {
      flex-direction: column; }
      .about-page .page-content .executive-message .inner-content .left {
        width: 80%;
        padding: 0; }
      .about-page .page-content .executive-message .inner-content .right {
        width: 100%;
        padding-top: 30px; } }
.about-page .page-content .executive-message .img-preview {
  margin: 0 auto;
  padding-top: 80px; }
  .about-page .page-content .executive-message .img-preview img {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: auto; }
  @media (max-width: 900px) {
    .about-page .page-content .executive-message .img-preview {
      padding-top: 30px; } }
.about-page .page-content .milestones {
  background-color: #f2f6ff; }
  .about-page .page-content .milestones .container-main {
    gap: 45px; }
  @media (max-width: 1020px) {
    .about-page .page-content .milestones .dflex-column {
      gap: 20px; } }
  .about-page .page-content .milestones .slider-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px; }
    @media (max-width: 1020px) {
      .about-page .page-content .milestones .slider-container {
        flex-direction: column;
        gap: 20px; } }
  .about-page .page-content .milestones .vertical-tabs {
    height: auto;
    max-width: 150px;
    overflow-y: hidden;
    max-height: 450px; }
    @media (max-width: 1020px) {
      .about-page .page-content .milestones .vertical-tabs {
        max-width: none;
        border: none;
        width: 100%; } }
    .about-page .page-content .milestones .vertical-tabs .slick-list {
      height: auto !important;
      padding: 0 !important; }
    .about-page .page-content .milestones .vertical-tabs .tab {
      cursor: pointer;
      max-width: 150px;
      padding: 20px 10px;
      border: none;
      font-family: "Outfit", sans-serif;
      font-size: 22px;
      font-weight: 500;
      border-right: 1px solid #686868;
      background-color: transparent;
      margin: 0; }
      @media (max-width: 1020px) {
        .about-page .page-content .milestones .vertical-tabs .tab {
          border-right: none; } }
      @media (max-width: 900px) {
        .about-page .page-content .milestones .vertical-tabs .tab {
          text-align: center; } }
    .about-page .page-content .milestones .vertical-tabs .slick-slide {
      text-align: center;
      border: none !important;
      padding-right: 10px;
      height: 73px; }
    .about-page .page-content .milestones .vertical-tabs .slick-current {
      color: #FF8200;
      border-right: none;
      position: relative;
      padding-right: 10px; }
      @media (max-width: 900px) {
        .about-page .page-content .milestones .vertical-tabs .slick-current {
          text-align: center; } }
    .about-page .page-content .milestones .vertical-tabs .slick-current::after {
      height: 100%;
      width: 5px;
      content: "";
      display: block;
      position: absolute;
      right: 8px;
      top: 0;
      background-color: #FF8200;
      border-radius: 30px;
      z-index: 2; }
      @media (max-width: 1020px) {
        .about-page .page-content .milestones .vertical-tabs .slick-current::after {
          content: none; } }
  .about-page .page-content .milestones .content {
    width: 100%;
    max-width: 1028px; }
    @media (max-width: 1260px) {
      .about-page .page-content .milestones .content {
        max-width: 900px; } }
    @media (max-width: 1115px) {
      .about-page .page-content .milestones .content {
        max-width: 800px; } }
  .about-page .page-content .milestones .tab-content {
    display: flex !important;
    align-items: center;
    background: #fff;
    border-radius: 35px; }
    @media (max-width: 900px) {
      .about-page .page-content .milestones .tab-content {
        flex-direction: column; } }
    .about-page .page-content .milestones .tab-content .left {
      width: 50%; }
      @media (max-width: 900px) {
        .about-page .page-content .milestones .tab-content .left {
          width: 100%; } }
      .about-page .page-content .milestones .tab-content .left img {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px; }
        @media (max-width: 900px) {
          .about-page .page-content .milestones .tab-content .left img {
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
            border-bottom-left-radius: 0; } }
    .about-page .page-content .milestones .tab-content .right {
      width: 50%;
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding: 0 20px 0 38px; }
      @media (max-width: 900px) {
        .about-page .page-content .milestones .tab-content .right {
          width: 100%;
          padding: 30px 38px; } }
      @media (max-width: 480px) {
        .about-page .page-content .milestones .tab-content .right {
          padding: 20px; }
          .about-page .page-content .milestones .tab-content .right h4 {
            font-size: 28px; }
          .about-page .page-content .milestones .tab-content .right .title {
            font-size: 18px; }
          .about-page .page-content .milestones .tab-content .right .description {
            font-size: 14px; } }
      .about-page .page-content .milestones .tab-content .right h4 {
        font-size: 32px;
        font-family: "Outfit", sans-serif;
        color: #FF8200; }
        @media (max-width: 460px) {
          .about-page .page-content .milestones .tab-content .right h4 {
            font-size: 28px; } }
      .about-page .page-content .milestones .tab-content .right .title {
        color: #151515;
        font-family: "Work Sans", sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        /* 28.6px */
        margin: 0; }
        @media (max-width: 460px) {
          .about-page .page-content .milestones .tab-content .right .title {
            font-size: 18px;
            line-height: 120%; } }
      .about-page .page-content .milestones .tab-content .right .description {
        color: #3f4a5b;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        margin: 0;
        max-height: 145px; }
        @media (min-height: 145px) {
          .about-page .page-content .milestones .tab-content .right .description {
            padding-right: 5px;
            overflow-y: auto; } }
        @media (max-width: 460px) {
          .about-page .page-content .milestones .tab-content .right .description {
            font-size: 14px; } }
.about-page .page-content .team .section-title {
  max-width: none;
  text-align: center; }
.about-page .page-content .team .section-description {
  text-align: center;
  padding-top: 20px;
  max-width: 700px; }
.about-page .page-content .team .type-content.active {
  display: flex; }
.about-page .page-content .team .type-content {
  display: flex; }
.about-page .page-content .team .team-tabs-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .about-page .page-content .team .team-tabs-container .team-tabs {
    display: flex;
    padding: 5px;
    background-color: #f2f6ff;
    border-radius: 30px; }
  .about-page .page-content .team .team-tabs-container .team-tab {
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 30px;
    background-color: transparent;
    color: #757575;
    font-family: "Work Sans", sans-serif;
    font-weight: 600; }
    @media (max-width: 420px) {
      .about-page .page-content .team .team-tabs-container .team-tab {
        font-size: 12px; } }
.about-page .page-content .team .team-tab.active {
  background-color: #003da5;
  color: white;
  font-family: "Work Sans", sans-serif;
  font-weight: 600; }
.about-page .page-content .team .team-tab-content {
  display: none; }
.about-page .page-content .team .team-tab-content.active {
  display: flex;
  align-items: center;
  padding: 80px 0;
  justify-content: center; }
  @media (max-width: 900px) {
    .about-page .page-content .team .team-tab-content.active {
      padding-inline: 30px; } }
  @media (max-width: 460px) {
    .about-page .page-content .team .team-tab-content.active {
      padding-top: 80px;
      padding-bottom: 0; } }
.about-page .page-content .team .content {
  width: 100%; }
.about-page .page-content .team .members-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
  width: 100%; }
  @media (max-width: 1068px) {
    .about-page .page-content .team .members-grid-container {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 60px; } }
  @media (max-width: 860px) {
    .about-page .page-content .team .members-grid-container {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 80px; } }
  @media (max-width: 420px) {
    .about-page .page-content .team .members-grid-container {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 30px; } }
  .about-page .page-content .team .members-grid-container .member-card {
    position: relative;
    margin-top: 30px;
    padding-bottom: 60px;
    transition: all 0.5s ease-in-out; }
    @media (max-width: 860px) {
      .about-page .page-content .team .members-grid-container .member-card {
        margin-top: 0; } }
    @media (max-width: 560px) {
      .about-page .page-content .team .members-grid-container .member-card {
        padding-bottom: 0; } }
    .about-page .page-content .team .members-grid-container .member-card img {
      border-radius: 50%; }
    .about-page .page-content .team .members-grid-container .member-card .card-details {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding-top: 70px;
      background: linear-gradient(180deg, transparent 0%, #fff 70%, #fff 100%);
      transition: all 0.5s ease-in-out;
      max-height: 300px; }
      @media (max-width: 560px) {
        .about-page .page-content .team .members-grid-container .member-card .card-details {
          padding-top: 10px;
          position: relative;
          text-align: center; } }
      .about-page .page-content .team .members-grid-container .member-card .card-details .member-name {
        font-size: 22px;
        color: #151515;
        font-weight: 600;
        padding-left: 10px;
        margin-bottom: 0; }
        @media (max-width: 420px) {
          .about-page .page-content .team .members-grid-container .member-card .card-details .member-name {
            font-size: 16px; } }
      .about-page .page-content .team .members-grid-container .member-card .card-details .designation {
        font-size: 14px;
        color: #3f4a5b;
        padding-left: 10px; }
        @media (max-width: 420px) {
          .about-page .page-content .team .members-grid-container .member-card .card-details .designation {
            font-size: 12px;
            margin-bottom: 0; } }
      .about-page .page-content .team .members-grid-container .member-card .card-details .learn-more {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
        font-family: "Work Sans", sans-serif;
        color: #003da5;
        opacity: 0;
        max-height: 0;
        visibility: hidden;
        padding-left: 10px;
        transition: all 0.5s ease-in-out; }
        @media (max-width: 560px) {
          .about-page .page-content .team .members-grid-container .member-card .card-details .learn-more {
            max-height: unset;
            opacity: 1;
            visibility: visible; } }
  .about-page .page-content .team .members-grid-container .member-card:hover .card-details {
    max-height: 320px; }
    .about-page .page-content .team .members-grid-container .member-card:hover .card-details .learn-more {
      opacity: 1;
      visibility: visible;
      max-height: 21px; }
.about-page .member-popup-wrapper {
  display: none; }

.popup-modal {
  max-height: 90vh !important;
  overflow-y: auto;
  max-width: 90vw; }
  .popup-modal::-webkit-scrollbar {
    width: 4px;
    background: transparent; }
  .popup-modal::-webkit-scrollbar-thumb {
    background-color: #a6a5a3;
    border-radius: 8px; }
  .popup-modal .modalInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px; }
  .popup-modal .content {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 60px;
    display: flex;
    gap: 40px; }
    @media (max-width: 767px) {
      .popup-modal .content {
        padding: 30px;
        flex-direction: column; } }
    .popup-modal .content .featured-img {
      width: 150px;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .popup-modal .content .featured-img {
          width: 100%; } }
    .popup-modal .content .featured-content {
      text-align: left; }
      @media (max-width: 767px) {
        .popup-modal .content .featured-content {
          text-align: center; } }
    .popup-modal .content img {
      width: 100%;
      max-width: 150px; }
    .popup-modal .content p {
      margin-bottom: 0; }
    @media (max-width: 560px) {
      .popup-modal .content .featured-img {
        width: 40%;
        margin: 0 auto; } }
    .popup-modal .content .featured-img img {
      border: none;
      border-radius: 50%; }
    .popup-modal .content .name {
      margin-top: 1rem;
      font-size: 24px;
      color: #151515;
      font-weight: 600; }
    .popup-modal .content .designation {
      font-size: 16px;
      color: #3f4a5b; }
      @media (max-width: 560px) {
        .popup-modal .content .designation {
          font-size: 14px; } }
    .popup-modal .content .description {
      margin-top: 1rem;
      color: #686868; }
      @media (max-width: 560px) {
        .popup-modal .content .description {
          font-size: 15px; } }

.button-center {
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .button-center a {
    width: max-content; }

.awards .award-tabs-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .awards .award-tabs-container .award-tabs {
    display: flex;
    align-self: flex-end;
    padding: 5px;
    background-color: #f2f6ff;
    border-radius: 30px; }
  .awards .award-tabs-container .award-tab {
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 30px;
    background-color: transparent;
    color: #757575;
    font-family: "Work Sans", sans-serif;
    font-weight: 600; }
    @media (max-width: 420px) {
      .awards .award-tabs-container .award-tab {
        text-align: center;
        font-size: 12px; } }
.awards .award-tab.active {
  background-color: #003DA5;
  color: white;
  font-family: "Work Sans", sans-serif;
  font-weight: 600; }
.awards .award-tab-content {
  display: none; }
.awards .award-tab-content.active {
  display: flex;
  align-items: center;
  padding: 60px 0;
  justify-content: center; }
  @media (max-width: 900px) {
    .awards .award-tab-content.active {
      padding-inline: 30px; } }
  @media (max-width: 600px) {
    .awards .award-tab-content.active {
      padding-inline: 0; } }
.awards .content {
  width: 100%; }
.awards .awards-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  width: 100%;
  max-width: 1190px; }
  @media (max-width: 860px) {
    .awards .awards-grid-container {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px; } }
  @media (max-width: 620px) {
    .awards .awards-grid-container {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 30px; } }
  .awards .awards-grid-container .news-itm {
    width: auto !important;
    border-radius: 16px;
    background: #f9f9f9;
    overflow: hidden;
    padding: 0;
    flex-direction: column;
    display: flex;
    justify-content: space-between; }
    .awards .awards-grid-container .news-itm .news-text h4 {
      color: #151515;
      font-family: "Work Sans", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%;
      /* 21.6px */ }
    .awards .awards-grid-container .news-itm .news-text .text {
      color: #3f4a5b;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 16.8px */ }
    .awards .awards-grid-container .news-itm .reference-text {
      color: #5c5b76;
      font-family: "Work Sans", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 14px;
      /* 116.667% */
      letter-spacing: 0.12px;
      text-transform: capitalize;
      padding: 0 20px 10px 20px; }
      .awards .awards-grid-container .news-itm .reference-text .reference {
        color: #168db5;
        font-family: "Work Sans", sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        text-decoration-line: underline;
        text-transform: uppercase; }

.single-award-page .line {
  width: 100%;
  height: 1px;
  background-color: #e4e7ec; }
.single-award-page .banner-box {
  padding: 100px 0;
  background: none; }
  @media (max-width: 800px) {
    .single-award-page .banner-box {
      padding: 60px 0; } }
  .single-award-page .banner-box .banner-inner h2 {
    color: var(--Gray-900, #101828);
    /* Display xl/Semibold */
    font-family: "Inter", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    /* 120% */
    letter-spacing: -1.2px;
    max-width: 720px; }
    @media (max-width: 470px) {
      .single-award-page .banner-box .banner-inner h2 {
        font-size: 38px;
        line-height: 48px; } }
  .single-award-page .banner-box .banner-inner .sub {
    color: var(--Gray-500, #667085);
    /* Text xl/Normal */
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    margin-top: 10px;
    margin-bottom: 24px; }
  .single-award-page .banner-box .banner-inner .breadcrumb-wrap {
    padding: 0; }
.single-award-page .award-single-container {
  max-width: 1064px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px; }
  @media (max-width: 800px) {
    .single-award-page .award-single-container {
      flex-direction: column;
      gap: 60px; } }
  .single-award-page .award-single-container .left-links {
    max-width: 280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px; }
    @media (max-width: 800px) {
      .single-award-page .award-single-container .left-links {
        flex-direction: row;
        max-width: none;
        justify-content: space-between;
        align-items: baseline; } }
    @media (max-width: 470px) {
      .single-award-page .award-single-container .left-links {
        flex-direction: column; } }
    .single-award-page .award-single-container .left-links .top-links {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .single-award-page .award-single-container .left-links .top-links a {
        color: var(--Gray-500, #667085);
        display: block;
        /* Text md/Medium */
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 150% */ }
        .single-award-page .award-single-container .left-links .top-links a.active {
          color: var(--Indigo-700, #5684d9);
          font-weight: 600; }
    @media (max-width: 800px) {
      .single-award-page .award-single-container .left-links .line {
        display: none; } }
    .single-award-page .award-single-container .left-links .icons {
      display: flex;
      gap: 17px;
      padding-top: 0; }
      @media (max-width: 767px) {
        .single-award-page .award-single-container .left-links .icons {
          padding-top: 0px;
          gap: 10px; } }
      @media (max-width: 500px) {
        .single-award-page .award-single-container .left-links .icons a {
          width: 22px; } }
      .single-award-page .award-single-container .left-links .icons a:hover {
        transform: scale(1.1); }
  .single-award-page .award-single-container .right-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    max-width: 720px; }
    @media (max-width: 800px) {
      .single-award-page .award-single-container .right-content {
        max-width: none; } }
    .single-award-page .award-single-container .right-content .award-info-box {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 100%; }
      .single-award-page .award-single-container .right-content .award-info-box .info-heading {
        color: var(--Gray-900, #101828);
        /* Display sm/Semibold */
        font-family: "Inter", sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        /* 126.667% */ }
        @media (max-width: 470px) {
          .single-award-page .award-single-container .right-content .award-info-box .info-heading {
            font-size: 26px;
            line-height: 32px; } }
      .single-award-page .award-single-container .right-content .award-info-box .details p,
      .single-award-page .award-single-container .right-content .award-info-box .details li {
        color: #3f4a5b;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 155.556% */ }
        .single-award-page .award-single-container .right-content .award-info-box .details p a:not(#for-more-information a),
        .single-award-page .award-single-container .right-content .award-info-box .details li a:not(#for-more-information a) {
          color: inherit;
          font-weight: inherit;
          text-decoration: underline;
          text-decoration-style: solid;
          text-decoration-skip-ink: none;
          text-decoration-thickness: auto;
          text-underline-offset: auto;
          text-underline-position: from-font; }
      .single-award-page .award-single-container .right-content .award-info-box .details ul,
      .single-award-page .award-single-container .right-content .award-info-box .details ol {
        margin-left: 1.5rem; }
      .single-award-page .award-single-container .right-content .award-info-box .details img {
        width: 100%; }
      .single-award-page .award-single-container .right-content .award-info-box .details figcaption {
        color: var(--Gray-500, #667085);
        margin-top: 16px;
        /* Text sm/Normal */
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */ }
        .single-award-page .award-single-container .right-content .award-info-box .details figcaption a {
          text-decoration: underline;
          color: inherit;
          font-weight: inherit;
          text-decoration-style: solid;
          text-decoration-skip-ink: none;
          text-decoration-thickness: auto;
          text-underline-offset: auto;
          text-underline-position: from-font; }
    .single-award-page .award-single-container .right-content .inq .line {
      margin-bottom: 20px; }
    .single-award-page .award-single-container .right-content .inq p {
      color: #101828;
      text-align: center;
      /* Text sm/Medium */
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      /* 142.857% */ }
      .single-award-page .award-single-container .right-content .inq p a {
        color: var(--Indigo-700, #3538cd);
        text-decoration: underline;
        font-weight: inherit;
        font-family: inherit; }

/*# sourceMappingURL=style.css.map */
