.header-text {
    margin-bottom: 0px !important;
  }
  
  #logo {
  
    display: none;
  }
  
  @media screen and (max-width: 650px) {
    .mobile-logo {
      display: block !important;
      max-width: 180px;
      min-width: 180px;
    }
  }
  
  @media screen and (min-width: 650px) {
    .desktop-logo {
      display: block !important;
      max-width: 180px;
      min-width: 180px;
    }
  }
  
  .badge {
    font-weight: 400;
    margin-left: 0.5rem;
    padding: 0px 0.6rem;
    border-radius: 40px;
    color: var(--color-navy);
    background-color: #FFD300;
    font-size: 11px;
    height: 15px;
    margin-top: 5px;
  }
  
  
  .internships-mega-menu {
    visibility: hidden;
  }
  
  .internships-mega-menu {
    left: -450px !important
  }
  
  @media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .internships-mega-menu {
      left: -450px !important;
    }
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .internships-mega-menu {
      left: -450px !important;
    }
  }
  
  
  .internships-mega-menu p {
  transition: 0s !important;
  }
  
  .internships-mega-menu h2 {
  transition: 0s !important;
  }
  
  .internships-mega-menu span {
  transition: 0s !important;
  }
  
  .internships-mega-menu button {
  transition: 0s !important;
  }
  
  .internships-mega-menu a {
  transition: 0s !important;
  }
  
  .internships-mega-menu svg {
  transition: 0s !important;
  }
  .internships-mega-menu path {
  transition: 0s !important;
  }
  .has-dropdown:hover .internships-mega-menu {
    visibility: visible !important;
  }
  
  .header__white {
  
    .header__transparent {
      background-color: white;
    }
  
    border-bottom: 1px solid #e6e6e6;
  }
  
  
  @media screen and (max-width: 1199px) {
    .container-fluid {
      padding: 20px 10px;
    }
  }
  
    @media screen and (max-width: 1199px) {
      #header-sticky {
        position: fixed;
        max-width: none;
        border-bottom: 1px solid hsla(0, 0%, 71.8%, 0.25);
        padding-left: 25px;
        padding-right: 25px;
  
      }
    }
  
  
  @media screen and (max-width: 600px) {
    #footer-social {
      margin-bottom: 30px;
    }
  }
  
  
  .dropdown-menu {
    padding: 0px;
  }
  
  .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .mm-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .mm-menu ul li {
    display: block;
  }
  
  .mm-menu ul li:hover>a {
    padding-left: 3px;
    color: rgb(37 99 235);
  }
  
  .mm-menu ul li a {
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 17px;
    color: #101a23 !important;
    font-weight: 600;
    position: relative;
  }
  
  .mm-menu ul li.has-droupdown>a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: initial;
    right: 16px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.3s ease-out;
  }
  
  .mm-menu ul li.has-droupdown ul.sub-menu {
    padding-left: 0;
    list-style: none;
    /* padding-top: 5px; */
  }
  
  .mm-menu ul li.has-droupdown ul.sub-menu li {
    padding-left: 15px;
  }
  
  .mm-menu ul li.has-droupdown ul.sub-menu li:hover>a {
    padding: 0 0 0 18px;
    color: rgb(37 99 235);
  }
  
  .mm-menu ul li.has-droupdown ul.sub-menu li:hover>a:before {
    background: rgb(37 99 235);
    border-color: rgb(37 99 235);
  }
  
  .mm-menu ul li.has-droupdown ul.sub-menu li a {
    position: relative;
    padding: 0 0 0 15px;
    text-transform: capitalize;
    font-size: 13px;
    height: 0;
    line-height: 43px;
    visibility: hidden;
    opacity: 0;
    border-bottom: 0px;
    transition: all 0.3s;
  }
  
  .mm-menu ul li.has-droupdown ul.sub-menu li a:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #6d8397;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  
  .mm-menu ul li p {
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 17px;
    color: #101a23;
    font-weight: 600;
    position: relative;
  }
  
  @media print {
    .noPrint {
      display: none;
    }
  }
  
  
  
  /* For the anchor tag in an li */
  .mm-menu ul li p {
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 17px;
    color: #101a23;
    font-weight: 600;
    position: relative;
    margin-bottom: 0px !important;
  }
  
  /* For the anchor tag in an li that is being hovered over */
  .mm-menu ul li:hover>p {
    padding-left: 3px;
    color: rgb(37 99 235);
  }
  
  /* For the anchor tag in a list item with class "has-droupdown" */
  .mm-menu ul li.has-droupdown>p:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: initial;
    right: 16px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.3s ease-out;
  }
  
  /* For the anchor tag in a list item with class "has-droupdown" that is active */
  
  
  
  .main-menu ul li {
    display: inline-block;
    position: relative;
  }
  
  .main-menu ul li:not(:first-child) {
    margin-left: 26px;
  
  }
  
  
  .main-menu ul li p {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    padding: 35px 0;
    text-transform: capitalize;
  }
  
  .main-menu ul li.has-dropdown>p {
    position: relative;
  }
  
  .main-menu ul li.has-dropdown>p::after {
    content: " ";
    display: inline-block;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    margin-left: 5px;
    margin-bottom: 4px;
  }
  
  .main-menu ul li:hover>a {
    color: rgb(37 99 235);
  }
  
  .main-menu ul li:hover>a::after {
    color: rgb(37 99 235);
  }
  
  
  /* mobile menu */
  
  
  
  
  .sidebar__close1-btn {
    transition: all 450ms cubic-bezier(0.4, 0.25, 0.3, 1.3);
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    color: #333;
    border: 1px solid #2a3a57;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 99;
    display: none !important;
  }
  
  .sidebar__close1-btn:focus {
    border: 1px solid #333;
  }
  
  .sidebar__close1-btn span:first-of-type {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  
  .sidebar__close1-btn span:last-of-type {
    text-transform: uppercase;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
  }
  
  
  /* sidebar css start */
  .sidebar-toggle1-btn .line {
    width: 30px;
    height: 3px;
    background-color: rgb(37 99 235);
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .sidebar-toggle1-btn:hover {
    cursor: pointer;
  }
  
  .sidebar-toggle1-btn:hover .line {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  
  .sidebar-toggle1-btn:hover .line:nth-child(1) {
    width: 10px;
  }
  
  .sidebar-toggle1-btn:hover .line:nth-child(2) {
    width: 20px;
  }
  
  .hide {
    display: none;
  }
  /*----------------------------------------*/
  /*  02. HEADER CSS START
  /*----------------------------------------*/
  .header__padding {
    padding-left: 245px;
    padding-right: 245px;
  }
  
  @media only screen and (min-width: 1600px) and (max-width: 1900px) {
    .header__padding {
      padding-left: 150px;
      padding-right: 150px;
    }
  }
  
  @media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .header__padding {
      padding-left: 70px;
      padding-right: 70px;
    }
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header__padding {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__padding {
      padding: 20px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__padding {
      padding: 20px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header__padding {
      padding: 20px;
    }
  }
  
  @media (max-width: 575px) {
    .header__padding {
      padding: 20px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__padding-2 {
      padding: 20px 0;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__padding-2 {
      padding: 20px 0;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header__padding-2 {
      padding: 20px 0;
    }
  }
  
  @media (max-width: 575px) {
    .header__padding-2 {
      padding: 20px 0;
    }
  }
  .mm-menu ul li.has-droupdown.active>a {
    color: rgb(37 99 235);
  }
  
  .mm-menu ul li.has-droupdown.active>a:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
  }
  
  .mm-menu ul li.has-droupdown.active ul.sub-menu.active li a {
    height: 43px;
    visibility: visible;
    opacity: 1;
  }
  
  .mm-menu ul li.has-droupdown.active ul.sub-menu.active li a:before {
    visibility: visible;
    opacity: 1;
  }


.badge-3 {
  background: cornflowerblue;
  font-size: 11px;
  color: #fff;
  padding: 1px 8px;
  border-radius: 6px;
  margin-right: 3px;
  position: relative;
  bottom: 1px;
  font-weight: 500;
}