.sec2qbx {
  position: relative;
  transition: all 0.3s;
  top: 0;
  width: 25%;
  text-align: center;
}
p{text-align: justify;}
.sec2qbx:hover {
  top: -10px;
}
.sec2qbx img {
  width: 100px;
  margin-bottom: 20px;
}
.sec2qbx h3 {
  font-size: 22px;
  color: #fff;
  margin: 15px 0;
  height: 48px;
  letter-spacing: 1px;
}
.sec2qbx p {
  opacity: 0.5;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  margin-bottom: 15px;
  text-align: center;
}

.aboutbx1 {
  padding: 35px 70px 125px;
  width: 100%;
  display: table;
  background-color: #fff;
  background-image: url(../images/Pattren.png);
  background-repeat: repeat-y;
  background-size: 125px;
  background-position: 105% top;
}
.aboutbx1 h2 {
  color: #34343b;
  font-weight: 600;
  margin-top: 0;
  padding-left: 40px;
  position: relative;
  font-size: 36px;
  letter-spacing: -2px;
  line-height: 48px;
  margin-bottom: 40px;
}
.aboutbx1 h2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #88c74c;
}
.aboutbx1 p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.aboutbx1 ul {
  margin: 30px 0;
  list-style: none;
}
.aboutbx1 ul li {
  font-size: 16px;
  line-height: 32px;
  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/check.png);
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}
.aboutbx2 {
  position: relative;
  width: 100%;
  display: table;
  padding: 35px 0px;
  z-index: 1;
  background-color: #00466e;
}
.aboutbx2:before {
  position: absolute;
  left: 0px;
  top: -55px;
  width: 38%;
  height: 120%;
  background-color: #ef333a;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  content: "";
}
.aboutbx2 h2 {
  color: #fff;
  margin-top: 0;
  font-size: 32px;
  margin-top: -60px;
  margin-bottom: 15px;
}
.aboutbx2 p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.aboutbx2 h3 {
  font-size: 32px;
  color: #fff;
  position: relative;
  font-weight: 600;
  padding-bottom: 15px;
  margin: 0;
}
.aboutbx2 h3:before {
  width: 60px;
  height: 2px;
  background-color: #f2551a;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
  content: "";
}
.aboutbx2 h3 span {
  margin-right: 5px;
}
.aboutbx2 h5 {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
}

.aboutbx3 {
  padding: 75px 0 55px;
  width: 100%;
  display: block;
  background-color: #fff;
}
.aboutbx3 h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  color: #ed1e26;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 50px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
  text-align: center;
}
.aboutbx3 ul {
  position: relative;
  list-style: none;
      margin-left: 130px;
}
.aboutbx3 ul li {
  position: relative;
  padding-left: 100px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.aboutbx3 ul li::before,
.aboutbx3 ul li::after {
  position: absolute;
  left: 0;
  width: 1px;
  height: 50%;
  content: "";
  background-color: #c1c1c1;
}
.aboutbx3 ul li::before {
  top: 0;
}
.aboutbx3 ul li::after {
  bottom: 0;
}
.aboutbx3 ul li:first-child::before {
  display: none;
}
.aboutbx3 ul li:last-child::after {
  display: none;
}

.aboutbx3 ul li h3 {
  color: #34343b;
  font-weight: 600;
  font-size: 22px;
}
.aboutbx3 ul li p {
  color: #333;
  font-size: 16px;
  padding: 25px;
  border: 1px solid #c1c1c1;
  position: relative;    width: 80%;
}
.aboutbx3 ul li p .dots {
  position: absolute;
  left: -100px;
  width: 100px;
  height: 1px;
  content: "";
  border-bottom: 1px dashed #00466e;
  top: 50%;
  
}
.aboutbx3 ul li p .round {
  position: absolute;
  left: -100px;
  width: 40px;
  height: 40px;
  content: "";
  background-color: #00466e;
  border-radius: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.aboutbx3 ul li:nth-child(2n) p .dots {
  border-color: #ef333a;
}
.aboutbx3 ul li:nth-child(2n) p .round {
  background-color: #ef333a;
}

.aboutbx4 {
  padding: 50px 0;
  width: 100%;
  display: block;
  background-color: #f3f3f3;
}

.aboutbx4 ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: block;
}

.aboutbx4 ul li {
  float: left;
  display: inline-block;
  width: 33.33%;
  padding: 15px;
}
.aboutbx4 ul li a {
  text-decoration: none;
  color: #000;
  transition: all ease-in-out 0.3s;
  position: relative;
  display: block;
  /* padding-bottom: 20px; */
  overflow: hidden;
  top: 0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.161);
  padding: 40px 40px 0;
  border-radius: 10px;
  background-color: #fff;
}
.aboutbx4 ul li a:hover {
  top: -5px;
}

