@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@font-face {
  font-family: "Etihad Altis Medium Regular";
  src: url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.eot");
  src: url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.svg#Etihad Altis Medium Regular")
      format("svg");
}
body {
  padding-top: 9rem;
}
.heading-secondary,
.heading-tertiary {
  line-height: 1.3;
  color: var(--color-dark);
}
.searchsub button{
    background: var(--color-gradient1);
}
.searchsub button:hover{
    background: var(--color-gradient2);
}
.inner_banner,
.inner_banner > img,
.section6 {
  width: 100%;
  height: 35rem;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.careersbox1-boxes--content,
.heading-secondary,
.section1-info p,
.text-center {
  text-align: center;
}
/*html {
  font-size: 62.5%;
}*/
p {
  font-size: 1.6rem;
  line-height: 1.6;
  /* margin: 0; */
}
a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  transition: 0.3s;
}
.inner_banner {
  overflow: hidden;
  position: relative;
  /* margin-top: 13rem; */
  display: none !important;
}
.inner_banner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: 0.8;
  /* background: #052465; */
  background: var(--color-gradient1);
}
.inner_banner::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: 0.75;
  height: 20rem;
  background: linear-gradient(to bottom, #001239, transparent);
}
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
.inner_banner h1 {
  color: var(--color-white);
  font-size: 4.8rem;
  margin: 1rem 0;
  font-weight: 700;
  line-height: 1.4;
}
.innertxt1 h3,
.innertxt1 h3 a,
.innertxt1 ul li,
.servicepgbx1 .exp_tabs li.active {
  color: #e65454;
}
.innertxt1 ul {
  list-style: none;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 2.5rem;
  font-weight: 300;
  margin-bottom: 0;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: ".";
  color: var(--color-white);
  position: absolute;
  font-size: 3.2rem;
  right: 6px;
  top: -22px;
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before {
  display: none;
}
.innertxt1 ul li a {
  color: var(--color-white);
  text-decoration: none;
}
.innertxt1 h3 {
  margin-top: 4rem;
  font-weight: 600;
  font-size: 2.1rem;
}
.innertxt1 h3 a:hover,
.section6_innerpg p,
.tqa_bx p {
  color: var(--color-white);
}
.section2_in h3 {
  text-align: center;
  color: #565656;

  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}
.page {
  padding: 0 4rem 4rem 4rem;
  width: 100%;
  display: block;
}
.page_in1 {
  padding: 5rem;
  /*background-color: var(--color-primary-dark);*/
  background: var(--color-gradient1);
  border-radius: 5rem;
  display: grid;
  grid-template-columns: 65fr 35fr;
  align-items: center;
  gap: 5rem;
  padding-left: 8rem;
}
.page_in1 img {
  width: 100%;
  display: block;
}
.page_in1 h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color-white);
}
.page_in1 p {
  color: #fff;
  opacity: 0.8;
  line-height: 1.8;
}
.heading-secondary {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color-text);
}
.heading-tertiary {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.section1-info p {
  color: var(--color-text1);
  font-weight: 600;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.about_how {
  width: 100%;
  clear: both;
  padding: 0 4rem 6rem 4rem;
}
.about_how h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color-text);
  text-align: center;
  margin-top: 0;
}
.about_how h4 {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 4rem;
  font-weight: 400;
  color: #565656;

  text-align: center;
}
.about_how h4 span {
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  background-color: #efefef;
}
.aboutsec2_in {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 0;
}
.aboutsec2_in img {
  width: 100%;
  display: block;
  /* margin-top: -50px; */
}
.aboutsec2_in .accordion {
  width: 90%;
  list-style: none;
}
.aboutsec2_in .accordion > li {
  border-bottom: 1px solid rgba(24, 68, 98, 0.5);
}
.aboutsec2_in .accordion > li:last-child {
  border-bottom: 0;
}
.aboutsec2_in .accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 10px 15px 70px;
  position: relative;
  transition: all 0.3s;
  font-size: 2.1rem;
  color: var(--color-text);
  font-weight: 700;
}
.aboutsec2_in .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: #e73225;
  font-size: 18px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
}
.aboutsec2_in .accordion .link img {
  height: 40px;
}
.aboutsec2_in .accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.aboutsec2_in .accordion .submenu > li {
  padding: 0 0 10px 70px;
  position: relative;
  border-top: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #3c424f;
}
.aboutsec2_in .accordion .submenu > li p {
  margin-bottom: 10px;
}
.aboutsec2_in .accordion .submenu > li a {
  color: #1972b9;
}
.aboutsec2_in .accordion li.open .link::before {
  content: "-";
}
.aboutsec2_in .accordion li.open .link {
  color: #e73225;
}
.about_how1234 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.about_how1234 ul li {
  padding: 3rem;
  border-radius: 2rem;
  background-color: #f2f6ff;
}
.about_how1234 ul li img {
  height: 5rem;
}
.about_how1234 ul li h3 {
  margin: 2rem 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
}
.about_how1234 ul li p {
  margin: 0;
}
.page_search {
  /*background-color: #001e5c;*/
  background: var(--color-gradient2);
  padding: 3rem 5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-radius: 3rem;
  gap: 5rem;
  /*background-image: url(../images/ab.svg);*/
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
.page_search a.btn:hover {
  background-color: var(--color-primary-dark);
}
.page_search h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--color-white);
}
.page_search p {
  color: #fff;
  opacity: 0.8;
  line-height: 2.3;
}
.section6 {
  clear: both;
  padding: 2rem 0 6rem;
  position: relative;
}
.section6__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section6__info-box {
  border-right: 1px solid var(--color-dark-light1);
  padding: 0 5rem;
}
.section6__info-box:last-child {
  border-right: 0;
  border-bottom: 0;
}
.section6__info-box img,
.servicepgbx2_box img {
  height: 5rem;
}
.section6__info-box h3 {
  font-size: 1.8rem;
  margin: 2rem 0;
  padding-top: 1rem;
  position: relative;
  font-weight: 600;
}
.section6__info-box p {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
.section6__btns {
  margin-top: 5rem;
  justify-content: center;
  display: flex;
  gap: 2rem;
}
.aboutbx3,
.aboutbx3__in img,
.careersbox1-boxes img,
.expertsinpgbx1 img {
  display: block;
  width: 100%;
}
.section6_innerpg {
  padding: 6rem 0;
  background: var(--color-gradient6);
}
.careersbox1-boxes--content,
.section6_innerpg h3::before {
  background-color: var(--color-white);
}
.section6_innerpg .heading-secondary {
  text-align: center;
  color: var(--color-white);
  margin-bottom: 4rem;
}
.section6_innerpg h3 {
  color: var(--color-primary-light1);
}
.aboutbx3 {
  padding: 6rem 0;
  clear: both;
}
.aboutbx3 .heading-secondary,
.servicepgbx2 h2 {
  margin-bottom: 5rem;
}
.aboutbx3__in {
  align-items: center;
  gap: 7rem;
}
.aboutbx3__in ul li {
  font-weight: 600;
  font-size: 1.8rem;
  background-color: var(--color-dark-light);
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  padding: 1.5rem 1.5rem 1.5rem 6rem;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: 3rem center;
  background-size: 2.2rem;
}
.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}
.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.careersbox1-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  max-width: 110rem;
  margin: 5rem auto auto;
  transition: 0.3s;
}
.servicepgbx1,
.servicepgbx1 .exp_tab_data.active {
  display: table;
}
.careersbox1-boxes div:hover .careersbox1-boxes--content {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.122);
  transform: translateY(-1rem);
}
.careersbox1-boxes--content {
  max-width: 85%;
  padding: 2rem 3rem;
  margin: -5rem auto auto;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.122);
  position: relative;
  transition: 0.3s;
}
.careersbox1-boxes--content h3 {
  color: #0e0e0a;
  font-size: 2.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.careersbox1-boxes--content p {
  color: var(--color-text1);
  font-size: 1.4rem;
  line-height: 2;
}
.servicepgbx1 {
  padding: 2rem 0 6rem;
  background: var(--color-gradient6);
  width: 100%;
}
.servicepgbx1 .heading-secondary {
  color: var(--color-white);
  transform: translateY(5rem);
  margin-bottom: 0;
}
.servicepgbx1 .exp_tabs {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 30%;
  float: left;
  padding-top: 10rem;
}
.servicepgbx1 .exp_tabs li {
  font-size: 1.8rem;
  color: var(--color-white);
  cursor: pointer;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.servicepgbx1 .exp_tabs_info {
  float: right;
  width: 70%;
}
.servicepgbx1 .exp_tab_title {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 2rem;
  border-bottom: 1px solid var(--color-white);
  transition: 0.3s;
  position: relative;
}
.servicepgbx1 .exp_tab_title::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  line-height: 1.6;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid var(--color-white);
  transition: 0.5s ease-in-out;
  content: "";
}
.servicepgbx1 .exp_tab_data {
  background-color: var(--color-primary);
  padding: 8rem 5rem;
  display: none;
}
.servicepgbx1 .exp_tab_data .txt {
  width: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4;
  padding-right: 2rem;
  color: var(--color-white);
}
.servicepgbx1 .exp_tab_data .txt h4 {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--color-primary-light);
}
.servicepgbx1 .exp_tab_data .txt p {
  margin-bottom: 2rem;
  line-height: 2.1;
}
.servicepgbx2 {
  padding: 6rem 0;
  width: 100%;
  display: block;
}
.servicepgbx2 .grid {
  gap: 1.5rem;
  transition: 0.3s;
}
.expertsinpgbx2 .grid,
.grid {
  gap: 5rem;
}
.servicepgbx2_box {
  transition: 0.3s;
  background-color: #f7f7f7;
  border-bottom: 1rem solid #f7f7f7;
  padding: 4rem;
}
.cont_add1,
.cont_add1_cont,
.cont_add1_top {
  transition: 0.3s linear;
}
.servicepgbx2_box:hover {
  border-color: var(--color-secondary);
}
.servicepgbx2_box h3 {
  margin: 1rem 0;
  font-weight: 600;
  font-size: 1.8rem;
}
.accordion .submenu > li,
.servicepgbx2_box p {
  font-size: 1.4rem;
  color: #707070;
}
.expertsinpgbx1 {
  padding: 6rem 0;
  background: var(--color-gradient6);
  width: 100%;
  display: table;
}
.accordion .link::before,
.cont_add1,
.cont_add1 span {
  background-repeat: no-repeat;
}
.expertsinpgbx1 h2 {
  color: var(--color-white);
  margin-bottom: 6rem;
}

