@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;

}

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  background-color: #fff;
  font-size: 1rem;
  line-height: 22px;
  color: #000;
}


.nav-button {
  background-color: #fff;
}

.why-choose,
#footer {
  background-image: url('/assets/images/home/earth-map.webp');
  border-top: 1px solid #fff;
  color: #fff;
  padding: 20px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  height: 40px;
}

.main-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 0;
}

.reading-block h1 {
  color: white;
  font-size: 4rem;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #ced4da !important;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: inherit;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 80%;
  max-width: 500px;
  text-align: left;
}

.btn-adst {
  padding: 3px 40px;
  font-size: 23px;
}

label {
  font-size: 1rem;
  width: 90%;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 5px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.enquiry-now {
  text-align: right;
  position: fixed;
  transform: rotate(270deg);
  right: -100px;
  top: 50%;
  z-index: 10;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  overflow: auto;
}

.popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  max-width: 80%;
  /* Limit the width to 80% of the viewport */
  max-height: 80%;
  /* Limit the height to 80% of the viewport */
  overflow: auto;
  /* Enable scrolling if content overflows */
  text-align: left;
}


/* Rest of your CSS styles for radio buttons and submit button */

/* Close button (optional) */
.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
}

.enquire {
  display: grid;
  align-content: stretch;
  justify-content: space-between;
}

