@charset "UTF-8";
body {
  font-family: "Sen", sans-serif;
}

.container-max {
  max-width: 1400px;
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

p {
  font-weight: 300;
}

.basic-page-head {
  padding: 0px 0 40px;
}
.basic-page-head::before {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  margin-bottom: 50px;
  background-color: #002248;
}
.basic-page-head .page-head-categories {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.theme-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 220px;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 2.5px 20px;
  background: #D3AF37;
  border-radius: 50px;
  color: #002248;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  justify-content: space-between;
}
.theme-btn i {
  font-size: 22px;
  transition: transform 0.3s ease;
}
.theme-btn:hover {
  background: #D3AF37;
  color: #ffffff;
}

.btn-link {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}
.btn-link:hover {
  color: #D3AF37;
  border-bottom: 2px solid #D3AF37;
}

.section-head {
  position: relative;
  margin-bottom: 50px;
}
.section-head .section-prefix {
  color: #002248;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.section-head .section-prefix::before {
  content: "";
  width: 40px;
  height: 3px;
  background: #D3AF37;
  display: inline-block;
}
.section-head .section-title {
  font-size: 3.2rem;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
}
.section-head .section-title span {
  color: #D3AF37;
}
.section-head p {
  max-width: 750px;
  display: block;
  margin: 0 auto;
}

.slider-nav-wrap {
  top: 48%;
  left: 0;
  right: 0;
  z-index: 10;
  position: absolute;
  pointer-events: none;
}
.slider-nav-wrap .slick-nav {
  color: #ffffff;
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  z-index: 11;
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  pointer-events: all;
  justify-content: center;
  transition: all 0.3s ease;
  background: #D3AF37;
  box-shadow: 0 20px 20px rgba(0, 34, 72, 0.35);
}
.slider-nav-wrap .slick-nav:hover {
  background: rgb(176.2295081967, 144.5081967213, 38.7704918033);
}
.slider-nav-wrap .slick-nav.services-prev, .slider-nav-wrap .slick-nav.talents-prev {
  left: 0px;
}
.slider-nav-wrap .slick-nav.services-next, .slider-nav-wrap .slick-nav.talents-next {
  right: 0px;
}

.page-template-default .content-wrap {
  padding-bottom: 70px;
}
.page-template-default .content-wrap h2 {
  font-size: 1.5rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  box-shadow: none;
  transition: all 0.4s ease;
  padding: 17px 0;
}
.site-header.scrolled {
  background: #002248;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 15px 0;
}
.site-header.scrolled .nav-center .nav-menu .nav-item .nav-link {
  color: #fff;
}
.site-header.scrolled .nav-center .nav-menu .nav-item .nav-link:hover {
  color: #D3AF37;
}
.site-header.scrolled .nav-center .nav-menu .nav-item .nav-link::after {
  background: #D3AF37;
}
.site-header.scrolled .nav-right .auth-links .auth-link {
  color: #fff;
}
.site-header.scrolled .nav-right .auth-links .auth-link:hover {
  color: #002248;
}
.site-header.scrolled .nav-right .auth-links .separator {
  color: #000000;
}
.site-header .header-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.site-header .logo-left {
  flex: 0 0 auto;
}
.site-header .logo-left a {
  display: block;
}
.site-header .logo-left a img {
  height: 72px;
  width: auto;
  top: -17px;
  left: 0;
  padding: 5px;
  position: absolute;
  display: block;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 0 0 10px 10px;
}
.site-header .nav-center {
  flex: 1;
  display: flex;
  padding-left: 196px;
  justify-content: center;
}
.site-header .nav-center .nav-menu {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
.site-header .nav-center .nav-menu .nav-item {
  display: flex;
  align-items: center;
  position: relative;
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown .nav-link i {
  font-size: 10px;
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown:hover .nav-link i {
  transform: rotate(180deg);
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown:hover .dropdown-menu-custom {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: -15px;
  min-width: 200px;
  padding: 12px 0;
  margin-top: 12px;
  list-style: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 25px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 2px;
}
.site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom li a {
  display: block;
  padding: 7.5px 25px;
  color: #002248;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Sen", sans-serif;
  letter-spacing: 0.03rem;
  transition: all 0.3s ease;
}
.site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom li a:hover {
  color: #D3AF37;
  background: rgba(0, 34, 72, 0.04);
  padding-left: 30px;
}
.site-header .nav-center .nav-menu .nav-item .nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-family: "Sen", sans-serif;
  position: relative;
}
.site-header .nav-center .nav-menu .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000000;
  transition: width 0.3s ease;
}
.site-header .nav-center .nav-menu .nav-item .nav-link:hover {
  color: #D3AF37;
}
.site-header .nav-center .nav-menu .nav-item .nav-link:hover::after {
  width: 100%;
  background: #D3AF37;
}
.site-header .nav-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.site-header .nav-right .join-btn {
  border-radius: 50px;
  background: #D3AF37;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-top: 4px;
  letter-spacing: -0.5px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "Sen", sans-serif;
  transition: all 0.3s ease;
}
.site-header .nav-right .join-btn:hover {
  background: rgb(176.2295081967, 144.5081967213, 38.7704918033);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.site-header .nav-right .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  flex-direction: column;
  gap: 5px;
}
.site-header .nav-right .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.site-header .nav-right .mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header .nav-right .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.site-header .nav-right .mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.site-footer {
  color: white;
  background: #002248;
}
.site-footer .newsletter-section {
  padding: 50px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .newsletter-section .newsletter-content .newsletter-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
.site-footer .newsletter-section .newsletter-content .newsletter-header i {
  font-size: 24px;
  color: #ffffff;
}
.site-footer .newsletter-section .newsletter-content .newsletter-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #002248;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form {
  display: flex;
  gap: 15px;
  max-width: 700px;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input {
  flex: 1;
  background: transparent;
  border: 2px solid white;
  border-radius: 8px;
  padding: 14px 20px;
  color: white;
  font-size: 14px;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input:focus {
  outline: none;
  border-color: #002248;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .theme-btn {
  width: 85px;
  height: 55px;
  border: none;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #002248;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .theme-btn i {
  font-size: 28px;
}
.site-footer .footer-main {
  padding: 60px 0px 40px;
}
.site-footer .footer-main .footer-column .footer-logo {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin: 0 0 20px 0;
}
.site-footer .footer-main .footer-column .footer-logo .brand-highlight {
  color: #D3AF37;
}
.site-footer .footer-main .footer-column .footer-description {
  max-width: 380px;
  font-size: 14px;
  line-height: 1.7;
  color: #e6e6e6;
  margin: 0 0 25px 0;
}
.site-footer .footer-main .footer-column .social-links {
  display: flex;
  gap: 12px;
}
.site-footer .footer-main .footer-column .social-links .social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6e6e6;
  transition: all 0.3s ease;
}
.site-footer .footer-main .footer-column .social-links .social-link i {
  font-size: 24px;
}
.site-footer .footer-main .footer-column .social-links .social-link:hover {
  background: #D3AF37;
}
.site-footer .footer-main .footer-column .footer-title {
  font-size: 16px;
  font-weight: 600;
  color: #D3AF37;
  margin: 0 0 40px 0;
  letter-spacing: 0.5px;
}
.site-footer .footer-main .footer-column .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-main .footer-column .footer-links li {
  margin-bottom: 8px;
}
.site-footer .footer-main .footer-column .footer-links li a {
  color: #e6e6e6;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-main .footer-column .footer-links li a:hover {
  color: #D3AF37;
}
.site-footer .footer-main .footer-column .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-main .footer-column .contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #e6e6e6;
}
.site-footer .footer-main .footer-column .contact-list li i {
  font-size: 18px;
  color: #b3b3b3;
  flex-shrink: 0;
  margin-top: 0;
}
.site-footer .footer-main .footer-column .contact-list li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-main .footer-column .contact-list li a:hover {
  color: #D3AF37;
}
.site-footer .footer-main .footer-column .contact-list li a.main-phone {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}
.site-footer .footer-main .footer-column .contact-list li span {
  line-height: 1.6;
  font-size: 14px;
  color: #b3b3b3;
}
.site-footer .footer-main .footer-column .contact-list li:nth-child(1) i, .site-footer .footer-main .footer-column .contact-list li:nth-child(3) i {
  margin-top: 0px;
}
.site-footer .footer-main .footer-column .contact-list li:nth-child(2) i {
  margin-top: 5px;
}
.site-footer .footer-bottom {
  padding: 25px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-bottom .bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-bottom .bottom-content .copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin: 0;
}
.site-footer .footer-bottom .bottom-content .copyright .developer-link {
  color: #D3AF37;
  text-decoration: none;
  font-weight: 600;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom {
  display: flex;
  gap: 15px;
  align-items: center;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom a:hover {
  color: #D3AF37;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom span {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.site-footer .whatsapp-float img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.hero-section {
  padding: 0;
}
.hero-section .hero-bg {
  height: 100vh;
  background: #002248;
  border-bottom-left-radius: 200px;
  position: relative;
}
.hero-section .hero-content {
  height: 100vh;
  z-index: 2;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  animation: zoomToFit 1s ease-out forwards;
}
.hero-section .hero-content .hero-title {
  color: #D3AF37;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
}
.hero-section .hero-content .hero-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 35px;
}
.hero-section .hero-content .hero-buttons {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.hero-section .hero-content .hero-buttons .theme-btn {
  background-color: #ffffff;
}
.hero-section .hero-content .hero-buttons .theme-btn:hover {
  background: #D3AF37;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.hero-section .hero-image-wrapper {
  width: 40%;
  bottom: 15%;
  right: 0px;
  z-index: 3;
  position: absolute;
  overflow: hidden;
  animation: zoomToFit 1s ease-out forwards;
}
.hero-section .hero-image-wrapper .hero-image {
  width: 100%;
  height: auto;
}
@keyframes zoomToFit {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.hero-section .info-cards-wrapper {
  max-width: 1300px;
  display: flex;
  bottom: 0;
  right: 0;
  gap: 0;
  z-index: 4;
  position: absolute;
}
.hero-section .info-cards-wrapper .info-card {
  flex: 1;
  gap: 22px;
  display: flex;
  padding: 35px 25px 32px 25px;
  align-items: flex-start;
  background: #D3AF37;
}
.hero-section .info-cards-wrapper .info-card .card-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.hero-section .info-cards-wrapper .info-card .card-content .card-title {
  color: #002248;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.hero-section .info-cards-wrapper .info-card .card-content .card-description {
  color: #002248;
  margin: 0;
}

.service-flip-card {
  width: 100%;
  height: 520px;
  cursor: pointer;
}
.service-flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s;
  transform-style: preserve-3d;
}
.service-flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.service-flip-card .flip-card-front,
.service-flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
}
.service-flip-card .flip-card-front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.service-flip-card .flip-card-front .front-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 15px 10px;
  background: linear-gradient(to top, rgba(0, 34, 72, 0.99) 0%, rgba(0, 34, 72, 0.6) 60%, transparent 100%);
}
.service-flip-card .flip-card-front .front-overlay .service-title {
  color: #D3AF37;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7.5px;
}
.service-flip-card .flip-card-front .front-overlay .service-paragraph {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.service-flip-card .flip-card-back {
  display: flex;
  padding: 25px 30px;
  background: #002248;
  transform: rotateY(180deg);
  flex-direction: column;
  justify-content: space-between;
}
.service-flip-card .flip-card-back .back-content .service-title {
  color: #D3AF37;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
.service-flip-card .flip-card-back .back-content .service-description {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: 15px;
}

.news-card {
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 15px;
  flex-direction: column;
}
.news-card .news-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  border: 4px solid #D3AF37;
}
.news-card .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.news-card .news-content {
  padding: 20px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-card .news-content .news-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0px;
}
.news-card .news-content .news-meta i {
  color: #002248;
  font-size: 14px;
}
.news-card .news-content .news-meta .news-date {
  color: #ababab;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.news-card .news-content .news-title {
  color: #002248;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  flex: 1;
  margin-bottom: 18px;
  font-family: "Raleway", sans-serif;
}
.news-card .news-content .description {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.news-card .news-content .theme-btn {
  width: 100%;
}
.news-card:hover .news-image img {
  transform: scale(1.1);
}

.inner-banner-section {
  height: 500px;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  background-size: cover;
  border-radius: 0 0 0 120px;
}
.inner-banner-section:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 34, 72, 0.5);
}
.inner-banner-section .hero-content {
  height: 100%;
  z-index: 5;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-banner-section .hero-content .hero-title {
  color: #D3AF37;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
}
.inner-banner-section .hero-content .hero-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 35px;
}

.testimonials-section {
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.testimonials-section .testimonial-circle-bg {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #e8e8e8;
  position: absolute;
  top: 80px;
  left: -60px;
}
.testimonials-section .testimonials-grid {
  position: relative;
  z-index: 2;
}
.testimonials-section .testimonial-item {
  padding: 10px 0;
}
.testimonials-section .testimonial-item .testimonial-text {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 30px;
}
.testimonials-section .testimonial-item .testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonials-section .testimonial-item .testimonial-author .author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #e0e0e0;
}
.testimonials-section .testimonial-item .testimonial-author .author-info .author-name {
  color: #002248;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.testimonials-section .testimonial-item .testimonial-author .author-info .author-company {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.left-img-right-content {
  position: relative;
  padding: 92px 15px 0;
  background: #ffffff;
}
.left-img-right-content .about-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.left-img-right-content .about-image-col {
  flex: 0 0 52.5%;
  position: relative;
}
.left-img-right-content .about-image-col .about-img-wrapper .about-img {
  width: 92%;
  height: auto;
  z-index: 999;
  border-radius: 58px;
  position: relative;
  transform: rotate(-7deg);
  border: 5px solid #D3AF37;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.left-img-right-content .about-content-col {
  flex: 1;
  padding-left: 20px;
  margin-top: -70px;
}
.left-img-right-content .about-content-col .section-head {
  margin-bottom: 30px;
}
.left-img-right-content .about-content-col .about-description {
  font-size: 17px;
  font-weight: 300;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 600px;
}

.deliverables-section {
  padding: 100px 0;
  background: #002248;
}
.deliverables-section .section-head .section-prefix {
  color: #ffffff;
}
.deliverables-section .section-head .section-prefix::before {
  background: #D3AF37;
}
.deliverables-section .section-head .section-title {
  color: #ffffff;
}
.deliverables-section .section-inner .deliverables-list {
  max-width: 980px;
  margin: 0 auto;
}
.deliverables-section .section-inner .deliverable-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.deliverables-section .section-inner .deliverable-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.deliverables-section .section-inner .deliverable-row .deliverable-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  cursor: pointer;
}
.deliverables-section .section-inner .deliverable-row .deliverable-header .deliverable-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
.deliverables-section .section-inner .deliverable-row .deliverable-header .accordion-arrow {
  color: #D3AF37;
  font-size: 1rem;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.deliverables-section .section-inner .deliverable-row .deliverable-header[aria-expanded=true] .accordion-arrow {
  transform: rotate(180deg);
}
.deliverables-section .section-inner .deliverable-row .deliverable-description {
  font-size: 1.1rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.cta-section {
  padding: 80px 0;
  background: #D3AF37;
}
.cta-section .cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cta-section .cta-content {
  flex: 1;
}
.cta-section .cta-content .cta-title {
  color: #002248;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}
.cta-section .cta-content .cta-description {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0;
  line-height: 1.6;
}
.cta-section .cta-actions {
  flex-shrink: 0;
}
.cta-section .cta-actions .theme-btn {
  color: #fff;
  background: #002248;
}
.cta-section .cta-actions .theme-btn:hover {
  color: #002248;
  background: #fff;
}

.talent-item {
  padding: 0 10px;
  text-align: center;
}
.talent-item .talent-img-wrap {
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 4px solid #D3AF37;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.talent-item .talent-img-wrap:hover {
  border-color: #002248;
  box-shadow: 0 20px 35px rgba(0, 34, 72, 0.35);
}
.talent-item .talent-img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: transform 0.4s ease;
}
.talent-item .talent-img-wrap:hover img {
  transform: scale(1.03);
}
.talent-item .talent-info .talent-role {
  color: #999999;
  font-size: 12.5px;
  font-weight: 600;
  display: block;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.talent-item .talent-info .talent-name {
  color: #002248;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

.join-circle-section {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 150px;
  background: #002248;
}
.join-circle-section .circle-content {
  min-height: 670px;
  display: flex;
  padding-left: 100px;
  flex-direction: column;
  justify-content: center;
}
.join-circle-section .circle-content .section-prefix {
  color: rgba(255, 255, 255, 0.8);
}
.join-circle-section .circle-content .section-title {
  color: #D3AF37;
}
.join-circle-section .circle-content .section-description {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 35px;
}
.join-circle-section .circle-content .circle-buttons {
  display: flex;
  gap: 22px;
  flex-direction: row;
  align-items: center;
}
.join-circle-section .circle-content .circle-buttons .theme-btn {
  width: 262px;
}
.join-circle-section .circle-content .circle-buttons .theme-btn i {
  font-size: 20px;
}
.join-circle-section .circle-image {
  z-index: 1;
  right: 0;
  bottom: 0;
  position: absolute;
}
.join-circle-section .circle-image img {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin-bottom: -7px;
}

.home .about-section {
  padding: 135px 15px 35px;
}
.home .services-section {
  padding: 92px 0 70px;
  position: relative;
}
.home .services-section .services-carousel {
  margin-bottom: 50px;
}
.home .services-section .services-carousel .slick-slide {
  padding: 0 15px;
}
.home .services-section .section-footer-text {
  color: #999999;
  font-weight: 300;
}
.home .specialities-section {
  z-index: 2;
  position: relative;
  padding: 120px 0 40px;
  background: #F8F8F8;
  border-bottom-right-radius: 120px;
}
.home .specialities-section .section-head {
  margin-bottom: 55px;
}
.home .specialities-section .specialities-grid {
  padding-bottom: 30px;
}
.home .specialities-section .specialities-grid [class*=col-] {
  margin-bottom: 58px;
}
.home .specialities-section .spec-item {
  height: 100%;
  text-align: center;
  padding: 0 30px;
}
.home .specialities-section .spec-item .spec-icon {
  margin-bottom: 10px;
}
.home .specialities-section .spec-item .spec-icon img {
  width: 92px;
  height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .specialities-section .spec-item .spec-title {
  color: #002248;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 15px;
  line-height: 1.4;
  max-width: 250px;
}
.home .specialities-section .spec-item .spec-desc {
  color: #666666;
  font-weight: 300;
  margin: 0;
}
.home .specialities-section .spec-dark-card {
  height: 100%;
  text-align: left;
  border-radius: 20px;
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #002248;
}
.home .specialities-section .spec-dark-card .spec-dark-title {
  color: #D3AF37;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.home .specialities-section .spec-dark-card .spec-dark-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
.home .stats-section {
  z-index: 1;
  position: relative;
  margin-top: -110px;
  padding: 192px 0 72px;
  background: #D3AF37;
}
.home .stats-section .stat-item {
  text-align: center;
  padding: 0 10px;
}
.home .stats-section .stat-item .stat-number {
  color: #002248;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "Sen", sans-serif;
}
.home .stats-section .stat-item .stat-label {
  color: #002248;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home .stats-section .stat-item .stat-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #002248;
  margin: 0 auto 12px;
}
.home .stats-section .stat-item .stat-desc {
  color: #002248;
  font-size: 16px;
  line-height: 1.5;
}
.home .talents-section {
  padding: 110px 0 70px;
}
.home .talents-section .talents-slider-wrap {
  position: relative;
}
.home .talents-section .talents-carousel {
  padding: 0 15px;
}
.home .talents-section .slick-dots {
  margin-top: 30px;
  text-align: center;
}
.home .talents-section .slick-dots li {
  margin: 0 3.5px;
  display: inline-block;
}
.home .talents-section .slick-dots li.slick-active button {
  background-color: #002248;
}
.home .talents-section .slick-dots li button {
  color: transparent;
  width: 12px;
  height: 12px;
  border: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 100px;
}
.home .talents-section .slick-dots li button:before {
  color: #cccccc;
  font-size: 10px;
  opacity: 1;
}
.home .talents-section .slick-dots li.slick-active button:before {
  color: #002248;
  opacity: 1;
}
.home .talents-section .slider-nav-wrap {
  top: 35%;
}
.home .news-section {
  padding: 92px 15px 75px;
}

.page-template-page-about .about-section,
.page-template-page-careers .about-section {
  padding-top: 140px;
}
.page-template-page-about .vision-mission-section,
.page-template-page-careers .vision-mission-section {
  padding: 92px 0 120px;
  background: #fff;
}
.page-template-page-about .vision-mission-section .vm-card,
.page-template-page-careers .vision-mission-section .vm-card {
  height: 100%;
  padding: 45px 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.page-template-page-about .vision-mission-section .vm-card::before,
.page-template-page-careers .vision-mission-section .vm-card::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 0.1;
}
.page-template-page-about .vision-mission-section .vm-card .vm-icon,
.page-template-page-careers .vision-mission-section .vm-card .vm-icon {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.page-template-page-about .vision-mission-section .vm-card .vm-icon i,
.page-template-page-careers .vision-mission-section .vm-card .vm-icon i {
  font-size: 28px;
}
.page-template-page-about .vision-mission-section .vm-card .vm-title,
.page-template-page-careers .vision-mission-section .vm-card .vm-title {
  font-size: 26px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 18px;
}
.page-template-page-about .vision-mission-section .vm-card .vm-desc,
.page-template-page-careers .vision-mission-section .vm-card .vm-desc {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
  margin: 0;
}
.page-template-page-about .vision-mission-section .vm-card.vision-card,
.page-template-page-careers .vision-mission-section .vm-card.vision-card {
  background: #002248;
  box-shadow: 0 10px 40px rgba(0, 34, 72, 0.25);
}
.page-template-page-about .vision-mission-section .vm-card.vision-card::before,
.page-template-page-careers .vision-mission-section .vm-card.vision-card::before {
  background: #fff;
}
.page-template-page-about .vision-mission-section .vm-card.vision-card .vm-icon,
.page-template-page-careers .vision-mission-section .vm-card.vision-card .vm-icon {
  background: rgba(255, 255, 255, 0.15);
}
.page-template-page-about .vision-mission-section .vm-card.vision-card .vm-icon i,
.page-template-page-careers .vision-mission-section .vm-card.vision-card .vm-icon i {
  color: #D3AF37;
}
.page-template-page-about .vision-mission-section .vm-card.vision-card .vm-title,
.page-template-page-careers .vision-mission-section .vm-card.vision-card .vm-title {
  color: #D3AF37;
}
.page-template-page-about .vision-mission-section .vm-card.vision-card .vm-desc,
.page-template-page-careers .vision-mission-section .vm-card.vision-card .vm-desc {
  color: rgba(255, 255, 255, 0.8);
}
.page-template-page-about .vision-mission-section .vm-card.mission-card,
.page-template-page-careers .vision-mission-section .vm-card.mission-card {
  background: #D3AF37;
  box-shadow: 0 10px 40px rgba(211, 175, 55, 0.25);
}
.page-template-page-about .vision-mission-section .vm-card.mission-card::before,
.page-template-page-careers .vision-mission-section .vm-card.mission-card::before {
  background: #fff;
}
.page-template-page-about .vision-mission-section .vm-card.mission-card .vm-icon,
.page-template-page-careers .vision-mission-section .vm-card.mission-card .vm-icon {
  background: rgba(255, 255, 255, 0.25);
}
.page-template-page-about .vision-mission-section .vm-card.mission-card .vm-icon i,
.page-template-page-careers .vision-mission-section .vm-card.mission-card .vm-icon i {
  color: #002248;
}
.page-template-page-about .vision-mission-section .vm-card.mission-card .vm-title,
.page-template-page-careers .vision-mission-section .vm-card.mission-card .vm-title {
  color: #002248;
}
.page-template-page-about .vision-mission-section .vm-card.mission-card .vm-desc,
.page-template-page-careers .vision-mission-section .vm-card.mission-card .vm-desc {
  color: rgba(0, 34, 72, 0.85);
}
.page-template-page-about .vision-mission-section .vm-card:hover,
.page-template-page-careers .vision-mission-section .vm-card:hover {
  transform: translateY(-5px);
}
.page-template-page-about .specialities-section,
.page-template-page-careers .specialities-section {
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 120px 0 40px;
  background: #002248;
  border-bottom-right-radius: 120px;
}
.page-template-page-about .specialities-section .section-head,
.page-template-page-careers .specialities-section .section-head {
  margin-bottom: 85px;
}
.page-template-page-about .specialities-section .section-head .section-prefix,
.page-template-page-careers .specialities-section .section-head .section-prefix {
  color: #fff;
}
.page-template-page-about .specialities-section .section-head .section-title,
.page-template-page-careers .specialities-section .section-head .section-title {
  margin-bottom: 20px;
}
.page-template-page-about .specialities-section .section-head p,
.page-template-page-careers .specialities-section .section-head p {
  line-height: 1.75;
  font-weight: 300;
  display: inline-block;
}
.page-template-page-about .specialities-section .specialities-grid,
.page-template-page-careers .specialities-section .specialities-grid {
  padding-bottom: 30px;
}
.page-template-page-about .specialities-section .specialities-grid [class*=col-],
.page-template-page-careers .specialities-section .specialities-grid [class*=col-] {
  margin-bottom: 58px;
}
.page-template-page-about .specialities-section .spec-item,
.page-template-page-careers .specialities-section .spec-item {
  height: 100%;
  padding: 0 30px;
}
.page-template-page-about .specialities-section .spec-item .spec-icon,
.page-template-page-careers .specialities-section .spec-item .spec-icon {
  margin-bottom: 12.5px;
}
.page-template-page-about .specialities-section .spec-item .spec-icon img,
.page-template-page-careers .specialities-section .spec-item .spec-icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-page-about .specialities-section .spec-item .spec-title,
.page-template-page-careers .specialities-section .spec-item .spec-title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  max-width: 250px;
}
.page-template-page-about .specialities-section .spec-item .spec-desc,
.page-template-page-careers .specialities-section .spec-item .spec-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  margin: 0 0 10px;
}
.page-template-page-about .specialities-section .spec-item .spec-desc strong,
.page-template-page-careers .specialities-section .spec-item .spec-desc strong {
  color: rgba(211, 175, 55, 0.9);
  font-weight: 500;
}
.page-template-page-about .specialities-section .spec-dark-card,
.page-template-page-careers .specialities-section .spec-dark-card {
  height: 100%;
  text-align: left;
  border-radius: 20px;
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #002248;
}
.page-template-page-about .specialities-section .spec-dark-card .spec-dark-title,
.page-template-page-careers .specialities-section .spec-dark-card .spec-dark-title {
  color: #D3AF37;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.page-template-page-about .specialities-section .spec-dark-card .spec-dark-desc,
.page-template-page-careers .specialities-section .spec-dark-card .spec-dark-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
.page-template-page-about .specialities-section .special-tag .spec-item,
.page-template-page-careers .specialities-section .special-tag .spec-item {
  background: #D3AF37;
  border-radius: 20px;
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.page-template-page-about .specialities-section .special-tag .spec-item::before,
.page-template-page-careers .specialities-section .special-tag .spec-item::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: -25px;
  right: -25px;
}
.page-template-page-about .specialities-section .special-tag .spec-item::after,
.page-template-page-careers .specialities-section .special-tag .spec-item::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: -15px;
  left: -15px;
}
.page-template-page-about .specialities-section .special-tag .spec-item .spec-desc,
.page-template-page-careers .specialities-section .special-tag .spec-item .spec-desc {
  color: #002248;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.55;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Raleway", sans-serif;
}
.page-template-page-about .specialities-section .special-tag .spec-item .spec-desc::before,
.page-template-page-careers .specialities-section .special-tag .spec-item .spec-desc::before {
  content: "“";
  font-family: "Raleway", sans-serif;
  font-size: 4rem;
  font-style: normal;
  color: rgba(0, 34, 72, 0.3);
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
}
.page-template-page-about .specialities-section .special-tag .spec-item .spec-desc::after,
.page-template-page-careers .specialities-section .special-tag .spec-item .spec-desc::after {
  content: " ”";
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  color: rgba(0, 34, 72, 0.3);
  position: relative;
  vertical-align: middle;
  line-height: 0;
}
.page-template-page-about .specialities-section .special-tag .sign,
.page-template-page-careers .specialities-section .special-tag .sign {
  font-size: 1.15rem;
  width: 140px;
  height: 30px;
  display: block;
  margin-top: 15px;
  align-self: flex-end;
  background: url(/wp-content/themes/polymath-consultancy/public/images/signature.png) no-repeat center;
  background-size: cover;
}

.page-template-page-contact-us .info-col {
  padding: 0px 15px 0px 15px;
}
.page-template-page-contact-us .info-col .page-title {
  font-size: 48px;
  display: block;
  margin: 0 0 20px;
}
.page-template-page-contact-us .info-col p {
  font-size: 18px;
}
.page-template-page-contact-us .info-col form.contact-form {
  display: block;
}
.page-template-page-contact-us .info-col form.contact-form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.page-template-page-contact-us .info-col form.contact-form .form-control {
  padding: 12px 10px;
  margin-bottom: 15px;
}
.page-template-page-contact-us .info-col form.contact-form .form-check {
  margin: 25px 0 35px;
}
.page-template-page-contact-us .info-col form.contact-form .theme-btn {
  width: 100%;
}
.page-template-page-contact-us .address-section {
  padding: 100px 15px 85px;
  background: #f9fafb;
}
.page-template-page-contact-us .address-section .title {
  font-size: 36px;
  margin: 28px 0 0;
}
.page-template-page-contact-us .address-section .text-col {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-contact-us .address-section .text-col strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.page-template-page-contact-us .contact .section-header {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-page-contact-us .contact .section-header h5 {
  color: #002248;
  font-size: 14px;
  background: rgba(255, 105, 0, 0.0588235294);
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
}
.page-template-page-contact-us .contact-box-section {
  padding: 92px 15px 100px;
}
.page-template-page-contact-us .contact-box-section .contact-box {
  height: 100%;
  padding: 25px 30px;
  border-radius: 8px;
  border-bottom: 5px solid #D3AF37;
  background: rgba(210, 176, 56, 0.1);
}
.page-template-page-contact-us .contact-box-section .contact-box i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 50px;
  border-radius: 10px;
  background: #002248;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-contact-us .contact-box-section .contact-box i.chat-icon {
  background-image: url(/wp-content/themes/polymath-consultancy/public/images/email.png);
}
.page-template-page-contact-us .contact-box-section .contact-box i.map-icon {
  background-image: url(/wp-content/themes/polymath-consultancy/public/images/address.png);
}
.page-template-page-contact-us .contact-box-section .contact-box i.phone-icon {
  background-image: url(/wp-content/themes/polymath-consultancy/public/images/phone-call.png);
}
.page-template-page-contact-us .contact-box-section .contact-box a {
  color: #000;
  display: block;
  text-decoration: none;
}
.page-template-page-contact-us .contact-box-section .contact-box:hover {
  border-bottom: 5px solid #002248;
}
.page-template-page-contact-us .contact-form .form-control {
  font-size: 15px;
  border-radius: 4px;
  padding: 12px 12px;
}
.page-template-page-contact-us .contact-form .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0rem;
}
.page-template-page-contact-us .contact-form .theme-btn.wpcf7-submit {
  border: 0px;
}
.page-template-page-contact-us .section-head .section-title {
  margin-bottom: 15px;
}
.page-template-page-contact-us .map-section {
  padding-bottom: 80px;
}
.page-template-page-contact-us .map-section.left-img-right-content .about-image-col {
  padding-right: 50px;
}
.page-template-page-contact-us .map-section .map-frame {
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 48px;
  border: 5px solid #D3AF37;
  animation: frameRotate 1s ease-out 0.5s forwards;
}
.page-template-page-contact-us .map-section .map-frame::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 3px solid #D3AF37;
  border-radius: 30px;
  z-index: 0;
}
.page-template-page-contact-us .map-section .map-frame iframe {
  width: 120%;
  height: 650px;
  display: block;
  position: relative;
  margin: -40px -10%;
  z-index: 1;
  animation: iframeCounterRotate 1s ease-out 0.5s forwards;
}
@keyframes frameRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes iframeCounterRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(10deg);
  }
}

@media (max-width: 1199.98px) {
  .contact-page .info-col {
    padding: 85px 40px 80px 15px;
  }
  .contact-page .info-col .page-title {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-page .info-col {
    padding: 48px 15px 80px 15px;
  }
  .page-template-page-contac-us .info-col {
    padding: 0px 10px 0px 15px;
  }
  .page-template-page-contac-us .contact-box-section {
    padding: 70px 15px 50px;
  }
  .page-template-page-contac-us .contact-box-section .box-box {
    margin-bottom: 20px;
  }
  .page-template-page-contac-us .contact-box-section .box-box i {
    float: left;
    margin: 0 15px 50px 0;
  }
  .page-template-page-contac-us .contact-box-section .box-box .title {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-page .contact-box-section {
    padding: 70px 15px 50px;
  }
  .contact-page .contact-box-section .contact-box i {
    margin: 0 0 32px;
  }
  .contact-page .contact-box-section .box-box {
    margin-bottom: 25px;
  }
  .contact-page .address-section .title {
    font-size: 28px;
  }
}
.page-template-page-services .services-listing-section {
  padding: 80px 0 100px;
  background: #f5f5f5;
}
.page-template-page-services .services-listing-section .row > [class*=col] {
  display: flex;
}
.page-template-page-services .service-list-card {
  width: 100%;
  min-height: 350px;
  display: flex;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.page-template-page-services .service-list-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.page-template-page-services .service-list-card .card-image {
  flex: 0 0 240px;
  overflow: hidden;
}
.page-template-page-services .service-list-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: transform 0.4s ease;
}
.page-template-page-services .service-list-card .card-image:hover img {
  transform: scale(1.05);
}
.page-template-page-services .service-list-card .card-details {
  flex: 1;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-page-services .service-list-card .card-details .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #002248;
  font-family: "Raleway", sans-serif;
  margin-bottom: 15px;
}
.page-template-page-services .service-list-card .card-details .card-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 25px;
}
.page-template-page-services .service-list-card .card-details .theme-btn {
  width: 100%;
  gap: 50px;
  font-size: 12px;
  padding: 0 12px;
  display: inline-flex;
  align-self: flex-start;
}
.page-template-page-services .service-list-card .card-details .theme-btn i {
  font-size: 22px;
}

.page-template-page-join-us .left-img-right-content .about-content-col {
  margin-top: 0;
}
.page-template-page-join-us .left-img-right-content .about-inner {
  align-items: flex-start;
}
.page-template-page-join-us .left-img-right-content::after {
  display: none;
}

.blog .news-section,
.archive .news-section {
  padding: 100px 15px 50px;
}

.story-page-head {
  padding: 60px 0 0;
}

.story-grid-section {
  padding: 80px 0 60px;
  background: #ffffff;
}
.story-grid-section .story-list {
  max-width: 1060px;
  display: flex;
  margin: 0 auto;
}
.story-grid-section .story-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}
.story-grid-section .story-card:hover {
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.1);
}
.story-grid-section .story-card:hover .story-image img {
  transform: scale(1.05);
}
.story-grid-section .story-card .story-image {
  position: relative;
  height: 230px;
  overflow: hidden;
}
.story-grid-section .story-card .story-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, #ffffff, transparent);
}
.story-grid-section .story-card .story-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.story-grid-section .story-card .story-image .story-date {
  position: absolute;
  top: 18px;
  right: 20px;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
.story-grid-section .story-card .story-image .story-date .date-day {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #002248;
}
.story-grid-section .story-card .story-image .story-date .date-month {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  color: #002248;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.story-grid-section .story-card .story-content {
  padding: 0 25px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.story-grid-section .story-card .story-content .story-categories {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}
.story-grid-section .story-card .story-content .story-categories::before {
  content: "";
  width: 18px;
  height: 2.5px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
}
.story-grid-section .story-card .story-content .story-categories span {
  font-size: 11px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.story-grid-section .story-card .story-content .story-title {
  color: #002248;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 14px;
  font-family: "Raleway", sans-serif;
}
.story-grid-section .story-card .story-content .story-description {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  margin-bottom: 18px;
  flex: 1;
}
.story-grid-section .story-card .story-content .theme-btn {
  width: 100%;
}
.story-grid-section .story-card-col:first-child .story-image {
  height: 500px;
}
.story-grid-section .story-card-col:first-child .theme-btn {
  max-width: 250px;
}

.page-template-page-our-team .section-head {
  margin-bottom: 70px;
}
.page-template-page-our-team .talents-section {
  padding: 92px 15px 30px;
}
.page-template-page-our-team .talents-section .talent-item {
  padding: 0;
  margin-bottom: 50px;
}
.page-template-page-our-team .talents-section .talent-item .talent-img-wrap {
  height: 480px;
}
.page-template-page-our-team .talents-section .talent-item .talent-img-wrap img {
  width: 100%;
}
.page-template-page-our-team .other-members-section {
  padding: 100px 0 60px;
  background: #ffffff;
}
.page-template-page-our-team .other-members-section .member-card {
  text-align: center;
  margin-bottom: 50px;
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto 20px;
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap .member-photo-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #f0f0f0;
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap .member-photo {
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap .member-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap:hover .member-photo img {
  transform: scale(1.05);
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap .deco {
  position: absolute;
  z-index: 3;
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap .deco-circle {
  width: 24px;
  height: 24px;
  border: 2.5px solid #D3AF37;
  border-radius: 50%;
  top: 10px;
  right: 20px;
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap .deco-lines {
  top: 5px;
  right: 15px;
  width: 30px;
  height: 30px;
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap .deco-lines::before, .page-template-page-our-team .other-members-section .member-card .member-photo-wrap .deco-lines::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #002248;
  border-radius: 2px;
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap .deco-lines::before {
  top: 4px;
  transform: rotate(-45deg);
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap .deco-lines::after {
  top: 12px;
  transform: rotate(-45deg);
}
.page-template-page-our-team .other-members-section .member-card .member-photo-wrap .deco-dot {
  width: 16px;
  height: 16px;
  background: #D3AF37;
  border-radius: 50%;
  bottom: 30px;
  right: 10px;
}
.page-template-page-our-team .other-members-section .member-card .member-info .member-role {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #777;
  margin-bottom: 6px;
}
.page-template-page-our-team .other-members-section .member-card .member-info .member-name {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #002248;
  margin-bottom: 0;
}
.page-template-page-our-team .team-offcanvas {
  width: 100%;
  max-width: 500px;
  border-left: 4px solid #D3AF37;
}
.page-template-page-our-team .team-offcanvas .offcanvas-header {
  padding: 20px 25px;
  border-bottom: none;
}
.page-template-page-our-team .team-offcanvas .offcanvas-header .btn-close {
  opacity: 1;
}
.page-template-page-our-team .team-offcanvas .offcanvas-body {
  padding: 0 30px 30px;
}
.page-template-page-our-team .team-offcanvas .offcanvas-photo {
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
.page-template-page-our-team .team-offcanvas .offcanvas-photo img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.page-template-page-our-team .team-offcanvas .offcanvas-details .offcanvas-role {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #999;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 2.5px;
}
.page-template-page-our-team .team-offcanvas .offcanvas-details .offcanvas-name {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #002248;
  margin-bottom: 20px;
}
.page-template-page-our-team .team-offcanvas .offcanvas-details .offcanvas-bio {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}
.page-template-page-our-team .team-offcanvas .offcanvas-details .offcanvas-bio p {
  margin-bottom: 15px;
}
.page-template-page-our-team .join-circle-section {
  margin-bottom: 100px;
}
.page-template-page-our-team .join-circle-section .circle-image {
  bottom: -10px;
}

.error-page-section {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.error-page-section .error-deco {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}
.error-page-section .error-deco svg {
  width: 200px;
  height: 200px;
}
.error-page-section .error-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  padding: 50px 60px;
  text-align: center;
  max-width: 500px;
  position: relative;
  z-index: 2;
}
.error-page-section .error-card .error-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #D3AF37;
  margin-bottom: 15px;
}
.error-page-section .error-card .error-subtitle .line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #D3AF37;
}
.error-page-section .error-card .error-title {
  font-family: "Raleway", sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: #002248;
  margin-bottom: 30px;
}
.error-page-section .error-card .btn-back-home {
  display: inline-block;
  padding: 14px 35px;
  background: #D3AF37;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.error-page-section .error-card .btn-back-home:hover {
  background: rgb(184.5901639344, 151.3639344262, 40.6098360656);
  box-shadow: 0 6px 20px rgba(211, 175, 55, 0.3);
}

.faq-section {
  padding: 80px 0;
}
.faq-section .faq-list {
  max-width: 850px;
  margin: 0 auto;
}
.faq-section .faq-item {
  border-bottom: 1px solid #eee;
}
.faq-section .faq-item:first-child {
  border-top: 1px solid #eee;
}
.faq-section .faq-item .faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  cursor: pointer;
}
.faq-section .faq-item .faq-header .faq-question {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #002248;
  margin-bottom: 0;
}
.faq-section .faq-item .faq-header .faq-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq-section .faq-item .faq-header .faq-arrow i {
  font-size: 0.9rem;
  color: #002248;
}
.faq-section .faq-item .faq-header[aria-expanded=true] .faq-question {
  color: #D3AF37;
}
.faq-section .faq-item .faq-header[aria-expanded=true] .faq-arrow {
  transform: rotate(180deg);
  border-color: #D3AF37;
}
.faq-section .faq-item .faq-header[aria-expanded=true] .faq-arrow i {
  color: #D3AF37;
}
.faq-section .faq-item .faq-answer {
  font-size: 0.95rem;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
  padding-bottom: 22px;
}

.page-template-page-careers .about-section {
  padding-bottom: 80px;
}
.page-template-page-careers .map-section.left-img-right-content {
  position: relative;
  padding: 72px 15px 40px;
}
.page-template-page-careers .map-section.left-img-right-content .about-content-col {
  margin-top: 0;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.page-template-page-careers .map-section.left-img-right-content .about-content-col .section-head {
  margin-bottom: 70px;
}

.single-services .left-img-right-content {
  padding: 120px 15px 100px;
}
.single-services .outcomes-section {
  padding: 100px 0;
  background: #ffffff;
}
.single-services .outcomes-section .outcomes-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.single-services .outcomes-section .outcomes-left {
  flex: 0 0 45%;
}
.single-services .outcomes-section .outcomes-left .target-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-services .outcomes-section .outcomes-left .target-list li {
  position: relative;
  padding: 15px 0 15px 24px;
  font-size: 1.05rem;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  border-bottom: 1px solid #e8e8e8;
}
.single-services .outcomes-section .outcomes-left .target-list li:first-child {
  border-top: 1px solid #e8e8e8;
}
.single-services .outcomes-section .outcomes-left .target-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #D3AF37;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 24px;
}
.single-services .outcomes-section .outcomes-right {
  flex: 1;
}
.single-services .outcomes-section .outcomes-list {
  list-style: none;
  padding: 0;
}
.single-services .outcomes-section .outcomes-list .outcome-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
.single-services .outcomes-section .outcomes-list .outcome-item:first-child {
  border-top: 1px solid #e8e8e8;
}
.single-services .outcomes-section .outcomes-list .outcome-item .outcome-icon {
  color: #D3AF37;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.single-services .outcomes-section .outcomes-list .outcome-item p {
  font-size: 1.05rem;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0;
}

.single-impact_stories .story-gallery-section {
  padding: 0 0 50px;
}
.single-impact_stories .story-gallery-section .gallery-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.single-impact_stories .story-gallery-section .gallery-item img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.single-impact_stories .story-gallery-section .gallery-item::after {
  content: "\f52a";
  font-family: "bootstrap-icons";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 34, 72, 0.5);
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.single-impact_stories .story-gallery-section .gallery-item:hover img {
  transform: scale(1.08);
}
.single-impact_stories .story-gallery-section .gallery-item:hover::after {
  opacity: 1;
}
.single-impact_stories .main-content-section,
.single-impact_stories .other-content-section {
  padding: 0px 0 50px;
}
.single-impact_stories .main-content-section .story-body p,
.single-impact_stories .other-content-section .story-body p {
  font-size: 1.05rem;
  font-weight: 400;
  color: #333;
  line-height: 2;
  margin-bottom: 25px;
}
.single-impact_stories .main-content-section .story-body p:last-child,
.single-impact_stories .other-content-section .story-body p:last-child {
  margin-bottom: 0;
}
.single-impact_stories .other-content-section {
  padding-bottom: 80px;
}

.single-post .section-head {
  margin-bottom: 0;
}
.single-post .single-post-section {
  padding: 0 0 80px;
}
.single-post .single-post-section .post-article .post-meta {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
.single-post .single-post-section .post-article .post-meta .meta-item {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.single-post .single-post-section .post-article .post-meta .meta-item i {
  color: #002248;
  font-size: 14px;
}
.single-post .single-post-section .post-article .post-featured-image {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  border-radius: 5px;
  border: 3.5px solid #D3AF37;
}
.single-post .single-post-section .post-article .post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post .single-post-section .post-article .post-content p {
  font-size: 1rem;
  font-weight: 400;
  color: #444;
  line-height: 1.9;
  margin-bottom: 20px;
}
.single-post .single-post-section .post-article .post-content blockquote,
.single-post .single-post-section .post-article .post-content .wp-block-quote {
  margin: 35px 0;
  padding: 30px 30px 30px 35px;
  background: #f7f7f7;
  border-left: none;
  border-radius: 8px;
  position: relative;
}
.single-post .single-post-section .post-article .post-content blockquote::before,
.single-post .single-post-section .post-article .post-content .wp-block-quote::before {
  content: "““";
  font-size: 4rem;
  color: #ddd;
  font-family: "Raleway", sans-serif;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 25px;
}
.single-post .single-post-section .post-article .post-content blockquote p,
.single-post .single-post-section .post-article .post-content .wp-block-quote p {
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
  line-height: 1.7;
  margin-bottom: 0;
  padding-top: 25px;
}
.single-post .single-post-section .post-article .post-content h2, .single-post .single-post-section .post-article .post-content h3, .single-post .single-post-section .post-article .post-content h4 {
  color: #002248;
  font-family: "Raleway", sans-serif;
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-post .single-post-section .post-article .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-post .blog-sidebar {
  padding-left: 30px;
}
.single-post .blog-sidebar .sidebar-widget {
  margin-bottom: 40px;
}
.single-post .blog-sidebar .sidebar-widget .widget-title {
  font-family: "Raleway", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #002248;
  margin-bottom: 20px;
}
.single-post .blog-sidebar .recent-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .blog-sidebar .recent-posts-list .recent-post-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.single-post .blog-sidebar .recent-posts-list .recent-post-item:first-child {
  padding-top: 0;
}
.single-post .blog-sidebar .recent-posts-list .recent-post-item:last-child {
  border-bottom: none;
}
.single-post .blog-sidebar .recent-posts-list .recent-post-item .recent-post-thumb {
  width: 90px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.single-post .blog-sidebar .recent-posts-list .recent-post-item .recent-post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .blog-sidebar .recent-posts-list .recent-post-item .recent-post-info {
  padding-top: 2px;
  position: relative;
}
.single-post .blog-sidebar .recent-posts-list .recent-post-item .recent-post-info::before {
  content: "";
  display: block;
  width: 25px;
  height: 2.5px;
  background: #D3AF37;
  margin-bottom: 8px;
}
.single-post .blog-sidebar .recent-posts-list .recent-post-item .recent-post-info .recent-post-date {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 6px;
}
.single-post .blog-sidebar .recent-posts-list .recent-post-item .recent-post-info .recent-post-title {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #002248;
  text-decoration: none;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-post .blog-sidebar .recent-posts-list .recent-post-item .recent-post-info .recent-post-title:hover {
  color: #D3AF37;
}
.single-post .blog-sidebar .archives-list, .single-post .blog-sidebar .categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .blog-sidebar .archives-list li, .single-post .blog-sidebar .categories-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #555;
}
.single-post .blog-sidebar .archives-list li a, .single-post .blog-sidebar .categories-list li a {
  color: #555;
  text-decoration: none;
}
.single-post .blog-sidebar .archives-list li a:hover, .single-post .blog-sidebar .categories-list li a:hover {
  color: #D3AF37;
}

.single-impact_stories .section-head {
  margin-bottom: 20px;
}

@media (max-width: 1499.98px) {
  .hero-section .info-cards-wrapper {
    max-width: calc(100% - 188px);
  }
}
@media (max-width: 1399.98px) {
  .site-header .nav-center {
    padding-left: 88px;
  }
  .site-header .nav-center .nav-menu {
    margin: 0;
  }
  .home .specialities-section {
    margin-top: 0;
    padding: 88px 0 30px;
  }
  .home .talents-section {
    padding: 90px 0 80px;
  }
  .home .news-section {
    padding: 80px 15px 55px;
  }
  .join-circle-section .circle-content {
    min-height: 575px;
  }
  .join-circle-section .circle-content .section-description {
    max-width: 480px;
  }
}
@media (max-width: 1299.98px) {
  .hero-section .hero-bg {
    height: auto;
  }
  .hero-section .hero-content {
    height: 89vh;
    padding-top: 155px;
    justify-content: flex-start;
  }
  .hero-section .hero-content .hero-title {
    font-size: 3.5rem;
  }
  .hero-section .info-cards-wrapper .info-card {
    padding: 30px 25px 18px 25px;
  }
  .join-circle-section .circle-image img {
    max-width: 550px;
  }
  .page-template-page-our-team .talents-section .talent-item .talent-img-wrap {
    height: 420px;
  }
  .page-template-page-our-team .other-members-section {
    padding: 50px 0 50px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .nav-center {
    padding-left: 185px;
  }
  .site-header .nav-center .nav-menu .nav-item:nth-child(1) {
    display: none;
  }
  .home .hero-section .hero-image-wrapper {
    bottom: 200px;
  }
  .home .hero-section .hero-content .hero-title {
    font-size: 3rem;
  }
  .home .hero-section .info-cards-wrapper {
    max-width: calc(100% - 182px);
  }
  .home .about-section {
    padding: 135px 15px 35px;
  }
  .home .services-section {
    padding: 75px 0 50px;
  }
  .home .talents-section {
    padding: 80px 0 58px;
  }
  .join-circle-section .circle-content {
    min-height: 480px;
  }
  .join-circle-section .circle-content .section-head {
    margin-bottom: 20px;
  }
  .join-circle-section .circle-content .section-head .section-title {
    font-size: 2.75rem;
  }
  .join-circle-section .circle-content .circle-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .join-circle-section .circle-image img {
    max-width: 448px;
  }
  .left-img-right-content {
    padding: 92px 15px;
  }
  .left-img-right-content .about-content-col {
    padding-left: 10px;
    margin-top: 0px;
  }
  .page-template-page-about .about-section {
    padding-top: 88px;
    padding-bottom: 0px;
  }
  .page-template-page-about .vision-mission-section {
    padding: 92px 0 100px;
  }
  .page-template-page-about .specialities-section {
    padding: 100px 0 30px;
  }
  .page-template-page-about .left-img-right-content {
    padding-top: 0;
  }
  .page-template-page-about .left-img-right-content .about-image-col {
    margin-top: -72px;
  }
  .page-template-page-about .left-img-right-content .about-inner {
    flex-direction: column;
  }
  .page-template-page-about .testimonials-section {
    padding-bottom: 50px;
  }
  .page-template-page-about .testimonials-section .testimonial-item {
    margin-bottom: 35px;
  }
  .page-template-page-our-team .talents-section {
    padding: 72px 15px 0px;
  }
  .page-template-page-services .service-list-card .card-image {
    flex: 0 0 280px;
  }
  .single-services .left-img-right-content {
    padding-top: 0;
  }
  .single-services .left-img-right-content .about-image-col {
    margin-top: -72px;
  }
  .single-services .left-img-right-content .about-inner {
    flex-direction: column;
  }
  .page-template-page-contact-us .contact-box-section {
    padding: 80px 15px 0px;
  }
  .page-template-page-careers .specialities-section {
    padding: 80px 0 0px;
  }
  .story-grid-section .story-card .story-image {
    height: 200px;
  }
  .story-grid-section .story-card-col:first-child .story-image {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .site-header {
    background: #002248;
    padding: 12px 0;
  }
  .site-header .nav-right .mobile-toggle {
    display: flex;
  }
  .site-header .nav-center {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background: #002248;
    padding: 80px 30px 30px;
    flex-direction: column;
    justify-content: flex-start;
    transition: right 0.3s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding-left: 30px;
  }
  .site-header .nav-center.mobile-open {
    right: 0;
  }
  .site-header .nav-center .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    width: 100%;
  }
  .site-header .nav-center .nav-menu .nav-item {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header .nav-center .nav-menu .nav-item .nav-link {
    color: #fff;
    padding: 12px 0;
    width: 100%;
    font-size: 14px;
  }
  .site-header .nav-center .nav-menu .nav-item .nav-link::after {
    display: none;
  }
  .site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom {
    position: static;
    box-shadow: none;
    background: transparent;
    padding: 0 0 0 15px;
    margin-top: 0;
    min-width: auto;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom::before {
    display: none;
  }
  .site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom li a {
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 0;
    font-size: 13px;
  }
  .site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom li a:hover {
    color: #D3AF37;
    background: transparent;
    padding-left: 0;
  }
  .site-header .nav-center .nav-menu .nav-item.has-dropdown:hover .dropdown-menu-custom {
    display: none;
  }
  .site-header .nav-center .nav-menu .nav-item.has-dropdown.dropdown-open .dropdown-menu-custom {
    display: block;
  }
  .site-header .logo-left a img {
    height: 55px;
    top: -12px;
  }
  .mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
  .mobile-overlay.active {
    display: block;
  }
  .section-head .section-title {
    font-size: 2.5rem;
  }
  .left-img-right-content {
    padding: 70px 15px;
  }
  .left-img-right-content .about-inner {
    gap: 10px;
  }
  .left-img-right-content .about-image-col {
    flex: 0 0 45%;
  }
  .home .hero-section .hero-content {
    height: 62vh;
    padding-top: 138px;
  }
  .home .hero-section .hero-content .hero-description {
    width: 58%;
  }
  .home .hero-section .hero-content .hero-description br {
    display: none;
  }
  .home .hero-section .hero-image-wrapper {
    width: 315px;
    bottom: 240px;
  }
  .home .hero-section .info-cards-wrapper {
    max-width: calc(100% - 0px);
    position: relative;
  }
  .home .about-section {
    padding: 92px 15px 25px;
  }
  .home .services-section {
    padding: 58px 0 0px;
  }
  .home .specialities-section {
    padding: 75px 0 20px;
  }
  .home .stats-section {
    padding: 175px 0 42px;
  }
  .home .stats-section .stat-item {
    margin-bottom: 50px;
  }
  .home .news-section .row > div:last-child {
    display: none;
  }
  .join-circle-section {
    padding-top: 30px;
  }
  .join-circle-section .circle-content {
    width: 50%;
    padding-left: 0;
  }
  .join-circle-section .circle-image img {
    max-width: 395px;
  }
  .talent-item .talent-img-wrap img {
    width: 100%;
  }
  .site-footer .footer-main .footer-column .contact-list li a.main-phone {
    font-size: 25px;
  }
  .site-footer .footer-bottom .bottom-content .copyright {
    width: 50%;
  }
  .section-head .section-title {
    font-size: 2rem;
  }
  .single-post .single-post-section {
    padding: 0 0 50px;
  }
  .single-post .blog-sidebar {
    padding-left: 0px;
    margin-top: 20px;
    padding-top: 42px;
    border-top: 1px dashed #dedede;
  }
  .page-template-page-contact-us .contact-box-section .box-box {
    margin-bottom: 20px;
  }
  .page-template-page-contact-us .map-section.left-img-right-content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .page-template-page-contact-us .map-section.left-img-right-content .about-inner {
    align-items: center;
    flex-direction: column;
  }
  .page-template-page-contact-us .map-section.left-img-right-content .about-image-col {
    width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
  .page-template-page-contact-us .map-section .map-frame {
    border-radius: 25px;
    transform: rotate(0deg) !important;
    margin-bottom: 50px;
  }
  .page-template-page-contact-us .map-section .map-frame iframe {
    height: 380px;
    margin: 0;
    transform: rotate(0deg) !important;
  }
  .page-template-page-contact-us .left-img-right-content .about-content-col .section-head {
    margin-bottom: 50px;
  }
  .page-template-page-careers .left-img-right-content .about-inner {
    align-items: center;
    flex-direction: column;
  }
  .page-template-page-services .service-list-card .card-image {
    flex: 0 0 200px;
  }
  .page-template-page-services .service-list-card .card-details {
    padding: 25px 30px;
  }
}
@media (max-width: 767.98px) {
  .home .hero-section .hero-bg {
    height: auto;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 80px;
  }
  .home .hero-section .hero-bg .hero-content {
    height: auto;
    padding: 120px 0 40px;
    order: 1;
  }
  .home .hero-section .hero-bg .hero-content .hero-title {
    font-size: 2.5rem;
    text-align: center;
  }
  .home .hero-section .hero-bg .hero-content .hero-description {
    width: 100% !important;
    font-size: 15px;
    text-align: center;
  }
  .home .hero-section .hero-bg .hero-content .hero-description br {
    display: none;
  }
  .home .hero-section .hero-bg .hero-content .hero-buttons {
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .home .hero-section .hero-bg .hero-content .hero-buttons .theme-btn {
    margin-bottom: 20px;
  }
  .home .hero-section .hero-bg .hero-image-wrapper {
    position: relative;
    width: 100%;
    bottom: auto;
    right: auto;
    order: 2;
    padding: 0;
  }
  .home .hero-section .hero-bg .hero-image-wrapper .hero-image {
    width: 88%;
    height: auto;
    float: right;
  }
  .home .hero-section .hero-bg .info-cards-wrapper {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -5px;
    flex-direction: column;
    order: 3;
  }
  .home .hero-section .hero-bg .info-cards-wrapper .info-card {
    padding: 25px 20px;
  }
  .service-flip-card {
    margin: 0 auto;
    height: 470px;
  }
  .service-flip-card .flip-card-inner {
    max-width: 380px;
    margin: 0 auto;
  }
  .left-img-right-content {
    padding: 52px 15px;
  }
  .left-img-right-content .about-inner {
    flex-direction: column;
  }
  .join-circle-section .circle-content {
    width: 100%;
    padding-left: 40px;
  }
  .join-circle-section .circle-image {
    display: none;
  }
  .site-footer .footer-main {
    padding-bottom: 20px;
  }
  .site-footer .footer-main .row div {
    margin-bottom: 20px;
  }
  .site-footer .footer-main .row div:last-child {
    margin-bottom: 0;
  }
  .site-footer .footer-bottom .bottom-content {
    flex-direction: column;
  }
  .site-footer .footer-bottom .bottom-content .copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .services-section .section-footer-text br {
    display: none;
  }
  .talent-item .talent-img-wrap {
    height: 400px;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  .inner-banner-section .hero-content .hero-description br {
    display: none;
  }
  .page-template-page-about .vision-mission-section {
    padding: 72px 0 48px;
  }
  .page-template-page-about .vision-mission-section .row > div {
    margin-bottom: 30px;
  }
  .page-template-page-about .specialities-section .specialities-grid [class*=col-] {
    margin-bottom: 38px;
  }
  .page-template-page-about .specialities-section .spec-item {
    padding: 0 0px;
  }
  .page-template-page-about .specialities-section .section-head {
    margin-bottom: 55px;
  }
  .testimonials-section {
    padding: 88px 0 120px;
  }
  .page-template-page-our-team .talents-section .talent-item .talent-img-wrap {
    height: 370px;
  }
  .page-template-page-our-team .other-members-section .member-card .member-photo-wrap {
    width: 250px;
    height: 250px;
  }
  .blog .news-section,
  .archive .news-section {
    padding: 80px 15px 50px;
  }
  .single-services .outcomes-section .outcomes-inner {
    flex-direction: column;
  }
  .page-template-page-contact-us .map-section.left-img-right-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-template-page-contact-us .map-section.left-img-right-content .map-frame iframe {
    height: 300px;
  }
  .page-template-page-services .service-list-card {
    flex-direction: column;
  }
  .page-template-page-services .service-list-card .card-image {
    flex: none;
    height: 220px;
  }
  .story-grid-section .story-card-col:first-child .story-image {
    height: 200px;
  }
  .story-grid-section .story-card-col:first-child .theme-btn {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .home .hero-section .hero-bg .hero-content {
    padding: 120px 15px 40px;
  }
  .talent-item .talent-img-wrap {
    height: 480px;
  }
  .inner-banner-section .hero-content .hero-title {
    font-size: 2.75rem;
  }
  .cta-section {
    padding: 70px 0;
  }
  .cta-section .cta-inner {
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  .page-template-page-our-team .talents-section .talent-item .talent-img-wrap {
    height: 420px;
  }
  .single-services .left-img-right-content {
    padding: 80px 15px 80px;
  }
  .single-services .deliverables-section {
    padding: 80px 15px;
  }
  .single-services .outcomes-section {
    padding: 80px 15px 70px;
  }
  .single-impact_stories .main-content-section {
    padding: 0px 0 50px;
  }
  .single-impact_stories .story-gallery-section {
    padding: 0 0 50px;
  }
  .single-impact_stories .other-content-section {
    padding-top: 0px;
  }
}
@media (max-width: 479.98px) {
  .page-template-page-careers .specialities-section .spec-item {
    padding: 0 15px;
  }
  .page-template-page-our-team .team-offcanvas .offcanvas-photo img {
    height: 380px;
  }
}
@media (max-width: 420.98px) {
  .site-header .nav-right .join-btn {
    display: none;
  }
}
