@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
  font-family: 'Roboto';
  background-color: #fff;
  position: relative;
  scroll-behavior: smooth;
}

* {
  font-family: 'Roboto';
  scroll-behavior: smooth;
}

  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
    background-color: #0C483E;
/*
  background-image: url(images/rAHUL\ pIC\ eDIT.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
*/
 }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    width: 40%;
    margin-left: 0px;
    margin-top: -8px; }
    .site-navbar .site-logo a {
      text-transform: uppercase;
      color: #fff;
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #eb4d55 !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 9px 0px;
        font-size: 14px;
        color: #FFEF44 !important;
        display: inline-block;
        text-decoration: none !important;
        position: relative;
        font-family: 'Roboto';
        font-weight: 100;
        letter-spacing: 1px; }
        .site-navbar .site-navigation .site-menu > li > a:before {
          content: "";
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          height: 1px;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          -webkit-transition: .3s transform ease;
          -o-transition: .3s transform ease;
          transition: .3s transform ease;
          background: #00539E; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #E3E7E4 !important; }
          .site-navbar .site-navigation .site-menu > li > a:hover:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
      .site-navbar .site-navigation .site-menu > li.active > a {
        color: #E3E7E4 !important; }
        .site-navbar .site-navigation .site-menu > li.active > a:before {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #eb4d55;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #eb4d55 !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #eb4d55; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
        border: 1px solid #fff;
    border-radius: 25px 5px 5px 25px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #0C483E;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
          color: #fff;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
        letter-spacing: 1px;
      display: block;
      position: relative;
      color: #fff;
      font-weight: bold;
     }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #FEEA44; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
         }
      .site-mobile-menu .site-nav-wrap li.active > a {
         }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 22px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #eb4d55; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #eb4d55 !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }
        .text-right {
          width: 75%;
          margin-top: -44px;
          text-align: left !important;
      }

.header-hd {
    width: 100%;
    display: block;
    margin: 30px auto;
    padding-left: 0px;
}
.header-hd h2 {
  color: #FFFFFF;
  font-size: 50px;
}
.header-text {
  width: 50%;
  display: inline-flex;
}
.header-text h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 118px;
  font-family: 'Roboto';
  line-height: 100%;
  letter-spacing: -4px;
}
.other {
  padding-top: 50px;
  padding-left: 12px;
}
.other h3 {
  background: #4E7A72;
  border-radius: 16px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-family: 'Roboto';
  font-size: 18px;
  width: 100%;
  padding: 12px 16px;
}
.other img {
  margin-top: 74px !important;
  margin-left: -64px;
  width: 100% !important;
}
.header-hd img {
  width: 46%;
  display: block;
  margin-top: 10px;
}
.header-hd p {
  color: #FFFFFF;
  font-family: inherit;
  letter-spacing: 1px;
  padding-top: 24px;
  font-size: 18px;
}
.social-icons a img {
  width: 7%;
  display: inline-block;
  padding-bottom: 15%;
  margin-right: 34px;
}

.hd-bc {
        width: 100%;
    display: block;
    margin-top: -46px;
}

/* about */

.about {
  background: #003C32;
  padding: 50px 0px;
}

.about-text {
  width: 100%;
    display: block;
    padding-top: 12px;
}
.about-text h1 {
  color: #FEEA44;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 32px;
}
.about-text h2 {
  color: #FEEA44;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 32px;
    margin-top: -23px;
}
.about-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 156%;
  padding-bottom: 10px;
}

.about-m {
  display: none;
}

/* career */

.career {
  background: #003C32;
  padding-bottom: 10px;
}

.career-text {
  width: 100%;
    display: block;
    padding-top: 10px;
}
.career-text h1 {
  color: #C60118;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 32px;
}
.career-text h2 {
  color: #C60118;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 32px;
  margin-top: -23px;
}
.career-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 162%;
  font-weight: 100;
  padding-bottom: 10px;
}

#more {display: none;}
.career-text button {
  border: none;
  background: none;
  float: right;
  color: #C60118;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  margin-top: -4px;
}

/* achievements */

