* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

ul {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

a:focus,
a:focus-within,
a:focus-visible {
  outline: none !important;
}

.hoverover a {
  color: #00274D;
}


body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: black;
  background: #fff;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

.service-details h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.job-firstdiv h1 {
  margin-bottom: 5px;
}

.mainContent {
  background: url('../images/bodyimg/bodyBackground.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-text-container {
  font-size: 18px;
  font-family: "poppins", sans-serif;
  color: #FF6600;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.dhm-operationProcess {
  margin: 80px 0px;

}

.dhm-operationProcess .visionmaindetails {
  padding: 50px;

}

.aboutdhmrow {
  margin-top: 40px;
}

/*-----------------------------------Reward page------------------------------*/
.rewards-visionmain {
  margin: 70px 0px;
}

.card-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0px 50px 0px 10px;
}

.card-container .slick-dots li {
  margin-right: 100px;
}

.card-container .slick-dots li button:before {
  font-size: 20px;
  width: 55px;
  height: 10px;
  border-radius: 8px;
  background-color: #FFFFFF;
  content: '';
}

.slick-dots li button:before {
  top: 100%;
}

.reward-card {
  display: flex;
  flex-direction: row;
  gap: 0px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
  border-radius: 24px;
  padding: 25px;
}

.first-col {
  padding: 25px;
}

.second-col {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 12px;
  padding: 50px;
}

.slick-col {
  display: unset;
  background-color: #F4F4F4;
  border-radius: 12px;
}

.rewards-visionmain .second-col.slick-col img {
  max-height: 300px;
  width: auto;
}

.second-col img {
  max-width: 80%;
  max-height: 270px;
}

.certificate-img img {
  max-width: 92%;
  max-height: inherit;
}



.heading-certification {
  max-width: 460px;
}

/* .video-heading {
  max-width: 700px;
} */

.rewards-visionmain .visionmaindetails {
  padding-top: 30px;
  padding-left: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {

  font-family: 'Poppins', sans-serif;
}

.heading-sm {
  font-size: 18px;
  font-family: "poppins", sans-serif;
  color: #FF6600;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.heading-sm span {
  text-transform: uppercase;
}

.innovation-heading {
  display: flex;
  justify-content: center;
}

.sectionHeadingOne {
  display: inline;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #FF6600;


}

.sectionHeadingSpan {
  margin-left: 10px;
}

.sectionHeadingThree {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}


.sectionHeadingBanner {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-weight: 700;
  line-height: 1.28;

}

.icon-section {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 12px;
}

.navbar {
  background-color: #00274D;
}

.navbar .navbar-toggler {
  border: none !important;
}

.navbar .navbar-toggler-icon {
  width: 45px;
}

.navbar>.container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  position: relative;
}


img {
  border: none;
  max-width: 100%;
  height: auto;
}

.category-img {
  object-fit: cover;
  height: 100%;

}

ol {
  list-style: none;
}

select,
input,
textarea,
button {
  box-shadow: none;
  outline: 0 !important;
}

button {
  background: transparent;
  border: 0;
}

html,
body {
  height: 100%;
  position: relative;
}

.fix {
  position: relative;
  clear: both;
}

/*----------------------New Hero-section Open-----------------------------*/
/*----------------------------job-description---------------------------------*/
.job-firstdiv {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.job-firstdiv h1 {
  font-family: "poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #000000;
}

.job-btn {
  margin: 10px 0px 48px 0px !important;
}

.job-title {
  font-family: "poppins", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 24px;
}

.title-ol {
  list-style-type: decimal;
}

.sub-ul {
  list-style-type: disc;
  margin-left: 18px;
  line-height: 2;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #504F4F;
  margin-bottom: 50px;
}

.title-ol .title-li {
  font-family: "poppins", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #000000;
}

.job-para {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #504F4F;
  margin-bottom: 50px;
}

/*----------------------------job-description---------------------------------*/
.intro .about-lists li::before {
  top: 6px;
}

.hero-gapping span {
  color: #ff6600;
}

/*------about------*/
.boxshadowcol .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px !important;
}

.select2-dropdown {
  max-height: 200px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.select2-dropdown::-webkit-scrollbar {
  display: none;
}

.select2-dropdown::-webkit-scrollbar {
  width: 8px;
}

.select2-dropdown::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.select2-dropdown::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.select2-dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}


.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #ced4da;
  font-style: italic;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  border-radius: 12px;
  background-image: url('../images/aboutimage/magnifying-glass.png');
  background-repeat: no-repeat;
  background-position: 96% center;
  padding-left: 5px;
  background-size: 16px 16px;
}

.boxshadowcol .select2-container--default .select2-selection--single {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #ced4da;
}

.boxshadowcol .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.roadmap-curve {
  position: relative;
  padding: 200px 0;
  max-width: 1270px;
}

.timeline-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.timeline-wrapper {
  position: absolute;
  left: 60px;
  right: 125px;
  top: 0;
  bottom: 164px;
  display: flex;
  justify-content: space-between;
}

.timeline-wrapper .timeline-content:nth-child(2) {
  margin-top: 158px;
}

.timeline-wrapper .timeline-content:last-child {
  margin-top: 158px;
}


/* .timeline-content strong {
  flex: none;
  width: 100px;
  height: 100px;
  background: #ff6600;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
} */
.timeline-content strong {
  flex: none;
  width: 100px;
  height: 100px;
  background: #ff6600;
  /* Circle's background color */
  border-radius: 50%;
  /* Make the circle round */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  position: relative;
  /* For positioning the ::before element */
  border: 4px solid #ff6600;
  /* Inner border color (circle's border) */
}

/* Create the outer border with white space using the ::before pseudo-element */
.timeline-content strong::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 50%;
  border: 9px solid #ff6600;
  background-color: white;
  z-index: -1;
}

.timeline-content strong::after {
  content: '';
  position: absolute;
  top: -8px;
  /* Adjust space above the circle */
  left: -8px;
  /* Adjust space to the left of the circle */
  right: -8px;
  /* Adjust space to the right of the circle */
  bottom: -8px;
  /* Adjust space below the circle */
  border-radius: 50%;
  /* Make the outer border round */
  border: 2px solid #f5f3f1;
  /* Outer border color and thickness */
  background-color: white;
  /* Creates the white space between the circle and the border */
  z-index: -1;
  /* Places the outer border behind the circle */
}


.timeline-brief {
  background: #00274D;
  padding: 35px 30px 20px;
  max-width: 250px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  width: 250px;
}

.timeline-brief p {
  font-size: 18px;
  line-height: 1.42;
  color: #fff;
  font-weight: 500;
  margin: 0 0 15px;
}

.timeline-brief li {
  position: relative;
  font-size: 18px;
  line-height: 1.42;
  color: #fff;
  font-weight: 500;
  margin: 0 0 15px;
  list-style-type: none;
}

.timeline-brief li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 100%;
}

.timeline-brief::after {
  content: "";
  width: 65px;
  height: 26px;
  background: url(../images/newimages/triangle-blue-sm.png) no-repeat top center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-wrapper .timeline-content:nth-child(odd) .timeline-brief::after {
  transform: rotate(180deg) translateX(50%);
  top: 100%;
}

.timeline-wrapper .timeline-content:nth-child(odd) {
  flex-direction: column-reverse;
}



.about-section {
  position: relative;
}

.about-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.imageAbout img {
  width: 100%;
  object-fit: cover;
}

.imageAbout::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0px;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) -10.42%, #FFFFFF 0.33%, #FFFFFF 30.41%,
      rgba(255, 255, 255, 0) 59.94%);
}

.about-Bannercontents {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px;
}

.about-ButtonContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-ButtonContainer p {
  color: #2E2E2E;
}

.about-content {
  padding-top: 100px;
}

/*------about------*/
/*Client Page*/

.client-BannerRow {
  margin-top: 40px;
}

.client-Banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.client-Banner .sectionHeadings {
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.client-BannerRow .col-4:nth-child(1) .ClientCard {
  transform: rotate(-5.50deg);
  border-radius: 230px 18px 230px 230px;
}

.client-BannerRow .col-4:nth-child(2) .ClientCard {
  transform: rotate(9.22deg);
  border-radius: 18px 230px 230px 230px;
}

.client-BannerRow .col-4:nth-child(3) .ClientCard {
  border-radius: 230px 70px 70px 230px;
}

.ClientCard {
  overflow: hidden;
}

.ClientCard img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

/*Client Page*/

/*Career Page*/
.careertransparentcard .slick-prev:hover,
.careertransparentcard .slick-next:hover {
  background-color: unset !important;
}

.careertransparentcard .slick-next::before,
.careertransparentcard .slick-prev::before {
  background-color: unset !important;
  border: unset !important;

}

.careertransparentcard .slick-slide {
  text-align: left;


}

.career-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.career-banner .sectionHeadings {
  width: 100%;
  max-width: 650px;
  margin-bottom: 20px;
  text-align: center;
}

.banner-cardCareer {
  overflow: hidden;
}

.banner-cardCareer img {
  width: 100%;
  object-fit: fill;
  object-position: top center;
}

.career-row {
  margin-bottom: 30px;
}

.career-row .col-6:nth-child(1) .banner-cardCareer,
.career-row .col-6:nth-child(4) .banner-cardCareer {
  border-radius: 70px 8px 70px 8px;
}

.career-row .col-6:nth-child(2) .banner-cardCareer,
.career-row .col-6:nth-child(3) .banner-cardCareer {
  border-radius: 8px 70px 8px 70px;
}


/*team Page*/
.team-section::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0px;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) -10.42%, #FFFFFF 0.33%, #FFFFFF 35.41%,
      rgba(255, 255, 255, 0) 100.94%);
}

.team-section img {
  height: auto;
  max-height: 550px;
}

.team-section .sectionHeadings {
  width: 100%;
  max-width: 700px;
  text-align: center;
}

/*team Page*/

/* rewards Page
.reward-container {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  margin-top: 40px;
}

.reward-content .sectionHeadingThree {
  margin: 0 auto 35px;
  max-width: 360px;
}

.reward-div {
  margin: 0 50px 50px;
  position: relative;
}

.cards-reward {
  display: flex;
  gap: 10px;
  overflow: hidden;
  width: 100%;
  height: 170px;
  border-radius: 1500px;
  position: relative;
}

.cards-reward:first-child {
  margin-bottom: 25px;
}

.cards-reward:nth-child(2) {
  margin-bottom: 15px;
}

.cards-reward img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.reward-div .cards-reward:first-child {
  transform: rotate(3.17deg);
}

.reward-div .cards-reward:nth-child(2) {
  transform: rotate(-2.42deg);
}

.reward-div::after {
  content: "";
  height: 200px;
  width: 200px;
  background: url(../images/newimages/award-tag-new.png) bottom right / 100% no-repeat;
  position: absolute;
  right: -90px;
  top: 70px;
}

.cards-reward:last-child {
  background: rgba(255, 102, 0, 0.42);
  padding: 5px;
}

.cards-reward:last-child .single-reward:nth-child(2),
.cards-reward:last-child .single-reward:last-child {
  width: calc(54% / 2);
  border-radius: 100%;
  flex: none;
  overflow: hidden;
}

.cards-reward:last-child .single-reward:first-child {
  flex-grow: 1;
  border-radius: 1500px;
  overflow: hidden;
} */

/*rewards Page*/


/*----------------------------------------------------rewards Page-----------------------------------------------------*/
.reward-container {
  max-width: 790px;
  margin-inline: auto;
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.reward-content .sectionHeadingThree {
  margin: 0 auto 35px;
  max-width: 360px;
}

.reward-img {
  position: relative;
  margin-top: -280px;
  z-index: 0;
}

.reward-img img {
  width: 100%;
  height: auto;
}

.reward-banner {
  position: relative;
}

.reward-banner::before {
  content: "";
  background: url(../images/rewardsimg/orange-glow-left.png) no-repeat top left;
  height: 840px;
  width: 465px;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: -160px;
  z-index: 0;
}

.reward-banner::after {
  content: "";
  background: url(../images/rewardsimg/orange-glow-right.png) no-repeat top right;
  height: 990px;
  width: 420px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -180px;
  z-index: 0;
}

.reward__first {
  position: relative;
  padding: 110px 0;
  background: url(../images/rewardsimg/award-dotted-bg.png) no-repeat top center;
  background-size: cover;
}

.reward__first::before {
  content: "";
  width: 100%;
  height: 165px;
  background: url(../images/rewardsimg/top-white-gradient.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  inset-inline: 0;
  top: -23px;
  z-index: 0;
}

.reward__first::after {
  content: "";
  width: 100%;
  height: 235px;
  background: url(../images/rewardsimg/bottom-white-gradient.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  inset-inline: 0;
  bottom: -140px;
  z-index: 0;
}

.reward__first-box {
  background: #ffffff;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 40px 50px;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}

.reward__first-slider__item {
  display: block !important;
}

.reward__first-slider__item .heading-sm {
  justify-content: center;
  text-align: center;
}

.reward__first-slider__img {
  max-height: 240px;
  display: inline-block;
  margin-inline: auto;
}

.reward__first-slider__item .sectionHeadingTwo {
  margin-top: 30px;
}

.reward__first-box .slick-dots li {
  width: auto;
  height: auto;
}

.reward__first-box .slick-dots li button {
  width: 140px;
  height: 14px;
  border-radius: 20px;
  background: #D9D9D9;
  overflow: hidden;
  position: relative;
}

.reward__first-box .slick-dots li button::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  width: 0;
  height: calc(100% - 6px);
  border-radius: 20px;
  background: #ffffff;
  opacity: 1;
  transition: width .1s ease-in-out;
}

.reward__first-box .slick-dots li.slick-active button::before {
  width: calc(100% - 6px);
  transition: width 3s ease-in-out;
}

.reward__second {
  padding: 65px 0;
  background: url(../images/rewardsimg/rerward-second-bg.png) no-repeat top center;
  background-size: cover;
  position: relative;
}

.reward__second-slider {
  margin-left: 75px;
}
.reward__second-slider .slick-track {
  display: flex !important;
}

.reward__second-slider__item {
  position: relative;
  padding: 20px 30px !important;
  margin-right: 75px;
  height: inherit;
}

.reward__second-slider__item .sectionHeadingTwo {
  margin: 0;
}


.gray-curved-box,
.gray-curved-box-sm {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .2;
}

.gray-curved-box-sm {
  display: none !important;
}

.reward__second-slider__inner {
  display: flex;
  position: relative;
}

.gray-curved-box-text {
  flex-grow: 1;
  padding-right: 15px;
}

.gray-curved-box-img {
  width: 38%;
  flex: none;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 15px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 450px;
}

.gray-curved-box-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 330px;
}

.reward__second-slider__item p {
  font-size: 16px;
  line-height: 1.5;
  color: #2D2D2D;
  margin: 0;
  margin-top: 145px;
}

.gray-curved-box-text h2 {
  height: calc(100% / 2 - 70px);
  overflow: hidden;
  font-size: 32px;
}

.reward-year-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;

}


.reward__third {
  /* max-width: 1240px; */
  max-width: 1000px;
  margin: 60px auto;
  padding: 40px 0;
  position: relative;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 70px;
  overflow: hidden;
}

.reward__second::before {
  content: '';
  width: 100%;
  height: 195px;
  background: url(../images/rewardsimg/bottom-last-white-gradient.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  inset-inline: 0;
  bottom: -155px;
  z-index: 0;
}

.reward__third-slider .slick-list {
  padding: 0 27% 0 0 !important;
}
.reward__third-slider .slick-track{
  display: flex !important;
}
.reward__third-slider__item {
  display: flex !important;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  margin-left: 40px;
  margin-right: 15px;
  border-radius: 36px;
  height: inherit;
}

/* .reward__third-slider .splide__slide {
  margin-left: 45px;
} */

.reward__third-img__box {
  width: 100%;
  height: 330px;
  position: relative;
  border-radius: 36px;
  overflow: hidden;
}

.reward__third-img__box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  position: relative;
  z-index: 1;
  filter: brightness(.83);
}

.reward__third-img__box::before {
  content: '';
  height: 240px;
  background-size: 100%;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180.18deg, rgba(0, 0, 0, 0) 20.43%, rgba(0, 0, 0, 0.39) 99.84%);
}


.reward__third-img__box h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 0;
  position: absolute;
  inset-inline: 0;
  text-align: center;
  bottom: 25px;
  z-index: 3;
  padding-inline: 15px;
}

.reward__third-content {
  padding: 25px 25px;
  position: relative;
  flex-grow: 1;
}

.reward__third-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  margin: 0 0 10px;
  min-height: 56px;
}

.reward__third-content p {
  font-size: 15px;
  line-height: 1.4;
  color: #4F4F4F;
  margin: 0;
}

.reward__third-content::after {
  content: '';
  width: 100%;
  border: 2.68px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 36px 36px;
  border-top: none;
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  top: -36px;
  z-index: 0;
}







.video__block {
  text-align: center;
}

.video__block .heading-sm {
  justify-content: center;
}

.video__block p {
  width: 100%;
  max-width: 1250px;
  margin-inline: auto;
}

.video-heading {
  width: 100%;
  max-width: 585px;
  margin-inline: auto;
}


/* @media (min-width: 2000px){
  .reward__second-slider .slick-list {
    padding: 0 50% 0 0 !important;
  }
} */

@media (min-width: 2500px) {
  .reward__second-slider .slick-list {
    padding: 0 25% 0 0 !important;
  }

  .reward__second-slider {
    margin-left: 140px;
  }

  .reward__second-slider__item {
    margin-right: 80px;
  }
}

@media (min-width: 3000px) {
  .reward__second-slider {
    margin-left: 200px;
  }

  .reward__second-slider__item {
    margin-right: 110px;
  }
}


@media (max-width: 2200px) {
  .reward__second-slider .slick-list {
    padding: 0 37% 0 0 !important;
  }
}

@media (max-width: 1500px) {
  .reward__second-slider .slick-list {
    padding: 0 30% 0 0 !important;
  }
}


@media (max-width: 1400px) {

  .reward-banner::after {
    height: 850px;
    width: 360px;
  }

  .reward-banner::before {
    height: 700px;
    width: 370px;
  }

  .reward__first-box {
    max-width: 900px;
  }

  .reward__first::after {
    bottom: -110px;
  }

  .gray-curved-box-text h2,
  .reward-year-box h5 {
    font-size: 28px;
  }

  .reward__second-slider .slick-list {
    padding: 0 27% 0 0 !important;
  }

  .reward__second-slider__item p {
    margin-top: 138px;
  }

  .reward__second-slider {
    margin-left: 60px;
  }

  .reward__second-slider__item {
    margin-right: 60px;
  }

  .reward__third {
    max-width: 1000px;
  }

 
}

@media (max-width: 1200px) {
  .reward-img {
    margin-top: -200px;
  }

  .reward-banner::after {
    height: 730px;
    width: 300px;
  }

  .reward__first-box {
    max-width: 800px;
    border-width: 2px;
  }

  .reward__first-box .slick-dots li button {
    width: 115px;
    height: 12px;
  }

  .reward__first::after {
    bottom: -135px;
  }

  .reward__second-slider__item {
    margin-right: 45px;
  }

  .reward__second-slider {
    margin-left: 45px;
  }

  .reward__second-slider .slick-list {
    padding: 0 15% 0 0 !important;
  }

  .gray-curved-box-img {
    height: 385px;
  }

  .gray-curved-box-text h2,
  .reward-year-box h5 {
    font-size: 24px;
  }

  .reward__second-slider__item p {
    margin-top: 130px;
    font-size: 15px;
  }

  .reward__third {
    max-width: 100%;
    margin-inline: 35px;
  }

  .reward__third-img__box h2 {
    font-size: 25px;
  }

  .reward__third-content h3 {
    font-size: 18px;
    min-height: 56px;
  }

 

  .reward__third-img__box {
    height: 330px;
  }

  .reward__third-slider__item {
    margin-left: 30px;
    margin-right: 0;
  }

}

