@import url(bootstrap.min.css);
@import url(video-js.css);
@font-face {
  font-family: "SFUIDisplay-Black";
  src: url("fonts/SFUIDisplay-Black.eot");
  /* IE9 Compat Modes */
  src: url("fonts/SFUIDisplay-Black.eot?#iefix") format("embedded-opentype"), url("fonts/SFUIDisplay-Black.woff2") format("woff2"), url("fonts/SFUIDisplay-Black.woff") format("woff"), url("fonts/SFUIDisplay-Black.ttf") format("truetype"), url("fonts/SFUIDisplay-Black.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-display: swap; }
@font-face {
  font-family: "SFUIDisplay-Bold";
  src: url("fonts/SFUIDisplay-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/SFUIDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/SFUIDisplay-Bold.woff2") format("woff2"), url("fonts/SFUIDisplay-Bold.woff") format("woff"), url("fonts/SFUIDisplay-Bold.ttf") format("truetype"), url("fonts/SFUIDisplay-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-display: swap; }
@font-face {
  font-family: "SFUIDisplay-Light";
  src: url("fonts/SFUIDisplay-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/SFUIDisplay-Light.eot?#iefix") format("embedded-opentype"), url("fonts/SFUIDisplay-Light.woff2") format("woff2"), url("fonts/SFUIDisplay-Light.woff") format("woff"), url("fonts/SFUIDisplay-Light.ttf") format("truetype"), url("fonts/SFUIDisplay-Light.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-display: swap; }
@font-face {
  font-family: "SFUIDisplay-Medium";
  src: url("fonts/SFUIDisplay-Medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/SFUIDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/SFUIDisplay-Medium.woff2") format("woff2"), url("fonts/SFUIDisplay-Medium.woff") format("woff"), url("fonts/SFUIDisplay-Medium.ttf") format("truetype"), url("fonts/SFUIDisplay-Medium.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-display: swap; }
@font-face {
  font-family: "SFUIDisplayRegular";
  src: url("fonts/SFUIDisplayRegular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/SFUIDisplayRegular.eot?#iefix") format("embedded-opentype"), url("fonts/SFUIDisplayRegular.woff2") format("woff2"), url("fonts/SFUIDisplayRegular.woff") format("woff"), url("fonts/SFUIDisplayRegular.ttf") format("truetype"), url("fonts/SFUIDisplayRegular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-display: swap; }
@font-face {
  font-family: "SFUIDisplay-Semibold";
  src: url("fonts/SFUIDisplay-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/SFUIDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/SFUIDisplay-Semibold.woff2") format("woff2"), url("fonts/SFUIDisplay-Semibold.woff") format("woff"), url("fonts/SFUIDisplay-Semibold.ttf") format("truetype"), url("fonts/SFUIDisplay-Semibold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-display: swap; }
.job-post-2 .job-head-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.msg-container .success-mg-container .icon-sec {
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }

body {
  font-size: 16px;
  font-family: "SFUIDisplayRegular";
  overflow-x: hidden; }

img {
  max-width: 100%; }

button:focus,
a:focus {
  outline: 0; }

ul {
  padding: 0;
  margin: 0; }

body.privacy .inner-page,
body.terms-condition .inner-page {
  padding-top: 0; }

.headers-top .button-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end; }

.headers-top {
  padding: 10px 0;
  background: url(../images/body-bg.avif);
  background-size: cover;
  background-repeat: no-repeat; }

.headers-top .button-wrapper button {
  background: #000;
  padding: 9px 46px;
  color: #fff;
  border: transparent;
  border-radius: 10px;
  font-size: 18px;
  transition: all .2s;
  -webkit-transition: all .2s;
  font-family: 'SFUIDisplay-Medium'; }

.headers-top .button-wrapper button:hover {
  background: #333;
  transition: .5s;
  box-shadow: 0px 15px 20px #e4e8eb;
  transform: translateY(-7px); }

::-webkit-input-placeholder,
:-ms-input-placeholder {
  color: #818381;
  font-size: inherit; }

::placeholder {
  font-size: inherit;
  color: #818381; }

.modal-dialog.pop-up h5 {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize; }
  @media (max-width: 480px) {
    .modal-dialog.pop-up h5 {
      font-size: 20px; } }

.pop-up .modal-header {
  flex-direction: column;
  padding: 0 1rem;
  border-bottom: 0; }

.pop-up .modal-body {
  z-index: -1; }

.wrapper-inner-popup {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.pop-up .modal-content {
  border-radius: 10px;
  border: none; }

.modal-dialog.pop-up .modal-header button {
  background: transparent;
  border: none;
  position: absolute;
  bottom: -15px; }

.modal-dialog.pop-up .modal-header button span {
  cursor: pointer; }

.modal.show .modal-dialog.pop-up .modal-content span {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100px;
  position: relative;
  top: -15px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-shadow: 2px 2px 6px #d1d1d1;
  padding: 10px; }

.modal-dialog.pop-up {
  position: fixed;
  top: 35%;
  left: 35%;
  transform: translate(-50%, -50%);
  width: 50%; }
  @media (max-width: 1024px) {
    .modal-dialog.pop-up {
      left: 26%; } }
  @media (max-width: 480px) {
    .modal-dialog.pop-up .modal-dialog.pop-up {
      width: 90%;
      left: 15px; } }

@media (max-width: 980px) {
  .footer-section {
    margin-top: 80px; } }
@media (max-width: 767px) {
  .footer-section {
    margin-top: 0; } }

.email-address h3 {
  font-size: 20px; }

.email-address p {
  font-size: 16px; }

.contactus-page {
  background: url(../images/thankbg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh; }
  @media (max-width: 767px) {
    .contactus-page {
      height: auto; } }

.contactus {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 73vh; }
  @media (max-width: 767px) {
    .contactus {
      height: auto; } }
  @media (max-width: 480px) {
    .contactus {
      padding: 30px 0 0; } }

.contactus h2 {
  font-weight: 900;
  font-size: 35px;
  font-family: 'SFUIDisplay-Medium'; }
  @media (max-width: 980px) {
    .contactus h2 {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .contactus h2 {
      padding-top: 0; } }
  @media (max-width: 414px) {
    .contactus h2 {
      font-size: 30px; } }

.contactus p {
  font-family: "SFUIDisplayRegular";
  font-size: 20px; }

::placeholder {
  font-size: 18px;
  font-family: "SFUIDisplayRegular"; }

.contactus h3 {
  font-weight: 700;
  font-family: 'SFUIDisplay-Medium'; }

.contactus .button-wrapper {
  width: calc(100% - 30px);
  float: left;
  margin-right: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .contactus .button-wrapper {
      width: 100%;
      margin-right: 0; } }

.contactus-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

.contactus .email-address span {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  position: absolute;
  top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005464;
  left: 0;
  right: 0;
  margin: auto; }

.contactus .email-address a {
  color: #222;
  text-decoration: none; }

.contactus .email-address {
  width: 100%;
  border: 1px solid #f5f5f5;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  padding: 48px 10px 42px;
  box-shadow: 0 0 30px 0 #eaeaea80;
  position: relative; }
  @media (max-width: 767px) {
    .contactus .email-address {
      margin: 100px auto 50px; } }

.contactus .button-wrapper button {
  background: #009DAF;
  color: #fff;
  border-radius: 10px;
  padding: 14px 60px;
  font-size: 1.05em;
  font-family: 'SFUIDisplay-Medium';
  display: inline-block;
  border: 0;
  transition: .5s; }

.contactus .button-wrapper button:hover {
  background: #017481;
  transition: .5s;
  box-shadow: 0px 15px 20px #e4e8eb;
  transform: translateY(-7px); }

.contactus .form-control .control {
  width: calc(50% - 30px);
  margin: 10px 30px 10px 0;
  float: left; }
  @media (max-width: 980px) {
    .contactus .form-control .control {
      width: 100%;
      margin: 10px 0 10px 0; } }

.contactus .form-control {
  width: 100%;
  float: left;
  border: none !important;
  padding: 0 !important;
  background: transparent; }

.form-control .control input {
  color: #2e2e36;
  width: 100%;
  height: 65px;
  background: #f4f4f5;
  border: 2px solid transparent;
  padding: 10px 25px;
  margin-bottom: 4px;
  border-radius: 5px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 16px !important; }

.form-control .control.message {
  width: calc(100% - 30px);
  float: left; }
  @media (max-width: 980px) {
    .form-control .control.message {
      width: 100%;
      margin: 10px 0 10px 0; } }

.form-control .control.message textarea {
  width: 100%;
  background: #f4f4f5;
  border: 2px solid transparent;
  padding: 10px 25px;
  border-radius: 5px;
  min-height: 100px;
  resize: none; }

.logos {
  padding: 30px 0; }

.home-wrapper {
  background: #f6f6f6;
  min-height: 100vh;
  padding-top: 35px;
  background-size: cover;
  overflow-x: hidden; }

.home-container {
  min-height: 85vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center; }
  @media only screen and (max-width: 767px) {
    .home-container .row {
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; } }
  .home-container .home-sec-left h1 {
    color: #000000;
    margin-top: 27px;
    margin-bottom: 90px;
    font-size: 2.4rem;
    font-family: "SFUIDisplay-Light"; }
    .home-container .home-sec-left h1 span {
      font-family: "SFUIDisplay-Bold";
      color: #838383;
      text-transform: uppercase; }
      .home-container .home-sec-left h1 span:nth-child(2) {
        color: #f7a000; }
  .home-container .home-sec-left .btm-sec {
    margin-bottom: 25px; }
    .home-container .home-sec-left .btm-sec a {
      display: inline-block; }
      .home-container .home-sec-left .btm-sec a:not(:last-child) {
        margin-right: 20px; }
      .home-container .home-sec-left .btm-sec a img {
        max-width: 53px;
        border-radius: 7px; }
    @media (max-width: 768px) {
      .home-container .home-sec-left .btm-sec {
        text-align: center; } }
  .home-container .home-sec-left .requestinviteform {
    margin-bottom: 38px;
    position: relative; }
    .home-container .home-sec-left .requestinviteform h4 {
      font-size: 18px;
      font-family: "SFUIDisplay-Semibold";
      color: #000; }
    .home-container .home-sec-left .requestinviteform label {
      color: red;
      font-size: 13px; }
      @media (min-width: 351px) {
        .home-container .home-sec-left .requestinviteform label {
          position: absolute;
          bottom: -21px; } }
      @media (max-width: 350px) {
        .home-container .home-sec-left .requestinviteform label {
          margin-bottom: -9px;
          display: block; } }
    .home-container .home-sec-left .requestinviteform > div {
      position: relative;
      width: 100%;
      max-width: 466px;
      margin-top: 15px; }
      .home-container .home-sec-left .requestinviteform > div input {
        width: 100%;
        border: 0;
        background: #e9e9e9;
        padding: 15px;
        outline: 0;
        border-radius: 5px;
        height: 50px;
        padding-right: 134px;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
        font-size: 17px; }
      .home-container .home-sec-left .requestinviteform > div button {
        background: #000;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        border-radius: 0 5px 5px 0;
        outline: 0;
        font-size: 17px;
        border: 0;
        width: 124px;
        font-family: "SFUIDisplay-Light";
        letter-spacing: 0.02em; }
        .home-container .home-sec-left .requestinviteform > div button:hover {
          opacity: 0.8; }

.mob-head {
  color: #000000;
  margin: 20px 0 15px 0;
  font-size: 2.6rem;
  font-family: "SFUIDisplay-Light"; }
  .mob-head .second {
    font-size: 1.15em; }
  .mob-head span {
    font-family: "SFUIDisplay-Bold";
    text-transform: uppercase;
    color: #f7a000;
    font-style: normal; }
    .mob-head span:nth-child(2) {
      font-style: italic;
      color: #838383; }

.home-sec-right .video-sec {
  background: url(../images/mobile-frame.png);
  position: relative;
  width: 330px;
  height: 547px;
  padding: 33px 40px 40px 51px;
  background-size: 100% 100%;
  margin: 0 auto; }
  .home-sec-right .video-sec::before {
    width: 127px;
    height: 35px;
    content: "";
    position: absolute;
    left: 50%;
    background: url(../images/notch.png);
    z-index: 5;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 51%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 33px; }
  .home-sec-right .video-sec .video-js {
    width: 236px;
    height: 470px;
    border-radius: 13px;
    overflow: hidden;
    border-radius: 28px;
    border-radius: 32px/23px; }
  .home-sec-right .video-sec .staus-bar {
    background: url(../images/status-bar.png);
    height: 30px;
    position: absolute;
    left: 0;
    z-index: 5;
    width: 265px;
    background-size: contain;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    top: 34px; }
  .home-sec-right .video-sec .vjs-control-bar {
    bottom: 0px;
    border-radius: 0 0 24px 24px; }
  .home-sec-right .video-sec .video-js .vjs-picture-in-picture-control {
    display: none !important; }
.home-sec-right .video-sec2 {
  background: url(../images/mobile-frame1.png);
  position: relative;
  width: 327px;
  height: 554px;
  padding: 33px 40px 40px 51px;
  background-size: 100% 100%;
  margin: 0 auto; }
  .home-sec-right .video-sec2 .vjs-poster {
    background-color: #f5f5f5 !important; }
  .home-sec-right .video-sec2 .video-js {
    width: 236px;
    height: 477px;
    border-radius: 13px;
    overflow: hidden;
    border-radius: 28px;
    border-radius: 19px 19px 25px 25px; }
  .home-sec-right .video-sec2 .staus-bar {
    background: url(../images/status-bar.png);
    height: 30px;
    position: absolute;
    left: 0;
    z-index: 5;
    width: 265px;
    background-size: contain;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    top: 34px; }
  .home-sec-right .video-sec2 .vjs-control-bar {
    bottom: 0px;
    border-radius: 0 0 24px 24px; }
  .home-sec-right .video-sec2 .video-js .vjs-picture-in-picture-control {
    display: none !important; }
.home-sec-right .content-sec {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 25px; }
  .home-sec-right .content-sec h4 {
    font-size: 19px;
    font-family: "SFUIDisplay-Bold";
    margin-bottom: 4px; }
  .home-sec-right .content-sec span {
    color: #848484;
    display: block;
    font-size: 13px; }

.video-js .vjs-big-play-button {
  border: 0;
  background: transparent !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  .video-js .vjs-big-play-button .vjs-icon-placeholder {
    background: url(../images/play-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
    border: 0;
    display: block;
    width: 66px;
    height: 46px;
    margin: 0 auto; }
    .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
      display: none; }

.footer-sec {
  padding: 20px 0;
  font-family: "SFUIDisplayRegular";
  font-size: 13px; }
  @media only screen and (min-width: 768px) {
    .footer-sec {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center; } }
  @media only screen and (max-width: 767px) {
    .footer-sec {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; } }
  .footer-sec span {
    color: #005464; }
    @media only screen and (max-width: 767px) {
      .footer-sec span {
        display: block;
        margin-top: 8px; } }
  .footer-sec a {
    color: #005464;
    text-decoration: none;
    display: inline-block; }
    .footer-sec a:not(:nth-child(1)) {
      margin-left: 20px; }
    .footer-sec a:hover {
      text-decoration: underline; }
  @media (max-width: 414px) {
    .footer-sec .footer-sec-right {
      text-align: center; } }

.msg-container {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .msg-container .msg-container-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .msg-container .success-mg-container {
    background: #fff;
    width: 100%;
    max-width: 435px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 57px 25px 30px 25px;
    text-align: center;
    position: relative;
    margin: 50px 15px; }
    .msg-container .success-mg-container h3 {
      font-family: "SFUIDisplay-Bold"; }
    .msg-container .success-mg-container p {
      color: #4e4e4e;
      font-size: 0.97em; }
    .msg-container .success-mg-container .msg-dismiss {
      background: #000;
      border-radius: 4px;
      padding: 9px 58px;
      color: #fff;
      text-transform: capitalize;
      cursor: pointer;
      margin-top: 11px;
      display: inline-block;
      font-size: 15px;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s;
      text-decoration: none; }
      .msg-container .success-mg-container .msg-dismiss:hover {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px); }
    .msg-container .success-mg-container .icon-sec {
      position: absolute;
      display: inline-block;
      width: 80px;
      height: 80px;
      font-size: 10px;
      top: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #fff;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-shadow: 0px 3px 55px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 3px 55px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 55px rgba(0, 0, 0, 0.1); }
      .msg-container .success-mg-container .icon-sec img {
        width: 35px; }

.loader {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loader.svg) center center #fff no-repeat; }

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 977px !important; } }
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1340px !important; }

  .home-container .home-sec-left h1 {
    font-size: 3rem; }

  .home-container .home-sec-left .btm-sec a img {
    max-width: 70px; }

  .home-container .home-sec-left .requestinviteform h4 {
    font-size: 21px; }

  .home-container .home-sec-left .requestinviteform > div {
    max-width: 535px; }

  .home-container .home-sec-left .requestinviteform > div input,
  .home-container .home-sec-left .requestinviteform > div button {
    height: 55px; }

  .home-container .home-sec-left .requestinviteform > div button,
  .home-container .home-sec-left .requestinviteform > div input {
    font-size: 19px; }

  .home-sec-right .video-sec .video-js {
    width: 268px;
    height: 530px;
    border-radius: 32px; }

  .home-sec-right .video-sec2 .video-js {
    width: 268px;
    height: 548px;
    border-radius: 20px; }

  .home-sec-right .video-sec {
    width: 371px;
    height: 617px;
    padding: 37px 44px 40px 56px; }

  .home-sec-right .video-sec2 {
    width: 369px;
    height: 633px;
    padding: 37px 44px 40px 56px; }

  .home-sec-right .content-sec h4 {
    font-size: 22px; }

  .home-sec-right .content-sec span {
    font-size: 15px; }

  .footer-sec {
    font-size: 17px; } }
@media (min-width: 992px) {
  .home-sec-right {
    margin-right: -44px; } }
@media (max-width: 767px) {
  .loader {
    background-size: 30px; }

  .home-container .home-sec-left h1,
  .mob-head {
    font-size: 2rem;
    max-width: 350px;
    margin: 15px auto; }

  .home-container .home-sec-left .btm-sec a img {
    max-width: 55px; }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100% !important; } }
@media (max-width: 768px) {
  .home-wrapper {
    padding-top: 15px; }

  .home-container .col-md-8,
  .home-container .col-md-4 {
    width: 100% !important; }
  .home-container .row {
    flex-direction: column-reverse; }

  .requestinviteform {
    margin-bottom: 20px; }

  .home-sec-right .content-sec {
    margin-bottom: 33px; }

  .home-sec-right .video-sec {
    margin-left: -6px; }

  .home-sec-right .video-sec2 {
    margin-left: -6px; } }
@media (max-width: 991px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100% !important; } }
@media (max-width: 420px) {
  .home-container .home-sec-left h1,
  .mob-head {
    font-size: 1.8rem;
    max-width: 286px; }
    .home-container .home-sec-left h1 .second,
    .mob-head .second {
      font-size: 1.2em; }

  .home-container .home-sec-left .requestinviteform > div input,
  .home-container .home-sec-left .requestinviteform > div button {
    font-size: 15px; }

  .home-container .home-sec-left .requestinviteform > div input,
  .home-container .home-sec-left .requestinviteform > div button {
    height: 45px; }

  .home-container .home-sec-left .requestinviteform > div button {
    width: 100px; }

  .home-container .home-sec-left .requestinviteform > div input {
    padding-right: 110px; }

  .home-container .home-sec-left .requestinviteform h4 {
    font-size: 16px; }

  .home-container .home-sec-left .btm-sec a img {
    max-width: 48px; }

  .home-container .home-sec-left .btm-sec a {
    margin-right: 15px; }

  .home-container .home-sec-left h1 {
    margin-bottom: 30px; } }
@media (max-width: 350px) {
  .home-container .home-sec-left h1 {
    font-size: 1.6rem; }

  .home-container .home-sec-left .requestinviteform > div input {
    padding: 15px; }

  .home-container .home-sec-left .requestinviteform > div {
    text-align: center; }

  .home-container .home-sec-left .requestinviteform > div button {
    position: relative;
    height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 15px; } }
.vjs-poster {
  background-size: cover; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  z-index: 88; }

.innerpage-forgot {
  min-height: calc(100vh - 200px);
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 25px 0; }

.forgot-form {
  max-width: 440px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  .forgot-form h3 {
    font-family: "SFUIDisplay-Medium";
    font-size: 25px;
    margin-bottom: 21px;
    text-align: center; }
  .forgot-form input {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 15px; }
    .forgot-form input:focus {
      border: 1px solid #000; }
  .forgot-form button {
    background: #009DAF;
    color: #fff;
    border-radius: 5px;
    outline: 0;
    font-size: 17px;
    border: 0;
    font-family: "SFUIDisplay-Light";
    letter-spacing: 0.02em;
    display: block;
    width: 100%;
    padding: 10px; }
    .forgot-form button:hover {
      opacity: 0.8; }

.requestinviteform .download-item a {
  display: inline-block;
  margin: 6px;
  margin-left: 0; }
.requestinviteform .download-item a {
  text-decoration: none; }
@media (max-width: 768px) {
  .requestinviteform .download-item {
    text-align: center;
    margin: 0 auto; } }

.job-post {
  background-color: #f9f9f9;
  margin-top: 30px;
  padding: 15px;
  border-radius: 15px; }
  .job-post .post-head .company-logo {
    width: 100px;
    height: 100px;
    background-color: #ccc;
    border: 4px solid #fff;
    box-shadow: 1px 2px 9px #f1f1f1; }

.job-detail .jobname {
  font-size: 28px;
  font-family: "SFUIDisplay-Bold";
  margin-top: 10px; }
.job-detail p {
  margin-bottom: 0px;
  font-size: 19px; }

.job-sec {
  padding-bottom: 0px; }
  .job-sec .page-sub-head {
    color: #0a0a0a;
    font-size: 18px;
    font-family: "SFUIDisplay-Medium";
    margin-bottom: 19px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 13px; }
  .job-sec p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
    margin-bottom: 26px; }
  .job-sec ul.list1 {
    margin-bottom: 26px; }
    .job-sec ul.list1 li {
      list-style-type: none;
      font-size: 16px;
      margin-bottom: 11px;
      display: flex;
      align-items: baseline; }
      @media only screen and (max-width: 420px) {
        .job-sec ul.list1 li {
          font-size: 16px; } }
      .job-sec ul.list1 li::before {
        font-family: "FontAwesome";
        content: "\f068";
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
        font-size: 10px;
        padding-right: 16px;
        color: #5c5c5c; }

.download-item-sec {
  padding: 50px 0px 50px 0px; }
  .download-item-sec h4 {
    font-family: "SFUIDisplay-Medium";
    font-size: 20px;
    margin-bottom: 20px;
    color: #005464; }
  @media only screen and (max-width: 768px) {
    .download-item-sec .appicon img {
      max-width: 133px; } }

.qr-sec {
  font-family: "SFUIDisplay-Medium"; }
  .qr-sec p {
    margin-left: 13px !important;
    font-size: 18px; }

.qr-sec::after {
  display: none !important; }

.btn-apply {
  margin: auto;
  display: block;
  color: #fff !important;
  padding: 10px 62px;
  font-size: 20px;
  border-radius: 8px;
  background: #0084e9; }
  @media only screen and (max-width: 420px) {
    .btn-apply {
      font-size: 16px !important; } }

.top-nav {
  padding: 30px 0px; }
  .top-nav .logo-show {
    max-width: 224px; }
    @media only screen and (max-width: 767px) {
      .top-nav .logo-show {
        max-width: 154px; } }

.link-transform {
  color: #000 !important;
  text-decoration: none !important; }
  .link-transform:hover {
    color: #000 !important; }

@media only screen and (max-width: 767px) {
  .drop .qr-text {
    display: none; } }
@media only screen and (max-width: 767px) {
  .drop .qr-icon {
    max-width: 50px; } }
.drop .dropdown-menu {
  background: #005464;
  padding: 11px;
  text-align: center;
  border-radius: 19px;
  padding-bottom: 30px;
  margin-top: 23px; }
  @media only screen and (max-width: 767px) {
    .drop .dropdown-menu {
      right: 0px !important;
      left: auto;
      width: 226px; } }
  .drop .dropdown-menu h3 {
    color: #fff;
    font-size: 22px;
    max-width: 200px;
    margin: auto;
    margin-bottom: 22px;
    padding-top: 19px; }
  .drop .dropdown-menu li {
    max-width: 318px;
    background: #005464;
    height: auto; }
    .drop .dropdown-menu li img {
      padding: 0px 23px; }

.back {
  font-family: "SFUIDisplay-Bold";
  color: #000;
  font-size: 16px;
  text-decoration: none; }

.company-head {
  padding: 34px;
  background: #F7F7F7;
  border-radius: 25px;
  margin-top: 28px;
  display: flex;
  justify-content: space-between !important;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .company-head {
      padding: 21px 10px; } }
  .company-head .left .compnay-logo {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    overflow: hidden; }
  .company-head .left .details {
    max-width: 408px; }
    .company-head .left .details h3 {
      font-family: "SFUIDisplay-Bold";
      margin-bottom: 2px;
      color: #000;
      font-size: 21px; }
      .company-head .left .details h3 a {
        color: #000;
        text-decoration: none; }
    .company-head .left .details p {
      margin-bottom: 6px;
      color: #000;
      font-size: 16px; }
    .company-head .left .details p.loaction {
      color: #616161;
      font-size: 16px;
      margin-bottom: 0px; }
  @media only screen and (max-width: 700px) {
    .company-head .right {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 14px; } }
  .company-head .right .visitwebsite-btn {
    background-color: #009DAF;
    color: #fff;
    padding: 8px 30px;
    border-radius: 7px;
    border: transparent; }
    @media only screen and (max-width: 420px) {
      .company-head .right .visitwebsite-btn {
        background-color: #009DAF;
        color: #fff;
        padding: 8px 18px;
        border-radius: 7px;
        border: transparent;
        font-size: 14px; } }
    .company-head .right .visitwebsite-btn span svg {
      width: 15px;
      position: relative;
      top: -2px; }
  .company-head .right ul.social-medias-icon {
    margin-top: 36px; }
    @media only screen and (max-width: 700px) {
      .company-head .right ul.social-medias-icon {
        margin-top: 0px; } }
    .company-head .right ul.social-medias-icon li {
      list-style-type: none;
      width: 36px;
      margin: auto;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 700px) {
        .company-head .right ul.social-medias-icon li svg {
          width: 20px !important; } }

.overview-sec {
  padding: 50px 50px;
  border-radius: 40px;
  border: 1px solid #e9e9e9;
  margin-top: 30px;
  margin-bottom: 25px; }
  .overview-sec .more-details-company {
    padding-top: 20px; }
  @media only screen and (max-width: 767px) {
    .overview-sec {
      padding: 21px 10px;
      border-radius: 22px; } }
  .overview-sec p {
    font-size: 16px;
    color: #000; }

.line-head {
  color: #0a0a0a;
  font-size: 18px;
  font-family: "SFUIDisplay-Medium";
  margin-bottom: 19px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px; }

.more-details-company p.de-label {
  color: #838383;
  margin-bottom: 4px; }
.more-details-company p.de-value {
  color: #000;
  font-family: "SFUIDisplay-Medium"; }

.recent-job-head {
  margin-bottom: 27px;
  font-size: 20px; }

.re-job-list {
  position: relative; }
  .re-job-list .owl-nav {
    position: absolute;
    right: 0px;
    top: -53px; }
    .re-job-list .owl-nav button {
      border: transparent;
      background: transparent; }
  .re-job-list .owl-dots {
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 17px; }
    .re-job-list .owl-dots .owl-dot {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: transparent;
      background: #DBDBDB;
      margin: 0px 3px; }
    .re-job-list .owl-dots .active {
      background: #4B4B4B; }

.other-jobs {
  border: 1px solid #D8D8D8;
  padding: 13px;
  margin: 0px 8px 0px 0px;
  border-radius: 8px; }
  .other-jobs .other-job-logo {
    height: 100px;
    width: 100px;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 1px 11px #cccccc54; }
  .other-jobs h3 {
    font-size: 19px;
    margin: 10px 0px;
    font-family: "SFUIDisplay-Medium";
    color: #000; }
  .other-jobs p.c-name {
    margin-bottom: 3px;
    color: #606060;
    font-size: 16px; }
  .other-jobs p.c-location {
    margin-bottom: 24px;
    color: #606060;
    font-size: 16px; }
  .other-jobs p.job-date {
    margin-bottom: 3px;
    color: #606060; }

@media only screen and (max-width: 415px) {
  .appicon-sec {
    text-align: center; }
    .appicon-sec img {
      margin-bottom: 10px; } }

@media only screen and (max-width: 420px) {
  .h2, h2 {
    font-size: 1.6rem; }

  h3 {
    font-size: 1.2rem !important; }

  p {
    font-size: 15px !important; } }
.mobile-video-job .video-sec2 {
  margin: auto; }
  @media only screen and (max-width: 337px) {
    .mobile-video-job .video-sec2 {
      position: relative;
      left: -11px; } }

.container-2 {
  max-width: 1140px !important; }

.full-time-icon {
  position: relative;
  top: -3px; }

.duration {
  text-align: right;
  margin-bottom: 3px;
  color: #7a7a7a; }
  @media only screen and (max-width: 480px) {
    .duration {
      text-align: center; } }

#social-drop {
  border: transparent;
  box-shadow: 1px 2px 7px #e5e5e5;
  border-radius: 9px;
  transition: all 0.1s ease-in-out; }
  @media only screen and (max-width: 767px) {
    #social-drop {
      right: 0px !important; } }
  #social-drop i {
    width: 20px; }
  #social-drop .opacity1 {
    opacity: .1 !important; }
  #social-drop li a:active {
    background-color: transparent !important; }

.job-post-2 {
  padding: 34px;
  background: #F7F7F7;
  border-radius: 30px; }
  @media only screen and (max-width: 480px) {
    .job-post-2 {
      padding: 41px 10px;
      background: #F7F7F7;
      border-radius: 17px; } }
  .job-post-2 .job-head-sec .logo-image {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    overflow: hidden; }
    @media only screen and (max-width: 1400px) {
      .job-post-2 .job-head-sec .logo-image {
        width: 80px;
        height: 80px; } }
    @media only screen and (max-width: 767px) {
      .job-post-2 .job-head-sec .logo-image {
        width: 70px;
        height: 70px; } }
  .job-post-2 .job-head-sec .job-head-details {
    padding: 0px 12px; }
    @media only screen and (max-width: 539px) {
      .job-post-2 .job-head-sec .job-head-details {
        max-width: calc(100% - 70px); } }
    .job-post-2 .job-head-sec .job-head-details h3.jobname {
      font-size: 20px;
      font-family: "SFUIDisplay-Bold";
      margin-bottom: 3px; }
      .job-post-2 .job-head-sec .job-head-details h3.jobname a {
        color: #000 !important;
        text-decoration: none;
        margin-right: 10px; }
      .job-post-2 .job-head-sec .job-head-details h3.jobname span {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: 100 !important;
        font-family: "SFUIDisplay-Medium"; }
      @media only screen and (max-width: 767px) {
        .job-post-2 .job-head-sec .job-head-details h3.jobname {
          font-size: 17px !important; } }
    .job-post-2 .job-head-sec .job-head-details .c-name {
      font-size: 17px;
      margin-bottom: 2px; }
      .job-post-2 .job-head-sec .job-head-details .c-name a {
        color: #000 !important;
        text-decoration: none; }
    .job-post-2 .job-head-sec .job-head-details .l-name {
      color: #4B4B4B;
      margin-bottom: 0px; }
  .job-post-2 .job-head-sec .share-sec-2 {
    align-items: end;
    justify-content: end; }
    .job-post-2 .job-head-sec .share-sec-2 .btn-share {
      background: #009DAF;
      padding: 7px 44px;
      border-radius: 10px;
      color: #fff;
      text-decoration: none;
      display: block; }
      @media only screen and (max-width: 480px) {
        .job-post-2 .job-head-sec .share-sec-2 .btn-share {
          background: #009DAF;
          padding: 10px 76px;
          border-radius: 10px;
          color: #fff;
          text-decoration: none;
          display: block; } }
    @media only screen and (max-width: 480px) {
      .job-post-2 .job-head-sec .share-sec-2 {
        align-items: center;
        justify-content: center;
        margin-top: 15px; } }

.job-description2 {
  border: 1px solid #efefef;
  padding: 27px 27px;
  border-radius: 29px;
  margin-top: 27px; }

@media only screen and (max-width: 768px) {
  .footer-bottom {
    margin-bottom: 38px; } }

.mobile-float-btn {
  position: fixed;
  background-color: #ffffffed;
  height: 60px;
  bottom: 0px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center; 
  z-Index:10000000000000 !important;
} 
  @media only screen and (min-width: 768px) {
    .mobile-float-btn{
      display: none ; } 
    
    

    }
    @media only screen and (max-width: 768px) {
      .idfc_qr {
      display: none !important;
    } }
  .mobile-float-btn .mobile-apply-btn {
    background-color: #009DAF;
    padding: 10px 47px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px; }

.l_blue_colr_b {
  background-color: #009DAF !important; }

.download-item-sec a img {
  max-width: 160px; }
.lernbox img{
  background-color: #ebeeef;
  image-rendering: pixelated !important;
}
/*# sourceMappingURL=style.css.map */
