@font-face {
  font-family: "Belgiano Serif";
  src: url(../fonts/Belgiano\ Serif\ 2.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

header {
  padding: 10px 0;
  background: #e4e4e4;
}

nav a.nav-link {
  color: #4b4b4b;
  font-size: 16px;
}
nav a.nav-link:hover,
nav a.nav-link:active,
nav a.nav-link.active,
nav a.nav-link:focus {
  color: var(--p-color) !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--p-color);
}

:root {
  --p-color: #012b34;
  --s-color: #f09d42;
}
.navbar-nav .dropdown-menu {
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}

.offcanvas-header .btn-close {
  opacity: 1;
  /* filter: invert(); */
}
.navbar-nav .dropdown-menu a {
  color: #fff;
}

.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a.active,
.navbar-nav .dropdown-menu a:active,
.navbar-nav .dropdown-menu a:focus {
  color: #fff;
  background: var(--p-color);
}

nav ul.navbar-nav {
  gap: 25px;
}
.prc {
  color: var(--p-color);
}
.ser {
  color: var(--s-color);
}
.prb {
  background: var(--p-color);
  color: #fff;
  border: 1px solid var(--p-color);
}
.seb {
  background: var(--s-color);
  color: #fff;
  border: 1px solid var(--s-color);
}
.lib {
  background: #fff;
  color: var(--p-color);
}

.offcanvas-body .navbar-nav .dropdown-menu a {
  color: #000;
  &:hover {
    color: #fff;
  }
}

.btn_dflt {
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 8px;
  padding: 10px 30px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.btn_dflt.prb:hover {
  background: var(--s-color);
}
.btn_dflt.lib:hover {
  background: var(--p-color);
  color: #fff;
}
.btn_dflt.seb:hover {
  background: var(--p-color);
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--s-color);
}
h2 {
  font-size: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Belgiano Serif", sans-serif;
}
p {
  margin: 0;
  font: 400 16px/26px "Poppins", sans-serif;
}

.floating_wrap,
.floating_wrap .btns_wrap {
  position: fixed;
  right: 0;
}

.floating_wrap .btns_wrap .call_wrap,
.floating_wrap .btns_wrap .chat_wrap {
  position: absolute;
  right: -225px;
  width: 275px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  border-radius: 50px 0 0 50px;
  background: #fff;
}
.floating_wrap {
  top: 171px;
  z-index: 1000;
}

.floating_wrap .btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.floating_wrap .btns_wrap .call_wrap {
  top: 60px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.floating_wrap .btns_wrap .call_wrap span {
  color: var(--p-color);
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  padding: 0 5px;
}

.floating_wrap .btns_wrap .chat_wrap {
  display: block;
  text-decoration: none;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.floating_wrap .btns_wrap .call_wrap span.icoo,
.floating_wrap .btns_wrap .chat_wrap span.icoo {
  color: #fff;
  background: var(--p-color);
  font-size: 20px;
  line-height: 1;
  padding: 14px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50px 0 0 50px;
}

.floating_wrap .btns_wrap .chat_wrap span {
  color: var(--p-color);
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  padding: 0 5px 0 5px;
}

footer {
  background: #000;
  padding: 90px 0 0;
}
footer * {
  color: #fff;
  text-decoration: none;
  list-style: none;
  padding: 0;
}

footer h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

footer ul.quick_links {
  margin: 25px 0 0;
}

footer ul.quick_links li {
  margin: 5px 0;
}
footer ul.contact_info {
  margin: 25px 0 0;
}
footer ul.contact_info li {
  margin: 15px 0;
}
footer .copy_right {
  padding: 20px 0;
  border-top: 1px solid #565656;
  margin-top: 50px;
}

footer p {
  font-size: 14px;
}

footer ul li a {
  font-size: 15px;
}
.foot_logo {
  width: 130px;
  filter: grayscale(1) invert() brightness(7);
}

section.hero {
  background: url(../images/hero-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0 0;
}
section.hero .col-lg-6 {
  margin: 40px 0 0;
}
section.hero h1 {
  color: #fff;
  font-size: 55px;
}
section.hero p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 20px 0;
}
p.tp_title {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.about_sect {
  padding: 80px 0;
}
.about_sect h2 {
  margin: 0 0 20px;
}
.about_sect img {
  width: 90%;
}

.client_satisfaction {
  padding: 50px 0 100px;
}
.serv_title {
  font-size: 24px;
  font-weight: 600;
}
.client_satisfaction.services .cs_bx {
  padding: 20px;
}
.cs_bx {
  background: #f5f5f5;
  padding: 50px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  gap: 20px;
}
.cs_bx p {
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
}
.cs_bx img {
  width: 100px;
}

section.expert_sect {
  padding: 80px 0 0;
  background: var(--s-color);
}

section.expert_sect h2 span {
  color: #fff;
}

section.expert_sect p {
  color: #4b4b4b;
}

section.submission {
  padding: 90px 0;
}

section.submission h2 {
  font-size: 44px;
}

section.submission img {
  width: 90%;
}

section.submission p {
  padding-left: 35px;
  margin: 20px 0;
}

section.submission ul {
  list-style: none;
  padding-left: 35px;
}

section.submission ul li {
  margin: 5px 0;
  padding: 10px 10px 10px 50px;
  background: #f5f5f5;
  border-radius: 15px;
  position: relative;
}

section.submission ul li:after {
  width: 30px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  background: url(../images/tick.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

section.process {
  padding: 80px 0;
}

.process_bx {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  position: relative;
}
.process_bx .count {
  width: 65px;
  height: 65px;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  color: var(--p-color);
  background: #f5f5f5;
  border: 1px solid rgba(1, 43, 52, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-family: "Belgiano Serif";
}

.process_bx.pb-reverse .count {
  left: -45px;
}

.process_bx p {
  width: 75%;
  margin-left: auto;
  position: relative;
}

.process_bx.pb-reverse p::before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: -50px;
  left: -60px;
  background: #ccd5d6;
  z-index: -1;
}

.process_bx.pb-reverse p {
  margin-left: 50px;
}

.subjects {
  padding: 70px 0;
  background: var(--p-color);
  color: #fff;
}

.subjects .row {
  margin-top: 80px;
}

.subject_bx {
  padding: 50px 30px 0;
  position: relative;
}

.subject_bx:after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  background: url(../images/tick.svg) no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.security {
  padding: 80px 0 0;
}

section.service {
  padding: 90px 0;
  background: var(--s-color);
}

section.service .row:nth-child(2) {
  margin: 50px 0 0;
}

.service_bx {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  height: 100%;
  background: rgba(245, 245, 245, 0.17);
  box-shadow: 0px 4px 64px rgba(240, 157, 66, 0.4);
  border-radius: 15px;
  padding: 30px;
}

.service_bx p {
  font-weight: 700;
  font-size: 17px;
}

.service_bx ul {
  padding: 0;
  list-style: none;
}

.service_bx ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 15px 0;
}

section.reviews {
  padding: 90px 0;
}

.reviews_slider + .d-flex .slick-arrow {
  cursor: pointer;
}

.reviews_slider + .d-flex .slick-arrow:hover svg {
  fill: var(--p-color);
}

.reviews_slider + .d-flex .slick-arrow:hover path {
  fill: #fff;
}

.reviews_slider .rev_bx {
  margin: 0 10px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  background: #fbfbfb;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
}

.reviews_slider .rev_bx p {
  font-size: 13px;
  line-height: 20px;
}

.reviews_slider .rev_bx p.rev_title {
  font-weight: 600;
  font-size: 18px;
}

.footer_top {
  padding: 80px 0;
  background: url(../images/btm-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.countries_sect {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.countries_sect {
}

.countries_sect img {
  margin: 25px 0;
}
.countries_sect p {
  font-size: 30px;
  font-weight: 600;
}

.modal-body {
  background: var(--p-color);
  color: #fff;
  text-align: center;
}

.modal-body .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  filter: invert(1);
  opacity: 1;
}

.modal-body h3 {
  margin: 10px 0 30px;
  font-size: 35px;
}

.contact-icons div {
  align-items: center;
  font-size: 14px;
  color: #fff;
}

.contact-icons li svg {
  padding: 15px;
  color: #022e49;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  height: 60px;
  width: 60px;
}

.contact-icons {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}
.contact-icons h3 {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: "Poppins";
}
.cont_details {
  background: var(--p-color);
  height: 100%;
  padding: 20px;
  border-radius: 20px;
}

.contact_form {
  padding: 90px 0;
}

.contact_form .form_bx {
  padding: 40px 30px;
  border-radius: 20px;
  background: #fbfbfb;
  box-shadow: 0px 4px 64px rgba(240, 157, 66, 0.4);
}

.tab_phills {
  background: url(../images/hero-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

button.nav-link {
  color: #fff;
  border: 1px solid;
}

.tab_phills .nav.list-group {
  gap: 15px;
  justify-content: center;
}

button.nav-link.active,
button.nav-link:hover {
  background: var(--s-color);
  color: #fff;
}

section.tabs_sect {
  padding: 60px 0;
}

section.counter {
  background: #000;
  color: #fff;
  padding: 35px 0;
}

.count_bx {
  display: flex;
  align-items: center;
  gap: 15px;
}

section.counter i {
  font-size: 28px;
}

.count_txt p span {
  color: var(--s-color);
  font-weight: 700;
  display: block;
}

.count_txt p {
  font-size: 18px;
}

.count_txt small {
  font-size: 10px;
}

section.counter .row .col-lg-3:not(:last-child) .count_bx {
  border-right: 1px solid #ffffff2e;
}

section.trusted_logos {
  padding: 80px 0;
  background: var(--p-color);
  color: #fff;
}

.timeline {
  position: relative;
  padding-left: 0;
}
.timeline::before {
  content: "";
  height: 87%;
  width: 2px;
  background: var(--s-color);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.timeline-step {
  position: relative;
  margin-bottom: 30px;
  width: 50%;
}

.timeline-icon {
  position: absolute;
  left: -15px;
  top: 0;
  background-color: var(--s-color);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
}

.timeline-content h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.timeline-content p {
  margin: 0;
  color: #f9f9f9;
  font-size: 15px;
}

.timeline .timeline-step:nth-child(even) {
  margin-left: auto;
  padding-left: 30px;
}

.timeline .timeline-step:nth-child(odd) .timeline-icon {
  right: -15px;
  left: unset;
}

.timeline .timeline-step:nth-child(odd) {
  padding-right: 30px;
}

.timeline-step .timeline-content {
  background: var(--p-color);
  padding: 15px;
  border-radius: 7px;
}

.timeline-step .timeline-content h5,
.timeline-step .timeline-content p {
  color: #fff;
  font-weight: normal;
}


/* Optional: Responsive spacing */
@media (max-width: 576px) {
  .timeline {
    padding-left: 30px;
  }
}

section.new_process {
  padding: 80px 0;
  background: url(../images/btm-bg.webp) no-repeat;
  background-size: cover;
  background-position: right;
  color: #fff;
}
.new_process .img_bx {
  padding: 20px;
  background: #ffffff40;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 15px;
}

section.new_subjects {
  background: var(--p-color);
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

section.partner_sect {
  background: var(--s-color);
  padding: 90px 0;
}

.pbx img {
  filter: grayscale(1);
}

.bx1.pbx {
  display: flex;
  gap: 20px;
  background: #fff;
  align-items: center;
}

.bx1.pbx strong {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.bx1.pbx p span {
  font-size: 14px;
  line-height: 22px;
}
.bx1.pbx p {
  font-size: 22px;
}

.pbx {
  padding: 20px;
  border-radius: 8px;
}

.bx2.pbx {
  background: var(--p-color);
  color: #fff;
}

.bx2.pbx p {
  margin-top: 20px;
}

.bx2.pbx img {
  filter: grayscale(1) invert(1) brightness(6.5);
  transition: 0.3s all ease-in-out;
}

.bx3.pbx {
  background: #004c5c;
  color: #fff;
}
.bx3.pbx:hover img,
.bx1.pbx:hover img,
.bx2.pbx:hover img {
  filter: none;
}

.bx3.pbx p {
  margin-top: 20px;
}

.team .hover-card {
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.team .hover-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #012b3459;
  z-index: 1;
}

.team .hover-card .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  transition: transform 0.5s ease;
}

.team .hover-card .title {
  font-size: 1.2rem;
  font-weight: bold;
}

.team .hover-card .tags span {
  background: rgba(243, 243, 243, 0.64);
  color: black;
  font-weight: 600;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 5px;
}

.team .hover-card .hidden-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.team .hover-card:hover .hidden-content {
  max-height: 100%;
  opacity: 1;
}

.team .hover-card:hover .content {
  transform: translateY(-10px);
}

.team .stat-item {
  margin-bottom: 10px;
}

.team .rating img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
section.team {
  padding: 80px 0;
}

.new_slider.reviews .review-card {
  border: 1px solid #e1e1e1;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px 14px 15px;
  text-align: left;
  margin: 0 5px;
}

.new_slider.reviews .review-card .header {
  background-color: #f09d4236;
  border-radius: inherit;
  margin-bottom: 18px;
  padding: 22px 11px;
}

.new_slider.reviews .review-card .header .img-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.new_slider.reviews .review-card .header p {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}

.new_slider.reviews .review-card .body {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 14px;
}

.new_slider.reviews .review-card .body .info {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.new_slider.reviews .review-card .body .info .h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.new_slider.reviews .review-card .body .info p {
  color: #1a1a1a;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}

.guarantee_bx {
  background: #f09d426b;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  padding: 20px;
  border-radius: 15px;
  margin: 0 0 40px;
}

p.tp_badge {
  padding: 10px 20px;
  background: var(--p-color);
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 8px;
}

.guarantee_bx h3 {
  font-size: 34px;
}

