:root {
  --tan: #b29874;
  --navajo-white: #f2cf9e;
  --white: white;
  --olive-drab: #4c8245;
  --green-light: #709e2e;
  --green-dark: #5c4542;
  --orange: #f80;
  --dark-orange: #b46000;
  --dark-slate-blue: #3a556e;
  --black: black;
  --white-smoke: #f0f4f7;
  --gainsboro: #d8dbde;
  --daark-green: #0e1a0d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #18232d;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 175%;
}

h1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 85px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h3 {
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

h4 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

h6 {
  color: var(--tan);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 15px;
}

p {
  color: rgba(24, 35, 45, .75);
  margin-bottom: 0;
}

a {
  color: var(--tan);
  text-align: center;
  letter-spacing: 2.5px;
  text-indent: 2.5px;
  text-transform: uppercase;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--navajo-white);
}

ul {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 25px;
}

blockquote {
  color: rgba(24, 35, 45, .75);
  border-left: 0 #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0;
  font-size: 17.5px;
  line-height: 32.5px;
}

.navbar {
  width: 100%;
  min-height: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template: "Area Area-2"
  / 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 50px;
  display: grid;
  position: fixed;
}

.brand {
  height: 50px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.nav-link {
  letter-spacing: 0;
  text-indent: 0;
  text-transform: capitalize;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 17.5px 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--navajo-white);
}

.nav-link.w--current {
  color: #18232d;
}

.free-quote-nav-link-wrapper {
  background-color: #18232d;
  align-items: center;
  margin-left: 25px;
  padding: 25px 50px;
  display: flex;
}

.button-light {
  min-width: 200px;
  border: 1px solid var(--tan);
  background-color: var(--olive-drab);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  padding: 17.5px 25px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 15px;
  transition: border-color .2s, background-color .2s;
}

.button-light:hover {
  border-color: var(--navajo-white);
  background-color: var(--green-light);
  color: var(--white);
}

