@import url("https://fonts.googleapis.com/css2?family=Aclonica&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background-color: #F6F6F6 !important;
  font-family: "PT Sans", sans-serif !important; }
  body ::selection {
    background-color: #ff8800;
    color: white; }

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; }

ul,
ol {
  padding-left: 0 !important;
  margin: 0; }
  ul li,
  ol li {
    list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important; }

.section-gutter {
  margin-top: 90px; }

.social-icons {
  z-index: 1;
  display: flex;
  gap: 14px;
  font-size: 1rem; }
  .social-icons .icon-wrapper {
    width: 35px;
    height: 35px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #DADADA;
    color: #0066B0; }
    .social-icons .icon-wrapper:hover {
      background-color: #ffffff; }
    .social-icons .icon-wrapper a,
    .social-icons .icon-wrapper i {
      padding: 10px; }

.description {
  color: #383838;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; }
  .description > * {
    margin-bottom: .4rem !important; }
  .description ul li {
    list-style-type: initial;
    list-style-position: inside;
    margin-bottom: 5px; }

.section-title {
  color: #444444;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 2.5rem !important; }
  .section-title span {
    color: #F27023; }

.video-play-button {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .video-play-button:hover {
    background-color: #d7eeff; }
  .video-play-button i {
    color: #0066B0;
    font-size: 1rem;
    padding-left: 4px; }

.primary-btn {
  font-family: "Playfair Display", serif;
  color: white !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.03em;
  display: block;
  width: fit-content;
  padding: 12px 40px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #0066B0;
  border: none !important;
  border-radius: 4px;
  margin-top: 30px; }
  .primary-btn i {
    padding-left: 10px; }
  .primary-btn::before, .primary-btn::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #db7500;
    top: 50%;
    border-radius: 50%;
    z-index: -1; }
  .primary-btn::before {
    transform: translate(-50%, -50%);
    left: -20px; }
  .primary-btn::after {
    transform: translate(50%, -50%);
    right: -20px; }
  .primary-btn:hover::before {
    animation: move-left 0.8s both;
    animation-direction: alternate; }
  .primary-btn:hover::after {
    animation: move-right 0.8s both;
    animation-direction: alternate; }

.video-wrapper {
  position: relative; }
  .video-wrapper .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background-color: #0066B0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .video-wrapper .video-play-button:hover {
      background-color: #009200; }
    .video-wrapper .video-play-button i {
      color: #ffffff;
      font-size: 1rem;
      padding-left: 4px; }

.owl-dots {
  padding: 4px 0;
  border-radius: 0px !important;
  text-align: center;
  margin-top: 1.25rem; }
  .owl-dots span {
    display: block;
    padding: 5px;
    width: 6px !important;
    height: 6px !important;
    margin: 4px !important;
    background: #d8d8d8 !important;
    border-radius: 50%; }
  .owl-dots .active span {
    width: 8px !important;
    height: 10px !important;
    background-color: #0066B0 !important;
    padding: 0 5px;
    border-radius: 8px; }
  .owl-dots .owl-dots {
    padding: 4px 0;
    border-radius: 0px !important; }
    .owl-dots .owl-dots span {
      background-color: #F27023 !important;
      padding: 0 5px;
      width: 6px !important;
      height: 6px !important;
      margin: 5px !important; }
    .owl-dots .owl-dots .active span {
      background-color: #F27023 !important;
      padding: 0 14px; }

.breadcrumb-all {
  background: url(../../images/breadcrumb.png) no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  color: #ffffff !important; }
  .breadcrumb-all::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .breadcrumb-all .breadcrumb-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: repeat-x;
    background-position: 0% 100.4%; }
    .breadcrumb-all .breadcrumb-container .breadcrumb-content {
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 100%;
      background-color: #d7eeff;
      padding: 21px 77px;
      border-radius: 33px;
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.07);
      white-space: nowrap; }
      .breadcrumb-all .breadcrumb-container .breadcrumb-content h2,
      .breadcrumb-all .breadcrumb-container .breadcrumb-content ol,
      .breadcrumb-all .breadcrumb-container .breadcrumb-content li {
        color: #5B5B5B;
        font-family: "Playfair Display", serif;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 0;
        flex-wrap: nowrap; }
      .breadcrumb-all .breadcrumb-container .breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
        content: "|" !important; }
      .breadcrumb-all .breadcrumb-container .breadcrumb-content .breadcrumb-item {
        font-size: 20px; }
        .breadcrumb-all .breadcrumb-container .breadcrumb-content .breadcrumb-item::before {
          color: #5B5B5B !important; }
    .breadcrumb-all .breadcrumb-container h2 {
      font-size: 46px;
      font-weight: 500;
      font-family: "Playfair Display", serif;
      top: 55%;
      position: absolute;
      text-align: center; }

.error {
  font-size: 14px;
  color: #ff4343;
  margin-top: 4px; }

.accordion .accordion-item {
  border-radius: 6px !important;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px; }
  .accordion .accordion-item h2, .accordion .accordion-item h3, .accordion .accordion-item h4, .accordion .accordion-item h5, .accordion .accordion-item h6, .accordion .accordion-item div {
    color: #5B5B5B;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin: 0 !important;
    margin-block: 0 !important;
    margin-bottom: 0 !important; }
    .accordion .accordion-item h2 .accordion-button, .accordion .accordion-item h3 .accordion-button, .accordion .accordion-item h4 .accordion-button, .accordion .accordion-item h5 .accordion-button, .accordion .accordion-item h6 .accordion-button, .accordion .accordion-item div .accordion-button {
      font-size: 1.125rem !important;
      color: #7b7b7b !important;
      border-radius: 6px !important;
      font-weight: 600; }
      .accordion .accordion-item h2 .accordion-button:focus, .accordion .accordion-item h3 .accordion-button:focus, .accordion .accordion-item h4 .accordion-button:focus, .accordion .accordion-item h5 .accordion-button:focus, .accordion .accordion-item h6 .accordion-button:focus, .accordion .accordion-item div .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0) !important; }
      .accordion .accordion-item h2 .accordion-button:not(.collapsed), .accordion .accordion-item h3 .accordion-button:not(.collapsed), .accordion .accordion-item h4 .accordion-button:not(.collapsed), .accordion .accordion-item h5 .accordion-button:not(.collapsed), .accordion .accordion-item h6 .accordion-button:not(.collapsed), .accordion .accordion-item div .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0) !important; }
  .accordion .accordion-item .accordion-body {
    padding-top: 0; }
    .accordion .accordion-item .accordion-body .description {
      padding-left: 24px;
      border-left: 2px solid #0066B0; }

.detail-wrapper .main-img {
  border-radius: 10px;
  margin-bottom: 30px !important;
  position: relative; }
  .detail-wrapper .main-img figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .detail-wrapper .main-img figcaption .video-play-button {
      width: 55px;
      height: 55px; }
.detail-wrapper .content-description {
  margin-bottom: 30px; }
  .detail-wrapper .content-description h1, .detail-wrapper .content-description h2, .detail-wrapper .content-description h3, .detail-wrapper .content-description h4, .detail-wrapper .content-description h5, .detail-wrapper .content-description h6 {
    color: #5b5b5b;
    font-family: "Playfair Display", serif;
    font-weight: 500; }
  .detail-wrapper .content-description h2 {
    margin-block: 12px !important; }
  .detail-wrapper .content-description h3, .detail-wrapper .content-description h4, .detail-wrapper .content-description h5, .detail-wrapper .content-description h6 {
    color: #757575;
    margin: 20px !important;
    margin-left: 0 !important; }
  .detail-wrapper .content-description h1 {
    font-size: 1.8rem !important; }
  .detail-wrapper .content-description h2 {
    font-size: 1.5rem !important; }
  .detail-wrapper .content-description h3 {
    font-size: 1.3rem !important; }
  .detail-wrapper .content-description h4 {
    font-size: 1.1rem !important; }
  .detail-wrapper .content-description h5 {
    font-size: .9rem !important; }
  .detail-wrapper .content-description h6 {
    font-size: .9rem !important; }
  .detail-wrapper .content-description a {
    color: #ffcaca !important;
    text-decoration: underline !important; }
    .detail-wrapper .content-description a:hover {
      color: grey !important; }
  .detail-wrapper .content-description .primary-btn {
    margin-block: 16px 24px; }
    .detail-wrapper .content-description .primary-btn a {
      color: #ffffff !important; }
      .detail-wrapper .content-description .primary-btn a:hover {
        color: #ffffff !important; }
  .detail-wrapper .content-description .table-wrapper {
    overflow-x: auto; }
  .detail-wrapper .content-description table {
    min-width: 600px;
    padding: 8px 12px;
    margin-block: 20px !important; }
    .detail-wrapper .content-description table thead {
      color: #F27023;
      font-weight: 500; }
      .detail-wrapper .content-description table thead tr {
        vertical-align: middle; }
  .detail-wrapper .content-description ul {
    padding-left: 20px !important; }
    .detail-wrapper .content-description ul li {
      margin-bottom: 5px;
      list-style-type: disc;
      list-style-position: initial; }
  .detail-wrapper .content-description p {
    margin-bottom: 1rem !important; }
  .detail-wrapper .content-description blockquote {
    background-color: #d7eeff;
    padding: 2.125rem;
    border-left: 3px solid #0066B0;
    font-size: 1.125rem;
    margin: 1rem 0;
    border-radius: 10px;
    margin-block: 1.25rem !important; }
  .detail-wrapper .content-description .accordion {
    margin-top: 20px; }
  .detail-wrapper .content-description .accordion-curriculum {
    margin-top: 1.25rem; }
    .detail-wrapper .content-description .accordion-curriculum .accordion-item {
      line-height: 1.2; }
    .detail-wrapper .content-description .accordion-curriculum .accordion-item {
      background-color: #EBEBEB;
      border: 0;
      border-radius: 0 !important;
      margin-bottom: 0;
      box-shadow: none; }
      .detail-wrapper .content-description .accordion-curriculum .accordion-item .accordion-button {
        background-color: #EBEBEB;
        font-weight: 500;
        font-size: 1.125rem;
        color: #3A3636;
        font-family: "Playfair Display", serif; }
        .detail-wrapper .content-description .accordion-curriculum .accordion-item .accordion-button:not(.collapsed) {
          box-shadow: none; }
        .detail-wrapper .content-description .accordion-curriculum .accordion-item .accordion-button:focus {
          box-shadow: none; }
        .detail-wrapper .content-description .accordion-curriculum .accordion-item .accordion-button::after {
          display: none; }
        .detail-wrapper .content-description .accordion-curriculum .accordion-item .accordion-button.collapsed::before {
          content: "\2b";
          margin-right: 0.75rem;
          font-family: "Font Awesome 5 Free";
          font-size: 11px;
          font-weight: 700;
          background: none;
          border: 1px solid;
          padding: 2px 4px; }
        .detail-wrapper .content-description .accordion-curriculum .accordion-item .accordion-button::before {
          content: "\f068";
          margin-right: 0.75rem;
          font-family: "Font Awesome 5 Free";
          font-size: 11px;
          font-weight: 700;
          background: none;
          border: 1px solid;
          padding: 2px 4px; }
      .detail-wrapper .content-description .accordion-curriculum .accordion-item .accordion-body {
        border-top: 1px dashed #9c9c9c;
        padding-top: 20px; }
      .detail-wrapper .content-description .accordion-curriculum .accordion-item .accordion-content {
        font-weight: 500;
        display: flex;
        align-items: baseline; }
        .detail-wrapper .content-description .accordion-curriculum .accordion-item .accordion-content i {
          margin-right: .5rem;
          color: #0066B0;
          padding-right: 4px; }
        .detail-wrapper .content-description .accordion-curriculum .accordion-item .accordion-content p span {
          font-weight: 500;
          color: #0066B0;
          font-family: "Playfair Display", serif; }

.side-form {
  border-radius: 4px;
  background: #F0F0F0;
  padding: 30px 21px;
  margin-top: 40px; }
  .side-form .title {
    color: #424242;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 500; }
  .side-form label {
    color: #4d4d4d;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    letter-spacing: 0.96px; }
  .side-form .form-control {
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    background: #ffffff; }
  .side-form .form-control:focus, .side-form .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(88, 102, 122, 0);
    border: 0; }
  .side-form .form-select {
    color: #7B7B7B;
    font-weight: 500; }
    .side-form .form-select option {
      font-family: "Playfair Display", serif;
      color: #7B7B7B;
      font-weight: 500; }

@keyframes move-left {
  0% {
    left: -20px; }
  50% {
    left: 50%;
    width: 20px;
    height: 20px; }
  100% {
    left: 50%;
    height: 400px;
    width: 400px; } }
@keyframes move-right {
  0% {
    right: -20px; }
  50% {
    right: 50%;
    width: 20px;
    height: 20px; }
  100% {
    right: 50%;
    height: 400px;
    width: 400px; } }
.enquiry button {
  width: max-content;
  color: #ffffff !important;
  width: max-content;
  font-weight: bold;
  text-align: center;
  background: #0066B0;
  border: 3px solid #e4e4e4;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px 0px 0px 10px;
  padding: 20px;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  transition: 500ms; }
  @media (max-width: 550px) {
    .enquiry button {
      top: 96.7% !important;
      width: 100% !important;
      padding: 16px 8px;
      border-radius: 0;
      animation: none; } }
  .enquiry button:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.712); }
  @media (max-width: 550px) {
    .enquiry button p {
      display: none; } }
  @media (min-width: 551px) {
    .enquiry button span {
      display: none; } }

.enquiry-modal .modal-content {
  background: url("../../../../images/modal-texture.png");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
  background-color: #fff;
  padding: 40px; }
  .enquiry-modal .modal-content .modal-header {
    border-bottom: none; }
    .enquiry-modal .modal-content .modal-header .section-title {
      margin-bottom: 0px !important; }
    .enquiry-modal .modal-content .modal-header .btn-close {
      background: transparent;
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 30px;
      color: #696969; }
      .enquiry-modal .modal-content .modal-header .btn-close:focus {
        box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0) !important; }
  .enquiry-modal .modal-content .modal-body .form-label {
    color: #424242;
    font-family: "Playfair Display", serif;
    font-weight: 600; }
  .enquiry-modal .modal-content .modal-body .form-control, .enquiry-modal .modal-content .modal-body .form-select {
    border-radius: 4px;
    border: 1px solid #B5B5B5;
    background-color: transparent;
    height: 46px; }
    .enquiry-modal .modal-content .modal-body .form-control::placeholder, .enquiry-modal .modal-content .modal-body .form-select::placeholder {
      color: #424242; }
    .enquiry-modal .modal-content .modal-body .form-control:focus, .enquiry-modal .modal-content .modal-body .form-select:focus {
      box-shadow: none; }
  .enquiry-modal .modal-content .modal-body textarea {
    height: 120px !important; }

@media (max-width: 1399px) {
  header .nav {
    padding-inline: 50px 18px !important; }
  header .back-menu {
    gap: 24px !important; }
  header .front-menu {
    gap: 40px !important; }
  header .social-icons {
    gap: 6px !important; } }
@media (max-width: 1199px) {
  header ul {
    font-size: 1rem !important; }
  header .nav {
    padding-inline: 30px 18px !important; }
  header .front-menu {
    gap: 30px !important; }
  header .back-menu {
    gap: 14px !important; }
    header .back-menu .icon-wrapper {
      width: 30px;
      height: 30px; }

  .history-section .timeline ul li:nth-child(odd) .wrapper {
    transform: translate3d(-448px, 0, 0) !important; }
    .history-section .timeline ul li:nth-child(odd) .wrapper::before {
      right: -28px !important;
      border-width: 23px 0px 26px 52px !important; }
  .history-section .timeline ul li:nth-child(even) .wrapper {
    transform: translate3d(49px, 0, 0) !important; }
    .history-section .timeline ul li:nth-child(even) .wrapper::before {
      left: -28px !important;
      border-width: 24px 52px 25px 0 !important; } }
@media (max-width: 991px) {
  .resources-detail .wrapper {
    flex-direction: column; }
    .resources-detail .wrapper .downloads {
      width: fit-content; }

  .countries .country-card figure figcaption .name {
    font-size: 20px !important;
    line-height: normal; }

  .section-title, .about-us .title {
    font-size: 26px !important;
    font-weight: 600 !important; }

  .breadcrumb-all .breadcrumb-container h2 {
    font-size: 30px !important;
    text-align: center; }
  .breadcrumb-all .breadcrumb-container .breadcrumb-item {
    font-size: 1rem !important; }

  .why-us .content-wrapper {
    padding-top: 0 !important; }

  .message .message-wrapper {
    flex-direction: column;
    padding-inline: 40px !important; }

  .mission-vision .content-wrapper {
    padding: 30px 0 !important; }

  .history-section .timeline ul li {
    margin: 0 0 0 10% !important; }
    .history-section .timeline ul li:nth-child(even) .wrapper::before {
      border-width: 24px 40px 25px 0 !important; }
    .history-section .timeline ul li:nth-child(odd) .wrapper {
      transform: translate3d(49px, 0, 0) !important; }
      .history-section .timeline ul li:nth-child(odd) .wrapper::before {
        left: -28px !important;
        border-width: 24px 40px 25px 0 !important;
        border-color: transparent #d7eeff transparent transparent !important; }

  .homepage-menu {
    display: none; }

  .enquiry-modal .modal-content {
    padding: 14px; }

  .contact-form-wrapper .contact-form {
    padding-left: 0 !important; } }
@media (max-width: 555px) {
  body {
    padding-bottom: 60px; }

  .history-section .timeline ul li .wrapper {
    width: 274px !important; }

  .hero-banner .banner-img figcaption .hero-caption {
    font-size: 36px !important; }

  .sidebar-menu .navbar .navbar-brand figure {
    width: 80%; }
  .sidebar-menu .navbar .open-mobile-menu {
    top: 30px !important; } }
@media (max-width: 410px) {
  .hero-banner .banner-img figcaption .hero-caption {
    font-size: 30px !important; }

  .history-section .timeline ul li .wrapper {
    width: 194px !important; } }
.highlight {
  background-color: yellow !important;
  color: black !important;
  text-decoration: underline !important; }
  .highlight h1,
  .highlight h2,
  .highlight h3,
  .highlight h4,
  .highlight h5,
  .highlight h6,
  .highlight div,
  .highlight span,
  .highlight figure {
    background-color: yellow !important;
    color: black !important; }

.fontsize-1 {
  font-size: 1.1rem !important; }
  @media (max-width: 991px) {
    .fontsize-1 {
      font-size: 1.08rem !important; } }
  @media (max-width: 767) {
    .fontsize-1 {
      font-size: 1.06rem !important; } }
  @media (max-width: 480px) {
    .fontsize-1 {
      font-size: 1.04rem !important; } }

.fontsize-2 {
  font-size: 1.2rem !important;
  word-break: break-all; }
  @media (max-width: 991px) {
    .fontsize-2 {
      font-size: 1.18rem !important; } }
  @media (max-width: 767px) {
    .fontsize-2 {
      font-size: 1.16rem !important; } }
  @media (max-width: 480px) {
    .fontsize-2 {
      font-size: 1.14rem !important; } }

.fontsize-3 {
  font-size: 1.3rem !important;
  word-break: break-all; }
  @media (max-width: 991px) {
    .fontsize-3 {
      font-size: 1.28rem !important; } }
  @media (max-width: 767px) {
    .fontsize-3 {
      font-size: 1.26rem !important; } }
  @media (max-width: 480px) {
    .fontsize-3 {
      font-size: 1.24rem !important; } }

.fontsize-4 {
  font-size: 1.4rem !important;
  word-break: break-all; }
  @media (max-width: 991px) {
    .fontsize-4 {
      font-size: 1.38rem !important; } }
  @media (max-width: 767px) {
    .fontsize-4 {
      font-size: 1.36rem !important; } }
  @media (max-width: 480px) {
    .fontsize-4 {
      font-size: 1.34rem !important; } }

.fontsize-5 {
  font-size: 1.5rem !important;
  word-break: break-all; }
  @media (max-width: 991px) {
    .fontsize-5 {
      font-size: 1.48rem !important; } }
  @media (max-width: 767px) {
    .fontsize-5 {
      font-size: 1.46rem !important; } }
  @media (max-width: 480px) {
    .fontsize-5 {
      font-size: 1.444rem !important; } }

.visible-accesspannel {
  right: 0px !important; }
  .visible-accesspannel .Userwaycontent {
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.56); }

.accessible-font {
  font-family: "Aclonica", sans-serif !important; }
  .accessible-font h1,
  .accessible-font h2,
  .accessible-font h3,
  .accessible-font h4,
  .accessible-font h5,
  .accessible-font h6,
  .accessible-font p,
  .accessible-font span,
  .accessible-font div,
  .accessible-font time,
  .accessible-font a,
  .accessible-font label,
  .accessible-font input,
  .accessible-font textarea,
  .accessible-font li {
    font-family: "Aclonica", sans-serif !important; }

.filter-invert {
  filter: invert(1); }

.grayscale {
  filter: grayscale(1); }

.User-way {
  z-index: 1039 !important;
  position: fixed;
  top: 20%;
  right: -322px;
  transition: all 0.5s linear; }
  @media (max-width: 991px) {
    .User-way {
      right: -300px; } }
  @media (max-width: 480px) {
    .User-way {
      right: -220px; } }
  .User-way .user-toggle-button {
    position: absolute;
    left: -66px;
    top: 2px;
    height: 62px;
    width: 62px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.56);
    padding: 7px;
    border: none;
    color: white;
    line-height: 25px; }
    @media (max-width: 767px) {
      .User-way .user-toggle-button {
        height: 50px;
        width: 50px;
        padding: 7px;
        left: -50px; } }
    .User-way .user-toggle-button figure {
      pointer-events: none; }
      .User-way .user-toggle-button figure img {
        object-fit: scale-down !important;
        pointer-events: none; }
    .User-way .user-toggle-button:hover {
      background-color: #d7eeff; }
  .User-way .close-button {
    background-color: #0066B0 !important; }
    .User-way .close-button figure {
      pointer-events: none; }
      .User-way .close-button figure i {
        font-size: 26px;
        pointer-events: none;
        padding-top: 5px; }
        @media (max-width: 767px) {
          .User-way .close-button figure i {
            font-size: 20px; } }
  .User-way .Userwaycontent {
    background-color: #ffffff;
    border-radius: 20px;
    width: 320px; }
    .User-way .Userwaycontent .powered-by {
      background: #99d4ff;
      padding: 10px 24px 8px 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      row-gap: 0px;
      column-gap: 10px;
      color: #6c6c6c;
      flex-wrap: wrap;
      box-shadow: 0 -5px 11px 0 #0000001c;
      z-index: 1;
      position: relative; }
    @media (max-width: 991px) {
      .User-way .Userwaycontent {
        width: 300px; } }
    @media (max-width: 480px) {
      .User-way .Userwaycontent {
        width: 220px; } }
    .User-way .Userwaycontent .shortcut-key-identify {
      padding: 15px;
      text-align: center;
      font-weight: 600;
      text-align: center;
      font-size: 18px;
      display: block;
      background-color: #0066B0;
      border-radius: 20px 20px 0px 0px;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.56); }
      @media (max-width: 991px) {
        .User-way .Userwaycontent .shortcut-key-identify {
          font-size: 16px;
          font-weight: 500;
          padding: 10px 5px; } }
      @media (max-width: 480px) {
        .User-way .Userwaycontent .shortcut-key-identify {
          font-size: 14px; } }
    .User-way .Userwaycontent .wrapper {
      padding: 30px 24px 20px 24px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      height: 60vh;
      max-height: 500px;
      overflow-x: auto; }
      .User-way .Userwaycontent .wrapper::-webkit-scrollbar {
        border-radius: 10px;
        width: 5px; }
      .User-way .Userwaycontent .wrapper::-webkit-scrollbar-track {
        background-color: #ffffff;
        border-radius: 10px; }
      .User-way .Userwaycontent .wrapper::-webkit-scrollbar-thumb {
        background-color: #0004ff;
        border-radius: 10px; }
      .User-way .Userwaycontent .wrapper::-webkit-scrollbar {
        width: 8px !important; }
      @media (max-width: 991px) {
        .User-way .Userwaycontent .wrapper {
          gap: 10px; } }
      @media (max-width: 480px) {
        .User-way .Userwaycontent .wrapper {
          grid-template-columns: 1fr;
          padding: 20px 12px; } }
      .User-way .Userwaycontent .wrapper button {
        border: none;
        background-color: #d7eeff;
        padding: 10px;
        border-radius: 10px;
        font-family: "Playfair Display", serif;
        text-transform: capitalize;
        color: #424242 !important;
        font-size: 17px;
        width: 100%;
        display: block; }
        .User-way .Userwaycontent .wrapper button#reset {
          grid-column: 1/3;
          grid-column: 1/3;
          font-size: 20px;
          padding: 12px; }
        @media (max-width: 991px) {
          .User-way .Userwaycontent .wrapper button {
            padding: 10px; } }
        .User-way .Userwaycontent .wrapper button span {
          color: #424242;
          font-family: plafont-playfair;
          font-size: 26px;
          font-weight: 600;
          display: block;
          margin-bottom: 5px;
          pointer-events: none; }
          @media (max-width: 991px) {
            .User-way .Userwaycontent .wrapper button span {
              font-size: 18px; } }
        .User-way .Userwaycontent .wrapper button:hover {
          background-color: #8bb9ff;
          color: #616161 !important; }
          .User-way .Userwaycontent .wrapper button:hover span {
            color: #616161 !important; }

.pagination-wrapper {
  margin-top: 2.25rem;
  color: #0066B0; }
  .pagination-wrapper .pagination {
    justify-content: center; }
    .pagination-wrapper .pagination .page-item .page-link {
      border-radius: 0;
      border: 1px solid #0066B0;
      font-weight: 500; }
    .pagination-wrapper .pagination .active {
      color: #ffffff;
      font-weight: 600; }
      .pagination-wrapper .pagination .active .page-link {
        background-color: #0066B0 !important; }

.main-header {
  position: absolute;
  top: 30px;
  z-index: 10;
  width: 100%; }
  @media (max-width: 991px) {
    .main-header {
      display: none; } }
  .main-header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding-inline: 80px 26px;
    padding-block: 24px;
    border-radius: 46px; }
  .main-header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #444444; }
    .main-header ul i {
      font-size: 14px; }
    .main-header ul .active {
      color: #0066B0 !important; }
      .main-header ul .active:hover {
        color: #0066B0 !important; }
  .main-header .front-menu li {
    position: relative; }
    .main-header .front-menu li:hover ul {
      opacity: 1;
      visibility: visible;
      z-index: 2; }
    .main-header .front-menu li ul {
      background: #ffffff;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
      position: absolute;
      opacity: 0;
      visibility: hidden;
      z-index: 1;
      transition: all 0.25s ease;
      width: max-content;
      top: 140%;
      left: 50%;
      transform: translate(-50%, 0);
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      padding: 20px !important;
      border-top: 2px solid #0066B0; }
      .main-header .front-menu li ul li {
        margin-top: 0.875rem;
        transition: all 300ms ease; }
        .main-header .front-menu li ul li:hover {
          color: #0066B0;
          transition: all 300ms ease;
          transform: translateX(0.5rem); }
          .main-header .front-menu li ul li:hover a {
            color: #0066B0 !important; }
        .main-header .front-menu li ul li a {
          color: #616161 !important; }
          .main-header .front-menu li ul li a::before {
            padding-right: 0.5rem;
            font-family: "Font Awesome 5 Free";
            content: "\f061";
            font-size: 13px;
            font-weight: 700; }
        .main-header .front-menu li ul li:first-child {
          margin-top: 0; }
        .main-header .front-menu li ul li i {
          padding-right: 0.5rem;
          font-size: 13px; }
    .main-header .front-menu li a i {
      font-size: 14px;
      padding-left: 4px; }
  .main-header .back-menu {
    gap: 40px; }
  .main-header .search-btn {
    background-color: #0066B0;
    padding: 5px 10px;
    border: 0;
    color: #ffffff; }
    .main-header .search-btn i {
      font-size: 1rem !important; }
  .main-header .logo {
    background-color: #ffffff;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.25);
    padding: 8px; }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.95); }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #ffffff; }
    .overlay .closebtn:hover {
      color: #ccc; }
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white; }
    .overlay input[type=text]:focus-visible {
      border: 0 !important;
      outline: 0px solid red; }
    .overlay input[type=text]:hover {
      background: #f1f1f1; }
  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border: none;
    color: #ffffff !important;
    background: #0066B0; }
    .overlay button:hover {
      background: #c58000; }
  .overlay .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto; }

.sidebar-menu {
  position: absolute;
  z-index: 1040;
  width: 100%;
  display: none; }
  .sidebar-menu .search-btn {
    background-color: #0066B0;
    padding: 5px 10px;
    border: 0;
    color: #ffffff; }
    .sidebar-menu .search-btn i {
      font-size: 1rem !important; }
  .sidebar-menu .navbar {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between; }
    .sidebar-menu .navbar .navbar-brand figure {
      background-color: #ffffff;
      border-radius: 30px;
      padding: 10px; }
    .sidebar-menu .navbar .top-menu-wrapper {
      color: black;
      pointer-events: none; }
      .sidebar-menu .navbar .top-menu-wrapper::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: background 0.5s; }
    .sidebar-menu .navbar .open-mobile-menu {
      background: none;
      color: #ffffff;
      position: absolute;
      right: 0;
      font-size: 30px;
      top: 40px;
      border: 0; }
    .sidebar-menu .navbar .top-menu {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 2;
      transform: translate3d(-100%, 0, 0);
      transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
      .sidebar-menu .navbar .top-menu .nav-item {
        width: max-content;
        margin: 0 auto;
        margin-top: 1.3rem;
        position: relative; }
        .sidebar-menu .navbar .top-menu .nav-item:hover ul {
          opacity: 1;
          visibility: visible;
          background: #ffffff;
          border-top: 2px solid #0066B0; }
        .sidebar-menu .navbar .top-menu .nav-item .nav-link {
          position: relative; }
        .sidebar-menu .navbar .top-menu .nav-item .active {
          color: #0066B0 !important; }
        .sidebar-menu .navbar .top-menu .nav-item ul {
          background-color: #929292;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          padding: 1rem 1.25rem;
          position: absolute;
          opacity: 0;
          visibility: hidden;
          z-index: 1;
          transition: all 0.25s ease;
          width: max-content;
          top: 100%;
          left: 50%;
          transform: translate(-50%, 0); }
          .sidebar-menu .navbar .top-menu .nav-item ul li {
            margin-top: 0.875rem;
            transition: all 300ms ease; }
            .sidebar-menu .navbar .top-menu .nav-item ul li:first-child {
              margin-top: 0; }
            .sidebar-menu .navbar .top-menu .nav-item ul li i {
              padding-right: 0.5rem;
              font-size: 13px; }
            .sidebar-menu .navbar .top-menu .nav-item ul li:hover {
              transform: translateX(0.5rem);
              color: #0066B0;
              transition: all 300ms ease; }
    .sidebar-menu .navbar .top-menu {
      display: flex;
      flex-direction: column;
      width: 100%;
      overflow-y: auto;
      padding: .5rem 1.5rem !important;
      background: #fff;
      height: 100%;
      z-index: 13; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas {
      pointer-events: all; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas::before {
      background: black;
      z-index: 1; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .panel,
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transform: translate3d(0, 0, 0);
      transition-duration: 0.7s; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transition-delay: 0.2s; }
    .sidebar-menu .navbar ul li ul .dropdown-item:active {
      background-color: #eeeeee !important; }
    .sidebar-menu .navbar ul a {
      display: inline-block;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      transition: color 0.35s ease-out; }
    .sidebar-menu .navbar .has-dropdown i {
      display: none; }
    .sidebar-menu .navbar .sub-menu {
      padding: 0.5rem 1.5rem 0 1.5rem; }
      .sidebar-menu .navbar .sub-menu a {
        text-transform: capitalize;
        font-size: 1rem;
        font-weight: 400;
        margin-top: 0rem; }
    .sidebar-menu .navbar .top-menu li + li {
      margin-top: 1.3rem; }
    .sidebar-menu .navbar .top-menu .mob-block {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .sidebar-menu .navbar .top-menu .mob-block .logo {
        font-size: 1.7rem;
        font-weight: 700;
        text-transform: uppercase;
        color: red; }
      .sidebar-menu .navbar .top-menu .mob-block .close-mobile-menu {
        border: none;
        background: none; }
        .sidebar-menu .navbar .top-menu .mob-block .close-mobile-menu i {
          color: #0066B0;
          font-size: 40px; }
  @media (max-width: 991px) {
    .sidebar-menu {
      display: block; } }

footer {
  background: url(../../images/footerbg.png) no-repeat center;
  background-size: cover;
  position: relative;
  isolation: isolate;
  color: #d6d6d6; }
  footer::after {
    position: absolute;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1; }
  footer .top-footer {
    padding-block: 50px 38px;
    border-bottom: 2px solid #666666; }
    footer .top-footer .footer-title {
      font-family: "Playfair Display", serif;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 24px;
      margin-bottom: 2.25rem;
      position: relative; }
      footer .top-footer .footer-title::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 67px;
        background-color: #d6d6d6;
        bottom: -1rem;
        border-radius: 2;
        left: 0; }
    footer .top-footer .description {
      color: #d6d6d6; }
      footer .top-footer .description a {
        display: block;
        color: #0066B0 !important;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 10px; }
    footer .top-footer .social-icons {
      margin-top: 12px; }
      footer .top-footer .social-icons .icon-wrapper {
        color: #0066B0; }
    footer .top-footer .links li {
      display: flex;
      align-items: baseline;
      font-size: 1.125rem;
      margin-bottom: 8px; }
      footer .top-footer .links li::before {
        padding-right: 0.5rem;
        font-family: "Font Awesome 5 Free";
        content: "\f56b";
        font-size: 13px;
        font-weight: 700; }
    footer .top-footer .links.all-links {
      display: flex;
      align-items: left;
      justify-content: left;
      flex-direction: row;
      flex-wrap: wrap;
      flex-flow: row wrap;
      align-content: flex-end; }
      footer .top-footer .links.all-links li {
        width: 50%; }
    footer .top-footer .locations a {
      word-break: break-all; }
  footer .bottom-footer {
    padding-block: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px; }
    footer .bottom-footer figure img {
      filter: brightness(0) invert(1); }
    footer .bottom-footer a {
      color: #85FF83 !important; }

.chat-bot-container {
  position: fixed;
  bottom: 100px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  z-index: 5; }
  .chat-bot-container .icon-whatsapp {
    transition: 500ms;
    z-index: 1; }
    .chat-bot-container .icon-whatsapp span {
      font-size: 30px;
      color: #ffffff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #41c051; }
      @media (max-width: 480px) {
        .chat-bot-container .icon-whatsapp span {
          width: 40px;
          height: 40px;
          font-size: 25px; } }
      .chat-bot-container .icon-whatsapp span:hover {
        background: #00740f; }

.hero-banner {
  position: relative; }
  .hero-banner .banner-img {
    position: relative; }
    .hero-banner .banner-img img {
      aspect-ratio: 48 / 22;
      min-height: 520px; }
    .hero-banner .banner-img::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.35); }
    .hero-banner .banner-img figcaption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 55%;
      text-align: center;
      color: #ffffff;
      z-index: 1;
      width: clamp(200px, 90vw, 750px); }
      .hero-banner .banner-img figcaption .hero-caption {
        color: #FFF;
        text-align: center;
        font-family: "Playfair Display", serif;
        font-size: 46px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize; }

.homepage-menu .col-lg-3:first-child .menu-wrapper {
  background: url(../../images/menu4.png) no-repeat center;
  background-size: cover; }
.homepage-menu .col-lg-3:nth-child(2n) .menu-wrapper {
  background: url(../../images/menu2.png) no-repeat center;
  background-size: cover; }
.homepage-menu .col-lg-3:nth-child(3n) .menu-wrapper {
  background: url(../../images/menu3.png) no-repeat center;
  background-size: cover; }
.homepage-menu .col-lg-3:last-child .menu-wrapper {
  background: url(../../images/menu1.png) no-repeat center;
  background-size: cover; }
.homepage-menu .menu-wrapper {
  background-color: #5a5a5a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-block: 34px;
  position: relative;
  isolation: isolate;
  color: #ffffff !important; }
  .homepage-menu .menu-wrapper::after {
    position: absolute;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1; }
  .homepage-menu .menu-wrapper:hover p {
    color: #0066B0 !important; }
  .homepage-menu .menu-wrapper figure {
    width: fit-content; }
  .homepage-menu .menu-wrapper p {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 700; }
  .homepage-menu .menu-wrapper span {
    font-weight: 600; }
    .homepage-menu .menu-wrapper span::after {
      padding-left: 0.5rem;
      font-family: "Font Awesome 5 Free";
      content: "\f062";
      font-size: 13px;
      font-weight: 700;
      position: absolute;
      transform: rotate(45deg); }

.about-us {
  position: relative; }
  .about-us.home-page .description {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .about-us .float {
    width: fit-content;
    position: absolute;
    right: 5%;
    top: 0; }
  .about-us .sub-title {
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #444444; }
  .about-us .title {
    font-family: "Playfair Display", serif;
    font-size: 2.25rem;
    font-weight: 600;
    color: #444444;
    line-height: normal;
    margin-bottom: 1.25rem; }
  .about-us .image-wrapper {
    display: flex;
    position: relative;
    width: fit-content;
    position: sticky;
    top: 1px; }
    .about-us .image-wrapper figure {
      width: 50%; }
      .about-us .image-wrapper figure:first-child {
        margin-block: 2.5rem -2.5rem !important;
        margin-right: 20px !important; }
    .about-us .image-wrapper .video-play-section .popup-youtube svg {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: 300ms; }
    .about-us .image-wrapper .video-play-section .video-play-button {
      background-color: transparent;
      padding: 40px; }
      .about-us .image-wrapper .video-play-section .video-play-button i {
        color: #0066B0;
        font-size: 26px; }
    .about-us .image-wrapper .video-play-section:hover svg {
      transform: translate(-50%, -50%) rotate(180deg); }

.countries h2.title {
  color: #424242;
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 20px !important;
  text-transform: capitalize; }
.countries .country-card figure {
  border-radius: 10px;
  position: relative; }
  .countries .country-card figure::after {
    position: absolute;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  .countries .country-card figure .main-img {
    height: 360px !important; }
  .countries .country-card figure .flag {
    border-radius: 50%;
    position: absolute;
    top: 22px;
    left: 22px;
    width: 64px !important;
    height: 64px !important; }
  .countries .country-card figure figcaption {
    color: #ffffff;
    position: absolute;
    bottom: 35px;
    right: 50%;
    transform: translate(50%);
    z-index: 1;
    text-align: center;
    font-family: "Playfair Display", serif; }
    .countries .country-card figure figcaption .name {
      transition: all 500ms;
      font-size: 26px;
      font-style: normal;
      font-weight: 700; }
  .countries .country-card figure:hover figcaption .name {
    color: #d7eeff;
    transform: translateY(-20px) scale(1.2);
    transform-origin: center; }

.services .service-card {
  border: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  padding: 30px 36px 40px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  height: 100%;
  background-color: #ffffff; }
  .services .service-card:hover .title {
    color: #0066B0; }
  .services .service-card:hover i {
    opacity: 1;
    transition: 600ms; }
  .services .service-card figure {
    width: max-content;
    margin: 0 auto !important; }
    .services .service-card figure img {
      max-height: 100px; }
  .services .service-card .title {
    margin-block: 18px 16px !important;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 22px;
    color: #444444; }
  .services .service-card .description {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .services .service-card i {
    background-color: #0066B0;
    border-radius: 50%;
    color: #ffffff;
    width: max-content;
    position: absolute;
    bottom: -30px;
    padding: 18px;
    border: 4px solid #F4F4F4;
    transform: translate(-50%, 0);
    left: 50%;
    opacity: 0;
    transition: 600ms;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.25); }
.services .other-services-wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px 5px 0 0;
  position: sticky;
  top: 10px; }
  .services .other-services-wrapper .head {
    font-family: "Playfair Display", serif;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #404040;
    background-color: #EFEFEF;
    padding-block: 17px 14px;
    border-radius: 5px 5px 0 0; }
  .services .other-services-wrapper .other-service {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #C0C0C0;
    padding-block: 14px;
    margin-inline: 14px; }
    .services .other-services-wrapper .other-service:hover .title {
      color: #0066B0; }
    .services .other-services-wrapper .other-service:last-child {
      border: 0;
      padding-bottom: 20px; }
    .services .other-services-wrapper .other-service figure {
      width: 60px;
      flex-shrink: 0; }
    .services .other-services-wrapper .other-service .title {
      font-family: "Playfair Display", serif;
      font-size: 20px;
      font-weight: 600;
      color: #444444; }

.classes h2.title {
  color: #424242;
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 20px !important;
  text-transform: capitalize; }
.classes .title-wrapper {
  background: url(../../images/classbg.png) no-repeat center;
  background-size: cover;
  padding: 2.5rem;
  border-radius: 10px; }
  .classes .title-wrapper .section-title {
    text-align: left;
    margin-bottom: 20px !important;
    font-weight: 600; }
.classes .classes-card {
  height: 100%;
  display: block; }
  .classes .classes-card figure {
    height: 100%;
    border-radius: 10px;
    position: relative;
    min-height: 225px; }
    .classes .classes-card figure::after {
      position: absolute;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
    .classes .classes-card figure figcaption {
      color: #ffffff;
      position: absolute;
      bottom: 30px;
      right: 30px;
      z-index: 1;
      text-align: right;
      line-height: 32px;
      font-family: "Playfair Display", serif; }
      .classes .classes-card figure figcaption .name {
        transition: all 500ms;
        font-size: 26px;
        font-style: normal;
        font-weight: 700; }
    .classes .classes-card figure:hover figcaption .name {
      color: #d7eeff;
      transform: translateY(-20px) scale(1.2);
      transform-origin: center; }

.why-us {
  background-color: #d7eeff; }
  .why-us .content-wrapper {
    padding: 60px 10% 30px 0; }
    .why-us .content-wrapper .section-title {
      text-align: left;
      margin-bottom: 20px !important; }
    .why-us .content-wrapper .why-us-content-wrapper {
      display: flex;
      gap: 24px;
      margin-top: 24px; }
      .why-us .content-wrapper .why-us-content-wrapper figure {
        width: fit-content;
        height: fit-content;
        flex-shrink: 0;
        padding: 24px;
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15); }
        .why-us .content-wrapper .why-us-content-wrapper figure img {
          width: 60px !important;
          height: 60px !important; }
      .why-us .content-wrapper .why-us-content-wrapper .title {
        font-family: "Playfair Display", serif;
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 6px; }

.universities h2.title {
  color: #424242;
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 14px !important;
  text-transform: capitalize; }
.universities figure {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e4e4e4; }
  .universities figure img {
    mix-blend-mode: darken; }

.testimonial .review-card {
  padding: 40px;
  padding-right: 50px;
  background: url(../../images/quote.png) no-repeat;
  background-color: #d7eeff;
  background-position: 95% 72%; }
  .testimonial .review-card figure {
    width: fit-content;
    margin: 0 auto !important;
    position: relative; }
    .testimonial .review-card figure .video-play-button {
      position: absolute;
      bottom: 0;
      right: 0; }
  .testimonial .review-card .reviewer-content {
    padding-left: 20px; }
    .testimonial .review-card .reviewer-content .description {
      border-bottom: 1px solid  #ABABAB;
      font-size: 20px;
      padding-bottom: 30px; }
    .testimonial .review-card .reviewer-content .reviewer-name {
      margin-top: 24px; }
      .testimonial .review-card .reviewer-content .reviewer-name .name {
        font-size: 1.25rem;
        color: #4d4d55;
        font-family: "Playfair Display", serif;
        font-weight: 600; }
      .testimonial .review-card .reviewer-content .reviewer-name .country {
        color: #383838;
        margin-block: 10px 8px;
        font-size: 1.125rem; }
      .testimonial .review-card .reviewer-content .reviewer-name .course {
        color: #383838; }

.awards figure {
  border: 10px solid #d7eeff; }

.message {
  position: relative; }
  .message .message-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    padding-inline: 100px; }
    @media (max-width: 991px) {
      .message .message-wrapper {
        width: 100%; }
        .message .message-wrapper .manager-img, .message .message-wrapper .message-content {
          width: 100% !important; } }
    @media (max-width: 600px) {
      .message .message-wrapper {
        display: block; } }
    .message .message-wrapper .manager-img {
      margin-top: -40px !important;
      flex-shrink: 0;
      width: 50%; }
      @media (max-width: 991px) {
        .message .message-wrapper .manager-img {
          margin-top: 0px !important; } }
    .message .message-wrapper .sign-img {
      width: max-content;
      margin-top: 14px !important; }
    .message .message-wrapper .section-title {
      margin-bottom: 10px !important;
      text-align: left; }
    .message .message-wrapper .message-content {
      padding: 30px 20px 30px 0;
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 50%; }
    .message .message-wrapper .name {
      font-weight: 500;
      font-family: "Playfair Display", serif;
      font-size: 1.25rem;
      color: #444444; }
    .message .message-wrapper .designation {
      font-weight: 300;
      font-size: 16px;
      color: #444444; }

.mission-vision {
  background-color: #d7eeff; }
  .mission-vision:nth-child(2n) .content-wrapper {
    padding: 0 10% 0 30px; }
  .mission-vision .content-wrapper {
    padding: 0 30px 0 10%; }
    .mission-vision .content-wrapper .section-title {
      text-align: left;
      margin-bottom: 20px !important; }
  .mission-vision figure {
    position: relative; }
    .mission-vision figure .video-play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 0 30px black; }

.history-section {
  padding: 73px 0px; }
  .history-section .timeline {
    overflow: auto;
    height: 90vh;
    max-height: 600px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.161);
    padding-top: 30px;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .history-section .timeline::-webkit-scrollbar {
      width: 7px; }
    .history-section .timeline::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px #cecece;
      border-radius: 10px; }
    .history-section .timeline::-webkit-scrollbar-thumb {
      background: #ffd195;
      border-radius: 10px; }
    .history-section .timeline::-webkit-scrollbar-thumb:hover {
      background: #ffbf6c; }
    .history-section .timeline ul li {
      list-style-type: none;
      position: relative;
      width: 6px;
      margin: 0 auto;
      padding: 10px 0px;
      background: #ffab62;
      display: block; }
      .history-section .timeline ul li::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #7282ff;
        z-index: 1; }
      .history-section .timeline ul li:first-child::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 6px;
        width: 100px;
        background: #456dbe; }
      .history-section .timeline ul li:last-child::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 6px;
        width: 100px;
        background: #456dbe; }
      .history-section .timeline ul li .wrapper {
        position: relative;
        bottom: 0;
        width: 407px;
        padding: 25px;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #555555;
        transition: all 0.5s ease-in-out; }
        .history-section .timeline ul li .wrapper .description {
          font-size: 1rem;
          line-height: normal; }
        .history-section .timeline ul li .wrapper::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid; }
      .history-section .timeline ul li:nth-child(even) .wrapper {
        background: #ffefd7;
        transform: translate3d(100px, 0, 0); }
        .history-section .timeline ul li:nth-child(even) .wrapper::before {
          left: -40px;
          border-width: 23px 41px 25px 0;
          border-color: transparent #ffefd7 transparent transparent; }
      .history-section .timeline ul li:nth-child(odd) .wrapper {
        background: #d7eeff;
        transform: translate3d(-494px, 0, 0); }
        .history-section .timeline ul li:nth-child(odd) .wrapper::before {
          right: -48px;
          border-width: 43px 0px 46px 72px;
          border-color: transparent transparent transparent #d7eeff; }
  .history-section time {
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 12px; }

.contact-info {
  background-color: #282828;
  color: #ffffff;
  padding-block: 60px; }
  .contact-info .section-title {
    color: #ffffff; }
  .contact-info .contact-info-card i {
    color: #0066B0;
    font-size: 2.25rem; }
  .contact-info .contact-info-card .title {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-block: 18px 14px; }
  .contact-info .contact-info-card a, .contact-info .contact-info-card p, .contact-info .contact-info-card span {
    font-size: 18px; }
  .contact-info .contact-info-card a:hover {
    color: #0066B0 !important; }

.contact-form-wrapper .section-title {
  margin-bottom: 20px !important; }
.contact-form-wrapper .sub-title {
  margin-bottom: 40px !important;
  font-size: 20px;
  text-align: center;
  color: #555555; }
.contact-form-wrapper .contact-form {
  padding-left: 2rem; }
  .contact-form-wrapper .contact-form .field-wrapper {
    margin-bottom: 1.5rem; }
    .contact-form-wrapper .contact-form .field-wrapper .form-control, .contact-form-wrapper .contact-form .field-wrapper .form-select {
      height: 50px;
      background-color: #ffffff;
      border: 1px solid #EBEBEB;
      color: #696969 !important; }
      .contact-form-wrapper .contact-form .field-wrapper .form-control:focus, .contact-form-wrapper .contact-form .field-wrapper .form-select:focus {
        box-shadow: none;
        border: 1px solid #ffd587; }
      .contact-form-wrapper .contact-form .field-wrapper .form-control option, .contact-form-wrapper .contact-form .field-wrapper .form-select option {
        color: #696969; }
      .contact-form-wrapper .contact-form .field-wrapper .form-control::placeholder, .contact-form-wrapper .contact-form .field-wrapper .form-select::placeholder {
        color: #696969; }
.contact-form-wrapper .primary-btn {
  margin: 0 auto !important; }

.map {
  background-size: cover; }

.contact-info {
  background-color: #282828;
  color: #ffffff;
  padding-block: 60px; }
  .contact-info .section-title {
    color: #ffffff; }
  .contact-info .contact-info-card i {
    color: #0066B0;
    font-size: 2.25rem; }
  .contact-info .contact-info-card .title {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-block: 18px 14px; }
  .contact-info .contact-info-card a, .contact-info .contact-info-card p, .contact-info .contact-info-card span {
    font-size: 18px; }
  .contact-info .contact-info-card a:hover {
    color: #0066B0 !important; }

.contact-form-wrapper .section-title {
  margin-bottom: 20px !important; }
.contact-form-wrapper .sub-title {
  margin-bottom: 40px !important;
  font-size: 20px;
  text-align: center;
  color: #555555; }
.contact-form-wrapper .contact-form {
  padding-left: 2rem; }
  .contact-form-wrapper .contact-form .field-wrapper {
    margin-bottom: 1.5rem; }
    .contact-form-wrapper .contact-form .field-wrapper .form-control, .contact-form-wrapper .contact-form .field-wrapper .form-select {
      height: 50px;
      background-color: #ffffff;
      border: 1px solid #EBEBEB;
      color: #696969 !important; }
      .contact-form-wrapper .contact-form .field-wrapper .form-control:focus, .contact-form-wrapper .contact-form .field-wrapper .form-select:focus {
        box-shadow: none;
        border: 1px solid #ffd587; }
      .contact-form-wrapper .contact-form .field-wrapper .form-control option, .contact-form-wrapper .contact-form .field-wrapper .form-select option {
        color: #696969; }
      .contact-form-wrapper .contact-form .field-wrapper .form-control::placeholder, .contact-form-wrapper .contact-form .field-wrapper .form-select::placeholder {
        color: #696969; }
.contact-form-wrapper .primary-btn {
  margin: 0 auto !important; }

.map {
  background-size: cover; }

.team .team-card figure {
  position: relative; }
  .team .team-card figure figcaption {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 40px 30px 30px 30px;
    clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
    color: #ffffff;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10; }
    .team .team-card figure figcaption .name {
      font-family: "Playfair Display", serif;
      font-weight: 600;
      font-size: 22px; }
    .team .team-card figure figcaption .designation {
      font-size: 18px;
      margin-top: 6px; }

.gallery .gallery-card figure {
  position: relative;
  border-radius: 6px; }
  .gallery .gallery-card figure:hover figcaption {
    color: #0066B0; }
  .gallery .gallery-card figure::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0) 100%); }
  .gallery .gallery-card figure figcaption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 22px;
    width: 100%;
    text-align: center;
    padding-inline: 10px; }

.gallery-inner a {
  position: relative; }
  .gallery-inner a i {
    background-color: #0066B0;
    padding: 20px 21px 20px 24px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    cursor: pointer; }
  .gallery-inner a img {
    width: 100%;
    height: 100%; }

.career .career-card {
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  padding: 32px 20px 24px;
  border-radius: 6px; }
  .career .career-card .title {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 22px;
    color: #444444; }
  .career .career-card .deadline {
    color: #898989;
    font-weight: 600;
    padding-block: 20px 13px; }
  .career .career-card .primary-btn {
    margin-top: 14px !important; }
  .career .career-card .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.career-detail .section-title {
  color: #424242;
  text-align: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C7C7C7; }
.career-detail .career-content h2 {
  color: #424242;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 1rem !important; }
.career-detail .career-content .description {
  margin-bottom: 40px; }
.career-detail .career-content .sub-head {
  font-size: 1.5rem;
  color: #424242;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  margin-bottom: 18px; }
.career-detail .career-content ol {
  padding-left: 1rem !important;
  color: #424242; }
  .career-detail .career-content ol li {
    list-style-type: decimal;
    margin-bottom: 6px;
    font-size: 18px; }
.career-detail .career-content ul {
  padding-left: 1rem !important;
  color: #424242; }
  .career-detail .career-content ul li {
    list-style-type: initial;
    margin-bottom: 6px;
    font-size: 18px; }
.career-detail .career-content .contact-mail {
  color: #808080;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif; }
  .career-detail .career-content .contact-mail a {
    color: #0066B0 !important; }

.career-form {
  margin-top: 2.5rem; }
  .career-form h2 {
    color: #707070;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    margin-bottom: 30px !important;
    font-weight: 500;
    text-transform: capitalize; }
  .career-form label {
    font-size: 18px;
    color: #F27023;
    font-family: "Playfair Display", serif;
    color: #7C7C7C;
    font-weight: 500;
    letter-spacing: 0.96px; }
  .career-form .form-control {
    height: 46px;
    min-height: auto;
    background-color: #ffffff;
    border: 0;
    color: #948B9F; }
    .career-form .form-control:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0); }
    .career-form .form-control::placeholder {
      color: #948B9F; }
    .career-form .form-control::-webkit-file-upload-button {
      background-color: #ffffff;
      border-right: 1px solid #c7c7c7;
      color: #948B9F;
      height: 46px; }
  .career-form textarea {
    height: 190px !important;
    padding-top: 16px; }
  .career-form .primary-btn {
    margin-top: 40px; }

.resources .resources-wrapper {
  border-radius: 10px !important;
  background: #FFF !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25) !important;
  display: block;
  padding: 46px 0 27px !important;
  text-align: center;
  height: 100%; }
  .resources .resources-wrapper figure {
    width: fit-content;
    margin: 0 auto !important; }
    .resources .resources-wrapper figure img {
      height: 90px !important;
      width: auto !important; }
  .resources .resources-wrapper .title {
    color: #676767;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-top: 22px; }
  .resources .resources-wrapper:hover .title {
    color: #0066B0; }

.resources-detail .section-title {
  max-width: 724px;
  margin: 0 auto;
  margin-top: 60px; }
.resources-detail .wrapper {
  display: flex;
  justify-content: center;
  row-gap: 14px;
  column-gap: 40px;
  flex-wrap: wrap; }
  .resources-detail .wrapper .downloads {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
    .resources-detail .wrapper .downloads:nth-child(2n) .icon-wrapper {
      background-color: #4C53F0 !important; }
    .resources-detail .wrapper .downloads:nth-child(3n) .icon-wrapper {
      background-color: #68C166 !important; }
    .resources-detail .wrapper .downloads:nth-child(4n) .icon-wrapper {
      background-color: #FFA654 !important; }
    .resources-detail .wrapper .downloads .download-card {
      padding-right: 30px;
      width: max-content;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin: 0 auto; }
      .resources-detail .wrapper .downloads .download-card:hover .title {
        color: #F27023; }
      .resources-detail .wrapper .downloads .download-card .icon-wrapper {
        background-color: #F2484D;
        width: 60px;
        aspect-ratio: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
        .resources-detail .wrapper .downloads .download-card .icon-wrapper i {
          color: #ffffff;
          font-size: 26px; }
      .resources-detail .wrapper .downloads .download-card .title {
        font-family: "Playfair Display", serif;
        color: #424242;
        font-size: 22px;
        font-weight: 500; }
.resources-detail figure {
  position: relative; }
  .resources-detail figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .resources-detail figure figcaption .video-play-button {
      width: 100px;
      height: 71px;
      background-color: #ff0000;
      border-radius: 16px; }
      .resources-detail figure figcaption .video-play-button i {
        color: #ffffff;
        font-size: 34px; }

.blogs .blog-card {
  padding: 18px 18px 22px 18px;
  border: 0;
  box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.15); }
  .blogs .blog-card:hover .title {
    color: #0066B0; }
  .blogs .blog-card .title {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 20px;
    color: #616161;
    line-height: normal;
    margin-block: 24px 4px; }
  .blogs .blog-card figure {
    border-radius: 10px;
    position: relative; }
    .blogs .blog-card figure figcaption {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #D9D9D9;
      border-radius: 10px;
      overflow: hidden;
      padding: 20px 10px 10px;
      box-shadow: 0 0 5px 0px #3f3f3f6b; }
      .blogs .blog-card figure figcaption::before {
        content: '';
        position: absolute;
        top: 7px;
        left: 20px;
        background-color: #636363;
        width: 8px;
        height: 8px;
        z-index: 5;
        border-radius: 50%;
        box-shadow: 20px 0 0 0px #636363; }
      .blogs .blog-card figure figcaption::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 22px;
        background-color: #CACDD0; }
      .blogs .blog-card figure figcaption span {
        width: 50px;
        display: block;
        text-align: center;
        line-height: 22px;
        color: #616161;
        font-size: 22px; }
  .blogs .blog-card .description {
    margin-block: 10px 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .blogs .blog-card span {
    color: #F27023;
    font-size: 18px;
    font-weight: 500;
    font-family: "Playfair Display", serif; }
    .blogs .blog-card span i {
      font-size: 14px;
      padding-left: 6px; }

.blog-detail .section-title {
  margin-bottom: 20px !important; }
.blog-detail .share-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-block: 24px;
  color: #5b5b5b; }
  .blog-detail .share-wrapper .share {
    text-align: center; }
    .blog-detail .share-wrapper .share p {
      font-family: "Playfair Display", serif;
      font-size: 27px;
      line-height: 19px;
      font-weight: 500;
      color: #7e7e7e; }
  .blog-detail .share-wrapper .fa-facebook-f {
    color: #3D5B9A !important; }
  .blog-detail .share-wrapper .fa-share-nodes {
    color: #3d9a5c !important; }
  .blog-detail .share-wrapper a, .blog-detail .share-wrapper i {
    border: 1px solid #8a8a8a;
    padding: 5px 8px;
    border-radius: 5px; }
.blog-detail .date {
  color: #AEACAC;
  font-family: "Playfair Display", serif;
  font-weight: 400; }
  .blog-detail .date i {
    margin-right: 10px; }

.recent-blog {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  position: sticky;
  top: 10px; }
  .recent-blog .title {
    font-family: "Playfair Display", serif;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #7A7A7A; }
  .recent-blog a {
    font-size: 18px;
    color: #656565 !important;
    border-bottom: 1px dashed #A8A8A8;
    padding: 1rem 0;
    display: block; }
    .recent-blog a:hover {
      color: #0066B0 !important; }
    .recent-blog a:last-child {
      border: 0;
      padding-bottom: 0px; }

/*# sourceMappingURL=style.css.map */
