.navbar {
  /* position: unset; */
  background: #000;
}

.navbar-brand img {
  max-width: 90px;
}

.menu-mob {
  overflow-y: auto;
}
#cont::before {
  background: #3d9be9;
}
.sticky {
  position: fixed;
}
.header .nav-link {
  padding-top: 0;
}
#cont {
  padding-top: 0;
}
.header .row {
  align-items: center;
}
/* Banner start */
.banner {
  min-height: 0px;
  margin-top: 110px;
  background: #292929;
}
.banner > .container {
  top: 0;
}
.bannerLeft h1 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5em;
  max-width: 500px;
  width: 100%;
}
.bannerLeft p {
  color: #fff;
  line-height: 1.5;
  margin-top: 15px;
  font-size: 14px;
  max-width: 490px;
  width: 100%;
}
a.banner_btn {
  max-width: 461px;
  height: 62px;
  width: 100%;
  display: inline-block;
  background: #3d9be9;
  color: #fff;
  text-align: center;
  line-height: 62px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 19px;
  margin-top: 24px;
}
/* Banner end */
section.bannerBottom_sec {
  background: #212121;
}
.our_companies {
  padding: 50px 0;
}
.our_companies p {
  color: #fff;
  font-size: 33px;
  font-weight: 500;
}
.companyLogo {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 20px;
}
.companyLogo img {
  max-width: 160px;
}
.recent_offerings p {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}

.offerBox_logo.offerBx_slider .slick-track {
  padding: 10px 0 0 0;
}

.offerBox_logo .slick-list {
  padding: 0 20% 0 0 !important;
}
.offerBox_logo .each-ceros.slick-slide {
  width: 200px !important;
  display: flex;

  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}

.offerBox_logo .each-ceros.slick-slide:hover {
  transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}

.offerBox_logo .slick-slide img {
  display: inline-block;
}
.offerBox_logo .each-ceros:hover {
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
}
.offerBx_sliderTwo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.each-ceros a span {
  display: block;
}
.each-ceros a {
  line-height: 1.5;
  text-align: left;
}
.offerBox_logo.offerBx_slider .slick-track {
  display: flex !important;

  justify-content: flex-start;
  margin-left: 0;
}

.offerBx_slider button,
.companyLogo button {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 2;
}

.offerBx_slider button.slick-next:before,
.companyLogo button.slick-next:before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #000;
}

.offerBx_slider button.slick-prev:before,
.companyLogo button.slick-prev:before {
  content: "\f060";
  font-family: "FontAwesome";
  color: #000;
}

.recent_offerings .container h6 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: "ProximaNova-Regular";
}

/* Our story start */
section.our_story {
  background: #212121;
  padding: 30px 0 50px 0;
}
.ourStory_left {
  color: #fff;
}
.ourStory_left h4 {
  margin-bottom: 20px;
}
.ourStory_left h2 {
  margin: 20px 0;
}
.ourStory_left p {
  margin-bottom: 20px;
}
.ourStory_left small {
  display: inline-block;
  line-height: 1.3;
  font-size: 12px;
  margin-bottom: 20px;
}

.ourStory_slider button {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 2;
}

.ourStory_slider button.slick-next:before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #000;
}

.ourStory_slider button.slick-prev:before {
  content: "\f060";
  font-family: "FontAwesome";
  color: #000;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fff;
}

.goTeam_page a {
  font-size: 1.26rem;
  color: #fff;
  font-weight: 700;
  font-family: "Proxima Nova Bold";
}
.goTeam_page a i {
  font-size: 15px;
}
.our_story .row {
  align-items: center;
}
.ourStory_slider .team-txt h6 {
  font-size: 1.2rem;
}
.story-head {
  line-height: 1.3 !important;
}
.each-dtls p {
  color: #fff;
  font-size: 16px;
  margin: 10px 0;
}
/* Our story end */

.dtls {
  border-bottom: none;
}
.dark-bg {
  height: auto;
}