.aboutbx4 ul li a .rrmm {
  position: relative;
  transition: all 0.3s;
  margin: 15px 0;
  display: inline-block;
  text-transform: capitalize;
  color: #ed1e26;
  z-index: 1;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.aboutbx4 ul li a .rrmm img {
  height: 15px;
  margin-left: 10px;
  display: inline-block;
}
.aboutbx4 ul li a .rrmm:hover:before {
}

.aboutbx4 ul li a > img {
  height: 75px;
  display: block;
}

.aboutbx4 ul li a:hover .indtxt {
}

.aboutbx4 ul li a:hover .indtxt {
  bottom: 0px;
}

.for_cand_box1 {
  width: 100%;
  display: block;
  padding: 0px 0 60px;
  position: relative;
  background-color: #fff;
}
.for_cand_box1 ul {
  position: relative;
  list-style: none;
  /* display: flex; */
  /* gap: 50px; */
}
.for_cand_box1 ul li {
  position: relative;
  padding: 100px 10px 0;
  display: flex;
  flex-direction: column;
}
.for_cand_box1 ul li::before,
.for_cand_box1 ul li::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #c1c1c1;
}
.for_cand_box1 ul li::before {
  left: 0;
}
.for_cand_box1 ul li::after {
  right: 0;
}
/* .for_cand_box1 ul li:first-child::before {
  display: none;
}
.for_cand_box1 ul li:last-child::after {
  display: none;
} */
.for_cand_box1_in {
  padding: 25px;
  border: 1px solid #c1c1c1;
  text-align: center;
  width: 100%;
}
.for_cand_box1 ul li h3 {
  color: #34343b;
  font-weight: 600;
  font-size: 22px;
}
.for_cand_box1 ul li p {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  min-height: 108px;
}
.for_cand_box1 ul li .dots {
  position: absolute;
  left: calc(50% - 20px);
  width: 1px;
  height: 100px;
  content: "";
  border: 1px dashed #00466e;
  top: 0%;
}
.for_cand_box1 ul li .round {
  position: absolute;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  content: "";
  background-color: #00466e;
  border-radius: 100%;
  top: 0%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.for_cand_box1 ul li .dots.red {
  border-color: #ef333a;
}
.for_cand_box1 ul li .round.red {
  background-color: #ef333a;
}
.for_cand_box1 .owl-dots {
  bottom: -40px;
  display: none;
}
.for_cand_box1 .owl-carousel .owl-stage-outer {
  padding-top: 50px;
}
.for_cand_box1 .owl-carousel .owl-item {
  opacity: 0.5;
}
.for_cand_box1 .owl-carousel .owl-item.active {
  opacity: 1;
}
.for_cand_box1 .owl-theme .owl-nav {
  top: 65%;
}
.for_cand_box1 .owl-next {
  margin: 0 15% 0 0;
}
.for_cand_box1 .owl-prev {
  margin: 0 0 0 15%;
}

.for_cand_box2 {
  padding: 50px 0;
  width: 100%;
  display: block;
  background-color: #f3f3f3;
}
.for_cand_box2 h2 {
  font-size: 36px;
  line-height: 48px;
  color: #ed1e26;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 50px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
  text-align: center;
}

.accc-content {
  padding: 0 40px 40px 75px;
}
.accc-content p {
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.accc-content ul {
  list-style: none;
  width: 100%;
  margin-top: 30px;
}
.accc-content ul li {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.accc-content ul li a {
  text-decoration: none;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  transition: all 0.3s;
  padding-left: 20px;
  position: relative;
}
.accc-content ul li a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  /* color: #f1551a; */
  font-size: 21px;
  line-height: normal;
}
.accc-content ul li a:hover {
  color: #ef333a;
  text-decoration: underline;
}
.for_cand_box3 {
  padding: 75px 0;
  width: 100%;
  display: table;
  background-color: #fff;
}
.for_cand_box3 h2 {
  font-size: 36px;
  line-height: 48px;
  color: #ed1e26;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 50px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
  text-align: center;
}
.for_cand_box3 input.form-control,
.for_cand_box3 select.form-control,
.for_cand_box3 textarea.form-control,
.modal-body input.form-control,
.modal-body textarea.form-control {
  background-color: transparent;
  border-radius: 0px;
  height: 60px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0px;
  margin-bottom: 25px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  padding-left: 0;
  box-shadow: none;
}
.for_cand_box3 select.form-control {
  cursor: pointer;
}

.modal-body input.form-control {
  height: 45px;
}

.for_cand_box3 textarea.form-control {
  height: 120px !important;
}

.for_cand_box3 .col-sm-12 {
  display: table;
  width: 100%;
}

.subres {
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  margin: 15px 0;
  display: inline-block;

  text-transform: capitalize;
  color: #ed1e26;
  border: 0;
  background-color: transparent;
  z-index: 1;
  letter-spacing: 0.5px;
  font-size: 13px;
  opacity: 1;
}
.subres img {
  height: 15px;
  margin-left: 10px;
}
.subres:hover {
  opacity: 0.5;
}

.for_cand_box3 input.form-control::-webkit-input-placeholder,
.for_cand_box3 textarea.form-control::-webkit-input-placeholder,
.modal input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.for_cand_box3 input.form-control::-moz-placeholder,
.for_cand_box3 textarea.form-control::-moz-placeholder,
.modal input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.for_cand_box3 input.form-control:-ms-input-placeholder,
.for_cand_box3 textarea.form-control:-ms-input-placeholder,
.modal input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.for_cand_box3 input.form-control:-moz-placeholder,
.for_cand_box3 textarea.form-control:-moz-placeholder,
.modal input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.coursepg_bx1 {
  padding: 75px 0;
  width: 100%;
  display: table;
  background-color: #fff;
}
.coursepg_bx1 img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.coursepg_bx1_cont {
  padding-left: 60px;
}
.coursepg_bx1 h2 {
  font-size: 32px;
  line-height: 42px;
  color: #ed1e26;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 20px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
}
.coursepg_bx1 p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.coursepg_bx1 p strong {
  color: #ed1e26;
}

.coursepg_bx2 {
  background-color: #00466e;
  padding: 40px 0;
  text-align: center;
  width: 100%;
  display: table;
}
.coursepg_bx2 h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.coursepg_bx2 h2 span {
  opacity: 0.5;
  font-weight: 400;
  font-size: 21px;
}
.coursepg_bx2 h2 img {
  width: 26px;
}
.coursepg_bx3 h2 {
  text-align: left;
}
.coursepg_bx3 h3 {
  margin-top: 0;
  text-align: left;
}
.coursepg_bx3 h3 span {
  text-transform: uppercase;
  color: #fff;
  background-color: #88c74c;
  font-size: 16px;
  padding: 5px 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
.coursepg_bx3 h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.course-accc-content {
  padding: 0 40px 20px;
}
.accc-content.course-accc-content ul {
  margin-top: 0;
}
.accc-content.course-accc-content ul li {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  padding-left: 35px;
  margin-bottom: 10px;
}
.accc-content.course-accc-content ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/check.png);
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
}
.coursepg_bx3 hr,
.tech_cons_a_itserv_bx1 hr {
  border-color: #d6d6d6;
  margin: 40px 0;
}
.tech_cons_a_itserv_bx1 hr {margin: 0;}
.course_enq_bx {
  margin-top: 118px;
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.course_enq_bx h4 {
  background-color: #00466e;
  display: block;
  padding: 20px 40px;
  position: relative;
  color: #fff;
  font-size: 21px;
  margin: 0;
}
.enroll_form {
  padding: 40px;
  width: 100%;
  background-color: #fff;
  display: table;
}
.enroll_check {
  list-style-type: none;
}
.enroll_check li {
  float: left;
  margin-right: 30px;
}
.enroll_maincheck {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 20px;
  padding: 5px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.contactfielddiv {
  float: left;
  width: 100%;
}
.fields_two {
  float: left;
  width: 100%;
}
.fields_two_right {
  float: right;
}
.contactname {
  color: #2f2e3c;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 1px;
  padding: 0;
}
.contactfealds {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  box-shadow: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 12px;
  height: 50px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  outline: 0;
  margin-bottom: 10px;
}
.staricon {
  color: #d5193e;
  font-size: 16px;
}
textarea.contactfealds {
  padding-top: 10px;
}
.et_pb_submit_cont {
  background: #ef333a none repeat scroll 0 0;
  border: medium none;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  width: auto;

  font-size: 13px;
  font-weight: 500;
  padding: 15px 20px;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
  margin-top: 15px;
}
.et_pb_submit_cont img {
  height: 15px;
  margin-left: 10px;
}
.et_pb_submit_cont:hover {
  background: #00466e none repeat scroll 0 0;
  transition: all 0.3s ease 0s;
}
.course_other_course h4 {
  background-color: #00466e;
  display: block;
  padding: 20px 40px;
  position: relative;
  color: #fff;
  font-size: 21px;
  margin: 0;
}
.course_other_course ul {
  padding: 40px;
  width: 100%;
  background-color: #fff;
  display: table;
  margin: 0;
  list-style: none;
}
.course_other_course ul li {
}
.course_other_course ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}
.course_other_course ul li a:hover {
  color: #000;
}

.tech_cons_a_itserv_bx1 {
  padding: 35px 70px 125px;
  width: 100%;
  display: table;
  /* background-color: #fff; */
}
.tcai_img {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.tcai_img::before {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 90%;
  height: 80%;
  content: "";
  border: 2px solid #88c74c;
  opacity: 0.5;
  z-index: -1;
}
.tcai_img img {
  width: 100%;
  margin-bottom: 20px;
}
.tech_cons_a_itserv_bx1 h2 {
  font-size: 32px;
  line-height: 42px;
  color: #ed1e26;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 60px;
  margin-bottom: 20px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
}
.tech_cons_a_itserv_bx1 p {
  font-size: 15px;
line-height: 28px;
  color: #333;
  margin-bottom: 15px;
}
.for_rec_pg h1, .tech_cons_a_itserv_bx1 h1 {
  color: #34343b;
  font-weight: 600;
  margin-top: 0;
  padding-left: 40px;
  position: relative;
  font-size: 36px;
  letter-spacing: -2px;
  line-height: 48px;
  margin-bottom: 40px;
}
.for_rec_pg h1::before, .tech_cons_a_itserv_bx1 h1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #88c74c;
}
.for_rec_pg ul, .coursepg_bx1_cont ul {
  margin: 40px 0;
  list-style: none;
}
.for_rec_pg ul li, .coursepg_bx1_cont ul li {
   font-size: 15px;
line-height: 28px;
  color: #333;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
  text-align: justify;
}
.for_rec_pg ul li::before, .coursepg_bx1_cont ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/check.png);
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
}




