@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif !important;
  color: #444444 !important;
}
body ::-moz-selection {
  background-color: #0c00bb;
  color: white;
}
body ::selection {
  background-color: #0c00bb;
  color: white;
}

::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgb(204, 204, 204);
          box-shadow: inset 0 0 5px rgb(204, 204, 204);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #07306D;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b38300;
}

a, button {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
}

ul,
ol {
  margin: 0;
}

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

.description {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

button {
  border: 0;
}

figure {
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}
figure img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
figure .video-play-section {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
figure .video-play-section .popup-youtube {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #07306D;
}
figure .video-play-section .popup-youtube:hover {
  background-color: #0670BF;
}
figure .video-play-section i {
  color: #ffffff;
  font-size: 30px;
  padding-left: 5px;
  padding-top: 5px;
}

.section-gutter {
  margin-top: 90px;
}

.primary-btn {
  font-size: 18px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 112, 191)), to(rgb(7, 48, 109)));
  background: linear-gradient(90deg, rgb(6, 112, 191) 0%, rgb(7, 48, 109) 100%);
  padding: 16px 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff !important;
  -webkit-box-shadow: 4px 4px 1px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 1px 0 rgba(0, 0, 0, 0.3);
}

svg.top {
  width: 100%;
  position: absolute;
  top: -1px;
  height: auto;
  z-index: 1;
}
svg.bottom {
  width: 100%;
  position: absolute;
  bottom: -1px;
  height: auto;
  z-index: 1;
}

