<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Special+Elite&amp;display=swap");
@import url("http://fonts.googleapis.com/css?family=Lato&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Special+Elite&amp;display=swap");
@import url("http://fonts.googleapis.com/css?family=Lato&amp;display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  width: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  min-width: 320px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.57894737;
  color: #333;
  font-weight: 400;
  background-color: #eeeeee;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

a:hover,
a:link {
  text-decoration: none; }

::selection {
  background: #f47216;
  color: #fff;
  text-shadow: none; }

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after, .row:before {
  content: " ";
  display: table; }

.no-scroll {
  overflow: hidden; }

.no-padding {
  padding: 0 !important; }

.flex {
  display: flex; }

.flex-v-align {
  display: flex;
  align-items: center; }

.flex-h-align {
  display: flex;
  justify-content: center; }

.section {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .section {
      padding-top: 30px;
      padding-bottom: 30px; } }

.section-dark {
  background: #f2f2f2; }

.section-light {
  background-color: #f7f7f7; }

.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.pe-web-row {
  position: relative;
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pe-web-row:before, .pe-web-row:after {
    content: " ";
    display: table; }

.pe-web-column__inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .pe-web-column__inner:after, .pe-web-column__inner:before {
    content: " ";
    display: table; }

.screen-sm {
  display: block; }
  @media (max-width: 767px) {
    .screen-sm {
      display: none; } }

.screen-xs {
  display: none; }
  @media (max-width: 767px) {
    .screen-xs {
      display: block; } }

strong {
  font-weight: 600; }

.loading-wrapper__subpage {
  display: none !important; }
  @media (max-width: 767px) {
    .loading-wrapper__subpage {
      display: block !important; } }

.loading-wrapper-main {
  position: fixed;
  background: #ffffff;
  height: 100vh;
  z-index: 50000;
  width: 100vw; }
  .loading-wrapper-main .loading-wrapper__container {
    width: 100%;
    FONT-WEIGHT: 500;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap; }
    .loading-wrapper-main .loading-wrapper__container .loading-wrapper__circle {
      width: 20px;
      height: 20px;
      position: absolute;
      border-radius: 50%;
      background-color: #f47216;
      left: 15%;
      transform-origin: 50%;
      animation: circle .5s alternate infinite ease; }
      .loading-wrapper-main .loading-wrapper__container .loading-wrapper__circle:nth-child(2) {
        left: 45%;
        animation-delay: .2s; }
      .loading-wrapper-main .loading-wrapper__container .loading-wrapper__circle:nth-child(3) {
        left: auto;
        right: 15%;
        animation-delay: .3s; }
    .loading-wrapper-main .loading-wrapper__container .loading-wrapper__shadow {
      width: 20px;
      height: 4px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 62px;
      transform-origin: 50%;
      z-index: -1;
      left: 15%;
      filter: blur(1px);
      animation: shadow .5s alternate infinite ease; }
      .loading-wrapper-main .loading-wrapper__container .loading-wrapper__shadow:nth-child(4) {
        left: 45%;
        animation-delay: .2s; }
      .loading-wrapper-main .loading-wrapper__container .loading-wrapper__shadow:nth-child(5) {
        left: auto;
        right: 15%;
        animation-delay: .3s; }
    .loading-wrapper-main .loading-wrapper__container svg {
      width: 120px; }
    .loading-wrapper-main .loading-wrapper__container span {
      position: relative;
      font-size: 20px;
      letter-spacing: 12px;
      color: #f47216;
      display: block;
      width: 100%; }

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7); }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1); }
  100% {
    top: 0%; } }

@keyframes shadow {
  0% {
    transform: scaleX(1.5); }
  40% {
    transform: scaleX(1);
    opacity: .7; }
  100% {
    transform: scaleX(0.2);
    opacity: .4; } }

form {
  color: #000; }
  form .form-row {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      form .form-row {
        margin-bottom: 10px; } }
    form .form-row .form_input {
      width: 100%;
      height: auto;
      padding: 4px 10px 4px;
      font-size: 16px;
      letter-spacing: 0.5px;
      border: 1px solid #d9d9d9; }
      form .form-row .form_input:focus {
        outline: none;
        border-color: #f47216;
        -webkit-box-shadow: 0 0 3px 0.5px #f47216;
        -ms-box-shadow: 0 0 3px 0.5px #f47216;
        box-shadow: 0 0 3px 0.5px #f47216; }
      @media (max-width: 768px) {
        form .form-row .form_input {
          font-size: 14px; } }
    form .form-row textarea {
      resize: none;
      width: 100%;
      height: auto;
      padding: 4px 10px 4px;
      font-size: 16px;
      letter-spacing: 0.5px; }
      form .form-row textarea:focus {
        outline: none; }
  form .form-row-button .button-container {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      form .form-row-button .button-container {
        text-align: center; } }
    form .form-row-button .button-container .form-button {
      background: #f47216;
      color: #fff;
      font-size: 15px;
      line-height: 22px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 100%;
      text-transform: uppercase;
      border: 2px solid #f47216;
      cursor: pointer; }
      form .form-row-button .button-container .form-button:hover {
        background: #f47216;
        color: #fff;
        border: 2px solid transparent; }
      form .form-row-button .button-container .form-button:focus {
        outline: none; }
      @media (max-width: 768px) {
        form .form-row-button .button-container .form-button {
          font-size: 14px;
          line-height: 18px;
          padding-top: 3px;
          padding-bottom: 3px;
          margin-top: 10px; } }
    form .form-row-button .button-container .link {
      line-height: 15px;
      border: 1px solid #fff;
      border-radius: 2px;
      padding: 10px 24px;
      color: #fff; }
      form .form-row-button .button-container .link:hover {
        background: #fff;
        color: #555; }
  form .form-row-button .small-description {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    max-width: 640px;
    margin: 0 auto;
    color: #555; }
    @media (max-width: 767px) {
      form .form-row-button .small-description {
        font-size: 14px;
        line-height: 18px; } }

#owl-demo .item {
  position: relative; }
  #owl-demo .item img {
    height: calc(100% - 70px);
    display: block;
    width: 100%;
    position: relative;
    bottom: 0; }
    @media (max-width: 767px) {
      #owl-demo .item img {
        height: auto; } }
  #owl-demo .item p {
    position: absolute;
    bottom: 10%;
    left: 0;
    text-align: left;
    font-size: 22px;
    color: #f47216;
    max-width: 50%;
    font-weight: bold;
    text-shadow: 0px 0px 5px #ffffff2d;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 20px 20px 40px; }
    @media (max-width: 767px) {
      #owl-demo .item p {
        font-size: 18px; } }
    #owl-demo .item p b {
      font-weight: 600; }
    #owl-demo .item p svg {
      position: relative;
      width: 16px;
      fill: #f47216;
      margin-right: 10px;
      top: -10; }
      #owl-demo .item p svg:last-child {
        margin-left: 10px;
        top: 10; }
  #owl-demo .item .banner-img {
    background-size: cover;
    background-position: top center;
    width: 100%;
    /*height: 100%;*/
    margin-top: 80px;
    height: calc(100% - 125px); }
    @media (max-width: 767px) {
      #owl-demo .item .banner-img {
        height: 60%;
        margin-top: 45px; } }
    #owl-demo .item .banner-img.banner-img_slide-01 {
      background-image: url("../assets/images/home/carousel/slide_01.jpg");
      background-position: bottom; }
    #owl-demo .item .banner-img.banner-img_slide-02 {
      background-image: url("../assets/images/home/carousel/slide_02.jpg");
      background-position: center center; }
    #owl-demo .item .banner-img.banner-img_slide-03 {
      background-image: url("../assets/images/home/carousel/slide_03.jpg");
      background-position: top; }
    #owl-demo .item .banner-img.banner-img_slide-04 {
      background-image: url("../assets/images/home/carousel/slide_04.jpg");
      background-position: top; }
    #owl-demo .item .banner-img.banner-img_slide-05 {
      background-image: url("../assets/images/home/carousel/slide_05.jpg");
      background-position: top; }
    #owl-demo .item .banner-img.banner-img_slide-06 {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../assets/images/home/carousel/slide_06.jpeg"); }
  #owl-demo .item .national-banner {
    background-image: linear-gradient(90deg, rgba(140, 29, 11, 0) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(100% 100% at 0% 100%, rgba(150, 22, 22, 0.6) 0%, rgba(0, 0, 0, 0) 100%), url("../assets/images/home/carousel/slide-national02.jpg");
    position: relative !important;
    margin-right: auto;
    margin-left: auto;
    height: calc(100% - 120px) !important;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px; }
    @media (max-width: 767px) {
      #owl-demo .item .national-banner {
        margin-top: 40px;
        height: auto !important;
        background: transparent; } }
    @media (max-width: 1024px) {
      #owl-demo .item .national-banner {
        margin-top: 40px; } }
    #owl-demo .item .national-banner .national-banner_container {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      position: relative; }
      #owl-demo .item .national-banner .national-banner_container .national-banner_container-row {
        display: flex;
        flex-wrap: wrap; }
        #owl-demo .item .national-banner .national-banner_container .national-banner_container-row .national-banner_col-10 {
          padding-top: 7.5vw;
          flex: 0 0 auto;
          width: 83.33333333%; }
          #owl-demo .item .national-banner .national-banner_container .national-banner_container-row .national-banner_col-10 .national-banner_text {
            width: 40%;
            padding-left: 7.5vw;
            position: absolute;
            bottom: 20; }
            #owl-demo .item .national-banner .national-banner_container .national-banner_container-row .national-banner_col-10 .national-banner_text .national-banner_text-container {
              display: none; }
              #owl-demo .item .national-banner .national-banner_container .national-banner_container-row .national-banner_col-10 .national-banner_text .national-banner_text-container h1 {
                font-family: 'Bitter', serif;
                font-size: 4vw;
                line-height: 5.5vw;
                color: #fff;
                margin-bottom: 20px;
                font-weight: 800; }
              #owl-demo .item .national-banner .national-banner_container .national-banner_container-row .national-banner_col-10 .national-banner_text .national-banner_text-container .paratext {
                font-size: 1.4vw;
                color: #fff;
                line-height: 2.5vw; }
      #owl-demo .item .national-banner .national-banner_container .national-banner_img-container-row {
        display: none; }
        @media (max-width: 767px) {
          #owl-demo .item .national-banner .national-banner_container .national-banner_img-container-row {
            display: block; } }
  #owl-demo .item .seva-banner {
    background-image: linear-gradient(90deg, rgba(140, 29, 11, 0.1) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(100% 100% at 0% 100%, rgba(150, 22, 22, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url("../assets/images/home/carousel/slide-jan-shankar.jpg");
    position: relative !important;
    margin-right: auto;
    margin-left: auto;
    height: calc(100% - 120px) !important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px; }
    @media (max-width: 767px) {
      #owl-demo .item .seva-banner {
        margin-top: 40px;
        height: auto !important;
        background: transparent; } }
    @media (max-width: 1024px) {
      #owl-demo .item .seva-banner {
        margin-top: 40px; } }
    #owl-demo .item .seva-banner .seva-banner_container {
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
      #owl-demo .item .seva-banner .seva-banner_container .seva-banner_container-row {
        display: flex;
        flex-wrap: wrap; }
        #owl-demo .item .seva-banner .seva-banner_container .seva-banner_container-row .seva-banner_col-10 {
          padding-top: 9.5vw;
          flex: 0 0 auto;
          width: 83.33333333%; }
          #owl-demo .item .seva-banner .seva-banner_container .seva-banner_container-row .seva-banner_col-10 .seva-banner_text {
            width: 60%;
            padding-left: 7.5vw; }
            #owl-demo .item .seva-banner .seva-banner_container .seva-banner_container-row .seva-banner_col-10 .seva-banner_text .seva-banner_text-container h1 {
              font-family: 'Bitter', serif;
              font-size: 5vw;
              line-height: 6.5vw;
              color: #fff;
              margin-bottom: 20px;
              font-weight: 800; }
            #owl-demo .item .seva-banner .seva-banner_container .seva-banner_container-row .seva-banner_col-10 .seva-banner_text .seva-banner_text-container .paratext {
              font-size: 1.4vw;
              color: #fff;
              line-height: 2.5vw;
              font-weight: 500; }
            #owl-demo .item .seva-banner .seva-banner_container .seva-banner_container-row .seva-banner_col-10 .seva-banner_text .seva-banner_text-container .hash-tag {
              font-family: 'Bitter', serif;
              font-size: 1.5vw;
              color: #fff;
              line-height: 2.5vw;
              font-weight: 500;
              margin-top: 10px; }
        @media (max-width: 767px) {
          #owl-demo .item .seva-banner .seva-banner_container .seva-banner_container-row {
            display: none; } }
      #owl-demo .item .seva-banner .seva-banner_container .seva-banner_img-container-row {
        display: none; }
        @media (max-width: 767px) {
          #owl-demo .item .seva-banner .seva-banner_container .seva-banner_img-container-row {
            display: block; } }
  #owl-demo .item .vikas-banner {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(100% 100% at 0% 100%, #000000 0%, rgba(0, 0, 0, 0) 100%), url("../assets/images/home/carousel/slide-vikas.jpg");
    position: relative !important;
    margin-right: auto;
    margin-left: auto;
    height: calc(100% - 120px) !important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px; }
    @media (max-width: 767px) {
      #owl-demo .item .vikas-banner {
        margin-top: 40px;
        height: auto !important;
        background: transparent; } }
    @media (max-width: 1024px) {
      #owl-demo .item .vikas-banner {
        margin-top: 40px; } }
    #owl-demo .item .vikas-banner .vikas-banner_container {
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
      #owl-demo .item .vikas-banner .vikas-banner_container .vikas-banner_container-row {
        display: flex;
        flex-wrap: wrap; }
        #owl-demo .item .vikas-banner .vikas-banner_container .vikas-banner_container-row .vikas-banner_col-10 {
          padding-top: 6.5vw;
          flex: 0 0 auto;
          width: 83.33333333%; }
          #owl-demo .item .vikas-banner .vikas-banner_container .vikas-banner_container-row .vikas-banner_col-10 .vikas-banner_text {
            width: 60%;
            padding-left: 6.5vw; }
            #owl-demo .item .vikas-banner .vikas-banner_container .vikas-banner_container-row .vikas-banner_col-10 .vikas-banner_text .vikas-banner_text-container h1 {
              font-family: 'Bitter', serif;
              font-size: 4.5vw;
              line-height: 6.5vw;
              color: #fff;
              margin-bottom: 20px;
              font-weight: 800; }
            #owl-demo .item .vikas-banner .vikas-banner_container .vikas-banner_container-row .vikas-banner_col-10 .vikas-banner_text .vikas-banner_text-container .paratext {
              font-size: 1.4vw;
              color: #fff;
              line-height: 2.5vw; }
            #owl-demo .item .vikas-banner .vikas-banner_container .vikas-banner_container-row .vikas-banner_col-10 .vikas-banner_text .vikas-banner_text-container .hash-tag {
              font-family: 'Bitter', serif;
              font-size: 1.5vw;
              color: #fff;
              line-height: 2.5vw;
              font-weight: 500;
              margin-top: 10px; }
        @media (max-width: 767px) {
          #owl-demo .item .vikas-banner .vikas-banner_container .vikas-banner_container-row {
            display: none; } }
      #owl-demo .item .vikas-banner .vikas-banner_container .vikas-banner_img-container-row {
        display: none; }
        @media (max-width: 767px) {
          #owl-demo .item .vikas-banner .vikas-banner_container .vikas-banner_img-container-row {
            display: block; } }
  #owl-demo .item .modi-banner {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 212, 255, 0) 100%), url("../assets/images/home/carousel/slide_modiji.jpg");
    position: relative !important;
    margin-right: auto;
    margin-left: auto;
    height: calc(100% - 120px) !important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px; }
    @media (max-width: 767px) {
      #owl-demo .item .modi-banner {
        margin-top: 40px;
        height: auto !important;
        background: transparent; } }
    @media (max-width: 1024px) {
      #owl-demo .item .modi-banner {
        margin-top: 40px; } }
    #owl-demo .item .modi-banner .modi-banner_container {
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
      #owl-demo .item .modi-banner .modi-banner_container .modi-banner_container-row {
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 767px) {
          #owl-demo .item .modi-banner .modi-banner_container .modi-banner_container-row {
            display: none; } }
      #owl-demo .item .modi-banner .modi-banner_container .modi-banner_img-container-row {
        display: none; }
        @media (max-width: 767px) {
          #owl-demo .item .modi-banner .modi-banner_container .modi-banner_img-container-row {
            display: block; } }
  #owl-demo .item .award-banner {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(100% 100% at 0% 100%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url("../assets/images/home/carousel/slide_award.jpg");
    position: relative !important;
    margin-right: auto;
    margin-left: auto;
    height: calc(100% - 120px) !important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px; }
    @media (max-width: 767px) {
      #owl-demo .item .award-banner {
        margin-top: 40px;
        height: auto !important;
        background: transparent; } }
    @media (max-width: 1024px) {
      #owl-demo .item .award-banner {
        margin-top: 40px; } }
    #owl-demo .item .award-banner .award-banner_container {
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
      #owl-demo .item .award-banner .award-banner_container .award-banner_container-row {
        display: flex;
        flex-wrap: wrap; }
        #owl-demo .item .award-banner .award-banner_container .award-banner_container-row .award-banner_col-10 {
          padding-top: 9.5vw;
          flex: 0 0 auto;
          width: 83.33333333%; }
          #owl-demo .item .award-banner .award-banner_container .award-banner_container-row .award-banner_col-10 .award-banner_text {
            width: 60%;
            padding-left: 8.5vw; }
            #owl-demo .item .award-banner .award-banner_container .award-banner_container-row .award-banner_col-10 .award-banner_text .award-banner_text-container h1 {
              font-family: 'Bitter', serif;
              font-size: 5vw;
              line-height: 6.5vw;
              color: #fff;
              margin-bottom: 20px;
              font-weight: 800; }
            #owl-demo .item .award-banner .award-banner_container .award-banner_container-row .award-banner_col-10 .award-banner_text .award-banner_text-container .paratext {
              font-size: 1.4vw;
              color: #fff;
              line-height: 2.5vw; }
        @media (max-width: 767px) {
          #owl-demo .item .award-banner .award-banner_container .award-banner_container-row {
            display: none; } }
      #owl-demo .item .award-banner .award-banner_container .award-banner_img-container-row {
        display: none; }
        @media (max-width: 767px) {
          #owl-demo .item .award-banner .award-banner_container .award-banner_img-container-row {
            display: block; } }

#owl-demo .owl-dots {
  height: 0;
  margin: 0; }
  #owl-demo .owl-dots .owl-dot {
    margin-top: 10px;
    position: relative;
    bottom: 50px; }
    @media (max-width: 767px) {
      #owl-demo .owl-dots .owl-dot {
        margin-top: 25px; } }
    #owl-demo .owl-dots .owl-dot.active span {
      background: #fff; }
    #owl-demo .owl-dots .owl-dot:hover span {
      background: #fff; }
    #owl-demo .owl-dots .owl-dot span {
      width: 30px;
      height: 5px;
      border-radius: 0;
      background: #b3b3b3; }
      @media (max-width: 767px) {
        #owl-demo .owl-dots .owl-dot span {
          width: 8px;
          height: 8px;
          border-radius: 100%; } }

.tabs {
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .tabs {
      height: 250px; } }

.tab-header-border {
  width: 104%;
  height: 1px;
  background: #aeacac;
  display: block;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 60px; }
  @media (max-width: 767px) {
    .tab-header-border {
      display: none; } }

.tabs &gt; input {
  pointer-events: none; }

.tabs.tabsDownload &gt; input {
  pointer-events: auto; }

.tabs &gt; input,
.tabs &gt; span,
.tabs &gt; a {
  width: 16%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0; }
  @media (max-width: 767px) {
    .tabs &gt; input,
    .tabs &gt; span,
    .tabs &gt; a {
      width: 100%;
      height: 40px;
      line-height: 40px; } }

.tabs &gt; input {
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 99; }

.tabs &gt; span {
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid transparent; }

.tabs &gt; a {
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid transparent; }

.tabs &gt; span i,
.tabs &gt; span {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  @media (max-width: 767px) {
    .tabs &gt; span i,
    .tabs &gt; span {
      background: #FFFFFF; } }

.tabs &gt; a i,
.tabs &gt; a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #555; }
  @media (max-width: 767px) {
    .tabs &gt; a i,
    .tabs &gt; a {
      background: #FFFFFF;
      font-size: 12px; } }
  @media (max-width: 1200px) {
    .tabs &gt; a i,
    .tabs &gt; a {
      font-size: 10px; } }

.tabs &gt; input:hover + span {
  color: #f47216;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid transparent; }
  @media (max-width: 767px) {
    .tabs &gt; input:hover + span {
      background: #f47216;
      color: #FFFFFF; } }

.tabs &gt; input:hover + a {
  color: #f47216;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid transparent; }
  @media (max-width: 767px) {
    .tabs &gt; input:hover + a {
      background: #f47216;
      color: #FFFFFF; } }

@media (max-width: 767px) {
  .tabs &gt; input:checked + .book-content {
    top: 27% !important; } }

.book-input {
  z-index: 98 !important; }

.tabs &gt; input:checked + span {
  color: #f47216;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #f47216; }
  @media (max-width: 767px) {
    .tabs &gt; input:checked + span {
      background: #f47216;
      color: #FFFFFF; } }

.tabs &gt; input:checked + span {
  color: #f47216;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #f47216; }
  @media (max-width: 767px) {
    .tabs &gt; input:checked + span {
      color: #FFFFFF; } }

.tabs &gt; input + a.active {
  color: #f47216;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #f47216; }
  @media (max-width: 767px) {
    .tabs &gt; input + a.active {
      background: #f47216;
      color: #FFFFFF; } }

#tab-1, #tab-1 + span {
  left: 0; }

#tab-1, #tab-1 + a,
#tab-1, #tab-1 + span {
  left: 0; }

#tab-2, #tab-2 + a,
#tab-2, #tab-2 + span {
  left: 15%; }
  @media (max-width: 767px) {
    #tab-2, #tab-2 + a,
    #tab-2, #tab-2 + span {
      left: 0;
      top: 17%; } }

#tab-lower, #tab-lower + a,
#tab-lower, #tab-lower + span {
  left: 20%; }
  @media (max-width: 767px) {
    #tab-lower, #tab-lower + a,
    #tab-lower, #tab-lower + span {
      left: 0;
      top: 17%; } }

#tab-2-new-page, #tab-2-new-page + a,
#tab-2-new-page, #tab-2-new-page + span {
  left: 15%; }
  @media (max-width: 767px) {
    #tab-2-new-page, #tab-2-new-page + a,
    #tab-2-new-page, #tab-2-new-page + span {
      left: 0;
      top: 17%; } }

#tab-3, #tab-3 + a,
#tab-3, #tab-3 + span {
  left: 30%; }
  @media (max-width: 767px) {
    #tab-3, #tab-3 + a,
    #tab-3, #tab-3 + span {
      left: 0;
      top: 34%; } }

#tab-4, #tab-4 + a,
#tab-4, #tab-4 + span {
  left: 44%; }
  @media (max-width: 767px) {
    #tab-4, #tab-4 + a,
    #tab-4, #tab-4 + span {
      left: 0;
      top: 51%; } }

#tab-5, #tab-5 + a,
#tab-5, #tab-5 + span {
  left: 57%; }
  @media (max-width: 767px) {
    #tab-5, #tab-5 + a,
    #tab-5, #tab-5 + span {
      left: 0;
      top: 68%; } }

#tab-6, #tab-6 + a,
#tab-6, #tab-6 + span {
  left: 72%; }
  @media (max-width: 767px) {
    #tab-6, #tab-6 + a,
    #tab-6, #tab-6 + span {
      left: 0;
      top: 85%; } }

#tab-7, #tab-7 + a,
#tab-6, #tab-6 + span {
  left: 87%; }
  @media (max-width: 767px) {
    #tab-7, #tab-7 + a,
    #tab-6, #tab-6 + span {
      left: 0;
      top: 102%; } }

