@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}
.breadcrumb-item.active {
  color: #062a26;
}

.topbar span,
a {
  font-size: 14px;
  font-weight: 400;
}
a {
  color: #4398cb;
  text-decoration: none;
}
.btn-square {
  width: 23px;
  height: 32px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #2f71a7;
  content: "››"; /* rtl: "‹" */
}

.text-muted {
  color: #ffffffab !important;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}
h5 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}
.border-top {
  border-top: 1px solid #dee2e647 !important;
}

/*** Icon Animation End ***/

/*** Navbar Start ***/
.nav-bar {
  background: var(--bs-white);
}

.sticky-top {
  transition: 1s;
}

a:hover {
  color: #f9d000;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right:30px;
  padding: 35px 0;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  transition: 0.5s;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}

.carousel-caption p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
}
.carousel-caption .btn-success {
  color: #29679e;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 1px;
  padding: 15px 12px !important;
  font-size: 14px;
  font-weight: 700;
}
.btn-success {
  color: #fff;
  background-color: #3175ab;
  border-color: #3175ab;
  font-size: 14px;
  padding: 10px 23px !important;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: #010535;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #2784be;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top .navbar-light .navbar-brand img {
  max-height: 80px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: #3175ab;
  color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  margin-top: 8px !important;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}

.topbar a {
  color: #ffffff;
  font-size: 13px;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: 0.5s;
    opacity: 0;
  }
}

/* .float {
  width: 48px;
  height: 48px;
  bottom: 40px;
  right: 40px;
  background-color: #fff;
  color: #3175ab;
  border-radius: 50px;
  text-align: center;
  font-size: 21px;
  z-index: 100;
  border: 1px solid #3175ab;
  line-height: 48px;
  padding: 12px;
} */

.anytime small {
  font-size: 14px;
  color: #010535 !important;
  letter-spacing: 0px;
  font-weight: 500;
}
.anytime a {
  color: #010535;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 16px;
  color: #3175ab;
  font-weight: 800;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #2a353c;
  font-weight: 450;
  font-size: 15px;
}
h2,
.h2 {
  font-size: 42px !important;
  font-weight: 900 !important;
  color: #2a353c;
}

@media (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 15px;
    border: 1px solid #3175ab;
    color: #3175ab;
  }

  .sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 12px 0;
  }
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
  object-fit: cover;
}

/* .carousel .carousel-item,
.carousel .carousel-item img {
    height: 700px;
} */

.carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: flex
;
  align-items: center;
  background: linear-gradient(180deg, #3073aaa8, #004875d8);
}
h6,
.h6 {
  font-size: 16px;
}
.display-5 {
  font-size: 62px;
  font-weight: 900;
  line-height: 67px;
  color: #a7e0ff !important;
  letter-spacing: 3px;
}
.carousel-indicators [data-bs-target].active {
  background-color: #3175ab;
  border: 4px solid #3175ab;
}

.carousel-indicators [data-bs-target] {
  display: flex;
  width: 12px;
  height: 0px;
  border: 4px solid #ffffff96;
  border-radius: 6px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--bs-secondary);
  opacity: 1;
  transition: 0.5s;
  border: 4px solid #ffffff96;
}

