* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#career_banner {
  height: 100vh;
}

.cr-content {
  padding: 45px;
}

.career_img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.career_img>img {
  display: block;
  width: 100%;
  height: 100%;
}

.career_right_row {
  height: 100%;
  --bs-gutter-x: 0rem;
}

.career_start {
  height: 100%;
  margin-top: 90px;
}

.career_start>h1 {
  font-size: 60px;
}

.career_start>p {
  margin-top: 50px;
  font-size: 20px;
}

.career_right_btn {
  margin-top: 30px;
}

.career_right_btn>a {
  display: inline-block;
  background-color: #0047BB;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 10px;
  font-weight: 600;
}

/* career partner */
.career_partner {
  background: url(../images/career_partner.jpg);
  background-position: center center;
  background-size: cover;
}

.career_col>h3 {
  color: #212529;
}

.learn_more>a {
  display: inline-block;
  color: #212529;
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
}

.career_learn_more>a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #0047BB;
  padding: 8px 10px;
  border-radius: 10px;
  width: 160px;
}

.learn_more>a>i {
  font-size: 20px;
  font-weight: 600;
  padding-right: 10px;
  transition: all 0.5s;
}

.career_learn_more>a>i {
  font-size: 20px;
  padding-right: 10px;
  transition: all 0.5s;
  margin-top: 2px;
}

.learn_more>a:hover i {
  padding-right: 0px;
  padding-left: 10px;
  transition: all 0.5s;
}

.career_learn_more>a:hover i {
  padding-right: 0px;
  padding-left: 10px;
  transition: all 0.5s;
}


.career_business {
  width: 100%;
  height: auto;
}

.career_business>img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 16/9;
}

.career_starine>img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 16/9;
}

.career_filmyplay>img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 16/9;
}

#career_testimonials {
  padding-top: 60px;
}

.career_testimonials {
  position: relative;
  background-color: #212529d7;
}

.career_bg_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.career_bg_image>img {
  display: block;
  width: 100%;
  /* height: 100%; */
  background-color: #212529d0;
}


.career_testimonials_details {
  padding: 30px;
  background-color: #65656577;
  border-radius: 20px;
}

.c_t_Icons>span>i {
  color: #0047BB;
}

.career_testimonials_details>p {
  margin-top: 30px;
  color: #fff;
}

.c_t_quote {
  position: relative;
}

.c_t_quote>i {
  position: absolute;
  font-size: 50px;
  color: #0047BB;
}

.c_t_title {
  color: #fff;
}

.c_t_image>img {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.career_t_right {
  background-color: #0047BB;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  height: 120%;
  position: relative;
  top: -20%;
}

.career_t_right>h1 {
  font-size: 50px;
  color: white;
}

.learn_more2 * {
  transition: all .3s ease-in-out;
}

.learn_more2>a {
  text-decoration: none;
  color: white;
}

.learn_more2>a>i {
  padding-right: 15px;
}

.learn_more2>a:hover>i {
  padding-left: 10px;
  padding-right: 5px;
}

.career_t_right>p {
  margin-top: 20px;
  color: white;
}

/* social media */
.social_media {
  background-color: #f4f7f6;
  padding-top: 20px;
}

.social-content {
  width: 60%;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-between;
}

.social-col {
  width: 100%;
}

.social-col>h6 {
  color: rgb(47, 47, 48);
}

.social-border {
  width: 15vw;
  height: 2px;
  background-color: rgb(68, 68, 68);
}

.social_media_links {
  display: flex;
  align-items: center;
  column-gap: 7px;
  flex-wrap: nowrap;
}

.social_media_links>a {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  background-color: #0047BB;
  border-radius: 5px;
  transition: all 0.5s;
  text-decoration: none;
  color: white;
  transition: all .3s ease-in-out;
  border: 1px solid #f4f7f6;
}

.social_media_links>a:hover {
  background-color: rgb(255, 255, 255);
  color: #0047BB;
  border-color: #0047BB;
}

.social_media_links>a>i {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  font-size: 16px;
  line-height: 16px;
}

/* more job */
.more_job {
  background-color: #f4f7f6;
  padding: 50px 0px;
}

.career_experience1 {
  border-radius: 20px;
  padding: 25px;
  background-color: #0047BB;
}

.career_experience2 {
  border-radius: 20px;
  padding: 25px;
  background-color: #0047BB;
}

.career_experience3 {
  border-radius: 20px;
  padding: 25px;
  background-color: #0047BB;
}

.career_experience1>h1 {
  color: #fff;
  margin-top: 28px;
}

.career_experience2>h1 {
  color: #ffffff;
  margin-top: 28px;
}

.career_experience1>h5 {
  color: #fff;
}

.career_experience2>h5 {
  color: #fff;
}

.career_exp_icon>i {
  font-size: 40px;
  color: rgb(255, 255, 255);
}

.career_exp_icon3>img {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
}

.career_experience3>h1 {
  margin-top: 10px;
  color: rgb(255, 255, 255);
}

.career_experience3>h5 {
  color: white;
}

.more_job_details {
  color: rgb(40, 40, 41);
}

/* form css */

#distribution-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-bg {
  background-color: #0047BB;
  padding: 10px 20px 30px 20px;
}

