:root {
  --primaryColor: #2062af;
  --secondaryColor: #eb5c42;
  --st-theme-color-two: var(--primaryColor);
  --st-theme-color-one: var(--secondaryColor);
}
/* Responsive */
@media (max-width: 991px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
@media (max-width: 423px) {
  .r-mb-20px {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  .st__team__thumb img {
    border-radius: 0px !important;
    height: 409px !important;
  }
  .st__team__box {
    border-radius: 0px !important;
  }
  .r-pt-50px {
    padding-top: 50px !important;
  }
  .brand-title h2 {
    margin-top: 20px !important;
    top: 0px !important;
  }
  .si__about__content__five {
    bottom: 8px !important;
  }
  .d-block-r {
    display: block !important;
  }
  .slider-image-main {
    height: 331px !important;
    object-fit: cover;
    object-position: left;
  }
  .slider-content {
    text-align: left;
    margin-left: 26px !important;
  }

  .breadcumb__links {
    margin-top: 23px !important;
  }
  .breadcumb__top__content h2 {
    margin-top: 28px !important;
    margin-bottom: 14px !important;
    line-height: 1.2 !important;
    font-size: 28px !important;
  }
  .breadcumb__links {
    padding: 11px 31px !important;
  }

  .st-header-logo a img {
    margin-left: 22px !important;
    max-width: 92px !important;
  }
  .faq-img-section {
    display: none;
  }
  .counter-grid {
    gap: 33px !important;
  }
  .si__about__content__five {
    border-radius: 15px !important;
    padding: 12px !important;
  }
  .si__about__content__five h1 {
    font-size: 33px !important;
  }
  .si__about__thumb__five img {
    height: 652px !important;
    padding: 48px 61px;

    object-fit: cover;
  }
  .si__btn__one {
    padding: 7px 22px !important;
  }
  .si__about__area__five {
    padding-top: 20px !important;
  }
  .cta-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .cta-content h2 {
    font-size: 30px;
  }

  .scroll-text {
    display: none;
  }
  .st__btn {
    padding: 7px 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .slider-image-main {
    height: 331px !important;
    object-fit: cover;
    object-position: left;
  }
  .slider-content {
    text-align: left;
    margin-left: 26px !important;
  }
  .slider-content h1 {
    margin-top: 20px;
    line-height: 33px !important;
    font-size: 25px !important;
  }
}
@media (max-width: 1200px) {
  .r-none {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .slider-content h1 {
    line-height: 76px !important;
    font-size: 49px !important;
  }
}
@media (min-width: 1800px) {
  .st-header-menu-area::before {
    width: 467px !important;
    /* left:79px!important; */
  }
  .st__contact__meta__inner {
    left: 145px !important;
  }
}
@media (min-width: 1900px) {
  .st-header-menu-area::before {
    width: 467px !important;
  }
}
.st-header-logo a img {
  max-width: 117px;
  margin-left: 52px;
}
.color-black {
  color: black !important;
}

.fs-24px {
  font-size: 24px !important;
}

.align-center {
  align-items: center;
}

.bg-light-blue {
  background: #d1e4ea;
}

.fs-30px {
  font-size: 30px !important;
}

.btn {
  font-size: 18px !important;
  padding: 7px 19px !important;
  border-radius: 5px !important;
}

.st__btn::before {
  left: -20px !important;
}

.st__logo__overlay::after {
  top: -17px !important;
}
.st__logo__overlay::before {
  display: none !important;
}
.st-header-menu-area {
  padding: 16px 0 16px !important;
  background: white !important;
}

.is-sticky {
  padding: 12px 0 !important;
  background: white !important;
}
.st__logo__overlay::after {
  display: none !important;
}

.st-header-top-area {
  padding: 5px 0 !important;
}

.st-header-menu-area::before {
  background: var(--secondaryColor);
}
.is-sticky::before {
  background: var(--secondaryColor);
}

.color-primary {
  color: var(--primaryColor) !important;
}
.bg-primary {
  color: var(--primaryColor) !important;
}

.color-primary:before {
  color: var(--primaryColor);
}

.bg-white {
  background: white !important;
}
.st-header-top-area {
  background: #345e8f !important;
}

.study-cta {
  background: var(--primaryColor);
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}

.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  position: relative;
}

.cta-icon {
  width: 69px;
  height: 66px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-icon img {
  width: 48px;
  height: 46px;
  object-fit: contain;
}

.cta-content h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  line-height: 1.3;
}

.cta-content a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-left: 8px;
}
.si__about__area__five {
  padding-top: 100px !important;
  padding-bottom: 70px !important;
}

@media (max-width: 576px) {
  .cta-content h2 {
    font-size: 24px;
  }

  .cta-icon {
    width: 80px;
    height: 80px;
  }

  .cta-icon img {
    width: 40px;
    height: 40px;
  }
}

.st-slider-area {
  height: 612px !important;
}
/* .slider-content h1 {
  line-height: 76px !important;
  font-size: 56px !important;
} */

@media (max-width: 1200px) {
  .st-header-menu-area {
    background: white !important;
  }
  .st-contact-meta {
    display: none;
  }
  .si__about__thumb__five img {
    border-radius: 0px !important;
  }
}

@media (max-width: 991px) {
  .si__section__title h1 {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }
  .slider-content h1 {
    margin-top: 20px;
    line-height: 33px !important;
    font-size: 25px !important;
  }
  .breadcumb__top__content span {
    font-size: 18px !important;
  }
}

.si__about__thumb__five img {
  height: 528px !important;
  object-fit: cover;
  border-radius: 108px 256px 81px 249px;
}

.fs-21px {
  font-size: 21px !important;
  line-height: 1.7 !important;
}

.blog-img {
  height: 295px;
  object-fit: cover;
}

.bg-none {
  background: none !important;
}

.breadcrumb-page {
  height: 249px;
}
.breadcumb__top__content h2 {
  margin-top: 28px !important;
  margin-bottom: 35px;
  font-size: 53px;
}
.breadcumb__top__content span {
  font-size: 21px;
}
.breadcumb__links {
  margin-top: -8px;
}

.footer-logo img {
  height: 69px !important;
}

:root {
  --primaryColor: #2062af;
  --secondaryColor: #eb5c42;
}

.counter-section {
  padding: 34px 20px;
  background: var(--primaryColor);
}

.counter-item h2::after {
  content: "+";
  color: var(--secondaryColor);
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 84px;
}

.counter-item {
  text-align: center;
  padding: 27px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  transition: 0.3s ease;
}

.counter-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.12);
}

