/*innerbanner*/
.inner_banner {
  width: 100%;
  display: table;
  position: relative;
  padding: 0;
  background-color: #022a48;
  background-image: url(../images/innbanshape.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 95%;
}

.inner_banner img.innerban_img {
  width: 50%;
  /* opacity: 0.4; */
  display: block;
  float: right;
  position: relative;
  /* border-radius: 75px; */
  z-index: 9;
  top: 0;
}
.inner_banner svg {
  position: absolute;
  right: 7%;
  bottom: 0;
  /* width: 42%; */
  height: 90%;
}
.inner_banner img.bannerpath {
  /* height: 400px; */
}
.innertxt1 {
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  padding: 0px 35px 0 110px;
  z-index: 9;
  width: 50%;
}

.innertxt1 ul {
  list-style: none;
  text-align: left;
  margin-bottom: 0px;
  padding-left: 0px;
}

.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #a6600d;
  font-size: 15px;
}

.innertxt1 ul li:last-child {
  padding-right: 0px;
}

.innertxt1 ul li:after {
  content: "/";
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 6px;
  top: 1px;
}

.innertxt1 ul li:last-child:after {
  display: none;
}

.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  color: #fff;
  font-size: 38px;
  margin: 0px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  z-index: 9;
  position: relative;
  margin-top: 0;
}

/*innerbanner*/

