.innertopsection {
  background-image: url(../images/bg9.png);
}
h2 {
  line-height: 1.4;
}
.innerbanner {
  padding-top: 0;
  padding-bottom: 0px;
}
.innerbanner_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
.innerbanner_in ul {
  width: 100%;
  display: block;
}
.innerbanner_in ul li {
  float: left;
  color: #354154;
  position: relative;
  font-weight: 400;
}
.innerbanner_in ul li:after {
  content: "/";
  margin: 0 5px;
  font-size: 10px;
  font-weight: 300;
}
.innerbanner_in ul li:last-child:after {
  display: none;
}
.innerbanner_in ul li a {
  float: left;
  color: #354154;
  font-weight: 500;
  transition: all ease-in-out 0.5s;
}
.innerbanner_in ul li:last-child a,
.innerbanner_in ul li a:hover {
  color: #d84119;
}
.innerbanner_in h2 {
  color: #1c0f69;
  font-size: 45px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 1.2;
  text-align: left;
  z-index: 9;
  position: relative;
  width: 100%;
  display: table;
}
.innerbanner_in p {
  color: #1c0f69;
  font-size: 17px;
  font-family: "Whyte", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.6;
  visibility: visible !important;
  width: 65%;
  z-index: 9;
  position: relative;
}
.innerbanner_in img {
  width: 100%;
  margin: auto;
  display: table;
}
a.in_ban_btn {
  text-decoration: none;
  color: #fff;
  padding: 10px 25px;
  background-color: #2b8ddb;
  border: 1px solid #2b8ddb;
  display: inline-block;
  font-size: 16px;
  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;
}
a.in_ban_btn:hover {
  transition: all 0.3s;
  background-color: #d84119 !important;
  color: #fff;
  border-color: #d84119;
}
/*careerspg*/
.careers_bg1 {
}
.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: 50px 0;
  width: 100%;
  display: block;
  background-image: url(../images/sec5bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.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;
  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: #1c0e69;
  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: #1c0f69;
}
/*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: #d84119;
  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: #1c0f69;
}
.careers_desc h3 {
  color: #1c0f69;
  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: 5px;
  content: "";
  background-color: #d84119;
  width: 6px;
  height: 6px;
}
a.applynow {
  padding: 5px 20px;
  background-color: #d84119;
  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: #1972b9;
}
/*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: #1972b9;
  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: #d84119;
}
/*insights_desc*/

/*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: #d84119;
  border: 1px solid #d84119;
  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: 20px 0;
  background-color: #f5f5f5;
  position: relative;
}
.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 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 400;
  color: #131313;
}
.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: #1c0e69;
  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: 50px 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 #d84119;
}
.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;
}

.multi_tabs {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 50px;
}
ul.tabs {
  list-style: none;
  display: table;
  margin: auto;
  width: 100%;
}
ul.tabs li {
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0 10px;
  border-left: none;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  color: #333333;
  font-weight: 600;
  display: block;
  border-right: 2px solid rgba(112, 112, 112, 0.33);
  position: relative;
  transition: all 0.3s;
}
ul.tabs li:hover {
  color: #000;
  border-color: #d84119;
}
ul.tabs li.active {
  color: #d84119;
  border-color: #d84119;
  opacity: 1;
}
.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  padding: 0px 0;
}
.tab_container img {
  height: 60px;
}
.tab_container h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}
.tab_container p {
  font-size: 16px;
}
/*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: 50px 0;
  background-color: #f5f5f5;
  position: relative;
}
.insights_desc {
  margin-top: 0;
  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%;
}
.careerspg {
  padding-bottom: 70px;
}
.careers_desc {
  padding: 50px 0;
}
/* .contactpg::before,
.careerspg::before,
.insights_desc::before,
.servicesbox1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(to top, transparent, #d0ecff);
  opacity: 0.36;
  border-top: 1px solid #707070;
  z-index: -1;
} */
.careers_desc {
}
.contactpg form {
  margin-top: 30px;
}
.contactpg input.form-control,
.contactpg textarea.form-control {
  background-color: rgba(13, 113, 185, 0.04);
  border-radius: 0;
  margin-bottom: 10px;
  padding: 0 15px;
  height: 60px;
  border: 0;
  color: #000;
  font-size: 14px;
  box-shadow: none;
  font-family: "Work Sans", sans-serif;
  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: #d94119;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
}
.contactpg input.btn:hover {
  background-color: #1c0e69;
}
.section6 iframe {
  width: 100%;
  display: block;
  height: 400px;
  border-radius: 20px;
  box-shadow: 5px 15px 20px rgba(0, 21, 88, 0.62);
}
/*contactpg*/

