/* header Starts  */

.immigrantion_canada_bg {
  background-image: url(../images/immigration-visa/immigration-canda-bg.webp);
}

.immigrantion_aus_bg {
  background-image: url(../images/immigration-visa/immigration-aus-bg.webp);
}

.immigrantion_nz_bg {
  background-image: url(../images/immigration-visa/immigration-nz-bg.webp);
}

.ee_program_canada {
  background-image: url(../images/immigration-visa/ee-program-canada.webp);
}

.sinp_canada {
  background-image: url(../images/immigration-visa/sinp-bg.webp);
}

.mpnp_canada {
  background-image: url(../images/immigration-visa/mpnp-bg.webp);
}

.bcpnp_canada {
  background-image: url(../images/immigration-visa/bcpnp-bg.webp);
}

.oinp_canada {
  background-image: url(../images/immigration-visa/oinp-bg.webp);
}

.nspnp_canada {
  background-image: url(../images/immigration-visa/nspnp-bg.webp);
}

.aipp_canada {
  background-image: url(../images/immigration-visa/aipp-bg.webp);
}

.rnip_canada {
  background-image: url(../images/immigration-visa/rnip-bg.webp);
}

.ainp_canada {
  background-image: url(../images/immigration-visa/ainp-bg.webp);
}

.immigrantion_aus_189 {
  background-image: url(../images/immigration-visa/immigration-aus-189-bg.webp);
}

.immigrantion_aus_190 {
  background-image: url(../images/immigration-visa/immigration-aus-190-bg.webp);
}

.immigrantion_aus_491 {
  background-image: url(../images/immigration-visa/immigration-aus-491-bg.webp);
}

/* header Ends  */

.country_box.country_sub_category .country_box_content .country_flag_name a {
  padding-left: 0;
}

.country_box.country_sub_category .country_box_content .yello_plane img {
  width: 24px;
  height: 24px;
}

/* Immigration canada Statrs */

.benefits {
  padding-bottom: 10px;
}

.study_in_canada .sic_title.immigration_title h5 {
  width: 87%;
}

.benefits .benefits_content.immigration_content .benefits_img_content {
  padding-bottom: 50px;
}

.benefits_inner_content h6 {
  font-weight: 700;
}

.benefits_inner_content p span {
  color: var(--secondary-color);
  font-weight: bold;
}

.benifits-head {
  font-weight: bold;
  font-size: 1.125rem;
}

.benefits_content ul li {
  font-weight: 500;
  padding-bottom: 6px;
}

/* Immigration canada Ends */

/* Category Stats */

.category {
  padding-bottom: 70px;
}

.category .category_title .title-border h5 {
  width: 67%;
}

.category .category_title h1 {
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
  color: var(--main-color);
  margin: 0;
}

.category
  .category_image_content
  .immigration_category
  .immigration_category_image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.category
  .category_image_content
  .immigration_category {
    display: flex;
    justify-content: center;
  }

.category
  .category_image_content
  .immigration_category
  .immigration_category_image
  .hover_plane {
  background-color: rgba(254, 196, 20, 0.7);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 125%;
  width: 100%;
  opacity: 0;
  animation-name: fadeFromtop;
  -webkit-animation-name: fadeFromtop;
  animation-duration: 800ms;
  -webkit-animation-duration: 800ms;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.category
  .category_image_content
  .immigration_category
  .immigration_category_image
  .hover_plane
  .hover_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category
  .category_image_content
  .immigration_category
  .immigration_category_image
  .hover_plane
  .hover_img
  h4 {
  color: var(--main-color);
  padding-top: 60px;
  text-align: center;
  /* padding-bottom: 30px; */
  font-weight: 700;
  margin: 0;
}

.category
  .category_image_content
  .immigration_category
  .immigration_category_image:hover
  .hover_plane {
  animation-name: fadeFromBottom;
  -webkit-animation-name: fadeFromBottom;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes fadeFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    display: block;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    display: block;
  }
}
@keyframes fadeFromtop {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(400%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* Category Ends */

/* About EE Program Starts */

.ee_program {
  padding: 100px 0;
}

.ee_program .ee_program_title .title-border h5 {
  width: 60%;
}

.ee_program .ee_program_title h1 {
  color: var(--main-color);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 50px;
  margin: 0;
}

.ee_program .ee_program_img_content .ee_program_img img {
  width: 100%;
  padding-bottom: 50px;
}

.ee_program .ee_program_img_content .ee_program_content {
  padding-bottom: 35px;
  text-align: justify;
}

.ee_program .ee_program_img_content .ee_program_content h6 {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 20px;
  margin: 0;
}

.ee_program .ee_program_img_content .ee_program_content ul {
  list-style-image: url(../images/student-visa/up-plane.svg);
  padding-bottom: 10px;
  margin: 0;
}

.ee_program .ee_program_img_content .ee_program_content ul li {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}

.ee_program .ee_program_img_content .ee_program_content ol li {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 10px;
}

.faq_genral_qus {
  padding-bottom: 80px;
}

.img-responsive {
  padding: 30px 0;
  display: block;
  max-width: 90%;
  height: auto;
  margin: 0px auto;
}

/* About EE Program Ends */

@media (max-width: 1400px) {

  .benefits .benefits_title h5 {
    width: 63%;
  }
  .category .category_title .title-border h5 {
    width: 78%;
  }
}

@media (max-width: 1100px) {

  .ee_program .ee_program_title .title-border h5 {
    width: 73%;
  }

  .category .category_title .title-border h5 {
    width: 86%;
  }

  .benefits .benefits_title h5 {
    width: 68%;
  }

  .faq_genral_qus .faq_title h5 {
    width: 70%;
  }
}

@media (max-width: 992px) {

  .benefits .benefits_title h5 {
    width: 54%;
  }

  .category .category_title .title-border h5 {
    width: 69%;
  }

  .faq_genral_qus .faq_title h5 {
    width: 55%;
  }

  .ee_program {
    padding: 50px 0;
  }

  .faq_genral_qus {
    padding-top: 20px !important;
  }
}

@media (max-width: 500px) {

  .ee_program .ee_program_title .title-border h5 {
    width: 98%;
  }

  .study_in_canada .sic_title.immigration_title h5 {
    width: 98%;
  }

  .benefits .benefits_title h5 {
    width: 98%;
  }

  .benefits .benefits_content.immigration_content .benefits_img_content {
    padding-bottom: 30px;
  }

  .category {
    padding-bottom: 0;
  }

  .category .category_title .title-border h5 {
    width: 96%;
  }

  .category .category_image_content a h4 {
    padding-top: 15px;
  }

  .faq_genral_qus .faq_title h5 {
    width: 96%;
  }

  .faq_genral_qus {
    padding-top: 40px !important;
  }

  .ee_program .ee_program_img_content .ee_program_content p {
    padding-bottom: 20px;
    margin: 0;
  }

  .ee_program .ee_program_img_content .ee_program_content {
    padding-bottom: 10px;
  }

  .ee_program .ee_program_img_content .ee_program_img img {
    padding-bottom: 30px;
  }

  .ee_program .ee_program_img_content .ee_program_content h6 {
    padding-bottom: 20px;
  }

  .ee_program .ee_program_img_content .ee_program_content ul li {
    padding-bottom: 15px;
  }
}