/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: url(../img/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 90px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

@media only screen and (max-width: 600px) {
  .carousel .carousel-item img {
    object-fit: cover;
    height: 471px;
  }

  .ps-4 {
    padding-left: 0 !important;
  }

  .border-start {
    border-left: 0px solid #dee2e6 !important;
  }

  .display-5 {
    font-size: 37px;
    font-weight: 900;
    line-height: 42px;
  }
  .carousel-caption p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
  }
  .carousel-caption h5 {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .navbar .btn-success {
    color: #fff;
    background-color: #3175ab;
    border-color: #3175ab;
    font-size: 14px;
    padding: 10px 23px !important;
    margin-top: 20px;
  }

  .topbar a {
    color: #fff;
    font-size: 11px;
    text-align: left !important;
  }
}

ul.list-unstyled li {
  font-size: 15px;
  background: url(../img/correct.png) no-repeat 0 4px;
  padding-left: 29px;
  list-style: none;
  margin-left: 0px;
  line-height: 22px;
  color: #041d2b;
  font-weight: 500;
  margin-bottom: 17px;
}

/*** Footer Start ***/
.footer {
  background: #2e2e2e;
}

.footer h4 {
  font-size: 20px;
  color: #b9dd01;
  font-weight: 800;
}

.footer .footer-item a {
  line-height: 30px;
  color: #ffffff;
  transition: 0.5s;
  font-size: 14px;
}

.footer .footer-item p {
  line-height: 23px;
  font-size: 14px;
}

.footer .footer-item a:hover {
  letter-spacing: 1px;
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}

/*** Contact Start ***/
.contact .contact-add-item {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f5f5f5;
}
.forms .btn-success {
  color: #fff;
  background-color: #3175ab;
  border-color: #3175ab;
  font-size: 14px;
  padding: 12px 28px !important;
}

.form-control:focus {
  color: #6e7684;
  background-color: #fff;
  border-color: #6e768445 !important;
  outline: 0;
  box-shadow: none !important;
}

.contact .contact-add-item .contact-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #4ba8d9, #27629a);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}
.services-carousel .owl-item img {
  display: block;
  width: auto;
}
.shadow {
  box-shadow: 0 3px 6px #00000008 !important;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  padding-bottom: 12px;
}
/*** Contact End ***/
.service-item img {
  border-radius: 10px;
}
.owl-nav {
  display: flex;
  align-items: stretch;
  align-content: center;
  justify-content: space-between;
  position: relative;
  bottom: 200px;
}
.carousel-caption p {
  color: #fff;
}
.bg-light {
  background-color: #a7e0ff40 !important;
}
.sub .text-info {
  color: #2c8cc6 !important;
  font-size: 16px;
  font-weight: 500;
}

.service-item .bg-white {
  transition: transform 0.3s;
  margin-top: -68px;
  position: relative;
 
  width: 300px;
  left: 12%;

  align-items: center;
  padding: 20px 34px 20px !important;
  border-radius: 1px !important;
}
.service-item h5 {
  color: #0d0d3f;
  font-size: 20px;
  font-weight: 600;
}
.service-item .bg-white:hover {
  transform: translateY(-5px);
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #c7001a;
  border-color: #bb0018;
  box-shadow: none;
}
.owl-prev {
  left: -34px;
  position: relative;
}
.owl-next {
  left: 16px;
  position: relative;
} /* View All Button with Linear Gradient */
.btn-primary {
  background: linear-gradient(180deg, #4ba8d9, #27629a);
  color: white;
  border: none;
  padding: 13px 38px;
  border-radius: 0px;
  transition: background 0.3s ease;
}
.btn-primary:hover {
  background: linear-gradient(
    45deg,
    #0072ff,
    #00c6ff
  ); /* Reversed gradient on hover */
}

@media only screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 34px !important;
    font-weight: 900 !important;
    color: #2a353c;
  }
  .services .d-flex {
    display: block !important;
  }
  .service-item .d-flex {
    display: flex !important;
  }
  .service-item .bg-white {
    transition: transform 0.3s;
    margin-top: -68px;
    position: relative;
   
    width: 300px;
    left: 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 34px 20px !important;
    border-radius: 1px !important;
  }
}
.stats-section {
  background-color: #23659d; /* matches the blue background */
}

.stat-item .icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 10px;
}
.stats-section h2 {
  color: #fff;
}
.stats-section p {
  color: #fff;
}
.company-overview .overlay-img {
  width: 150px;
  bottom: 20px;
  right: 20px;
  border: 4px solid #fff;
}
.company-overview strong {
  color: #2a353c;
  font-weight: 600 !important;
}
.fs-6 {
  font-size: 19px;
  font-weight: 600 !important;
}
.bg-light-blue {
  background-color: #e9f7ffab;
}

.how-we-work .card h3 {
  font-weight: 700;
  font-family: "Nirmala UI", sans-serif;
  color: white;
  background-color: white;
  text-shadow: 0px -1px 0 #2e70a7, 1px -1px 0 #2e70a7, -1px 1px 0 #2e70a7,
    1px 1px 0 #2e70a7, -2px 0px 0 #2e70a7, 2px 0px 0 #2e70a7, 0px -2px 0 #2e70a7,
    0px 2px 0 #2e70a7;
  font-size: 54px;
  letter-spacing: 2px;
}
.how-we-work .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
}
.shadow-sm {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075) !important;
}
.rounded-3 {
  border-radius: 20px !important;
}
.how-we-work h5 {
  font-size: 22px;
  letter-spacing: 1px;
  color: #2a353c;
  margin-bottom: 18px;
}

.banner {
  background: url(../img/baner.png);
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
}
.badge {
  font-size: 13px;
  border-radius: 20px;
  font-weight: 600;
  color: #2c8cc6 !important;
}
.icon-wrapper i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fw-semibold {
  color: #2a353c;
  font-weight: 600;
}

.accordion-button {
  font-weight: 600;
  background-color: #fff;
  color: #000;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  font-size: 1.5rem;
  color: #2e70a7;
  transform: none;
}

.accordion-button.collapsed::after {
  content: "+";
  font-size: 1.5rem;
  color: #2e70a7;
  transform: none;
}
.accordion-button:not(.collapsed) {
  color: #d3001b;
  background-color: transparent;
  box-shadow: none;
}
.accordion-item {
  border-bottom: 1px solid #1714223a !important;
  border-radius: 1px !important;
}
.accordion-button::after {
  display: flex;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  font-size: 27px;
  margin-left: auto;
  line-height: 19px;
  content: "";
  background-image: none !important;
  background-repeat: no-repeat;
  /* background-size: 1.25rem; */
  /* transition: transform .2s ease-in-out; */
  background-color: #f3f3f3;
  align-items: center;
  justify-content: space-around;
}
.accordion-button:not(.collapsed) {
  color: #2a8ac4;
  background-color: transparent;
  box-shadow: none;
}
.accordion-body {
  padding: 0 6px 15px;
  font-size: 14px;
  color: #171422;
  text-align: justify;
}
.bg-light-blue {
  background-color: #f0f8ff;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #f5808f;
  outline: 0;
  box-shadow: none;
}
.bg-light-primary {
  background-color: #a7e0ff40;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: flex;
}
.btn-circle {
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #4ba8d9, #27629a);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-decoration: none;
}