.breadcrumb-all {
  background-color: #07306D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 490px;
  position: relative;
  text-align: center;
}
.breadcrumb-all .content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: absolute;
  bottom: 0;
  height: 100%;
}
.breadcrumb-all .breadcrumb-title {
  position: absolute;
  left: 50%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  color: white;
  font-size: 50px;
  font-family: "Playfair Display", serif;
  width: 100%;
}
.breadcrumb-all .breadcrumb-content {
  text-align: center;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 26px 36px;
  border-radius: 50px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.07);
  background: rgba(6, 111, 191, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 100%;
  border-radius: 26.743px 26.743px 63.257px 63.257px;
}
.breadcrumb-all .breadcrumb-content .breadcrumb-title, .breadcrumb-all .breadcrumb-content ol, .breadcrumb-all .breadcrumb-content li {
  color: #ffffff;
  font-size: 26px !important;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb-all .breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
  padding-inline: 0.6rem 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f178";
  font-size: 13px;
  font-weight: 700;
  color: #ffffff !important;
}
.breadcrumb-all .breadcrumb-content .breadcrumb-item {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-all .breadcrumb-content .breadcrumb-item::before {
  color: #5B5B5B !important;
}

.bg-rm {
  padding: 0 !important;
}
.bg-rm::after, .bg-rm::before {
  display: none;
}

.detail-wrapper h1 {
  font-size: 2.5rem !important;
}
.detail-wrapper h2, .detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  font-weight: 600;
  font-size: 1.5rem !important;
  margin: 1.25rem 0 !important;
}
.detail-wrapper h2 {
  margin-block: 30px !important;
}
.detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  margin-block: 20px !important;
}
.detail-wrapper a {
  color: #07306D !important;
  display: inline;
  border-bottom: 1px solid #07306D;
}
.detail-wrapper li {
  margin-bottom: 10px;
}
.detail-wrapper blockquote {
  position: relative;
  background-color: #0670BF;
  color: #ffffff;
  padding: 40px 20px;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  margin: 1rem 0;
  margin-block: 1.25rem !important;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.detail-wrapper blockquote::before {
  content: url("../images/quote2.svg");
}
.detail-wrapper .table-wrapper {
  overflow-x: auto;
  margin-block: 30px;
}
.detail-wrapper table {
  min-width: 600px;
  padding: 8px 12px;
  margin-bottom: 0;
}
.detail-wrapper table tbody, .detail-wrapper table td, .detail-wrapper table tfoot, .detail-wrapper table th, .detail-wrapper table thead, .detail-wrapper table tr {
  border: 1px solid #EEEAEA;
  color: #444444 !important;
}
.detail-wrapper table tr:nth-child(2n) td {
  background-color: #F6F6F6;
}
.detail-wrapper table thead {
  color: #727272 !important;
  font-weight: 500;
}
.detail-wrapper table thead th {
  background-color: #07306D !important;
  font-weight: 500;
  vertical-align: middle;
  color: #ffffff !important;
}
.detail-wrapper .accordion-item h2 {
  background-color: transparent !important;
  color: #5B5B5B !important;
}
.detail-wrapper .accordion-item h2 .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
.detail-wrapper .accordion-item .accordion-body {
  padding-left: 0;
  border-left: 0;
}
.detail-wrapper p img {
  width: 100% !important;
  height: auto !important;
  border-radius: 10px;
}

.error {
  font-size: 14px;
  color: rgb(255, 134, 134);
}

.mfp-bg, .mfp-wrap {
  background: rgba(0, 56, 71, 0.8) !important;
}

.mfp-iframe-holder .mfp-close {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  width: 30px !important;
  height: 30px !important;
  background: rgb(133, 0, 0) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0px !important;
  color: white !important;
  border-radius: 50%;
  top: -20px !important;
  right: -20px !important;
  padding-top: 1px !important;
}

.pagination-wrapper {
  margin-top: 2.25rem;
  color: #07306D;
}
.pagination-wrapper .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-wrapper .pagination .page-item .page-link {
  border: 1px solid #07306D;
  font-weight: 500;
}
.pagination-wrapper .pagination .active {
  color: #ffffff;
  font-weight: 600;
}
.pagination-wrapper .pagination .active .page-link {
  background-color: #07306D !important;
}

@media (max-width: 1399px) {
  .stats .main-img-wrapper .circular-wrapper {
    right: 28% !important;
  }
  .message-manager .message-manager-wrapper .manager-card figure {
    clip-path: path("M 15,0 H 246 Q 261,0 261,15 V 298 Q 261,308 254,315 L 214,350 Q 199,363 188,363 H 15 Q 0,363 0,348 V 15 Q 0,0 15,0 Z") !important;
  }
  .message-manager .message-manager-wrapper .manager-card:nth-child(2n) figure {
    clip-path: path("M 246,0 H 15 Q 0,0 0,15 V 298 Q 0,308 7,315 L 47,350 Q 62,363 73,363 H 246 Q 261,363 261,348 V 15 Q 261,0 246,0 Z") !important;
  }
}
@media (max-width: 1199px) {
  .message-manager .message-manager-wrapper .manager-card figure {
    clip-path: path("M 15,0 H 201 Q 216,0 216,15 V 246 Q 216,256 209,263 L 177,289 Q 165,300 155,300 H 15 Q 0,300 0,285 V 15 Q 0,0 15,0 Z") !important;
  }
  .message-manager .message-manager-wrapper .manager-card:nth-child(2n) figure {
    clip-path: path("M 201,0 H 15 Q 0,0 0,15 V 246 Q 0,256 7,263 L 39,289 Q 51,300 61,300 H 201 Q 216,300 216,285 V 15 Q 216,0 201,0 Z") !important;
  }
}
.enquiry button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff !important;
  width: max-content;
  font-weight: 600;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 112, 191)), to(rgb(7, 48, 109)));
  background: linear-gradient(90deg, rgb(6, 112, 191) 0%, rgb(7, 48, 109) 100%);
  border: 2px solid #e4e4e4;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px 0px 0px 15px;
  padding: 12px;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 550px) {
  .enquiry button {
    top: 96.7% !important;
    width: 100% !important;
    padding: 16px 8px;
    border-radius: 0;
    -webkit-animation: none;
            animation: none;
  }
}
.enquiry button:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.712);
          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 {
  background-color: transparent !important;
}
.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;
  font-size: 36px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.enquiry-modal .modal-content .modal-header .btn-close {
  background: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #07306D !important;
}
.enquiry-modal .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0) !important;
          box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0) !important;
}
.enquiry-modal .modal-content .modal-body .form-label {
  color: #808080;
  font-weight: 500;
}
.enquiry-modal .modal-content .modal-body .form-control, .enquiry-modal .modal-content .modal-body .form-select {
  color: #808080;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #B5B5B5 !important;
  height: 46px;
}
.enquiry-modal .modal-content .modal-body .form-control::-webkit-input-placeholder, .enquiry-modal .modal-content .modal-body .form-select::-webkit-input-placeholder {
  color: #424242;
}
.enquiry-modal .modal-content .modal-body .form-control::-moz-placeholder, .enquiry-modal .modal-content .modal-body .form-select::-moz-placeholder {
  color: #424242;
}
.enquiry-modal .modal-content .modal-body .form-control:-ms-input-placeholder, .enquiry-modal .modal-content .modal-body .form-select:-ms-input-placeholder {
  color: #424242;
}
.enquiry-modal .modal-content .modal-body .form-control::-ms-input-placeholder, .enquiry-modal .modal-content .modal-body .form-select::-ms-input-placeholder {
  color: #424242;
}
.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 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.enquiry-modal .modal-content .modal-body textarea {
  height: 105px !important;
}
.enquiry-modal .modal-content .primary-btn {
  width: 100%;
  margin-top: 30px;
}

header {
  position: absolute;
  top: 30px;
  width: 100%;
  background-color: transparent;
  z-index: 500;
}
header nav {
  padding: 28px 50px 28px 30px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
}
header nav figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 0;
}
header nav ul li {
  list-style-type: none;
}
header nav ul li a {
  font-size: 18px !important;
  font-weight: 600 !important;
}
header nav ul li a.active {
  color: #07306D !important;
}
header nav ul li a.active:hover {
  color: #07306D !important;
}
header nav ul li a:hover {
  color: #0670BF !important;
}
header nav ul li button {
  background-color: transparent;
}
header nav .nav-item {
  color: #3A3636;
  position: relative;
}
header nav .nav-item i {
  font-size: 14px;
  padding-left: 8px;
}
header nav .nav-item a {
  font-size: 18px;
}
header nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  background: #ffffff;
  border-top: 2px solid #07306D;
  z-index: 2;
}
header nav .nav-item .nav-link {
  position: relative;
  font-size: 20px;
  font-weight: 500;
}
header nav .nav-item .active {
  color: #07306D !important;
}
header nav .nav-item ul {
  background-color: rgb(146, 146, 146);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 1rem 1.25rem !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 140%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
}
header nav .nav-item ul li {
  margin-top: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style-type: none;
  padding-block: 2px;
}
header nav .nav-item ul li a {
  display: inline-block;
}
header nav .nav-item ul li:first-child {
  margin-top: 0;
}
header nav .nav-item ul li::before {
  padding-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 13px;
  font-weight: 700;
}
header nav .nav-item ul li:hover {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  color: #0670BF !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  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: #07306D;
}
.overlay button:hover {
  background: #002153;
}
.overlay .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

