@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,100&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background-color: #F6F6F6; }

figure {
  margin: 0; }
  figure img {
    width: 100%;
    height: 100%; }

a {
  text-decoration: none; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0069C7;
  border-radius: 6px;
  padding: 7px 14px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.6px;
  width: fit-content; }

.owl-carousel .owl-dots .owl-dot.active span {
  background: #0069C7;
  width: 40px;
  height: 6px; }
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 6px;
  background: #868484; }

.section-gap {
  margin-top: 80px !important; }

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px; }
  .section-heading div {
    color: #E00101 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500; }
  .section-heading h1,
  .section-heading h2 {
    color: #414141;
    font-family: 'Lora', serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 45.46px;
    letter-spacing: 1.08px;
    text-transform: capitalize;
    text-align: center; }

.section-sub-heading h1,
.section-sub-heading h2,
.section-sub-heading h3,
.section-sub-heading h4 {
  color: #0069C7 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 45.46px;
  letter-spacing: 1.08px;
  text-transform: capitalize; }

.section-description p {
  color: #414141;
  text-align: justify;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }
.section-description .table-wrapper {
  overflow-x: auto; }
  .section-description .table-wrapper table {
    min-width: 600px;
    padding: 8px 12px;
    margin-top: 30px; }
    .section-description .table-wrapper table thead {
      background-color: #0069C7 !important; }
      .section-description .table-wrapper table thead tr {
        vertical-align: middle; }
        .section-description .table-wrapper table thead tr th {
          color: white; }
.section-description p {
  margin-bottom: 1rem !important;
  font-family: 'Roboto', sans-serif; }
  .section-description p a {
    color: #0069C7 !important;
    font-style: italic;
    font-weight: 500; }
    .section-description p a:hover {
      text-decoration: underline !important; }
  .section-description p img {
    margin: 20px 0px;
    width: 100%; }
.section-description h1,
.section-description h2,
.section-description h3,
.section-description h4,
.section-description h5,
.section-description h6 {
  font-weight: 500 !important;
  margin: 20px 0px !important;
  color: #0069C7; }
.section-description h1 {
  font-size: 20px !important;
  line-height: 30px !important; }
.section-description h2 {
  font-size: 18px !important;
  line-height: 26px !important; }
.section-description h3 {
  font-size: 16px !important;
  line-height: 24px !important; }
.section-description h4 {
  font-size: 15px !important;
  line-height: 22px !important; }
.section-description h5 {
  font-size: 13px !important;
  line-height: 20px !important; }
.section-description h6 {
  font-size: 12px !important;
  line-height: 18px !important; }
.section-description ol {
  margin: 20px 0 !important;
  list-style: decimal; }
  .section-description ol li {
    padding: 5px 0px;
    font-family: 'Roboto', sans-serif;
    color: #3e3a3a;
    display: list-item; }
    .section-description ol li h1,
    .section-description ol li h2,
    .section-description ol li h3,
    .section-description ol li h4,
    .section-description ol li h5,
    .section-description ol li h6 {
      margin: 0px !important; }
    .section-description ol li p {
      margin-bottom: 0px !important; }
    .section-description ol li a {
      color: #0069C7 !important;
      font-style: italic;
      font-weight: 500; }
      .section-description ol li a:hover {
        text-decoration: underline !important; }
.section-description ul {
  margin: 20px 0 !important;
  list-style: disc; }
  .section-description ul li {
    font-weight: 400;
    padding: 5px 0px;
    display: list-item;
    color: #3e3a3a;
    font-family: 'Roboto', sans-serif; }
    .section-description ul li h1,
    .section-description ul li h2,
    .section-description ul li h3,
    .section-description ul li h4,
    .section-description ul li h5,
    .section-description ul li h6 {
      margin: 0px !important; }
    .section-description ul li p {
      margin-bottom: 0px !important; }
    .section-description ul li a {
      color: #0069C7 !important;
      font-style: italic;
      font-weight: 500; }
      .section-description ul li a:hover {
        text-decoration: underline !important; }
.section-description blockquote {
  margin: 40px 0px 40px 0px;
  padding: 20px 30px;
  border-left: 10px solid #0069C7;
  background: #CBE7FF; }
  @media (max-width: 500px) {
    .section-description blockquote {
      padding: 20px 10px !important; } }
  .section-description blockquote p {
    color: #414141;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */ }
    .section-description blockquote p::before {
      content: "\f10d";
      font-family: "Font Awesome 5 free";
      font-weight: 900;
      font-size: 30px;
      padding-right: 10px;
      line-height: 25px;
      color: #0069C7;
      display: block;
      padding-bottom: 10px; }

.video-play-section {
  position: absolute;
  top: 50%;
  right: 42%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  border: 1px solid gray; }
  .video-play-section a {
    padding: 14px 20px 13px 20px !important;
    display: block; }

.service-card {
  border: white;
  height: 100%;
  display: flex;
  flex-direction: row !important;
  gap: 20px;
  box-shadow: 0px 0px 12px 0px rgba(109, 109, 109, 0.1); }
  .service-card .number {
    padding: 20px 0px 35px 25px; }
    .service-card .number span {
      color: #0069C7;
      text-align: justify;
      font-family: 'Roboto', sans-serif;
      font-size: 60px;
      font-weight: 700;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%); }
  .service-card figure {
    position: relative;
    padding: 40px 0px 35px 25px;
    flex-shrink: 0; }
    .service-card figure img {
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      width: 55px;
      height: 55px; }
  .service-card .card-body {
    padding: 40px 35px 35px 0; }
    .service-card .card-body .card-title {
      color: #0069C7;
      font-family: 'Roboto', sans-serif;
      font-size: 22px;
      font-weight: 500; }
    .service-card .card-body .card-description {
      color: #7E7E7E;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 23px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      text-align: justify;
      margin-bottom: 1rem; }
    .service-card .card-body .read-more {
      text-decoration: none;
      color: #38AA3F;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 400; }
  .service-card:hover {
    border-radius: 10px;
    background-color: #F6FBFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25); }
    .service-card:hover figure img,
    .service-card:hover figure span, .service-card:hover .number img,
    .service-card:hover .number span {
      filter: none;
      -webkit-filter: grayscale(0); }

.blog-card {
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1px !important;
  position: relative;
  height: 100%; }
  .blog-card:after {
    content: "";
    background-color: #0069C7;
    height: 4px;
    width: 40%;
    transition: all .6s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .blog-card figure {
    height: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    .blog-card figure img {
      height: 90% !important;
      width: 90% !important;
      padding-top: 15px;
      transition: transform 400ms ease;
      max-height: 250px !important; }
  .blog-card .card-body span {
    color: #414141;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 5px; }
  .blog-card .card-body .blog-card-title {
    color: #414141;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 5px; }
  .blog-card .card-body .blog-card-description {
    color: #414141;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; }
  .blog-card .card-body .read-more {
    color: #38AA3F;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400; }
  .blog-card:hover img {
    transform: scale(1.3); }
  .blog-card:hover:after {
    width: 100%; }

.section-banner figure {
  position: relative; }
  .section-banner figure img {
    min-height: 300px;
    object-fit: cover; }
  .section-banner figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column; }
    .section-banner figure figcaption .section-banner-heading {
      color: #FFF;
      font-family: 'Lora', serif;
      font-size: 36px;
      font-weight: 600;
      letter-spacing: 0.72px; }
    .section-banner figure figcaption ol {
      justify-content: center; }
      .section-banner figure figcaption ol li {
        color: #FFF;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.6px; }
        .section-banner figure figcaption ol li a {
          color: white; }
      .section-banner figure figcaption ol .breadcrumb-item.active {
        color: white; }
      .section-banner figure figcaption ol .breadcrumb-item + .breadcrumb-item::before {
        color: white; }

.hover-card {
  height: 100%; }
  .hover-card .team-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    position: relative;
    overflow: hidden;
    height: 100%; }
    .hover-card .team-card figure {
      position: relative;
      min-height: 350px;
      width: 100%;
      overflow: hidden;
      border: 5px solid blur; }
      .hover-card .team-card figure img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover; }
      .hover-card .team-card figure figcaption {
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px;
        transition: 0.9s;
        width: 100%; }
    .hover-card .team-card .name,
    .hover-card .team-card .work, .hover-card .team-card .social-icon {
      color: white;
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 22px;
      width: fit-content;
      margin: 0 auto; }
    .hover-card .team-card .work {
      font-size: 16px !important;
      font-weight: 500px !important; }
    .hover-card .team-card .card-name-team {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 8px;
      height: 100%;
      width: 100%;
      left: 100%;
      transition: 0.9s;
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
      .hover-card .team-card .card-name-team .name {
        padding-top: 150px !important; }
      .hover-card .team-card .card-name-team a {
        color: white; }
    .hover-card .team-card:hover figure figcaption {
      left: -100%; }
    .hover-card .team-card:hover .card-name-team {
      left: 0; }

.pagination {
  margin-top: 30px;
  display: flex;
  gap: 8px;
  --bs-pagination-focus-bg: none;
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-hover-bg: blue;
  --bs-pagination-hover-color: white;
  --bs-pagination-active-bg: blue !important;
  --bs-pagination-bg: none;
  width: fit-content; }
  .pagination .disabled {
    background-color: #bbbbbb;
    border-radius: 5px;
    border: 2px solid  #cecece;
    height: 100%;
    width: 100%;
    padding: 4px 12px;
    font-family: 'Roboto', sans-serif;
    cursor: not-allowed; }
  .pagination .page-item {
    border-radius: 5px;
    border: 2px solid  #7E7E7E;
    height: 100%;
    width: 100%; }
    .pagination .page-item:hover {
      background: blue !important;
      border: 2px solid blue !important; }
      .pagination .page-item:hover .page-link {
        color: white !important; }
    .pagination .page-item .page-link {
      color: blue;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: normal;
      border: none !important; }
      .pagination .page-item .page-link.active {
        color: white; }

.active > .page-item, .page-item.active {
  color: white !important;
  background: blue !important;
  border: 2px solid blue !important; }
  .active > .page-item .page-link, .page-item.active .page-link {
    color: white; }

.modal-register .modal-content {
  background-color: white;
  padding: 40px; }
  .modal-register .modal-content .modal-header {
    border-bottom: none; }
    .modal-register .modal-content .modal-header h1 {
      font-size: 30px !important;
      color: #0069C7; }
    .modal-register .modal-content .modal-header .section-title {
      margin-bottom: 0px !important; }
    .modal-register .modal-content .modal-header .btn-close {
      position: absolute;
      top: 60px;
      right: 50px;
      font-size: 20px;
      color: #696969; }
      .modal-register .modal-content .modal-header .btn-close:focus {
        box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0) !important; }
  .modal-register .modal-content .modal-body .form-label {
    color: #424242;
    font-weight: 600; }
  .modal-register .modal-content .modal-body .form-control, .modal-register .modal-content .modal-body .form-select {
    border-radius: 4px;
    border: 1px solid #B5B5B5;
    background-color: transparent;
    height: 46px; }
    .modal-register .modal-content .modal-body .form-control::placeholder, .modal-register .modal-content .modal-body .form-select::placeholder {
      color: #424242; }
    .modal-register .modal-content .modal-body .form-control:focus, .modal-register .modal-content .modal-body .form-select:focus {
      box-shadow: none; }
  .modal-register .modal-content .modal-body textarea {
    height: 120px !important; }

header ul li {
  list-style-type: none; }
header .top-nav {
  padding: 0.5rem 0;
  background-color: #0069C7;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header .top-nav a {
    color: white; }
  header .top-nav i {
    margin-right: 10px; }
  header .top-nav .contacts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px 30px; }
    header .top-nav .contacts > *:first-child {
      padding-left: 0; }
    header .top-nav .contacts > *:last-child {
      padding-right: 0;
      border-right: 0px; }
  header .top-nav .socials {
    display: flex;
    gap: 35px; }
header .active {
  color: #0069C7 !important; }
header .main-nav {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  font-weight: 500; }
  @media (max-width: 991px) {
    header .main-nav {
      display: none; } }
  header .main-nav .navbar .active {
    color: #E00101 !important; }
  header .main-nav .navbar .nav-item {
    position: relative; }
    header .main-nav .navbar .nav-item .nav-link {
      padding: 0; }
  header .main-nav .primary-btn {
    padding: 0; }
  header .main-nav .navbar-collapse {
    justify-content: flex-end; }
    header .main-nav .navbar-collapse .navbar-nav {
      flex-direction: inherit;
      gap: 50px;
      align-items: center; }
      header .main-nav .navbar-collapse .navbar-nav .nav-item:hover ul {
        opacity: 1;
        visibility: visible;
        background: white;
        border-top: 2px solid #0069C7;
        z-index: 2; }
      header .main-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
        position: relative;
        font-size: 20px; }
      header .main-nav .navbar-collapse .navbar-nav .nav-item .active {
        color: #0069C7 !important; }
      header .main-nav .navbar-collapse .navbar-nav .nav-item ul {
        background-color: #929292;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        padding: 1rem 1.25rem;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        transition: all .25s ease; }
        header .main-nav .navbar-collapse .navbar-nav .nav-item ul li {
          margin-top: .875rem;
          transition: all 300ms ease;
          width: max-content; }
          header .main-nav .navbar-collapse .navbar-nav .nav-item ul li:first-child {
            margin-top: 0; }
          header .main-nav .navbar-collapse .navbar-nav .nav-item ul li::before {
            padding-right: .5rem;
            font-family: "Font Awesome 5 Free";
            content: "\f061";
            font-size: 13px;
            font-weight: 700; }
          header .main-nav .navbar-collapse .navbar-nav .nav-item ul li:hover {
            transform: translateX(0.5rem);
            color: #0069C7;
            transition: all 300ms ease; }

.sidebar-menu {
  position: relative;
  padding: 0 1.5rem;
  background: white;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  display: none; }
  .sidebar-menu .navbar {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between; }
    .sidebar-menu .navbar .navbar-brand img {
      height: auto;
      width: 90px; }
    .sidebar-menu .navbar .top-menu-wrapper {
      color: black; }
      .sidebar-menu .navbar .top-menu-wrapper::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: background 0.5s; }
    .sidebar-menu .navbar .open-mobile-menu {
      background: none;
      color: #0069C7;
      position: absolute;
      right: 0;
      font-size: 30px;
      top: 35px;
      border: 0; }
    .sidebar-menu .navbar .top-menu {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 2;
      transform: translate3d(-100%, 0, 0);
      transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
      .sidebar-menu .navbar .top-menu .nav-item {
        width: max-content;
        margin: 0 auto;
        margin-top: 1.3rem;
        position: relative; }
        .sidebar-menu .navbar .top-menu .nav-item:hover ul {
          opacity: 1;
          visibility: visible;
          background: white;
          border-top: 2px solid #0069C7; }
        .sidebar-menu .navbar .top-menu .nav-item .nav-link {
          position: relative; }
        .sidebar-menu .navbar .top-menu .nav-item .active {
          color: #0069C7 !important; }
        .sidebar-menu .navbar .top-menu .nav-item ul {
          background-color: #929292;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          padding: 1rem 1.25rem;
          position: absolute;
          opacity: 0;
          visibility: hidden;
          z-index: 1;
          transition: all 0.25s ease;
          width: max-content;
          top: 100%;
          left: 50%;
          transform: translate(-50%, 0); }
          .sidebar-menu .navbar .top-menu .nav-item ul li {
            margin-top: 0.875rem;
            transition: all 300ms ease; }
            .sidebar-menu .navbar .top-menu .nav-item ul li:first-child {
              margin-top: 0; }
            .sidebar-menu .navbar .top-menu .nav-item ul li i {
              padding-right: 0.5rem;
              font-size: 13px; }
            .sidebar-menu .navbar .top-menu .nav-item ul li:hover {
              transform: translateX(0.5rem);
              color: #0069C7;
              transition: all 300ms ease; }
    .sidebar-menu .navbar .top-menu {
      display: flex;
      flex-direction: column;
      width: 100%;
      overflow-y: auto;
      padding: 1.5rem 1.5rem;
      background: #fff;
      height: 100%;
      z-index: 13; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas::before {
      background: black;
      z-index: 1; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .panel,
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transform: translate3d(0, 0, 0);
      transition-duration: 0.7s; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transition-delay: 0.2s; }
    .sidebar-menu .navbar ul a {
      display: inline-block;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      transition: color 0.35s ease-out; }
      .sidebar-menu .navbar ul a:hover {
        color: red; }
    .sidebar-menu .navbar .has-dropdown i {
      display: none; }
    .sidebar-menu .navbar .sub-menu {
      padding: 0.5rem 1.5rem 0 1.5rem; }
      .sidebar-menu .navbar .sub-menu a {
        text-transform: capitalize;
        font-size: 1rem;
        font-weight: 400;
        margin-top: 0rem; }
    .sidebar-menu .navbar .top-menu li + li {
      margin-top: 1.3rem; }
    .sidebar-menu .navbar .top-menu .mob-block {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 2rem; }
      .sidebar-menu .navbar .top-menu .mob-block .logo {
        font-size: 1.7rem;
        font-weight: 700;
        text-transform: uppercase;
        color: red; }
      .sidebar-menu .navbar .top-menu .mob-block .close-mobile-menu {
        border: none;
        background: none; }
        .sidebar-menu .navbar .top-menu .mob-block .close-mobile-menu i {
          color: #0069C7;
          font-size: 40px; }
  @media (max-width: 991px) {
    .sidebar-menu {
      display: block; } }

footer {
  background: linear-gradient(0deg, #00364D 0%, #00364D 100%), url(<path-to-image>), lightgray 0.025px -578.095px/100% 216.779% no-repeat;
  padding: 50px 0 20px 0; }
  footer ul {
    list-style: none;
    height: 100%;
    padding: 0 !important; }
    footer ul .footer-title {
      color: #FFF;
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.4px; }
    footer ul li {
      margin: 12px 0 0 0px; }
      footer ul li a,
      footer ul li .contact-us {
        text-decoration: none;
        color: #FFF;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.32px; }
        footer ul li a i,
        footer ul li .contact-us i {
          margin: 5px 6px 0px 0px; }
        footer ul li a span,
        footer ul li .contact-us span {
          font-size: 16px;
          font-weight: 400; }
        footer ul li a .fa-brands,
        footer ul li .contact-us .fa-brands {
          font-size: 24px;
          margin-right: 18px;
          color: white; }
  footer .horizental-line {
    height: 1px;
    background-color: #FFF;
    width: 100%;
    margin: 25px 0 15px; }
  footer .d-flex .copyright {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.36px; }
    footer .d-flex .copyright a {
      color: #FFF; }

.banner {
  height: 100% !important; }
  .banner figure {
    position: relative; }
    .banner figure:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
    .banner figure img {
      width: 100%;
      height: 100%; }
    .banner figure figcaption {
      position: absolute;
      top: 40%;
      left: 8%;
      width: 60%;
      z-index: 1; }
      .banner figure figcaption .banner-heading {
        color: #FFF;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.9px; }
      .banner figure figcaption .banner-description {
        color: #FFF;
        font-family: 'Lora', serif;
        font-size: 48px;
        font-weight: 600;
        letter-spacing: 0.48px;
        margin-top: 12px; }
      .banner figure figcaption a {
        margin-top: 43px;
        height: 43px;
        color: #FFF;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0.32px; }
  .banner .owl-carousel {
    position: relative; }
    .banner .owl-carousel .owl-dots {
      position: absolute;
      bottom: 4%;
      left: 50%;
      transform: translateX(-50%); }
    .banner .owl-carousel .owl-item img {
      height: 699px;
      object-fit: cover; }

.study-abroad .study-abroad-card {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px !important; }
  .study-abroad .study-abroad-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px !important;
    background-color: rgba(0, 0, 0, 0.4); }
  .study-abroad .study-abroad-card figure {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    max-height: 350px;
    height: 100%; }
    .study-abroad .study-abroad-card figure img {
      transition: transform .6s; }
    .study-abroad .study-abroad-card figure figcaption {
      position: absolute;
      bottom: 2%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      width: 100%; }
      .study-abroad .study-abroad-card figure figcaption h2,
      .study-abroad .study-abroad-card figure figcaption h3 {
        color: #FFF;
        text-align: center;
        font-family: 'Lora', serif;
        font-size: 26px;
        font-weight: 600;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 14px; }
  .study-abroad .study-abroad-card .abroad-card-logo {
    position: absolute;
    top: 5%;
    right: 30px;
    z-index: 2; }
    .study-abroad .study-abroad-card .abroad-card-logo figure {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px; }
  .study-abroad .study-abroad-card:hover .main-img img {
    transform: scale(1.3);
    transition: 500ms; }
.study-abroad .btn {
  margin-top: 25px !important;
  text-align: center;
  margin: 0 auto; }

.test-class .owl-test-class a figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 250px; }
  .test-class .owl-test-class a figure img {
    object-fit: cover; }
  .test-class .owl-test-class a figure figcaption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 54px;
    clip-path: polygon(15% 0, 100% 0%, 100% 98%, 0% 100%);
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 30px 16px;
    transition: 600ms; }
    .test-class .owl-test-class a figure figcaption span {
      text-decoration: none;
      color: #414141;
      text-align: center;
      font-family: 'Lora', serif;
      font-size: 20px;
      font-weight: 600; }
  .test-class .owl-test-class a figure:hover figcaption {
    right: 50px;
    background-color: #0069C7; }
    .test-class .owl-test-class a figure:hover figcaption span {
      color: white; }

.about-us .section-heading {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-bottom: 10px; }
.about-us figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .about-us figure img {
    border-radius: 10px;
    height: 95%;
    width: 95%; }
  .about-us figure:before {
    content: "";
    height: 111px;
    width: 105px;
    position: absolute;
    left: 0;
    top: -15px;
    border-radius: 20px 0px 0px 0px;
    border-top: 4px solid #09F;
    border-left: 4px solid #09F;
    z-index: -1; }
  .about-us figure:after {
    content: "";
    height: 111px;
    width: 105px;
    position: absolute;
    right: 0;
    bottom: -15px;
    border-radius: 0 0 20px 0;
    border-bottom: 4px solid #09F;
    border-right: 4px solid #09F;
    z-index: -1; }
.about-us .btn {
  width: 129px;
  height: 43px;
  font-size: 16px; }

.why-us .service-card {
  display: flex;
  flex-direction: column !important;
  transition: top ease 0.5s;
  align-items: center;
  justify-content: center; }
  .why-us .service-card figure {
    padding-top: 42px;
    padding-bottom: 0px !important; }
    .why-us .service-card figure img {
      filter: none; }
  .why-us .service-card .card-body {
    padding: 0px 25px 25px 25px !important; }
    .why-us .service-card .card-body .card-title {
      color: #414141;
      text-align: center;
      font-family: 'Lora', serif;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 0.6px; }
    .why-us .service-card .card-body .card-description {
      text-align: center;
      color: #414141;
      padding-top: 8px !important; }
  .why-us .service-card:hover {
    border-radius: 10px;
    background: #E1F2FF;
    box-shadow: none;
    top: -10px; }

.testimonials .card {
  border: none;
  margin: 12px;
  height: 100% !important; }
  .testimonials .card figure {
    margin: 0;
    position: relative; }
    .testimonials .card figure .video-play-section {
      top: 0%;
      right: 0%;
      transform: none; }
  .testimonials .card .testimonials-text {
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    border-left: 10px solid #0069C7;
    position: relative; }
    .testimonials .card .testimonials-text:before {
      content: " “ ";
      position: absolute;
      top: 0;
      left: 0;
      color: blue;
      font-size: 80px; }
  .testimonials .card .card-body {
    padding: 50px; }
    .testimonials .card .card-body .card-title-testimonials {
      color: #414141;
      text-align: justify;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-style: italic;
      font-weight: 400;
      line-height: 30px; }
    .testimonials .card .card-body p {
      color: #414141;
      font-family: 'Lora', serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 27px; }
    .testimonials .card .card-body span {
      color: #8E8E8E;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 27px; }

.impact-number .service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 18px; }
  .impact-number .service-card figure {
    position: initial;
    padding: 0;
    transition: 5000ms; }
    .impact-number .service-card figure img {
      transition: 500ms;
      width: 69px;
      height: 69px;
      filter: grayscale(0.5); }
  .impact-number .service-card .card-body {
    padding: 0; }
    .impact-number .service-card .card-body .card-title {
      color: #0069C7;
      text-align: center;
      font-size: 40px;
      font-weight: 600;
      font-family: 'Lora', serif;
      padding-top: 5px; }
    .impact-number .service-card .card-body .card-description {
      text-align: left;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 400; }
  .impact-number .service-card:hover {
    box-shadow: none !important;
    background-color: #0069C7; }
    .impact-number .service-card:hover .card-title,
    .impact-number .service-card:hover .card-description {
      color: white; }
    .impact-number .service-card:hover figure img {
      filter: none;
      transform: scale(1.2); }

.blogs .btn {
  margin-top: 25px !important;
  text-align: center;
  margin: 0 auto; }

.university figure {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  height: 100%;
  width: 100%;
  max-height: 140px;
  overflow: hidden; }
  .university figure img {
    padding: 10px;
    filter: saturate(0); }
  .university figure:hover {
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); }
    .university figure:hover img {
      filter: none; }
.university .owl-stage-outer {
  padding-block: 20px; }

@media screen and (max-width: 1200px) {
  header .main-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 18px; } }
@media screen and (max-width: 1024px) {
  .blog-card figure img {
    max-height: 196px !important; }

  .about-us-principle .about-card {
    padding: 0px 25px 0px 25px !important; } }
@media (max-width: 992px) {
  .modal-register .modal-content {
    padding: 0; }

  .banner figure figcaption {
    top: 32%;
    left: 8%;
    width: 90%; }

  .banner figure figcaption .banner-description {
    font-size: 41px;
    margin-top: 5px; }

  .banner figure figcaption a {
    margin-top: 11px; }

  .banner .owl-carousel .owl-item img {
    height: 600px; }

  .section-banner figure figcaption .section-banner-heading {
    font-size: 28px !important; }
  .section-banner figure figcaption ol li {
    font-size: 18px !important; }

  .visa-processing .d-flex {
    flex-direction: column !important;
    margin-top: 3rem;
    align-items: center !important;
    justify-content: center !important; }

  .visa-processing .d-flex .text-country {
    width: 100% !important;
    margin-top: 3rem !important;
    margin-left: 0px !important; }

  .order-1 {
    order: 0 !important; }

  .order-0 {
    order: 1 !important; }

  .visa-processing .d-flex .img-country .nav-pills {
    margin-left: 2rem !important; }

  .visa-processing .d-flex .img-country {
    margin-left: 0rem !important; }

  .visa-processing .d-flex {
    padding-top: 0px !important; }

  .about-us-principle .about-card:after {
    display: none; } }
@media (max-width: 769px) {
  .section-banner figure figcaption {
    width: 100%;
    text-align: center; }

  .col-md-4 {
    width: 100%; }

  .col-md-8 {
    width: 100%; }

  .testimonials-text {
    border-left: 0px solid white !important;
    box-shadow: none !important; }

  .banner .owl-carousel .owl-item img {
    height: 561px; }

  .blog-card figure img {
    max-height: 290px !important; }

  .section-heading span {
    font-size: 18px !important; }
  .section-heading h1,
  .section-heading h2 {
    font-size: 32px !important; } }
@media (max-width: 530px) {
  .visa-processing .d-flex .img-country .nav-pills {
    width: 310px !important;
    height: 310px !important; }

  .visa-processing .d-flex .img-country .nav-pills .nav-link {
    height: 80px !important;
    width: 80px !important; }

  .visa-processing .d-flex .img-country .nav-pills figure img {
    border-radius: 50%;
    width: 150px !important;
    height: 150px !important; }

  .visa-processing .d-flex .img-country .nav-pills {
    margin-left: 2px !important; }

  .g-5 {
    --bs-gutter-x: 0px !important; }

  .visa-processing .d-flex .img-country .nav-pills button .inside-box figure img {
    height: 30px !important;
    width: 30px !important;
    margin-top: 0px !important;
    display: none; }

  .visa-processing .d-flex .img-country .nav-pills button .inside-box span {
    font-size: 20px !important;
    display: none; }

  .visa-processing .d-flex .img-country .nav-pills button p {
    color: #414141;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    margin-top: 17px !important; }

  .visa-processing .navlink .nav-pills.nav-pills-1 .nav-link:first-child {
    top: -40px !important;
    left: 113px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-2 .nav-link:first-child {
    top: -40px !important;
    left: 113px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-2 .nav-link:nth-child(2) {
    bottom: -35px !important;
    right: 113px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-3 .nav-link:first-child {
    top: -40px !important;
    left: 113px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-3 .nav-link:nth-child(2) {
    bottom: 40px !important;
    right: -20px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-3 .nav-link:nth-child(3) {
    bottom: 40px !important;
    left: -20px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-4 .nav-link:first-child {
    top: 25px !important;
    right: -15px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-4 .nav-link:nth-child(2) {
    bottom: 25px !important;
    right: -15px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-4 .nav-link:nth-child(3) {
    bottom: 25px !important;
    left: -15px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-4 .nav-link:nth-child(4) {
    top: 25px !important;
    left: -15px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-5 .nav-link:first-child {
    top: -40px !important;
    left: 113px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-5 .nav-link:nth-child(2) {
    top: 50px !important;
    left: 260px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-5 .nav-link:nth-child(3) {
    bottom: 30px !important;
    right: -10px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-5 .nav-link:nth-child(4) {
    bottom: 30px !important;
    left: -10px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-5 .nav-link:nth-child(5) {
    top: 50px !important;
    left: -30px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-6 .nav-link:first-child {
    top: -5px !important;
    right: 15px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-6 .nav-link:nth-child(2) {
    bottom: 110px !important;
    right: -40px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-6 .nav-link:nth-child(3) {
    bottom: -5px !important;
    right: 15px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-6 .nav-link:nth-child(4) {
    bottom: -5px !important;
    left: 15px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-6 .nav-link:nth-child(5) {
    top: 120px !important;
    left: -40px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-6 .nav-link:nth-child(6) {
    top: 0px !important;
    left: 15px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-7 .nav-link:first-child {
    top: -25px !important;
    right: 35px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-7 .nav-link:nth-child(2) {
    bottom: 145px !important;
    right: -35px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-7 .nav-link:nth-child(3) {
    bottom: 15px !important;
    right: -5px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-7 .nav-link:nth-child(4) {
    bottom: -35px !important;
    left: 110px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-7 .nav-link:nth-child(5) {
    top: 212px !important;
    left: -5px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-7 .nav-link:nth-child(6) {
    top: 80px !important;
    left: -30px !important; }
  .visa-processing .navlink .nav-pills.nav-pills-7 .nav-link:nth-child(7) {
    top: -25px !important;
    left: 35px !important; } }
@media (max-width: 425px) {
  .section-banner figure img {
    min-height: 200px; }
  .section-banner figure figcaption .section-banner-heading {
    font-size: 24px !important; }
  .section-banner figure figcaption ol li {
    font-size: 15px !important; }

  .g-5,
  .gx-5 {
    --bs-gutter-x: 0px !important; }

  .section-heading span {
    font-size: 16px !important; }
  .section-heading h1,
  .section-heading h2 {
    font-size: 30px !important; }

  .visa-processing .d-flex .img-country .nav-pills {
    scale: 0.8; } }
.middle {
  align-items: center;
  margin-top: 42px; }

.about-us-principle {
  background-color: #F6FBFF; }
  .about-us-principle .row .about-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6FBFF;
    border: none;
    height: 100% !important;
    position: relative;
    padding: 0px 20px 0px 20px;
    border-radius: 0 !important; }
    .about-us-principle .row .about-card:after {
      content: "";
      border: 1px solid #9FD4FF;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
    .about-us-principle .row .about-card .card-body .card-title {
      color: #0069C7;
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 600;
      margin: 0px 0 17px; }
    .about-us-principle .row .about-card .card-body .card-description {
      color: #414141;
      text-align: center;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 23px; }
  .about-us-principle .row .col-lg-4:last-child .about-card:after {
    display: none; }

.about-image figure:before, .about-image figure:after {
  display: none !important; }
  .about-image figure:before img, .about-image figure:after img {
    height: 100%;
    width: 100%; }

.section-description .ceo-name {
  color: #414141;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px; }
.section-description .ceo-about {
  color: #0069C7;
  text-align: justify;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px; }

.our-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px; }
  .our-team .team-card figure:before, .our-team .team-card figure:after {
    display: none !important; }
    .our-team .team-card figure:before img, .our-team .team-card figure:after img {
      height: 100%;
      width: 100%; }

.company-journey {
  padding-block: 60px;
  position: relative; }
  .company-journey::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffeeee;
    z-index: 1; }
  .company-journey .section-title {
    margin-bottom: 20px !important; }
  .company-journey .container {
    position: relative;
    z-index: 2; }
    .company-journey .container .text-document-content P {
      color: #fff; }
  @media (max-width: 1100px) {
    .company-journey .horizontal-timeline .timeline {
      padding-bottom: 10px !important; } }
  @media (max-width: 1100px) {
    .company-journey .horizontal-timeline .timeline .events-wrapper {
      height: 45px; } }
  .company-journey .horizontal-timeline .timeline .events-wrapper .events {
    background-color: #a8a8a8; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events .filling-line {
      background-color: #E00101; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events a {
      color: #959595 !important;
      text-align: justify; }
      .company-journey .horizontal-timeline .timeline .events-wrapper .events a::after {
        background-color: #8a8a8a;
        bottom: -4px !important;
        height: 13px !important;
        width: 13px !important; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events .selected::after {
      background-color: #E00101 !important; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events a.older-event::after {
      background-color: #E00101 !important; }
  .company-journey .horizontal-timeline .timeline .timeline-navigation {
    top: 25px;
    background-color: #E00101;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .company-journey .horizontal-timeline .timeline .timeline-navigation a {
      color: white !important;
      font-size: 20px;
      padding: 12px; }
  .company-journey .horizontal-timeline .events-content {
    margin: 40px auto 0px auto !important; }
    @media (max-width: 1100px) {
      .company-journey .horizontal-timeline .events-content {
        margin-top: 30px !important; } }
    .company-journey .horizontal-timeline .events-content ol li {
      background: white;
      box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      padding: 50px;
      margin: 0px auto;
      width: 90%;
      display: block;
      overflow: hidden;
      transition: height 0.4s;
      text-align: left; }
      @media (max-width: 1100px) {
        .company-journey .horizontal-timeline .events-content ol li {
          padding: 30px 20px; } }
      @media (max-width: 480px) {
        .company-journey .horizontal-timeline .events-content ol li {
          width: 100%; } }
      .company-journey .horizontal-timeline .events-content ol li .Event-tittle {
        color: #424242;
        font-size: 26px;
        font-weight: 500; }
      .company-journey .horizontal-timeline .events-content ol li .Event-date {
        color: #424242;
        font-size: 1.125rem; }
        .company-journey .horizontal-timeline .events-content ol li .Event-date::before {
          content: "- "; }
      .company-journey .horizontal-timeline .events-content ol li .description {
        margin-top: 14px; }

.carrer-single .row figure img {
  max-height: 500px !important; }

.career-box {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding-bottom: 25px; }
  .career-box .career-box-top {
    height: 20%;
    padding: 18px 78px 18px 24px;
    border-radius: 6px 6px 0px 0px;
    background-color: #D6F3FF; }
    .career-box .career-box-top span {
      color: #414141;
      text-align: justify;
      font-family: 'Roboto', sans-serif;
      font-size: 24px;
      font-weight: 600; }
  .career-box .career-box-bottom {
    display: flex;
    flex-direction: column; }
    .career-box .career-box-bottom .d-flex {
      width: 90%;
      margin: 13px 16px;
      padding: 10px;
      background: #F5F5F5;
      gap: 12px;
      border-radius: 5px;
      align-items: center; }
      .career-box .career-box-bottom .d-flex i {
        font-weight: 900;
        color: #0069C7 !important;
        font-size: 16px; }
      .career-box .career-box-bottom .d-flex span {
        color: #414141;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 500;
        padding-top: 4px; }

.other-service {
  background: #EEF7FF; }
  .other-service .owl-test-class {
    padding: 1px; }
  .other-service .service-card {
    margin: 10px !important; }

.career-box-detail {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 25px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px; }
  .career-box-detail .career-box-detail-top {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px; }
    .career-box-detail .career-box-detail-top span {
      color: #414141;
      font-family: 'Roboto', sans-serif;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px; }
  .career-box-detail .career-box-bottom {
    display: flex;
    flex-direction: column;
    gap: 15px; }
    .career-box-detail .career-box-bottom .d-flex {
      gap: 10px; }
      .career-box-detail .career-box-bottom .d-flex span {
        color: #414141;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 400;
        min-width: 121px; }
      .career-box-detail .career-box-bottom .d-flex p {
        color: #414141;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: normal; }
    .career-box-detail .career-box-bottom .btn {
      width: 140px;
      height: 48px;
      border-radius: 5px;
      background: #0069C7; }

.test-prepration .row a figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 250px; }
  .test-prepration .row a figure figcaption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 54px;
    clip-path: polygon(15% 0, 100% 0%, 100% 98%, 0% 100%);
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 30px 16px;
    transition: 600ms; }
    .test-prepration .row a figure figcaption span {
      text-decoration: none;
      color: #414141;
      text-align: center;
      font-family: 'Lora', serif;
      font-size: 20px;
      font-weight: 600; }
  .test-prepration .row a figure:hover figcaption {
    right: 50px;
    background-color: #0069C7; }
    .test-prepration .row a figure:hover figcaption span {
      color: white; }

.country .about-country {
  background: #ECF7FF !important;
  padding: 40px; }
  .country .about-country figure {
    width: 100%;
    height: 100%; }
    .country .about-country figure img {
      max-height: 500px !important; }
.country .section-sub-heading h3 {
  font-family: 'Lora', serif;
  margin-bottom: 10px; }

.visa-processing {
  background: #ECF7FF !important; }
  .visa-processing .d-flex {
    flex-direction: row;
    padding-top: 6rem;
    justify-content: space-around !important; }
    .visa-processing .d-flex .img-country {
      margin-top: 2rem !important; }
      .visa-processing .d-flex .img-country .nav-pills {
        border: 2px solid #0069C7 !important;
        border-radius: 50%;
        position: relative;
        width: 437px;
        height: 437px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .visa-processing .d-flex .img-country .nav-pills button {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .visa-processing .d-flex .img-country .nav-pills button .inside-box {
            display: flex;
            gap: 10px; }
            .visa-processing .d-flex .img-country .nav-pills button .inside-box span {
              color: #414141;
              font-family: 'Roboto', sans-serif;
              font-size: 30px;
              font-weight: 400;
              opacity: 0.5; }
            .visa-processing .d-flex .img-country .nav-pills button .inside-box figure img {
              height: 30px;
              width: 30px;
              margin-top: 5px !important;
              border-radius: 0;
              object-fit: contain; }
          .visa-processing .d-flex .img-country .nav-pills button p {
            color: #414141;
            text-align: center;
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            font-weight: 400; }
        .visa-processing .d-flex .img-country .nav-pills figure img {
          border-radius: 50%;
          width: 200px;
          height: 200px;
          object-fit: cover; }
    .visa-processing .d-flex .text-country {
      width: 50%;
      background-color: white;
      padding: 45px 35px;
      margin-top: -54px;
      height: fit-content; }
      .visa-processing .d-flex .text-country .tab-content .section-description h3 {
        color: #414141 !important;
        font-size: 24px;
        margin-top: 0 !important; }

.nav-pills .nav-link.active {
  background-color: #0069C7 !important; }
  .nav-pills .nav-link.active .inside-box figure img {
    filter: brightness(0) invert(1); }
  .nav-pills .nav-link.active .inside-box span {
    color: white !important;
    opacity: 100% !important; }
  .nav-pills .nav-link.active p {
    color: white !important; }

.visa-processing .navlink .img-country .nav-pills .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  background-color: white;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25)); }
.visa-processing .navlink .img-country .nav-pills.nav-pills-1 .nav-link:first-child {
  position: absolute;
  top: -57px;
  left: 148px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-2 .nav-link:first-child {
  position: absolute;
  top: -57px;
  left: 148px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-2 .nav-link:nth-child(2) {
  position: absolute;
  bottom: -52px;
  right: 148px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-3 .nav-link:first-child {
  position: absolute;
  top: -57px;
  left: 148px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-3 .nav-link:nth-child(2) {
  position: absolute;
  bottom: 40px;
  right: -40px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-3 .nav-link:nth-child(3) {
  position: absolute;
  bottom: 40px;
  left: -40px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-4 .nav-link:first-child {
  position: absolute;
  top: 25px;
  right: -25px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-4 .nav-link:nth-child(2) {
  position: absolute;
  bottom: 25px;
  right: -25px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-4 .nav-link:nth-child(3) {
  position: absolute;
  bottom: 25px;
  left: -25px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-4 .nav-link:nth-child(4) {
  position: absolute;
  top: 25px;
  left: -25px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-5 .nav-link:first-child {
  position: absolute;
  top: -57px;
  left: 148px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-5 .nav-link:nth-child(2) {
  position: absolute;
  top: 83px;
  left: 351px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-5 .nav-link:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-5 .nav-link:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-5 .nav-link:nth-child(5) {
  position: absolute;
  top: 81px;
  left: -45px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-6 .nav-link:first-child {
  position: absolute;
  top: -30px;
  right: 30px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-6 .nav-link:nth-child(2) {
  position: absolute;
  bottom: 150px;
  right: -60px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-6 .nav-link:nth-child(3) {
  position: absolute;
  bottom: -30px;
  right: 30px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-6 .nav-link:nth-child(4) {
  position: absolute;
  bottom: -30px;
  left: 30px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-6 .nav-link:nth-child(5) {
  position: absolute;
  top: 150px;
  left: -60px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-6 .nav-link:nth-child(6) {
  position: absolute;
  top: -30px;
  left: 30px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-7 .nav-link:first-child {
  position: absolute;
  top: -40px;
  right: 55px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-7 .nav-link:nth-child(2) {
  position: absolute;
  bottom: 210px;
  right: -60px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-7 .nav-link:nth-child(3) {
  position: absolute;
  bottom: 30px;
  right: -30px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-7 .nav-link:nth-child(4) {
  position: absolute;
  bottom: -50px;
  left: 160px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-7 .nav-link:nth-child(5) {
  position: absolute;
  top: 280px;
  left: -20px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-7 .nav-link:nth-child(6) {
  position: absolute;
  top: 100px;
  left: -50px; }
.visa-processing .navlink .img-country .nav-pills.nav-pills-7 .nav-link:nth-child(7) {
  position: absolute;
  top: -40px;
  left: 50px; }

.blog-details .section-sub-heading h2 {
  color: #414141 !important;
  font-family: 'Lora', serif; }
.blog-details .section-sub-heading .blog-share {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  gap: 10px; }
  .blog-details .section-sub-heading .blog-share .share {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .blog-details .section-sub-heading .blog-share .share p {
      margin-bottom: 0px !important; }
    .blog-details .section-sub-heading .blog-share .share span {
      font-size: 16px; }
  .blog-details .section-sub-heading .blog-share .blog-icon {
    border: 1px solid #414141;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 8px;
    border-radius: 5px; }
    .blog-details .section-sub-heading .blog-share .blog-icon i {
      font-size: 20px;
      color: blue; }
.blog-details .section-sub-heading figure img {
  width: 234px;
  height: 80px; }
.blog-details figure img {
  max-height: 550px;
  object-fit: cover; }
.blog-details .section-description {
  margin: 20px 0 !important; }

.contact .section-sub-heading {
  margin-bottom: 30px; }
  .contact .section-sub-heading h2 {
    color: #414141 !important;
    font-family: 'Lora', serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 38px; }
.contact .contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px; }
  .contact .contact-info .contact-icon {
    width: 45px;
    height: 45px;
    background-color: #0069C7;
    border-radius: 4px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center; }
    .contact .contact-info .contact-icon i {
      font-size: 24px; }
  .contact .contact-info .contact-text {
    display: flex;
    flex-direction: column; }
    .contact .contact-info .contact-text .contact-text-main {
      color: #5C5C5C;
      font-family: 'Lora', serif;
      font-size: 20px;
      font-weight: 600; }
    .contact .contact-info .contact-text .contact-text-info {
      color: #5C5C5C;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 500; }
.contact .d-flex {
  column-gap: 15px; }
  .contact .d-flex a {
    color: #0069C7;
    font-size: 30px; }
.contact form {
  border-radius: 10px;
  background: #ECECEC;
  padding: 20px; }
  .contact form label {
    color: #414141;
    font-size: 18px;
    font-weight: 400; }
    .contact form label span {
      color: red; }
  .contact form .btn {
    border-radius: 5px;
    background: #0069C7;
    margin-top: 20px; }

.map {
  margin-bottom: -89px;
  position: relative; }

.faq .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: none;
  --bs-accordion-border-width: none;
  --bs-accordion-border-radius: none;
  --bs-accordion-inner-border-radius: none;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: white !important;
  --bs-accordion-active-bg: #0069C7 !important;
  display: flex;
  flex-direction: column;
  gap: 20px; }
.faq .accordion-item {
  border: 1px solid #D9D9D9;
  border-radius: 10px !important; }
  .faq .accordion-item .accordion-header .accordion-button {
    border-radius: 10px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 16px 20px !important;
    gap: 30px; }
    .faq .accordion-item .accordion-header .accordion-button:focus {
      box-shadow: none !important; }
    .faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
      background: #319eff;
      border-radius: 10px 10px 0 0 !important; }
  .faq .accordion-item .accordion-body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 20px !important; }
    .faq .accordion-item .accordion-body p {
      margin-bottom: 0; }

.gallery-heading .section-heading {
  position: relative; }
  .gallery-heading .section-heading .d-flex {
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
    top: 0; }
    .gallery-heading .section-heading .d-flex .dropdown .btn {
      border-radius: 5px;
      border: 1px solid #AFAFAF;
      color: black !important;
      font-size: 12px;
      font-weight: 400;
      background-color: #f6f6f6; }

.gallery {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .gallery .section-heading {
    position: relative; }
    .gallery .section-heading .d-flex {
      align-items: center;
      gap: 10px;
      position: absolute;
      right: 0;
      top: 0; }
      .gallery .section-heading .d-flex .dropdown .btn {
        border-radius: 5px;
        border: 1px solid #AFAFAF;
        color: black !important;
        font-size: 12px;
        font-weight: 400;
        background-color: #f6f6f6; }
  .gallery figure {
    overflow: hidden;
    max-height: 320px;
    height: 100%;
    position: relative; }
    .gallery figure figcaption {
      color: white;
      font-size: 26px;
      font-family: 'Lora', serif;
      font-weight: 600;
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      width: max-content; }
    .gallery figure:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3); }

.gallery-heading .section-sub-heading {
  position: relative;
  padding-bottom: 10px; }
  .gallery-heading .section-sub-heading .d-flex {
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
    top: 0; }
    .gallery-heading .section-sub-heading .d-flex .dropdown .btn {
      border-radius: 5px;
      border: 1px solid #AFAFAF;
      color: black !important;
      font-size: 12px;
      font-weight: 400;
      background-color: #f6f6f6; }

.gallery-single a {
  height: 100%;
  border-radius: 10px; }
  .gallery-single a figure {
    height: 100%;
    min-height: 300px !important;
    position: relative; }
    .gallery-single a figure img {
      height: 100%;
      object-fit: cover;
      border-radius: 10px; }
    .gallery-single a figure figcaption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 65px;
      width: 65px;
      border-radius: 50%;
      border: 5px solid white; }
      .gallery-single a figure figcaption i {
        font-size: 30px;
        color: white; }

.error {
  padding-top: 300px; }
  .error .error-text h1 {
    color: #F00;
    font-family: 'Lora', serif;
    font-size: 60px;
    font-weight: 700; }
  .error .error-text p {
    color: #414141;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 136.364% */ }
  .error img {
    width: 357.598px;
    height: 349px; }

.career .section-title:first-child {
  max-width: 465px;
  margin: 0 auto !important;
  margin-bottom: 1.5rem !important; }
.career .title-description {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem; }
.career .career-card {
  border-radius: 6px;
  border: 0;
  padding: 26px 16px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); }
  .career .career-card .title {
    color: #424242;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem; }
  .career .career-card .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .career .career-card .deadline {
    color: #ff8080;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: .5rem; }
  .career .career-card .primary-btn {
    margin-top: 14px; }

.career-detail .section-title {
  color: #424242;
  text-align: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C7C7C7; }
.career-detail .career-content h2 {
  color: #424242;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 1rem !important; }
.career-detail .career-content .description {
  margin-bottom: 40px; }
.career-detail .career-content .sub-head {
  font-size: 1.5rem;
  color: #424242;
  letter-spacing: 1px;
  margin-bottom: 18px; }
.career-detail .career-content ul {
  padding-left: 1rem !important;
  color: #424242; }
  .career-detail .career-content ul li {
    list-style-type: initial;
    margin-bottom: 6px;
    font-size: 18px; }
.career-detail .career-content .contact-mail {
  color: #808080;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px; }
  .career-detail .career-content .contact-mail a {
    color: #0069C7 !important; }

.career-form {
  margin-top: 2.5rem; }
  .career-form h2 {
    color: #707070;
    font-size: 30px;
    margin-bottom: 30px !important;
    font-weight: 500;
    text-transform: capitalize; }
  .career-form label {
    font-size: 18px;
    color: #E00101;
    color: #7C7C7C;
    font-weight: 500;
    letter-spacing: 0.96px; }
  .career-form .form-control {
    height: 46px;
    min-height: auto;
    background-color: white;
    border: 0;
    color: #948B9F; }
    .career-form .form-control:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0); }
    .career-form .form-control::placeholder {
      color: #948B9F; }
    .career-form .form-control::-webkit-file-upload-button {
      background-color: white;
      border-right: 1px solid #c7c7c7;
      color: #948B9F;
      height: 46px; }
  .career-form textarea {
    height: 190px !important;
    padding-top: 16px; }
  .career-form .primary-btn {
    margin-top: 40px; }

/*# sourceMappingURL=style.css.map */