@media (max-width: 991.98px) {
  .reward-img {
    margin-top: -150px;
  }

  .reward-banner::before {
    height: 540px;
    width: 310px;
  }

  .reward-banner::after {
    height: 550px;
    width: 250px;
  }

  .reward__first-box {
    max-width: 730px;
  }

  .reward__first-box .slick-dots li button {
    width: 100px;
    height: 10px;
  }

  .reward__first-slider__img {
    max-height: 170px;
  }

  .reward__first::before {
    top: -14px;
  }

  .reward__first::after {
    bottom: -184px;
  }

  .reward__first {
    padding: 90px 0 50px;
  }

  .reward__second {
    padding: 35px 0;
  }

  .reward__second-slider .slick-list {
    padding: 0 !important;
  }

  .reward__second-slider {
    margin-left: 20px;
  }

  .reward__second-slider__item {
    margin-right: 20px;
  }

  .reward__third-slider .slick-list {
    padding: 0 17% 0 0 !important;
  }

  .reward__third-img__box {
    height: 300px;
  }

  .reward__third-img__box h2 {
    font-size: 22px;
  }

  .reward__third {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .reward__second::before {
    bottom: -60px;
  }
}



@media (max-width: 767.98px) {
  .reward-img {
    margin-top: -100px;
  }

  .reward-banner::before {
    height: 450px;
    width: 220px;
  }

  .reward-banner::after {
    height: 430px;
    width: 180px;
  }

  .reward__first-box {
    max-width: 94%;
    padding: 35px 15px;
  }

  .reward__first-box .slick-dots li button {
    width: 70px;
    height: 8px;
  }

  .reward__first {
    padding: 70px 0 50px;
  }

  .reward__first-slider__img {
    max-height: 145px;
  }

  .reward__first::before {
    top: -10px;
  }

  .reward__second-slider__inner {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .gray-curved-box-img {
    height: 250px;
    width: 100%;
    align-items: center;
  }

  .gray-curved-box {
    display: none !important;
  }

  .gray-curved-box-sm {
    display: block !important;
  }

  .reward__second-slider .slick-list {
    padding: 0 40% 0 0 !important;
  }

  .reward-year-box {
    top: 10px;
    transform: translateX(-50%);
    left: 50%;
  }

  .gray-curved-box-text h2,
  .reward-year-box h5 {
    font-size: 18px;
  }

  .gray-curved-box-text h2 {
    height: auto;
  }

  .reward__second-slider__item p {
    margin: 20px 0;
    font-size: 14px;
  }

  .gray-curved-box-text {
    margin-top: 70px;
  }

  .reward__third-slider .slick-list {
    padding: 0 !important;
  }

  .reward__third-slider__item {
    margin-left: 0;
    margin-right: 15px;
  }

  .reward__third {
    border: none;
    border-radius: 0;
  }

 

  .reward__third-img__box h2 {
    font-size: 20px;
    bottom: 20px;
  }

  .reward__third {
    margin: 0 20px;
  }

  .reward__third-content h3 {
    min-height: auto;
    font-size: 16px;
  }


}

@media (max-width: 576px) {
  .reward-img {
    margin-top: -75px;
  }

  .reward__first {
    padding: 50px 0;
  }

  .reward__second {
    padding: 25px 0;
  }

  .reward__first-slider__img {
    max-height: 125px;
  }

  .reward__second-slider .slick-list {
    padding: 0 !important;
  }


  .reward__third {
    padding: 40px 0 10px;
  }
}

@media (max-width: 480px) {
  .reward-img {
    margin-top: -48px;
  }
}



/*service Page*/
.service-Banner {
  position: relative;
  padding-bottom: 70px;
}

.service-Banner .row {
  align-items: center;
}

.service-Banner .sectionHeadings {
  line-height: 1.2;
}

.gallery {
  margin-right: -40px;
  margin-left: -100px;
}

.hiring-banner .gallery {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.gallery img {
  width: 100%;
}

.gallery-contents {
  display: flex;
  background-color: #000000;
  transform: rotate(36deg);
}

.singlepic {
  overflow: hidden;
}

.gallery-partsOne .singlepic:nth-child(1) {}

.gallery-partsOne .singlepic:nth-child(2) {
  transform: rotate(-84deg);
}

.gallery-partsTwo .singlepic:nth-child(1) {}

.gallery-partsTwo .singlepic:nth-child(2) {
  border-radius: 0px 0px 190px 190px;

}

.gallery-partsThree .singlepic:nth-child(1) {}

.gallery-partsThree .singlepic:nth-child(2) {}

.singlepic img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  width: 170px;
  height: 190px;
}

/*service Page*/

/*hiring-model page*/
.modelcard-Wrapper {
  max-width: 900px;
  margin-inline: auto;
}

/*hiring-model page*/

/*----------------------New Hero-section End-----------------------------*/


/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  background-color: #00274D;
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 15px 0px;
  box-shadow: 0 4px 6px transparent;
  transition: box-shadow 0.4s ease-in-out;
}

#header.sticky {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Optional, for shadow effect */
  transition: box-shadow 0.4s ease-in-out;
}

.header-curve {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48%;
  max-width: 730px;

}

.header-curve img {
  height: 100%;
  width: 100%;
}

#header.fixed-top {
  height: 70px;
}



#header .logo {
  position: relative;
  z-index: 1;

}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 90px;
}

.scrolled-offset {

  margin-top: 70px;
}




.header-curvetwo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48%;
  max-width: 650px;

}

.header-curvetwo img {
  height: 100%;
}



.offcanvas {
  width: 250px;
}

.navbar-nav {
  margin: 6.5px 4px;
}


.navbar {
  position: fixed;
  inset-inline: 0;
  top: 0;
  width: 100%;
  min-height: 72px;
  margin-bottom: 0px;
  display: none;
}



.offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: 3.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem;
}

.navbared {
  font-size: 22px;
  padding: 0;


}

.navbared ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbared li {
  position: relative;

}

.navbared>ul>li {
  white-space: nowrap;
  padding-left: 40px;
}

.menulist li a {
  padding: 10px;
  border-radius: 12px 12px 0 0;
  background-color: transparent;
}


.menulist li.active>a {
  /* Only apply to main menu */
  position: relative;
  color: #FFFFED;
  font-weight: bold;
}


.menulist li.active>a::after {
  /* Underline only for main menu */
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  /* Adjust the distance from text */
  width: 100%;
  height: 3px;
  background-color: #ff4500;
  /* Active underline color */
  border-radius: 2px;
}

.navbared a,
.navbared a:focus {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFED;
  line-height: 1;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbared a i,
.navbared a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbared>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.4px;
  bottom: 0px;
  left: 0;
  background-color: #FF6600;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbared .dropdown:active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.4px;
  bottom: 0px;
  left: 0;
  background-color: #FF6600;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbared a:hover:before,
.navbared li:hover>a:before,
.navbared .active:before {
  visibility: visible;
  width: 100%;
}

.navbared a:hover,
.navbared .active,
.navbared .active:focus,
.navbared li:hover>a {
  color: white;
  /* background-color: #012D57; */

}

.navbared .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: black;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbared .dropdown ul li {
  min-width: 200px;
}

.navbared .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbared .dropdown ul a i {
  font-size: 12px;
}

/* .navbared .dropdown ul a:hover,
.navbared .dropdown ul .active:hover,
.navbared .dropdown ul li:hover>a {
  color: #7b7e81;
} */

.navbared .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbared .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbared .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.header-svg {
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;

}

/*-------------------------------------
          2. Header
  --------------------------------------*/
.top-area {
  position: relative;
  z-index: 9999;
}

nav.navbar.bootsnav.no-background {
  background: url(header.png)no-repeat;
  background-size: cover;
  border: none;

}

nav.navbar.bootsnav {
  background: url(header.png);
  border-bottom: transparent;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
  display: inline-block;
  color: #d92cf9;
  font-size: 20px;
  font-weight: 600;
  padding: 33px 0px 57px;
  text-transform: uppercase;
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav>li>a {
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav>li>a {
  padding: 35px 30px;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus,
nav.navbar.bootsnav ul.nav>li.active>a {
  color: #d92cf9;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
  content: "";
}

nav.navbar.bootsnav ul.nav>li.dropdown span {
  font-size: 8px;
  margin-left: 15px;
}

.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav>li>a {
  color: #6a708e;
}

.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav>li>a:hover,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav>li>a:focus,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav>li.active>a {
  color: #d92cf9;
}

/*.nav li*/



/*.menu-ui-design*/
.menu-ui-design {
  overflow-y: scroll;
  height: 350px;
}

.menu-ui-design::-webkit-scrollbar {
  width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #d92cf9;
}

/*.menu-ui-design*/



/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
  position: relative;
  background-color: transparent;
  border: 1px solid #d92cf9;
  padding: 10px;
  top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
  color: #d92cf9;
}

/*-------------------------------------
          3. hero-section new
  --------------------------------------*/


.hero-main {
  margin-top: 119px;
  padding-top: 50px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.sectionHeadings {
  color: #2E2E2E;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.4;
}

.hero-main .sectionHeadingBanner {
  color: #2E2E2E;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.4;
}

.hero-main .sectionHeadingBanner span {
  color: #ff6600;
}

.hero-main .sectionHeadingThree {
  max-width: 400px;
}

.hero-main-img img {
  max-height: 700px;
}

.hero-main__text {
  align-self: center;
  position: relative;
  z-index: 2;
}

.hero-main::after {
  content: "";
  height: 200px;
  width: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) -10.42%, #FFFFFF 0.33%, #FFFFFF 20.41%, rgba(255, 255, 255, 0) 100.94%);
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 0;
}

/* .hero-main::before{
  content: "";
  width: 680px;
  height: 890px;
  background: url(../images/bodyimg/hero-ellipse.png) no-repeat right top;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
} */
.hero-main-img {
  position: relative;
}

.hero-main-img::before {
  content: "";
  width: 270px;
  height: 160px;
  background: url(../images/bodyimg/hero-fb-review.png) no-repeat left bottom;
  background-size: 100%;
  position: absolute;
  left: -85px;
  bottom: 100px;
  z-index: 1;
  backdrop-filter: blur(10px);
  box-shadow: 1.6px 1.6px 7.46px 0px rgba(0, 0, 0, 0.251);
  border-radius: 20px;

}

.hero-main-img::after {
  content: "";
  width: 250px;
  height: 175px;
  background: url(../images/bodyimg/hero-google-review.png) no-repeat left bottom;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 1;
  backdrop-filter: blur(10px);
  box-shadow: 1.47px 1.47px 6.83px 0px rgba(0, 0, 0, 0.251);
  border-radius: 20px;
}

.mouse_move {
  position: absolute;
  top: -30px;
  right: 25px;
  left: 0;
}

.mouse_move img {
  position: absolute;
  max-width: 60px;
}

#hero_icon_1 {
  left: -70px;
}

#hero_icon_2 {
  left: 22%;
}

#hero_icon_3 {
  left: 55%;
}

#hero_icon_4 {
  left: 86%;
  top: 20px;
}

#hero_icon_5 {
  top: 100px;
  left: 35px;
}

#hero_icon_6 {
  top: 140px;
  left: 70%;
}

#hero_icon_7 {
  top: 170px;
  right: -40px;
}







/*-------------------------------------
          3.  Welcome-hero
  --------------------------------------*/
.welcome-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 800px;
  margin-top: 119px;
}

.hero-gapping {
  margin-top: 119px;
  padding-top: 40px;
  background-color: #FFFFFF;
}

.team-section {
  position: relative;
}

/* #welcome-heroOne {
  background: url(../images/bodyimg/containerimg.png)no-repeat;
  background-size: cover;
  background-position: top;

} */

#welcome-heroReward {
  background: url(../images/rewardsimg/rewardbanner.png)no-repeat;
  background-size: cover;
  background-position: top;

}

/* #welcome-heroService {
  background: url(../images/serviceimages/mainbanner.png)no-repeat;
  background-size: cover;
  background-position: top;

} */
#welcome-heroCase {
  background: url(../images/aboutimage/casebanner.png)no-repeat;
  background-size: cover;
  background-position: top;

}

#welcome-heroaboutSecond {
  background: url(../images/aboutimage/aboutSecondBanner.png)no-repeat;
  background-size: cover;
  background-position: top;

}

#welcome-heroOne:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  background: rgba(31, 44, 108, .65);
  width: 50%;
  height: 100%;
}

#welcome-heroservice:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  background: rgba(31, 44, 108, .65);
  width: 50%;
  height: 100%;
}

#welcome-heroCase:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  background: rgba(31, 44, 108, .65);
  width: 100%;
  height: 100%;
}

#welcome-heroaboutSecond:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  background: rgba(31, 44, 108, .65);
  width: 100%;
  height: 100%;
}

.welcome-hero h6 {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  color: #FF6600;

}

#welcome-heroOne .header-text {
  position: absolute;
  left: 100px;
  top: 50%;
  max-width: 48%;
  transform: translateY(-50%);
  z-index: 1;
  margin-right: 130px;
}

#welcome-heroCase .header-text {
  position: absolute;
  left: 100px;
  top: 50%;
  max-width: 50%;
  transform: translateY(-50%);
  z-index: 1;

}

#welcome-heroaboutSecond .header-text {
  position: absolute;
  left: 100px;
  top: 50%;
  max-width: 50%;
  transform: translateY(-50%);
  z-index: 1;

}

#welcome-heroReward .header-text {
  position: absolute;
  left: 50px;
  top: 50%;
  max-width: 800px;
  transform: translateY(-50%);
}

#welcome-heroService .header-text {
  position: absolute;
  left: 100px;
  top: 50%;
  max-width: 998px;
  transform: translateY(-50%);
  z-index: 1;
}

.para-service {
  max-width: 670px;
}


/*.header-text-area*/
.headingtwowhite {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-weight: 700;
  line-height: 1.28;
}

.headingtwoblack {
  color: #0c0a0a;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
}

.headingtwowhite span {
  color: #d92cf9;
}

.headingparawhite {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 40px 0;

}



.headinganchor a {
  text-decoration: none
}



.sticky+.welcome-hero {
  padding-top: 60px;
}


.icon {
  margin-right: 10px;
  vertical-align: middle;
}

.icon-section {
  display: flex;

  justify-content: end;
  align-items: center
}

.icon-section ul {
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFED;
  display: inline-flex;
  gap: 15px;
}

.icon {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.active {
  border-radius: 12px 12px 0 0;
}

.moved {
  position: absolute;
  bottom: 5px;
}

.movedhm {
  position: absolute !important;
  bottom: 0px;
  margin-bottom: -35px;
}

#dhm-button {

  border-radius: 24px;
  padding: 2px;
  width: 134px;
  height: 40px;
  border: 1px solid #FF6600;
  background-color: #FFFFED;
  color: #FF6600;
  transition: all 0.3s ease;
}


.lists a {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  color: #2E2E2E;
  text-align: center;
}

.listmobile a {
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-size: 500;
  color: #2E2E2E;
  text-align: center;
}


.subscription {
  position: relative;
  width: 100%;

}

.subscription::before {
  content: "";
  height: 100%;
  width: 70%;
  background: #00274D;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.contactdetails {
  padding: 100px 0;
}

.description {
  line-height: 1.5;

}

p {
  line-height: 1.5;
}

.navbar .navbar-brand {
  position: relative;
}


.navbar-nav .nav-item {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  margin-right: 20px;
}

.navbar-nav .nav-link {
  font-size: 16px;

}

.navbar-nav .nav-item {
  font-family: "poppins", sans-serif;

}


.navbared ul li i {
  color: #FFFFED;
  font-size: 18px;
}

/*----offcanvas-----*/
/* Offcanvas container */
.offcanvas {
  width: 250px;
}

/* Nav items inside offcanvas */
.offcanvas .nav-item .nav-link {
  color: inherit !important;
}

/* Close button for offcanvas */
.btn-close {
  opacity: 2.5 !important;
}

/* Dropdown items inside offcanvas */
.offcanvas .dropdown-item {
  font-size: 14px;
  padding: 10px 20px;
}

/* Styles for the arrow next to dropdown toggle */
.offcanvas .dropdown-toggle .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  vertical-align: middle;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Main items when hovered (for visual feedback) */
.offcanvas .nav-item:hover,
.offcanvas .dropdown-item:hover {
  background-color: #00274D;
}

/* Offcanvas social icons */
.iconsoffcanvas {
  margin-top: 25px;
  gap: 15px;
  border-top: 1px solid #FFFFED;
  padding-top: 10px;
}

.iconsoffcanvas a {
  font-size: 18px;
}



/* Adjust margin for .nav-item to shift down when a submenu opens */
.offcanvas .navbar-nav .nav-item {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  margin-right: 20px;
  transition: margin-bottom 0.3s ease;
  /* Smooth transition for margin change */
}

/* Reset bottom margin when submenu closes */
.offcanvas .navbar-nav .nav-item.open-submenu {
  margin-bottom: 10px;
  /* Adjust this value to control the spacing when a submenu is open */
}

/* Reset arrow rotation when the submenu is closed */
.offcanvas .nav-link.dropdown-toggle[aria-expanded="false"] .arrow {
  transform: rotate(45deg);
}

/* Dropdown toggle when submenu is open (rotating arrow) */
.offcanvas .nav-link.dropdown-toggle[aria-expanded="true"] .arrow {
  transform: rotate(225deg);
}

/* Submenu items should not overlap the main menu items */
.offcanvas .dropdown-menu.show {
  margin-top: 10px;
  /* Adjust this as needed to prevent overlapping */
  z-index: 1050;
  /* Ensure submenu appears above the main menu */
}

/* Offcanvas header styling */
.offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: 3.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem;
}


/*----offcanvas-----*/

.offcanvas {
  background-color: #00274D;
  width: 250px;
}

.offcanvas .nav-item .nav-link {
  color: #fff !important;
}

.btn-close {
  opacity: 2.5 !important;
}

.offcanvas .dropdown-item {
  background-color: #00274d !important;
  font-size: 14px;
}

.imgflow {
  position: absolute;
  background-color: #ffffed7d;
  height: 80%;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 50%;
}




/*-------------------------------------
        4.  About
--------------------------------------*/
.about {
  margin-bottom: 100px;
  background-image: url(../images/bodyimg/midsectionmain.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 100px;


}


.about-content {
  padding-top: 100px;
}

/*.single-about-txt*/
.single-about-txt h3 {
  font-size: 18px;
  color: #3c4258;
  text-transform: initial;
  line-height: 1.8;
}

.single-about-txt p {
  font-size: 16px;
  color: #999fb3;
  padding: 35px 0 43px;
  border-bottom: 1px solid #999fb3;
}

.single-about-add-info {
  margin: 35px 0;
}

.single-about-add-info h3 {
  color: #636a82;
  font-size: 16px;
  text-transform: capitalize;
}

.single-about-add-info p {
  font-weight: 300;
  border: 0;
  padding: 0;
  margin-top: 3px;
}

/*.single-about-txt*/

/*.single-about-img */
.single-about-img {
  position: relative;
  box-shadow: 0 5px 20px rgba(14, 25, 80, .30);
}

.single-about-img:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 109%;
  height: 100%;
  background: rgba(31, 44, 108, .3);
}

.single-about-img img {
  max-width: 500px;
  height: 468px;
}



.about-list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 109%;
  height: 90px;
  background: #1f2c6c;
}

/*.ab-list-icon */
.about-list-icon ul {
  display: flex;
}

.about-list-icon ul li a {
  padding-right: 22px;
  cursor: pointer;
  color: #fff;
}

.about-list-icon ul li a {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  border: 2px solid;
  margin-left: 20px;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}

.about-list-icon ul li a i {
  margin-left: 6px;
}

/*.ab-list-icon */

/*.single-about-img */

/*-------------------------------------
        5.  Education
--------------------------------------*/

.education {
  background-image: url(../images/bodyimg/vision2.png);
  background-size: contain;
  padding-top: 50px;
  height: 780px;
  margin-top: 100px;

}

#mid-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;



}

.slider-container .slick-dots {
  display: none !important;
}



#vision {

  margin-left: 0px;
  background-size: contain;
  background-repeat: no-repeat;


}


.education-horizontal-timeline {
  padding: 80px 0;
}


.portfolio {
  padding: 50px 0 100px;
  border: 1px solid #e5ebf2;
}

.portfolio-content {
  padding-top: 100px;
}

/* ---- .item ---- */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}


/*--------------------------About our clients page------------------------*/
/* .about-hero {
  position: relative;
  padding: 0;
  min-height: auto;
  max-height: inherit;
  background: url(../images/aboutimage/our-client-hero-image.jpg) no-repeat center;
  background-size: cover;
  min-height: 680px;
  max-height: 680px;
} */

/* .aboutmain-hero{
  background-image :url(../images/aboutimage/aboutmain.png);
} */
/* .ourteam-hero{
  background-image: url(../images/aboutimage/aboutSecondBanner.png);
} */
/* .careerpage{
  background-image: url(../images/aboutimage/careermain.png);
} */
/* .caseStudies{
  background-image: url(../images/aboutimage/casebanner.png);
} */
.rewardBanner {
  background-image: url(../images/rewardsimg/rewardbanner.png);

}

hr {
  border-top: 2px dashed #8C9EAF;
  background: none;
}



.about-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 39, 77, 0.588);
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-text-wrapper {
  position: absolute;
  inset-inline: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.aboutsectioncol .hero-text-wrapper .header-text {
  width: 70%;
}

.hero-text-wrapper .header-text h6 img {
  max-width: 30px;
}

.clients-benefit {
  padding: 70px 0;
}

.sectionHeadingTwo {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.46;
  margin-top: 16px;
  color: #2E2E2E
}

.dedicatedhiring .sectionHeadingTwo {
  color: #FFFFFF;
}

.sectionHeadingThree {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.8 !important;
  margin-top: 20px;
  color: #555555;
}


.sectionHeadingbtn {
  display: block;
  border-radius: 24px;
  /* background-color: #FF6600; */
  color: #FFFFED;
  width: 280px;
  margin-top: 30px !important;
  padding: 12px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.job-btn {
  width: 240px;
  margin: 10px 0px 48px 0px !important;
}

.querydetails .sectionHeadingbtn:hover,
.querydetails .sectionHeadingbtn:focus {
  color: #FFFFED;
  border: 1px solid #FFFFED !important;
}

.connect__expert--brief .sectionHeadingbtn:hover,
.connect__expert--brief .sectionHeadingbtn:focus {
  color: #00274d;
}

.sectionHeadingbtn svg path {
  transition: all 0.3s ease-in-out;
}


.sectionHeadingbtn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00274d;
  transition: all .3s;
  border-radius: 24px;
  z-index: -1;
}

.sectionHeadingbtn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF6600;
  transition: all .3s;
  border-radius: 24px;
  z-index: -2;
}