.news-img {
  height: 168px;
}
.news-img img {
  height: 100%;
  object-fit: unset;
  border-radius: 5px;
}
.each-news:last-child {
  margin-bottom: 10px;
}
/* Contact form start */
.contactUs_form {
  background: #212121;
  padding: 40px 0;
}
.contactForm_right form {
  background: #292929;
  border-radius: 20px;
}
form.homeCaontact_form h4 {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  padding: 10px 0;
  margin-bottom: 24px;
}
form.homeCaontact_form {
  padding: 40px 30px;
}
form.homeCaontact_form label {
  display: block;
  color: #fff;
  font-size: 14px;
}
form.homeCaontact_form input {
  margin-bottom: 20px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #474747;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
button.formSubmit_btn {
  max-width: 236px;
  width: 100%;
  height: 54px;
  text-align: center;
  display: block;
  cursor: pointer !important;
  background: #3d9be9;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  outline: none;
  border-radius: 5px;
  margin: 10px auto 10px auto;
}
.form_bottom p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #474747;
  padding-bottom: 18px;
  margin-top: 25px;
}
.form_bottom span {
  color: #fff;
  text-align: center;
  font-size: 14px;
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 25px auto 0 auto;
  line-height: 1.3;
}
.contactUs_form .row {
  align-items: center;
}
.contactForm_left p {
  max-width: 300px;
  margin: 10px 0;
  letter-spacing: 0.8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
}
.footerTop_logo p {
  margin-top: 20px;
}
/* Contact form end */

/* New Footer start */

.new_footer .container {
  position: relative;
}

.new_footer .container:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 97.5%;
  height: 1px;
  background: #fff;
}

.company_logo {
  display: none;
}
.company_logo.logoFooter_slider {
  display: block;
}
footer.new_footer {
  background: #212121;

  float: left;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.row.pt-4 {
  display: none;
}
.foo-btm {
  display: none;
}
.footerTop_right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
}
.quick_links h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
}
.quick_links ul li a {
  color: #fff;
  font-size: 14px;
}
.quick_links ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.quick_links p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.footerSocial {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footerSocial a {
  color: #fff;
  background: #3a3a3a;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footerSocial a:hover i {
  color: #3d9be9;
}
.footerTop_left {
  margin: 30px 0;
}
.footerTop_right {
  margin: 30px 0;
}
.footerBottom_logos img {
  max-width: 90px;
  width: 100%;
}
.footerBottom_logos {
  display: grid;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  grid-template-columns: auto auto auto 1fr;
  margin-bottom: 15px;
}
.footerBottom_content {
  color: #fff;
}
.footerBottom_content p {
  margin-bottom: 15px;
  font-size: 15px;
}
.footerEnd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
.footerEnd ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex: 1;
  gap: 30px;
}
.footerEnd ul li a {
  color: #fff;
  font-size: 14px;
}
.footerEnd p {
  color: #fff;
  font-size: 14px;
}
.footerTop_logo img {
  max-width: 173px;
  margin-right: 10px;
}
.con:hover {
  background: #3d9be9;
}
/* New Footer end */