.popup-content input[type="submit"] {
  background-color: #ff000d;
  color: #fff;
  margin-top: 10px;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-content input[type="submit"]:hover {
  background-color: #0056b3;
}



.main-nav ul li {
  list-style: none;
  margin: .7rem .5rem;
}

.main-nav ul li:first-child {
  margin-left: 0;
}

.main-nav ul li a {
  text-decoration: none;
  color: #666666;
  font-size: 1rem;
  padding: 8px 10px;
  transition: .5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-nav ul li a:hover {
  color: #0d204b;
}

.main-nav ul li a i.menu-icon {
  font-size: 1.7rem;
  margin-right: .5rem;
}

.sharing {
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 10px;
}

.boderall {
  border: 1px solid #ced4da !important;
}

.sharing a {
  /* color: #0d204b; */
  font-size: 2rem;
  /* padding: 8px 10px; */
  /* margin: 0 0.5rem; */
  /* text-decoration: none; */
}

.navigation {
  background-color: #0d204b;
}

/* Add this CSS to create a keyframe animation for the navbar background color */
/* Define the keyframe animation */
@keyframes changeColor {
  0% {
    background-color: #0c204b;
  }

  50% {
    background-color: #10388d;
    /* Lighter color */
  }

  100% {
    background-color: #0c204b;
  }
}

/* Apply the animation to the navigation element */
.navigation {
  animation: changeColor 15s infinite;
  /* 5-second duration, infinite loop */
}



.navigation .navbar-brand img {
  width: 100%;
  height: 25px;
}

.nav-item.dropdown:hover .cus-menu li a.dropdown-item {
  background-color: #0c204b;
  color: rgba(229, 204, 179, 1) !important;
}

.nav-item.dropdown:hover .cus-menu li a.dropdown-item:hover {
  background-color: #5c5454;
  color: #000;
}

/* Change the color of the active dropdown item */
.nav-item.dropdown:hover .cus-menu {
  background-color: #0c204b;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  /* Adjust the vertical position as needed */
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
}

.carousel-indicators li {
  display: inline-block;
  width: 15px;
  /* Adjust the indicator width as needed */
  height: 15px;
  /* Adjust the indicator height as needed */
  background-color: #d8c2c2;
  /* Inactive indicator color */
  border-radius: 50%;
  margin-right: 5px;
  /* Adjust the spacing between indicators as needed */
  cursor: pointer;
}

.carousel-indicators li.active {
  background-color: #0c204b;
  /* Active indicator color */
}


.navigation .navbar-nav a.nav-link {
  color: #a7a5a7;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: .3s ease-in-out;
}

.navigation .navbar-nav a.nav-link:hover {
  color: #fdf8fd;
}

.new-horizons {
  padding: 7rem 0;
}

.cus-menu {
  background-color: #0d204b;
}

.dropdown-item {
  color: white;
}

.new-horizons h1 {
  font-size: 55px;
  margin-top: 5%;
  color: #3c4664;
  word-spacing: 8px;
}

.new-horizons p {
  font-size: 34px;
  color: #3c4664;
}

.horozone-logo {
  width: 65%;
  display: flex;
  margin: 5rem 0;
  flex-wrap: wrap;
}

.horozone-logo a {
  background: url(../images/logo-bg.png) left center no-repeat;
  width: 40%;
  display: flex;
  padding-left: 90px;
  height: 60px;
  background-size: cover;
  align-items: center;
  text-decoration: none;
  color: rgb(60, 70, 100);
  font-size: 1.5rem;
  margin-right: 5%;
}

.horozone-logo.study-logo a {
  margin-bottom: 3rem;
  line-height: 25px;
}

.about-sec {
  background: url(../images/about-bg.png) center center no-repeat;
  background-size: cover;
  display: flex;
}


.new-about h1 {
  font-size: 9rem;
  margin-top: 3%;
  color: #fff;
  padding-bottom: 2rem;
}

.new-about h1 img {
  width: 34%;
}

.new-about p {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}

.book-consultant {
  margin-bottom: 4rem;
  width: 30%;
}

.book-consultant a {
  background: url(../images/white-cta.svg) left center no-repeat;
  display: flex;
  padding-left: 83px;
  height: 63px;
  background-size: cover;
  align-items: center;
  text-decoration: none;
  color: #0d204b;
  font-size: 1.7rem;
  margin-bottom: 9rem;
}

.service {
  padding-bottom: 5rem;
}

.service h1 {
  font-size: 8rem;
  padding-bottom: 58px;
  color: #0d204b;
}

.our-service {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 260px;
  padding: 3.2rem 7rem 1rem 1.8rem;
}

.our-service h3 {
  font-size: 1.3rem;
  color: #3c4664;
  margin-top: 3px;
}

.our-service p {
  font-size: 1.1rem;
  color: #fff;
  margin-top: 8px;
}

.our-service a {
  position: absolute;
  bottom: 20px;
  left: 83px;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}

.carousel-control-prev-icon {
  margin-left: 1rem;
}

.carousel-item1 {
  padding-left: 5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}


.ser-img {
  position: absolute;
  width: 260px;
  z-index: -1;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.see-more {
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.see-more span {
  position: absolute;
  top: -12px;
  right: 12rem;
  background: #fff;
  color: #0c204b;
  padding: 0 1rem;
  font-size: 1.5rem;
}

.test-list {
  margin-top: 4rem;
}

.test-list h1 {
  font-size: 8rem;
  color: #0d204b;
}

.testimonial {
  background-color: #0d204b;
  margin-top: 30px;
}

.owl-nav {
  display: none;
}


.abroad-details {
  display: flex;
  margin: 1.5rem 0;
}

.bsp {
  display: flex;
  align-items: center;
  /* width: 70%; */
  margin-right: 2rem;
}

.bsp img {
  margin-right: 1rem;
  max-width: 100%;
}

.bsp h3 {
  font-size: 1.9rem;
  color: #3c4664;
  line-height: 28px;
}

.bsp-text {
  font-size: 1.2rem;
  color: #3c4664;
  line-height: 28px;
  padding: 1rem;
  /* max-height: 90px; */
  margin-top: 1rem;
}

.expList .bsp {
  margin-left: 2rem;
  margin-right: 0;
}

.abr-flow {
  width: 10%;
  display: flex;
  max-height: 930px;
  padding-left: 56px;
}

.migration-sec {
  background-color: #0d204b;
  padding: 5rem 0;
}

.mig-details {
  width: 80%;
}

.mig-details img {
  height: 58px;
  margin-top: 50px;
}

.mig-details h3 {
  font-size: 48px;
  margin: 2rem 0;
  color: #fff;
  word-spacing: 5px;
}

.mig-details p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 26px;
}

.mig-details button.btn {
  line-height: 0px;
  background: #fff;
  color: #000;
  border-color: #000;
  border-radius: 40px;
  padding: 28px;
  font-size: 20px;
  margin-top: 40px;
}

.key-loc {
  width: 20%;
}

.key-loc img {
  width: 225px;
}


.visa-third {
  background: #c2c7d1 url(../images/visa.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 19rem;
  /* background-position: top 100% right 0; */
}

.tourest-visa {
  display: flex;
}

.tourest-visa img {
  width: 100px;
  margin-right: 2rem;
}



.basic-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.key-loc-visa {
  width: 310px;
}

.basic-details h2 {
  font-size: 2.5rem;
  color: #3c4664;
  margin-top: 2rem;
}

.main-details {
  display: flex;
  flex-wrap: wrap;
}

.common-list {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}

.common-list img {
  width: 70px;
  margin-right: 1.5rem;
}


.education-details {
  display: flex;
  align-items: center;
}

.education-details .mig-details {
  width: 70%;
  text-align: justify;
}

.education-details .key-loc {
  width: 30%;
  margin-left: 2%;
}

.mig-details.atpac-help {
  width: 70%;
  text-align: justify;
}

.atpac-help.key-loc {
  width: 30%;
  margin-left: 2%;
}

.unlock-world img {
  width: 80px;
  margin-top: -48px;
}

.mig-details.atpac-help img {
  height: 50px;
}

.mig-details.atpac-help h3 {
  color: #3c4664;
}

.mig-details.atpac-help h3 span {
  font-size: 5rem;
}

.mig-details.atpac-help p {
  color: #3c4664;
}

.mig-details.atpac-help button.btn {
  line-height: 12px;
  background: #0c204b;
  color: #fff;
  border-color: #000;
  border-radius: 56px;
}

.line-width {
  /* width: 85.3rem; */
  height: 16px;
  background-color: #0d204b;
  opacity: 1;
  /* margin: 5rem 0; */
}

.work-det img {
  width: 100px;
}

.unlock-fifth {
  background: url(../images/unlock-banner.png) center center no-repeat;
  padding-bottom: 12rem;
  background-size: cover;
}

.unlock-world {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0.5rem;
  margin-top: 82px;
}

.unlock-world span {
  font-size: 7rem;
  color: #3c4664;
  padding-right: 1rem;
}

.unlock-world h1 {
  font-size: 40px;
  color: #3c4664;
  margin: 0;
  padding-bottom: 24px;
}

.work-det.abr-flow {
  max-height: 250px;
}

.catalyst-sec {
  background-color: #f4f4f5;
  padding: 4rem 0;
}


.catalyst-sec .education-details .mig-details {
  width: 60%;
}

.catalyst-sec .education-details .mig-details h2 {
  font-size: 3rem;
  color: #3c4664;
  margin-bottom: 2rem;
  word-spacing: 5px;
}

.catalyst-sec .mig-details p {
  color: #3c4664;
}

.catalyst-sec .key-loc {
  width: 40%;
}

.job-transition {
  padding: 2rem 0;
  position: relative;
}

.job-transition .mig-details p {
  margin-bottom: 3rem;
}

.lang-seven {
  background: url(../images/language-banner.png) no-repeat;
  background-size: cover;
  padding-bottom: 15rem;
}

.main-banner {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 10%;
  top: 20vh;
  width: 40%;
}

.main-banner img {
  max-width: 75%;
}

.main-banner p {
  position: absolute;
  font-size: 48px;
  line-height: 55px;
  color: #3c4664;
  top: 27%;
  left: -25%;
}

.lang-ielts {
  display: flex;
}

.lang-ielts p {
  margin-right: 2rem;
  text-align: justify;
}

.lang-ielts img {
  width: 15%;
}

.lang-ielts p.next-para {
  margin-left: 2rem;
  margin-right: 0;
}

.work-det.lang-flow {
  width: 10%;
  display: flex;
  max-height: 680px;
}

.landing-sixth {
  background: #f1f1f1 url(../images/landing-banner.png) center center no-repeat;
  padding-bottom: 19rem;
  background-size: cover;
  /* background-position: top 100% right 0; */
}

.making-place {
  padding: 9rem 0;
}

.making-place h1 {
  font-size: 48px;
  color: #3c4664;
  margin: 0;
  width: 75%;
}

.landing-essential {
  background: url('../images/landing-bg.svg') center center no-repeat;
  background-size: cover;
  padding: 5rem 0;
  border-bottom: 8px solid #0d204b;
}

.embress-begining {
  background-color: transparent;
  padding: 4rem 0 0;
  margin-bottom: 35px;
}

.landing-content {
  width: 90%;

}

.landing-content h2 {
  font-size: 48px;
}

.landing-content h2 span {
  font-size: 3rem;
}

.landing-content p {
  text-align: justify;
}

.catalyst-sec .education-details .mig-details.con-det h2 {
  text-align: initial;
}

.catalyst-sec .education-details .mig-details.con-det h2 span {
  font-size: 3rem;
}

.landing-consultant {
  background: url(../images/about-bg.png) center center no-repeat;
  background-size: cover;
  padding: 3rem 0;
}

.landing-details h3 {
  font-size: 4rem;
  margin: 0 0 3rem;
}

.landing-details ul {
  display: flex;
  margin: 2rem 0 5rem;
  justify-content: space-between;
}

.landing-details ul li {
  list-style: none;
}

.landing-details ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 2rem;
}


.icons {
  font-size: 20px;
  color: #fff;
}


.res-sec {
  background-color: #ebebeb;
}


.res-sec .key-loc {
  width: 40%;
  margin-left: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.res-list {
  display: flex;
  justify-content: center;
  align-items: center;
}


.btn-list {
  background: url(../images/about-bg.png) center center no-repeat;
  background-size: cover;
  padding: 3rem 0;
  display: flex;
}

/* .letter-details .new-horizons{
  padding: 11rem 0;
} */
.format-banner {
  background: #d2d2d2 url(../images/format-banner.png) center center no-repeat;
  padding: 10rem 0;
  background-size: cover;
  /* background-position: top 100% right 0; */
}

.test-format {
  padding: 3rem 0;
}

.test-format h1 {
  font-size: 3.5rem;
  color: #3c4664;
  font-family: 'future-medium';
  margin: 0;
}

.reading-sec {
  background: #0d204b;
  padding: 3rem 0;
}

.reading-block {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.reading-block p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 26px;
}

.reading-list {
  display: flex;
  align-items: center;
}

.reading-list h5 {
  font-size: 2rem;
  margin: 2rem 0;
  color: #fff;
  writing-mode: vertical-lr;
  rotate: 180deg;
  margin-right: 1.5rem;
}

.reading-list img {
  width: 100px;
}

.glb-btn button {
  background: #fff;
  color: #000;
  border-color: #000;
  border-radius: 20px;
  padding: 8px 34px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.opening-ten {
  background: #050407 url(../images/opening-banner.png) center center no-repeat;
  padding: 9rem 0;
  background-position: top 100% right 0;
}

.opening-banner {
  padding: 1rem 0 1rem 2rem;
  width: 60%;
  border-left: 4px solid #1f4258;
  border-bottom: 4px solid #1f4258;
}

.opening-banner h1 {
  font-size: 40px;
  color: #fff;
  word-spacing: 4px;
}

.opening-banner h6 {
  font-size: 1.2rem;
  color: #fff;
}

.opening-banner p {
  font-size: 1rem;
  color: #fff;
  margin-top: 2rem;
}

.person-roadmap {
  display: flex;
}

.person-roadmap .per-list {
  display: flex;
  padding: 4rem 0;
}

.work-det.adv-flow {
  max-height: 335px;
  width: 10%;
  display: flex;

}

.residency-dream {
  display: flex;
  align-items: center;
}

.person-roadmap .personalized-roadmap.conition-first {
  margin-left: -200px;
}

.person-roadmap .personalized-roadmap h2 {
  font-size: 2.5rem;
  color: #3c4664;
  margin-bottom: 1rem;
}

.person-roadmap .personalized-roadmap p {
  color: #3c4664;
  font-size: 1.3rem;
  margin-left: 15px;
}

.navigate-ease {
  background-color: #e5e5e5;
}

.canada-banner {
  background: #050407 url(../images/canada-banner.png) center center no-repeat;
  padding: 14rem 0;
  background-size: cover;
}

.canada-text p {
  font-size: 34px;
  color: #3c4664;
  line-height: 36px;
}

.canada-text h1 {
  font-size: 107px;
  color: #3c4664;
}

.canada-calling {
  display: flex;
  align-items: center;
}

.person-roadmap .personalized-roadmap .canada-calling h2 {
  font-size: 48px;
}

.person-roadmap .can-list {
  display: flex;
  padding: 2rem 0 1rem;
  border-bottom: 2px solid #0a7cd1;
  margin-bottom: 3rem;
}

.person-roadmap .personalized-roadmap.condition-second {
  margin-left: -100px;
}

.residency-dream.new-dream .mig-details {
  width: 100%;
}

.new-latest {
  position: absolute;
  right: 0;
  bottom: 0;
}

.new-list {
  background: #0c204b;
}


.residency-list {
  background: #e1efff;
  padding: 3rem 0;
}

.residency-list h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #3c4664;
  word-spacing: 3px;
  padding-top: 26px;
  font-weight: bold;
}

.residency-list h2 strong {
  font-size: 48px;
}


.res-mail-list img {
  display: inline;
}

.res-mail-list h3 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}

.res-mail-list p {
  font-size: 1.2rem;
  color: #3c4664;
}

.res-mail-list .img-with {
  display: flex;
  justify-content: center;
}

.res-mail-list .img-with img {
  width: 90px;
}

.australia-banner {
  background: #050407 url(../images/australia-banner.jpg) center center no-repeat;
  padding: 14rem 0;
  background-size: cover;
}

.australia-banner .canada-text h1 {
  font-size: 55px;
  color: #3c4664;
}

.australia-banner .canada-text p {
  font-size: 2.2rem;
  color: #3c4664;
  margin-bottom: 8rem;
}

.person-roadmap.dis-distany {
  background-color: #e6e6e6;
}

.residency-list.quality-living {
  background: #fff;
}



/* About us */
.about-us-first {
  padding-top: 5rem;
  display: flex;
  /* margin-right: 15rem; */
  padding-bottom: 5rem;
}

.first-img {
  width: 30%;
}

.first-img img {
  width: 350px;
}

.container.d-flex {
  display: flex;
  align-items: center;
}

.opportunities {
  /* padding-right: 6rem;/ */
  /* margin-left: 12%; */
  width: 80%;
  text-align: justify;
}

.opportunities h2 {
  font-size: 48px;
  color: #babcc2;
}

.opportunities h3 {
  font-size: 48px;
  color: #0d204b;
  margin-bottom: 2rem;
  word-spacing: 8px;
}

.opportunities p {
  font-size: 1.3rem;
  color: #0d204b;
  line-height: 26px;
}

.about-us-second {
  padding-top: 5rem;
  display: flex;
  background-color: #86b7febf;
  padding-bottom: 5rem;
}

.second-img {
  width: 20%;
}

.second-img img {
  width: 300px;
}

.expertise {
  /* padding-left: 2rem; */
  display: flex;
  flex-direction: column;
  /* padding-right: 3rem; */
  justify-content: center;
}

.expertise h2 {
  font-size: 48px;
  color: #0a0a0c;
  word-spacing: 8px;
}

.expertise p {
  font-size: 1.3rem;
  margin-top: 1rem;
  color: #0d204b;
  line-height: 26px;
}

.about-us-third {
  padding-top: 5rem;
  display: flex;
  /* margin-right: 15rem; */
  padding-bottom: 5rem;
}

/* .third-img{
  width: 20%;
} */
/* .third-img img{
  width: 350px;
} */
.approach {
  /* padding-right: 6rem; */
  /* margin-left: 12%; */
}

.approach h3 {
  font-size: 48px;
  color: #0d204b;
  margin-bottom: 2rem;
  word-spacing: 8px;
}

.approach p {
  font-size: 1.3rem;
  color: #0d204b;
  line-height: 26px;
}

.about-us-fourth {
  padding-top: 5rem;
  display: flex;
  background-color: #0d204b;
  padding-bottom: 5rem;
}

.fourth-img {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.fourth-img img {
  max-width: 280px;
}

.education {
  padding-left: 2rem;
  display: flex;
  /* padding-right: 50px; */
  flex-direction: column;
}

.education h2 {
  font-size: 48px;
  color: #fff;
  word-spacing: 8px;
}

.education p {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #fff;
  line-height: 26px;
}

.about-us-fifth {
  padding-top: 5rem;
  display: flex;
  padding-bottom: 5rem;
  /* padding-right: 15%;   */
}

.fifth-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fifth-img img {
  max-width: 250px;
  position: absolute;
  bottom: 0;
  /* margin-top: 8rem; */
}

/* .boundaries{
  margin-left: 13%;
} */
.boundaries h3 {
  font-size: 48px;
  color: #0d204b;
  margin-bottom: 2rem;
  word-spacing: 8px;
}

.boundaries p {
  font-size: 1.3rem;
  color: #0d204b;
  line-height: 26px;
  /* padding-right: 8rem; */
}

.about-us-sixth {
  padding-top: 3rem;
  display: flex;
  background-color: #0d204b;
  /* padding-right: 12%; */
  padding-bottom: 3rem;
  position: relative;
}

.sixth-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sixth-img img {
  max-width: 250px;
  position: absolute;
  top: 2rem;
}

.dreams {
  /* margin-left: 11%; */
  /* padding-right: 13rem; */
}

.dreams h3 {
  font-size: 48px;
  color: #f4f6fa;
  margin-bottom: 2rem;
  word-spacing: 8px;
}

.dreams p {
  font-size: 1.3rem;
  color: #eeeff1;
  line-height: 26px;
  /* padding-right: 8rem; */
}

.about-us-last {
  /* margin-left: 9%; */
  margin: 2rem 0;
}

.about-us-last p {
  color: #0d204b;
  font-size: 1.3rem;
}

.about-us-last button {
  background: #0d204b;
  color: #fff;
  margin-top: 2rem;
  border-radius: 28px;
  padding: 18px 30px;
  border: 0;
  min-width: 215px;
  font-size: 24px;
}

.container-consultation img {
  height: 50px;
}

/* Contact us */
/* .contact-section{
background-color: #a7a5a798;
padding-top: 30px;
} */
.contact-us-first {
  background: #a7a5a798 url('/assets/contact-us.jpg') no-repeat;
  padding: 15rem 0;
  background-position: center;
  background-size: cover;
}

.dreams-to-reality {
  color: #0d204b;
  /* margin-left: 8rem; */
}

.container-appointment {
  display: flex;
  margin: 3rem 0;
  justify-content: center;
  align-items: center;
}

.contact-us-appointment {
  background-color: #0d204b;
  display: flex;
  flex-direction: row;
}

.contact-us-appointment p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 28px;
}

.container-appointment button {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 8px;
  border: 0;
  min-width: 215px;
  margin-right: 2rem;
}

.rows {
  display: flex;
}

.contact-us-visit {
  /* padding-left: 9rem; */
  background-color: #e1efff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-visit {
  color: #0d204b;
}

.container-visit h1 {
  font-size: 48px;
}

.container-visit p {
  width: 80%;
  font-size: 20px;
  line-height: 28px;
}

/* Residency */
.germany-first {
  background: url(../images/residency-germany-first-image.png) no-repeat;
  background-size: cover;
  padding-bottom: 20rem;
  background-position: top 100% right 0;
}

.new-path h2 {
  font-size: 46px;
  color: #000;
  word-spacing: 6px;
}

.residency1 {
  padding-top: 15%;
}

.residency1 span {
  font-size: 6rem;
  color: #000;
  padding-right: 1rem;
}

.germany-second {
  background-color: #f4f4f5;
  padding: 4rem 0;
}

.res-details {
  display: flex;
  align-items: center;
}

.res-details p {
  color: #3c4664;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.residency-details {
  display: flex;
  align-items: center;
}

.germany-third img {
  background-color: #fff;
  width: 45%;
}

.res-benefits {
  padding-left: 2rem;
  /* padding-right: 140px; */
}

.res-benefits h2 {
  font-size: 40px;
  word-spacing: 6px;
}

.res-benefits h3 {
  font-size: 40px;
  word-spacing: 6px;
}

.res-benefits p {
  margin-top: 2rem;
  color: #3c4664;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.residency-benefits {
  display: flex;
  padding: 3rem 0;
  align-items: center;
  justify-content: center;
}

.residency-benefits .key-lock {
  width: 40%;
}

.residency-sec {
  background-color: #0d204b;
  padding: 3rem 0;
}

.reside-details {
  display: flex;
  align-items: center;
  /* margin-right: 27rem;/ */
  /* width: 60%;/ */
}


.reside-details .res-last-img {
  display: flex;
}

.reside-details .res-last-img img {
  /* max-width: 250px;// */
  margin-left: 2rem;
}

.journey-details img {
  height: 50px;
}

.journey-details h1 {
  font-size: 56px;
  color: #fff;
}

.journey-details span {
  font-size: 35px;
  color: #fff;
}

.journey-details h2 {
  font-size: 35px;
  color: #fff;
}

.journey-details p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 26px;
  padding: 20px 0;
}

.journey-details button.btn {
  line-height: 26px;
  background: #fff;
  color: #000;
  border-color: #000;
  border-radius: 64px;
  padding: 15px 24px;
  font-size: 22px;
}

.offer-list ul {
  display: flex;
}

.offer-list ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 1rem 12rem 0 0;
}