footer {
  background-color: #07306D;
  color: #ffffff;
  padding-bottom: 30px;
}
footer .top-footer {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 109)), color-stop(50%, rgb(6, 112, 191)), to(rgb(7, 48, 109)));
  background: linear-gradient(90deg, rgb(7, 48, 109) 0%, rgb(6, 112, 191) 50%, rgb(7, 48, 109) 100%);
}
footer .top-footer .contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  height: 112px;
}
footer .top-footer .contact-detail figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .top-footer .contact-detail .title {
  font-size: 20px;
  font-weight: 500;
}
footer .top-footer .contact-detail p, footer .top-footer .contact-detail a {
  color: #ffffff !important;
}
footer .main-footer {
  margin-top: 50px;
  padding-bottom: 72px;
}
footer .main-footer .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  margin-bottom: 16px;
}
footer .main-footer .footer-title {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 26px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .main-footer .footer-title::after, footer .main-footer .footer-title::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  bottom: -4px;
  border-radius: 2px;
}
footer .main-footer .footer-title::before {
  width: 67px;
}
footer .main-footer .footer-title::after {
  width: 17px;
  left: 73px;
}
footer .main-footer .description {
  color: #ffffff;
}
footer .main-footer .description .readmore {
  display: block;
  text-transform: capitalize;
  color: #0670BF !important;
  font-weight: 500;
}
footer .main-footer .description .readmore::after {
  padding-left: 0.6rem;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 13px;
  font-weight: 700;
}
footer .main-footer .links {
  padding-left: 0;
}
footer .main-footer .links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 18px;
  margin-bottom: 12px;
}
footer .main-footer .links li::before {
  padding-right: 9px;
  content: url("../images/contacticon.svg");
}
footer .main-footer .links.all-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
footer .main-footer .links.all-links li {
  width: 50%;
}
footer .main-footer .socials {
  margin-top: 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
footer .main-footer .socials a {
  color: #0670BF !important;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
}
footer .main-footer .socials a i {
  font-size: 17px;
}
footer .bottom-footer {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
}
footer .bottom-footer figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .bottom-footer .rights {
  color: #07306D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-style: italic;
}
footer .bottom-footer .rights a {
  color: #4CE166 !important;
}
footer .bottom-footer .rights p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-weight: 500;
}

.hero-banner {
  position: relative;
}
.hero-banner figure {
  position: relative;
  isolation: isolate;
  background-image: url("../images/banneroutline.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner figure::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
}
.hero-banner figure figcaption {
  z-index: 1;
  position: absolute;
  bottom: 160px;
  color: #ffffff;
  width: 100%;
}
.hero-banner figure figcaption .main {
  font-size: 70px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  line-height: 79px;
}
.hero-banner figure figcaption .sub {
  font-size: 23px;
  font-weight: 600;
}
.hero-banner figure figcaption .sub p {
  margin-bottom: 16px !important;
}
.hero-banner .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero-banner .owl-dots .owl-dot span {
  width: 93px;
  height: 10px;
  display: block;
  background: #ffffff;
}
.hero-banner .owl-dots .owl-dot.active span {
  background: #0670BF !important;
}

.services {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}
.services::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  background-color: #07306D;
  z-index: -1;
}
.services::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 50%;
}
.services .service-card {
  background: -webkit-gradient(linear, left top, right top, from(#0670bf), to(#033459));
  background: linear-gradient(90deg, #0670bf 0%, #033459 100%);
  padding: 30px;
  border-radius: 20px;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
.services .service-card figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px;
  background-color: #ffffff;
  border-radius: 8px;
}
.services .service-card .title {
  margin-block: 20px;
  font-size: 24px;
  font-weight: 600;
}
.services .service-card .description {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-us .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  color: #07306D;
  margin-bottom: -30px;
  z-index: 1;
  position: relative;
}
.about-us figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about-us .main-img {
  overflow: visible;
  position: relative;
}
.about-us .main-img::before {
  content: "";
  position: absolute;
  background-color: #07306D;
  width: 100%;
  height: 70%;
  border-radius: 133px;
  bottom: -24px;
  z-index: -1;
  left: 0;
}
.about-us .sub-title {
  font-size: 50px;
  font-weight: 600;
  color: #07306D;
}
.about-us .description {
  margin-block: 30px 40px !important;
}
.about-us .arrow {
  -webkit-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
  margin-bottom: 65px !important;
  margin-left: 80px !important;
}

.why-us {
  background-image: url("../images/whyusbanner.png");
  color: #ffffff !important;
  padding-block: 130px;
  position: relative;
  isolation: isolate;
}
.why-us::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 109)), to(rgb(6, 112, 191)));
  background: linear-gradient(90deg, rgb(7, 48, 109) 0%, rgb(6, 112, 191) 100%);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.why-us .sub-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}
