.innertopsection {
  padding-top: 100px;
}
 @keyframes gradientBG {
      0% {background-position: 0% 50%;}
      50% {background-position: 100% 50%;}
      100% {background-position: 0% 50%;}
    }

    .service-tag1 {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      padding: 10px 18px;
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,0.15);
      color: #fff;
      font-size: 15px;
      transition: all 0.3s ease;
    }

    .service-tag1:hover {
      background: rgba(255, 126, 95, 0.3);
      transform: scale(1.05);
      cursor: default;
    }

h2 {
  line-height: 1.4;
}
.inner_banner {
  overflow: hidden;
  position: relative;
  width: 94%;
  margin: auto;
  border-radius: 40px;
  overflow: hidden;
  /* margin-top: 13rem; */
}
/* .inner_banner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: 0.75;
  background: #052465;
} */
.inner_banner::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: 0.86;
  height: 100%;
  width: 70%;
  background: linear-gradient(to right, #15397f, transparent);
}
.inner_banner img {
  width: 100%;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
.inner_banner h1 {
  color: #fff;
  font-size: 42px;
  margin: 10px 0;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 20px;
  border-left: 2px solid #fa5021;
}
.innertxt1 h3,
.innertxt1 h3 a,
.innertxt1 ul li,
.servicepgbx1 .exp_tabs li.active {
  color: #ff7700;
}
.innertxt1 ul {
  list-style: none;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: ".";
  color: #fff;
  position: absolute;
  font-size: 32px;
  right: 3px;
  top: -22px;
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.innertxt1 h3 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 21px;
}

/*careerspg*/
.careers_bg1 {
  background-image: url(../images/bg2.png), url(../images/bg3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 98%, 110% 35%;
  background-size: 45%, 40%;
}
.careerspg {
}
.careerspg_in {
  margin: auto;
  max-width: 1300px;
}
.careerspg h2 {
  text-align: center;
  margin-top: 0;
  font-weight: 700;
}
.careerspg .grid1,
.careerspg .grid2,
.careerspg .grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.careerspg .grid2 {
  padding: 0 18%;
  grid-template-columns: repeat(2, 1fr);
}
.careerspg .grid3 {
  max-width: 1100px;
  margin: auto;
  grid-template-columns: 40fr 20fr 40fr;
}
.careerspg img {
  width: 100%;
  display: block;
}
.careerspg_info {
  font-size: 21px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-weight: 700;
  padding: 30px;
}
.ci_bg1 {
  background-color: #ffc0b6;
}
.ci_bg2 {
  background-color: #b2e1ff;
}
.ci_bg3 {
  background-color: #b6ffee;
}
/*careerspg*/

/*careerspg2*/
.careerspg2 {
  padding: 70px 0;
}
.careerspg2 h2 {
  text-align: center;
}
.careerspg2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.careerspg2 ul li {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s;
  padding: 30px 20px;
  display: block;
}
.careerspg2 ul li img {
  height: 50px;
}
.careerspg2 ul li h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin: 15px 0;
  transition: all 0.3s;
}
.careerspg2 ul li p {
  text-align: left;
}
/*careerspg2*/

/*careerspg3*/
.careerspg3 {
  padding: 50px 0 200px;
  position: relative;
}
.careerspg3_in {
  max-width: 1000px;
  margin: auto;
}
.careerspg3_in h2 {
  margin-bottom: 40px;
  text-align: center;
}
.for_jobseek_bx1 {
  padding: 20px 40px;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
  /* box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078); */
  margin-bottom: 15px;
}
.for_jobseek_bx1:hover {
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
}
.for_jobseek_bx1 h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 21px;
  position: relative;
  margin-top: 0;
}
.for_js_icons {
  display: flex;
  align-items: center;
  gap: 40px;
}
.for_js_icons span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
}
.for_js_icons span img {
  height: 15px;
}
.for_jobseek_bx1 h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.for_jobseek_bx1 a {
  text-decoration: none;
  color: #fff;
  background-color: #2b8ddb;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  transition: all 0.3s;
  outline: 0px;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  border-radius: 10px;
}
.for_jobseek_bx1 a:hover {
  background-color: #fa5021;
}
/*careerspg3*/

/*careers_desc*/
.careers_desc {
}
.contactpg h3 {
  color: #000;
  font-weight: 700;
}
.careers_desc h2 {
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 38px;
}
.careers_desc h2 a {
  padding: 0px 25px;
  background-color: #355bf1;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  height: 36px;
  border-radius: 20px;
}
.careers_desc h2 a:hover {
  background-color: #fa5021;
}
.careers_desc h3 {
  color: #1972b9;
  margin: 0px 0 20px;
  font-size: 21px;
  font-weight: 700;
}
.careers_desc ul {
  margin-bottom: 50px;
}
.careers_desc ul li {
  color: #010d42;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.careers_desc ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  background-color: #fa5021;
  width: 6px;
  height: 6px;
}
a.applynow {
  padding: 5px 20px;
  background-color: #fa5021;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 999;
}
a.applynow:hover {
  background-color: #355bf1;
}
/*careers_desc*/