.button-light.licensing {
  min-width: auto;
  white-space: normal;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.brand-logo {
  width: 50px;
  height: 50px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Aclara-LOGO-Small-Color.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-right: 12.5px;
  display: flex;
}

.brand-text {
  letter-spacing: 0;
  text-indent: 0;
  text-transform: uppercase;
  align-items: center;
  font-size: 25px;
  font-weight: 900;
  line-height: 25px;
  display: flex;
}

.hero-section {
  height: 105vh;
  color: var(--green-dark);
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 90%, #fff), linear-gradient(rgba(255, 255, 255, .84), rgba(255, 255, 255, .84)), url('../images/pexels-andre-furtado-370717.jpg');
  background-position: 0 0, 0 0, 50% 25%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.nav-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.hero-center-wrapper {
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.divider {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.divider-line {
  width: 50px;
  height: 3px;
  background-color: var(--tan);
}

.buttons-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 50px 25px 50px 25px 50px;
  grid-template-columns: 50px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: grid;
}

.social-button {
  width: 50px;
  height: 50px;
  border: 1px solid var(--tan);
  background-color: var(--orange);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.social-button:hover {
  border-color: var(--navajo-white);
  background-color: var(--dark-orange);
  color: var(--white);
}

.light-bullet {
  width: 6px;
  height: 3px;
  background-color: rgba(255, 255, 255, .5);
}

.hero-bottom-wrapper {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 12.5px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.contact-button {
  width: 50px;
  height: 50px;
  border: 1px solid var(--tan);
  background-color: var(--olive-drab);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.contact-button:hover {
  border-color: var(--navajo-white);
  background-color: var(--green-light);
  color: var(--white);
}

.hero-contact-text {
  color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  font-size: 12.5px;
}

.vertical-div-line-light {
  width: 1px;
  height: 100%;
  min-height: 50px;
  background-color: rgba(255, 255, 255, .1);
  flex: 1;
}

.divider-line-dark {
  width: 50px;
  height: 1px;
  background-color: rgba(24, 35, 45, .25);
}

.clients-grid {
  z-index: 50;
  width: 100%;
  max-width: 1366px;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #18232d;
  background-image: linear-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .05));
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.client-logo-wrapper {
  height: 200px;
  background-color: rgba(76, 130, 69, .33);
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.home-team-section {
  background-color: rgba(112, 158, 46, .02);
  background-image: linear-gradient(#fff, rgba(202, 202, 202, .1) 10%, rgba(156, 156, 156, 0) 50%, rgba(243, 243, 243, .1) 90%, #fff), linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/Toronto-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 50px 100px;
  display: flex;
  position: relative;
}

.free-quote-grid {
  z-index: 25;
  width: 100%;
  max-width: 1366px;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: stretch;
  position: relative;
}

.quote-section-photo {
  height: 100%;
  background-image: linear-gradient(#fff, rgba(148, 148, 148, 0) 50%, #fff), linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/Toronto-City-Hall.jpg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, cover;
  position: relative;
}

.free-quote-form {
  grid-column-gap: 12.5px;
  grid-row-gap: 12.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-text-field {
  height: 50px;
  color: var(--white);
  background-color: rgba(255, 255, 255, .25);
  border: 0 solid #000;
  margin-bottom: 0;
  transition: background-color .2s;
}

.form-text-field:focus {
  background-color: rgba(0, 0, 0, .25);
}

.form-text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-text-field::placeholder {
  color: rgba(255, 255, 255, .5);
}

.free-quote-form-block {
  z-index: 50;
  min-height: 400px;
  background-color: var(--olive-drab);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 50px;
  display: none;
  position: relative;
  box-shadow: 0 0 100px -75px #000;
}

.button-dark {
  min-width: 200px;
  border: 1px solid var(--tan);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #18232d;
  padding: 17.5px 25px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 15px;
  transition: border-color .2s, background-color .2s;
}

.button-dark:hover {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.subtitle-colored {
  color: var(--green-light);
}

.subtitle-light {
  color: var(--white);
  margin-bottom: 22.5px;
}

.dark-strip-bg {
  z-index: 0;
  width: 100%;
  height: 200px;
  background-color: #18232d;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.light-strip-bg {
  z-index: 5;
  width: 100px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(240, 244, 247, 0);
  position: absolute;
  top: 300px;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: -1px 0 20px rgba(0, 0, 0, .5);
}

.light-strip-bg.right {
  background-color: var(--white);
  left: auto;
  right: 0;
}

.testimonials-grid {
  z-index: 25;
  width: 100%;
  max-width: 1366px;
  grid-column-gap: 25px;
  grid-row-gap: 12.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.testimonial-wrapper {
  background-color: var(--white);
  box-shadow: 0 0 100px -75px var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.testimonial-top-wrapper {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: grid;
}

.testimonial-bottom-wrapper {
  width: 100%;
  border-top: 1px solid var(--white-smoke);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
  display: flex;
}

.home-services-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 50px 100px;
  display: flex;
  position: relative;
}

.home-service-grid {
  z-index: 25;
  width: 100%;
  max-width: 1366px;
  grid-column-gap: 0px;
  grid-row-gap: 12.5px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: stretch;
  position: relative;
}

.home-services-text-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.home-services-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}

.home-team-text-wrapper {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 100px 50px 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.collection-list {
  z-index: 25;
  grid-column-gap: 25px;
  grid-row-gap: 12.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.team-collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 20px 100px -75px var(--black);
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff 25%, #fff);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding: 25px;
  display: flex;
}

.home-team-collection-list-wrapper {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin-top: 0;
  padding-bottom: 0;
}

.collection-item-photo {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, #18232d), url('../images/Sharmin-Alam-Tall.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
}

.collection-item-photo:hover {
  transform: scale(1.25);
}

.collection-item-top-wrapper {
  z-index: 25;
  background-color: var(--white);
  align-items: flex-start;
  padding: 12.5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.collection-item-aux-info {
  margin-bottom: 0;
}

.collection-item-bottm-wrapper {
  width: 100%;
  border-top: 1px solid #f0f4f7;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.team-collection-item-social-buttons {
  grid-column-gap: 12.5px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.team-collection-item-social-button {
  width: 25px;
  height: 25px;
  color: var(--tan);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: color .2s;
  display: flex;
}

.team-collection-item-social-button:hover {
  color: var(--navajo-white);
}

.clients-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.collection-item-photo-wrapper {
  width: 100%;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.client-logo {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.grey-strip-bg {
  z-index: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(112, 158, 46, .22);
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.collection-item-title-link-1 {
  width: 100%;
  color: #18232d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-services-collection-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #d8dbde;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services-list-wrapper {
  z-index: 25;
  box-shadow: 0 0 100px -75px var(--black);
  margin-bottom: 100px;
  margin-right: -125px;
  position: relative;
}

.home-services-collection-item-link {
  width: 100%;
  background-color: var(--white-smoke);
  padding: 25px;
  transition: background-color .2s;
}

.home-services-collection-item-link:hover {
  background-color: #d7dcde;
}

.home-service-collection-item-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50px;
}

.home-services-collection-item-name {
  color: #18232d;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: capitalize;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

.arrow-text {
  width: 50px;
  height: 50px;
  background-color: var(--gainsboro);
  color: #18232d;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.service-collection-item {
  z-index: 100;
  background-color: var(--white);
  box-shadow: 0 0 100px -75px var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.testimonial-text-wrapper {
  height: 100%;
  background-image: url('../images/quote-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.testimonials-section {
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0) 50%, #fff), linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/testimonials-bg.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.footer {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 50px;
  display: flex;
  position: static;
  top: 100%;
  bottom: 0;
}

.footer-grid {
  width: 100%;
  grid-column-gap: 12.5px;
  grid-row-gap: 12.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.footer-navbar {
  min-height: 50px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: flex;
}

.footer-copyright-text {
  height: 50px;
  color: #000;
  text-align: center;
  letter-spacing: 2.5px;
  text-indent: 2.5px;
  text-transform: uppercase;
  align-items: center;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 15px;
  display: flex;
}

.footer-link {
  height: 100%;
  color: rgba(0, 0, 0, .5);
  white-space: nowrap;
  align-items: center;
  margin-right: 25px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  display: flex;
}

.footer-link:hover {
  color: var(--white);
}

.services-main-photo {
  height: 100%;
  background-image: url('../images/services-photo.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.dark-strip-bg-2 {
  z-index: 0;
  width: 50%;
  height: 100px;
  background-color: #18232d;
  position: absolute;
  top: 200px;
  bottom: auto;
  left: 0%;
}

.hero-aux-section {
  min-height: 50vh;
  background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0) 50%, #fff), linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), url('../images/hero-photo.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.member-social-buttons-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50px 25px 50px 25px 50px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  margin-bottom: 25px;
  display: grid;
}

.aux-section-home {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.aux-wrapper {
  z-index: 25;
  width: 100%;
  max-width: 1366px;
  background-color: var(--white);
  box-shadow: 0 0 100px -75px var(--black);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 50px 50px 25px;
  display: block;
  position: relative;
}

.page-image {
  width: 50%;
  float: right;
  border: 5px solid var(--orange);
  margin-bottom: 25px;
  margin-left: 25px;
  padding-left: 25px;
}

.rich-text-block {
  clear: none;
}

.testimonial-photo {
  padding-top: 50%;
  padding-bottom: 50%;
}

.testimonial-photo._1 {
  background-image: url('../images/avatar1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-photo._2 {
  background-image: url('../images/avatar2.jpg');
  background-position: 50%;
  background-size: cover;
}

.dark-strip-bg-3 {
  z-index: 0;
  width: 100%;
  height: 100px;
  background-color: var(--olive-drab);
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._404-section {
  height: 100vh;
  background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0) 50%, #fff), linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), url('../images/hero-photo.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px;
  display: flex;
}

._404-center-wrapper {
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.services-list-wrapper {
  z-index: 25;
  width: 100%;
  max-width: 1366px;
  box-shadow: 0 0 100px -75px var(--black);
  position: relative;
}

.services-collection-list {
  width: 100%;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #d8dbde;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-collection-list-wrapper {
  width: 100%;
  max-width: 1366px;
}

.home-news-collection-list-wrapper {
  width: 100%;
  max-width: 1366px;
  margin-top: -100px;
}

.news-collection-list-wrapper {
  width: 100%;
  max-width: 1366px;
}

.contact-grid {
  z-index: 50;
  width: 100%;
  max-width: 1366px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  position: relative;
}

.map {
  height: 100%;
  box-shadow: 0 0 10px #000;
}

.contact-form-block {
  min-height: 400px;
  background-color: var(--olive-drab);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding: 50px;
  display: flex;
  box-shadow: 0 0 10px #000;
}

.contact-form {
  grid-column-gap: 12.5px;
  grid-row-gap: 12.5px;
  grid-template-rows: auto 50px 50px 50px 50px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.form-text-area {
  color: var(--white);
  background-color: rgba(255, 255, 255, .25);
  border: 0 solid #000;
  margin-bottom: 0;
  transition: background-color .2s;
}

.form-text-area:focus {
  background-color: rgba(0, 0, 0, .25);
}

.form-text-area::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-text-area::placeholder {
  color: rgba(255, 255, 255, .5);
}

.footer-buttons-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50px 25px 50px 25px 50px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: grid;
}

.text-icon {
  color: var(--tan);
  padding-right: 5px;
  font-family: "Fa solid 900", sans-serif;
}

.hero-contact-info-grid {
  grid-column-gap: 25px;
  grid-row-gap: 12.5px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  margin-bottom: 25px;
  display: grid;
}

.success-message {
  background-color: var(--tan);
  color: var(--white);
}

.error-message {
  height: 50px;
  color: var(--white);
  background-color: #ca4646;
  margin-top: 12.5px;
  padding: 0;
}

.error-message-text {
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-info-grid {
  grid-column-gap: 25px;
  grid-row-gap: 12.5px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.contact-text {
  color: rgba(24, 35, 45, .5);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 12.5px;
  padding-right: 12.5px;
  font-size: 12.5px;
}

.hero-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}

.licensing-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.image-license-wrapper {
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.image-license {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.licensign-info-text {
  max-width: 480px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 25px;
  font-size: 12.5px;
  line-height: 20px;
}

.book-a-consultation-session {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.heading {
  color: #fff;
}

.paragraph {
  color: rgba(255, 255, 255, .75);
}

.div-block {
  width: 100%;
  max-width: 1366px;
  margin-top: -100px;
}

.collection-item-title-link-heading {
  margin-bottom: 0;
  font-size: 30px;
}

.collection-list-team {
  z-index: 25;
  grid-column-gap: 25px;
  grid-row-gap: 12.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.team-collection-item-photo-2 {
  border: 5px solid var(--olive-drab);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(237, 237, 237, .07) 60%, #000), url('../images/Nabil-Ahsan.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100%;
  transition: transform .2s;
}

.team-collection-item-photo-2:hover {
  transform: scale(1.05);
}

.container {
  width: 1000px;
  object-fit: fill;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, 0);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-2 {
  z-index: 100;
  background-image: url('../images/RCIC-Logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.text-block {
  text-align: left;
  line-height: 110%;
}

.team-collection-item-photo-1 {
  border: 5px solid var(--olive-drab);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(224, 224, 224, .12) 60%, #000), url('../images/Sharmin-Alam-Tall.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
}

.team-collection-item-photo-1:hover {
  transform: scale(1.05);
}

.div-block-3 {
  width: 200px;
  height: 200px;
  background-image: url('../images/Aclara-LOGO-Small-Color.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--white);
  margin-bottom: 0;
}

.heading-3 {
  color: var(--green-light);
  margin-bottom: 40px;
}

.div-block-5 {
  width: 300px;
  height: 300px;
  mix-blend-mode: normal;
  background-image: url('../images/Aclara-LOGO-Large-Color.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rcic-logo-1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/RCIC-Logo-White.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  margin-right: 0;
}

.capic-logo-1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/CAPIC-LOGO-White.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  margin-right: 0;
}

.apply-board-logo-1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/ApplyBoard-LOGO-White.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  margin-right: 0;
}

.grid {
  width: 100%;
  max-width: 1800px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.service-collection-item-photo {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, #18232d), url('../images/Study-in-Canada.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
}

.service-collection-item-photo:hover {
  transform: scale(1.25);
}

.tabs {
  width: 100%;
  max-width: 1900px;
}

.text-block-2 {
  text-align: justify;
  line-height: 110%;
}

.service-collection-item-photo-1 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Study-in-Canada.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
}

.service-collection-item-photo-1:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-2 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Skilled-Immigration.jpg');
  background-position: 0 0, 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
}

.service-collection-item-photo-2:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-3 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Porst-Graduate-Work-Permit.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  border: 5px solid #f80;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
  display: block;
}

.service-collection-item-photo-3:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-4 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Work-Visa.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #f80;
  border-radius: 0;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
}

.service-collection-item-photo-4:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-5 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Visitor--Super-Visa.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
}

.service-collection-item-photo-5:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-6 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Business-Immigration.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
}

.service-collection-item-photo-6:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-7 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Citizenship.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
}

.service-collection-item-photo-7:hover {
  transform: scale(1.25);
}

.heading-4 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-7 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-item-title-link-2 {
  width: 100%;
  color: #18232d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-copy {
  text-align: left;
  line-height: 110%;
}

.heading-5 {
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-style: normal;
}

.collection-item-photo-wrapper-2 {
  width: 50%;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-46 {
  width: 100%;
  color: #000;
  text-align: left;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-11 {
  color: #000;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: auto;
  left: 0;
  right: 0;
}

.text-block-13 {
  color: #fff;
  font-size: 13px;
}

.div-block-44 {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.div-block-45 {
  width: 100%;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-34 {
  width: auto;
  max-width: 1000px;
  min-height: 0;
  margin-top: 8em;
  margin-bottom: 8em;
  padding-left: 4em;
  padding-right: 4em;
}

.div-block-36 {
  width: 90%;
  height: auto;
  max-width: 1400px;
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-47 {
  width: 100%;
  text-align: right;
}

.about-timeline {
  z-index: -3;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.heading-20 {
  color: gray;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 15px;
}

.block-quote {
  color: #000;
  text-align: left;
  font-size: 30px;
}

.div-block-27 {
  width: 15px;
  height: 15px;
  background-color: var(--orange);
  border-radius: 20px;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-48 {
  width: 160px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 4em;
  margin-right: 4em;
  padding-right: 0;
  display: flex;
}

.image-8 {
  text-align: center;
  border-radius: 100%;
}

.text-block-12 {
  color: #000;
  white-space: normal;
  font-size: 15px;
}

.div-block-35 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rich-text-block-2 {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  line-height: 120%;
}

.div-block-49 {
  margin-right: 40px;
}

.div-block-50 {
  width: 90%;
  max-width: 1400px;
  margin-bottom: 100px;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 40px;
}

.div-block-51 {
  background-color: #fff;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 1px 12px #000;
}

.div-block-52 {
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-menu-2 {
  order: 0;
  align-self: auto;
}

.div-block-53 {
  width: 90%;
  max-width: 1000px;
  box-shadow: none;
  padding-top: 40px;
  position: relative;
  bottom: 0;
}

.section {
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), linear-gradient(#fff, rgba(255, 255, 255, .5) 50%, #fff), url('../images/testimonials-bg.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.html-embed {
  background-color: #fff;
  margin-top: 40px;
}

.heading-22 {
  margin-bottom: 0;
}

.bold-text {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.bold-text-2 {
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.heading-23, .heading-24, .bold-text-3, .heading-25, .heading-26, .heading-27, .heading-28 {
  color: var(--orange);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.heading-29 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}

.div-block-54 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 1px 10px #000;
}

.background-reveal {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  position: absolute;
}

.div-block-55 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.heading-30 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 50px;
}

.div-block-56 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.section-2 {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-57 {
  align-items: center;
  display: flex;
}

.div-block-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: rgba(0, 0, 0, .5);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.div-block-59 {
  justify-content: center;
  display: flex;
}

.social-media-links {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.team-collection-item-social-button-2 {
  width: 25px;
  height: 25px;
  color: #b29874;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: color .2s;
  display: flex;
}

.team-collection-item-social-button-2:hover {
  color: #f2cf9e;
}

.service-collection-item-photo-8 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Refugee-Claim.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
}

.service-collection-item-photo-8:hover {
  transform: scale(1.25);
}

.text-block-15 {
  width: 100%;
  text-align: justify;
}

.div-block-60 {
  width: 80%;
}

.div-block-61 {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 1px 20px -15px #000;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-31 {
  color: #5b4628;
  text-align: left;
  margin-bottom: 0;
}

.text-block-16 {
  text-align: left;
  font-size: .8em;
  font-weight: 300;
}

.link-block-5 {
  color: #af864d;
  background-color: #af864d;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 5px -5px #000;
}

.link-block-5:hover {
  background-color: #5b4628;
}

.link-block-5:active {
  background-color: #bebebe;
}

.heading-32 {
  color: #fff;
  margin-bottom: 0;
  padding-top: .2em;
  padding-bottom: .2em;
}

.div-block-10 {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-12 {
  grid-template-rows: auto;
}

.div-block-12 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-33 {
  text-align: left;
  font-size: 1.953em;
}

.heading-34 {
  color: var(--olive-drab);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
}

.text-block-4 {
  text-align: left;
  font-size: .9em;
  font-weight: 300;
  line-height: 125%;
}

.div-block-11 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.footer-row-1 {
  border-bottom: .0625em solid rgba(255, 255, 255, .16);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.footer-social-buttons-grid {
  grid-template-rows: auto;
  grid-template-columns: min-content min-content min-content;
  grid-auto-rows: 4em;
  display: flex;
}

.button-social-colored {
  width: 4em;
  height: 4em;
  background-color: var(--orange);
  color: var(--green-light);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  transition: background-color .2s;
  display: flex;
}

.button-social-colored:hover {
  background-color: var(--dark-orange);
}

.image {
  width: 1.5em;
  height: 1.5em;
}

.footer-row-2 {
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.copyright-text {
  width: auto;
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: .8em;
  display: flex;
}

.text-block-17 {
  width: auto;
  text-align: right;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.footer-2 {
  flex-direction: column;
  justify-content: flex-start;
  padding: 2em;
  display: flex;
}

.link, .link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8 {
  color: var(--green-light);
}

.section-3 {
  height: 50vh;
  margin-bottom: 0;
}

.div-block-62 {
  height: 100%;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.div-block-63 {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.div-block-64 {
  width: 75%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-text-field-message {
  height: 100px;
  color: var(--white);
  background-color: rgba(255, 255, 255, .25);
  border: 0 solid #000;
  margin-bottom: 0;
  transition: background-color .2s;
}

.form-text-field-message:focus {
  background-color: rgba(0, 0, 0, .25);
}

.form-text-field-message::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-text-field-message::placeholder {
  color: rgba(255, 255, 255, .5);
}

.button-facebook-small {
  width: 25px;
  height: 25px;
  background-color: var(--green-light);
  background-image: url('../images/icon-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.button-facebook-small:hover {
  background-color: var(--olive-drab);
}

.button-instagram-small {
  width: 25px;
  height: 25px;
  background-color: var(--green-light);
  background-image: url('../images/222982131530099346-512.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.button-instagram-small:hover {
  background-color: var(--olive-drab);
}

.button-linkedin-small {
  width: 25px;
  height: 25px;
  background-color: var(--green-light);
  background-image: url('../images/icon-linked.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-linkedin-small:hover {
  background-color: var(--olive-drab);
}

.text-block-18, .text-block-19 {
  margin-top: 10px;
}

.div-block-65 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.div-block-66 {
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  display: block;
}

.div-block-67 {
  width: 400px;
  height: 150px;
  background-color: var(--olive-drab);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
  box-shadow: 0 1px 6px #000;
}

.heading-35 {
  margin-bottom: 35px;
  font-size: 70px;
}

.div-block-68 {
  z-index: 5;
  background-color: var(--olive-drab);
  margin-top: 0;
  position: static;
}

.div-block-69 {
  z-index: 5;
  width: 100%;
  height: 100px;
  background-color: #fff;
  margin-top: -60px;
  display: none;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
}

.div-block-70 {
  width: 700px;
}

.html-embed-3 {
  margin-top: 20px;
}

.section-5 {
  margin-top: 0;
}

.div-block-69-home {
  z-index: 5;
  width: 100%;
  height: 100px;
  background-color: #fff;
  margin-top: -60px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
}

.slide {
  height: auto;
}

.slider {
  height: 100%;
}

.heading-36, .heading-37 {
  text-transform: uppercase;
}

.slide-nav {
  display: block;
}

.div-block-71 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 37px;
  display: flex;
}

.hero-aux-team-aclara {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Toronto-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-center-wrapper-2 {
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.hero-title-2 {
  color: var(--orange);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.team-collection-item-2 {
  background-color: #fff;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 0 100px -75px #000;
}

.dark-strip-bg-4 {
  z-index: 0;
  width: 100%;
  height: 100px;
  background-color: #18232d;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-aux-section-nabil {
  min-height: 50vh;
  background-image: linear-gradient(to top, var(--gainsboro), transparent), linear-gradient(to bottom, rgba(216, 219, 222, .9), rgba(216, 219, 222, .9)), url('../images/Nabil-Ahsan-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-center-wrapper-3 {
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.hero-title-3 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.aux-wrapper-2 {
  z-index: 25;
  width: 100%;
  max-width: 1366px;
  clear: none;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 50px 25px;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.dark-strip-bg-5 {
  z-index: 1;
  width: 100%;
  height: 100px;
  background-color: var(--orange);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.collection-item-title-link-3 {
  width: 100%;
  color: #18232d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.hero-aux-section-sharmin {
  min-height: 50vh;
  background-image: linear-gradient(to top, var(--gainsboro), transparent), linear-gradient(to bottom, rgba(216, 219, 222, .9), rgba(216, 219, 222, .9)), url('../images/Sharmin-Alam-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-section-copy {
  min-height: 50vh;
  background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0) 50%, #fff), linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), url('../images/Nabil-Ahsan-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.text-block-21 {
  color: var(--black);
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-collection-item-photo-1 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Study-in-Canada.jpg');
  color: var(--orange);
  border: 5px solid #f80;
  padding-top: 100%;
  transition: transform .2s;
  display: block;
}

.service-collection-item-photo-2 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Skilled-Immigration.jpg');
  border: 5px solid #f80;
  transition: opacity .2s, transform .2s;
  display: block;
}

.hero-aux-study-in-canada {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Study-in-Canada.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.aux-wrapper-center {
  z-index: 25;
  width: 100%;
  max-width: 1366px;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 50px 25px;
  display: block;
  position: relative;
  box-shadow: 0 0 100px -75px #000;
}

.text-block-services-body {
  width: auto;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.list {
  margin-bottom: 0;
}

.div-block-73 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-74 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
}

.div-block-69-contact {
  z-index: 5;
  width: 100%;
  height: 100px;
  background-color: #fff;
  margin-top: -90px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
}

.html-embed-4 {
  height: auto;
}

.nav-menu-3 {
  flex: 0 auto;
}

.brand-2 {
  flex: 1;
}

.logo-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  display: block;
}

.nav-bar {
  z-index: 998;
  height: 80px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(29, 15, 0, .85);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 8px 20px -1px rgba(0, 0, 0, .2);
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: 30px 12px;
  font-size: 15px;
  transition: opacity .2s, color .2s;
}

.nav-link-2:hover {
  color: var(--green-light);
}

.nav-link-2.w--current {
  opacity: .5;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.nav-link-2.w--current:hover {
  opacity: .8;
}

.logo {
  height: 70px;
}

.heading-40, .heading-41, .heading-42, .heading-43, .heading-44 {
  color: var(--green-light);
}

.text-block-22 {
  width: 100%;
  text-align: right;
}

.link-9 {
  text-decoration: none;
}

.articles {
  padding-top: 120px;
  padding-bottom: 120px;
}

.articles.with-header {
  border-bottom: 0 #e4a86d;
  border-left: 0 #e4a86d;
  padding-top: 104px;
}

.container-2 {
  max-width: 1280px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.article-text {
  color: #fff;
  cursor: default;
  padding-top: 0;
  font-size: 15px;
}

.article-block-wrapper {
  width: 100%;
  background-color: rgba(250, 250, 250, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #e8e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: static;
}

.article-block-wrapper._3 {
  height: auto;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .75)), url('../images/bangladesh_violence.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
}

.article-block-wrapper._2 {
  height: auto;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .75)), url('../images/dhaka.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
}

.article-block-wrapper._4 {
  height: 400px;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .75)), url('../images/bangladesh.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
}

.article-block-wrapper._5 {
  height: auto;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .75)), url('../images/rohingya.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
}

.article-block-wrapper._1 {
  height: 400px;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .75)), url('../images/rohingya.4c8b99d5.fill-400x260.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
}

.article-block-wrapper._9 {
  height: auto;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .75)), url('../images/Young-people-blog-FI1.333756fe.fill-400x260.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
}

.article-block-wrapper._8 {
  height: auto;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .75)), url('../images/Dhaka-FI-1.610478e1.fill-400x260.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
}

.article-block-wrapper._7 {
  height: 400px;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, .75)), url('../images/300x200.6811b3f3.fill-400x260.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
}

.section-header-paragraph {
  width: 75%;
  color: #000;
  text-align: center;
  margin: 16px auto 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.services-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: nowrap;
  grid-template: ". . . Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 5px;
  padding-left: 0;
  display: flex;
}

.section-title {
  text-align: center;
  text-transform: capitalize;
  font-family: Playfair Display, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.article-title {
  color: #fff;
  text-align: center;
  cursor: default;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
}

.contact {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact.with-header {
  border-bottom: 0 #e4a86d;
  border-left: 0 #e4a86d;
  padding-top: 104px;
}

.aux-wrapper-payment {
  z-index: 25;
  width: 100%;
  max-width: 1366px;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 50px 25px;
  display: block;
  position: relative;
  box-shadow: 0 0 100px -75px #000;
}

.div-block-75 {
  width: auto;
  max-width: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.tabs-menu {
  justify-content: space-around;
  display: flex;
}

._30-min-session-banner {
  width: 300px;
  border: 5px none var(--orange);
  background-color: var(--gainsboro);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  display: flex;
}

.heading-45-30min {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.text-block-23-30min {
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 16px;
  line-height: 125%;
}

.heading-46-30min {
  color: var(--olive-drab);
  text-align: center;
  font-size: 15px;
}

.list-item, .list-item-2 {
  font-weight: 700;
}

.book-button-30 {
  min-width: 200px;
  border: 1px solid var(--tan);
  background-color: var(--dark-orange);
  color: var(--white);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 17.5px 25px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 15px;
  transition: border-color .2s, background-color .2s;
}

.book-button-30:hover {
  border-color: var(--navajo-white);
  background-color: var(--orange);
  color: var(--white);
}

.book-button-30.w--current {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.book-button-30.licensing {
  min-width: auto;
  white-space: normal;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.list-2-30min {
  margin-bottom: 20px;
  line-height: 125%;
}

._60-min-session-banner {
  width: 300px;
  background-color: #3b6436;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  display: flex;
}

.book-button-60 {
  min-width: 200px;
  border: 1px solid var(--tan);
  background-color: var(--gainsboro);
  color: #000;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 17.5px 25px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 15px;
  transition: border-color .2s, background-color .2s;
}

.book-button-60:hover {
  border-color: var(--navajo-white);
  color: #000;
  background-color: #fff;
}

.book-button-60.w--current {
  background-color: var(--gainsboro);
  color: #000;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.book-button-60.w--current:hover {
  background-color: var(--white);
}

.book-button-60.licensing {
  min-width: auto;
  white-space: normal;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.text-block-23-60min {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 125%;
}

.heading-45-60min {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.heading-46-60min {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  font-size: 15px;
}

.list-2-60min {
  margin-bottom: 20px;
  line-height: 125%;
}

.text-block-23-30min-copy {
  text-align: justify;
  margin-bottom: 20px;
  line-height: 125%;
}

.list-item-30min {
  font-weight: 900;
}

.list-item-60min {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.heading-45 {
  font-family: Oswald, sans-serif;
}

.heading-46 {
  z-index: 3;
  color: #fff;
  -webkit-text-stroke-color: #696259;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-46:hover {
  color: var(--white);
}

.div-block-76 {
  width: 100%;
  height: 100%;
}

.div-block-77 {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.html-embed-calendly {
  width: 100%;
  height: auto;
  border: 5px none var(--orange);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding-right: 0;
  display: block;
}

.heading-47, .heading-48, .heading-49 {
  color: var(--olive-drab);
}

.aux-wrapper-book {
  z-index: 25;
  width: auto;
  max-width: 1500px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 40px 25px;
  display: block;
  position: relative;
  box-shadow: 0 0 100px -75px #000;
}

.div-block-78 {
  display: flex;
}

.div-block-79 {
  max-width: 100%;
}

.image-9 {
  border: 5px solid var(--orange);
  display: block;
}

.image-10 {
  border: 5px solid var(--orange);
}

.image-10:hover {
  border-style: solid;
  border-color: var(--dark-orange);
}

.link-10 {
  color: var(--dark-orange);
}

.link-10:hover {
  color: var(--orange);
}

.link-11 {
  color: var(--dark-orange);
}

.link-11:hover {
  color: var(--orange);
}

.div-block-80-30min {
  width: 100%;
  border-style: solid none none;
  border-width: 5px;
  border-color: var(--orange) black black;
  margin-bottom: 10px;
}

.div-block-80-60min {
  width: 100%;
  border: 5px #000;
  border-top: 5px solid #fff;
  margin-bottom: 10px;
}

.div-block-80 {
  border: 5px solid var(--orange);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-81 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-75-copy {
  width: auto;
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

._30-min-session-banner-copy {
  width: 50%;
  border: 5px none var(--orange);
  background-color: var(--gainsboro);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
  padding: 10px 20px;
  display: flex;
}

._60-min-session-banner-copy {
  width: 50%;
  background-color: #3b6436;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
  padding: 10px 20px;
  display: flex;
}

.service-collection-item-photo-2-1 {
  perspective: none;
  color: var(--orange);
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(235, 235, 235, .08) 70%, #000), url('../images/Express-Entry.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  transition-property: transform;
  display: block;
  transform: none;
}

.service-collection-item-photo-2-1:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-8-1 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Refugee-Claim.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
}

.service-collection-item-photo-8-1:hover {
  transform: scale(1.25);
}

.visitor-super-visa-collection-item-photo-1 {
  color: var(--orange);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(237, 237, 237, .07) 70%, #000), url('../images/Remporary-Resident-Visa.jpg');
  background-position: 0 0, 25% 25%;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  transition: transform .2s;
  display: block;
}

.visitor-super-visa-collection-item-photo-1:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-2-2 {
  height: auto;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(237, 237, 237, .07) 70%, #000), url('../images/Skilled-Worker.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  transition: transform .2s;
  display: block;
  position: static;
  overflow: visible;
}

.service-collection-item-photo-2-2:hover {
  transform: scale(1.25);
}

.grid-skilled-immigration {
  width: 100%;
  max-width: 1500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.link-12 {
  color: var(--dark-orange);
}

.link-12:hover {
  color: var(--orange);
}

.link-13 {
  color: var(--dark-orange);
}

.link-13:hover {
  color: var(--orange);
}

.link-14 {
  color: var(--dark-orange);
}

.link-14:hover {
  color: var(--orange);
}

.hero-aux-refugee-claim {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Refugee-Claim.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-skilled-immigration {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Skilled-Immigration.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-express-entry {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Express-Entry.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-skilled-worker {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Skilled-Worker.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.service-collection-item-photo-3 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  mix-blend-mode: normal;
  object-fit: fill;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.service-collection-item-photo-3:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Family-Sponsorship.jpg');
  background-size: auto, cover;
}

.service-collection-item-photo-3:focus, .service-collection-item-photo-3:visited {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Family-Sponsorship.jpg');
}

.grid-family-sponsorship {
  width: 100%;
  max-width: 1500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.family-sponsorship-collection-item-photo-1 {
  color: var(--orange);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(237, 237, 237, .07) 70%, #000), url('../images/Spousal-Sponsorship.jpg');
  background-position: 0 0, 25% 25%;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  transition: transform .2s;
  display: block;
}

.family-sponsorship-collection-item-photo-1:hover {
  transform: scale(1.25);
}

.family-sponsorship-collection-item-photo-2 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(237, 237, 237, .07) 70%, #000), url('../images/Parents--Grandparents-Sponsorship.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  transition: transform .2s;
  display: block;
}

.family-sponsorship-collection-item-photo-2:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-8 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Refugee-Claim.jpg');
  display: block;
}

.hero-aux-family-sponsorship {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Family-Sponsorship.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-visior-visa {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Visitor--Super-Visa.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.grid-visitor-super-visa {
  width: 100%;
  max-width: 1500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.service-collection-item-photo-5 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Provincial-Nominee.jpg');
  display: block;
}

.hero-aux-temporary-resident-visa {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Remporary-Resident-Visa.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-spousal-sponsorship {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Spousal-Sponsorship.jpg');
  background-position: 0 0, 0 0, 50% 25%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-parents-grandparents-sponsorship {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Parents--Grandparents-Sponsorship.jpg');
  background-position: 0 0, 0 0, 50% 25%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-eta {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Electronic-Travel-Authorization.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.div-block-82 {
  border: 1px solid #000;
  padding: 5px;
}

.hero-aux-business-visitor-visa {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Business-Visitor-Visa.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-parents-grandparents-super-visa {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Parents-and-Grandparents-Super-Visa.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.visitor-super-visa-collection-item-photo-2 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(237, 237, 237, .07) 70%, #000), url('../images/Electronic-Travel-Authorization.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  transition: transform .2s;
  display: block;
}

.visitor-super-visa-collection-item-photo-2:hover {
  transform: scale(1.25);
}

.visitor-super-visa-collection-item-photo-3 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Business-Visitor-Visa.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
  display: block;
}

.visitor-super-visa-collection-item-photo-3:hover {
  transform: scale(1.25);
}

.visitor-super-visa-collection-item-photo-4 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Parents-and-Grandparents-Super-Visa.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #f80;
  border-radius: 0;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
  display: block;
}

.visitor-super-visa-collection-item-photo-4:hover {
  transform: scale(1.25);
}

.hero-aux-pr-citizen {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Citizenship.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.grid-pr-citizen {
  width: 100%;
  max-width: 1500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.pr-citizen-collection-item-photo-1 {
  color: var(--orange);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(237, 237, 237, .07) 70%, #000), url('../images/PR-Card-Renewal.png');
  background-position: 0 0, 25% 25%;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  transition: transform .2s;
  display: block;
}

.pr-citizen-collection-item-photo-1:hover {
  transform: scale(1.25);
}

.pr-citizen-collection-item-photo-2 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(237, 237, 237, .07) 70%, #000), url('../images/PRTD.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  transition: transform .2s;
  display: block;
}

.pr-citizen-collection-item-photo-2:hover {
  transform: scale(1.25);
}

.pr-citizen-collection-item-photo-3 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Canadian-Citizenship.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  padding-bottom: 0;
  transition: transform .2s;
  display: block;
}

.pr-citizen-collection-item-photo-3:hover {
  transform: scale(1.25);
}

.hero-aux-pr-card-renewal {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/PR-Card-Renewal.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-prtd {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/PRTD.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.service-collection-item-photo-7 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Citizenship.jpg');
  display: block;
}

.hero-aux-canadian-citizenship {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Canadian-Citizenship.jpg');
  background-position: 0 0, 0 0, 75% 25%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.text-block-23 {
  text-align: justify;
}

.hero-aux-fees {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Fees.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.service-collection-item-photo-4 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Experience-Class-2.jpg');
  display: block;
}

.hero-aux-work-permit {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Work-Permit.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-family-sponsorship-copy {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Family-Sponsorship.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-work-visa {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Work-Visa.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.work-visa-collection-item-photo-1-copy {
  color: var(--orange);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(237, 237, 237, .07) 70%, #000), url('../images/Work-Permit.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  transition: transform .2s;
  display: block;
}

.work-visa-collection-item-photo-1-copy:hover {
  transform: scale(1.25);
}

.work-visa-collection-item-photo-2-copy {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(237, 237, 237, .07) 70%, #000), url('../images/Porst-Graduate-Work-Permit.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #f80;
  padding-top: 100%;
  transition: transform .2s;
  display: block;
}

.work-visa-collection-item-photo-2-copy:hover {
  transform: scale(1.25);
}

.hero-aux-pgwp {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Porst-Graduate-Work-Permit.jpg');
  background-position: 0 0, 0 0, 50% 25%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.heading-51 {
  color: var(--olive-drab);
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  text-decoration: underline;
}

.text-block-24 {
  text-align: right;
}

.div-block-83 {
  border: 2px none var(--green-light);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.button-light-learn-more {
  min-width: auto;
  border: 1px solid var(--tan);
  background-color: var(--dark-orange);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 10px 10px 40px;
  padding: 17.5px 15px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 15px;
  transition: border-color .2s, background-color .2s;
}

.button-light-learn-more:hover {
  border-color: var(--navajo-white);
  background-color: var(--orange);
  color: var(--white);
}

.button-light-learn-more.licensing {
  min-width: auto;
  white-space: normal;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.heading-52 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
}

.heading-53 {
  width: 50%;
  color: var(--olive-drab);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 0;
  font-family: Oswald, sans-serif;
}

.div-block-84 {
  width: 60%;
  flex-direction: row;
  display: flex;
}

.text-block-25 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 15px;
}

.text-block-25:hover {
  color: var(--green-light);
}

.icon-3 {
  color: var(--white);
}

.icon-3:hover {
  color: var(--green-light);
}

.dropdown-toggle {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dropdown-toggle:hover {
  color: var(--green-light);
}

.grid-skilled-immigration-1-5 {
  width: 100%;
  max-width: 1500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.collection-item-photo-wrapper-1-5 {
  width: 100%;
  height: auto;
  color: #fff;
  object-fit: contain;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.service-collection-item-1-5 {
  z-index: 100;
  background-color: var(--white);
  box-shadow: 0 0 100px -75px var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.collection-item-title-link-1-5 {
  width: 50%;
  color: #18232d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.service-collection-item-photo-3 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Family-Sponsorship.jpg');
}

.aux-wrapper-no-shadow {
  z-index: 25;
  width: 100%;
  max-width: 1366px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding: 50px 50px 25px;
  display: flex;
  position: relative;
}

.list-2, .list-3 {
  margin-bottom: 0;
}

.service-collection-item-photo-6 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Self-Employeed.jpg');
  display: block;
}

.hero-aux-skilled-trades {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Skilled-Trade.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-experience-class {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Experience-Class-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-provincial-nominee {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Provincial-Nominee.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-self-employeed {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Self-Employeed.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.service-collection-item-photo-3-copy {
  height: auto;
  border: 5px solid var(--orange);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Skilled-Trade.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100%;
  padding-bottom: 0;
  transition-property: transform;
  display: block;
}

.service-collection-item-photo-3-copy:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-2-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 5px solid var(--orange);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Experience-Class-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100%;
  transition-property: transform;
  display: block;
}

.service-collection-item-photo-2-4:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-2-6 {
  border: 5px solid var(--orange);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Self-Employeed.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100%;
  transition-property: transform;
  display: block;
}

.service-collection-item-photo-2-6:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-2-5 {
  border: 5px solid var(--orange);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Provincial-Nominee.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100%;
  transition-property: transform;
  display: block;
}

.service-collection-item-photo-2-5:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-4 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Work-Visa.jpg');
}

.service-collection-item-photo-5 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Visitor--Super-Visa.jpg');
}

.service-collection-item-photo-6 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Business-Immigration.jpg');
  background-position: 0 0, 50%;
}

.service-collection-item-photo-9 {
  border: 5px solid var(--orange);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Pilot-Program.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100%;
  transition-property: transform;
  display: block;
}

.service-collection-item-photo-9:hover {
  transform: scale(1.25);
}

.grid-business-immigration {
  width: 100%;
  max-width: 1500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.service-collection-item-photo-4-1 {
  perspective: none;
  color: var(--orange);
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(235, 235, 235, .08) 70%, #000), url('../images/Start--Up.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border: 5px solid #f80;
  padding-top: 100%;
  transition-property: transform;
  display: block;
  transform: none;
}

.service-collection-item-photo-4-1:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-4-2 {
  border: 5px solid var(--orange);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Entrepreneur---PNP.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100%;
  transition-property: transform;
  display: block;
}

.service-collection-item-photo-4-2:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-4-3 {
  border: 5px solid var(--orange);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Agriculture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100%;
  transition-property: transform;
  display: block;
}

.service-collection-item-photo-4-3:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-4-4 {
  border: 5px solid var(--orange);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Company-Transfer.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100%;
  transition-property: transform;
  display: block;
}

.service-collection-item-photo-4-4:hover {
  transform: scale(1.25);
}

.hero-aux-business-immigration {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Business-Immigration.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.grid-pilot-programs {
  width: 100%;
  max-width: 1500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.service-collection-item-photo-9-1 {
  perspective: none;
  color: var(--orange);
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(235, 235, 235, .08) 70%, #000), url('../images/Caregiver.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border: 5px solid #f80;
  padding-top: 100%;
  transition-property: transform;
  display: block;
  transform: none;
}

.service-collection-item-photo-9-1:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-9-2 {
  border: 5px solid var(--orange);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Rural--Northern.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100%;
  transition-property: transform;
  display: block;
}

.service-collection-item-photo-9-2:hover {
  transform: scale(1.25);
}

.service-collection-item-photo-9-3 {
  border: 5px solid var(--orange);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(214, 200, 181, 0) 70%, var(--black)), url('../images/Agri-Food.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100%;
  transition-property: transform;
  display: block;
}

.service-collection-item-photo-9-3:hover {
  transform: scale(1.25);
}

.hero-aux-pilot-programs {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Pilot-Program.jpg');
  background-position: 0 0, 0 0, 10% 20%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.hero-aux-start-up-visa {
  min-height: 50vh;
  background-image: linear-gradient(to top, #18232d, rgba(0, 0, 0, 0)), linear-gradient(rgba(24, 35, 45, .75), rgba(24, 35, 45, .75)), url('../images/Start--Up.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
}

.div-block-85 {
  padding-top: 140px;
  padding-bottom: 40px;
}

.aux-wrapper-2-1 {
  z-index: 25;
  width: 100%;
  max-width: 1366px;
  clear: none;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding: 40px 50px;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.aux-section-payment {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.aux-wrapper-pay {
  z-index: 25;
  width: auto;
  max-width: 1500px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 40px 25px;
  display: block;
  position: relative;
  box-shadow: 0 0 100px -75px #000;
}

.html-embed-stripe {
  width: 100%;
  height: auto;
  border: 5px none var(--orange);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding-right: 0;
  display: flex;
}

.list-4 {
  color: #000;
  margin-bottom: 0;
}

.heading-54 {
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}

@media screen and (min-width: 1280px) {
  .social-button {
    background-color: var(--orange);
  }

  .social-button:hover {
    background-color: var(--dark-orange);
  }

  .free-quote-form-block {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
    position: static;
  }

  .testimonials-grid {
    max-width: 1600px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-item-title-link-1 {
    margin-top: 0;
  }

  .service-collection-item {
    justify-content: space-between;
    align-items: center;
  }

  .dark-strip-bg-3 {
    position: static;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-block-11 {
    text-transform: uppercase;
  }

  .about-timeline {
    display: flex;
  }

  .text-block-12 {
    font-family: Roboto, sans-serif;
  }

  .heading-23 {
    font-size: 26px;
  }

  .heading-24 {
    color: var(--orange);
    -webkit-text-stroke-color: var(--orange);
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
  }

  .bold-text-3 {
    color: var(--orange);
    font-size: 26px;
  }

  .heading-25, .heading-26, .heading-27, .heading-28 {
    font-size: 26px;
  }

  .social-media-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-61 {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 1px 20px -15px #000;
  }

  .grid-11 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-31 {
    color: #5b4628;
    text-decoration: overline;
  }

  .link-block-5 {
    background-color: #af864d;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 5px -5px #000;
  }

  .link-block-5:hover {
    background-color: #5b4628;
  }

  .link-block-5:active {
    color: #fff;
    background-color: #bebebe;
  }

  .heading-32 {
    color: #fff;
    margin-bottom: 0;
    padding-top: .2em;
    padding-bottom: .2em;
  }

  .heading-32:active {
    color: #fff;
  }

  .grid-12 {
    justify-content: stretch;
  }

  .div-block-12 {
    align-items: flex-start;
  }

  .heading-34 {
    color: var(--olive-drab);
  }

  .div-block-11 {
    flex-direction: row;
    justify-content: flex-end;
  }

  .div-block-13 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-row-1 {
    justify-content: center;
    padding-bottom: 0;
  }

  .button-social-colored {
    background-color: var(--orange);
    -webkit-text-stroke-color: var(--orange);
  }

  .button-social-colored:hover {
    background-color: var(--dark-orange);
  }

  .footer-row-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .copyright-text {
    width: auto;
    color: #000;
  }

  .text-block-8 {
    font-size: .8em;
    font-weight: 600;
  }

  .text-block-17 {
    width: auto;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .link, .link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8 {
    color: var(--green-light);
  }

  .section-3 {
    height: 50vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-62 {
    height: 100%;
  }

  .div-block-63 {
    width: 100%;
    height: 50%;
    background-color: rgba(185, 55, 55, 0);
    justify-content: center;
    margin-top: 0%;
    margin-bottom: 0;
    display: flex;
    position: relative;
    bottom: -50px;
  }

  .div-block-64 {
    width: 750px;
    height: auto;
    background-color: rgba(76, 130, 69, 0);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-18 {
    text-align: left;
    margin-top: 10px;
  }

  .text-block-19 {
    margin-top: 10px;
  }

  .div-block-65 {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .div-block-66 {
    width: 100%;
  }

  .div-block-67 {
    display: none;
  }

  .div-block-69 {
    width: 100%;
    height: 100px;
    background-color: #fff;
    margin-top: -8px;
    margin-bottom: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
  }

  .div-block-70 {
    width: 750px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .html-embed-3 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .section-4 {
    background-color: #fff;
    display: none;
  }

  .section-5 {
    padding-top: 0;
  }

  .div-block-69-home {
    width: 100%;
    height: 100px;
    background-color: #fff;
    margin-top: -59px;
    margin-bottom: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
  }

  .slider {
    min-width: 700px;
  }

  .slide-nav {
    display: block;
  }

  .div-block-71 {
    justify-content: center;
    display: flex;
  }

  .heading-38, .heading-39 {
    text-transform: uppercase;
  }

  .hero-aux-section-nabil {
    background-image: linear-gradient(to top, var(--gainsboro), transparent), linear-gradient(to bottom, rgba(216, 219, 222, .9), rgba(216, 219, 222, .9)), url('../images/Nabil-Ahsan-2.jpg');
    background-position: 0 0, 0 0, 50% 25%;
  }

  .dark-strip-bg-5 {
    background-color: var(--orange);
  }

  .hero-aux-section-sharmin {
    background-image: linear-gradient(to top, var(--gainsboro), transparent), linear-gradient(to bottom, rgba(216, 219, 222, .9), rgba(216, 219, 222, .9)), url('../images/Sharmin-Alam-2.jpg');
    background-position: 0 0, 0 0, 50% 25%;
  }

  .service-collection-item-photo-1 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-69-contact {
    width: 100%;
    height: 100px;
    background-color: #fff;
    margin-top: -90px;
    margin-bottom: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
  }

  .div-block-75 {
    align-items: center;
  }

  ._30-min-session-banner {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-45-30min {
    color: #000;
    margin-bottom: 0;
  }

  .text-block-23-30min {
    color: var(--black);
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
  }

  .heading-46-30min {
    color: var(--black);
    text-align: center;
    margin-bottom: 40px;
  }

  .list-item {
    color: #000;
    line-height: 125%;
  }

  .list-item-2 {
    color: var(--black);
    line-height: 125%;
  }

  .book-button-30.w--current {
    color: var(--white);
    margin-top: 20px;
  }

  .list-2-30min {
    color: var(--black);
    font-size: 16px;
  }

  ._60-min-session-banner {
    background-color: #3b6436;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .book-button-60.w--current {
    background-color: var(--gainsboro);
    color: var(--black);
    margin-top: 20px;
  }

  .book-button-60.w--current:hover {
    background-color: var(--white);
  }

  .text-block-23-60min {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
  }

  .heading-45-60min {
    color: #fff;
    margin-bottom: 0;
  }

  .heading-46-60min {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }

  .list-2-60min {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
  }

  .text-block-23-30min-copy {
    color: #fff;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
  }

  .list-item-30min {
    color: #000;
    line-height: 125%;
  }

  .list-item-60min {
    color: var(--white);
    line-height: 125%;
  }

  .heading-45 {
    text-transform: uppercase;
  }

  .heading-46 {
    color: var(--white);
    margin-bottom: 20px;
  }

  .div-block-76 {
    width: 100%;
  }

  .div-block-77 {
    flex-direction: column;
  }

  .div-block-78 {
    display: flex;
  }

  .heading-50 {
    font-size: 26px;
  }

  .div-block-75-copy {
    align-items: center;
  }

  ._30-min-session-banner-copy {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._60-min-session-banner-copy {
    background-color: #3b6436;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-collection-item-photo-2-1, .visitor-super-visa-collection-item-photo-1, .family-sponsorship-collection-item-photo-1, .pr-citizen-collection-item-photo-1, .work-visa-collection-item-photo-1-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-53 {
    width: 50%;
  }

  .service-collection-item-1-5 {
    justify-content: space-between;
    align-items: center;
  }

  .collection-item-title-link-1-5 {
    margin-top: 0;
  }

  .service-collection-item-photo-4-1, .service-collection-item-photo-9-1 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-26 {
    color: #000;
  }

  .list-item-3, .list-item-4 {
    color: #000;
    font-family: Roboto, sans-serif;
  }

  .list-4 {
    margin-bottom: 0;
  }

  .heading-54 {
    color: #000;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    min-height: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .brand.w--current {
    display: none;
  }

  .free-quote-nav-link-wrapper {
    justify-content: center;
    margin-left: 0;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .button-light {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }

  .hero-section {
    height: 100vh;
    max-height: none;
    min-height: 50vh;
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .nav-links {
    background-color: var(--white);
    border-top: 1px solid rgba(24, 35, 45, .25);
    justify-content: center;
    padding: 25px 12.5px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    border: 1px solid #18232d;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    border-color: var(--navajo-white);
    color: var(--navajo-white);
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .buttons-grid {
    display: none;
  }

  .social-button {
    width: 100%;
  }

  .hero-bottom-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-button {
    width: 100%;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-logo-wrapper {
    height: 150px;
    padding: 20px;
  }

  .home-team-section {
    padding: 12.5px;
  }

  .free-quote-grid {
    grid-template-columns: 1fr;
  }

  .quote-section-photo {
    display: none;
  }

  .free-quote-form-block {
    min-height: 327.5px;
    margin-top: 0;
    margin-left: 0;
    padding: 25px;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .button-dark {
    width: 100%;
  }

  .subtitle-light {
    margin-bottom: 12.5px;
  }

  .dark-strip-bg {
    height: 100px;
  }

  .testimonials-grid {
    grid-column-gap: 12.5px;
    grid-template-columns: 1fr;
  }

  .testimonial-wrapper {
    box-shadow: 0 0 100px -87.5px var(--black);
  }

  .home-services-section {
    padding: 100px 12.5px;
  }

  .home-service-grid {
    grid-template-columns: 1fr;
  }

  .home-services-text-wrapper {
    text-align: center;
    align-items: center;
    padding: 25px 25px 0;
  }

  .home-services-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-team-text-wrapper {
    text-align: center;
    align-items: center;
    margin: 12.5px 0 0;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-list {
    grid-column-gap: 12.5px;
    grid-template-columns: 1fr 1fr;
  }

  .team-collection-item {
    box-shadow: 0 0 100px -87.5px var(--black);
    margin-top: 20px;
  }

  .home-team-collection-list-wrapper {
    margin-top: 0;
  }

  .team-collection-item-social-buttons {
    justify-content: stretch;
    align-items: stretch;
    justify-items: start;
  }

  .team-collection-item-social-button {
    width: 100%;
  }

  .clients-section {
    margin-top: 0;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .home-services-list-wrapper {
    box-shadow: 0 0 100px -87.5px var(--black);
    margin-top: 12.5px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .service-collection-item {
    box-shadow: 0 0 100px -87.5px var(--black);
  }

  .testimonials-section {
    padding: 12.5px;
  }

  .footer {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-navbar {
    justify-content: center;
  }

  .footer-link {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }

  .services-main-photo, .dark-strip-bg-2 {
    display: none;
  }

  .hero-aux-section {
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .aux-section-home {
    padding-bottom: 12.5px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .aux-wrapper {
    box-shadow: 0 0 100px -87.5px var(--black);
    padding: 25px 25px 0;
  }

  .page-image {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .services-list-wrapper {
    box-shadow: 0 0 100px -87.5px var(--black);
    margin-bottom: 0;
    margin-right: 0;
  }

  .services-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .home-news-collection-list-wrapper {
    margin-top: 12.5px;
  }

  .contact-grid {
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
    grid-template-columns: 1fr;
  }

  .map {
    height: 327.5px;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .contact-form-block {
    min-height: 327.5px;
    padding: 25px;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .hero-contact-info-grid {
    display: none;
  }

  .hero-title {
    margin-bottom: -10px;
    padding-bottom: 0;
    font-size: 60px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .book-a-consultation-session {
    padding: 12.5px;
  }

  .collection-list-team {
    grid-column-gap: 12.5px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-3 {
    margin-bottom: 0;
  }

  .div-block-5 {
    width: 250px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .div-block-46 {
    font-size: 10px;
  }

  .text-block-11 {
    font-size: 25px;
    line-height: 50px;
  }

  .div-block-44 {
    width: 95%;
  }

  .div-block-36 {
    flex-direction: column;
  }

  .div-block-48 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .text-block-12 {
    font-size: 15px;
  }

  .div-block-49 {
    margin-right: 0;
  }

  .team-collection-item-social-button-2 {
    width: 100%;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .footer-row-1 {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .footer-social-buttons-grid {
    padding-bottom: 2em;
  }

  .button-social-colored {
    margin-left: .5em;
    margin-right: .5em;
  }

  .footer-row-2 {
    justify-content: center;
  }

  .copyright-text {
    text-align: center;
    display: block;
  }

  .section-3 {
    margin-bottom: 0;
  }

  .div-block-63 {
    margin-top: 0%;
  }

  .div-block-65 {
    align-items: center;
  }

  .div-block-66 {
    width: 100%;
  }

  .div-block-67 {
    display: none;
  }

  .section-5 {
    margin-top: 0;
  }

  .hero-aux-team-aclara {
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .team-collection-item-2 {
    box-shadow: 0 0 100px -87.5px #000;
  }

  .hero-aux-section-nabil {
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .aux-wrapper-2 {
    padding: 25px 25px 0;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .hero-aux-section-sharmin, .hero-aux-section-copy, .hero-aux-study-in-canada {
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .aux-wrapper-center {
    padding: 25px 25px 0;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .div-block-73 {
    flex-direction: column;
    align-items: flex-end;
  }

  .nav-menu-3 {
    background-color: #383c3e;
  }

  .icon-2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }

  .nav-bar {
    padding-left: 32px;
    padding-right: 16px;
  }

  .menu-button-2 {
    padding: 24px;
  }

  .menu-button-2.w--open {
    background-color: #383c3e;
  }

  .nav-link-2 {
    text-align: center;
  }

  .nav-link-2.w--current {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .logo {
    height: 70px;
  }

  .articles {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .article-text {
    font-size: 12px;
  }

  .article-block-wrapper {
    width: 100%;
  }

  .section-header-paragraph {
    width: 80%;
  }

  .services-grid {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-around;
  }

  .section-title {
    font-size: 40px;
    line-height: 46px;
  }

  .article-title {
    font-size: 18px;
  }

  .contact {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .aux-wrapper-payment {
    padding: 25px 25px 0;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .book-button-30 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .book-button-30.w--current {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .book-button-60 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .book-button-60.w--current {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-77 {
    flex-direction: column;
  }

  .aux-wrapper-book {
    padding: 25px 25px 0;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .div-block-78 {
    align-items: center;
  }

  .grid-skilled-immigration {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-aux-refugee-claim, .hero-aux-skilled-immigration, .hero-aux-express-entry, .hero-aux-skilled-worker {
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .grid-family-sponsorship {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-aux-family-sponsorship, .hero-aux-visior-visa {
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .grid-visitor-super-visa {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-aux-temporary-resident-visa, .hero-aux-spousal-sponsorship, .hero-aux-parents-grandparents-sponsorship, .hero-aux-eta, .hero-aux-business-visitor-visa, .hero-aux-parents-grandparents-super-visa, .hero-aux-pr-citizen {
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .grid-pr-citizen {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-aux-pr-card-renewal, .hero-aux-prtd, .hero-aux-canadian-citizenship, .hero-aux-fees, .hero-aux-work-permit, .hero-aux-family-sponsorship-copy, .hero-aux-work-visa, .hero-aux-pgwp {
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .button-light-learn-more {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .heading-53 {
    width: 100%;
  }

  .grid-skilled-immigration-1-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-collection-item-1-5 {
    box-shadow: 0 0 100px -87.5px var(--black);
  }

  .aux-wrapper-no-shadow {
    padding: 25px 25px 0;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .hero-aux-skilled-trades, .hero-aux-experience-class, .hero-aux-provincial-nominee, .hero-aux-self-employeed {
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .grid-business-immigration {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-aux-business-immigration {
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .grid-pilot-programs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-aux-pilot-programs, .hero-aux-start-up-visa {
    padding-top: 75px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .aux-wrapper-2-1 {
    padding: 25px 25px 0;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .aux-section-payment {
    padding-bottom: 12.5px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .aux-wrapper-pay {
    padding: 25px 25px 0;
    box-shadow: 0 0 100px -87.5px #000;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 100vh;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonial-wrapper {
    width: 100%;
  }

  .testimonial-top-wrapper, .collection-list, .home-services-collection-list {
    grid-template-columns: 1fr;
  }

  .testimonial-text-wrapper {
    padding-top: 25px;
  }

  .services-collection-list, .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    margin-bottom: -15px;
    font-size: 50px;
  }

  .licensing-grid, .collection-list-team {
    grid-template-columns: 1fr;
  }

  .text-block {
    font-size: 12px;
  }

  .div-block-5 {
    width: 200px;
    height: 250px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .text-block-copy {
    font-size: 12px;
  }

  .text-block-11 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-45 {
    flex-direction: column;
  }

  .div-block-48 {
    margin-left: 1em;
    margin-right: 1em;
    display: none;
  }

  .text-block-12 {
    text-align: center;
    font-size: 13px;
  }

  .heading-21 {
    font-size: 35px;
  }

  .social-media-links {
    align-items: center;
  }

  .grid-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-buttons-grid {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .copyright-text {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .text-block-17 {
    text-align: right;
    justify-content: center;
  }

  .section-3 {
    height: 50vh;
    margin-bottom: 0;
  }

  .div-block-63 {
    margin-top: 0%;
  }

  .div-block-65 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-70 {
    width: 100%;
  }

  .section-5 {
    margin-top: 0;
  }

  .block-quote-2, .block-quote-3, .block-quote-4, .block-quote-5, .block-quote-6, .block-quote-7 {
    font-size: 15px;
  }

  .nav-bar {
    padding-left: 24px;
    padding-right: 8px;
  }

  .logo {
    height: 60px;
  }

  .articles {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-header-paragraph {
    width: 100%;
  }

  .services-grid {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-title {
    font-size: 36px;
    line-height: 42px;
  }

  .contact {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .heading-46 {
    font-size: 16px;
  }

  .div-block-77 {
    flex-direction: column;
  }

  .html-embed-calendly {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-78 {
    flex-direction: column;
  }

  .div-block-80 {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-81 {
    flex-direction: column;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._30-min-session-banner-copy, ._60-min-session-banner-copy {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-skilled-immigration, .grid-family-sponsorship, .grid-visitor-super-visa, .grid-pr-citizen {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-53 {
    font-size: 23px;
  }

  .grid-skilled-immigration-1-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-business-immigration, .grid-pilot-programs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .html-embed-stripe {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .button-light {
    margin-top: 10px;
    display: block;
  }

  .hero-section {
    height: 100vh;
  }

  .hero-center-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .clients-grid {
    grid-template-rows: auto auto;
  }

  .client-logo-wrapper {
    height: 100px;
    padding: 12.5px;
  }

  .free-quote-form {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    width: 100%;
    justify-items: center;
  }

  .testimonial-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-top-wrapper {
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    margin-top: 0;
  }

  .testimonial-text-wrapper {
    width: 60%;
    align-items: center;
  }

  .quote-icon {
    margin-bottom: 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .hero-title {
    margin-bottom: -20px;
    padding-bottom: 0;
    font-size: 30px;
  }

  .heading-3 {
    font-size: 8px;
  }

  .div-block-5 {
    width: 150px;
    height: 160px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
  }

  .collection-item-title-link-2 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-photo-wrapper-2 {
    width: 100%;
  }

  .div-block-45 {
    flex-direction: column;
  }

  .heading-21 {
    font-size: 30px;
  }

  .div-block-52 {
    align-self: center;
  }

  .grid-11 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-12 {
    align-items: center;
  }

  .text-block-4 {
    text-align: center;
  }

  .div-block-11 {
    align-items: center;
  }

  .footer-row-1 {
    justify-items: center;
    padding-bottom: 1em;
  }

  .footer-social-buttons-grid {
    padding-bottom: 1em;
  }

  .footer-row-2 {
    justify-content: center;
    padding-top: 0;
  }

  .copyright-text {
    flex-direction: column;
    justify-content: center;
  }

  .section-3 {
    height: 50vh;
    margin-bottom: 0;
  }

  .div-block-63 {
    margin-top: 0%;
  }

  .form-text-field-message {
    height: 150px;
  }

  .div-block-67 {
    width: 300px;
  }

  .heading-35 {
    font-size: 50px;
  }

  .text-block-20 {
    font-size: 14px;
  }

  .section-5 {
    margin-top: 0;
  }

  .div-block-71, .block-quote-2 {
    width: 100%;
  }

  .aux-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item-title-link-3 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-services-body {
    text-align: justify;
  }

  .div-block-73 {
    align-items: center;
  }

  .nav-bar {
    padding-left: 16px;
    padding-right: 8px;
  }

  .logo {
    height: 50px;
  }

  .article-block-wrapper {
    align-items: center;
  }

  .services-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .aux-wrapper-payment {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-75 {
    flex-direction: column;
  }

  ._30-min-session-banner {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .book-button-30 {
    display: block;
  }

  ._60-min-session-banner {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .book-button-60 {
    display: block;
  }

  .aux-wrapper-book {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .div-block-80, .div-block-81 {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-75-copy {
    flex-direction: column;
  }

  ._30-min-session-banner-copy {
    margin-top: 0;
    margin-bottom: 10px;
  }

  ._60-min-session-banner-copy {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .grid-skilled-immigration {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-family-sponsorship, .grid-visitor-super-visa, .grid-pr-citizen {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-light-learn-more {
    display: block;
  }

  .heading-53 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .grid-skilled-immigration-1-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .aux-wrapper-no-shadow {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-business-immigration, .grid-pilot-programs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .aux-wrapper-2-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .aux-wrapper-pay {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }
}

#w-node-a87a01d4-f501-54a0-5ae5-eb345535a4d7-aa2d2dcb, #w-node-b0fa28b3-afe2-4555-a60f-3f8710451236-aa2d2dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5826c19-57a4-d955-3af1-b4b93bc54650-aa2d2dcb {
  align-self: center;
  justify-self: center;
}

#w-node-ad804f3c-e666-1abc-8e66-389413aafd0d-aa2d2dcb, #w-node-ad804f3c-e666-1abc-8e66-389413aafd0e-aa2d2dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f58d8e9-35f4-4cf1-096e-9393db4b5ec4-aa2d2dcb {
  justify-self: end;
}

#w-node-ac52e36c-6040-1e04-f547-bfcee63bf4dc-aa2d2dcb, #w-node-ac52e36c-6040-1e04-f547-bfcee63bf4dd-aa2d2dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f58d8e9-35f4-4cf1-096e-9393db4b5eca-aa2d2dcb {
  align-self: center;
  justify-self: center;
}

#w-node-_641db6a8-4083-0b45-833d-09ea09ae08dc-aa2d2dcb, #w-node-_641db6a8-4083-0b45-833d-09ea09ae08dd-aa2d2dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c29e093-c55e-689f-7f6c-de1f52e30815-aa2d2dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9c29e093-c55e-689f-7f6c-de1f52e30819-aa2d2dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c29e093-c55e-689f-7f6c-de1f52e3081f-aa2d2dcb, #w-node-_9c29e093-c55e-689f-7f6c-de1f52e30829-aa2d2dcb, #w-node-_9c29e093-c55e-689f-7f6c-de1f52e30833-aa2d2dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b100e4ad-d233-14b1-50e4-4596c0f025bd-aa2d2dcb, #w-node-_88c71c9b-0ca9-2d57-211e-c7468f4171b1-aa2d2dcb, #w-node-_83e41320-d214-594b-4a37-bce622f5bb92-aa2d2dcb, #w-node-aba55537-ae58-7439-7400-ba80f3fdc17b-aa2d2dcb, #w-node-_6505386b-f373-4c85-d4be-ad623508f7be-aa2d2dcb, #w-node-_6505386b-f373-4c85-d4be-ad623508f7c0-aa2d2dcb, #w-node-_6505386b-f373-4c85-d4be-ad623508f7c2-aa2d2dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1352194e-9182-48e9-b49a-17114aa00b0f-aa2d2dcb, #w-node-_81763468-f293-aede-8307-feacd0680808-aa2d2dcb, #w-node-d2e2f314-2e23-e55a-7c72-586fac1b5e5f-aa2d2dcb, #w-node-d2e2f314-2e23-e55a-7c72-586fac1b5e6b-aa2d2dcb, #w-node-a02cbbbd-68f7-8e1b-604c-9b1cbc930d7d-aa2d2dcb, #w-node-a02cbbbd-68f7-8e1b-604c-9b1cbc930d89-aa2d2dcb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_207d3686-7ea6-24a4-194f-8b1fcd7f1f80-cd7f1f7d {
  justify-self: start;
}

#w-node-_207d3686-7ea6-24a4-194f-8b1fcd7f1f91-cd7f1f7d {
  justify-self: end;
}

#w-node-bacede23-c4ea-bbf2-0237-c8be96192696-202d2dcc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Message.w-node-bacede23-c4ea-bbf2-0237-c8be9619269c-202d2dcc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-bacede23-c4ea-bbf2-0237-c8be9619269d-202d2dcc, #w-node-_42dab619-2b2a-33ac-9b79-87176d529b7a-dd2d2dd2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Message.w-node-_42dab619-2b2a-33ac-9b79-87176d529b80-dd2d2dd2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_42dab619-2b2a-33ac-9b79-87176d529b81-dd2d2dd2, #w-node-_27583fcc-9e95-fa04-173a-adf4b2ddf395-f82d2dd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Message.w-node-_27583fcc-9e95-fa04-173a-adf4b2ddf39b-f82d2dd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_27583fcc-9e95-fa04-173a-adf4b2ddf39c-f82d2dd5, #w-node-_99e98629-41a4-322b-b0f0-b331ee2d8b47-742d2dd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Message.w-node-_99e98629-41a4-322b-b0f0-b331ee2d8b4d-742d2dd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_99e98629-41a4-322b-b0f0-b331ee2d8b4e-742d2dd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83ffb6b3-fa23-a0ba-e4f7-f12e7d68b565-441f682b, #w-node-_83ffb6b3-fa23-a0ba-e4f7-f12e7d68b576-441f682b, #w-node-_83ffb6b3-fa23-a0ba-e4f7-f12e7d68b578-441f682b, #w-node-_83ffb6b3-fa23-a0ba-e4f7-f12e7d68b57a-441f682b, #w-node-_83ffb6b3-fa23-a0ba-e4f7-f12e7d68b58f-441f682b, #w-node-_83ffb6b3-fa23-a0ba-e4f7-f12e7d68b591-441f682b, #w-node-_83ffb6b3-fa23-a0ba-e4f7-f12e7d68b593-441f682b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8320dc5c-8fe4-68b0-affb-a43e758f0560-441f682b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8320dc5c-8fe4-68b0-affb-a43e758f0564-441f682b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8320dc5c-8fe4-68b0-affb-a43e758f0568-441f682b, #w-node-_8320dc5c-8fe4-68b0-affb-a43e758f0570-441f682b, #w-node-_8320dc5c-8fe4-68b0-affb-a43e758f0578-441f682b, #w-node-_8320dc5c-8fe4-68b0-affb-a43e758f0580-441f682b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8320dc5c-8fe4-68b0-affb-a43e758f0588-441f682b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-_8320dc5c-8fe4-68b0-affb-a43e758f0590-441f682b, #w-node-_8320dc5c-8fe4-68b0-affb-a43e758f0599-441f682b, #w-node-_8320dc5c-8fe4-68b0-affb-a43e758f05a2-441f682b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d69266a2-e5e4-a004-4fd1-86370f766066-a87a8486, #w-node-d69266a2-e5e4-a004-4fd1-86370f766068-a87a8486, #w-node-d69266a2-e5e4-a004-4fd1-86370f76606a-a87a8486, #w-node-b18215ac-f157-e3f6-7cfd-fb0b1c21b8fc-cb1c9f36, #w-node-b18215ac-f157-e3f6-7cfd-fb0b1c21b8fe-cb1c9f36, #w-node-b18215ac-f157-e3f6-7cfd-fb0b1c21b900-cb1c9f36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b79ffb-ae600372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b79fff-ae600372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b7a023-ae600372 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-adeece67-2c8c-8ca5-47c5-b186fc76bd1b-ae600372, #w-node-adeece67-2c8c-8ca5-47c5-b186fc76bd23-ae600372, #w-node-adeece67-2c8c-8ca5-47c5-b186fc76bd2b-ae600372, #w-node-af3df687-fa5f-474a-87d8-d93868b7a013-ae600372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b7a01b-ae600372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b79ffb-0b6aac11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b79fff-0b6aac11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b7a023-0b6aac11, #w-node-af3df687-fa5f-474a-87d8-d93868b79ffb-0b70a4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b79fff-0b70a4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b7a023-0b70a4be, #w-node-af3df687-fa5f-474a-87d8-d93868b7a003-0b70a4be, #w-node-af3df687-fa5f-474a-87d8-d93868b7a00b-0b70a4be, #w-node-af3df687-fa5f-474a-87d8-d93868b79ffb-4ce8e07b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b79fff-4ce8e07b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b7a023-4ce8e07b, #w-node-af3df687-fa5f-474a-87d8-d93868b7a003-4ce8e07b, #w-node-af3df687-fa5f-474a-87d8-d93868b79ffb-a73bbd50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b79fff-a73bbd50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b7a023-a73bbd50, #w-node-af3df687-fa5f-474a-87d8-d93868b79ffb-6fae3992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b79fff-6fae3992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b7a013-6fae3992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b7a01b-6fae3992, #w-node-aa48740f-856d-1b17-a6a0-235d48a763fa-6fae3992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b79ffb-ddaf593f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b79fff-ddaf593f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b7a013-ddaf593f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-af3df687-fa5f-474a-87d8-d93868b7a01b-ddaf593f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

@media screen and (min-width: 1280px) {
  #w-node-_9c29e093-c55e-689f-7f6c-de1f52e30829-aa2d2dcb {
    align-self: start;
    justify-self: auto;
  }

  #w-node-_207d3686-7ea6-24a4-194f-8b1fcd7f1f80-cd7f1f7d, #w-node-_207d3686-7ea6-24a4-194f-8b1fcd7f1f91-cd7f1f7d {
    justify-self: center;
  }

  #w-node-_8320dc5c-8fe4-68b0-affb-a43e758f0570-441f682b, #w-node-adeece67-2c8c-8ca5-47c5-b186fc76bd23-ae600372, #w-node-af3df687-fa5f-474a-87d8-d93868b7a003-0b70a4be, #w-node-af3df687-fa5f-474a-87d8-d93868b7a003-4ce8e07b {
    align-self: start;
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_207d3686-7ea6-24a4-194f-8b1fcd7f1f80-cd7f1f7d {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e796ec57-27d1-9157-858f-b38ef856bbf2-aa2d2dcb {
    align-self: auto;
  }

  #w-node-_1352194e-9182-48e9-b49a-17114aa00b0b-aa2d2dcb {
    justify-self: auto;
  }

  #w-node-_207d3686-7ea6-24a4-194f-8b1fcd7f1f91-cd7f1f7d {
    justify-self: center;
  }

  #w-node-bacede23-c4ea-bbf2-0237-c8be96192696-202d2dcc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Message.w-node-bacede23-c4ea-bbf2-0237-c8be9619269c-202d2dcc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bacede23-c4ea-bbf2-0237-c8be9619269d-202d2dcc {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_42dab619-2b2a-33ac-9b79-87176d529b7a-dd2d2dd2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Message.w-node-_42dab619-2b2a-33ac-9b79-87176d529b80-dd2d2dd2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42dab619-2b2a-33ac-9b79-87176d529b81-dd2d2dd2 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_27583fcc-9e95-fa04-173a-adf4b2ddf395-f82d2dd5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Message.w-node-_27583fcc-9e95-fa04-173a-adf4b2ddf39b-f82d2dd5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27583fcc-9e95-fa04-173a-adf4b2ddf39c-f82d2dd5 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_99e98629-41a4-322b-b0f0-b331ee2d8b47-742d2dd8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Message.w-node-_99e98629-41a4-322b-b0f0-b331ee2d8b4d-742d2dd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99e98629-41a4-322b-b0f0-b331ee2d8b4e-742d2dd8 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-af3df687-fa5f-474a-87d8-d93868b7a023-ae600372 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}