.inner_banner::after {
  display: none;
}
.banner_hd {
  position: relative;
  margin-bottom: 20px;
}
.banner_hd::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fe8a17;
}
.abs_img123 {
  width: 31%;
  right: 10%;
}
.banner_txt_in1 {
  margin-top: 50px;
}
.banner_txt_in1 .banner_cont {
  width: 90%;
  font-weight: 400;
}
.why_tr_bx1 span {
  background-color: #2267ac;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: auto;
}
.why_tr_bx1 span img {
  height: 40px;
  display: block;
}
.why_tr_bx1 p {
  height: auto;
}
.whychooseus_top {
  margin-bottom: 0;
}
/*corevalues*/
.corevalues {
  padding: 100px 0;
  width: 100%;
  display: block;
  background-image: url(../images/bg-oval3.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 96%;
}
.corevalues h2 {
  color: #010d42;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  text-align: center;
}
.corevalues_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  position: relative;
}
.corevalues_grid::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 320px);
  content: "";
  background-color: #fff;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
  border-radius: 30px;
}
.corevalues_grid_bx1 img {
  margin: auto;
  display: table;
  max-width: 100%;
  min-height: 320px;
  max-height: 320px;
  object-fit: cover;
  object-position: left center;
}
.cv_info {
  padding: 50px;
}
.cv_info h3 {
  border-left: 1px solid #fe8a17;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}
.cv_info p {
  padding-left: 15px;
  position: relative;
}
/*corevalues*/

/*expert_rec*/
.expert_rec {
  padding: 60px 0;
  width: 100%;
  background-image: url(../images/AdobeStock_598538601-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.expert_rec::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2267ac;
  opacity: 0.8;
}
.expert_rec_in {
  padding: 50px;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.expert_rec_in h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
}
.expert_rec_in h2 span {
  font-family: "Kalam";
}
.expert_rec_in p {
  color: #fff;
  padding: 0 10%;
}
.expert_rec_in .section1_links {
  display: flex;
  justify-content: center;
}
/*expert_rec*/

.inner_one {
  background-position: right bottom;
  background-size: 65% auto;
}

/*companies_work*/
.companies_work {
  padding: 60px 0 200px;
  width: 100%;
  display: block;
}
.companies_work h2 {
  color: #010d42;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 48px;
  text-align: center;
}
.companies_work ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  width: 100%;
  gap: 30px;
}
.companies_work ul li {
}
.companies_work ul li img {
  max-width: 100%;
}
.companies_work ul li:first-child img,
.companies_work ul li:nth-child(2) img {
}
.patners .owl-nav {
  display: none;
}
/*companies_work*/

/*about_faqs*/
.about_faqs {
  padding: 75px 0;
  width: 100%;
  display: block;
  background-image: url(../images/Fun-with-HB-texture-2-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  position: relative;
}
.about_faqs h2 {
  color: #010d42;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 48px;
  text-align: center;
}
.accordion {
  width: 100%;
  padding: 0;
  list-style: none;
  margin: auto;
}
.accordion > li {
}
.accordion > li:first-child {
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 20px 60px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  font-size: 23px;
  font-weight: 500;
}
.accordion .link::before {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font-size: 30px;
  transition: 0.3s;
  backface-visibility: hidden;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-down.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
}
.accordion .submenu > li,
.cont_add1,
.cont_add1:hover .cont_add1_top,
.getintouch1,
.getintouch1 ul li span {
  position: relative;
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li {
  padding: 30px 60px;
  border-top: 0;
}
.accordion .submenu > li p {
  margin-bottom: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #172635;
}
.accordion li.open .link::before {
  background-image: url(../images/icon-up.svg);
}
.about_faqs .accordion li {
  padding-bottom: 20px;
}
.about_faqs .accordion .link {
  color: #000;
  padding-right: 30px;
  border: 2px solid #2267ac;
  border-radius: 50px;
}
.about_faqs .accordion li.open .link {
  background-color: #2267ac;
  color: #fff;
}
.about_faqs .accordion .submenu > li p {
  color: #000;
  width: 100%;
}
/*about_faqs*/

/*contact*/
.page {
  padding: 60px 0;
  width: 100%;
  display: block;
}
.contact_address1 {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 0;
  /* border: 1px solid #ebf7ff;
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078); */
}
.contact_address1_left {
  padding: 40px 0 40px 40px;
}
.contact_address1_left h3 {
  color: #fe8a17;
  margin: 10px 0;
  font-size: 24px;
}
.contact_address1_left ul {
}
.contact_address1_left ul li {
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 15px;
  position: relative;
}
.contact_address1_left ul li a {
  color: #000;
}
.contact_address1_left ul li img {
  height: 20px;
  position: absolute;
  left: 0;
  top: 7px;
}
iframe {
  width: 100%;
  display: block;
  border: 0;
  height: 450px;
}
.contact_address1_left ul li.padd0 {
  padding: 0;
}
.careers_form {
  position: relative;
  width: 100%;
  border: 1px solid #ebf7ff;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 30px;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
  align-self: baseline;
}
.heading-secondary {
  line-height: 1.3;
  color: #000;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 0;
  text-align: center;
}
.contact_address1 h2 {
  text-align: left;
  font-size: 36px;
}
.careers_form .grid {
  gap: 10px;
  display: grid;
}
.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.careers_form p {
  margin-bottom: 30px;
}
.careers_form .form-group {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.careers_form .form-group input.form-control,
.careers_form .form-group textarea.form-control {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 1;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
}
.careers_form .form-group textarea.form-control {
  height: 100px;
  padding-top: 20px;
}
.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;
}
.form-group .grid-full {
  grid-column: 1 / span 3;
}
.careers_form .form-group button {
  height: auto;
  line-height: normal;
  padding: 10px 25px;
  color: #fff;
  margin-top: 0;
  font-weight: 400;
  background: #fe8a17;
  font-size: 14px;
  border-radius: 30px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  border: 1px solid #010d42;
}
.careers_form .form-group button:hover {
  background: #2267ac;
}
/*contact*/
.contactpgbg {
  padding: 0px 0 50px;
  width: 100%;
  display: block;
  background-image: url(../images/bg-oval1.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 90%;
}

/*forempbox1*/
.forempbox1 {
  padding: 100px 0 0;
  width: 100%;
  display: block;
}
.forempbox1 h2 {
  color: #010d42;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 48px;
  text-align: center;
}
.forempbox1_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 100px 0;
  position: relative;
  background-image: url(../images/curv1.png), url(../images/curv2.png);
  background-repeat: no-repeat, no-repeat;
  background-size: auto 45px, auto 45px;
  background-position: 30% 10%, 65% 90%;
}
.forempbox1_bx1 {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
}
.forempbox1_bx1 h3 {
  border-left: 1px solid #fe8a17;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  position: relative;
}
.forempbox1_bx1 span {
  position: absolute;
  right: 30px;
  top: 0px;
  font-size: 120px;
  color: #f0f6ff;
  font-weight: 600;
}
.forempbox1_bx1 p {
  padding-left: 15px;
  position: relative;
  margin-bottom: 0;
}
.foremp_home_industries {
  padding-top: 20px;
}
.for_employers_bg {
  padding: 0px;
  width: 100%;
  display: block;
  background-image: url(../images/bg-oval1.svg);
  background-repeat: no-repeat;
  background-position: left 30px;
  background-size: auto 90%;
}
/*forempbox1*/
.industries_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
/*foremp_whychooseus*/
.foremp_whychooseus {
  padding: 20px 0 100px 0;
  width: 100%;
  display: block;
  background-image: url(../images/Fun-with-HB-texture-2-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  position: relative;
}
.foremp_whychooseus .whychooseus_top {
  grid-template-columns: 40fr 60fr;
}
.foremp_whychooseus .whychooseus_top_right {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.foremp_whychooseus .whychooseus_top_right div:nth-child(2n) {
  top: 50px;
  position: relative;
}
.foremp_whychooseus h2 {
  font-size: 46px;
  margin-top: 75px;
  text-align: left;
}
.jobseektest h2 {
  font-size: 42px;
  padding-top: 20px;
}
/*foremp_whychooseus*/

/*for_jobseekers1*/
.for_jobseekers1 {
  padding: 100px 0px;
  width: 100%;
  display: block;
  background-image: url(../images/bg-oval1.svg);
  background-repeat: no-repeat;
  background-position: left 30px;
  background-size: auto 90%;
}
.for_jobseekers1 h2 {
  color: #010d42;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 48px;
  text-align: center;
}
.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 #fe8a17;
  padding-left: 15px;
  margin-bottom: 25px;
  position: relative;
}
.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: #2267ac;
  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: 14px;
  padding: 10px 30px;
  position: relative;
}
.for_jobseek_bx1 a:hover {
  background-color: #002346;
}
.exploreall {
  text-align: center;
  margin-top: 30px;
}
.exploreall a {
  text-decoration: none;
  color: #fff;
  background-color: #fe8a17;
  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: 14px;
  padding: 10px 30px;
  position: relative;
}
.exploreall a:hover {
  background-color: #002346;
}
/*for_jobseekers1*/

/*productspg*/
.productspg {
  padding: 50px 0;
  width: 100%;
  display: block;
  overflow: hidden;
}
.productspg_box {
  padding: 50px;
  width: 100%;
  display: block;
  margin-bottom: 80px;
  box-shadow: 9px 9px 90px rgba(0, 0, 0, 0.161);
  position: relative;
}
.productspg_box:last-child {
  margin-bottom: 0;
  box-shadow: none;
}
.productspg_box.grid1,
.productspg_box.grid2 {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 120px;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 0;
}
.productspg_box.grid2 {
  grid-template-columns: 60fr 40fr;
}
.productspg_box::before {
  width: 150%;
  height: calc(100% + 40px);
  content: "";
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
.productspg_box_info {
  position: relative;
}
.productspg_box img {
  width: 100%;
  display: block;
  position: relative;
}
.productspg_box h2 {
  font-size: 46px;
  margin: 0 0 30px;
  font-size: 46px;
  color: #010d42;
}
.productspg_box h5 {
  font-size: 16px;
  color: #ff7a00;
  margin-bottom: 10px;
}
.productspg_box a {
  text-decoration: none;
  color: #fff;
  background-color: #fe8a17;
  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: 14px;
  padding: 10px 30px;
  position: relative;
}
.productspg_box a:hover {
  background-color: #002346;
}
/*productspg*/

/*services_values*/
.services_values, .prduct_desc {
  padding: 50px 0;
  width: 100%;
  display: block;
  background-image: url(../images/bg-oval1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 95%;
}
.services_values h2, .prduct_desc h2 {
  color: #010d42;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 46px;
  text-align: center;
}
.services_values p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.services_values ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.services_values ul li {
  box-shadow: 9px 9px 90px rgba(0, 0, 0, 0.161);
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 15px;
  border-bottom: 2px solid #2267ac;
}
.services_values ul li:nth-child(2) {
  border-color: #8c034b;
}
.services_values ul li:nth-child(3) {
  border-color: #7a7730;
}
.services_values ul li:nth-child(4) {
  border-color: #07896c;
}
.services_values ul li:nth-child(5) {
  border-color: #fe8a17;
}
.services_values ul li:nth-child(6) {
  border-color: #4b29bb;
}
.services_values ul li:nth-child(7) {
  border-color: #ac4822;
}
.services_values ul li:nth-child(8) {
  border-color: #d51595;
}
.services_values ul li:nth-child(10) {
  border-color: #8c034b;
}
.services_values ul li:nth-child(11) {
  border-color: #7a7730;
}
.services_values ul li:nth-child(12) {
  border-color: #07896c;
}
.services_values ul li:nth-child(13) {
  border-color: #fe8a17;
}
.services_values ul li:nth-child(14) {
  border-color: #4b29bb;
}
.services_values ul li:nth-child(15) {
  border-color: #ac4822;
}
.services_values ul li:nth-child(16) {
  border-color: #d51595;
}
.services_values ul li .why_tr_bx1 {
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.services_values ul li .why_tr_bx1 p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.services_values ul li .why_tr_bx1 span {
  height: 80px;
  width: 80px;
  border-radius: 20px;
  background-color: #2267ac;
}
.services_values ul li:nth-child(2) .why_tr_bx1 span {
  background-color: #8c034b;
}
.services_values ul li:nth-child(3) .why_tr_bx1 span {
  background-color: #7a7730;
}
.services_values ul li:nth-child(4) .why_tr_bx1 span {
  background-color: #07896c;
}
.services_values ul li:nth-child(5) .why_tr_bx1 span {
  background-color: #fe8a17;
}
.services_values ul li:nth-child(6) .why_tr_bx1 span {
  background-color: #4b29bb;
}
.services_values ul li:nth-child(7) .why_tr_bx1 span {
  background-color: #ac4822;
}
.services_values ul li:nth-child(8) .why_tr_bx1 span {
  background-color: #d51595;
}
.services_values ul li:nth-child(10) .why_tr_bx1 span {
  background-color: #8c034b;
}
.services_values ul li:nth-child(11) .why_tr_bx1 span {
  background-color: #7a7730;
}
.services_values ul li:nth-child(12) .why_tr_bx1 span {
  background-color: #07896c;
}
.services_values ul li:nth-child(13) .why_tr_bx1 span {
  background-color: #fe8a17;
}
.services_values ul li:nth-child(14) .why_tr_bx1 span {
  background-color: #4b29bb;
}
.services_values ul li:nth-child(15) .why_tr_bx1 span {
  background-color: #ac4822;
}
.services_values ul li:nth-child(16) .why_tr_bx1 span {
  background-color: #d51595;
}
.services_values ul li .why_tr_bx1 span img {
  height: 50px;
  display: block;
  width: auto;
  max-width: none;
}

.sec3bx1 a {
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  transition: all 0.3s;
  margin-bottom: 70px;
  text-align: center;
}

.sec3bx1 a > img {
  width: 100%;
  display: block;
  height: 290px;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.16);
}
.overlay {
  padding: 20px;
  position: absolute;
  margin-bottom: 0;
  bottom: -30px;
  width: 90%;
  left: 5%;
  box-shadow: none;
  background: transparent;
  transition: all 0.3s ease;
  background-color: #2267ac;
}
.service-box-content {
  box-shadow: none;
  position: relative;
  /* z-index: 999; */
}
.service-box-content img {
  width: 50px;
}
.service-box-content h3 {
  font-size: 21px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}
.sec3bx1 a:hover .overlay {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.item-box {
  position: absolute;
  width: 80%;
  margin-bottom: 0;
  bottom: -30px;
  z-index: 9;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(50%);
  left: 10%;
}
.sec3bx1 a:hover .item-box {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.sec3bx1 a:hover .service-box-content {
  background-color: #2267ac;
  border-radius: 0px;
  padding: 30px;
}
.sec3bx1 a:hover .service-box-content h3 {
  color: #fff;
}
.item-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}

/*services_values*/

/*ads*/
.ads {
  text-align: center;
  padding: 60px 0;
  width: 100%;
  display: block;
  background-image: url(../images/bg-oval.svg);
  background-repeat: no-repeat;
  background-position: right 40px;
  background-size: 90%;
}
.ads img {
  max-height: 60px;
  margin-bottom: 30px;
}
.ads h2 {
  color: #010d42;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
}
.ads a {
  text-decoration: none;
  color: #fff;
  background-color: #fe8a17;
  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: 14px;
  padding: 10px 30px;
  position: relative;
  margin-top: 20px;
}
.ads a:hover {
  background-color: #002346;
}
/*ads*/

/*serv_adv*/
.serv_adv {
  width: 100%;
  background-image: url(../images/18645.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  position: relative;
  display: grid;
  grid-template-columns: 60fr 40fr;
  align-items: center;
}
.serv_adv::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #010d42;
  opacity: 0.6;
}
.serv_adv img {
  width: 100%;
  display: block;
  position: relative;
}
.serv_adv_info {
  padding-left: 100px;
  position: relative;
  color: #fff;
}
.serv_adv_info h2 {
  font-size: 46px;
  margin: 0 0 25px;
}
.serv_adv_info ul {
  list-style: none;
  position: relative;
}
.serv_adv_info ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.serv_adv_info ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #fe8a17;
  content: "";
}
/*serv_adv*/

/*itstaff1*/
.itstaff1 {
  padding: 50px 80px;
  width: 100%;
  display: block;
  background-color: #fff;
  background-image: url(../images/bg-oval1.svg);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 75% auto;
}
.itstaff1 h2 {
  color: #010d42;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 48px;
  text-align: center;
}
.itstaff1 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.itstaff1 ul li {
}
.itstaff1 ul li:nth-child(2n) {
  margin-top: 60px;
}
.itstaff1 ul li img {
  display: table;
  width: 80%;
  margin: auto;
}
.itstaff1 ul li .itstaff1_box1 {
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 9px 9px 90px rgba(0, 0, 0, 0.161);
  border-radius: 15px;
  border-bottom: 3px solid #2267ac;
}
.itstaff1 ul li:nth-child(2) .itstaff1_box1 {
  border-color: #8c034b;
}
.itstaff1 ul li:nth-child(3) .itstaff1_box1 {
  border-color: #07896c;
}
.itstaff1 ul li:nth-child(4) .itstaff1_box1 {
  border-color: #fe8a17;
}
.itstaff1 ul li:nth-child(5) .itstaff1_box1 {
  border-color: #d51495;
}
.itstaff1_box1 h3 {
  color: #2d2252;
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 20px;
}
.itstaff1_box1 p {
  color: #002346;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
/*itstaff1*/

/*itstaff2*/
.itstaff2 {
  width: 100%;
  background-image: url(../images/modern-interior-design-office.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  /* padding-top: 50px; */
}
.itstaff2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2267ac;
  opacity: 0.8;
}
.itstaff2 .col-sm-8 {
  padding-left: 80px;
}
.itstaff2 h2 {
  font-size: 42px;
  margin: 65px 0 30px;
  color: #fff;
}
.itstaff2 p {
  color: #fff;
  line-height: 1.8;
  width: 95%;
}
.itstaff2 img {
  display: block;
  width: 100%;
}
/*itstaff2*/

/*itstaff3*/
.itstaff3 {
  padding: 70px 80px;
  width: 100%;
  display: block;
  position: relative;
  background-image: url(../images/18645.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.itstaff3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #010d42;
  opacity: 0.8;
}
.itstaff4::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #002c57;
  opacity: 0.8;
}
.itstaff3 h3 {
  color: #fff;
  text-align: center;
  font-size: 23px;
  position: relative;
  color: #fe8a17;
  font-weight: 500;
}
.itstaff3 h2 {
  font-size: 46px;
  margin: 20px 0;
  color: #fff;
  position: relative;
  text-align: center;
}
.itstaff3 p {
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.itstaff3 ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  row-gap: 0;
  max-width: 1200px;
  margin: auto;
}
.itstaff4 ul {
  max-width: 100%;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.itstaff3 ul li {
  background: #ffffff00;
  padding: 15px 15px;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  color: #fff;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
   align-items: center; 
  font-size: 16px;
  border-bottom: 1px solid #ffffff3b;
  border-right: 1px solid #ffffff3b;
}
.itstaff4 ul li {
  border-color: #ffffff3b;
}
.itstaff3 ul li:nth-child(4n){border-right: 0;}
.itstaff3 ul li:nth-last-child(1), .itstaff3 ul li:nth-last-child(2), .itstaff3 ul li:nth-last-child(3), .itstaff3 ul li:nth-last-child(4),
.itstaff4 ul li:nth-last-child(5),.itstaff4 ul li:nth-last-child(6){border-bottom: 0;}

.itstaff4 ul li:nth-child(4n){border-right: 1px solid #ffffff3b;}
.itstaff4 ul li:nth-child(6n){border-right: 0;}
/*.itstaff3 ul li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: transparent;
  transition: all 0.3s;
}*/
.itstaff3 ul li:hover {
  color: #fff;
  background-color: #fe8a17;
}
/*.itstaff3 ul li:hover::before {
  height: 100%;
  content: "";
  background-color: #fe8a17;
}*/
.itstaff3 ul li i {
  font-size: 40px;
  margin-bottom: 20px;
  transition: all 0.6s;
  position: relative;
  color: #fe8a17;
}
.itstaff3 ul li img {
  width: 40px;
  height: auto;
  position: relative;
}
.itstaff3 ul li span {
  position: relative;
}
.itstaff3 ul li:hover img {
  filter: brightness(0) invert(1);
}
/*itstaff3*/

/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .carousel-inner .item img {
    height: 90vh;
    object-fit: cover;
    object-position: center center;
  }
  .banner_r_more {
    margin-top: 0 !important;
  }
  .abs_img123 {
    width: 100%;
  }
  .abs_img123 img {
    height: auto !important;
  }
  .corevalues h2 {
    font-size: 24px;
  }
  .corevalues,
  .expert_rec,
  .companies_work,
  .about_faqs,
  .careers_form,
  .for_jobseekers1 {
    padding: 40px 20px;
  }
  .corevalues_grid {
    grid-template-columns: repeat(1, 1fr);
    background-color: #fff;
    box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
  }
  .corevalues_grid::before {
    display: none;
  }
  .corevalues_grid_bx1 img {
    min-height: 250px;
    max-height: 250px;
  }
  .cv_info h3,
  .expert_rec_in h2,
  .companies_work h2,
  .about_faqs h2,
  .forempbox1_bx1 h3,
  .for_jobseek_bx1 h3 {
    font-size: 18px;
  }
  .expert_rec_in {
    padding: 20px;
  }
  .companies_work ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .accordion .link {
    font-size: 16px;
    padding: 15px;
  }
  .accordion .link::before {
    right: 15px;
  }
  .accordion .submenu > li {
    padding: 30px;
  }
  .contact_address1,
  .grid--3-cols,
  .foremp_whychooseus .whychooseus_top,
  .foremp_whychooseus .whychooseus_top_right {
    grid-template-columns: repeat(1, 1fr);
  }
  .foremp_whychooseus .whychooseus_top_right div:nth-child(2n) {
    top: 0px;
    position: relative;
  }
  .contact_address1_left {
    padding: 15px;
  }
  .heading-secondary,
  .forempbox1 h2,
  .foremp_whychooseus h2,
  .for_jobseekers1 h2,
  .jobseektest h2 {
    font-size: 24px;
  }
  .form-group .grid-full {
    grid-column: 1 / span 1;
  }
  .forempbox1 {
    padding: 40px 20px;
  }
  .forempbox1_grid {
    padding: 30px 0;
    background-image: none !important;
    grid-template-columns: repeat(1, 1fr);
  }
  .for_jobseek_bx1 {
    padding: 30px;
  }
  .for_jobseek_bx1 {
    flex-direction: column;
    gap: 20px;
  }
  .for_js_icons {
    flex-wrap: wrap;
    gap: 15px;
  }
  .for_js_icons span img {
    height: 15px;
  }
  .foremp_whychooseus {
    padding-top: 0;
  }

  .inner_banner .carousel-inner .item img {
    height: 50vh;
  }
  .inner_banner .banner_hd {
    margin-top: 0px !important;
  }
  .itstaff1 {
    padding: 40px 20px;
  }
  .itstaff1 h2,
  .itstaff2 h2,
  .ads h2,
  .productspg_box h2,
  .services_values h2,
  .serv_adv_info h2 {
    font-size: 24px;
  }
  .itstaff1 ul,
  .industries_box,
  .productspg_box.grid1,
  .productspg_box.grid2,
  .services_values ul,
  .serv_adv {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .itstaff1 ul li:nth-child(2n) {
    margin-top: 0;
  }
  .itstaff2 .col-sm-8 {
    padding: 0 30px;
  }
  .ads,
  .services_values {
    padding: 40px 20px;
  }
  .serv_adv_info {
    padding: 0;
  }
  .serv_adv,
  .home_qlinks {
    padding: 40px 20px;
  }
  .owl-dots {
    bottom: -30px;
  }
  .itstaff3 {
    padding: 20px;
  }
  .itstaff3 h3 {
    font-size: 18px;
  }
  .itstaff3 h2 {
    font-size: 24px;
  }
  .itstaff3 p {
    font-size: 14px;
  }
  .itstaff3 ul,
  .itstaff4 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
}
@media only screen and (min-width: 1170px) and (max-width: 1320px) {
}