.why-us .title {
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  margin-block: 30px;
}
.why-us .accordion .accordion-item {
  color: #ffffff !important;
  background-color: transparent;
  border: none;
  border-top: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-radius: 0;
}
.why-us .accordion .accordion-item:last-child {
  border-bottom: 2px solid #ffffff;
}
.why-us .accordion .accordion-item .accordion-header .accordion-button {
  padding: 14px 0 !important;
  font-size: 30px;
  font-weight: 500;
  background-color: transparent;
}
.why-us .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.why-us .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.why-us .accordion .accordion-item .accordion-header .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  content: "+";
  font-size: 26px;
  font-weight: 700;
  background: none;
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  color: #07306D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-us .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.why-us .accordion .accordion-item .accordion-body {
  padding: 0 0 16px 0;
}

.stats {
  padding-top: 136px;
}
.stats .main-img-wrapper {
  position: relative;
}
.stats .main-img-wrapper figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.stats .main-img-wrapper figure img {
  border-radius: 10px;
}
.stats .main-img-wrapper figure.float-img {
  position: absolute;
  top: -136px;
  left: 0;
  z-index: 1;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.stats .main-img-wrapper figure.main-img {
  margin-left: auto !important;
}
.stats .main-img-wrapper .circular-wrapper {
  position: absolute;
  top: -100px;
  right: 38%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  width: fit-content;
}
.stats .main-img-wrapper .circular-wrapper .circular-text-container {
  position: relative;
  width: 200px;
  height: 200px;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
.stats .main-img-wrapper .circular-wrapper .circular-text-container span {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform-origin: 0 100px;
          transform-origin: 0 100px;
  font-size: 18px;
  color: #07306D;
  font-weight: 600;
}
.stats .main-img-wrapper .circular-wrapper .center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.stats .main-img-wrapper .circular-wrapper .center-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.stats .count-wrapper {
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 109)), to(rgb(6, 112, 191)));
  background: linear-gradient(90deg, rgb(7, 48, 109) 0%, rgb(6, 112, 191) 100%);
  color: #ffffff;
  border-radius: 20px;
  padding: 20px 20px 50px;
}
.stats .count-wrapper figure {
  width: 85px;
  height: 85px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.stats .count-wrapper figure img {
  width: auto !important;
  height: auto !important;
}
.stats .count-wrapper .count {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  margin-top: -10px;
}
.stats .count-wrapper p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.partners {
  background-image: url(../images/partnerbg.png);
  color: #ffffff !important;
  padding-block: 65px 100px;
  position: relative;
  isolation: isolate;
}
.partners .title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.partners::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 109)), to(rgb(6, 112, 191)));
  background: linear-gradient(90deg, rgb(7, 48, 109) 0%, rgb(6, 112, 191) 100%);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.partners figure {
  background-color: #ffffff;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}
.partners figure img {
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.blogs .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.blogs .title-wrapper .sub-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  color: #0670BF;
  margin-bottom: 20px;
}
.blogs .title-wrapper .title {
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  color: #07306D;
}
.blogs .blog-card {
  position: relative;
}
.blogs .blog-card:hover {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.164);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.164);
}
.blogs .blog-card:hover .card-body {
  background-color: rgba(6, 112, 191, 0.9);
}
.blogs .blog-card:hover .card-body .card-title {
  color: #07306D !important;
}
.blogs .blog-card figure {
  border-radius: 20px;
}
.blogs .blog-card .card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(6, 112, 191, 0.5);
  padding: 24px 30px;
  color: white;
  backdrop-filter: blur(3px);
  border-radius: 20px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.blogs .blog-card .card-body .card-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs .blog-card .card-body i {
  padding-right: 10px;
}

.testimonial {
  background-image: url(../images/testimonialbg.png);
  padding-block: 70px 100px;
  position: relative;
  isolation: isolate;
}
.testimonial::before {
  content: "";
  position: absolute;
  background-color: rgba(6, 111, 191, 0.6);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.testimonial .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
  color: #07306D;
  z-index: 1;
  position: relative;
  margin-block: 16px 40px;
}
.testimonial .sub-title {
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  color: #0670BF;
}
.testimonial .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.testimonial .owl-nav button span {
  background: white !important;
  padding: 13px 22px !important;
  border-radius: 10px 0 10px 10px;
  color: #07306D;
}
.testimonial .owl-nav button.owl-prev span {
  border-radius: 0 10px 10px 10px !important;
}
.testimonial .testimonial-card figure {
  border-radius: 207px 0 207px 207px;
  margin-right: 10px;
}
.testimonial .testimonial-card .content {
  position: relative;
  padding-left: 10px;
}
.testimonial .testimonial-card .content::before {
  position: absolute;
  content: url("../images/quote.svg");
  top: -20px;
  left: 0;
  z-index: -1;
}
.testimonial .testimonial-card .content .description {
  color: #272727;
}
.testimonial .testimonial-card .content .name {
  margin-block: 24px 6px;
  font-size: 22px;
  font-weight: 600;
  color: #4d4d55;
}
.testimonial .testimonial-card .content .job {
  font-size: 18px;
  color: #383838;
}