.goals {
  background: #003C32;
  padding-bottom: 50px;
}

.goals-text {
  display: block;
  width: 100%;
  padding-top: 36px;
}
.goals-text h1 {
  color: #FEEA44;
  font-weight: 600;
  font-size: 50px;
}
.goals-text p {
  color: #FFFFFF;
  opacity: 90%;
  font-weight: 100;
  font-size: 16px;
}
.goals-text img {
  width: 38%;
}
.goals-text input {
  display: block;
  background: #FEEA44;
  border: #FEEA44;
  border-radius: 1px;
  margin-top: 22px;
  color: #C60118;
  font-weight: 500;
  font-size: 18px;
  padding: 6px 34px;
}
.goals-text input:hover {
  background-color: #feea44;
  box-shadow: 0 0 5px #feea44, 0 0 25px #feea44;
}

/* photo */

.photo {
  background: #003C32;
  padding-bottom: 30px;
}
.photo-hd {
  width: 100%;
  display: block;
  padding-top: 40px;
}
.photo-hd h1 {
  color: #FFDE1B;
  font-weight: bold;
  font-size: 76px;
}
.photo-hd p {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 140%;
  padding-top: 12px;
}
.photo-img {
  padding-bottom: 30px;
}

/* footer */

.footer {
  background-color: #003C32;
  padding-top: 60px;
}
.footer-hd {
  display: block;
  margin: 0 auto;
  width: 74%;
}

.footer-hd h1 {
  color: #FFDE1B;
  font-weight: bold;
  font-size: 90px;
  letter-spacing: -5px;
  line-height: 80px;
}

.footer-text {
  display: block;
  margin: 0 auto;
  width: 74%;
}

.footer-text h1 {
  color: #FFDE1B;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 8px;
}

.ft-link a {
  color: #fff;
  font-weight: 200;
  font-size: 18px;
}

.social-footer {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.social-footer h1 {
  color: #FFDE1B;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 8px;
}

.social-links1 a img {
  width: 7%;
  margin-right: 14px;
}

.linee {
  border-top: 2px solid #fff;
  width: 100%;
  margin-top: 0px;
}

.linee h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding-top: 16px;
  padding-bottom: 10px;
}

.top {
  position: fixed;
  bottom: 1.1rem;
  right: 2,1rem;
}

.top i {
  color: #000;
  background: #FFDE1B;
  font-size: 20px;
  padding: 10px;
  border-radius: 0.5rem;
}

.bx{
  margin-left: 10px;
}

@media (min-width: 768px) and (max-width:991px) {
  .site-navbar .site-logo {
    width: 58%;
    margin-left: 0px;
    margin-top: -8px;
}
.text-blog {
  margin-top: -84px !important;
}
.text-right {
  width: 100%;
  margin-top: -220px;
  text-align: right !important;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
/*
  background-image: url(images/rAHUL\ pIC\ eDIT.png);
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
*/
}

.header-hd {
        width: 100%;
        display: block;
        padding-left: 0;
        float: right;
        padding-bottom: 0px;
        margin-top: 52px;
}
.header-hd h2 {
  color: #FFFFFF;
  font-size: 36px;
  margin-top: -30px;
}
.header-text {
  width: 50%;
  display: inline-flex;
}
.header-text h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 88px;
  font-family: 'Roboto';
  line-height: 100%;
  letter-spacing: -4px;
}
.other {
  padding-top: 34px;
  padding-left: 12px;
}
.other h3 {
  background: #4E7A72;
  border-radius: 14px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-family: 'Roboto';
  font-size: 15px;
  width: 60%;
  padding: 10px 12px;
}
.other img {
  margin-top: 62px !important;
  margin-left: -56px;
  width: 72% !important;
}
.header-hd img {
  width: 42%;
  display: block;
  margin-top: 10px;
}
.header-hd p {
  color: #FFFFFF;
  font-family: inherit;
  letter-spacing: 1px;
  padding-top: 24px;
  font-size: 15px;
}
.social-icons a img {
  width: 7%;
  display: inline-block;
  padding-bottom: 15%;
  margin-right: 28px;
}
    
    .hd-bc {
    width: 110%;
    display: block;
    margin-top: -10px;
}