.sectionHeadingbtn:hover:before,
.sectionHeadingbtn:focus:before {
  width: 100%;
}

.sectionHeadingbtn:hover,
.sectionHeadingbtn:focus {
  color: #FFFFED;
}

.queries .sectionHeadingbtn__light:hover:before {
  background-color: #00274d !important;
  border: 1px solid #FFFFED;
}

.queries .sectionHeadingbtn__light:hover,
.sectionHeadingbtn__light:focus {
  color: #FFFFED;
  border: 1px solid #FFFFED;
}

.sectionHeadingbtn__light:before {
  background-color: #fff;

}

.sectionHeadingbtn__light:hover,
.sectionHeadingbtn__light:focus {
  color: #00274d;
}

.sectionHeadingbtn__light:hover svg path,
.sectionHeadingbtn__light:focus svg path {
  fill: #00274d;
}

.btn-secondary {
  width: auto;
}

.btn-secondary::after {
  background: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
  border-color: transparent !important;
}

.formsubmission .sectionHeadingbtn,
.mainquote .sectionHeadingbtn {
  max-width: 240px;
  border-radius: 24px;
  font-size: 16px;
  box-shadow: none !important;
}

.leadbtn {
  padding: 8px 30px;
  font-size: 14px;
  width: auto;
}

.subscription .sectionHeadingbtn {
  margin-top: 0 !important;
}

.formsubmission .inputsfile {
  color: #777;
}



.client-logo-series {
  margin-top: 65px;
  align-items: center;
}

.client-logo-series img {
  max-height: 85px;
}

.our-vision {
  position: relative;
  padding: 60px 0;
  background: url(../images/aboutimage/our-vision.jpg) no-repeat center;
  background-size: cover;
}

/* .service-vision{
  background: url(../images/serviceimages/frameservicemain.png) no-repeat center;
  background-size: cover;

} */
.our-vision::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 39, 77, 0.588);
  position: absolute;
  inset: 0;
  z-index: 0;
}

.our-vision .container {
  z-index: 1;
  position: relative;
}

.our-vision .sectionHeadingTwo,
.our-vision .sectionHeadingThree {
  color: #fff;
}

.our-vision-content {
  width: 100%;
  max-width: 760px;
}

.our-work {
  padding: 60px 0px;
}

.our-work-brief {
  width: 100%;
  max-width: 1000px;
}

.our-work .container::after {
  content: "";
  width: 170px;
  height: 170px;
  background: url(../images/aboutimage/lattice-pattern.png) no-repeat right top;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.project-slider .sectionHeadingbtn:hover,
.sectionHeadingbtn:focus {
  color: #FFFFFF;
  border: 1px solid #FFFFFF !important;
}

.project-card {
  height: 280px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.project-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  transition: transform 0.45s ease-in;
  will-change: transform;
}

.project-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 39, 77, 0.68);
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: background 0.36s ease-in;
}

.project-card:hover::after {
  background: rgba(0, 39, 77, 0.8);
  transition: background 0.36s ease-in;
}

.project-card:hover img {
  transition: transform 0.45s ease-in;
  transform: scale(1.08);
}

.project-card-inner {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 30px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.project-card-inner h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  max-height: 40px;
}

.project-card-inner h4 p {
  margin: 0;
}

.btn-secondary {
  background: #fff;
  border: 1px solid #FF6600;
  border-radius: 24px;
  padding: 11px 45px;
  font-size: 16px;
  font-weight: 500;
  color: #FF6600;
  transition: all 0.3s ease-in-out;
}

.project-slider .btn-secondary {
  color: #FF6600;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #FF6600;
  color: #fff;
}

/* .our-work .btn-secondary:hover,
.our-work .btn-secondary:focus {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #fff;
} */

/* .project-card-inner .btn-secondary{
  width: max-content;
} */
.project-card.slick-slide {
  margin: 0 15px;
}

.project-slider {
  margin: 50px -15px 0;
}





/*-------------------------------------
        10. Clients
--------------------------------------*/
.footerarea {
  background-color: #f4f4f4;
}

.locate-icon {
  margin-top: 3px;
}

.footerarea {
  display: flex;
  align-items: center;
  padding: 30px 0px;
}

.footerarea img {
  max-width: 160px;
}

.footerarea .container {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footerarea .item {
  padding: 8px 7px;
  width: 225px;
  height: 193px;
}

.footerone .footerarea .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}


/*-------------------------------------
        11. Contact
--------------------------------------*/
.contact {
  background: #f9fbfd;
  padding: 50px 0 100px;
}

.single-contact-box {
  padding-top: 100px;
}

.contact-form .form-group {
  margin-bottom: 25px;

}

.contact-form .form-control {
  padding: 25px;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  outline: 0 !important;
  background: #fff;
  color: #636a82;
  resize: none;
}

/*--contct button--*/
.contact-form .single-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-transform: capitalize;
  margin-top: 3px;
  background: #b636ff;
  border: 1px solid #b636ff;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.contact-form .single-contact-btn .contact-btn,
.contact-form .single-contact-btn .contact-btn:focus {
  margin-top: 0px;
  outline: 0 !important;
  border: 0;
  color: #fff;
  border-radius: 0px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;

}

.single-contact-btn:hover {


  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

/*--contct button--*/

/* contact-adress */
.contact-add-head h3 {
  font-size: 24px;
  color: #3c4258;
}

.contact-add-head p {
  font-size: 16px;
  text-transform: capitalize;
  color: #636a82;
  font-weight: 300;
  margin-top: 6px;
}

/* contact-adress */

/*.contact-add-info */
.contact-add-info {
  margin: 42px 0 52px;
}

.single-contact-add-info h3 {
  color: #636a82;
  font-weight: 500;
}

.single-contact-add-info p {
  color: #999fb3;
  font-size: 16px;
  margin-top: 18px;
}

.single-contact-add-info {
  margin-bottom: 26px;
}

/*.contact-add-info */

/*hm-foot-icon*/
.hm-foot-icon {}

.hm-foot-icon ul li {
  float: left;
}

.hm-foot-icon ul li>a {
  color: #636a82;
  margin-right: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.hm-foot-icon ul li>a:hover {
  color: #b636ff;
}

/*hm-foot-icon*/



.hm-footer-copyright p {
  color: #888ea5;
  text-transform: capitalize;
  padding: 38px 0;

}

.hm-footer-copyright p a {
  color: #888ea5;
}

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background: #b636ff;
  border: 1px solid #b636ff;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}

#scroll-Top .return-to-top:hover {
  background: #fff;
  color: #b636ff;
  border: 1px solid #b636ff;
}

#scroll-Top .return-to-top i {
  position: relative;
  bottom: 0;

}

#scroll-Top .return-to-top i {
  position: relative;
  animation-name: example;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

@keyframes example {
  0% {
    bottom: 0px;
  }

  100% {
    bottom: 7px;
  }
}

#rt {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer {
  color: #777777;
  background-color: #F4F4F4;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid black;
  text-align: left;
}

.all-socialLinks .fab {
  font-size: 20px;
  color: #FFFFED;
  background-color: #ff6600;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}


.all-socialLinks {
  gap: 10px;
}

footer .footer-top {
  padding-top: 20px;
  padding-bottom: 20px;

}


.footer {
  padding: 40px 0 0;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 10px;
}

.footer .footer-about .logo img {
  max-height: 80px;
  margin-right: 6px;
}

.copy .row {
  padding-top: 20px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ff6600;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer .social-links a i {
  position: relative;
  z-index: 1;
}

.footer .social-links a:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #00274d;
  border-radius: 100%;
  position: absolute;
  inset: 0;
  transform: scale(0);
  transition: all 0.2s ease-in;
  z-index: 0;
}

.footer .social-links a:hover:before {
  transform: scale(1.04);
}

.footer .social-links a:hover {
  color: #fff;
}


.footer h4 {
  font-size: 16px;
  position: relative;
  padding-bottom: 12px;
  color: #2E2E2E;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 0px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 2px;
  display: flex;
  align-items: center;
}



.footer .footer-links ul li a {
  text-align: left;
  font-size: 14px;

}




.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1.5;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.copy p {
  font-size: 16px;
}

.footer .credits {
  margin-top: 8px;
  font-size: 13px;
}


.custom-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 10px;
}

.custom-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.custom-list img {

  width: 30px;
  height: 30px;
  margin-right: 10px;
}




.subscribe {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 0px;






}

.eimages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.sliders {
  margin-top: 100px;
}

.subscription .subimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;


}


/*subscribe-title*/
/* .subscription .subscribe-title {
   position: absolute;
  top: 50px;
  
  left: 15px;
text-align: left


} */
.subscription .eimages {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
}

.pattern {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 106px;
  left: 70%;
}

.pattern img {
  width: 100%;
  height: 100%;
}


.subscribe-title p {
  color: #7b8088;
  font-size: 16px;
  font-weight: 500;
  margin-top: 28px;

}

/*subscribe-title*/


/*custom-input-group*/
.subscription-input-group {
  position: relative;
  text-align: center;
  max-width: 630px;
  margin-left: -159px;

}


.subscription-input-group .subscription-input-form {
  display: inline-block;
  width: 50%;
  height: 56px;
  padding-left: 30px;
  font-size: 16px;
  color: #a5adb3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 24px;
  border: 1px solid #fff;
  box-shadow: 0 0px 10px rgba(21, 19, 19, .1);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.subscription-input-group:hover .subscription-input-form {
  box-shadow: 0 5px 20px rgba(21, 19, 19, .4);
}

/*appsLand-btn*/
.appsLand-btn {
  position: absolute;
  top: 0;
  right: -74px;
  background: #FF6600;
  display: inline-block;
  width: 300px;
  height: 56px;
  line-height: 60px;
  text-decoration: none;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.appsLand-btn:hover,
.appsLand-btn:focus,
.appsLand-btn:active {
  text-decoration: none;
  outline: none;
}

.appsLand-btn:hover {
  box-shadow: 0 5px 10px rgba(71, 71, 71, .4);
  background: #f43032;
}


.services-section .list-topics {
  padding: 0;
  margin: 50px;

}

.services-section {
  padding: 50px 15px;
}

.services-section .sectionHeadingbtn {
  margin-inline: auto;
}


.service-card:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.service-card i {
  font-size: 36px;
  color: #ff6600;
}

.mobile-list-topics-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #fff;

  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0px 10px rgba(71, 71, 71, .2);
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;

}


.mob {
  display: flex;
  justify-content: center;
  align-items: center;
}

#hide {
  display: none;
}


#btnview {
  border-radius: 24px;
  padding: 2px;
  width: 134px;
  height: 40px;

  border: 1px solid #FF6600;
  background-color: white;
  color: #FF6600;
}

.moveService {
  position: absolute !important;
  bottom: 0px;
  margin-bottom: 25px;

}


/* .btn{
  width: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
} */


/*appsLand-btn*/
.list-topics-content {
  position: relative;
  top: 12px;
  z-index: 1;
}

.list-topics-content ul li {
  display: inline-block;
}

.single-list-topics-content {
  display: flex;
  align-items: center;
  flex-direction: column;

  padding: 30px 90px;
  height: 100%;
  text-align: center;
  background: #fff;
  border-radius: 24px;
  /* margin-right: 20px;
    margin-bottom: 20px; */
  box-shadow: 0 0px 10px rgba(71, 71, 71, .2);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;

}

.single-list-topics-content:hover {
  background: #00274d;
}

.single-list-topics-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.26;
  transition: all 0.3s ease;
}

.single-list-topics-content:hover p a {
  color: #fff;
}

/* .single-list-topics-content h2>a { margin: 13px 0;} */
/*.single-list-topics-content:last-child{margin-right: 0;}*/

.single-list-topics-icon [class^="flaticon-"]:before,
.single-list-topics-icon [class*=" flaticon-"]:before,
.single-list-topics-icon [class^="flaticon-"]:after,
.single-list-topics-icon [class*=" flaticon-"]:after {
  font-size: 45px;
  color: #343a3f;
}

.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:before,
.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:before,
.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:after,
.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:after {
  color: #fff;
}

.single-list-topics-content:hover h2>a,
.single-list-topics-content:hover p {
  color: #fff !important;
}

.single-list-topics-content:hover {
  color: #fff;
  /* border: 10px solid transparent;
  border-image: linear-gradient(90deg, #ff7e7eca, #c6bfbf);
  border-image-slice: 1; */
  box-shadow: 0 5px 10px rgba(71, 71, 71, .4);

}

.single-list-topics-content {
  position: relative;
}

.lists .listimg {
  min-height: 100px;
  margin-bottom: 20px;
  max-height: 100px;
}

.lists {
  position: relative;
  padding-bottom: 100px;
}

.indexmovedown {
  position: absolute;
  bottom: 0px;
  margin-bottom: 15px;


}

.listimg img {
  height: 100%;
  transition: filter 0.3s ease-in-out;
}

.single-list-topics-content:hover .listimg img {
  filter: invert(1) brightness(2);
}

.slider-container {
  display: flex;
  flex-wrap: wrap;
}

.slider-container .col-md-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}



.reviewed {
  padding: 90px 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.reviews-content {
  margin-top: 36px;
}

/*single-testimonial-box */
.single-testimonial-box {
  margin-right: 10px;
  padding: 12px 7px;
  box-shadow: 0 0px 5px rgba(71, 71, 71, .2);
  overflow-x: hidden;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single-testimonial-box:hover {
  box-shadow: 0 10px 20px rgba(21, 19, 19, .2);
}

.slick-current .single-testimonial-box {
  box-shadow: 0 10px 20px rgba(21, 19, 19, .2);
}

/*testimonial-description*/
.single-testimonial-box {
  width: 213px;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 16px;
}

/* testimonial-info */
.testimonial-info {
  display: flex;
  align-items: center;
  text-transform: capitalize;

}

.testimonial-img {
  position: relative;
  width: 36px;
  height: 40px;



  top: 2px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.testimonial-person {
  /* margin-left: 15px; */
  margin-top: 11px;
  margin-bottom: 8px;
}

.testimonial-person img {
  max-width: 150px;
  max-height: 32px;
}

.testimonial-person h2 {
  color: #505866;
  font-size: 18px;
}

.testimonial-person h4 {
  color: #a2a5ab;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}


/* ⭐ Desktop View Styles */
.testimonial-person-star {
  /* font-size: 15px; 
  color: #FCCE20; */
  gap: 2px;
}

.star-rating {
  display: flex;
  font-size: 15px;
  justify-content: center;
  margin-bottom: 20px;
}

.star {
  position: relative;
  color: lightgray;
}

.star.full {
  color: #FCCE20;
}

.star.half {
  position: relative;
  color: lightgray;
  display: inline-block;
  overflow: hidden;
}

.star.half::before {
  content: '\f005';
  font-family: "Font Awesome 5 Free";
  position: relative;
  top: 0;
  left: 0;
  color: #FCCE20;
  width: 100%;
  height: 100%;
}

.rating-5 .star.half::before {
  clip-path: none;
}

.rating-4-9 .star.half::before {
  clip-path: inset(0 10% 0 0);
}

.rating-4-7 .star.half::before {
  clip-path: inset(0 30% 0 0);
}

.rating-4-5 .star.half::before {
  clip-path: inset(0 50% 0 0);
}

.rating-4-4 .star.half::before {
  clip-path: inset(0 60% 0 0);
}

.testimonial-person-star .fa-star:not(:nth-child(1)) {
  margin-left: 4px;
}

.querydetails .sectionHeadingbtn:hover,
.sectionHeadingbtn:focus {
  color: #FFFFED;
  border: 1px solid #FFFFED !important;
}


.star-container {
  position: relative;
  display: inline-block;
  width: 24px;

}


.star-background {
  /* color: #ddd; */
}


/* .star-fill {
  position: absolute;
  top: 3px;
  left: -2px;
  overflow: hidden;
  color: #FCCE20;
  white-space: nowrap;
} */

.msme-award-slider {
  margin-top: 50px;
}

.rewards-visionmain .second-col.slick-col img.msme-img {
  height: 200px;
  max-height: 200px;
}

/* ⭐ Mobile View Styles */
@media (max-width: 768px) {
  .cardsMobile-body {
    gap: 5px !important;
  }

  .rate {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-top: 20px;
  }

  .star-container {
    width: 20px;
  }

  .star-fill {
    /* top: 0px;
    left: 0px; */
    /* Adjusted for mobile */
  }
}

/* testimonial-info */


/* testimonial-comment */
.testimonial-comment {
  margin-top: 18px;
}

.testimonial-comment p {
  color: #8d939e;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

/* testimonial-comment */
.section-head {
  position: relative;
  text-align: center;
}

.section-head h2 {
  color: #505866;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.section-head h2 span {
  text-transform: lowercase;
}

.section-head p {
  font-size: 16px;
}

/* section-header */
.fix {
  position: relative;
  clear: both;
}



.patter {
  height: 30%;
  padding: 12px 0px;
}


.left-bar {
  background: linear-gradient(to right, #01172f, #022b48, #033f66, #05527c);
  height: 100%;
  width: 5%;
}

.content {
  padding-top: 10px;

}

.servicepage-content {
  border-bottom: 2px dashed #8C9EAF;
}

.about-visionContent {
  padding-top: 70px;
  padding-left: 40px;
  width: 100%;
  max-width: 790px;
}

.about-visionContent .imgpattern {
  right: 100px;
}

.row-spacing {
  row-gap: 30px;
}


.border-div {
  max-width: 230px;
  position: relative;
}

.border-div::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 50%;
  background-color: #FBB181;
  border-top-right-radius: 3px;
}

.border-div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #FBB181;
  border-bottom-left-radius: 3px;
}


/* styles.css */

/* .consulting {
  position: relative;
  width: 100%;

  z-index: 1;
  background-image: url(../images/bodyimg/midsectionmain.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0px;
  margin-bottom: 100px;
  min-height: 700px;
  color: white;
} */
.consulting .sectionHeadingTwo,
.consulting .sectionHeadingThree {
  color: #fff;
}

.consulting .col-lg-7 img {
  margin: 50px 0;
  margin-left: 797px;
  width: 104%;
  max-width: none;
  object-fit: cover;
}

#visionrow {
  padding: 12px;
}

.visualize {
  position: relative;

  padding: 20px 30px 40px 30px;
  overflow: hidden;
  word-wrap: break-word;

}

.sectionfirst {

  display: flex;
  flex-direction: column;
  justify-content: start;

  text-align: left;
}



.vision {
  position: relative;
  margin-top: 100px;

}


.imgpillar {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 200px;

}

.imgpillar img {
  width: 100%;
  height: 100%;
}

.vision:after {
  content: '';
  position: absolute;
  top: 45px;
  left: 16%;
  width: 200px;
  height: 200px;
  background: url(../images/bodyimg/Rectangle\ 35.png);
}

.vision .col-lg-6 {
  margin-left: 481px;
  margin-right: 113px;
}

.vision .row {
  margin-right: 0px;
  margin-left: 0px;
  --bs-gutter-x: 0rem;
}


.section-title span {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  color: #FF6600;
}



.section-title .heading {
  font-family: "poppins", sans-serif;
  color: #2E2E2E;
  font-size: 56px;
}

.section-title .description {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  color: #6c757d;
  line-height: 1.8;
  word-wrap: break-word;
}

.dot-pattern {
  margin-left: auto;
  margin-top: 1rem;
  opacity: 0.5;
}

#texting {
  line-height: 26pt;
}




.sectionfirst span {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  color: #FF6600;
}



.sectionfirst .heading {
  font-family: "poppins", sans-serif;
  color: #2E2E2E;
  font-size: 56px;
}

.sectionfirst .description {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  color: #6c757d;
  line-height: 1.8;


}


.category-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.category-box {
  /* border: 1px solid #ddd; */

  background-color: #fff;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.category-header {
  width: 100%;
  height: 40px;
  background-image: url('../images/bodyimg/categoryheader.png');
  padding-top: 6px;
  padding-left: 20px;
  color: #FFFFED;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .22));
  font-size: 18px;
}


.category-box ul {
  padding-left: 20px;
  margin: 15px 0 0;
  list-style: none;
}

.category-box ul li {
  font-size: 18px;
  color: #000;
  line-height: 2.8;
  display: flex;
  align-items: center;
}

.icon {
  margin-right: 10px;
  vertical-align: middle;
}



#topcardsection .carousel-control-prev-icon {
  background-image: url(../images/bodyimg/prevarrow.png);
}

#topcardsection .carousel-control-next-icon {
  background-image: url(../images/bodyimg/nextarrow.png);
}