/*contactpgbx1*/
.contactpgbx1 {
  width: 100%;
  display: block;
  padding: 100px 0 30px;
  position: relative;
  background-color: #fff;
  background-image: url(../images/shape1.png), url(../images/shape2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 30px, right center;
  background-size: 150px, 250px;
}
.contact_address1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 70px;
  border: 1px solid #ebf7ff;
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
}
.contact_address1_left {
  padding: 40px 0 40px 40px;
}
.contact_address1_left h3 {
  color: #393d32;
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 700;
}
.contact_address1_left ul {
}
.contact_address1_left ul li {
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #010d42;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
}
.contact_address1_left ul li img {
  height: 18px;
  position: absolute;
  left: 0;
  top: 7px;
}
.contact_address1 iframe {
  width: 100%;
  display: block;
  border: 0;
  height: 300px;
}
.contactpgbx2 {
  width: 100%;
  display: block;
  padding: 100px 0 70px;
  position: relative;
  overflow: hidden;
  /* background-color: #f9f9f9; */
  background-image: url(../images/formbg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.contactpgbx2::before {
  clip-path: polygon(50% 20%, 0 0, 100% 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  content: "";
  background-color: #fff;
}
.careers_form {
  position: relative;
  width: 100%;
}
.heading-secondary {
  line-height: 1.3;
  color: #393d32;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 7px;
  text-align: center;
}
.careers_form123 .grid {
  gap: 10px;
  display: grid;
}
.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.careers_form123 p {
  margin-bottom: 30px;
  color: #606063;
}
.careers_form123 .form-group {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.careers_form123 .form-group input.form-control,
.careers_form123 .form-group textarea.form-control {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  width: 100%;
  height: 60px;
  line-height: 1;
  font-weight: 500;
  padding: 10px 20px;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.23);
}
.careers_form123 .form-group textarea.form-control {
  height: 100px;
  padding-top: 20px;
  border: 0;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.form-group .grid-full {
  grid-column: 1 / span 3;
}
.careers_form .form-group button {
  padding: 5px 20px;
  background-color: #00944d;
  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;
}
.careers_form .form-group button:hover {
  background-color: #044476;
}
/*contactpgbx1*/

/*training_box1*/
.training_box1 {
  clear: both;
  width: 100%;
  display: block;
  padding: 75px 0;
  background-color: #fff;
  position: relative;
  background-image: url(../images/shape1.png), url(../images/shape2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 70px, right 80%;
  background-size: 150px, 250px;
  text-align: center;
}
.training_box1 h2 {
  color: #393d32;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
.training_box1 p {
  color: #606063;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.training_box1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}
.training_box1 ul li {
}
.training_box1 ul li a {
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #393d32;
  background-color: #fff;
  box-shadow: 0px 9px 90px 0px rgba(0, 0, 0, 0.15);
  display: block;
  border-radius: 20px;
  padding: 20px;
  width: 250px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.training_box1 ul li a img {
  max-height: 60px;
  max-width: 100%;
}
.training_box1 ul li a h3 {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
}
/*training_box1*/

/*training_box2*/
.training_box2 {
  width: 100%;
  display: block;
  padding: 100px 0 20px;
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  background-image: url(../images/group.png);
  background-repeat: no-repeat;
  background-position: left 95%;
  background-size: 100%;
}
.training_box2::before {
  clip-path: polygon(50% 20%, 0 0, 100% 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  content: "";
  background-color: #fff;
}
.train_grid1 {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 50px;
}
.train_grid2 {
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 50px;
}
.training_box2_in h2 {
  color: #393d32;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
}
.training_box2_in p {
  color: #606063;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}
.training_box2_in img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
/*training_box2*/

/*careers_description1*/
.careers_description1 {
  padding: 50px 0;
  width: 100%;
  background-image: url(../images/carshape.png);
  background-repeat: no-repeat;
  background-position: right 80%;
  background-size: 25%;
}
.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: #010d42;
}
.careers_description1_in_2 h2 {
  font-weight: 700;
  color: #010d42;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 38px;
}
.careers_description1_in_2 h2 a {
  padding: 0px 15px;
  background-color: #00944d;
  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: #044476;
}
.careers_description1_in_2 h3 {
  color: #1972b9;
  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: #010d42;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.careers_description1_in_2 ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  background-color: #1972b9;
  width: 6px;
  height: 6px;
}
a.applynow {
  padding: 5px 20px;
  background-color: #00944d;
  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: #044476;
}
/*careers_form*/
.careers_form {
  width: 100%;
  display: block;
  padding: 100px 0 70px;
  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: #010d42;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 38px;
}
.careers_form hr {
  border-color: #010d42;
  margin-bottom: 40px;
}
.careers_form h3 {
  color: #1972b9;
  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: #a6600d;
  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: #044476;
  color: #fff;
}

/*careers_m_box1*/
.careers_m_box1 {
  width: 100%;
  display: block;
  padding: 50px 0 30px;
  position: relative;
  background-color: #fff;
  background-image: url(../images/shape1.png), url(../images/shape2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 90%, right center;
  background-size: 150px, 250px;
}
.careers_m_box1 h2 {
  color: #393d32;
  font-size: 38px;
  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: 12px 12px 99px rgba(34, 103, 172, 0.078);
  border-radius: 30px;
  margin-top: -30px;
  position: relative;
}
.careers_m_box1_info h3 {
  margin-top: 0;
  padding-left: 20px;
  border-left: 2px solid #a6600d;
  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: 100px 0 70px;
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
.careers_m_box2::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_m_box2 h2 {
  font-weight: 700;
  color: #393d32;
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
}
.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: 12px 12px 99px rgba(34, 103, 172, 0.078);
  margin-bottom: 15px;
}
.for_jobseek_bx1 h3 {
  margin-bottom: 20px;
  color: #a6600d;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  margin-top: 0;
  padding-left: 20px;
  border-left: 2px solid #a6600d;
}
.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: #a6600d;
  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: #000000;
}
/*careers_m_box2*/

/*industries_box1*/
.industries_box1 {
  width: 100%;
  display: inline-block;
  padding: 50px 0 30px;
  position: relative;
  background-color: #fff;
  background-image: url(../images/shape1.png), url(../images/shape2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 90%, right center;
  background-size: 150px, 250px;
}
.industries_box1 p {
  text-align: center;
  font-weight: 600;
  color: #606063;
  font-size: 18px;
  margin: 0 auto 30px;
  line-height: 1.8;
}
.industries_box1 a {
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  margin-bottom: 15px;
}
.industries_box1 a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: all 0.3s;
}
.industries_box1 a:hover img {
  transform: scale(1.1);
}
.industries_box1 a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, #002847 10%, transparent, transparent);
  opacity: 0.88;
  z-index: 1;
  display: block;
}
.industries_box1 a h3 {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  margin: 0;
  padding: 20px 40px;
  font-size: 21px;
  z-index: 2;
}
/*industries_box1*/

/*servicesbox1*/
.servicesbox1 {
  width: 100%;
  display: block;
  padding: 75px 0 0px;
  position: relative;
  background-color: #fff;
  background-image: url(../images/shape1.png), url(../images/shape2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 30px, right center;
  background-size: 150px, 250px;
}
/*servicesbox1*/
/*servicesbox2*/
.servicesbox2 {
  width: 100%;
  display: block;
  padding: 150px 0 350px;
  position: relative;
  overflow: hidden;
  /* background-color: #f9f9f9; */
  background-image: url(../images/aa.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.servicesbox2::before {
  clip-path: polygon(50% 20%, 0 0, 100% 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  content: "";
  background-color: #fff;
}
.servicesbox2 h2 {
  color: #393d32;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
.servicesbox2 p {
  color: #606063;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
.servicesbox2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  row-gap: 30px;
}
.servicesbox2 ul li {
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 30px;
  border-bottom: 3px solid #a6600d;
  text-align: center;
}
.servicesbox2 ul li.blue {
  border-color: #1972b9;
}
.servicesbox2 ul li .img {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #00944d;*/
  border-radius: 20px;
  margin: auto;
}
.servicesbox2 ul li.blue .img {
  background-color: #1972b9;
}
.servicesbox2 ul li .img img {
  height: 80px;
}
.servicesbox2 ul li h3 {
  font-weight: 600;
  font-size: 21px;
  margin: 25px 0 15px;
}
.servicesbox2 ul li p {
  margin: 0;
  font-size: 15px;
}
/*servicesbox2*/

/*servicesbox3*/
.servicesbox3 {
  background-image: url(../images/servvv.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}
.servicesbox3 img {
  height: 50px;
}
.servicesbox3 h2 {
  font-size: 36px;
  margin: 20px 0;
}
.servicesbox3 p {
  width: 80%;
  color: #606063;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}
.servicesbox3 a {
  padding: 5px 20px;
  background-color: #a6600d;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
  margin-top: 30px;
  border-radius: 10px 0 10px 0;
  position: relative;
  z-index: 999;
  display: inline-block;
}
.servicesbox3 a:hover {
  background-color: #044476;
}
/*servicesbox3*/

/*aboutsecbox1*/
.aboutsecbox1 {
  padding: 120px 0 60px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 99;
  background-image: url(../images/back-ground-2.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 275px;
}
.aboutsecbox1_grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 60px;
}
.aboutsecbox1_grid h3 {
  color: #a6600d;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
.aboutsecbox1_grid h2 {
  color: #393d32;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
}
.aboutsecbox1_grid h4 {
  color: #606063;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 0;
  font-weight: 600;
}
.aboutsecbox1_grid p {
  color: #606063;
  font-size: 16px;
  margin: 0 auto 20px;
  line-height: 1.9;
}
.aboutsecbox1_l {
  background-image: url(../images/aarka.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
/*aboutsecbox1*/

/*aboutsecbox2*/
.aboutsecbox2 {
  padding: 0 0 80px;
  width: 100%;
  background-image: url(../images/svgexport-26.png),
    url(../images/shape2.png);
  background-repeat: repeat, no-repeat;
  background-position: center center, right bottom;
  background-size: 100%, 250px;
}
.aboutsecbox2_in {
  background-color: #edf0f3;
  width: 100%;
  display: block;
  box-shadow: 12px 12px 40px rgba(0, 0, 0, 0.329);
  display: inline-block;
}
.aboutsecbox2_in_l {
  padding: 20px 30px;
  position: relative;
  background: linear-gradient(to bottom, #a6600d94, #a6600d);
}
.aboutsecbox2_in_l .img {
  padding: 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.aboutsecbox2_in_l .img img {
  width: 120px;
  opacity: 0.1;
}
.aboutsecbox2_in_l h2 {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 600;
}
.aboutsecbox2_in_l p {
  font-size: 17px;
  line-height: 1.8;
  width: 85%;
  color: #fff;
}
.aboutsecbox2_in_r {
  padding: 30px;
  width: 100%;
  text-align: center;
}
.aboutsecbox2_in_r img {
  width: 75px;
}
.aboutsecbox2_in_r h3 {
  color: #002847;
  margin-top: 0;
  padding: 0 0 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
.aboutsecbox2_in_r h3::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  content: "";
  margin: auto;
  background-color: #a6600d;
}
.aboutsecbox2_in_r p {
  color: #606063;
  font-size: 16px;
  margin: 0 auto 20px;
  line-height: 1.9;
  text-align: center;
}
.aboutsecbox2_in_r .owl-dots {
  display: block;
  bottom: -40px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #e2e2e2;
  width: 8px;
  height: 8px;
  margin: 0 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #a6600d;
}
/*aboutsecbox2*/

/*aboutsecbox3*/
.aboutsecbox3 {
  display: block;
  width: 100%;
  padding: 120px 0;
  background-image: url(../images/transformed.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.aboutsecbox3::after {
  clip-path: polygon(50% 20%, 0 0, 100% 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  content: "";
  background-color: #fff;
  background-image: url(../images/svgexport-26.png);
  background-repeat: repeat;
  background-position: -2px;
  background-size: 100%;
}
.aboutsecbox3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #002847;
  opacity: 0.85;
}
.aboutsecbox3 h2 {
  position: relative;
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
}
.aboutsecbox3 h3 {
  position: relative;
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}
.abouttesti_box {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.abouttesti_box h3 {
  font-weight: 700;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4a4a4a;
}
.abouttesti_box h3 span {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #dbae71;
}
.abouttesti_box span.spandt {
  color: #828282;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
}
i.op2 {
  opacity: 0.5;
}
.abouttesti_box p {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #000;
  width: 100%;
  line-height: 32px;
}
.aboutsecbox3 .owl-dots {
  display: block;
  bottom: -60px;
}
.aboutsecbox3 .owl-theme .owl-dots .owl-dot span {
  background-color: #e2e2e2;
  width: 8px;
  height: 8px;
  margin: 0 10px;
}
.aboutsecbox3 .owl-theme .owl-dots .owl-dot.active span,
.aboutsecbox3 .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #00944c;
}
/*aboutsecbox3*/

/*aboutsecbox4*/
.aboutsecbox4 {
  padding: 75px 0;
  background-color: #fff;
  width: 100%;
  display: block;
}
.aboutsecbox4 h2 {
  position: relative;
  text-align: center;
  color: #393d32;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
}
.aboutsecbox4 h3 {
  position: relative;
  text-align: center;
  color: #606063;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}
.aboutsecbox4 ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px 20px 0;
  height: 100px;
}
.aboutsecbox4 ul li img {
  max-width: 100%;
  max-height: 100px;
}
/*aboutsecbox4*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden;
    padding-top: 65px;
  }
  .inner_banner {
    margin-top: 0;
  }
  .mtop1 {
    margin-top: 0;
    height: auto;
  }
  .inner_banner img.innerban_img {
    width: 100%;
    clear: both;
  }
  .innertxt1 {
    position: relative;
    width: 100%;
    display: table;
    top: auto;
    padding: 40px 30px;
    transform: translateY(0);
  }
  .inner_banner h1 {
    font-size: 16px;
    line-height: 28px;
  }
  .inner_banner svg {
    height: auto;
    bottom: auto;
    top: 10px;
    width: 100%;
  }
  .contact_address1,
  .grid--3-cols {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .contact_address1_left {
    padding: 15px;
  }
  .heading-secondary,
  .forempbox1 h2,
  .foremp_whychooseus h2,
  .for_jobseekers1 h2,
  .jobseektest h2,
  .aboutsecbox2_in_l h2 {
    font-size: 24px;
  }
  .form-group .grid-full {
    grid-column: 1 / span 1;
  }
  .forempbox1 {
    padding: 40px 20px;
  }
  .forempbox1_grid {
    padding: 30px 0;
    background-image: none !important;
    grid-template-columns: repeat(1, 1fr);
  }
  .contactpgbx2 {
    padding: 60px 20px;
  }
  .aboutsecbox1 {
    padding: 60px 20px;
  }
  .aboutsecbox1_grid,
  .train_grid1,
  .servicesbox2 ul,
  .train_grid2,
  .careers_m_box1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .train_grid1,
  .servicesbox2 ul,
  .industries_box1 p,
  .training_box1 p,
  .train_grid2,
  .careers_m_box1 ul,
  .careers_m_box2 p {
    padding: 0 20px;
  }
  .aboutsecbox1_grid h2,
  .aboutsecbox3 h2,
  .aboutsecbox4 h2,
  .training_box2_in h2,
  .servicesbox2 h2,
  .servicesbox3 h2,
  .training_box1 h2,
  .careers_m_box1 h2,
  .careers_m_box2 h2,
  .careers_description1_in_2 h2,
  .careers_form h2 {
    font-size: 24px;
    line-height: 1.8;
  }
  .aboutsecbox1_grid h4,
  .aboutsecbox2_in_l p,
  .aboutsecbox3 h3,
  .careers_form h3 {
    font-size: 16px;
    width: 100%;
  }
  .aboutsecbox1_grid p,
  .aboutsecbox2_in_r p,
  .servicesbox2 p,
  .aboutsecbox4 h3,
  .servicesbox3 p {
    font-size: 14px;
    line-height: 23px;
  }
  .aboutsecbox2_in_r .owl-dots {
    bottom: -20px;
  }
  .aboutsecbox3 {
    display: block;
    width: 100%;
    padding: 120px 20px;
  }
  .servicesbox2 {
    padding: 100px 0 50px;
  }
  .servicesbox3 p {
    width: 100%;
  }
  .careers_m_box2,
  .careers_description1 {
    padding: 50px 20px;
  }
  .for_jobseek_bx1 {
    padding: 20px;
    flex-direction: column;
    align-items: baseline;
  }
  .for_js_icons {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
    margin-bottom: 20px;
  }
  .for_jobseek_bx1 h3,
  .careers_description1_in_2 h3 {
    font-size: 18px;
  }
  .careers_description1_in_2 h2 {
    flex-direction: column;
    align-items: center;
  }
  .careers_description1_in_2 ul li {
    font-size: 14px;
  }
  .careers_form {
    padding: 50px 15px;
  }
  .form-control {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}