/* about */
.about {
  background: #003C32;
  padding: 42px 0px 0px 0px;
}

.about-text {
  width: 100%;
  display: block;
  padding-top: 0px;
  margin-top: -34px;
}
.about-text h1 {
  color: #FEEA44;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 26px;
}
.about-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 154%;
  padding-right: 2px;
}
.about-text h2 {
  color: #FEEA44;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 26px;
  margin-top: -8px;
}

/* about */

.career-text {
  width: 100%;
  display: block;
  padding-top: 0px;
  margin-top: -30px;
}
.career-text h1 {
  font-size: 26px;
}
.career-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 138%;
  padding-right: 2px;
  padding-bottom: 0px;
}
.career-text h2 {
  font-size: 20px;
  margin-top: -8px;
}
.career-text button {
  border: none;
  background: none;
  float: right;
  color: #C60118;
  font-family: inherit;
  font-weight: bold;
  font-size: 12px;
  margin-top: -4px;
}

/* achievements */

.goals-text {
  display: block;
  width: 100%;
  padding-top: 5px;
}
.goals-text h1 {
  color: #FEEA44;
  font-weight: 600;
  font-size: 28px;
}
.goals-text p {
  color: #FFFFFF;
  opacity: 90%;
  font-weight: 100;
  font-size: 12px;
}
.goals-text img {
  width: 34%;
}
.goals-text input {
  display: block;
  background: #FEEA44;
  border: #FEEA44;
  border-radius: 1px;
  margin-top: 22px;
  color: #C60118;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 20px;
}

/* photo */

.photo-hd {
  width: 100%;
  display: block;
  padding-top: 20px;
}
.photo-hd h1 {
  color: #FFDE1B;
  font-weight: bold;
  font-size: 48px;
}
.photo-hd p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 150%;
  padding-top: 10px;
}

/* footer */

.footer-hd {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.footer-hd h1 {
  font-size: 74px;
    line-height: 68px;
    margin-top: -4px;
}
.footer-hd h1 span {
  letter-spacing: 2px;
  font-size: 90px;
  font-weight: 100;
}
.footer-text {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.footer-text h1 {
  font-weight: bold;
  font-size: 22px;
}
.ft-link a {
  font-weight: 200;
  font-size: 16px;
}
.social-footer {
  width: 82%;
  display: block;
  margin: 0 auto;
}
.social-footer h1 {
  font-weight: bold;
  font-size: 22px;
}
.social-links1 a img {
  width: 8%;
  margin-right: 12px;
}
.linee h2 {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 10px;
}
.top {
  position: fixed;
  bottom: 1.1rem;
  right: 2,1rem;
}
.top i {
  font-size: 20px;
  padding: 6px;
  border-radius: 0.5rem;
}
}

@media (min-width: 868px) and (max-width:991px) {
  .site-navbar .site-logo {
    width: 62%;
    margin-left: 0px;
    margin-top: -8px;
}
.text-white {
  color: #fff !important;
  font-size: 34px;
}
.header-hd h2 {
  color: #FFFFFF;
  font-size: 36px;
  margin-top: 0px;
}
}

@media (min-width: 992px) and (max-width:1199px) {
  .site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    top: 0;
    width: 100%;
    padding: 1rem;
/*
    background-image: url(images/rAHUL\ pIC\ eDIT.png);
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
*/
}

.site-navbar .site-logo {
  width: 44%;
  margin-left: 0px;
  margin-top: -8px;
}
.text-right {
  width: 72%;
  margin-top: -40px;
  text-align: center !important;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 6px;
  margin-right: 15px;
  padding: 7px 0px;
  font-size: 13px;
  color: #FFEF44 !important;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  font-family: 'Roboto';
  font-weight: 100;
  letter-spacing: 1px;
}

.header-hd {
  width: 100%;
  display: block;
  margin: 22px auto;
  padding-left: 0px;
}
.header-hd h2 {
  color: #FFFFFF;
  font-size: 40px;
}
.header-text {
  width: 50%;
  display: inline-flex;
}
.header-text h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 100px;
  font-family: 'Roboto';
  line-height: 100%;
  letter-spacing: -4px;
}
.other {
  padding-top: 40px;
  padding-left: 12px;
}
.other h3 {
  background: #4E7A72;
  border-radius: 16px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-family: 'Roboto';
  font-size: 16px;
  width: 84%;
  padding: 10px 12px;
}
.other img {
  margin-top: 62px !important;
  margin-left: -60px;
  width: 86% !important;
}
.header-hd img {
  width: 46%;
  display: block;
  margin-top: 10px;
}
.header-hd p {
  color: #FFFFFF;
  font-family: inherit;
  letter-spacing: 1px;
  padding-top: 24px;
  font-size: 16px;
}
.social-icons a img {
  width: 6%;
  display: inline-block;
  padding-bottom: 15%;
  margin-right: 34px;
}

