/*innerbanner*/
.innerbanner {
  /*background-color: var(--color-light-bg);*/
  position: relative;
  margin-top: 9.5rem;
  padding: 3rem 0;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  
  /*background-size: 200% 200%;*/
  /*animation: footer_link_animation 15s ease-in-out infinite;*/
}
.innerbanner::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    height: 100%;
    background: url('../images/banner-transparent-img.png') no-repeat;
    background-size: auto;
    background-size: cover;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.innerbanner .grid {
  grid-template-columns: 1fr 40rem;
  align-items: center;
  gap: 5rem;
}
.innerbanner h2 {
  margin-bottom: 2rem;
  color: #fff;
}
.innerbanner p {
  font-size: 3.2vw;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.innerbanner video {
  width: 40rem;
  height: 40rem;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
}
.innerbanner img {
    width: 40rem;
    height: 40rem;
    border-radius: 100%;
    object-fit: cover;
    object-position: center center;
}
/*innerbanner*/

/*aboutSection1*/
.aboutSection1 {
  padding: 0;
}
.aboutSection1 .grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.aboutSection1 .gradient {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: linear-gradient(#86b6eb, #e9f4ff);
}
.aboutSection1 .gradient.grad_color2 {
  background: linear-gradient(#f0f0f0, #d4d4d4);
}
.aboutSection1 .gradient.grad_color3 {
  background: linear-gradient(#ffffff, #c3db9b);
}
.aboutSection1 .gradient.grad_color4 {
  background: linear-gradient(to top, #ffbf92, #fff);
}
.aboutSection1 .gradient.grad_color5 {
  background: linear-gradient(
    to top,
    rgba(255, 151, 175, 0.62),
    rgba(247, 241, 242, 0.62)
  );
}
.aboutSection1 .gradient img {
  max-height: 9rem;
}
.aboutSec_info {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
}
.aboutSec_info::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-dark);
  opacity: 0.32;
  z-index: 1;
}
.aboutSec_info img {
  width: 100%;
  display: block;
  transform: scale(1.1);
  transition: all 0.3s;
}
.aboutSec_info:hover img {
  transform: scale(1.2);
}
.aboutSec_info_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem;
  text-align: center;
  z-index: 2;
}
.aboutSec_info_box-in {
}
.aboutSec_info_box h3 {
  color: var(--color-white);
  font-size: 1.5vw;
  font-family: var(--nav-fonts);
  line-height: 1;
  margin-bottom: 1rem;
}
.aboutSec_info_box h3 span {
  font-size: 3.5vw;
  font-weight: 600;
}
.aboutSec_info_box h3 i {
  position: relative;
  top: -1.7rem;
  left: -0.5rem;
  font-style: normal;
  font-weight: 500;
}
.aboutSec_info_box p {
  color: var(--color-white);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: var(--nav-fonts);
}
/*aboutSection1*/

/*aboutSection2*/
.aboutSection2 {
  padding: 10rem 5rem;
  background-color: var(--color-white);
  position: relative;
  z-index: 9;
}
.aboutSection2 .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  position: relative;
  align-items: center;
}
.aboutSection2 h2 {
  margin-bottom: 2rem;
}
.aboutSec2_info {
  background-color: #f5f3fa;
  padding: 3rem 4rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.aboutSec2_info h4 {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.aboutSec2_info p {
  font-size: 1.7rem;
}
.mb-0 {
  margin-bottom: 0;
}
.aboutSec2_img {
  position: relative;
  overflow: hidden;
  border-radius: 20vw;
  z-index: 9;
}
.aboutSec2_img img {
  width: 100%;
  display: block;
  transform: scale(1.5);
  /* border-radius: 10vw;
  overflow: hidden; */
}
/*aboutSection2*/

/*aboutSection3*/
.aboutSection3,
.aboutSection4 {
  overflow: hidden;
  display: block;
  width: 100%;
}
.innerfooter_top {
  position: relative;
  z-index: 9;
  background-color: var(--color-white);
  padding-top: 0;
  padding-bottom: 10rem;
}
.aboutSection3 h2,
.aboutSection4 h2 {
  padding: 0 5rem;
  margin-bottom: 2rem;
}
.aboutSection3 ul.rightboxes,
.aboutSection3 ul.leftboxes,
.aboutSection4 ul.rightboxes1,
.aboutSection4 ul.leftboxes1 {
  display: inline-flex;
  gap: 20px;
  transform: translateX(20%);
}
.aboutSection3 ul.leftboxes,
.aboutSection4 ul.leftboxes1 {
  transform: translateX(-80%);
  margin-top: 30px;
}
.aboutSection3 ul li,
.aboutSection4 ul li {
  width: 19vw;
  height: 19vw;
  /* background-color: #000; */
  color: var(--color-dark);
  background-color: var(--color-white);
  border: 4px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  border-radius: 100%;
}
.aboutSection3 ul li img,
.aboutSection4 ul li img {
  max-height: 6vw;
  max-width: 12vw;
  display: block;
}
/*aboutSection3*/

/*kits_services_links*/
.kits_services_links {
  padding: 2rem 0;
  background-color: var(--color-white);
  position: relative;
  z-index: 999;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
}
.kits_services_links .flex {
  justify-content: space-between;
}
.kits_services_links span {
  font-family: var(--nav-fonts);
  opacity: 0.5;
  font-size: 1.6rem;
}
.kits_services_links .flex1 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.kits_services_links .flex1 a {
  display: block;
  border: 2px solid #777777;
  border-radius: 3rem;
  padding: 1rem 2rem;
  color: var(--color-dark);
  font-size: 1.4rem;
  font-family: var(--nav-fonts);
}
.kits_services_links .flex1 a.active,
.kits_services_links .flex1 a:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
  border-color: var(--color-dark);
}
.kits_services_links svg {
  width: 3.5vw;
  height: 3.5vw;
}
/*kits_services_links*/

/*kits_services*/
.kits_services {
  background-color: #fff;
  padding: 8rem 0;
}
.kits_services1 {
  background-color: rgba(46, 103, 177, 0.07);
}
.kits_services2 {
  background-color: rgba(244, 123, 31, 0.07);
}
.kits_services3 {
  background-color: rgba(154, 154, 154, 0.07);
}
.kits_services4 {
  background-color: rgba(225, 47, 100, 0.07);
}
.kits_services5 {
  background-color: rgba(122, 162, 52, 0.07);
}
.kits_services .ks_img {
  /* margin-bottom: 3rem; */
}
.kits_services .ks_img img {
  height: 7rem;
}
.kits_services h3 {
  font-size: 3vw;
  margin: 1rem 0;
}
.kits_services .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
}
.kits_services h4 {
  text-transform: uppercase;
  font-size: 2.1rem;
  color: var(--color-dark);
  opacity: 0.5;
  margin: 0 0 2rem;
  font-weight: 600;
}
.kits_services ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 5rem;
}
.kits_services ul li,
.kits_services p {
  font-size: 1.7rem;
  font-family: var(--nav-fonts);
  color: var(--color-dark);
  /* font-weight: 500; */
  line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}
.kits_services .flex {
  gap: 1.2rem;
}
.kits_services .flex img {
  height: 5rem;
}
/*kits_services*/

/*kits_portfolio*/
.kits_portfolio {
  padding: 8rem 0;
  background-color: #f5f3fa;
}
.kits_portfolio .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.kits_portfolio a {
  display: block;
  background-color: #efefef;
  border: 1px solid #707070;
  border-radius: 1.5rem;
  overflow: hidden;
  display: block;
  position: relative;
}
.kits_portfolio a .flex {
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  font-size: 1.8rem;
  font-family: var(--nav-fonts);
  font-size: 2rem;
  font-weight: 500;
}
.kits_portfolio a .flex img {
  height: 2rem;
}
.kits_portfolio a .portfolio_img {
  position: relative;
}
.kits_portfolio a .portfolio_img img {
  width: 100%;
  display: block;
  height: 36rem;
  object-fit: cover;
  object-position: center center;
  border-radius: 1.5rem;
}
.newImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*kits_portfolio*/

/*inner_blogs*/
.inner_blogs {
  padding: 6rem 0;
  background-color: #f5f3fa;
  border-top: 1px solid #c9c9c9;
}
.inner_blogs_grid {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 1rem;
  align-items: flex-start;
}
.inner_blogs_grid .grid {
  /* gap: 2rem; */
  column-gap: 2rem;
  row-gap: 3rem;
}
.inner_blogs_left a {
  display: block;
  font-size: 1.6rem;
  color: var(--color-dark);
  margin-bottom: 3rem;
  font-weight: 500;
  font-family: var(--nav-fonts);
}
.inner_blogs_left a:hover,
.inner_blogs_left a.active {
  color: var(--color-secondary);
}
/*inner_blogs*/

/*blog_banner*/
.blog_banner {
  padding: 0;
}
.blog_banner img {
  width: 100%;
  display: block;
}
.blogspg_info {
  padding: 0;
  display: block;
  /* background-color: #f5f3fa; */
  position: relative;
  top: -10rem;
  background-color: transparent;
}
.blogspg_info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem);
  background-color: #f5f3fa;
}
.blogspg_info_in {
  padding: 5rem 8rem;
  background-color: var(--color-white);
  box-shadow: var(--box-shadow1);
  border-top-right-radius: 10rem;
  position: relative;
}
.blogspg_info_in > .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
a.backbtn {
  display: flex;
  padding: 1.5rem 3rem;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  font-family: var(--nav-fonts);
  font-size: 1.6rem;
  border-radius: 3rem;
  gap: 1rem;
  align-items: center;
}
a.backbtn img {
  height: 1.5rem;
}
a.backbtn:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
a.backbtn:hover img {
  filter: brightness(0) invert(1);
}
.blogspg_info_in > .flex .flex {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  gap: 0.5rem;
  width: auto;
}

.blogspg_info_in > .flex .flex a:not(:first-child) {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f4;
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
}
.blogspg_info_in > .flex .flex a:not(:first-child):hover {
  box-shadow: var(--box-shadow1);
}
.blogspg_info_in > .flex .flex a:first-child {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #858585;
  font-size: 1.6rem;
  font-weight: 600;
  width: auto;
  background-color: transparent;
  font-family: var(--nav-fonts);
}
.blogspg_info_in
  > .flex
  .flex
  a:first-child:hove
  .blogspg_info_in
  > .flex
  .flex
  a:last-child:hover {
  color: #000;
  box-shadow: none;
}
.blogspg_info_in > .flex .flex a:first-child img {
  height: 1.5rem;
}
.blogspg_info_in > .flex .flex a:first-child {
  margin-right: 1rem;
}
.blogspg_info_in h2 {
  letter-spacing: -0.3rem;
  font-weight: 600;
  font-size: 5.2rem;
  margin-bottom: 3rem;
}
.blogspg_info_in p {
  line-height: 1.8;
}
.blogspg_info_in h3 {
  font-family: var(--nav-fonts);
  color: var(--color-secondary);
  font-size: 2.4rem;
  margin: 3rem 0 1.5rem;
  font-weight: 500;
}
.blogspg_info_in ul {
}
.blogspg_info_in ul li {
  font-family: var(--nav-fonts);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3rem;
  background-image: url(../images/office-push-pin.png);
  background-repeat: no-repeat;
  background-size: 1.7rem;
  background-position: left center;
}
.blogspg_info_in span {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  color: #4a4a4a;
  font-family: var(--nav-fonts);
  font-size: 1.6rem;
}
.blogspg_info_in span img {
  height: 1.8rem;
}
.blogspg_info_in .flex-just {
  justify-content: flex-start;
  gap: 4rem;
}
/*blog_banner*/

/*careers_3k*/
.careers_3k {
  padding: 6rem 0;
}
.careers_3k h2 {
  font-size: 5rem;
  margin-bottom: 2rem;
}
.careers_3k p {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 5rem;
  width: 75%;
}
.careers_3k .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 3rem;
  padding: 4rem 5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.careers_3k .grid:last-child {
  margin: 0;
}
.careers_3k a.backbtn {
  border-radius: 0;
  width: auto;
  display: inline-flex;
  float: right;
  font-weight: 500;
}
.careers_3k .grid h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.careers_3k .grid span {
  font-size: 1.6rem;
  color: #4b4b4b;
}
/*careers_3k*/