.offer-list ul li img {
  height: 80px;
  margin: 0;
}

.offer-list ul li span {
  color: #fff;
  padding-top: 1rem;
}

.modal-header1 {
  font-size: 1.3rem;
  margin-right: 10px;
}

.modal-header1 {
  display: flex;
  /* flex-shrink: 0; */
  align-items: center;
  justify-content: space-between;
  /* padding: var(--bs-modal-header-padding); */
  /* border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color); */
  /* border-top-left-radius: var(--bs-modal-inner-border-radius); */
  /* border-top-right-radius: var(--bs-modal-inner-border-radius); */
}

@media (max-width: 1200px) and (min-width: 992px) {
  .main-banner {
    left: 5%;
    top: 13vh;
    width: 45%;
  }

  .germany-first {
    padding-bottom: 13rem;
  }

  .main-banner p {
    font-size: 1.8rem;
    line-height: 45px;
    left: -10%;
  }

  .landing-sixth {
    padding-bottom: 11rem;
  }

  .landing-content {
    width: 100%;
  }

  .landing-essential {
    padding: 2rem 0;
  }

  .about-us-first {
    flex-direction: column-reverse;
    align-items: center;
  }

  .opportunities {
    width: 100%;
  }


}


@media (max-width: 992px) {
  header .container {
    display: none;
  }

  body .germany-box-inner {
    height: 100%;
    top: 0;
  }

  .journey-list {
    flex-direction: column-reverse;
  }


  .reside-details .res-last-img {
    justify-content: center;
    align-items: center;
    display: inline;
  }

  .reside-details .res-last-img img {
    max-width: 300px;
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .about-us-first {
    flex-direction: column-reverse;
    align-items: center;
  }

  .opportunities {
    width: 100%;
  }

  .main-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .main-nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .main-nav .sharing {
    justify-content: flex-start;
  }

  .horozone-logo {
    flex-direction: column;
    width: 100%;
  }

  .horozone-logo a {
    margin-bottom: 1rem;
  }

  .new-about h1 {
    font-size: 4rem;
  }

  .book-consultant {
    width: 50%;
  }

  .abroad-details {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .abroad-details.expList .bsp {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .abroad-details .bsp {
    margin-left: 0;
    margin-right: 0;
  }

  .abr-det h2 {
    font-size: 1.5rem;
  }

  .mig-details {
    width: 100%;
  }

  .key-loc {
    display: none;
  }

  .education-details .mig-details,
  .mig-details.atpac-help,
  .catalyst-sec .education-details .mig-details {
    width: 100%;
  }

  .unlock-world span,
  .abr-det h2 span {
    font-size: 3rem;
  }

  .line-width {
    display: none;
  }

  .main-banner {
    left: 0;
    top: 11vh;
    width: 65%;
  }

  .main-banner p {
    font-size: 1.5rem;
    top: 27%;
    left: -15%;
    line-height: 35px;
  }

  .landing-sixth {
    padding-bottom: 13rem;
  }

  .making-place h1 {
    font-size: 2rem;
  }

  .landing-content {
    width: 100%;
  }

  .landing-essential {
    padding: 2rem 0;
  }

  .res-sec .key-loc {
    display: none;
  }

  .test-format h1 {
    font-size: 2rem;
  }

  .reading-sec {
    padding: 3rem 0;
  }

  .reading-list {
    justify-content: center;
    flex-direction: column;
  }

  .reading-list h3 {
    margin: 0 0 2rem;
    writing-mode: inherit;
    rotate: initial;
  }

  .reading-list img {
    margin-bottom: 2rem;
  }

  .canada-calling {
    align-items: flex-start;
    flex-direction: column;
  }


  .canada-pr-visa .canada-pr-visa-inner:hover .canada-pr {
    top: 0;
  }

  .residency-canada-inner {
    width: 48%;
  }

}

@media (max-width: 1200px) {
  .new-about {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .residency-canada-inner {
    width: 24%;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .per-list .row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .cus-menu {
    border: #0c204b;
  }

  .our-service {
    padding: 20px;
  }

  .our-service h3 {
    font-size: 1rem;
    margin-top: 1.1rem;
  }

  .our-service p {
    font-size: 0.9rem;
  }

  .our-service a {
    left: 54px;
    padding-bottom: 3.8rem;
    font-size: 1rem;
  }

  .service h1 {
    font-size: 4rem;
  }

  .test-list h1 {
    font-size: 4rem;
  }

  .res-newList {
    flex-direction: column-reverse;
  }

  .res-newList .key-lock {
    margin-bottom: 2rem;
  }

  .germany-first {
    padding-bottom: 7rem;
  }

  .sixth-img img {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 2rem;
  }

  .boneries-list,
  .dream-list {
    flex-direction: column-reverse;
    align-items: center;
  }

  .fifth-img img {
    position: relative;
    width: 100%;
  }

  .per-list .row.con-two {
    flex-direction: column-reverse;
  }

  .person-roadmap .personalized-roadmap.conition-first {
    margin-left: 0px;
  }

  .person-roadmap .personalized-roadmap.condition-second {
    margin-left: 0px;
  }

  .craft-tailored img {
    margin-bottom: 2rem;
  }

  .res-mail-list .img-with img {
    width: 100%;
  }

  .res-mail-list h3 {
    font-size: 1.5rem;
  }

  .res-mail-list p {
    font-size: 1rem;
  }

  .residency-list h2 {
    font-size: 2rem;
  }

  .residency-list h2 strong {
    font-size: 2.5rem;
  }

  .approch-list {
    flex-direction: column-reverse;
    align-items: center;
  }

  .approach h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  .residency-benefits .residency-mainList {
    padding-bottom: 2rem;
    max-width: 400px;
  }
}

@media (max-width: 768px) {

  .making-place h1 {
    font-size: 1.8rem;
    width: 100%;
  }

  .orders {
    order: 2;
  }

  .reading-block h1 {
    color: white;
    font-size: 2.5rem;
  }

  .key-loc-visa {
    display: none;
  }

  .cus-menu {
    border: #0c204b;
  }

  .residency-benefits .residency-mainList {
    padding-bottom: 2rem;
    max-width: 400px;
  }

  .res-newList {
    flex-direction: column-reverse;
  }

  .res-newList .key-lock {
    margin-bottom: 2rem;
  }

  .germany-first {
    padding-bottom: 2rem;
  }

  .new-path h2 {
    font-size: 1.5rem;
  }

  .residency1 span {
    font-size: 3rem;
  }

  .residency1 {
    padding-top: 8%;
  }

  .sixth-img img {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 2rem;
  }

  .boneries-list,
  .dream-list {
    flex-direction: column-reverse;
    align-items: center;
  }

  .fifth-img img {
    position: relative;
    width: 100%;
  }

  .per-list .row.con-two {
    flex-direction: column-reverse;
  }

  .approch-list {
    flex-direction: column-reverse;
    align-items: center;
  }

  .approach h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  .opportunities h3,
  .expertise h2 {
    font-size: 1.5rem;
  }

  .making-place {
    padding: 10rem 0 0;
  }

  .service h1 {
    font-size: 2.5rem;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .test-list h1 {
    font-size: 2rem;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .bsp h3 {
    font-size: 1.5rem;
  }

  .mig-details img {
    height: 40px;
  }

  .unlock-world img {
    width: 30px;
    padding-top: 25px;
  }

  .new-horizons h1 {
    font-size: 1.5rem;
  }

  .new-horizons p {
    font-size: 1rem;
  }

  .horozone-logo a {
    width: 100%;
  }

  .new-about h1 {
    font-size: 3rem;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .new-about h1 img {
    margin-top: 1rem;
  }

  .new-about p {
    font-size: 1rem;
    line-height: 22px;
  }

  .residency-canada-inner,
  .book-consultant,
  .see-more {
    width: 100%;
  }

  .unlock-world span,
  .abr-det h2 span {
    font-size: 2rem;
  }

  .main-banner {
    left: 0;
    top: 2vh;
    width: 60%;
  }

  .main-banner p {
    font-size: 1rem;
    top: 23%;
    left: 0;
    line-height: 22px;
  }

  .work-det.lang-flow {
    display: none;
  }

  .residency__aust {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .lang-ielts {
    flex-direction: column-reverse;
    align-items: center;
  }

  .lang-ielts.last-para {
    flex-direction: column;

  }

  .lang-ielts p,
  .lang-ielts p.next-para {
    margin: 0;
  }

  .lang-ielts img {
    width: 50%;
    margin-bottom: 2rem;
  }

  .abr-det h2 {
    margin-top: 2rem;
    padding-bottom: 1rem;
  }

  .seven-sec {
    margin-top: 2rem;
  }

  .landing-essential {
    padding: 1rem 0;
  }

  .per-list .craft-tailored {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 2rem;
  }

  .per-list .craft-tailored img {
    width: 50% !important;
  }

  /* .person-roadmap .personalized-roadmap{
  margin-left: 0px;
 } */
  .res-mail-list h3 {
    font-size: 1.5rem;
  }

  .res-mail-list p {
    font-size: 1rem;
  }


  .res-mail-list .img-with {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .thri-eco {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-us-first {
    padding: 2rem 0;
  }

  .call-us {
    flex-direction: column;
  }

  .call-us p {
    margin: 0;
  }

  .email-us {
    flex-direction: column;
  }

  .email-us img {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .line {
    display: none;
  }

  .container-appointment {
    flex-direction: column;
  }

  .container-appointment button {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .canada-pr-visa .canada-pr-visa-inner {
    flex: 1 0 48%;
  }

  body .canada-pr,
  body .landing-support-inner-content {
    top: 0;
  }

  body .canada-requirements .rounded-circle {
    border-radius: unset !important;
    height: unset;
    width: unset;
  }

  .reading-list h5 {
    writing-mode: unset;
    rotate: unset;
  }
}

/* Icomoon icon css */
@font-face {
  font-family: 'aptac';
  src: url('../fonts/aptac.eot?rp42o3');
  src: url('../fonts/aptac.eot?rp42o3#iefix') format('embedded-opentype'),
    url('../fonts/aptac.ttf?rp42o3') format('truetype'),
    url('../fonts/aptac.woff?rp42o3') format('woff'),
    url('../fonts/aptac.svg?rp42o3#aptac') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aptac' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-call:before {
  content: "\e900";
  color: #3c4664;
}

.icon-email:before {
  content: "\e901";
  color: #3c4664;
}

.icon-facebook:before {
  content: "\e902";
  color: #fff;
}

.icon-home:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
  color: #fff;
}

.icon-linkedin:before {
  content: "\e905";
  color: #fff;
}

.icon-location:before {
  content: "\e906";
  color: #3c4664;
}

.icon-twitter:before {
  content: "\e907";
  color: #fff;
}


/* Display the dropdown menu on hover */
.nav-item.dropdown:hover .cus-menu {
  display: block;
}

.cus-menu li {
  padding: 6px;
}

/* Enhnance css */

#footer .logo {
  width: 100%;
  height: 25px;
}

#footer a {
  color: #fff !important;
  text-decoration: none;
}

.footer-link li::marker {
  content: "➤";
}

.sharing-navigation .icon-twitter:before,
.sharing-navigation .icon-instagram:before,
.sharing-navigation .icon-facebook:before,
.sharing-navigation .icon-linkedin:before {
  color: #0c204b;
}

.sharing-navigation a {
  text-decoration: none;
  font-size: 2rem;
  margin: 0 10px;
}

.our-services .col .btn {
  background-color: transparent;
  border-color: #0c204b;
  color: #0c204b;
}

.our-services .col:hover .btn {
  background-color: #0c204b;
  color: #fff;
}

.our-services .row:nth-child(odd) .col {
  background-color: #e6edfa;
  padding: 20px;
}

.our-services .col img {
  height: 250px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;

}


.about-section img {
  width: 80%;
}

.about-section .btn {
  text-decoration: none;
  border: 1px solid #0c204b;
}


.about-section:hover .btn {
  background-color: #0c204b;
  color: #fff;
}

.carousel-indicators [data-bs-target] {
  background-color: #0c204b;
}

.about-section,
.service-section {
  background: url('/assets/images/Country/worldwide.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-section img {
  border-radius: 100%;
  box-shadow: 0px 16px 20px 0px #888888;
}

.service-section ul {
  padding-left: 1rem;
}

.service-section ul li {
  margin-bottom: 10px;
  padding-left: 5px
}

.service-section ul li::marker {
  content: '✔';
  color: #0d204b;
}

.service-section .btn {
  border: 1px solid #0d204b;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}

.service-section .col-12 {
  background-color: #fff;
  box-shadow: 5px 10px 18px #888888;
}

.service-section .col-12:hover .btn {
  background-color: #0d204b;
  color: #fff;
}

.what-make .left img {
  width: 35px;
}

.what-make h3 {
  font-size: 1.2rem;
  font-weight: 700;
}

.landing-support-inner-content {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  background-color: rgba(13, 32, 75, 0.8);
  z-index: 2;
  color: #fff;
  height: 100%;

}

.landing-support-inner {
  padding: 0px;
  overflow: hidden;
}

.landing-support .our-work {
  text-align: center;
}

.our-services .building,
.landing-support .supports-bg {
  background: url('/assets/images/home/countries-one-bg.png');
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 297px;
  opacity: 0.1;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.our-services .building {
  top: 0;
  height: 300px;
  background: url('/assets/images/home/cl-bg.jpg') !important;
  mix-blend-mode: multiply !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  opacity: 0.5;
}

.our-services p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.our-services .col {
  box-shadow: 5px 10px 18px #888888;
}

.our-services .owl-carousel .owl-stage-outer {
  overflow: unset;
}

.our-services .owl-carousel button.owl-dot {
  margin-top: 20px;
  background: #0d204b !important;
  padding: 2px 20px !important;
  opacity: .2;
}

.our-services button.owl-dot.active {
  opacity: 1;
}

.form {
  background: url('/assets/images/home/connect.webp');
  background-position: right;
  background-repeat: no-repeat;

}

.form i {
  font-size: 30px;
}

.form .btn {
  border: 1px solid #0d204b;
}

.enquiry-form:hover .btn,
.form .bg-body:hover .btn,
.form:hover .contacts {
  background-color: #0d204b;
  color: #fff;
}

.form .row {
  text-align: center;
}

.connected a {
  color: #0d204b;
}

.term-condition {
  box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.2);
}

.enquiry-form {
  background: url(/assets/images/home/get-in-touch.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.overlay,
.enquiry-form-inner {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
}

.overlay {
  z-index: 0;
}

#thankYouMessage,
div#thankYou-Message {
  text-align: center;
}

.canada-requirements h5:first-child,
div#thankYou-Message h2 {
  color: #0d204b !important;

}

.canada-pr-visa-inner {
  flex: 1 0 30%;
  height: 350px;
}

.canada-pr-visa-inner img {
  object-fit: cover;
}

.canada-pr {
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 32, 75, 0.8);
  box-shadow: rgba(13, 32, 75, 0.8) 0px -40px 40px 30px;
  padding: 10px;
  transition: all ease 0.7s;
  color: #fff;
}

.canada-pr-visa-inner:hover .canada-pr {
  top: 50%;
}

.residency-canada .residency-canada-inner {
  background: #0d204b;
}

.residency-canada .residency-canada-inner img {
  width: 50px;
}

.canada-requirements img {
  width: 50px;
  height: 50px;
}

.canada__banner {
  animation: zoom-in 10s ease-in-out infinite alternate;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }

}

.visa__benefits .visa__card {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.visa__benefits .visa__card h2 {
  font-size: 1.2rem;
  font-weight: 700;
}

.visa-apply .building {
  top: unset;
  bottom: 0;
  background: url(/assets/images/visa/homebg2.jpg) !important;
  height: 50%;

}

.visa-apply .col {
  background: transparent !important;
  box-shadow: none;

}

.visa-apply .card-title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.visa-apply .card-text {
  color: #fff;
  overflow: unset;
  display: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

.visa__work__permit {
  background: url(/assets/images/visa/Eligibility.webp);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}

.visa__work__permit .work__permit__card {
  box-shadow: 0px 30px 45px rgba(122, 146, 168, 0.08);
  border: 1px solid #EDF3F5;
}

.visa__work__permit .work__permit__card span {
  width: 40px;
  height: 40px;
}

#visa__counties .rounded-3 {
  box-shadow: 0 0 10px rgba(229, 229, 229, 1);
  height: 100%;
}

#visa__counties .owl-dots {
  text-align: center;

}

#visa__counties .owl-dots button.active {
  background-color: #0c204b;
}

#visa__counties .owl-dots button {
  border-radius: 100%;
  margin: 10px;
  background-color: gainsboro;
  border: none !important;
}

#visa__counties .owl-dots span {
  display: block;
  padding: 5px;
}

.fonts {
  color: rgb(60, 70, 100);
  font-weight: 700;
}

.visa__document #visa__counties .number {
  width: 40px;
  height: 40px;
  background-color: #0c204b;
  ;
}

.visa__document #visa__counties .rounded-3 {
  min-height: 320px;
}

.visa___variable {
  min-height: 150px;
}

.pr__australia {
  height: 96px;
  width: 96px;
  background-color: #0c204b;
  ;
}

.pr__australia img {
  filter: invert(1);
}

.visa__image {
  background-color: rgba(13, 32, 75, 0.8);
  padding: 20px;
  height: 100%;
}

.visa__benefits .rounded-4 {
  background: linear-gradient(180deg, rgb(22, 9, 52) 0%, rgba(22, 9, 52, 1) 2%, rgba(22, 9, 52, 0.9) 100%, rgba(34, 16, 77) 100%);
  color: #fff;
}

.row__image {
  width: 100px;
}

.visa__benefits .rounded-4 .row h6,
.visa__benefits .rounded-4 .row h2 {
  display: contents;
}

.visa__benefits .rounded-4 .row {
  align-items: center;
}

.opportunity__section {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  min-height: 250px;
}

.australia__pr .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin: 5px;
  border: 2px solid #0c204b !important;
}

.australia__pr .owl-dot.active {
  background-color: #0c204b;
}

.residency__aust {
  width: 31%;
}

.housing_day_to_day img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.housing_day_to_day__inner {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: rgba(13, 32, 75, 0.8);
}

.support_inner {
  position: absolute;
  bottom: 0px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px;
}

.impeccable_support h6 {
  font-size: 1.6rem;
}

.benefits_IELTS_box {
  background: #0d204b;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  margin: 10px 0;
}

.jurney-immigration {
  position: relative;
  z-index: 1;
  padding: 50px 40px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
  -webkit-transition: .5s;
  transition: .5s;
  height: 100%;
}

.jurney-immigration::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  background: #00294b;
}

.jurney-immigration:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.jurney-immigration .image-wrapper {
  width: 80px;
  height: 80px;
  background-color: #0d204b;
  border-radius: 100%;
  padding: 25px;
  transition: all .5s ease 0s;
}

.jurney-immigration h3 {
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 20px;
  transition: .5s;
  margin: 10px 0;
}

.jurney-immigration:hover h4,
.jurney-immigration:hover p,
.jurney-immigration:hover h3 {
  color: #fff;
}

.jurney-immigration:hover .image-wrapper {
  background-color: #ffff;

}

.jurney-immigration:hover .image-wrapper svg {
  fill: #0d204b;
}

.jurney-immigration .image-wrapper svg {
  fill: #fff;
}

.box-study {
  padding: 20px;
  background-color: #f5f5f5;
  transition: all 0.4s ease-in-out;
  height: 100%;
}

.box-study:hover {
  background-color: #0d204b;
}

.box-study p,
.box-study h3 {
  transition: all 0.4s ease-in-out;
}
.writing-process:hover h2,
.writing-process:hover p,
.writing-process:hover h5,
.box-study:hover p,
.box-study:hover h3 {
  color: #fff;
}

.germany-box-inner {
  padding: 20px;
  height: 0;
  background-color: rgba(13, 32, 75, 0.8);
  box-shadow: rgba(13, 32, 75, 0.8) 0px -40px 40px 30px;
  transition: all ease 0.7s;
}

.germany-box:hover .germany-box-inner h3,
.germany-box:hover .germany-box-inner p {
  transition: all ease 0.7s;

}

.germany-box:hover .germany-box-inner {
  bottom: 0;
  height: 100%;
}

.processed {
  padding-left: 30px;

}

.processed .processed-inner::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: rgb(60, 70, 100);
  bottom: 12px;
  left: -22px;
}

.image-wrappers {
  width: 90px;
  height: 90px;
  padding: 20px;
  border: 2px dotted #000;
  border-radius: 100%;
  transition: all 300ms ease;
}

.writing-process:hover .image-wrappers {
  transform: scaleX(-1);
  border-color: #fff;
}

.writing-process:hover svg {
  fill: #fff;
}

.writing-process {
  box-shadow: 0 0 76px rgba(0, 0, 0, .28);
}

.writing-process::after,
.writing-process::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 100%;
  transition: all 400ms ease;
}

.writing-process::after {

  background-color: #f5f5f5;
  opacity: .8;
  transform: skewX(12deg);
  transform-origin: bottom right;
  z-index: 1;
}

.writing-process::before {
  background-color: #00294b;
  transform: skewX(168deg);
  transform-origin: top right;
  z-index: 2;
}

.writing-process:hover::before {
  transform: skewX(180deg);
  width: 100%;
}
.uk-study-number:after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(31, 31, 31, 0.6);
  transition: all 0.3s;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.uk-study-box:hover .uk-study-number:after {
  transform: scale(15);
  opacity: 1;
  visibility: visible;
 
}