.faq .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.faq .title-wrapper .sub-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  color: #0670BF;
  margin-bottom: 20px;
}
.faq .title-wrapper .title {
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  color: #07306D;
}
.faq .accordion .accordion-item {
  margin-bottom: 15px;
  border: 0px;
  border-radius: 11px;
  background-color: #FDFDFD;
  padding: 20px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.faq .accordion .accordion-item:last-child {
  border-bottom: 0;
}
.faq .accordion .accordion-item h2, .faq .accordion .accordion-item h3, .faq .accordion .accordion-item h4, .faq .accordion .accordion-item h5, .faq .accordion .accordion-item h6 {
  margin: 0 !important;
}
.faq .accordion .accordion-item h2 .accordion-button, .faq .accordion .accordion-item h3 .accordion-button, .faq .accordion .accordion-item h4 .accordion-button, .faq .accordion .accordion-item h5 .accordion-button, .faq .accordion .accordion-item h6 .accordion-button {
  font-size: 18px;
  color: #5B5B5B !important;
  border-radius: 20px;
  padding: 0px;
  background-color: transparent !important;
}
.faq .accordion .accordion-item h2 .accordion-button::before, .faq .accordion .accordion-item h3 .accordion-button::before, .faq .accordion .accordion-item h4 .accordion-button::before, .faq .accordion .accordion-item h5 .accordion-button::before, .faq .accordion .accordion-item h6 .accordion-button::before {
  padding-right: 12px;
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  font-size: 18px;
  font-weight: 700;
}
.faq .accordion .accordion-item h2 .accordion-button:focus, .faq .accordion .accordion-item h3 .accordion-button:focus, .faq .accordion .accordion-item h4 .accordion-button:focus, .faq .accordion .accordion-item h5 .accordion-button:focus, .faq .accordion .accordion-item h6 .accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq .accordion .accordion-item h2 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h3 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h4 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h5 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h6 .accordion-button:not(.collapsed) {
  color: #07306D !important;
  background-color: transparent !important;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
}
.faq .accordion .accordion-item h2 .accordion-button:not(.collapsed)::before, .faq .accordion .accordion-item h3 .accordion-button:not(.collapsed)::before, .faq .accordion .accordion-item h4 .accordion-button:not(.collapsed)::before, .faq .accordion .accordion-item h5 .accordion-button:not(.collapsed)::before, .faq .accordion .accordion-item h6 .accordion-button:not(.collapsed)::before {
  color: #07306D;
}
.faq .accordion .accordion-item .accordion-body {
  padding-top: 16px !important;
  color: #454545;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 28px;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mission-vision .section-title {
  font-size: 30px;
  font-weight: 600;
  color: #07306D;
  max-width: 572px;
  margin: 0 auto 40px;
  text-align: center;
}
.mission-vision .mission-vision-card {
  background-color: #EAF6FF;
  padding: 45px 30px;
  clip-path: polygon(86% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 4px;
}
.mission-vision .mission-vision-card::after {
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 90px 90px 0;
  border-color: rgba(25, 255, 0, 0) rgba(25, 255, 0, 0) #C0E4FF rgba(25, 255, 0, 0);
  -webkit-box-shadow: -1px -1px 11px rgba(0, 0, 0, 0.25);
          box-shadow: -1px -1px 11px rgba(0, 0, 0, 0.25);
  -webkit-transition: 1s 450ms;
  transition: 1s 450ms;
}
.mission-vision .mission-vision-card figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px !important;
}
.mission-vision .mission-vision-card .title {
  font-weight: 600;
  font-size: 30px;
}

.organization-structure figure {
  border-radius: 17px;
}

.timeline .section-title {
  font-size: 30px;
  font-weight: 600;
  color: #07306D;
  max-width: 572px;
  margin: 0 auto 40px;
  text-align: center;
}
.timeline .timeline-table .timeline-head {
  background-color: #0670BF;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  font-size: 20px;
  font-weight: 700;
}
.timeline .timeline-table .timeline-head p {
  width: 160px;
}
.timeline .timeline-table .timeline-body {
  padding: 16px;
  color: #0c0a09;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline .timeline-table .timeline-body .date {
  width: 160px;
  font-size: 55px;
  font-family: "Playfair Display", serif;
  color: #07306D;
}
.timeline .timeline-table .timeline-body p {
  font-size: 20px;
  margin-bottom: 4px !important;
  font-weight: 500;
}

.certificate .title {
  font-size: 30px;
  font-weight: 600;
  color: #07306D;
  max-width: 572px;
  margin: 0 auto 40px;
  text-align: center;
}
.certificate .certificate-card a {
  width: 100%;
}
.certificate .certificate-card .card-body {
  background-color: #EAF6FF;
  padding: 20px 16px;
}
.certificate .certificate-card .card-body .name {
  font-size: 17px;
  color: #0c0a09;
  font-weight: 500;
  margin-bottom: 10px;
}
.certificate .certificate-card .card-body p {
  font-size: 15px;
}

.message-manager .message-manager-wrapper {
  position: relative;
}
.message-manager .message-manager-wrapper .manager-card {
  background-image: url(../images/messagebg.png);
  color: #ffffff !important;
  padding-block: 65px 100px;
  position: relative;
  isolation: isolate;
}
.message-manager .message-manager-wrapper .manager-card::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 109)), to(rgb(6, 112, 191)));
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.message-manager .message-manager-wrapper .manager-card figure {
  clip-path: path("M 15,0 H 290 Q 305,0 305,15 V 349 Q 305,359 298,366 L 250,409 Q 235,424 220,424 H 15 Q 0,424 0,409 V 15 Q 0,0 15,0 Z");
  position: sticky;
  top: 0;
}
.message-manager .message-manager-wrapper .manager-card .manager-detail {
  position: sticky;
  top: 0;
  padding: 30px 0 30px 60px;
}
.message-manager .message-manager-wrapper .manager-card .manager-detail .name {
  font-size: 40px;
  font-weight: 600;
}
.message-manager .message-manager-wrapper .manager-card .manager-detail .designation {
  font-size: 20px;
  font-weight: 500;
  margin-block: 10px 16px;
}
.message-manager .message-manager-wrapper .manager-card:nth-child(2n)::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 112, 191)), to(rgb(7, 48, 109)));
  background: linear-gradient(90deg, rgb(6, 112, 191) 0%, rgb(7, 48, 109) 100%);
}
.message-manager .message-manager-wrapper .manager-card:nth-child(2n) figure {
  clip-path: path("M 290,0 H 15 Q 0,0 0,15 V 349 Q 0,359 7,366 L 55,409 Q 70,424 85,424 H 290 Q 305,424 305,409 V 15 Q 305,0 290,0 Z");
}
.message-manager .message-manager-wrapper .manager-card:nth-child(2n) .manager-detail {
  padding: 30px 60px 30px 0px;
}
.message-manager .message-manager-wrapper .manager-card:nth-child(2n) .manager-detail .name, .message-manager .message-manager-wrapper .manager-card:nth-child(2n) .manager-detail .designation {
  text-align: end;
}