.grid {
  display: grid;
}

.cont_add1,
.cont_add1:hover .cont_add1_top,
.getintouch1,
.getintouch1 ul li span {
  position: relative;
}

.cont_add1 h4,
.cont_add1 span {
  margin-bottom: 1rem;
  font-weight: 600;
}
.expertsinpgbx2 ul {
  clear: both;
  width: 100%;
  max-height: 41rem;
  overflow: auto;
  padding-right: 2rem;
}
.expertsinpgbx2 ul li {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  padding-bottom: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--color-dark-light1);
}
.expertsinpgbx2 ul li h4 {
  display: flex;
  gap: 1rem;
  font-weight: 600;
  align-items: center;
}
.expertsinpgbx2 ul li h4 img {
  height: 3rem;
}
.expertsinpgbx2 ul li p {
  color: var(--color-text1) !important;
  width: 100% !important;
}
.careersmainpg {
  padding: 6rem 0;
  width: 100%;
  display: block;
  /* background-color: var(--color-white); */
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contactpg_bx .exp_bx3_in {
  margin-top: -13rem;
  position: relative;
  z-index: 9;
}
.contact_address {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 120rem;
  margin: 3rem auto auto;
}
.cont_add1 {
  padding-left: 3rem;
  background-image: url(../images/shade.svg);
  background-position: left top;
  text-align: left;
  padding-bottom: 2rem;
  background-size: auto 110%;
  height: 18rem;
  overflow: hidden;
  padding-top: 10rem;
}
.cont_add1 span {
  display: inline-block;
  gap: 1.5rem;
  align-items: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
  padding-right: 3rem;
  background-image: url(../images/arrowtop.svg);
  background-position: right -0.5rem;
}
.cont_add1 h4 {
  color: var(--color-white);
  font-size: 2.3rem;
}
.cont_add1_cont {
  opacity: 0;
}
.cont_add1:hover .cont_add1_cont {
  opacity: 1;
}
.cont_add1:hover {
  padding-top: 0;
}
.cont_add1_cont p {
  color: var(--color-white);
  font-size: 1.6rem;
}
.csc_service_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
.cs_service {
  border-left: 1px solid var(--color-primary-light);
  padding-left: 2rem;
}
.cs_service h3 {
  color: var(--color-primary-light);
  font-weight: 600;
  font-size: 2.3rem;
  margin-bottom: 2rem;
}
.cs_service p {
  color: var(--color-white);
  opacity: 0.5;
}
p.tqa_bx_cont {
  margin-top: -2rem;
  margin-bottom: 5rem;
}
.getintouch1 {
  padding: 12rem 0rem 5rem;
  width: 100%;
  display: block;
  position: relative;
  background-color: #00042a;
  overflow: hidden;
  /* background-color: rgba(230, 238, 255, 0.5); */
}
.spinner-inn {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 150vh;
  -webkit-transform: translate(-15%, -8%);
  transform: translate(-15%, -8%);
  -webkit-animation: rotation 16s infinite linear;
  animation: rotation 16s infinite linear;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.spinner-inn img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  pointer-events: none;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotationCV {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotationCV {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.gintt_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  /* align-items: center; */
}
.getintouch1 h2 {
  text-align: center;
  line-height: 1.2;
}
.getintouch1 h3 {
  margin-bottom: 2rem;
}
.getintouch1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  padding: 3rem 0 6rem;
}
.modal-dialog {
  width: 750px;
}
.termsandcond,
.servicepg1,
.coreofferings {
  padding: 6rem 0;
}
.termsandcond h2,
.servicepg1 h2,
.coreofferings h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color-text);
  text-align: center;
  margin-top: 0;
  position: relative;
}
.termsandcond h3 {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 4rem;
  font-weight: 300;
  color: rgba(86, 86, 86, 0.8);
  font-family: var(--text-fonts);
  text-align: center;
  position: relative;
}
.termsandcond h3 span {
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  font-weight: 600;
  background-color: #efefef;
}
.termsandcond p,
.servicepg1 p {
}
.termsandcond h4 {
  color: var(--color-secondary);
  margin-bottom: 2rem;
  text-transform: capitalize;
  font-size: 2.1rem;
}
.termsandcond ul {
  margin: 20px 0 0;
  list-style: none;
}
.termsandcond ul li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-top: 0;
  color: #565656;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}
.termsandcond ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/tic2.png);
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}
.servicepg1 img,
.section2 .grid img {
  width: 100%;
  display: block;
}
.servicepg1 .grid,
.section2 .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 4rem;
  align-items: center;
}
.servicepg1 .grid h2 {
  text-align: left;
  line-height: 1.1;
}

