#map {
  width: 100%;
  height: 300px;
  z-index: 100;
}

* {
  font-family: "Sora" !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
html,
body {
  font-family: "Sora";
  padding: 0;
  margin: 0;
}

button {
  outline: none !important;
}
.marginzero {
  margin-bottom: 0 !important;
}
.desktop-menu .call {
  font-size: 16px;
  color: #f5f5f5;
}
/* .bgtwo {
  background: linear-gradient(to bottom, white 50%, #f1f8ff 50%);
  width: 100%;
  height: 500px;
} */

.image {
  margin-top: 0;
}

.vertical-divider {
  height: 24px;
  width: 1px;
  background-color: #f5f5f5;
}

.desktop-menu .vertical-divider {
  height: 24px;
  width: 1px;
  background-color: #f5f5f5;
}
.career-padding {
  padding-left: 35px;
  padding-right: 10px;
}
.nav-link:hover {
  /* color: #0047bb !important; */
  text-decoration: underline;
}

.bg-primary {
  background-color: #0047bb !important;
}

.get-app {
  background-color: #0047bb !important;
  border: 1px solid #0047bb !important;
  color: white;
}

.get-app:hover {
  background-color: white !important;
  color: #0047bb !important;
  border: 1px solid #0047bb !important;
}

.desktop-menu .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: white;
}
video {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  object-fit: cover;
}

.video-container {
  position: relative;
}
.imgSize {
  height: 80px;
}
.imgSize1 {
  width: 100px !important;
  height: 60px !important;
}
.imgSize2 {
  width: 50% !important;
  height: auto !important;
  margin: auto;
  display: block;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 6px !important;
  right: 0;
  z-index: 100 !important;
  background-color: rgba(0, 0, 0, 0.5);
  /* background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0),
    rgba(51, 51, 51, 1)
  ); */
}
.video-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0 !important;
  right: 0;
  z-index: 40 !important;
  background-color: rgba(0, 0, 0, 0.5);
  /* background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0),
    rgba(51, 51, 51, 1)
  ); */
}

/* .video-content {
  padding-left: 10%;
} */

/* .video-content .hashtag {
  font-family: "poppins";
  font-size: 25px;
  color: white;

} */

.page-headings {
  font-family: "Poppins" !important;
}

.video-content {
  margin-left: 10%;
}

.video-content .header {
  font-family: "Poppins" !important;
  font-size: 46px;
  color: white;
  line-height: 1.3em;
  font-weight: 600 !important;
}

.description {
  font-family: "Sora";
  font-size: 24px;
  color: white;
  font-weight: 400;
  line-height: 1.3em;
}

.lh-extra {
  line-height: 1.3em;
}

.heading-1 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}

.heading-2 {
  font-family: "Poppins" !important;
  /* font-size: 28px; */
  color: #222222;
  font-weight: 600;
}

svg {
  stroke: transparent;
  stroke-width: 0px;
}

.heading-3 {
  font-size: 20px;
  color: #666666;
  font-weight: 600;
}

.section-description {
  font-family: "Sora";
  font-size: 16px;
  font-weight: 400;
  color: #606060;
}

.heading-11 {
  font-size: 40px;
}

.horizontal-divider {
  width: 20px;
  height: 2px;
  background-color: #0047bb;
  margin: 0 auto;
}

.loading,
.mob-loading,
#alert-box,
#mob-alert-box {
  display: none;
}

form .form-control {
  height: 52px;
  border-color: #e7e7e7;
  border-radius: 0px;
  outline: none !important;
}

form .form-group {
  outline: none !important;
}
.ftFontSize {
  font-size: 0.7rem !important;
}
.form-select {
  background: url("../images/caret-down-fill.svg") no-repeat calc(100% - 10px) !important;
  /* -webkit-appearance: none !important; */
  background-color: white !important;
}

option {
  font-family: "Titillium Web" !important;
}
.custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #004fbb;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}
/* .owl-prev.custom-nav {
  left: -50px;
}
.owl-next.custom-nav {
  right: -50px;
} */
.input-group .input-group-text {
  border-color: #e7e7e7;
  border-radius: 0px;
}

.input-group .input-group-text {
  height: 52px;
  border: 1px solid #ced4da !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  background-color: transparent !important;
}

.avatar {
  vertical-align: top;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.imggptw {
  width: 100%;
  height: 100px;
}
.member-name {
  font-weight: 700;
  color: #333333;
  font-size: 20px;
}

.member-designation,
.member-study {
  font-weight: 600;
  color: #666666;
  font-size: 16px;
}

.member-description {
  font-weight: 400;
  color: #333333;
  font-size: 18px;
}

.custom-modal {
  max-width: 50% !important;
}

.border-right {
  border-right: 2px dotted #e7e7e7;
}

.btn:focus {
  box-shadow: none !important;
}
.height80 {
  width: 100% !important;
  height: 80px !important;
}
.active {
  color: #0047bb;
}

@media (max-width: 480px) {
  .video-content {
    margin-left: 16px;
    text-align: left !important;
  }

  .video-content .header {
    font-family: "Poppins" !important;
    font-size: 20px !important;
    color: white;
    line-height: 1.3em;
  }

  .description {
    font-family: "Sora";
    font-size: 14px !important;
    color: white;
    line-height: 1.3em;
  }
}

@media (max-width: 967.98px) {
  .padLeft {
    padding: 0 30px !important;
  }
  .padLeft1 {
    padding: 0 60px !important;
  }
}
@media (max-width: 767.98px) {
  .custom-modal {
    max-width: 100% !important;
  }

  .padzero {
    padding-left: 14px !important;
  }
  .video-container {
    padding-top: 50px !important;
  }

  .video-content {
    padding-top: 50px;
  }

  /* .video-content .hashtag {
    font-family: "Roboto Condensed";
    font-size: 14px;
    color: white;
  } */
  .custom-nav {
    width: 30px;
    height: 30px;
  }

  .video-content .header {
    font-family: "Poppins" !important;
    font-size: 30px;
    color: white;
    line-height: 1.3em;
  }

  .description {
    font-family: "Sora";
    font-size: 20px;
    color: white;
    line-height: 1.3em;
  }

  .heading-1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
  }

  .heading-2 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
  }

  .heading-3 {
    font-size: 20px;
    color: #666666;
    font-weight: 600;
  }
  .psmall {
    padding-top: 10px;
  }
  .txtcentermob {
    text-align: center !important;
  }
  .heading-11 {
    font-size: 18px;
  }

  iframe {
    height: 300px;
    margin-bottom: 16px;
  }

  .text-align {
    text-align: center;
  }

  .text-align-left {
    text-align: left !important;
  }

  .capital-img {
    height: 50px;
  }
  .capital-img1 {
    height: 90px;
  }

  #map {
    margin-bottom: 20px !important;
  }
}

.btn-padding {
  padding: 0 1px !important;
}
.mobicon-padding {
  padding-left: 2px !important;
  padding-right: 6px !important;
}
.btn-primary {
  background-color: #0047bb !important;
  border: 0px !important;
}

.fs-1 {
  font-size: 3rem !important;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-family: "VideoJS" !important;
}