#servicesavailed .carousel-control-next-icon {
  background-image: url(../images/bodyimg/nextarrow.png);
}

.contents {
  margin-left: 18%;
  margin-top: 60px;

}

#topcardsection {
  position: relative;
  margin: 0px;
  padding: 0px;
}

#topcardsection .carousel-control-prev,
#topcardsection .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 4%;
  display: flex;
  align-items: center;
  justify-content: center;

}

#servicesavailed .carousel-control-prev,
#servicesavailed .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin-right: -30%;
  display: flex;
  align-items: center;
  justify-content: center;

}

#servicesavailed {
  margin-top: 30px;
  margin-bottom: 100px;
  margin-left: 20px;
}

#topcardsection .card {
  border: none;
  box-shadow: none;
}

#topcardsection .single-testimonial-box {
  width: 250px;
  height: 72px;
  border: 1px solid black;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}



.listmobile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.hidden {
  display: block;
}


.listmobile {
  display: none;
}

.contentWrap {
  position: relative;

}

.visionmain .imgbefore {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;

}

.visionmain .imgafter {
  position: absolute;
  bottom: 0px;
  right: 100px;
  width: 140px;
}

.visionmaindetails span {
  margin-left: 5px;
  color: #FF6600;
}


.contact-detailsPart {
  margin: 200px 0px 60px 0px !important;
  padding: 0px !important;
}

.contact-detailsPart a.contactSummary:hover {
  color: #555555;
}

.contact-detailsPart a.contactSummary i {
  padding-right: 5px;
}

.insideone {
  margin-bottom: 25px;
}

.about-visionmain {
  margin: 60px 0px;

}

.service-visionmain {
  margin-top: 200px;
  margin-bottom: 60px;
}

.category-img {
  width: 80px;
  height: 80px;
}

.visionmain h1 {
  margin-top: 10px;
  font-size: 35px;
  font-weight: 400px;
  line-height: 1.5;

}

.visionmain h6 {
  margin-top: 10px;
}

.visionmain p,
.about-lists li {
  color: #777777;
}

.visionmain .description {
  margin-top: 60px;
}

.patterns {
  position: relative;

}

.imgpattern {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 160px;
}

.rewards-imgpattern {
  top: 0px;
  bottom: 0%;
  transform: translateY(0%);
  right: 100px;
}

.imgpattern img {
  max-width: 100%;
}

.rewards-imgpattern img {
  max-width: 100%;
}

.rewards-sectionHeadingTwo {
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.46;
  margin-top: 16px;
}

.headingHero-reward {
  max-width: 800px;
}

.first-logoawards {
  filter: brightness(1.2) contrast(8.5);
}

.second-logoawards img {
  width: 100%;
  height: 416px;
}

.clutchawardWrapper {
  max-width: 1100px;
}


.visioncontent span {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  color: #FF6600;
}

.visioncontent .heading {
  font-family: "poppins", sans-serif;
  color: #2E2E2E;

}

.visioncontent .description {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  color: #6c757d;
  line-height: 1.8;
  word-wrap: break-word;
}

.overlay {
  display: block;
  position: relative;
  top: 108px;
  left: 0px;
  padding-left: 60px;

}

.overlay ol {
  list-style-type: none;
  counter-reset: item;
  position: relative;
  padding: 0;
  margin: 0;

}



.overlay ol::before {
  margin-left: 27px;
  background-color: #00274D;
  width: 6px;
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0px;
}



.overlay ol li {
  display: flex;

  align-items: center;

  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;

  color: #00274D;

}

.overlay ol li::before {
  content: counter(item);
  counter-increment: item;
  position: relative;
  text-align: center;
  background-color: #00274D;
  border-radius: 50%;
  border: none;
  color: white;
  margin-right: 20px;
  font-size: 21px;
  left: 5px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;

}


.overlay li {
  position: relative;
  top: 4px;

}

.cardsMobile-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.firstcard {
  width: 282px;
  height: 72px;

  margin-bottom: 2px;
  border-radius: 12px;

  margin-top: 25px;

  box-shadow: 0 0px 5px rgba(71, 71, 71, .2);
  background-color: #fff;

  padding: 2px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}

.icon {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.cardsMobile-body .icon img {
  max-width: 90px;
}

.cardsMobile-body p {
  margin-bottom: 5px;
}


#topcardsection .carousel-control-next-icon {
  background-color: #fff8f3;
  border-radius: 50%;
  padding: 12px;
  margin-right: -100%;
  background-size: 50%;
}

#topcardsection .carousel-control-prev-icon {
  background-color: #fff8f3;
  border-radius: 50%;
  padding: 12px;
  margin-left: -100%;
  background-size: 50%;
}

.imgconsulting {
  position: absolute;
  top: 108px;

  left: 42px;
  right: 0px;
}

/*========================Thank you=================
.headlines {
        position: absolute;
        top: 166px;
        left: -156px;
        text-wrap: wrap;
    }
/* ============= start */
.ourProcess {
  position: relative;
  padding: 100px 0;
}

/* .bgImgWrap::before{
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #00274D;
  z-index: 1;
} */
.bgImgWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;


}

.bgImgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.processMainContent {
  position: relative;
  z-index: 3;
}

.siteTitle {
  display: flex;
  align-items: center;

}

.siteTitle img {
  margin-right: 10px;
}

.siteTitle h6 {

  color: #FF6600;
  font-size: 20px;
}

.sectionTitle h2 {
  font-size: 56px;
  font-weight: bold;
  line-height: 84px;
  color: #FFFFED;
}

.contact p {}

.processContent {
  background-image: url('/assets/');
}

.inputfield {
  position: relative;
  max-width: 697;
  height: 56px;
  background-color: #FFFFFF;
  color: black;
  border-radius: 24px;
}

.inputfield input {
  position: absolute;
  background-color: #FFFFFF;
  border: none;
  top: 15px;
  left: 17px;
  width: 50%;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;

}

.buttonsubscribe {
  position: absolute;
  background-color: #FF6600;

  width: 45%;
  text-align: center;
  height: 56px;
  border-radius: 24px;
  padding: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;

}

.carousel-control-prev {
  left: 4px;
}

.carousel-control-next {
  right: 4px;
}


.slideall {
  padding-top: 100px;
  padding-bottom: 100px;
}






.styled-list {
  list-style: none;
  padding: 0;
  position: relative;
  counter-reset: item;
  margin-top: 80px;
}



.styled-list li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00274D;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 1;
}

.styled-list li::after {
  content: '';
  position: absolute;
  left: 23px;
  top: 12px;
  width: 5px;
  height: 100%;
  background-color: #00274D;
  z-index: -1;
}

.styled-list li:last-child::after {
  height: 0;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0px 0px 0px;
}

.firstcarousel {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.first {
  display: flex;
  justify-content: center;
  align-items: center;
}



.buttonsubscribe a {
  color: white;
}

.py-5 .img-fluid {
  max-width: 58px;
  margin: 10px auto;
}

.icon-section li {
  margin-bottom: 3px;
}

.copy {
  color: rgb(251, 246, 246);
  background-color: #00274d;
  text-align: center;
  height: 100px;
}

.copy p {
  color: rgb(251, 246, 246);

}

.copy .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;

}

.copy .condition {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.copy .condition a {
  font-size: 16px;
}

.copy .condition a:hover {
  text-decoration-color: transparent;
}

/* Apply the same background color to dropdown menus */
.offcanvas .dropdown-menu {
  background-color: #212529;
  border: none;
  color: #FFF;
}

.offcanvas .btn-close:focus {
  box-shadow: none !important;
}

/* Match font and other properties of dropdown items with regular nav items */
.offcanvas .dropdown-item {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  /* Same font size as nav items */
  font-weight: 500;
  color: #fff;
  /* Ensure text color is consistent */
  padding: 10px 20px;
  /* Adjust padding for consistency */
  border-bottom: 1px solid #8080803b;
  /* Same border as nav items */
}



.iconsoffcanvas a {
  color: #FFFFFF;
  font-size: 18px;
}

.offcanvas .nav-link.dropdown-toggle::after {
  display: none;
  /* Hides the default Bootstrap arrow */
}

.arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  vertical-align: middle;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;

}

/* .nav-item .open .arrow {
  transform: rotate(45deg);
} */

.offcanvas .dropdown-menu {
  padding: 0;

}

.offcanvas .nav-item {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  margin-right: 20px;
}

.offcanvas .navbar-nav .nav-item a {
  border-bottom: 1px solid #8080803b;
}

.offcanvas .nav-link.dropdown-toggle {
  color: #fff;
}

.offcanvas .navbar-nav .nav-item a[href*="Contact"] {
  border-bottom: none !important;
}

.offcanvas .nav-item:hover,
.offcanvas .dropdown-item:hover {
  background-color: #00274D;
}

.imgfaq {
  padding: 100px 60px 100px 4px;
}

.mainfaq .accordion-item {
  margin: 10px 20px;
  border-radius: 24px;
  box-shadow: 0px 2px #EB996E;
  border: 1px solid white;

}

.mainfaq .accordion-body,
.querypatterns .accordion-body {
  background-color: #FEF1E8;
  color: #777777;
}

.querypatterns .accordion-button:not(.collapsed)::after,
.mainfaq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/serviceimages/faqarrow.png);
}



.buttonsubscribe button {
  width: 100%;
  height: 100%;
  padding: 5px 10px 10px 10px;
  text-align: center;
  color: white;
  font-size: 20px;
}




.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}


.indexcol {
  display: none;
}

/* servicepage*/
.service-vision .our-vision-content .sectionHeadingbtn:hover,
.sectionHeadingbtn:focus {
  color: #FFFFFF;
  border: 1px solid #FFFFFF !important;
}

.empowering .our-vision-content .sectionHeadingbtn:hover,
.sectionHeadingbtn:focus {
  color: #FFFFFF;
  border: 1px solid #FFFFFF !important;
}

.cardone .card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cardone .container {
  display: flex;
  justify-content: space-between;
}

.cardone {
  margin-bottom: 100px;

}

.cardmobile .card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 4px 4px 12.6px 0px rgba(0, 0, 0, 0.251);
  min-height: 230px;
  max-height: 230px;
}

.cardmobile .container {
  display: flex;
  justify-content: space-between;
}

.cardmobile {
  margin-bottom: 100px;

}

.dedicatedhiring {
  background-color: #00274D;
}

.servicespan {
  margin: 10px 0px;
  color: #FF6600;
  border-radius: 50%;
  border: 1px solid #FF6600;
  font-family: "poppins", sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding: 0px 12px;
}

.serviceh {
  margin: 20px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFED;
  font-size: 20px;

}

.serviceP {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #FFFFED;
  margin-top: 0px;
  line-height: 1.5;


}

.servicecol {
  background-color: #33333357;
  padding: 20px;
  border-radius: 24px;

  margin: 9px;
  height: 360px;

}

#hd {
  display: none;

}

#sd {
  display: none;

}

.dedicatedhiring {
  padding: 100px 0px;
}

.clientapproach {
  padding: 70px 0px;
  background-color: #dadada30;
}

.clientapproach .card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.1);
  min-height: 230px;
  max-height: 230px;

}

.cardHeadingSix {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px
}

.empower {
  margin-top: 100px;
  padding: 100px 20px;
  background: url(../images/serviceimages/servicebanner.png) center/ cover no-repeat;

}

.operationalSection {

  margin-top: 0px;

}

#clientapproach-main {
  justify-content: center;
}

.dhmh {
  margin: 10px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  color: #00274D;

}

.dhmP {
  margin: 10px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #777777;
  line-height: 1.5;


}

.empower {}

.DHMmainP {
  font-family: "Poppins", sans-serif;
  color: #777777;
  line-height: 1.5;
  padding-right: 20px;

}

.dedicatedhiring .container {
  position: relative;
}

.dedicatedhiring .sectionHeadingThree {
  margin-bottom: 90px;
  padding-right: 50px;
}

.servicedhm {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 24px;
  margin-right: 9px;
  height: 100%;
  border: 1px solid #D9D9D9;
}

#servicedhmtwo {
  background-color: #FFFFFF;
  padding: 12px;
  border-radius: 12px;
  width: 100%;
  height: 300px;
  margin: 5px 8px 5px 2px;
}

#servicedhmtwotwo {
  display: none;
  background-color: #FFFFFF;
  padding: 12px;
  border-radius: 12px;
  width: 100%;
  height: 300px;
  margin: 5px 8px 5px 2px;
}

#servicedhmtwothree {
  display: none;
  background-color: #FFFFFF;
  padding: 12px;
  border-radius: 12px;
  width: 100%;
  height: 300px;
  margin: 5px 8px 5px 2px;
}

.servicetworow {
  display: block;
}





.DHM {

  position: relative;
  background: url(../images/serviceimages/serviceback.png) center/ cover no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;

}

.detailings h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #FF6600;

}

.detailings {
  padding-right: 40px;
  margin-bottom: 0px;
}

.clientApproach-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.dedicatedhiring {
  position: relative;

}

.dedicatedhiring .container #specialimg {
  position: absolute;
  top: 0px;
  right: 0px;


}

.dedicatedhiring #servicecol {
  border-radius: 24px;
  box-shadow: 0 0px 3px white;
  padding: 32px;
  height: 100%;
}

.dhm-row {
  gap: 0px;
}

.DHM .container {
  position: relative;

}

.DHM .container #specialimg {
  position: absolute;
  top: 0px;
  right: 0px;
}

#specialimg {
  max-height: 350px;
}

.bulletpoints li {
  list-style: none;
  text-align: left;
  list-style-image: url(../images/aboutimage/tick.png);
  list-style-position: inside;
  margin-top: 5px;
  padding: 0px;
  font-size: 20px;
  color: #777777
}



.contents .onevision {
  padding-left: 40px;


}

.servicealign h1 {
  color: white;
}

.paragraphvision {
  padding-right: 130px;
}




.bulletpoints {
  padding-left: 0px;
}





.card:hover {

  cursor: pointer;
}




.servicecol p {
  margin-top: 10px;
}

#servicedhm h6 {
  margin-top: 5px;
}

#servicedhm p {
  margin-top: 10px;
}

.card {
  margin-top: 10px;
}

.servicespan {
  background-color: #6629006e;
}

.footerSecond p {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  line-height: 1;

}

.footerone p {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  line-height: 1.8;
  color: #43485c;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.dedicatedmobileversion {
  display: block;
  background-color: #00274D;
}



#hide {
  display: none;

}

#clientapproach-mobileone .card {

  width: 100%;
  height: 80%;
  border-radius: 12px;
  padding: 20px;


}

#clientapproach-mobiletwo .card {

  width: 100%;
  height: 80%;
  border-radius: 12px;
  padding: 20px;


}

#clientapproach-mobileone {
  display: none;
}

#clientapproach-mobiletwo {
  display: none;
}




#hide {
  display: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}


#btnview {
  /* position: relative; */
  border-radius: 24px;
  padding: 2px;
  width: 134px;
  height: 40px;

  border: 1px solid #FF6600;
  background-color: white;
  color: #FF6600;
  transition: all 0.3s ease;
}

#btnsee {
  position: relative;
  border-radius: 24px;
  padding: 2px;
  width: 134px;
  height: 40px;

  border: 1px solid #FF6600;
  background-color: white;
  color: #FF6600;
  transition: all 0.3s ease;
}

#btnviewdhm {
  position: relative;
  border-radius: 24px;
  padding: 2px;
  width: 134px;
  height: 40px;

  border: 1px solid #FF6600;
  background-color: white;
  color: #FF6600;
  transition: all 0.3s ease;
}




.movedown {
  position: absolute;
  bottom: -50px;

}

/*slick start*/

.carouselslide {
  display: none;
  padding: 100px 0px;
}

.cardtext {
  font-size: 18px;
  padding-top: 5px;
  margin-bottom: 7px;
  color: #666;
}

.text-orange {
  color: #ff6600;
  text-decoration: none;
}

.carouselslide p {
  font-size: 18px;
}

.custom-card h5 {
  margin-top: 10px;
  color: #777777;
}

.card-title {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 2px;
}

.custom-card {
  max-width: 400px;
  margin: 12px;

  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  overflow: hidden;
  padding: 10px;
}

.custom-card .card-body {
  padding: 0px;
  text-align: left;
}

.slick-carousel-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-next::before {
  content: '';
  background: url(../images/bodyimg/nextarrow.png) no-repeat;
  background-size: 20px 20px;
  padding: 13px 24px;
  background-color: #ffe2cf;
  border: 1px solid #ffe0cc;
  border-radius: 50%;
  background-position: center;
}

.slick-prev::before {
  content: '';
  background: url(../images/bodyimg/prevarrow.png) no-repeat;
  background-size: 20px 20px;
  padding: 13px 24px;
  background-color: #ffe2cf;
  border: 1px solid #ffe0cc;
  border-radius: 50%;
  background-position: center;
}

.slick-initialized .slick-slide {
  display: flex;
}

.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background-color: none;
  border-radius: none;
  box-shadow: none;
}

.slick-prev:before {
  content: '';
}

/*slick end*/

/*rewards*/

.delostylevideo {
  padding: 70px 0px;



}

.video-container iframe {
  width: 100%;
  height: 500px;
}

.video-container {
  margin: 50px 0px 0px;
  border-radius: 24px;
  max-width: 650px;
  overflow: hidden;
  width: 100%;
}

.video-background-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

#headertwo {
  background-image: url(../images/bodyimg/header.png);
}

.clutchaward {

  position: relative;
  margin-top: 70px;
  padding: 60px 0px 80px;
  width: 100%;
  height: auto;
  background: url(../images/rewardsimg/Frame\ 515.png)no-repeat;
  background-size: cover;
  background-position: center;

}

.reward-images {
  margin-top: 50px;
  display: flex;
  gap: 25px;
}

.global-img {
  width: 100%;
  height: 255px;
  border-radius: 10px;
}

.certification span {
  font-size: 20px;
  font-family: poppins, sans-serif;
  color: orange;
}

.certification {
  position: relative;
  margin-top: 0px;
  width: 100%;
  height: auto;
  background-color: #dadada30;
  padding: 70px 0px;
}

.award-div {
  gap: 50px;
  margin-top: 40px;
}

.award-div img {
  max-height: 290px;
}



.certification .description {
  font-size: 20px;
  font-weight: normal;
  color: #6c757d;
  line-height: 1;
  word-wrap: break-word;
}




/* .video {

  width: 100%;
  height: auto;
  margin: 100px 0px;


} */


#clientapproach-mobileone .card {

  width: 100%;
  height: 80%;
  border-radius: 12px;
  padding: 20px;


}

#clientapproach-mobiletwo .card {

  width: 100%;
  height: 80%;
  border-radius: 12px;
  padding: 20px;


}

.parasection {
  color: #777777;
  font-family: "poppins", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;

}

#clientapproach-mobileone {
  display: none;
}

#clientapproach-mobiletwo {
  display: none;
}


