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

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

ul, ol {
  list-style: none; }

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

/* media Queries */
.header {
  height: auto;
  width: 100%; }
  .header header {
    width: 100%;
    background: #e6f2fe;
    padding: 8px 0; }
    .header header ul {
      width: 100%;
      max-width: 1280px;
      padding: 0 24px;
      margin: 0 auto;
      display: grid;
      grid-gap: 16px;
      grid-template-columns: 320px auto;
      align-items: center;
      box-sizing: border-box; }
      @media (max-width: 560px) {
        .header header ul {
          grid-template-columns: auto 40px; } }
      .header header ul li {
        width: 100%; }
        .header header ul li img {
          display: block;
          width: 100%;
          max-width: 320px; }
        .header header ul li:last-child {
          display: flex;
          flex-flow: row nowrap;
          align-items: center;
          justify-content: flex-end; }
        .header header ul li nav {
          height: auto;
          width: auto; }
          .header header ul li nav .show-nav {
            display: none;
            width: 40px;
            height: 40px;
            background: url(../icons/menu.svg) no-repeat center #006834;
            background-size: 24px;
            appearance: none;
            cursor: pointer;
            border-radius: 50%; }
            @media (max-width: 1024px) {
              .header header ul li nav .show-nav {
                display: block; } }
          .header header ul li nav input[type=checkbox] {
            cursor: pointer;
            display: none; }
            .header header ul li nav input[type=checkbox]:checked ~ #nav {
              display: flex;
              width: 100%;
              flex-flow: column;
              position: absolute;
              left: 0;
              z-index: 9999;
              background-color: #f5e54c;
              padding: 0;
              grid-gap: 0;
              top: 80px;
              transition: .5s ease; }
              .header header ul li nav input[type=checkbox]:checked ~ #nav li {
                width: 100%;
                margin: 0; }
                .header header ul li nav input[type=checkbox]:checked ~ #nav li:first-child a {
                  border: none; }
                .header header ul li nav input[type=checkbox]:checked ~ #nav li a {
                  display: block;
                  width: 100%;
                  border-top: 1px solid rgba(0, 0, 0, 0.2);
                  padding: 0 24px;
                  box-sizing: border-box; }
                .header header ul li nav input[type=checkbox]:checked ~ #nav li .drop {
                  width: 100%;
                  position: relative;
                  top: 0;
                  transition: .5s ease-in; }
                  .header header ul li nav input[type=checkbox]:checked ~ #nav li .drop a {
                    border-top: 1px solid rgba(0, 0, 0, 0.2);
                    padding: 12px 24px 12px 48px;
                    box-sizing: border-box;
                    background: url(../icons/star.svg) no-repeat left 24px center #006834;
                    background-size: 12px; }
                    .header header ul li nav input[type=checkbox]:checked ~ #nav li .drop a:hover {
                      background-color: #00582c; }
          .header header ul li nav ul {
            width: auto;
            display: inline-flex;
            flex-flow: row nowrap;
            align-items: center; }
            @media (max-width: 1024px) {
              .header header ul li nav ul {
                display: none; } }
            .header header ul li nav ul li {
              width: auto;
              margin: 0 0 0 8px;
              position: relative; }
              @media (max-width: 1024px) {
                .header header ul li nav ul li {
                  margin: 0; } }
              .header header ul li nav ul li:hover {
                transition: .5s ease-in; }
                .header header ul li nav ul li:hover a {
                  background-color: #0556ad;
                  color: #fff; }
                .header header ul li nav ul li:hover .drop {
                  display: block;
                  transition: .5s ease-in; }
              .header header ul li nav ul li a {
                display: inline-block;
                width: auto;
                font: 400 13px/40px "Circular Std", sans-serif;
                color: #000;
                text-transform: uppercase;
                padding: 0 8px;
                box-sizing: border-box; }
                @media (max-width: 1024px) {
                  .header header ul li nav ul li a {
                    padding: 0 12px; } }
                .header header ul li nav ul li a:hover {
                  background-color: #0556ad;
                  color: #fff; }
                .header header ul li nav ul li a.active {
                  background-color: #006834;
                  color: #fff; }
              .header header ul li nav ul li .drop {
                position: absolute;
                top: 40px;
                left: 0;
                display: none;
                width: 260px;
                background-color: #006834;
                z-index: 9999; }
                .header header ul li nav ul li .drop a {
                  display: block;
                  width: 100%;
                  font: 400 13px "Circular Std medium", sans-serif;
                  color: #fff;
                  padding: 14px 20px;
                  box-sizing: border-box;
                  border-top: 1px solid rgba(255, 255, 255, 0.15); }
                  .header header ul li nav ul li .drop a:hover {
                    background-color: #acac86; }
  .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 .m_links {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 2px;
    -ms-grid-columns: 1fr [5];
    grid-template-columns: repeat(6, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2px; }
  @media (max-width: 768px) {
    .header .m_links {
      -ms-grid-columns: 1fr [3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 560px) {
    .header .m_links {
      -ms-grid-columns: 1fr [2];
      grid-template-columns: repeat(2, 1fr); } }
  .header .m_links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 96px;
    background-color: #006834;
    font: 400 16px "Circular Std medium", sans-serif;
    color: #fff; }
  .header .m_links a:hover {
    background-color: #00582c; }
  .header .m_links a span {
    display: inline-block;
    width: auto;
    height: 28px;
    line-height: 28px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .header .m_links a span.fee {
    background: url(../icons/card.svg) no-repeat left center;
    background-size: 28px; }
  .header .m_links a span.result {
    background: url(../icons/result.svg) no-repeat left center;
    background-size: 28px; }
  .header .m_links a span.parent {
    background: url(../icons/parent.svg) no-repeat left center;
    background-size: 28px; }
  .header .m_links a span.admission {
    background: url(../icons/admission.svg) no-repeat left center;
    background-size: 28px; }
  .header .m_links a span.career {
    background: url(../icons/career.svg) no-repeat left center;
    background-size: 28px; }
  .header .m_links a span.Alumini {
    background: url(../icons/career.svg) no-repeat left center;
    background-size: 28px; }
  .header .mandatorydocs {
    width: auto;
    height: 40px;
    background-color: #0556ad;
    color: #fff;
    font: 400 16px/40px "Circular Std medium", sans-serif;
    border-radius: 8px 8px 0 0;
    position: fixed;
    top: 50%;
    right: 0;
    transform: rotate(-90deg);
    padding: 0 24px;
    box-sizing: border-box;
    margin: 0 -89px 0 0;
    transition: .25s ease; }
    @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; } }
    .header .mandatorydocs:hover {
      height: 48px;
      line-height: 48px;
      margin: 0 -85px 0 0;
      transition: .25s ease;
      background-color: #3996f9; }
      @media (max-width: 560px) {
        .header .mandatorydocs:hover {
          margin: 0; } }

.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 #2f6170;
      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: #b7b795;
        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: 550px;
        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: 550px;
        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; }

.photogallery {
  width: 100%;
  padding: 72px 0 56px 0;
  background-color: #e6f2fe; }
  .photogallery h2 {
    text-align: center;
    text-transform: uppercase;
    font: 400 40px "Circular Std", sans-serif;
    color: #b7b795; }
  .photogallery .photo_gallery_inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 48px auto;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .photogallery .photo_gallery_inner {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) {
      .photogallery .photo_gallery_inner {
        grid-template-columns: repeat(1, 1fr); } }
    .photogallery .photo_gallery_inner .photo_gallery_box {
      width: 100%;
      height: auto; }
      .photogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 8px; }
        .photogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link span {
          width: 100%;
          display: block;
          text-align: left;
          font: 400 16px "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; }
        .photogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link a {
          display: block;
          width: 100%; }
          .photogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link a img {
            display: block;
            width: 100%;
            aspect-ratio: 4 / 3; }
  .photogallery .viewall {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center; }
    .photogallery .viewall a {
      height: 40px;
      width: 160px;
      border-radius: 8px;
      font: 400 14px/40px "Circular Std", sans-serif;
      color: #fff;
      background-color: #b7b795;
      text-align: center;
      text-transform: uppercase; }
      .photogallery .viewall a:hover {
        background-color: #6b6b47; }

.vdogallery {
  width: 100%;
  padding: 72px 0 56px 0;
  background-color: #fff; }
  .vdogallery h2 {
    text-align: center;
    text-transform: uppercase;
    font: 400 40px "Circular Std", sans-serif;
    color: #b7b795; }
  .vdogallery .photo_gallery_inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 48px auto;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .vdogallery .photo_gallery_inner {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) {
      .vdogallery .photo_gallery_inner {
        grid-template-columns: repeat(1, 1fr); } }
    .vdogallery .photo_gallery_inner .photo_gallery_box {
      width: 100%;
      height: auto; }
      .vdogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 8px; }
        .vdogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link a {
          display: block;
          width: 100%; }
          .vdogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link a span {
            width: 100%;
            display: block;
            text-align: left;
            font: 400 16px "Circular Std Book", sans-serif;
            color: #fff;
            background: url(../icons/PlayVideo.svg) no-repeat center rgba(0, 0, 0, 0.25);
            background-size: 32px;
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 172px 16px 16px 16px;
            box-sizing: border-box;
            height: 100%; }
          .vdogallery .photo_gallery_inner .photo_gallery_box .photo_gallery_link a img {
            display: block;
            width: 100%;
            aspect-ratio: 4 / 3; }
  .vdogallery .viewall {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center; }
    .vdogallery .viewall a {
      height: 40px;
      width: 160px;
      border-radius: 8px;
      font: 400 14px/40px "Circular Std", sans-serif;
      color: #fff;
      background-color: #b7b795;
      text-align: center;
      text-transform: uppercase; }
      .vdogallery .viewall a:hover {
        background-color: #6b6b47; }

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

.achievementsWrapp {
  width: 100%;
  padding: 72px 0;
  background-color: #e6f2fe; }
  .achievementsWrapp h2 {
    text-align: center;
    text-transform: uppercase;
    font: 400 40px "Circular Std", sans-serif;
    color: #b7b795; }
  .achievementsWrapp ul {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 40px auto 0 auto;
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(3, 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 .image {
        width: 100%; }
        .achievementsWrapp ul li .image img {
          display: block;
          width: 100%;
          aspect-ratio: 16 / 9; }
      .achievementsWrapp ul li p {
        text-align: left;
        font: 400 20px "Circular Std", sans-serif;
        color: #000;
        margin: 20px 0 30px 0; }
      .achievementsWrapp ul li b {
        display: block;
        width: 100%;
        text-align: left; }
        .achievementsWrapp ul li b a {
          display: inline-block;
          text-align: left;
          font: 400 16px "Circular Std", sans-serif;
          text-transform: uppercase;
          color: #b7b795;
          background: url(../icons/right-arrow.svg) no-repeat right center;
          background-size: 24px;
          padding-right: 32px;
          box-sizing: border-box;
          transition: .25s; }
          .achievementsWrapp ul li b a:hover {
            padding-right: 40px;
            transition: .25s; }

.infraWrapp {
  width: 100%;
  padding: 72px 0 56px 0;
  background-color: #acac86;
  margin: 0 0 72px 0; }
  .infraWrapp h2 {
    text-align: center;
    text-transform: uppercase;
    font: 400 40px "Circular Std", sans-serif;
    color: #000000; }
  .infraWrapp ul {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 48px auto 32px 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); } }
    @media (max-width: 560px) {
      .infraWrapp ul {
        grid-template-columns: repeat(1, 1fr); } }
    .infraWrapp ul li {
      width: 100%;
      border-radius: 8px;
      overflow: hidden;
      border: 5px solid #fff;
      position: relative; }
      .infraWrapp ul li img {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3; }
      .infraWrapp ul li span {
        display: inline-block;
        width: auto;
        padding: 0 16px;
        box-sizing: border-box;
        border-radius: 0 20px 16px 0;
        background-color: #0556ad;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 16px;
        font: 400 16px/32px "Circular Std medium", sans-serif; }

.starsWrapp {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box; }
  .starsWrapp h2 {
    text-align: center;
    text-transform: uppercase;
    font: 400 40px "Circular Std", sans-serif;
    color: #b7b795; }
  .starsWrapp 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(5, 1fr); }
    @media (max-width: 768px) {
      .starsWrapp ul {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) {
      .starsWrapp ul {
        grid-template-columns: repeat(1, 1fr); } }
    .starsWrapp ul li {
      width: 100%;
      position: relative; }
      .starsWrapp ul li .stars {
        height: auto;
        width: 100%;
        border-radius: 12px;
        background: url(../icons/shining.svg) no-repeat left bottom #fff;
        background-size: cover;
        padding: 0px 20px 20px 20px;
        box-sizing: border-box;
        overflow: hidden; }
        .starsWrapp ul li .stars .image {
          display: block;
          width: 100%;
          aspect-ratio: 1 / 1;
          border-radius: 12px;
          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 16px "Circular Std Book", sans-serif;
          color: #fff;
          margin: 16px 0 0 0; }

.testimonialsWrapp {
  width: 100%;
  padding: 72px 0 56px 0;
  background-color: #e6f2fe;
  margin: 72px 0 0 0; }
  .testimonialsWrapp h2 {
    text-align: center;
    text-transform: uppercase;
    font: 400 40px "Circular Std", sans-serif;
    color: #b7b795; }
  .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 #b7b795;
        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 16px "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: #0556ad;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center; }
  .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; }
      .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; }
        .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; }
  @media (max-width: 560px) {
    .aboutWrapp {
      padding-top: 120px; } }
  .aboutWrapp .aboutus {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
    box-sizing: border-box; }
    .aboutWrapp .aboutus h2 {
      text-align: left;
      text-transform: uppercase;
      font: 400 40px "Circular Std", sans-serif;
      color: #3D3B9A; }
    .aboutWrapp .aboutus .photo {
      width: 100%;
      text-align: center;
      margin: 0 0 40px 0; }
      .aboutWrapp .aboutus .photo img {
        display: inline-block;
        width: 560px; }
    .aboutWrapp .aboutus p {
      text-align: left;
      font: 400 18px "Circular Std medium", sans-serif;
      color: #000;
      margin: 24px 0 0 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: #3D3B9A; }
    .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; }
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link {
          height: 100%;
          width: 100%;
          position: relative;
          overflow: hidden;
          border-radius: 8px;
          /*span {
                        width: 100%;
                        display: block;
                        text-align: left;
                        font: 400 16px $regular;
                        color: #fff;
                        background: rgb(0,0,0);
                        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        height: 100%;
                        padding: 124px 16px 16px 16px;
                        box-sizing: border-box;


                        &.video {
                            background: url(../icons/PlayVideo.svg) no-repeat center rgba(0,0,0,.25);
                            background-size: 32px;
                        }
                    }*/ }
          .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link a {
            display: block;
            width: 100%; }
            .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link a img {
              display: block;
              width: 100%;
              aspect-ratio: 4 / 3; }
            .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link a span {
              width: 100%;
              display: block;
              text-align: left;
              font: 400 16px "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 span.video {
                background: url(../icons/PlayVideo.svg) no-repeat center rgba(0, 0, 0, 0.25);
                background-size: 32px;
                padding: 172px 16px 16px 16px;
                height: 100%; }

.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: #3D3B9A; }
    .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-radius: 8px;
                        border: 1px solid #a0a0a0; }
                        .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-radius: 8px 8px 0 0;
                          border-bottom: 1px solid #a0a0a0; }
                          .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 16px "Circular Std medium", sans-serif;
                          color: #000;
                          padding: 12px 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: #3D3B9A; }
    .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/email.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: 196px 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; }
  @media (max-width: 560px) {
    .allNewsWrapp {
      padding-top: 120px; } }
  .allNewsWrapp .allNewscon {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
    box-sizing: border-box; }
    .allNewsWrapp .allNewscon h2 {
      text-align: left;
      text-transform: uppercase;
      font: 400 40px "Circular Std", sans-serif;
      color: #3D3B9A; }
    .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%;
                border-radius: 8px;
                overflow: hidden;
                border: 1px solid #a0a0a0;
                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 18px "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; }

footer {
  width: 100%;
  padding: 72px 0 0 0;
  background-color: #202020; }
  footer ul {
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    box-sizing: border-box;
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto; }
    @media (max-width: 768px) {
      footer ul {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) {
      footer ul {
        grid-template-columns: repeat(1, 1fr); } }
    footer ul li {
      width: 100%; }
      footer ul li h2 {
        text-align: left;
        font: 400 16px "Circular Std", sans-serif;
        color: #fff;
        text-transform: uppercase; }
      footer ul li .links {
        width: 100%;
        margin: 24px 0 0 0;
        text-align: left;
        display: grid;
        grid-gap: 12px;
        grid-template-columns: repeat(1, 1fr); }
        footer ul li .links a {
          display: inline-block;
          font: 400 14px "Circular Std Book", sans-serif;
          color: #fff;
          opacity: .58; }
          footer ul li .links a:hover {
            opacity: 1; }
      footer ul li p {
        margin: 24px 0 40px 0;
        text-align: left;
        font: 400 14px "Circular Std Book", sans-serif;
        color: #fff;
        opacity: .58; }
      footer ul li .social {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin: 20px 0 0 0; }
        footer ul li .social a {
          display: block;
          width: 32px;
          height: 32px;
          border-radius: 50%;
          margin: 0 8px 0 0; }
          footer ul li .social a img {
            display: block;
            width: 100%; }
      footer ul li span {
        display: block;
        text-align: left;
        margin: 24px 0 0 0;
        text-align: left;
        font: 400 14px "Circular Std Book", sans-serif;
        color: #fff;
        opacity: .58; }
      footer ul li b {
        display: block;
        text-align: left;
        margin: 6px 0 0 0;
        text-align: left;
        font: 400 14px "Circular Std Book", sans-serif;
        color: #fff; }
  footer .copyright {
    width: 100%;
    padding: 24px 0;
    box-sizing: border-box;
    border-top: 1px solid #404040;
    margin: 72px 0 0 0;
    text-align: center; }
    footer .copyright span {
      height: 62px;
      width: 62px;
      display: inline-block;
      border-radius: 50%;
      border: 1px solid #404040;
      background-color: #202020;
      position: relative;
      top: -55px; }
      footer .copyright span a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center; }
        footer .copyright span a img {
          display: block;
          width: 24px; }
    footer .copyright ul {
      width: 100%;
      max-width: 1280px;
      padding: 0 24px;
      box-sizing: border-box;
      display: grid;
      grid-gap: 16px;
      grid-template-columns: repeat(2, 1fr);
      margin: -56px auto 0 auto; }
      @media (max-width: 560px) {
        footer .copyright ul {
          grid-template-columns: repeat(1, 1fr); } }
      footer .copyright ul li {
        width: 100%; }
        footer .copyright ul li .poweredby {
          width: 100%;
          text-align: left; }
          footer .copyright ul li .poweredby img {
            display: inline-block;
            width: 100%;
            max-width: 164px; }
        footer .copyright ul li .links {
          width: 100%;
          display: flex;
          flex-flow: row nowrap;
          align-items: center;
          justify-content: flex-end;
          color: rgba(255, 255, 255, 0.2); }
          footer .copyright ul li .links a {
            display: inline;
            font: 400 12px "Circular Std Book", sans-serif;
            text-transform: uppercase;
            color: #fff;
            opacity: .58;
            margin: 0 8px; }
            footer .copyright ul li .links a:hover {
              opacity: 1; }