/* about */

.about-text {
  width: 100%;
  display: block;
  padding-top: 0px;
}
.about-text h1 {
  color: #FEEA44;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 28px;
}
.about-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 154%;
}
.about-text h2 {
  color: #FEEA44;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 22px;
  margin-top: -8px;
}

/* career */

.career-text {
  width: 100%;
  display: block;
  padding-top: 0px;
}
.career-text h1 {
  font-size: 28px;
}
.career-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 154%;
}
.career-text h2 {
  font-size: 22px;
  margin-top: -8px;
}

/* achievements */

.goals-text {
  display: block;
  width: 100%;
  padding-top: 30px;
}
.goals-text h1 {
  color: #FEEA44;
  font-weight: 600;
  font-size: 40px;
}
.goals-text p {
  color: #FFFFFF;
  opacity: 90%;
  font-weight: 100;
  font-size: 13px;
}

/* photo */

.photo-hd {
  width: 100%;
  display: block;
  padding-top: 24px;
}
.photo-hd h1 {
  color: #FFDE1B;
  font-weight: bold;
  font-size: 64px;
}
.photo-hd p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 140%;
  padding-top: 12px;
}

/* footer */

.footer-hd {
  display: block;
  margin: 0 auto;
  width: 86%;
}
.footer-hd h1 {
  font-weight: 600;
  margin-top: 8px;
  font-size: 76px;
  line-height: 70px;
  letter-spacing: -4px;
}
.footer-text h1 {
  font-weight: bold;
  font-size: 25px;
}
.ft-link a {
  font-weight: 200;
  font-size: 16px;
}
.social-footer h1 {
  font-weight: bold;
  font-size: 25px;
}
}

@media (min-width: 1054px) and (max-width:1199px) {
  .site-navbar .site-logo {
    width: 44%;
    margin-left: 0px;
    margin-top: -8px;
}
}

@media (min-width: 1150px) and (max-width:1199px) {
  .site-navbar .site-logo {
    width: 44%;
    margin-left: 0px;
    margin-top: -8px;
}
.text-right {
  width: 96%;
  margin-top: -40px;
  text-align: left !important;
  padding-left: 26px;
}
}

@media (min-width: 320px) and (max-width: 767px) {
  .site-navbar {
    padding-top: 1rem;
    padding-bottom: 0rem;
/*    background-image: url(images/Mask\ Group\ 1.png);*/
}

.site-navbar .site-logo {
  width: 134%;
  margin-left: 0px;
  z-index: 1;
  margin-top: -8px;
}

.text-blog {
  margin-top: -42px !important;
}

.text-right {
  width: 100%;
  margin-top: -116px;
  text-align: right !important;
}
.text-white {
  color: #fff !important;
  margin-right: -16px;
}

.header-hd {
  width: 100%;
  display: block;
  margin: 0;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 40px;
  padding-left: 0;
}
.header-hd h2 {
  color: #FFFFFF;
  font-size: 24px;
}
.header-text {
  width: 50%;
  display: inline-flex;
}
.header-text h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 52px;
  font-family: 'Roboto';
  line-height: 100%;
  letter-spacing: -3px;
}
.other {
  padding-top: 16px;
  padding-left: 7px;
}
.other h3 {
  background: #4E7A72;
  border-radius: 9px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-family: 'Roboto';
  font-size: 11px;
  width: 100%;
  padding: 8px 12px;
}
.other img {
  margin-top: 50px !important;
  margin-left: -28px;
  width: 56% !important;
}
.header-hd img {        
    width: 48%;
        display: block;
        /* margin-top: -20px; */
}
.header-hd p {
  color: #FFFFFF;
  font-family: inherit;
  letter-spacing: 1px;
  padding-top: 24px;
  font-size: 9px;
}
.social-icons {
        margin-top: 28px;
}
.social-icons a img {
  width: 7%;
  display: inline-block;
  padding-bottom: 10%;
  margin-right: 14px;
}
    
    .hd-bc {
    width: 100%;
    display: block;
    margin-top: -46px;
    margin-bottom: 16px;
}

