@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  counter-reset: my-counter 0;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: normal; }

a {
  text-decoration: none;
  display: inline-block;
  color: #210f04;
  cursor: pointer; }

img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

figure {
  margin: 0;
  overflow: hidden; }

.custom-btn {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: normal;
  border: 1.5px solid #e31b17;
  outline: none;
  margin: 1rem 0;
  padding: 1rem 2rem;
  border-radius: 0; }

.banner-heading {
  font-family: big-john;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: normal;
  color: #eff1ed; }
  @media (max-width: 991px) {
    .banner-heading {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .banner-heading {
      font-size: 20px; } }
  .banner-heading span {
    color: #e31b17; }

.banner-sub-heading {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: normal;
  color: #eff1ed; }
  @media (max-width: 991px) {
    .banner-sub-heading p {
      font-size: 16px;
      line-height: 24px; } }

.section-heading {
  font-family: big-john;
  font-weight: 400;
  font-size: 4rem;
  line-height: normal; }

.bold-sub-heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: normal;
  text-transform: uppercase; }

.section-sub-heading-after {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: normal; }
  .section-sub-heading-after::after {
    margin-left: 0.5rem;
    content: url("../images/navigator.svg"); }

.section-sub-heading-before {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: normal; }
  .section-sub-heading-before::before {
    margin-right: 0.5rem;
    content: url("../images/navigator.svg"); }

.paragraph {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: justify;
  letter-spacing: 0.036rem; }

.col-with-vh1 {
  position: relative; }
  .col-with-vh1 .section-heading {
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: vertical-lr;
    transform: rotate(180deg); }
    .col-with-vh1 .section-heading::before {
      content: "";
      display: inline-block;
      width: 6rem;
      border: 1.5px solid #999999;
      transform: rotate(-90deg);
      position: absolute;
      top: -4rem;
      left: -2rem; }

.col-with-vh1-desc {
  padding-left: 8rem; }

.col-with-vh2 {
  position: relative; }
  .col-with-vh2 .section-heading {
    color: #999999;
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: vertical-lr; }
    .col-with-vh2 .section-heading::after {
      content: "";
      display: inline-block;
      width: 6rem;
      border: 1.5px solid #999999;
      transform: rotate(90deg);
      position: absolute;
      top: 24rem;
      left: -1.5rem; }

.col-with-vh2-desc {
  padding-right: 8rem; }

.description .custom-btn {
  background-color: #e31b17;
  color: white !important;
  font-style: normal; }
  .description .custom-btn:hover {
    text-decoration: none !important; }
.description .table-wrapper {
  overflow-x: auto;
  width: 100% !important;
  margin: 20px 0px; }
  .description .table-wrapper table {
    width: 100% !important;
    border: none; }
    .description .table-wrapper table tr th,
    .description .table-wrapper table tr td {
      padding: 2rem 0 2rem 2rem !important; }
    .description .table-wrapper table thead tr {
      border-bottom: 0.2rem solid #a7a7a7; }
      .description .table-wrapper table thead tr th {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: normal; }
    .description .table-wrapper table tbody tr {
      border-bottom: 1px solid #dfdfdf; }
      .description .table-wrapper table tbody tr td {
        font-family: "Rubik", sans-serif;
        font-weight: 300;
        font-size: 1.6rem;
        line-height: normal; }
.description p {
  margin-bottom: 20px !important;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: justify;
  letter-spacing: 0.036rem; }
  .description p:last-child {
    margin-bottom: 0px !important; }
  .description p a {
    font-weight: 500;
    font-style: italic;
    color: #e31b17 !important;
    transition: all 0.3s ease-in-out; }
    .description p a:hover {
      text-decoration: underline !important; }
  .description p input[type="button"] {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: normal;
    border: 1.5px solid #e31b17;
    outline: none;
    margin: 1rem 0;
    padding: 1rem 2rem;
    border-radius: 0;
    transition: all 0.3s ease-in-out; }
    .description p input[type="button"]:hover {
      background: #e31b17;
      color: #eff1ed; }
  .description p img {
    margin: 20px 0px;
    width: 100% !important;
    object-fit: cover; }
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  margin-bottom: 20px !important;
  font-family: "Rubik", sans-serif;
  color: #e31b17; }
.description h1 {
  font-size: 3rem; }
.description h2 {
  font-size: 2.5rem; }
.description h3 {
  font-size: 2rem;
  line-height: 26px !important; }
.description h4 {
  font-size: 1.8rem;
  line-height: 24px !important; }
.description h5 {
  font-size: 1.5rem;
  line-height: 22px !important; }
.description h6 {
  font-size: 1.2rem;
  line-height: 20px !important; }
.description ol {
  margin: 20px !important;
  list-style: decimal; }
  .description ol li {
    padding: 5px 0px;
    display: list-item;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: justify; }
    .description ol li a {
      color: #e31b17 !important;
      transition: all 0.3s ease-in-out; }
      .description ol li a:hover {
        text-decoration: underline !important; }
.description ul {
  margin: 20px !important;
  list-style: disc; }
  .description ul li {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: justify;
    padding: 5px 0px;
    display: list-item; }
    .description ul li a {
      color: #e31b17 !important;
      transition: all 0.3s ease-in-out; }
      .description ul li a:hover {
        text-decoration: underline !important; }
.description blockquote {
  margin: 40px 0px; }
  .description blockquote p {
    position: relative;
    font-weight: 400;
    color: #e31b17;
    padding: 2rem 1.5rem;
    background: white;
    display: flex;
    align-items: center; }
    .description blockquote p::before {
      content: "";
      border: 2px solid #210f04;
      height: 8rem;
      position: absolute;
      left: 0; }
.description .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: red;
  --bs-accordion-active-bg: transparent; }
  .description .accordion .accordion-item .accordion-header .accordion-button {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: normal; }
    .description .accordion .accordion-item .accordion-header .accordion-button::after {
      display: none; }
    .description .accordion .accordion-item .accordion-header .accordion-button::before {
      content: "\2b";
      color: #e31b17;
      margin-right: 2rem;
      font-size: 3rem;
      width: 1.6rem;
      height: 1.6rem;
      display: flex;
      align-items: center;
      justify-content: center; }
    .description .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
      content: "\f068";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #e31b17;
      margin-right: 2rem;
      font-size: 2rem;
      width: 1.6rem;
      height: 1.6rem;
      display: flex;
      align-items: center;
      justify-content: center; }
  .description .accordion .accordion-item .accordion-body {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: normal;
    background: white !important; }

.eclipse {
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background-size: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative; }
  @media (max-width: 1400px) {
    .eclipse {
      width: 20rem;
      height: 20rem; } }
  .eclipse .number::after {
    content: "0" counter(my-counter);
    counter-increment: my-counter 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: big-john;
    font-weight: 400;
    font-size: 5rem;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
    color: #eff1ed; }
    @media (max-width: 767px) {
      .eclipse .number::after {
        font-family: big-john;
        font-weight: 400;
        font-size: 3rem;
        line-height: 2rem; } }
    @media (max-width: 480px) {
      .eclipse .number::after {
        font-family: big-john;
        font-weight: 400;
        font-size: 2rem;
        line-height: 1.6rem; } }

.page-title-section {
  height: 200px; }
  .page-title-section figure {
    height: 100%;
    position: relative; }
    .page-title-section figure figcaption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .page-title-section figure figcaption .page-title {
        font-family: big-john;
        font-weight: 400;
        font-size: 3.6rem;
        line-height: normal;
        color: #eff1ed;
        text-align: center; }

.breadcrumb-section {
  background: black; }
  .breadcrumb-section .breadcrumb {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: normal;
    text-align: center;
    color: #eff1ed; }
    .breadcrumb-section .breadcrumb .breadcrumb-item a {
      color: #eff1ed; }
    .breadcrumb-section .breadcrumb .breadcrumb-item ~ .breadcrumb-item::before {
      content: url("../images/ArrowRight.svg");
      padding-top: 0.2rem; }
    .breadcrumb-section .breadcrumb .active {
      color: #e31b17; }

.custom-scrollbar {
  padding-right: 0;
  max-height: 100vh;
  overflow-y: auto; }
  .custom-scrollbar .nav {
    margin-right: 0 !important; }
  .custom-scrollbar::-webkit-scrollbar {
    width: 1rem;
    background: #ddd; }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background: #999999; }

form .form-heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: normal; }
form .row {
  row-gap: 1rem;
  border-bottom: 2px solid #d7d7d7; }
  form .row input,
  form .row .invalid-feedback,
  form .row .valid-feedback,
  form .row .label-for-fileupload {
    width: 100%;
    padding: 1rem 0;
    outline: none;
    border: none;
    border-radius: 0.5rem;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: normal; }
  form .row input {
    padding: 1rem !important; }

.submission-section,
.book-appoinment-section {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  text-align: center;
  color: #36a47c; }
  .submission-section button[type="submit"],
  .book-appoinment-section button[type="submit"] {
    width: 200px;
    padding: 1rem;
    background: #36a47c;
    color: #fff;
    border: 0;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out; }
    .submission-section button[type="submit"]:hover,
    .book-appoinment-section button[type="submit"]:hover {
      background: #20634a; }

.blog-card {
  position: relative;
  padding: 0 1rem;
  width: 100%; }
  .blog-card:hover figure img {
    transform: scale(1.1); }
  .blog-card:hover .blog-desc {
    color: #e31b17; }
  .blog-card:hover::after {
    opacity: 1;
    transform: translate(5.8rem, 3.8rem); }
  .blog-card figure {
    position: relative;
    height: 250px; }
    .blog-card figure figcaption {
      padding: 0.4rem 1.2rem;
      position: absolute;
      left: 0;
      bottom: 0;
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      line-height: normal;
      background: #e31b17;
      color: #eff1ed; }
    .blog-card figure img {
      transition: all 0.5s ease-in-out; }
  .blog-card .blog-desc {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: normal;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease-in-out; }
  .blog-card::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #e31b17;
    color: #eff1ed;
    font-size: 2rem;
    position: absolute;
    top: 58%;
    left: 75%;
    opacity: 0;
    transition: all 0.5s ease-in-out; }

.jobs-spinner {
  width: fit-content;
  margin: 0px auto;
  display: block !important; }

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; }

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 1050;
  background-color: #e31b17;
  color: #fff;
  width: 45px;
  height: 50px;
  line-height: 7px;
  right: 15px;
  bottom: 120px;
  padding-top: 14px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.scroll-top-wrapper i.fa {
  line-height: inherit;
  font-size: 20px;
  margin-bottom: 5px; }

.scroll-top-wrapper .scroll-top {
  margin-top: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1; }

.carousel-owl.off {
  display: block; }
.carousel-owl p {
  font-size: 20px !important;
  text-transform: capitalize;
  padding-top: 10px;
  padding-left: 10px; }
@media (min-width: 991px) {
  .carousel-owl {
    display: block !important; }
    .carousel-owl:has(p) {
      font-size: 50px !important; } }
.carousel-owl .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  pointer-events: none; }
  .carousel-owl .owl-nav.disabled {
    display: none !important; }
  .carousel-owl .owl-nav button {
    pointer-events: all;
    width: fit-content !important;
    border: 1px solid #b3b3b3 !important;
    border-radius: 50% !important;
    padding: 20px !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    background-color: white !important; }
    .carousel-owl .owl-nav button span {
      color: #4d4d4d !important;
      font-size: 20px; }

.pagination {
  margin-top: 50px !important;
  justify-content: center !important; }
  .pagination .page-item {
    margin-left: 10px !important; }
    .pagination .page-item:first-child {
      margin-left: 0px !important; }
    .pagination .page-item .page-link {
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      font-size: 1.6rem;
      line-height: normal;
      color: black !important;
      height: 35px;
      width: 40px;
      border: 1px solid #d7d7d7 !important;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: transparent !important; }
      .pagination .page-item .page-link:hover {
        background-color: #e31b17 !important;
        border: 1px solid #e31b17 !important;
        color: white !important; }
      .pagination .page-item .page-link:focus {
        z-index: 3;
        background-color: #e31b17 !important;
        border: 1px solid #e31b17 !important;
        color: white !important;
        outline: 0;
        box-shadow: none !important; }
  .pagination .active .page-link {
    background-color: #e31b17 !important;
    border: 1px solid #e31b17 !important;
    color: white !important; }

body {
  background: #eff1ed; }

header {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.133rem;
  color: #eff1ed; }
  header .top-header {
    background: #e31b17; }
    header .top-header .top-header-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0px;
      flex-wrap: wrap;
      gap: 12px; }
      header .top-header .top-header-wrapper a {
        color: #eff1ed; }
      header .top-header .top-header-wrapper .socail-media ul {
        display: flex;
        gap: 20px;
        list-style: none;
        margin-bottom: 0 !important;
        padding: 0; }
      header .top-header .top-header-wrapper .contact-info {
        display: flex;
        gap: 10px;
        align-items: center; }
        header .top-header .top-header-wrapper .contact-info .wrapper {
          display: flex;
          gap: 5px; }
  header .navbar-section .container .navbar {
    gap: 20px;
    padding: 1rem 0;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.37rem;
    background: none !important;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      header .navbar-section .container .navbar {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 2.133rem; } }
    header .navbar-section .container .navbar .navbar-brand {
      margin-right: 0px !important; }
      header .navbar-section .container .navbar .navbar-brand figure img {
        object-fit: contain !important; }
      @media (max-width: 767px) {
        header .navbar-section .container .navbar .navbar-brand figure {
          height: 60px; } }
      @media (max-width: 480px) {
        header .navbar-section .container .navbar .navbar-brand figure {
          height: 50px; } }
    header .navbar-section .container .navbar .navbar-nav {
      gap: 1.8rem; }
      @media (max-width: 1199px) {
        header .navbar-section .container .navbar .navbar-nav {
          gap: 1rem; } }
      header .navbar-section .container .navbar .navbar-nav .nav-item {
        transition: all linear 300ms; }
        header .navbar-section .container .navbar .navbar-nav .nav-item .active {
          background: #210f04;
          color: #eff1ed; }
        header .navbar-section .container .navbar .navbar-nav .nav-item .nav-link {
          padding-left: 1rem;
          padding-right: 1rem; }
        header .navbar-section .container .navbar .navbar-nav .nav-item:hover {
          background: #210f04; }
          header .navbar-section .container .navbar .navbar-nav .nav-item:hover .nav-link {
            color: #eff1ed !important; }
    header .navbar-section .container .navbar .book-appointment-btn {
      background: #e31b17;
      color: #eff1ed; }
      @media (max-width: 991px) {
        header .navbar-section .container .navbar .book-appointment-btn {
          background: transparent !important;
          border: 1px solid #e31b17;
          color: #e31b17 !important; } }
      header .navbar-section .container .navbar .book-appointment-btn .nav-link {
        text-align: center;
        padding: 0.5rem 1rem;
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 2rem;
        line-height: 2.37rem; }
        @media (max-width: 1199px) {
          header .navbar-section .container .navbar .book-appointment-btn .nav-link {
            font-family: "Rubik", sans-serif;
            font-weight: 400;
            font-size: 1.8rem;
            line-height: 2.133rem; } }
        @media (max-width: 991px) {
          header .navbar-section .container .navbar .book-appointment-btn .nav-link {
            padding: 0.5rem;
            font-size: 1.5rem !important; } }
        @media (max-width: 480px) {
          header .navbar-section .container .navbar .book-appointment-btn .nav-link {
            font-size: 1.1rem !important;
            line-height: 18px !important; } }

@media (max-width: 991px) {
  #mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -100%;
    overflow-y: auto;
    transition: 0.5s;
    background-color: white;
    padding: 30px !important; }
    #mySidenav .navbar-nav {
      gap: 1.5rem; } }

#mySidenav.open {
  min-width: 400px;
  left: 0; }
  @media (max-width: 480px) {
    #mySidenav.open {
      min-width: 100%; } }

.hamburger-menu {
  display: none; }
  @media (max-width: 991px) {
    .hamburger-menu {
      height: 40px;
      width: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #e31b17;
      color: white !important; }
      .hamburger-menu i {
        color: #eff1ed !important;
        font-size: 2rem !important;
        line-height: 24px !important; } }
  @media (max-width: 480px) {
    .hamburger-menu {
      height: 35px;
      width: 35px; } }

.side-nav-header {
  display: none;
  color: #e31b17;
  border-bottom: 1px dotted gray;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .side-nav-header {
      display: flex;
      gap: 50px;
      align-items: center;
      justify-content: space-between; } }
  .side-nav-header .navbar-brand figure {
    max-height: 110px; }
    @media (max-width: 767px) {
      .side-nav-header .navbar-brand figure figure {
        height: 60px; } }
    @media (max-width: 480px) {
      .side-nav-header .navbar-brand figure figure {
        height: 50px; } }
  .side-nav-header .closebtn {
    color: white !important;
    font-size: 2rem;
    background-color: #e31b17;
    padding: 10px; }

.open-opacity {
  position: fixed;
  width: 100%; }
  .open-opacity::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: 9; }

footer {
  color: #eff1ed;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/footerbg.jpg") no-repeat;
  background-size: cover;
  background-position: center top; }
  footer .main-footer {
    padding: 8rem 0; }
    footer .main-footer .navbar-brand figure img {
      filter: brightness(0) invert(1); }
    footer .main-footer .company-detail {
      font-family: "Rubik", sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      line-height: 2.8rem;
      letter-spacing: 0.032rem;
      text-align: justify; }
      footer .main-footer .company-detail a {
        color: #ffc4c3; }
    footer .main-footer .social-media-footer i {
      color: #eff1ed;
      margin: 1.5rem;
      font-size: 2rem;
      transition: all 0.3s ease-in-out; }
      footer .main-footer .social-media-footer i:hover {
        color: #e31b17; }
    footer .main-footer .social-media-footer .fa-facebook {
      margin-left: 0; }
    footer .main-footer .footer-title {
      font-family: big-john;
      font-weight: 400;
      font-size: 2rem;
      line-height: 2.8rem;
      text-align: justify;
      letter-spacing: 0.048rem; }
    footer .main-footer .footer-links {
      padding-left: 0.5rem;
      list-style: none; }
      footer .main-footer .footer-links .footer-item .footer-link {
        margin-bottom: 1rem;
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0.036rem;
        color: #eff1ed;
        transition: all 0.3s ease-in-out; }
        footer .main-footer .footer-links .footer-item .footer-link:hover {
          color: #e31b17; }
      footer .main-footer .footer-links .footer-item i {
        font-size: 1.8rem;
        margin-right: 1rem; }
  footer .copy-right-section {
    background: #e31b17;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem; }
    footer .copy-right-section a {
      color: #eff1ed; }

.chat-bot-container {
  position: fixed;
  bottom: 200px;
  right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1; }
  .chat-bot-container .icon-whatsapp {
    transition: 500ms;
    z-index: 1; }
    .chat-bot-container .icon-whatsapp span {
      font-size: 30px !important;
      color: #eff1ed;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #41c051; }
      @media (max-width: 480px) {
        .chat-bot-container .icon-whatsapp span i {
          font-size: 30px !important; } }
      .chat-bot-container .icon-whatsapp span:hover {
        background: #00740f; }

.home-section .owl-carousel .owl-stage-outer figure {
  position: relative; }
  .home-section .owl-carousel .owl-stage-outer figure::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); }
  .home-section .owl-carousel .owl-stage-outer figure img {
    height: 80vh; }
  .home-section .owl-carousel .owl-stage-outer figure figcaption {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 60%; }
    @media (max-width: 767px) {
      .home-section .owl-carousel .owl-stage-outer figure figcaption {
        width: 85%; } }
    .home-section .owl-carousel .owl-stage-outer figure figcaption .custom-btn {
      border: none;
      background: #e31b17;
      color: #eff1ed;
      transition: all 0.3s ease-in-out; }
      .home-section .owl-carousel .owl-stage-outer figure figcaption .custom-btn:hover {
        color: #210f04;
        background: #eff1ed; }

.about-section {
  padding: 8rem 0; }
  .about-section .col-with-vh1 .col-with-vh1-desc .custom-btn {
    transition: all 0.3s ease-in-out; }
    .about-section .col-with-vh1 .col-with-vh1-desc .custom-btn:hover {
      background: #e31b17;
      color: #eff1ed; }
  .about-section .about-us-img figure {
    border-radius: 5rem; }

.service-section {
  padding: 8rem 0;
  background: #d7d7d7; }
  .service-section .service-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    @media (max-width: 991px) {
      .service-section .service-grid-container {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .service-section .service-grid-container {
        grid-template-columns: repeat(1, 1fr); } }
    .service-section .service-grid-container .service-heading-description-block {
      grid-column: 3 / span 2;
      grid-row: 1 / 1; }
      @media (max-width: 991px) {
        .service-section .service-grid-container .service-heading-description-block {
          grid-column: 1 / span 2; } }
      @media (max-width: 767px) {
        .service-section .service-grid-container .service-heading-description-block {
          grid-column: 1 / span 1; } }
      .service-section .service-grid-container .service-heading-description-block .section-heading {
        color: #eff1ed; }
        .service-section .service-grid-container .service-heading-description-block .section-heading::after {
          border: 1.5px solid #eff1ed; }
      .service-section .service-grid-container .service-heading-description-block .col-with-vh2-desc .description p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .service-section .service-grid-container .service-heading-description-block .col-with-vh2-desc .custom-btn {
        transition: all 0.3s ease-in-out; }
        .service-section .service-grid-container .service-heading-description-block .col-with-vh2-desc .custom-btn:hover {
          background: #e31b17;
          color: #eff1ed; }
    .service-section .service-grid-container .service-card {
      background: transparent;
      border: 1px solid #999;
      border-radius: 0 !important;
      padding: 3rem 2rem;
      transition: all 0.3s ease-in-out; }
      .service-section .service-grid-container .service-card:hover {
        background: #eff1ed; }
      .service-section .service-grid-container .service-card figure {
        width: 8.5rem;
        height: 8.5rem; }
      .service-section .service-grid-container .service-card .card-title {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 2rem;
        line-height: normal;
        text-align: center; }
      .service-section .service-grid-container .service-card .card-body p {
        font-family: "Rubik", sans-serif;
        font-weight: 300;
        font-size: 1.8rem;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: justify; }

.youtube-video-section {
  width: 100%;
  height: 56rem;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/youtube.png") no-repeat center;
  background-size: cover; }
  .youtube-video-section .container {
    width: 100%;
    height: 100%;
    position: relative; }
    .youtube-video-section .container a {
      color: #eff1ed;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .youtube-video-section .container a i {
        font-size: 4rem;
        transition: all 0.3s ease-in-out; }
        .youtube-video-section .container a i:hover {
          color: #e31b17; }

.blog-section {
  padding: 8rem 0; }
  .blog-section .container {
    position: relative; }
    .blog-section .container .section-heading {
      color: #999999;
      position: absolute;
      top: 0;
      left: 0;
      writing-mode: vertical-lr;
      transform: rotate(180deg); }
      .blog-section .container .section-heading::before {
        content: "";
        display: inline-block;
        width: 6rem;
        border: 1.5px solid #999999;
        transform: rotate(-90deg);
        position: absolute;
        top: -4rem;
        left: -2rem; }
    .blog-section .container .row {
      padding-left: 8rem; }

.partner-section {
  padding: 8rem 0;
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/partners bg.png") center no-repeat;
  background-size: cover; }
  .partner-section .container .section-heading {
    color: #585858; }
    .partner-section .container .section-heading::before {
      content: "";
      display: inline-block;
      width: 6rem;
      height: 0.3rem;
      background: #585858;
      margin-bottom: 1rem;
      margin-right: 0.5rem; }
    .partner-section .container .section-heading::after {
      content: "";
      display: inline-block;
      width: 6rem;
      height: 0.3rem;
      background: #585858;
      margin-bottom: 1rem;
      margin-left: 0.5rem; }
  .partner-section .container .partner-img-carousel {
    padding: 0 4rem;
    position: relative; }
    .partner-section .container .partner-img-carousel .owl-nav {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      margin: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: -1; }
      .partner-section .container .partner-img-carousel .owl-nav .owl-prev,
      .partner-section .container .partner-img-carousel .owl-nav .owl-next {
        font-size: 3rem;
        background: transparent; }
        .partner-section .container .partner-img-carousel .owl-nav .owl-prev:hover,
        .partner-section .container .partner-img-carousel .owl-nav .owl-next:hover {
          color: #e31b17; }
    .partner-section .container .partner-img-carousel figure {
      cursor: pointer; }
  .partner-section .container .modal .modal-content {
    border-radius: 0; }
    .partner-section .container .modal .modal-content .modal-header {
      padding: 14px 6px; }
      .partner-section .container .modal .modal-content .modal-header .modal-title {
        color: #ff4c49;
        font-size: 24px;
        font-weight: 500;
        margin: 0 auto !important; }
      .partner-section .container .modal .modal-content .modal-header .btn-close {
        margin: 0;
        color: white !important;
        font-size: 2rem;
        background-color: #e31b17;
        padding: 3px 6px 6px;
        background-image: none;
        opacity: 1; }
    .partner-section .container .modal .modal-content .modal-body {
      padding: 25px 22px 30px; }
      .partner-section .container .modal .modal-content .modal-body .location, .partner-section .container .modal .modal-content .modal-body .contact {
        color: #585858; }
        .partner-section .container .modal .modal-content .modal-body .location p:first-child, .partner-section .container .modal .modal-content .modal-body .contact p:first-child {
          font-weight: 700;
          color: #585858; }
        .partner-section .container .modal .modal-content .modal-body .location a, .partner-section .container .modal .modal-content .modal-body .contact a {
          color: #585858; }
      .partner-section .container .modal .modal-content .modal-body .description {
        text-align: justify;
        color: #2e2e2e;
        font-size: 1.6rem !important;
        line-height: 24px; }

.quotation-section {
  padding: 8rem 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), url("../images/quotation-section.png") no-repeat center;
  background-size: cover; }
  .quotation-section .container .quotation {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    line-height: normal; }
    .quotation-section .container .quotation::before, .quotation-section .container .quotation::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      color: #e31b17; }
    .quotation-section .container .quotation::before {
      content: "\f10d"; }
    .quotation-section .container .quotation::after {
      content: "\f10e"; }
    @media (max-width: 991px) {
      .quotation-section .container .quotation {
        font-size: 3rem !important; } }
    @media (max-width: 767px) {
      .quotation-section .container .quotation {
        font-size: 2.5rem !important; } }
    @media (max-width: 480px) {
      .quotation-section .container .quotation {
        font-size: 2rem !important; } }
  .quotation-section .container p {
    font-family: big-john;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: normal;
    margin-top: 10px !important; }
    @media (max-width: 480px) {
      .quotation-section .container p {
        font-size: 1.2rem !important; } }

.company-detail-1 {
  padding: 8rem 0; }
  .company-detail-1 .about-us-cover-image {
    border-radius: 2rem;
    position: sticky;
    top: 50px; }

.mission-vision-statement {
  padding: 8rem 0;
  background: #ddd; }
  .mission-vision-statement .container .our-mission-section {
    margin-bottom: 8rem; }
    .mission-vision-statement .container .our-mission-section .col-with-vh2 .section-heading {
      white-space: nowrap; }
      .mission-vision-statement .container .our-mission-section .col-with-vh2 .section-heading::after {
        display: none; }
  .mission-vision-statement .container .our-value-section {
    margin-bottom: 8rem; }
    .mission-vision-statement .container .our-value-section .col-with-vh1 .section-heading {
      white-space: nowrap; }
      .mission-vision-statement .container .our-value-section .col-with-vh1 .section-heading::before {
        width: 6rem;
        left: -1.2rem; }
    .mission-vision-statement .container .our-value-section .col-with-vh1 .col-with-vh1-desc .description ul {
      list-style: none; }
      .mission-vision-statement .container .our-value-section .col-with-vh1 .col-with-vh1-desc .description ul li {
        display: flex; }
        .mission-vision-statement .container .our-value-section .col-with-vh1 .col-with-vh1-desc .description ul li::before {
          content: "\f559";
          font-family: "Font Awesome 5 free";
          font-weight: 900;
          color: #e31b17;
          margin-right: 1rem;
          padding-top: 0.2rem; }
  .mission-vision-statement .container .our-vision-section .col-with-vh2 .section-heading {
    white-space: nowrap; }
    .mission-vision-statement .container .our-vision-section .col-with-vh2 .section-heading::after {
      display: none; }

.achievement-section {
  padding: 8rem 0; }
  .achievement-section .container .section-heading {
    color: #999999; }
  .achievement-section .container .record {
    margin: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(227, 27, 23, 0.6) 0%, rgba(227, 27, 23, 0.6) 100%), url("../images/record.png") center no-repeat;
    background-size: cover; }
    .achievement-section .container .record .record-box {
      padding: 3rem 1rem;
      border-right: 1rem solid #eff1ed;
      border-left: 1rem solid #eff1ed;
      color: #eff1ed; }
      .achievement-section .container .record .record-box .stat {
        font-family: "Rubik", sans-serif;
        font-weight: 500;
        font-size: 3.6rem;
        line-height: normal; }
        .achievement-section .container .record .record-box .stat::before {
          content: "+"; }
      .achievement-section .container .record .record-box .stat-topic {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: normal; }

.contact-page-content {
  padding: 8rem 0; }
  .contact-page-content .location .container {
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 2rem; }
    .contact-page-content .location .container .earth {
      width: 25rem;
      height: 25rem;
      position: relative;
      background: #0588e4 url("../images/earth.png");
      background-size: cover;
      border-radius: 50%;
      box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.85);
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.5s ease-in-out;
      animation: rotateEarth 30s linear infinite; }
      .contact-page-content .location .container .earth::before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
        z-index: 1;
        background: url("../images/cloud.png");
        background-size: cover;
        animation: rotateEarth 30s linear infinite; }
      .contact-page-content .location .container .earth img {
        position: absolute;
        width: 60px;
        height: 30px;
        z-index: 2;
        pointer-events: none;
        transition: 0.5s ease-in-out; }
    .contact-page-content .location .container .location-detail .country-name {
      column-gap: 1.2rem; }
      .contact-page-content .location .container .location-detail .country-name figure {
        width: 3rem; }
      .contact-page-content .location .container .location-detail .country-name p {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 2rem;
        line-height: normal;
        margin: 0; }
    .contact-page-content .location .container .location-detail ul {
      padding: 0;
      list-style: none; }
      .contact-page-content .location .container .location-detail ul li .contact-link {
        margin-bottom: 1rem;
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 2rem;
        line-height: normal;
        transition: all 0.3s ease-in-out; }
        .contact-page-content .location .container .location-detail ul li .contact-link:hover {
          color: #e31b17; }
      .contact-page-content .location .container .location-detail ul li i {
        width: 2rem;
        height: 2rem;
        font-size: 2rem;
        margin-right: 2rem; }

@keyframes rotateEarth {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1000px 0; } }
.job-detail {
  padding: 8rem 0; }
  .job-detail .row .active {
    background: #d7d7d7 !important; }
  .job-detail .row #v-pills-tab {
    row-gap: 0.2rem; }
    .job-detail .row #v-pills-tab button {
      font-family: "Rubik", sans-serif;
      font-weight: 500;
      font-size: 2rem;
      line-height: normal;
      color: #210f04;
      background: white;
      display: flex;
      align-items: center;
      column-gap: 0.5rem;
      border: none;
      border-radius: 0;
      padding: 10px;
      text-align: start; }
      .job-detail .row #v-pills-tab button figure {
        width: 5.5rem;
        height: 5.5rem;
        border-radius: 50%; }
  .job-detail .row .first-tabs-box .nav-pills {
    position: sticky;
    top: 50px; }
  .job-detail .row .second-tabs-box .nav-pills {
    position: sticky;
    top: 50px; }
  .job-detail .row #second-tabs-box {
    row-gap: 0.2rem; }
    .job-detail .row #second-tabs-box button, .job-detail .row #second-tabs-box a {
      display: flex;
      background: white;
      border-radius: 0;
      width: 100%; }
      .job-detail .row #second-tabs-box button figure, .job-detail .row #second-tabs-box a figure {
        width: 3rem;
        height: 3rem; }
      .job-detail .row #second-tabs-box button ul, .job-detail .row #second-tabs-box a ul {
        text-align: start;
        color: #210f04;
        margin: 0;
        padding: 0.3rem 0 0 0.5rem; }
        .job-detail .row #second-tabs-box button ul li:first-child, .job-detail .row #second-tabs-box a ul li:first-child {
          font-family: "Rubik", sans-serif;
          font-weight: 400;
          font-size: 2rem;
          line-height: normal;
          margin-bottom: 0.5rem;
          list-style: none; }
        .job-detail .row #second-tabs-box button ul li ~ li, .job-detail .row #second-tabs-box a ul li ~ li {
          font-family: "Rubik", sans-serif;
          font-weight: 300;
          font-size: 1.6rem;
          line-height: normal;
          margin-bottom: 0.5rem; }
        .job-detail .row #second-tabs-box button ul li:last-child, .job-detail .row #second-tabs-box a ul li:last-child {
          color: #e31b17; }
  .job-detail .row .main-content {
    background: #eff1ed; }
    .job-detail .row .main-content .tab-content .tab-pane {
      background: white !important; }
      .job-detail .row .main-content .tab-content .tab-pane .job-title {
        font-family: "Rubik", sans-serif;
        font-weight: 500;
        font-size: 2.8rem;
        line-height: normal; }
      .job-detail .row .main-content .tab-content .tab-pane .job-apply-section ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 7px;
        text-align: start;
        color: #210f04;
        margin: 0; }
        .job-detail .row .main-content .tab-content .tab-pane .job-apply-section ul li {
          font-family: "Rubik", sans-serif;
          font-weight: 300;
          font-size: 1.6rem;
          line-height: normal;
          list-style: disc;
          margin-right: 2rem; }
        .job-detail .row .main-content .tab-content .tab-pane .job-apply-section ul li:last-child {
          color: #e31b17; }
      .job-detail .row .main-content .tab-content .tab-pane .job-apply-section .custom-btn {
        background: #e31b17;
        color: #eff1ed;
        transition: all 0.3s ease-in-out;
        white-space: nowrap; }
        .job-detail .row .main-content .tab-content .tab-pane .job-apply-section .custom-btn:hover {
          background: #eff1ed;
          color: #e31b17; }
      .job-detail .row .main-content .tab-content .tab-pane .description ul {
        list-style: none; }
        .job-detail .row .main-content .tab-content .tab-pane .description ul li {
          display: flex;
          column-gap: 0.5rem; }
          .job-detail .row .main-content .tab-content .tab-pane .description ul li::before {
            content: "\f061";
            font-family: "Font Awesome 5 free";
            font-weight: 900;
            font-size: 1.6rem; }
      .job-detail .row .main-content .tab-content .tab-pane .description ol {
        padding-left: 4.5rem; }
        .job-detail .row .main-content .tab-content .tab-pane .description ol li::marker {
          font-weight: 500; }

.form-detail {
  padding: 8rem 0; }
  .form-detail .container form .label-for-fileupload {
    background: #d7d7d7;
    text-align: center;
    cursor: pointer; }
    .form-detail .container form .label-for-fileupload::before {
      content: "+";
      margin-right: 0.5rem; }
  .form-detail .container form input[type="file"] {
    display: none; }
  .form-detail .container form .experience-verification {
    row-gap: 2rem;
    border-bottom: 0; }
    .form-detail .container form .experience-verification .Q1 {
      margin-right: 1rem;
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      font-size: 1.6rem;
      line-height: normal; }
    .form-detail .container form .experience-verification .radio-boxes {
      column-gap: 1rem; }
      .form-detail .container form .experience-verification .radio-boxes .radio-box {
        position: relative;
        width: 8rem;
        height: 4rem;
        border: none;
        outline: none;
        border-radius: 0.5rem;
        background: #d7d7d7; }
        .form-detail .container form .experience-verification .radio-boxes .radio-box input {
          width: 100%;
          height: 100%;
          z-index: 2;
          opacity: 0;
          position: absolute;
          cursor: pointer; }
        .form-detail .container form .experience-verification .radio-boxes .radio-box .radio-tile {
          width: 100%;
          height: 100%;
          display: flex;
          border-radius: 0.5rem;
          align-items: center;
          justify-content: center;
          column-gap: 0.5rem;
          font-size: 2rem;
          transition: all 0.3s ease-in-out; }
        .form-detail .container form .experience-verification .radio-boxes .radio-box input:checked#experience-yes + .radio-tile {
          background: #36a47c;
          color: #eff1ed; }
        .form-detail .container form .experience-verification .radio-boxes .radio-box input:checked#experience-no + .radio-tile {
          background: #e31b17;
          color: #eff1ed; }

.service-detail {
  padding: 8rem 0; }
  .service-detail .description h2::before {
    display: none; }
  .service-detail .service-tabs-box {
    position: sticky;
    top: 20px;
    padding: 1rem;
    border: 2px solid #e31b17; }
    .service-detail .service-tabs-box .navbar-toggler {
      width: 100%;
      height: 100%;
      padding: 20px;
      font-size: 14px;
      background: #e31b17;
      color: white;
      text-transform: capitalize; }
    .service-detail .service-tabs-box .nav {
      row-gap: 1rem;
      margin: 0 !important;
      width: 100%; }
      .service-detail .service-tabs-box .nav button {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: normal;
        border: none;
        outline: none;
        padding: 1rem 2rem;
        border-radius: 0 !important;
        background: #eff1ed;
        color: #210f04 !important;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .service-detail .service-tabs-box .nav button span {
          opacity: 0;
          color: #e31b17;
          transition: all 400ms linear; }
        .service-detail .service-tabs-box .nav button:hover {
          background: #d7d7d7; }
          .service-detail .service-tabs-box .nav button:hover span {
            opacity: 1; }
      .service-detail .service-tabs-box .nav .active {
        background: #d7d7d7; }
        .service-detail .service-tabs-box .nav .active span {
          opacity: 1; }
      .service-detail .service-tabs-box .nav .headidng {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: normal;
        padding: 1rem 2rem;
        background: #e31b17;
        color: #eff1ed !important; }
  .service-detail .tab-content {
    padding: 0 2rem; }
    .service-detail .tab-content .bold-sub-heading {
      display: flex;
      gap: 10px;
      align-items: center; }
      .service-detail .tab-content .bold-sub-heading img {
        height: 35px;
        width: 35px; }

.visa-detail {
  padding: 8rem 0; }

.book-appoinment-detail {
  padding: 8rem 0; }
  .book-appoinment-detail .container form .form-heading {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: normal; }
  .book-appoinment-detail .container form .row {
    border-bottom: 2px solid #d7d7d7; }
    .book-appoinment-detail .container form .row input,
    .book-appoinment-detail .container form .row select {
      width: 100%;
      padding: 1rem 2rem;
      outline: none;
      border: none;
      border-radius: 0.5rem;
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      font-size: 1.6rem;
      line-height: normal; }
    .book-appoinment-detail .container form .row label {
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      font-size: 1.6rem;
      line-height: normal;
      margin-bottom: 1rem; }

.university-college-detail {
  padding: 8rem 0; }
  .university-college-detail .container .search-section {
    justify-content: space-between; }
    .university-college-detail .container .search-section .form-select,
    .university-college-detail .container .search-section input[type="search"],
    .university-college-detail .container .search-section .search-btn {
      width: 100%;
      padding: 1rem 2rem;
      outline: none;
      border: none;
      border-radius: 0.5rem;
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      font-size: 1.6rem;
      line-height: normal; }
      .university-college-detail .container .search-section .form-select:focus,
      .university-college-detail .container .search-section input[type="search"]:focus,
      .university-college-detail .container .search-section .search-btn:focus {
        box-shadow: none; }
    .university-college-detail .container .search-section .search-bar input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .university-college-detail .container .search-section .search-bar .search-btn {
      width: 20%;
      background: white;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .university-college-detail .container .table-wrapper {
    overflow-x: auto; }
    .university-college-detail .container .table-wrapper table {
      border: none;
      min-width: 70.5rem; }
      .university-college-detail .container .table-wrapper table thead tr {
        border-bottom: 2px solid #a7a7a7; }
        .university-college-detail .container .table-wrapper table thead tr th {
          font-family: "Rubik", sans-serif;
          font-weight: 400;
          font-size: 2rem;
          line-height: normal; }
      .university-college-detail .container .table-wrapper table tbody tr {
        border-bottom: 1px solid #dfdfdf; }
        .university-college-detail .container .table-wrapper table tbody tr td {
          vertical-align: middle;
          font-family: "Rubik", sans-serif;
          font-weight: 400;
          font-size: 1.6rem;
          line-height: normal; }
        .university-college-detail .container .table-wrapper table tbody tr td:last-child {
          text-align: center; }
        .university-college-detail .container .table-wrapper table tbody tr .location-column {
          display: flex;
          column-gap: 0.5rem;
          align-items: center; }
          .university-college-detail .container .table-wrapper table tbody tr .location-column figure {
            width: 4rem;
            height: 4rem;
            border-radius: 50%; }

#moreInfoModalCenter .modal-content .modal-header .modal-title {
  font-size: 20px; }
#moreInfoModalCenter .modal-content .modal-header .btn-close {
  color: white !important;
  font-size: 2rem;
  background-color: #e31b17;
  padding: 3px 6px 6px;
  background-image: none;
  opacity: 1; }
#moreInfoModalCenter .modal-content .modal-body ul {
  padding-left: 0 !important; }
  #moreInfoModalCenter .modal-content .modal-body ul li {
    display: block;
    padding-bottom: 7px;
    text-align: justify;
    font-weight: 300;
    line-height: 24px;
    font-size: 16px; }
    #moreInfoModalCenter .modal-content .modal-body ul li:last-child {
      padding-bottom: 0px; }
    #moreInfoModalCenter .modal-content .modal-body ul li span {
      font-weight: 500; }

.blog-detail {
  padding: 8rem 0; }
  .blog-detail .container .row {
    row-gap: 3rem; }
  .blog-detail .container .pagination-section .pagination-lg {
    font-family: "Rubik", sans-serif;
    --bs-pagination-padding-x: 2rem;
    --bs-pagination-padding-y: 1rem;
    --bs-pagination-font-size: 1.6rem;
    --bs-pagination-border-radius: 0;
    --bs-pagination-color: red;
    --bs-pagination-active-bg: red;
    --bs-pagination-active-border-color: red;
    --bs-pagination-bg: none;
    --bs-pagination-hover-color: white;
    --bs-pagination-hover-bg: red;
    --bs-pagination-hover-border-color: red;
    --bs-pagination-focus-color: white;
    --bs-pagination-focus-bg: red;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(248, 6, 6, 0.25);
    --bs-pagination-border-width: 0.2rem;
    --bs-pagination-border-color: red; }
    .blog-detail .container .pagination-section .pagination-lg li a {
      border-right: none; }
    .blog-detail .container .pagination-section .pagination-lg li:last-child a {
      border-right: 2px solid red; }

.inner-blog-detail {
  padding: 8rem 0; }
  .inner-blog-detail .container .row .published-date {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    border-bottom: 2px solid #999999;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem; }
    .inner-blog-detail .container .row .published-date i {
      margin-top: -1.1rem; }
  .inner-blog-detail .container .row .recent-articles-column ul {
    padding: 0;
    list-style: none; }
  .inner-blog-detail .container .row .recent-articles-column .article-type {
    padding: 1rem 1.5rem;
    background: #e31b17;
    color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: normal; }
  .inner-blog-detail .container .row .recent-articles-column .blog-card {
    padding: 0; }
    .inner-blog-detail .container .row .recent-articles-column .blog-card:hover::after {
      transform: translate(5rem, 2rem); }
  .inner-blog-detail .container .row .recent-articles-column ul li {
    margin-bottom: 3rem; }
    .inner-blog-detail .container .row .recent-articles-column ul li::before {
      display: none; }
  .inner-blog-detail .faq-section {
    background: #ddd; }
    .inner-blog-detail .faq-section .accordion {
      --bs-accordion-bg: transparent;
      --bs-accordion-btn-focus-border-color: none;
      --bs-accordion-btn-focus-box-shadow: none;
      --bs-accordion-active-color: red;
      --bs-accordion-active-bg: transparent; }
      .inner-blog-detail .faq-section .accordion .accordion-item .accordion-header .accordion-button {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: normal; }
        .inner-blog-detail .faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
          display: none; }
        .inner-blog-detail .faq-section .accordion .accordion-item .accordion-header .accordion-button::before {
          content: "\2b";
          color: #e31b17;
          margin-right: 2rem;
          font-size: 3rem;
          width: 1.6rem;
          height: 1.6rem;
          display: flex;
          align-items: center;
          justify-content: center; }
        .inner-blog-detail .faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
          content: "\f068";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          color: #e31b17;
          margin-right: 2rem;
          font-size: 2rem;
          width: 1.6rem;
          height: 1.6rem;
          display: flex;
          align-items: center;
          justify-content: center; }
      .inner-blog-detail .faq-section .accordion .accordion-item .accordion-body {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: normal;
        background: white !important; }

@media (max-width: 1399px) {
  header .navbar-section .navbar {
    gap: 10px !important;
    font-size: 1.7rem !important; }
    header .navbar-section .navbar .navbar-nav {
      gap: 1.3rem !important; }
  header .navbar-section .book-appointment-btn a {
    font-size: 1.6rem !important; } }
@media (max-width: 1299px) {
  header .navbar-section .navbar {
    gap: 4px !important;
    font-size: 1.6rem !important; }
    header .navbar-section .navbar .navbar-nav {
      gap: 1.3rem !important; }
      header .navbar-section .navbar .navbar-nav .nav-item .nav-link {
        padding-left: 0.6rem !important;
        padding-right: 0.6rem !important; }
  header .navbar-section .book-appointment-btn a {
    font-size: 1.4rem !important;
    padding: 0.5rem 1rem; } }
@media (max-width: 1199px) {
  header .navbar-section .navbar {
    font-size: 1.4rem !important; } }
@media (max-width: 1024px) {
  header {
    font-size: 1.6rem; }
    header .social-media-header {
      padding-right: 0; }

  .navbar-section .container .navbar {
    font-size: 1.6rem; }

  .service-section .container .row .service-card .card-body .card-title {
    height: 4.8rem; }

  footer .footer-1 .container .row .footer-title {
    font-size: 1.6rem;
    font-weight: 500; }
  footer .footer-1 .container .row .footer-links .footer-item .fa-location-dot {
    padding-top: 0.2rem !important; }
  footer .footer-1 .container .row .footer-links .footer-item .footer-link {
    font-size: 1.6rem;
    line-height: 2rem; } }
@media (max-width: 991px) {
  .our-mission-section .eclipse,
  .our-vision-section .eclipse {
    margin-left: auto; }

  header {
    font-size: 1.6rem; }

  .service-detail .service-tabs-box .nav .headidng {
    display: none; }

  .page-title-section figure figcaption .page-title {
    font-family: big-john;
    font-weight: 400;
    font-size: 2rem;
    line-height: normal; }

  .navbar-collapse {
    margin-top: 1rem; }
    .navbar-collapse .navbar-nav li:last-child {
      width: max-content; }

  .about-section .row {
    align-items: center; }

  .col-with-vh1 {
    position: static; }
    .col-with-vh1 .section-heading {
      margin-bottom: 1rem;
      position: static;
      writing-mode: horizontal-tb;
      transform: none; }
      .col-with-vh1 .section-heading::before {
        position: static;
        transform: none; }

  .col-with-vh1-desc {
    padding-left: 0;
    margin-bottom: 1rem; }

  .col-with-vh2 {
    position: static; }
    .col-with-vh2 .section-heading {
      margin-bottom: 1rem;
      position: static;
      writing-mode: horizontal-tb;
      transform: none; }
      .col-with-vh2 .section-heading::after {
        position: static;
        transform: none; }

  .col-with-vh2-desc {
    padding-right: 0;
    margin-bottom: 1rem; }

  .service-section .container .row .col-with-vh2 {
    order: 0 !important; }

  .blog-card::after {
    display: none; }

  .blog-section .container {
    position: static; }
    .blog-section .container .row {
      row-gap: 3rem; }
    .blog-section .container .section-heading {
      margin-bottom: 2rem;
      text-align: center;
      position: static;
      writing-mode: horizontal-tb;
      transform: none; }
      .blog-section .container .section-heading::before {
        transform: none;
        position: static;
        width: 6rem; }
    .blog-section .container .row {
      padding-left: 0; }

  .footer-1 .row {
    row-gap: 3rem; }
    .footer-1 .row > div:nth-child(2) {
      padding-left: 4rem; }
    .footer-1 .row .footer-links .footer-item {
      margin-bottom: 0.5rem; }

  .footer-2 .row div {
    text-align: center !important; }

  .mission-vision-statement .our-mission-section,
  .mission-vision-statement .our-vision-section {
    align-items: center; }
  .mission-vision-statement .eclipse {
    width: 15rem;
    height: 15rem; }
  .mission-vision-statement .section-heading {
    margin-bottom: 0px !important; }
    .mission-vision-statement .section-heading::before {
      display: none; }

  .achievement-section .record-box {
    border-top: 1rem solid #eff1ed;
    border-bottom: 1rem solid #eff1ed; }

  .second-tabs-box .me-3 {
    margin-right: 0px !important; } }
@media (max-width: 767px) {
  .job-detail #v-pills-tab {
    flex-direction: row !important;
    overflow: auto;
    flex-wrap: nowrap;
    gap: 10px; }
    .job-detail #v-pills-tab button {
      font-size: 1.6rem !important; }
      .job-detail #v-pills-tab button figure {
        width: 3.5rem !important;
        height: 3.5rem !important;
        flex-shrink: 0; }

  .home-section .owl-carousel .owl-stage-outer figure img {
    height: 50vh; }
  .home-section .owl-carousel .owl-stage-outer figure figcaption .banner-heading {
    -webkit-text-stroke: .3px white; }
  .home-section .owl-carousel .owl-stage-outer figure figcaption .banner-sub-heading {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }

  .job-apply-section {
    margin: 20px 0px !important; }
    .job-apply-section ul {
      flex-direction: column;
      gap: 10px; }

  .about-section .container .row {
    row-gap: 2rem; }
    .about-section .container .row .about-us-img {
      order: -1; }

  .youtube-video-section {
    height: 30rem; }
    .youtube-video-section i {
      font-size: 3rem !important; }

  footer .footer-1 .row > div:nth-child(2) {
    padding-left: calc(var(--bs-gutter-x) * 0.5); }

  .section-heading,
  .section-sub-heading-after,
  .section-sub-heading-before {
    font-size: 2.5rem; }

  .service-detail .container .row {
    row-gap: 2rem; }

  .first-tabs-box .me-3 {
    margin-right: 0px !important; }

  .book-appoinment-detail .container form .row {
    row-gap: 2rem; }

  .university-college-detail .container .search-section {
    row-gap: 2rem; } }
@media (max-width: 575px) {
  .bold-sub-heading {
    font-size: 2.6rem; }

  .mission-vision-statement .our-mission-section,
  .mission-vision-statement .our-value-section {
    margin-bottom: 3rem !important; }

  .service-detail .tab-content {
    padding: 0; }

  .contact-page-content .map .container iframe {
    height: 20rem; } }
@media (max-width: 480px) {
  a,
  i,
  .blog-desc,
  .footer-title,
  p,
  .company-detail,
  .footer-2,
  .stat-topic,
  .custom-btn,
  li {
    font-size: 1.6rem !important; }

  .bold-sub-heading {
    font-size: 2rem; }

  .service-card {
    padding: 2rem 1rem !important; }

  .service-detail .service-tabs-box .nav button {
    font-size: 1.6rem !important; }

  .job-apply-section {
    flex-direction: column;
    align-items: flex-start !important; }
    .job-apply-section ul {
      grid-template-columns: 1fr; }
    .job-apply-section .custom-btn {
      margin-top: 10px; }

  .form-detail form .experience-verification .col-12 {
    flex-wrap: wrap !important;
    row-gap: 1rem !important; }

  .contact-page-content .paragraph {
    font-size: 1.6rem !important; }
  .contact-page-content .location-detail ul li:first-child {
    margin-top: 0.5rem;
    display: flex; } }
.terms-and-condition-detail {
  padding: 8rem 0; }

.privacy-detail {
  padding: 8rem 0; }

.error {
  padding: 8rem 0;
  display: block; }
  .error i {
    font-size: 10rem; }

@font-face {
  font-family: big-john;
  src: url("../fonts/BIG JOHN.otf"); }

/*# sourceMappingURL=style.css.map */