/*-------------------------------------
rangamaati
-------------------------------------*/
.firstseccard {
  margin-top: 200px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.firstul ul li {
  list-style-type: none;
}

.firstul {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.firstseccard .sectionHeadingTwo {
  margin-bottom: 30px;
}

.firstul li {
  display: inline-block;
  position: relative;
  color: #FF6600;
  font-size: 18px;
}

.cardul li {
  font-size: 16px;
  color: #FF6600;
  list-style-type: none;
  position: relative;
}

.firstul.cardul li:not(:last-child):not(:first-child)::after {
  content: '';
  height: 5px;
  width: 5px;
  background: #00274D;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}

.imagemain {

  border-radius: 24px;
  overflow: hidden;
  max-height: 550px;
  min-height: 550px;


}

.firstc ul {
  padding: 0px;
}

.firstc ul li {
  font-size: 20px;
  color: #555555;
  list-style-type: none;
}

.firstc li {
  display: inline-block;

}

.firstc img {
  max-width: 60%;
}

.imagemain img {
  width: 100%;
  height: 100%;

}

.alldetails h5 {
  font-family: "poppins", sans-serif;
  font-size: 24px;
  color: #2E2E2E;
  font-weight: 400;
  margin-bottom: 20px;
}

.alldetails h6 {
  font-family: "poppins", sans-serif;
  font-size: 18px;
  color: #2E2E2E;
  font-weight: 500;
}

.alldetails .job-title {
  font-family: "poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #000000;
  margin: 24px -8px 15px 0px;
}

.alldetails p {
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #777777;
}

.alldetails .job-para {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #504F4F;
  margin-bottom: 50px;
}


.thirdCol {
  margin: 30px 0px;

}

.rangamaatiDetails p {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #777777;

}

.rangamaatiDetails h6 {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  font-weight: 600px;
  color: #2E2E2E;
  margin-bottom: 20px;

}

.imagedetails span {
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #777;
  margin-right: 7px;
}

.imagedetails p {
  font-size: 18px;
  color: #777;
}

.info {
  display: inline-flex;
  gap: 5px;
}

.imagedetails .spanOne {
  color: #FF6600;
  font-weight: 600;

}



.alldetails {
  border-bottom: 3px dashed #8C9EAF;
  margin-bottom: 5px;
}

.rangamaatiDetails {
  border-bottom: 2px dashed #8C9EAF;
}

.service-details {
  border-bottom: none;

}

.logoPic {
  position: relative;
  font-size: 18px;
  color: #555555;
  list-style-type: none;
  margin-top: 20px;
}

.logoPic ul {
  list-style-type: none;

}

.logoPic ul {

  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logoPic li img {
  width: 40px;
  height: 40px;

}


/*-------------------------------------
        getquote
-------------------------------------*/
.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;

}

.form-group .labelimp:after {
  content: "*";
  color: red;
}

.progress {
  position: relative;

}

.bottomquote {
  border-bottom: 3px dashed #8C9EAF;
}

.progress span {
  position: absolute;
  top: -9px;
  left: 23px;
  border-radius: 50%;
  padding: 4px 6px;
  background-color: #ff6600;
  color: white;
}

.form-group {
  padding: 0px;
  margin-bottom: 25px;
}

.form-group label {
  padding: 7px 0;
}



.colored {
  color: #ff6600;
  padding: 30px 0px;
}

.secondcol {
  color: #00274D;


}

.iti--separate-dial-code input[type=text] {
  display: block !important;
  position: relative !important;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0;
  width: 100%;
}






.secondcol select.form-control {
  width: 100%;
  /* Ensure the select box takes the full width of its container */
}

.secondcol select.form-control option {
  width: 100%;
  /* Ensure the dropdown options match the width of the select box */
  box-sizing: border-box;
  /* Prevent any overflow caused by padding or borders */
}


.secondcol input {
  border-radius: 12px;

}

.mainquote {
  padding: 70px 0px;
}



.details h1,
.details p {
  margin-top: 20px;
}



.boxshadowcol {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-bottom-right-radius: 24px;
}



.btn-primary {
  margin-bottom: 20px;
}

.buttonsubscribe button {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  text-align: center;
  color: white;
}

.boxshadowcol select {
  border-radius: 12px;
}



.slider-value {
  font-size: 18px;
  color: #0b0a09;
  /* Orange to match your example */
  font-weight: bold;
}


.form-range:focus {
  outline: none;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #dbd8d6;
  cursor: pointer;
  width: 80%;
  height: 8px;
}

.rangeform {
  position: relative;
}

.rangetwoform {
  position: relative;
}

/* #sliderone-value{
  position: absolute;
  top: 2px;
  left: 5px;
  
}
#slidertwo-value{
  position: absolute;
  top: 2px;
  left: 5px;
  
} */










input[type="range"]::-webkit-slider-thumb {

  -webkit-appearance: none;
  border: 0.25rem solid #ff6600;

  border-radius: 50%;
  background: #ff6600;
  cursor: pointer;
  height: 20px;
  width: 20px;
  transform: translateY(calc(-50% + 8px));
}

input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  border: 0.25rem solid #ff6600;

  border-radius: 50%;
  background: #ff6600;
  cursor: pointer;
  height: 20px;
  width: 20px;
  transform: translateY(calc(-50% + 8px));

}

.form-range:focus {
  outline: none;
}

.total {
  position: absolute;
  background-color: #FCE9DD;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 24px;
}

.btncommon:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
  background: #ea7e66;

}

.btncommon {


  border-radius: 24px;
  /* text-transform: capitalize; */
  color: #ffffff;
  background: #FF6600;

  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 10px 0px;

}

.mainquote .btn-primary {
  color: #fff;
  background-color: none;
  border-color: none;
  border: none;
  width: 40%;
}

/*-------------------------------------
       servicemain
-------------------------------------*/
.innovaterow {
  margin-top: 0;
}

.innovation {
  position: relative;
  background-color: #f2f2f2;
}

.innovation .lead {
  position: relative;
  min-height: 280px;
  background-color: white;
  box-shadow: 0 0px 5px rgba(71, 71, 71, .2);
  border-radius: 16px;
  padding: 35px 35px 25px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 280px;
}

.service-heading {
  margin: 15px auto 20px;
  max-width: 118px;
}

.service-heading h6 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}


.innovation .sectionHeadingTwo {
  text-align: center;
}



.innovation .lead .leadbtn {
  border-radius: 24px;
  background-color: #ff6600;
  transition: 0.3s linear;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  bottom: 10px;
  border: none;
  padding: 8px 30px;
  font-size: 14px;
  margin: 0 !important;
}



.hiddenHiringcol {
  display: none;
}

.cardmobile .card h6 {
  margin-top: 20px;
}

.innovation h1 {
  text-align: center;
}

.innovation .sectionHeadingThree {
  text-align: center;
  padding-right: 30px;
}

.innovation .sectionHeadingThree.text-secondary {
  color: #555555 !important;
}

.bannerservicemain .btncommon {
  border-radius: 20px;
  padding: 10px 30px;
}

#buttonrow {
  padding-bottom: 40px;
}

#recruitmentid {
  padding-bottom: 20px;
}

.colmeetexperts h1 {
  font-family: "poppins", sans-serif;
  font-size: 56px;
  color: #f6f3f0;

}

.colmeetexperts p {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  color: #f4ece8;
  line-height: 1.5;

}

.colmeetexperts .btn {
  border-radius: 20px;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
}
#imgrecruitment {
  position: absolute;
  top: 0px;
  right: 0px;
}
.colmeetsecond img {
  width: 100%;
  height: 100%;

}


.meetourexperts {
  position: relative;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 100px 20px 60px 30px;
  background-color: #00274D;
}

.meetourexperts .meetimg {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;

}

.meetourexperts .container {
  width: 100%;
  margin: 0px;
}


.recruitmentprocess {

  border: none;
  width: 100%;
  height: auto;
  margin-bottom: 80px;



}

.recruitmentcontainer {
  position: relative;
}





.recruitmentprocess .col-lg-6 {
  margin-left: 481px;
  margin-right: 113px;
}

.recruitmentprocess #relativerow {
  position: relative;

}

.recruitmentprocess .row .line {
  position: absolute;
  top: 0px;

  right: 0;
  left: 0;

}

.recruitmentprocess .container {
  word-wrap: break-word;

}

.recruitmentprocess .arrows {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 75px 20px 15px;

}

.recruitmentprocess .boxIcon {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  right: 0px;
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 4px solid #B0BEC5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #FF6600;
  font-weight: bold;
}



.recruitmentprocess p {
  font-family: poppins, sans-serif;
  font-size: 20px
}

.recruitmentprocess h6 {
  font-size: 20px;
  line-height: 1.5;
  color: #00274D;
  text-align: center;
}

.careertransparentcard .container {
  width: 100%;
}

.newform {
  width: 100%;
  background-color: none;
  border-radius: 24px;
  padding: 0 10px;
  padding-bottom: 20px;
}

.bgcol .newform {
  padding: 30px !important;

}

.formsubmission .btn {
  padding: 12px;
  width: 240px;
  text-align: center;
  border-radius: 24px;
  margin: 0;
  background-color: #FF6600 !important;
  border-color: none;
  border: none;
}

.formsubmission .btn-primary,
.newform .btn-primary:focus,
.newform .btn-primary:active {
  color: #fff;
  background-color: #FF6600;
  border-color: none;
  border: none;
}

.btn-primary {
  color: #fff;
  background-color: #FF6600 !important;
  border-color: none;
  border: none;

}

input::file-selector-button {

  font-size: 16px;
  background-position-x: 0%;
  background-size: 200%;
  border-radius: 24px;
  color: #ff6600;
  padding: 2px 10px;
  transition: all 0.25s;
  border: 1px solid #FF6600;
  background: rgba(255, 102, 0, 0.129);
  line-height: 1.5;
}

.inputsfile {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.form-group {
  padding: 0px;
}

.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.buttonsubscribe button {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  text-align: center;
  color: white;
  font-size: 18px;
}

#side {
  display: block;

}

#tide {
  display: block;

}

.service-img {
  display: flex;
  margin-inline: auto;
  width: max-content;
  height: 80px;
}

.service-img img {
  height: 100%;
}

#colhidden {
  display: none;
}



.paralight {
  line-height: 1.5;

}




.mobile-recruitment span {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;

  border: 4px solid #B0BEC5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: orange;
}

.mobile-recruitment h6 {
  margin-right: 10px;
}

.mobile-recruitment {
  text-align: center;
}

.reccard {
  float: left;
}

.mobile-recruitment h6 {
  margin-top: 20px;
}

.mobile-recruitment .but a {
  font-family: "Poppins", sans-serif;
  width: 194px;
  font-size: 15px;
  height: 46px;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 13px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 24px;
  color: #ffffff;
  background: #FF6600;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.recruitmentprocess button {
  border-radius: 20px;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
}

.recruitmentprocess button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #FF6600;
  background-color: rgb(255, 102, 0);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  text-align: center;
  text-decoration: none;
}

.image .span-vision {
  margin-top: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #FF6600;
}

.image h6 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  margin-top: 5px;
  color: #2E2E2E;
  max-width: 200px;
}

.image .im {
  max-width: 180px;
}

.visioncontent p {
  margin-top: 0px;
  padding-bottom: 0px;

}


.visualize {
  position: relative;

  padding: 20px 30px 40px 30px;
  overflow: hidden;
  word-wrap: break-word;

}

.sectionfirst {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
}

.vision {
  position: relative;
  margin-top: 100px;
}

.imgpillar {
  position: absolute;
  top: 0px;
  left: 0px;
}

.contents {
  padding: 40px;
}

.vision .col-lg-6 {
  margin-left: 481px;
  margin-right: 113px;
}

.vision .row {
  margin-right: 0px;
  margin-left: 0px;
  --bs-gutter-x: 0rem;
}

.section-title span {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  color: #FF6600;
}

.section-title .heading {
  font-family: "poppins", sans-serif;
  color: #2E2E2E;
  font-size: 56px;
}

.section-title .description {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  color: #6c757d;
  line-height: 1.8;
  word-wrap: break-word;
}

.dot-pattern {
  margin-left: auto;
  margin-top: 1rem;
  opacity: 0.5;
}

#texting {
  line-height: 26pt;
}

.image {
  display: flex;
  margin-top: 5px;
  margin-left: 0px;
  justify-content: start;
  align-items: start;
  gap: 105px;
}

.image .im {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contentWrap {
  position: relative;
}

.imgbefore {
  position: absolute;
  top: 0px;
  left: 0px;
}

.imgafter {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.patterns {
  position: relative;
}

/* .imgpattern {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 80px;
} */

.visioncontent span {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  color: #FF6600;
}

.visioncontent .heading {
  font-family: "poppins", sans-serif;
  color: #2E2E2E;
  font-size: 56px;
}

.visioncontent .description {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  color: #6c757d;
  line-height: 1.8;
  word-wrap: break-word;
}

.innovation {
  padding: 70px 0;
}

.bannerservicemain {
  background: url(../images/serviceimages/frameservicemain.png)no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;

}

.bannerservicemain h6 {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  color: #ff6600;

}

.bannerservicemain h1 {
  font-family: "poppins", sans-serif;
  font-size: 56px;
  color: #f6f3f0;

}

.bannerservicemain p {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  color: #f4ece8;
  line-height: 1.5;

}

/*-------------------------------------
     faqSection
-------------------------------------*/
.mainfaq {
  padding: 100px 0px;
  background: url(../images/serviceimages/faqbackgroundimg.png) center/ cover no-repeat;
}

.imgfaq {
  padding: 100px 60px 100px 4px;
}

.mainfaq .accordion-item {
  margin: 10px 20px;
  border-radius: 12px;
  /* box-shadow: 0px 2px  #EB996E; */
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #EB996E;

}


.querydetails .btncommon {
  border-radius: 20px;
  padding: 10px 30px;
}

.queries {
  position: relative;
  padding: 80px 0px;
  background-color: #00274D;
}

.queryimg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.queries .col-lg-8 h6 {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ff6600;
  margin-bottom: 10px;

}

.queries .col-lg-8 h1 {
  font-family: "poppins", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #FFFFED;

}

.queries .col-lg-8 p {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFED;


}

.queries .btn-primary {
  border-radius: 24px;
  width: 30%;
}

.querypatterns .accordion-item {

  margin: 10px 20px;
  border-radius: 12px;
  /* box-shadow: 0px 2px  #EB996E; */
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #EB996E;

}

.querypatterns {
  position: relative;
  margin: 50px 0px;
  padding: 20px 0px;

}

.querypatterns .qimg {

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  bottom: 0px;
  width: 200px;
  height: 100%;


}

.querycontain {
  position: relative;
}

.querycontain .containimg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;

}

/*------------------------------
  casestudiesSection
  -------------------------------*/
.case-ul img {
  max-width: 35px;
}


.cardsbtn {
  width: 100%;
  max-width: 280px;
  color: white;
  background-color: #FF6600;
  border: none;
  border-radius: 24px;
  padding: 14px;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cardsbtn:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
  background: #ea7e66;
  border: none;
  color: white;

}

.case-ul {
  margin-top: 40px;
}

.case-ul li a {
  width: 40px;
  height: 40px;
  background: #ff6600;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.case-ul li a:hover {
  border-color: #ff6600;
  background: transparent;
  color: #ff6600;
}

.lead-ul span {
  margin-right: 10px;
  font-size: 18px;
  color: #555555;
  list-style-type: none;
}



.imageholder {
  padding-top: 100px;
  padding-bottom: 100px;
}

.formsubmission .imageholder .formdetails {
  width: 100%;
  max-width: 500px;
  align-self: flex-start;
}

.bulletpoints {
  margin-top: 20px;
  margin-right: 0px;
  font-size: 15px;
  max-width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  justify-content: start;
  padding-bottom: 40px;
}

.about-lists {
  margin-bottom: 50px;

}

.about-lists li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 18px;

}

.about-lists li::before {
  content: '';
  position: absolute;
  background: url(../images/aboutimage/tick.png) no-repeat top left;
  width: 20px;
  top: 3px;
  left: -2px;
  height: 20px;
  background-size: 100%;


}

.bulletdiv {
  border: 1px solid #D2D2D2;
  padding: 30px;
  border-radius: 24px;
  min-height: 330px;

  height: 100%;
}



/* .bulletpoints p {
  line-height: 1;
  color: #43485c;
  font-family: 'Poppins', sans-serif;
} */
.contactSummary {
  font-size: 16px;
  font-weight: 500px;
  color: #777777;
  margin-bottom: 25px;
  line-height: 1.5;
  min-height: 72px;
}

.insidetwo .contactSummary {
  margin-bottom: 0;
  min-height: inherit;
}

.btncase {
  background-color: #ff6600;
  border-radius: 24px;
  margin-top: 10px;
  padding: 5px;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.btncase:hover .btncase:active {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
  background: #ea7e66;
  border: none !important;
  color: white;

}

.formsubmission .btn-primary:hover,
.formsubmission .btn-primary:active {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
  background: #ea7e66;
  border: none !important;
  color: white;

}

.apply {
  padding: 70px 0px;
}

.bulletpoints h6 {
  margin-top: 5px;
  font-size: 18px;
  letter-spacing: normal;
  color: #00274D;
  word-wrap: break-word;
  margin-bottom: 16px;
}

.contents .onevision {
  padding-left: 40px;
}

.servicealign h1 {
  color: white;
}

.paragraphvision {
  padding-right: 130px;
}

.card:hover {
  /* box-shadow: 0 10px 20px rgba(21, 19, 19, .2); */
  cursor: pointer;
}

.card {
  margin-top: 10px;
}

.inputdetails {
  padding: 12px 226px 12px 4px;
  line-height: 1.8;
  border-radius: 12px;
  border: 1px solid #CCCBCB;
  color: #777777;
}

.inputform {
  background-color: #ffffff;
}

.filedetails {
  /* padding: 5px 32px; */
  padding: 8px 83px;
  line-height: 1.8;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500px;
  border: 1px solid #CCCBCB;
}

.inputform {
  padding: 8px 152px 8px 0px;
  line-height: 1.8;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500px;
  border: 1px solid #CCCBCB;

}

.inputformnew {
  padding: 8px 152px 8px 0px;
  line-height: 1.8;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500px;
  border: none;
}

.inputformnew a {
  padding: 5px;
}

textarea {
  padding-left: 2px;
  border-radius: 12px;
}

.inputform input {
  border: 0px;
  outline: 0px;
}

.inputdetails:focus {
  border: 1px solid #f75252;

}


.uploads {
  padding: 16px 5px;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  color: #00274D;
  font-weight: normal;
}

.buttoncareer {
  display: inline-block;
  text-decoration: none;
  color: #6a708e;

  padding: 12px;
  font-family: "Poppins", sans-serif;
  width: 230px;
  height: 45px;
  border-radius: 24px;
  color: #ffffff;
  background: #FF6600;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.buttoncareer:hover {
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
  background: #ea7e66;
}

/* .formsubmission .btn {
  padding: 12px;
  width: 240px;
  text-align: center;
  border-radius: 20px;
  margin: 0;
} */

.form-group textarea {
  margin-bottom: 30px;
}






input::file-selector-button:hover {
  background-position-x: 100%;
  transform: scale(1.1);
}

.carddetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bgcol label {
  color: #131212;
  padding: 16px 0px;
  font-size: 15px;
}



.custom-input,
.custom-select,
.custom-textarea {
  border-radius: 12px;
  height: 48px;
  width: 100%;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

.custom-select {
  height: 40px;
  padding: 0 10px;
  border: 1px solid grey;
}

.custom-textarea {
  height: 100px;
  padding: 10px;
}

.custom-input:hover,
.custom-select:hover,
.custom-textarea:hover {
  border-color: #007bff;
  background-color: #e9ecef;
}

.custom-input:focus,
.custom-select:focus,
.custom-textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0;
}

.form-group .labelimp:after {
  content: "*";
  color: red;
}

.firstcase {
  position: relative;
  margin-top: 40px;
  margin-bottom: 100px;
  font-family: "poppins", sans-serif;

}

.firstcase .firstpic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100%;

}

.casesection {
  position: relative;
}

.toppic {
  position: absolute;
  top: -14px;
  left: 140px;
}

.bottompic {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.subcontain .subpattern {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 30px;
  width: 95px;
  height: 220px;
}

.subcontain {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.firstcase h5 {
  color: #FF6600;
  font-weight: 700;
}

.firstcase h1 {
  font-size: 40px;
  font-weight: 700px;
  color: black;
  margin-top: 20px;
}

.firstcase h4 {
  font-size: 12px;
  font-weight: 700px;
  color: #777777;
  margin-top: 20px;
}

.firstcase p {
  font-size: 12px;
  font-weight: 700px;
  color: #777777;
  margin-top: 20px;
}

.firstR h5 {
  color: #ff6600;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 14px;
}



.apply a {
  margin-top: 20px;
}

.case-section h1 {
  text-align: center;
  width: 900px;
  margin-bottom: 50px;
}

.case-section .heading-div {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.case-firstDiv,
.case-secondDiv {
  width: 100%;
  position: relative;
  margin-bottom: 37px;
}

.case-firstDiv .case-image {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  border-radius: 0px 130px 130px 0px;
  width: 50%;

}

.case-secondDiv .case-image {
  position: absolute;
  overflow: hidden;
  top: 0px;
  right: 0px;
  border-radius: 130px 0px 0px 130px;
  width: 50%;
}

.case-row .col-6:nth-child(1) .case-card {
  border-radius: 0px 130px 130px 0px;
}

.case-row .case-cardOne {
  border-radius: 0px 200px 200px 400px;
}

.case-row .case-cardtwo {
  border-radius: 200px 0px 400px 200px;
}

.case-row .col-6:nth-child(4) .case-card {
  border-radius: 130px 0px 0px 130px;
}

.case-cardOne,
.case-cardtwo {
  overflow: hidden;
}

.case-image img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  height: 280px;
}

.case-cardOne img,
.case-cardtwo img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  height: 280px;
}

.case-box {
  position: absolute;
  background-color: #D9D9D9;
}

/*-------------------------------------
       articlesmain
-------------------------------------*/
.hoverover .nav-link:hover,
.hoverover .nav-link.active {
  border-radius: 10px;
  background-color: #D7EAFC;
}

.hoverover li {
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;

}

.blogs-card .articlecard .sectionHeadingbtn {
  width: 200px;
  padding: 8px;
}

.articlecard .btn-primary:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
  background: #ea7e66;
  border: none;
}

.articlesall h5 {
  color: #ff6600;
}

.articlesall .card {
  border-radius: 24px;
}

.articlesall .card:hover {
  transform: translate(0px, -40px);
  transition: all 0.3s ease;
}

.articlesall .card-img-top {

  max-width: 90%;
  object-fit: cover;
  border-radius: 24px;
}