/* about */

.about-l {
  display: none;
}
.about-m {
  display: block;
}
.about {
  background: #003C32;
  padding: 18px 0px;
}
.about-text {
  width: 100%;
  display: block;
  padding-top: 0px;
}
.about-text h1 {
  color: #FEEA44;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 28px;
}
.about-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 154%;
  padding-right: 3px;
}
.about-text h2 {
  color: #FEEA44;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 22px;
  margin-top: 0px;
}

/* career */

.career-text {
  width: 100%;
  display: block;
  padding-top: 0px;
}
.career-text h1 {
  font-size: 28px;
}
.career-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 154%;
  padding-right: 3px;
}
.career-text h2 {
  font-size: 22px;
  margin-top: 0px;
}
.career-img {
  padding-top: 22px;
}

/* achievements */

.goals-text {
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 22px;
}
.goals-text h1 {
  color: #FEEA44;
  font-weight: 600;
  font-size: 30px;
}
.goals-text p {
  color: #FFFFFF;
  opacity: 90%;
  font-weight: 100;
  font-size: 12px;
}
.goals-text input {
  display: block;
  background: #FEEA44;
  border: #FEEA44;
  border-radius: 1px;
  margin-top: 22px;
  color: #C60118;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 20px;
}

/* photo */

.photo-img {
  display: none;
}

.photo-hd {
  width: 100%;
  display: block;
  padding-top: 0px;
  text-align: center;
}
.photo-hd h1 {
  color: #FFDE1B;
  font-weight: bold;
  font-size: 68px;
  line-height: 100%;
}
.photo-hd p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 140%;
  padding-top: 12px;
}

/* footer */

.footer-hd {
  display: block;
  width: 100%;
  float: left;
}
.footer-hd h1 {
  font-weight: 600;
  margin-top: -16px;
  font-size: 72px;
  line-height: 69px;
  letter-spacing: -4px;
}
.footer-text h1 {
  color: #FFDE1B;
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 0px;
  padding-top: 18px;
}
.footer-hd h1 span {
  letter-spacing: 4px;
  font-size: 67px;
  font-weight: 100;
}
.social-footer h1 {
  font-weight: bold;
  font-size: 26px;
}
.social-links1 a img {
  width: 10%;
  margin-right: 8px;
}
.footer-text {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.social-footer {
  width: 60%;
  display: block;
  padding-top: 10px;
  margin-bottom: 2px;
  float: right;
}
.linee {
  width: 100%;
  margin-top: -38px;
}
.linee h2 {
  text-align: center;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 10px;
}
.top {
  position: fixed;
  bottom: 1.1rem;
  right: 2,1rem;
}
.top i {
  font-size: 18px;
  padding: 5px;
  border-radius: 0.5rem;
}
}

@media (min-width: 356px) and (max-width: 767px) {
  .site-navbar .site-logo {
    width: 152%;
    margin-left: 0px;
    z-index: 1;
    margin-top: -8px;
}
.text-right {
  width: 100%;
  margin-top: -160px;
  text-align: right !important;
}
.header-hd {
        width: 80%;
        margin-top: 20px;
}

.about-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 154%;
  padding-right: 10px;
}