.distribution .distribution-button {
  border: none;
  width: 100%;
  background-color: #fff;
  color: #0047BB;
  padding: 8px 40px;
  transition: all ease-out 0.3s;
  text-decoration: none;
  border-radius: 20px 0px 20px 0px;
  font-size: 18px;
}

.distribution-button:hover {
  border: none;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-radius: 0px 20px 0px 20px;
  background-color: #67D9FF;
  color: #fff;
}


.dis-form-input {
  box-shadow: 2px 5px 5px 1px rgba(15, 4, 165, 0);
  padding: 10px 10px;
  padding-left: 15px;
  border-radius: 10px;
  font-size: 15px;
  transition: all ease .3s;
  border: none;
  outline: none;
  display: block !important;
}

.dis-form-input:focus {
  box-shadow: 1px 5px 5px 1px rgba(5, 25, 204, 0.719);
  border-radius: 25px;
  margin-top: -5px;
}


.dist-form-col {
  display: flex;
  align-items: center;
  height: 60px;
}

.dist-form-col2 {
  margin-top: 10px;
  height: 110px;
}

.disimg {
  width: 100%;
  height: 100%;
}

.disimg>img {
  display: block;
  width: 100%;
  height: 350px;
  /* object-fit: fill; */
  /* aspect-ratio: 16 / 9; */
}

.CR_modal-text {
  letter-spacing: 1px;
  line-height: 30px;
  font-size: clamp(12px, 2vw, 16px);
  padding: 20px 5px;
}

.modal-close-btn {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media screen and (min-width: 320px) {
  .career_img {
    display: none;
  }

  .cr-content {
    padding: 35px 10px;
  }

  .career_right_btn>a {
    padding: 6px 18px;
    font-size: 14px;
  }

  .career_right_btn>a>i {
    margin-top: 2px;
  }

  .career_learn_more>a {
    width: 120px;
    font-size: 12px;
    padding: 7px 10px;
  }

  .career_learn_more>a>i {
    font-size: 13px;
    margin-top: 0px;
  }

  #career_testimonials {
    padding: 40px 0;
  }

  .career_bg_image {
    opacity: 0;
  }

  .career_testimonials {
    background-color: black;
    padding-bottom: 30px;
    margin: 0;
  }

  .career_testimonials_details {
    padding: 20px;
  }

  .c_t_quote>i {
    font-size: 40px;
  }

  .crr-left-col {
    margin-top: 20px;
  }

  .career_t_right {
    height: auto;
    top: 0px;
  }

  .career_t_right>h1 {
    font-size: 26px;
  }

  .career_t_right>p {
    font-size: 14px;
  }

  .c_t_title {
    margin-top: 10px;
  }

  .career_experience1>h1 {
    margin-top: 15px;
  }

  .career_experience2>h1 {
    margin-top: 15px;
  }

  .social-content {
    width: 100%;
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
  }

  .social-content>.social-col:nth-child(1) {
    width: 50%;
    padding-left: 10px;
  }

  .social-content>.social-col:nth-child(2) {
    order: 3;
    width: 100%;
  }

  .social-content>.social-col:nth-child(3) {
    width: 50%;
    display: flex;
    justify-content: end;
    padding-right: 10px;
  }

  .social-border {
    width: 100%;
  }

  .CR_modal-text {
    line-height: 20px;
  }

  .def_text {
    font-size: 14px !important;
  }

  .disimg>img {
    height: auto;
  }
}

@media screen and (min-width: 576px) {
  .cr-content {
    padding: 35px;
  }
}

@media screen and (min-width: 768px) {
  .career_bg_image {
    opacity: 1;
  }

  .CR_modal-text {
    line-height: 30px;
  }

  .career_testimonials {
    background-color: rgba(0, 0, 0, 0.723);
  }

  /* #career_testimonials {
    padding: 80px 0;
  } */
  .def_text {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 992px) {
  .career_t_right {
    height: 130%;
    top: -30%;
  }

  .career_img {
    display: block;
  }

  .cr-content {
    padding: 45px;
  }

  .cr-content>h1 {
    font-size: clamp(30px, 4vw, 45px);
    line-height: 55px;
    margin-bottom: 20px;
  }

  .career_right_btn>a {
    padding: 10px 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 160px;
    justify-content: center;
  }

  .career_right_btn>a>i {
    font-size: 18px;
    padding-right: 15px;
    transition: all .3s ease-in-out;
  }

  .career_right_btn>a:hover>i {
    padding-right: 5px;
    padding-left: 10px;
  }

  .career_learn_more>a {
    width: 150px;
    justify-content: center;
    font-size: 16px;
  }

  .career_learn_more>a>i {
    font-size: 18px;
  }

  .def_text {
    font-size: 16px !important;
  }
  .disimg>img {
    height: 330px;
  }
}

@media screen and (min-width: 1024px) {
  .career_testimonials {
    padding: 60px 0;
  }

  #career_testimonials {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .disimg>img {
    height: 350px;
  }
}