.cont_sol_bx1 {
  padding: 4rem;
  width: 100%;
  display: block;
}
.cont_sol_bx1_in {
  padding: 6rem 10rem;
  /*background-color: var(--color-primary-dark);*/
  /* background: var(--color-gradient1); */
  background-image: url(../images/bg/BG5.jpg);
  background-size: cover;
  background-position: center bottom;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
}
.cont_sol_bx1 h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4rem;
  color: var(--color-white);
  text-align: center;
  margin-top: 0;
  position: relative;
}
.cont_sol_bx1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.cont_sol_bx1 ul li {
  display: block;
  /* background: rgba(0, 31, 92, 0.8); */
  border-radius: 14px;
  padding: 2.6rem;
  align-self: flex-start;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  min-height: 350px;
  background-color: #fff;
}
.cont_sol_bx1 ul li img {
  display: block;
  filter: sepia(0) brightness(1);
  -webkit-filter: sepia(0) brightness(1);
  -moz-filter: sepia(0) brightness(1);
  -o-filter: sepia(0) brightness(1);

  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
.cont_sol_bx1 ul li h3 {
  color: var(--color-text);
  margin: 20px 0;
  font-weight: 700;
  font-size: 1.6rem;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
.cont_sol_bx1 ul li p {
  color: var(--color-text);
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  font-size: 16px;
}
.cont_sol_bx1 ul li:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
}
.cont_sol_bx1 ul li:hover img {
  filter: sepia(1) brightness(5);
  -webkit-filter: sepia(1) brightness(5);
  -moz-filter: sepia(1) brightness(5);
  -o-filter: sepia(1) brightness(5);
}
.cont_sol_bx1 ul li:hover h3 {
  color: #fff;
}
.cont_sol_bx1 ul li:hover p {
  color: #fff;
}

.aboutsec1_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.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,
.coveroffer5::before {
  background-color: #f38086;
}
.coveroffer2::before,
.coveroffer6::before {
  background-color: #5abfff;
}
.coveroffer3::before,
.coveroffer7::before {
  background-color: #efba79;
}
.coveroffer4::before,
.coveroffer8::before {
  background-color: #bb89ec;
}
.coreofferings h2 {
  margin-bottom: 3rem;
}
.aboutsec1_box p {
}
.aboutsec1_in h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
/*hm_insights*/
.hm_insights {
  display: block;
  width: 100%;
  position: relative;
  /* z-index: 9; */
  margin-bottom: 0;
}
.hm_insights .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
a.sub_grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-decoration: none;
  transition: all 0.3s;
  overflow: hidden;
  color: #fff;
  gap: 0;
}
a.sub_grid1.sub_grid2 {
  height: 100%;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
}
a.sub_grid1 .img,
a.sub_grid1 .img img {
  width: 100%;
  overflow: hidden;
  display: block;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
a.sub_grid1:hover .img img {
  transform: scale(1.2);
}
a.sub_grid1 .info {
  padding: 35px;
  background: var(--color-gradient1);
  position: relative;
}
a.sub_grid1 h4 {
  color: #fff;
  margin: 0;
}
a.sub_grid1 h3 {
  color: #fff;
  font-weight: 900;
  margin: 20px 0;
}
a.sub_grid1:hover h3 {
  text-decoration: underline;
}
a.sub_grid1 p {
  color: #fff;
}
.img_abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img_abs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(100) invert(0);
}
a.sub_grid1.sub_grid2 .info {
  background: rgba(0, 0, 0, 0.6);
}
/*hm_insights*/

/*section1*/
.section1_inside {
  padding: 0 5rem 10rem;
  position: relative;
}
.section1_inside h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color-text);
  text-align: center;
}
.section1_inside p {
}
.section1_inside ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 90px;
  position: relative;
}
.section1_inside ul::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 180px;
  height: 180px;
  background-color: #fff;
  display: table;
  border-radius: 100%;
  z-index: 1;
  margin: auto;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 140px;
  z-index: 5;
}
.section1_inside ul li {
  height: 200px;
  position: relative;
}
.section1_inside ul li a {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 75px;
  transition: all 0.3s;
}
.section1_inside ul li:nth-child(2) a,
.section1_inside ul li:nth-child(4) a {
  grid-template-columns: 200px 1fr;
}
.section1_inside ul li:nth-child(3) a,
.section1_inside ul li:nth-child(4) a {
  align-items: end;
}
.section1_inside ul li:first-child,
.section1_inside ul li:nth-child(3) {
  text-align: right;
}
.aboutinfo {
}
.section1_inside ul li a h3 {
  margin: 0 0 10px;
  color: #297ee1;
  font-size: 21px;
  font-weight: 600;
}
.section1_inside ul li:nth-child(2) a h3,
.section1_inside ul li:nth-child(3) a h3 {
  color: #181f8e;
}
.abouticon {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #297ee1; */
  background: var(--color-gradient1);
  border-top-left-radius: 100%;
  position: relative;
  transition: all 0.3s;
}
.section1_inside ul li a:hover .abouticon {
  transform: scale(1.1);
  z-index: 1;
}
.section1_inside ul li:nth-child(2) a .abouticon,
.section1_inside ul li:nth-child(4) a .abouticon {
  border-top-left-radius: 0;
  border-top-right-radius: 100%;
}
.section1_inside ul li:nth-child(2) a .abouticon,
.section1_inside ul li:nth-child(3) a .abouticon {
  background: #181f8e;
}
.section1_inside ul li:nth-child(3) a .abouticon {
  border-radius: 0;
  border-bottom-left-radius: 100%;
}
.section1_inside ul li:nth-child(4) a .abouticon {
  border-radius: 0;
  border-bottom-right-radius: 100%;
}
.section1_inside ul li .abouticon:before {
  position: absolute;
  left: -50px;
  top: 0px;
  width: 150px;
  height: 150px;
  background-image: url(../images/sprite-image1.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  content: "";
}
.section1_inside ul li:nth-child(2) .abouticon:before {
  left: auto;
  right: -100px;
  background-image: url(../images/sprite-image2.svg);
}
.section1_inside ul li:nth-child(3) .abouticon:before {
  left: -50px;
  top: auto;
  bottom: 20px;
  background-image: url(../images/sprite-image3.svg);
}
.section1_inside ul li:nth-child(4) a:before {
  position: absolute;
  left: auto;
  left: 20%;
  top: auto;
  bottom: 0px;
  background-image: url(../images/sprite-image4.svg);
  z-index: -9 !important;
  content: "";
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 100px;
  transition: all 0.3s;
}
.abouticon img {
  /* width: 50px; */
  height: 50px;
  transition: all 0.3s;
  filter: brightness(0) invert(100%);
}
.section1_inside ul li a:hover img {
  transform: rotate(360deg);
}
.section1_inside ul li a:hover .abouticon:before {
  transform: scale(1);
}
.section1_inside ul li:nth-child(4):hover a::before {
  left: 22%;
  transition: all 0.3s;
}
/*section1_inside*/

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: right;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 3px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 0 12px;
  min-width: 30px;
  line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
}

.simple-pagination .current {
    color: #FFF;
    
    background-color: #00bcd4;
  border-color: #00bcd4;
  border-radius: 50%;
  margin: 5px;
  box-shadow: 0 4px 5px 0 #d4d8da,0 1px 10px 0 #d4d8da,0 2px 4px -1px #d4d8da;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: transparent !important;
    color: #cacaca !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 61.25em) {
  .getintouch1,
  .section6 {
    padding: 5rem 2rem;
  }
  .careersbox1-boxes,
  .grid--2-cols,
  .grid--3-cols,
  .section6__info {
    grid-template-columns: repeat(1, 1fr);
  }
  .section6__info-box {
    border-right: 0;
    padding: 2rem;
    border-bottom: 1px solid var(--color-dark-light1);
  }
  .servicepgbx1 {
    padding: 5rem 0;
  }
  .servicepgbx1 .heading-secondary {
    transform: translateY(0);
    margin-bottom: 2rem;
  }
  .servicepgbx1 .exp_tabs {
    display: none;
  }
  .servicepgbx1 .exp_tabs_info {
    width: 100%;
  }
  .servicepgbx1 .exp_tab_title {
    display: inline-block;
    width: 100%;
    background-color: var(--color-secondary);
    color: var(--color-white);
  }
  .servicepgbx1 .exp_tab_data {
    padding: 3rem;
  }
  .accordion .link {
    letter-spacing: 0;
  }
  .heading-secondary {
    font-size: 1.8rem;
  }
  .getintouch1 h3,
  .getintouch1 ul li a {
    font-size: 2.1rem;
  }
  .getintouch1 ul {
    flex-direction: column;
    gap: 4rem;
  }
}
.getintouch1 ul li {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.getintouch1 ul li span {
  text-transform: uppercase;
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 2.4rem;
  padding-left: 8rem;
}
.getintouch1 ul li span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
  width: 6rem;
  height: 3px;
  background-color: var(--color-secondary);
  transition: 0.3s;
}
.getintouch1 ul li a {
  color: #0e0e0a;
  font-size: 1.6rem;
  font-weight: 500;
}
.getintouch1 .form-group {
  position: relative;
  /* padding: 5rem; */
  /* background-color: var(--color-white); */
  /* border-radius: 3rem; */

  /* box-shadow: var(--box-shadow1); */
}
.getintouch .form-group .grid {
  /* gap: 1rem; */
}
.getintouch .form-group .grid-full {
  /* grid-column: 1 / span 3; */
}