.team .team-card {
  position: relative;
}
.team .team-card figure {
  border-radius: 10px;
}
.team .team-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(7, 48, 109, 0.6);
  padding-block: 26px 22px;
  border-radius: 56px;
  color: #ffffff;
  backdrop-filter: blur(4px);
}
.team .team-card .card-body .name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.team .team-card .card-body .designtion {
  font-size: 18px;
  font-weight: 600;
}

.gallery a {
  position: relative;
}
.gallery a img {
  border-radius: 6px;
}
.gallery a i {
  background-color: #ffffff;
  color: #0670BF;
  padding: 20px 21px 18px 24px;
  font-size: 22px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  border: 1px solid #0670BF;
}
.gallery a img {
  width: 100%;
  height: 100%;
}

.process .title {
  font-size: 40px;
  font-weight: 500;
  color: #07306D;
  max-width: 957px;
  margin: 0 auto;
  line-height: 55px;
  text-align: center;
  margin-bottom: 50px;
}
.process .process-description {
  position: sticky;
  top: 10px;
}
.process .process-description .process-title {
  font-size: 20px;
  font-weight: 500;
  color: #07306D;
  margin-bottom: 20px;
}
.process .process-description .description {
  font-size: 16px;
  line-height: 29px;
}
.process .process-card {
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 112, 191)), to(rgb(7, 48, 109)));
  background: linear-gradient(90deg, rgb(6, 112, 191) 0%, rgb(7, 48, 109) 100%);
  color: #ffffff;
  border-radius: 20px;
  padding: 50px 30px;
  margin-bottom: 30px;
}
.process .process-card figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto !important;
}
.process .process-card .card-title {
  font-size: 26px;
  font-weight: 500;
  margin-block: 29px 20px;
}
.process .process-card .description {
  font-size: 16px;
  line-height: 29px;
}

.get-started {
  text-align: center;
  max-width: 527px;
  margin: 70px auto 0;
}
.get-started .sub-title {
  font-size: 20px;
  color: #07306D;
  font-weight: 500;
}
.get-started .title {
  font-size: 40px;
  color: #0670BF;
  font-weight: 500;
  margin-block: 10px;
}
.get-started .description {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}
.get-started a {
  margin: 0 auto;
}

.resources .resources-wrapper {
  border-radius: 10px !important;
  background: #FFF !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25) !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: -webkit-fit-content;
  width: -moz-fit-content;
  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: 26px;
  font-weight: 600;
  margin-top: 22px;
}
.resources .resources-wrapper:hover .title {
  color: #0670BF;
}