.articlecard {
  width: 260px;
  height: 470px;

}

.menubar.card-text {
  font-size: 16px;
  font-weight: 700;
  font-family: "poppins", sans-serif;
  color: #2E2E2E;

}

.articlesall {
  margin: 60px 0;
}

.pagination-section {
  padding: 10px 0;
  background-color: #f9f9f9;
}

.menubar {
  background-color: #F6F6F6;
}

.hoverover {
  gap: 10px;
}

.menubarcol {
  padding: 10px 20px;

}

.articlecard .btn-primary {
  margin-bottom: 20px;
}

.articlecard .btn-primary {
  background-color: #ff6600;
  border: none;
  border-radius: 24px;
  padding: 7px;
}

.articlecard .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.articlecard .btn {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.articlesall .card {
  border-radius: 24px;
  transition: all 0.3s ease;

}

.articlesall .card:hover {
  transform: translate(0px, -40px);
  transition: all 0.3s ease;
}

.articlesall .card-img-top {

  max-width: 90%;
  object-fit: cover;
  border-radius: 24px;
}

.articlecard {
  width: 260px;
  height: 470px;

}

.card-text {
  font-size: 16px;
  font-weight: 700;
  font-family: "poppins", sans-serif;
  color: #2E2E2E;
}


.menubar {
  background-color: #F6F6F6;
  margin-top: 119px;
  background-color: #F6F6F6;
  padding: 20px 0;

}

.menubarcol {
  padding: 10px 20px;

}


.articlecard .card-img-top {

  margin: 10px auto;
}

/*------------------
careerpage
----------------*/


.recruitmentprocess button {
  width: 20%;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  border-radius: 24px;
  color: #ffffff;
  background: #FF6600;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.formsubmission .col-lg-6 {

  border-top-left-radius: 24px;
}

/* .imageform {
  background: url(../images/aboutimage/formimage.png) no-repeat;
  background-size: cover;
  background-position: center;
} */

.formsubmission {
  background-color: #00274D;
}

.bgcol {
  padding: 60px 10px;
}

.formstyle {
  width: 90%;
  border: 1px solid #CCCBCB;
  border-radius: 24px;
  padding: 40px 40px 20px 40px;
  background: hsl(0, 0%, 97%);
}

.job-section .formstyle {
  padding: 40px 40px 40px 40px;
}

.job-form {
  width: 55%;
  margin-bottom: 45px;
}

.newform {
  width: 100%;
  background-color: hsl(0, 0%, 97%);
  border-radius: 24px;
  padding: 0px;
}

.bgcol .newform {
  padding: 30px !important;

}


.form-group label {
  padding: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #00274D;
  font-weight: 500;
}

.inputsfile {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  min-height: 50px;
}



/* ========== EXISTING STYLES ========== */
.career-mobile-card .careercard {
  padding: 30px 30px;
}

.careercard {
  padding: 30px 30px;
  margin-right: 10px;
  border-radius: 24px;
  min-width: 100px;
  height: auto;
  background: rgba(219, 224, 226, .38);
  height: 100%;
  transition: all 0.3s ease-in;
  box-shadow: 0px 0px 35px transparent;
}


.careercard:hover {
  transition: all 0.3s ease-in;
}


.job-brief-line {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin: 0;
}


.infoh6 .sectionHeadingbtn {
  width: 100%;
  font-size: 16px;
  padding: 8px 30px;
  margin: 20px 0 0 !important;
}


.infoh6 b {
  flex: none;
}


.infoh6 h6 {
  font-size: 20px;
  font-weight: 500;
  color: #00274D;
  line-height: 1.4;
  margin: 0 0 12px;
  height: 50px;
}


.careercard {
  position: relative;
}


/* ========== ADDED/MODIFIED STYLES ========== */


/* Slick Slider - Ensure Proper Gaps */
/* .career-slider {
  display: flex;
  justify-content: center;
  margin: 0 auto;
} */


/* .career-slider .slick-slide {
  margin: 0 10px;
} */

/* 
.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}


.slick-prev {
  left: -50px;
} */


/* .slick-next {
  right: -50px;
} */


/* Mobile View - Show More/Show Less */
#showMoreBtn {
  background-color: #ff4500;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  cursor: pointer;
  width: 50%;
  margin-top: 15px;
  text-align: center;
  border-radius: 24px;
}


#showMoreBtn:hover {
  background-color: #ff5733;
}


/* Initially hide extra cards in mobile */
/* @media (max-width: 991px) {
  .career-mobile-card {
    display: none;
  }


  .career-mobile-card:first-child,
  .career-mobile-card:nth-child(2),
  .career-mobile-card:nth-child(3),
  .career-mobile-card:nth-child(4) {
    display: block;
  }
} */



/*----------------------
aboutmain
------------------------*/
.aboutwatchstory {
  background: linear-gradient(to right, #00274D 10%, #005BB3 90%);
  position: relative;
  padding: 100px 0px;
}

.aboutwatchstory .sectionHeadingbtn:focus {
  color: #00274d;
  ;
  border: 1px solid #FFFFFF !important;
}

.aboutwatchstory ul {
  padding-left: 0px !important;

}

#maincol {
  margin-bottom: 25px;
}

.transparentcard {
  position: relative;
  border-radius: 24px;
  padding: 0px;
}

.transparentdetails {
  position: absolute;
  top: 2%;
  left: 20px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  right: 20px;
}

.transparentdetails h2 {
  font-size: 20px;
  text-align: center;
}

.btntransparent {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.detailingsAbout {
  padding-right: 40px;
}

/* #aboutdhm {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 24px;
  margin: 9px;max-width: 400px;box-sizing: border-box;
} */




.Sectionabout:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  background: #00274d7b;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.Sectionabout h6 {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  color: #FF6600;
  position: relative;
  z-index: 1;

}

.Sectionabout h2 {
  font-size: 56px;
  font-family: "poppins", sans-serif;
  color: #FFFFED;
  font-weight: 700;
  position: relative;
  z-index: 1;

}

.Sectionabout p {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  color: #FFFFED;
  position: relative;
  z-index: 1;

}

/*.header-text-area*/
/* .header-text h2 {
  color:black;
  font-size: 40px;
  font-weight: 600;
  
  line-height: 1.5;
} */
.header-textAbout h2 span {
  color: #d92cf9;
  position: relative;
  z-index: 1;
}

/* .header-text p {
  color:black;
  font-size: 20px;
  font-weight: 300;
 
  margin: 30px 0 20px;
  letter-spacing: 1px;
} */

.header-textAbout a {
  font-family: "Poppins", sans-serif;
  width: 300px;
  height: 50px;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 24px;
  /*text-transform: capitalize;*/
  color: #ffffff;
  background: #FF6600;

  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;


  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: relative;
  z-index: 1;

}

.header-textAbout a:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
  background: #ea7e66;
  position: relative;
  z-index: 1;
}

/*About main chart*/
.charts {
  background: url('../images/aboutimage/chartSectionbg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px 0px;
}

.model {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;


}

.chartmodel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;

}

.chartmodel .button {
  position: relative;
}

.chartcol:not(:last-child) .chartmodel .button::after {
  content: "";
  display: inline-block;
  background-image: url('../images/aboutimage/arrowBlue.png');
  width: 100px;
  height: 14px;
  position: absolute;
  left: calc(100% + 30px);
  top: 35px;
  background-size: 100%;
  background-repeat: no-repeat;

}

.chartcol:nth-child(2) .chartmodel .button::after {
  content: "";
  display: inline-block;
  background-image: url('../images/aboutimage/arrowOrange.png');
  width: 100px;
  height: 14px;
  position: absolute;
  left: calc(100% + 30px);
  top: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
}


.charts span {
  font-family: "poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.charts-img {
  margin: 30px 0px;
}

.chartmodel .button {

  border-radius: 24px;
  padding: 20px 40px;
  background-color: #FF6600;
  color: white;
  text-align: center;

}

.chartmodel .blueButton {
  background-color: #00274D;
}

.hand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 22px;
  background-color: #EFD6C6;
  word-wrap: break-word;

  min-height: 140px;
}


.card2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border-radius: 24px;
  padding: 22px;
  min-height: 140px;
  background-color: #EFD6C6;
  word-wrap: break-word;
}

.chartmodel h5 {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  color: #777777;

}

.chartmodel h6 {
  font-family: "poppins", sans-serif;
  font-size: 24px;
  color: #00274D;

}


.chartmodel .cardmiddle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ABC7E1;
  border-radius: 24px;
  padding: 22px;
  min-height: 170px;
  word-wrap: break-word;
}


.commitment {
  margin-top: 70px;
  margin-bottom: 70px;
}


.commitment ul li {

  list-style-type: none;

}

.commitment .box {
  display: flex;
  flex-direction: row;
  word-wrap: break-word;
  justify-content: space-evenly;
  align-content: center;
}

/* .information{
  width: 90%;
  word-wrap: break-word;
  margin-right: 60px;
  border-right-width: 4px;
  padding-right: 60px;
  border-right: 2px dashed #8C9EAF;
  
  
} */

.pointcards {
  position: relative;
  margin-top: 30px;

  background-color: #FFFFFF;
  box-shadow: 4px 4px 12.6px 0px rgba(0, 0, 0, 0.251);
  padding: 20px;
  border-radius: 24px;
  width: 100%;
  max-width: 350px;
}

.pointcards span {
  border: 1px solid #FF6600;
  color: #FF6600;
  font-size: 25px;
  font-weight: 800;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  border-radius: 50%;
  background-color: #e7803d73;
}

.pointcards p {
  position: relative;
  margin-top: 20px;


}


.commitment .heading {
  font-weight: normal;

  font-size: 56px;
  text-align: left;
  line-height: 1;
}

.watchcontents {
  color: #FFFFED;
  text-align: left;
}

.watchcontents .sectionHeadingThree,
.watchcontents .sectionHeadingTwo {
  color: #fff;
}


.watchcontents ul li {
  list-style-type: none;
  margin-top: 0px;

}

.watchcontents ul li:before {
  content: '#';
}

.watchcontents ul {
  text-align: left;
  margin: 30px 0px;
}



.clientbenefitsub {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* Creates four equal-width columns */
  gap: 20px;
  /* Optional: adds space between columns */
}


.clientbenefitcol h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700px;


}

.clientbenefitcol h6 {
  text-align: center;
  color: #ff6600;


}

.clientbenefitcol p {
  text-align: left;
  font-size: 16px;

}

.projects {
  padding-bottom: 50px;
}

.projects #btnview {
  border-radius: 24px;
  padding: 7px 40px 10px 40px;
  width: 134px;
  height: 40px;
  border: 1px solid #FF6600;
  background-color: white;
  color: #FF6600;
}

/*----------------------
case Main
------------------------*/
#welcomeherocase {
  position: relative;
  width: 100vw;
  height: 100vh;

  padding: 0;
  background-image: url('../images/aboutimage/casebanner.png');
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100vh;
}

.banner .container-fluid {
  padding-left: 0px;
}

.card-img-top {
  object-fit: cover;
  max-width: 100%;
  border-radius: 24px;
  margin: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.casecards {
  margin-top: 50px;
}

.caseStudiesRow {
  margin-bottom: 50px;
}


.casecards .sc {

  border-radius: 24px;
}

.casecards .card-body h5 {
  font-size: 14px;

}

.casecards .btn-primary {
  border: none;
  width: 30%;
  margin-bottom: 30px;

}

.firstc {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: none;
}

.firstc ul {
  padding: 0px;
}

.firstc ul li {
  position: relative;
  font-size: 18px;
  color: #FF6600;
  list-style-type: none;
  margin-right: 10px;
}

.dotted {
  height: 5px;
  width: 5px;
  background: #00274D;
  border-radius: 100%;
}

/* .firstc .firstul li:not(:last-child)::after {
  content: '';
  height: 5px;
  width: 5px;
  background: #00274D;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
}

.firstseccard .firstul li:not(:last-child):not(:first-child):after {
  content: '';
  height: 5px;
  width: 5px;
  background: #00274D;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
} */

.firstseccard .imagemain {
  margin: 20px 0;
}

.firstseccard .firstul {
  margin-bottom: 20px;
}

.firstseccard h1 {
  font-size: 30px;
}

.job-section {
  padding: 20px 0px;
}

.job-firstdiv h1 {
  font-family: "poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #000000;
}

.firstseccard .row:last-child ul li a {
  width: 40px;
  height: 40px;
  background: #ff6600;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.3sease-in-out;
}

.firstseccard .row:last-child ul li a:hover {
  border-color: #ff6600;
  background: transparent;
  color: #ff6600;
}

.firstseccard .firstc li:first-child {
  color: #555555;
}

.firstseccard .firstc {
  margin-top: 30px;
}

.firstc li {
  display: inline-block;
}

.firstc:hover {
  box-shadow: none;
}

.casecards .row {

  border-bottom: 2px dashed #8C9EAF;
}


.casecards .row:nth-child(4) {
  border-bottom: none;

}

.casecards .sectionHeadingThree {
  color: #777777;
  padding-right: 40px;
  margin-bottom: 30px;

}



.firstc ul .lead-ul {
  margin-right: 10px;
  color: #555555;
}

/*-----------------
aboutsecondpage
---------------------*/
.pointers {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #FF6600;
  border-radius: 50%;
}

.pointers:nth-child(7) {
  top: 50px;
  left: 50px;
}

.pointers:nth-child(2) {
  top: 20%;
  left: 15%;
  background-color: #00274D;
}

.pointers:nth-child(3) {
  top: 45%;
  left: 10%;
  background-color: #00274D;
}

.pointers:nth-child(4) {
  top: 15%;
  right: 50px;
  background-color: #00274D;
}

.pointers:nth-child(5) {
  top: 5%;
  right: 20%;
}

.pointers:nth-child(6) {
  top: 30%;
  right: 15%;
}

.teamContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.teamContainer .sectionHeadings {
  text-align: center;
}

.team-div {
  display: flex;
  justify-content: center;
  width: 100%;
  object-fit: fill;
  object-position: top center;
}

#aboutCareers {
  background: url(../images/aboutimage/operationimg.png) center/ cover no-repeat !important;

}

.quotes {
  border-bottom: 2px dashed #8C9EAF;
}








.profileCard {
  width: 100%;

  position: relative;
  margin-bottom: 100px;

  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  line-height: 1.8;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);

}





.information {
  padding: 20px 50px 20px 50px;

}

/*------------------------------------privacy policy----------------------------------*/
.listed {
  list-style-type: none;
}

.listed li {
  position: relative;

  font-family: "poppins", sans-serif;
  font-size: 18px;
  color: #777777;
  padding-left: 20px;
  margin-bottom: 10px;

}

.listed li::before {
  content: '';
  position: absolute;
  background-color: #777777;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  top: 12px;
  left: 0px;
}


.listed-numbers {
  counter-reset: itemCounter;
  list-style-type: none;

}


/* Style for each list item */
.listed-numbers li {
  position: relative;
  list-style-type: none;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  color: #777777;
  padding-left: 24px;
  margin-bottom: 10px;
  /* Positioning context for the ::before pseudo-element */

}

/* Add the counter circle with number using the ::before pseudo-element */
.listed-numbers li::before {
  content: counter(itemCounter) ".";
  /* Display the current counter value */
  counter-increment: itemCounter;
  /* Increment the counter with each list item */
  position: absolute;
  color: #777777;

  top: 0px;
  left: 0px;
}


/* Initialize the counter for the list */
.listed-alphabet {
  /* Start the counter at 0 */
  list-style-type: none;
  /* Remove default list bullets */
  padding: 0;
}

/* Style for each list item */
.listed-alphabet li {
  position: relative;
  /* Positioning context for the ::before pseudo-element */
  font-family: "poppins", sans-serif;
  font-size: 18px;
  color: #777777;
  padding-left: 40px;
  margin-bottom: 10px;
  /* Font size for the list items */

}

/* Add the alphabet counter using the ::before pseudo-element */
.listed-alphabet li:nth-child(1):before {
  content: '(a)';
  counter-increment: alphabetCounter;
  position: absolute;
  color: #777777;
  top: 0px;
  left: 0px;
}

.listed-alphabet li:nth-child(2):before {
  content: '(b)';
  counter-increment: alphabetCounter;
  position: absolute;
  color: #777777;
  top: 0px;
  left: 0px;
}

.listed-alphabet li:nth-child(3):before {
  content: '(c)';
  counter-increment: alphabetCounter;
  position: absolute;
  color: #777777;
  top: 0px;
  left: 0px;
}

.listed-alphabet li:nth-child(4):before {
  content: '(d)';
  counter-increment: alphabetCounter;
  position: absolute;
  color: #777777;
  top: 0px;
  left: 0px;
}


.listed-alphabet li:nth-child(1)::before {
  content: "(a)";
}

.listed-alphabet li:nth-child(2)::before {
  content: "(b)";
}

.listed-alphabet li:nth-child(3)::before {
  content: "(c)";
}

.listed-alphabet li:nth-child(4)::before {
  content: "(d)";
}

.listed-alphabet li:nth-child(5)::before {
  content: "(e)";
}

.listed-alphabet li:nth-child(6)::before {
  content: "(f)";
}

.listed-alphabet li:nth-child(7)::before {
  content: "(g)";
}

.listed-alphabet li:nth-child(8)::before {
  content: "(h)";
}

.listed-alphabet li:nth-child(9)::before {
  content: "(i)";
}

.listed-alphabet li:nth-child(10)::before {
  content: "(j)";
}

.listed-alphabet li:nth-child(11)::before {
  content: "(k)";
}

.listed-alphabet li:nth-child(12)::before {
  content: "(l)";
}

.listed-alphabet li:nth-child(13)::before {
  content: "(m)";
}

.listed-alphabet li:nth-child(14)::before {
  content: "(n)";
}

.listed-alphabet li:nth-child(15)::before {
  content: "(o)";
}

.listed-alphabet li:nth-child(16)::before {
  content: "(p)";
}

.listed-alphabet li:nth-child(17)::before {
  content: "(q)";
}

.listed-alphabet li:nth-child(18)::before {
  content: "(r)";
}

.listed-alphabet li:nth-child(19)::before {
  content: "(s)";
}

.listed-alphabet li:nth-child(20)::before {
  content: "(t)";
}

.listed-alphabet li:nth-child(21)::before {
  content: "(u)";
}

.listed-alphabet li:nth-child(22)::before {
  content: "(v)";
}

.listed-alphabet li:nth-child(23)::before {
  content: "(w)";
}

.listed-alphabet li:nth-child(24)::before {
  content: "(x)";
}

.listed-alphabet li:nth-child(25)::before {
  content: "(y)";
}

.listed-alphabet li:nth-child(26)::before {
  content: "(z)";
}

.lists-nostyle {
  list-style-type: none;
}

.lists-nostyle li {
  position: relative;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  color: #777777;
  margin-bottom: 4px;
}


/*----------------------
Media query
------------------------*/

/* 
@media (min-width: 600px) {
  .image .img-fluid {
    max-width: 180px;
    max-height: 180px;
  }
} */

@media (min-width: 768px) {
  .careertransparentcard-mobile {
    display: none;
  }

  .dedicatedmobileversion {
    display: none;

  }

  /* .queryRow {
    margin-left: 200px;
  } */

  .firstcarousel {
    display: none;
  }
}

@media (min-width: 769px) {
  .recruitmentprocess {
    margin-top: 100px
  }

  .servicetworow {
    display: none;
  }

  p {

    font-size: 24px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  #welcome-heroOne .header-text {
    left: 20px;
  }

  .sectionHeadingBanner {
    font-size: 60px;
  }

  .styled-list li {
    position: relative;
    padding-left: 58px;
    margin: 0px 0;
    line-height: 3;
    font-size: 17px;
    padding-bottom: 20px;
  }

}

@media(min-width: 991.98px) {

  .queryRow {
    margin-left: 200px;
  }

  .slick-col img {
    width: 160px;
    height: 300px;
  }

  .card-container .slick-dots li {
    margin-right: 100px;
  }

  .card-container .slick-dots li button:before {
    width: 100px;
    height: 10px;
  }

  .first-col {
    padding: 15px;
  }

  .second-col {
    padding: 15px;
  }



  .slider-container.slick-initialized {
    display: none;

  }

  .category-section .row {
    display: flex;
  }

  .mobile-recruitment {
    display: none;
  }

  .visionmaincol {
    margin-left: 245px;
  }

  .explore {
    text-align: center;
  }
}

@media (min-width: 991px) and (max-width: 1600px) {
  .imgbefore {
    position: absolute;
    top: 0px;
    left: 60px;
  }
}

@media (min-width: 999px) {
  .slick-prev {
    left: -60px;
  }

  .navbar {
    display: none;
  }

  .copy {
    padding: 30px;
    font-size: 20px;
  }

  .copy p {
    font-size: 16px;
  }

  .copy h6 {
    font-size: 16px;
  }
}

@media (min-width: 991.98px)and (max-width: 1024px) {
  .meetourexperts .meetimg {
    width: 40%;
  }

  .subscribeform {
    position: relative;
    width: 60%;
  }
}