/*insights*/
.insights_pg {
  padding-bottom: 200px;
  background-image: url(../images/bg2.png), url(../images/bg3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 250%, 110% 65%;
  background-size: 45%, 40%;
}
.insights_pg .insights_bx {
}
.insights_pg .insights_bx ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
/*insights*/

/*insights_desc*/
.insights_body .innertopsection {
  padding-top: 100px;
}
.insights_desc_in {
  max-width: 1240px;
  margin: auto;
}
.insights_desc_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.insights_desc_top img {
  width: 100%;
  display: block;
}
.insights_desc h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}
.insights_desc h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.insights_desc_top a {
  padding: 0px 25px;
  background-color: #fa5021;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  height: 36px;
  border-radius: 20px;
}
.insights_desc_top a:hover {
  background-color: #355bf1;
}
/*insights_desc*/

.section1 h2 {
  padding: 0 20%;
  position: relative;
  text-align: left;
  font-size: 38px;
}
.section1 h2 span {
  display: block;
  border-bottom: 1px solid #ced7ff;
  padding-bottom: 20px;
  position: relative;
}
.section1 h2 span img {
  position: absolute;
  left: -50px;
  top: 0;
  width: 18px;
  -webkit-animation: rotate 15s normal linear infinite;
  animation: rotate 15s normal linear infinite;
}
.sec1grid {
  grid-template-columns: 45fr 55fr;
  align-items: baseline;
}
.sec1grid h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 0;
}
.sec1grid ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_bg3 {
  background-image: url(../images/g3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 122%;
}
/*engagement_mod_pg*/
.engagement_mod_pg {
}
.engagement_mod_in {
  max-width: 1300px;
  margin: auto;
}
.engagement_mod_in_top {
  text-align: center;
  margin-bottom: 60px;
}
.engagement_mod_in_top h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 20px;
}
.engagement_mod_in h2 {
  text-align: center;
}
.eng_mod_grid {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.eng_mod_grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.eng_mod_grid2 {
  grid-template-columns: repeat(3, 1fr);
}
.eng_mod_box {
  padding: 30px;
  display: block;
  width: 100%;
  /*flex: 50%; -  or - flex: 0 50% - or - flex-basis: 50% - */
  flex-basis: 48%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-image: url(../images/Hero_Banner_Generic.png);
  background-size: cover;
  background-position: center center;
  margin-bottom: 25px;
}
.eng_mod_grid1 .eng_mod_box {
  margin-bottom: 0;
}
.eng_mod_box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  border: 1px solid #c8c8c8;
  background-color: rgba(255, 255, 255, 0.7);
}
.eng_mod_box img {
  position: relative;
  height: 45px;
}
.eng_mod_box h3 {
  position: relative;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 600;
}
.eng_mod_box ul {
  position: relative;
}
.eng_mod_box ul li {
  padding-left: 25px;
  position: relative;
  background-image: url(../images/check-mark-svgrepo-com.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left 8px;
  font-size: 14px;
  margin-bottom: 15px;
}
.eng_mod_box p {
  font-size: 14px;
  position: relative;
}
.eng_mod_box a {
  text-decoration: none;
  color: #fff;
  padding: 6px 20px;
  background-color: #fa5021;
  border: 1px solid #fa5021;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: capitalize;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.eng_mod_box a:hover {
  transition: all 0.3s;
  background-color: #2b8ddb !important;
  color: #fff;
  border-color: #2b8ddb;
}
/*engagement_mod_pg*/

/*ben_it_out*/
.ben_it_out {
  padding: 100px 0 0;
  width: 100%;
  display: block;
}
.ben_it_out ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: center;
  margin-top: 50px;
}
.ben_it_out ul li .number {
  width: 130px;
  height: 130px;
  background-color: #fff;
  box-shadow: 9px 9px 90px rgba(0, 0, 0, 0.161);
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ben_it_out ul li .number span {
  width: 65px;
  height: 65px;
  border-radius: 15px;
  background: linear-gradient(to right, #cc3686, #e73f88);
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  box-shadow: 10px 10px 20px rgba(219, 59, 135, 0.239);
}
.ben_it_out ul li:nth-child(2) .number span {
  background: linear-gradient(to right, #e77445, #ec803e);
  box-shadow: 10px 10px 20px rgba(232, 119, 68, 0.239);
}
.ben_it_out ul li:nth-child(3) .number span {
  background: linear-gradient(to right, #f1b816, #f7db18);
  box-shadow: 10px 10px 20px rgba(244, 203, 23, 0.239);
}
.ben_it_out ul li:nth-child(4) .number span {
  background: linear-gradient(to right, #67a745, #8df257);
  box-shadow: 10px 10px 20px rgba(132, 224, 83, 0.239);
}
.ben_it_out ul li:nth-child(5) .number span {
  background: linear-gradient(to right, #4dccc1, #76efcd);
  box-shadow: 10px 10px 20px rgba(118, 239, 205, 0.239);
}
.ben_it_out ul li:nth-child(6) .number span {
  background: linear-gradient(to right, #5294d8, #60abfb);
  box-shadow: 10px 10px 20px rgba(91, 162, 238, 0.239);
}
.ben_it_out ul li h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.4;
}
/*ben_it_out*/

/*servicesbox1*/
.servicesbox1 {
  padding: 70px 0;
  position: relative;
  margin-top: -50px;
}
.servicesbox1_grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 80px;
  align-items: center;
}
.servicesbox1_grid img {
  padding: 0 30px;
  width: 100%;
  display: block;
}
.servicesbox1_grid h3 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.servicesbox1_grid p {
  width: 90%;
}
/*servicesbox1*/

/*servicesbox2*/
.servicesbox2 {
  padding: 60px 0 0;
  background-image: url(../images/triangles-bkg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.servicesbox2 h2 {
  text-align: center;
  margin-bottom: 0;
}
.servicesbox2 ul {
  margin-top: -50px;
}
.servicesbox2 ul li {
  padding: 20px;
  background-color: #fff;
  width: 100%;
  box-shadow: 9px 9px 90px rgba(0, 0, 0, 0.161);
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  min-height: 275px;
}
.servicesbox2 ul li img {
  height: 50px;
}
.servicesbox2 ul li h3 {
  margin: 20px 0;
  font-weight: 600;
  font-size: 18px;
}
.servicesbox2 ul li p {
  font-size: 14px;
}
.servicesbox2 .owl-stage-outer {
  padding: 80px 0;
  overflow: visible;
}
.servicesbox2 .owl-item {
  opacity: 0.2;
}
.servicesbox2 .owl-item.active {
  opacity: 1;
}
.servicesbox2 .owl-dots {
  display: none;
}
.servicesbox2 .owl-nav {
  width: 100%;
  bottom: auto;
  top: 45%;
}
.servicesbox2 .owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  background-size: cover;
}
.servicesbox2 .owl-nav .owl-prev {
  background-image: url(../images/left1.png);
  left: -60px;
  margin: 0;
}
.servicesbox2 .owl-nav .owl-next {
  background-image: url(../images/right1.png);
  right: -60px;
  margin: 0;
}
/*servicesbox2*/

/*st_aug_proc*/
.st_aug_proc {
  padding: 80px 0;
  width: 100%;
  display: block;
}
.st_aug_proc h2 {
  text-align: left;
}
.st_aug_proc ul {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.st_aug_proc ul::before {
  position: absolute;
  left: 60px;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  border: 2px dashed #354154;
}
.st_aug_proc ul li {
  position: relative;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  align-items: center;
}
.st_aug_proc ul li span {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 100px;
  width: 110px;
  height: 110px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #354154;
  color: #fff;
  border-radius: 10px;
}
.st_aug_proc ul li span i {
  font-style: normal;
  position: relative;
  top: 18px;
  left: 24px;
}
.st_aug_proc ul li h3 {
  margin: 0 0 15px;
  font-size: 21px;
  font-weight: 600;
}
.st_aug_proc ul li p {
}
/*st_aug_proc*/

/*adv_it_Staff*/
.adv_it_Staff {
  padding: 200px 0 80px;
  background-image: url(../images/bg5.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.adv_hir_dedicated {
  padding: 80px 0;
  background: transparent;
}
.adv_it_Staff_in {
  max-width: 1300px;
  margin: auto;
}
.adv_it_Staff h2 {
  line-height: 1.2;
  margin-top: 75px;
}
.adv_it_Staff .owl-stage-outer {
  box-shadow: 9px 9px 90px rgba(0, 0, 0, 0.161);
  border-radius: 20px;
}
.adv_it_Staff_in ul {
  width: 90%;
}
.adv_it_Staff_in ul li {
  text-align: center;
  padding: 50px 50px 70px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  position: relative;
  display: block;
  overflow: hidden;
}
.adv_it_Staff_in ul li img {
  height: 50px;
}
.adv_it_Staff_in ul li h3 {
  font-size: 20px;
  margin: 20px 0;
  font-weight: 600;
}
.adv_it_Staff_in ul li p {
}
.adv_it_Staff .owl-nav {
  width: 100%;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.adv_it_Staff .owl-theme .owl-nav [class*="owl-"] {
  width: 65px;
  height: 65px;
  background-size: cover;
}
.adv_it_Staff .owl-nav .owl-prev {
  background-image: url(../images/left2.png);
  left: -30px;
  margin: 0;
}
.adv_it_Staff .owl-nav .owl-next {
  background-image: url(../images/right2.png);
  right: -30px;
  margin: 0;
}
.adv_it_Staff .owl-dots {
  bottom: 20px;
}
.adv_it_Staff .owl-theme .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  margin: 0 15px;
}
.adv_it_Staff .owl-theme .owl-dots .owl-dot.active span {
  background-color: transparent;
  border: 3px solid #fa5021;
}
.ded_top_head {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.ded_top_head h2 {
  text-align: left;
}
/*adv_it_Staff*/

/*cooperation_mod*/
.cooperation_mod {
  padding: 100px 0 50px;
  width: 100%;
  display: block;
  background-color: #fff;
}
.cooperation_mod h2 {
  text-align: center;
  margin-bottom: 50px;
}
.cooperation_mod_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  max-width: 1300px;
}
.cooperation_mod_bx {
  padding: 30px;
  box-shadow: 10px 0px 4px rgba(0, 0, 0, 0.161);
}
.cooperation_mod_bx h3 {
  position: relative;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 600;
}
.cooperation_mod_bx ul {
  position: relative;
}
.cooperation_mod_bx ul li {
  padding-left: 25px;
  position: relative;
  background-image: url(../images/check-mark-svgrepo-com.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left 8px;
  font-size: 14px;
  margin-bottom: 10px;
}
/*cooperation_mod*/

/*servicesbox3*/
.servicesbox3 {
  padding-bottom: 200px;
  background-image: url(../images/bg10.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.servicesbox3_1 {
  padding: 60px 0;
}
.servicesbox3_1 h2 {
  text-align: center;
}

/*servicesbox3*/

/*servicesbox3_2*/
.servicesbox3_2 {
  padding: 60px 0 0;
}
.servicesbox4_in {
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 0px;
}
.servicesbox4_in img {
  width: 100%;
  display: block;
}
/*servicesbox3_2*/

/*servicesbox3_3*/
.servicesbox3_3 {
  padding-top: 60px;
}
.servicesbox3_3 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.servicesbox3_3 ul li {
  padding: 35px 20px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.051);
  border: 1px solid #ebebeb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.servicesbox3_3 ul li img {
  max-width: 100%;
  max-height: 70px;
}
.servicesbox3_3 .owl-nav,
.servicesbox3_3 .owl-dots {
  display: none;
}
/*servicesbox3_3*/

/*contactpg*/
.contactpg,
.careerspg,
.careers_desc,
.insights_desc {
  padding: 70px 0;
  position: relative;
}
.insights_desc {
  background-image: url(../images/elipse2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 122%;
}
.careerspg {
  padding-bottom: 70px;
}
.careers_desc {
  padding: 50px 0;
}

.careers_desc {
  background: linear-gradient(to top, #fff, #f2f4fc 90%);
}
.contactpg form {
  margin-top: 30px;
}
.contactpg input.form-control,
.contactpg textarea.form-control {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  height: 60px;
  border: 0;
  color: #000;
  font-size: 14px;
  box-shadow: none;

  display: table;
  width: 100%;
}
.contactpg textarea.form-control {
  height: 100px;
  padding: 15px;
}
.contactpg .col-sm-12,
.contactpg .col-sm-4 {
  display: table;
}
.contactpg input.btn {
  transition: all 0.3s;
  background-color: #355bf1;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  width: 100px;
}
.contactpg input.btn:hover {
  background-color: #fa5021;
}
.section6 iframe {
  width: 100%;
  display: block;
  height: 400px;
  border-radius: 20px;
  box-shadow: 5px 15px 20px rgba(0, 21, 88, 0.62);
}
.contactpg_right {
  padding-top: 50px;
}
/*contactpg*/

/*aboutsec1*/
.aboutsec1 {
  padding: 50px 0;
  background: linear-gradient(to top, #f2f4fc, #fff 90%);
}
.aboutsec1 h1 {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  margin-top: 0;
}
.aboutsec1_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.aboutsec1_box {
  background-color: #fff;
  border: 2px solid #f38086;
  border-radius: 20px;
  width: 100%;
  display: block;
  padding: 30px;
  transition: all 0.3s;
}
.aboutsec1_box:nth-child(2n) {
  border-color: #5abfff;
}
.aboutsec1_box:nth-child(3n) {
  border-color: #efba79;
}
.aboutsec1_box:nth-child(4n) {
  border-color: #bb89ec;
}
.aboutsec1_box:hover {
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.1);
}
.aboutsec1_box img {
  height: 75px;
}
.aboutsec1_box h2 {
  margin: 20px 0;
  font-weight: 600;
  font-size: 24px;
}
.aboutsec1_box p {
}

.abouttabs {
  padding: 80px 0;
  width: 100%;
  background-image: url(../images/medium-shot-woman-holding-tablet.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.abouttabs::before {
}
.abouttabs ul.tabs {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}
.abouttabs ul.tabs li {
  font-size: 24px;
  font-weight: 600;
  color: #252424;
  opacity: 0.5;
  padding-bottom: 10px;
  cursor: pointer;
}
.abouttabs ul.tabs li.active {
  opacity: 1;
  border-bottom: 2px solid #fa5021;
}
.abouttabs p {
  font-size: 18px;
  width: 60%;
}
/*aboutsec1*/

/*aboutsec2*/
.aboutsec2 {
  padding: 50px 0;
}
.aboutsec2_in {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 70px;
}
.aboutsec2_in img {
  width: 100%;
  display: block;
}
.aboutsec2_in h2 {
  font-weight: 400;
  font-size: 46px;
}
.accordion {
  width: 100%;
  list-style: none;
}
.accordion > li {
  /* border-bottom: 1px solid rgba(24, 68, 98, 0.5); */
  margin-bottom: 10px;
}
.accordion > li:last-child {
  border-bottom: 0;
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 70px 20px 50px;
  position: relative;
  transition: all 0.3s;
  font-size: 21px;
  color: #252424;
  font-weight: 600;
  background-color: #e4e9fd;
  border-radius: 10px;
}
.accordion .link::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  content: "+";
  transition: all 0.3s;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
  font-size: 21px;
}
.accordion .link img {
  height: 40px;
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li {
  padding: 30px 50px 10px;
  position: relative;
  border-top: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #3c424f;
}
.accordion .submenu > li p {
  margin-bottom: 10px;
}
.accordion .submenu > li a {
  color: #1972b9;
}
.accordion li.open .link::before {
  content: "-";
}
.accordion li.open .link {
}
/*aboutsec2*/

/*aboutsec3*/
.aboutsec3 {
  padding: 60px 0;
  background: linear-gradient(to bottom, #f2f4fc, #fff 90%);
}
.aboutsec3 h2,
.aboutsec2 h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  margin-top: 0;
}
.aboutsec3 ul {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.aboutsec3 ul li {
  flex-basis: 23%;
}
.aboutsec3 ul li a {
  display: block;
  text-align: center;
  padding: 0 25px;
}
.aboutsec3 ul li a .img {
  position: relative;
  transition: all 0.3s;
}
.aboutsec3 ul li a .img::before {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50px;
  content: "\f054";
  color: #fa5021;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-family: FontAwesome;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
  opacity: 0;
  transition: all 0.3s;
}
.aboutsec3 ul li a:hover .img::before {
  opacity: 1;
}
.aboutsec3 ul li a .img img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.aboutsec3 ul li a:hover .img img {
  filter: grayscale(0);
}
.aboutsec3 ul li a h3 {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 19px;
  margin: 20px 0 5px;
}
.aboutsec3 ul li a p {
  color: #6d6d6d;
  margin-bottom: 1px;
  font-size: 16px;
}
a.lin {
  color: #0077b5;
  font-size: 32px;
}
.aboutsec2 hr {
  border-color: #ced7ff;
  height: 1px;
  margin: 50px 0;
  display: block;
}
.product_dev .multi_tabs {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 50px;
}
.product_dev .multi_tabs ul.tabs {
  background-color: #e4e9fd;
  padding: 20px;
  position: relative;
  padding-top: 150px;
  border-radius: 20px;
}
.product_dev .multi_tabs ul.tabs li {
  font-size: 18px;
  padding: 20px 40px;
  font-weight: 600;
}
.product_dev .multi_tabs ul.tabs li.active {
  background-color: #fff;
  border-radius: 10px;
  width: 120%;
}
.product_dev .multi_tabs .tab_container {
  padding-left: 100px;
}
.product_dev h2 {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 99;
}
/*aboutsec3*/

.peoplebx {
  padding: 60px 0 10px;
  width: 100%;
  display: block;
}
.peoplebx_in {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 40px;
}
.peoplemain {
  position: relative;
  background-color: #cdd6f9;
  padding: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.peoplemain h3 {
  color: #252424;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0;
}
.peoplemain p {
  font-style: italic;
  font-size: 16px;
}
.peoplemain img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
}
.peoplemain a {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.section5 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.contactpg {
  background-image: url(../images/contbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 110%;
}
.contactpg_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.contactpg h2 {
  font-weight: 400;
  font-size: 48px;
}
.contgrid {
  display: grid;
  grid-template-columns: 20fr 80fr;
  align-items: center;
}
.contgrid span {
  font-weight: 500;
}
.contactpg_right h3 {
  padding-top: 35px;
  color: #252424;
  margin: 0 0 20px 0;
  position: relative;
}
.contactpg_right h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 4px;
  background-color: #f38086;
  content: "";
}
.contactpg_right h3.cr2::before {
  background-color: #5abfff;
}
.contactpg_right h3.cr3::before {
  background-color: #efba79;
}
.contactpg_right h3.cr4::before {
  background-color: #bb89ec;
}
.contactpg_right a {
  text-decoration: none;
  color: #252424;
  font-size: 18px;
}
.contactpg_right .col-sm-6,
.contactpg_right .col-sm-12 {
  margin-bottom: 30px;
}
a.map {
  color: #355bf1;
  align-items: center;
  gap: 10px;
  display: flex;
  margin-top: 10px;
}
a.map img {
  height: 20px;
}

.clients_page {
  width: 100%;
  display: block;
  padding: 60px 0;
  background: linear-gradient(rgb(242, 244, 252), rgb(255, 255, 255) 50%);
}
.clients_page h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 20px;
  text-align: center;
}
.clients_box {
  padding: 30px;
  background-color: rgba(212, 220, 255, 0.5);
  border-radius: 30px;
  text-align: center;
}
.clients_box img {
  height: 20px;
  opacity: 0.5;
}
.clients_box p {
  margin: 40px 0;
  font-size: 16px;
}
.clients_box h3 {
  position: relative;
  font-size: 18px;
  padding-top: 20px;
  margin: 0;
}
.clients_box h3::before {
  width: 50%;
  height: 1px;
  background-color: #f5a706;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
.clients_page .owl-carousel.clientspg1 .owl-stage {
  padding-top: 50px;
}
.clients_page
  .owl-carousel.clientspg1
  .owl-stage
  .owl-item.center.active
  .clients_box {
  position: relative;
  top: -50px;
  background-color: #d4dcfe;
}
.clients_page
  .owl-carousel.clientspg1
  .owl-stage
  .owl-item.center.active
  .clients_box
  img {
  height: 20px;
  opacity: 1;
}
.clients_page .owl-theme .owl-nav {
  display: none !important;
}
.clients_page .owl-dots {
  bottom: 0px;
}
.clients_page .owl-theme .owl-dots .owl-dot span {
  background-color: #15397f !important;
}
a.videotest img {
  display: block;
  width: 100%;
}
a.videotest p {
  font-weight: 600;
  font-size: 21px;
  padding: 20px 0;
  line-height: 1.4;
}
.sec1grid span {
  /* background-color: #fff;
    padding: 20px 0; */
  border-radius: 15px;
  display: inline-flex;
  /* width: 90px; */
  justify-content: center;
  /* margin-bottom: 20px;
    margin-top: 20px; */
}
.sec1grid span img {
  height: 35px;
}
.coreoffer {
  border: 0;
  position: relative;
  background-color: transparent;
  padding: 30px 0 0;
}
.coreoffer::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 55%;
  height: 5px;
  content: "";
}
.coreoffer:hover {
  box-shadow: none;
  background-color: transparent;
}
.coveroffer1::before {
  background-color: #f38086;
}
.coveroffer2::before {
  background-color: #5abfff;
}
.coveroffer3::before {
  background-color: #efba79;
}
.coveroffer4::before {
  background-color: #bb89ec;
}
.coreofferings {
  background: linear-gradient(to bottom, #f2f4fc, #fff 90%);
}
.aboutsec2 {
  background: linear-gradient(to top, #f2f4fc, #fff 90%);
}
/*---------cart_open-----------*/
.cart_open1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  transition: ease all 0.4s;
}
.cartbg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: ease all 0.4s;
}
.cart_bx2 {
  width: 600px;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition: ease all 0.6s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  padding: 30px;
}

.vh85 {
  width: 100%;

  background-color: #fff;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: auto;
  display: block;
  z-index: 99999;
}
a.close_btn1 {
  color: #fff;
  text-decoration: none;
  background-color: #fa5021;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  left: -30px;
  border-radius: 100%;
  text-decoration: none;
  top: 25px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease 0s;
}
a.close_btn1:hover {
  background-color: #1972b9;
  cursor: pointer;
}

.cart_bx2 h4 {
  color: #333;
  font-size: 21px;
  font-weight: 500;
  margin: 0px 0px 20px;
}
.vh85 h5 {
  font-size: 16px;
  color: #fa5021;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.vh85 p {
}
.coreofferings ul{
    list-style:none !important;
}
.vh85 ul li, .insights_desc_in ul li, .coreofferings ul li{position: relative; padding-left: 15px; margin-bottom: 10px;}
.vh85 ul li::before, .insights_desc_in ul li::before, .coreofferings ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  background-color: #fa5021;
  width: 6px;
  height: 6px;
}
.about_bg1 {
  background-image: url(../images/bg13.png), url(../images/bg14.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 65%, 140% -100px;
  background-size: 35%, 40%;
}
/*---------cart_open_end----------*/
.it_outstaff_bg {
  width: 100%;
  margin-top: 0;
  background-image: url(../images/bg2.png), url(../images/bg3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 37%, 110% 16%;
  background-size: 45%, 40%;
}
.ded_soft_dev_bg {
  width: 100%;
  margin-top: 0;
  background-image: url(../images/bg2.png), url(../images/bg3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 65%, 110% 16%;
  background-size: 45%, 40%;
}

.innerservmenu {
  position: sticky;
  top: 100px;
  width: 100%;
  display: flex;
  padding: 0;
  margin-bottom: 0;
  margin-top: 50px;
  z-index: 9;
  text-align: center;
  background-color: #373656;
}
.innerservmenu li {
  display: inline-flex;
  margin: auto;
  color: #fff;
  font-size: 14px;
}
.innerservmenu li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 35px;
  display: block;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 18px;
}
.innerservmenu li a:hover,
.innerservmenu li a.active {
  background-color: #fa5021;
  color: #fff;
}
.section1 ul.jobul {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  margin-top: 30px;
  text-align: left;
}
.section1 ul.jobul li {
  width: 100%;
  text-align: left;
  height: auto;

  padding-left: 40px;
  position: relative;
  background-image: url(../images/ele5.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 18px;
}
.section1 ul.jobul li h4 {
  text-align: left;
  width: 100%;
  display: block;
}

/*for_jobseekers1*/
.for_jobseekers1 {
  padding: 50px 0px;
  width: 100%;
  display: block;
  background: linear-gradient(to top, #f2f4fc, #fff 90%);
}
.for_jobseekers1 h2 {
  text-align: center;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  margin: 0 0 50px;
}
.for_jobseek_bx1 {
  padding: 40px 80px 40px 30px;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
  margin-bottom: 15px;
}
.for_jobseek_bx1 h3 {
  border-left: 1px solid #fa5021;
  padding-left: 15px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 600;
}
.for_js_icons {
  display: flex;
  align-items: center;
  gap: 40px;
}
.for_js_icons span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
}
.for_js_icons span img {
  height: 20px;
}
.for_jobseek_bx1 h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.for_jobseek_bx1 a {
  text-decoration: none;
  color: #fff;
  background-color: #355bf1;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
}
.for_jobseek_bx1 a:hover {
  background-color: #fa5021;
}
.exploreall {
  text-align: center;
  margin-top: 30px;
}
.exploreall a {
  text-decoration: none;
  color: #fff;
  background-color: #fa5021;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;

  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
}
.exploreall a:hover {
  background-color: #355bf1;
}
/*for_jobseekers1*/

/*login_popup*/
.login_pop,
.new_address_bill,
.new_address_shipp,
.edit_address_pop,
.prescriptions_pop,
.po_error_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none;
}
.pop_content {
  /* width: 400px; */
  width: 100%;
  max-width: 650px;
  display: table;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #373656;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}
.pop_content_addr {
  width: 700px;
}
.close_btn {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fa5021;
  border: 1px solid #010d42;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
  color: #fff;
  margin: 0 !important;
  cursor: pointer;
}
.close_btn:hover {
  opacity: 1;
  background-color: #000;
}
.modal-header {
  border-bottom: 0;
}
.modal-header h2 {
  border-bottom: 0;
  color: #fff;
  padding-top: 20px;
  font-size: 38px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
.modal-body .form-control {
  height: 40px;
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
}
.modal-body select.form-control {
  cursor: pointer;
}
.modal-body textarea.form-control {
  height: 100px;
}
.modal-body input.btn {
  color: #fff;
  background-color: #fa5021;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #010d42;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 18px;
  padding: 10px 20px;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  display: table;
  margin: auto;
}
.modal-body input.btn:hover {
  background-color: #355bf1;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
/*login_popup*/

.careers_desc {
}
.innersectoins4 .grid{
    display: table;
    width: 100%; 
    position: relative;
}
.leftlinks{
    float: left;
    position: sticky;
    top: 100px;
    left: 0;
    width: 25%;
    padding-right: 50px;
}
.leftlinks a{
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #355bf1;
    color: #000;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}
.leftlinks a:hover, .leftlinks a.active{
    background-color: #355bf1;
    color: #fff;
}
.right_blogs{
    float: right;
    width: 75%;
}
.sec4bx1 p span{padding: 5px 10px;}
.section4 ul{gap: 15px}

.sec1grid123{
    position:relative;
    display:table;
    width:100%;
}

.sec1gridleft{
    float:left;
    width:40%;
    /*position:sticky;*/
    top:100px;
    left:0;
}
.sec1gridleft img{
    width:100%;
}

.sec1gridright{
    float:right;
    width:55%;
}


@media only screen and (min-width: 240px) and (max-width: 960px) {
  .innertopsection {
    padding-top: 100px;
  }
  .right_blogs, .leftlinks{
      width: 100%;
      position: relative;
      top: 0;
  }
  .innerbanner_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .innerbanner_in ul li {
    font-size: 14px;
  }
  .innerbanner_in h2 {
    font-size: 32px;
  }
  .innerbanner_in p {
    width: 100%;
  }
  .innerbanner_in img {
    width: 100%;
    margin-bottom: 20px;
  }
  .servicesbox1 {
    padding: 40px 20px;
  }
  .servicesbox1_grid,
  .aboutsec1_in,
  .aboutsec2_in,
  .aboutsec3 ul,
  .multi_tabs,
  .eng_mod_grid,
  .insights_pg .insights_bx ul,
  .insights_desc_top,
  .servicesbox4_in,
  .eng_mod_grid1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .insights_desc_top a {
    margin-top: -50px;
  }

  .servicesbox1_grid h3,
  .careers_desc h2 {
    font-size: 18px;
  }
  .careers_desc h3 {
    font-size: 16px;
  }
  .careers_desc ul li {
    font-size: 14px;
  }
  .contactpg .col-sm-12,
  .contactpg .col-sm-4,
  .contactpg .col-sm-5 {
    width: 100%;
  }
  .contactpg h3 {
    font-size: 16px;
  }
  .servicesbox1_grid p {
    width: 100%;
  }
  .aboutsec2_in img {
    margin-top: 0;
  }
  .cart_bx2 {
    width: 90%;
  }
  .cart_bx2 p img {
    width: 75px !important;
  }
  .servicesbox3_3 ul li img {
    max-width: 100%;
    max-height: 50px;
  }
  .insights_desc h3 {
    font-size: 24px;
  }
  .insights_desc_top {
    margin-bottom: 0;
  }
  .careerspg .grid1,
  .careerspg .grid2,
  .careerspg .grid3,
  .careerspg2 ul,
  .cooperation_mod_grid,
  .ben_it_out ul {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  .ben_it_out ul li h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .for_jobseek_bx1 {
    flex-direction: column;
    gap: 20px;
  }
  .for_jobseek_bx1 h3 {
    font-size: 18px;
  }
  .for_jobseek_bx1 a {
    font-size: 14px;
  }
  .for_js_icons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .servicesbox2 .owl-stage-outer {
    overflow: hidden;
  }
  .servicesbox2 .owl-nav {
    display: none;
  }
  .st_aug_proc ul li {
    align-items: flex-start;
    grid-template-columns: 100px 1fr;
  }
  .st_aug_proc ul li span {
    width: 75px;
    height: 75px;
    font-size: 70px;
  }
  .st_aug_proc ul::before {
    left: 35px;
  }
  .st_aug_proc ul li h3 {
    font-size: 18px;
  }
  .st_aug_proc ul li span i {
    font-style: normal;
    position: relative;
    top: 12px;
    left: 16px;
  }
  .adv_it_Staff {
    padding: 50px 0;
  }
  .st_aug_proc {
    padding-bottom: 20px;
  }
  .adv_it_Staff_in ul {
    margin: auto;
  }
  .adv_it_Staff .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
  }
  .adv_it_Staff .owl-nav .owl-prev {
    left: -15px;
  }
  .adv_it_Staff .owl-nav .owl-next {
    right: -15px;
    left: auto;
  }
  .ded_top_head {
    flex-direction: column;
    gap: 20px;
  }
  .eng_mod_grid {
    flex-direction: column;
  }
  .inner_banner {
    border-radius: 15px;
  }
  .inner_banner img {
    height: 250px;
    object-fit: cover;
    object-position: center center;
  }
  .inner_banner h1 {
    font-size: 18px;
  }
  .section1 h2,
  .contactpg h2 {
    font-size: 21px;
  }
  .sec1grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .sec1grid ul {
    flex-direction: column;
  }
  .abouttabs ul.tabs li {
    font-size: 16px;
    text-align: center;
  }
  .abouttabs ul.tabs {
    gap: 15px;
  }
  .abouttabs p {
    width: 100%;
    font-size: 14px;
  }
  .abouttabs {
    background-position: center center;
  }
  .aboutsec1 h1 {
    font-size: 24px;
  }
  .section5 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .contactpg_grid,
  .contgrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .contactpg {
    padding: 50px 20px;
    display: block;
    overflow: hidden;
  }
  .innerservmenu {
    display: none;
  }
  .aboutsec1_box h2 {
    font-size: 18px;
  }
  .sec1grid {
    grid-template-columns: repeat(1, 1fr) !important;
    display: grid !important;
  }
  .sec1grid h3 {
    font-size: 18px !important;
  }
  .for_jobseekers1 h2 {
    font-size: 24px;
  }
  .for_js_icons span {
    font-size: 14px;
  }
  .for_jobseek_bx1 {
    padding: 20px;
    justify-content: baseline;
  }
  .peoplebx_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .peoplemain {
    min-height: 400px;
  }
  .aboutsec3 h2,
  .aboutsec2 h2 {
    font-size: 24px;
  }
  .peoplebx_in,
  .aboutsec3 ul,
  .product_dev .multi_tabs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .product_dev .multi_tabs ul.tabs li {
    padding: 15px;
    font-size: 16px;
    width: 80%;
    clear: both;
  }
  ul.tabs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .product_dev .multi_tabs ul.tabs li.active {
    width: 100%;
  }
  .product_dev .multi_tabs .tab_container {
    padding: 15px;
  }
  .product_dev .multi_tabs ul.tabs {
    padding-top: 100px;
  }
  .clients_page h2 {
    font-size: 24px;
  }
  .clients_box p {
    font-size: 14px;
  }
  .accordion .link {
    font-size: 18px;
  }
  .product_dev .multi_tabs {
    gap: 0;
  }
  .vh85 ul li {
    font-size: 14px;
  }
  .section5 ul,
  .section1 {
    position: relative;
  }
  
.sec1gridleft, .sec1gridright{
    position:relative;
    top:0;
    width:100%;    
}


}