.gintt_grid_left h3 {
  text-transform: uppercase;
  color: var(--color-white);

  font-size: 2.1rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.gintt_grid_left h1 {
  font-size: 7rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.text-glow-blue {
  background: linear-gradient(131.8deg, #04e4ff 0, #009cff 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #04e4ff;
  color: transparent;
  text-shadow: 0 0 10px rgba(4, 228, 255, 0.5);
}
.text-shadow-blue {
  color: var(--secondary-color3);
  text-shadow: 0 0 10px rgba(4, 228, 255, 0.5);
}
.gintt_grid_left .flex {
  display: flex;
  gap: 2rem;
  color: var(--color-white);
  font-size: 1.8rem;
}
.gintt_grid_left .flex span {
  border-right: 1px solid #ffffff38;
  padding-right: 2rem;
  line-height: 1.2;
}
.gintt_grid_left .flex span:last-child {
  border-right: 0;
  padding-right: 0;
}
.gintt_grid_right {
  padding: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
  position: relative;
  color: #ccc;
}
.gintt_grid_right::after {
  content: " ";
  width: 30px;
  border-width: 0 32px 32px 0;
  border-color: var(--form-arrow-bg);
  border-style: solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
.gintt_grid_right .c_hd1 {
  text-transform: uppercase;

  font-size: 2.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #18368d;
}
.gintt_grid_right .c_hd2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #18368d;
  margin-top: 0;
}
.getintouch .form-group input.form-control,
.getintouch .form-group textarea.form-control {
  /* border: 1px solid #e9e9e9; */
  border: 0;
  border-bottom: 1px solid #ababab;
  border-radius: 0;
  box-shadow: none;
  color: var(--color-dark);
  background-color: var(--color-white);
  font-size: 1.5rem;
  width: 100%;
  height: 4.2rem;
  line-height: 1;
  font-weight: 500;
  padding: 1rem 2rem;
  padding-left: 3.3rem;
  margin-bottom: 2rem;

  position: relative;
}
.posrel {
  position: relative;
}
.getintouch .form-group .posrel img {
  position: absolute;
  left: 0;
  top: 0.7rem;
  /* transform: translateY(-50%); */
  width: 2.6rem;
  z-index: 9;
}
.getintouch .form-group textarea.form-control {
  height: 12rem;

  font-size: 1.4rem;
}
.careers_qlinks {
  padding: 4rem 0;
  background-color: #e8eaed;
  width: 100%;
  display: block;
  position: relative;
  z-index: 99;
}
.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 #e65454;
}
.careers_qlinks ul li:nth-child(2n) {
  background-color: var(--color-primary-dark);
  color: #fff;
}
.careers_qlinks ul li span {
  background-color: #e65454;
  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: var(--color-text);
  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;
}
.pricingpg {
  padding: 5rem 0rem;
  width: 100%;
  display: block;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pricingpg table {
  width: 100%;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-collapse: collapse;
  background-color: var(--color-white);
}
.pricingpg table thead {
  background: var(--color-primary);
}
.pricingpg table th {
  border: 1px solid #fff;
  color: #fff;
  padding: 1.5rem !important;
  font-size: 1.6rem;
}
.pricingpg table td {
  border: 1px solid #ddd;
  padding: 1.5rem !important;
  font-size: 1.6rem;
}
table tbody tr:nth-child(2n) {
  background-color: #e9e9e9;
}

.aboutbx1 {
  padding: 6rem 0;
  width: 100%;
  display: block;
  /* background-color: var(--color-white); */
  /* background-image: url(../images/whychooseus.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; */
}
.aboutbx1 h2 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color-text);
}

.aboutbx1 p {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-top: 0;
  color: #333;
}
.aboutbx1 img {
  width: 100%;
  display: block;
}
.aboutbx1 ul {
  margin: 30px 0;
  list-style: none;
}
.aboutbx1 ul li {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-top: 0;
  color: #333;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}
.aboutbx1 ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/tic3.png);
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}
.home_staffing_info h6 {
  color: var(--color-secondary);
  font-size: 1.6rem;
  margin: 0 0 2rem;
}
.contactfm label span {
  color: #ff7149;
}
.al_hav {
  font-size: 1.6rem;
}
.al_hav a,
.agreeBtn a {
  color: var(--color-secondary);
}

.insights_desc {
  padding: 6rem 0;
  width: 100%s;
}
.insights_desc_in {
  max-width: 1240px;
  margin: auto;
}
.insights_desc_top {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 50px;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.insights_desc_top img {
  width: 100%;
  display: block;
}
.insights_desc h3 {
  text-transform: capitalize;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4rem;
  color: var(--color-text);
  margin-top: 0;
}
.insights_desc h4 {
  text-transform: capitalize;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4rem;
  color: var(--color-text);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.insights_desc ul {
  margin: 30px 0;
  list-style: none;
}
.insights_desc ul li {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-top: 0;
  color: #333;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}
.insights_desc ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/tic2.png);
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}
.insights_desc_top a {
  padding: 0px 25px;
  background-color: #fd6420;
  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: var(--color-primary);
}
.table > thead > tr > th {
  padding: 0;
}
.table > thead > tr > th .thd {
  text-align: center;
  padding: 1.5rem 2rem;
  background-color: #052465;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 20px 20px 0 0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: 0;
  text-align: center;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f2f6ff;
}
table tbody tr:nth-child(2n) {
  background-color: #fff;
}
.table > thead > tr > th .thd1 {
  background-color: #052465;
}
.table > thead > tr > th .thd2 {
  background-color: #003092;
}
.table > thead > tr > th .thd3 {
  background-color: #0070c6;
}
.table > thead > tr > th .thd4 {
  background-color: #0090ff;
}
.table > tbody > tr > td {
  padding: 2rem;

  vertical-align: middle;
  font-size: 1.8rem;
  /* box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.161); */
  overflow: hidden;
}
.table > tbody > tr > td strong {
  font-size: 3.8rem;
  color: #000;
  font-weight: 700;
}
.table > tbody > tr > td.first strong {
  font-size: 2.4rem;
}
.table > tbody > tr > td .fa-check {
  color: #009432;
  font-size: 3.2rem;
}
.table > tbody > tr > td .fa-times {
  color: #d51c2a;
  font-size: 3.2rem;
}
.table > tbody > tr > td img {
  height: 2.5rem;
}
.tbtn {
  padding: 1.4rem 2rem;
  width: 80%;
  background-color: #052465;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.3s;
  color: #fff;
  border-radius: 3rem;
  display: block;
  margin: auto;
}
.tbtn1 {
  background-color: #052465;
}
.tbtn2 {
  background-color: #003092;
}
.tbtn3 {
  background-color: #0070c6;
}
.tbtn4 {
  background-color: #0090ff;
}
.tbtn:hover {
  background-color: var(--color-secondary);
  color: #fff;
}
.table > tbody > tr > td.shadow1 {
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.161);
}
.table > tbody {
  border-radius: 20px !important;
  overflow: hidden;
  width: 100%;
}