.counter-item h2 {
  font-size: 49px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}

.counter-item h2::after {
  content: "+";
  color: var(--secondaryColor);
}

.counter-item p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 991px) {
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .counter-grid {
    grid-template-columns: 1fr;
  }

  .counter-item h2 {
    font-size: 42px;
  }
}

.partners-img img {
  width: 195px;
  object-fit: cover;
}

@media (min-width: 1601px) {
  .st-header-menu-area::before {
    height: 94px !important;
    width: 406px !important;
  }
  .is-sticky::before {
    width: 467px !important;
  }
}

.main-heading {
  font-size: 36px !important;
  line-height: 1.2 !important;
}

.sub-heading {
  margin-top: 35px !important;
  font-size: 28px !important;
  line-height: 1.2;
}
.st-header-top-social ul li a:hover {
  color: var(--secondaryColor) !important;
}

.text-left {
  text-align: left !important;
}

@media (max-width: 991px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
}

@media (max-width: 667px) {
  .si__about__thumb__five img {
    padding: 48px 25px;
    height: 364px !important;
  }
}

.st-service-area.style2 .st__service__thumb__two img {
  height: 350px;
  object-fit: cover;
}

.testi-img {
  height: 68px;
  object-fit: cover;
}

.faq__thumb img {
  height: 702px !important;
  object-fit: cover;
  width: 100% !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 0px !important;
  }
  .pt-100 {
    padding-top: 0px !important;
  }
}