.tab-content {
  padding: 80px 20px 20px;
  width: 100%; }
  @media (max-width: 767px) {
    .tab-content {
      padding: 400px 20px 20px; } }

@media (max-width: 767px) {
  .download-content {
    padding: 130px 20px 20px !important; } }

.tab-content section {
  width: 100%;
  display: none; }

.tab-content section h1 {
  margin-top: 15px;
  font-size: 100px;
  font-weight: 100;
  text-align: center; }

#tab-1:checked ~ .tab-content #tab-item-1 {
  display: block; }

#tab-2:checked ~ .tab-content #tab-item-2 {
  display: block; }

#tab-lower:checked ~ .tab-content #tab-item-2 {
  display: block; }

#tab-3:checked ~ .tab-content #tab-item-3 {
  display: block; }

#tab-4:checked ~ .tab-content #tab-item-4 {
  display: block; }

#tab-5:checked ~ .tab-content #tab-item-5 {
  display: block; }

#tab-6:checked ~ .tab-content #tab-item-6 {
  display: block; }

#tab-7:checked ~ .tab-content #tab-item-7 {
  display: block; }

/* effect-1 */
#tab-1:checked ~ .line {
  left: 0; }

#tab-2:checked ~ .line {
  left: 20%; }

#tab-lower:checked ~ .line {
  left: 20%; }

#tab-3:checked ~ .line {
  left: 40%; }

#tab-4:checked ~ .line {
  left: 60%; }

#tab-5:checked ~ .line {
  left: 80%; }

.gallery-nav#gallery section {
  padding-top: 20px; }

.sl-journey-present-container {
  background: linear-gradient(rgba(239, 106, 21, 0.9), rgba(231, 147, 50, 0.9));
  background-position: center center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 380px; }
  @media (max-width: 767px) {
    .sl-journey-present-container {
      margin-top: 0; } }
  .sl-journey-present-container .sl-journey-present-container-container {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .sl-journey-present-container .sl-journey-present-container-container {
        flex-wrap: wrap; } }
    .sl-journey-present-container .sl-journey-present-container-container img {
      width: 455px; }
      @media (max-width: 767px) {
        .sl-journey-present-container .sl-journey-present-container-container img {
          width: auto; } }
    .sl-journey-present-container .sl-journey-present-container-container:before {
      display: table;
      content: " ";
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__col:nth-child(2) {
      -webkit-box-flex: 1;
      flex-grow: 1;
      flex-direction: column;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      z-index: 1;
      justify-content: center;
      box-sizing: border-box;
      width: 100%;
      padding: 30px 0; }
    .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__title {
      /*padding: 60px;*/ }
      @media (max-width: 767px) {
        .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__title {
          /* padding: 0 15px;*/
          text-align: center;
          margin-bottom: 30px; } }
      .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__title h2 {
        font-size: 44px;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
        font-weight: 300; }
        @media (max-width: 767px) {
          .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__title h2 {
            font-size: 32px; } }
        .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__title h2 span {
          display: block; }
    .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__col .sl-journey-present-container-container__row:last-child {
      display: flex;
      align-items: center;
      justify-content: center; }
    .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__row {
      display: flex; }
      @media (max-width: 767px) {
        .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__row {
          align-items: center;
          justify-content: center;
          flex-wrap: wrap; } }
      .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__row .sl-journey-present-container-container__column {
        background-position: center center;
        background-size: cover;
        padding: 5px;
        margin: 0;
        transition: all .3s ease-in-out !important;
        width: 50%; }
        @media (max-width: 767px) {
          .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__row .sl-journey-present-container-container__column {
            width: 100%; } }
        .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__row .sl-journey-present-container-container__column .sl-journey-present-container-container__column-wrapper {
          z-index: 1;
          position: relative;
          transition: all .3s ease-in-out !important;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #ebebeb;
          padding: 10px;
          min-height: 100px; }
          @media (max-width: 767px) {
            .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__row .sl-journey-present-container-container__column .sl-journey-present-container-container__column-wrapper {
              min-height: auto; } }
          .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__row .sl-journey-present-container-container__column .sl-journey-present-container-container__column-wrapper h2 {
            font-size: 18px;
            font-weight: 500 !important;
            text-align: center;
            width: 95%;
            min-height: 100px;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media (max-width: 767px) {
              .sl-journey-present-container .sl-journey-present-container-container .sl-journey-present-container-container__row .sl-journey-present-container-container__column .sl-journey-present-container-container__column-wrapper h2 {
                font-size: 17px;
                min-height: auto; } }

.member-political-detail {
  background: linear-gradient(rgba(239, 106, 21, 0.9), rgba(231, 147, 50, 0.9)), url("../assets/images/quotes/banner-bg.jpg");
  background-position: center center;
  color: #fff;
  margin-top: 400px; }
  .member-political-detail .cards13__card-heading {
    height: 80px;
    font-size: 26px !important;
    line-height: 50px !important; }
    @media (max-width: 767px) {
      .member-political-detail .cards13__card-heading {
        font-size: 22px !important;
        line-height: 36px !important; } }
  .member-political-detail .cards13__card-heading:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAytJREFUeNrMWc1OFEEQ/pi4awTjBQkhbjBqAheyHkTxCt49wsIVwtUYI/EN8AUI6wPoxiPBEDkoDyBcjMaw6AXWcAAvjPzsRvbzUpt0KjU7PztDqGSS6erqr2pqarqrarpIIgF5AB4CGAcwCmAIwC0APTJ/DOA3gCqATQAbAL4AaMbWRDLOVSC5SHKX8WlX1hbi6Iwq2EtyiWSdnVNdsHrTMnCS5AHTpwOSU50YeIXkchsFPskKyXmSj0j2kczJ1Se8eZHx2+Asi65YBnaTXA0A3CE5JzJRQ+SarKkGYK4G4QV5bsUAOSW5QDIf88Nyr7xgnBr4K5YnLZBygNeKHRimr6JgaiqHGThlLNoi2R+gaJDkK5LrJPdInkm8/SD5UebuBKztF2xN00EG9hpf644EvGXYO5L/Inyt5yI7aOD0GZ784+p0hfUXe0LyvgH6lORRgm3F195xXvdJ0Kt2PdJQQgsG2DPxSFJqknxu4C4ouUbL4y2BRSXwU/YzHZ/NFDboprFB54xXvdgy0JMAd2nOiDk/xVPEN2JyVsnskfRAckxNHJHsUYvfZnDUVZSOHiO2xzwAEyrBWZN0qUW3AZSQPk0KNpwUbU3JjHsAHijmJzUuSf6XNnnGg2vdox6AYcX8qp8C2dF4iO5hD8CAYv5S45EMDRwJ0T3QRbIOIO8wrwJoOOMz4WVBDYWdB1B35z1ccvIA+Ip3Q40PM9R/EKLb9wDsK+Y9Nf6eoYHfQnTvewC2FbOoxp8zNHAjRPe2B2BLMZ+o8ftE9Ww4NQW7ne5NkHwc4airXMBR120ddUHJwuxlShasdGvHSLdKKaZbJSPdqgalW62WRv2CEtYXBu5Lo/tQ0Cn/kpHyF1NO+WcCUv5jo5g3i6bDGEVTJaI3z0U2atF06PZtYMRZ0rKzJrVEQ+7XZe5uzLJz5jIX7m+idBbyIa2PXAeG5UJaH/k4zaO1gJiqJmwezbZpHn2I0zxyn7Z8Ae23cru3EuXpSxk2MKfTagHflL0prRbwsmCm1qN2T5zXso3EpZqsjdVE7+rwN8SElK1DAAoArsv8XwA1+Q2xJTllot8Q/wcA0aiIVIxVe58AAAAASUVORK5CYII=) !important;
    content: ''; }

.sphere-with-image--section {
  margin-top: 74px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .sphere-with-image--section {
      margin-top: 24px; } }
  .sphere-with-image--section .row {
    position: relative; }
  .sphere-with-image--section .cards13__card {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding: 0 30px; }
    @media (max-width: 768px) {
      .sphere-with-image--section .cards13__card {
        display: block;
        margin: 0 auto;
        min-width: auto;
        max-width: 100%;
        padding: 0;
        margin-bottom: 60px; } }
    .sphere-with-image--section .cards13__card .cards13__card-icon {
      margin-right: 20px;
      margin-bottom: 20px;
      display: block;
      max-width: 80px;
      min-width: 80px; }
      .sphere-with-image--section .cards13__card .cards13__card-icon svg {
        width: 80px;
        height: 80px;
        fill: #ff0000; }
      .sphere-with-image--section .cards13__card .cards13__card-icon i {
        font-size: 22px; }
    .sphere-with-image--section .cards13__card .cards13__card-text {
      width: 100%; }
      .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
        margin-top: 0;
        position: relative; }
        .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading:after {
          content: '';
          position: absolute;
          display: block; }
        .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading:after {
          background-position: 0 0;
          background-repeat: no-repeat;
          width: 20px;
          height: 20px;
          margin-left: -13px;
          margin-right: -13px;
          background-image: url(data:image/png;base64,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);
          background-size: 20px 20px;
          top: 10px; }
          @media (max-width: 768px) {
            .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading:after {
              top: -30px !important; } }
        .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading.color-1:after {
          background-image: url(data:image/png;base64,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); }
        .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading.color-2:after {
          background-image: url(data:image/png;base64,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); }
        .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading.color-3:after {
          background-image: url(data:image/png;base64,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); }
        .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading.color-4:after {
          background-image: url(data:image/png;base64,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); }
        @media (max-width: 768px) {
          .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading {
            margin-bottom: 20px;
            font-size: 26px; } }
      .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-description {
        font-size: 18px;
        line-height: 28px; }
        @media (max-width: 768px) {
          .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-description {
            font-size: 16px; } }
  .sphere-with-image--section .sphere-with-image--section-item--1 {
    text-align: right; }
    .sphere-with-image--section .sphere-with-image--section-item--1 .cards13__card {
      padding-right: 0 !important; }
    @media (max-width: 768px) {
      .sphere-with-image--section .sphere-with-image--section-item--1 {
        text-align: center !important;
        padding: 0 40px; } }
    .sphere-with-image--section .sphere-with-image--section-item--1 .cards13__card-heading:after {
      right: -40px; }
      @media (max-width: 768px) {
        .sphere-with-image--section .sphere-with-image--section-item--1 .cards13__card-heading:after {
          right: 50%  !important; } }
    @media (max-width: 768px) {
      .sphere-with-image--section .sphere-with-image--section-item--1 .cards13__card-heading {
        margin-bottom: 20px;
        font-size: 26px; } }
  @media (max-width: 768px) {
    .sphere-with-image--section .sphere-with-image--section-item--2 {
      text-align: center !important; } }
  .sphere-with-image--section .sphere-with-image--section-item--2 .cards13__card-heading:after {
    left: -40px; }
    @media (max-width: 768px) {
      .sphere-with-image--section .sphere-with-image--section-item--2 .cards13__card-heading:after {
        left: 50% !important; } }
  @media (max-width: 768px) {
    .sphere-with-image--section .sphere-with-image--section-item--2 .cards13__card-heading {
      margin-bottom: 20px;
      font-size: 26px; } }
  .sphere-with-image--section .sphere-with-image--section-item--img {
    position: relative;
    z-index: -1;
    margin: 0 auto; }
    .sphere-with-image--section .sphere-with-image--section-item--img img {
      height: 400px;
      left: 50%;
      top: 0;
      transform: translate(-50%, 0);
      position: absolute; }
    @media (max-width: 768px) {
      .sphere-with-image--section .sphere-with-image--section-item--img {
        display: none; } }
  .sphere-with-image--section .sphere-with-image--section-item--img-mobile {
    display: none; }
    .sphere-with-image--section .sphere-with-image--section-item--img-mobile img {
      height: 400px; }
    @media (max-width: 768px) {
      .sphere-with-image--section .sphere-with-image--section-item--img-mobile {
        display: block; } }
  .sphere-with-image--section .sphere-with-image--section-item--3__center .cards13__card-heading {
    text-align: center; }
    .sphere-with-image--section .sphere-with-image--section-item--3__center .cards13__card-heading:after {
      position: relative !important;
      left: 0 !important;
      top: -80px !important;
      margin: 0 auto !important; }

.count_box {
  padding: 0;
  /* background: $themeColor;*/
  background-image: linear-gradient(45deg, rgba(244, 114, 22, 0.62), #f472169e), url("../assets/images/home/member-detail/content-bg.png"); }
  @media (min-width: 1200px) {
    .count_box .container {
      width: 1300px; } }
  .count_box ul {
    padding: 40px 20px;
    text-align: center; }
    @media (max-width: 767px) {
      .count_box ul {
        padding: 40px 0 0; } }
    .count_box ul li .gallery-contents {
      transition: all 0.5s;
      display: flex;
      position: relative;
      border: 2px solid #FFFFFF;
      background: linear-gradient(45deg, #f47216, #f472169e);
      color: #FFFFFF;
      box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1); }
    .count_box ul li h1 {
      font-weight: 500;
      margin: auto; }
    .count_box ul li p {
      line-height: normal;
      font-weight: 600;
      padding: 0 23px; }
      @media (max-width: 767px) {
        .count_box ul li p {
          font-size: 17px; } }

.count_box_col1 {
  float: left;
  width: 420px; }
  @media (max-width: 1300px) {
    .count_box_col1 {
      float: left; } }
  @media (max-width: 767px) {
    .count_box_col1 {
      width: 100%; } }
  .count_box_col1 .gallery-item {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .count_box_col1 .gallery-item {
        position: relative; } }
  .count_box_col1 li .gallery-contents {
    height: 350px;
    width: 350px;
    border-radius: 100%; }
    @media (max-width: 767px) {
      .count_box_col1 li .gallery-contents {
        height: 250px;
        width: 250px; } }
    .count_box_col1 li .gallery-contents p {
      font-size: 16px; }

.count_box * {
  transition: all 0.1s;
  list-style-type: none; }

.count_box_col2 .gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 240px; }
  @media (max-width: 767px) {
    .count_box_col2 .gallery-item {
      width: 80%; } }

.count_box_col2 li {
  margin-bottom: 20px;
  padding: 0 10px; }
  .count_box_col2 li .gallery-contents {
    height: 150px;
    border-radius: 15px; }

.gallery-contents-row {
  box-sizing: border-box;
  margin: auto;
  list-style-type: none;
  text-decoration: none; }
  .gallery-contents-row.gallery-contents_img-container {
    height: 350px;
    width: 350px; }
    @media (max-width: 767px) {
      .gallery-contents-row.gallery-contents_img-container {
        height: 250px;
        width: 250px; } }
  .gallery-contents-row img {
    width: 100%;
    height: auto;
    padding: 5px;
    border-radius: 50%; }
    @media (max-width: 767px) {
      .gallery-contents-row img {
        width: 100%; } }

@media only screen and (max-width: 1200px) {
  .count_box_col1 {
    float: none;
    margin: 0 auto 20px; } }

@media only screen and (max-width: 767px) {
  .count_box_col2 {
    width: 100%;
    margin: 0 auto; } }

.esd-fullcycle-section {
  margin-top: 0;
  text-align: left; }
  .esd-fullcycle-section .esd-timeline {
    margin-top: 50px;
    padding-left: 10px; }
    @media only screen and (min-width: 767px) {
      .esd-fullcycle-section .esd-timeline {
        padding-left: 0; } }
    .esd-fullcycle-section .esd-timeline .press-release-block {
      position: relative;
      padding-left: 4rem;
      text-align: left;
      padding-top: 0;
      padding-bottom: 4rem; }
      .esd-fullcycle-section .esd-timeline .press-release-block:after {
        content: ' ';
        position: absolute;
        left: 26px;
        margin-left: 0;
        width: 4px;
        border-radius: 4px;
        background-color: #c9d0d8;
        top: calc(50px + 1rem);
        bottom: 1rem; }
        @media only screen and (min-width: 767px) {
          .esd-fullcycle-section .esd-timeline .press-release-block:after {
            left: 50%;
            margin-left: -2px;
            top: calc(50% + (25px + 1rem));
            bottom: -1rem; } }
      .esd-fullcycle-section .esd-timeline .press-release-block:before {
        content: ' ';
        position: absolute;
        left: 26px;
        margin-left: 0;
        width: 4px;
        border-radius: 4px;
        background-color: #c9d0d8;
        top: -1rem;
        bottom: calc(50% + (25px + 1rem));
        display: none; }
        @media (min-width: 768px) {
          .esd-fullcycle-section .esd-timeline .press-release-block:before {
            display: block;
            left: 50%;
            margin-left: -2px; } }
      .esd-fullcycle-section .esd-timeline .press-release-block:first-child:before {
        content: none; }
      @media only screen and (min-width: 767px) {
        .esd-fullcycle-section .esd-timeline .press-release-block:first-child {
          margin-top: -2rem; } }
      .esd-fullcycle-section .esd-timeline .press-release-block:last-child:after {
        content: none; }
      @media only screen and (min-width: 767px) {
        .esd-fullcycle-section .esd-timeline .press-release-block:last-child {
          margin-bottom: 0; } }
      @media only screen and (min-width: 767px) {
        .esd-fullcycle-section .esd-timeline .press-release-block {
          padding-left: 0;
          padding-top: 2rem;
          padding-bottom: 2rem; }
          .esd-fullcycle-section .esd-timeline .press-release-block:nth-child(even) .press-release-content {
            float: right; } }
      .esd-fullcycle-section .esd-timeline .press-release-block h2 {
        margin-top: 0;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 18px; }
        @media only screen and (min-width: 767px) {
          .esd-fullcycle-section .esd-timeline .press-release-block h2 {
            font-size: 20px;
            font-size: 1.25rem; } }
      .esd-fullcycle-section .esd-timeline .press-release-block p {
        font-size: 14px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 1.6; }
        @media only screen and (min-width: 768px) {
          .esd-fullcycle-section .esd-timeline .press-release-block p {
            font-size: 15px;
            font-size: 1rem; } }
      .esd-fullcycle-section .esd-timeline .press-release-block .press-release-content__col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 1rem;
        padding-right: 2rem;
        margin-bottom: 2rem; }
        @media only screen and (min-width: 767px) {
          .esd-fullcycle-section .esd-timeline .press-release-block .press-release-content__col {
            padding-left: 6rem;
            padding-right: 6rem; }
            .esd-fullcycle-section .esd-timeline .press-release-block .press-release-content__col:nth-child(1) {
              margin-bottom: 0; } }
        .esd-fullcycle-section .esd-timeline .press-release-block .press-release-content__col img {
          width: 100%;
          height: auto;
          max-width: 445px;
          border-radius: 10px;
          max-height: 350px;
          box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1); }
          @media (max-width: 767px) {
            .esd-fullcycle-section .esd-timeline .press-release-block .press-release-content__col img {
              max-width: 300px; } }
        @media (max-width: 767px) {
          .esd-fullcycle-section .esd-timeline .press-release-block .press-release-content__col.col-right-img {
            order: 2; } }
      .esd-fullcycle-section .esd-timeline .press-release-block .row {
        display: flex;
        flex-wrap: wrap; }

