/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700&family=Spectral:wght@400;500;600;700&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  color: black !important;
  font-family: "Karla", sans-serif; }

a {
  text-decoration: none !important;
  color: inherit !important; }

figure {
  margin: 0 !important;
  overflow: hidden; }
  figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0 !important; }

h1 {
  font-size: 2.25rem !important;
  font-weight: bold; }
  @media (max-width: 900px) {
    h1 {
      font-size: 2rem !important; } }
  @media (max-width: 400px) {
    h1 {
      font-size: 1.8rem !important; } }

h2 {
  font-size: 1.8rem !important;
  font-weight: bold; }
  @media (max-width: 900px) {
    h2 {
      font-size: 1.6rem !important; } }
  @media (max-width: 400px) {
    h2 {
      font-size: 1.4rem !important; } }

h3 {
  font-size: 1.56rem !important; }
  @media (max-width: 400px) {
    h3 {
      font-size: 1.3rem !important; } }

h4 {
  font-size: 1.25rem !important; }

h5 {
  font-size: 1.125rem !important; }

h6 {
  font-size: 0.875rem !important; }

.section-gutter {
  margin-top: 4.375rem !important; }

.description {
  text-align: justify;
  font-family: "Spectral", serif;
  font-size: 18px; }

.page-heading {
  text-transform: capitalize;
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  color: #C61B29; }

.direct-page-primary {
  background-color: #C61B29;
  font-family: "Spectral", serif;
  font-weight: bold;
  color: #fff !important;
  padding: 7px 17px 4px 9px;
  border-radius: 5px; }
  .direct-page-primary:hover {
    background-color: #9c1520 !important; }
  .direct-page-primary:active {
    transform: scale(0.97); }
  .direct-page-primary i {
    background-color: #fff;
    color: #C61B29;
    font-size: 10px;
    padding: 3px;
    margin-left: 7px; }

.direct-page-secondary {
  color: #C61B29 !important;
  font-family: "Spectral", serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 auto; }
  .direct-page-secondary:hover {
    color: #9c1520 !important; }
    .direct-page-secondary:hover i {
      background-color: #9c1520 !important; }
  .direct-page-secondary:active {
    transform: scale(0.97); }
  .direct-page-secondary i {
    color: #fff;
    background-color: #C61B29;
    font-size: 10px;
    padding: 4px 5px;
    margin-left: 3px;
    border-radius: 2px; }

.btn-outline-secondary {
  border-color: inherit !important; }
  .btn-outline-secondary:hover {
    border: 1px solid #2e3192 !important; }
  .btn-outline-secondary:active {
    border: 1px solid #2e3192 !important; }

.error {
  color: #ffffff !important; }

.breadcrumb-all {
  height: 150px;
  text-transform: capitalize;
  background-color: #2e3192;
  color: #ffffff !important; }
  .breadcrumb-all .breadcrumb-heading {
    text-align: center;
    font-family: "Spectral", serif; }
  .breadcrumb-all ol {
    padding-top: 29px;
    margin: 0; }
    .breadcrumb-all ol .breadcrumb-item {
      color: #ffffff !important; }
      .breadcrumb-all ol .breadcrumb-item + .breadcrumb-item::before {
        color: #ffffff; }

.pagination nav {
  margin-right: 0 !important;
  margin-left: auto !important; }
  .pagination nav ul {
    color: #2e3192;
    font-size: 18px;
    font-family: "Spectral", serif; }
    @media (max-width: 768px) {
      .pagination nav ul {
        font-size: 16px !important; } }
    @media (max-width: 425px) {
      .pagination nav ul {
        font-size: 12px !important; } }
    .pagination nav ul .active {
      color: #ffffff; }
      .pagination nav ul .active .page-link {
        background-color: #2e3192 !important; }
    .pagination nav ul li .page-link {
      border: 2px solid #2e3192;
      padding: 7px 17px !important;
      border-color: #2e3192 !important; }
      @media (max-width: 425px) {
        .pagination nav ul li .page-link {
          padding: 7px 8px !important; } }
    .pagination nav ul .page-item:first-child .page-link {
      border-top-left-radius: 50% !important;
      border-bottom-left-radius: 50% !important;
      color: transparent !important; }
      .pagination nav ul .page-item:first-child .page-link:before {
        content: '<';
        color: #2e3192 !important; }
    .pagination nav ul .page-item:last-child .page-link {
      border-top-right-radius: 50% !important;
      border-bottom-right-radius: 50% !important;
      color: transparent !important; }
      .pagination nav ul .page-item:last-child .page-link:before {
        content: '>';
        color: #2e3192 !important; }

header {
  background-color: white !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.75);
  font-family: "Karla", sans-serif !important;
  font-size: 18px; }
  header .nav-top {
    background-color: #2e3192 !important;
    padding: .5rem 0; }
    header .nav-top > * {
      font-size: 16px !important;
      color: #ffffff !important;
      font-weight: 500; }
    header .nav-top .top-nav-wrapper {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 620px) {
        header .nav-top .top-nav-wrapper {
          flex-direction: column !important;
          gap: .7rem !important; } }
      header .nav-top .top-nav-wrapper .contacts span {
        white-space: nowrap; }
        header .nav-top .top-nav-wrapper .contacts span:first-child {
          margin-right: 10px; }
      header .nav-top .top-nav-wrapper .socials a {
        margin-right: 1rem;
        font-size: 14px; }
  header .navbar-nav {
    align-items: center; }
    header .navbar-nav li {
      display: inline-block;
      position: relative; }
      header .navbar-nav li:hover ul.dropdown-menu-hover {
        opacity: 1;
        visibility: visible;
        transition: all linear 500ms; }
      header .navbar-nav li ul.dropdown-menu-hover {
        padding: 0 !important;
        width: 200px;
        background: #ffffff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 999;
        left: -35px; }
        header .navbar-nav li ul.dropdown-menu-hover li {
          display: block;
          text-transform: uppercase; }
      header .navbar-nav li li {
        border-bottom: 1px solid #dadada; }
        header .navbar-nav li li:last-child {
          border: 0px; }
      header .navbar-nav li .dropdown-item {
        width: auto;
        display: block;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        margin: .75rem 0;
        padding: 0 1rem;
        text-align: center;
        white-space: normal; }
        @media (max-width: 991px) {
          header .navbar-nav li .dropdown-item {
            margin: .4rem; } }
        header .navbar-nav li .dropdown-item:active {
          background-color: #2e3192 !important;
          color: #ffffff !important; }
  header .navbar-brand {
    margin-right: 0; }
    header .navbar-brand img {
      width: 210px;
      height: auto; }
  header .navbar-toggler {
    border-color: rgba(255, 255, 255, 0) !important; }
    header .navbar-toggler:focus {
      box-shadow: 0px 0px 16px 0rem #2d358f63; }
  header .nav-items {
    font-weight: bold;
    font-size: 18px;
    margin-right: 2.1rem !important;
    padding-right: 0 !important; }
    @media only screen and (max-width: 1199px) {
      header .nav-items {
        margin-right: 17px !important;
        font-size: 17px !important; } }
    @media only screen and (max-width: 991px) {
      header .nav-items {
        margin-bottom: 20px !important; } }
    header .nav-items .nav-links {
      color: #2e3192 !important;
      text-transform: uppercase; }
      header .nav-items .nav-links:hover {
        color: #211542 !important; }
    header .nav-items .active {
      color: #C61B29 !important; }
  header .dropdown-toggler {
    position: relative; }
    header .dropdown-toggler i {
      margin-left: 2px; }
  header .form-control {
    border: 1px solid #2e3192;
    border-bottom-right-radius: 0px; }
  header .input-group {
    width: 200px;
    margin: 0 auto; }
    @media only screen and (max-width: 1353px) {
      header .input-group {
        width: 150px;
        font-size: .3rem; } }
    @media only screen and (max-width: 991px) {
      header .input-group {
        width: 200px !important; } }
    header .input-group .btn {
      background-color: #2e3192; }
      header .input-group .btn i {
        color: #eee;
        font-size: .8rem; }
    header .input-group ::placeholder {
      color: #2e3192;
      font-family: "Spectral", serif;
      padding-left: 0px; }
  header .search-box-wrapper {
    line-height: 50px;
    text-align: center;
    position: relative;
    cursor: pointer; }
    header .search-box-wrapper i {
      color: #ffffff;
      background-color: #2e3192;
      padding: .5rem;
      border-radius: 2px; }
      header .search-box-wrapper i:hover {
        background-color: #38246e !important; }
  header .search-box {
    position: absolute;
    z-index: 200;
    top: 60px;
    right: -27px;
    width: 350px;
    line-height: 45px;
    display: none; }
  header .search-box:before {
    content: "";
    position: absolute;
    top: -28px;
    right: 32px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #C61B29; }
  header .search-box input[type="text"] {
    width: 200px;
    padding: 0 10px;
    margin-left: 23px;
    border: 1px solid #C61B29;
    border-top: 2px solid #C61B29;
    outline: none; }
  header .search-box input[type="submit"] {
    width: 80px;
    background: #C61B29;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #C61B29;
    border-top: 2px solid #C61B29;
    outline: none;
    cursor: pointer; }
  @media (min-width: 991px) {
    header .full-width-searchbar {
      display: none; } }
  @media (max-width: 991px) {
    header .toggle-searchbar {
      display: none; } }

footer {
  margin-top: 113px !important;
  width: 100%;
  height: 100%;
  color: #ffffff;
  position: relative; }
  footer figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -10; }
    footer figure img {
      z-index: -11;
      width: 100%;
      object-fit: cover !important; }
  footer .subscribe {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2E3192;
    border-radius: 27px;
    width: 70.8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 70px 20px; }
    @media only screen and (max-width: 1028px) {
      footer .subscribe {
        display: flex;
        flex-direction: column; } }
    @media only screen and (max-width: 700px) {
      footer .subscribe {
        padding: 25px 12px 19px;
        width: 80%; } }
    footer .subscribe h3 {
      font-family: 'Spectral';
      font-style: normal;
      font-weight: 700;
      font-size: 25px; }
    footer .subscribe .btnz {
      display: flex; }
      @media (max-width: 420px) {
        footer .subscribe .btnz {
          flex-direction: column; } }
    footer .subscribe .input-group {
      display: flex;
      border-radius: 15px;
      flex-direction: column;
      width: 40%; }
      @media (max-width: 420px) {
        footer .subscribe .input-group {
          flex-direction: column; }
          footer .subscribe .input-group .form-control {
            width: 100% !important; } }
      footer .subscribe .input-group .form-control {
        background-color: transparent;
        color: #ffffff !important;
        border-radius: 15px !important;
        border-right: 0 !important;
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important; }
        @media (max-width: 420px) {
          footer .subscribe .input-group .form-control {
            border-right: 1px solid !important;
            border-radius: 15px !important; } }
        footer .subscribe .input-group .form-control:focus {
          outline: 0 !important;
          box-shadow: none !important; }
      @media only screen and (max-width: 1028px) {
        footer .subscribe .input-group {
          margin-top: .5rem;
          width: 100%; } }
      footer .subscribe .input-group .btn {
        height: 41px;
        z-index: 20;
        margin-left: -20px !important;
        border-radius: 14px !important;
        font-family: "Spectral", serif;
        font-weight: 600;
        font-size: 18px;
        background-color: #ffffff;
        color: #2e3192;
        transform: scale(1.05); }
        @media only screen and (max-width: 420px) {
          footer .subscribe .input-group .btn {
            margin-left: 0 !important;
            width: 50%;
            margin: 0 auto !important;
            margin-top: 4px !important; } }
        footer .subscribe .input-group .btn:active {
          transform: scale(1);
          box-shadow: 0px 0px 5px black !important; }
        footer .subscribe .input-group .btn:focus {
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0); }
      footer .subscribe .input-group ::placeholder {
        color: #ffffff;
        font-family: "Spectral", serif;
        font-style: italic;
        padding-left: 0px; }
      footer .subscribe .input-group .error {
        margin: 0 auto !important; }
  footer .main-footer {
    padding: 125px 0  40px 0;
    border-bottom: 1px solid; }
    footer .main-footer h3 {
      margin-bottom: 45px !important;
      font-family: "Karla", sans-serif;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        footer .main-footer h3 {
          margin-bottom: 25px !important; } }
    footer .main-footer ul, footer .main-footer span, footer .main-footer a {
      font-size: 18px;
      font-family: "Spectral", serif;
      margin-bottom: 9px; }
    footer .main-footer ul {
      line-height: 29px; }
    footer .main-footer span i, footer .main-footer a i {
      margin-right: 24px; }
    footer .main-footer span {
      display: flex;
      align-items: flex-start; }
      footer .main-footer span i {
        margin-top: 4px; }
  @media (max-width: 550px) {
    footer .lower-footer {
      padding-bottom: 55px; } }
  footer .lower-footer .lower-footer-wrapper {
    display: flex;
    justify-content: space-between;
    font-style: italic;
    font-family: "Spectral", serif;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 0px 15px 0; }
    @media only screen and (max-width: 760px) {
      footer .lower-footer .lower-footer-wrapper {
        flex-direction: column;
        align-items: center;
        font-size: 16px !important; } }

.enquiry a {
  width: max-content;
  color: #ffffff !important;
  width: max-content;
  font-weight: bold;
  text-align: center;
  background-color: #C61B29;
  border-radius: 0.25rem 0 0 0.25rem;
  padding: 20px;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: -26px;
  transform: translate(-50%, -50%);
  animation: blink 850ms infinite alternate; }
  @media (max-width: 550px) {
    .enquiry a {
      bottom: 0 !important;
      width: 100% !important;
      height: max-content;
      left: 0 !important;
      top: auto !important;
      right: auto !important;
      transform: translate(0, 0) !important;
      padding: 16px 8px;
      border-radius: 0;
      animation: none; } }
@keyframes blink {
  from {
    background-color: #C61B29; }
  to {
    background-color: red;
    box-shadow: 0px 0px 15px 3px red; } }
  .enquiry a:hover {
    background-color: #b10e1c !important; }
  @media (max-width: 550px) {
    .enquiry a p {
      display: none; } }
  @media (min-width: 550px) {
    .enquiry a span {
      display: none; } }

.modal .modal-content {
  background-color: #2e3192;
  color: #ffffff; }
  .modal .modal-content .modal-header .modal-title {
    margin-left: auto !important;
    font-weight: 700; }
  .modal .modal-content .modal-body {
    padding: 2rem 3rem; }
    .modal .modal-content .modal-body span .form-label {
      margin: 4px;
      font-family: 'Spectral';
      font-style: italic;
      font-weight: 400;
      font-size: 14px; }
    .modal .modal-content .modal-body span .form-control, .modal .modal-content .modal-body span .form-select {
      background-color: transparent;
      color: #ffffff;
      border: 1px solid #ffffff;
      border-radius: 10px; }
      .modal .modal-content .modal-body span .form-control:focus, .modal .modal-content .modal-body span .form-select:focus {
        box-shadow: none;
        border: 2px solid; }
    .modal .modal-content .modal-body .custom-select {
      background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px !important; }
    .modal .modal-content .modal-body select option {
      color: #2e3192 !important; }
    .modal .modal-content .modal-body select option:focus {
      background-color: #2e3192; }
    .modal .modal-content .modal-body form p {
      font-family: 'Spectral';
      font-style: italic;
      font-weight: 400;
      font-size: 14px; }
    .modal .modal-content .modal-body form .form-control, .modal .modal-content .modal-body form .form-select {
      background-color: transparent;
      color: #ffffff;
      border: 1px solid #ffffff;
      border-radius: 10px; }
      .modal .modal-content .modal-body form .form-control:focus, .modal .modal-content .modal-body form .form-select:focus {
        box-shadow: none;
        border: 2px solid; }
    .modal .modal-content .modal-body form .form-control {
      height: 112px; }
  .modal .modal-content .modal-footer {
    justify-content: center !important;
    border: 0; }
    .modal .modal-content .modal-footer .btn {
      padding: 9px 17px;
      border-radius: 17px;
      font-family: "Spectral", serif;
      background-color: #ffffff;
      color: #2e3192;
      font-size: 20px; }
      .modal .modal-content .modal-footer .btn:hover {
        transform: scale(1.02); }
      .modal .modal-content .modal-footer .btn:focus {
        box-shadow: none !important; }
      .modal .modal-content .modal-footer .btn i {
        font-size: .8em;
        margin-right: .5em; }

section .sub-topic {
  font-size: 18px;
  font-family: "Spectral", serif;
  margin-top: 10px; }

.landing-section-banner figure {
  position: relative;
  overflow: hidden; }
  @media (max-width: 500px) {
    .landing-section-banner figure img {
      min-height: 190px !important;
      width: 100% !important;
      object-fit: fill; } }
.landing-section-banner .banner-content {
  position: absolute;
  top: 130px;
  left: 50px;
  line-height: 36px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
  @media (max-width: 550px) {
    .landing-section-banner .banner-content {
      top: 50px;
      left: 50px; }
      .landing-section-banner .banner-content .bottom-content {
        font-size: 20px !important; }
      .landing-section-banner .banner-content .top-content {
        font-size: 40px !important; } }
  .landing-section-banner .banner-content .bottom-content {
    font-size: 24px;
    font-family: "Karla", sans-serif;
    color: #2e3192;
    font-weight: bold;
    margin-left: 42px; }
  .landing-section-banner .banner-content .top-content {
    font-size: 50px;
    font-family: "Spectral", serif;
    color: #C61B29;
    font-weight: bold; }
.landing-section-banner .banner-tiles {
  display: none; }
  @media (max-width: 1053px) {
    .landing-section-banner .banner-tiles {
      display: none; } }
  .landing-section-banner .banner-tiles .banner-tile-content {
    position: relative;
    overflow: hidden;
    max-width: 310px;
    height: 221px;
    margin-top: -129px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px 30px 0 30px; }
    .landing-section-banner .banner-tiles .banner-tile-content:hover {
      transform: translateY(-10px);
      transition: transform 500ms ease;
      box-shadow: 0px 5px 0 #C61B29; }
      .landing-section-banner .banner-tiles .banner-tile-content:hover i {
        top: -35px;
        transition: top 500ms ease;
        opacity: 0; }
      .landing-section-banner .banner-tiles .banner-tile-content:hover p {
        bottom: 50px;
        transition: bottom 500ms ease; }
        @media (max-width: 1073px) {
          .landing-section-banner .banner-tiles .banner-tile-content:hover p {
            bottom: 40px !important;
            transition: bottom 500ms ease; } }
      .landing-section-banner .banner-tiles .banner-tile-content:hover h3 {
        color: #C61B29;
        top: 15%;
        transition: top 500ms ease; }
    .landing-section-banner .banner-tiles .banner-tile-content i {
      position: absolute;
      top: 35%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #C61B29;
      font-size: 65px; }
    .landing-section-banner .banner-tiles .banner-tile-content h3 {
      width: 80%;
      position: absolute;
      top: 65%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      padding-top: 20px;
      color: #2e3192;
      font-family: "Karla", sans-serif;
      font-weight: bold;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .landing-section-banner .banner-tiles .banner-tile-content p {
      position: absolute;
      bottom: -150px;
      text-align: justify;
      color: #2e3192;
      font-size: 18px;
      font-family: "Spectral", serif;
      line-height: 23px;
      padding-right: 30px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

@media (max-width: 767px) {
  .landing-section-welcome .row {
    flex-direction: column-reverse !important; } }
.landing-section-welcome .welcome-heading {
  font-family: "Karla", sans-serif; }
  .landing-section-welcome .welcome-heading h2 {
    color: #2e3192;
    font-weight: bold; }
  .landing-section-welcome .welcome-heading h1 {
    color: #C61B29;
    font-weight: bold;
    margin: 12px 0 !important; }
.landing-section-welcome .direct-page-secondary {
  margin: 0 !important;
  padding-bottom: 20px; }
.landing-section-welcome p {
  font-family: "Spectral", serif;
  padding: 0;
  font-size: 18px;
  line-height: 29px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.landing-section-services .services {
  margin-top: 6.375rem !important; }
  @media (max-width: 991px) {
    .landing-section-services .services {
      margin: 0 !important; } }
  @media (max-width: 991px) {
    .landing-section-services .services .service-gap > * {
      margin-top: 100px !important; } }
  .landing-section-services .services .service-card {
    color: #2e3192;
    border: 2px solid #2e3192;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px; }
    .landing-section-services .services .service-card:hover {
      background-color: #C61B29;
      color: #ffffff !important;
      border: 2px solid #C61B29; }
      .landing-section-services .services .service-card:hover .service-logo {
        color: #C61B29;
        border: 2px solid #C61B29; }
      .landing-section-services .services .service-card:hover span {
        color: #ffffff !important; }
    .landing-section-services .services .service-card .service-logo {
      padding: 25px;
      color: #2e3192;
      background-color: #ffffff;
      border: 2px solid #2e3192;
      aspect-ratio: 1/1;
      border-radius: 50%;
      margin-top: -64px; }
      .landing-section-services .services .service-card .service-logo img {
        height: 52px;
        width: 52px; }
      .landing-section-services .services .service-card .service-logo i {
        font-size: 40px; }
    .landing-section-services .services .service-card .service-description {
      text-align: justify;
      padding: 9px 19px 30px 19px; }
    .landing-section-services .services .service-card h5 {
      font-family: "Karla", sans-serif;
      padding-bottom: 7px;
      font-weight: 700; }
    .landing-section-services .services .service-card span {
      font-family: "Spectral", serif;
      text-align: justify;
      font-weight: lighter;
      color: black;
      line-height: 20px;
      font-weight: 400;
      height: 100px;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden; }
.landing-section-services .service-banner {
  position: relative;
  overflow: hidden; }
  .landing-section-services .service-banner figure {
    position: relative; }
    .landing-section-services .service-banner figure img {
      min-height: 700px; }
      @media (max-width: 577px) {
        .landing-section-services .service-banner figure img {
          min-height: 475px !important; } }
    .landing-section-services .service-banner figure::after {
      content: '';
      background: #2E319280;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .landing-section-services .service-banner .wrapper {
    width: 93%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 575px) {
      .landing-section-services .service-banner .wrapper .col-xs-6 {
        flex: 0 0 auto;
        width: 50%; } }
    .landing-section-services .service-banner .wrapper .cards {
      display: flex;
      justify-content: center;
      align-items: center; }
      .landing-section-services .service-banner .wrapper .cards .item {
        font-family: "Karla", sans-serif;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .landing-section-services .service-banner .wrapper .cards .item .item-value {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 180px;
          height: 180px;
          aspect-ratio: 1/1;
          border: 3px solid;
          border-radius: 50%;
          padding: 70px;
          overflow: hidden; }
          @media (max-width: 575px) {
            .landing-section-services .service-banner .wrapper .cards .item .item-value {
              width: 140px;
              height: 140px; }
              .landing-section-services .service-banner .wrapper .cards .item .item-value h1 {
                font-size: 35px !important; }
              .landing-section-services .service-banner .wrapper .cards .item .item-value h3 {
                font-size: 20px !important;
                margin-top: 10px !important; } }
        .landing-section-services .service-banner .wrapper .cards .item h1 {
          font-size: 50px !important; }
        .landing-section-services .service-banner .wrapper .cards .item h3 {
          margin-top: 19px !important;
          font-family: 'Spectral';
          font-style: normal;
          font-weight: 700;
          font-size: 24px !important;
          text-align: center; }
.landing-section-services .card-other-services-wrapper {
  margin-top: 30px; }
  .landing-section-services .card-other-services-wrapper .card {
    border: 0 !important;
    height: 350px; }
    .landing-section-services .card-other-services-wrapper .card:hover {
      box-shadow: 0px 0px 14px 2px #00000082;
      transition: all 600ms;
      border-radius: .5rem !important;
      overflow: hidden; }
      .landing-section-services .card-other-services-wrapper .card:hover h3 {
        color: #C61B29 !important; }
    .landing-section-services .card-other-services-wrapper .card figure {
      height: 190px; }
      .landing-section-services .card-other-services-wrapper .card figure img {
        object-fit: cover; }
    .landing-section-services .card-other-services-wrapper .card .card-body h3 {
      color: #2e3192;
      margin-bottom: 10px !important; }
    .landing-section-services .card-other-services-wrapper .card .card-body p {
      text-align: justify;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.landing-section-universities {
  position: relative; }
  .landing-section-universities .slider {
    overflow: hidden !important;
    padding-bottom: 20px;
    padding-top: 15px; }
    .landing-section-universities .slider .slick-list {
      overflow: visible !important; }
    .landing-section-universities .slider .card {
      width: auto;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
      border: 0 !important;
      margin: 0 10px !important; }
      .landing-section-universities .slider .card figure {
        user-select: none;
        padding: 5px;
        height: 135px !important; }
        .landing-section-universities .slider .card figure img {
          object-fit: contain !important; }
  .landing-section-universities .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center; }
    .landing-section-universities .slick-arrow li {
      font-size: 2rem;
      color: #2e3192;
      margin: 0 10px; }
  .landing-section-universities .direct-page-secondary {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 700; }
    .landing-section-universities .direct-page-secondary:hover i {
      color: #ffffff !important; }
    .landing-section-universities .direct-page-secondary i {
      color: #C61B29;
      background-color: transparent; }

.landing-section-testimonial .testimonial-slider {
  position: relative; }
  .landing-section-testimonial .testimonial-slider .slider {
    overflow: hidden !important; }
    .landing-section-testimonial .testimonial-slider .slider .slick-list {
      overflow: visible !important; }
  .landing-section-testimonial .testimonial-slider .slider .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center; }
    .landing-section-testimonial .testimonial-slider .slider .slick-arrow li {
      font-size: 2rem;
      color: #2e3192;
      margin: 0 10px; }
  .landing-section-testimonial .testimonial-slider .slider .testimonial-card {
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%; }
    .landing-section-testimonial .testimonial-slider .slider .testimonial-card .testimonial-content {
      padding: 24px 32px 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .landing-section-testimonial .testimonial-slider .slider .testimonial-card .testimonial-content h5 {
        font-family: 'Spectral';
        font-style: normal;
        font-weight: 700;
        color: #2e3192;
        padding: 18px 0; }
      .landing-section-testimonial .testimonial-slider .slider .testimonial-card .testimonial-content span {
        text-align: justify;
        font-family: 'Spectral';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 29px; }
    .landing-section-testimonial .testimonial-slider .slider .testimonial-card .direct-page-secondary {
      font-family: 'Spectral';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      padding-right: 32px;
      padding-bottom: 23px;
      justify-content: end !important; }
      .landing-section-testimonial .testimonial-slider .slider .testimonial-card .direct-page-secondary i {
        font-size: 20px;
        color: #C61B29;
        background-color: transparent; }
  .landing-section-testimonial .testimonial-slider .direction {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 50%); }
    @media (max-width: 767px) {
      .landing-section-testimonial .testimonial-slider .direction i {
        font-size: 12px !important;
        padding: 12px 15px  !important; }
      .landing-section-testimonial .testimonial-slider .direction .arrow_testi_prev {
        margin-left: -30px; }
      .landing-section-testimonial .testimonial-slider .direction .arrow_testi_next {
        margin-right: -30px; } }
    .landing-section-testimonial .testimonial-slider .direction i {
      font-size: 14px;
      color: #ffffff;
      background-color: #2e3192;
      padding: 10px 13px;
      border-radius: 7px; }
.landing-section-testimonial .testimonial-slider, .landing-section-testimonial .slider, .landing-section-testimonial .slick-list, .landing-section-testimonial .slick-track {
  height: 100% !important; }
.landing-section-testimonial .video {
  position: relative; }
  .landing-section-testimonial .video figure {
    height: 100%;
    width: 100%; }
    .landing-section-testimonial .video figure img {
      object-fit: cover !important; }
    .landing-section-testimonial .video figure:after {
      content: '';
      background-color: #2E319280;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%; }
  .landing-section-testimonial .video a {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff !important;
    background-color: #C61B29;
    padding: 10px 13px 8px 12px;
    font-size: 20px !important;
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-family: "Spectral", serif;
    font-weight: 700; }
    @media (max-width: 375px) {
      .landing-section-testimonial .video a {
        font-size: 16px !important; } }
    .landing-section-testimonial .video a i {
      margin-left: 11px;
      color: #ffffff;
      font-size: 16px; }
.landing-section-testimonial #video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 70%;
  left: 45%;
  margin-left: -30%;
  top: 15%;
  background-color: #fff; }
  @media (max-width: 600px) {
    .landing-section-testimonial #video-popup-container {
      width: 100% !important;
      left: 0 !important;
      margin-left: 0 !important;
      top: 34% !important; } }
.landing-section-testimonial #video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff; }
.landing-section-testimonial #video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000; }
.landing-section-testimonial #video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000; }
.landing-section-testimonial #video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%; }
.landing-section-testimonial #video-popup-close:hover {
  color: #DE0023; }

.about-us h1 {
  color: #C61B29;
  font-family: "Karla", sans-serif;
  margin-bottom: 35px !important; }
.about-us .page-heading {
  color: #2e3192 !important; }
.about-us .additional-des {
  padding-top: 23px !important; }
.about-us .description > p {
  margin-bottom: 1rem !important; }
  .about-us .description > p strong, .about-us .description > p b {
    color: #C61B29; }

.about-us-message .message-description {
  position: relative;
  height: 100%; }
  .about-us-message .message-description .description {
    padding: 23px 0 33px 0;
    line-height: 28px; }
    .about-us-message .message-description .description > p {
      margin-bottom: 1rem !important; }
  .about-us-message .message-description .initials {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: "Spectral", serif;
    font-weight: 500; }

@media (max-width: 767px) {
  .service .page-heading {
    margin-bottom: 10px !important; }
  .service:nth-child(odd) .row {
    flex-direction: column-reverse  !important; } }
.service h1 {
  margin-bottom: 35px !important; }

.contact-us .contact-details .contact-list {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .contact-us .contact-details .contact-list .contact-logo {
    height: 50px;
    width: 50px;
    aspect-ratio: 1/1;
    border: 1px solid #2e3192;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .contact-us .contact-details .contact-list .contact-logo i {
      font-size: 1.5rem;
      color: #2e3192; }
  .contact-us .contact-details .contact-list span {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 13px 0 10px 0;
    text-align: center; }
    .contact-us .contact-details .contact-list span:last-child {
      margin: 0; }
.contact-us .contact-socials-form {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 800px) {
    .contact-us .contact-socials-form {
      flex-direction: column; }
      .contact-us .contact-socials-form .description {
        line-height: 24px;
        padding: 1.5rem 0 !important; }
      .contact-us .contact-socials-form .socials {
        display: none; }
      .contact-us .contact-socials-form .social-links-wrapper {
        display: flex;
        justify-content: space-between;
        padding-bottom: 6px; }
      .contact-us .contact-socials-form .socials-logo {
        margin-right: 5px !important; } }
  @media (max-width: 600px) {
    .contact-us .contact-socials-form .social-links-wrapper {
      flex-direction: column !important; } }
  .contact-us .contact-socials-form .socials {
    margin-right: -40px;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    width: 420px;
    height: 100%;
    padding: 30px; }
    .contact-us .contact-socials-form .socials .page-heading-line {
      position: relative;
      width: fit-content;
      padding-bottom: 4px;
      color: #2e3192 !important; }
      .contact-us .contact-socials-form .socials .page-heading-line::before, .contact-us .contact-socials-form .socials .page-heading-line::after {
        content: '';
        position: absolute;
        height: 2px;
        background-color: #2e3192; }
      .contact-us .contact-socials-form .socials .page-heading-line::before {
        width: 75%;
        bottom: 0; }
      .contact-us .contact-socials-form .socials .page-heading-line::after {
        width: 50%;
        bottom: -10px;
        left: 0; }
    .contact-us .contact-socials-form .socials .description {
      line-height: 24px;
      padding: 2.25rem 0; }
    .contact-us .contact-socials-form .socials .social-links {
      display: flex;
      align-items: center;
      font-family: "Spectral", serif;
      font-weight: 400;
      font-size: 18px;
      margin-top: 15px; }
      .contact-us .contact-socials-form .socials .social-links .socials-logo {
        width: 42px;
        height: 39px;
        width: fit-content;
        aspect-ratio: 1/1;
        border: 2px solid #2e3192;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: none;
        margin-right: 15px; }
        .contact-us .contact-socials-form .socials .social-links .socials-logo a {
          font-size: 1.2rem;
          color: #2e3192 !important; }
        .contact-us .contact-socials-form .socials .social-links .socials-logo .fa-instagram {
          background-color: #2e3192 !important;
          color: #ffffff !important;
          border-radius: 3px; }
  .contact-us .contact-socials-form .contact-form {
    background-color: #2e3192;
    padding: 55px 81px 72px 122px; }
    @media (max-width: 800px) {
      .contact-us .contact-socials-form .contact-form {
        padding: 55px; } }
    @media (max-width: 450px) {
      .contact-us .contact-socials-form .contact-form {
        padding: 20px; } }
    .contact-us .contact-socials-form .contact-form .page-heading-line {
      position: relative;
      width: fit-content;
      padding-bottom: 4px;
      color: #ffffff; }
      .contact-us .contact-socials-form .contact-form .page-heading-line::before, .contact-us .contact-socials-form .contact-form .page-heading-line::after {
        content: '';
        position: absolute;
        height: 2px;
        background-color: #ffffff; }
      .contact-us .contact-socials-form .contact-form .page-heading-line::before {
        width: 75%;
        bottom: 0; }
      .contact-us .contact-socials-form .contact-form .page-heading-line::after {
        width: 50%;
        bottom: -10px;
        left: 0; }
    .contact-us .contact-socials-form .contact-form .row > * {
      padding-bottom: 50px; }
    .contact-us .contact-socials-form .contact-form .form-control {
      background-color: transparent;
      border: 1px solid #ffffff;
      color: #ffffff; }
      .contact-us .contact-socials-form .contact-form .form-control::placeholder {
        color: #acacac; }
      .contact-us .contact-socials-form .contact-form .form-control:focus {
        box-shadow: none !important;
        border: 2px solid #ffffff; }
    .contact-us .contact-socials-form .contact-form .custom-select {
      color: #ffffff !important;
      background-color: transparent;
      background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px !important;
      border: 0 !important; }
      .contact-us .contact-socials-form .contact-form .custom-select:focus {
        box-shadow: none; }
    .contact-us .contact-socials-form .contact-form select option {
      color: #2e3192 !important;
      background-color: transparent !important;
      margin-top: 30px !important;
      line-height: 40px !important; }
    .contact-us .contact-socials-form .contact-form select option:focus {
      background-color: #2e3192; }
    .contact-us .contact-socials-form .contact-form .form-floating .form-control {
      min-height: 129px; }
      .contact-us .contact-socials-form .contact-form .form-floating .form-control::placeholder {
        color: transparent; }
    .contact-us .contact-socials-form .contact-form .form-floating label {
      color: #acacac; }
    .contact-us .contact-socials-form .contact-form .direct-page-secondary {
      margin-top: 50px;
      background-color: #ffffff;
      border-radius: 10px;
      padding: 9px 17px;
      color: #2e3192 !important;
      border: 0; }
      .contact-us .contact-socials-form .contact-form .direct-page-secondary i {
        background-color: transparent !important;
        color: #2e3192; }

.universities .universities-card .card {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
  .universities .universities-card .card figure {
    padding: 5px; }
  .universities .universities-card .card .button {
    display: none; }

.universities-detail figure {
  width: 60%;
  margin: auto !important; }
.universities-detail .program ul {
  line-height: 29px;
  font-size: 18px;
  font-family: "Spectral", serif; }

.faq {
  /*open one card by default*/ }
  .faq .accordian {
    width: 83%;
    margin: 0 auto;
    font-family: "Spectral", serif; }
    .faq .accordian .card {
      box-shadow: 0px 0px 20px #d4d4d4;
      margin-bottom: 35px;
      width: 100%; }
      .faq .accordian .card .card-header {
        position: relative;
        background-color: #2e3192; }
        .faq .accordian .card .card-header h5 {
          cursor: pointer;
          color: #ffffff;
          position: relative;
          background-color: #2e3192;
          margin-left: 55px !important;
          padding: 15px 20px; }
        .faq .accordian .card .card-header span {
          position: absolute;
          left: 20px;
          top: 28%;
          height: 35px;
          width: 35px;
          background-color: #ffffff;
          border-radius: 50%;
          text-align: center;
          line-height: 35px;
          font-size: 20px;
          color: #2e3192; }
      .faq .accordian .card .card-body {
        padding: 20px;
        display: none; }
        .faq .accordian .card .card-body p {
          font-size: 18px;
          line-height: 29px;
          margin-left: 70px !important;
          padding-right: 10px;
          text-align: justify; }
  .faq .accordian .card:nth-child(1) .card-body {
    display: block; }

.teams h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 70px !important;
  color: #C61B29; }
.teams .team-card {
  /*height: 100%;*/
  position: relative; }
  .teams .team-card figure {
    width: 100% !important;
    height: 100% !important; }
  .teams .team-card .initials {
    width: 100%;
    padding: 10px 0px 6px 0;
    background: #432c83e6;
    font-family: "Spectral", serif;
    color: #ffffff;
    text-align: center; }
    .teams .team-card .initials h5 {
      font-weight: 700; }
    .teams .team-card .initials p {
      font-size: 14px; }

.classes .nav-pill-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between !important;
  flex-direction: row-reverse; }
  @media (max-width: 767px) {
    .classes .nav-pill-wrapper {
      flex-direction: column-reverse;
      justify-content: center !important;
      align-items: center; }
      .classes .nav-pill-wrapper .side-form {
        flex-direction: column; } }
  @media (max-width: 767px) {
    .classes .nav-pill-wrapper .side-form {
      display: flex;
      column-gap: 30px; }
      .classes .nav-pill-wrapper .side-form .nav-pills {
        height: max-content;
        width: 100% !important; }
      .classes .nav-pill-wrapper .side-form .quick-enquiry {
        margin-top: 0 !important;
        width: 100% !important; } }
  .classes .nav-pill-wrapper .side-form .nav-pills {
    padding-top: 10px;
    border: 2px solid #2e3192;
    font-family: "Spectral", serif;
    background-color: #2e3192;
    margin-bottom: 30px; }
    .classes .nav-pill-wrapper .side-form .nav-pills span {
      background-color: #2e3192;
      color: #ffffff;
      padding-bottom: 10px;
      font-weight: 700;
      font-size: 20px; }
    .classes .nav-pill-wrapper .side-form .nav-pills .nav-link {
      color: #2e3192 !important;
      border-radius: 0;
      width: 290px !important;
      text-align: start !important;
      border-bottom: 1px solid #2e3192;
      background-color: white;
      padding-left: 20px; }
      .classes .nav-pill-wrapper .side-form .nav-pills .nav-link:last-child {
        border: none; }
      .classes .nav-pill-wrapper .side-form .nav-pills .nav-link i {
        margin-right: .5rem; }
    .classes .nav-pill-wrapper .side-form .nav-pills .active {
      color: #2e3192 !important;
      background-color: white !important; }
  .classes .nav-pill-wrapper .side-form .quick-enquiry {
    width: 290px;
    height: fit-content !important;
    border: 2px solid #2e3192; }
    .classes .nav-pill-wrapper .side-form .quick-enquiry .error {
      color: red !important; }
    .classes .nav-pill-wrapper .side-form .quick-enquiry h4 {
      background-color: #2e3192;
      color: #ffffff;
      font-family: 'Spectral';
      font-weight: 700;
      text-align: center;
      padding: 14px 0; }
    .classes .nav-pill-wrapper .side-form .quick-enquiry .fields {
      padding: 32px;
      padding-top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .classes .nav-pill-wrapper .side-form .quick-enquiry .fields form {
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .classes .nav-pill-wrapper .side-form .quick-enquiry .fields .form-control {
        background-color: transparent;
        border-bottom: 1px solid #2e3192;
        margin-top: 35px;
        border-radius: 0;
        border-top: 0;
        border-right: 0;
        border-left: 0; }
        .classes .nav-pill-wrapper .side-form .quick-enquiry .fields .form-control::placeholder {
          color: #2e3192;
          font-family: "Spectral", serif; }
      .classes .nav-pill-wrapper .side-form .quick-enquiry .fields textarea {
        margin-bottom: 35px; }
      .classes .nav-pill-wrapper .side-form .quick-enquiry .fields .direct-page-primary {
        border: 0;
        font-weight: 400;
        padding: 9px 18px; }
        .classes .nav-pill-wrapper .side-form .quick-enquiry .fields .direct-page-primary i {
          background-color: transparent;
          color: #ffffff !important;
          font-size: 1rem; }
  .classes .nav-pill-wrapper .tab-content {
    padding: 0 30px 0 0; }
    .classes .nav-pill-wrapper .tab-content .tab-pane figure {
      margin-bottom: 20px !important; }
    @media (max-width: 767px) {
      .classes .nav-pill-wrapper .tab-content {
        padding: 0 0 40PX 0 !important; } }
    .classes .nav-pill-wrapper .tab-content .page-heading {
      margin-bottom: 35px !important; }
    .classes .nav-pill-wrapper .tab-content p {
      text-align: justify !important; }
    .classes .nav-pill-wrapper .tab-content ul {
      margin-top: 35px !important; }
      .classes .nav-pill-wrapper .tab-content ul li {
        padding-bottom: 30px;
        line-height: 30px; }

.other_services .card {
  border: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); }
  .other_services .card .button {
    margin: 0 auto;
    padding-bottom: 0.5rem; }

.other_services .other_services-card .card {
  height: 315px; }
  .other_services .other_services-card .card .card-body {
    flex: 0 0 auto; }
  .other_services .other_services-card .card h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .other_services .other_services-card .card figure {
    height: 215px; }

.search-page span {
  font-size: 20px;
  font-family: "Spectral", serif;
  color: #2e3192;
  font-weight: bold; }
.search-page ul li a {
  font-size: 18px;
  color: #C61B29 !important; }
  .search-page ul li a:hover {
    color: red !important; }

.blog .card {
  font-family: "Spectral", serif;
  padding: 0;
  border: 0px solid #00000080 !important;
  border-radius: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  height: 100%; }
  .blog .card .card-body {
    padding: 1rem 1rem 1.4rem 1rem; }
    .blog .card .card-body h4 {
      color: #2e3192;
      font-weight: 700; }
    .blog .card .card-body span {
      padding: 13px 0 9px 0; }
    .blog .card .card-body .small {
      opacity: .5; }
    .blog .card .card-body h3 {
      font-family: "Spectral", serif;
      font-weight: 700;
      margin-bottom: 1rem !important; }
    .blog .card .card-body .card-text {
      margin-bottom: 1rem !important; }

.inner-blog .blog-contents {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 650px) {
    .inner-blog .blog-contents {
      flex-direction: column;
      row-gap: 60px !important; } }
  .inner-blog .blog-contents .blog-description {
    width: 66.67%;
    padding-right: 20px;
    text-align: justify;
    font-family: "Spectral", serif;
    font-size: 18px;
    line-height: 25px; }
    @media (max-width: 650px) {
      .inner-blog .blog-contents .blog-description {
        width: 100% !important; } }
    .inner-blog .blog-contents .blog-description figure {
      width: 100% !important;
      margin: 27px 0 51px 0 !important;
      position: relative; }
      .inner-blog .blog-contents .blog-description figure .date-time {
        position: absolute;
        background-color: #2e3192;
        z-index: 20;
        top: 0;
        left: 40px;
        font-family: "Spectral", serif;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 23px 18px 29px;
        clip-path: polygon(0 0, 100% 0, 100% 79%, 49% 100%, 0 79%); }
        @media screen and (min-device-width: 768px) and (max-device-width: 991px) {
          .inner-blog .blog-contents .blog-description figure .date-time {
            padding: 5px 8px 21px !important; }
            .inner-blog .blog-contents .blog-description figure .date-time .date {
              font-size: 15px !important;
              padding: 0 12px !important; }
            .inner-blog .blog-contents .blog-description figure .date-time .month, .inner-blog .blog-contents .blog-description figure .date-time .year {
              font-size: 14px !important; } }
        @media screen and (min-device-width: 651px) and (max-device-width: 767px) {
          .inner-blog .blog-contents .blog-description figure .date-time {
            padding: 1px 6px 14px !important;
            clip-path: polygon(0 0, 100% 0, 100% 79%, 49% 95%, 0 79%) !important;
            left: 16px; }
            .inner-blog .blog-contents .blog-description figure .date-time .date {
              font-size: 13px !important;
              line-height: 1.5;
              padding: 0 6px !important; }
            .inner-blog .blog-contents .blog-description figure .date-time .month, .inner-blog .blog-contents .blog-description figure .date-time .year {
              font-size: 12px !important; }
            .inner-blog .blog-contents .blog-description figure .date-time .month {
              line-height: 0.5; } }
        @media screen and (min-device-width: 450px) and (max-device-width: 650px) {
          .inner-blog .blog-contents .blog-description figure .date-time {
            padding: 5px 8px 21px !important; }
            .inner-blog .blog-contents .blog-description figure .date-time .date {
              font-size: 15px !important;
              padding: 0 12px !important; }
            .inner-blog .blog-contents .blog-description figure .date-time .month, .inner-blog .blog-contents .blog-description figure .date-time .year {
              font-size: 14px !important; } }
        @media screen and (min-device-width: 0px) and (max-device-width: 449px) {
          .inner-blog .blog-contents .blog-description figure .date-time {
            padding: 1px 6px 14px !important;
            clip-path: polygon(0 0, 100% 0, 100% 79%, 49% 95%, 0 79%) !important;
            left: 16px; }
            .inner-blog .blog-contents .blog-description figure .date-time .date {
              font-size: 13px !important;
              line-height: 1.5;
              padding: 0 6px !important; }
            .inner-blog .blog-contents .blog-description figure .date-time .month, .inner-blog .blog-contents .blog-description figure .date-time .year {
              font-size: 12px !important; }
            .inner-blog .blog-contents .blog-description figure .date-time .month {
              line-height: 0.5; } }
        .inner-blog .blog-contents .blog-description figure .date-time .date {
          font-weight: 700;
          font-size: 25px;
          border-bottom: 1px solid;
          padding: 0 16px 6px 16px; }
        .inner-blog .blog-contents .blog-description figure .date-time .month {
          padding-top: 5px;
          font-weight: 700;
          font-size: 20px; }
        .inner-blog .blog-contents .blog-description figure .date-time .year {
          font-weight: 400;
          font-size: 14px; }
    .inner-blog .blog-contents .blog-description .share {
      margin-top: 30px;
      font-size: 18px; }
      .inner-blog .blog-contents .blog-description .share a {
        margin-left: 15px;
        font-size: 20px; }
        .inner-blog .blog-contents .blog-description .share a:first-child {
          margin-left: 0; }
      .inner-blog .blog-contents .blog-description .share .fa-facebook:hover {
        color: #1877F3 !important; }
      .inner-blog .blog-contents .blog-description .share .fa-instagram:hover {
        background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
        color: #ffffff !important; }
      .inner-blog .blog-contents .blog-description .share .fa-linkedin:hover {
        color: #0077B5 !important; }
      .inner-blog .blog-contents .blog-description .share .fa-twitter:hover {
        color: #4da6e9 !important; }
  .inner-blog .blog-contents aside {
    width: 33.33%; }
    @media (max-width: 650px) {
      .inner-blog .blog-contents aside {
        width: 100% !important; } }
    .inner-blog .blog-contents aside .blog-side-card {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
      padding: 18px 13px 15px;
      margin-bottom: 15px;
      display: flex;
      flex-direction: row; }
      .inner-blog .blog-contents aside .blog-side-card:hover .card-title {
        color: #C61B29; }
      @media only screen and (max-width: 900px) {
        .inner-blog .blog-contents aside .blog-side-card {
          flex-direction: column;
          gap: 15px; }
          .inner-blog .blog-contents aside .blog-side-card figure {
            height: 100% !important;
            width: 100% !important; }
            .inner-blog .blog-contents aside .blog-side-card figure img {
              object-fit: contain; } }
      .inner-blog .blog-contents aside .blog-side-card figure {
        height: 71px;
        widows: 103px; }
        .inner-blog .blog-contents aside .blog-side-card figure img {
          object-fit: contain; }
      .inner-blog .blog-contents aside .blog-side-card .card-body {
        padding: 0 1rem;
        font-family: "Spectral", serif; }
        .inner-blog .blog-contents aside .blog-side-card .card-body .small {
          padding-top: 5px;
          font-size: 12px;
          display: flex;
          align-items: self-end; }
          .inner-blog .blog-contents aside .blog-side-card .card-body .small img {
            height: 19px;
            margin-right: 6px; }

/*# sourceMappingURL=style.css.map */