/* ===== Custom Table Wrapper ===== */
.custom-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

/* ===== Table Base ===== */
.custom-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-family: inherit;
  background: #fff;
}

/* ===== Header ===== */
.custom-table thead {
  background: linear-gradient(90deg, #1f62ae, #eb5c42);
  color: #fff;
}

.custom-table thead th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
}

/* ===== Body ===== */
.custom-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
}

/* ===== Row Hover ===== */
.custom-table tbody tr:hover {
  background: rgba(31, 98, 174, 0.06);
  transition: 0.3s ease;
}

/* ===== First Column Highlight ===== */
.custom-table tbody td:first-child {
  font-weight: 600;
  color: #1f62ae;
}

/* ===== Mobile Optimization ===== */
@media (max-width: 768px) {
  .custom-table {
    min-width: 500px;
  }

  .custom-table thead th,
  .custom-table tbody td {
    padding: 12px;
    font-size: 13px;
  }
}

.loader {
  width: 250px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.color-white {
  color: white !important;
}

.si__project__three__thumb img {
  height: 322px;
  object-fit: cover;
}
.st__team__thumb img {
  height: 325px;
  object-fit: cover;
  border-radius: 50%;
}

/* Gallery layout */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding-top: 90px;
  padding-bottom: 90px;
}

/* Item */
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

/* Hover zoom */
.gallery-item:hover img {
  transform: scale(1.1);
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 170, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

/* show overlay on hover */
.gallery-item:hover .overlay {
  opacity: 1;
}

/* plus icon */
.overlay span {
  font-size: 50px;
  color: white;
  font-weight: bold;
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999; /* IMPORTANT */
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

/* close button */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.cta-content {
  text-align: center;
}

.cta-links a {
  display: inline-block;
  margin: 10px;
  padding: 8px 16px;
  background: #4070a9;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.cta-links a:hover {
  background: #163f70;
}

.si__project__three__thumb:hover,
.si__project__three__thumb img {
  height: 330px;
}

.justify-space {
  justify-content: space-between;
}

.gap-6px {
  gap: 6px;
}

@media (min-width: 1365px) and (max-width: 1600px) {
  .st__contact__meta__inner {
    left: 0px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .st__contact__meta__inner {
    left: 5px !important;
  }
  .st-contact-content {
    font-size: 14px !important;
  }
  .st-header-menu-area::before {
    width: 271px !important;
  }
  .st__main__menu {
    left: 55px !important;
  }
}
/* .fs-14px{
  font-size:14px!important;
} */

.st-contact-content {
  font-size: 16px;
}

.mb-6px {
  margin-bottom: 6px;
}

.footer-services {
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.mb-50px {
  margin-bottom: 50px;
}

.slider__bg,
.owl-item.active .slider__bg {
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

.mt-80px {
  margin-top: 80px;
}

.st-slider-area {
  position: relative;
}

.slider-img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-content {
  margin-left: 89px;
  position: absolute;
  top: 50%;
  max-width: 1326px;
  left: 0;
  /* width: 100%; */
  transform: translateY(-50%);
  z-index: 2;
}

.width-100 {
  width: 100% !important;
}
.st__section__title h1 {
  margin-bottom: 30px !important;
}

@media (min-width: 991px) {
  .st__testimonial__box {
    height: 546px !important;
  }
}

.lh-50 {
  line-height: 50px !important;
}
.st-call-do-action-content h2 {
  text-decoration: underline;
  font-size: 24px !important;
}

/* .si__project__three__thumb:hover, .si__project__three__text{
  text-decoration: underline;
} */

.si__project__three__text:hover,
.si__project__three__text {
  color: var(--st-theme-color-one) #eb5c42;
  background-size: 100% 100%;
}