.btn-circle:hover {
  background-color: #0056b3;
}

.card-title {
  font-size: 1.1rem;
}

.rounded-4 {
  border-radius: 1rem !important;
}
.blog .card {
  padding: 19px 19px 0;
}
.clients .owl-nav {
  display: flex;
  align-items: stretch;
  align-content: center;
  justify-content: space-between;
  position: relative;
  bottom: 80px;
}

.clients .owl-next {
  left: 28px;
  position: relative;
}

/* Get In Touch */
/*** Footer ***/
.bg-dark {
  background-color: #001d35 !important;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
  opacity: 90%;
  font-size: 14px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}
.footer h5 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
}
.footer .btn.btn-square {
  color: #fff !important;
  opacity: 100%;
}

.footer p {
  color: #ffffff;
  font-size: 14px;
}
.footer a {
  color: #ffffff;
  font-size: 14px;
}

.footer input {
  border-radius: 30px;
  background: #364a55;
  border: none;
}

.footer .btn.btn-square:hover {
  color: var(--secondary);
  border-color: var(--light);
}

.footer .copyright a {
  color: var(--secondary);
}

.footer .copyright a:hover {
  color: var(--primary);
}
.footer .Copyright span {
  font-size: 14px;
  color: #fff;
}
.Title_Box h1 {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3em;
  text-align: center;
  background-color: #fff;
  margin: -50px 0 26px 3px;
  padding: 20px 30px;
}

.Title_Box {
  width: 20%;
  margin: 0 auto;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
  text-align: center;
  position: relative;
}
.mission-box,
.vision-box,
.values-box {
  border-left: linear-gradient(180deg, #4ba8d9, #27629a);
  background: #f9f9f9;
  padding: 20px 15px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}

.mission-box:hover,
.vision-box:hover,
.values-box:hover {
  background: #e9ecef;
  transform: translateY(-2px);
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 12px;
  font-size: 14px;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0);
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: 48px;
  padding: 15px !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e7684;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  appearance: none;
  border-radius: 1px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input,
button,
select,
optgroup,
textarea {
  margin: 6px !important;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0px 0;
}
@media only screen and (max-width: 600px) {
  .Title_Box {
    width: 70%;
    margin: 0 auto;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    text-align: center;
    position: relative;
  }
}
.border-bootom {
  border-bottom: 1px solid #25252552 !important;
}
.btn-orange {
  background: linear-gradient(180deg, #4ba8d9, #27629a);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
}

.btn-orange:hover {
  background-color: #d85d16;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background: linear-gradient(180deg, #4ba8d9, #27629a);

}
.taab .navs {
  border-bottom: none;
  background: #f1f3f3;
  padding: 12px;
}
.taab .nav-tabs {
  border-bottom: none;
  background: #fff;
  padding: 12px;
}
.taab .nav-link {
  display: block;
  padding: 8px 25px;
  color: #2a353c;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  font-size: 15px;
  font-weight: 500;
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.main-contents img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link:hover {
  background-color: #f1f1f1;
}
.nav-tabs .nav-link img {
  width: 20px;
  height: 20px;
}

.content h6 {
  font-size: 15px;
  font-weight: 700;
}
.content h2 {
  font-size: 2rem;
  font-weight: bold;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: linear-gradient(180deg, #4ba8d9, #27629a);
}
.gb img {
  width: 100%;
  height: 250px;
}
.Posts  p {
  margin-top: 0;
  margin-bottom: 0rem;
  color: #2a353c;
  font-weight: 450;
  font-size: 15px;
}
   
.gallery img{
  max-width: 100%;
  height: 358px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .taab .nav-link {
    display: block;
    padding: 8px 6px;
    color: #2a353c;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
    font-size: 15px;
    font-weight: 500;
    border-right: 0px solid rgba(0, 0, 0, 0.2) !important;
  }
  .display-1 {
    font-size: 33px;
  }
  .taab .nav-tabs {
    border-bottom: none;
    background: #fff;
    padding: 9px;
  }
  .taab .justify-content-center {
    justify-content: flex-start;
  }
  .main-content {
    padding: 0 !important;
  }
.sub{

  display: block !important;
}
.sup  .d-flex{
  margin-bottom: 28px;
}
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #198754;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.card-service {
  background: #ffffff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 9%);
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.card-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card-service .icon {
  width: 80px;
  height: 80px;
  background: #27629a1c;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.card-service h6 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}
.card-service p {
  font-size: 0.95rem;
  color: #555;
}
.icon img{
  width:50px;
}
.card-service img{
  width: 100%;
  margin-bottom: 18px;
}