@media (min-width: 1024px) {

  .subscribesection {
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px)and (max-width: 1200px) {
  #welcome-heroOne .header-text {
    left: 20px;
  }

  .subscribeform {
    position: relative;
    width: 80%;
  }
}

@media (min-width: 1200px) {

  /*----------------------New Hero-section Open-----------------------------*/
  .charts {
    padding: 150px 0px 50px;
  }

  .career-row .col-6:nth-child(1) .banner-cardCareer,
  .career-row .col-6:nth-child(4) .banner-cardCareer {
    border-radius: 150px 8px 150px 8px;
  }

  .career-row .col-6:nth-child(2) .banner-cardCareer,
  .career-row .col-6:nth-child(3) .banner-cardCareer {
    border-radius: 8px 150px 8px 150px;
  }

  /*----------------------New Hero-section End-----------------------------*/
  .overlay ol li:nth-child(1)::before {
    padding: 9px 22px;
  }

  .category-header {
    padding-left: 30px;
  }

  #transparentcol {
    margin: 0px;
  }

  .firstcase .container {
    width: 1100px;
    padding-left: 60px;
    padding-top: 30px;
  }

  .subscribeform {
    position: relative;
    width: 60%;
  }

  #topcardsection {
    display: none;
  }

  .carousel-control-prev {
    left: -100px;
  }

  .carousel-control-next {
    right: -100px;
  }

  .firstcarousel {
    display: none;
  }

  .mainfaq .container {
    width: 1150px;
  }

  .slidemedium {
    display: none;
  }

  .visionservicep {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 50px;
    margin-bottom: 0px;
    line-height: 1.8;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
  }


  .servicealign {
    padding: 100px 20px 0px 20px;

  }

  .firstcol {
    padding: 0px 60px 0px 0px;
  }

  .styled-list li {
    position: relative;
    padding-left: 58px;
    margin: 0px 0;
    line-height: 1;
    font-size: 28px;
    padding-bottom: 20px;

  }

}

@media (max-width: 767px) {

  /* Apply only on mobile */
  .aboutdhm-hidden-mobile {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .aboutdhmrow .row {
    display: flex;
    flex-wrap: wrap;
  }

  /* Ensure that each card occupies 4 columns out of 12 (3 cards per row) */
  .DHM #aboutdhm {
    flex: 1 1 calc(33.333% - 20px);
    /* 3 cards per row with space between */
    margin-right: 10px;
    margin-bottom: 10px;
  }

  /* Adjust the last card in the row so there’s no extra margin */
  .DHM #aboutdhm:last-child {
    margin-right: 0;
  }

  /* Make sure two cards appear per row after the first */
  .DHM #aboutdhm:nth-child(4),
  .DHM #aboutdhm:nth-child(5) {
    flex: 1 1 calc(50% - 20px);
    /* 2 cards per row on the next line */
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .single-list-topics-content {
    display: flex;
    align-items: center;
    flex-direction: column;

    padding: 30px 10px;
    height: 100%;
    text-align: center;
    background: #fff;
    border-radius: 24px;
    /* margin-right: 20px; */
    /* margin-bottom: 20px; */
    box-shadow: 0 0px 10px rgba(71, 71, 71, .2);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
  }

  .listimg img {
    max-width: 80%;
  }


}

@media (min-width: 1400px) {
  .card-container .slick-dots li {
    margin-right: 100px;
  }

  .card-container .slick-dots li button:before {
    width: 100px;
  }

  .mainheader .container {
    max-width: 1100px;
  }

  .firstcase .container {

    width: 1330px;
    padding-left: 40px;
    padding-top: 30px;
  }

  .firstcase .firstpic {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 100%;

  }

  .imgpillar img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 2000px) {
  .header-curve {
    max-width: 900px;
  }
}

@media (min-width: 2200px) {
  .header-curve {
    max-width: 1500px;
  }
}


/*-------------
max-width query
------------*/
@media (max-width: 1400px) {

  .hero-main .sectionHeadingBanner,
  .sectionHeadings {
    font-size: 52px;
  }

  /*--------------------new hero section-------------------*/
  .gallery {
    margin-left: -40px;
  }


  .rewards-visionmain .second-col.slick-col img.msme-img {
    height: 145px;
    max-height: 145px;
  }

}

@media (max-width: 1200px) {
  .visionmain .imgafter {
    position: absolute;
    bottom: 0px;
    right: 10px;
    padding-left: 30px;
  }

  .firstseccard h1 {
    font-size: 25px;
  }

  .job-firstdiv h1 {
    font-size: 42px;
  }

  .card-container .slick-dots li button:before {
    width: 50px;
    height: 7px;
  }

  .card-container .slick-dots li {
    margin-right: 40px;
  }

  .hero-main .sectionHeadingBanner,
  .sectionHeadings {
    font-size: 42px;
  }

  .hero-main-img::before {
    width: 185px;
    height: 110px;
    left: -35px;
  }

  .hero-main-img::after {
    width: 170px;
    height: 120px;
    right: -15px;
  }

  .imgpattern {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 120px;
    max-width: 70px;
  }

  .sectionHeadingTwo {
    font-size: 34px;
  }

  .headingtwowhite {
    font-size: 56px;
  }

  .sectionHeadingBanner {
    font-size: 56px;
  }

  .DHM #aboutdhm {
    max-width: none;
    /* Allow the column to use available space */
  }

  .overlay ol li::before {
    height: 50px;
    min-width: 50px;

  }

  .navbared>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 50px;
  }

  .header-curve {
    width: 39%;
  }

  .sectionfirst .heading {
    font-size: 28px;

  }

  .sectionfirst .span {
    font-size: 14px;
  }

  .sectionfirst .description {
    font-size: 14px;
  }

  .dedicatedhiring .container #specialimg {
    display: none;
  }

  .DHM .container #specialimg {
    display: none;
  }


  .subimg {
    display: none;
  }

  .pattern {
    display: none;

  }

  .eimages {
    display: none;
  }

  .subscription {
    background-color: #00274d;
  }

  .subscription .row {
    margin-right: -15px;
    margin-left: 15px;
  }

  .sectionfirst .heading {
    font-size: 28px;

  }

  .sectionfirst .span {
    font-size: 14px;
  }

  .sectionfirst .description {
    font-size: 14px;
  }

  /*--------------------------About our clients page------------------------*/
  .headingtwowhite {
    font-size: 56px;
  }

  .our-work .container::after {
    width: 130px;
    height: 130px;
  }

  .project-slider {
    margin: 50px -0 0;
  }

  .careercard {
    padding: 25px 20px;
  }

  .roadmap-curve {
    max-width: 950px;
  }

  .timeline-wrapper {
    left: 35px;
    right: 90px;
    bottom: 170px;
  }

  .timeline-wrapper .timeline-content:nth-child(2),
  .timeline-wrapper .timeline-content:last-child {
    margin-top: 170px;
  }

  .timeline-content strong {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }

  .timeline-brief {
    width: 200px;
    padding: 35px 10px 20px;
  }

  .timeline-brief p {
    font-size: 16px;
  }

  .timeline-brief::after {
    width: 50px;
    height: 23px;
    top: -22px;
  }

  .timeline-content {
    gap: 35px;
  }

  .rewards-visionmain .second-col.slick-col img.msme-img {
    height: 100px;
    max-height: 100px;
  }
}

@media (max-width: 1024px) {

  /*--------------------new hero section-------------------*/
  .gallery {
    margin-right: -20px;
  }

  .rewards-visionmain .second-col.slick-col img {
    max-height: 250px;
  }

}


@media (max-width: 991.98px) {
  .job-form {
    width: 100%;
  }

  .pointers {
    width: 14px;
    height: 14px;
  }

  .recruitmentprocess {
    margin: 50px 0 10px !important;
  }

  .hero-gapping {
    margin-top: 90px;
  }

  .querycontain .containimg {
    display: none;
  }

  .querypatterns .qimg {
    display: none;
  }

  .about-visionmain .about-lists {
    border: none !important;
  }

  .services-section {
    padding: 30px 15px 20px;
  }

  .infoh6 h6 {
    min-height: auto;
  }

  .lists .listimg {
    min-height: 60px;
    max-height: 60px;
  }

  .card-container {
    padding: 0px;
  }

  .category-header {
    font-size: 16px;
  }

  /*--------------------------New hero section--------------------------*/
  #btnset {
    position: relative;
    border-radius: 24px;
    padding: 2px;
    width: 134px;
    height: 40px;
    border: 1px solid #FF6600;
    background-color: white;
    color: #FF6600;
    transition: all 0.3sease;
  }

  .reward-div::after {
    height: 170px;
    width: 170px;
    right: -75px;
    top: 90px;
  }

  .service-Banner {
    padding-bottom: 0px;
    text-align: center;
    padding-top: 45px;
  }

  .service-Banner .sectionHeadingbtn {
    margin-inline: auto;
    ;
  }

  /* 
  .gallery img {
    transform: rotate(-50deg);
  } */

  .gallery {
    margin: 25px 30px;
  }

  .case-section .heading-div {
    margin-top: 20px;
  }

  .about-Bannercontents {
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: start;
    align-items: center;
    margin: 20px 0px 50px;
  }

  .about-ButtonContainer {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: left;
  }

  .about-section::after {
    height: 10%;
  }

  .about-ButtonContainer p {
    margin: 12px 0 0;
  }

  /*--------------------------New hero section--------------------------*/
  .imageAbout::after {
    height: 15%;
  }

  .roadmap-curve {
    max-width: 700px;
    padding: 170px 0 155px;
  }

  .timeline-brief {
    width: 150px;
    padding: 25px 10px 10px;
  }

  .timeline-content:nth-child(3) .timeline-brief {
    width: 200px;
  }

  .timeline-brief p {
    font-size: 14px;
  }

  .timeline-wrapper {
    left: 25px;
    right: 60px;
    bottom: 136px;
  }

  .timeline-wrapper .timeline-content:nth-child(2),
  .timeline-wrapper .timeline-content:last-child {
    margin-top: 146px;
  }

  .timeline-content strong {
    width: 65px;
    height: 65px;
    font-size: 18px;
  }

  .timeline-brief::after {
    width: 35px;
    height: 12px;
    top: -12px;
  }

  .timeline-content {
    gap: 20px;
  }

  .hero-main {
    margin-top: 89px;
  }

  .hero-main__content {
    padding-bottom: 80px;
  }

  .hero-main-img {
    max-width: 450px;
    margin-inline: auto;
  }

  .hero-main-img::before {
    left: -15px;
  }

  .hero-main-img img {
    max-height: 550px;
  }

  #hero_icon_2 {
    left: 15%;
    top: -25px;
  }

  #hero_icon_3 {
    left: 70%;
  }

  #hero_icon_5 {
    top: 180px;
    left: 10%;
  }

  #hero_icon_6 {
    top: 200px;
    left: 88%;
  }

  #hero_icon_7 {
    top: 80px;
    left: 18px;
  }

  .mouse_move img {
    max-width: 50px;
  }



  .slick-col img {
    width: 160px;
    height: 300px;
  }

  .first-col {
    padding: 15px;
  }

  .second-col {
    padding: 15px;
  }

  .card-container {
    padding: 0px;
  }

  .consulting {
    margin-bottom: 0px;
  }

  .social-icons {
    display: none;
  }

  .visionmain h1 {
    font-size: 28px;
    font-weight: 600;
  }

  .styled-list {
    display: none;
  }

  .our-work .slick-next::before {
    padding: 13px 18px;
  }

  .our-work .slick-prev::before {
    padding: 13px 29px;
  }

  .slick-next::before {
    content: '';
    background: url(../images/bodyimg/nextarrow.png) no-repeat;
    background-size: 20px 20px;
    padding: 13px 24px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    background-position: center;
  }

  .slick-prev::before {
    content: '';
    background: url(../images/bodyimg/prevarrow.png) no-repeat;
    background-size: 20px 20px;
    padding: 13px 24px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    background-position: center;

  }

  .slidemedium {
    display: none;
  }


  .py-5 #custom {
    display: none;

  }

  .overlay {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 2px;
  }

  .imgconsulting {
    display: none;
  }

  .headlines {
    position: absolute;
    top: 32px;
    left: 16px;
    text-wrap: wrap;
  }

  .imgflow {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 24px;
    bottom: 0px;
    width: 100%;
    position: absolute;
    background-color: #ffffedd9;
    height: 50%;
    right: 0px;
    bottom: 0%;
    transform: translateY(0%);
  }

  .innovation .lead {
    min-height: unset;
  }

  .contact-detailsPart {
    margin: 40px 0 !important;
    padding: 5px !important;
  }

  .footer-about {
    margin-bottom: 20px;
  }

  .second-logoawards img {
    width: 100%;
    height: 215px;
  }

  .certification .col-lg-5 {
    display: flex;
    justify-content: center;
  }

  .rewards-visionmain .imgafter,
  .rewards-visionmain .imgbefore {
    display: none;
  }

  .visionmain .about-lists {
    border-bottom: 2px dashed #8C9EAF;
  }

  .visionmain-career .visionmaindetails {
    padding-top: 0px;
  }

  .award-div img {
    max-height: 250px;
  }

  .award-div {
    justify-content: center;
  }

  .certification {
    padding: 40px 0px;
  }

  .clutchaward {
    margin-top: 40px;
    padding: 40px 0px;
  }

  .delostylevideo {

    padding: 40px 0px;
  }

  .video-container {
    margin-top: 25px;
  }

  .certificatemain-img {
    max-height: 500px;
  }

  .rewards-sectionHeadingTwo {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.46;
    margin-top: 16px;
  }

  .firstcol-Section {
    padding: 0px 0px;
    margin-bottom: 35px;
  }

  .heading-reward {
    max-width: auto;
  }

  .rewards-visionmain {
    margin: 30px 0px;
  }

  .rewards-visionmain .visionmaindetails {

    padding-top: 0px;
    padding-left: 0px;
  }

  .dhm-operationProcess .visionmaindetails {
    padding: 0px;

  }

  .innovation .sectionHeadingThree {
    text-align: left;
    padding-right: 0px;
  }


  .imagemain {


    max-height: inherit;
    min-height: inherit;


  }

  .apply .heading-sm {
    margin-bottom: 10px;
  }

  .apply .sectionHeadingTwo {
    margin-top: 10px
  }

  .apply .sectionHeadingThree {
    margin-top: 10px
  }

  .apply .sectionHeadingbtn {
    margin-top: 10px !important;
  }

  .bgcol {
    display: flex;
    justify-content: center;
  }

  .bulletpoints {
    padding-bottom: 14px;
  }

  .bulletdiv {
    padding: 20px 15px;
  }

  .imageholder {
    padding: 40px 0 30px;
  }

  .formsubmission .bgcol {
    padding: 0 0 40px;
  }

  .apply {
    padding: 40px 0px;
  }

  .contactdetails {
    padding: 55px 0 !important;
  }

  .carouselslide {
    padding: 40px 0px;
  }

  .contact-detailsPart .content {
    padding: 40px 0 0;
  }

  .menubar {
    margin-top: 89px;
  }

  #imgrecruitment {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 70px;
  }

  .sectionHeadingTwo {
    font-size: 30px;
  }

  .footerarea img {
    max-width: 120px;
  }

  #header {
    display: none;

  }

  .navbar {
    display: flex;
  }

  .headingtwowhite,
  .sectionHeadingBanner {
    font-size: 42px;
    line-height: 1.22;
  }

  .hero-text-wrapper .header-text {
    width: 100%;
  }

  .headingparawhite {
    font-size: 18px;
  }

  .header-text button {
    font-size: 18px;
  }

  .welcome-hero {
    margin-top: 89px;
    max-height: inherit;
  }


  .toppic {
    position: absolute;
    top: 0px;
    left: 0px;
  }


  .indexcol {
    display: flex;
    justify-content: center;
  }

  .toggle-index-step {
    display: none;

  }

  .lists {
    padding-bottom: 22px;
  }

  .visionmain .imgafter {
    position: absolute;
    bottom: 0px;
    right: 10px;
    padding-left: 30px;
  }

  .service-visionmain {
    margin: 120px 0px 20px 0px;
    padding: 0px 0px;
  }

  .visionmaincol {
    margin-left: -6px;
  }

  .imgpattern {
    display: none;

  }

  .imgpillar {
    display: none;

  }

  /*--------------------------About our clients page------------------------*/
  .certificate-img img {
    max-height: 270px;
  }

  .headingtwowhite {
    font-size: 42px;
    line-height: 1.22;
  }

  .hero-text-wrapper .header-text {
    width: 100%;
  }

  .headingparawhite {
    font-size: 18px;
  }

  .header-text button {
    font-size: 18px;
  }

  .about-hero {
    min-height: 600px !important;
  }

  .sectionHeadingbtn {
    font-size: 18px;
  }

  .our-work .container::after {
    width: 60px;
    height: 90px;
  }

  .footer .footer-links ul li {
    padding: 10px 0 0;
  }

  .about-visionContent .visionmaindetails {
    padding-top: 0;
  }

}

@media (max-width: 991px) {
  .information {
    border-right: none;
    border-bottom: 2px dashed #8C9EAF;
    width: 100%;
    margin: 0;
    padding: 0 0 40px;
  }

  .category-header {
    height: 35px;
  }

  .category-section .slick-next {
    right: 25px;
  }

  .category-section {
    margin-bottom: 70px;
  }

  .visionmaindetails {
    padding-top: 20px !important;
  }

  .border-div::before {
    display: none;

  }

  .border-div::after {
    display: none;

  }

  .category-section {
    margin-top: 30px;
  }

  .category-box {
    position: relative;
    /* border: 1px solid #ddd; */
    background-color: #fff;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
    height: 100%;
    margin-left: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }


  .category-box ul {
    font-size: 16px;

    padding-left: 10px;

    margin-left: 0px;
    margin-top: 0px;
    list-style: none;
    border: 3px solid #FBB181;
    width: 207px;
    height: 300px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }

  .category-box ul li {
    font-size: 16px;
    color: #000;
    line-height: 3.5;
    display: flex;
    align-items: center;
    padding: 0px;

  }

  .category-header {
    min-width: 275px;
    text-align: left;
  }

  .category-section .row {
    display: none;
    /* Hide the normal row layout */
  }

  .slider-container {
    display: block;
    /* Display as a block for slider */
  }

  .slider-container .col-md-4 {
    flex: 0 0 100%;
    /* Full width for each slide */
    max-width: 100%;
  }

  /* Initialize slick slider on mobile view */
  .slider-container.slick-initialized {
    display: block;
  }

  .queryimg {
    display: none;
  }

  .meetourexperts .meetimg {
    display: none;
  }

  .subscribeform {
    position: relative;
    width: 100%;

  }

  .subscribesection {
    padding-bottom: 10px;
  }

  .innovation {
    padding: 40px 0;
  }

  .innovation-heading {
    justify-content: flex-start;
  }

  .innovation .sectionHeadingTwo {
    text-align: left;
  }

  .rewards-visionmain .second-col.slick-col img.msme-img {
    height: inherit;
    max-height: 225px;
  }

  .msme-award-slider {
    margin-top: 0;
  }


}