.for_rec_pg ol, .coursepg_bx1_cont ol {
  margin: 40px 0;
}
.for_rec_pg ol li, .coursepg_bx1_cont ol li {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding-left: 16px;
  margin-bottom: 10px;
  position: relative;
}
.for_rec_pg ol li::marker, .coursepg_bx1_cont ol li::marker {
  color:#ed1e26;
    font-size: 16px;
    font-weight: 600;

}
.for_rec_pg a {
  background: #ef333a none repeat scroll 0 0;
  border: medium none;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  width: auto;

  font-size: 13px;
  font-weight: 500;
  padding: 15px 30px;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
  margin-top: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.for_rec_pg a img {
  height: 15px;
  margin-left: 10px;
}
.for_rec_pg a:hover {
  background: #00466e none repeat scroll 0 0;
  transition: all 0.3s ease 0s;
}
.for_rec_pg_form h1 {
  margin-top: 0;
  text-align: center;
}
.for_rec_pg_form h1 span {
  text-transform: uppercase;
  color: #fff;
  background-color: #00466e;
  font-size: 16px;
  padding: 5px 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
.drop_box {
  position: relative;
}
.drop_box .btn {
  border-radius: 0;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  border: 1px solid #000;
  height: 60px;
  cursor: pointer;
  display: table;
  margin-bottom: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  box-shadow: 0;
  font-weight: 400;
  padding: 0 15px;
  width: 100%;
  text-align: left;
}
.drop_box .btn i {
  float: right;
  color: #ef333a;
}

.careersmainpg {
  background-color: #f3f3f3;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.hditworksbx img {
  width: 250px;
  border: 25px solid #061e4a;
  border-radius: 100%;
}
.hditworksbx p {
  font-size: 16px;
  color: #fff;
  margin-top: 100px;
  text-align: left;
}
.hbefore,
.hbafter {
  position: relative;
}
.hbefore:before {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/right_arrow.html");
  background-repeat: no-repeat;
  top: 85%;
  left: 83%;
  content: "";
  background-size: 100%;
  z-index: 99;
}
.hbafter:after {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/leftt_arrow.html");
  background-repeat: no-repeat;
  top: 85%;
  left: 5%;
  content: "";
  z-index: 99;
  background-size: 100%;
}

.jobdescripp {
  background-color: #fff;
  padding: 50px 70px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0px;
}
.jobtop {
  clear: both;
  width: 100%;
  margin-bottom: 50px;
}
.jobtop span {
  float: left;
  display: inline-block;
  margin-right: 25px;
  color: #4a4a4a;
  font-size: 16px;
}
.jobtop span img {
  width: 17px;
  margin-right: 20px;
}
.accordion-content .jobdescripp p {
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
  color: #4a4a4a;
  line-height: 32px;
  margin-bottom: 15px;
  clear: both;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.jobdescripp h3 {
  color: #88c74c;
  text-align: left;
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 600;
}
.jobdescripp ul {
  list-style: none;
  margin-bottom: 20px;
}
.accordion-content .jobdescripp ul li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 0px;
  background-image: url("../images/check1.png");
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-size: 13px;
  color: #4a4a4a;
  margin-bottom: 7px;
}
.jobdescripp a {
  background-color: #ef333a;
  border-radius: 30px;
  padding: 8px 30px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 400;
}
.jobdescripp a:hover {
  color: #fff;
  background-color: #88c74c;
}

.jobtop span img {
  width: 20px;
  margin-right: 10px;
  float: left;
  display: inline-block;
  margin-top: 5px;
}
/* .careersmainpg h1{
	text-align: center;
	color: #0B2E4F;m
  font-size: 34px;
  line-height: 42px;
	font-weight: 400;
	margin-bottom: 20px;
  }
  .careersmainpg h1 span{font-weight: 600;} */

.careersmainpg h1 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #ef333a;
  font-weight: 600;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 36px;
}

.careersmainpg h1:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 150px;
  height: 2px;
  background-color: #000000;
  content: "";
  bottom: 0px;
  margin: auto;
  display: table;
}

