/* reset css */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
span {
  display: inline-block;
}

a {
  text-decoration: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

/* global css */
.section-header h3 {
  font-size: 24px;
  line-height: 27px;
  color: #222222;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.section-header h2 {
  font-family: "Roboto Slab", serif !important;
  font-size: 40px !important;
  line-height: 38px !important;
  font-weight: 500 !important;
  color: #393939;
  letter-spacing: 1px;
}
.section-header h4{
  font-size:22px;
  line-height:22px;
  font-family: "Roboto Slab", serif !important;
  font-weight:400;
  letter-spacing: 1px;
}

.section-header p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  font-family: "Lato", sans-serif;
}

body {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

textarea {
  width: 100%;
}

.blue-btn {
  background-color: #22beca !important;
  border-radius: 30px;
  min-width: 228px;
  color: #fff;
  height: 52px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 400;
  transition: all 500ms ease-in-out;
  border: 1px solid #22beca;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
}
.blue-btn svg {
  margin-left: 5px;
}
.blue-btn:hover {
  box-shadow: 1.2px 1.2px 10px 5px rgb(29, 65, 157, 15%);
  color: #fff !important;
  background-color: #22beca !important;
}
.blue-btn:hover svg {
  margin-left: 10px;
}
/* header css */
.landing-page-header {
  padding: 24px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.landing-page-header .contact-info ul {
  display: flex;
}

.landing-page-header .contact-info ul li .icon {
  padding-right: 5px;
}

.landing-page-header .contact-info ul li .icon svg {
  width: 16px;
  height: 16px;
}

.landing-page-header .contact-info ul li a {
  color: #222222;
  font-size: 18px;
  line-height: 15px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  display: flex;
  align-items:baseline;
}

.landing-page-header .contact-info ul li a:hover {
  color: #1cacb7;
}

.landing-page-header .contact-info ul li {
  border-right: 1px solid #222222;
  margin-right: 16px;
  padding-right: 16px;
}
.landing-page-header .contact-info ul li:last-child {
  border-right:none;
	margin-right:0;
	padding-right:0;
}
.contact-info {
    float: right;
}
/* banner design starts */

.landing-page-banner {
  background-image: url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
  position: relative;
  padding: 186px 0 120px;
}
.landing-page-banner h4 {
  font-size: 22px;
  line-height: 15px;
  color: #1cacb7;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.landing-page-banner h1 {
  font-size: 54px;
  line-height: 61px;
  color: #393939;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  letter-spacing: 1px;
}

.landing-page-banner .container {
  position: relative;
  z-index: 2;
}

.landing-page-banner .bnnr-txt h4 {
  margin-bottom: 14px;
}

.landing-page-banner .bnnr-txt h1 {
  margin-bottom: 15px;
}

.code-list ul {
  display: flex;
  margin: 0;
}

.code-list ul li {
  font-size: 18px;
  font-weight: 400;
  /* border-right:1px solid #393939; */
  padding-right: 10px;
  margin-right: 12px;
  /* flex:0 0 auto;
  width:25%; */
  position: relative;
}

.code-list ul li::after {
  position: absolute;
  content: "";
  background-color: #393939;
  height: 16px;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

.landing-page-banner .btm-hdng {
  margin-top: 30px;
}

.landing-page-banner h1 {
  position: relative;
}

.landing-page-banner h1::after {
  position: absolute;
  content: "";
  right: 0;
  background-image: url(../images/lines.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
  width: 45px;
  height: 45px;
  top: -25px;
}

.landing-page-banner .container {
  position: relative;
}

.man-img {
  text-align: center;
  margin-top: -255px;
  position: relative;
  /* z-index: 2; */
  /* position: static; */
  /* margin-right: -62px; */
  /* z-index: -1; */
}
.man-img img {
  position: relative;
  margin-right: -62px;
}
.man-img::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 67px;
  background-size: contain;
  background-image: url(../images/code.png);
  left: 50%;
  background-repeat: no-repeat;
  background-position: left;
  top: -40px;
  transform: translateX(-50%);
  margin-left: -40px;
}

.man-img img {
  width: 225px;
}
.landing-page-banner .bnnr-form {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1.2px 1.2px 46px 0 rgb(0 0 0 / 12%);
  width: 470px;
  height: auto;
  padding: 0 25px 40px;
  position: relative;
  /* z-index: 2; */
}
.landing-page-banner .bnnr-form::after {
  position: absolute;
  content: "";
  top: 50px;
  left: -49px;
  background-image: url(../images/form-circle-one.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 94px;
  height: 94px;
  z-index: -1;
}
.landing-page-banner .bnnr-form::before {
  position: absolute;
  content: "";
  bottom: -8px;
  /* top: 50px; */
  right: -29px;
  background-image: url(../images/form-circle-two.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 46px;
  height: 46px;
  z-index: -1;
}
.circle-texture {
  position: absolute;
  left: -30px;
  z-index: -1;
  bottom: 0;
}
.landing-page-banner .bnnr-form form .blue-btn {
  width: 100%;
}
.landing-page-banner .bnnr-form .form-head {
  text-align: center;
  padding-top: 40px;
}
.landing-page-banner .bnnr-txt {
  padding-top: 85px;
  max-width: 610px;
}
.bnnr-form .form-head h3 {
  font-size: 28px;
  line-height: 27px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.bnnr-form .form-head p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 15px;
}
.bnnr-form form .input-field {
  margin-bottom: 12px;
}
.bnnr-form form .input-field .form-control,
.bnnr-form form .input-field .form-select,
.bnnr-form form .input-field textarea {
  border: 1px solid #dceef9;
  height: 45px;
  padding: 13px 0 14px 15px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
  border-radius: 24px;
  text-transform: capitalize;
}
.bnnr-form form .input-field .form-control:focus,
.bnnr-form form .input-field .form-select:focus,
.bnnr-form form .input-field textarea:focus,
.bnnr-form form .input-field textarea:focus-visible {
  border: 1px solid #22beca;
  box-shadow: none;
  outline: 0;
}
.bnnr-form form .input-field textarea {
  height: 90px;
  resize: none;
}
.bnnr-form form .input-field .form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/svg/slct-arw.svg) !important;
  background-size: 12px 12px !important;
}
.bnnr-form form .input-field input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.robot {
  position: absolute;
  top: -10%;
  right: -50%;
  z-index: -1;
}
.circle-left {
  position: absolute;
  top: 0;
}
.bnnr-form form .input-field p span{
  display:block !important;
}
.bnnr-form form .input-field textarea{
  min-height:90px !important;
}
/* .bnnr-form .blue-btn{
 position:relative;
 background-image: url(../images/svg/form-arrow.svg);
 background-repeat:no-repeat;
 background-position:right;
 background-size:contain;
} */

/* jobs  */
.jobs {
  padding: 100px 0;
}
.jobCard {
  display: flex;
  align-items: center;
}
.jobCard .jobnImg {
  width: 65px;
  height: 65px;
  padding: 15px 13px;
  border-radius: 10px;
  margin-right: 15px;
}
.jobs .container .row .col-lg-3:nth-child(odd) .jobCard .jobnImg {
  background-color: #eaf4ff;
}
.jobs .container .row .col-lg-3:nth-child(even) .jobCard .jobnImg {
  background-color: #e3fdff;
}
.jobCard .job-desc h5 span {
  font-weight: 700;
}

.job-profile-imgWrap .job-profile-desc{
  text-align: center !important;
}

/*why choose */
.why-choose {
  padding-bottom: 115px;
}
.why-choose .choose-head {
  /* text-align: center; */
}
.why-choose .choose-head h2 {
  margin-bottom: 20px;
}
.why-choose .choose-head p {
  max-width: 567px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.why-choose .option-box {
  text-align: left !important;
}
/* .why-choose .container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
} */
.why-choose .container .col-lg-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.option-card {
  background-color: #f9feff;
  border-radius: 20px;
  /* width:317px; */
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 5%);
  padding: 60px 22px 49px 20px;
  position: relative;
}
.option-card::after {
  background-color: #22beca;
  right: -10px;
  bottom: -10px;
  position: absolute;
  content: "";
  width: 304px;
  height:100%;
  /* min-height: 370px; */
  z-index: -1;
  border-radius: 20px;
}
.option-img {
  position: relative;
}
.option-img::after {
  background-color: #d8fcff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: -20px;
  z-index: 1;
  position: absolute;
  content: "";
  left: 20px;
}
.option-img img {
  margin-bottom: 29px;
  position: relative;
  z-index: 2;
}
.option-card .option-desc h3 {
  margin-bottom: 16px;
}

.success-mantra {
  padding: 100px 0;
  background-image: url(../images/success-mantra-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.success-mantra .container .row {
  align-items: center;
}
/* .succs-mddle-cntnt {
  text-align: center;
} */
.succs-mddle-cntnt p {
  margin: 15px 0 25px;
}

/* job profile section */
.jobs-provide {
  padding: 100px 0;
}
/* .jobs-head {
  text-align: center;
} */
.jobs-head h2 {
  margin-bottom: 20px;
}
.jobs-head p {
  max-width: 702px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.job-profile-wrap {
  display: flex;
  position: relative;
  /* flex-wrap:wrap; */
  z-index: 1;
}
.job-left-circl {
  position: absolute;
  left: -40px;
  top: -50px;
  z-index: -1;
}
.job-profile-card {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 12px;

  /* margin:0 12px; */
}
.job-profile-imgWrap {
  background-color: #f9feff;
  box-shadow:1.2px 1.2px 4.99px 1px rgb(0 0 0 / 0.05%);
  border-radius: 15px;
  padding: 14px 11px 0;
}
.job-profile-image img {
  border-radius: 15px;
  margin-bottom: 25px;
}
.job-profile-desc h4 {
  color: #222222;
  margin-bottom: 10px;
}
.job-profile-desc p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 43px;
}
.jobCard .job-desc h5 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #393939;
}
/* career section */
.career-section {
  /* background-image:url(../images/career-bg.png);
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center; */
  margin-bottom: 100px;
}
.career-main {
  background-image: url(../images/career-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 74px 160px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.career-section .col-lg-4 {
  text-align: right;
}
.career-head h4 {
  margin-bottom: 15px;
  line-height: 20px;
  color: #1CACB7;
}
.career-main .row {
  align-items: end;
}
.career-top {
  position: absolute;
  top: 0;
  left: 10%;
}
.career-btm-lft {
  position: absolute;
  bottom: 0;
  left: 0;
}
.career-btm-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.career-section .container .career-main .col-md-4 {
  text-align: right;
  padding-left: 120px;
}

/* benefits */
.benefits {
  margin-bottom: 100px;
  position: relative;
}
.benefits .container {
  position: relative;
}
.benefits .row {
  align-items: center;
}
.benefit-img{
  margin-left:65px;
}
.benefit-img,
.benefit-img img {
  position: relative;
}
.benefits-crcl {
  position: absolute;
  left: 98%;
  top: 10%;
  width: 28px;
  height: 28px;
  /* transform: translate(0 50%); */
}
.benefits-btm-crcl {
  position: absolute;
  left: 97%;
  bottom: 10%;
  /* width: 28px;
  height: 28px; */
}
.benefits-lft-crcl {
  position: absolute;
  left: 60%;
  top: 10%;
}
.benefits-head h2 {
  margin-bottom: 20px;
}
.benefits-head p {
  padding-bottom: 40px;
}
.benefits-row {
  display: flex;
  flex-wrap: wrap;
}
.benefits-row .benefits-col {
  width: 50%;
  flex: 0 0 auto;
  padding: 0 12px;
  margin-bottom: 24px;
}
.benefits-row .benefits-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #dceef9;
  border-radius: 10px;
  padding: 22px 22px 22px 20px;
}
.benefits-row .benefits-wrap .benefits-img {
  width: 52px;
  height: 39px;
  min-width: 52px;
  margin-right: 8px;
}
.benefits-txt p {
  line-height: 26px;
}
.benefits-btn {
  margin-top: 16px;
}

/* footer */
.footer {
  background: rgb(11, 47, 69);
  background: linear-gradient(
    90deg,
    rgba(11, 47, 69, 1) 100%,
    rgba(3, 13, 20, 1) 100%
  );
  padding: 44px 0 48px;
}

.footer .container .row {
  align-items: center;
}
.copyright-txt {
    text-align: center;
}
.copyright-txt p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #fafafa;
  /* padding-left: 197px;
  padding-right:354px; */
}

.socl ul {
  display: flex;
  justify-content: flex-end;
}
.socl ul li {
  padding: 0 8px;
}
.socl ul li a {
  font-size: 15px;
  color: #fff;
  border: 0.84px solid #fff;
  width: 34px;
  height: 34px;
  min-width: 34px;
  transition: all 400ms ease-in-out;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.socl ul li a:hover {
  background-color: #fff;
  color: #383838;
}
