.container-xl {
  max-width: calc(100% - 10%);
  width: 100%;
}

.navbar-area .container {
  max-width: calc(100% - 10%);
  width: 100%;
}

.container {
  max-width: calc(100% - 10%);
  width: 100%;
}

.personal-info {
  padding-top: 15px;
  font-size: 15px;
  line-height: 7.8;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-style-2 .single-testimonial .content-wrapper .info .image .avatar {
  width: 100% !important;
  height: 100% !important;
}

.avatar {
  height: 40px;
  width: 40px;
  margin: 0 auto;
  display: block;
}

n.page-title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: inherit;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}

.page-pretitle {
  font-size: .625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1rem;
  color: #616876;
  padding-top: 25px;
}

h1,
.h1 {
  font-size: 56px !important;
  letter-spacing: .7px;
}

h2,
.h2 {
  font-size: 47px !important;
  letter-spacing: .6px;
}

h3,
.h3 {
  font-size: 40px !important;
  letter-spacing: .4px;
}

a {
  text-decoration: none !important;
}

.color_blue {
  color: #0d6efd;
}


/* HEADER SECTION */
.header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.rounded-circle {
  border-radius: 50% !important;
  background: #ebf4ff;
  height: 40px;
  width: 40px;
  /*  padding-right: 5px; */
  display: inline-block;
}

.nav-item.last_profile a:hover::after {
  display: none;
}

.nav-item.last_profile li button {
  margin-top: 5px;
  padding: 2px 10px;
  font-size: 15px;
  width: 100%;
  font-weight: 600;
}

.nav-item.last_profile li button i {
  padding-left: 0;
}

header nav .sub-menu-bar .nav-item a:hover::after {
  width: 100% !important;
}

header nav .sub-menu-bar .nav-item a:before,
header .navbar-nav .nav-item .sub-menu li a:after {
  display: none;
}

header nav .sub-menu-bar .nav-item a .sub-nav-toggler {
  display: inline-block !important;
}

header nav .sub-menu-bar .nav-item a {
  /* font-weight: 600 !important; */
  color: #000;
}

.header.header-4 .navbar-nav .nav-item a,
.header.header-4 .navbar-nav .nav-item .sub-menu li a {
  color: #000000;
  white-space: nowrap;
}

header .navbar-nav .nav-item .sub-menu li a {
  font-weight: 400 !important;
}

header nav .sub-menu-bar .nav-item a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #206bc4;
  transition: all .3s ease-out 0s;
  left: 0;
  bottom: 0px !important;
  top: auto !important;
}

header nav .sub-menu-bar .nav-item a .sub-nav-toggler span {
  border: 0px !important;
  /* margin-left: 10px; */
  line-height: 8px;
  display: table-caption;
  transform: rotate(0deg) !important;
}

header .navbar-nav .nav-item .sub-menu {
  z-index: 9;
  padding: 0;
}

/* header .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  } */


/* FOOTER */
.contact_color {
  color: #585978;
}

.contact_color a {
  color: #585978;
}

/* LOGIN PAGE */
.login_forgot {
  padding-bottom: 70px;
}

.login_forgot .shape-1 {
  right: 0;
  top: 10%;
  height: 80%;
  position: absolute;
  z-index: 0;
}

.login_forgot div {
  border: 0px solid white;
  background: transparent;
}

.login_forgot form input.form-control {
  background: #fff;
  border-radius: 0 !important;
  min-height: 53px;
}