h5.modal-title {
  font-size: 22px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #113062;
  font-weight: 600;
  letter-spacing: 2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ef4924;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
  margin: 0 !important;
}
button.close:hover {
  opacity: 1;
  background-color: #1070b9;
}
.close span {
  font-size: 21px;
  color: #fff;
}

h5.modal-title {
  font-size: 22px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #113062;
  font-weight: 600;
  letter-spacing: 2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ef4924;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
  margin: 0 !important;
}
button.close:hover {
  opacity: 1;
  background-color: #000;
}
.close span {
  font-size: 21px;
  color: #fff;
}
button.close:hover span {
  color: #fff;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
  font-size: 13px;
  margin-bottom: 25px;
  width: 100%;
}
.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: #00aaff;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  background-color: #ef4924;
  padding: 12px 60px;
  border-radius: 56px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  border: 0px;
}
form input.btn-1:hover {
  background-color: #ef4924;
}
.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #88c74c;
}
.modal-body {
  width: 100%;
}
.modal-dialog {
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}
.modal-header .close {
  padding: 0px;
  opacity: 1;
}
.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
label {
  font-weight: 300;
  font-size: 13px;
}
.modal {
  z-index: 9999999999999;
}
.modal-backdrop {
  z-index: 99999999;
}
.aboutpg_bx1 h1 {
  line-height: 58px;
}
.aboutpg_bx1 h1::before {
  height: 40px;
  width: 2px;
  top: 15px;
}
.aboutpg_bx1 h4 {
  color: #333;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 36px;
  font-size: 17px;
}
.aboutpg_bx1 ul {
  margin-top: 20px;
}
.aboutpg_bx1 p {
  line-height: 32px;
  margin-top: 15px;
}