.step-number {
  position: absolute;
  top: 10px;
  left: .8rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  z-index: 2;
  border-radius: 100%;
  /* background: linear-gradient(45deg, #f47216  0%, #f47216  100%);*/ }
  @media (min-width: 768px) {
    .step-number {
      top: calc(50% - 20px);
      left: calc(50% - 24px);
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 1.8rem; } }
  .step-number:before {
    border-radius: 100%;
    content: ' ';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    opacity: 0.25;
    z-index: -1;
    background: linear-gradient(45deg, #f47216 0%, #f47216 100%); }
    @media (min-width: 768px) {
      .step-number:before {
        width: 71px;
        height: 71px;
        top: -14px;
        left: -10px; } }
  @media (max-width: 767px) {
    .step-number img {
      width: 30px; } }

/* Style the Image Used to Trigger the Mdal */
.image-viewer-wrapper img:hover {
  opacity: 0.7;
  cursor: pointer; }

/* The Modal (background) */
#image-viewer {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 115000; }

.modal-contents {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 600px;
  height: inherit; }
  .modal-contents img {
    padding: 10px;
    height: 100%; }
    @media (max-width: 767px) {
      .modal-contents img {
        max-width: -webkit-fill-available; } }

.modal-contents {
  animation-name: zoom;
  animation-duration: 0.6s; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

#image-viewer .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1; }

#image-viewer .close:hover,
#image-viewer .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%; } }

.sl-whatsapp a {
  position: fixed;
  box-sizing: border-box;
  display: inline-flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  bottom: 3%;
  right: 3%;
  z-index: 49999;
  font-family: sans-serif;
  text-decoration: none;
  margin: 1em auto;
  font-size: 0.9em;
  background: #16BE45;
  border-radius: 40px; }
  @media (max-width: 767px) {
    .sl-whatsapp a {
      padding: 10px;
      border-radius: 100%;
      z-index: 1000; } }
  .sl-whatsapp a span {
    margin-left: 8px !important;
    font-style: normal;
    font-size: 14px;
    line-height: 20px; }
    @media (max-width: 767px) {
      .sl-whatsapp a span {
        display: none; } }

@media print {
  .sl-whatsapp {
    display: none; } }

.media-gallery_section {
  background: url("../assets/images/video/bg-content.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #f8f8f8; }
  .media-gallery_section .media-gallery.container {
    width: 95%; }
  .media-gallery_section .media-gallery ul {
    display: flex;
    flex-wrap: wrap; }
    .media-gallery_section .media-gallery ul li {
      height: 40vh;
      flex-grow: 1;
      padding: 20px;
      list-style: none; }
      .media-gallery_section .media-gallery ul li:last-child {
        flex-grow: 10; }
      .media-gallery_section .media-gallery ul li img {
        max-height: 100%;
        min-width: 100%;
        object-fit: fill;
        vertical-align: bottom;
        box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        cursor: pointer;
        transition: 0.3s;
        object-position: 0 0; }
        .media-gallery_section .media-gallery ul li img:hover {
          transform: scale(1.05); }
      @media (max-aspect-ratio: 1 / 1) {
        .media-gallery_section .media-gallery ul li {
          height: 30vh; } }
      @media (max-height: 480px) {
        .media-gallery_section .media-gallery ul li {
          height: 80vh; } }
    @media (max-aspect-ratio: 1 / 1) and (max-width: 480px) {
      .media-gallery_section .media-gallery ul {
        flex-direction: row; }
        .media-gallery_section .media-gallery ul li {
          height: auto;
          width: 100%; }
          .media-gallery_section .media-gallery ul li img {
            width: 100%;
            max-height: 75vh;
            min-width: 0; } }

.home-carousel {
  margin-top: 45px; }
  .home-carousel .item .banner-img {
    height: calc(100% - 120px) !important; }

.about-us-shankar-lalwani {
  width: 1124px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .about-us-shankar-lalwani {
      width: 100%; } }
  .about-us-shankar-lalwani .about-us-shankar-lalwani-container {
    display: flex;
    align-items: center;
    padding: 40px 0; }
    @media (max-width: 767px) {
      .about-us-shankar-lalwani .about-us-shankar-lalwani-container {
        flex-direction: column; } }
    .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content {
      width: 60%; }
      @media (max-width: 767px) {
        .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content {
          width: 100%;
          padding: 20px; } }
      .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content h3 {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 20px;
        color: #f47216;
        font-weight: 700;
        margin-bottom: 25px;
        position: relative; }
        .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content h3:after {
          content: '';
          position: absolute;
          border-bottom: 2px solid #f47216;
          width: 45px;
          top: 25px;
          left: 0; }
      .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content p {
        font-size: 18px;
        padding-right: 35px;
        margin-bottom: 20px; }
      .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content button {
        padding: 10px 20px;
        font-size: 12px;
        text-transform: uppercase;
        background: #f47216;
        color: #FFFFFF;
        border: none;
        font-weight: 500; }
        .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content button:hover {
          filter: contrast(0.5); }
    .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-image {
      width: 40%; }
      @media (max-width: 767px) {
        .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-image {
          width: 100%; } }
      .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-image img {
        width: 100%; }

.about-section__home {
  background-image: linear-gradient(45deg, rgba(244, 114, 22, 0.85), rgba(244, 114, 22, 0.85)), url("../assets/images/about/journey-banner-bg.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  padding: 70px 0;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 280px; }
  @media (max-width: 767px) {
    .about-section__home {
      margin-bottom: 0; } }

.about-section__pic {
  position: absolute;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  bottom: 0; }
  @media (max-width: 767px) {
    .about-section__pic {
      width: 100%;
      margin-bottom: 30px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      position: static; } }

.about-section__container .about-section__content {
  display: flex; }
  .about-section__container .about-section__content .about-section__content-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .about-section__container .about-section__content .about-section__content-col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px; } }
    .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-box h2 {
      font-weight: 700;
      font-style: normal;
      font-size: 36px;
      line-height: 1.1;
      letter-spacing: 0px;
      margin-bottom: 20px; }
      .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-box h2 .dark {
        color: #FFFFFF; }
      @media (max-width: 767px) {
        .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-box h2 {
          font-size: 22px;
          line-height: 1.2;
          letter-spacing: 0px; } }
    .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-box p {
      font-size: 17px;
      margin: 0 0 10px;
      line-height: 30px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-box p {
          font-size: 15px;
          line-height: 1.5;
          letter-spacing: 0px; } }
    .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-button-box {
      float: right; }
      .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-button-box a {
        border-radius: 2px;
        background-color: #f47216;
        box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.13);
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        display: inline-block;
        /* margin: 20px 0 0;*/
        padding: 10px 20px;
        border: 1px solid; }
        @media (max-width: 767px) {
          .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-button-box a {
            padding: 10px 20px; } }

.quote-section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  flex-wrap: wrap; }
  .quote-section blockquote {
    font-weight: 500;
    font-size: 22px;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 0.5rem;
    text-align: justify; }
    @media (max-width: 767px) {
      .quote-section blockquote {
        font-size: 20px; } }
    .quote-section blockquote:before {
      position: absolute;
      color: #f47216;
      font-size: 8rem;
      width: 4rem;
      height: 4rem;
      left: -5rem;
      top: -2rem; }
    .quote-section blockquote:after {
      position: absolute;
      color: #f47216;
      font-size: 8rem;
      width: 4rem;
      height: 4rem;
      right: -5rem;
      bottom: 1rem; }
    .quote-section blockquote svg {
      width: 40px;
      fill: #f47216;
      position: absolute; }
      @media (max-width: 767px) {
        .quote-section blockquote svg {
          width: 20px; } }
      .quote-section blockquote svg:first-child {
        left: -70px;
        top: 0; }
        @media (max-width: 767px) {
          .quote-section blockquote svg:first-child {
            left: -32px; } }
      .quote-section blockquote svg:last-child {
        right: -20px;
        bottom: 0; }
        @media (max-width: 767px) {
          .quote-section blockquote svg:last-child {
            right: 0; } }
  .quote-section .cite-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .quote-section .cite {
    max-width: 600px;
    width: 100%;
    font-weight: 500;
    line-height: 26px;
    font-size: 18px; }
    .quote-section .cite span {
      font-size: 13px; }

.about-block {
  position: absolute;
  width: 100%;
  bottom: -305px;
  margin-bottom: 85px; }
  @media (max-width: 767px) {
    .about-block {
      position: relative;
      bottom: -40px; }
      .about-block .col-sm-3 {
        display: flex;
        align-items: center;
        justify-content: center; } }
  .about-block .rcBlock {
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    @media (max-width: 767px) {
      .about-block .rcBlock {
        margin-bottom: 30px;
        width: 90%; } }
    .about-block .rcBlock:before {
      z-index: 1;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 90%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.35)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 90%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 90%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 90%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 90%); }
    .about-block .rcBlock .imgHolder img {
      width: 100%;
      transition: all 500ms ease 0s;
      -webkit-transition: all 500ms ease 0s; }
    .about-block .rcBlock .bottomCard {
      position: absolute;
      left: 0;
      bottom: -170px;
      width: 100%;
      text-align: center;
      z-index: 1;
      padding: 15px 5px;
      transition: all 500ms ease 0s;
      -webkit-transition: all 500ms ease 0s;
      color: #fff; }
      .about-block .rcBlock .bottomCard h3 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 17px; }
      .about-block .rcBlock .bottomCard p {
        font-size: 14px;
        margin-bottom: 10px;
        height: 95px; }
      .about-block .rcBlock .bottomCard .button {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        padding: 0 10px;
        line-height: 30px;
        border: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        position: relative;
        background-color: #f47216;
        border: 1px solid #f47216;
        border-radius: 0;
        visibility: hidden; }
    .about-block .rcBlock.parliamentarian:before {
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%); }
    .about-block .rcBlock.technocrat:before {
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%); }
    .about-block .rcBlock:hover .imgHolder img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .about-block .rcBlock:hover .bottomCard {
      bottom: 50; }
    .about-block .rcBlock:hover:before {
      z-index: 1;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 90%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 90%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 90%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 90%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 90%); }

.en .about-block .rcBlock:hover .bottomCard {
  bottom: 110; }

.quick-links-block {
  width: 100%;
  display: flex;
  background: #FFFFFF;
  background-size: 100%; }
  .quick-links-block .quick-link-section {
    height: auto;
    width: 1160px;
    margin: 0 auto;
    padding: 60px 0; }
    @media (max-width: 767px) {
      .quick-links-block .quick-link-section {
        width: 100%;
        padding: 20px 0; } }
  .quick-links-block .quick-link-wrapper {
    position: relative;
    height: 240px; }
    @media (max-width: 767px) {
      .quick-links-block .quick-link-wrapper {
        margin-bottom: 20px; } }
    .quick-links-block .quick-link-wrapper img {
      width: 100%;
      height: inherit;
      transition: 0.5s all ease-in-out;
      /* &amp;:hover{
         transform: scale(1.2);
       }*/ }
    .quick-links-block .quick-link-wrapper .quick-link-content {
      cursor: pointer;
      background-color: rgba(244, 114, 22, 0.8);
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 12px 33px 12px 25px; }
      .quick-links-block .quick-link-wrapper .quick-link-content:after {
        content: "";
        background: rgba(244, 114, 22, 0.8);
        height: 3px;
        bottom: 61px;
        left: 0;
        width: 100%;
        z-index: 9;
        position: absolute; }
      .quick-links-block .quick-link-wrapper .quick-link-content h4 {
        font-size: 20px;
        float: left;
        width: 70%;
        color: #fff; }
      .quick-links-block .quick-link-wrapper .quick-link-content span {
        color: #fff;
        text-align: right;
        float: right;
        font-size: 20px;
        width: 26px;
        height: 8px;
        transition: transform 0.3s ease-out;
        padding: 10px 0; }

.green {
  background-color: rgba(0, 176, 85, 0.8) !important; }
  .green:after {
    background-color: rgba(0, 176, 85, 0.8) !important; }

.photo-heading-wrapper {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .photo-heading-wrapper {
      font-size: 26px;
      text-align: center; } }

.photoGal {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense; }
  .photoGal .big {
    grid-column: span 2;
    grid-row: span 2; }
  .photoGal li {
    text-align: center;
    /*padding: 1rem 0;*/
    color: white;
    font-size: 3rem;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    @media (max-width: 767px) {
      .photoGal li {
        grid-column: span 2; } }
    .photoGal li a {
      color: inherit;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .photoGal li a img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: top;
        transition: all .5s; }
  .photoGal .horizontal {
    grid-column: span 2; }

.button-seeMore-container {
  display: flex;
  justify-content: center; }
  .button-seeMore-container a {
    border-radius: 2px;
    border: 2px solid #f47216;
    background: transparent;
    box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.13);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000000;
    display: inline-block;
    margin: 20px 0 0;
    padding: 11px 25px; }
    .button-seeMore-container a:hover {
      background: #f47216;
      color: #fff; }

.video-section .video-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center;*/ }
  .video-section .video-wrapper .video-container {
    width: 40%; }
    @media (max-width: 767px) {
      .video-section .video-wrapper .video-container {
        width: 100%; } }
    .video-section .video-wrapper .video-container video {
      height: 200px;
      margin: 0 0 20px 0;
      width: -webkit-fill-available; }
    .video-section .video-wrapper .video-container iframe {
      height: 200px;
      margin: 0 0 20px 0; }
  .video-section .video-wrapper .big {
    width: calc(60% - 20px);
    margin: 0 20px 0 0; }
    @media (max-width: 767px) {
      .video-section .video-wrapper .big {
        width: 100%;
        margin: 0; } }
    .video-section .video-wrapper .big iframe {
      height: 420px; }
      @media (max-width: 767px) {
        .video-section .video-wrapper .big iframe {
          height: 200px; } }

.video-section .video-section__home-page {
  display: flex;
  align-self: center;
  justify-content: center; }
  .video-section .video-section__home-page iframe {
    width: 100%;
    height: 460px; }

.home-other-section .home-other-section__container .home-other-section__title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .home-other-section .home-other-section__container .home-other-section__title {
      font-size: 26px;
      text-align: center; } }

.home-other-section .home-other-section__container .home-other-section__content {
  display: flex;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .home-other-section .home-other-section__container .home-other-section__content .home-other-section__content-col {
    width: 50%;
    padding: 0 30px;
    position: relative;
    min-height: 600px; }
    .home-other-section .home-other-section__container .home-other-section__content .home-other-section__content-col .twitter-timeline {
      color: #f47216;
      font-size: 20px; }
    @media (max-width: 767px) {
      .home-other-section .home-other-section__container .home-other-section__content .home-other-section__content-col {
        width: 100%;
        padding: 0; }
        .home-other-section .home-other-section__container .home-other-section__content .home-other-section__content-col:first-child {
          margin-bottom: 30px; } }
  .home-other-section .home-other-section__container .home-other-section__content .home-other-section__social-title {
    font-size: 20px;
    background: transparent;
    color: #f47216;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #aeacac; }
    .home-other-section .home-other-section__container .home-other-section__content .home-other-section__social-title span {
      border-bottom: 3px solid #f47216;
      padding-bottom: 14px; }
    @media (max-width: 767px) {
      .home-other-section .home-other-section__container .home-other-section__content .home-other-section__social-title {
        font-size: 18px; } }
  .home-other-section .home-other-section__container .home-other-section__content iframe {
    width: 100%;
    max-width: 500px;
    height: 500px; }

.timline-container {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../assets/images/home/timeline/timeline-bg.jpg);
  background-position: top;
  background-size: cover;
  margin-top: 300px;
  /* Timeline */ }
  @media (max-width: 767px) {
    .timline-container {
      margin-top: 0px; } }
  .timline-container .timeline {
    border-left: 4px solid #f47216;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    margin: 50px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1em;
    padding: 30px;
    list-style: none;
    text-align: left;
    font-weight: 300;
    max-width: 50%; }
    @media (max-width: 767px) {
      .timline-container .timeline {
        max-width: 80%;
        padding: 20px; } }
  .timline-container .timeline-title {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 700;
    text-align: center; }
    @media (max-width: 767px) {
      .timline-container .timeline-title {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 0px;
        color: #fff;
        font-weight: 700;
        text-align: center; } }
  .timline-container .timeline h1,
  .timline-container .timeline h2,
  .timline-container .timeline h3 {
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .timline-container .timeline h1,
      .timline-container .timeline h2,
      .timline-container .timeline h3 {
        font-size: 18px;
        padding-top: 30px; } }
  @media (max-width: 767px) {
    .timline-container .timeline .event-inner h3 {
      padding-top: 0; } }
  .timline-container .timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative; }
  .timline-container .timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }
  .timline-container .timeline .event:before,
  .timline-container .timeline .event:after {
    position: absolute;
    display: block; }
  .timline-container .timeline .event:before {
    left: -217.5px;
    color: #fff;
    content: attr(data-date);
    text-align: right;
    font-weight: 500;
    font-size: 18px;
    min-width: 120px;
    top: 5px;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .timline-container .timeline .event:before {
        left: 0;
        text-align: left;
        min-width: 150px;
        top: 0; } }
  .timline-container .timeline .event:after {
    box-shadow: 0 0 0 4px #f47216;
    left: -36.85px;
    background: #555;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 10px; }
    @media (max-width: 767px) {
      .timline-container .timeline .event:after {
        left: -28px;
        top: 5px; } }
  .timline-container .timeline .event.event-inner:after,
  .timline-container .timeline .event.event-inner:before {
    content: none; }

.mobile-tabs-icon {
  position: absolute;
  right: 0;
  top: 20px; }
  .mobile-tabs-icon svg {
    width: 27px; }

/*.mobile-tabs-content{
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 13%;
  width: 70%;
  top: 65px;
  right: 0;
  position: absolute;
}*/
.loader-wrapper {
  width: 90%;
  background: #d5d3d3;
  height: 89%;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex; }

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #F96703;
  border-radius: 50%;
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #F96703 transparent transparent transparent; }

.loader div:nth-child(1) {
  animation-delay: -0.45s; }

.loader div:nth-child(2) {
  animation-delay: -0.3s; }

.loader div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.about-home-section {
  background: #FFFFFF; }
  .about-home-section .container {
    padding: 50px 15px; }
    @media (min-width: 1200px) {
      .about-home-section .container {
        width: 1279px; } }
  .about-home-section .about-heading h2 {
    font-size: 34px;
    color: #f47216;
    margin: 0 0 25px 0; }
  .about-home-section .about-content {
    padding-bottom: 50px; }
    .about-home-section .about-content p {
      margin: 0 0 20px 0;
      padding: 0;
      font-weight: 500; }
    .about-home-section .about-content .viewAllLink {
      text-decoration: none;
      color: #f47216;
      font-size: 16px; }

.slBlock {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }
  .slBlock:hover .bottomCard {
    bottom: 0; }
  .slBlock:before {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 90%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 90%); }
  .slBlock .imgHolder img {
    width: 100%;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s; }
  .slBlock .bottomCard {
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 15px 5px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    color: #FFFFFF; }
    .slBlock .bottomCard h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 17px; }
    .slBlock .bottomCard p {
      font-size: 14px;
      min-height: 65px; }
    .slBlock .bottomCard .button {
      display: inline-block;
      text-decoration: none;
      margin: 0;
      padding: 7px 25px;
      line-height: 30px;
      border: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      cursor: pointer;
      font-family: 'Poppins', sans-serif;
      position: relative;
      background-color: #f47216;
      border: 1px solid #f47216;
      border-radius: 0; }

.wrapper-loading svg {
  animation: rise .5s infinite; }

@keyframes bounce {
  0% {
    transform: translateX(3px); }
  25% {
    transform: translateX(-3px); }
  50% {
    transform: translateX(3px); }
  100% {
    transform: translateX(0); } }

@keyframes shine {
  0% {
    opacity: .2; }
  50% {
    opacity: 1; }
  100% {
    opacity: .2; } }

@keyframes rise {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(3px); }
  100% {
    transform: translateY(0); } }

@keyframes classicCircle {
  0% {
    opacity: .2; }
  50% {
    opacity: 1; }
  100% {
    opacity: .2; } }

.contact-page .contact-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/images/connect/contact-bg.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 200px; }

.contact-page .section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .contact-page .section-title .section-title {
      margin-bottom: 35px; } }
  .contact-page .section-title .section-title__title {
    font-family: 'Bitter', serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .contact-page .section-title .section-title__title {
        font-size: 40px;
        line-height: 40px; } }
  .contact-page .section-title .section-title__description {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 16px;
    position: relative;
    font-size: 25px;
    line-height: 38px; }
    @media screen and (max-width: 768px) {
      .contact-page .section-title .section-title__description {
        font-size: 18px;
        line-height: 30px; } }