.branches .section-title {
  font-size: 30px;
  color: #07306D;
  font-weight: 600;
  margin: 10px auto 30px !important;
  text-align: center;
}
.branches .branch-card {
  color: #ffffff;
  text-align: center;
}
.branches .branch-card .card-body {
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 112, 191)), to(rgb(7, 48, 109)));
  background: linear-gradient(90deg, rgb(6, 112, 191) 0%, rgb(7, 48, 109) 100%);
  padding: 30px;
}
.branches .branch-card .card-body .title {
  font-size: 24px;
  font-weight: 700;
}
.branches .branch-card .card-body .location {
  font-size: 24px;
  font-weight: 600;
  margin-block: 10px;
}
.branches .branch-card .card-body .number {
  font-size: 20px;
  font-weight: 500;
}

.resources-detail .wrapper .col-sm-12:nth-child(2n) .icon-wrapper {
  background-color: #4C53F0 !important;
}
.resources-detail .wrapper .col-sm-12:nth-child(3n) .icon-wrapper {
  background-color: #68C166 !important;
}
.resources-detail .wrapper .col-sm-12:nth-child(4n) .icon-wrapper {
  background-color: #FFA654 !important;
}
.resources-detail .wrapper .downloads {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.resources-detail .wrapper .downloads .download-card {
  padding-right: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.resources-detail .wrapper .downloads .download-card:hover .title {
  color: #0670BF;
}
.resources-detail .wrapper .downloads .download-card .icon-wrapper {
  background-color: #F2484D;
  width: 60px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}

.contact-info .contact-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EAF6FF;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  height: 100%;
}
.contact-info .contact-info-wrapper figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-info .contact-info-wrapper .title {
  font-weight: 700;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  margin-bottom: 14px;
  color: #0670BF;
}
.contact-info .contact-info-wrapper a {
  font-weight: 600;
  line-height: 30px;
}

.contact-form-wrapper .arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px !important;
}
.contact-form-wrapper .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #07306D;
  margin-bottom: 30px;
}
.contact-form-wrapper ul {
  padding-left: 0;
}
.contact-form-wrapper ul li {
  font-size: 18px;
  margin-bottom: 20px;
  list-style: none;
}
.contact-form-wrapper ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
  color: #0670BF;
}
.contact-form-wrapper .contact-form {
  background-color: #629FC7;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 45px;
  padding-top: 60px;
  height: 100%;
  position: relative;
}
.contact-form-wrapper .contact-form .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px !important;
  border-radius: 5px;
  line-height: initial;
  position: absolute;
  top: -22px;
  left: 6px;
  outline: 6px solid #629fc7;
  color: #0670BF;
  font-weight: 700;
}
.contact-form-wrapper .contact-form label {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.contact-form-wrapper .contact-form .form-control {
  border: 0;
  height: 50px;
}
.contact-form-wrapper .contact-form .form-control::-webkit-input-placeholder {
  color: #AEACAC;
  font-weight: 500;
}
.contact-form-wrapper .contact-form .form-control::-moz-placeholder {
  color: #AEACAC;
  font-weight: 500;
}
.contact-form-wrapper .contact-form .form-control:-ms-input-placeholder {
  color: #AEACAC;
  font-weight: 500;
}
.contact-form-wrapper .contact-form .form-control::-ms-input-placeholder {
  color: #AEACAC;
  font-weight: 500;
}
.contact-form-wrapper .contact-form .form-control::placeholder {
  color: #AEACAC;
  font-weight: 500;
}
.contact-form-wrapper .contact-form textarea {
  height: 147px !important;
}
.contact-form-wrapper .contact-form .primary-btn {
  margin-top: 26px;
}
.contact-form-wrapper .map iframe {
  border-radius: 10px;
}

.demand .demand-card {
  background-color: #629FC7;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #0670BF;
}
.demand .demand-card figure {
  border: 1px solid #E4E4E4;
}
.demand .demand-card .postdate {
  margin-top: 22px;
  color: #ffffff;
}
.demand .demand-card .expirytdate {
  margin-top: 6px;
  color: #CA0000;
}
.demand .demand-card .country {
  margin-top: 14px;
  font-size: 18px;
  color: #07306D;
  font-weight: 700;
}

.demand-detail figure {
  border: 1px solid #07306D;
}
.demand-detail .demand-detail-wrapper {
  background-color: #EAF6FF;
  padding: 30px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  position: sticky;
  top: 0;
}
.demand-detail .demand-detail-wrapper .demand-detail {
  color: #000000;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 20px;
}
.demand-detail .demand-detail-wrapper .demand-detail:last-child {
  margin-bottom: 0;
}
.demand-detail .demand-detail-wrapper .demand-detail p {
  font-weight: 400;
}

.demand-form .demand-form-wrapper {
  background-color: #0670BF;
  padding: 50px;
  color: #ffffff;
  border-radius: 10px;
}
.demand-form .demand-form-wrapper .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.demand-form .demand-form-wrapper .form-control {
  height: 50px;
}
.demand-form .demand-form-wrapper textarea {
  height: 147px !important;
  margin-bottom: 30px;
}

.career-benefit .section-title {
  font-size: 36px;
  font-weight: 600;
  color: #07306D;
  text-align: center;
  margin-bottom: 40px;
}
.career-benefit .title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.career-benefit .description {
  text-align: center !important;
}

.career-list .section-title {
  font-size: 36px;
  font-weight: 600;
  color: #07306D;
  text-align: center;
  margin-bottom: 40px;
}
.career-list .career-card {
  padding-inline: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
.career-list .career-card .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #0670BF;
}
.career-list .career-card .date {
  font-size: 18px;
  font-weight: 500;
  color: #cf4646;
  margin-block: 20px 14px;
}
.career-list .career-card .date i {
  padding-right: 6px;
}
.career-list .career-card .description {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 29px;
}
.career-list .career-card a {
  font-size: 20px;
  color: #07306D !important;
  font-weight: 600;
}
.career-list .career-card a i {
  font-size: 15px;
  padding-left: 8px;
}

.career-detail .section-title {
  font-size: 36px;
  font-weight: 500;
  color: #424242;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 16px;
  margin-bottom: 26px;
}
.career-detail .title {
  font-size: 24px;
  color: #424242;
  margin-bottom: 16px;
  font-weight: 500;
}
.career-detail .main-mail {
  font-size: 20px;
  font-weight: 600;
  color: #808080;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}
.career-detail .main-mail a {
  color: #07306D !important;
}

.career-form {
  margin-top: 50px;
}
.career-form .career-form-wrapper {
  background-color: #0670BF;
  color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}
.career-form .career-form-wrapper .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Playfair Display", serif;
}
.career-form .career-form-wrapper .form-control {
  height: 50px;
}
.career-form .career-form-wrapper textarea {
  height: 147px !important;
}
.career-form button {
  margin: 30px auto 0;
}
.career-form input[type=file]::-webkit-file-upload-button {
  padding: 13px;
  color: #444444;
}

.workforce .main-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
  color: #0670BF;
  margin-bottom: 24px;
}
.workforce ol {
  padding-left: 1rem;
}
.workforce ol li {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.workforce .workforce-card {
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 112, 191)), to(rgb(7, 48, 109)));
  background: linear-gradient(90deg, rgb(6, 112, 191) 0%, rgb(7, 48, 109) 100%);
  padding: 30px;
  color: #ffffff;
  border-radius: 20px;
  margin-bottom: 40px;
}
.workforce .workforce-card figure {
  border-radius: 8px;
  position: sticky;
  top: 0;
}
.workforce .workforce-card .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.workforce .workforce-card ul {
  padding-left: 1.5rem;
}
.workforce .workforce-card ul li {
  font-weight: 600;
  margin-bottom: 10px;
}
.workforce .workforce-card .workforce-content {
  padding-left: 20px;
}
.workforce .workforce-card:nth-child(2n) {
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 109)), to(rgb(6, 112, 191)));
  background: linear-gradient(90deg, rgb(7, 48, 109) 0%, rgb(6, 112, 191) 100%);
}
.workforce .workforce-card:nth-child(2n) .workforce-content {
  padding-left: 0px;
}