.aboutpg_bx2 {
  padding: 50px 0;
  background-color: #fff;
  display: table;
  width: 100%;
}
.aboutpg_bx2 img {
  width: 100%;
  display: block;
}
.aboutpg_bx2 h3 {
  font-size: 30px;
  line-height: 42px;
  color: #ed1e26;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
  text-align: center;
}
.aboutpg_bx2 p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding: 0 30px;
}
.ab2img {
  position: relative;
  width: 100%;
  display: block;
}
.ab2img span {
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100px;
  margin: auto;
}

.aboutpg_bx3 {
 /* padding: 0 0 50px;*/
  padding: 35px 70px 50px;
  position: relative;
}
.aboutpg_bx3 h2 {
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 0;
  color: #ed1e26;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 50px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
  text-align: center;
}
.aboutpg_bx3 ul {
  list-style: none;
  margin-top: 0;
}
.aboutpg_bx3 ul li {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
.aboutpg_bx3 ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/check.png);
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
}

.aboutpg_bx4 {
  background-color: #00466e;
  padding: 50px 0;
  width: 100%;
  display: table;
}
.aboutpg_bx4 h2 {
  font-size: 32px;
  line-height: 42px;
  color: #88c74c;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
}
.aboutpg_bx4 p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.aboutpg_bx4 ul {
  list-style: none;
  margin-bottom: 30px;
  margin-top: 30px;
}
.aboutpg_bx4 ul li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 0px;
  background-image: url("../images/check1.png");
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-size: 13px;
  color: #fff;
  margin-bottom: 7px;
  display: block;
  line-height: 32px;
}
.aboutpg_bx5 {
  background-color: #fff;
  padding: 50px 0;
  width: 100%;
  display: table;
}
.aboutpg_bx5 h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  color: #ed1e26;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 50px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
  text-align: center;
}
.aboutpg_bx5 img {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.aboutpg_bx5 h3 {
  color: #001d3a;
  font-weight: 600;
  font-size: 19px;
}
.aboutpg_bx5 h4 {
  color: #ef333a;
  font-size: 13px;
  margin-top: 0;
}
.aboutpg_bx5 a {
  color: #0077b5;
  transition: all 0.3s;
  font-size: 22px;

  text-decoration: none;
}
.aboutpg_bx5 a:hover {
  opacity: 0.5;
}
.aboutpg_bx5 .col-sm-4 {
  padding: 0 15px;
}


.secservices1 {
  width: 100%;
  display: table;
  position: relative;
  background-color: #fff;
  padding: 0px 0px 50px;
}
 .secservices1 h1 span {
    text-transform: uppercase;
    color: #fff;
    background-color: #00466e;
    font-size: 15px;
    padding: 5px 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.secservices1 h1 {
    margin-top: 0;
    text-align: center;
}
.secservin1 {
  width: 100%;
  display: table;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.secservices1 p {
  color: #303030;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
  /* width: 75%; */
}
.secservices1 a {
  text-decoration: none;
  color: #fff;
  transition: all ease-in-out 0.3s;
  position: relative;
  display: block;
  /* padding-bottom: 20px; */
  overflow: hidden;
  top: 0;
  margin-bottom: 20px;
}
.secservices1 a:hover {
  top: -10px;
}
.secservices1 a > img {
  width: 100%;
  display: block;
  height: 275px;
  object-fit: cover;
  object-position: center;
}

.indtxt1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* padding: 0 15px; */
  /* transition: all ease-in-out 0.3s; */

  /* opacity: 0.75; */
}
.secservices1 a:hover .indtxt1 {
  background-color: rgba(0, 85, 157, 0.5);
  background-image: url(../images/link.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
}
.indtxt1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  content: "";
}
.indtxt1::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,22212c+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgb(43, 65, 89) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgb(43, 65, 89) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgb(43, 65, 89) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00466e',GradientType=0 ); /* IE6-9 */
  opacity: 0.5;
}
.secservices1 a:hover .indtxt1:before {
  /* background-color: #fff; */
  opacity: 0;
}
.secservices1 a:hover .indtxt1 {
  bottom: 0px;
}

.indcont1 {
  /* background-color: #028cc5; */
  width: 100%;
  display: block;
  padding: 20px;
  transition: all ease-in-out 0.5s;
  position: absolute;
  bottom: 10px;
}

.secservices1 a:hover .indtxt1 .indcont1 {
  /* background-color: rgba(2, 140, 197, 0.85) */
  bottom: 0;
}
.indcont1 h4 {
  color: #fff;
font-size: 17px;
margin: 0px;
font-weight: 600;
padding-right: 0;
}

.indcont1 p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}