.login_forgot form .form-check input {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.login_forgot .form-check .form-check-label {
  margin-top: 7px;
  display: inline-block;
  margin-bottom: 20px;
}

.login_forgot .form-footer .btn {
  min-height: 53px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.min_height {
  height: 80vh;
  position: relative;

}

.height_full {
  height: 100%;
}

.bold {
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item {
    margin-right: 0;
  }

  .header.header-4 .navbar-nav .nav-item .sub-menu.collapse {
    transition: all 0.3s ease-out 0s;
    display: none;
  }

  .header.header-4 .navbar-nav .nav-item .sub-menu.collapse.show {
    transition: all 0.3s ease-out 0s;
    display: block;
    width: calc(100% - -35px);
    background: transparent;
    box-shadow: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }

  .login_forgot div.col-lg-6 {
    padding: 40px 0 10px 0;
    order: 1;
    text-align: center;
  }

  .login_forgot div.col-lg-6 img {
    max-width: 60%;
  }

  .login_forgot div.col-lg-5 {
    order: 2;
  }

  .min_height {
    height: 100%;
  }

  .login_forgot .shape-1 {
    display: none;
  }

  body section.login_forgot {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-image img {
    max-width: 100% !important;
  }
}




/* .front-mega-menu.header.header-4 .navbar-nav .nav-item:hover .sub-menu>div {
  flex: 0 0 0;
} */

.header.header-4 .navbar-nav .front-mega-menu:hover .sub-menu>div {
  flex: unset !important;
}

.menu_section {
  max-width: 300px !important;
}

.header.header-4 .navbar-nav .nav-item:hover .sub-menu>div {
  flex: 0 0 192px;
}

.header.header-4 .navbar-nav {
  gap: 20px;
}

.header.header-4 .navbar-nav .nav-item .mega_menu>ul {
  flex: 1;
}

/* Mega Menu */
.header.header-4 .navbar-nav .nav-item .mega_menu {
  display: flex;
  width: 100%;
  min-width: 789px;
  left: -325px;
  padding: 15px 0px;
  overflow: hidden;
  flex: 0 0 100%;
  flex-wrap: wrap;
}

#report-menu {
  min-width: auto;
  left: 0;
}

.header.header-4 .navbar-nav .nav-item .mega_menu .menu_heading {
  font-size: 16px;
  padding: 8px 20px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
  color: #000;
}

.header.header-4 .navbar-nav .nav-item span.rounded-circle {
  overflow: hidden;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.header.header-4 .navbar-nav .nav-item>a.page-scroll {
  display: flex;
  align-items: center;
}

.page-item .page-link {
  text-align: center;
}

.open_position_box {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

/* OPENING START */
.openings-card {
  margin-bottom: 10px !important;

}

.opening-type {
  float: right;
  background: 0 0;
  font-size: 18px;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 13px;
  background-color: #cee1ef;
  padding: 3px 15px;
  border-radius: 25px;
  margin-right: -100px;
}

.experience-count {
  /* background: 0 0; */
  /* font-size: 18px; */
  margin: 20px 0 !important;
  /* padding: 0; */
  font-size: 12px;
  background-color: #edf7ff;
  padding: 3px 15px;
  border-radius: 50px;
  /* margin-right: -100px; */
  border: 1px solid #206bc4;
  color: #206bc4;
  font-weight: lighter;
}

.openings-header {
  min-height: 80px;
  background-color: #f7f7f9;
  align-items: center;
  border-bottom: 7px solid #fff;
}

.open_wrapper_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8e8ee;
  padding: 21px 0 21px 30px;
}

.job_description {
  padding: 21px 0 45px 8px;
}

.job_description h4 {
  font-size: 18px;
  color: #22292f;
}

.job_description ul {
  margin-top: 30px;
  padding-bottom: 30px;
}

.btn_apply_now {
  font-size: 15px;
  padding: 12px 30px;
  border-radius: 4px;
  color: #fff;
  background-color: #0d56b0;
  margin-left: 4px;
}

.btn_apply_now:hover {

  color: #000;
  background-color: #0d56b0a1;
}

.contact_number,
.openings,
.recruiter {
  font-size: 15px;
  color: #6c6c6c;
  padding-right: 25px;
  border-right: 1px solid #efefef;
  margin-right: 25px;
  letter-spacing: .7px;
}

.openings-card-body {
  padding: 35px 35px 73px 35px;
}


.openings-apply-form-left,
.openings-apply-form-right {
  margin-top: 30px;
  padding: 30px;
  height: 100%;
  background-color: #f7f7f9;
}

.input_white_bg span {
  margin-right: 1px;
  padding-right: 23px;
  margin-left: 0;
  width: 44px;
  position: absolute;
  left: 43%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
}

.input_white_bg_left span {
  margin-right: 1px;
  padding-right: 23px;
  margin-left: 0;
  width: 44px;
  position: absolute;
  right: 5%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
}

.text-center.thank_you {
  background-color: #e5e5e5;
  padding: 30px;
  border-radius: 10px;
}

.tick_icon.text-center img {
  width: 70px;
  margin-bottom: 10px !important;
}

.text-center.thank_you p {
  margin: 20px 0 40px 0;
  font-size: 18px;
  line-height: 28px;
}

.thank-you-banner {
  display: flex;
  justify-content: center
}

.opening_pagination_div {
  margin-top: 45px;
  display: flex;
  list-style: none;
  outline: none;
  justify-content: center;
  margin-bottom: 50px;
}

.opening_pagination_div>.active>a {
  background-color: #206bc4;
  color: #fff;
}

.opening_pagination_div>li>a {
  border: 1px solid #206bc4;
  padding: 5px 10px;
  outline: none;
  cursor: pointer;
  border-radius: 45%;
  margin-right: 6px;
}

.opening_pagination_div>li>a,
.opening_pagination_div>li>span {
  color: #206bc4;
  background-color: azure;
}

.policies-header {
  width: 300%;
}

.policy-detail {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.inner-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('./../inner-bg.png');
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 40px;
}

.policy-detail .policy-title {
  color: #fff;
}

/* OPENING END */


@media (max-width: 767px) {
  .header.header-4 .navbar-nav {
    gap: 0;
  }

  .header.header-4 .navbar-nav .nav-item {
    display: block;
  }

  .header.header-4 .navbar-nav .nav-item>a.page-scroll {
    display: block;
  }

  .header.header-4 .navbar-nav .nav-item .mega_menu {
    display: block;
    left: 0% !important;
    transform: translateX(0%);
  }

  .header.header-4 .navbar-collapse {
    overflow-y: auto;
    height: 80vh;
  }

  .header.header-4 .navbar-nav .nav-item .sub-menu.collapse.show {
    width: 100%;
  }

  .header.header-4 .navbar-nav .sub-nav-toggler {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .header.header-4 .navbar-nav .sub-nav-toggler span {
    top: 3px;
  }

  .header.header-4 .navbar-nav .nav-item.last_profile {
    padding: 10px 0;
  }

  .header.header-4 .navbar-nav .nav-item>a.page-scroll {
    border-bottom: 1px solid #eaeaea;
  }

  .header.header-4 .navbar-nav .nav-item:last-child>a.page-scroll {
    border: 0;
  }
}

.inline-btn-grp {
  display: flex
}

/*#editEducationTbl .rdtPicker {
  display: none;
  position: relative !important;
  min-width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  border: 1px solid #f9f9f9;
}*/

.success {
  color: #198754;
}

.reject {
  color: #f76707;
}

/* For event page */
.event-section .event-dt {
  font-size: 14px;
  color: #979797;
  font-weight: 500;
}

.event-section .image {
  border-radius: 5px !important;
  border: 1px solid #d9d1d1;
  margin: 7px;
}

.event-section .s-event {
  border-radius: 5px !important;
  margin: 7px;
}

.event-section .s-event h5 {
  margin-top: 10px;
}

.event-section .s-event p {
  color: #504d4d;
  margin: 7px 0 10px 0;
}

.event-section .single-feature {
  margin: 30px 0 30px 0;
}

.custom_card {
  /*  max-width: 600px; */
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: #fcfcfc;
}

.msl-wrp {

  width: 100% !important;
}

.b-card {
  width: 90px;
}

.red {
  color: red;

}

h1.card-title {
  font-size: 24px !important;
  font-weight: 700;
  color: #323450;
  margin-bottom: 0;
  font-family: "Fira Sans", sans-serif;
}

.page-header.d-print-none {
  padding-bottom: 10px;
}

.single-event .image {
  text-align: center !important;
}

.single-event .content {
  text-align: center !important;
}

.single-event .content h4 {
  padding-top: 15px;
}

.event-section .single-feature {
  text-align: center !important;
}

.center {
  text-align: center !important;
}

.event-dt {
  font-size: 14px;
  font-weight: bold;
  color: #8c8888;
}

.single-event .quotation {
  margin: 15px 0 43px 0;
}

.event-img-section {
  position: relative;
  margin: 8px;
}

.event-img-section button.delete-img {
  border: 0px;
  position: absolute;
  right: -10px;
  border-radius: 50px;
  font-size: 12px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  top: -10px;
  background: red;
  color: #fff;
  font-weight: 600;
}

.event-img-section img {
  width: 100%;
}

.event-img-section button.featured-img {
  background: #206bc4;
  border: 0;
  margin: 10px 0;
  width: 95%;
  font-size: 12px;
  padding: 10px;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 10px;
  bottom: 0;
}

.event-img-section input {
  margin: 10px 0;
}

.event-img-section #images {
  margin: 10px;
  padding: 10px;
}

input[type="file"]#images {
  /* Add your custom styles here */
  padding: 20px 0 10px 0;
  color: #333;
  font-size: 16px;
  /* Add any other styles as needed */
}

.event-gallery {
  display: flex;
  margin-bottom: 40px;
}

.event-gallery .image {
  margin: 5px;
  border: 1px solid grey;
  border-radius: 3px;
}

.event-images {
  display: flex;
}

.event-gallery-div h3 {
  text-align: center;
  margin: 20px;
  font-size: 30px !important;
}


.col-xl-8 .left-wrapper .blog-content-wrapper {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 40px 40px;
  border-radius: 20px;
  margin-bottom: 100px;
}

.col-xl-8 .left-wrapper .blog-content-wrapper p {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
}

.left-wrapper .blog-content-wrapper h3 {
  margin-bottom: 30px !important;
}

.left-wrapper .blog-content-wrapper h4.subheading {
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}

.left-wrapper .blog-content-wrapper ol,
.left-wrapper .blog-content-wrapper ul {
  list-style: square !important;
  padding-left: 20px !important;
  margin-left: 0 !important;
}

.left-wrapper .blog-content-wrapper ol li,
.left-wrapper .blog-content-wrapper ul li {
  padding-left: 0 !important;
  margin-bottom: 15px !important;
}

.col-xl-8 .left-wrapper .blog-content-wrapper p span,
.col-xl-8 .left-wrapper .blog-content-wrapper li {
  font-size: 16px !important;
  color: #333;
  line-height: 1.5;
}