.career-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 154%;
  padding-right: 10px;
}
}

@media (min-width: 392px) and (max-width: 767px) {
  .site-navbar .site-logo {
    width: 130%;
    margin-left: 0px;
    z-index: 1;
    margin-top: -8px;
}
.header-hd {
        width: 100%;
        margin-top: 20px;
}
        .header-hd h2 {
        color: #FFFFFF;
        font-size: 32px;
    }
        .header-text h1 {
        font-size: 84px;
    }
        .other h3 {
        font-size: 14px;
    }
        .other img {
        margin-top: 14px !important;
        margin-left: 6px;
        width: 96% !important;
    }
        .header-hd img {
        width: 48%;
        display: block;
        margin-top: 0px;
    }
        .header-hd p {
        font-size: 14px;
    }
        .social-icons {
        margin-top: 16px;
    }
}

@media (min-width: 398px) and (max-width: 767px){


  .footer-hd {
    display: block;
    width: 78%;
    float: left;
  }
  .social-links1 a img {
    width: 7%;
    margin-right: 13px;
  }
  }

@media (min-width: 432px) and (max-width: 767px) {
  .site-navbar .site-logo {
    width: 114%;
    margin-left: 0px;
    z-index: 1;
    margin-top: -8px;
}
/*
.header-text h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 61px;
  font-family: 'Roboto';
  line-height: 100%;
  letter-spacing: -3px;
}
.other img {
  margin-top: 20px !important;
  margin-left: -15px;
  width: 100% !important;
}
*/
.header-hd {
  width: 85%;
}

.about-text {
  width: 85%;
  display: block;
  padding-top: 0px;
}

.career-text {
  width: 85%;
  display: block;
  padding-top: 0px;
}

.goals-text h1 {
  color: #FEEA44;
  font-weight: 600;
  font-size: 38px;
}
.goals-text input {
  display: block;
  background: #FEEA44;
  border: #FEEA44;
  border-radius: 1px;
  margin-top: 22px;
  color: #C60118;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 28px;
}
}

@media (min-width: 452px) and (max-width: 767px) {
  .social-footer {
    width: 49%;
    display: block;
    padding-top: 10px;
    margin-bottom: 2px;
    float: right;
  }
  .social-links1 a img {
    width: 8%;
    margin-right: 14px;
  }
  }

@media (min-width: 470px) and (max-width: 767px) {
  .site-navbar .site-logo {
    width: 95%;
    margin-left: 0px;
    z-index: 1;
    margin-top: -8px;
}
.header-hd {
  width: 80%;
}
    
        .other img {
        margin-top: 14px !important;
        margin-left: 6px;
        width: 100px !important;
    }

.goals-text p {
  color: #FFFFFF;
  opacity: 90%;
  font-weight: 100;
  font-size: 14px;
}
}

@media (min-width: 559px) and (max-width: 767px) {
  .site-navbar .site-logo {
    width: 83%;
    margin-left: 0px;
    z-index: 1;
    margin-top: -8px;
}
.text-right {
  width: 100%;
  margin-top: -186px;
  text-align: right !important;
}
.header-hd {
  width: 75%;
}
/*
.header-hd h2 {
  color: #FFFFFF;
  font-size: 38px;
}
.header-text h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 92px;
  font-family: 'Roboto';
  line-height: 100%;
  letter-spacing: -3px;
}
.other {
  padding-top: 42px;
  padding-left: 7px;
}
.other img {
  margin-top: 32px !important;
  margin-left: -31px;
  width: 100% !important;
}
.header-hd p {
  color: #FFFFFF;
  font-family: inherit;
  letter-spacing: 1px;
  padding-top: 24px;
  font-size: 14px;
}
.social-icons a img {
  width: 7%;
  display: inline-block;
  padding-bottom: 10%;
  margin-right: 26px;
}
*/

.about-text {
  width: 74%;
  display: block;
  padding-top: 0px;
}
.about-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 154%;
  padding-right: 10px;
}

.career-text {
  width: 74%;
  display: block;
  padding-top: 0px;
}
.career-text p {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 154%;
  padding-right: 10px;
}

