/* Custom Font */
@font-face {
  font-family: 'Sharp Sans Display No2';
  src: url('SharpSansDisplayNo2-Bold.eot');
  src: url('SharpSansDisplayNo2-Bold.eot?#iefix') format('embedded-opentype'), url('SharpSansDisplayNo2-Bold.woff2') format('woff2'), url('SharpSansDisplayNo2-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Layout */
* {
  margin: 0;
  padding: 0;
  font-family: "Muli", 'Sharp Sans Display No2', 'Mulish', sans-serif;
}

.w-checkbox {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

.w-100 {
  width: 100%;
}

.wrap-style {
  flex-wrap: wrap
}

.show-mobile {
  display: none;
}

body {
  font-family: Muli, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: 'Sharp Sans Display No2', sans-serif !important;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 800;
}

p {
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

small {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: none;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

.show-smart-devices {
  display: none;
}

.btn {
  border-radius: 0
}

.btn-primary {
  position: relative;
  background-color: #00335b;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  border: solid 1px transparent;
  transition: all ease-in-out .5s;
}

td a.btn-primary {
  padding: 5px;
  font-size: 10px;
  margin-right: 0 !important;
}

.btn-primary:hover {
  background: #00335b;
  color: #fff;
  border: solid 1px transparent;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  background: #00335b;
  box-shadow: none;
  color: #fff;
  border: solid 1px transparent;
}

.btn-vline {
  position: relative
}

.btn-primary::after,
.btn-vline::after {
  position: absolute;
  top: 5px;
  right: -3px;
  content: '';
  width: 5px;
  height: 70%;
  background: #e44126;
  display: block;
  z-index: 9;
  transition: all ease-in-out .5s;
}

.btn-lg {
  font-size: 18px;
  font-weight: 700;
}

.btn-lg.btn-vline::after {
  width: 8px;
  top: 8px;
  right: -4px;
}

/*.btn-primary:hover::after { height: 100%; top: 0; transition: all ease-in-out .5s; }*/
.btn-primary .icon {
  margin: 0 0 0 15px;
  transition: all ease-in-out .1s;
}

.btn-primary.light {
  background-color: #009cad;
  border: solid 1px #000;
  color: #ffffff;
}

.btn-light {}

.btn-block {
  width: 100%;
}

.getstarted_btn {
  display: block;
  background-color: #000435;
  color: #ffffff;
  border: 0;
  font-size: 20px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  padding: 2px 10px;
  margin-top: 24px;
  text-align: center;
}

.getstarted_btn:hover {
  background: #009cad;
  color: #000000;
}

.getstarted_btn.large_btn {
  padding: 6px 20px;
}

.d-flex {
  display: flex;
}

.flext-start {
  align-items: flex-start;
}

.d-block {
  display: block;
}

.text-dark {
  color: #000;
}

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

.gap-0 {
  gap: 0 !important
}

.gap-1 {
  gap: .25rem !important
}

.gap-2 {
  gap: .5rem !important
}

.gap-3 {
  gap: 1rem !important
}

.gap-4 {
  gap: 1.5rem !important
}

.gap-5 {
  gap: 3rem !important
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.cc-store-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
}

.section .section-title {
  margin-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 0;
}

.container.flex-vert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .container {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 1000px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  padding: 12px 20px;
  border-radius: 0px;
  background-color: #639;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.cta-buttons {
  margin: 10px 0px 0px 0px;
}

.box {
  padding: 20px;
  border: none;
  background: #f6f6f6;
}

.form-control,
.form-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #828181;
}

.dash {
  width: 30px;
  height: 4px;
  background: #6e2c91;
  display: inline-flex;
  margin: 0 10px;
  vertical-align: middle;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.logo-link {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo-link:hover {
  opacity: 1;
}

.logo-link.w--current {
  width: 250px;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav_grid {
  display: grid
}

.nav_grid_3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px
}

@media (max-width:480px) {
  .header_header__9sxDG .header_headerContainer__H7eE6 .header_logo__qUfM5 span {
    right: 55% !important;
  }

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

.nav .btn {
  min-height: 44px !important;
  width: auto;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600 !important;
  text-align: center;
  cursor: pointer;
}

.nav-icon a {
  display: flex;
  justify-content: space-between
}

.logo-image {
  display: block;
  width: auto;
  min-width: auto;
}

.signup-form fieldset {
  border: 0 none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  position: relative;
}

.signup-form fieldset:not(:first-of-type) {
  display: none;
}

.signup-form .form-card {
  margin: 20px 0 0 0
}

.signup-form .w-checkbox {
  text-align: left;
}

.signup-form.action-button {
  width: 100px;
  background: skyblue;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.signup-form .btn-primary {
  background-color: #e44126;
  color: #fff
}

.signup-form .btn-primary:hover {
  background-color: #000
}

.signup-form .btn-primary::after {
  display: none
}

.signup-form .action-button-previous {
  background: #616161;
}

.signup-form .form-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}

.signup-form .form-col-auto {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 10px;
}

.signup-form .form-col-auto .country-code {
  width: 80px;
}

.signup-form .form-col-2 .form-control {
  max-width: 100%;
}

.signup-form .form-control,
.signup-form .form-select {
  background-color: #fafafa;
  border-radius: 4px;
  border-color: transparent;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
}

.signup-form .form-control::placeholder,
.signup-form .form-control::placeholder {
  color: #000000;
}

.signup-form .form-control:hover,
.signup-form .form-control:focus,
.signup-form .form-select:hover,
.signup-form .form-select:focus {
  border-color: #7e7e7e;
}

.signup-form select.form-control {
  max-height: 34px;
}

.signup-form .cta-buttons {
  display: block;
  width: 100%;
}

.signup-form .captha_txt {
  font-size: 12px;
  color: #f54848;
  margin: 10px 0 0 0;
}

.signup-form .quick-qus .form-col-2 {
  grid-template-columns: 70% 28%;
  margin-bottom: 20px
}

.signup-form .quick-qus p {
  font-size: 12px;
  color: #797979;
}

.signup-form .quick-qus .form-select {
  font-size: 13px;
  border-color: #ccc
}

.signup-form .w-form-label,
.signup-form .w-form-label a {
  font-size: 12px;
  font-weight: 700;
  color: #00345c;
}

.signup-form .action-button {
  float: right;
  margin: 0 0 0 10px
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cta-wrap._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../nalsar-banner.html');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  margin: auto;
  text-align: center;
}

.intro-content p {
  font-size: 18px;
  font-weight: 600;
  color: #58595b;
}

.intro-content.cc-homepage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.intro-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn.btn--primary {
  background-color: #0b77e3;
  box-shadow: none;
  color: #fff;
}

.btn.btn--primary.internal {
  height: 40px;
  margin: 10px 5px;
  padding-top: 0em;
  padding-bottom: 0em;
  border-radius: 5px;
  background-color: #f7362f;
}

.nav-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-box-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
  text-align: center;
}

.wrap-70p {
  width: auto;
}

.heading-4 {
  color: orange;
  font-size: 2.5em;
  font-weight: 700;
  text-align: left;
  text-shadow: 4px 4px 6px #353535;
}

.form-block {
  display: block;
  max-width: none;
  margin-top: 15px;
  margin-left: 0px;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7362f;
  box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.18);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-field {
  max-height: 26px;
  min-width: auto;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
  font-size: 12px;
  line-height: 1em;
}

.form-field._2 {
  margin-right: 2px;
}

.submit-button {
  background-color: orange;
  font-weight: 700;
  letter-spacing: 1px;
}

.checkbox-field {
  font-size: 8px;
  text-align: left;
}

.checkbox-label-2 {
  color: #fff;
  text-transform: none;
}

.heading-form {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 600;
}

.error-message {
  background-color: #fff;
}

.section-red {
  background-color: #f7362f;
}

.section-red._40px-pad {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: transparent;
}

.white {
  color: #fff;
}

.section-80px-pad {
  display: block;
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.b {
  font-weight: 700;
}

.hflex-40vw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80vw;
  padding: 5px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #efefef;
}

.wrap-10px-pad {
  padding-right: 10px;
  padding-left: 10px;
}

._80vw-60px-tb-pad {
  position: relative;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-40p {
  width: 40%;
}

.wrap-60p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vflex-left-20px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.youtube {
  -o-object-fit: cover;
  object-fit: cover;
}

.body {
  background-color: #fff;
  font-family: Muli, sans-serif;
}

._80vw {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.wrap-80p {
  width: 80%;
}

.wrap-grey-80pxpad-tb {
  height: 100%;
  margin-right: 10px;
  padding: 80px 30px;
  background-color: #ece7e2;
}

.grid {
  width: 90%;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
}

.wrap-grid-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ffc717;
}

.wrap-grid-title.center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap-grid-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 5px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fadca8;
}

.wrap-grid-light.center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap-grid-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 5px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fbce7d;
}

.wrap-grid-dark.center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vflex-cent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center {
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.grid-2 {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.elec-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.elec-name {
  padding-top: 20px;
  text-align: center;
}

.wrap-redbg {
  width: 100%;
  background-color: #f7362f;
}

.wrap-40px-all {
  padding: 40px;
  border-radius: 30px;
}

.wrap-10px-pad-tb {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
}

.wrap-yellowbg {
  width: 100%;
  border-radius: 30px;
  background-color: #f9e2bb;
}

.carousel-slider {
  overflow: visible;
  height: auto;
  margin-top: 30px;
  margin-bottom: 45px;
  padding: 10px 55px;
  border: 1px solid #eff2f7;
  background-color: transparent;
  box-shadow: none;
}

.slider__arrow--right {
  display: none;
  overflow: visible;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e5e9f2;
  font-size: 32px;
  line-height: 100%;
  font-weight: 400;
}

.slider__arrow--right:hover {
  background-color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #d3dce6;
}

.carousel-slider__slide {
  display: inline-block;
  width: 16.66%;
  height: 150px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 16.67%;
  -webkit-flex: 16.67%;
  -ms-flex: 16.67%;
  flex: 16.67%;
}

.carousel-slider__slide:hover {
  float: none;
}

.slider__nav {
  left: 0px;
  right: 0px;
  bottom: 20px;
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  line-height: 100%;
}

.slider__nav.carousel-slider__nav {
  bottom: -45px;
}

.carousel-slider__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #e5e9f2;
  background-color: #fff;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel-slider__item:hover {
  background-color: #fbfcfd;
}

.carousel-slider__item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel-slider__img {
  width: auto;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider__arrow--left {
  display: none;
  overflow: visible;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e5e9f2;
  font-size: 32px;
  line-height: 100%;
  font-weight: 400;
}

.slider__arrow--left:hover {
  background-color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #c0ccda;
}

.text-block-4 {
  font-family: Icofont;
  font-size: 10px;
}

.italic-text {
  display: block;
  font-family: 'Icon font';
  font-size: 1em;
}

.wrap-campus {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  border-radius: 20px;
}

.wrap-50p {
  width: 50%;
}

.imghold-rel20 {
  position: relative;
  left: 20px;
  top: -40px;
}

.wrap-campus-items {
  margin-top: 40px;
}

.grid-3 {
  padding-top: 20px;
  padding-bottom: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
}

.wrap-20pxall {
  padding: 20px;
}

.wrap-30p {
  width: 30%;
}

.wrap-30p.procedure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #ffc717;
}

.grid-footer-social {
  grid-column-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.popup-simple {
  position: fixed;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.98);
}

.popup-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 500px;
  height: 500px;
  margin: auto;
}

.div-block-32 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  margin-top: 20px;
  padding: 4px 16px;
  background-color: transparent;
  cursor: pointer;
}

.image-35 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #ababac;
}

.popup-trigger {
  position: relative;
  z-index: 10;
  margin-right: 10px;
  padding-top: 10px;
  padding-right: 1.75em;
  padding-left: 1.75em;
  border-radius: 5px;
  background-color: #f7362f;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.popup-trigger:hover {
  color: #fff;
}

.navigationDropdown {
  border: none;
  display: flex;
  justify-content: center;
  background-color: transparent;
  align-items: center;
  height: 100%;
  min-width: 50px;
}

.search-box {
  overflow: hidden;
  display: none
}

.search-input-container {
  display: flex;
  justify-content: space-between;
  width: 250px;
  height: 50px;
  position: absolute;
  background: #121212;
  cursor: pointer;
  bottom: -65px;
  right: 0;
}

.search-box .search-input {
  border: none;
  background-color: transparent !important;
  color: #fff;
  width: 250px;
  margin-top: 0;
  position: relative;
  height: 50px !important;
  font-size: 14px !important;
  cursor: pointer;
  padding: 0 40px 0 15px;
  ;
  border: none
}

.search-box .search-cta-btn {
  color: #fff;
  cursor: pointer;
  position: absolute;
  margin-left: auto;
  margin-bottom: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #121212;
  border: none
}

.banner-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  padding-top: 50px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #009cad;
}

.banner-form {
  width: 45%;
  padding-left: 5%;
  padding-right: 0;
  margin-top: 120px;
  display: flex;
  align-items: center;
}

.banner-form h1 {
  font-size: 46px;
  margin: 0 0 10px 0;
}

.banner-form p {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 20px 0;
  display: block;
  width: 80%;
}

.banner-form .heading-block {
  position: relative;
  color: #000;
  margin: 5px 0 20px 0;
}

.banner-form .heading-block h4 {
  width: 70%;
  margin: 0;
}

.banner-form .heading-block .dash {
  height: 3px;
  margin-left: 10px;
}

.p-bold {
  font-weight: 700;
}

.flex-70p {
  display: block;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.purple-sep-small {
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #639;
}

.wrap-sep {
  display: inline-block;
  height: 100%;
  padding-bottom: 0px;
  padding-left: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-35 {
  display: inline-block;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.state-field {
  max-height: 34px;
  margin-bottom: 5px;
  background-color: transparent;
  color: #979797;
  font-size: 12px;
}

.checkbox-label-3 {
  text-transform: none;
}

.checkbox {
  background-color: #6d6c6c;
}

.form-block-2 {
  width: 100%;
  padding-top: 10px;
}

.hflex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field-2 {
  margin-right: 2px;
}

.submit-button-2 {
  margin-top: 15px;
  background-color: #639;
  font-size: 16px;
}

.red-bar-vert-abs {
  position: absolute;
  left: auto;
  top: 60px;
  right: -2%;
  bottom: 0%;
  width: 2em;
  height: 12em;
  background-color: #e44126;
}

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

.gap-40 {
  grid-gap: 40px;
}

.gap-60 {
  grid-gap: 60px;
}

.col-gap-10 {
  grid-column-gap: 10px !important;
}

.col-gap-20 {
  grid-column-gap: 20px !important;
}

.col-gap-40 {
  grid-column-gap: 40px !important;
}

.col-gap-60 {
  grid-column-gap: 60px !important;
}

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

.wrap-10px-tb {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrap-20px-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  width: 0px;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 4px;
}

table thead th {
  font-size: 20px
}

table tbody th {
  font-size: 18px;
  font-weight: 600;
}

.list {
  margin-top: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.list li {
  margin-bottom: 10px;
}

.list-item {
  padding-left: 20px;
  background-image: url('../images/purpledash.svg');
  background-position: 0px 6px;
  background-size: 12px 6px;
  background-repeat: no-repeat;
}

.tick li {
  padding-left: 40px;
  background-image: url(../images/check.svg);
  background-position: 0px -5px;
  background-size: 35px 35px;
  background-repeat: no-repeat;
}

.right-tick li {
  padding-left: 35px;
  background-image: url(bar.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.dash-red li {
  padding-left: 40px;
  background-image: url('reddash.svg');
  background-position: 0px 5px;
  background-size: 20px 9px;
  background-repeat: no-repeat;
}

.list-dot {
  padding-left: 15px;
}

.list-dot li {
  line-height: 18px;
}

.list-dot li:not(:last-child) {
  margin-bottom: 15px;
}

.icon-hold {
  padding-bottom: 20px;
}

.vflex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.list-2 {
  padding-left: 0px;
  list-style-type: decimal;
  list-style-position: inside;
}

.list-2 li {
  margin-bottom: 10px;
}

.qualify-checklist .icon-hold {
  padding-bottom: 5px;
}

.grid-5 {
  padding-top: 10px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.purple {
  color: #639;
}

.div-block-36 {
  max-width: none;
}

.grid-6 {
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-37 {
  position: static;
  font-family: Muli, sans-serif;
  font-weight: 400;
  white-space: normal;
  background-clip: border-box;
  cursor: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.toogle-content .btn::after {
  content: '-';
  width: 25px;
  text-align: center;
}

.toogle-content .btn.collapsed::after {
  content: '+';
}

.global_headerMarginTop__j_eF2 {
  margin-top: 121px !important;
}

.choose-course {
  margin: 20px 0;
}

.choose-course .intro-content {
  margin-bottom: 40px;
}

.choose-course .box {
  position: relative;
  min-height: 330px;
  min-width: 350px;
}

.choose-course .box .red-bar-vert-abs {
  width: 6px;
  height: 60px;
  top: 20px;
  left: -4px;
}

.choose-course .slide-content {
  text-align: left;
}

.choose-course .slide-content h2 {
  text-transform: uppercase;
}

.choose-course .slide-content h2 span {
  display: block;
}

.choose-course .slide-content p {
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}

.choose-course .cta-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.courses-carousel {
  position: relative;
}

.courses-carousel .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.courses-carousel .swiper-slide img {
  width: 10px;
  height: inherit;
}

.choose-course .swiper-button-prev,
.choose-course .swiper-button-next {
  display: none;
}

.choose-course .swiper-button-prev::after,
.choose-course .swiper-button-next::after {
  font-size: 18px;
  ;
  color: #000;
}

.learnin-options .intro-content {
  margin-bottom: 60px
}

.learnin-options .option .box {
  border-width: 2px;
  padding: 30px;
  height: 100%;
}

.learnin-options .timings {
  font-weight: 700;
  margin: 0 0 25px 0
}

.learnin-options .timings li {
  margin: 0
}

.program-goal .intro-content {
  text-align: center;
  margin: 60px auto 30px auto;
}

.program-goal .intro-content span {
  display: block;
}

.program-goal .step {
  height: 100%;
}

.program-goal .box {
  position: relative;
  padding: 20px 40px 30px 40px;
  border-width: 2px;
  text-align: center;
  height: 100%;
}

.program-goal .box .red-bar-vert-abs {
  width: 12px;
  height: 80px;
  top: 35px;
  left: -7px;
}

.program-goal .box figure img {
  margin: auto
}

.program-goal .box p {
  font-weight: 700;
  margin-bottom: 20px
}

.swiper-container {
  position: relative;
  overflow: hidden;
  padding: 0px 200px 0px 40px;
}

.students-score .intro-content {
  margin: 50px auto 40px auto;
}

.students-score-carousel .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.students-score .student-card .student-image {
  margin: 0;
}

.students-score .student-card .student-image img {
  width: 65%;
}

.students-score .student-card .score {
  margin: 5px 0 0 0
}

.students-score .student-card .score small {
  font-size: 16px;
  font-weight: 500
}

.coaching .intro-content {
  margin: 0 auto 50px auto;
  text-align: center
}

.coaching .intro-content figure img {
  margin: auto;
  text-align: center;
}

.gallery .img-carousel {
  padding-left: 50px;
  padding-right: 50px;
}

.migration-agents {
  display: flex;
}

.migration-agents figure img {
  height: 100px;
  margin-right: 60px;
}

.process p.p-bold {
  margin: 0 !important;
}

.rewards p,
.process p {
  margin-bottom: 20px;
}

.salaries .y-layout-grid {
  grid-row-gap: 5px;
  grid-column-gap: 10px;
}

.salaries .table-heading {
  background-color: #639;
  font-size: 14px;
  color: #fff;
  padding: 5px 15px;
}

.salaries .salary-cell {
  padding: 5px 15px;
  background-color: #f9f7fb;
}

.salaries .salary-cell.bg-color {
  background-color: #ffffff;
}

.salaries .salary-cell p {
  margin: 0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
  background-image: url("minus.svg");
  transform: rotate(-180deg)
}

.accordion-button::after {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-left: auto;
  content: "";
  background-image: url("plus.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
  margin-bottom: 0
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

.accordion-item:last-of-type {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.accordion-body {
  padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
  border-width: 0
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.accordion-flush .accordion-item:first-child {
  border-top: 0
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0
}

.faqs {
  margin: 40px 0 80px 0
}

.faqs .faq-item {
  background: #fff;
  border: solid 1px #ccc;
}

.faqs .faq-item:not(:last-child) {
  margin-bottom: 10px;
}

.faqs .faq-item .faq-qus {
  color: #000;
}

.faqs .faq-item ul {
  list-style-type: none;
  padding: 0;
}

.faqs .faq-item p {
  margin: 0 0 5px 0;
}

.faqs .accordion-button {
  background: transparent;
  font-family: 'Sharp Sans Display No2', sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  padding: 0px 35px
}

.faqs .accordion-button:not(.collapsed) {
  box-shadow: none
}

.faqs .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faqs .accordion-button:focus {
  box-shadow: none
}

.faqs .accordion-body {
  font-size: 15px;
  padding: 0 35px 35px
}

@media (max-width:1024px) {
  section#Deliverables {
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
  }

  h2.deliverables-mobile {
    text-align: left;
  }

  h2.mobile-res {
    text-align: center;
    padding: 0px 20px;
  }

  section.package-cover:after {
    content: "";
    border-right: 150px solid #e53f25;
    height: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    right: auto !important;
    top: 0;
    margin-top: 20px;
  }

  .faqs .accordion-header {
    margin: 15px 0
  }

  .faqs .accordion-button {
    font-size: 20px;
    line-height: 26px
  }
}

.link {
  display: inline;
  color: #639;
}

.grid-8 {
  padding-top: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video-trigger {
  position: relative;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(youtube.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
}

.video-carousel-container {
  position: relative;
  width: 100%;
  padding: 0;
}

.img-carousel .img-slide-content {
  overflow: hidden;
  display: block;
  text-align: center;
}

.img-slide-content img {
  width: 100%;
}

.img-carousel .swiper-slide iframe {
  background: #000;
  height: 320px;
}

.video-carousel .video-slide-content p {
  margin: 10px 0 0 0;
}

.img-carousel .swiper-button-prev,
.img-carousel .swiper-button-next {
  background: #fff;
  padding: 10px;
}

.img-carousel .swiper-button-prev::after,
.img-carousel .swiper-button-next::after {
  font-size: 18px;
  color: #676767;
}

.img-carousel .swiper-button-prev:hover::after,
.img-carousel .swiper-button-next:hover::after {
  color: #639;
}

.snapshot {
  margin-bottom: 40px;
}

.snapshot .p-largest {
  font-family: Sharpsansdispno2, sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-top: 0px;
}

.snapshot .large-font {
  font-size: 20px;
  color: #808080;
}

.coaching-brands {
  margin: 60px 0 0 0;
}

.coaching-brands img {
  max-width: 100%;
}

.footer {
  background-color: #F2F2F2;
  padding-top: 40px;
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover,
.footer nav a:hover {
  color: #007bff;
}

.footermob_inputParent__gVvig button:disabled {
  background-color: #6c757d !important;
  color: #fff;
  padding: 2px 10px;
  pointer-events: none !important;
}

.footermob_inputParent__gVvig input {
  height: 33px;
  padding: .5rem;
  outline: none;
  border: none;
  background-color: #fff !important;
}

.footer .f-row {
  display: flex;
  margin-bottom: 40px;
}

.footer .row .p-footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  text-decoration: none;
}

.footer .p-footer-small {
  color: #fff;
  font-size: 14px;
}

.footer .contact-numbers {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 20px 0;
}

.footer .contact-numbers a {
  font-size: 24px;
}

.footer .contact-numbers .phone-link {
  display: flex;
  align-items: center;
  margin-right: 40px;
  color: #ffffff;
}

.footer .footer-icon {
  margin-right: 10px;
}

.footer nav a {
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin-right: 50px;
  margin-bottom: 10px;
}

/* .footer nav a:after { position: absolute; content: ''; width: 1px; height: 15px; background: red; top: 8px; right: -26px; } */
.footer nav a:last-child::after {
  display: none;
}

.phone-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.footer .social-icons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.footer .social-icons a {
  width: 40px;
  height: 40px;
  margin: 10px 20px;
}

.footer .social-icons a img {
  height: 30px;
  margin: auto;
}

.static-page-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  padding: 0;
}

.static-page-links li {
  position: relative;
  margin: 5px 0;
}

.static-page-links li::after {
  position: relative;
  right: 0;
  content: '|';
  margin: 0 10px;
}

.static-page-links li:last-child::after {
  display: none;
}

.image-39 {
  display: block;
}

.prod-phone {
  display: inline-flex;
  align-items: center;
  font-size: inherit;
  margin-top: 20px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-icon {
  padding-right: 5px;
  padding-left: 5px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #fff;
}

.nav-link {
  padding: 10px;
  font-size: 14px;
}

.nav-contacts-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
}

.nav-flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
}

.nav-icon {
  padding-right: 4px;
}

.p-nav-small {
  font-size: 12px;
}

.flex-capcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.capcha-ques {
  width: 20%;
  max-width: none;
  padding-right: 5px;
}

.capcha-ques p {
  margin: 0;
  font-size: 12px;
}

.p-small {}

.p-footer-tiny {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: -30px 0 15px 0;
}

.key-points {
  display: flex;
}

.key-points.key-cols-4 {
  flex-wrap: wrap;
}

.key-points.key-cols-4 .key-point {
  width: 25%;
}

.key-points.key-cols-5 .key-point {
  width: 20%;
}

.key-points.key-cols-6 .key-point {
  width: 16.6%;
}

.key-points .key-point {
  padding: 0 30px 0 0;
  text-align: center
}

.key-points .key-point .icon-block {
  height: 160px;
}

.key-points .key-point .icon-block .icon {
  width: 140px;
  margin: auto;
  text-align: center
}

.key-points .key-point .icon-block .icon-large {
  width: 200px
}

.expertise .key-points .key-point {
  margin-bottom: 50px
}

.expertise .key-points .key-point .icon-block {
  height: auto;
  margin-bottom: 20px;
}

.success-stories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px
}

.success-stories .card {
  border-color: #000;
  border-radius: 0;
  padding: 40px;
  text-align: left;
}

.text-block-boxes {
  padding-left: 20px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: row !important;
  min-width: 0;
  word-wrap: break-word;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
}

.success-stories .story-img {
  width: 100%
}

.success-stories .stroy-brief {
  font-size: 13px;
  margin: 20px 0 0 0
}

.advantages .list ul li {
  margin-top: 0
}

.cta-blocks {
  display: flex;
  align-items: center;
}

.cta-blocks .block {
  position: relative;
  background: #fdb813;
  margin: 0;
  padding: 20px;
  text-align: center;
  flex-direction: column;
  width: 300px;
  height: 200px;
}

.cta-blocks .block h3 {
  height: 100px;
}

.cta-blocks .block a {
  text-decoration: none
}

.cta-blocks .direction-icon {
  margin: 0 40px
}

.cta-blocks .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-blocks .btn-icon .icon {
  margin: 0 0 0 10px
}

@media screen and (max-width: 479px) {
  .hide-smart-devices {
    display: none;
  }

  .show-smart-devices {
    display: block;
  }
}

.capcha-ans {
  width: 100px;
  max-width: none;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.link-3 {
  display: inline;
}

.link-4 {
  display: inline;
}

/** * Accordion styles */
/* All elements succeeding an accordion group use margin-top to create white space */
.wf-accordion-group+* {
  margin-top: 20px;
}

/* All accordions have bordersÃ¢â‚¬Â¦ */
.wf-accordion {
  background: transparent;
}

.wf-accordion__header.js-accordion__header {
  border-top: 1px solid #000000;
}

.wf-accordion:not(:last-child) {
  margin-bottom: 10px;
}

/* Ã¢â‚¬Â¦unless they directly succeed another accordion, in which case we reset the top-border to avoid duplicate white space */
.wf-accordion+.wf-accordion {
  border-top-width: 0;
}

.wf-accordion__header {
  color: #616161;
}

/* Please note: The trigger element is a <button> create via JS. To achieve consistent aesthetics, the native button styles have to be resetted here */
.wf-accordion__trigger {
  /* baseline resets */
  background: transparent;
  border-width: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: Sharpsansdispno2, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  /* end of baseline resets */
  /* additional styles for the demo */
  display: block;
  padding: 15px 40px 15px 30px;
  position: relative;
  width: 100%;
}

.wf-accordion__header h3 {
  margin: 0;
}

.wf-accordion__trigger::after {
  content: '';
  border: solid #bfbfbf;
  border-width: 0 2px 2px 0;
  height: 0.5em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5em;
}

.wf-accordion__trigger[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}

.wf-accordion__trigger[aria-expanded=true]::after {
  transform: translateY(-30%) rotate(-135deg);
}

.wf-accordion__trigger:hover,
.wf-accordion__trigger:focus {
  color: #161616;
}

.wf-accordion__trigger:hover::after,
.wf-accordion__trigger:focus::after {
  border-color: #161616;
}

.wf-accordion__panel {
  padding: 25px 40px 25px 30px;
}

.wf-accordion__panel[aria-hidden=true] {
  display: none;
}

.menu-tigger {
  margin-top: 5px;
}

.menu-tigger span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.menu-tigger span:first-child {
  transform-origin: 0% 0%;
}

.menu-tigger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.menu-tigger span:last-child {
  transform-origin: 0% 0%;
}

.menu-tigger.show span {
  opacity: 1;
  transform: scale(50%) rotate(45deg) translate(-6px, -25px);
  background: #232323;
}

.menu-tigger.show span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-tigger.show span:nth-last-child(2) {
  transform: scale(50%) rotate(-45deg) translate(1px, 17px);
  background: #ec1c24;
}

.dd-custom {
  background: #fcfbff;
  border: solid 1px #989697;
  border-radius: 0px;
  padding: 25px 50px;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translateY(100px);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.dd-custom li {
  padding: 10px 0;
  font-size: 16px;
}

.dd-custom li {
  border-bottom: solid 1px #989697;
}

.dd-custom li:last-child {
  border-bottom: none
}

.dd-customli a:hover {
  color: #ec1c24
}

.modal {
  z-index: 1090
}

.modal .modal-dialog {
  max-width: 700px;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}

.modal .modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}

.modal .modal-body {
  padding: 50px;
}

/* The Close Button */
.video-modal-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.video-modal-close-btn:after,
.video-modal-close-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.video-modal-close-btn:before {
  transform: rotate(45deg);
}

.video-modal-close-btn:after {
  transform: rotate(-45deg);
}

@media (orientation: landscape) {
  .video-modal-close-btn {
    top: 0;
    right: -45px;
  }
}

.modal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #aaaaaa;
  font-weight: bold;
}

.modal .btn-close:hover,
.modal .btn-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.whatsapp.fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}

.whatsapp img {
  width: 30px;
}

.whatsapp.fixed img {
  width: 60px;
}

.footer_grid_5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.privacy_terms_link {
  display: flex;
}

.terms_footer_link {
  margin-left: 15px;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
  padding: 10px;
}

section.section_process {
  position: relative;
  background-color: #fbfbfb;
  padding: 60px 0 !important;
}

section.section_process:after {
  content: "";
  border-right: 150px solid #e53f25;
  height: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  right: 150px;
  top: 0;
}

.section_target_sector h2 {
  text-align: center;
}

.choose-course .slide-content h2 {
  text-transform: uppercase;
  font-size: 18px;
}

.section_target_sector .w_20p {
  width: 19.5%;
  margin-top: 30px;
  display: inline-table;
}

.section_target_sector .w_20p img {
  width: 46%;
  height: auto;
  display: table;
  margin: 0 auto;
}

.section_target_sector .w_20p p {
  text-align: center;
  width: 90%;
  display: table;
  margin: 0 auto;
}

ul.list li p {
  margin-left: 10px;
}

.women_bg_list {
  padding: 50px 0px;
  background: url(women.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 0%;
  margin-bottom: 60px;
}

.section_1 h2 {
  font-size: 52px;
  text-align: center;
}

section.section_1 p {
  text-align: center;
  padding: 10px 0px 0px 0px;
}

section.section_1 h4 {
  text-align: center;
}

.block_1 {
  display: inline-block;
  width: 45%;
  margin-bottom: 50px;
  margin-right: 8%;
}

.block_2 {
  display: inline-block;
  width: 45%;
  margin-bottom: 50px;
}

.block_1 h4 {
  margin-top: 40px;
}

.three-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 60px;
}

.block_2 h4 {
  margin-top: 40px;
}

.block_3 h4 {
  margin-top: 0px;
}

.highlighted .content-col {
  padding: 0 0 20px 0
}

.highlighted .content-border-bottom {
  border-bottom: solid 1px #ccc;
}

.highlighted .heading {
  font-weight: 400;
}

.section_grid_boxes .grid_boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.section_grid_boxes .grid_boxes .box {
  position: relative;
  background: #ffffff;
  border: solid 1px #000000;
  padding: 40px 60px 40px 40px;
  height: auto;
  display: flex
}

.section_grid_boxes .grid_boxes .box::after {
  width: 16px;
  height: 50%;
  background-color: #eb1c24;
  position: absolute;
  content: '';
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}

.section_grid_boxes .grid_boxes .box-nostyle {
  border: none;
  background: transparent;
  padding: 15px 0;
}

.section_grid_boxes .grid_boxes .box-nostyle::after {
  display: none;
}

.section_flex_boxes .flex_boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section_flex_boxes .flex_boxes .box {
  position: relative;
  width: 30%;
  background: #ffffff;
  padding: 0;
  margin: 40px 20px;
  text-align: left;
  height: auto;
  display: flex;
  border-bottom: solid 1px #000000;
}

.section_flex_boxes .flex_boxes .box p.text-small {
  font-size: 14px;
  line-height: 1.2;
}

.box .bx-visual {
  margin: 0 30px 0 0
}

.box .bx-visual .bx-icon {
  width: 80px;
}

.box .bx-content .bx-title {
  font-size: 20px;
  margin: 0 0 5px 0
}

.box .bx-content p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px 0
}

.error-free {
  position: relative;
  padding: 40px 0;
  margin: 60px 0 !important;
}

.error-free .section-content {
  position: relative;
  background-color: #f55906;
  padding: 40px 60px;
}

.error-free .section-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: #eb1c24;
  width: 260px;
  height: 20px;
  transform: translate(-50%, -50%);
}

@media (max-width:480px) {
  .section_grid_boxes .grid_boxes .box {
    flex-direction: column;
    padding: 30px
  }

  .error-free .section-content {
    padding: 40px 20px;
  }

  .section_grid_boxes.error-free .grid_boxes .box {
    padding-bottom: 0;
  }

  .section_grid_boxes.error-free .box .bx-content p {
    margin-bottom: 0;
  }
}

.hero_banner {
  padding: 0px;
}

.hero_banner .banner-wrapper {
  display: flex;
  justify-content: space-evenly;
}

.hero_banner .jc-between {
  justify-content: space-between;
}

.hero_banner .ai-center {
  align-items: center;
}

.hero_banner .banner_image {
  position: relative;
  flex: 100%;
}

.hero_banner .banner_image .image {
  width: 100%;
  /* transform: scale(1.5) translateY(10%); */
}

.hero_banner .banner_badge {
  position: relative;
}

/* .hero_banner .banner_badge::after { content: ""; position: absolute; z-index: 9; top: 40%; background: #eb1c24; width: 20px; height: 40%; transform: translate(-50%, -50%); } */
.hero_banner .badge_right::after {
  right: -50px;
}

/* .hero_banner .blobe-section .box-hero-section{ padding: 30px } */
.hero_banner .banner_content {
  flex: 100%;
  padding: 80px 0 30px 0
}

.hero_banner .banner-bg .banner_content {
  padding: 60px
}

.hero_banner .banner-bg-darkblue {
  background: #00335b;
  color: #ffffff
}

.hero_banner .blobe-section .signup-form fieldset {
  background: transparent
}

.hero_banner .banner_image .image {
  width: 100%;
  /* transform: scale(1.5) translateY(10%); */
}

.hero_banner .world-need-section .the-world {
  font-size: 52px
}

.hero_banner .world-need-section ul li {
  font-size: 18px
}

.hero_banner .world-need-section ul li:not(:last-child) {
  margin-bottom: 10px
}

@media (max-width:480px) {
  .hero_banner .banner-reverse {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .hero_banner .banner_badge::after {
    content: "";
    border-right: 120px solid #e53f25;
    height: 20px;
    position: absolute;
    transform: translate(20%, 50%);
    left: 0;
    bottom: 0;
    top: auto;
    right: 100%;
  }

  .hero_banner .banner_content {
    padding: 30px 30px 20px 30px
  }

  .hero_banner .banner-bg .banner_content {
    padding: 30px 25px
  }
}

.visa .text-primary {
  color: #f55906 !important;
}

#ebcaptchatext {
  color: white !important;
}

.visa-service-banner .banner-content {
  flex: 70%;
  /* background: #ffffff; */
  /* border: solid 1px #999999; */
  padding: 60px;
  text-align: center;
}

.visa-service-banner .banner-content .hook-line {
  display: inline-block;
  background-color: #e5e5e5;
  padding: 10px 20px;
  margin: 0 auto 10px auto;
}

.visa-service-banner .banner-content .reviews-count {
  font-size: 16px;
  font-weight: 700;
  color: #f55906;
  margin: 0 0 20px 0;
}

.visa-service-banner .banner-content .cta-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 10px;
}

.visa-service-banner .banner-content .btn {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  background-color: #f55906;
  border-radius: 2px;
  padding: 10px 14px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
}

.visa-service-banner .banner-content .btn img.right-arrow {
  margin: 0;
}

.visa-service-banner .breadcrumb {
  justify-content: flex-start;
  color: #000000;
}

.visa .section_difference .problems {
  list-style: none;
  margin: 0;
  padding: 0;
}

.visa .section_difference .problems .list-content {
  position: relative;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.visa .section_difference .problems .list-content::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 1px;
  background-color: #cccccc;
  left: 25%;
  bottom: 10px;
}

.visa .section_difference .problems .list-content:last-of-type::after {
  display: none;
}

.visa .section_difference .problems .count-text {
  font-size: 14px;
  font-weight: 700;
  color: #eb1c24;
}

.visa .section_difference .problems .list-content .heading {
  font-size: 20px;
  font-weight: 800;
}

.visa .section_difference .problems .list-content p {
  font-size: 16px;
  line-height: 1.4;
}

.visa-service-banner .breadcrumb .breadcrum_item a {
  font-size: 14px;
  color: #000000;
}

.visa-solutions {
  background-color: #f55906;
  color: #ffffff;
  padding: 40px 30px;
  margin: 30px 0;
}

.visa-solutions .mainheadding {
  color: #ffffff;
}

.visa-solutions .visa_services {
  display: flex;
}

.visa-solutions .visa_services .box {
  position: relative;
  background-color: transparent;
  text-align: center;
  flex: 1;
}

.visa-solutions .visa_services .box .bx-content .bx-title {
  font-size: 18px;
  color: #ffffff;
  margin: 20px 0 0 0;
}

.assistance {
  border-bottom: solid 1px #b4b4b4;
  padding: 0 !important;
}

.assistance .visa-solutions {
  background-color: transparent;
  color: #000000;
  padding: 0 0 40px 0;
  margin: 0;
}

.assistance .visa-solutions .visa_services .box .bx-content .bx-title {
  color: #000000;
}

.visa-promises {
  border: solid 1px #000000;
  min-height: 400px;
}

.visa-promises .promises-hero-banner {
  margin: 0 0 60px 0;
}

.visa-promises .promises-hero-banner img {
  width: 100%;
}

.visa-promises .promises-list {
  list-style: none;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  margin: 0 0 40px 0;
  padding: 0;
  grid-column-gap: 10%;
}

.visa-promises .promises-list .promise-count {
  position: relative;
  display: inline;
  background-color: #f55906;
  padding: 4px 12px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 10px;
}

.visa-promises .promises-list .promise-count::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -4px;
  background: #eb1c24;
  width: 4px;
  height: 50%;
  transform: translate(-50%, -25%);
}

.visa-promises .promises-list .vp-content p {
  font-size: 15px;
  line-height: 1.2;
}

.visa-promises .visa_services {
  display: flex;
}

.visa-promises .visa_services .box {
  position: relative;
  background-color: transparent;
  text-align: center;
  flex: 1;
}

.visa-promises .visa_services .box .bx-content .bx-title {
  font-size: 18px;
  margin: 20px 0 0 0;
}

.visa-faqs {
  padding: 55px 0 80px 0;
  margin: 0 0 30px 0 !important;
}

.visa-faqs .key-points {
  margin-top: 20px;
}

.visa-faqs .accordion-panel {
  border: none;
}

.visa-faqs .accordion-panel:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}

.visa-faqs .accordion-panel button.accordion {
  position: relative;
  background-color: #f7f7f7;
  border: none;
  padding: 20px;
  vertical-align: top;
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}

.visa-faqs .accordion-panel {
  margin: 5px 0px;
}

.visa-faqs .accordion-panel .panel {
  padding: 0 20px;
  background-color: #f7f7f7;
  max-height: 0;
  text-align: left;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.visa-faqs .accordion-panel:has(.active) .panel {
  padding: 0 20px 10px 20px;
}

.visa-faqs .accordion-panel .panel p {
  font-size: 14px;
  line-height: 1.4;
}

.visa-faqs .accordion:after {
  content: '\002B';
  font-size: 26px;
  font-weight: 400;
  float: right;
  margin-left: 5px;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 20px;
  line-height: 1;
}

.visa-faqs .active:after {
  content: "\2212";
}

@media screen and (max-width: 1024px) {
  .visa-promises .visa_services {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .visa-promises .promises-list {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .visa-solutions .visa_services .box {
    width: 100%;
  }
}

.section_potential {
  text-align: center;
  margin: 0
}

.section_search_assistant {
  margin: 0;
}

.section_search_assistant .section-heading,
.section_search_assistant .section-brief {
  text-align: center;
  margin-bottom: 40px
}

.jss_packs .banner-wrapper {
  background-color: #00335b;
}

.jss_packs .banner-wrapper .banner_image {
  flex: 60%
}

.jss_packs .banner-wrapper .banner_content {
  padding: 50px 60px 50px 80px
}

.jss_packs .pack-content .pack-title {
  font-size: 30px;
  margin: 0;
}

.jss_packs .pack-content .list-group {
  width: 80%
}

.jss_packs .pack-content .list-group .list-group-item {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgb(255 255 255 / 13%);
  border-width: 0 0 1px 0;
  padding: 20px 0
}

.jss_packs .pack-content .list-group .list-group-item:last-child {
  border: none
}

.section_comparison {
  margin: 60px 0;
  text-align: center;
}

.section_comparison table thead th {
  border-top: none;
}

.section_comparison .table-section table {
  text-align: center
}

.section_comparison .table-section table td {
  text-align: center;
}

.section_comparison .table-section table th,
.section_comparison .table-section table td {
  border-color: #000000;
}

.section_comparison .table-section table thead th {
  text-align: center
}

.section_comparison .table-section table thead th:first-child {
  text-align: left
}

.section_comparison .table-section table thead th,
.section_comparison .table-section table tbody th {
  border-left: none
}

.section_comparison .table-section table tbody th {
  width: 40%
}

.section_comparison .table-section table tbody td {
  width: 15%;
  text-align: center;
}

.section_comparison .table-section table tbody td img {
  margin: auto
}

.study-inspriation {
  padding: 30px 0;
  text-align: center;
}

.study-inspriation .looking-inspiration-box {
  padding: 0 40px;
}

.study-inspriation .clientTestimonialBriefText,
.study-inspriation .description-box.open .global_paragraph__WR42Y,
.study-inspriation .description-box.open .clientTestimonialBriefButton {
  display: none
}

.study-inspriation .bridge_bridgeWithName__gSTUj {
  position: relative;
}

.study-inspriation .bridge_bridgeWithName__gSTUj:after {
  content: "";
  border-right: 45px solid #e53f25;
  height: 6px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 23px;
  margin-top: 30px;
}

.study-inspriation .description-box.open .clientTestimonialBriefText {
  display: block;
  text-align: left;
}

.study-inspriation .clientTestimonialBriefButton {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.study-inspriation .slick-next,
.study-inspriation .slick-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 40px);
  cursor: pointer;
}

.study-inspriation .slick-next {
  right: -30px;
  top: calc(50% - 20%);
}

.study-inspriation .slick-prev {
  left: -30px;
  top: calc(50% - 20%);
}

.study-inspriation .slick-next:before,
.study-inspriation .slick-prev:before {
  display: none
}

.study-inspriation ul.slick-dots {
  display: flex !important;
  justify-content: center;
}

.study-inspriation ul.slick-dots li {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}

.study-inspriation ul.slick-dots li button {
  width: 100%;
  border: none;
  background-color: #ccc;
  margin: 0 5px;
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 10px;
}

.study-inspriation ul.slick-dots li.slick-active button {
  background-color: #000000;
  color: #ffffff;
}

.banner_founder {
  margin: 0 0 60px 0
}

.banner_founder .banner-wrapper {
  border-top: solid 1px #000;
  padding-top: 80px
}

.banner_founder p.lead {
  font-size: 20px
}

.banner_founder p {
  font-size: 15px;
  line-height: 20px
}

.banner_founder .read-more {
  text-decoration: none
}

@media (max-width:480px) {
  .box .bx-visual {
    margin: 0 0 20px 0
  }

  .section_search_assistant {
    margin: 0
  }

  .section_search_assistant .section-heading,
  .section_search_assistant .section-brief {
    text-align: left;
    margin: 20px 0
  }

  .section_skill_edge .skill_edge_wrapper,
  .jss_packs .banner-wrapper .banner_content {
    padding: 20px 35px 50px 35px
  }

  .jss_packs .pack-content .pack-title,
  .box .bx-content .bx-title {
    font-size: 24px;
    line-height: 28px
  }

  .banner_founder {
    margin: 0 0 40px 0 !important
  }

  .section_comparison table thead th {
    font-size: 15px
  }

  .section_comparison table th {
    font-size: 14px
  }
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.ticker_item {
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  font-family: Sharpsansdispno2, sans-serif;
  color: #bdbdbd;
}

.center_content p {
  font-family: Muli, sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 30px;
  width: 70%;
  margin: 0 auto;
}

.section_cta {
  background: #009cad;
  padding: 60px 0px;
  color: #ffffff;
}

.cta_btn {
  background: #ffffff;
  font-weight: 800;
}

section.section.section_cta h2 {
  text-align: center;
  font-size: 50px;
}

section.section.section_cta h2 span {
  font-style: italic;
}

.section_4 h4 {
  color: #000000;
  font-size: 30px;
}

.four_blocks {
  display: flex;
}

.block {
  width: 24%;
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
}

.block p {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
}

.container.logo-container {
  border: 1px solid #000000;
  padding: 50px;
  text-align: center;
  position: relative;
}

.logo {
  width: 18%;
  display: inline-block;
  margin-top: 50px;
}

.logo-section {
  position: relative;
  padding-bottom: 80px;
}

.container.logo-container:before {
  content: '';
  width: 150px;
  height: 20px;
  background: #e54126;
  position: absolute;
  bottom: -9px;
  right: 40px;
}

/* Accordion styles */
.section_5 .tabs {
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
}

.section_5 .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.section_5 .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: transparent;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  margin-top: 10px;
  color: #212121;
  text-transform: capitalize;
  font-family: Muli, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  border-top: 1px solid #cccccc;
}

.section_5 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  transform: rotate(90deg);
}

.section_5 .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}

.section_5 .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.section_5 .tab-close:hover {
  background: #1a252f;
}

.section_5 .tab-content {
  background: #f4f5f5;
  text-align: left;
  font-family: Muli, sans-serif;
  font-size: 14px;
}

.section_5 input:checked+.tab-label::after {
  transform: rotate(-90deg);
  position: relative;
  left: -5px;
}

.section_5 input:checked~.tab-content {
  max-height: 100vh;
  padding: 1em;
}

.section_5 input {
  display: none;
}

.section_5 {
  padding: 0px 0px 0px 00px;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.4;
  }

  .text-xs-center {
    text-align: center !important;
  }

  img.btn-close.video-close {
    background-color: #000;
    margin: -5px -5px 0px 0px !important;
  }

  footer .global_mobileView__KYTiC .footermob_accordian .footermob_accordianContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  footer .global_mobileView__KYTiC .footermob_accordian.open .footermob_accordianContent {
    max-height: 100%
  }

  footer .global_mobileView__KYTiC .footermob_accordian .minus,
  footer .global_mobileView__KYTiC .footermob_accordian.open .plus {
    display: none
  }

  footer .global_mobileView__KYTiC .footermob_accordian.open .minus {
    display: inherit
  }
}

.footer_cta {
  background: #009cad;
  padding: 60px 0px;
  position: relative;
  margin-top: 50px;
}

section.section.footer_cta h2 {
  text-align: left;
  font-size: 50px;
  color: #ffffff;
}

section.section.footer_cta h2 span {
  font-size: 30px;
  font-style: italic;
}

section.section.courses-section .container.courses-box {
  padding-bottom: 0px;
}

.footer_cta a.form_direction_btn {
  display: inline-block;
  font-weight: 800;
}

.list ul {
  list-style-type: none;
}

.list ul li {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
}

.list ul li img {
  display: inline-block;
  margin-right: 5px;
}

section.section.footer_cta:before {
  content: '';
  width: 150px;
  height: 20px;
  background: #e54126;
  position: absolute;
  top: -9px;
  right: 30%;
}

.center_content {
  text-align: center;
}

.flow-content {
  padding-bottom: 20px;
}

.section-pods {
  padding: 0px 0px;
  text-align: center;
}

.scroll-content section.section {
  padding: 20px 0 0 0;
}

section.section.section-pods img {
  margin: 0 auto;
}

.pod-div {
  padding: 25px;
  background: #f5f5f5;
  color: #000000;
  margin-top: 50px;
}

section.section.section-pods h4 {
  color: #000000;
}

.container.courses-box {
  text-align: center;
  color: #000000;
}

marquee.marquee_text {
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  font-family: Sharpsansdispno2, sans-serif;
  color: #bdbdbd;
}

.top-btn {
  margin: 0 auto;
  display: table;
}

section.flow-content .container {
  padding-bottom: 0px;
}

.btn-white {
  background: #ffffff;
  color: #000000;
}

.btn-white:hover {
  background: #ffffff !important;
  color: #000000;
  border: solid 1px transparent;
}

section.section.footer_cta .top-btn {
  display: block;
}

.courses-div img {
  margin: 0 auto;
}

p.p-footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.table-responsive tr th {
  text-align: left;
  background: #009cad;
  padding: 5px 20px;
  color: #f1f1f1;
  border-right: 30px solid #ffffff;
  font-size: 16px;
  text-align: left;
}

tr.table_body_row_odd td {
  padding: 5px 20px;
  background: #f9f7fb;
  border-right: 30px solid #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  border-top: 5px solid #ffffff;
  text-align: left;
}

tr.table_body_row_even td {
  padding: 5px 20px;
  background: #ffffff;
  border-right: 30px solid #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  border-top: 5px solid #ffffff;
  text-align: left;
}

.block_btn {
  display: inline-flex;
  width: 70%;
}

section.section.footer_cta .top-btn {
  display: inline-flex;
  width: 25%;
}

.block_btn h2 {
  font-size: 35px !important;
}

.job_fair {
  padding: 0px;
}

section.section.list_block h3 {
  background: #f5f5f5;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 25px;
}

.students .student {
  text-align: center
}

.students .student-img img {
  margin: auto
}

.students .student-info {
  margin: 15px 0 0 0
}

.students .student-info h5 {
  margin: 0
}

@media screen and (max-width: 1024px) {
  section.section_process:after {
    content: "";
    border-right: 150px solid #e53f25;
    height: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    right: 40px;
    top: 0;
  }

  .hero_banner .banner_badge::after {
    content: "";
    border-right: 120px solid #e53f25;
    height: 20px;
    position: absolute;
    transform: translate(20%, 50%);
    left: 0;
    bottom: 0;
    top: auto;
    right: 100%;
  }

  body {
    font-size: 13px;
  }

  h1 {
    font-size: 30px;
  }

  p {
    font-size: 16px;
  }

  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.section {
    max-width: 1920px;
  }

  .global_headerMarginTop__j_eF2 {
    margin-top: 60px !important;
  }

  .section:not(:last-child) {
    margin-bottom: 5px;
  }

  .container.banner {
    max-width: 100%;
  }

  .section .section-brief {
    margin: 0 0 30px 0
  }

  .hero_banner .banner-wrapper,
  .hero_banner .visual-first {
    flex-direction: column !important
  }

  .hero_banner .banner_badge::after {
    content: "";
    border-right: 20px solid #e53f25;
    height: 20px;
    position: absolute;
    transform: translate(20%, 50%);
    left: 0;
    bottom: 0;
    top: auto;
    right: 100%;
  }

  .hero_banner .res_dir_flip {
    flex-direction: column-reverse
  }

  .hero_banner .banner_image:before {
    width: 150px;
    height: 20px;
    top: inherit;
    bottom: -10px;
    right: inherit;
    left: 30px
  }

  .bx-content.steps {
    padding: 10px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_banner .banner_image img {
    width: 100% !important;
    height: auto !important;
  }

  .banner-image img {
    width: 80%;
  }

  .cta-blocks .direction-icon img {
    width: 25px
  }

  .cta-blocks .block h3 {
    height: 120px
  }

  .key-cols-5,
  .key-cols-6 {
    flex-wrap: wrap
  }

  .key-points.key-cols-5 .key-point {
    width: 25%
  }

  .key-points.key-cols-6 .key-point {
    width: 33.3%
  }

  .section_grid_boxes .grid_boxes {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .top-cources,
  .top-admits,
  .expertise {
    margin: 50px 0
  }

  .key-points .key-point .icon-block .icon-large {
    width: 100%
  }

  .snapshot .p-largest {
    font-size: 30px
  }

  .jss_packs .pack-content .list-group {
    width: 100%
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer .f-row {
    flex-direction: column;
  }

  .footer .contact-numbers {
    flex-direction: column
  }

  .footer .contact-numbers .phone-link {
    margin: 0 0 10px 0
  }

  .footer .social-icons {
    justify-content: flex-start;
  }

  .logo-link {
    width: 30vw;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 10px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-image {
    width: auto;
    min-width: auto;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .nav-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-box-white {
    width: auto;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrap-70p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-4 {
    text-align: center;
  }

  .form-block {
    max-width: none;
  }

  .b {
    line-height: 1.5em;
  }

  .b.white {
    line-height: 1.2em;
  }

  .hflex-40vw {
    min-width: 90vw;
    margin-right: 10px;
    margin-left: 10px;
  }

  ._80vw-60px-tb-pad {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex.footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrap-40p {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrap-60p {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._80vw {
    width: 100vw;
  }

  .wrap-80p {
    width: auto;
  }

  .wrap-grey-80pxpad-tb {
    width: 100%;
    margin-right: 0px;
  }

  .grid {
    width: 100%;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .wrap-grid-title {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .wrap-40px-all {
    padding-right: 20px;
    padding-left: 20px;
  }

  .carousel-slider {
    margin-top: 0px;
  }

  .carousel-slider__slide {
    width: 25%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .wrap-campus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap-50p {
    width: auto;
  }

  .grid-3 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .wrap-30p.procedure {
    width: 95%;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .popup-div {
    width: 80vw;
    height: 80vh;
  }

  .banner .flex {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .banner-image {
    width: 100%;
    padding-top: 5px;
    align-items: flex-end;
  }

  .banner-form {
    width: auto;
    margin: 40px 0;
    padding: 40px 0 0 30px;
  }

  .p-bold {
    font-size: 16px;
  }

  .wrap-sep {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-35 {
    max-width: none;
  }

  .red-bar-vert-abs {
    width: 24px;
    height: 100px;
    top: 30%;
  }

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

  .grid-5 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .grid-6 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-7 {
    overflow: scroll;
  }

  .wrap-60p {
    display: block;
  }

  .nav-link {
    color: #fff;
  }

  .nav-flex-item {
    padding-bottom: 8px;
  }

  .menu-button {
    padding-right: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    background-color: #f7362f;
    color: #fff;
  }

  .icon {
    color: #000;
  }

  .paragraph {
    font-size: 14px;
  }

  .image-38 {
    width: 100%;
  }

  .banner-form .heading-block {
    display: inline-block;
  }

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

  .snapshot {
    margin-top: 60px;
  }

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

  section.section_1 {
    padding: 50px 0px 5px 0px !important;
  }

  .section_1 h2 {
    font-size: 50px;
    text-align: center;
  }

  .center_content p {
    width: 100%;
  }

  section.section.section_cta {
    padding: 50px 0px;
  }

  section.section.section_cta {
    padding: 50px 0px;
    margin-bottom: 50px;
  }

  .section.section_4 {
    background: transparent;
  }

  .four_blocks {
    display: block;
  }

  .block {
    width: 24%;
    margin-top: 50px;
    display: inline-block;
    align-items: center;
  }

  .block p {
    margin-left: 0;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
  }

  .courses {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 60px;
  }

  .ticker {
    white-space: normal;
  }

  section.section.section_cta h2 {
    text-align: center;
    font-size: 35px;
  }

  section.section.logo-section {
    padding: 50px 0px;
  }

  section.section.courses-section {
    margin-bottom: 50px;
  }

  section.section.section-pods {
    margin: 50px 0px;
  }

  section.section.center_content {
    padding: 50px 0px;
  }

  section.section.section_5 {
    margin-bottom: 0px;
  }

  .center_content p {
    font-size: 20px;
    width: 100%;
  }

  section.section.footer_cta h2 {
    text-align: left;
    font-size: 35px;
  }

  section.section.footer_cta {
    padding: 50px 0px;
    margin-bottom: 0px;
  }

  section.section.section_cta h2 {
    text-align: center;
    font-size: 35px;
  }

  .list ul li {
    width: 100%;
  }

  .block_2 {
    width: 100%;
  }

  .block_1 {
    width: 100%;
    margin-right: 0%;
  }

  .block_2 img {
    max-width: 100%;
  }

  .block_1 img {
    max-width: 100%;
  }
}

section.hero_banner.footer-pading {
  padding: 40px 0px 40px 0px;
}

p.font-size-center {
  margin-left: 40px;
}

.banner_image.image_right.mobile-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .section-client-deliverables .client-testimonial {
    display: flex;
    /*padding: 20px 0px !important;*/
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-direction: column !important;
  }

  img.process-work {
    width: -webkit-fill-available;
  }

  h2.section-heading {
    padding: 0px 10px !important;
  }

  img.img-fluid.Work-Abroad {
    width: 800px;
  }

  .study-inspriation .slick-next {
    right: -45px !important;
  }

  .study-inspriation .slick-prev {
    left: -45px !important;
  }

  .study-inspriation .slick-next,
  .study-inspriation .slick-prev {
    width: 50px !important;
    height: 60px;
    top: calc(50% - 60px);
  }

  img.btn-close.video-close {
    background-color: #000;
    margin: -5px -5px 0px 0px !important;
  }

  h4.have-a-resume {
    padding: 0px 10px 0px 0px !important;
  }

  .container.section.skill-edge {
    width: 100% !important;
  }

  hr.readmore-hr {
    width: 700px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .banner_image.image_right.mobile-hide {
    display: none;
  }

  .hr-boxes {
    color: #000;
    height: 3px !important;
    width: 730px !important;
    margin: -3px 0px 0px 10px;
  }

  .row.justify-content-center.employers-section {
    padding: 20px 0px;
    width: 950px !important;
  }

  .banner_image.image_right.mobile-show {
    display: block;
  }

  .section_flex_boxes .flex_boxes {
    flex-direction: column;
  }

  .section_flex_boxes .flex_boxes .box {
    width: auto;
  }

  .section_flex_boxes .flex_boxes .box .bx-content .bx-title {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 820px) {
  .section-client-deliverables .client-testimonial {
    display: flex;
    /*padding: 20px 0px !important;*/
  }

  .visa-service-banner .banner-content {
    padding: 60px 50px 60px !important;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-direction: column !important;
  }

  img.process-work {
    width: -webkit-fill-available;
  }

  h2.section-heading {
    padding: 0px 10px !important;
  }

  img.img-fluid.Work-Abroad {
    width: 800px;
  }

  .study-inspriation .slick-prev {
    left: -45px !important;
  }

  .study-inspriation .slick-next {
    right: -45px !important;
  }

  .study-inspriation .slick-next,
  .study-inspriation .slick-prev {
    width: 50px !important;
    height: 60px;
    top: calc(50% - 60px);
  }

  img.btn-close.video-close {
    background-color: #000;
    margin: -30px -20px 0px 0px !important;
  }

  .container.section.skill-edge {
    width: 100% !important;
  }

  hr.readmore-hr {
    width: 700px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .banner_image.image_right.mobile-hide {
    display: none;
  }

  .hr-boxes {
    width: 765px !important;
  }

  .row.justify-content-center.employers-section {
    padding: 20px 0px;
    width: 950px !important;
  }

  .banner_image.image_right.mobile-show {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .visa-service-banner .banner-content {
    padding: 40px 20px 60px !important;
  }

  section.section.section_grid_boxes.section-adjust {
    margin-top: -20px !important;
  }

  h2.deliverables-mobile {
    text-align: left;
  }

  .section-client-deliverables .client-testimonial {
    display: flex;
    flex-direction: inherit;
    /*padding: 20px 0px !important;*/
  }

  section#Deliverables {
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
  }

  .section-client-deliverables .client-testimonial-text {
    text-align: center;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-direction: column !important;
  }

  h2.mobile-res {
    text-align: center;
    padding: 0px 20px;
  }

  .section_grid_boxes .grid_boxes .box_1 {
    position: relative;
    background: #ffffff;
    height: auto;
    display: flex;
  }

  .breadcrum_item {
    margin-top: 20px !important;
    font-size: 14px !important;
  }

  img.process-work {
    width: -webkit-fill-available;
    padding-bottom: 20px;
  }

  h2.section-heading {
    padding: 0px 10px !important;
  }

  img.btn-close.video-close {
    background-color: #000;
    margin: -20px -20px 0px 0px !important;
  }

  .col-md-3.ul-column {
    margin-top: -28px;
  }

  h1.d-flex.text-get {
    margin-left: -10px;
    padding: 0px 20px 0px 0px;
  }

  li.li-text {
    padding-top: 0px !important;
  }

  hr.readmore-hr {
    width: 380px !important;
    margin-left: auto;
    margin-right: auto;
  }

  h2.employee-text {
    font-size: 30px;
    margin-left: -20px !important;
    text-align: left;
  }

  .banner_image.image_right.mobile-show {
    display: block;
  }

  .banner_image.image_right.mobile-hide {
    display: none;
  }

  .container-rectangle {
    width: 100% !important;
    border: 1px solid #000;
    position: relative;
    box-sizing: border-box;
  }

  .card.mobile-responsive {
    position: relative;
    display: flex;
    flex-direction: row !important;
    min-width: 0;
    height: fit-content;
  }

  .advantages .list ul li {
    margin-top: 0;
    font-size: 14px;
  }

  section.hero_banner.footer-pading {
    padding: 20px 0px 0px 0px;
  }

  h2.the-world {
    text-align: left;
    font-size: 30px;
  }

  section.section_1 p {
    text-align: left;
    padding: 10px 0px 0px 0px;
  }

  .key-points {
    display: flex;
    margin-left: 10px;
  }

  .blobe-section.user-women {
    padding-left: 20px !important;
  }

  .row.justify-content-center.employers-section {
    margin-left: -40px !important;
    width: 370px !important;
  }

  p.text-center_para {
    text-align: left !important;
    padding: 0px 0px !important;
    margin-left: -20px;
  }

  h2.text-center.mb-4 {
    text-align: left !important;
    margin-left: -20px;
    font-size: 30px;
  }

  img.section_man {
    width: 385px !important;
  }

  .container.section.skill-edge {
    width: 100% !important;
  }

  .blobe-section.box-hero-section.mobile-res {
    padding: 15px 0px 15px 0px !important;
  }

  .key-points .key-point {
    padding: 0 5px;
    text-align: center;
  }

  .hero_banner .blobe-section {
    flex: 300px;
    padding: 20px;
  }

  .hr-boxes {
    display: none;
  }

  .btn-primary {
    font-size: 12px;
  }

  div#signupForm\ world-need {
    padding: 10px !important;
    text-align: center;
  }

  h1.by-text {
    text-align: center;
  }

  .banner_image.image_right {
    margin-left: 8px !important;
  }

  div#signupForm\ section_women {
    padding: 60px 5px 60px 45px !important;
  }

  .banner-wrapper.section-bg {
    background-color: #00335b;
    margin-left: 10px !important;
  }

  .tick li {
    padding-left: 40px;
    background-image: url(check.svg);
    background-position: 0px -5px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }

  .hr-boxes {
    color: #000;
    height: 3px !important;
    width: 200px !important;
    margin: -3px 0px 0px 10px;
  }

  .hero_banner {
    padding: 0px;
    margin-top: 0px;
  }

  .intro-content p {
    text-align: left
  }

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  h2 {
    font-size: 32px;
  }

  .list {
    margin-left: -20px;
  }

  h3 {
    font-size: 28px;
  }

  .prod-phone p {
    text-align: center;
  }

  .navigation-wrap {
    padding-top: 0
  }

  .key-points.key-cols-5 .key-point {
    width: 33%
  }

  .cta-blocks .block {
    padding: 10px 20px
  }

  .cta-blocks .direction-icon {
    margin: 0 10px
  }

  .cta-blocks .block h3 {
    font-size: 16px
  }

  .snapshot .key-point {
    margin-bottom: 30px
  }

  .footer .social-icons {
    margin: 40px 0
  }

  .footer .social-icons a {
    margin: 0 20px 0 0
  }

  #menuToggle {
    top: 5px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .scrollspy-reveal {
    padding-top: 80px;
    margin-top: -70px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    width: 50vw;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-link.w--current {
    width: 200px;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navigation-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation {
    max-width: none;
    padding: 10px;
  }

  .logo-image {
    min-width: auto;
  }

  .banner .flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner .banner-form {
    margin: 0;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 100%;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .nav-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hflex-40vw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap-40p {
    text-align: left;
  }

  .vflex-left-20px {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._80vw {
    width: auto;
  }

  .wrap-80p {
    width: 100%;
  }

  .wrap-grey-80pxpad-tb {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid {
    width: 100%;
    grid-column-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .vflex-cent {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrap-40px-all {
    padding: 20px;
  }

  .carousel-slider {
    max-height: 200px;
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel-slider__slide {
    width: auto;
    height: 150px;
    max-width: 50%;
    min-width: 50%;
  }

  .carousel-slider__img {
    height: auto;
    max-width: 33.333%;
  }

  .wrap-campus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-32 {
    padding-right: 8px;
  }

  .popup-trigger {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .banner-form {
    padding-left: 0em;
  }

  .flex-70p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrap-sep {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
  }

  .hflex-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button-2 {
    display: block;
    width: 100%;
  }

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

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

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

  .checkbox-field-2 {
    text-align: left;
  }

  .accordion-item-q-text {
    text-align: left;
  }

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

  .p-footer-title {
    font-size: 13px;
  }

  .nav-contacts-flex {
    margin-bottom: 5px;
  }

  .nav-flex-item {
    padding-right: 20px;
  }

  .capcha-ques {
    width: 18%;
  }

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

  .choose-course .box {
    min-height: 260px;
    padding-bottom: 60px;
  }

  .rewards .swiper-button-prev,
  .rewards .swiper-button-next {
    display: block;
  }

  .rewards .slide-content {
    padding: 0 60px;
    text-align: center;
  }

  .students-score .student-card .student-image img {
    width: 100%;
  }

  .gallery {
    margin-top: 40px
  }

  .gallery .img-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .coaching .list {
    margin: 30px 0 0 0;
  }

  .migration-agents figure img {
    width: 100%;
    height: auto;
  }

  .wf-accordion__trigger {
    font-size: 16px;
  }

  .footer nav {
    display: flex;
    flex-direction: column;
  }

  .p-footer-tiny {
    font-size: 11px;
  }

  .footer_grid_5 {
    display: table;
    margin: 0 auto;
    text-align: center;
  }

  .footer_grid_5 div {
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
  }

  #customers td,
  #customers th {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 10px;
    padding: 5px;
  }

  section.section_1 {
    padding: 50px 0px 5px 0px !important;
  }

  .section_1 h2 {
    font-size: 50px;
    text-align: center;
  }

  .center_content p {
    width: 100%;
  }

  section.section.section_cta {
    padding: 50px 0px;
  }

  section.section.section_cta {
    padding: 50px 0px;
    margin-bottom: 50px;
  }

  .section.section_4 {
    background: transparent;
  }

  .four_blocks {
    display: block;
  }

  .block {
    width: 24%;
    margin-top: 50px;
    display: inline-block;
    align-items: center;
  }

  .block p {
    margin-left: 0;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
  }

  .courses {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 60px;
  }

  .ticker {
    white-space: normal;
  }

  section.section.section_cta h2 {
    text-align: center;
    font-size: 35px;
  }

  section.section.logo-section {
    padding: 50px 0px;
  }

  section.section.courses-section {
    margin-bottom: 50px;
  }

  section.section.section-pods {
    margin: 50px 0px;
  }

  section.section.center_content {
    padding: 50px 0px;
  }

  section.section.section_5 {
    margin-bottom: 0px;
  }

  .center_content p {
    font-size: 20px;
    width: 100%;
  }

  section.section.footer_cta h2 {
    text-align: left;
    font-size: 35px;
  }

  section.section.footer_cta {
    padding: 50px 0px;
    margin-bottom: 0px;
  }

  .list ul li {
    width: 100%;
  }

  .block_2 {
    width: 100%;
  }

  .block_1 {
    width: 100%;
    margin-right: 0%;
  }

  .block_2 img {
    max-width: 100%;
  }

  .block_1 img {
    max-width: 100%;
  }

  section.section_block {
    padding: 0px 10px;
  }

  .block_btn {
    display: inline-flex;
    width: 100%;
    font-size: 25px;
  }

  section.section.footer_cta .top-btn {
    display: inline-flex;
    width: auto;
    margin: 0 auto;
    display: table !important;
  }

  section.section.footer_cta h2 {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 479px) {
  body {}

  p,
  ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .section:not(:last-child) {
    margin-bottom: 5px;
  }

  .navigation {
    padding: 15px 20px 15px 20px;
  }

  .navigation .logo-image {
    height: 36px;
  }

  .key-points.key-cols-6 .key-point,
  .key-points.key-cols-5 .key-point,
  .key-points.key-cols-4 .key-point {
    width: 50%
  }

  #customers {
    border-collapse: collapse;
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
  }

  #customers td,
  #customers th {
    border: 1px solid #ddd;
  }

  #customers th {
    padding: 10px 45px 10px 45px;
    text-align: center;
    background-color: #009cad;
    color: white;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .signup-form fieldset {
    padding: 0
  }

  .heading-4 {
    line-height: 1.2em;
  }

  .form-block {
    margin-left: 0px;
  }

  .section-red._40px-pad {
    position: relative;
  }

  .text-brak-sm {
    display: block;
  }

  .grid {
    overflow: scroll;
    width: 100%;
  }

  .getstarted_btn {
    font-size: 16px;
  }

  #menuToggle span {
    width: 40px;
    height: 3px;
  }

  #menu {
    width: 200px;
  }

  .banner {
    padding: 0 20px 0 0;
  }

  .banner .banner-form {
    margin-top: 10px;
    padding: 30px 0 30px 30px;
    text-align: left;
  }

  .banner-form h1 {
    font-size: 26px;
  }

  .banner .banner-form p {
    width: 100%;
  }

  .banner-image {
    max-height: 360px;
  }

  .banner .banner-image img {
    width: 46%;
  }

  .banner .banner-form p {
    font-size: 18px;
    line-height: 24px;
  }

  .visa-service-banner .banner-content .cta-wrapper {
    grid-template-columns: 1fr;
  }

  .choose-course .swiper-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 600px;
  }

  a.btn-primary.me-3 {
    text-align: left;
  }

  .signup-form .form-col-2 {
    grid-template-columns: 1fr;
  }

  .signup-form .cta-buttons {
    text-align: left;
  }

  .banner-form .heading-block h4 {
    width: 100%;
    font-size: 100%;
    text-align: left;
  }

  .banner-form .heading-block .dash {
    align-self: flex-start;
    margin: 0 0 0 10px;
  }

  .rewards p,
  .process p {
    text-align: center;
    margin-bottom: 5px;
  }

  .rewards .icon-hold img {
    margin: auto;
    text-align: center;
  }

  .students-score .student-card .score {
    font-size: 16px;
  }

  .carousel-slider {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider__arrow--right {
    right: -5px;
    width: 30px;
    height: 30px;
    background-color: hsla(0, 0%, 100%, 0.5);
    font-size: 30px;
  }

  .carousel-slider__slide {
    padding: 15px 10px;
  }

  .slider__nav {
    display: block;
  }

  .carousel-slider__item {
    margin-bottom: 25px;
  }

  .carousel-slider__img {
    max-width: 50%;
  }

  .slider__arrow--left {
    left: -5px;
    width: 30px;
    height: 30px;
    background-color: hsla(0, 0%, 100%, 0.5);
    font-size: 30px;
  }

  .choose-course .swiper-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .choose-course .box {
    min-height: 329px;
    padding-bottom: 30px
  }

  .choose-course .swiper-slide {
    opacity: .2;
  }

  .choose-course .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  .students-score-carousel {
    padding-right: 40px;
  }

  .video-carousel-container {
    width: 100%;
    margin: 40px 0;
    padding: 0;
  }

  .video-carousel .swiper-slide iframe {
    height: auto;
  }

  .migration-agents {
    display: inline-grid;
    grid-column-gap: 20px;
    grid-template-columns: auto auto auto;
    margin-bottom: 0;
  }

  .migration-agents figure {
    display: flex;
    align-items: center;
  }

  .salaries .table-heading {
    font-size: 13px;
    text-align: left;
    padding: 3px 8px;
    line-height: 16px;
  }

  .salaries .y-layout-grid {
    grid-column-gap: 5px;
  }

  .salaries .salary-cell {
    padding: 3px 8px;
  }

  .salaries .salary-cell p {
    font-size: 12px;
  }

  .faqs .faq-item .faq-qus {
    text-align: left;
  }

  .faqs .faq-item p {
    font-size: 13px;
  }

  .faqs .faq-item ul li {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 10px;
  }

  .snapshot {
    margin-top: 40px;
  }

  .snapshot .grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .snapshot .p-largest {
    font-size: 30px;
    line-height: 1;
  }

  .snapshot .large-font {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #customers td,
  #customers th {
    border: 1px solid #ddd;
    font-size: 10px;
    padding: 5px;
  }

  .table_scroll {
    width: 320px;
    overflow-x: auto;
    margin: 0 auto;
  }

  section.section_1 {
    padding: 50px 0px;
  }

  .section_1 h2 {
    font-size: 30px !important;
    text-align: left;
  }

  .center_content p {
    width: 100%;
  }

  section.section.section_cta {
    padding: 50px 0px;
  }

  section.section.section_cta {
    padding: 50px 0px;
    margin-bottom: 50px;
  }

  .section.section_4 {
    background: transparent;
  }

  .four_blocks {
    display: block;
  }

  .block {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
    align-items: center;
  }

  .block p {
    margin-left: 0;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
  }

  .courses {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 60px;
  }

  .ticker {
    white-space: normal;
  }

  section.section.section_cta h2 {
    text-align: center;
    font-size: 25px;
  }

  section.section.logo-section {
    padding: 50px 0px;
  }

  section.section.courses-section {
    margin-bottom: 50px;
  }

  section.section.section-pods {
    margin: 50px 0px;
  }

  section.section.center_content {
    padding: 10px;
  }

  section.section.section_5 {
    margin-bottom: 0px;
  }

  .center_content p {
    font-size: 20px;
    width: 100%;
  }

  section.section.footer_cta h2 {
    text-align: left;
    font-size: 25px;
  }

  section.section.footer_cta {
    padding: 50px 0px;
    margin-bottom: 0px;
  }

  .list ul li {
    width: 100%;
  }

  .hero_banner {
    padding: 0;
  }

  .hero_banner .container {
    padding: 0
  }

  .container.courses-box {
    background: #f5f5f5;
    padding: 10px;
    display: table;
    margin: 0 auto;
  }

  .courses-div {
    margin: 10px auto;
    text-align: center;
  }

  .container.courses-box h2 {
    text-align: center;
  }

  section.section.footer_cta h2 {
    text-align: center;
    font-size: 25px;
  }

  .list ul {
    text-align: left;
  }

  .container.logo-container {
    padding: 10px;
  }

  .four_blocks {
    display: block;
    margin: 0 auto;
    display: table;
    text-align: center;
  }

  .block {
    width: 100%;
    margin-top: 50px;
    display: table;
    text-align: center;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
  }

  .section_4 h4 {
    color: #000000;
    font-size: 30px;
    text-align: center;
  }

  section.section.section_4 p {
    text-align: center;
  }

  .four_blocks img {
    margin: 0 auto;
  }

  .logo {
    width: 48%;
    display: inline-block;
    margin-top: 50px;
  }

  section.section.footer_cta .top-btn {
    display: table;
  }

  .block_2 {
    width: 100%;
  }

  .block_1 {
    width: 100%;
    margin-right: 0%;
  }

  .block_2 img {
    max-width: 100%;
  }

  .block_1 img {
    max-width: 100%;
  }

  section.section_block {
    padding: 0px 10px;
  }

  .block_btn {
    display: inline-flex;
    width: 100%;
    font-size: 25px;
  }

  .cta-blocks {
    flex-direction: column;
    height: auto
  }

  .cta-blocks .block {
    width: 100%;
    height: auto;
    padding: 30px 40px
  }

  .cta-blocks .block h3 {
    height: auto
  }

  .cta-blocks .btn-icon {
    justify-content: flex-start
  }

  .cta-blocks .direction-icon {
    margin: 0;
    height: 60px;
    transform: translateX(-10px) rotate(90deg);
  }

  .success-stories {
    grid-template-columns: 1fr
  }

  section.section.footer_cta .top-btn {
    display: inline-flex;
    width: auto;
    margin: 0 auto;
    display: table !important;
  }

  section.section.footer_cta h2 {
    font-size: 25px !important;
  }

  .footer {
    margin-top: 40px;
    padding: 40px 30px 50px 30px;
  }

  .footer .container {
    padding: 0;
  }

  .footer .contact-numbers {
    flex-direction: column;
  }

  .footer .contact-numbers a {
    margin: 5px 0;
    justify-content: center;
  }

  .footer .f-row .p-footer-title {
    font-size: 20px;
    line-height: 1;
    text-align: left;
    width: auto;
  }

  .footer nav {
    text-align: center;
  }

  .footer nav a {
    margin: 0
  }

  .footer nav a::after {
    display: none;
  }

  .footer .social-icons {
    margin-top: 20px;
    justify-content: center;
  }

  .footer .social-icons a img {}

  .footer .row .p-footer-title {
    width: auto;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .footer .contact-numbers .phone-link {
    margin: 5px 0;
  }

  .footer .p-footer-tiny {
    text-align: center
  }

  .whatsapp.fixed {
    right: 5px;
    bottom: 5px;
  }

  .whatsapp.fixed img {
    width: 60px;
  }

  .footer_grid_5 {
    display: table;
    margin: 0 auto;
    text-align: center;
  }

  .footer_grid_5 div {
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 376px) {
  .navigation .logo-image {
    height: 22px;
  }

  .navigation .getstarted_btn {
    font-size: 13px;
  }

  .footer_grid_5 {
    display: table;
    margin: 0 auto;
    text-align: center;
  }

  .footer_grid_5 div {
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
  }

  #customers td,
  #customers th {
    border: 1px solid #ddd;
    font-size: 10px;
    padding: 5px;
  }

  .table_scroll {
    width: 350px;
    overflow-x: auto;
    margin-left: -25px;
  }

  section.section_1 {
    padding: 50px 0px 5px 0px !important;
  }

  .section_1 h2 {
    font-size: 30px;
    text-align: center;
  }

  .center_content p {
    width: 100%;
  }

  section.section.section_cta {
    padding: 50px 0px;
  }

  section.section.section_cta {
    padding: 50px 0px;
    margin-bottom: 50px;
  }

  .section.section_4 {
    background: transparent;
  }

  .four_blocks {
    display: block;
  }

  .block {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
    align-items: center;
  }

  .block p {
    margin-left: 0;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
  }

  .courses {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 60px;
  }

  .ticker {
    white-space: normal;
  }

  section.section.section_cta h2 {
    text-align: center;
    font-size: 25px;
  }

  section.section.logo-section {
    padding: 50px 0px;
  }

  section.section.courses-section {
    margin-bottom: 50px;
  }

  section.section.section-pods {
    margin: 50px 0px;
  }

  section.section.center_content {
    padding: 10px;
  }

  section.section.section_5 {
    margin-bottom: 0px;
  }

  .center_content p {
    font-size: 20px;
    width: 100%;
  }

  section.section.footer_cta h2 {
    text-align: left;
    font-size: 25px;
  }

  section.section.footer_cta {
    padding: 50px 0px;
    margin-bottom: 0px;
  }

  .list ul li {
    width: 100%;
  }

  .hero_banner {
    padding: 0px;
  }

  .container.courses-box {
    background: #f5f5f5;
    padding: 10px;
    display: table;
    margin: 0 auto;
  }

  .courses-div {
    margin: 10px auto;
    text-align: center;
  }

  .container.courses-box h2 {
    text-align: center;
  }

  p.mobile-res-text {
    text-align: left;
  }

  section.section.footer_cta h2 {
    text-align: center;
    font-size: 25px;
  }

  .list ul {
    padding-left: 0;
  }

  .container.logo-container {
    padding: 10px;
  }

  .four_blocks {
    display: block;
    margin: 0 auto;
    display: table;
    text-align: center;
  }

  .block {
    width: 100%;
    margin-top: 50px;
    display: table;
    text-align: center;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
  }

  .section_4 h4 {
    color: #000000;
    font-size: 30px;
    text-align: center;
  }

  section.section.section_4 p {
    text-align: center;
  }

  .four_blocks img {
    margin: 0 auto;
  }

  .logo {
    width: 48%;
    display: inline-block;
    margin-top: 50px;
  }

  section.section.footer_cta .top-btn {
    display: table;
  }

  .block_2 {
    width: 100%;
  }

  .block_1 {
    width: 100%;
    margin-right: 0%;
  }

  .block_2 img {
    max-width: 100%;
  }

  .block_1 img {
    max-width: 100%;
  }

  section.section_block {
    padding: 0px 10px;
  }

  .block_btn {
    display: inline-flex;
    width: 100%;
    font-size: 25px;
  }

  section.section.footer_cta .top-btn {
    display: inline-flex;
    width: auto;
    margin: 0 auto;
    display: table !important;
  }

  section.section.footer_cta h2 {
    font-size: 25px !important;
  }
}

@font-face {
  font-family: 'Sharpsansdispno2';
  src: url('Sharpsansdispno2-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('Muli-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('Muli-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('Muli-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('Muli-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

#customers {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

td.text-left {
  text-align: left !important;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding: 10px 0px 10px 0px;
  text-align: center;
  background-color: #009cad;
  color: white;
}

.table-section {
  padding: 40px 0px;
}

.key-point.text-left {
  text-align: left;
  color: #fff;
}

.banner-wrapper.section-bg {
  background-color: #00335b;
  width: fit-content;
}

.container.section {
  max-width: 1200px;
}

.container.section_boxes_1 {
  max-width: 1200px;
}

.hr-boxes {
  color: #000;
  height: 3px !important;
  width: 565px;
  margin: -3px 0px 0px 10px;
}

div#signupForm\ section_women {
  padding: 60px;
}

.container.section.skill-edge {
  background-color: #00335b;
  color: #fff;
  width: 78%;
  margin-right: 150px;
  padding: 40px;
}

div#signupForm\ world-need {
  padding: 70px 60px 60px 60px;
}

.blobe-section.user-women {
  padding-left: 80px;
}

.blobe-section.box-hero-section.mobile-res {
  padding: 15px 0px 15px 8px;
  margin-left: 5px;
}

p.text-center_para {
  text-align: center;
  padding: 0px 150px;
}

img.section_man {
  width: 100%;
}

p.font-size-center-1 {
  margin-left: 40px;
  font-size: 14px;
  padding: 8px 0px;
}

p.font-size-center.rs-1999 {
  margin-left: 14px;
  font-size: 14px;
}

p.font-size-center.text-1999 {
  margin-left: 20px;
  font-size: 14px;
  padding: 8px 0px;
}

p.font-size-center.text-999 {
  margin-left: 15px;
  font-size: 14px;
  padding: 8px 0px;
}

h2.employee-text {
  margin-left: 55px;
}

.students.swiper.students-carousel-2.swiper-initialized.swiper-horizontal.swiper-pointer-events {
  display: none;
}

hr.readmore-hr {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

h2.gradient-text {
  background: -webkit-linear-gradient(#286ff9, #bc19ce);
  -webkit-background-clip: text;
  text-align: center;
  -webkit-text-fill-color: transparent;
}

li.li-text {
  padding-top: 5px;
}

.read-more {
  color: #00345c;
  font-size: 16px;
  display: inline-flex;
}

.consultant-text {
  color: #00345c;
  font-size: 16px;
  display: inline-flex;
}

a.consultant-text:hover {
  font-size: 16px;
  display: inline-flex;
  text-decoration: underline !important;
}

img.right-arrow {
  margin-left: 6px;
  margin-top: 3px;
  width: 6px;
}

.container-rectangle {
  width: 100%;
  border: 1px solid #000;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.red-rectangle {
  width: 20px;
  height: 50%;
  background-color: #eb1c24;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

h4.have-a-resume {
  padding: 0px 140px 0px 0px;
}

@media(min-width: 768px)and (max-width:991px) {
  .footer_box__0A3uM {
    display: block;
    padding-left: 0
  }
}

.footer_footer__87tB3 {
  background: #f2f2f2;
  position: relative;
  width: 100%;
  z-index: 0;
  font-weight: 600;
  word-break: break-word
}

.footer_footer__87tB3 p {
  margin-bottom: 0
}

@media(max-width: 767px) {
  .footer_footer__87tB3 {
    position: relative
  }
}

.footer_footer__87tB3 .footer_heading__Jie2A {
  font-size: 13px;
  color: #000
}

.footer_footer__87tB3 .footer_heading__Jie2A h5 {
  font-size: 13px;
  color: #000;
  white-space: pre
}

.footer_footer__87tB3 .footer_heading__Jie2A h5 a {
  font-size: 13px;
  color: #000
}

.footer_footer__87tB3 .footer_heading__Jie2A a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  opacity: .8;
  font-weight: 600
}

.footer_footer__87tB3 .footer_heading__Jie2A a:hover {
  color: #007bff;
}

.footer_newsLetterHeading__as_OK h5 {
  font-size: 14px;
  color: #000;
  letter-spacing: 0 !important
}

.footer_secondaryFooter__NMduY {
  background: #fff;
  position: absolute;
  z-index: 0;
  font-weight: 600
}

.footer_secondaryFooter__NMduY .footer_heading__Jie2A {
  font-size: 14px;
  color: #000;
  flex-wrap: wrap;
}

.footer_secondaryFooter__NMduY .footer_heading__Jie2A span {
  line-height: 1;
  font-size: 13px;
}

.footer_borderLeft__T9Aw0 :hover {
  color: #0056b3;
}

.footer_bottomFooter__y_4cZ ul {
  font-size: 12px;
  width: max-content;
  /* text-decoration: none; */
  list-style-type: none;
}

p.text-lg-right.text-center.pl-0.mt-2.pt-2.mb-3 {
  font-size: 12px;
}

a.pl-2 {
  padding: 0px 5px;
  text-decoration: none;
}

a.font-weight-bolder {
  font-weight: 800 !important;
  text-decoration: none;
}

.footer_borderLeft__T9Aw0 {
  border-left: 1px solid #dadada;
}

@media(max-width: 767px) {
  .footer_borderLeft__T9Aw0 {
    border: none;
  }
}

.footer_bottomFooter__y_4cZ ul {
  list-style-type: none;
}

.footer_bottomFooter__y_4cZ ul li {
  padding: 0 15px;
}

@media(max-width: 767px) {
  .footer_bottomFooter__y_4cZ ul li {
    padding: 0 5px;
    font-size: 9px;
  }

  .footer_bottomFooter__y_4cZ p {
    font-size: 9px;
  }
}

.footer_bottomFooterWrapper__WErVy {
  border-top: 1px solid #dadada;
}

.footer_hidden__RxRFA {
  visibility: hidden;
}

.footer_socialIcon__K_CbT img {
  width: 40px !important;
  height: auto !important;
  padding: 0 8px !important;
  cursor: pointer;
}

.footer_linksToText__nEvFf,
.footer_linksToText__nEvFf:hover {
  color: #000;
  text-decoration: none;
}

.footer_flagImage__9kuEl {
  width: 70% !important;
  height: auto !important;
}

.footer_flagBox__NKjqu {
  width: 25px;
  height: 25px;
}

.footer_imgFlagBox__LD0ZH {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer_imgLogoBox__6rK9G {
  width: 75%;
  height: 75%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer_socialLoginIcon__lCkBL {
  width: 60% !important;
  height: auto !important;
}

.footer_iconWithFlag__1UA99 {
  font-size: 14px;
  color: #000;
  opacity: .8;
  font-weight: 600;
}

.footer_themeContainer___WMwB {
  position: relative;
  ;
}

.footermob_footer__njMkR {
  background: #f2f2f2;
  position: relative;
  width: 100%;
  z-index: 0;
  font-weight: 600;
}

@media(max-width: 767px) {
  .footermob_footer__njMkR {
    position: relative;
  }
}

.footermob_footer__njMkR .footermob_heading__PFQxa {
  font-size: 14px;
  color: #000;
  padding: 15px 0 !important;
}

.footermob_footer__njMkR .footermob_heading__PFQxa h5,
.footermob_footer__njMkR .footermob_heading__PFQxa h5 a {
  font-size: 14px !important;
  color: #000;
}

.footermob_footer__njMkR .footermob_heading__PFQxa p a {
  font-size: 14px;
  color: #000;
  opacity: .8;
}

.footermob_footer__njMkR .footermob_heading__PFQxa p a:hover {
  color: #007bff;
}

.footermob_secondaryfooter__uwB9G {
  background: #fff !important;
  position: absolute;
  z-index: 0;
  font-weight: 600;
}

.footermob_secondaryfooter__uwB9G .footermob_heading__PFQxa {
  font-size: 14px;
  color: #000
}

.footermob_secondaryfooter__uwB9G .footermob_heading__PFQxa span {
  line-height: 1.2;
  font-size: 12px;
  opacity: .8;
}

.footermob_borderLeft__AHeaR {
  border-left: 1px solid #dadada
}

@media(max-width: 767px) {
  .footermob_borderLeft__AHeaR {
    border: none;
  }
}

.footermob_bottomFooter__gsjg1 ul {
  list-style-type: none !important;
}

.footermob_bottomFooter__gsjg1 ul li {
  padding: 0 15px;
}

@media(max-width: 767px) {
  .footermob_bottomFooter__gsjg1 ul li {
    padding: 0 5px;
    font-size: 9px;
  }

  .footermob_bottomFooter__gsjg1 p {
    font-size: 9px;
  }
}

.footermob_accordianBorder__HsiLa {
  border-bottom: 1px solid #b6b6b6 !important;
}

.footermob_inputParent__gVvig input {
  height: 33px;
  padding: .5rem;
  outline: none;
  border: none;
  background-color: #fff !important;
}

@media(max-width: 767px) {
  .footermob_inputParent__gVvig input {
    width: 100%;
  }
}

.footermob_inputParent__gVvig button {
  cursor: pointer;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  min-width: 70px;
  background-color: #6c757d !important;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  color: #fff;
}

@media(max-width: 767px) {
  .footermob_inputParent__gVvig button {
    font-size: 15px !important;
    width: 30% !important;
    height: 33px;
  }
}

.footermob_inputParent__gVvig button:focus,
.footermob_inputParent__gVvig button:hover {
  border-radius: 0 !important;
  border: 1px solid #e53f25 !important;
  color: #e53f25;
  background-color: transparent !important;
  font-weight: 600;
}

.footermob_inputParent__gVvig button.footermob_disabled__SFPWP,
.footermob_inputParent__gVvig button:disabled {
  background-color: #6c757d !important;
  color: #fff;
  pointer-events: none !important;
}

/* Form Validation */
.validationErrorHeight {
  min-height: 15px !important;
  padding: 0;
}

.errorMsg {
  position: relative;
  color: red;
  min-height: 30px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  line-height: 15px;
  padding: 2px 0 10px;
  z-index: 99;
}

.nav.nav-icon.flex-column.gap-2.get-started {
  width: -webkit-fill-available;
}

a.btn-primary.btn-lg.get-started.text-center {
  display: flex;
  justify-content: space-around;
}

img.w-100.h-100.imageFitClass.img-fluid {
  width: 95% !important;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

ul.tick.world-ul {
  padding-left: 0px;
}

input.btn-primary.popup-button {
  padding: 12px 45px;
}

.modal-body.video-popup {
  padding: 0px;
  margin-bottom: -5px;
}

img.btn-close.video-close {
  background-color: #000;
  margin: -20px -40px 0px 0px;
}

h2.section-heading {
  padding: 0px 260px;
}

h2.section-heading.proven-services {
  padding: 0px 230px;
}

section.section.section_skill_edge.bridge_banner:after {
  content: "";
  border-right: 150px solid #e53f25;
  height: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  right: 150px;
  margin-top: 0px;
}

.breadcrumb-item+.breadcrumb-item:before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "|";
}

.breadcrum_item {
  font-size: 18px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
  justify-content: center;
}

section.package-cover {
  position: relative;
  color: #000;
  padding: 0;
  text-align: center;
}

.section .mainheadding {
  text-align: center;
}

.section.hero_banner .banner-wrapper {
  margin: 40px 0;
}

.hero_banner {
  padding: 0px;
  min-height: 500px;
}

.hero_banner .banner_content {
  padding: 20px 0;
}

.hero_banner .container {
  padding: 0;
}

.hero_banner .banner-wrapper {
  display: flex;
  justify-content: space-evenly;
}

.hero_banner .visual-first {
  flex-direction: row-reverse;
}

.hero_banner .jc-between {
  justify-content: space-between;
}

.hero_banner .ai-center {
  align-items: center;
}

.hero_banner .banner_image {
  position: relative;
  flex: 100%;
}

.hero_banner .banner_image_large {
  flex: 150%
}

.hero_banner .banner_image_wrapper {
  height: 100%;
  overflow: hidden;
}

.hero_banner .banner_image .image {
  width: 100%;
  /* transform: scale(1.5) translateY(10%); */
}

.hero_banner .banner_badge {
  position: relative;
}

/* .hero_banner .banner_badge::after{ content: ""; position: absolute; top: 40%; left: 0; background: #eb1c24; width: 20px; height: 30%; transform: translate(-50%, -50%); } */
.hero_banner .badge_right::after {
  right: -20px;
  left: inherit;
}

.hero_banner .banner_content {
  display: flex;
  flex: 100%;
  flex-direction: column;
  justify-content: center;
}

.hero_banner .banner_content p {
  font-size: 18px;
  line-height: 1.4;
}

.hero_banner .banner_content .p-small {
  font-size: 13px;
}

.hero_banner .banner_content .btn {
  position: relative;
  justify-content: center;
  text-align: center;
}

/* .hero_banner .blobe-section .box-hero-section{ padding: 30px } */
.hero_banner .banner-bg .banner_content {
  padding: 60px
}

section.package-cover:after {
  content: "";
  border-right: 150px solid #e53f25;
  height: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  right: 150px;
  top: 0;
  margin-top: 20px;
}

a.btn.btn-light.btn-lg.btn-vline {
  width: 250px;
}

section.help {
  border-top: solid 1px #b4b4b4;
  padding: 40px 0 0 0 !important;
}

section.help .expert {
  position: relative;
  background: #f55906 url(../images/help-agent.png) no-repeat right bottom;
  padding: 60px 40px;
  color: #fff;
  border-radius: 6px;
}

section.help .expert::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 20px;
  background: #eb1c24;
  width: 160px;
  height: 20px;
  transform: translate(-50%, -50%);
}

section.help .resources {
  padding: 20px 40px;
}

.resources-list li {
  display: flex;
  align-items: center;
  padding: 25px 25px 25px 0;
}

.resources-list li .content h5 {
  margin: 0 0 5px 0;
}

.resources-list li .content p {
  font-size: 16px;
  margin: 0;
}

.resources-list li .cta {
  flex: 1;
  width: 140px;
  text-align: right;
}

.section_grid_boxes .grid_boxes .box_1 {
  position: relative;
  background: #ffffff;
  padding: 0px 40px 0px 0px;
  height: auto;
  display: flex;
  border-bottom: solid 1px #000000;
}

.section_grid_boxes .grid_boxes .box_1 p.text-small {
  font-size: 14px;
  line-height: 1.2;
}

.section_grid_boxes .grid_boxes .box_1 hr.hr-dark {
  border-color: #000000;
  margin: 20px 0 0 0;
  opacity: 0.5;
}

.content-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  margin-bottom: 0;
  list-style: none;
  border-radius: .25rem;
  justify-content: center;
}

.content-nav .nav-item {
  position: relative;
}

.content-nav .nav-item::after {
  padding: 0 .5rem;
  font-size: 18px;
  color: #6c757d;
  content: "|";
  position: absolute;
  right: -10px;
  top: 8px;
}

.content-nav .nav-item:last-child::after {
  display: none;
}

.content-nav .nav-item a {
  font-size: 18px;
  font-weight: 600;
  color: #6c757d;
}

.sticky-nav {
  position: sticky;
  top: 120px;
  background-color: #ffffff;
  z-index: 999;
}

.sticky-nav .nav-item {}

.sticky-nav .nav-item a {
  padding: 10px 20px;
  border-bottom: solid 4px transparent;
  height: 50px;
  display: inline-block;
}

.sticky-nav .nav-item a:hover {
  color: #000000;
  text-decoration: none;
}

.sticky-nav .nav-item a.active {
  color: #000000;
  border-bottom-color: #e53f25;
}

ol.breadcrumb.amp_padding-0 {
  padding: 0px;
}

.row.justify-content-center.bd-section {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
}

.p-md-4 {
  padding: 0px !important;
}

h6.bx-title {
  margin-top: -10px;
  font-weight: 500 !important;
}

h6.bx-title.text-section {
  margin-top: -5px;
}

p.deliverables-text {
  margin-top: -15px;
}

.container-fluid.disclaimer-section {
  padding: 0px;
  margin-top: -20px;
}

section#Deliverables {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.bx-content.steps {
  padding: 10px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

h5.steps-heading {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.client-testimonial-text {
  text-align: left;
  padding: 10px;
}

section.section-client-deliverables {
  display: block;
  margin: 60px auto !important;
}

.section-client-deliverables .client-testimonial {
  display: flex
}

.client-testimonial-text {
  text-align: left;
  padding: 0px 10px 0px 10px;
}

@media screen and (max-width: 1024px) {
  .sticky-nav {
    top: 50px;
  }

  .visa-solutions .visa_services {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 472px) {
  .sticky-nav {
    top: 50px;
  }

  .sticky-nav ::-webkit-scrollbar {
    width: 0;
    height: 2px;
  }

  .sticky-nav ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .sticky-nav ::-webkit-scrollbar-thumb {
    background: #888;
  }

  .sticky-nav ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .sticky-nav .content-nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
  }

  .sticky-nav .content-nav .nav-item {
    width: 100%;
  }

  .sticky-nav .content-nav .nav-item a {
    font-size: 16px;
    white-space: nowrap;
  }

  section.help .resources li {
    flex-direction: column;
    justify-content: flex-start;
  }

  .resources-list li .cta {
    width: 100%;
    margin: 15px 0 0 0;
    text-align: left;
  }

  section.help .expert {
    min-height: 480px;
    padding: 40px;
  }
}

.container-fluid.disclaimer-section.disclaimer {
  padding: 20px 0px 0px 0px;
}

.section:not(:last-child) {
  margin-bottom: 5px;
}

section.section.section_grid_boxes.section-adjust {
  margin-top: -20px;
}

img.image.hero-banner {
  height: 608px;
  width: 665px;
}

.form-col.select-form {
  padding-bottom: 10px;
}

.signup-form .btn-primary {
  background-color: #f55906;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  width: 100%;
  justify-content: center;
}

.signup-form .btn-primary:hover {
  background-color: #fdb717;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding: 8px 20px;
  width: 100%;
  justify-content: center;
}

.contact-form input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-right: 40px;
}

.input-icon {
  position: absolute;
  bottom: 4%;
  right: 15px;
  transform: translateY(-50%);
  color: #999;
}

.form-group {
  position: relative;
}

.btn-submit {
  background-color: #e94d1c;
  color: #fff;
  border: none;
  padding: 14px;
  font-weight: bold;
  border-radius: 4px;
  width: 100%;
}

.btn-submit:hover {
  background-color: #cf3f0f;
}

@media (max-width: 991.98px) {
  .contact-image {
    display: none;
  }
}

@media (min-width: 992px) {
  .contact-image {
    height: 100%;
    object-fit: cover;
  }
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #e94d1c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: white;
}

.card-custom {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  text-align: center;
}

.card-custom h5 {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.stats-bar {
  background: linear-gradient(to right, #fdf7f4, #f4edea);
  padding: 40px 20px;
  margin-top: 40px;
}

.stats-bar h4 {
  font-size: 32px;
  font-weight: bold;
}

.stats-bar p {
  margin: 0;
  color: #555;
}

@media (max-width: 576px) {
  .icon-circle {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .stats-bar h4 {
    font-size: 24px;
  }
}

.service-card {
  box-shadow: 0 2px 10px #E3DBD8;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.intro-card {
  min-height: 100%;
}

.btn-orange {
  background-color: #e94d1c;
  color: #fff;
}

.btn-orange:hover {
  background-color: #cf3f0f;
  color: #fff;
}

.getstarted_btn {
  background-color: #000435
}

#imageRow>div {
  transition: flex 0.5s ease;
  display: flex;
}

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

@media screen and (min-width:1024px) {
  .visa_category_image {
    width: 135%;
    max-width: 250px;
  }
}

.caption-overlay {
  position: absolute;
  bottom: 2%;
  left: 8%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  width: 85%;
}

.visa-card {
  border-radius: 10px;
  overflow: hidden;
  color: white;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}

.visa-card:hover {
  transform: translateY(-5px);
}

.visa-img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.visa-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.visa-title {
  font-weight: 600;
  font-size: 1.25rem;
}

.visa-body {
  font-size: 14px;
  margin: 10px 0 20px;
}

.visa-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.visa-footer i {
  font-size: 1.2rem;
}

.bg-purple {
  background-color: #6a1b9a;
}

.bg-teal {
  background-color: #0097a7;
}

.bg-orange {
  background-color: #f57c00;
}

.bg-yellow {
  background-color: #fbc02d;
}

@media (min-width: 992px) {
  .visa-card {
    flex-direction: row;
    height: 220px;
  }

  .visa-img {
    width: 40%;
    height: 100%;
  }

  .visa-content {
    width: 60%;
  }
}

.tagline {
  background-color: #f25f3a;
  color: white;
  padding: 5px 15px;
  font-size: 0.8rem;
  border-radius: 4px;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.headline {
  font-size: 1.8rem;
  font-weight: bold;
}

.subtext {
  font-size: 1rem;
  color: #555;
  margin: 20px 0;
}

.btn-custom {
  background-color: #f25f3a;
  color: white;
  border: none;
}

.btn-custom:hover {
  background-color: #d44a2c;
  color: white;
}

.btn-outline-custom {
  border: 1px solid #333;
  color: #333;
  background-color: transparent;
}

.image-section img {
  width: 100%;
  max-width: 400px;
}

.image-section {
  margin-left: 100px;
}

.hero_section_content {
  text-align: center;
}

.testimonial-section {
  text-align: center;
  padding: 60px 20px;
}

.testimonial-section .subtitle {
  color: #666;
  font-size: 14px;
  /* margin-bottom: 40px; */
}

.testimonial-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 40px; */
}

.testimonial-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s;
}

.testimonial-card {
  max-width: 550px;
  background: linear-gradient(to right, #f9f4f0, #fefcfa);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.quote {
  font-size: 40px;
  color: #e53935;
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.author {
  font-weight: bold;
  margin-top: 20px;
}

.company {
  color: #999;
  font-size: 14px;
}

.testimonial-dots {
  margin-top: 20px;
  text-align: center;
}

.testimonial-dots span {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.testimonial-dots span.active {
  background-color: #333;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  position: relative;
  margin: 5% auto;
  width: 90%;
  max-width: 800px;
  background: #000;
}

.modal-content iframe {
  width: 100%;
  height: 450px;
}

.close {
  position: absolute;
  top: 10px;
  right: 16px;
  color: white;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #ccc;
}

@media screen and (min-width: 768px) {
  .hero_section_content {
    text-align: left;
  }

  .image-section {
    margin-left: 0;
  }

  .headline {
    font-size: 2.8rem;
  }

  .testimonial-thumbnail img {
    /* width: 110/%; */
  }
}

.verification-box {
  background-color: white;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 420px;
  text-align: center;
}

.verification-box img {
  width: 50px;
  margin-bottom: 20px;
}

.verification-box h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.verification-box p {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.verification-box input[type="text"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.verification-box button {
  width: 100%;
  padding: 12px;
  background-color: #E44126;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.verification-box .resend {
  margin-top: 15px;
  font-size: 14px;
}

.verification-box .resend a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}