.clients .client-card {
  border-radius: 6px;
  background-color: #EAF6FF;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.clients .client-card figure {
  border: 1px solid #B8E1FF;
}
.clients .client-card .name {
  font-size: 20px;
  font-weight: 600;
  color: #07306D;
  margin-top: 20px;
}
.clients .client-card .location {
  font-size: 18px;
  color: #525252;
  margin-top: 20px;
}

.service-detail .main-img {
  border-radius: 12px;
  height: 100%;
}
.service-detail .service-benefit {
  background-color: #0670BF;
  padding: 37px 23px;
  border-radius: 23px;
}
.service-detail .service-benefit .service-benefit-card {
  background-color: #ffffff;
  border: 2px solid #07306D;
  padding: 23px 18px 17px;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 100%;
}
.service-detail .service-benefit .service-benefit-card:last-child {
  margin-bottom: 0;
}
.service-detail .service-benefit .service-benefit-card figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service-detail .service-benefit .service-benefit-card .title {
  margin-top: 14px;
  font-size: 18px;
  color: #07306D;
  font-weight: 500;
}

.service-faq .title {
  font-size: 30px;
  font-weight: 600;
  color: #07306D;
  text-align: center;
  margin-bottom: 30px;
}

.blog-detail .toc-wrapper {
  background-color: #F3F3F3;
  position: sticky;
  top: 0;
}
.blog-detail .toc-wrapper .toc-title {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 600;
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 16px;
}
.blog-detail .toc-wrapper ul {
  padding-left: 0;
}
.blog-detail .toc-wrapper ul li {
  list-style-type: none;
  font-weight: 500;
}
.blog-detail .toc-wrapper .main {
  font-size: 16px;
  margin-block: 8px;
  margin-bottom: 14px;
}
.blog-detail .toc-wrapper .sub {
  margin-left: 26px;
  margin-bottom: 14px;
  font-size: 14px !important;
}
.blog-detail .main-img {
  border-radius: 20px;
}
.blog-detail .share-time {
  position: sticky;
  top: 6px;
}
.blog-detail .share-time .date-time {
  color: #AEACAC;
}
.blog-detail .share-time .date-time i {
  margin-right: 8px;
  font-size: 20px;
}
.blog-detail .share-time .date-time > * {
  margin-bottom: 30px;
}

.recent-blogs .section-title {
  font-size: 30px;
  font-weight: 600;
  color: #07306D;
  text-align: center;
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */