.hometopsection {
  height: auto;
}

.bannerbox,
.hl_video,
.bannerbox,
.hl_video img {
  height: 80vh;
}
.bannerbox {
  transform: skewY(3deg) translate(0, -51px);
  border-radius: 0 0 50px 50px;
  position: relative;
  overflow: hidden;
}
.hl_video::before {
  background-image: linear-gradient(
    130deg,
    #1f252b 0,
    rgba(31, 37, 43, 0.3) 100%
  );
  opacity: 0.5;
}
.hl_info {
  transform: skewY(-3deg);
}
.hl_info {
  padding-top: 7%;
}
.hl_info h1 {
  margin-top: 150px;
  font-size: 55px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.hl_info p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.main_section {
  top: auto;
}

.aboutpg1 {
  clear: both;
  width: 100%;
  position: relative;
  padding: 50px 0 50px;
}
.aboutpg1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.aboutpg_bx1 {
  position: relative;
  height: 100%;
  transition: all 0.3s;
  overflow: hidden;
  background-color: #fff;
  min-height: 280px;
}
.aboutpg_bx2 {
  height: 280px;
  margin-bottom: 5px;
}
.aboutpg_bx2:last-child {
  margin-bottom: 0;
}
.aboutpg_bx1::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.2s;
  content: "";
  opacity: 0.8;
  box-shadow: inset 0px -100px 170px -5px rgba(0, 0, 0, 0.75);
  background-image: linear-gradient(
    0deg,
    #1f252b 30%,
    rgba(31, 37, 43, 0.3) 100%
  );
}
.aboutpg_bx1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: all 0.3s;
}
.aboutpg_bx1:hover img {
  transform: scale(1.2);
}
.aboutpg_bx1_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 9;
  left: 0;

  font-size: 32px;
  color: #fff;
  transition: all 0.6s;
}
.aboutpg_bx1:hover .aboutpg_bx1_title {
  opacity: 0;
}
.aboutpg_bx1_inner {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  /* z-index: 5; */
  background: linear-gradient(195deg, #b7a8d4 30%, #6d2a56);
  display: flex;
  align-items: center;
  padding: 50px;
  transition: all 0.3s;
  z-index: 4;
  opacity: 0;
}
.aboutpg_bx1:hover .aboutpg_bx1_inner {
  top: 0;
  opacity: 1;
}
.serviceboxx {
  background: linear-gradient(195deg, #b7a8d4 30%, #6d2a56);
  padding: 40px;
}
.serviceboxx h3,
.serviceboxx p {
  color: #fff;
}
.serviceboxx h3 {
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 20px;
}
.aboutpg_bx1_inner h3 {
  font-size: 32px;
  /* font-weight: bold; */
  margin: 0 0 20px;
  padding-bottom: 20px;
  color: #fff;
  position: relative;
}
.aboutpg_bx1_inner h3::before {
  width: 45px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.aboutpg_bx1_inner p {
  color: #fff;
}
.aboutpg2 {
  width: 100%;
  display: block;
  padding: 50px 0 30px;
  position: relative;
  background-color: #f6f6f6;
}
.aboutpg2 .grid {
  display: grid;
  grid-template-columns: 60fr 40fr;
  align-items: center;
  gap: 50px;
}
.aboutpg2 img {
  width: 100%;
}
.aboutpg2 h2,
.contactpg1 h2,
.aboutpg1 h2,
.aboutsec2 h2 {
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 40px;
  padding-bottom: 20px;
  color: #000;
  position: relative;
}
.aboutpg2 h2::before,
.contactpg1 h2::before,
.aboutpg1 h2::before {
  width: 45px;
  height: 2px;
  background-color: #793160;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.aboutsec2 h2 {
  text-align: center;
  font-weight: 600;
  padding-bottom: 0;
  font-size: 42px;
}
.aboutpg2 ul {
}
.aboutpg2 ul li {
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
}
.aboutpg2 ul li::before {
  width: 20px;
  height: 20px;
  background: url(../images/check-circle.svg) no-repeat;
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}
.section4 .container {
  position: relative;
}
.section4 .grid {
  gap: 20px;
}

/*contactpg1*/
.contactpg1 {
  padding: 50px 0;
  /* background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover; */
  display: block;
  width: 100%;
  background-color: #fff;
}
.contactpg1 h2 {
}
.contactpg1_in {
  margin-bottom: 30px;
  padding-left: 150px;
  border-top: 2px solid #0b40b0;
  width: 90%;
  float: right;
  position: relative;
}
.contactpg1_in_in {
  display: grid;
  grid-template-columns: 40fr 60fr;
  position: relative;
  background-color: #ffffff80;
  padding: 40px;
  border: 1px solid #d0d0d0d1;
  box-shadow: rgba(163, 177, 198, 0.3) 9px 9px 16px;
}
.contactpg1_in:last-child {
  margin: 0;
}
.contactpg1_in_left {
  padding: 40px;
}
.contactpg1_in:last-child .contactpg1_in_left {
  /* background-color: #741b61; */
}
.contactpg1_in_left h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;

  text-transform: uppercase;
  letter-spacing: 1px;

  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.cont_info {
  display: grid;
  /* grid-template-columns: 30px 1fr; */
  gap: 0;
  margin-bottom: 20px;
  color: #000;
}
.contactpg1_in_in h4 {
  color: #33333380;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.contactpg1_in_in h3::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #3bd447;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.cont_info img {
  /* width: 15px; */
  height: 20px;
}
.cont_info p {
  margin: 0;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  /* margin-top: -10px; */
}
.cont_info1 {
  margin-bottom: 0;
  align-items: center;
}
.cont_info1 p {
  margin: 0;
}
.contactpg1_in iframe {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: rgba(163, 177, 198, 0.3) 9px 9px 16px;
  border-radius: 15px;
}

.spinner-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner-item {
  /* border: 1px solid red; */
  background-color: #0b40b0;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: zoom 2s linear 0.75s infinite;
  animation: zoom 2s linear 0.75s infinite;
}
.spinner-item--2 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.spinner-item--3 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

@-webkit-keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/*contactpg1*/

/*careers*/
.careers_pg h2 {
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 40px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
  position: relative;
}
.careers_pg h2::before {
  width: 45px;
  height: 4px;
  background-color: #ff036a;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  transform: translateX(-50%);
}
.careers_pg .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
  padding: 40px 50px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: rgba(163, 177, 198, 0.3) 9px 9px 16px;
}
.careers_pg .grid:last-child {
  margin: 0;
}
.careers_pg a.backbtn {
  width: auto;
  display: inline-flex;
  float: right;
  font-weight: 500;
}
.careers_pg .grid h3 {
  font-size: 24px;
  font-weight: 500;
  color: #0b40b0;
  margin-bottom: 10px;
  margin-top: 0;
}
.careers_pg .grid span {
}
a.backbtn {
  height: 70px;
  line-height: 66px;
  padding: 0 60px;
  /* background-color: #fff; */
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 40px;
  transition: all 0.3s;
  border: 2px solid #3bd447;
  border-radius: 50px;
}
a.backbtn:hover {
  -webkit-box-shadow: inset 0 0 0 1px #3bd447;
  box-shadow: inset 0 0 0 1px #3bd447;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
a.backbtn img {
  height: 20px;
}
.careers_pg_top {
  margin-bottom: 0;
}
.careers_pg_top h3 {
  margin-bottom: 30px;
}
.careers_pg_top p {
  text-align: center;
  font-size: 19px;
  margin-bottom: 30px;
}
.careers_banner {
}
.careers_banner img {
  width: 100%;
  display: block;
}
.blogspg_info {
  padding: 0;
  display: block;
  /* background-color: #f5f3fa; */
  position: relative;
  margin-top: -150px;
  background-color: transparent;
}
.blogspg_info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #f3f2f2;
}
.blogspg_info_in {
  padding: 50px 80px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
  border-top-right-radius: 100px;
  position: relative;
}
.blogspg_info_in > .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}
.blogspg_info_in > .flex .flex {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 5px;
  width: auto;
}

.blogspg_info_in > .flex .flex a:not(:first-child) {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f4;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.blogspg_info_in > .flex .flex a:not(:first-child):hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
}
.blogspg_info_in > .flex .flex a:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #858585;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  background-color: transparent;
}
.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: 15px;
}
.blogspg_info_in > .flex .flex a:first-child {
  margin-right: 10px;
}
.blogspg_info_in h1 {
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
}
.blogspg_info_in p {
  line-height: 1.8;
}
.blogspg_info_in h3 {
  color: #000;
  font-size: 24px;
  margin: 30px 0 30px;
  font-weight: 700;
}
.blogspg_info_in ul {
}
.blogspg_info_in ul li {
  position: relative;
  padding-left: 30px;
  font-size: 19px;
  color: #000;
  margin-bottom: 20px;
}
.blogspg_info_in ul li:last-child {
  margin: 0;
}
.blogspg_info_in ul li::before {
  width: 20px;
  height: 20px;
  background: url("../images/check-circle.svg") 0% 0% / contain no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}
.blogspg_info_in span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.blogspg_info_in span img {
  height: 18px;
}
.blogspg_info_in .flex-just {
  justify-content: flex-start;
  gap: 40px;
}
.careers_banner::before {
  display: none;
}
h5.modal-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0;
  color: #000;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ff036a;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  color: #fff;
  padding: 0px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.close:hover {
  opacity: 1;
  background-color: #252b63;
  color: #fff;
}
.close span {
  font-size: 21px;
  color: #fff;
}
button.close:hover span {
  color: #fff;
}

.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 99999999 !important;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  min-height: 40px;
}
.modal-body label {
  font-size: 14px;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #f55f3f;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  height: 60px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #0b40b0;
  padding: 12px 30px;
  border-radius: 30px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #000;
  color: #fff;
}
/*careers*/

.jobdescription {
  padding: 70px 0;
  display: table;
  width: 100%;
  background-color: #ebebeb;
  position: relative;
}
.jobdescription::before {
  background-image: url(../images/stack-dots-background-prod-dev-01-min.svg);
  background-position: top right;
  background-repeat: repeat-y;
  background-size: 50% auto;
  opacity: 0.4;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
.jobdescription h2 {
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 40px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
  position: relative;
}
.jobdescription h2::before {
  width: 45px;
  height: 4px;
  background-color: #ff036a;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  transform: translateX(-50%);
}
.jobdescription label {
  font-size: 16px;
  margin-bottom: 5px;
  width: 100%;
  display: block;
  font-weight: 600;
}
.jobdescription label span {
  color: red;
}
.jobdescription input.form-control,
.jobdescription textarea.form-control {
  background-color: #fff;
  border-radius: 30px;
  height: 50px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #f8f8f8;
  font-weight: 400;
  box-shadow: none;
  color: #000;
  padding: 0 20px;
  box-shadow: 0 5px 15px 0px rgb(34 48 116 / 15%);
}
.jobdescription textarea.form-control {
  height: 120px;
  padding: 15px;
}
.jobdescription .col-sm-12 {
  display: table;
  width: 100%;
}

.page {
  padding: 60px 0;
  background-color: #fff;
}
.servicespgbx2 {
  padding-bottom: 50px;
}

/*aboutsec2*/
.aboutsec2 {
  padding: 50px 0 100px 0;
  background-color: #fff;
}
.aboutsec2_in {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 0;
}
.aboutsec2_in img {
  width: 100%;
  display: block;
  /* margin-top: -50px; */
}
.accordion {
  width: 90%;
  list-style: none;
}
.accordion > li {
  border-bottom: 1px solid rgba(24, 68, 98, 0.5);
}
.accordion > li:last-child {
  border-bottom: 0;
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px 10px 25px 70px;
  position: relative;
  transition: all 0.3s;
  font-size: 19px;
  color: #333;
  font-weight: 600;
}
.accordion .link::before {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  content: "+";
  transition: all 0.3s;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff036a;
  font-size: 18px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
}
.accordion .link img {
  height: 40px;
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li {
  padding: 0 0 10px 70px;
  position: relative;
  border-top: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #3c424f;
}
.accordion .submenu > li p {
  margin-bottom: 10px;
}
.accordion .submenu > li a {
  color: #6d2a56;
}
.accordion li.open .link::before {
  content: "-";
}
.accordion li.open .link {
  color: #ff036a;
}
.servimgbox {
  position: relative;
  z-index: 1;
}
.servimgbox img {
  max-width: 450px;
  width: 100%;
  height: 550px;
  position: relative;
  border-radius: 50px 0 50px;
  object-fit: cover;
  object-position: center centers;
}
.servimgbox::before {
  width: 400px;
  height: 400px;
  background: #fee9e7;
  right: 85px;
  bottom: -10%;
  position: absolute;
  z-index: -1;
  content: "";
}
/*aboutsec2*/
.whyjoinbox1 h3 {
  color: #000;
  margin-bottom: 30px;
  font-weight: 600;
}
.whyjoinbox1 p {
  margin-bottom: 20px;
}
.whyjoinbox1 .grid1 {
  display: grid;
  grid-template-columns: 35fr 60fr;
  align-items: center;
  gap: 100px;
}
.whyjoinbox2 {
  padding: 60px 0;
  background-image: url(../images/si-cost2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.whyjoinbox2 h2 {
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 40px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
.whyjoinbox2 h2::before {
  width: 45px;
  height: 4px;
  background-color: #ff036a;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  transform: translateX(-50%);
}
.whyjoinbox2 h3 {
  color: #000;
  margin: 10px 0;
  font-weight: 600;
  color: #fff;
}
.whyjoinbox2 p {
  color: #fff;
}
p.cont.white {
  min-height: 60px;
  line-height: 1.2;
}
.whyjoinbox3 {
  padding: 60px 0;
  background-color: #fff;
}
.wehave {
  margin: 100px 0 0 -50px;
  background: #f1f1f1;
  border-left: 6px solid #3bd447;
  padding: 30px;
  display: block;
  text-align: center;
}
.whyjoinbox3 .opn {
  text-align: center;
  background: #ff036a;
  padding: 20px;
  z-index: 99;
  border-radius: 0px;
  position: relative;
  left: 34px;
  top: 100px;
}
.whyjoinbox3 .opn p {
  color: #fff;
  margin: 0;
}
.whyjoinbox3 .opn p.lead2 {
  font-size: 28px;
  margin-bottom: 0px;
}
.whyjoinbox3 .wehave p {
  margin: 0;
  line-height: 1.2;
  font-size: 24px;
}
.whyjoinbox2 .img-responsive {
  margin-bottom: 10px !important;
}
.section1 {
  padding-top: 30px;
}
.contactgrid {
  display: grid;
  grid-template-columns: 34fr 32fr 34fr;
  align-items: center;
  position: relative;
  z-index: 9;
}
.contact_bxx {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background-color: #0a9122; */
  text-align: center;
  background: #f6f2ff;
  color: #000;
}
.contact_bxx p {
  color: #000;
  font-size: 21px;
}
.contact_bxx img {
  height: 50px;
  margin-bottom: 20px;
}
.contact_bxx:nth-child(2) p {
  color: #fff;
}
.contact_bxx:nth-child(2) {
  background-color: #6d2a56;
  background-image: none;
  color: #fff;
}
.contact_bxx:nth-child(3) {
  /* background-color: #005ea1; */
}
.getintouch1 {
  padding: 70px 0;
  width: 100%;
  display: block;
  background: linear-gradient(195deg, #b7a8d4 30%, #6d2a56);
  margin-top: -35px;
}
.grid {
  display: grid;
}
.getintouch1 h2 {
  text-align: center;
  color: #fff;
  font-size: 53px;
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1.4;
  letter-spacing: -1.5px;
}
.getintouch1 h2 i {
  font-style: normal;
  font-weight: 600;
}
.getintouch1 .form-group {
  position: relative;
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.getintouch .form-group .grid {
  gap: 1rem;
}
.getintouch .form-group .grid-full {
  grid-column: 1 / span 3;
}
@media only screen and (max-width: 600px) {
  .getintouch .form-group .grid-full {
    grid-column: 1;
  }
}
.getintouch .form-group input.form-control,
.getintouch .form-group textarea.form-control {
  border: 1px solid #a9a9a9;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  background-color: #fff;
  font-size: 15px;
  width: 100%;
  height: 60px;
  line-height: 1;
  font-weight: 500;
  padding: 10px 20px;
}
.getintouch .form-group textarea.form-control {
  height: 120px;
}
.btn,
.btn1,
.btn1:link,
.btn1:visited,
.btn:link,
.btn:visited {
  line-height: normal;
  padding: 10px 20px;
  color: #fff;
  display: inline-flex;
  gap: 10px;
  font-size: 15px;
  border-radius: 30px;
  transition: all 0.3s;
  text-transform: uppercase;
  background-color: #eb6e08;
}
.btn:hover {
  background-color: #0e293e;
  color: #fff;
}

/*careers_m_box1*/
.careers_m_box1 {
  width: 100%;
  display: block;
  padding: 50px 0 100px;
  position: relative;
  background-color: #fff;
  background-image: url(../images/line1.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 155%;
  position: relative;
}
.careers_m_box1 h2 {
  color: #000;
  font-size: 55px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
}
.careers_m_box1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.careers_m_box1 ul li {
}
.careers_m_box1 ul li img {
  width: 90%;
  display: block;
}
.careers_m_box1_info {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  border-radius: 30px;
  margin-top: -30px;
  position: relative;
}
.careers_m_box1_info h3 {
  margin-top: 0;
  padding-left: 20px;
  border-left: 2px solid #772e5e;
  font-size: 21px;
  font-weight: 600;
}
.careers_m_box1_info p {
  color: #606063;
  font-size: 16px;
  line-height: 1.8;
  display: table;
  font-weight: 400;
}
/*careers_m_box1*/

/*careers_m_box2*/
.careers_m_box2 {
  width: 100%;
  display: block;
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden;
}
.careers_m_box2 h2 {
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 55px;
}
.careers_m_box2 p {
  color: #606063;
  font-size: 16px;
  margin: 0 auto 30px;
  line-height: 1.8;
  width: 100%;
  display: table;
  font-weight: 400;
  text-align: center;
}
.for_jobseek_bx1 {
  padding: 40px 40px;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  margin-bottom: 15px;
}
.for_jobseek_bx1 h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  margin-top: 0;
  padding-left: 20px;
  border-left: 2px solid #772e5e;
}
.for_js_icons {
  display: flex;
  align-items: center;
  gap: 40px;
}
.for_js_icons span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
}
.for_js_icons span img {
  height: 20px;
}
.for_jobseek_bx1 h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.for_jobseek_bx1 a {
  text-decoration: none;
  color: #fff;
  background-color: #772e5e;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 10px 0 10px 0;
  transition: all 0.3s;
  outline: 0px;
  font-size: 14px;
  padding: 8px 20px;
  position: relative;
}
.for_jobseek_bx1 a:hover {
  background-color: #000;
}
/*careers_m_box2*/
/*careers_description1*/
.careers_description1 {
  padding: 50px 0 100px;
  width: 100%;
  background-image: url(../images/line1.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 155%;
}
.careers_description1_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}

a.back {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  color: #000;
}
.careers_description1_in_2 h2 {
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 38px;
}
.careers_description1_in_2 h2 a {
  padding: 0px 15px;
  background-color: #6d2a56;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px 0 10px 0;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  height: 36px;
}
.careers_description1_in_2 h2 a:hover {
  background-color: #000;
}
.careers_description1_in_2 h3 {
  color: #6d2a56;
  margin: 0px 0 20px;
  font-size: 21px;
  font-weight: 700;
}
.careers_description1_in_2 ul {
  margin-bottom: 50px;
}
.careers_description1_in_2 ul li {
  color: #000;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.careers_description1_in_2 ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  background-color: #6d2a56;
  width: 6px;
  height: 6px;
}
a.applynow {
  padding: 5px 20px;
  background-color: #6d2a56;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 10px 0 10px 0;
  position: relative;
  z-index: 999;
}
a.applynow:hover {
  background-color: #000;
}
/*careers_form*/
.careers_form {
  width: 100%;
  display: block;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
/* .careers_form::before {
  clip-path: polygon(50% 20%, 0 0, 100% 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  content: "";
  background-color: #fff;
} */
.careers_form h2 {
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 50px;
}
.careers_form hr {
  border-color: #000;
  margin-bottom: 40px;
}
.careers_form h3 {
  color: #6d2a56;
  margin: 0px 0 20px;
  font-size: 21px;
  font-weight: 700;
}
input.form-control,
textarea.form-control {
  border: 1px solid rgba(74, 74, 74, 0.2);
  border-radius: 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  padding: 0 25px;
}
textarea.form-control {
  height: 130px;
}

button.btn {
  padding: 5px 20px;
  background-color: #6d2a56;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 10px 0 10px 0;
  position: relative;
  z-index: 999;
}
button.btn:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 1240px) {
}
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 600px) {
  .hl_info h1,
  .aboutpg2 h2,
  .contactpg1 h2,
  .aboutpg1 h2,
  .aboutsec2 h2,
  .getintouch1 h2,
  .careers_form h2 {
    font-size: 32px;
  }
  .getintouch1 h2,
  .careers_m_box1 h2,
  .careers_m_box2 h2 {
    font-size: 28px;
  }
  .getintouch1 .form-group {
    padding: 30px;
  }
  .hl_info p {
    font-size: 18px;
  }
  .hl_info {
    padding-top: 30%;
  }
  .aboutpg1 .grid,
  .contactgrid,
  .careers_m_box1 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .aboutpg_bx1_title,
  .careers_description1_in_2 h2 {
    font-size: 21px;
  }
  .getintouch .form-group input.form-control,
  .getintouch .form-group textarea.form-control {
    margin-bottom: 0px;
  }
  .for_jobseek_bx1 {
    padding: 25px;
  }
  .for_jobseek_bx1 h3 {
    font-size: 21px;
  }
  .for_jobseek_bx1 {
    flex-direction: column;
    gap: 20px;
  }
  .for_js_icons {
    flex-wrap: wrap;
    gap: 15px;
  }
  .for_js_icons span {
    font-size: 15px;
  }
  .careers_description1 {
    padding: 0 20px 50px;
  }
  .careers_description1_in_2 h2 {
  }
  .careers_description1_in_2 h2 a {
    display: inline-flex;
  }
  .careers_description1_in_2 h3,
  .careers_form h3 {
    font-size: 18px;
  }
}