@media (max-width: 768px) {
  .logoPic li img {
    width: 30px;
    height: 30px;
  }

  .logoPic {
    position: relative;
    font-size: 14px;
    color: #555555;
    list-style-type: none;
    margin-top: 20px;
  }

  .listed-alphabet li {
    position: relative;
    font-size: 14px;
    font-family: "poppins", sans-serif;
    color: #777777;
    padding-left: 40px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .lists-nostyle li {
    position: relative;
    font-family: "poppins", sans-serif;
    font-size: 14px;
    color: #777777;
    margin-bottom: 4px;
    line-height: 1.5;
  }

  .bulletpoints h6 {
    font-size: 16px;
  }

  .listed-numbers li {

    font-size: 14px;
    color: #777777;
    padding-left: 24px;
    line-height: 1.5;
  }

  .listed li::before {
    content: '';
    position: absolute;
    background-color: #777777;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    top: 5px;
    left: 0px;
  }

  .listed li {
    position: relative;
    list-style-type: none;
    font-family: "poppins", sans-serif;
    font-size: 14px;
    color: #777777;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;

  }

  .alldetails h6 {
    font-family: "poppins", sans-serif;
    font-size: 14px;
    color: #2E2E2E;
    font-weight: 700;

  }

  .alldetails p {
    font-family: "poppins", sans-serif;
    font-size: 16px;
    color: #777777;
  }

  .imagedetails p,
  .imagedetails span {
    font-size: 16px;
  }


  .contact-detailsPart {
    margin: 129px 0px 30px 0px;
    padding: 0px;
  }

  .lists a {
    font-family: "poppins", sans-serif;
    font-size: 18px;
    color: #2E2E2E;
    text-align: center;
  }

  .casecards .col-lg-6 {
    display: flex;
    justify-content: center;

  }

  .casecards .row {
    border-bottom: none;
  }

  .case-ul img {
    max-width: 25px;
  }

  #welcome-heroCase .header-text {
    left: 20px;
    padding: 100px 0px;
    max-width: 100%;
  }

  #welcome-heroaboutSecond .header-text {
    left: 20px;
    padding: 100px 0px;
    max-width: 100%;
  }

  .transparentcard {
    max-width: 200px;
  }

  .aboutsectioncol {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
  }

  .cardHeadingSix {
    font-size: 16px;
    margin-top: 5px;
  }

  .empower {
    padding: 20px;
  }

  .dedicatedhiring .sectionHeadingThree {
    padding-right: 0px;
    margin-bottom: 0px;
  }

  .toggle-dhm-step {
    display: none;
  }

  #servicedhm {
    background-color: #FFFFFF;
    padding: 12px;
    border-radius: 12px;
    max-width: 90%;
    height: 300px;
    margin: 5px 8px 5px 2px;
  }

  .dhmP {
    font-size: 14px;
  }

  .dhmP {
    font-size: 16px;
  }

  #welcome-heroOne .header-text {
    max-width: 100%;
    margin-right: 0;
  }

  #welcome-heroOne:before {
    display: none;
  }

  #welcome-heroOne {
    background: linear-gradient(to bottom right, #00274D 0%, #005BB3 100%);
  }

  .subscribe {
    padding-top: 0px;
  }

  .sectionHeadingOne {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FF6600;
  }

  .sectionHeadingSpan {
    margin-left: 5px;
  }

  .sectionHeadingbtn {
    border-radius: 24px;
    background-color: #FF6600;
    color: white;
    padding: 10px;
    font-size: 16px;
    height: auto;

  }

  .newform .sectionHeadingbtn {
    margin-left: 8px;
  }

  .category-section .slick-prev {
    left: unset !important;
  }

  #welcome-heroService .header-text {
    left: 10px;

  }

  #welcome-heroService {
    background: linear-gradient(to bottom,
        #00274D 0%, #005BB3 100%);


  }

  #welcome-heroReward .header-text {

    left: 10px;

  }

  #welcome-heroOne .header-text {
    left: 20px;
    padding: 100px 0px;
  }

  .icon {
    margin-right: 10px;
    vertical-align: middle;
  }

  .bulletpoints p {
    line-height: 1.5;
    color: #43485c;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
  }

  .insideone {
    width: 50%;
  }

  .insideone {
    width: 50%;
  }

  .bulletpoints {
    border: none;

    border-radius: dashed;

  }

  .colfirst {
    border-bottom: 2px dashed #777777;
  }

  .bulletdiv {
    border: none;
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    min-height: 200px;
    padding: 5px;
  }

  .bulletdiv .contactSummary {
    margin-bottom: 20px;
  }

  .cuate {
    display: none;
  }

  .firstpic {
    display: none;

  }

  .subpattern {
    display: none;

  }

  .colmeetexperts h1 {
    font-family: "poppins", sans-serif;
    font-size: 40px;
    color: #f6f3f0;
  }

  .bannerservicemain {
    background: url(../images/serviceimages/frameservicemain.png)no-repeat;
    background-position-x: 30%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
  }

  .meetourexperts {

    margin-top: 0px;
  }

  .image h6 {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
  }

  .image h2 {
    font-size: 25px;
    font-weight: bold;
    color: #FF6600;

  }

  .lastp {
    border-bottom: 2px dashed #8C9EAF;

  }

  .imgafter {
    padding-bottom: 16px;
  }

  .hiddenHiringcol {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bannerservicemain h1 {

    font-size: 28px !important;
    font-weight: 700;

  }


  .footer {
    line-height: 1.5;
  }

  .footer .footer-links ul li a {
    line-height: 1.5;
  }

  .parasection {
    color: #777777;
    font-family: "poppins", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;

  }

  .headingtwowhite {
    color: #fff;
    font-size: 40px;
    font-weight: 700;

    line-height: 1.5;
  }

  .sectionHeadingbtn {
    padding: 12px 10px;



  }


  /* 
    .innovation .leadbtn {
      border: none;
      background-color: unset !important;
      color: #ff6600;


    } */
  .innovation {
    padding: 15px 0;
  }


  .innovation .leadbtn::after {
    position: static !important;
    background-color: unset !important;
    content: '>';
    margin-left: 4px;


  }




  .innovaterow {
    margin-bottom: 20px;
  }



  #side {
    display: none;
  }

  #tide {
    display: none;
  }



  .imageform {
    display: none;
  }

  /* 
  .formstyle .btn-primary {
    width: 80%;
    background-color: #ff6600;
    border-radius: 24px;
    margin-top: 10px;
    font-size: 12px;
    padding: 5px;
  } */

  .formstyle {

    padding: 40px 2px 20px 10px;

  }

  .job-section .formstyle {
    padding: 0px;
  }

  #imgrecruitment {
    display: none;
  }

  .line img {
    display: none;
  }


  .mainquote {
    padding: 60px 20px;
  }

  .cardmobile .card {
    padding: 18px;
    border-radius: 12px;
    max-height: 230px;
    margin-top: 15px;
  }

  .category-img {
    width: 70px;
    height: 70px;
  }

  .cardmobile {
    margin-bottom: 40px;
  }


  .toggle-service-step {
    display: none;
  }

  .dedicatedhiring #servicecol {
    border-radius: 12px;
    margin: 5px 5px 18px 5px;
    min-height: auto;
    padding: 25px;
  }

  .clientapproach .card {


    min-height: auto;
    padding: 18px;
    border-radius: 12px;
    max-height: 230px;
    margin-top: 15px;

  }

  .dhm-operationProcess .content .visionmaindetails {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .empowering .our-vision-content {
    width: calc(100% - 36px);
    margin-left: 18px;
    margin-right: 18px;
  }

  .detailings {
    padding-bottom: 0px;
    margin-bottom: 35px;
    width: calc(100% - 36px);
  }

  .clientApproach-details {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: left;
  }

  .dedicatedmobileversion {
    padding-bottom: 35px;
  }

  .dhmWork-row {}



  .servicecol {
    border-radius: 12px;
    box-shadow: 0 0px 3px white;
    background-color: #33333357;
    padding: 14px 10px;
    width: 90%;
    margin-bottom: 40px;
    height: 260px;
  }

  .image {
    margin-bottom: 30px;
  }

  .td {
    display: none;
  }



  .arrows h6 {
    font-size: 16px;
    text-align: center;
  }

  .recruitmentprocess .line {
    display: none;
  }



  .copy p {
    font-size: 12px;
  }

  .copy h6 {
    margin-top: 10px;
    font-size: 14px;
  }

  .condition {
    margin-top: 2px;
  }



  .icon {
    margin-right: 10px;
    vertical-align: middle;
  }

  .row-spacing {
    row-gap: 10px;
  }


  .border-div {
    width: 233px;
    border: none;

    border-top: none;
    border-left: none;
    border-top-right-radius: none;


  }

  .list-topics-content {
    display: none;
  }

  .reviewed {
    display: none;
  }

  .services-section .list-topics {
    padding: 0;
    margin: 86px;
  }

  .single-list-topics-content {
    display: flex;
    align-items: center;
    flex-direction: column;

    height: 100%;
    padding: 30px 10px;
    /* width: 215px;
      height: 228px; */
    background: #fff;
    border-radius: 24px;
    /* margin-right: 20px;
      margin-bottom: 20px; */
    box-shadow: 0 0px 10px rgba(71, 71, 71, .2);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
  }

  .list-topics-content {

    left: 40px;

  }

  .subscription-input-form {
    display: inline-block;
    width: 97%;
    margin: 0px;


  }

  .subscription-input-group {
    margin: 0px;
  }

  .subscription .appsLand-btn {

    width: 120px;
    right: 1px;
  }

  .subscription-input-group {
    margin-left: -1px;
  }


  .querycontain .containimg {
    display: none;
  }

  .querypatterns .qimg {
    display: none;
  }

  .imgconsulting {
    display: none;
  }

  .overlay {
    display: block;
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 2px;
    padding-left: 5px;
  }

  .overlay ol li {
    font-size: 18px;
  }

  .imgbefore {
    position: absolute;
    top: 0px;
    left: 10px;
  }

  .imgafter {
    position: absolute;
    bottom: 0px;
    right: 10px;
  }

  .imgbefore img {
    width: 100px;
    height: 100px;
  }

  .imgafter img {
    width: 100px;
    height: 100px;

  }

  .consultingcontain p {
    font-size: 14px;
    color: #fff;
  }

  .headlines {
    position: absolute;
    top: 50px;
    left: 12px;
    text-wrap: wrap;
  }


  /* .sectionHeadingbtn {
      width: 214px;
    } */

  .visionmain .description {
    margin-top: 0px;
  }

  .recruitmentprocess .arrows {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 68px 0 40px 0px;
  }

  .arrows h6 {
    word-spacing: 0;
  }

  .careercol {
    margin-bottom: 20px !important;
  }

  .careercard {
    padding: 25px 15px;
    border-radius: 12px;
    min-width: 100px;
  }

  .careercard .infoh6 h6 {
    font-size: 16px;
  }

  .mobile-left {
    text-align: left;
    border-bottom: 2px dashed #8C9EAF;
    margin-bottom: 20px;
  }

  .recruitmentprocess button {
    width: 50%;
    padding: 10px;
  }

  #buttonrow .col-lg-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }

  .recruitmentprocess h1 {
    font-family: poppins, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .recruitmentprocess p {
    font-family: poppins, sans-serif;
    font-size: 14px;
    margin-top: 0px;
    line-height: 1.5;
    padding-bottom: 20px;
    border-bottom: 2px dashed #777777;
  }

  .recruitmentprocess h6 {
    color: #00274D;

  }

  .h6Special h6 {
    color: #ff6600;
    margin-top: 30px;
    font-size: 14px;

  }


}

@media (max-width: 767.98px) {
  .cardsMobile-body .icon img {
    max-width: 100%;
    min-height: 30px;
    max-height: 30px;
  }

  .alldetails .job-para {
    font-size: 14px;
  }

  .job-form .newform {
    padding: 20px;
  }

  .job-section .form-group {
    padding: 10px;
  }

  #buttonrow .sectionHeadingbtn {
    margin-top: unset !important;
  }

  .alldetails .job-title {
    font-size: 20px;
  }

  .job-title {
    font-size: 25px;
  }

  .job-para {
    font-size: 14px;
  }

  .sub-ul {
    font-size: 14px;
  }

  .inputfield {
    height: 44px;
    margin-right: 20px;
  }

  .inputfield input {
    height: 42px;
  }

  .buttonsubscribe {
    height: auto;
  }

  .buttonsubscribe button {
    padding: 10px 10px;
    font-size: 16px;
  }

  .firstseccard h1 {
    font-size: 22px;
  }

  .job-firstdiv h1 {
    font-size: 28px;
  }

  .cards-reward {
    height: 120px;
  }

  .services-section {
    padding: 45px 15px 20px;
  }

  .about-lists li::before {
    top: 1px;
  }

  .video-container {
    height: auto;
  }

  .video-container iframe {
    height: auto;

  }

  /*------------new hero-------*/
  .client-logo-series {
    margin-top: 15px;
  }

  .intro .about-lists li::before {
    top: 4px;
  }

  .pointers {
    display: none;
  }

  .career-row {
    padding: 0px 20px;
  }

  .reward-card {
    border-radius: 12px;
  }

  .charts {
    display: none;
  }

  /*------------new hero-------*/
  .clutchaward {
    margin: 0px;
    padding: 20px 35px;
  }

  .rewards-visionmain {
    margin: 10px 20px;
    padding: 20px;
  }

  .reward-card {
    padding: 10px;
    border-radius: 12px;
  }

  .our-work .container::after {
    background: none !important;
  }

  .award-div img {
    max-height: 200px;
  }

  .inputfield input {
    width: 90%;
  }

  .buttonsubscribe {
    position: relative !important;
    width: 200px !important;
    margin-top: 20px;
  }

  .certificatemain-img {
    max-height: 400px;
  }

  .reward-images {
    margin-top: 20px;
  }

  .global-img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }

  .welcome-hero {
    min-height: 600px !important;
  }

  .visionmain .imgafter {
    position: absolute;
    bottom: 0px;
    right: 10px;
    padding-bottom: 0px;
    padding-left: 30px;
  }


  .video-background-container video {

    border-radius: 12px;
  }

  .servicedhm {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 12px;
    margin-right: 9px;
    margin-bottom: 15px;


  }

  .dhm-operationProcess {
    margin: 30px 0px;
  }

  /* 
  .dedicatedhiring {
    padding: 40px 0px 10px !important;
  } */
  .dedicatedhiring .detailings {
    margin-bottom: 0px;
  }

  .dedicatedhiring #servicecol {
    box-shadow: 0px 1px 2px #FFFFED;
  }

  .serviceP {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFED;
    margin-top: 0px;
    line-height: 1.5;
  }

  .service-heading h6 {
    font-size: 16px;
  }

  .service-heading {
    margin: 15px 0px;
    max-width: 105px;
    min-height: 50px;
  }

  .service-img {
    height: 65px;
  }

  #colhidden {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
  }

  #welcome-heroService {
    min-height: 500px;
  }

  .innovation .lead {
    padding: 20px;


  }

  /* .innovation .lead .leadbtn {
      padding: 0;
    } */

  .imageholder {
    padding: 40px 0 20px;
  }

  .formsubmission .bgcol {
    padding: 0 0 40px;
  }

  .formsubmission .form-group label {
    font-size: 16px;
  }

  .formsubmission .form-group .custom-input {
    height: 44px;
  }

  .firstseccard {
    margin-top: 129px;
  }

  .about-lists li {
    font-size: 16px;
  }

  .firstc ul li {
    font-size: 14px;

  }

  .sectionHeadingTwo {
    font-size: 28px;
  }

  .sectionHeadingThree {
    font-size: 16px !important;
  }

  /*--------------------------About our clients page------------------------*/

  .about-hero {
    background: linear-gradient(151.69deg, #00274D 12.36%, #005BB3 120.37%) !important;

  }

  .client-logo-series img {
    margin-top: 35px;
  }

  .client-logo-series img {
    max-height: 65px;
  }

  .sectionHeadingThree {
    font-size: 16px;
  }

  /* .sectionHeadingbtn {
      width: 260px;
    } */

  .clients-benefit,
  .our-vision,
  .our-work {
    padding: 40px 0;
  }

  .project-card-inner h4 {
    font-size: 18px;
  }

  .headingHero-reward {
    max-width: 100%;
  }

  .copy .condition a {
    font-size: 14px;
    line-height: 1.3;
  }

  .gray-curved-box-img img{
    max-height: 100%;
  }

}


@media only screen and (width > 768px) {
  .clients-responsive {
    display: none;
  }
}

@media (max-width: 600px) {

  .slick-next {
    right: 0px;
  }

  .visionmaindetails {
    padding-left: 0px;
  }

  .visionmaindetails span {
    margin-left: 5px;
  }
}

@media (max-width: 576px) {

  .clients-benefit,
  .our-vision,
  .our-work {
    padding: 40px 15px;
  }

  .our-vision-content {
    padding: 0px 15px;
  }

  .job-firstdiv h1 {
    font-size: 27px;
  }

  .visionmain-career .visionmaindetails {
    padding-left: 22px;
  }

  .contact-detailsPart .visionmaindetails {
    padding-left: 15px;
  }

  .single-list-topics-content {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }

  .innovation .lead .leadbtn {
    width: 100%;
    max-width: 140px;
    padding: 8px 10px;
  }

  .about-section .imageAbout::after {
    height: 12%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) -10.42%, #FFFFFF 0.33%, #FFFFFF 7.41%, rgba(255, 255, 255, 0) 36.94%);
  }

  .about-lists li::before {
    top: -2px;
  }

  .careercard {
    display: flex;
    justify-content: center;
  }

  .infoh6 .sectionHeadingbtn {
    width: 200px;
  }

  .video-container iframe {
    width: 300px;
    height: auto;
  }

  .video-container {
    width: 300px;
    height: auto;

  }

  .recruitmentprocess #relativerow {
    padding: 0 12px;
  }

  /*--------------------------New hero section--------------------------*/
  .client-logo-series {
    margin-top: -30px;
  }

  .case-image img {
    height: 190px;
  }

  .case-cardOne img,
  .case-cardtwo img {
    height: 190px;
  }

  .reward-div {
    margin: 0 20px 50px;
  }

  .reward-div::after {
    height: 100px;
    width: 100px;
    right: -30px;
    top: 80px;
  }

  /*--------------------------New hero section--------------------------*/
  .hero-main-img::before {
    width: 160px;
    height: 100px;
    left: 0;
  }

  .hero-main-img::after {
    width: 150px;
    height: 105px;
    right: 0;
  }

  .hero-main-img img {
    min-height: 400px;
  }

  .hero-main .sectionHeadingBanner,
  .sectionHeadings {
    font-size: 34px;
  }

  .mouse_move img {
    max-width: 40px;
  }

  .rewards-sectionHeadingTwo {
    font-size: 34px;
  }

  .formsubmission {

    padding: 40px 15px !important;
  }

  .global-img {
    width: 100%;
    height: 170px;
    border-radius: 10px;
  }

  .welcome-hero {
    min-height: 500px !important;
  }

  .about-hero {
    min-height: 600px !important;
  }

  .caseStudies {
    min-height: 600px !important;
  }

  /* .innovation .lead .leadbtn {
      position: static;
      margin-top: 5px;
      transform: none;
    } */

  .service-heading {
    margin: 10px 0px 10px;
    height: 45px;
  }

  .service-heading h6 {
    font-size: 16px;
  }

  .service-img {
    height: 60px;
  }

  .lead .btn-primary {
    margin-bottom: 10px;
  }

  .imageholder {
    padding: 20px 0px;
  }

  .bgcol {
    padding: 0px 10px;
  }

  .newform {
    width: 100%;

  }

  .firstseccard {
    margin-top: 129px;
  }

  .sectionHeadingTwo {
    font-size: 24px;
  }

  .footerarea img {
    max-width: 100px;
  }

  .headingtwowhite,
  .sectionHeadingBanner {
    font-size: 34px;
  }

  .headingparawhite {
    font-size: 16px;
    margin: 15px 0 25px;
  }

  .welcome-hero h6 {
    font-size: 16px;
  }

  .header-text button {
    font-size: 16px;
  }

  .heading-sm {
    font-size: 16px;
  }

  .image-text-container {
    font-size: 16px;
  }

  #clientapproach-mobiletwo {
    display: flex;
    margin-bottom: 30px;
  }

  #clientapproach-mobileone {
    display: flex;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .empower {
    margin-top: 0px;
  }


  body {
    line-height: 1;
  }

  .lists a {
    font-size: 15px;
  }

  /*--------------------------About our clients page------------------------*/
  .rewards-visionmain .second-col.slick-col img {
    max-height: 200px;
  }

  .certificate-img img,
  .second-col img {
    max-height: 220px;
  }

  .headingtwowhite {
    font-size: 34px;
  }

  .headingparawhite {
    font-size: 16px;
    margin: 15px 0 25px;
  }

  .welcome-hero h6 {
    font-size: 16px;
  }

  #welcome-heroService {
    min-height: 500px;
  }

  .header-text button {
    font-size: 16px;
  }

  .heading-sm {
    font-size: 16px;

  }

  .sectionHeadingTwo {
    font-size: 24px;
  }

  .innovation .sectionHeadingbtn {
    width: unset;
  }

  .sectionHeadingbtn {
    font-size: 16px;
    width: 240px;
  }

  .sectionHeadingbtn img {
    max-width: 17px;
  }

  .our-work .container::after {
    display: none;
  }

  .project-card {
    width: 300px;
  }

  .project-card-inner h4 {
    font-size: 16px;
  }

  .btn-secondary {
    font-size: 14px;
  }

  .project-card {
    height: 240px;
  }

  .service-img {
    height: 42px;
  }

  .innovation .lead {
    padding: 14px;
  }

}

@media (max-width: 480px) {
  .cards-reward {
    height: 100px;
  }

  .global-img {
    width: 100%;
    height: 120px;
    border-radius: 10px;
  }

  #header {
    background-image: none;
  }

  .single-testimonial-box {
    width: 283px;
    height: 72px;
    padding: 16px 0px 0px 0px;
    gap: 0px;
    border-radius: 12px 0px 0px 0px;
    opacity: 0px;
    margin-bottom: 12px;

  }




  .footerarea img {
    max-width: 90px;
  }
}

@media (max-width: 373.98px) {
  .firstseccard .row:last-child ul li a {
    width: 30px;
    height: 30px;
  }

  .cards-reward {
    height: 80px;
  }

  .footer .footer-links ul li a {
    min-height: 42px;
  }

  .footer .footer-links ul li {
    padding: 6px 0 0;
  }

  .footer .footer-links:last-child ul li a {
    min-height: inherit;
  }

  .footer .footer-links:last-child ul li {
    padding-top: 14px;
  }

}