.indcont1 span {
  width: 40px;
  height: 0;
  background-image: url(../images/righta.png);
  background-repeat: no-repeat;
  background-size: 40px;
  transition: all 0.6s;
  display: block;
  position: relative;
  top: 5px;
}
.secservices1 a:hover .indcont1 span {
  /* height: 60px; */
  height: 30px;
}
.innerpgbanner{padding-bottom: 0;}

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .tcai_img {
    position: relative;
    width: 90%;
    left: 10%;
  }
  .aboutpg_bx3 {padding: 0 0 50px;}
  .tech_cons_a_itserv_bx1 h2 {
    font-size: 22px;
    margin-top: 0;
    line-height: 32px;
  }
  .tech_cons_a_itserv_bx1 p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 18px;
  }
  .tech_cons_a_itserv_bx1 {
   /* padding-bottom: 5px;*/
        padding: 35px 0px 0px 15px;
  }
  .section1 h3 {
    font-size: 16px;
  }
  a.rmore {
    font-size: 12px;
  }
  .aboutbx2::before {
    width: 90%;
    height: 25%;
  }

  .aboutbx2 .col-sm-3 {
    float: left;
    display: inline-block;
    clear: none;
    width: 50%;
    margin-top: 20px;
  }
  .aboutbx2 h3 {
    font-size: 22px;
  }
  .aboutbx2 h5 {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .aboutbx2 h2,
  .aboutbx2 h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .aboutbx2 h2 {
    margin-top: -75px;
  }
  .aboutbx1 {
    background-size: 65px;
    padding: 0px 40px 0px 20px;
  }
  .aboutbx1_mobile{padding-top: 40px;}

  .aboutbx4 ul li {
    width: 100%;
    clear: both;
  }
  .aboutbx3 ul li {
    padding-left: 50px;
  }
  .aboutbx3 ul li p .dots {
    position: absolute;
    left: -50px;
    width: 50px;
  }
  .aboutbx3 ul li h3 {
    font-size: 16px;
  }
  .aboutbx3 ul li p {
    font-size: 13px;
  }
  .aboutbx3 ul li p .round {
    left: -45px;
    width: 25px;
    height: 25px;
  }
  .for_cand_box1 ul li h3 {
    font-size: 16px;
  }
  .for_cand_box1 ul li p,
  .accc-content p,
  .accc-content ul li a {
    font-size: 13px;
    line-height: 24px;
  }
  .accc-content {
    padding-left: 40px;
  }
  .aboutbx1 h2,
  .aboutbx3 h2,
  .for_cand_box2 h2,
  .for_cand_box3 h2,
  .coursepg_bx1 h2 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .aboutbx1 p,
  .coursepg_bx1 p {
    font-size: 13px;
    line-height: 24px;
  }
  .coursepg_bx1_cont {
    padding: 40px 0;
  }
  .coursepg_bx2 h2 {
    font-size: 16px;
  }
  .coursepg_bx2 h2 span {
    font-size: 12px;
  }
  .careersbxxxx {
    display: block;
  }
  .careersbxxxx .col-sm-8,
  .careersbxxxx .col-sm-4 {
    padding: 0 20px !important;
  }
  .coursepg_bx3 h3 span {
    font-size: 12px;
  }
  .coursepg_bx3 h2,
  .for_rec_pg h1,
  .tech_cons_a_itserv_bx1 h1{
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -0.5px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .accc-content.course-accc-content ul li,
  .for_rec_pg ul li {
    font-size: 13px;
    line-height: 24px;
  }
  .course_enq_bx {
    display: block;
  }
  .enroll_form {
    display: inline-block;
    padding: 25px;
  }
  .course_other_course ul li a {
    font-size: 13px;
  }
  .for_rec_pg .tcai_img {
    margin-top: 50px;
  }
  .for_rec_pg_form h1 span {
    font-size: 12px;
  }
  .careersmainpg h1 {
    font-size: 22px;
  }
  .jobdescripp {
    padding: 25px;
  }
  .jobtop span,
  .accordion-content .jobdescripp p,
  .accordion-content .jobdescripp ul li,
  .aboutpg_bx2 p,
  .aboutpg_bx3 ul li,
  .aboutpg_bx4 p,
  .aboutpg_bx4 ul li {
    font-size: 13px;
    line-height: 24px;
  }
  .jobdescripp h3 {
    font-size: 16px;
  }
  .aboutpg_bx1 h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .aboutpg_bx2 h3,
  .aboutpg_bx3 h2,
  .aboutpg_bx5 h2 {
    font-size: 22px;
  }
  .tech_cons_a_itserv_bx1 p {
    padding: 0 20px;
  }
  .ab2img span {
    top: 45px;
  }
  .aboutpg_bx4 h2 {
    margin-top: 50px;
    font-size: 22px;
  }
  .aboutpg_bx5 .col-sm-4 {
    margin-bottom: 30px;
  }
  .section2 .sec2qbx{width: 100%;}
  .sec2qbx h3{height: auto;}
  .sec2qbx p, .soltabbxin p{line-height: 21px; font-size: 13px;}
  .aboutpg_bx5{padding-top: 0;}
  .aboutbx3 ul{
      margin-left:0px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px){
    .sec2qbx h3 {
  font-size: 16px;
}
}