.contact-page .contact-page-body {
  background: rgba(255, 255, 255, 0.85);
  max-width: 860px;
  margin: 0 auto;
  display: flex; }
  @media (max-width: 767px) {
    .contact-page .contact-page-body {
      flex-wrap: wrap; } }
  .contact-page .contact-page-body .contact-us-content {
    width: 50%; }
    @media (max-width: 767px) {
      .contact-page .contact-page-body .contact-us-content {
        width: 100%; } }
    .contact-page .contact-page-body .contact-us-content img {
      width: 100%;
      height: 100%; }
    .contact-page .contact-page-body .contact-us-content h1 {
      font-weight: 500;
      font-size: 35px;
      line-height: 61px;
      letter-spacing: 0.02em;
      color: #f47216;
      margin-bottom: 15px; }
    .contact-page .contact-page-body .contact-us-content p {
      color: #f47216;
      font-weight: 500; }
  .contact-page .contact-page-body .contact-us-form {
    width: 50%;
    padding: 50px 60px; }
    @media (max-width: 767px) {
      .contact-page .contact-page-body .contact-us-form {
        width: 100%;
        padding: 30px 40px; } }
    .contact-page .contact-page-body .contact-us-form .captcha-box {
      margin-top: 0;
      text-align: center; }
      .contact-page .contact-page-body .contact-us-form .captcha-box .captcha-label {
        font-size: 16px;
        color: #4d4d4d; }
      .contact-page .contact-page-body .contact-us-form .captcha-box .captchaGroupContainer {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        .contact-page .contact-page-body .contact-us-form .captcha-box .captchaGroupContainer .captchaText {
          padding-right: 30px; }
          .contact-page .contact-page-body .contact-us-form .captcha-box .captchaGroupContainer .captchaText span {
            font-family: 'Fascinate', cursive;
            font-size: 26px; }
        .contact-page .contact-page-body .contact-us-form .captcha-box .captchaGroupContainer .captchaInput {
          display: flex;
          align-items: center;
          justify-content: center; }
        .contact-page .contact-page-body .contact-us-form .captcha-box .captchaGroupContainer .refreshCaptch {
          cursor: pointer;
          padding-left: 10px;
          font-size: 22px; }
    .contact-page .contact-page-body .contact-us-form .error {
      visibility: hidden;
      text-align: center;
      font-size: 14px;
      padding-right: 30px; }
    .contact-page .contact-page-body .contact-us-form .error.redColor {
      color: #c10b0b;
      visibility: visible;
      width: 100%; }

.contact-page .contact-page__contact-column-section {
  padding: 0 15px;
  display: flex; }
  @media (max-width: 767px) {
    .contact-page .contact-page__contact-column-section {
      flex-wrap: wrap; } }
  .contact-page .contact-page__contact-column-section .contact-page__contact-column {
    float: left;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .contact-page .contact-page__contact-column-section .contact-page__contact-column:first-child {
        margin-bottom: 0; } }
    .contact-page .contact-page__contact-column-section .contact-page__contact-column .contact-page__contact-column-box {
      background: rgba(255, 255, 255, 0.94);
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .contact-page .contact-page__contact-column-section .contact-page__contact-column .contact-page__contact-column-box.contact-footer-detail {
        text-align: left;
        color: #333; }
        .contact-page .contact-page__contact-column-section .contact-page__contact-column .contact-page__contact-column-box.contact-footer-detail a {
          text-align: left;
          color: #333; }
        .contact-page .contact-page__contact-column-section .contact-page__contact-column .contact-page__contact-column-box.contact-footer-detail h4 {
          text-align: left;
          color: #f47216;
          font-weight: bold;
          font-size: 20px;
          margin-bottom: 20px;
          text-transform: uppercase; }
        .contact-page .contact-page__contact-column-section .contact-page__contact-column .contact-page__contact-column-box.contact-footer-detail .contact-footer__address {
          margin-bottom: 10px; }
        .contact-page .contact-page__contact-column-section .contact-page__contact-column .contact-page__contact-column-box.contact-footer-detail .contact-footer__phone {
          margin-bottom: 10px; }
        .contact-page .contact-page__contact-column-section .contact-page__contact-column .contact-page__contact-column-box.contact-footer-detail .contact-footer__email {
          margin-bottom: 10px; }
      .contact-page .contact-page__contact-column-section .contact-page__contact-column .contact-page__contact-column-box .contact-page__contact-column-box__detail {
        padding: 40px; }

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  height: 100%; }
  .modal-dialog .modal-content {
    margin-top: auto;
    margin-bottom: auto;
    border: none;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }
    .modal-dialog .modal-content .modal-body {
      position: relative;
      -webkit-box-flex: 1;
      flex: 1 1 auto;
      padding: 1.75rem; }
      .modal-dialog .modal-content .modal-body .close {
        float: right;
        font-size: 2.40625rem;
        font-weight: 100;
        line-height: 1;
        color: #000;
        text-shadow: none;
        filter: alpha(opacity=20);
        opacity: .8;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.5rem 0.75rem;
        z-index: 1; }
      .modal-dialog .modal-content .modal-body .close:not(:disabled):not(.disabled) {
        cursor: pointer; }
    .modal-dialog .modal-content .modal-footer {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: end;
      justify-content: flex-end;
      padding: 1rem 1.75rem;
      border-top: 1px solid #f1f2f3; }
      .modal-dialog .modal-content .modal-footer .btn {
        display: inline-block;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        line-height: 1.9;
        border-radius: 0.25rem;
        font-size: 11px;
        padding: 8px 26px 6px;
        letter-spacing: 1.7px;
        text-transform: uppercase;
        border-radius: 2px;
        outline: none;
        -webkit-transition: 0.15s linear;
        transition: 0.15s linear;
        cursor: pointer; }
        .modal-dialog .modal-content .modal-footer .btn.btn-primary {
          color: #fff;
          border: 1px solid;
          background: #f47216;
          font-size: 14px;
          padding: 5px 20px; }

.loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  opacity: 0.5;
  background-color: #fff;
  z-index: 99999;
  text-align: center; }
  .loading .loading-image {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px; }
    .loading .loading-image &gt; img {
      height: 50px;
      width: 50px; }
  .loading.show {
    display: block; }

.download-section__banner {
  display: flex;
  background: #1B252F;
  height: 100%;
  padding: 150px 0; }
  .download-section__banner .download-section__banner-title {
    position: relative;
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .download-section__banner .download-section__banner-title {
        width: 100%;
        align-items: normal; } }
    .download-section__banner .download-section__banner-title h2 {
      font-family: 'Bitter', serif;
      font-size: 4vw;
      color: #ffffff;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 3.5vw;
      text-align: center; }
      @media (max-width: 767px) {
        .download-section__banner .download-section__banner-title h2 {
          font-size: 40px; } }
      .download-section__banner .download-section__banner-title h2 span {
        width: 100%;
        display: block;
        float: right;
        padding-left: 150px; }
        @media (max-width: 767px) {
          .download-section__banner .download-section__banner-title h2 span {
            padding-top: 25px; } }
    .download-section__banner .download-section__banner-title .download-section__banner-title__list-section {
      list-style: none;
      text-align: center;
      margin-bottom: 30px; }
      .download-section__banner .download-section__banner-title .download-section__banner-title__list-section ul {
        font-size: 20px;
        list-style: none;
        display: inline-flex;
        color: #f47216;
        font-weight: 500;
        margin: 30px 0;
        margin-left: 200px; }
        @media (max-width: 767px) {
          .download-section__banner .download-section__banner-title .download-section__banner-title__list-section ul {
            margin-left: 0; } }
        .download-section__banner .download-section__banner-title .download-section__banner-title__list-section ul li {
          margin-right: 20px; }
  .download-section__banner .download-section__banner-img-section {
    position: relative;
    width: 50%;
    float: left;
    padding: 20px; }
    @media (max-width: 767px) {
      .download-section__banner .download-section__banner-img-section {
        width: 100%;
        bottom: 100px;
        position: absolute; } }
    .download-section__banner .download-section__banner-img-section .first-img {
      width: 60%; }
    .download-section__banner .download-section__banner-img-section .second-img {
      width: 50%;
      position: absolute;
      top: 40%;
      left: 40%; }

#tab-item-1 .sl-download-photo-wrapper {
  height: 100%; }

.sl-download-photo-wrapper .sl-download-photo {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .sl-download-photo-wrapper .sl-download-photo .sl-download-photo__image-container {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../assets/images/download/download-photo-bg.jpg);
    background-size: cover;
    height: 400px;
    border-radius: 5px;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    position: relative;
    overflow: hidden; }
    .sl-download-photo-wrapper .sl-download-photo .sl-download-photo__image-container a i {
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px;
      font-size: 30px;
      color: #fff; }
    .sl-download-photo-wrapper .sl-download-photo .sl-download-photo__image-container img {
      width: 100%;
      max-height: 400px;
      transition: 0.5s all ease-in-out; }
      .sl-download-photo-wrapper .sl-download-photo .sl-download-photo__image-container img:hover {
        transform: scale(1.2); }

.download-book-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px; }
  .download-book-section a {
    background: #f47216;
    color: #fff;
    padding: 20px;
    border-radius: 5px; }

.sl-gallery-image-container {
  padding: 10px;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .sl-gallery-image-container .sl-gallery-image img {
    width: 100%;
    height: 300px; }

.gallery-section {
  padding: 100px 20px; }

.jx-carousel-title {
  display: none !important; }

@media (min-width: 1200px) {
  .gallery-nav .container {
    width: 1290px; } }

.pe-web-column__inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .pe-web-column__inner:after, .pe-web-column__inner:before {
    content: " ";
    display: table; }

.news-feature__content-left {
  width: 100%;
  max-width: 430px;
  margin-right: 0;
  margin-left: auto; }

.performance-wrapper__content {
  width: 100%;
  max-width: 430px;
  margin-left: 0;
  margin-right: auto; }

.news-feature__image-container {
  position: relative;
  line-height: 0;
  top: 50px;
  left: 80px; }
  @media (max-width: 767px) {
    .news-feature__image-container {
      left: 0; } }
  .news-feature__image-container .news-feature__image-one {
    border-radius: 10px;
    position: absolute;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    max-width: 100%;
    left: -20px;
    top: -30px;
    height: 400px;
    filter: blur(3px) !important; }
    @media (max-width: 767px) {
      .news-feature__image-container .news-feature__image-one {
        height: 250px;
        top: -10px;
        left: -10px; } }
    .news-feature__image-container .news-feature__image-one img {
      margin-bottom: 0;
      margin: 0 0 1.5em;
      max-width: 100%;
      min-height: 1px;
      height: auto;
      max-height: 300px; }
  .news-feature__image-container .news-feature__image-two {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    max-width: 100%;
    left: 40px;
    top: 40px;
    height: 400px; }
    @media (max-width: 767px) {
      .news-feature__image-container .news-feature__image-two {
        height: 250px;
        top: 10px;
        left: 10px; } }
    .news-feature__image-container .news-feature__image-two img {
      margin-bottom: 0;
      /*  margin: 0 0 1.5em;*/
      max-width: 100%;
      min-height: 1px;
      height: auto;
      max-height: 300px; }

.about-introduction {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  padding: 70px 0;
  position: relative; }
  .about-introduction .about-introduction__heading h2 {
    font-size: 36px;
    line-height: 48px;
    position: relative;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 20px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .about-introduction .about-introduction__heading h2 {
        text-align: center;
        font-size: 32px; } }
  .about-introduction .about-introduction__heading p {
    display: inline-block;
    max-width: 500px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .about-introduction .about-introduction__heading p {
        text-align: center;
        font-size: 18px; } }
  .about-introduction .about-introduction__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center; }
    @media (max-width: 767px) {
      .about-introduction .about-introduction__row {
        margin-bottom: 0; }
        .about-introduction .about-introduction__row .about-introduction__column-left {
          order: 2; } }
    .about-introduction .about-introduction__row .about-introduction__img-container {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      height: fit-content;
      display: -ms-flexbox;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      padding: 25px 14px; }
      @media (max-width: 767px) {
        .about-introduction .about-introduction__row .about-introduction__img-container {
          padding: 0px 22px; } }
      .about-introduction .about-introduction__row .about-introduction__img-container img {
        -webkit-box-shadow: 11px 23px 27px 0px rgba(50, 50, 50, 0.2);
        -ms-box-shadow: 11px 23px 27px 0px rgba(50, 50, 50, 0.2);
        box-shadow: 11px 23px 27px 0px rgba(50, 50, 50, 0.2); }
    .about-introduction .about-introduction__row .rtl {
      margin-right: 50px; }
    .about-introduction .about-introduction__row .ltr {
      margin-left: 50px; }
  .about-introduction ul li {
    list-style: none;
    padding-left: 47px;
    position: relative;
    margin-bottom: 24px; }
    .about-introduction ul li:after {
      content: "\f00c";
      font-family: 'Line Awesome Free';
      font-weight: bold;
      font-size: 22px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      color: #fff; }
    .about-introduction ul li:before {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .about-introduction .about-section__content-box {
    padding-bottom: 20px; }
    .about-introduction .about-section__content-box h2 {
      font-weight: 700;
      font-style: normal;
      font-size: 36px;
      line-height: 1.3;
      letter-spacing: 0px; }
      .about-introduction .about-section__content-box h2 .dark {
        color: #f47216; }
      @media (max-width: 767px) {
        .about-introduction .about-section__content-box h2 {
          font-size: 22px;
          line-height: 1.2;
          letter-spacing: 0; } }
    .about-introduction .about-section__content-box p {
      font-size: 17px;
      margin: 0 0 10px;
      line-height: 30px;
      font-weight: 500; }
      .about-introduction .about-section__content-box p strong {
        font-weight: 700; }
  .about-introduction .api-design__logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 3rem;
    position: relative; }
    @media (max-width: 767px) {
      .about-introduction .api-design__logos {
        margin-top: 40px;
        padding: 0; } }
    .about-introduction .api-design__logos &gt; div {
      width: 100px;
      height: 100px;
      margin: 1rem;
      overflow: hidden;
      border-radius: 100%;
      background-color: #fff;
      transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075); }
      .about-introduction .api-design__logos &gt; div:hover {
        box-shadow: 0 12px 22px rgba(0, 9, 128, 0.05), 0 20px 36px rgba(0, 9, 128, 0.075);
        transform: scale(1.1); }
      .about-introduction .api-design__logos &gt; div img {
        max-width: 100%;
        width: 100%;
        height: auto; }
    .about-introduction .api-design__logos .flex-break {
      flex-basis: 100%;
      width: 0px;
      height: 0px;
      overflow: hidden; }
  .about-introduction.bg-light {
    background: #fff;
    color: #505050; }
    .about-introduction.bg-light ul li:after {
      color: #505050; }
  .about-introduction .round-pulse {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%; }
    .about-introduction .round-pulse .logo-pulse {
      top: 50%;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }
      .about-introduction .round-pulse .logo-pulse &gt; div {
        width: 16rem;
        height: 16rem;
        border-radius: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 221, 246, 0.1)), color-stop(65%, rgba(227, 221, 246, 0.2)), to(rgba(227, 221, 246, 0.1)));
        background-image: -webkit-linear-gradient(top, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
        background-image: -o-linear-gradient(top, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
        background-image: linear-gradient(-180deg, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .about-introduction .round-pulse .logo-pulse .pulse-1 {
        -webkit-transform: translate(-50%, -50%) scale(0.67);
        -ms-transform: translate(-50%, -50%) scale(0.67);
        transform: translate(-50%, -50%) scale(0.67); }
      .about-introduction .round-pulse .logo-pulse .pulse-2 {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); }
      .about-introduction .round-pulse .logo-pulse .pulse-3 {
        -webkit-transform: translate(-50%, -50%) scale(1.63);
        -ms-transform: translate(-50%, -50%) scale(1.63);
        transform: translate(-50%, -50%) scale(1.63); }
      .about-introduction .round-pulse .logo-pulse .pulse-4 {
        -webkit-transform: translate(-50%, -50%) scale(2.1);
        -ms-transform: translate(-50%, -50%) scale(2.1);
        transform: translate(-50%, -50%) scale(2.1); }
      .about-introduction .round-pulse .logo-pulse .pulse-expand {
        will-change: transform;
        -webkit-animation: pulse 3s infinite;
        animation: pulse 3s infinite; }
  .about-introduction .about-introduction-SL__img {
    /*max-width: 1000px;*/ }
    .about-introduction .about-introduction-SL__img.small-img {
      height: auto;
      max-width: 80%;
      border: none;
      box-shadow: none;
      border-radius: 10px;
      /*  max-width: 500px;*/ }
      @media (max-width: 767px) {
        .about-introduction .about-introduction-SL__img.small-img {
          max-width: 100%;
          margin-bottom: 30px;
          margin-top: 0; } }
  .about-introduction .api-section__logos {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about-introduction .api-section__logos .api-section-logos__row {
      padding-right: 60px;
      margin-bottom: -30px;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .about-introduction .api-section__logos .api-section-logos__row {
          padding-right: 0;
          display: flex; } }
      .about-introduction .api-section__logos .api-section-logos__row .api-section-logos__column {
        margin-bottom: 30px; }
        .about-introduction .api-section__logos .api-section-logos__row .api-section-logos__column a {
          width: 100%;
          display: flex;
          align-items: center;
          background-color: #e8e8e8;
          -webkit-box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
          box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
          padding: 15px 10px;
          box-shadow: none;
          text-decoration: none;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          border-radius: 5px; }
          @media (max-width: 767px) {
            .about-introduction .api-section__logos .api-section-logos__row .api-section-logos__column a {
              padding: 10px 5px; } }
          .about-introduction .api-section__logos .api-section-logos__row .api-section-logos__column a:hover {
            -webkit-transform: scale(1.03);
            -ms-transform: scale(1.03);
            transform: scale(1.03);
            text-decoration: none;
            outline: 0; }
          .about-introduction .api-section__logos .api-section-logos__row .api-section-logos__column a img {
            width: 100%; }

footer {
  -webkit-align-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: url("../assets/images/footer-bg01.jpg");
  background-position: center; }
  @media (max-width: 767px) {
    footer {
      padding-top: 0;
      padding-bottom: 0; } }
  footer .footer-container {
    margin: 0 auto;
    max-width: 1346px;
    padding: 70px 20px 40px 20px; }
    @media (max-width: 767px) {
      footer .footer-container {
        width: 100%;
        padding: 20px 0 0 0; } }
    @media (max-width: 767px) {
      footer .footer-container .contact-footer-info {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; } }
    footer .footer-container .contact-footer-info .logo a {
      display: flex;
      color: #fff;
      font-size: 22px;
      font-weight: bold; }
    footer .footer-container .contact-footer-info .logo img {
      width: 30px;
      margin-right: 10px; }
    footer .footer-container .contact-footer-info .contact-footer-detail {
      text-align: left;
      color: #fff; }
      @media (max-width: 767px) {
        footer .footer-container .contact-footer-info .contact-footer-detail {
          text-align: center; } }
      footer .footer-container .contact-footer-info .contact-footer-detail a {
        text-align: left;
        color: #fff; }
        @media (max-width: 767px) {
          footer .footer-container .contact-footer-info .contact-footer-detail a {
            text-align: center; } }
      footer .footer-container .contact-footer-info .contact-footer-detail h4 {
        text-align: left;
        color: #f47216;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          footer .footer-container .contact-footer-info .contact-footer-detail h4 {
            text-align: center; } }
      footer .footer-container .contact-footer-info .contact-footer-detail .contact-footer__address {
        margin-bottom: 10px; }
      footer .footer-container .contact-footer-info .contact-footer-detail .contact-footer__phone {
        margin-bottom: 10px; }
      footer .footer-container .contact-footer-info .contact-footer-detail .contact-footer__email {
        margin-bottom: 10px; }
    footer .footer-container .footer-links {
      text-align: left; }
      @media (max-width: 768px) {
        footer .footer-container .footer-links {
          text-align: center; } }
      footer .footer-container .footer-links h5 {
        color: #fff;
        font-size: 17px;
        margin: 0 0 20px;
        font-weight: 500; }
        @media (max-width: 768px) {
          footer .footer-container .footer-links h5 {
            font-size: 15px; } }
      footer .footer-container .footer-links ul {
        margin-bottom: 40px; }
        footer .footer-container .footer-links ul li {
          font-size: 15px;
          text-transform: capitalize;
          margin: 0 0 10px;
          text-decoration: none;
          list-style: none; }
          @media (max-width: 768px) {
            footer .footer-container .footer-links ul li {
              font-size: 14px; } }
          footer .footer-container .footer-links ul li a {
            color: #b5b5b5;
            font-weight: 500; }
    footer .footer-container .email-subscribe {
      text-align: left; }
      footer .footer-container .email-subscribe h5 {
        color: #fff;
        font-size: 17px;
        margin: 0 0 20px;
        font-weight: 500; }
        @media (max-width: 768px) {
          footer .footer-container .email-subscribe h5 {
            font-size: 15px; } }
      footer .footer-container .email-subscribe input {
        width: 100%;
        max-width: 287px;
        height: 54px;
        border: 2px solid #808080;
        background: transparent;
        color: #fff;
        padding: 0 17px;
        margin: 0 0 12px; }
        footer .footer-container .email-subscribe input:focus {
          outline: none; }
        footer .footer-container .email-subscribe input.submit-button {
          background: #f47216;
          border: 0; }
  footer .social-icon {
    text-align: center;
    -webkit-align-content: center;
    margin: 20px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      footer .social-icon {
        margin-top: 20px;
        justify-content: center;
        align-items: center; } }
    footer .social-icon li {
      text-align: center;
      -webkit-align-content: center;
      display: inline-block;
      margin-right: 50px;
      border-radius: 100%;
      padding: 5px; }
      footer .social-icon li.twitter-color {
        background: #1cb7eb; }
      footer .social-icon li.instagram-color {
        background: #d9277c; }
      footer .social-icon li.facebook-color {
        background: #496fa4; }
      footer .social-icon li:last-child {
        margin-right: 0; }
      footer .social-icon li a {
        border-radius: 100%;
        color: #bbb;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center; }
        footer .social-icon li a i {
          font-size: 24px;
          color: #fff; }
      @media (max-width: 767px) {
        footer .social-icon li {
          border-bottom: none !important; } }
  footer .copyright {
    background: #0f0f0f;
    opacity: .8;
    margin: 0 -20px;
    padding: 10px 15px;
    color: #fff;
    font-size: 13px;
    line-height: 1.8em;
    text-align: center;
    -webkit-align-content: center; }
    footer .copyright a {
      color: #fff; }
      footer .copyright a:hover {
        text-decoration: underline; }
    @media (max-width: 767px) {
      footer .copyright .copyright_company-section {
        padding: 0 15px; } }

.whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #13dc5e;
  width: 80%;
  padding: 13px;
  border: none;
  max-width: 287px; }
  .whatsapp-button img {
    width: 20px;
    margin-right: 10px; }
  .whatsapp-button div {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center; }

.header {
  position: fixed;
  width: 100%;
  min-width: 320px;
  height: 81px;
  top: 45px;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  z-index: 9995;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (max-width: 767px) {
    .header {
      height: 60px;
      padding-top: 5px;
      padding-bottom: 5px;
      display: flex;
      align-items: center;
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
      background: #fff; } }
  @media (max-width: 767px) {
    .header {
      top: 30px; } }
  @media (max-width: 1024px) {
    .header {
      top: 30px; } }
  .header .container {
    width: 94%; }
    @media (max-width: 768px) {
      .header .container {
        width: 100%; } }
  .header .menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .logo {
    float: left;
    position: relative; }
    @media print {
      .header .logo {
        display: none; } }
    .header .logo .logo-link {
      display: flex;
      font-size: 25px;
      font-weight: bold;
      color: #000;
      align-items: center; }
      @media (max-width: 767px) {
        .header .logo .logo-link {
          font-size: 18px;
          color: #000; } }
      .header .logo .logo-link img {
        width: 30px;
        margin-right: 10px;
        filter: drop-shadow(30px 30px 200px #fff) drop-shadow(-30px -30px 40px #fff); }
        @media (max-width: 767px) {
          .header .logo .logo-link img {
            width: 30px; } }
    .header .logo span {
      font-size: 12px;
      font-weight: 800;
      display: block;
      float: right; }
      @media (max-width: 767px) {
        .header .logo span {
          font-size: 9px; } }
  .header.header-small {
    height: 76px;
    top: 45px;
    padding-top: 5px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    background-color: #FFFFFF; }
    @media (max-width: 767px) {
      .header.header-small {
        height: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
        top: 30px; } }
    @media (max-width: 1024px) {
      .header.header-small {
        height: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
        top: 30px; } }
    .header.header-small .logo .logo-link {
      color: #000; }
    @media print {
      .header.header-small .logo {
        display: none; } }

.sub-header {
  width: 100%;
  background: #f47216;
  position: fixed;
  z-index: 9995; }
  @media (max-width: 768px) {
    .sub-header {
      height: 50px; } }
  .sub-header .container {
    width: 94%;
    /*@media (max-width: 768px){
      display: none;
    }*/ }
  .sub-header .sub-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .sub-header .sub-header-wrapper {
        justify-content: end; } }
    @media (max-width: 1024px) {
      .sub-header .sub-header-wrapper {
        justify-content: end; } }
    .sub-header .sub-header-wrapper .sub-header-contacts {
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        .sub-header .sub-header-wrapper .sub-header-contacts {
          display: none; } }
      @media (max-width: 767px) {
        .sub-header .sub-header-wrapper .sub-header-contacts {
          display: none; } }
      .sub-header .sub-header-wrapper .sub-header-contacts .link-boxes {
        line-height: 35px;
        color: #fff;
        font-size: 14px;
        padding: 5px 20px 5px 0; }
        @media (max-width: 831px) {
          .sub-header .sub-header-wrapper .sub-header-contacts .link-boxes {
            padding: 5px 0 5px 0; } }
        .sub-header .sub-header-wrapper .sub-header-contacts .link-boxes i {
          color: #fff; }
        .sub-header .sub-header-wrapper .sub-header-contacts .link-boxes a {
          color: #fff; }
    .sub-header .sub-header-wrapper .social-icon {
      display: flex;
      align-items: center;
      list-style-type: none; }
      @media (max-width: 1024px) {
        .sub-header .sub-header-wrapper .social-icon li {
          display: none; } }
      @media (max-width: 767px) {
        .sub-header .sub-header-wrapper .social-icon li {
          display: none; } }
      @media (max-width: 1024px) {
        .sub-header .sub-header-wrapper .social-icon li:last-child {
          display: block; } }
      @media (max-width: 767px) {
        .sub-header .sub-header-wrapper .social-icon li:last-child {
          display: block; } }
      .sub-header .sub-header-wrapper .social-icon li a {
        text-decoration: none;
        color: #fff; }
        .sub-header .sub-header-wrapper .social-icon li a i {
          color: #fff;
          font-size: 22px;
          margin-right: 15px;
          border-radius: 100%;
          padding: 6px; }
          .sub-header .sub-header-wrapper .social-icon li a i.twitter-color {
            background: #1cb7eb; }
          .sub-header .sub-header-wrapper .social-icon li a i.instagram-color {
            background: #d9277c; }
          .sub-header .sub-header-wrapper .social-icon li a i.facebook-color {
            background: #496fa4; }
      .sub-header .sub-header-wrapper .social-icon li.language {
        position: relative;
        top: 0;
        right: 0;
        z-index: 1001;
        padding: 6px;
        background-color: rgba(255, 255, 255, 0.6) !important;
        display: flex;
        align-items: center; }
        @media print {
          .sub-header .sub-header-wrapper .social-icon li.language {
            display: none; } }
        .sub-header .sub-header-wrapper .social-icon li.language a {
          top: 14px;
          font-size: 14px;
          text-transform: uppercase;
          text-align: center;
          padding: 0 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #f47216 !important; }
          .sub-header .sub-header-wrapper .social-icon li.language a.active {
            color: #fff !important;
            background: #f47216; }
        .sub-header .sub-header-wrapper .social-icon li.language span {
          top: 14px;
          font-size: 14px;
          text-transform: uppercase;
          text-align: center;
          padding: 0 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #f47216 !important;
          cursor: pointer; }
          .sub-header .sub-header-wrapper .social-icon li.language span.active {
            color: #fff !important;
            background: #f47216; }

.language-switch {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  padding: 6px;
  background-color: rgba(244, 114, 22, 0.8) !important;
  display: flex;
  align-items: center;
  margin: 20px;
  box-shadow: rgba(255, 255, 255, 0.3) 0px 8px 24px; }
  @media print {
    .language-switch {
      display: none; } }
  .language-switch a {
    top: 14px;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important; }
    .language-switch a.active {
      background: #fff;
      color: #f47216 !important; }
  .language-switch span {
    top: 14px;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    cursor: pointer; }
    .language-switch span.active {
      background: #fff;
      color: #f47216 !important; }

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.icon-red {
  color: #ff0000;
  fill: #ff0000; }

.cards {
  margin-top: 74px; }
  @media (max-width: 768px) {
    .cards {
      margin-top: 0; } }
  .cards .cards-row {
    display: flex;
    flex-wrap: wrap; }

.title-banner {
  position: relative;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-color: #3D3C42;
  min-height: 100%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .title-banner {
      padding-top: 85px; } }
  .title-banner .container {
    position: absolute;
    z-index: 1000;
    width: 100%;
    margin-top: 300px;
    padding: 0 100px;
    bottom: 100px; }
    @media (max-width: 768px) {
      .title-banner .container {
        width: 100%;
        padding: 0 30px;
        bottom: 30px; } }
  .title-banner.title-banner-big .title-banner-name {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    font-family: 'Bitter', serif; }
    @media (max-width: 767px) {
      .title-banner.title-banner-big .title-banner-name {
        padding: 0 15px; } }
    .title-banner.title-banner-big .title-banner-name h2 {
      color: #ffffff;
      font-size: 3vw;
      font-weight: 800;
      text-transform: uppercase;
      text-align: left;
      max-width: 500px;
      line-height: 3.5vw; }
      @media print {
        .title-banner.title-banner-big .title-banner-name h2 {
          color: #ffffff !important; } }
      @media (max-width: 768px) {
        .title-banner.title-banner-big .title-banner-name h2 {
          line-height: 40px;
          font-size: 22px; } }
    .title-banner.title-banner-big .title-banner-name span.line {
      border-bottom: 5px solid #f47216;
      width: 100px;
      height: 30px;
      display: block; }
      @media (max-width: 767px) {
        .title-banner.title-banner-big .title-banner-name span.line {
          height: 10px; } }
    .title-banner.title-banner-big .title-banner-name p {
      font-size: 26px;
      line-height: 40px;
      font-weight: 300; }
      @media (max-width: 768px) {
        .title-banner.title-banner-big .title-banner-name p {
          font-size: 20px;
          line-height: 30px; } }
  .title-banner.title-banner-big .title-bg {
    background: url(../assets/image/banner-bg.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100%;*/
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: 0;
    margin-top: 120px;
    height: calc(100% - 120px); }
    @media (max-width: 767px) {
      .title-banner.title-banner-big .title-bg {
        margin-top: 90px;
        height: calc(100% - 90px); } }
    .title-banner.title-banner-big .title-bg.quote-bg {
      background: url(../assets/images/quotes/banner-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover; }
    .title-banner.title-banner-big .title-bg.gallery-bg {
      background: url(../assets/images/gallery/banner-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media (max-width: 767px) {
        .title-banner.title-banner-big .title-bg.gallery-bg {
          background-position: right; } }
    .title-banner.title-banner-big .title-bg.intro-banner-bg {
      background: url(../assets/images/about/intro-banner-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media (max-width: 767px) {
        .title-banner.title-banner-big .title-bg.intro-banner-bg {
          background-position: right; } }
    .title-banner.title-banner-big .title-bg.engineer-banner-bg {
      background: url(../assets/images/about/cardPages/engineer1.JPG);
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767px) {
        .title-banner.title-banner-big .title-bg.engineer-banner-bg {
          background-position: bottom; } }
    .title-banner.title-banner-big .title-bg.corporate-banner-bg {
      background: url(../assets/images/about/cardPages/corporate.jpg);
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767px) {
        .title-banner.title-banner-big .title-bg.corporate-banner-bg {
          background-position: bottom; } }
    .title-banner.title-banner-big .title-bg.mp-banner-bg {
      background: url(../assets/images/about/cardPages/memberOfParliyament.jpg);
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767px) {
        .title-banner.title-banner-big .title-bg.mp-banner-bg {
          background-position: bottom; } }
    .title-banner.title-banner-big .title-bg.chairmanIDA-banner-bg {
      background: url(../assets/images/about/cardPages/IDA.jpeg);
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767px) {
        .title-banner.title-banner-big .title-bg.chairmanIDA-banner-bg {
          background-position: left; } }
    .title-banner.title-banner-big .title-bg.video-banner-bg {
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(100% 100% at 0% 100%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url("../assets/images/video/banner-bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media (max-width: 767px) {
        .title-banner.title-banner-big .title-bg.video-banner-bg {
          background-position: right; } }
    .title-banner.title-banner-big .title-bg.achievements-banner-bg {
      background: url(../assets/images/about/achievements-banner-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom; }
      @media (max-width: 767px) {
        .title-banner.title-banner-big .title-bg.achievements-banner-bg {
          background: url(../assets/images/about/achievements-banner-bg.jpg) !important;
          background-repeat: no-repeat !important;
          background-size: cover !important;
          background-position: center !important; } }
      @media print {
        .title-banner.title-banner-big .title-bg.achievements-banner-bg {
          background: url(../assets/images/about/achievements-banner-bg-print-pdf.jpg) !important;
          background-repeat: no-repeat !important;
          background-size: cover !important;
          background-position: center !important; } }
    .title-banner.title-banner-big .title-bg.journey-banner-bg {
      background: url(../assets/images/about/journey-banner-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover; }
    .title-banner.title-banner-big .title-bg.press-banner-bg {
      background: url(../assets/images/press/press-banner-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom; }
      @media (max-width: 767px) {
        .title-banner.title-banner-big .title-bg.press-banner-bg {
          background-position: right; } }
    .title-banner.title-banner-big .title-bg.interview-banner-bg {
      background: url(../assets/images/press/interview-banner-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom; }
  .title-banner.title-banner-report {
    display: block; }
    @media (max-width: 767px) {
      .title-banner.title-banner-report {
        display: none; } }
  .title-banner.title-banner-about {
    display: block; }
    @media (max-width: 767px) {
      .title-banner.title-banner-about {
        display: none; } }
  .title-banner.title-banner-gallery {
    display: block; }
    @media (max-width: 767px) {
      .title-banner.title-banner-gallery {
        display: none; } }
  .title-banner.title-banner-video {
    display: block; }
    @media (max-width: 767px) {
      .title-banner.title-banner-video {
        display: none; } }
  .title-banner .button-container {
    margin-top: 30px; }
    .title-banner .button-container .link {
      line-height: 15px;
      border: 1px solid #FFF;
      border-radius: 2px;
      padding: 10px 24px;
      color: #fff; }
      .title-banner .button-container .link:hover {
        background: #fff;
        color: #000; }

.title-img-banner-report {
  display: none; }
  .title-img-banner-report .achievements-banner_img-container {
    padding-top: 85px; }
    @media print {
      .title-img-banner-report .achievements-banner_img-container {
        padding-top: 0 !important; } }
  @media print and (max-width: 767px) {
    .title-img-banner-report .achievements-banner_img-container {
      padding-top: 0 !important; } }
    @media print {
        .title-img-banner-report .achievements-banner_img-container img {
          height: 100% !important; } }
    .title-img-banner-report .achievements-banner_img-container img {
      width: 100%;
      height: auto; }
  @media (max-width: 767px) {
    .title-img-banner-report {
      display: block; } }

.title-img-banner-about {
  display: none; }
  .title-img-banner-about .about-banner_img-container {
    padding-top: 85px; }
    .title-img-banner-about .about-banner_img-container img {
      width: 100%;
      height: auto; }
  @media (max-width: 767px) {
    .title-img-banner-about {
      display: block; } }

.title-img-banner-video {
  display: none; }
  .title-img-banner-video .video-banner_img-container {
    padding-top: 85px; }
    .title-img-banner-video .video-banner_img-container img {
      width: 100%;
      height: auto; }
  @media (max-width: 767px) {
    .title-img-banner-video {
      display: block; } }

.title-img-banner-gallery {
  display: none; }
  .title-img-banner-gallery .gallery-banner_img-container {
    padding-top: 85px; }
    .title-img-banner-gallery .gallery-banner_img-container img {
      width: 100%;
      height: auto; }
  @media (max-width: 767px) {
    .title-img-banner-gallery {
      display: block; } }

.hin .hin-about {
  display: block; }

.hin .eng-about {
  display: none; }

.hin .hin-gallery {
  display: block; }

.hin .eng-gallery {
  display: none; }

.hin .hin-video {
  display: block; }

.hin .eng-video {
  display: none; }

.en .eng-about {
  display: block; }

.en .hin-about {
  display: none; }

.en .eng-gallery {
  display: block; }

.en .hin-gallery {
  display: none; }

.en .eng-video {
  display: block; }

.en .hin-video {
  display: none; }

#printableArea .title-bg {
  margin-top: 0 !important;
  height: 100% !important; }
  @media print {
    #printableArea .title-bg {
      margin-top: 0 !important; } }

.section-title {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .section-title {
      width: 100%; } }
  @media (max-width: 767px) {
    .section-title {
      padding: 0 15px; } }
  .section-title h2 {
    font-size: 28px;
    line-height: 70px;
    margin: 0;
    position: relative;
    font-weight: 300; }
    @media (max-width: 768px) {
      .section-title h2 {
        font-size: 22px;
        line-height: 39px; } }
    .section-title h2 span.big {
      font-weight: 600; }
  .section-title p {
    margin: 20px auto 0;
    position: relative;
    font-size: 20px;
    line-height: 35px; }
    @media (max-width: 767px) {
      .section-title p {
        font-size: 18px;
        line-height: 30px; } }
    .section-title p.big {
      font-size: 24px;
      line-height: 40px; }
      @media (max-width: 767px) {
        .section-title p.big {
          font-size: 20px;
          line-height: 30px; } }

.testimonial-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../assets/images/home/testimonial/testimonial-bg.jpg);
  background-position: top;
  background-size: cover; }
  .testimonial-section .section-title {
    position: relative; }
    .testimonial-section .section-title h2 {
      z-index: 20;
      color: #fff; }
    .testimonial-section .section-title .testimonial__quote-icon {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 0; }
      .testimonial-section .section-title .testimonial__quote-icon svg {
        width: 150px;
        fill: #d9d6d6;
        opacity: .2; }
        @media (max-width: 767px) {
          .testimonial-section .section-title .testimonial__quote-icon svg {
            width: 80px; } }
  .testimonial-section article {
    margin: 20px auto;
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 1em;
    color: #000; }
    .testimonial-section article .testimonial {
      padding: 30px; }
      @media (max-width: 767px) {
        .testimonial-section article .testimonial {
          padding-top: 0; } }
      .testimonial-section article .testimonial .quote {
        background: rgba(255, 255, 255, 0.7);
        padding: 15px 20px 5px 15px;
        border-radius: 5px;
        margin-bottom: 30px;
        width: 60%;
        margin: 0 auto;
        font-weight: 500;
        color: #000;
        box-shadow: 20px 10px 5px 3px rgba(0, 0, 0, 0.25), -5px 2px 30px 7px rgba(0, 0, 0, 0.22); }
        @media (max-width: 768px) {
          .testimonial-section article .testimonial .quote {
            width: 100%;
            box-shadow: 10px 10px 2px 1px rgba(0, 0, 0, 0.1), -2px 3px 10px 5px rgba(0, 0, 0, 0.12); } }
        .testimonial-section article .testimonial .quote:after {
          content: '';
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 20px 18px 0 18px;
          border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
          position: relative;
          top: 46px;
          left: 20px; }
          @media (max-width: 768px) {
            .testimonial-section article .testimonial .quote:after {
              left: 1px; } }
        .testimonial-section article .testimonial .quote p {
          font-size: 17px; }
      .testimonial-section article .testimonial .student {
        margin-left: 25px;
        margin-bottom: 80px;
        width: 60%;
        margin: 0 auto;
        padding-top: 30px;
        padding-left: 25px; }
        .testimonial-section article .testimonial .student .photo {
          border-radius: 100px;
          width: 60px;
          height: 60px;
          float: left;
          margin-right: 10px; }
          .testimonial-section article .testimonial .student .photo img {
            border-radius: 100%;
            display: block;
            width: 100%;
            height: 100%; }
        .testimonial-section article .testimonial .student p {
          position: relative;
          top: 5px;
          text-transform: capitalize; }
          .testimonial-section article .testimonial .student p:nth-child(2) {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
            color: #f47216; }
          .testimonial-section article .testimonial .student p:nth-child(3) {
            font-size: 14px;
            color: #fff; }
            @media (max-width: 768px) {
              .testimonial-section article .testimonial .student p:nth-child(3) {
                font-size: 13px;
                padding-left: 69px; } }
        @media (max-width: 768px) {
          .testimonial-section article .testimonial .student {
            width: 100%;
            margin-left: 0;
            padding-left: 0; } }
      .testimonial-section article .testimonial video {
        margin: 0 auto;
        display: flex;
        width: 100%; }
        .testimonial-section article .testimonial video:focus {
          outline: none;
          border: 0; }
    .testimonial-section article .owl-dots {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .testimonial-section article .owl-dots .owl-dot.active span {
        background: #f47216;
        transform: translate3d(0px, -50%, 0px) scale(0.7); }
      .testimonial-section article .owl-dots .owl-dot {
        display: inline-block; }
        .testimonial-section article .owl-dots .owl-dot:focus {
          outline: none; }
        .testimonial-section article .owl-dots .owl-dot:hover span {
          background: #f47216;
          transform: translate3d(0px, -50%, 0px) scale(0.7); }
        .testimonial-section article .owl-dots .owl-dot span {
          background: #f47216;
          display: inline-block;
          height: 20px;
          margin: 0 2px 5px;
          transform: translate3d(0px, -50%, 0px) scale(0.3);
          transform-origin: 50% 50% 0;
          transition: all 250ms ease-out 0s;
          width: 20px;
          border-radius: 100%; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.navigation {
  float: right; }
  .navigation .navigationList {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .navigation .navigationList .navigationList-item {
      position: relative;
      vertical-align: top;
      display: inline-block; }
      .navigation .navigationList .navigationList-item.active &gt; a:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        bottom: -1px;
        background-color: #f47216 !important;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .navigation .navigationList .navigationList-item.active &gt; span:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        bottom: -1px;
        background-color: #f47216 !important;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .navigation .navigationList .navigationList-item + .navigationList-item {
        margin-left: 20px; }
      @media (max-width: 1030px) {
        .navigation .navigationList .navigationList-item {
          display: none; } }
      .navigation .navigationList .navigationList-item.navigationList-item--active {
        width: 100%; }
      .navigation .navigationList .navigationList-item.navigationList-link :after {
        width: 100%; }
      .navigation .navigationList .navigationList-item .navigationList-link {
        position: relative;
        display: block;
        padding-top: 28px;
        padding-bottom: 28px;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 14px;
        color: #373737;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 1160px) {
          .navigation .navigationList .navigationList-item .navigationList-link {
            font-size: 13px; } }
        .navigation .navigationList .navigationList-item .navigationList-link:hover {
          color: #000; }
        .navigation .navigationList .navigationList-item .navigationList-link:after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 4px;
          bottom: 1px;
          background-color: #fff;
          -webkit-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      .navigation .navigationList .navigationList-item:last-child {
        margin-left: 30px; }
      .navigation .navigationList .navigationList-item .navigationDropdown-item {
        display: none;
        padding-left: 15px;
        padding-right: 15px; }
      .navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown {
        max-height: 600px; }
        .navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown:before {
          width: 100%;
          height: 1px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          background: rgba(34, 51, 68, 0.1); }
        .navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item {
          display: inline-block;
          width: 100%; }
          .navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item.active {
            color: #f47216;
            text-decoration: none;
            background: #ffeed5; }
            .navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item.active .navigationDropdown-link {
              color: #f47216; }
          .navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item .navigationDropdown-link {
            display: block;
            font-size: 16px;
            line-height: 22px;
            color: #000;
            text-decoration: none;
            -webkit-transition: color 0.2s ease;
            -ms-transition: color 0.2s ease;
            transition: color 0.2s ease;
            padding: 14px 15px; }
            .navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item .navigationDropdown-link:hover {
              text-decoration: none;
              background: rgba(192, 60, 54, 0.05); }
          .navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item:first-child {
            margin-top: 15px; }
          .navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item:last-child {
            margin-bottom: 15px; }
      .navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationList-link:after {
        width: 100%; }
      .navigation .navigationList .navigationList-item .navigationDropdown {
        max-height: 600px;
        position: absolute;
        display: block;
        width: 310px;
        height: auto;
        max-height: 0;
        top: 100%;
        left: 50%;
        margin: -1px 0 0;
        padding: 0;
        list-style-type: none;
        background-color: #fff;
        overflow: hidden;
        -webkit-box-shadow: 0 2px 4px 0 rgba(25, 29, 36, 0.08);
        -ms-box-shadow: 0 2px 4px 0 rgba(25, 29, 36, 0.08);
        box-shadow: 0 2px 4px 0 rgba(25, 29, 36, 0.08);
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 {
          width: 101vw !important;
          left: 70px; }
          .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container {
            max-width: 1460px;
            margin: 0 auto;
            padding: 45px 30px 30px;
            display: block; }
            .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-flow: row;
              -ms-flex-flow: row;
              flex-flow: row; }
              .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-title {
                font-size: 19px;
                line-height: 22px;
                font-weight: 500;
                color: #000;
                margin-bottom: 10px;
                padding: 0 15px;
                min-height: 15px; }
              .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list {
                -webkit-column-gap: 15px;
                -moz-column-gap: 15px;
                column-gap: 15px; }
                .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list .navigationDropdown-item {
                  padding: 0;
                  padding: 0;
                  margin-top: 0 !important; }
              .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .inner-col {
                width: 50%;
                max-width: 50%;
                min-width: auto;
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                float: left; }
                .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .inner-col .navigationDropdown-list {
                  -webkit-column-count: 1;
                  -moz-column-count: 1;
                  column-count: 1; }
              .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper {
                padding-left: 15px;
                padding-right: 15px; }
                .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container {
                  margin-bottom: 30px;
                  padding: 10px 15px;
                  background-color: transparent;
                  background: #f5f5f5;
                  border: transparent;
                  border-radius: 10px;
                  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
                  margin-top: 15px; }
                  .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li {
                    position: relative; }
                    .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li a {
                      padding: 10px 15px;
                      margin-left: 20px; }
                    .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:last-child {
                      margin-bottom: 0; }
                    .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:after, .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:before {
                      content: '';
                      position: absolute;
                      display: block; }
                    .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:after {
                      background-position: 0 0;
                      background-repeat: no-repeat;
                      width: 18px;
                      height: 18px;
                      top: 5px;
                      left: 15px;
                      margin-left: -13px;
                      background-image: url(data:image/png;base64,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);
                      background-size: 18px 18px;
                      margin-top: 7px; }
                  .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-link:hover {
                    color: #444;
                    text-decoration: none;
                    background: transparent; }
        .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container {
          margin: 0 auto;
          display: block; }
          .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-flow: row;
            -ms-flex-flow: row;
            flex-flow: row; }
            .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-title {
              font-size: 19px;
              line-height: 22px;
              font-weight: 500;
              color: #000;
              margin-bottom: 10px;
              padding: 0 15px;
              min-height: 15px; }
            .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list {
              -webkit-column-gap: 15px;
              -moz-column-gap: 15px;
              column-gap: 15px; }
              .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list .navigationDropdown-item {
                padding: 0;
                padding: 0;
                margin-top: 0 !important; }
                .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list .navigationDropdown-item:first-child {
                  margin-top: 15px !important; }
            .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .inner-col {
              width: 50%;
              max-width: 50%;
              min-width: auto;
              -webkit-box-flex: 1;
              -webkit-flex: 1;
              -ms-flex: 1;
              flex: 1;
              float: left; }
              .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .inner-col .navigationDropdown-list {
                -webkit-column-count: 1;
                -moz-column-count: 1;
                column-count: 1; }
            .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper {
              padding-left: 15px;
              padding-right: 15px; }
              .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container {
                margin-bottom: 30px;
                padding: 10px 15px;
                background-color: transparent;
                background: #f5f5f5;
                border: transparent;
                border-radius: 10px;
                box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
                margin-top: 15px; }
                .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li {
                  position: relative; }
                  .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li a {
                    padding: 10px 15px;
                    margin-left: 20px; }
                  .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:last-child {
                    margin-bottom: 0; }
                  .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:after, .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:before {
                    content: '';
                    position: absolute;
                    display: block; }
                  .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:after {
                    background-position: 0 0;
                    background-repeat: no-repeat;
                    width: 18px;
                    height: 18px;
                    top: 5px;
                    left: 15px;
                    margin-left: -13px;
                    background-image: url(data:image/png;base64,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);
                    background-size: 18px 18px;
                    margin-top: 7px; }
                .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-link:hover {
                  color: #444;
                  text-decoration: none;
                  background: transparent; }
      .navigation .navigationList .navigationList-item.navigationList-item--border .navigationList-link {
        line-height: 15px;
        border: 1px solid #FFF;
        border-radius: 2px;
        padding: 10px 24px; }
        .navigation .navigationList .navigationList-item.navigationList-item--border .navigationList-link:hover {
          color: #000;
          background-color: #fff;
          text-decoration: none; }
  .navigation .smallMenu-icon {
    width: 40px;
    height: 40px;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0); }
    @media (max-width: 1024px) {
      .navigation .smallMenu-icon {
        display: flex; } }
    .navigation .smallMenu-icon .smallMenu-icon-item {
      position: fixed;
      width: 28px;
      height: 2px;
      margin-top: -1.5px;
      background-color: #f47216;
      cursor: pointer;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
      .navigation .smallMenu-icon .smallMenu-icon-item.smallMenu-icon-item--1 {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px); }
      .navigation .smallMenu-icon .smallMenu-icon-item.smallMenu-icon-item--3 {
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px); }
    .navigation .smallMenu-icon.smallMenu-icon--active .smallMenu-icon-item.smallMenu-icon-item--1 {
      -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .navigation .smallMenu-icon.smallMenu-icon--active .smallMenu-icon-item.smallMenu-icon-item--2 {
      -webkit-transform: scale(0.1, 1);
      -ms-transform: scale(0.1, 1);
      transform: scale(0.1, 1); }
    .navigation .smallMenu-icon.smallMenu-icon--active .smallMenu-icon-item.smallMenu-icon-item--3 {
      -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

.header-small .navigation {
  float: right; }
  @media (max-width: 767px) {
    .header-small .navigation {
      margin-top: 0; } }
  .header-small .navigation .navigationList-link {
    color: #373737 !important;
    text-decoration: none; }
    .header-small .navigation .navigationList-link:after {
      background-color: #f47216 !important; }
  .header-small .navigation .navigationList-item--border .navigationList-link {
    border: 1px solid #f47216 !important;
    color: #fff !important;
    background-color: #f47216 !important; }
    .header-small .navigation .navigationList-item--border .navigationList-link:hover {
      color: #fff !important;
      background-color: #f47216 !important; }

.mobileNavigation-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 1024;
  display: none; }
  .mobileNavigation-bg.active {
    display: block; }
  .mobileNavigation-bg.mobileNavigation-wrap {
    overflow: auto;
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden; }
    .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container {
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 0;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        z-index: 1045;
        width: 100%;
        cursor: auto; }
        .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation {
          padding: 130px 0 30px; }
          @media (max-width: 767px) {
            .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation {
              padding-top: 100px; } }
          .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList {
            margin: 0;
            padding: 0;
            list-style-type: none;
            text-align: left; }
            .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList .mobileNavigationList-item {
              padding: 0 20px; }
              .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList .mobileNavigationList-item &gt; a,
              .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList .mobileNavigationList-item &gt; span {
                display: block; }
              .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList .mobileNavigationList-item.active {
                background: #f47216; }
                .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList .mobileNavigationList-item.active &gt; span,
                .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList .mobileNavigationList-item.active &gt; a {
                  color: #fff; }
            .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList .mobileNavigationList-link {
              position: relative;
              display: inline-block;
              padding-top: 12px;
              padding-bottom: 11px;
              font-weight: 400;
              font-size: 16px;
              line-height: 30px;
              color: #000;
              text-transform: uppercase;
              cursor: pointer;
              -webkit-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList .mobileNavigationList-link:after {
                display: block;
                position: absolute;
                width: 0;
                height: 2px;
                bottom: 0;
                background-color: #000;
                -webkit-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out; }
          .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation ul li &gt; ul {
            position: relative;
            display: none;
            list-style-type: none;
            margin: 0 -20px 20px;
            padding: 15px 20px;
            background-color: #f3f3f3; }
            .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation ul li &gt; ul::after {
              width: 0;
              height: 0;
              left: 17px;
              top: -8px;
              border-style: solid;
              border-width: 0 10px 8px;
              border-color: transparent transparent #f3f3f3;
              z-index: 1;
              content: ''; }
            .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation ul li &gt; ul li a {
              color: #000; }

.mobileNavigation__wrapper {
  position: relative;
  display: none;
  margin: 0 -20px 0;
  padding: 10px 0 10px 0;
  background-color: #e4e1e1; }
  .mobileNavigation__wrapper:after {
    width: 0;
    height: 0;
    left: 17px;
    top: -8px;
    border-style: solid;
    border-width: 0 10px 8px;
    border-color: transparent transparent #f3f3f3;
    z-index: 1; }
  .mobileNavigation__wrapper div.navigationDropdown-title {
    margin-top: 20px; }
    .mobileNavigation__wrapper div.navigationDropdown-title:first-child {
      margin-top: 0; }
  .mobileNavigation__wrapper ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .mobileNavigation__wrapper ul a {
      color: #000;
      font-size: 16px; }
    .mobileNavigation__wrapper ul li {
      padding: 10px 20px; }
      .mobileNavigation__wrapper ul li.active {
        background: #f47216; }
        .mobileNavigation__wrapper ul li.active &gt; a {
          color: #fff; }
  .mobileNavigation__wrapper .mobileNavigation-image-wrapper {
    margin-top: 20px; }
    .mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container {
      padding: 15px;
      border: 1px solid rgba(34, 51, 68, 0.1); }
      .mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li {
        position: relative; }
        .mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li a {
          padding: 10px 15px;
          margin-left: 20px; }
        .mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li:last-child {
          margin-bottom: 0; }
        .mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li:after, .mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li:before {
          position: absolute;
          display: block; }
        .mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li:after {
          background-position: 0 0;
          background-repeat: no-repeat;
          width: 16px;
          height: 16px;
          top: 5px;
          left: 15px;
          margin-left: -13px;
          background-image: url(data:image/png;base64,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);
          background-size: 16px 16px; }
      .mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-link:hover {
        color: #444;
        text-decoration: none;
        background: transparent; }

.mobileNavigationList-item.active .mobileNavigation__wrapper {
  display: block; }

.navigationDropdown-title {
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  padding: 0 15px; }
  @media screen and (max-width: 1030px) {
    .navigationDropdown-title {
      padding: 0; } }
  .navigationDropdown-title span {
    outline: none;
    font-weight: 600; }

.home-carousel {
  margin-top: 45px; }
  .home-carousel .item .banner-img {
    height: calc(100% - 120px) !important; }

.about-us-shankar-lalwani {
  width: 1124px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .about-us-shankar-lalwani {
      width: 100%; } }
  .about-us-shankar-lalwani .about-us-shankar-lalwani-container {
    display: flex;
    align-items: center;
    padding: 40px 0; }
    @media (max-width: 767px) {
      .about-us-shankar-lalwani .about-us-shankar-lalwani-container {
        flex-direction: column; } }
    .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content {
      width: 60%; }
      @media (max-width: 767px) {
        .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content {
          width: 100%;
          padding: 20px; } }
      .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content h3 {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 20px;
        color: #f47216;
        font-weight: 700;
        margin-bottom: 25px;
        position: relative; }
        .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content h3:after {
          content: '';
          position: absolute;
          border-bottom: 2px solid #f47216;
          width: 45px;
          top: 25px;
          left: 0; }
      .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content p {
        font-size: 18px;
        padding-right: 35px;
        margin-bottom: 20px; }
      .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content button {
        padding: 10px 20px;
        font-size: 12px;
        text-transform: uppercase;
        background: #f47216;
        color: #FFFFFF;
        border: none;
        font-weight: 500; }
        .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-content button:hover {
          filter: contrast(0.5); }
    .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-image {
      width: 40%; }
      @media (max-width: 767px) {
        .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-image {
          width: 100%; } }
      .about-us-shankar-lalwani .about-us-shankar-lalwani-container .about-us-shankar-lalwani-image img {
        width: 100%; }

.about-section__home {
  background-image: linear-gradient(45deg, rgba(244, 114, 22, 0.85), rgba(244, 114, 22, 0.85)), url("../assets/images/about/journey-banner-bg.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  padding: 70px 0;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 280px; }
  @media (max-width: 767px) {
    .about-section__home {
      margin-bottom: 0; } }

.about-section__pic {
  position: absolute;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  bottom: 0; }
  @media (max-width: 767px) {
    .about-section__pic {
      width: 100%;
      margin-bottom: 30px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      position: static; } }

.about-section__container .about-section__content {
  display: flex; }
  .about-section__container .about-section__content .about-section__content-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .about-section__container .about-section__content .about-section__content-col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px; } }
    .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-box h2 {
      font-weight: 700;
      font-style: normal;
      font-size: 36px;
      line-height: 1.1;
      letter-spacing: 0px;
      margin-bottom: 20px; }
      .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-box h2 .dark {
        color: #FFFFFF; }
      @media (max-width: 767px) {
        .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-box h2 {
          font-size: 22px;
          line-height: 1.2;
          letter-spacing: 0px; } }
    .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-box p {
      font-size: 17px;
      margin: 0 0 10px;
      line-height: 30px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-box p {
          font-size: 15px;
          line-height: 1.5;
          letter-spacing: 0px; } }
    .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-button-box {
      float: right; }
      .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-button-box a {
        border-radius: 2px;
        background-color: #f47216;
        box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.13);
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        display: inline-block;
        /* margin: 20px 0 0;*/
        padding: 10px 20px;
        border: 1px solid; }
        @media (max-width: 767px) {
          .about-section__container .about-section__content .about-section__content-col-12 .about-section__content-button-box a {
            padding: 10px 20px; } }

.quote-section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  flex-wrap: wrap; }
  .quote-section blockquote {
    font-weight: 500;
    font-size: 22px;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 0.5rem;
    text-align: justify; }
    @media (max-width: 767px) {
      .quote-section blockquote {
        font-size: 20px; } }
    .quote-section blockquote:before {
      position: absolute;
      color: #f47216;
      font-size: 8rem;
      width: 4rem;
      height: 4rem;
      left: -5rem;
      top: -2rem; }
    .quote-section blockquote:after {
      position: absolute;
      color: #f47216;
      font-size: 8rem;
      width: 4rem;
      height: 4rem;
      right: -5rem;
      bottom: 1rem; }
    .quote-section blockquote svg {
      width: 40px;
      fill: #f47216;
      position: absolute; }
      @media (max-width: 767px) {
        .quote-section blockquote svg {
          width: 20px; } }
      .quote-section blockquote svg:first-child {
        left: -70px;
        top: 0; }
        @media (max-width: 767px) {
          .quote-section blockquote svg:first-child {
            left: -32px; } }
      .quote-section blockquote svg:last-child {
        right: -20px;
        bottom: 0; }
        @media (max-width: 767px) {
          .quote-section blockquote svg:last-child {
            right: 0; } }
  .quote-section .cite-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .quote-section .cite {
    max-width: 600px;
    width: 100%;
    font-weight: 500;
    line-height: 26px;
    font-size: 18px; }
    .quote-section .cite span {
      font-size: 13px; }

.about-block {
  position: absolute;
  width: 100%;
  bottom: -305px;
  margin-bottom: 85px; }
  @media (max-width: 767px) {
    .about-block {
      position: relative;
      bottom: -40px; }
      .about-block .col-sm-3 {
        display: flex;
        align-items: center;
        justify-content: center; } }
  .about-block .rcBlock {
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    @media (max-width: 767px) {
      .about-block .rcBlock {
        margin-bottom: 30px;
        width: 90%; } }
    .about-block .rcBlock:before {
      z-index: 1;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 90%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.35)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 90%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 90%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 90%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 90%); }
    .about-block .rcBlock .imgHolder img {
      width: 100%;
      transition: all 500ms ease 0s;
      -webkit-transition: all 500ms ease 0s; }
    .about-block .rcBlock .bottomCard {
      position: absolute;
      left: 0;
      bottom: -170px;
      width: 100%;
      text-align: center;
      z-index: 1;
      padding: 15px 5px;
      transition: all 500ms ease 0s;
      -webkit-transition: all 500ms ease 0s;
      color: #fff; }
      .about-block .rcBlock .bottomCard h3 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 17px; }
      .about-block .rcBlock .bottomCard p {
        font-size: 14px;
        margin-bottom: 10px;
        height: 95px; }
      .about-block .rcBlock .bottomCard .button {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        padding: 0 10px;
        line-height: 30px;
        border: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        position: relative;
        background-color: #f47216;
        border: 1px solid #f47216;
        border-radius: 0;
        visibility: hidden; }
    .about-block .rcBlock.parliamentarian:before {
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%); }
    .about-block .rcBlock.technocrat:before {
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%); }
    .about-block .rcBlock:hover .imgHolder img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .about-block .rcBlock:hover .bottomCard {
      bottom: 50; }
    .about-block .rcBlock:hover:before {
      z-index: 1;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 90%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 90%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 90%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 90%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 90%); }

.en .about-block .rcBlock:hover .bottomCard {
  bottom: 110; }

.quick-links-block {
  width: 100%;
  display: flex;
  background: #FFFFFF;
  background-size: 100%; }
  .quick-links-block .quick-link-section {
    height: auto;
    width: 1160px;
    margin: 0 auto;
    padding: 60px 0; }
    @media (max-width: 767px) {
      .quick-links-block .quick-link-section {
        width: 100%;
        padding: 20px 0; } }
  .quick-links-block .quick-link-wrapper {
    position: relative;
    height: 240px; }
    @media (max-width: 767px) {
      .quick-links-block .quick-link-wrapper {
        margin-bottom: 20px; } }
    .quick-links-block .quick-link-wrapper img {
      width: 100%;
      height: inherit;
      transition: 0.5s all ease-in-out;
      /* &amp;:hover{
         transform: scale(1.2);
       }*/ }
    .quick-links-block .quick-link-wrapper .quick-link-content {
      cursor: pointer;
      background-color: rgba(244, 114, 22, 0.8);
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 12px 33px 12px 25px; }
      .quick-links-block .quick-link-wrapper .quick-link-content:after {
        content: "";
        background: rgba(244, 114, 22, 0.8);
        height: 3px;
        bottom: 61px;
        left: 0;
        width: 100%;
        z-index: 9;
        position: absolute; }
      .quick-links-block .quick-link-wrapper .quick-link-content h4 {
        font-size: 20px;
        float: left;
        width: 70%;
        color: #fff; }
      .quick-links-block .quick-link-wrapper .quick-link-content span {
        color: #fff;
        text-align: right;
        float: right;
        font-size: 20px;
        width: 26px;
        height: 8px;
        transition: transform 0.3s ease-out;
        padding: 10px 0; }

.green {
  background-color: rgba(0, 176, 85, 0.8) !important; }
  .green:after {
    background-color: rgba(0, 176, 85, 0.8) !important; }

.photo-heading-wrapper {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .photo-heading-wrapper {
      font-size: 26px;
      text-align: center; } }

.photoGal {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense; }
  .photoGal .big {
    grid-column: span 2;
    grid-row: span 2; }
  .photoGal li {
    text-align: center;
    /*padding: 1rem 0;*/
    color: white;
    font-size: 3rem;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    @media (max-width: 767px) {
      .photoGal li {
        grid-column: span 2; } }
    .photoGal li a {
      color: inherit;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .photoGal li a img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: top;
        transition: all .5s; }
  .photoGal .horizontal {
    grid-column: span 2; }

.button-seeMore-container {
  display: flex;
  justify-content: center; }
  .button-seeMore-container a {
    border-radius: 2px;
    border: 2px solid #f47216;
    background: transparent;
    box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.13);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000000;
    display: inline-block;
    margin: 20px 0 0;
    padding: 11px 25px; }
    .button-seeMore-container a:hover {
      background: #f47216;
      color: #fff; }

.video-section .video-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center;*/ }
  .video-section .video-wrapper .video-container {
    width: 40%; }
    @media (max-width: 767px) {
      .video-section .video-wrapper .video-container {
        width: 100%; } }
    .video-section .video-wrapper .video-container video {
      height: 200px;
      margin: 0 0 20px 0;
      width: -webkit-fill-available; }
    .video-section .video-wrapper .video-container iframe {
      height: 200px;
      margin: 0 0 20px 0; }
  .video-section .video-wrapper .big {
    width: calc(60% - 20px);
    margin: 0 20px 0 0; }
    @media (max-width: 767px) {
      .video-section .video-wrapper .big {
        width: 100%;
        margin: 0; } }
    .video-section .video-wrapper .big iframe {
      height: 420px; }
      @media (max-width: 767px) {
        .video-section .video-wrapper .big iframe {
          height: 200px; } }

.video-section .video-section__home-page {
  display: flex;
  align-self: center;
  justify-content: center; }
  .video-section .video-section__home-page iframe {
    width: 100%;
    height: 460px; }

.home-other-section .home-other-section__container .home-other-section__title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .home-other-section .home-other-section__container .home-other-section__title {
      font-size: 26px;
      text-align: center; } }

.home-other-section .home-other-section__container .home-other-section__content {
  display: flex;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .home-other-section .home-other-section__container .home-other-section__content .home-other-section__content-col {
    width: 50%;
    padding: 0 30px;
    position: relative;
    min-height: 600px; }
    .home-other-section .home-other-section__container .home-other-section__content .home-other-section__content-col .twitter-timeline {
      color: #f47216;
      font-size: 20px; }
    @media (max-width: 767px) {
      .home-other-section .home-other-section__container .home-other-section__content .home-other-section__content-col {
        width: 100%;
        padding: 0; }
        .home-other-section .home-other-section__container .home-other-section__content .home-other-section__content-col:first-child {
          margin-bottom: 30px; } }
  .home-other-section .home-other-section__container .home-other-section__content .home-other-section__social-title {
    font-size: 20px;
    background: transparent;
    color: #f47216;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #aeacac; }
    .home-other-section .home-other-section__container .home-other-section__content .home-other-section__social-title span {
      border-bottom: 3px solid #f47216;
      padding-bottom: 14px; }
    @media (max-width: 767px) {
      .home-other-section .home-other-section__container .home-other-section__content .home-other-section__social-title {
        font-size: 18px; } }
  .home-other-section .home-other-section__container .home-other-section__content iframe {
    width: 100%;
    max-width: 500px;
    height: 500px; }

.timline-container {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../assets/images/home/timeline/timeline-bg.jpg);
  background-position: top;
  background-size: cover;
  margin-top: 300px;
  /* Timeline */ }
  @media (max-width: 767px) {
    .timline-container {
      margin-top: 0px; } }
  .timline-container .timeline {
    border-left: 4px solid #f47216;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    margin: 50px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1em;
    padding: 30px;
    list-style: none;
    text-align: left;
    font-weight: 300;
    max-width: 50%; }
    @media (max-width: 767px) {
      .timline-container .timeline {
        max-width: 80%;
        padding: 20px; } }
  .timline-container .timeline-title {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 700;
    text-align: center; }
    @media (max-width: 767px) {
      .timline-container .timeline-title {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 0px;
        color: #fff;
        font-weight: 700;
        text-align: center; } }
  .timline-container .timeline h1,
  .timline-container .timeline h2,
  .timline-container .timeline h3 {
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .timline-container .timeline h1,
      .timline-container .timeline h2,
      .timline-container .timeline h3 {
        font-size: 18px;
        padding-top: 30px; } }
  @media (max-width: 767px) {
    .timline-container .timeline .event-inner h3 {
      padding-top: 0; } }
  .timline-container .timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative; }
  .timline-container .timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }
  .timline-container .timeline .event:before,
  .timline-container .timeline .event:after {
    position: absolute;
    display: block; }
  .timline-container .timeline .event:before {
    left: -217.5px;
    color: #fff;
    content: attr(data-date);
    text-align: right;
    font-weight: 500;
    font-size: 18px;
    min-width: 120px;
    top: 5px;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .timline-container .timeline .event:before {
        left: 0;
        text-align: left;
        min-width: 150px;
        top: 0; } }
  .timline-container .timeline .event:after {
    box-shadow: 0 0 0 4px #f47216;
    left: -36.85px;
    background: #555;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 10px; }
    @media (max-width: 767px) {
      .timline-container .timeline .event:after {
        left: -28px;
        top: 5px; } }
  .timline-container .timeline .event.event-inner:after,
  .timline-container .timeline .event.event-inner:before {
    content: none; }

.mobile-tabs-icon {
  position: absolute;
  right: 0;
  top: 20px; }
  .mobile-tabs-icon svg {
    width: 27px; }

/*.mobile-tabs-content{
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 13%;
  width: 70%;
  top: 65px;
  right: 0;
  position: absolute;
}*/
.loader-wrapper {
  width: 90%;
  background: #d5d3d3;
  height: 89%;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex; }

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #F96703;
  border-radius: 50%;
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #F96703 transparent transparent transparent; }

.loader div:nth-child(1) {
  animation-delay: -0.45s; }

.loader div:nth-child(2) {
  animation-delay: -0.3s; }

.loader div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.about-home-section {
  background: #FFFFFF; }
  .about-home-section .container {
    padding: 50px 15px; }
    @media (min-width: 1200px) {
      .about-home-section .container {
        width: 1279px; } }
  .about-home-section .about-heading h2 {
    font-size: 34px;
    color: #f47216;
    margin: 0 0 25px 0; }
  .about-home-section .about-content {
    padding-bottom: 50px; }
    .about-home-section .about-content p {
      margin: 0 0 20px 0;
      padding: 0;
      font-weight: 500; }
    .about-home-section .about-content .viewAllLink {
      text-decoration: none;
      color: #f47216;
      font-size: 16px; }

.slBlock {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }
  .slBlock:hover .bottomCard {
    bottom: 0; }
  .slBlock:before {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 90%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 90%); }
  .slBlock .imgHolder img {
    width: 100%;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s; }
  .slBlock .bottomCard {
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 15px 5px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    color: #FFFFFF; }
    .slBlock .bottomCard h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 17px; }
    .slBlock .bottomCard p {
      font-size: 14px;
      min-height: 65px; }
    .slBlock .bottomCard .button {
      display: inline-block;
      text-decoration: none;
      margin: 0;
      padding: 7px 25px;
      line-height: 30px;
      border: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      cursor: pointer;
      font-family: 'Poppins', sans-serif;
      position: relative;
      background-color: #f47216;
      border: 1px solid #f47216;
      border-radius: 0; }

.wrapper-loading svg {
  animation: rise .5s infinite; }

@keyframes bounce {
  0% {
    transform: translateX(3px); }
  25% {
    transform: translateX(-3px); }
  50% {
    transform: translateX(3px); }
  100% {
    transform: translateX(0); } }

@keyframes shine {
  0% {
    opacity: .2; }
  50% {
    opacity: 1; }
  100% {
    opacity: .2; } }

@keyframes rise {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(3px); }
  100% {
    transform: translateY(0); } }

@keyframes classicCircle {
  0% {
    opacity: .2; }
  50% {
    opacity: 1; }
  100% {
    opacity: .2; } }

.sl-videos {
  background: #f8f8f8; }

.sl-main-wrapper {
  width: 100%;
  display: flex;
  background: url("../assets/images/video/bg-content.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #f8f8f8; }
  .sl-main-wrapper .sl-wrapper {
    height: auto;
    width: 1160px;
    margin: 0 auto;
    padding: 60px 0; }
    @media (max-width: 767px) {
      .sl-main-wrapper .sl-wrapper {
        width: 100%;
        padding: 20px 0; } }

.sl-video-container {
  color: #4D4D4D;
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  /* box-shadow: 1px 4px 3px -3px rgba(0, 0, 0, 0.13);*/
  box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  margin: 10px;
  background: #fff; }
  .sl-video-container:hover {
    color: #f47216;
    cursor: pointer; }
  .sl-video-container .sl-video-content {
    padding: 10px 20px 20px;
    min-height: 173px; }
    .sl-video-container .sl-video-content h2 {
      font-size: 17px;
      font-weight: 500;
      padding: 15px 0 0; }
    .sl-video-container .sl-video-content p {
      font-size: 14px;
      padding: 8px 0 0; }
  .sl-video-container iframe {
    height: 230px; }
  .sl-video-container video {
    height: 230px;
    margin-top: -20px; }

.video-section-wrapper {
  background: #FFFFFF !important;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .video-section-wrapper {
      padding-top: 0 !important; } }
  .video-section-wrapper video {
    width: 100%;
    height: 350px; }
  .video-section-wrapper .achievements-page-section {
    background: none !important;
    color: #505050 !important;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .video-section-wrapper .achievements-page-section {
        padding: 0 !important; } }
  .video-section-wrapper .achievements-page-section_content {
    padding: 0 45px; }
    @media (max-width: 767px) {
      .video-section-wrapper .achievements-page-section_content {
        padding: 0 25px; } }
    .video-section-wrapper .achievements-page-section_content p {
      text-align: justify; }
  .video-section-wrapper img {
    width: 100% !important;
    height: 400px !important;
    border-radius: 5px !important; }

.report-card-wrapper {
  background-color: #eeeeee; }
  @media print {
    .report-card-wrapper {
      background-color: #eeeeee !important; } }

.timeline {
  padding: 3rem 2rem;
  max-width: 90%;
  border-radius: 12px;
  margin: 0 auto;
  font-size: 19px; }
  @media print {
    .timeline {
      padding: 1rem 2rem !important; } }
  @media (max-width: 767px) {
    .timeline {
      max-width: 100%; } }

.tl-content .tl-header,
.tl-content .tl-body {
  padding-left: 25.6px;
  border-left: 3px solid #f47216; }
  @media print {
    .tl-content .tl-header,
    .tl-content .tl-body {
      border-left: none !important; } }

.tl-body {
  padding-bottom: 1rem;
  display: flex;
  align-items: center; }
  @media print {
    .tl-body {
      display: flex;
      align-items: center; } }
  @media (max-width: 767px) {
    .tl-body {
      flex-wrap: wrap; } }
  .tl-body ul li {
    list-style-type: none;
    line-height: 2;
    position: relative;
    padding-left: 50px;
    padding-bottom: 10px;
    font-weight: 500; }
    @media print {
      .tl-body ul li {
        padding-left: 30px !important;
        padding-bottom: 5px !important;
        line-height: 1.5; } }
    .tl-body ul li:after {
      content: " ";
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' %3E%3Cg%3E%3Cg transform='matrix(1.5,0,0,1.5,64,67.32278442382812)' opacity='1'%3E%3Cg opacity='1' transform='matrix(0.9972982406616211,-0.07345899939537048,0.07345899939537048,0.9972982406616211,189.2279815673828,177.51229858398438)'%3E%3Cpath fill='%2300af55' fill-opacity='1' d=' M8.100000381469727,-31.299999237060547 C30.399999618530273,-25.5 44.900001525878906,-2.9000000953674316 50.70000076293945,8 C52.5,11.399999618530273 51.400001525878906,15.600000381469727 48.20000076293945,17.700000762939453 C37.79999923706055,24.399999618530273 14.100000381469727,37.099998474121094 -8.100000381469727,31.299999237060547 C-30.399999618530273,25.5 -44.900001525878906,2.9000000953674316 -50.70000076293945,-8 C-52.5,-11.399999618530273 -51.400001525878906,-15.600000381469727 -48.20000076293945,-17.700000762939453 C-37.79999923706055,-24.299999237060547 -14.100000381469727,-37.099998474121094 8.100000381469727,-31.299999237060547z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(0.9972982406616211,0.07345899939537048,-0.07345899939537048,0.9972982406616211,66.77201843261719,177.51229858398438)'%3E%3Cpath fill='%2300af55' fill-opacity='1' d=' M-8.100000381469727,-31.299999237060547 C-30.399999618530273,-25.5 -44.900001525878906,-2.9000000953674316 -50.70000076293945,8 C-52.5,11.399999618530273 -51.400001525878906,15.600000381469727 -48.20000076293945,17.700000762939453 C-37.79999923706055,24.399999618530273 -14.100000381469727,37.099998474121094 8.100000381469727,31.299999237060547 C30.399999618530273,25.5 44.900001525878906,2.9000000953674316 50.70000076293945,-8 C52.5,-11.399999618530273 51.400001525878906,-15.600000381469727 48.20000076293945,-17.700000762939453 C37.79999923706055,-24.299999237060547 14.100000381469727,-37.099998474121094 -8.100000381469727,-31.299999237060547z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(1,0,0,0.9740757942199707,129.14999389648438,183.6999969482422)'%3E%3Cpath fill='%2348d28b' fill-opacity='1' d=' M41.75,0 C41.75,24.5 15.050000190734863,45.20000076293945 4.349999904632568,52.599998474121094 C1.75,54.400001525878906 -1.75,54.400001525878906 -4.349999904632568,52.599998474121094 C-15.050000190734863,45.29999923706055 -41.75,24.5 -41.75,0 C-41.75,-24.5 -15.050000190734863,-45.20000076293945 -4.349999904632568,-52.599998474121094 C-1.75,-54.400001525878906 1.75,-54.400001525878906 4.349999904632568,-52.599998474121094 C15.050000190734863,-45.29999923706055 41.75,-24.5 41.75,0z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(0.9976977705955505,-0.06781734526157379,0.06781734526157379,0.9976977705955505,181.3319549560547,127.62019348144531)'%3E%3Cpath fill='%23f47216' fill-opacity='1' d=' M28.700000762939453,34.150001525878906 C4.199999809265137,54.75 -35.20000076293945,49.849998474121094 -49.599998474121094,47.25 C-52.79999923706055,46.650001525878906 -55.20000076293945,43.849998474121094 -55.20000076293945,40.54999923706055 C-55.29999923706055,25.950000762939453 -53.20000076293945,-13.75 -28.700000762939453,-34.25 C-4.199999809265137,-54.75 35.20000076293945,-49.95000076293945 49.599998474121094,-47.349998474121094 C52.79999923706055,-46.75 55.20000076293945,-43.95000076293945 55.20000076293945,-40.650001525878906 C55.29999923706055,-26.049999237060547 53.20000076293945,13.649999618530273 28.700000762939453,34.150001525878906z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(0.9976977705955505,0.06781734526157379,-0.06781734526157379,0.9976977705955505,77.46804809570312,128.8701934814453)'%3E%3Cpath fill='%23f47216' fill-opacity='1' d=' M28.700000762939453,-34.20000076293945 C53.20000076293945,-13.600000381469727 55.29999923706055,26 55.20000076293945,40.599998474121094 C55.20000076293945,43.900001525878906 52.79999923706055,46.70000076293945 49.599998474121094,47.29999923706055 C35.29999923706055,49.900001525878906 -4.199999809265137,54.79999923706055 -28.700000762939453,34.20000076293945 C-53.20000076293945,13.600000381469727 -55.29999923706055,-26 -55.20000076293945,-40.599998474121094 C-55.20000076293945,-43.900001525878906 -52.79999923706055,-46.70000076293945 -49.599998474121094,-47.29999923706055 C-35.29999923706055,-50 4.199999809265137,-54.79999923706055 28.700000762939453,-34.20000076293945z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(0.9968668222427368,0.07909829914569855,-0.07909829914569855,0.9968668222427368,103.1553955078125,111.66255950927734)'%3E%3Cpath fill='%23f28a40' fill-opacity='1' d=' M41.54999923706055,-26.850000381469727 C61.04999923706055,3.3499999046325684 49.75,46.95000076293945 44.95000076293945,61.75 C43.95000076293945,64.8499984741211 40.95000076293945,66.75 37.75,66.3499984741211 C22.350000381469727,64.6500015258789 -22.049999237060547,57.04999923706055 -41.54999923706055,26.850000381469727 C-61.04999923706055,-3.3499999046325684 -49.75,-46.95000076293945 -44.95000076293945,-61.75 C-43.95000076293945,-64.8499984741211 -40.95000076293945,-66.75 -37.75,-66.3499984741211 C-22.350000381469727,-64.6500015258789 22.049999237060547,-57.04999923706055 41.54999923706055,-26.850000381469727z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(0.9968668222427368,-0.07909829914569855,0.07909829914569855,0.9968668222427368,158.3446044921875,111.66255950927734)'%3E%3Cpath fill='%23f28a40' fill-opacity='1' d=' M-41.650001525878906,-26.850000381469727 C-61.150001525878906,3.3499999046325684 -49.849998474121094,46.95000076293945 -45.04999923706055,61.75 C-44.04999923706055,64.8499984741211 -41.04999923706055,66.75 -37.849998474121094,66.3499984741211 C-22.450000762939453,64.6500015258789 21.950000762939453,57.04999923706055 41.54999923706055,26.850000381469727 C61.150001525878906,-3.3499999046325684 49.75,-46.95000076293945 44.95000076293945,-61.75 C43.95000076293945,-64.8499984741211 40.95000076293945,-66.75 37.75,-66.3499984741211 C22.25,-64.6500015258789 -22.149999618530273,-57.150001525878906 -41.650001525878906,-26.850000381469727z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(1,0,0,0.9771780371665955,130.10000610351562,102.32575988769531)'%3E%3Cpath fill='%23f39a5b' fill-opacity='1' d=' M52.5,0 C52.5,37.400001525878906 18.799999237060547,69.0999984741211 5.400000095367432,80.19999694824219 C2.299999952316284,82.80000305175781 -2.200000047683716,82.80000305175781 -5.400000095367432,80.19999694824219 C-18.799999237060547,69.0999984741211 -52.5,37.400001525878906 -52.5,0 C-52.5,-37.400001525878906 -18.799999237060547,-69.0999984741211 -5.400000095367432,-80.19999694824219 C-2.299999952316284,-82.80000305175781 2.200000047683716,-82.80000305175781 5.400000095367432,-80.19999694824219 C18.799999237060547,-69 52.5,-37.29999923706055 52.5,0z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat no-repeat;
      background-position: center center;
      background-size: cover;
      font-family: 'Line Awesome Free';
      font-weight: bold;
      font-size: 22px;
      display: block;
      position: absolute;
      left: 0;
      top: 3;
      color: #fff;
      width: 35px;
      height: 30px;
      border-radius: 100%; }
      @media print {
        .tl-body ul li:after {
          background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' %3E%3Cg%3E%3Cg transform='matrix(1.5,0,0,1.5,64,67.32278442382812)' opacity='1'%3E%3Cg opacity='1' transform='matrix(0.9972982406616211,-0.07345899939537048,0.07345899939537048,0.9972982406616211,189.2279815673828,177.51229858398438)'%3E%3Cpath fill='%2300af55' fill-opacity='1' d=' M8.100000381469727,-31.299999237060547 C30.399999618530273,-25.5 44.900001525878906,-2.9000000953674316 50.70000076293945,8 C52.5,11.399999618530273 51.400001525878906,15.600000381469727 48.20000076293945,17.700000762939453 C37.79999923706055,24.399999618530273 14.100000381469727,37.099998474121094 -8.100000381469727,31.299999237060547 C-30.399999618530273,25.5 -44.900001525878906,2.9000000953674316 -50.70000076293945,-8 C-52.5,-11.399999618530273 -51.400001525878906,-15.600000381469727 -48.20000076293945,-17.700000762939453 C-37.79999923706055,-24.299999237060547 -14.100000381469727,-37.099998474121094 8.100000381469727,-31.299999237060547z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(0.9972982406616211,0.07345899939537048,-0.07345899939537048,0.9972982406616211,66.77201843261719,177.51229858398438)'%3E%3Cpath fill='%2300af55' fill-opacity='1' d=' M-8.100000381469727,-31.299999237060547 C-30.399999618530273,-25.5 -44.900001525878906,-2.9000000953674316 -50.70000076293945,8 C-52.5,11.399999618530273 -51.400001525878906,15.600000381469727 -48.20000076293945,17.700000762939453 C-37.79999923706055,24.399999618530273 -14.100000381469727,37.099998474121094 8.100000381469727,31.299999237060547 C30.399999618530273,25.5 44.900001525878906,2.9000000953674316 50.70000076293945,-8 C52.5,-11.399999618530273 51.400001525878906,-15.600000381469727 48.20000076293945,-17.700000762939453 C37.79999923706055,-24.299999237060547 14.100000381469727,-37.099998474121094 -8.100000381469727,-31.299999237060547z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(1,0,0,0.9740757942199707,129.14999389648438,183.6999969482422)'%3E%3Cpath fill='%2348d28b' fill-opacity='1' d=' M41.75,0 C41.75,24.5 15.050000190734863,45.20000076293945 4.349999904632568,52.599998474121094 C1.75,54.400001525878906 -1.75,54.400001525878906 -4.349999904632568,52.599998474121094 C-15.050000190734863,45.29999923706055 -41.75,24.5 -41.75,0 C-41.75,-24.5 -15.050000190734863,-45.20000076293945 -4.349999904632568,-52.599998474121094 C-1.75,-54.400001525878906 1.75,-54.400001525878906 4.349999904632568,-52.599998474121094 C15.050000190734863,-45.29999923706055 41.75,-24.5 41.75,0z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(0.9976977705955505,-0.06781734526157379,0.06781734526157379,0.9976977705955505,181.3319549560547,127.62019348144531)'%3E%3Cpath fill='%23f47216' fill-opacity='1' d=' M28.700000762939453,34.150001525878906 C4.199999809265137,54.75 -35.20000076293945,49.849998474121094 -49.599998474121094,47.25 C-52.79999923706055,46.650001525878906 -55.20000076293945,43.849998474121094 -55.20000076293945,40.54999923706055 C-55.29999923706055,25.950000762939453 -53.20000076293945,-13.75 -28.700000762939453,-34.25 C-4.199999809265137,-54.75 35.20000076293945,-49.95000076293945 49.599998474121094,-47.349998474121094 C52.79999923706055,-46.75 55.20000076293945,-43.95000076293945 55.20000076293945,-40.650001525878906 C55.29999923706055,-26.049999237060547 53.20000076293945,13.649999618530273 28.700000762939453,34.150001525878906z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(0.9976977705955505,0.06781734526157379,-0.06781734526157379,0.9976977705955505,77.46804809570312,128.8701934814453)'%3E%3Cpath fill='%23f47216' fill-opacity='1' d=' M28.700000762939453,-34.20000076293945 C53.20000076293945,-13.600000381469727 55.29999923706055,26 55.20000076293945,40.599998474121094 C55.20000076293945,43.900001525878906 52.79999923706055,46.70000076293945 49.599998474121094,47.29999923706055 C35.29999923706055,49.900001525878906 -4.199999809265137,54.79999923706055 -28.700000762939453,34.20000076293945 C-53.20000076293945,13.600000381469727 -55.29999923706055,-26 -55.20000076293945,-40.599998474121094 C-55.20000076293945,-43.900001525878906 -52.79999923706055,-46.70000076293945 -49.599998474121094,-47.29999923706055 C-35.29999923706055,-50 4.199999809265137,-54.79999923706055 28.700000762939453,-34.20000076293945z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(0.9968668222427368,0.07909829914569855,-0.07909829914569855,0.9968668222427368,103.1553955078125,111.66255950927734)'%3E%3Cpath fill='%23f28a40' fill-opacity='1' d=' M41.54999923706055,-26.850000381469727 C61.04999923706055,3.3499999046325684 49.75,46.95000076293945 44.95000076293945,61.75 C43.95000076293945,64.8499984741211 40.95000076293945,66.75 37.75,66.3499984741211 C22.350000381469727,64.6500015258789 -22.049999237060547,57.04999923706055 -41.54999923706055,26.850000381469727 C-61.04999923706055,-3.3499999046325684 -49.75,-46.95000076293945 -44.95000076293945,-61.75 C-43.95000076293945,-64.8499984741211 -40.95000076293945,-66.75 -37.75,-66.3499984741211 C-22.350000381469727,-64.6500015258789 22.049999237060547,-57.04999923706055 41.54999923706055,-26.850000381469727z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(0.9968668222427368,-0.07909829914569855,0.07909829914569855,0.9968668222427368,158.3446044921875,111.66255950927734)'%3E%3Cpath fill='%23f28a40' fill-opacity='1' d=' M-41.650001525878906,-26.850000381469727 C-61.150001525878906,3.3499999046325684 -49.849998474121094,46.95000076293945 -45.04999923706055,61.75 C-44.04999923706055,64.8499984741211 -41.04999923706055,66.75 -37.849998474121094,66.3499984741211 C-22.450000762939453,64.6500015258789 21.950000762939453,57.04999923706055 41.54999923706055,26.850000381469727 C61.150001525878906,-3.3499999046325684 49.75,-46.95000076293945 44.95000076293945,-61.75 C43.95000076293945,-64.8499984741211 40.95000076293945,-66.75 37.75,-66.3499984741211 C22.25,-64.6500015258789 -22.149999618530273,-57.150001525878906 -41.650001525878906,-26.850000381469727z'%3E%3C/path%3E%3C/g%3E%3Cg opacity='1' transform='matrix(1,0,0,0.9771780371665955,130.10000610351562,102.32575988769531)'%3E%3Cpath fill='%23f39a5b' fill-opacity='1' d=' M52.5,0 C52.5,37.400001525878906 18.799999237060547,69.0999984741211 5.400000095367432,80.19999694824219 C2.299999952316284,82.80000305175781 -2.200000047683716,82.80000305175781 -5.400000095367432,80.19999694824219 C-18.799999237060547,69.0999984741211 -52.5,37.400001525878906 -52.5,0 C-52.5,-37.400001525878906 -18.799999237060547,-69.0999984741211 -5.400000095367432,-80.19999694824219 C-2.299999952316284,-82.80000305175781 2.200000047683716,-82.80000305175781 5.400000095367432,-80.19999694824219 C18.799999237060547,-69 52.5,-37.29999923706055 52.5,0z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
          top: -2; } }

.tl-description {
  margin-bottom: 20px;
  font-weight: 500; }
  @media print {
    .tl-description {
      margin-bottom: 10px !important; } }

.tl-header {
  position: relative;
  display: grid;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding: 0; }
  @media print {
    .tl-header {
      position: relative;
      display: grid;
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding: 0; } }

.title-border {
  width: 100%;
  height: 1px;
  background: #f47216;
  margin-bottom: 6px;
  visibility: hidden; }
  @media (max-width: 767px) {
    .title-border {
      visibility: hidden; } }

.tl-title {
  font-weight: 600;
  font-size: 1em; }
  .tl-title:before {
    content: ''; }
  .tl-title span {
    padding: 10px;
    padding-right: 30px;
    padding-left: 80px;
    background: #f47216;
    color: #fff;
    border-radius: 30px;
    border-bottom: 4px solid green;
    font-size: 22px; }
    @media print {
      .tl-title span {
        background: #f47216 !important;
        color: #fff !important;
        font-size: 18px !important; } }
  @media print and (max-width: 767px) {
    .tl-title span {
      display: unset !important;
      font-size: 16px !important; } }
    @media (max-width: 767px) {
      .tl-title span {
        font-size: 20px;
        display: flex; } }

.tl-time {
  font-size: 0.7em; }

.tl-marker {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50% / 50%;
  background: gainsboro;
  left: -1.5rem;
  top: 50%;
  transform: translate(50%, -50%); }

@media print {
  .tl-content-active {
    margin: 20px 0 !important; } }

.tl-content-active .tl-marker {
  padding: 1.6px;
  left: -1.6rem;
  width: 25px;
  height: 25px;
  /* border: 3px solid #ffffff; */
  background-color: #ffffff;
  background-clip: content-box;
  box-shadow: 0 0 15px -2px #f47216;
  z-index: 1000;
  margin-top: 4px; }
  @media print {
    .tl-content-active .tl-marker {
      background-color: #ffffff !important; } }

.tl-content-active .tl-title {
  font-weight: 700;
  color: #f47216;
  position: relative;
  left: -50px;
  width: -webkit-fill-available; }

.tl-img {
  margin-left: 40px;
  display: flex;
  justify-content: end;
  width: 50%; }
  @media print {
    .tl-img {
      display: flex;
      justify-content: end;
      width: 50%; } }
  @media (max-width: 768px) {
    .tl-img {
      width: 100%; } }

.tl-content-container {
  background: white;
  border-radius: 10px;
  padding: 40px;
  width: 50%;
  box-shadow: 0 4px 25px -20px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #f47216;
  border-right: 4px solid #f47216;
  margin-top: 40px;
  margin-bottom: 30px; }
  @media print {
    .tl-content-container {
      font-size: 14px !important;
      width: 50% !important;
      background: white !important;
      box-shadow: 0 4px 25px -20px rgba(0, 0, 0, 0.2) !important;
      border-bottom: 4px solid #f47216 !important;
      border-right: 4px solid #f47216 !important;
      padding: 10px !important; } }
  @media print and (max-width: 768px) {
    .tl-content-container {
      width: 50% !important; } }
  @media (max-width: 768px) {
    .tl-content-container {
      width: 100%;
      margin-bottom: 0;
      padding: 20px; } }

.tl-img-wrapper {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px; }
  @media print {
    .tl-img-wrapper {
      width: 50% !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center; } }
  @media print and (max-width: 767px) {
    .tl-img-wrapper {
      flex-wrap: nowrap;
      width: 50% !important; } }
  .tl-img-wrapper &gt; div {
    display: flex;
    flex-wrap: wrap;
    justify-content: end; }
    @media (max-width: 767px) {
      .tl-img-wrapper &gt; div {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; } }
  @media (max-width: 767px) {
    .tl-img-wrapper {
      text-align: center;
      margin-bottom: 20px;
      width: 100%; } }
  @media print {
    .tl-img-wrapper .tl-images {
      width: 50% !important; } }
  .tl-img-wrapper img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin: 10px;
    box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1); }
    @media print {
      .tl-img-wrapper img {
        width: 220px !important;
        height: 220px !important; } }
    @media (max-width: 767px) {
      .tl-img-wrapper img {
        width: 250px;
        height: 250px; } }
  .tl-img-wrapper .img-big {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0 0 0 20px;
    box-shadow: none; }
    @media print {
      .tl-img-wrapper .img-big {
        width: 100% !important;
        height: 100% !important; } }

.container1 {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden; }

.slides {
  height: 100vh;
  width: 100%; }
  .slides img {
    width: 350px; }

.buttonContainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  z-index: 49999;
  right: 3%;
  bottom: 13%; }
  @media (max-width: 767px) {
    .buttonContainer {
      bottom: 13%;
      display: none; } }
  .buttonContainer .button-lg {
    display: block; }
  .buttonContainer .button-sm {
    display: none; }
  @media (max-width: 767px) {
    .buttonContainer .button-lg {
      display: none; }
    .buttonContainer .button-sm {
      display: block;
      display: none; } }
  @media print {
    .buttonContainer {
      display: none; } }
  .buttonContainer button {
    background: rgba(244, 114, 22, 0.8) !important;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    border: 0;
    border-radius: 40px;
    padding: 10px;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 8px 24px;
    display: flex;
    justify-content: center;
    align-content: center; }
    @media (max-width: 767px) {
      .buttonContainer button {
        font-size: 12px;
        padding: 5px 10px; } }
    .buttonContainer button:hover {
      background: rgba(229, 115, 36, 0.8) !important; }
    .buttonContainer button svg {
      fill: #fff;
      padding-right: 10px;
      width: 20px;
      height: 20px; }

@media print {
  page-break-inside: avoid;
  #printableArea, #printableArea * {
    visibility: visible; }
  @page {
    margin: 0 !important;
    size: A4 landscape;
    -webkit-print-color-adjust: exact !important; }
  .tl-content-wrapper {
    page-break-after: always !important; }
    .tl-content-wrapper:last-child {
      page-break-after: avoid !important; }
  #headerContent {
    display: none; }
  header {
    display: none; } }

@media print {
  footer {
    display: none; } }

@media print {
  body {
    background-color: #eeeeee !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important; } }

@media print {
  .tl-content-wrapper {
    height: 95%;
    border-left: 4px solid #f47216; } }

.achievements-page-section {
  background: -moz-linear-gradient(45deg, #40ee94 0%, #f47216 60%);
  background: linear-gradient(45deg, #40ee94 0%, #f47216 60%);
  color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media print {
    .achievements-page-section .container {
      width: 95% !important; } }
  @media print {
    .achievements-page-section {
      padding-top: 50px;
      height: 100vh;
      page-break-before: always;
      background: linear-gradient(45deg, #40ee94 0%, #f47216 60%) !important;
      color: white !important; } }
  .achievements-page-section .achievements-page-section__heading h2 {
    font-size: 36px;
    line-height: 48px;
    position: relative;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 20px;
    margin-bottom: 30px; }
    @media print {
      .achievements-page-section .achievements-page-section__heading h2 {
        font-size: 26px;
        margin-bottom: 10px;
        color: #FFFFFF !important; } }
    @media (max-width: 767px) {
      .achievements-page-section .achievements-page-section__heading h2 {
        text-align: center;
        font-size: 32px; } }
  .achievements-page-section .achievements-page-section__heading p {
    display: inline-block;
    max-width: 500px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px; }
    @media print {
      .achievements-page-section .achievements-page-section__heading p {
        font-size: 18px;
        color: #FFFFFF !important; } }
    @media (max-width: 767px) {
      .achievements-page-section .achievements-page-section__heading p {
        text-align: center;
        font-size: 18px; } }
  .achievements-page-section .achievements-page-section__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .achievements-page-section .achievements-page-section__row .achievements-page-section_content {
        order: 2; } }
    .achievements-page-section .achievements-page-section__row .achievements-page-section__img-container {
      display: flex;
      align-items: center;
      justify-content: center; }
  .achievements-page-section ul li {
    list-style: none;
    padding-left: 47px;
    position: relative;
    margin-bottom: 12px; }
    @media print {
      .achievements-page-section ul li {
        color: #FFFFFF !important; } }
    .achievements-page-section ul li:after {
      content: "\f00c";
      font-family: 'Line Awesome Free';
      font-weight: bold;
      font-size: 22px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      color: #fff; }
      @media print {
        .achievements-page-section ul li:after {
          color: #FFFFFF !important; } }
    .achievements-page-section ul li:before {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  @media (max-width: 767px) {
    .achievements-page-section .achievements-page-section_img {
      text-align: center;
      margin-bottom: 20px; } }
  .achievements-page-section .achievements-page-section_img img {
    width: 300px;
    height: 300px;
    border-radius: 10%;
    padding: 10px; }
    @media print {
      .achievements-page-section .achievements-page-section_img img {
        width: 250px;
        height: 250px; } }
    @media (max-width: 767px) {
      .achievements-page-section .achievements-page-section_img img {
        padding: 10px;
        width: 350px;
        height: 350px; } }
  .achievements-page-section.airport {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../assets/images/eBook/airport/airport-section-bg.jpg) !important;
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px; }
    .achievements-page-section.airport .airport-page__content {
      margin-left: 0;
      margin-right: auto; }
      .achievements-page-section.airport .airport-page__content .airport-page__image-container {
        position: relative;
        line-height: 0;
        top: 50px;
        left: 80px;
        margin-right: 100px; }
        @media (max-width: 767px) {
          .achievements-page-section.airport .airport-page__content .airport-page__image-container {
            left: 0;
            margin-right: 0; } }
        .achievements-page-section.airport .airport-page__content .airport-page__image-container .airport-page__image-one {
          border-radius: 10px;
          position: absolute;
          overflow: hidden;
          display: inline-block;
          z-index: 1;
          max-width: 100%;
          left: -50px;
          top: -20px;
          height: 500px;
          filter: blur(8px); }
          @media (max-width: 767px) {
            .achievements-page-section.airport .airport-page__content .airport-page__image-container .airport-page__image-one {
              height: 250px;
              top: -10px;
              left: -10px; } }
          .achievements-page-section.airport .airport-page__content .airport-page__image-container .airport-page__image-one img {
            margin-bottom: 0;
            margin: 0 0 1.5em;
            max-width: 100%;
            min-height: 1px;
            height: auto;
            border-radius: 10px; }
        .achievements-page-section.airport .airport-page__content .airport-page__image-container .airport-page__image-two {
          border-radius: 10px;
          position: relative;
          overflow: hidden;
          display: inline-block;
          z-index: 1;
          max-width: 100%;
          left: 40px;
          top: 40px;
          height: 500px; }
          @media (max-width: 767px) {
            .achievements-page-section.airport .airport-page__content .airport-page__image-container .airport-page__image-two {
              height: 250px;
              top: 10px;
              left: 10px; } }
          .achievements-page-section.airport .airport-page__content .airport-page__image-container .airport-page__image-two img {
            margin-bottom: 0;
            margin: 0 0 1.5em;
            max-width: 100%;
            min-height: 1px;
            height: auto;
            border-radius: 10px; }
  .achievements-page-section.flyover .achievements-page-section__row:first-child {
    margin-bottom: 80px; }
  .achievements-page-section.it-startup {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../assets/images/eBook/it/it-bg.jpg) !important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px; }
  .achievements-page-section.medical {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../assets/images/eBook/medical/medical-section-bg.jpg) !important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px; }
  .achievements-page-section.business {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../assets/images/eBook/business/business-bg.jpg) !important;
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px; }
  .achievements-page-section.yojna {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../assets/images/eBook/yojna/yojna_bg.jpg) !important;
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px; }
    @media print {
      .achievements-page-section.yojna {
        padding-top: 150px !important; } }
  .achievements-page-section.swachh-indore {
    background: linear-gradient(rgba(244, 114, 22, 0.9), rgba(64, 238, 148, 0.3)), url("../assets/images/eBook/swachhIndore/swachh-bg.jpg") !important;
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px; }
    @media print {
      .achievements-page-section.swachh-indore {
        padding-top: 80px !important; } }
    .achievements-page-section.swachh-indore .swachh-indore_title {
      text-align: center; }
    .achievements-page-section.swachh-indore .swachh-indore-cards {
      padding-top: 30px;
      display: flex;
      flex-wrap: wrap; }
      .achievements-page-section.swachh-indore .swachh-indore-cards .swachh-indore-cards__col {
        width: calc(50% - 80px);
        margin: 20px;
        background: #f7f7f7;
        padding: 0;
        color: #333;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
        @media print {
          .achievements-page-section.swachh-indore .swachh-indore-cards .swachh-indore-cards__col {
            background: #f7f7f7 !important; } }
        .achievements-page-section.swachh-indore .swachh-indore-cards .swachh-indore-cards__col img {
          width: 100%;
          height: 400px; }
        .achievements-page-section.swachh-indore .swachh-indore-cards .swachh-indore-cards__col .swachh-indore-cards__col-content {
          padding: 20px;
          line-height: 1.5;
          text-align: center; }
        @media (max-width: 767px) {
          .achievements-page-section.swachh-indore .swachh-indore-cards .swachh-indore-cards__col {
            width: 100%; } }
  .achievements-page-section.samajik-utthan-01 {
    background: linear-gradient(45deg, rgba(231, 147, 50, 0.8), rgba(57, 191, 59, 0.1)) !important;
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    color: #333; }
    @media print {
      .achievements-page-section.samajik-utthan-01 {
        padding-top: 0 !important; } }
    @media print {
      .achievements-page-section.samajik-utthan-01 h2 {
        color: #333333 !important; } }
    @media print {
      .achievements-page-section.samajik-utthan-01 ul li {
        color: #333333 !important; } }
    .achievements-page-section.samajik-utthan-01 ul li:after {
      color: #333; }
      @media print {
        .achievements-page-section.samajik-utthan-01 ul li:after {
          color: #333333 !important; } }
  .achievements-page-section.samajik-utthan-02 {
    background: linear-gradient(45deg, rgba(57, 191, 59, 0.8), rgba(231, 147, 50, 0.1)) !important;
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    color: #333; }
    @media print {
      .achievements-page-section.samajik-utthan-02 {
        padding-top: 0 !important; } }
    @media print {
      .achievements-page-section.samajik-utthan-02 h2 {
        color: #333333 !important; } }
    @media print {
      .achievements-page-section.samajik-utthan-02 ul li {
        color: #333333 !important; } }
    .achievements-page-section.samajik-utthan-02 ul li:after {
      color: #333; }
      @media print {
        .achievements-page-section.samajik-utthan-02 ul li:after {
          color: #333333 !important; } }
  .achievements-page-section.dharmik {
    background: linear-gradient(rgba(244, 114, 22, 0.9), rgba(244, 114, 22, 0.9)), url("../assets/images/eBook/dharmik/dharmik-bg.jpg") !important;
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px; }
    @media print {
      .achievements-page-section.dharmik {
        padding-top: 150px !important; } }
  .achievements-page-section.sanskrati {
    background: linear-gradient(45deg, rgba(231, 147, 50, 0.8), rgba(57, 191, 59, 0.1)) !important;
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px; }
    @media print {
      .achievements-page-section.sanskrati {
        padding-top: 100px !important; } }
    .achievements-page-section.sanskrati .sanskrati-cards_title {
      text-align: center; }
    .achievements-page-section.sanskrati .sanskrati-cards {
      padding-top: 30px;
      display: flex;
      flex-wrap: wrap; }
      .achievements-page-section.sanskrati .sanskrati-cards .sanskrati-cards__col {
        width: calc(33.33% - 40px);
        margin: 20px;
        background: #f7f7f7;
        padding: 0;
        color: #333;
        position: relative;
        height: 100%; }
        .achievements-page-section.sanskrati .sanskrati-cards .sanskrati-cards__col img {
          width: 100%;
          height: 300px;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
        .achievements-page-section.sanskrati .sanskrati-cards .sanskrati-cards__col .sanskrati-cards__col-content {
          padding: 10px;
          position: absolute;
          text-align: center;
          background: #ffffff;
          bottom: -20px;
          left: 50%;
          transform: translate(-50%, 0);
          border-radius: 10px;
          box-shadow: darkmagenta;
          box-shadow: 5px 10px #888888;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media print {
            .achievements-page-section.sanskrati .sanskrati-cards .sanskrati-cards__col .sanskrati-cards__col-content {
              background: #ffffff !important; } }
        @media (max-width: 767px) {
          .achievements-page-section.sanskrati .sanskrati-cards .sanskrati-cards__col {
            width: 100%; } }
  .achievements-page-section.planGlobal {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../assets/images/eBook/global/global-bg.jpg) !important;
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px; }
    @media print {
      .achievements-page-section.planGlobal {
        padding-top: 150px !important; } }
  .achievements-page-section.puraskar {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../assets/images/eBook/puraskar/puraskar-bg.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    background-position: center !important; }
    @media print {
      .achievements-page-section.puraskar {
        padding-top: 150px !important; } }
    .achievements-page-section.puraskar .puraskar-page__content {
      margin-left: 0;
      margin-right: auto; }
      .achievements-page-section.puraskar .puraskar-page__content .puraskar-page__image-container {
        position: relative;
        line-height: 0;
        top: 50px;
        left: 80px;
        margin-right: 100px; }
        @media (max-width: 767px) {
          .achievements-page-section.puraskar .puraskar-page__content .puraskar-page__image-container {
            left: 0;
            margin-right: 0; } }
        .achievements-page-section.puraskar .puraskar-page__content .puraskar-page__image-container .puraskar-page__image-one {
          border-radius: 10px;
          position: absolute;
          overflow: hidden;
          display: inline-block;
          z-index: 1;
          max-width: 100%;
          left: -50px;
          top: -20px;
          height: 500px;
          filter: blur(8px); }
          @media (max-width: 767px) {
            .achievements-page-section.puraskar .puraskar-page__content .puraskar-page__image-container .puraskar-page__image-one {
              height: 250px;
              top: -10px;
              left: -10px; } }
          .achievements-page-section.puraskar .puraskar-page__content .puraskar-page__image-container .puraskar-page__image-one img {
            margin-bottom: 0;
            margin: 0 0 1.5em;
            max-width: 100%;
            min-height: 1px;
            height: auto;
            border-radius: 10px; }
        .achievements-page-section.puraskar .puraskar-page__content .puraskar-page__image-container .puraskar-page__image-two {
          border-radius: 10px;
          position: relative;
          overflow: hidden;
          display: inline-block;
          z-index: 1;
          max-width: 100%;
          left: 40px;
          top: 40px;
          height: 500px; }
          @media (max-width: 767px) {
            .achievements-page-section.puraskar .puraskar-page__content .puraskar-page__image-container .puraskar-page__image-two {
              height: 250px;
              top: 10px;
              left: 10px; } }
          .achievements-page-section.puraskar .puraskar-page__content .puraskar-page__image-container .puraskar-page__image-two img {
            margin-bottom: 0;
            margin: 0 0 1.5em;
            max-width: 100%;
            min-height: 1px;
            height: auto;
            border-radius: 10px; }
  .achievements-page-section.personality {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../assets/images/eBook/personality/personality-bg.jpg) !important;
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 180px; }
    @media print {
      .achievements-page-section.personality {
        padding-top: 150px !important; } }
  .achievements-page-section.odd {
    background: -moz-linear-gradient(45deg, #f47216 0%, #40ee94 100%);
    background: linear-gradient(45deg, #f47216 0%, #40ee94 100%); }

.pe-web-column__inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .pe-web-column__inner:after, .pe-web-column__inner:before {
    content: " ";
    display: table; }

.performance-wrapper__content {
  width: 100%;
  max-width: 430px;
  margin-left: 0;
  margin-right: auto; }

.performance-wrapper__image-container {
  position: relative;
  line-height: 0; }
  @media (max-width: 767px) {
    .performance-wrapper__image-container {
      left: 0; } }
  .performance-wrapper__image-container .performance-wrapper__image-one {
    border-radius: 10px;
    position: absolute;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    max-width: 100%;
    left: -50px;
    top: -20px;
    height: 400px;
    filter: blur(8px); }
    @media (max-width: 767px) {
      .performance-wrapper__image-container .performance-wrapper__image-one {
        height: 250px;
        top: -10px;
        left: -10px; } }
    .performance-wrapper__image-container .performance-wrapper__image-one img {
      margin-bottom: 0;
      margin: 0 0 1.5em;
      max-width: 100%;
      min-height: 1px;
      height: auto; }
  .performance-wrapper__image-container .performance-wrapper__image-two {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    max-width: 100%;
    left: 0px;
    top: 5px;
    height: 400px; }
    @media (max-width: 767px) {
      .performance-wrapper__image-container .performance-wrapper__image-two {
        height: 250px;
        top: 10px;
        left: 10px; } }
    .performance-wrapper__image-container .performance-wrapper__image-two img {
      margin-bottom: 0;
      margin: 0 0 1.5em;
      max-width: 100%;
      min-height: 1px;
      height: auto; }

.technology-partnership__need-partner {
  position: relative;
  z-index: 1; }
  @media print {
    .technology-partnership__need-partner .container {
      width: 96% !important; } }
  .technology-partnership__need-partner .technology-partnership__need-partner-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .technology-partnership__need-partner .technology-partnership__need-partner-row {
        margin-top: 30px; } }
    @media print {
      .technology-partnership__need-partner .technology-partnership__need-partner-row:last-child {
        margin-top: 200px; } }
    .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-heading h2 {
      font-size: 36px;
      line-height: 48px;
      position: relative;
      font-weight: 700;
      margin: 0px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-heading h2 {
          text-align: center;
          font-size: 32px;
          line-height: 42px;
          margin-bottom: 0; } }
    .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-heading p {
      display: inline-block;
      max-width: 500px;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-heading p {
          text-align: center;
          font-size: 18px; } }
    @media (max-width: 767px) {
      .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__partner-column-left {
        order: 2; } }
    .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container {
          margin-bottom: 40px; } }
      .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container .technology-partnership__need-partner-img {
        max-width: 1000px; }
        .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container .technology-partnership__need-partner-img.small-img {
          max-width: 600px; }
        @media (max-width: 767px) {
          .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container .technology-partnership__need-partner-img {
            max-width: 100%;
            margin-bottom: 30px;
            margin-top: 0; }
            .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container .technology-partnership__need-partner-img.small-img {
              max-width: 100%;
              margin-bottom: 30px;
              margin-top: 0; } }
  .technology-partnership__need-partner ul li {
    list-style: none;
    padding-left: 47px;
    position: relative;
    margin-bottom: 24px; }
    .technology-partnership__need-partner ul li:after {
      content: "\f00c";
      font-family: 'Line Awesome Free';
      font-weight: bold;
      font-size: 22px;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    .technology-partnership__need-partner ul li:before {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .technology-partnership__need-partner .technology-partnership__need-partner_features_img {
    padding: 40px 0 80px;
    position: relative;
    text-align: center; }
    @media (max-width: 767px) {
      .technology-partnership__need-partner .technology-partnership__need-partner_features_img {
        padding: 0; } }
    .technology-partnership__need-partner .technology-partnership__need-partner_features_img.left .technology-partnership__need-partner-shape_img {
      left: -50px;
      right: 0; }
    .technology-partnership__need-partner .technology-partnership__need-partner_features_img .technology-partnership__need-partner-shape_img {
      width: 470px;
      background: #e0faf4;
      border-radius: 6px;
      height: 100%;
      position: absolute;
      right: -50px;
      top: 0;
      z-index: -1;
      background: rgba(244, 114, 22, 0.4); }
      @media (max-width: 767px) {
        .technology-partnership__need-partner .technology-partnership__need-partner_features_img .technology-partnership__need-partner-shape_img {
          display: none; } }
    .technology-partnership__need-partner .technology-partnership__need-partner_features_img .technology-partnership__need-partner-shap_img {
      background: #99edd9;
      border-radius: 6px;
      height: 420px;
      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;
      padding: 0 14px;
      background: rgba(244, 114, 22, 0.9); }
      @media (max-width: 767px) {
        .technology-partnership__need-partner .technology-partnership__need-partner_features_img .technology-partnership__need-partner-shap_img {
          padding: 20px 14px;
          height: auto; } }
      .technology-partnership__need-partner .technology-partnership__need-partner_features_img .technology-partnership__need-partner-shap_img img {
        height: auto;
        max-width: 100%;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px; }
  @media (max-width: 767px) {
    .technology-partnership__need-partner .technology-partnership__need-partner-column-left {
      order: 2; } }
</pre></body></html>