/* Offering modal start */
.modal-body {
  height: auto;
}
.ceros-modal .modal-body .col-md-6 {
  display: none;
}
.recent {
  display: none;
}
.ceros-modal .pop-txt p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 35px 0;
  margin-top: 0;
}
.ceros-modal .pop-txt ul li {
  font-size: 1.3rem;
  line-height: 1.063rem;
  color: #282828;
  display: flex !important;
  align-items: center !important;
}
.ceros-modal .pop-txt ul li:not(:last-child) {
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.ceros-modal .pop-foo {
  padding: 15px 0 15px;
}
.ceros-modal .pop-foo h3 {
  font-size: 1.2rem;
}
.ceros-modal .pop-head h4 {
  font-size: 2rem;
  margin-left: 12px;
}
.ceros-modal .pop-head img {
  height: 40px;
}
.ceros-modal .pop-head {
  align-items: center;
}
.modal-header h4 {
  font-size: 1.75rem;
}
.past-modal .modal-body .col-md-6 {
  display: none;
}
.past-modal .pop-foo {
  padding: 15px 0 15px;
}
.past-modal .pop-foo h3 {
  font-size: 1.5rem;
}
.past-modal .pop-head h4 {
  font-size: 2.4rem;
  margin-left: 12px;
}
.past-modal .pop-txt ul li {
  font-size: 1.3rem;
  line-height: 1.063rem;
  color: #282828;
  display: flex !important;
  align-items: center !important;
}
.past-modal .pop-txt ul li:not(:last-child) {
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.past-modal .pop-txt p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 35px 0;
  margin-top: 0;
}
.past-modal .pop-head img {
  height: 40px;
}
.past-modal .pop-head {
  align-items: center;
}
.pop-head {
  margin-top: 18px;
}
.modal-dialog::-webkit-scrollbar {
  display: none;
}
/* Offering modal end */

.index_filter_inner button {
  font-size: 1rem;
}

.index_filter ::-webkit-scrollbar,
.fil-opt::-webkit-scrollbar {
  height: 10px;
}

/* Track */
.index_filter ::-webkit-scrollbar-track,
.fil-opt::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.index_filter ::-webkit-scrollbar-thumb,
.fil-opt::-webkit-scrollbar-thumb {
  background: #3d9be9;
  border-radius: 10px;
}

/* Handle on hover */
.index_filter ::-webkit-scrollbar-thumb:hover,
.fil-opt::-webkit-scrollbar-thumb:hover {
  background: #3d9be9;
}


/***** Letter from CEO  starts here *****/
.letter_frm_ceo_outer{
  color: var(--white);
  padding: 35px 0 0;
}

.letter_frm_ceo_top{
    display: flex;
    align-items: center;
    gap: 50px;
}

.letter_frm_ceo_top .top_right_part{
      width: 60%;
      position: relative;
}

.letter_frm_ceo_top .top_right_part::before {
    position: absolute;
    top: -10px;
    left: 50%;
    content: "";
    width: 165px;
    height: 122px;
    background: url(../images/quoteIcon.png) 0px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    opacity: .2;
    transform: translateX(-60%);
}

.letter_frm_ceo_top .top_left_part img{
    width: 300px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;

    /* outline: 10px solid #3d9be9;
    outline-offset: -10px; */

    border:10px solid #3d9be9;
}

.letter_frm_ceo_btm p {
    color: #fff;
    line-height: 1.5;
    margin-top: 15px;
    font-size: 14px;
}

.letter_frm_ceo_btm .signature{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 25px 0;
}

.story .letter_frm_ceo_outer{
    padding: 0;
}

/***** Letter from CEO  ends here *****/

.modal_disclaimer{
  padding-top: 10px;
}

.modal.fade.ceros-modal .modal-header{
  align-items: center;
}

@media (max-width: 1299px) {
  .each-team img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .ceros-modal .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  /* html{
        font-size: 16px;
    } */
}

@media (max-width: 991.5px) {
  /* html{
        font-size: 16px;
    } */

  /* .bannerRight img {
        height: 100%;
    } */
  .bannerLeft {
    padding-bottom: 20px;
  }
  .news-img {
    height: 220px;
  }

  .index_filter_inner,
  .fil-opt {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .index_filter_inner button,
  .fil-opt li {
    white-space: nowrap;
  }
}


@media screen and (max-width: 991px) and (min-width: 768px) {
  .companyLogo{
    gap: 0;
    justify-content: space-between;
  }
}

@media (max-width: 768.5px) {
  .our_companies .slick-track {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767.5px) {
  .modal-dialog .modal-body {
    height: 70vh;
    overflow: scroll;
  }

  .modal-dialog .modal-body ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  .modal-dialog .modal-body ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  .modal-dialog .modal-body ::-webkit-scrollbar-thumb {
    background: #3d9be9;
    border-radius: 10px;
  }

  /* Handle on hover */
  .modal-dialog .modal-body ::-webkit-scrollbar-thumb:hover {
    background: #3d9be9;
  }

  .each-team img {
    height: auto;
  }
  .each-team {
    height: auto;
  }

  .team-txt{
    position: relative;
    padding: 15px 15px 15px;
  }

  .breadCrumb ul li a{
    font-size: 1.75rem;
  }
}
@media (min-width: 320px) {
  .modal-dialog {
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
  }
}

@media (max-width: 1199.5px) {
  .modal-header h4 {
    /* font-size: 3.5rem; */
  }
  .ceros-modal .pop-txt ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .ceros-modal .pop-txt ul li {
    line-height: 1.4;
  }
  .past-modal .pop-txt ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .past-modal .pop-txt ul li {
    line-height: 1.4;
  }
  /* .bannerRight img {
        height: 100%;
    } */
  .bannerLeft {
    padding-bottom: 20px;
  }
  .each-ceros a {
    font-size: 14px;
  }
}

/* responsive css start */
@media (max-width: 1024.5px) {
  .footerTop_right {
    grid-template-columns: repeat(2, 1fr);
  }
  form.homeCaontact_form {
    padding: 40px 15px;
  }
}
@media (max-width: 991.5px) {
  .footerSocial i {
    font-size: 1.8rem;
  }
}
@media (max-width: 990.5px) {
  .company_logo.logoFooter_slider {
    padding-bottom: 20px;
  }
  .navbar-brand img {
    width: 90px;
  }
  .header .nav-link {
    padding-top: 0;
  }
  #cont {
    padding-top: 0;
  }
  .header .row {
    align-items: center;
  }
  form.homeCaontact_form h4 {
    font-size: 18px;
  }
  form.homeCaontact_form label {
    font-size: 1.6rem;
  }
  form.homeCaontact_form input {
    color: #fff;
  }
  button.formSubmit_btn {
    font-size: 1.8rem;
  }
  .contactForm_left p {
    max-width: 100%;
  }
}
@media (max-width: 767.5px) {
  .navbar-toggler {
    margin-top: 0;
  }
  a.banner_btn {
    max-width: 100%;
  }
  .bannerRight img {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 20px;
    height: auto;
  }
  .news {
    padding-top: 60px !important;
  }
  .ourStory_left p {
    font-size: 1.9rem;
  }
  .goTeam_page a {
    font-size: 1.9rem;
  }
  .ourStory_left h4 {
    font-size: 1.8rem;
  }
  .ourStory_left h2 {
    font-size: 2.9rem;
  }
  .footerTop_logo p {
    font-size: 1.5rem;
  }
  .bannerLeft h1 {
    font-size: 3rem;
  }
  .companyLogo {
    /* display: grid;
        gap: 24px;
        grid-template-columns: repeat(3, 1fr); */

    /* display: flex; */
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 50px;
  }

  .company_logo.logoFooter_slider .slick-slide {
    margin: 0 10px;
  }
  form.homeCaontact_form h4 {
    font-size: 22px;
  }
  form.homeCaontact_form label {
    font-size: 18px;
  }
  form.homeCaontact_form input {
    font-size: 18px;
  }
  .news-img {
    height: 168px;
  }
}

@media screen and (orientation: landscape) and (max-width: 1299px) {
  .each-team img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
  }
  .each-team {
    width: 210px;
    height: 200px;
    margin-bottom: 16px;
  }
}

@media (max-width: 580.5px) {
  .footerTop_right {
    grid-template-columns: repeat(1, 1fr);
  }
  .footerEnd {
    flex-direction: column;
    row-gap: 18px;
  }
  .footerBottom_logos {
    grid-template-columns: auto auto auto auto;
  }
  .team-txt span {
    font-size: 12px;
  }
}

@media (max-width: 575.5px) {
  .news-img {
    height: auto;
  }
  .news-img img {
    height: auto;
  }
  .recent_offerings {
    padding-top: 25px;
  }
}

@media (max-width: 574.5px) {
  .offerBx_sliderTwo {
    justify-content: space-between;
  }
  .offerBx_sliderTwo .each-ceros {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .offerBx_sliderTwo .each-ceros {
    height: 90px;
    width: 48%;
  }
  .each-ceros a {
    font-size: 1.9rem;
  }
}

@media (max-width: 480px) {
  a.banner_btn {
    font-size: 1.7rem;
  }
  .each-ceros a {
    font-size: 1.9rem;
  }
  /* .companyLogo {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    } */
  .companyLogo img {
    /* max-width: 100%;
        width: 100%; */
  }
  form.homeCaontact_form h4 {
    font-size: 18px;
  }

  .each-ceros img {
    max-width: 75%;
  }
}
/* responsive css end */

/** NEW STYLES ADDED HERE **/
@media screen and (max-width: 767px) {
  .offerBx_slider .slick-next,
  .companyLogo .slick-next {
    right: 0px;
  }
  .offerBx_slider .slick-prev,
  .companyLogo .slick-prev {
    left: 0px;
  }
  .companyLogo img {
    max-width: 140px;
    display: block;
    margin: 0 auto;
  }
  .companyLogo img.ceroscmLogo {
    max-width: 110px;
  }
  .our_companies {
    padding: 30px 0;
  }
  .index_filter_inner {
    margin-bottom: 20px;
  }
  .offerBox_logo .each-ceros.slick-slide {
    width: 160px !important;
  }

  .letter_frm_ceo_top{
      flex-direction: column;
  }

    .letter_frm_ceo_top .top_left_part img{
      width: 200px;
    }

    .letter_frm_ceo_top .top_right_part::before{
      width: 114px;
      height: 77px;
    }

    .letter_frm_ceo_top .top_right_part{
      width: 100%;
    }

    .letter_frm_ceo_top .top_right_part h5{
      font-size: 2rem;
    }

  
}

@media screen and (max-width: 479px) {
  .each-news .type {
    font-size: 11px;
  }
  .share-popup em {
    font-size: 11px;
  }
  .news-txt a i {
    font-size: 10px;
  }
}

@media screen and (max-width: 374px) {
  .each-news .type {
    font-size: 10px;
  }
  .share-popup em {
    font-size: 10px;
  }
  .news-txt a i {
    font-size: 9px;
  }
}