/*careers_pop*/
.jobFormModel, .jobFormModel1 {
  position: fixed;
  top: -100%;
  left: 50%;
  width: 100%;
  height: 100vh;
  z-index: -1;
  /* background: rgba(0, 0, 0, 0.6); */
  overflow-y: auto;
  transform: translateX(-50%);
  transition: all 0.3s;
  /* display: flex;
  align-items: center; */
}
.jobFormModel_bg, .jobFormModel_bg1 {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  /* z-index: 9; */
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  /* overflow-y: auto; */
  transition: all 0.3s;
}
.jobFormBox, .jobFormBox1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 50px 20px;
}
.jobFormBox1{text-align: center;}
.jobFormBox1 h3{margin-bottom: 2rem;}
.jobFormDiv, .jobFormDiv1 {
  padding: 3rem 4rem;
  background-color: var(--color-white);
  box-shadow: var(--box-shadow1);
  border-top-right-radius: 10rem;
  max-width: 70rem;
  min-width: 70rem;
  width: 100%;
  position: relative;
}
.closeJobForm, .closeJobForm1 {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-secondary);
  color: #fff;
  font-size: 2.4rem;
  transition: all ease-in-out 0.5s;
}
.closeJobForm:hover, .closeJobForm1:hover {
  background-color: var(--color-primary);
}
.jobTitle {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-family: var(--nav-fonts);
}
.jobFormDiv .span2 {
  width: calc(50% - 10px);
  float: left;
}
.jobFormDiv .span2:nth-child(even) {
  float: right;
}
.label_control {
  /* width: 100%; */
  float: left;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  transition: all ease-in-out 0.5s;
}
.input_control {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-dark);
  padding: 0;
  height: 50px;
  border-radius: 0;
  background: #fff;
  margin-bottom: 15px;
  transition: all ease-in-out 0.5s;
  font-family: var(--nav-fonts);
  font-size: 1.4rem;
  outline: 0;
  box-shadow: none;
}
textarea.input_control {
  height: 8rem;
  font-family: var(--nav-fonts);
}
.buttonDiv {
  text-align: center;
  padding-top: 20px;
  /* border-top: 1px solid #ddd; */
}
.button_control {
  display: inline-block;
  padding: 15px 40px;
  background: var(--color-secondary);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 3rem;
  border: 0px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}
.button_control:hover {
  background: #659320;
}
/*careers_pop*/