.goals-text {
  display: block;
  width: 90%;
  padding-top: 0px;
  padding-bottom: 22px;
}
.goals-text h1 {
  color: #FEEA44;
  font-weight: 600;
  font-size: 44px;
}
}

@media (min-width: 600px) and (max-width: 767px) {
/*
  .header-hd {
    width: 63%;
    display: block;
    margin: 0;
    margin-left: 230px;
    padding-top: 26px;
    padding-bottom: 314px;
    padding-left: 0;
}
*/
}

@media (min-width: 700px) and (max-width: 767px) {
  .site-navbar .site-logo {
    width: 95%;
    margin-left: 0px;
    z-index: 1;
    margin-top: -8px;
}
.text-white {
  color: #fff !important;
  margin-right: -72px;
  font-size: 38px;
}
/*
.header-hd {
  width: 63%;
  display: block;
  margin: 0;
  margin-left: 280px;
  padding-top: 26px;
  padding-bottom: 472px;
  padding-left: 0;
}
*/
}


/* slider */

/* body {
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; 
  margin: 0; 
  overflow: hidden; 
} */

/* Slider Container */
.slider-container {
  position: relative;
  width: 80%;
  max-width: 1000px;
  height: auto;
  perspective: 1000px;
  margin: 40px auto;
}

/* Slider */
.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  position: relative;
  transition: transform 1s ease-in-out;
  width: 100%;
  height: 400px;
}

/* Slide */
.slide {
  position: absolute;
  width: 40%;
  height: 82%;
  opacity: 0.6;
  transform-origin: center;
  backface-visibility: hidden;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 1s, opacity 1s;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide.active {
  transform: translateZ(300px);
  opacity: 1;
}

.slide:nth-child(1) {
  transform: translateX(-150px) rotateY(30deg);
}
.slide:nth-child(2) {
  transform: translateZ(300px);
}
.slide:nth-child(3) {
  transform: translateX(150px) rotateY(-30deg);
}

/* Captions */
.caption {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 0;
}

/* Navigation Buttons */
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.prev-btn {
  left: -60px;
}

.next-btn {
  right: -60px;
}

.prev-btn:hover,
.next-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Responsive Design */
@media (min-width: 768px) and (max-width:991px) {
  .slider-container {
    width: 78%;
  }

  .slide {
    width: 90%;
  }

  .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 1s ease-in-out;
    width: 65%;
    height: 350px;
}

  /* .prev-btn,
  .next-btn {
    width: 40px;
    height: 40px;
    left: -40px;
    right: -40px;
  } */
}

@media (min-width: 800px) and (max-width:991px) {
  .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 1s ease-in-out;
    width: 62%;
    height: 350px;
}
}

@media (min-width: 992px) and (max-width:1200px) {
  .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 1s ease-in-out;
    width: 100%;
    height: 320px;
}
}

@media (min-width: 320px) and (max-width:767px) {
  .photo {
    background: #003C32;
    padding-bottom: 30px;
    overflow: hidden;
}
  .slider-container {
    position: relative;
    width: 58%;
    max-width: 1000px;
    height: auto;
    perspective: 1000px;
    margin: -80px auto;
}
  .slide {
    position: absolute;
    width: 100%;
    height: 50%;
    opacity: 0.6;
    transform-origin: center;
    backface-visibility: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 1s, opacity 1s;
}
}

@media (min-width: 420px) and (max-width:767px) {
  .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 1s ease-in-out;
    width: 100%;
    height: 486px;
}
}

@media (min-width: 500px) and (max-width:767px) {
  .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 1s ease-in-out;
    width: 100%;
    height: 588px;
}
}

@media (min-width: 620px) and (max-width:767px) {
  .slider-container {
    position: relative;
    width: 58%;
    max-width: 1000px;
    height: auto;
    perspective: 1000px;
    margin: -162px auto;
}
.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  position: relative;
  transition: transform 1s ease-in-out;
  width: 100%;
  height: 738px;
}
}


/* blog page */

.blog p img{
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}
