.flag-wrap {
  background: #FCFCFC;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px #0000001f;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  margin-bottom: 30px; }

.choose-destiny-content {
  background-color: #FAFAFA;
  padding: 24px;
  position: relative;
  width: calc(100% - 8px); }
  .choose-destiny-content .flag-logo-wrap {
    position: absolute;
    top: -30px;
    right: 24px; }
  .choose-destiny-content .country-name {
    font-size: 24px;
    font-weight: 600; }
.choose-destiny-view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #A20C0F;
  border-radius: 50%;
  color: #fff;
  font-size: 12px; }

.service-img {
  width: calc(100% - 8px); }

.tes_t .slick-slide {
  margin-bottom: 24px; }

.testimonial_s .slick-arrow {
  display: none !important; }
.testimonial_s .slick-dots li {
  background-color: #ffcccd;
  border-radius: 50%;
  width: 8px;
  height: 8px; }
.testimonial_s .slick-dots .slick-active {
  background-color: #A20C0F; }

.program {
  background-image: url("../images/program-bg.jpg"); }
  .program .visa-list {
    background-color: #fff;
    border-radius: 4px;
    padding: 24px;
    width: calc(100% - 8px) !important; }
    .program .visa-list .icon-wrap {
      width: 80px;
      height: 80px;
      background: #ffeeef;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
  .program .secondary-title {
    color: #000; }
  .program i {
    color: #A20C0F;
    font-size: 40px;
    margin-bottom: 16px;
    display: inline-block; }

.h-program .visa-list {
  min-height: 356px; }

.testimonials .img-wrap {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: auto; }
.testimonials img {
  border-radius: 50%;
  height: 80px; }
.testimonials-content {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 24px;
  position: relative; }
.testimonials .quote {
  display: block;
  position: absolute;
  font-size: 54px;
  bottom: -50px;
  left: 0;
  right: 0;
  color: #a80d13; }

.cd-list {
  overflow: hidden;
  display: block;
  border-radius: 25px; }
  .cd-list img {
    transition: all 0.4s; }
  .cd-list:hover .country-name {
    color: #fff; }
  .cd-list:hover .choose-destiny-view {
    background-color: #fff;
    color: #A20C0F; }
  .cd-list:hover img {
    transform: scale(1.2); }
  .cd-list .cd-content {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    text-align: center; }
  .cd-list .country-name {
    font-size: 20px;
    margin-bottom: 16px;
    text-shadow: 0 0 10px #000; }
  .cd-list .choose-destiny-view {
    margin: auto;
    transition: all 0.2s; }

.about-highlight {
  display: flex;
  align-items: center;
  margin: 16px 0; }
  .about-highlight i {
    color: #A20C0F;
    font-size: 40px;
    margin-right: 16px; }
  .about-highlight div {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600; }
.about-short-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase; }
.about .section-title {
  color: #A20C0F;
  position: relative;
  padding-left: 20px; }
  .about .section-title:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 40px;
    background-color: #A20C0F;
    left: 0;
    top: 0; }

.why-choose-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .why-choose-details-wrap {
    padding-top: 140px;
    padding-bottom: 40px; }
.why-choose-list {
  border-radius: 4px;
  color: #fff;
  text-align: center;
  max-width: 260px;
  border: 2px solid #fff;
  margin-bottom: 40px;
  padding: 40px; }
.why-choose-title {
  font-size: 20px;
  font-weight: 600; }
.why-choose .icon {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 16px; }

.cta {
  padding: 80px 0;
  background-color: #ECF0F1;
  color: #fff;
  position: relative; }
  .cta h3 {
    color: #0a0a0a;
    font-size: 32px;
    font-weight: 600; }
  .cta div {
    color: #0a0a0a;
    font-size: 20px; }
  .cta:before {
    content: "\e903";
    position: absolute;
    font-family: 'immigrow';
    background-size: cover;
    top: -50px;
    left: -80px;
    transform: rotate(63.34deg);
    opacity: 0.2;
    font-size: 200px; }
  .cta-text {
    font-size: 28px;
    font-weight: 600; }
  .cta .btn {
    font-size: 20px;
    font-weight: 600; }

.faq {
  background-color: #f7f7f7;
  padding: 60px 40px; }
  .faq-wrap {
    position: relative;
    top: -80px; }

.faq .card {
  margin-bottom: 24px; }
  .faq .card-header {
    background-color: #fff;
    border-radius: 4px 4px 0 0; }
    .faq .card-header-title {
      font-size: 18px;
      font-weight: 600; }
    .faq .card-header .btn-link {
      color: #000;
      display: flex;
      padding: 24px 32px;
      width: 100%;
      white-space: normal;
      text-align: left;
      line-height: 1.4; }
      .faq .card-header .btn-link:hover, .faq .card-header .btn-link:focus {
        text-decoration: none; }
    .faq .card-header .icon-wrap {
      padding-left: 24px;
      color: #A20C0F; }
  .faq .card-body {
    background-color: #fff;
    padding: 24px 40px;
    border-top: 0; }
.faq .btn[aria-expanded="true"] {
  background-color: #A20C0F;
  color: #fff;
  border-radius: 0 10px 10px 0; }
  .faq .btn[aria-expanded="true"] i {
    color: #fff; }

.banner-content-wrap {
  position: absolute;
  bottom: -20%;
  right: 0; }
.banner-content-text {
  background-color: #A20C0F;
  color: #fff;
  padding: 40px 60px;
  font-size: 24px;
  font-weight: 500; }

.address-details {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 32px;
  margin-bottom: 16px; }
  .address-details .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007CBE;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px; }
  .address-details h4 {
    font-weight: 400; }
  .address-details div {
    color: #000;
    font-weight: 500; }

.contact-form {
  background-color: #F6F4F1; }

.form-details {
  background-color: #fff;
  border-radius: 4px;
  padding: 32px; }

.gmap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%; }

.banner-form {
  background-color: #ffffffd6;
  padding: 24px;
  margin-bottom: 24px; }
  .banner-form-heading {
    background-color: #007CBE;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
    text-align: center; }
  .banner-form-wrap {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
    border-radius: 10px; }

.contact-us {
  background-color: #1D7DC2;
  border-radius: 4px;
  padding-bottom: 24px; }
  .contact-us .contact-use-h-wrap {
    margin-bottom: 24px;
    border-bottom: 1px solid #ededed57;
    padding: 24px;
    text-align: center;
    color: #fff; }
  .contact-us .secondary-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0; }
    .contact-us .secondary-title-1 {
      font-size: 20px; }
  .contact-us-details {
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff; }
  .contact-us .wa-img {
    height: 24px;
    margin-right: 16px; }
  .contact-us .text-or {
    color: #e4e4e4; }

.tiny {
  position: sticky;
  width: 350px;
  top: 80px; }

.service-content {
  background-color: #fff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: relative;
  right: 100px;
  z-index: 1; }
  .service-content-l {
    right: auto;
    left: 100px; }
  .service-content-title {
    color: #000;
    font-size: 24px;
    font-weight: 700; }
  .service-content-s-title {
    font-size: 16px;
    font-weight: 600;
    color: #000; }
  .service-content .inner-page-list .icon {
    color: #007CBE; }
  .service-content .flag-img {
    height: 40px; }

.our-mission-list {
  background-color: #fff;
  padding: 24px;
  min-height: 230px; }
  .our-mission-list-title {
    margin-bottom: 16px;
    font-size: 18px;
    color: #000;
    font-weight: 600; }

.process-img {
  max-height: 550px; }

/****************** About page *********************/
.story-title {
  color: #A20C0F;
  font-size: 32px;
  font-weight: 700; }

.about-why-choose .why-choose-list {
  color: #A20C0F;
  border-color: #A20C0F; }
  .about-why-choose .why-choose-list .icon {
    display: inline-block;
    font-size: 60px;
    margin-bottom: 16px; }

/****************** Country page *********************/
.immigration-list {
  background: rgba(255, 198, 0, 0.05);
  padding: 32px;
  border-radius: 4px;
  margin-bottom: 30px; }
  .immigration-list-head {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
  .immigration-list-name {
    width: 70%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-left: 24px; }
  .immigration-list-link {
    color: #000;
    font-weight: 600; }
    .immigration-list-link .icon {
      display: inline-block;
      font-size: 14px;
      margin-top: 4px;
      margin-right: 8px; }
  .immigration-list-content {
    font-weight: 500;
    margin-bottom: 16px; }
  .immigration-list .icon-wrap {
    background-color: #A20C0F;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .immigration-list .icon-wrap .icon {
      color: #fff;
      font-size: 30px; }

/****************** inner page *********************/
.inner-page p {
  color: #868686;
  font-size: 18px; }
.inner-page-list {
  display: flex;
  font-weight: 500;
  margin-bottom: 16px; }
  .inner-page-list .icon {
    color: #A20C0F;
    margin-top: 4px;
    display: none; }

.intro-text {
  font-weight: 500; }

.contact-us {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding-bottom: 24px; }
  .contact-us .secondary-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
    padding: 24px; }
  .contact-us-details {
    padding: 0 24px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 500; }
  .contact-us .wa-img {
    height: 24px;
    margin-right: 16px; }

.tiny {
  position: fixed;
  width: 350px;
  top: 80px; }

/************************ Contact Us **********************/
.contact-page .contact-details .footer-address {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  margin-bottom: 24px; }
  .contact-page .contact-details .footer-address .icon {
    color: #A20C0F;
    margin-top: 4px;
    margin-right: 12px; }
  .contact-page .contact-details .footer-address .email-icon {
    font-size: 14px;
    margin-top: 6px; }

/************************** Thank You Page ***********************************/
.mail-sent {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  padding: 40px;
  text-align: center;
  margin-top: 100px; }
  .mail-sent-img {
    height: 120px;
    margin-bottom: 32px; }
  .mail-sent a {
    display: inline-flex;
    align-items: center; }
  .mail-sent .thankyou-text {
    color: #2a2a2a;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 600; }
  .mail-sent .icon {
    display: inline-block;
    transform: rotate(180deg);
    margin-right: 16px; }

.banner-form {
  background-color: #ffffffd6;
  padding: 24px;
  margin-bottom: 24px; }
  .banner-form-heading {
    background-color: #007CBE;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
    text-align: center; }
  .banner-form-wrap {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
    border-radius: 10px; }

.form-position {
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 1; }

.inner-page-banner {
  min-height: 550px; }
  .inner-page-banner .form-position {
    top: 0; }

.inner-page .visa-list {
  margin-bottom: 30px;
  border-left: 6px solid #d65257; }
  .inner-page .visa-list i {
    display: none; }
  .inner-page .visa-list .secondary-title {
    font-size: 18px; }
.inner-page .secondary-title {
  color: #000;
  font-size: 28px;
  font-weight: 400; }
.inner-page .cta {
  padding-bottom: 80px; }

.country-list {
  display: flex;
  list-style-type: disc;
  flex-wrap: wrap; }
  .country-list li {
    margin: 0 16px; }

.country-title {
  color: #A20C0F;
  font-size: 16px; }

.cta .cta-btn {
  color: #fff !important; }
  .cta .cta-btn:hover {
    color: #A20C0F !important; }

.testimonials .form-wrap {
  padding: 0; }
.testimonials .form-wrap-title {
  color: #fff;
  font-weight: 500;
  font-size: 24px; }
.testimonials .form-details {
  background-color: #A20C0F;
  border-radius: 10px; }
.testimonials .form-control {
  background-color: transparent;
  padding: 8px 16px;
  border-color: #ffffff7d;
  border-radius: 0;
  font-size: 14px; }
.testimonials ::placeholder {
  color: #e9e9e9; }

@media (max-width: 991.98px) {
  .choose-destiny .slick-slide > div {
    margin: 0; }

  .why-choose {
    padding-bottom: 60px; }
    .why-choose .form-details {
      padding: 0; }

  .why-choose-list {
    width: 48%;
    padding: 16px; }
    .why-choose-list .why-choose-title {
      font-size: 16px; }

  .faq .card-header-title,
  .inner-page .card-header-title {
    letter-spacing: 0;
    font-size: 15px; }

  .faq .card-header .btn-link,
  .inner-page .card-header .btn-link {
    padding: 16px;
    align-items: center; }

  .faq .card-body,
  .inner-page .card-body {
    padding: 16px; }

  .cta {
    padding: 60px 0 !important; }
    .cta h3 {
      font-size: 24px;
      margin-bottom: 16px; }
    .cta div {
      font-size: 19px; }
    .cta .btn {
      font-size: 18px;
      margin-top: 16px; }

  .cta-text {
    font-size: 18px;
    margin-bottom: 24px; }

  .story-title {
    font-size: 24px; }

  .contact-us {
    display: none; }

  .why-choose .icon {
    font-size: 40px; }

  .service-content {
    position: static; }

  .service-content-title {
    font-size: 18px; }

  .gmap {
    position: static;
    width: 100%;
    margin-top: 40px; } }

/*# sourceMappingURL=home.css.map */
