﻿@import url(../fonts/stylesheet.css);
* {
  margin: 0;
  padding: 0; }

html, body {
  background-color: #fff;
  overflow-x: hidden; }

ul, ol {
  list-style: none; }

a, img {
  text-decoration: none;
  outline: none; }

/* media Queries */
.header {
  height: auto;
  width: 100%; }
  .header .header_top {
    width: 100%;
    background-color: #fff;
    position: relative; }
    .header .header_top .logo {
      position: absolute;
      top: -10px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: url(../images/logo.png) no-repeat center top;
      background-size: cover;
      width: 380px;
      height: 162px;
      z-index: 9999;
      font-size: 0; }
      @media (max-width: 1280px) {
        .header .header_top .logo {
          height: 160px;
          width: 160px;
          background-size: 100%;
          display: none; } }
    .header .header_top header {
      width: 100%;
      background-color: #121C70; }
      .header .header_top header ul {
        width: 100%;
        padding: 0 24px 0 24px;
        box-sizing: border-box;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center; }
        @media (max-width: 768px) {
          .header .header_top header ul {
            grid-template-columns: repeat(1, 1fr);
            padding: 12px 24px; } }
        .header .header_top header ul li {
          width: 100%;
          height: 40px;
          display: flex;
          flex-flow: row nowrap;
          align-items: center; }
          @media (max-width: 768px) {
            .header .header_top header ul li {
              height: auto; } }
          .header .header_top header ul li:last-child {
            justify-content: flex-end; }
          .header .header_top header ul li .phoneemail {
            width: 100%;
            display: flex;
            flex-flow: row wrap;
            align-items: center; }
            @media (max-width: 768px) {
              .header .header_top header ul li .phoneemail {
                justify-content: center; } }
            .header .header_top header ul li .phoneemail dt {
              width: auto;
              margin: 0 20px 0 0;
              padding: 0 20px 0 0;
              box-sizing: border-box;
              border-right: 1px solid rgba(255, 255, 255, 0.4); }
              @media (max-width: 560px) {
                .header .header_top header ul li .phoneemail dt {
                  border: none; } }
              .header .header_top header ul li .phoneemail dt:last-child {
                margin: 0;
                padding: 0;
                border: none; }
              .header .header_top header ul li .phoneemail dt a {
                display: inline-block;
                width: auto;
                font: 400 14px "Circular Std medium", sans-serif;
                color: #fff;
                background: url(../icons/call1.svg) no-repeat left center;
                background-size: 20px;
                padding: 0 0 0 28px;
                box-sizing: border-box; }
                .header .header_top header ul li .phoneemail dt a.draft {
                  background: url(../icons/email1.svg) no-repeat left center;
                  background-size: 20px; }
          .header .header_top header ul li .admfollow {
            width: 100%;
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            justify-content: flex-end; }
            @media (max-width: 768px) {
              .header .header_top header ul li .admfollow {
                justify-content: center;
                margin: 8px 0 0 0; } }
            .header .header_top header ul li .admfollow dt {
              width: auto;
              margin: 0 20px 0 0;
              padding: 0 20px 0 0;
              box-sizing: border-box;
              border-right: 1px solid rgba(255, 255, 255, 0.4); }
              @media (max-width: 560px) {
                .header .header_top header ul li .admfollow dt {
                  border: none; } }
              .header .header_top header ul li .admfollow dt:last-child {
                margin: 0;
                padding: 0;
                border: none; }
              .header .header_top header ul li .admfollow dt a {
                display: inline-block;
                width: auto;
                font: 400 14px "Circular Std medium", sans-serif;
                color: #FFFF00;
                box-sizing: border-box; }
              .header .header_top header ul li .admfollow dt .findus {
                width: auto;
                display: inline-flex;
                flex-flow: row nowrap;
                align-items: center; }
                .header .header_top header ul li .admfollow dt .findus b {
                  display: inline-block;
                  width: auto;
                  font: 400 14px "Circular Std medium", sans-serif;
                  color: #fff; }
                .header .header_top header ul li .admfollow dt .findus a {
                  display: inline-block;
                  height: 24px;
                  width: 24px;
                  margin: 0 0 0 6px;
                  font-size: 0; }
                  .header .header_top header ul li .admfollow dt .findus a.facebook {
                    background: url(../icons/facebook-1.png) no-repeat center;
                    background-size: 24px; }
                  .header .header_top header ul li .admfollow dt .findus a.twitter {
                    background: url(../icons/twitter-1.png) no-repeat center;
                    background-size: 24px; }
                  .header .header_top header ul li .admfollow dt .findus a.linkedin {
                    background: url(../icons/linkedin-1.png) no-repeat center;
                    background-size: 24px; }
                  .header .header_top header ul li .admfollow dt .findus a.instagram {
                    background: url(../icons/instagram-1.png) no-repeat center;
                    background-size: 24px; }
                  .header .header_top header ul li .admfollow dt .findus a.youtube {
                    background: url(../icons/youtube-1.png) no-repeat center;
                    background-size: 24px; }
    .header .header_top .nav {
      width: 100%;
      background-color: #F7F7F9; }
      @media (max-width: 1280px) {
        .header .header_top .nav {
          display: none; } }
      .header .header_top .nav ul {
        width: 100%;
        padding: 0 24px 0 24px;
        box-sizing: border-box;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center; }
        .header .header_top .nav ul li {
          width: 100%;
          height: 80px;
          display: flex;
          flex-flow: row nowrap;
          align-items: center; }
          @media (max-width: 1024px) {
            .header .header_top .nav ul li {
              height: 62px; } }
          .header .header_top .nav ul li:last-child {
            justify-content: flex-end; }
          .header .header_top .nav ul li .links {
            width: 100%;
            display: flex;
            flex-flow: row nowrap;
            align-items: center; }
            @media (max-width: 1024px) {
              .header .header_top .nav ul li .links {
                display: none; } }
            .header .header_top .nav ul li .links dl {
              width: 100%;
              display: flex;
              flex-flow: row nowrap;
              align-items: center; }
              .header .header_top .nav ul li .links dl dt {
                width: auto;
                margin: 0 0 0 24px;
                position: relative; }
                .header .header_top .nav ul li .links dl dt:first-child {
                  margin: 0; }
                .header .header_top .nav ul li .links dl dt:hover .submenu {
                  display: block; }
                .header .header_top .nav ul li .links dl dt:hover a {
                  color: #347CE9; }
                .header .header_top .nav ul li .links dl dt a {
                  display: inline-block;
                  font: 400 12px/40px "Circular Std", sans-serif;
                  color: #202020;
                  text-transform: uppercase;
                  position: relative; }
                .header .header_top .nav ul li .links dl dt .submenu {
                  display: none;
                  width: 200px;
                  height: auto;
                  border-radius: 8px;
                  position: absolute;
                  top: 40px;
                  left: 0;
                  z-index: 9999;
                  background-color: #121C70;
                  overflow: hidden; }
                  .header .header_top .nav ul li .links dl dt .submenu a {
                    display: block;
                    width: 100%;
                    padding: 0 16px;
                    box-sizing: border-box;
                    font: 400 12px/42px "Circular Std medium", sans-serif;
                    color: rgba(255, 255, 255, 0.78);
                    border-top: 1px solid rgba(255, 255, 255, 0.15); }
                    .header .header_top .nav ul li .links dl dt .submenu a:first-child {
                      border: none; }
                    .header .header_top .nav ul li .links dl dt .submenu a:hover {
                      background-color: #347CE9;
                      color: #fff; }
          .header .header_top .nav ul li .linksright {
            width: 100%;
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            justify-content: flex-end; }
            @media (max-width: 1024px) {
              .header .header_top .nav ul li .linksright {
                display: none; } }
            .header .header_top .nav ul li .linksright dl {
              width: 100%;
              display: flex;
              flex-flow: row nowrap;
              align-items: center;
              justify-content: flex-end; }
              .header .header_top .nav ul li .linksright dl dt {
                width: auto;
                margin: 0 0 0 24px;
                position: relative; }
                .header .header_top .nav ul li .linksright dl dt:first-child {
                  margin: 0; }
                .header .header_top .nav ul li .linksright dl dt:hover .submenu {
                  display: block; }
                .header .header_top .nav ul li .linksright dl dt:hover a {
                  color: #347CE9; }
                .header .header_top .nav ul li .linksright dl dt a {
                  display: inline-block;
                  font: 400 12px/40px "Circular Std", sans-serif;
                  color: #202020;
                  text-transform: uppercase; }
                .header .header_top .nav ul li .linksright dl dt .submenu {
                  display: none;
                  width: 200px;
                  height: auto;
                  border-radius: 8px;
                  position: absolute;
                  top: 40px;
                  left: 0;
                  z-index: 9999;
                  background-color: #121C70;
                  overflow: hidden; }
                  .header .header_top .nav ul li .linksright dl dt .submenu a {
                    display: block;
                    width: 100%;
                    padding: 0 16px;
                    box-sizing: border-box;
                    font: 400 12px/42px "Circular Std medium", sans-serif;
                    color: rgba(255, 255, 255, 0.78);
                    border-top: 1px solid rgba(255, 255, 255, 0.15); }
                    .header .header_top .nav ul li .linksright dl dt .submenu a:first-child {
                      border: none; }
                    .header .header_top .nav ul li .linksright dl dt .submenu a:hover {
                      background-color: #347CE9;
                      color: #fff; }
    .header .header_top .mobilenav {
      width: 100%;
      padding: 16px 24px;
      box-sizing: border-box;
      grid-template-columns: auto 48px;
      align-items: center;
      background-color: #F7F7F9;
      display: none; }
      @media (max-width: 1280px) {
        .header .header_top .mobilenav {
          display: grid; } }
      .header .header_top .mobilenav .mlogo {
        width: 100%;
        text-align: left; }
        .header .header_top .mobilenav .mlogo img {
          display: block;
          width: 100%;
          max-width: 260px; }
      .header .header_top .mobilenav .morebtn {
        height: 40px;
        width: 40px;
        display: none; }
        @media (max-width: 1280px) {
          .header .header_top .mobilenav .morebtn {
            top: 10px;
            display: block; } }
        .header .header_top .mobilenav .morebtn #trigger-overlay {
          height: 40px;
          width: 40px;
          font: 400 14px/40px "Circular Std", sans-serif;
          text-transform: uppercase;
          color: #fff;
          display: inline-block;
          background: url(../icons/menu.svg) no-repeat center #347CE9;
          background-size: 22px;
          border: none;
          cursor: pointer;
          box-sizing: border-box;
          border-radius: 50%; }
        .header .header_top .mobilenav .morebtn .overlay {
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #121C70;
          z-index: 99999; }
          .header .header_top .mobilenav .morebtn .overlay .overlay-close {
            width: 32px;
            height: 32px;
            position: absolute;
            right: 20px;
            top: 20px;
            overflow: hidden;
            border: none;
            background: url(../icons/close.svg) no-repeat center center;
            background-size: 32px;
            text-indent: 200%;
            color: transparent;
            outline: none;
            z-index: 100;
            cursor: pointer; }
          .header .header_top .mobilenav .morebtn .overlay nav {
            text-align: center;
            position: relative;
            height: 100%; }
          .header .header_top .mobilenav .morebtn .overlay .mm_links {
            width: 100%;
            padding: 48px;
            box-sizing: border-box;
            overflow-x: auto;
            height: 100%; }
            .header .header_top .mobilenav .morebtn .overlay .mm_links ul {
              margin: 0 auto;
              display: flex;
              flex-flow: row nowrap;
              align-items: flex-start;
              padding: 0; }
              @media (max-width: 768px) {
                .header .header_top .mobilenav .morebtn .overlay .mm_links ul {
                  display: grid;
                  grid-gap: 62px;
                  grid-template-columns: repeat(1, 1fr); } }
              .header .header_top .mobilenav .morebtn .overlay .mm_links ul li {
                display: block;
                width: 25%; }
                @media (max-width: 768px) {
                  .header .header_top .mobilenav .morebtn .overlay .mm_links ul li {
                    width: 100%; } }
                .header .header_top .mobilenav .morebtn .overlay .mm_links ul li b {
                  display: block;
                  width: 100%;
                  text-align: left;
                  font: 400 16px "Circular Std", sans-serif;
                  color: #fff;
                  text-transform: uppercase; }
                .header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl {
                  width: 100%;
                  margin: 24px 0 0 0;
                  display: grid;
                  grid-gap: 16px;
                  grid-template-columns: repeat(1, 1fr); }
                  .header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt {
                    width: 100%;
                    text-align: left;
                    margin: 0; }
                    .header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a {
                      display: inline-block;
                      width: auto;
                      font: 400 14px "Circular Std medium", sans-serif;
                      color: #fff;
                      opacity: .58; }
                      .header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a:hover {
                        opacity: 1; }
        .header .header_top .mobilenav .morebtn .overlay-slidedown {
          visibility: hidden;
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
          -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
          transition: transform 0.4s ease-in-out, visibility 0s 0.4s; }
        .header .header_top .mobilenav .morebtn .overlay-slidedown.open {
          visibility: visible;
          -webkit-transform: translateY(0%);
          transform: translateY(0%);
          -webkit-transition: -webkit-transform 0.4s ease-in-out;
          transition: transform 0.4s ease-in-out; }
  .header .nothing {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999; }
    .header .nothing .nothingInner {
      width: 100%;
      max-width: 1280px;
      padding: 200px 24px 0 24px;
      box-sizing: border-box;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .header .nothing .nothingInner {
          padding: 136px 24px 0 24px; } }
      @media (max-width: 560px) {
        .header .nothing .nothingInner {
          padding: 78px 24px 0 24px; } }
      .header .nothing .nothingInner img {
        display: block;
        width: 100%;
        max-width: 600px; }
        @media (max-width: 768px) {
          .header .nothing .nothingInner img {
            max-width: 360px; } }
        @media (max-width: 560px) {
          .header .nothing .nothingInner img {
            max-width: 160px; } }
  .header .slider {
    width: 100%; }
    .header .slider .amazingslider-wrapper {
      max-width: 100% !important; }
      .header .slider .amazingslider-wrapper .amazingslider {
        width: 100% !important;
        height: 100% !important; }
  .header .mandatorydocs {
    width: 200px;
    height: auto;
    border-radius: 8px 8px 0 0;
    background-color: #D31E67;
    color: #fff;
    font: 400 14px/40px "Circular Std medium", sans-serif;
    position: fixed;
    top: 50%;
    right: 0;
    transform: rotate(-90deg);
    margin: 0 -90px 0 0;
    transition: .25s ease;
    padding: 0 0 12px 0;
    text-align: center;
    box-sizing: border-box;
    z-index: 9999; }
    @media (max-width: 560px) {
      .header .mandatorydocs {
        position: fixed;
        top: auto;
        bottom: 0;
        transform: rotate(0deg);
        margin: 0;
        z-index: 999;
        width: 100%;
        height: 48px;
        line-height: 48px;
        border-radius: 0;
        text-align: center;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0; } }
    .header .mandatorydocs:hover {
      background-color: #FF3385;
      padding-bottom: 30px; }
      @media (max-width: 560px) {
        .header .mandatorydocs:hover {
          margin: 0; } }

.sliderBottomlinks {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
  margin: -32px 0 0 0;
  z-index: 99; }
  @media (max-width: 768px) {
    .sliderBottomlinks {
      margin: 8px 0 0 0; } }
  .sliderBottomlinks .sliderBotmLinksInner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    background-color: #121C70;
    padding: 36px 0;
    box-sizing: border-box;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.36); }
    @media (max-width: 1024px) {
      .sliderBottomlinks .sliderBotmLinksInner {
        grid-template-columns: repeat(3, 1fr);
        padding: 24px 0; } }
    @media (max-width: 768px) {
      .sliderBottomlinks .sliderBotmLinksInner {
        grid-template-columns: repeat(2, 1fr);
        padding: 8px 0; } }
    .sliderBottomlinks .sliderBotmLinksInner a {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 52px;
      background-color: #121C70;
      border-left: 1px solid rgba(255, 255, 255, 0.25);
      box-sizing: border-box; }
      @media (max-width: 1024px) {
        .sliderBottomlinks .sliderBotmLinksInner a {
          justify-content: flex-start;
          padding: 0 24px;
          box-sizing: border-box;
          margin: 8px 0;
          height: 40px; } }
      .sliderBottomlinks .sliderBotmLinksInner a:first-child {
        border: none; }
      .sliderBottomlinks .sliderBotmLinksInner a:hover {
        color: #FFDB29; }
      .sliderBottomlinks .sliderBotmLinksInner a span {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0 12px 0 0; }
        @media (max-width: 1024px) {
          .sliderBottomlinks .sliderBotmLinksInner a span {
            width: 24px;
            height: 24px; } }
        .sliderBottomlinks .sliderBotmLinksInner a span img {
          display: block;
          width: 100%; }
      .sliderBottomlinks .sliderBotmLinksInner a b {
        display: inline-block;
        font: 400 16px "Circular Std medium", sans-serif;
        color: #fff; }
        @media (max-width: 1024px) {
          .sliderBottomlinks .sliderBotmLinksInner a b {
            font-size: 14px; } }
        .sliderBottomlinks .sliderBotmLinksInner a b:hover {
          color: #FFDB29; }

.introduction {
  width: 100%;
  margin: 75px 0 0 0; }
  @media (max-width: 768px) {
    .introduction {
      margin: 48px 0 0 0; } }
  .introduction .introinner {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box; }
    .introduction .introinner h1 {
      text-align: center;
      font: 400 48px "Circular Std", sans-serif;
      color: #121C70;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .introduction .introinner h1 {
          font-size: 28px; } }
    .introduction .introinner p {
      text-align: justify;
      font: 400 18px "Circular Std medium", sans-serif;
      color: #000;
      margin: 20px 0 0 0; }
      @media (max-width: 768px) {
        .introduction .introinner p {
          font-size: 14px; } }
  .introduction .introphoto {
    width: 100%;
    margin: 32px 0 0 0; }
    .introduction .introphoto img {
      display: block;
      width: 100%; }

.vision {
  width: 100%;
  background-color: #121C70;
  padding: 0 24px;
  box-sizing: border-box; }
  .vision dl {
    width: 100%;
    display: grid;
    grid-gap: 200px;
    grid-template-columns: 360px auto;
    align-items: center;
    position: relative; }
    @media (max-width: 1024px) {
      .vision dl {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
        padding: 0 0 360px 0;
        box-sizing: border-box; } }
    .vision dl dt {
      width: 100%; }
      .vision dl dt img {
        display: block;
        width: 100%;
        position: absolute;
        top: -62px;
        max-width: 400px; }
        @media (max-width: 1024px) {
          .vision dl dt img {
            bottom: 0;
            top: auto;
            left: 0;
            right: 0;
            margin: 0 auto;
            max-width: 260px; } }
      .vision dl dt ul {
        width: 100%;
        display: grid;
        grid-gap: 48px;
        grid-template-columns: repeat(1, 1fr);
        padding: 106px 0;
        box-sizing: border-box; }
        @media (max-width: 768px) {
          .vision dl dt ul {
            padding: 48px 0; } }
        .vision dl dt ul li {
          width: 100%;
          border-top: 1px solid #fff;
          padding-top: 48px;
          box-sizing: border-box; }
          .vision dl dt ul li:first-child {
            border: none;
            padding: 0; }
          .vision dl dt ul li h1 {
            text-align: center;
            font: 700 48px "Circular Std", sans-serif;
            text-transform: uppercase;
            color: #ECE032; }
            @media (max-width: 768px) {
              .vision dl dt ul li h1 {
                font-size: 28px; } }
          .vision dl dt ul li p {
            text-align: center;
            font: 400 18px "Circular Std medium", sans-serif;
            color: #fff;
            margin: 24px 0 0 0; }
            @media (max-width: 768px) {
              .vision dl dt ul li p {
                font-size: 14px; } }

.newsannWrapp {
  width: 100%;
  max-width: 1280px;
  padding: 36px 24px 72px 24px;
  box-sizing: border-box;
  margin: 0 auto; }
  .newsannWrapp ul {
    width: 100%;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 768px) {
      .newsannWrapp ul {
        grid-template-columns: repeat(1, 1fr); } }
    .newsannWrapp ul li {
      width: 100%;
      border-radius: 8px;
      border: 1px solid #347CE9;
      overflow: hidden; }
      .newsannWrapp ul li:nth-child(2) {
        border-color: #B92525; }
        .newsannWrapp ul li:nth-child(2) h2 {
          background-color: #B92525; }
      .newsannWrapp ul li:nth-child(3) {
        border-color: #4E61A1; }
        .newsannWrapp ul li:nth-child(3) h2 {
          background-color: #4E61A1; }
      .newsannWrapp ul li h2 {
        width: 100%;
        height: 48px;
        padding: 0 16px;
        box-sizing: border-box;
        background-color: #347CE9;
        color: #fff;
        font: 400 24px/48px "Circular Std", sans-serif;
        text-transform: uppercase;
        position: relative; }
        .newsannWrapp ul li h2 a {
          display: inline-block;
          font: 400 12px/28px "Circular Std", sans-serif;
          padding: 0 16px;
          border-radius: 25px;
          background-color: #FFDB29;
          color: #000;
          text-transform: uppercase;
          position: absolute;
          top: 10px;
          right: 16px; }
          .newsannWrapp ul li h2 a:hover {
            background-color: #fff; }
      .newsannWrapp ul li dl {
        width: 100%;
        max-height: 570px;
        overflow-y: auto; }
        .newsannWrapp ul li dl dt {
          width: 100%;
          border: none;
          border-radius: 0px;
          border-top: 1px solid #e0e0e0; }
          .newsannWrapp ul li dl dt:first-child {
            border: none; }
          .newsannWrapp ul li dl dt a {
            display: block;
            width: 100%;
            padding: 12px 16px 12px 36px;
            box-sizing: border-box;
            background: url(../icons/dot.svg) no-repeat left 16px top 19px;
            background-size: 8px; }
            .newsannWrapp ul li dl dt a:hover {
              background-color: #f6f6f6; }
            .newsannWrapp ul li dl dt a b {
              display: block;
              width: 100%;
              text-align: left;
              font: 400 18px "Circular Std", sans-serif;
              color: #000; }
            .newsannWrapp ul li dl dt a small {
              display: block;
              width: 100%;
              text-align: left;
              font: 400 14px "Circular Std Book", sans-serif;
              color: #505050;
              margin: 5px 0 0 0; }
      .newsannWrapp ul li .scroll {
        width: 100%;
        height: auto;
        max-height: 570px;
        overflow: hidden; }
        .newsannWrapp ul li .scroll ul {
          width: 100%;
          height: auto;
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          grid-gap: 0;
          overflow: hidden; }
          .newsannWrapp ul li .scroll ul li {
            width: 100%;
            border: none;
            border-radius: 0px;
            border-top: 1px solid #e0e0e0; }
            .newsannWrapp ul li .scroll ul li:first-child {
              border: none; }
            .newsannWrapp ul li .scroll ul li a {
              display: block;
              width: 100%;
              padding: 12px 16px 12px 36px;
              box-sizing: border-box;
              background: url(../icons/dot.svg) no-repeat left 16px top 19px;
              background-size: 8px; }
              .newsannWrapp ul li .scroll ul li a:hover {
                background-color: #f6f6f6; }
              .newsannWrapp ul li .scroll ul li a b {
                display: block;
                width: 100%;
                text-align: left;
                font: 400 18px "Circular Std", sans-serif;
                color: #000; }
              .newsannWrapp ul li .scroll ul li a small {
                display: block;
                width: 100%;
                text-align: left;
                font: 400 14px "Circular Std Book", sans-serif;
                color: #505050;
                margin: 5px 0 0 0; }

s
.photogallery {
  width: 100%;
  padding: 75px 24px;
  box-sizing: border-box;
  background-color: #C1E5F5; }
  @media (max-width: 768px) {
    s
.photogallery {
      padding: 48px 24px; } }
  s
.photogallery .heading {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    box-sizing: border-box;
    margin: 0 auto; }
    @media (max-width: 560px) {
      s
.photogallery .heading {
        grid-template-columns: repeat(1, 1fr); } }
    s
.photogallery .heading li {
      width: 100%;
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      s
.photogallery .heading li:last-child {
        justify-content: flex-end; }
        @media (max-width: 560px) {
          s
.photogallery .heading li:last-child {
            justify-content: center; } }
      s
.photogallery .heading li h2 {
        text-align: center;
        text-transform: uppercase;
        font: 400 40px "Circular Std", sans-serif;
        color: #000; }
      s
.photogallery .heading li a {
        height: 40px;
        width: 148px;
        border-radius: 8px;
        font: 400 14px/40px "Circular Std medium", sans-serif;
        color: #fff;
        background-color: #2F9300;
        text-align: center; }
        s
.photogallery .heading li a:hover {
          background-color: #246E01; }
  s
.photogallery h1 {
    text-align: center;
    font: 400 48px "Circular Std", sans-serif;
    color: #121C70;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      s
.photogallery h1 {
        font-size: 28px; } }
  s
.photogallery .photo_gallery_inner {
    width: 100%;
    margin: 36px auto 0 auto;
    display: grid;
    grid-gap: 4px;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box; }
    @media (max-width: 768px) {
      s
.photogallery .photo_gallery_inner {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) {
      s
.photogallery .photo_gallery_inner {
        grid-template-columns: repeat(1, 1fr); } }
    s
.photogallery .photo_gallery_inner .photo_gallery_box {
      width: 100%;
      height: auto; }
      s
.photogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 4px; }
        s
.photogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link span {
          width: 100%;
          display: block;
          text-align: left;
          font: 400 14px "Circular Std Book", sans-serif;
          color: #fff;
          background: black;
          background: linear-gradient(180deg, transparent 0%, black 100%);
          position: absolute;
          left: 0;
          bottom: 0;
          padding: 62px 16px 16px 16px;
          box-sizing: border-box; }
        s
.photogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link a {
          display: block;
          width: 100%; }
          s
.photogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link a img {
            display: block;
            width: 100%; }
  s
.photogallery .viewall {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center; }
    s
.photogallery .viewall a {
      height: 40px;
      width: 160px;
      border-radius: 8px;
      font: 400 14px/40px "Circular Std", sans-serif;
      color: #fff;
      background-color: #3D3B9A;
      text-align: center;
      text-transform: uppercase; }
      s
.photogallery .viewall a:hover {
        background-color: #1A73E8; }

#html5lightbox-watermark {
  display: none !important; }

.highlights {
  width: 100%;
  padding: 75px 24px 30px 24px;
  box-sizing: border-box;
  background-size: 100%;
  background-attachment: fixed;
  background-color: #e5e9ff; }
  @media (max-width: 768px) {
    .highlights {
      background-attachment: scroll;
      padding: 0 24px 220px 24px;
      background-size: 100%; } }
  .highlights h1 {
    text-align: center;
    font: 400 48px "Circular Std", sans-serif;
    text-transform: uppercase;
    color: #121C70; }
    @media (max-width: 768px) {
      .highlights h1 {
        font-size: 28px; } }
  .highlights ul {
    width: 100%;
    margin: 36px auto 0 auto;
    max-width: 1280px;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(1, 1fr); }
    .highlights ul li {
      font: 400 18px "Circular Std medium", sans-serif;
      color: #000;
      text-align: left;
      list-style: decimal;
      margin: 0 0 0 36px;
      width: calc(100% - 36px); }
      @media (max-width: 768px) {
        .highlights ul li {
          font-size: 14px; } }

.president {
  width: 100%;
  padding: 75px 24px;
  box-sizing: border-box;
  background: url(../images/presidentbg.png) no-repeat left center;
  background-size: cover;
  background-attachment: fixed; }
  .president ul {
    width: 100%;
    display: grid;
    grid-template-columns: 420px auto;
    align-items: center;
    grid-gap: 96px; }
    @media (max-width: 768px) {
      .president ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 48px; } }
    .president ul li {
      width: 100%;
      text-align: center; }
      .president ul li img {
        display: block;
        width: 100%; }
        @media (max-width: 768px) {
          .president ul li img {
            display: inline-block;
            max-width: 260px; } }
      .president ul li h1 {
        text-align: left;
        font: 400 48px "Circular Std", sans-serif;
        text-transform: uppercase;
        color: #ECE032; }
        @media (max-width: 768px) {
          .president ul li h1 {
            font-size: 28px; } }
      .president ul li p {
        text-align: left;
        font: 400 18px "Circular Std Book", sans-serif;
        color: #fff;
        margin: 36px 0 0 0; }
        @media (max-width: 768px) {
          .president ul li p {
            font-size: 14px;
            margin: 16px 0 0 0; } }

.principalmsg {
  width: 100%;
  padding: 75px 24px;
  box-sizing: border-box;
  background-color: #F7F7F9; }
  .principalmsg ul {
    width: 100%;
    display: grid;
    grid-template-columns: auto 420px;
    align-items: center;
    grid-gap: 96px; }
    @media (max-width: 768px) {
      .principalmsg ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 48px; } }
    .principalmsg ul li {
      width: 100%;
      text-align: center; }
      .principalmsg ul li img {
        display: block;
        width: 100%; }
        @media (max-width: 768px) {
          .principalmsg ul li img {
            display: inline-block;
            max-width: 260px; } }
      .principalmsg ul li h1 {
        text-align: left;
        font: 400 48px "Circular Std", sans-serif;
        text-transform: uppercase;
        color: #121C70; }
        @media (max-width: 768px) {
          .principalmsg ul li h1 {
            font-size: 28px; } }
      .principalmsg ul li p {
        text-align: left;
        font: 400 18px "Circular Std Book", sans-serif;
        color: #000;
        margin: 36px 0 0 0; }
        @media (max-width: 768px) {
          .principalmsg ul li p {
            font-size: 14px;
            margin: 16px 0 0 0; } }

.achievementsWrapp {
  width: 100%;
  padding: 75px 24px;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .achievementsWrapp {
      padding: 48px 24px; } }
  .achievementsWrapp h2 {
    text-align: center;
    text-transform: uppercase;
    font: 400 48px "Circular Std", sans-serif;
    color: #121C70; }
    @media (max-width: 768px) {
      .achievementsWrapp h2 {
        font-size: 28px; } }
  .achievementsWrapp ul {
    width: 100%;
    margin: 40px auto 0 auto;
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .achievementsWrapp ul {
        grid-template-columns: repeat(1, 1fr); } }
    @media (max-width: 560px) {
      .achievementsWrapp ul {
        grid-template-columns: repeat(1, 1fr); } }
    .achievementsWrapp ul li {
      width: 100%; }
      .achievementsWrapp ul li a {
        display: block;
        width: 100%;
        padding: 16px;
        box-sizing: border-box;
        background-color: #fff;
        height: 100%;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15); }
        .achievementsWrapp ul li a:hover {
          background-color: #121C70;
          transition: .25s; }
          .achievementsWrapp ul li a:hover P {
            color: #fff; }
          .achievementsWrapp ul li a:hover b {
            padding-right: 40px;
            transition: .25s;
            color: #FFDB29;
            background: url(../icons/right-arrowwhite.svg) no-repeat right center;
            background-size: 20px; }
        .achievementsWrapp ul li a .image {
          width: 100%;
          aspect-ratio: 16 / 9;
          overflow: hidden; }
          .achievementsWrapp ul li a .image img {
            display: block;
            width: 100%; }
        .achievementsWrapp ul li a p {
          text-align: left;
          font: 400 14px/20px "Circular Std medium", sans-serif;
          color: #000;
          margin: 20px 0 30px 0; }
        .achievementsWrapp ul li a b {
          display: inline-block;
          width: auto;
          text-align: left;
          font: 400 14px/24px "Circular Std", sans-serif;
          text-transform: uppercase;
          color: #D31E67;
          background: url(../icons/right-arrow.svg) no-repeat right center;
          background-size: 20px;
          padding-right: 32px;
          box-sizing: border-box;
          transition: .25s; }

.infraWrapp {
  width: 100%;
  box-sizing: border-box; }
  .infraWrapp h2 {
    text-align: center;
    text-transform: uppercase;
    font: 400 48px "Circular Std", sans-serif;
    color: #121C70; }
    @media (max-width: 768px) {
      .infraWrapp h2 {
        font-size: 28px; } }
  .infraWrapp ul {
    width: 100%;
    padding: 0 24px;
    margin: 36px auto 0 auto;
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .infraWrapp ul {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 768px) {
      .infraWrapp ul {
        grid-template-columns: repeat(2, 1fr); } }
    .infraWrapp ul li {
      width: 100%;
      overflow: hidden;
      border: 5px solid #fff;
      position: relative; }
      .infraWrapp ul li img {
        display: block;
        width: 100%; }
      .infraWrapp ul li span {
        display: inline-block;
        width: auto;
        padding: 0 16px;
        box-sizing: border-box;
        border-radius: 0 20px 16px 0;
        background-color: #FFDB29;
        color: #000;
        position: absolute;
        left: 0;
        bottom: 16px;
        font: 400 16px/32px "Circular Std medium", sans-serif; }

.starsWrapp {
  width: 100%;
  padding: 75px 0;
  box-sizing: border-box;
  background-color: #fff; }
  @media (max-width: 768px) {
    .starsWrapp {
      padding: 48px 0; } }
  .starsWrapp h2 {
    text-align: center;
    text-transform: uppercase;
    font: 400 48px "Circular Std", sans-serif;
    color: #121C70; }
    @media (max-width: 768px) {
      .starsWrapp h2 {
        font-size: 28px; } }
  .starsWrapp ul {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    margin: 36px auto 0 auto;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 768px) {
      .starsWrapp ul {
        grid-template-columns: repeat(2, 1fr); } }
    .starsWrapp ul li {
      width: 100%;
      position: relative; }
      .starsWrapp ul li .stars {
        height: auto;
        width: 100%;
        background-color: #121C70;
        background-size: cover;
        padding: 16px;
        box-sizing: border-box;
        overflow: hidden; }
        .starsWrapp ul li .stars .image {
          display: block;
          width: 100%;
          aspect-ratio: 1 / 1;
          overflow: hidden;
          position: relative; }
          .starsWrapp ul li .stars .image img {
            display: block;
            width: 100%; }
        .starsWrapp ul li .stars b {
          display: block;
          width: 100%;
          text-align: center;
          font: 400 14px "Circular Std medium", sans-serif;
          color: #fff;
          margin: 16px 0 0 0; }

.brightfuture {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  background: url(../images/presidentbg.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed; }
  .brightfuture ul {
    width: 100%;
    display: grid;
    grid-template-columns: 35% auto;
    grid-gap: 10%;
    align-items: center;
    padding: 96px 96px 0 96px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .brightfuture ul {
        grid-template-columns: repeat(1, 1fr);
        padding: 48px 0;
        grid-gap: 0;
        background: url(../images/students.png) no-repeat bottom center;
        background-size: 70%; } }
    .brightfuture ul li {
      width: 100%; }
      .brightfuture ul li:last-child {
        padding-bottom: 48px; }
        @media (max-width: 768px) {
          .brightfuture ul li:last-child {
            padding-bottom: 320px;
            box-sizing: border-box; } }
      @media (max-width: 768px) {
        .brightfuture ul li:first-child {
          display: none; } }
      .brightfuture ul li img {
        display: block;
        width: 100%; }
      .brightfuture ul li h1 {
        text-align: center;
        font: 400 48px "Circular Std", sans-serif;
        color: #ECE032;
        text-transform: uppercase;
        padding: 0 0 16px 0; }
        @media (max-width: 768px) {
          .brightfuture ul li h1 {
            font-size: 28px; } }
      .brightfuture ul li p {
        margin: 20px 0 0 0;
        text-align: justify;
        font: 400 18px "Circular Std Book", sans-serif;
        color: #fff; }
        @media (max-width: 768px) {
          .brightfuture ul li p {
            font-size: 14px; } }

.testimonialsWrapp {
  width: 100%;
  padding: 72px 0 56px 0;
  background-color: #F1FAF6; }
  .testimonialsWrapp h2 {
    text-align: center;
    text-transform: uppercase;
    font: 400 40px "Circular Std", sans-serif;
    color: #000; }
  .testimonialsWrapp ul {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    box-sizing: border-box;
    margin: 40px auto 0 auto;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 768px) {
      .testimonialsWrapp ul {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) {
      .testimonialsWrapp ul {
        grid-template-columns: repeat(1, 1fr); } }
    .testimonialsWrapp ul li {
      width: 100%;
      text-align: center; }
      .testimonialsWrapp ul li span {
        width: 48px;
        height: 48px;
        background: url(../icons/inv-comma.svg) no-repeat center #D31E67;
        background-size: 24px;
        border-radius: 50%;
        display: inline-block; }
      .testimonialsWrapp ul li p {
        text-align: center;
        width: 100%;
        background-color: #fff;
        border: 1px solid #d0d0d0;
        padding: 48px 24px 62px 24px;
        box-sizing: border-box;
        font: 400 14px/20px "Circular Std Book", sans-serif;
        color: #000;
        border-radius: 16px;
        margin: -24px 0 0 0; }
      .testimonialsWrapp ul li small {
        height: 72px;
        width: 72px;
        border-radius: 50%;
        display: inline-block;
        overflow: hidden;
        margin: -36px 0 0 0; }
        .testimonialsWrapp ul li small img {
          display: block;
          width: 100%;
          aspect-ratio: 1 / 1; }
      .testimonialsWrapp ul li b {
        display: block;
        width: 100%;
        text-align: center;
        font: 400 16px "Circular Std medium", sans-serif;
        color: #000;
        margin: 12px 0 0 0; }
      .testimonialsWrapp ul li i {
        display: block;
        width: 100%;
        text-align: center;
        font: 400 14px "Circular Std Book", sans-serif;
        color: #505050;
        margin: 4px 0 0 0; }

.appWrapp {
  text-align: center;
  background-color: #D31E67;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0 0; }
  .appWrapp p {
    text-align: center;
    font: 400 16px "Circular Std Book", sans-serif;
    color: #fff; }
    .appWrapp p b {
      display: inline-block;
      font: 400 18px "Circular Std medium", sans-serif; }
    .appWrapp p a {
      display: inline-block;
      margin: 0 0 0 8px;
      height: 40px;
      width: auto;
      padding: 0 16px 0 56px;
      border: 2px solid #fff;
      font: 400 14px/36px "Circular Std medium", sans-serif;
      box-sizing: border-box;
      text-transform: uppercase;
      color: #fff;
      border-radius: 6px;
      background: url(../icons/android.svg) no-repeat left 16px center;
      background-size: 24px;
      background-color: #121C70; }
      .appWrapp p a:hover {
        background-color: rgba(255, 255, 255, 0.1); }
      .appWrapp p a.apple {
        background: url(../icons/apple-logo.svg) no-repeat left 14px center;
        background-size: 24px;
        background-color: #121C70; }
        .appWrapp p a.apple:hover {
          background-color: rgba(255, 255, 255, 0.1); }
      @media (max-width: 560px) {
        .appWrapp p a {
          margin: 8px 0 0 0; } }

.aboutWrapp {
  width: 100%;
  margin-bottom: 72px; }
  .aboutWrapp .aboutus {
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1280px; }
    .aboutWrapp .aboutus h2 {
      text-align: left;
      text-transform: uppercase;
      font: 400 23px "Circular Std", sans-serif;
      color: #121C70; }
      @media (max-width: 768px) {
        .aboutWrapp .aboutus h2 {
          font-size: 28px;
          text-align: center; } }
    .aboutWrapp .aboutus .photo {
      width: 100%;
      margin: 0 0 40px 0; }
      .aboutWrapp .aboutus .photo img {
        display: block;
        width: 100%; }
    .aboutWrapp .aboutus p {
      text-align: left;
      font: 400 18px "Circular Std Book", sans-serif;
      color: #000;
      margin: 24px 0 0 0; }
    .aboutWrapp .aboutus .share {
      height: auto;
      width: 100%;
      margin-top: 60px; }
      .aboutWrapp .aboutus .share h4 {
        text-align: left;
        font: 500 14px 'Heebo', sans-serif;
        color: #515778;
        text-transform: uppercase; }
      .aboutWrapp .aboutus .share .share_infra {
        height: auto;
        width: 100%;
        margin-top: 15px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center; }
        .aboutWrapp .aboutus .share .share_infra a {
          height: 30px;
          width: 30px;
          display: block;
          margin-right: 2px;
          border-radius: 2px;
          background: url(../icons/share_links.png) no-repeat #ddd;
          font-size: 0px; }
          .aboutWrapp .aboutus .share .share_infra a.face {
            background-position: 0 0; }
          .aboutWrapp .aboutus .share .share_infra a.twi {
            background-position: -32px 0; }
          .aboutWrapp .aboutus .share .share_infra a.in {
            background-position: -64px 0; }
          .aboutWrapp .aboutus .share .share_infra a.wapp {
            background-position: -96px 0; }

.photoGalleryWrapp {
  width: 100%;
  padding-top: 32px;
  margin-bottom: 72px; }
  @media (max-width: 560px) {
    .photoGalleryWrapp {
      padding-top: 120px; } }
  .photoGalleryWrapp .photogalleryCon {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
    box-sizing: border-box; }
    .photoGalleryWrapp .photogalleryCon h2 {
      text-align: left;
      text-transform: uppercase;
      font: 400 40px "Circular Std", sans-serif;
      color: #000; }
    .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
      width: 100%;
      margin: 32px auto;
      display: grid;
      grid-gap: 16px;
      grid-template-columns: repeat(4, 1fr);
      box-sizing: border-box; }
      @media (max-width: 1024px) {
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 768px) {
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 560px) {
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
          grid-template-columns: repeat(1, 1fr); } }
      .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box {
        width: 100%;
        height: auto;
        aspect-ratio: 4 /3; }
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link {
          height: 100%;
          width: 100%;
          position: relative;
          overflow: hidden;
          background-color: #d0d0d0; }
          .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link span {
            width: 100%;
            display: block;
            text-align: left;
            font: 400 14px "Circular Std Book", sans-serif;
            color: #fff;
            background: black;
            background: linear-gradient(180deg, transparent 0%, black 100%);
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 62px 16px 16px 16px;
            box-sizing: border-box; }
          .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link a {
            display: block;
            width: 100%;
            height: 100%; }
            .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link a img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: contain; }

.docWrapp {
  width: 100%;
  padding-top: 32px;
  margin-bottom: 72px; }
  @media (max-width: 560px) {
    .docWrapp {
      padding-top: 120px; } }
  .docWrapp .docCon {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
    box-sizing: border-box; }
    .docWrapp .docCon h2 {
      text-align: left;
      text-transform: uppercase;
      font: 400 40px "Circular Std", sans-serif;
      color: #000; }
    .docWrapp .docCon table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0 32px 0; }
      .docWrapp .docCon table tbody {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 36px; }
        .docWrapp .docCon table tbody tr {
          display: block;
          width: 100%; }
          .docWrapp .docCon table tbody tr td {
            display: block;
            width: 100%; }
            .docWrapp .docCon table tbody tr td h3 {
              text-align: left;
              font: 400 24px "Circular Std", sans-serif;
              color: #000; }
            .docWrapp .docCon table tbody tr td table {
              width: 100%;
              border-collapse: collapse;
              margin: 16px 0 0 0; }
              .docWrapp .docCon table tbody tr td table tbody {
                width: 100%;
                display: grid;
                grid-gap: 24px;
                grid-template-columns: repeat(4, 1fr); }
                @media (max-width: 1024px) {
                  .docWrapp .docCon table tbody tr td table tbody {
                    grid-template-columns: repeat(3, 1fr); } }
                @media (max-width: 768px) {
                  .docWrapp .docCon table tbody tr td table tbody {
                    grid-template-columns: repeat(2, 1fr); } }
                @media (max-width: 560px) {
                  .docWrapp .docCon table tbody tr td table tbody {
                    grid-template-columns: repeat(1, 1fr); } }
                .docWrapp .docCon table tbody tr td table tbody tr {
                  display: block;
                  width: 100%; }
                  .docWrapp .docCon table tbody tr td table tbody tr td {
                    display: block;
                    width: 100%; }
                    .docWrapp .docCon table tbody tr td table tbody tr td .doc {
                      width: 100%; }
                      .docWrapp .docCon table tbody tr td table tbody tr td .doc a {
                        display: block;
                        width: 100%;
                        border: 1px solid #e0e0e0; }
                        .docWrapp .docCon table tbody tr td table tbody tr td .doc a:hover {
                          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
                        .docWrapp .docCon table tbody tr td table tbody tr td .doc a span {
                          height: 148px;
                          width: 100%;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          border-bottom: 1px solid #e0e0e0; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.pdf {
                            background-color: #FFF7E4; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.excel {
                            background-color: #D6FFE3; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.xls {
                            background-color: #E9F0FF; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.ppt {
                            background-color: #FADFFF; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span img {
                            display: block;
                            width: 100%;
                            max-width: 62px; }
                        .docWrapp .docCon table tbody tr td table tbody tr td .doc a b {
                          display: block;
                          text-align: left;
                          font: 400 14px "Circular Std medium", sans-serif;
                          color: #000;
                          padding: 16px 20px;
                          box-sizing: border-box; }

.contactWrapp {
  width: 100%;
  padding-top: 32px;
  margin-bottom: 72px; }
  @media (max-width: 560px) {
    .contactWrapp {
      padding-top: 120px; } }
  .contactWrapp .contactCon {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
    box-sizing: border-box; }
    .contactWrapp .contactCon h2 {
      text-align: left;
      text-transform: uppercase;
      font: 400 40px "Circular Std", sans-serif;
      color: #000; }
    .contactWrapp .contactCon ul {
      width: 100%;
      margin: 32px 0;
      display: grid;
      grid-gap: 24px;
      grid-template-columns: repeat(3, 1fr); }
      @media (max-width: 768px) {
        .contactWrapp .contactCon ul {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 560px) {
        .contactWrapp .contactCon ul {
          grid-template-columns: repeat(1, 1fr); } }
      .contactWrapp .contactCon ul li {
        width: 100%;
        background-color: #FFF8EB;
        display: flex;
        flex-flow: column;
        align-items: center;
        padding: 0 0 36px 0; }
        .contactWrapp .contactCon ul li.phone {
          background-color: #EBF7FF; }
          .contactWrapp .contactCon ul li.phone span {
            background: url(../icons/phone.svg) no-repeat center bottom 40px #0099FF;
            background-size: 66px; }
        .contactWrapp .contactCon ul li.email {
          background-color: #F9ECFF; }
          .contactWrapp .contactCon ul li.email span {
            background: url(../icons/email2.svg) no-repeat center bottom 40px #BC1CFF;
            background-size: 66px; }
        .contactWrapp .contactCon ul li span {
          display: block;
          width: 200px;
          background: url(../icons/address.svg) no-repeat center bottom 40px #FDBB43;
          background-size: 66px;
          border-radius: 0 0 120px 120px;
          padding: 124px 0 24px 0; }
        .contactWrapp .contactCon ul li b {
          display: block;
          width: 100%;
          text-align: center;
          font: 400 28px "Circular Std Book", sans-serif;
          text-transform: uppercase;
          color: #000;
          margin: 24px 0 12px 0; }
        .contactWrapp .contactCon ul li p {
          text-align: center;
          font: 400 16px "Circular Std Book", sans-serif;
          color: #000; }
    .contactWrapp .contactCon .message {
      width: 100%;
      max-width: 850px;
      margin: 62px auto 0 auto; }
      .contactWrapp .contactCon .message h2 {
        text-align: center;
        font: 400 40px "Circular Std Book", sans-serif;
        color: #000; }
      .contactWrapp .contactCon .message small {
        display: block;
        width: 100%;
        text-align: center;
        font: 400 14px "Circular Std Book", sans-serif;
        color: #808080;
        margin: 8px 0 0 0; }
      .contactWrapp .contactCon .message dl {
        width: 100%;
        margin: 32px 0 0 0;
        display: grid;
        grid-gap: 24px;
        grid-template-columns: repeat(2, 1fr); }
        @media (max-width: 560px) {
          .contactWrapp .contactCon .message dl {
            grid-template-columns: repeat(1, 1fr); } }
        .contactWrapp .contactCon .message dl dt {
          width: 100%; }
          .contactWrapp .contactCon .message dl dt label {
            display: block;
            width: 100%;
            text-align: left;
            font: 400 14px "Circular Std Book", sans-serif;
            color: #505050;
            margin: 0 0 8px 0; }
          .contactWrapp .contactCon .message dl dt input[type=text] {
            display: block;
            width: 100%;
            height: 56px;
            padding: 8px;
            box-sizing: border-box;
            border: 1px solid #D0D0D0;
            font: 400 16px "Circular Std medium", sans-serif;
            color: #000; }
            .contactWrapp .contactCon .message dl dt input[type=text]:focus {
              outline: none;
              border-color: #a0a0a0; }
      .contactWrapp .contactCon .message .msg {
        display: block;
        width: 100%;
        margin: 24px 0 0 0; }
        .contactWrapp .contactCon .message .msg label {
          display: block;
          width: 100%;
          text-align: left;
          font: 400 14px "Circular Std Book", sans-serif;
          color: #505050;
          margin: 0 0 8px 0; }
        .contactWrapp .contactCon .message .msg textarea {
          display: block;
          width: 100%;
          height: 124px;
          padding: 8px;
          box-sizing: border-box;
          border: 1px solid #D0D0D0;
          font: 400 16px "Circular Std medium", sans-serif;
          color: #000; }
          .contactWrapp .contactCon .message .msg textarea:focus {
            outline: none;
            border-color: #a0a0a0; }
      .contactWrapp .contactCon .message .button {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        margin: 48px 0 0 0; }
        .contactWrapp .contactCon .message .button input[type=submit] {
          height: 56px;
          width: 100%;
          max-width: 220px;
          text-align: center;
          display: block;
          border: none;
          font: 400 14px "Circular Std Book", sans-serif;
          color: #fff;
          text-transform: uppercase;
          background-color: #1A73E8;
          cursor: pointer; }
          .contactWrapp .contactCon .message .button input[type=submit]:hover {
            background-color: #3D3B9A; }

.allNewsWrapp {
  width: 100%;
  padding-top: 32px;
  margin-bottom: 72px; }
  .allNewsWrapp .allNewscon {
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
    box-sizing: border-box; }
    .allNewsWrapp .allNewscon h2 {
      text-align: left;
      text-transform: uppercase;
      font: 400 48px "Circular Std", sans-serif;
      color: #121C70; }
      @media (max-width: 768px) {
        .allNewsWrapp .allNewscon h2 {
          font-size: 28px;
          text-align: center; } }
    .allNewsWrapp .allNewscon table {
      width: 100%;
      border-collapse: collapse;
      margin: 32px 0; }
      .allNewsWrapp .allNewscon table tbody {
        width: 100%;
        display: grid;
        grid-gap: 24px;
        grid-template-columns: repeat(4, 1fr); }
        @media (max-width: 1024px) {
          .allNewsWrapp .allNewscon table tbody {
            grid-template-columns: repeat(3, 1fr); } }
        @media (max-width: 768px) {
          .allNewsWrapp .allNewscon table tbody {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 560px) {
          .allNewsWrapp .allNewscon table tbody {
            grid-template-columns: repeat(1, 1fr); } }
        .allNewsWrapp .allNewscon table tbody tr {
          display: block;
          width: 100%; }
          .allNewsWrapp .allNewscon table tbody tr td {
            display: block;
            width: 100%; }
            .allNewsWrapp .allNewscon table tbody tr td .news {
              width: 100%; }
              .allNewsWrapp .allNewscon table tbody tr td .news a {
                display: block;
                width: 100%;
                overflow: hidden;
                border: 1px solid #e0e0e0;
                padding: 0 0 16px 0; }
                .allNewsWrapp .allNewscon table tbody tr td .news a:hover {
                  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
                .allNewsWrapp .allNewscon table tbody tr td .news a .photo {
                  width: 100%; }
                  .allNewsWrapp .allNewscon table tbody tr td .news a .photo img {
                    display: block;
                    width: 100%;
                    aspect-ratio: 16 / 9; }
                .allNewsWrapp .allNewscon table tbody tr td .news a b {
                  display: block;
                  width: 100%;
                  text-align: left;
                  font: 400 16px "Circular Std medium", sans-serif;
                  color: #000;
                  padding: 16px 16px 8px 16px; }
                .allNewsWrapp .allNewscon table tbody tr td .news a span {
                  display: block;
                  width: 100%;
                  text-align: left;
                  font: 400 13px "Circular Std medium", sans-serif;
                  color: #808080;
                  padding: 0 0 0 42px;
                  background: url(../icons/calendar.svg) no-repeat left 16px center;
                  background-size: 20px;
                  box-sizing: border-box; }

.whylearnersWrapper {
  width: 100%;
  background: url(../images/Laboratory.jpg) no-repeat left center #13093d;
  background-size: cover; }
  .whylearnersWrapper .whyLearnersInner {
    width: 100%;
    max-width: 1280px;
    padding: 72px 24px;
    box-sizing: border-box;
    margin: 0 auto; }
    .whylearnersWrapper .whyLearnersInner h1 {
      text-align: center;
      font: 400 48px "Circular Std", sans-serif;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 768px) {
        .whylearnersWrapper .whyLearnersInner h1 {
          font-size: 28px; } }
    .whylearnersWrapper .whyLearnersInner p {
      text-align: center;
      font: 400 24px "Circular Std medium", sans-serif;
      color: #fff;
      margin: 16px 0 0 0; }
      @media (max-width: 768px) {
        .whylearnersWrapper .whyLearnersInner p {
          font-size: 14px; } }
    .whylearnersWrapper .whyLearnersInner ul {
      width: 100%;
      display: grid;
      grid-gap: 32px;
      grid-template-columns: repeat(3, 1fr);
      align-items: flex-start;
      margin: 40px 0 0 0; }
      @media (max-width: 768px) {
        .whylearnersWrapper .whyLearnersInner ul {
          grid-template-columns: repeat(1, 1fr);
          grid-gap: 16px; } }
      .whylearnersWrapper .whyLearnersInner ul li {
        width: 100%;
        height: 100%; }
        .whylearnersWrapper .whyLearnersInner ul li .inTxt {
          width: 100%;
          height: 100%;
          padding: 32px 48px;
          box-sizing: border-box;
          border-radius: 12px;
          background-color: #fff;
          text-align: center;
          display: flex;
          flex-flow: column;
          align-items: center;
          justify-content: center; }
          @media (max-width: 1024px) {
            .whylearnersWrapper .whyLearnersInner ul li .inTxt {
              padding: 24px; } }
          .whylearnersWrapper .whyLearnersInner ul li .inTxt span {
            width: 220px;
            display: inline-flex;
            align-items: center;
            justify-content: center; }
            .whylearnersWrapper .whyLearnersInner ul li .inTxt span img {
              display: block;
              width: 100%; }
          .whylearnersWrapper .whyLearnersInner ul li .inTxt b {
            display: block;
            width: 100%;
            text-align: center;
            font: 400 28px "Circular Std medium", sans-serif;
            color: black;
            margin: 32px 0 0 0; }
            @media (max-width: 1024px) {
              .whylearnersWrapper .whyLearnersInner ul li .inTxt b {
                font-size: 26px; } }
            @media (max-width: 768px) {
              .whylearnersWrapper .whyLearnersInner ul li .inTxt b {
                font-size: 20px; } }
          .whylearnersWrapper .whyLearnersInner ul li .inTxt small {
            display: block;
            width: 100%;
            text-align: center;
            font: 400 16px "Circular Std Book", sans-serif;
            color: black;
            margin: 20px 0 0 0; }
            @media (max-width: 768px) {
              .whylearnersWrapper .whyLearnersInner ul li .inTxt small {
                font-size: 14px; } }
        .whylearnersWrapper .whyLearnersInner ul li dl {
          width: 100%;
          display: grid;
          grid-gap: 32px;
          grid-template-columns: repeat(1, 1fr); }
          @media (max-width: 768px) {
            .whylearnersWrapper .whyLearnersInner ul li dl {
              grid-template-columns: repeat(3, 1fr);
              grid-gap: 16px; } }
          @media (max-width: 560px) {
            .whylearnersWrapper .whyLearnersInner ul li dl {
              grid-template-columns: repeat(1, 1fr); } }
          .whylearnersWrapper .whyLearnersInner ul li dl dt {
            width: 100%;
            padding: 32px;
            box-sizing: border-box;
            border-radius: 12px;
            background-color: #0099FF;
            text-align: center; }
            @media (max-width: 1024px) {
              .whylearnersWrapper .whyLearnersInner ul li dl dt {
                padding: 24px; } }
            .whylearnersWrapper .whyLearnersInner ul li dl dt span {
              width: 72px;
              height: 72px;
              border-radius: 50%;
              background-color: #fff;
              box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.58);
              display: inline-flex;
              align-items: center;
              justify-content: center; }
              .whylearnersWrapper .whyLearnersInner ul li dl dt span img {
                display: block;
                width: 100%;
                max-width: 48px; }
            .whylearnersWrapper .whyLearnersInner ul li dl dt b {
              display: block;
              width: 100%;
              text-align: center;
              font: 400 18px "Circular Std Book", sans-serif;
              color: #fff;
              margin: 24px 0 0 0; }
              @media (max-width: 1024px) {
                .whylearnersWrapper .whyLearnersInner ul li dl dt b {
                  font-size: 16px; } }
              @media (max-width: 768px) {
                .whylearnersWrapper .whyLearnersInner ul li dl dt b {
                  font-size: 14px; } }

.photogalleryFooter {
  width: 100%;
  margin: 48px 0; }
  .photogalleryFooter h1 {
    text-align: center;
    font: 400 48px "Circular Std", sans-serif;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 24px 0; }
    @media (max-width: 768px) {
      .photogalleryFooter h1 {
        font-size: 28px; } }
  .photogalleryFooter .viewall {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 0 0; }
    .photogalleryFooter .viewall a {
      display: block;
      width: 100%;
      max-width: 180px;
      text-align: center;
      font: 400 14px/48px "Circular Std medium", sans-serif;
      color: #fff;
      background-color: #121C70;
      border-radius: 6px; }
      .photogalleryFooter .viewall a:hover {
        background-color: #347CE9; }
  .photogalleryFooter .photoImg {
    width: 100%; }
    .photogalleryFooter .photoImg a {
      display: block;
      width: 100%;
      position: relative;
      aspect-ratio: 16 / 9;
      overflow: hidden; }
      .photogalleryFooter .photoImg a img {
        display: block;
        width: 100%; }
      .photogalleryFooter .photoImg a span {
        width: 100%;
        display: block;
        text-align: left;
        font: 400 14px "Circular Std Book", sans-serif;
        color: #fff;
        background: black;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
        background: linear-gradient(180deg, transparent 0%, black 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 62px 16px 16px 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }

footer {
  width: 100%;
  background-color: #F7F7F9; }
  footer ul {
    width: 100%;
    display: grid;
    grid-gap: 48px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    padding: 75px 24px;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      footer ul {
        grid-template-columns: repeat(1, 1fr);
        padding: 48px 24px; } }
    footer ul li {
      width: 100%; }
      footer ul li .addressfooter {
        width: 100%;
        text-align: left;
        display: grid;
        grid-gap: 36px;
        grid-template-columns: repeat(1, 1fr); }
        footer ul li .addressfooter .logo {
          width: 100%;
          text-align: left;
          margin-bottom: 16px; }
          footer ul li .addressfooter .logo img {
            display: inline-block;
            width: 100%;
            max-width: 350px; }
        footer ul li .addressfooter b {
          display: block;
          width: 100%;
          text-align: left;
          font: 400 16px "Circular Std medium", sans-serif;
          color: #000;
          background: url(../icons/location.svg) no-repeat left center;
          background-size: 24px;
          padding: 0 0 0 36px;
          box-sizing: border-box; }
        footer ul li .addressfooter small {
          display: block;
          width: 100%;
          text-align: left;
          font: 400 18px/24px "Circular Std medium", sans-serif;
          color: #000;
          background: url(../icons/call.svg) no-repeat left center;
          background-size: 24px;
          padding: 0 0 0 36px;
          box-sizing: border-box; }
        footer ul li .addressfooter span {
          display: block;
          width: 100%;
          text-align: left;
          font: 400 18px/24px "Circular Std medium", sans-serif;
          color: #000;
          background: url(../icons/email.svg) no-repeat left center;
          background-size: 24px;
          padding: 0 0 0 36px;
          box-sizing: border-box; }
      footer ul li .quicklinks {
        width: 100%; }
        footer ul li .quicklinks h1 {
          text-align: left;
          font: 400 28px "Circular Std", sans-serif;
          color: #121C70;
          text-transform: uppercase; }
        footer ul li .quicklinks ul {
          width: 100%;
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 0px;
          padding: 0;
          margin: 24px 0 0 0; }
          footer ul li .quicklinks ul li {
            width: 100%;
            border-bottom: 1px solid #707070;
            text-align: left; }
            footer ul li .quicklinks ul li:nth-child(even) {
              text-align: right; }
            footer ul li .quicklinks ul li a {
              display: inline-block;
              text-align: left;
              font: 400 18px/56px "Circular Std", sans-serif;
              text-transform: uppercase;
              color: #000; }
              footer ul li .quicklinks ul li a:hover {
                color: #D31E67; }
        footer ul li .quicklinks h2 {
          text-align: left;
          font: 400 28px "Circular Std", sans-serif;
          color: #121C70;
          text-transform: uppercase;
          margin: 48px 0 0 0; }
        footer ul li .quicklinks dl {
          display: flex;
          flex-flow: row nowrap;
          align-items: center;
          margin: 24px 0 0 0; }
          footer ul li .quicklinks dl dt {
            width: auto;
            margin: 0 12px 0 0; }
            footer ul li .quicklinks dl dt a {
              font-size: 0;
              width: 48px;
              display: block;
              transition: .5s ease; }
              footer ul li .quicklinks dl dt a:hover {
                width: 56px;
                transition: .5s ease; }
              footer ul li .quicklinks dl dt a img {
                display: block;
                width: 100%; }
      footer ul li .enquiry {
        width: 100%; }
        footer ul li .enquiry h1 {
          text-align: left;
          font: 400 28px "Circular Std", sans-serif;
          color: #121C70;
          text-transform: uppercase; }
        footer ul li .enquiry .enquiryForm {
          margin: 16px 0 0 0;
          padding: 16px;
          background-color: #121C70;
          box-sizing: border-box; }
          footer ul li .enquiry .enquiryForm dl {
            width: 100%;
            display: grid;
            grid-gap: 8px;
            grid-template-columns: repeat(2, 1fr);
            align-items: center; }
            footer ul li .enquiry .enquiryForm dl dt {
              width: 100%; }
              footer ul li .enquiry .enquiryForm dl dt.oner {
                grid-column: 1 / 3; }
              footer ul li .enquiry .enquiryForm dl dt input[type=text] {
                height: 48px;
                width: 100%;
                padding: 8px 12px;
                box-sizing: border-box;
                border: none;
                background-color: #fff;
                font: 400 16px "Circular Std Book", sans-serif;
                color: #000; }
              footer ul li .enquiry .enquiryForm dl dt select {
                appearance: none;
                height: 48px;
                width: 100%;
                padding: 8px 12px;
                box-sizing: border-box;
                border: none;
                background: url(../icons/expand.svg) no-repeat right 6px center #fff;
                background-size: 24px;
                font: 400 16px "Circular Std Book", sans-serif;
                color: #000; }
          footer ul li .enquiry .enquiryForm .agree {
            width: 100%;
            display: flex;
            flex-flow: row nowrap;
            align-items: flex-start;
            margin: 16px 0; }
            footer ul li .enquiry .enquiryForm .agree label {
              display: inline-block;
              text-align: left;
              font: 400 14px "Circular Std Book", sans-serif;
              color: #fff;
              padding: 0 0 0 8px;
              box-sizing: border-box; }
          footer ul li .enquiry .enquiryForm .submit {
            width: 100%;
            text-align: center; }
            footer ul li .enquiry .enquiryForm .submit input[type=submit] {
              height: 36px;
              width: 180px;
              border-radius: 8px;
              background-color: #ECE032;
              display: inline-block;
              cursor: pointer;
              font: 400 18px "Circular Std", sans-serif;
              color: #121C70;
              text-transform: uppercase;
              border: none;
              appearance: none; }
              footer ul li .enquiry .enquiryForm .submit input[type=submit]:hover {
                background-color: #FFF55E; }
  footer .copyright {
    width: 100%;
    background-color: #121C70; }
    footer .copyright ul {
      padding: 0 24px;
      box-sizing: border-box;
      width: 100%;
      display: grid;
      grid-gap: 16px;
      grid-template-columns: repeat(2, 1fr); }
      @media (max-width: 768px) {
        footer .copyright ul {
          grid-template-columns: repeat(1, 1fr);
          grid-gap: 0;
          padding: 16px 24px 62px 24px; } }
      footer .copyright ul li {
        width: 100%;
        font: 400 16px/72px "Circular Std Book", sans-serif;
        color: #fff; }
        @media (max-width: 768px) {
          footer .copyright ul li {
            line-height: normal;
            text-align: center; } }
        footer .copyright ul li .links {
          width: 100%;
          display: flex;
          flex-flow: row nowrap;
          align-items: center;
          justify-content: flex-end;
          color: #ECE032; }
          @media (max-width: 768px) {
            footer .copyright ul li .links {
              justify-content: center;
              margin: 8px 0 0 0; } }
          footer .copyright ul li .links a {
            display: inline;
            font: 400 18px "Circular Std", sans-serif;
            text-transform: uppercase;
            color: #ECE032;
            margin: 0 12px; }
            footer .copyright ul li .links a:hover {
              opacity: 1; }
  footer .copyright_f {
    width: 100%;
    background-color: #121C70; }
    footer .copyright_f ul {
      padding: 0 24px;
      box-sizing: border-box;
      width: 100%;
      display: grid;
      grid-gap: 16px;
      grid-template-columns: repeat(2, 1fr); }
      @media (max-width: 768px) {
        footer .copyright_f ul {
          grid-template-columns: repeat(1, 1fr);
          grid-gap: 0;
          padding: 16px 24px; } }
      footer .copyright_f ul li {
        width: 100%;
        font: 400 16px/72px "Circular Std Book", sans-serif;
        color: #fff; }
        @media (max-width: 768px) {
          footer .copyright_f ul li {
            line-height: normal;
            text-align: center; } }
        footer .copyright_f ul li .links {
          width: 100%;
          display: flex;
          flex-flow: row nowrap;
          align-items: center;
          justify-content: flex-end;
          color: #ECE032; }
          @media (max-width: 768px) {
            footer .copyright_f ul li .links {
              justify-content: center;
              margin: 8px 0 0 0; } }
          footer .copyright_f ul li .links a {
            display: inline;
            font: 400 18px "Circular Std", sans-serif;
            text-transform: uppercase;
            color: #ECE032;
            margin: 0 12px; }
            footer .copyright_f ul li .links a:hover {
              opacity: 1; }

/*************Content Page */
.contentWrapp {
  width: 100%;
  margin-bottom: 72px; }
  .contentWrapp .content {
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1280px; }
    .contentWrapp .content h2 {
      text-align: left;
      text-transform: uppercase;
      font: 400 48px "Circular Std", sans-serif;
      color: #121C70; }
      @media (max-width: 768px) {
        .contentWrapp .content h2 {
          font-size: 28px;
          text-align: center; } }
    .contentWrapp .content .photo {
      width: 100%;
      margin: 0 0 40px 0;
      align-items: center;
      text-align: center; }
      .contentWrapp .content .photo img {
        width: 40%; }
    .contentWrapp .content p {
      text-align: left;
      font: 400 18px "Circular Std Book", sans-serif;
      color: #000;
      margin: 24px 0 0 0; }
    .contentWrapp .content .contentTable {
      width: 100%;
      margin: 24px 0 0 0; }
      .contentWrapp .content .contentTable table {
        width: 100%;
        border-collapse: collapse; }
        .contentWrapp .content .contentTable table th {
          text-align: center;
          font: 400 13px "Circular Std medium", sans-serif;
          color: #000;
          border: 1px solid #d0d0d0;
          padding: 8px 6px;
          background-color: #f2f2f2; }
        .contentWrapp .content .contentTable table td {
          text-align: center;
          font: 400 13px "Circular Std Book", sans-serif;
          color: #505050;
          border: 1px solid #d0d0d0;
          padding: 8px 6px;
          background-color: #fff; }