/*aboutsec1*/
.aboutsec1 {
  padding: 50px 0;
  width: 100%;
  display: block;
  background-image: url(../images/sec5bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.aboutsec1_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.aboutsec1_box {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  width: 100%;
  display: block;
  padding: 30px;
  transition: all 0.3s;
}
.aboutsec1_box:hover {
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.1);
}
.aboutsec1_box img {
  height: 75px;
}
.aboutsec1_box h2,
h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 400;
  color: #131313;
}
.aboutsec1_box p {
}
/*aboutsec1*/

/*aboutsec2*/
.aboutsec2 {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.aboutsec2_in {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 0;
}
.aboutsec2_in img {
  width: 100%;
  display: block;
  margin-top: -50px;
}
.accordion {
  width: 90%;
  list-style: none;
}
.accordion > li {
  border-bottom: 1px solid rgba(24, 68, 98, 0.5);
}
.accordion > li:last-child {
  border-bottom: 0;
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 10px 15px 70px;
  position: relative;
  transition: all 0.3s;
  font-size: 19px;
  color: #333;
  font-weight: 600;
}
.accordion .link::before {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  content: "+";
  transition: all 0.3s;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d84119;
  font-size: 18px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
}
.accordion .link img {
  height: 40px;
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li {
  padding: 0 0 10px 70px;
  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 {
  color: #d84119;
}
/*aboutsec2*/

/*aboutsec3*/
.aboutsec3 {
  padding: 60px 0;
  background-image: url(../images/bg12.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px;
}
.aboutsec3 h2 {
  text-align: center;
}
.aboutsec3 ul {
  margin-top: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.aboutsec3 ul li {
}
.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: #d84119;
  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: 21px;
  margin: 20px 0 10px;
}
.aboutsec3 ul li a p {
  color: #6d6d6d;
  margin-bottom: 1px;
}
a.lin {
  color: #0077b5;
  font-size: 32px;
}
/*aboutsec3*/

/*---------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: #d84119;
  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: 700;
  margin: 0px 0px 20px;
}
.vh85 h5 {
  font-size: 16px;
  color: #6d6d6d;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.vh85 p {
}
.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 {
  padding: 50px 0;
  width: 100%;
  display: block;
  background-image: url(../images/sec5bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.careers_qlinks ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  /* margin-top: 100px; */
}
.careers_qlinks ul li {
  padding: 20px 20px;
  border: 2px solid #d84119;
}
.careers_qlinks ul li:nth-child(2n) {
  background-color: #1c0f69;
  color: #fff;
}
.careers_qlinks ul li span {
  background-color: #d84119;
  padding: 10px;
  display: inline-block;
  margin-top: -50px;
  margin-bottom: 20px;
}
ul.contact_top li p {
  font-size: 18px;
}
ul.contact_top li {
  align-self: center;
}
.careers_qlinks ul li span img {
  max-height: 50px;
  display: block;
}
.careers_qlinks ul li h3 {
  color: #303f66;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 24px;
}
.careers_qlinks ul li:nth-child(2n) h3,
.careers_qlinks ul li:nth-child(2n) p {
  color: #fff;
}
.careers_qlinks {
  padding: 50px 0;
  width: 100%;
  display: block;
  background-image: url(../images/sec5bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .innertopsection {
    padding-top: 100px;
  }
  .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;
  }
  .multi_tabs {
    display: block;
  }
  ul.tabs {
    display: grid;
    gap: 1px;
    margin-bottom: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  ul.tabs li {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    margin: 0;
    border: 1px solid #d3d3d3;
  }
  ul.tabs li.active {
    border-color: #d84119;
  }
  .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,
  .careers_qlinks 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;
  }
}