/*contactus*/
.contactus_pg {
  padding: 5rem 0;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
}
.contactus_pg h2 {
  font-size: 5rem;
  margin-bottom: 3rem;
}
.contactus_pg form {
  display: table;
  width: 100%;
}
.form_chks {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 3rem;
}
.form_chks label {
}
/* .form_chks label input {
  pointer-events: none;
  position: absolute;
  opacity: 0;
} */
.form_chks input[type="checkbox"] {
  display: none;
}
.form_chks input[type="checkbox"] + span {
  font-family: var(--nav-fonts);
  color: var(--color-dark);
  border: 2px solid #777777;
  padding: 1rem 2rem;
  border-radius: 3rem;
  white-space: nowrap;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
}
.form_chks input[type="checkbox"]:checked + span {
  color: var(--color-white);
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.footer_btm_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}
.footer_btm_flex .copy {
  margin: 0;
}
.contactus_footer .footer_bottom .grid {
  display: grid;
  grid-template-columns: 50fr 10fr 40fr;
  gap: 5rem;
  align-items: center;
}
.contactus_footer .footer_bottom .footer_bottom_r {
  align-items: flex-start;
  justify-content: flex-start;
}
.contactus_footer h4 {
  font-family: var(--nav-fonts);
  color: var(--color-white);
  opacity: 0.5;
  font-weight: 400;
  font-size: 2.1rem;
  margin-bottom: 1.5rem;
}
.contactus_footer .footer_bottom_r a {
  font-weight: 400;
  font-size: 4rem;
  font-family: var(--nav-fonts);
  margin-bottom: 2rem;
}
.contactus_footer .footer_bottom_l .fbl_top {
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.contactus_footer .footer_bottom_l .fbl_top a {
  font-size: 2.4rem;
  gap: 2rem;
}
.contactus_footer .footer_bottom_l .fbl_top a svg {
  height: 1.6rem;
}
.fb_left_bx,
a.ft_left_box1 {
  padding: 3rem 5rem;
  background-color: #dad0fb;
  border-top-right-radius: 15rem;
}
a.ft_left_box1:hover {
  transition: background-color ease 0.2s;
  background-color: #ffd8ff;
  cursor: pointer;
}
.ft_left_box1 .img {
  position: relative;
}
.ft_left_box1 .img img {
  width: 16rem;
  height: 16rem;
  border-radius: 100%;
}
a.ft_left_box1 .img span {
  position: absolute;
  bottom: -16px;
  left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  padding: 8px;
  margin-bottom: 16px;
  transition: background-color ease 0.4s;
}
a.ft_left_box1:hover .img span {
  background-color: #fff;
  color: #ffd8ff;
}
a.ft_logo img {
  height: 8rem;
}
a.ft_left_box1 h3 {
  margin: 2rem 0 1rem;
}
a.ft_left_box1 p {
  margin-bottom: 1rem;
}
.ft_address {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 2rem;
  color: var(--color-dark);
  margin: 2rem 0 4rem 0;
}
.ft_address img {
  height: 5rem;
}
.ft_address_info {
  font-size: 2.1rem;
  font-weight: 500;
  font-family: var(--nav-fonts);
  line-height: 1.8;
  margin-bottom: 2rem;
}
.ft_address a {
  text-decoration: underline;
  color: var(--color-dark);
  font-family: var(--nav-fonts);
  font-size: 1.7rem;
  opacity: 0.5;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.ft_address a:hover {
  color: var(--color-secondary);
}
.fb_left_bx h4 {
  font-family: var(--nav-fonts);
  color: var(--color-dark);
  opacity: 0.5;
  font-weight: 400;
  font-size: 2.1rem;
  margin-bottom: 1.5rem;
  opacity: 0.5;
}
.fb_left_bx .footer_bottom_r a {
  font-size: 5.5rem;
  color: var(--color-dark);
  margin-bottom: 1rem;
  font-weight: 500;
}
.fb_left_bx .footer_bottom_r a:hover {
  color: transparent;
}
.contactus_pg .input_control {
  background-color: transparent;
  border-bottom: 2px solid var(--color-dark);
  font-size: 2.4rem;
  width: 100%;
  display: block;
  height: 8rem;
}
.contactus_pg .grid-1,
.contactus_pg .grid-2 {
  margin-bottom: 2rem;
}
.contactus_pg .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.contactus_pg textarea.input_control {
  height: 15rem;
  resize: none;
}
.contactus_pg .radio {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--nav-fonts);
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.contactus_pg .radio input[type="radio"] {
  height: 2rem;
  width: 2rem;
}
button.submit_btn {
  display: flex;
  padding: 1.5rem 3rem;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  font-family: var(--nav-fonts);
  font-size: 1.6rem;
  border-radius: 3rem;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  background-color: var(--color-white);
  transition: all 0.3s;
}
button.submit_btn img {
  height: 1.5rem;
}
button.submit_btn:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
button.submit_btn:hover img {
  filter: brightness(0) invert(1);
}
/*contactus*/
.innerbanner_terms {
  padding: 6rem 0 13rem;
}
.innerbanner_terms h2 {
  text-align: center;
}
.expertise_main {
  margin-top: 9.5rem;
  padding: 0;
  position: relative;
  z-index: 9;
}
a.expertise_m_box {
  height: 30rem;
  width: 100%;
  display: block;
  /* border-bottom: 1px solid #ccc; */
  overflow: hidden;
  transition: all 0.3s;
}
.expertise_m_box_in {
  display: grid;
  grid-template-columns: 60fr 40fr;
  align-items: center;
}
.expertise_m_box_i1 {
  position: relative;
  height: 30rem;
  display: flex;
  align-items: center;
}
.expertise_m_box_i2 {
  position: relative;
  height: 30rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.expertise_m_box_i2 img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  transition: all 0.3s;
}
a.expertise_m_box:hover .expertise_m_box_i2 img {
  top: 0;
}
.expertise_m_box_i1 h3 {
  display: flex;
  gap: 3rem;
  font-size: 4.2rem;
  align-items: center;
  transition: all 0.3s;
}
.expertise_m_box_i1 h3 span {
  font-size: 2.1rem;
  font-weight: 400;
}
.expertise_m_box_i2 p {
  font-size: 1.6rem;
  transition: all 0.3s;
}
a.expertise_m_box:hover .expertise_m_box_i1 h3 {
  transform: translateY(-3rem);
}
a.expertise_m_box:hover .expertise_m_box_i2 p {
  opacity: 0;
}
a.expertise_m_box:nth-child(5n + 1) {
  background: linear-gradient(125deg, #f4f4f4, #d2defd);
}
a.expertise_m_box:nth-child(5n + 2) {
  background: linear-gradient(125deg, #fff, #ffb783);
}
a.expertise_m_box:nth-child(5n + 3) {
  background: linear-gradient(125deg, #fff, #99878a);
}
a.expertise_m_box:nth-child(5n + 4) {
  background: linear-gradient(125deg, #fff, #eea1af);
}
a.expertise_m_box:nth-child(5n + 5) {
  background: linear-gradient(125deg, #fff, #82a93e);
}
a.expertise_m_box:nth-child(5n + 1):hover {
  background: linear-gradient(125deg, #f4f4f4, #a2bcff);
}
a.expertise_m_box:nth-child(5n + 2):hover {
  background: linear-gradient(125deg, #fff, #ffa361);
}
a.expertise_m_box:nth-child(5n + 3):hover {
  background: linear-gradient(125deg, #fff, #9e7279);
}
a.expertise_m_box:nth-child(5n + 4):hover {
  background: linear-gradient(125deg, #fff, #ff768f);
}
a.expertise_m_box:nth-child(5n + 5):hover {
  background: linear-gradient(125deg, #fff, #6b981c);
}
.expertise_m_box_i1 .start_proj {
  position: absolute;
  left: 5rem;
  top: 150%;
  transition: all 0.3s;
}
a.expertise_m_box:hover .expertise_m_box_i1 .start_proj {
  top: 60%;
}
.expertise_m_box_i1 .start_proj .d_more {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  font-family: var(--nav-fonts);
  font-weight: 500;
  font-size: 1.6rem;
  transition: var(--bg-transition);
  padding: 0.6rem 1.5rem;
  backface-visibility: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.expertise_m_box_i1 .start_proj .d_more:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border: 2px solid var(--color-dark);
  transition: var(--bg-transition);
  border-radius: 3rem;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.expertise_m_box_i1 .start_proj .d_more svg {
  height: 1.5rem;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.33, 1);
  position: relative;
}
.expertise_m_box_i1 .start_proj .d_more:hover svg {
  right: -0.2rem;
}
.expertise_m_box_i1 .start_proj .d_more:hover:before {
  width: 4rem;
  height: 4rem;
}
/*responsive*/
@media only screen and (max-width: 94em) {
  html {
    font-size: 65%;
  }
  .container {
    width: 100%;
    max-width: 1300px;
  }
}
@media only screen and (max-width: 90em) {
  .container {
    width: 100%;
    max-width: 1240px;
  }
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 55.25%;
  }
}
@media only screen and (max-width: 960px) {
  html {
    font-size: 50%;
  }
  .header {
    z-index: 9999;
  }
  #main {
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #cursor {
    display: none;
    cursor: pointer;
  }
  .innerfooter_top {
    z-index: 0;
  }
  .innerbanner {
    padding: 3rem;
  }
  .innerbanner .grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .innerbanner video {
    width: 30rem;
    height: 30rem;
  }
  .innerbanner h2 {
    margin: 0;
    font-size: 3.6rem;
    text-align: center;
  }
  .contactus_pg,
  .careers_3k,
  .inner_blogs,
  .kits_portfolio,
  .kits_services_links,
  .kits_services {
    padding: 3rem 2rem;
  }
  .kits_services_links {
    z-index: 0;
  }
  .kits_services_links .flex1 a {
    white-space: nowrap;
    font-size: 1.7rem;
    padding: 1rem 2rem;
  }
  .kits_services_links .flex1 {
    flex-wrap: wrap;
  }
  .contactus_pg h2,
  .fb_left_bx .footer_bottom_r a,
  .contactus_footer .footer_bottom_r a {
    font-size: 3rem;
  }
  .form_chks {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .careers_3k .grid {
    padding: 3rem;
  }
  .contactus_pg .input_control {
    font-size: 2.1rem;
  }
  .kits_services h3 {
    font-size: 6vw;
  }
  .innerbanner p {
    text-align: center;
    margin-top: 2rem;
  }
  .contactus_footer .footer_bottom .grid,
  .careers_3k .grid,
  .inner_blogs_grid,
  .kits_portfolio .grid,
  .kits_services .grid,
  .kits_services ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .kits_portfolio .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_btm_flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .inner_blogs_left {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--color-dark);
  }
  .inner_blogs_left a {
    margin: 0;
    font-size: 1.8rem;
  }
  .jobFormModel, .jobFormModel1, .jobFormDiv1 {
    width: 100%;
    min-width: 100%;
  }
  .blog_banner {
    padding: 0;
  }
  .blog_banner img {
    height: 30rem;
    object-fit: cover;
    object-position: center center;
  }
  .blogspg_info_in {
    padding: 5rem 3rem;
  }
  .blogspg_info_in h2,
  .careers_3k h2 {
    font-size: 3.6rem;
  }
  .blogspg_info {
    top: 0;
    margin-top: -10rem;
  }
  .jobFormModel {
  }
  .aboutSection1 .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .aboutSec_info_box h3 span {
    font-size: 4.6rem;
  }
  .aboutSec_info_box p {
    font-size: 2.1rem;
  }
  .aboutSection2 .grid,
  .aboutSection_new1 .grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .aboutSec2_img img {
    transform: scale(1);
  }
  .aboutSection3 {
    padding: 3rem;
  }
  .aboutSection3 h2 {
    padding: 0;
  }
  .aboutSection3 ul.rightboxes,
  .aboutSection3 ul.leftboxes {
    transform: translate(0);
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .aboutSection3 ul li {
    width: 24vw;
    height: 24vw;
  }
  .aboutSection3 ul li img {
    max-height: 10vw;
    max-width: 22vw;
    display: block;
  }
  .aboutSection3 ul.leftboxes {
    display: none;
  }
  .aboutSection2 {
    padding: 3rem;
    z-index: 1;
  }
  .aboutSection1 {
    padding: 3rem;
  }
  .jobFormDiv {
    min-width: 100%;
  }
  .jobFormBox {
    padding: 20px;
  }
  a.backbtn {
    padding: 1.5rem;
  }
  .careers_3k p {
    width: 100%;
  }
  .aboutSection_new1 .container{padding: 0 2rem !important;}
  .aboutSec_info_box{padding: 1rem;}
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 48%;
  }
  .aboutSection1 .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kits_portfolio .grid, .contactus_pg .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .expertise_m_box_in {
      display: grid;
      grid-template-columns: repeat(1,1fr);
      align-items: center;
      padding: 4rem;
      position: relative;
      padding-bottom: 7rem;
    }
    a.expertise_m_box, .expertise_m_box_i1, .expertise_m_box_i2{height: auto;}
    .expertise_m_box_i2 img {
        width: 50%;
      height: auto;
      position: relative;
      right: 0;
      top: 0;
      transition: all 0.3s;
      display: none;
    }
    .expertise_m_box_i2{flex-direction: column; gap: 15px;}
    .expertise_m_box_i1 h3{font-size: 3.2rem;}
    .expertise_m_box_i1 .start_proj{
        position: absolute;
        top: auto;
        display: block;
        bottom: 2rem;
        left: 4rem !important;
        right: auto;
    }
    .expertise_m_box_i1 {
      /*position: relative;*/
      position: static;
      height: auto;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 10px;
    }
    .expertise_m_box_i1 .start_proj{left: 0;}
    .kits_portfolio a .portfolio_img img{height: auto;}
    .kits_services_links svg{display: none;}
    .jobFormDiv .span2{width: 100%;}
    .input_control{margin-bottom: 5px;}
}