.job_listings {
  padding: 6rem 5rem;
  width: 100%;
  display: block;
  background-color: rgba(230, 238, 255, 0.5);
}
.job_listings .grid {
  display: grid;
  grid-template-columns: 24fr 80fr 16fr;
  gap: 40px;
}
.innerbox1_left {
  display: block;
  width: 100%;
}
.innerbox1_left h3 {
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
}
.category1 {
  width: 100%;
  display: table;
  margin-bottom: 0;
  /* background-color: #fff; */
  /* box-shadow: var(--box-shadow1); */
  /* border-radius: 15px; */
  overflow: hidden;
}
.cathd1 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-bottom: 10px; */
  text-transform: uppercase;
  color: var(--color-primary-dark);
  position: relative;
  font-weight: 410;
  font-size: 15px;
  /* background-color: var(--color-secondary); */
  padding: 5px 0;
}
.leftcategories .accordion .link {
  padding: 0;
}
.leftcategories .accordion .link::before {
  background-color: var(--color-secondary);
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.s_p_list1 > div {
  /*display: flex;*/
  width: 100%;
  display: inline-block;
  padding: 3px 0;
  float: left;
}
.p_cat1 {
  margin-top: 10px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.s_p_list1 {
  clear: both;
  padding: 10px 0;
  display: inline-block;
}

.s_p_list1 input[type="checkbox"]:not(old),
.s_p_list1 input[type="radio"]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
}

.s_p_list1 input[type="checkbox"]:not(old) + label,
.s_p_list1 input[type="radio"]:not(old) + label {
  display: inline-block;
  float: left;
  /*margin-left: -28px;*/
  padding-left: 28px;
  line-height: 21px;
  background-image: url(../images/uncheck.png);
  background-repeat: no-repeat;
  background-position: 0px -2px;
  height: 18px;
  overflow: hidden;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
}
.s_p_list1 input[type="checkbox"]:not(old) + label:hover,
.s_p_list1 input[type="radio"]:not(old) + label:hover {
  color: #999;
}

.s_p_list1 input[type="checkbox"]:not(old):checked + label {
  background-image: url(../images/check2.png);
  background-repeat: no-repeat;
  background-position: 0px -2px;
}

.s_p_list1 input[type="radio"]:not(old):checked + label {
  background-image: url(../images/check2.png);
  background-repeat: no-repeat;
}

.s_p_list1 div label {
  font-size: 13px;
  color: #3d3b3b;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.s_p_list1 div label:hover {
  color: #499193;
}

.search_p_cat ul ul {
  padding-left: 20px;
}
.search_p_cat ul ul i {
  margin-right: 5px;
}
.alerts-fields input.c-input {
  margin-bottom: 10px;
  height: 40px;
  outline: 0;
}
button.jobalert-submit {
  background-color: var(--color-primary);
  border: 0;
  width: 100%;
  display: inline-block;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
}
.locations_bx {
  /* padding: 0 15px 15px; */
  padding-top: 15px;
}
.locations_bx label {
  font-weight: 600;
  font-size: 1.4rem;
}
.locations_bx select {
  cursor: pointer;
  height: 40px;
  margin-bottom: 0;
}
.mainjobsbox {
  display: table;
  width: 100%;
  clear: both;
  line-height: 1.6;
  padding: 3rem 4rem;
  margin-bottom: 4rem;
  border-radius: 2rem;
  background-color: #fff;
  position: relative;
}
.mainjobsbox .main_btn,
.modal-content .main_btn {
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.modal-content .main_btn.main_btnpop {
  position: relative;
  top: 0;
  right: 0;
}
.mainjobsbox a {
  width: 100%;
  height: 100%;
  display: table;
  text-decoration: none;
  color: #000;
  outline: 0;
}
.mainjobsbox:hover {
  transition: 0.3s;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.main_btn a.btn {
  background: var(--color-gradient1);
}
.main_btn a.btn:hover {
  background: linear-gradient(to right, #e83ffc, #8c30f3, #1826a9);
}
.mainjobsbox a .grid {
  display: grid;
  grid-template-columns: 20fr 80fr;
}
.flexpop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.favourite {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary-dark);
  color: #fff;
  font-size: 18px;
  border-radius: 100%;
}
a.favourite:hover,
a.favourite.active {
  background-color: var(--color-secondary);
}
.companyimage {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 10px;
}
.companyimage img {
  width: 100%;
  display: block;
}
.job_des {
  width: 88%;
  float: right;
  position: relative;
}
.job_des h4 {
  color: #222;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.form.careers_form .grid:last-child,
a.applynow {
  margin-bottom: 3rem;
}
.com_name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 5px;
}
.jobloc_map {
  width: 100%;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 10px 0 20px;
}
.jobloc_map li {
  float: left;
  margin-right: 20px;
  font-size: 16px;
  color: #3b3b3b;
  font-weight: 400;
  display: inline-block;
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  background-image: none !important;
}
.jobloc_map li em {
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.jobloc_map li em img {
  max-height: 1.8rem;
}
.test_btn7 {
  position: absolute;
  right: 10rem;
  top: 3rem;
  z-index: 999;
}
.jobdescriptionbx {
  padding: 10rem 0 5rem;
}
a.applynow {
  color: #fff;
  border: 0;
  text-transform: capitalize;
  font-size: 1.4rem;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
  height: 4rem;
  line-height: 4rem;
  border-radius: 1rem;
  padding: 0 2rem;
  display: inline-block;
  background-color: #04aeef;
}
a.applynow:hover {
  background-color: #000;
}
.jobdescriptionbx ul,
.blogs_info ul {
  list-style: none;
  margin-bottom: 3rem;
}
.jobdescriptionbx p,
.jobdescriptionbx ul li,
.blogs_info ul li {
  margin-bottom: 2rem;
  color: #6d6d6d;
}
.jobdescriptionbx h3 {
  color: #00aeef;
  margin-bottom: 1rem;
}
.jobdescriptionbx ul li,
.blogs_info ul li {
  margin-bottom: 0.5rem;
  padding-left: 3rem;
  background-image: url(../images/site.png);
  background-position: left 1rem;
  background-repeat: no-repeat;
}
.com_company {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.com_company i {
  color: #ffad2d;
}
.com_company .flex {
  font-size: 13px;
  color: #6e789b;
}
.mainjobsbox a p {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.4rem;
}
.mainjobsbox .links,
.job_description_pg .links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mainjobsbox .links a,
.job_description_pg .links a {
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  transition: all 0.3s;
  font-size: 14px;
  width: auto;
  height: auto;
  display: inline-block;
  background-color: #fff;
}
.mainjobsbox .links a:hover,
.job_description_pg .links a:hover {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
.job_description_pg {
  padding: 4rem;
  width: 100%;
  display: block;
  background-color: rgba(230, 238, 255, 0.5);
}
.modal-header {
  border-bottom: 0;
}
.job_description_pg .grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
}
.job_description_pg .com_name {
  font-size: 2.4rem;
}
.job_description_pg h3 {
  font-weight: 600;
  font-size: 2.1rem;
  color: #000;
  margin-bottom: 10px;
}
.job_description_pg ul {
  margin: 20px 0 0;
  list-style: none;
}
.job_description_pg ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-top: 0;
  color: #000;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}
.job_description_pg ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/tic2.png);
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}
.jdesc_bb,
.jdesc_bb a {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-top: 0;
  color: #000;
}
.jdesc_bb a {
  font-size: 1.4rem;
}
h5.modal-title {
  font-size: 3rem;
  text-transform: capitalize;
  letter-spacing: 0.2rem;
  font-weight: 700;
  text-align: center;
}
.close span,
button.close,
button.close:hover span,
form input.btn-1 {
  color: var(--color-white);
}
button.close {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 4rem;
  opacity: 1;
  padding: 0;
  margin: 0 !important;
  background-color: var(--color-secondary);
}
button.close:hover {
  opacity: 1;
}
.close span {
  font-size: 2.1rem;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 99999999 !important;
}
.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0;
  border-bottom: 2px solid #ccc;
  color: var(--color-dark);
  box-shadow: none;
  border-radius: 0;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form input.form-control:focus,
.modal-body form textarea.form-control:focus {
  border-color: var(--color-dark);
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0;
  border-bottom: 2px solid #ccc;
  color: var(--color-dark);
  box-shadow: none;
  border-radius: 0;
}
form input.btn-1 {
  width: auto;
  height: auto;
  padding: 1.2rem 6rem;
  border-radius: 6rem;
  font-weight: 600;
  cursor: pointer;
  margin: 2rem auto;
  display: table;
  border: 0;
  background-color: var(--color-secondary);
  text-transform: uppercase;
  transition: all 0.3s;
}
form input.btn-1:hover {
  background-color: var(--color-primary-dark);
}
ul.jobloc_map li::before {
  display: none;
}
.leftcategories .accordion > li {
  padding: 1.5rem 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--color-primary-dark);
  margin-bottom: 0;
}
.leftcategories .accordion {
  background-color: rgba(230, 238, 255, 0.5);
  border-radius: 2rem;
  padding: 0 2rem 2rem;
  margin-bottom: 0;
}
.postanewjob_bx1 {
  padding: 3rem;
  background-color: #fff;
  box-shadow: var(--box-shadow1);
}
.jobsearch-employer-jobnav {
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0px 40px 0px;
}
.jobsearch-employer-jobnav ul {
  display: inline-block;
  margin: 0px;
}
.jobsearch-employer-jobnav ul li {
  float: left;
  list-style: none;
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
}
.jobsearch-employer-jobnav ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  background-color: #d4d4d4;
  width: 100%;
  height: 3px;
  margin-top: -19px;
  z-index: 1;
}
.jobsearch-employer-jobnav ul li.active ~ li.active:after {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  width: 80%;
  height: 3px;
  margin-top: -19px;
  z-index: 1;
}
.jobsearch-employer-jobnav ul li.active ~ li:nth-child(2):after {
  background-color: #d4d4d4;
}
.jobsearch-employer-jobnav ul li.active ~ li:nth-child(3).active:after {
  left: 0px;
}
.jobsearch-employer-jobnav ul li.active:nth-child(2):after {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  width: 80%;
  height: 3px;
  margin-top: -19px;
  z-index: 1;
}
.jobsearch-employer-jobnav ul li.active:nth-child(3):after {
  content: "";
  position: absolute;
  left: -120px !important;
  top: 50%;
  width: 150% !important;
  height: 3px;
  margin-top: -19px;
  z-index: 1;
}
.jobsearch-employer-jobnav ul li:last-child:before {
  left: -25px;
}
.jobsearch-employer-jobnav ul li:first-child a {
  padding-left: 0px;
}
.jobsearch-employer-jobnav ul li:last-child a {
  padding-right: 0px;
}
.jobsearch-employer-jobnav ul li a {
  float: left;
  padding: 0px 50px;
  position: relative;
  z-index: 2;
}
.jobsearch-employer-jobnav ul li i {
  display: inline-block;
  width: 66px;
  height: 66px;
  color: #ffffff;
  background-color: #d4d4d4;
  font-size: 36px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  padding-top: 13px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.jobsearch-employer-jobnav ul li span {
  display: block;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.jobsearch-pkgs-boughtnew {
  float: left;
  width: 100%;
}
.jobsearch-employer-jobnav ul li.active i,
.jobsearch-employer-jobnav ul li:hover i {
  background-color: var(--color-secondary);
}
textarea.c-input {
  height: 100px;
}
select.c-input {
  cursor: pointer;
}
.postanewjob_bx1 h3 {
  color: var(--color-secondary);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
.form-group .col-sm-3,
.form-group .col-sm-6 {
  position: relative;
}
.form-group .col-sm-3 span {
  position: absolute;
  right: 30px;
  top: 47%;
  color: #ccc;
  font-size: 16px;
  line-height: 1;
}
.postanewjob_bx1 {
  width: 100%;
  margin-bottom: 30px;
}
.jobsearch-fileUpload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 12px;
}
.jobsearch-fileUpload span {
  float: left;
  padding: 11px 13px;
  line-height: 1;
  font-size: 12px;
  border: 1px solid;
  border-radius: 40px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.jobsearch-fileUpload span i {
  font-size: 13px;
  margin-right: 3px;
}
.jobsearch-fileUpload:hover span {
  color: #ffffff;
}
.jobsearch-fileUpload input.jobsearch-upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.jobsearch-fileUpload:hover span {
  background-color: var(--color-secondary);
  color: #fff;
}
.addnew-questtypes-btnscon {
  text-align: center;
}
.applyquest-answers-outer {
  padding: 28px 30px 19px 30px;
}
.applyquest-item-queststr input[type="text"] {
  float: left;
  width: 100%;
  height: 40px;
  border: 1px solid #eff0f1;
  color: #777777;
  padding: 5px 14px;
  background-color: #ffffff;
}
.applyquest-item-queststr {
  margin-bottom: 19px;
}
.applyquest-item-queststr .quest-type {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.applyquest-option-itm {
  margin-bottom: 19px;
}
.applyquest-option-itm .applyquest-optionstr {
  float: left;
  width: 60%;
}
.applyquest-opts-btnsec {
  float: left;
  width: 40%;
}
.applyquest-option-itm .applyquest-optionstr input[type="text"] {
  float: left;
  width: 100%;
  height: 40px;
  border: 1px solid #eff0f1;
  color: #777777;
  padding: 5px 14px;
  background-color: #ffffff;
}
.quest-type-hding {
  margin-bottom: 5px;
}
.applyquest-opts-btnsec .chk-onoffswitch-title {
  padding-top: 2px;
}
.opts-plusminus-sec {
  float: right;
}
.opts-plusminus-sec a {
  float: left;
  width: 24px;
  height: 24px;
  background-color: #46b169;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  margin: 8px 0px 0px 10px;
  padding-top: 1px;
  font-size: 10px;
}
.opts-plusminus-sec a.questopt-item-remove {
  background-color: #e0325f;
}
.addnew-questtypes-btnscon {
  text-align: center;
}
.select-questype-hding strong {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 25px;
}
.addnew-questtypes-btnsiner a {
  display: inline-block;
  padding: 0px 22px 0px 0px;
  margin: 0px 16px 15px 0px;
  border: 1px solid #eceeef;
  border-radius: 4px;
  color: #777777;
  line-height: 2.9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.addnew-questtypes-btnsiner a i {
  float: left;
  font-size: 20px;
  padding: 10px 10px;
  margin-right: 22px;
  border-right: 1px solid #eceeef;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.addnew-questtypes-btnsiner a:hover,
.addnew-questtypes-btnsiner a.active-type-itm {
  background-color: #f2f2f2;
}
.addnew-questtypes-btnsiner a:hover i,
.addnew-questtypes-btnsiner a.active-type-itm i {
  color: #ffffff;
}
.addnew-aplyquestbtn-con {
  margin: 14px 0px 15px 0px;
}
.addnew-aplyquestbtn-con button {
  display: inline-block;
  padding: 14px 14px;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid;
  background-color: var(--color-secondary);
  transition: all 0.3s;
}
.addnew-aplyquestbtn-con button:hover {
  background-color: var(--color-primary-dark);
}
.addnew-questtypes-btnsiner a.active-type-itm i,
.addnew-questtypes-btnsiner a:hover i {
  background-color: var(--color-secondary);
}
.applyquest-item-box.ui-sortable-helper {
  background-color: #f9f9f9;
}
/* ApplyJobAns */
.jobsearch-applyjobans-con,
.jobsearch-applyquesthtml-main,
.applyjob-questsall-items,
.applyjob-quests-item,
.quests-item-title,
.quests-item-answer {
  float: left;
  width: 100%;
}
.quests-item-title {
  border-bottom: 1px solid #eeeeee;
  padding: 13px 15px;
  cursor: pointer;
}
.quests-item-title strong {
  float: left;
  font-size: 15px;
}
.title-icon-con {
  float: right;
  font-size: 20px;
}
.quests-item-answer {
  display: none;
  border: 1px solid #eeeeee;
  border-top: none;
  padding: 15px 20px 5px 20px;
}
.quest-item-isopen .quests-item-title {
  background-color: #eeeeee;
}
.applyjob-quests-item {
  margin-bottom: 10px;
}
.answer-posible-option {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.answer-posible-option.correct-opt-selected {
  background: #e4f7d4;
  color: #000;
  font-weight: bold;
}
.answer-posible-option.wrong-opt-selected {
  background: #ff7978;
  color: #fff;
}
.jobsearch-applied-jobs-text .quest-answers-acts {
  margin-top: -14px;
}
.quest-answers-acts li {
  width: 100%;
}
.quest-answers-acts a {
  float: left;
  padding: 10px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 600;
  background-color: #f9f9f9;
  width: 100%;
  text-align: center;
  border-radius: 3px;
}
.quests-item-answer p a {
  display: inline-block;
  padding: 8px 19px 6px 19px;
  background-color: #13b5ea;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.quests-item-answer p a:hover {
  opacity: 0.8;
}
.user-nocvs-found {
  float: left;
  width: 100%;
}
.jobsearch-injobapplics-con {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 6px;
  min-height: 1000px;
}
body.page-template-user-dashboard-template {
  overflow-x: hidden;
}
.jobsearch-applics-filterscon {
  position: fixed;
  right: -400px;
  top: 0;
  width: 320px;
  background-color: #fff;
  z-index: 9999;
  padding: 25px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.jobsearch-applics-filterscon.animate-filters-open {
  right: 0px;
}
.jobsearch-applics-filterscon a.applicfilters-sideclose-btn {
  position: absolute;
  left: -31px;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #fb353f;
  text-align: center;
  color: #fff;
  padding-top: 3px;
}
.jobsearch-applics-filterscon input.applics-filter-formbtn {
  padding: 12px 30px 11px 30px;
  line-height: 1;
  font-size: 14px;
  border: 1px solid;
  border-radius: 0px;
  font-weight: 500;
  margin-top: 0px;
  position: fixed;
  right: -400px;
  bottom: 0;
  width: 320px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.jobsearch-applics-filterscon.animate-filters-open
  input.applics-filter-formbtn {
  right: 0px;
}
.jobsearch-applics-filterscon form {
  height: 940px;
  overflow-y: scroll;
  float: left;
  width: 100%;
}
.jobsearch-applics-filterscon .jobsearch-search-filter-wrap {
  box-shadow: none;
}
.jobsearch-applics-filterscon .jobsearch-sfiltrs-heding h2 {
  font-size: 18px;
  margin-top: 0px;
}
.sort-list-view a.jobsearch-applics-filterbtn {
  color: #ffb14a;
}
.jobsearch-checkbox-toggle .jobseach-job-skills li {
  float: left;
  margin: 5px 5px 0px 0px;
  list-style: none;
}
.jobsearch-checkbox-toggle .jobseach-job-skills li:last-child {
  padding-top: 0px;
}
.jobsearch-checkbox-toggle .jobseach-job-skills .tagit-close {
  font-size: 11px;
  right: 8px !important;
}
.cont2_grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 3rem;
  padding: 0 16rem;
  align-items: center;
}
.cont2_grid h2 {
  margin-bottom: 1rem;
}
.cont2_grid p {
}
.cont2_grid_in {
  display: grid;
  grid-template-columns: 6rem 1fr;

  gap: 2rem;
  background-color: var(--color-white);
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: var(--box-shadow1);
}
.cont2_grid_in img {
  width: 6rem;
}
.cont2_grid_in h3 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
  color: var(--color-dark);
}
.cont2_grid_in .flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cont2_grid_in .flex a {
  display: flex;
  gap: 2rem;
  align-items: center;
  color: var(--color-dark);
  font-size: 1.8rem;
  transition: all 0.3s;
}
.cont2_grid_in .flex a span {
  background-color: var(--color-secondary);
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  transition: all 0.3s;
}
.cont2_grid_in .flex a:hover span {
  background-color: var(--color-primary);
}
.cont2_grid_in .flex a span img {
  width: 1.5rem;
}
.faqspg {
}
.accordion {
  width: 100%;
  list-style: none;
}
.faqspg .accordion > li {
  /* background-color: rgba(230, 238, 255, 0.5); */
  border-radius: 2rem;
  padding: 1rem 5rem;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  box-shadow: 10px 12px 12px rgba(30, 10, 58, 0.1);
}
.faqspg .accordion > li::before {
  position: absolute;
  left: -5rem;
  top: 0;
  width: 16rem;
  height: 100%;
  content: "";
  /* background-color: var(--color-secondary); */
  background: var(--color-gradient1);
  transform: skew(20deg);
}
.faqspg .accordion > li:first-child {
}
.faqspg .accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  padding-left: 15rem;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 2.4rem;
  color: #000;
  font-weight: 400;
}
.faqspg .accordion .link i {
  font-style: normal;
  font-weight: 400;
}
.faqspg .accordion .link span {
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
.faqspg .accordion .link::before {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  /* background-image: url(../images/downarrow.svg);
  background-repeat: no-repeat;
  background-size: 100%; */
  transition: all 0.3s;
  backface-visibility: hidden;
  font-size: 2.5rem;
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-dark);
  color: var(--color-white);
}
.faqspg .accordion .link img {
  height: 4rem;
}
.faqspg .accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.faqspg .accordion .submenu > li {
  position: relative;
  border-top: 0;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #7e7e7e;
}
.faqspg .accordion .submenu > li p {
  margin-bottom: 1rem;
  padding-left: 15rem;
  width: 90%;
  font-size: 1.8rem;
}
.faqspg .accordion .submenu > li a {
  color: #1c63fc;
}
.faqspg .accordion li.open .link::before {
  /* transform: rotate(313deg) translateY(1rem);
  top: 25%; */
  content: "-";
  /* background-color: var(--color-secondary); */
  background: var(--color-gradient2);
  color: var(--color-white);
}
.deskno {
  display: none;
}
a.closebtn2 {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 42px;
  height: 42px;
  background: var(--color-gradient1);
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 0px;
  z-index: 999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 90em) {
  html {
    font-size: 55%;
  }
  .menu ul.menu_r {
    /* margin-left: 50px; */
  }
}
@media only screen and (max-width: 84em) {
  html {
    font-size: 50%;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .banner_hd {
    font-size: 3.6rem;
  }
  .footer_links_grid {
    padding: 0;
  }
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 55.25%;
  }
  .headerin {
    padding: 0 2rem;
  }
  .menu > ul > li > a {
    font-size: 1.4rem;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .section2,
  .section4 {
    background-size: cover;
  }
  .menu ul.menu_r {
    /* display: none; */
    /* margin-left: 3rem; */
  }
}
@media only screen and (max-width: 60em) {
  html {
    font-size: 60%;
  }
  .inner_banner img {
    height: 40rem;
    object-fit: cover;
    object-position: center center;
  }
  .about_bx1 h2,
  .about_bx2 h3,
  .about_bx3 h2,
  .contractstaffing_pg1 h2,
  .exp_bx1 h2,
  .exp_bx2 h2,
  .exp_bx3 h2,
  .howdowedeliver h2,
  .inner_banner h1 {
    font-size: 3.2rem;
  }
  .about_bx1 .grid,
  .about_bx1 .grid.grid_swap,
  .about_bx2 .grid,
  .about_bx3 ul,
  .blogs_inner_pg_bx1,
  .blogs_inner_pg_bx2,
  .blogs_pg .grid,
  .careers_bx1 .grid,
  .contact_address,
  .contractstaffing_pg1 .grid,
  .contractstaffing_pg1 .grid_2,
  .csc_service_grid,
  .hdwd_flex,
  .insights_desc_top,
  .careers_qlinks ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .getintouch1 .form-group {
    /* padding: 2rem; */
  }
  .getintouch1 ul li span {
    padding-left: 2rem;
  }
  .getintouch1 ul li span::before {
    width: 1rem;
  }
  .jobtop {
    display: table;
    margin-bottom: 2rem;
  }
  .inner_banner h1,
  .aboutbx1 h2,
  .insights_desc h3 {
    font-size: 2.4rem;
  }
  .careers_qlinks ul li h3 {
    font-size: 1.8rem;
  }
  .inner_banner,
  .contactfm {
    margin-top: 0;
  }
  .insights_desc h3 {
    margin-bottom: 0;
  }
  .regform {
    min-width: 100%;
    padding: 5rem 2rem;
  }
  .career_form label {
    font-size: 12px;
  }
  .loginbtns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .gintt_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  .gintt_grid_left h1 {
    font-size: 4.2rem;
  }
  .gintt_grid_left .flex {
    font-size: 1.8rem;
  }
  .gintt_grid_right .c_hd2 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .gintt_grid_right {
    padding: 2rem;
  }
  .gintt_grid_right .c_hd1 {
    font-size: 1.6rem;
  }
  .cont2_grid,
  .servicepg1 .grid,
  .cont_sol_bx1 ul,
  .aboutsec1_in,
  .servicepg1 .grid,
  .section2 .grid,
  .aboutsec2_in,
  .page_search,
  .page_in1 {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .termsandcond h2,
  .servicepg1 h2,
  .coreofferings h2,
  .cont_sol_bx1 h2,
  .page_search h2,
  .page_in1 h2 {
    font-size: 2.4rem;
  }
  .cont_sol_bx1_in,
  .page_search,
  .page_in1,
  .faqspg .accordion > li {
    padding: 2rem;
  }
  .about_how {
    padding: 0 2rem;
  }
  .faqspg .accordion .submenu > li p,
  .accordion .link,
  .faqspg .accordion .link {
    padding-left: 2rem;
  }
  .faqspg .accordion > li::before {
    display: none;
  }
  .home_solutions {
    padding: 2rem !important;
  }
  .faqspg .accordion .link i {
    font-size: 1.8rem;
  }
  .faqspg .accordion .link span {
    display: none;
  }
  .faqspg .accordion .link {
    padding-right: 4rem;
  }
  .section2_in h3 {
    font-size: 1.6rem !important;
  }
  .section2,
  .page,
  .page_in1 {
    padding: 4rem 2rem;
  }
  .page {
    padding-top: 0;
  }
  .about_how h2 {
    font-size: 2.4rem;
  }
  .aboutsec2_in .accordion {
    width: 100%;
  }
  .aboutsec2_in .accordion .link {
    font-size: 1.8rem;
  }
  .page_search p {
    line-height: 1.6;
  }
  .faqspg .accordion > li {
    margin-bottom: 1rem;
  }
  .workingprogress {
    padding: 5rem 2rem !important;
  }
  .tbtn {
    width: 100%;
  }
  .table-responsive {
    border: 0;
  }
  .hm_insights .grid,
  .about_how1234 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_how1234 ul {
    margin-bottom: 2rem;
  }
  a.sub_grid1 .info {
    padding: 15px;
  }
  a.sub_grid1 h3 {
    font-size: 1.8rem;
  }
  .table > tbody > tr > td.first strong {
    font-size: 1.8rem;
  }
  .table > tbody > tr > td {
    font-size: 1.4rem;
  }
  .table > thead > tr > th .thd {
    font-size: 1.4rem;
  }
  .table > tbody > tr > td strong {
    font-size: 2.4rem;
  }
  .table > tbody > tr > td img {
    height: 1.5rem;
  }
  .cont_sol_bx1 {
    padding: 0 2rem;
  }
  .careerfy-entry-content p {
    font-size: 1.6rem !important;
  }
  .termsandcond h3 {
    font-size: 2.1rem;
    color: var(--color-secondary);
  }
  .job_listings {
    padding: 3rem 2rem;
  }
  .job_listings .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .mainjobsbox a .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .companyimage img {
    width: 50%;
  }
  .mainjobsbox .main_btn a {
    letter-spacing: 0 !important;
    padding: 1.2rem 2rem !important;
    font-size: 1.2rem !important;
  }
  .mainjobsbox {
    padding: 3rem 2rem;
  }
  .com_name {
    font-size: 1.8rem !important;
    line-height: 1.4;
  }
  .job_description_pg {
    padding: 2rem;
  }
  .jobloc_map li {
    font-size: 1.5rem;
  }
  .mainjobsbox .links a,
  .job_description_pg .links a {
    font-size: 12px;
  }
  .modal-dialog {
    width: 93%;
    margin: 20px auto;
  }
  .job_description_pg .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .companyimage {
    background-color: transparent;
  }
  .job_des {
    width: 100%;
  }
  a.mainblog {
    padding: 0;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  a.mainblog h4 {
    font-size: 2.1rem;
  }
  .latest_updates {
    padding: 5rem 2rem !important;
  }
  .latest_updates_in ul {
    padding: 0;
  }
  .insights_desc_top a {
    margin-top: -20px;
  }
  .faqspg .accordion .submenu > li p {
    font-size: 1.4rem !important;
  }

  .deskno {
    display: block;
  }
  .deskno a.mobfilter {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: var(--color-gradient1);
    text-decoration: none;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .innerbox1_left {
    display: none;
  }
  /* .productspggg .section2 ul li {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 4px;
  } */
  .innerbox1_left {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999999;
    padding: 0px;
    height: 100%;
  }
  .innerbg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
  }
  .leftcategories {
    height: 100vh;
    position: fixed;
    overflow: scroll;
    width: 85%;
    padding-bottom: 100px;
    background-color: rgb(230, 238, 255);
    padding-top: 50px;
  }
  section.open [data-content] {
    display: table;
  }
  .innerbox1_left h3 {
    padding-left: 20px;
    font-size: 2.4rem;
  }
  .adsimg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .multi_tabs {
    padding-left: 0;
  }
  .tab_container img.sol_img {
    position: relative;
    left: auto;
    top: 0;
    width: 100%;
  }
  .multi_tabs {
    margin-top: 20px;
    padding: 0 20px;
  }
  .section1_inside {
    padding: 0 2rem 10rem;
    position: relative;
  }
  .section1_inside ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5rem;
  }
  .section1_inside ul::before {
    display: none;
  }
  .section1_inside ul li {
    height: auto;
    margin-bottom: 40px;
  }
  .section1_inside ul li a {
    gap: 20px;
    grid-template-columns: 1fr 115px;
  }
  .section1_inside ul li:nth-child(2) a,
  .section1_inside ul li:nth-child(4) a {
    grid-template-columns: 115px 1fr;
    align-items: center;
    gap: 0;
  }
  .section1_inside ul li:nth-child(3) a,
  .section1_inside ul li:nth-child(4) a {
    align-items: center;
    gap: 20px;
  }
  .section1_inside ul li:nth-child(4) a {
    gap: 0;
  }
  .section1_inside ul li .abouticon::before {
    display: none;
  }
  .abouticon {
    width: 100px;
    height: 100px;
    border-radius: 100px !important;
  }
  .jobsearch-employer-jobnav ul{display: flex;}
  .jobsearch-employer-jobnav ul li a{padding: 0;}
  .jobsearch-employer-jobnav ul li span{font-size: 15px;}
  .career_form.regform.postanewjob_bx1 .col-sm-6, .career_form.regform.postanewjob_bx1 .col-sm-12, .career_form.regform.postanewjob_bx1 .col-sm-3{width: 100%; display: table;}
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 55%;
  }
}
