@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");

:root {
  --themeht-primary-color: #ca182c;
  --themeht-body-bg-color: #010101;
  --themeht-text-color: #1d1c21;
  --themeht-body-color: #919191;
  --themeht-white-color: #ffffff;
  --themeht-bg-dark-color: #010101;
  --themeht-bg-light-color: #faf9f7;
  --themeht-border-light-color: #302e2e;
  --themeht-typography-body-font-family: "Inter", serif;
  --themeht-typography-secondary-font-family: "DM Sans", serif;
  --logo-desktop-height: 35px;
  --logo-tablet-height: 35px;
  --logo-mobile-height: 35px;
}

/* ------------------------
    General
------------------------*/

body {
  scroll-behavior: smooth;
  background-color: #fff;
  font-family: var(--themeht-typography-body-font-family);
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: var(--themeht-body-color);
  overflow-x: hidden !important;
}

.page-wrapper {
  overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0px;
  font-style: normal;
  margin-bottom: 10px;
  color: var(--themeht-white-color);
  font-family: var(--themeht-typography-secondary-font-family);
  font-weight: 500;
}

h2,
h4 {
  color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.h1,
h1 {
  font-size: 100px;
  line-height: 110px;
}

.h2,
h2 {
  font-size: 50px;
  line-height: 60px;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 46px;
}

.h4,
h4 {
  font-size: 28px;
  line-height: 38px;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 34px;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 30px;
}

ul {
  margin-left: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px !important;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
  .container {
    max-width: 1300px !important;
  }
}

label {
  display: inline-block;
  font-weight: 500;
  color: var(--themeht-white-color);
  font-size: 14px;
}

section {
  padding: 120px 0;
  position: relative;
}

.rounded {
  border-radius: 20px !important;
}

.bg-min-height {
  min-height: 600px;
}

.p-120 {
  padding: 120px;
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
  color: var(--themeht-primary-color);
}

.text-black {
  color: var(--themeht-text-color) !important;
}

.text-grey {
  color: var(--themeht-body-color);
}

/* ------------------------
    Background color
------------------------*/
.white-bg {
  background-color: var(--themeht-white-color) !important;
}

.dark-bg {
  background-color: var(--themeht-bg-dark-color);
}

.light-bg {
  background-color: var(--themeht-bg-light-color);
}

.primary-bg {
  background-color: var(--themeht-primary-color);
}

.transparent-bg {
  background-color: inherit !important;
}

.border-light {
  border-color: var(--themeht-border-light-color) !important;
}

/* ------------------------
    Banner Slider
------------------------*/
[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-one {
  margin-bottom: -200px;
  padding: 150px 100px 0px 100px;
  z-index: 9;
}

.hero-lg-text {
  font-size: 420px;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.7em;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 100px;
}

.hero-lg-text div:nth-last-child(-n + 3) {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--themeht-white-color);
  display: inline-block;
}

.banner-text h2 {
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  font-family: var(--themeht-typography-body-font-family);
  margin: 0;
}

.explore-more-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.explore-more-wrapper .round-text text {
  font-size: 18px;
  letter-spacing: 2px;
}

.explore-more-wrapper .round-text {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}

.explore-more-wrapper .text-btn-icon {
  width: 50px;
  height: 50px;
}

.explore-more-wrapper .text-btn-icon svg {
  fill: var(--themeht-text-color);
}

.explore-more-wrapper p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

.banner-awards-wrapper {
  clip-path: polygon(0 0,
      84% 0,
      100% 10%,
      100% 80%,
      100% 100%,
      16% 100%,
      0 88%,
      0 0);
  background: var(--themeht-bg-dark-color);
  display: inline-grid;
  padding: 70px;
  max-width: 550px;
  padding-top: 0;
}

.banner-award-wrap {
  clip-path: polygon(0 0,
      84% 0,
      100% 0%,
      100% 80%,
      100% 100%,
      16% 100%,
      0 78%,
      0 0);
  background: var(--themeht-white-color);
  display: inline-block;
  padding: 50px 50px 60px;
  margin-top: 50px;
}

.banner-awards-icon {
  display: inline-block;
  font-size: 100px;
  color: var(--themeht-text-color);
  margin-bottom: 40px;
}

.banner-award-text {
  font-size: 22px;
  color: var(--themeht-text-color);
  display: flex;
  align-items: center;
}

.banner-award-text span {
  font-family: var(--themeht-typography-secondary-font-family);
  color: var(--themeht-primary-color);
  font-size: 70px;
  font-weight: 700;
  line-height: 0.666667em;
  margin-right: 15px;
}

.banner-anim-img {
  width: 220px;
  margin: 0 auto;
}

.banner-anim-img img {
  animation: ht_animation_spin 6s linear infinite;
}

.banner-one .video-btn-icon>i {
  width: 200px;
  height: 200px;
  line-height: 200px;
  font-size: 80px;
  border-radius: 0;
}

.banner-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}

.spin-anim-img img {
  animation: ht_animation_spin 10s linear infinite;
}

.ht-lg-count {
  color: var(--themeht-white-color);
  font-size: 50px;
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 1.1;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.ht-lg-count span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg,
      var(--themeht-white-color),
      var(--themeht-primary-color));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 160px;
  line-height: 130px;
}

.round-text {
  width: 200px;
  overflow: hidden;
  height: 200px;
  z-index: 9;
  position: relative;
  border-radius: 50%;
  z-index: 5;
}

.round-text text {
  text-transform: uppercase;
  font-size: 13.8px;
  letter-spacing: 1px;
  font-weight: 600;
  fill: var(--themeht-white-color);
}

.round-text .round-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 40s;
  -moz-animation-duration: 40s;
  -ms-animation-duration: 40s;
  -o-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.text-btn-icon {
  font-size: 40px;
  color: var(--themeht-text-color) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--themeht-primary-color);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-btn-icon svg {
  fill: var(--themeht-white-color);
}

a.text-btn-icon:hover {
  background: var(--themeht-primary-color);
}

a.text-btn-icon:hover svg {
  fill: var(--themeht-text-color);
}

.text-center .round-text {
  margin-left: auto;
  margin-right: auto;
}

.text-end .round-text {
  margin-left: auto;
}

.banner-btn .video-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.video-btn-icon {
  position: relative;
  display: inline-block;
  z-index: 9;
}

.video-btn-icon>i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--themeht-primary-color);
  color: var(--themeht-text-color);
  font-size: 30px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.video-large .video-btn-icon>i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
}

.banner-two-heading-first h1 {
  font-size: 150px;
  text-transform: uppercase;
  line-height: 150px;
  font-weight: 700;
}

.banner-two-heading-third h1 {
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  font-style: italic;
  color: var(--themeht-primary-color);
}

.banner-two-heading-second h1 {
  color: var(--themeht-body-bg-color);
  text-shadow: -1px -1px 0 var(--themeht-white-color),
    1px -1px 0 var(--themeht-white-color), -1px 1px 0 var(--themeht-white-color),
    1px 1px 0 var(--themeht-white-color);
  display: inline-block;
  font-weight: 700;
  font-size: 150px;
  text-transform: uppercase;
  line-height: 150px;
  margin-bottom: 0;
}

.banner-two-heading-second {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-two-video {
  border-radius: 100px;
  min-width: 255px;
  height: 115px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.banner-two-video>video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto !important;
  position: absolute;
  inset: -100%;
}

.banner-two-btm {
  margin-top: 80px;
}

.banner2-video .html5-video {
  opacity: 0.5;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.banner-slider .slider-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
}

.banner-content {
  padding: 160px 0;
  position: relative;
  z-index: 9;
  text-align: center;
}

.slider-overlay {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #242d65 70%, #ffffff 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0.7;
  mix-blend-mode: multiply;
}

.banner-slider h6 {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider h2 {
  color: #fff;
  position: relative;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider h1 {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider p {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider .banner-btn {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider .swiper-slide-active h6 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1000ms;
}

.banner-slider .swiper-slide-active h1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}
.banner-slider .swiper-slide-active h2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 2000ms;
}

.banner-slider .swiper-slide-active p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 2000ms;
}

.banner-slider .swiper-slide-active .banner-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 2500ms;
}

.banner-content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--themeht-white-color);
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.banner-slider.swiper .swiper-button-prev {
  left: 40px !important;
}

.banner-slider.swiper .swiper-button-next {
  right: 40px !important;
}

.banner-slider.swiper:hover .swiper-button-prev {
  left: 20px !important;
}

.banner-slider.swiper:hover .swiper-button-next {
  right: 20px !important;
}

.banner-slider.swiper .swiper-button-prev,
.banner-slider.swiper .swiper-button-next {
  opacity: 0;
}

.banner-slider.swiper:hover .swiper-button-prev,
.banner-slider.swiper:hover .swiper-button-next {
  opacity: 1;
}

/* ------------------------
    Error
------------------------*/
.error-path {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: dash 5s linear alternate infinite;
}

.error-path path {
  stroke: var(--themeht-primary-color);
}

.error-path path:nth-child(2) {
  stroke: var(--themeht-primary-color);
}

.error-path path:nth-child(3) {
  stroke: var(--themeht-white-color);
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.list-icon li:last-child {
  margin-bottom: 0;
}

.list-icon li i {
  color: var(--themeht-primary-color);
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  flex-shrink: 0;
}

/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

.marquee-inner {
  display: flex;
  will-change: transform;
  transform: translateX(0);
  animation: marquee 70s linear infinite;
}

.marquee-text {
  position: relative;
  white-space: nowrap;
}

.marquee-text span {
  font-size: 76px;
  line-height: 86px;
  text-transform: uppercase;
  color: var(--themeht-white-color);
  font-weight: 700;
  vertical-align: middle;
}

.marquee-text i {
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  margin: 0 30px;
  color: var(--themeht-primary-color);
  vertical-align: middle;
}

.marquee-text:nth-child(2n + 2) span {
  color: var(--themeht-body-bg-color);
  text-shadow: -1px -1px 0 var(--themeht-white-color),
    1px -1px 0 var(--themeht-white-color), -1px 1px 0 var(--themeht-white-color),
    1px 1px 0 var(--themeht-white-color);
}

.marquee-wrap.style2 .marquee-text span {
  font-size: 30px;
  line-height: 40px;
  text-shadow: none;
  color: var(--themeht-text-color);
}

.marquee-wrap.style2 {
  padding: 10px 0;
  transform: scale(1.1) rotate(4deg);
  background: var(--themeht-white-color);
}

.marquee-wrap.style2 .marquee-inner {
  animation-direction: reverse;
}

.marquee-text i {
  font-size: 24px;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
  margin: 50px 0;
  padding: 50px 0;
  display: table;
  width: 100%;
  border-top: 2px dashed var(--themeht-border-light-color);
  border-bottom: 2px dashed var(--themeht-border-light-color);
}

.countdown>li {
  font-weight: 700;
  text-align: center;
  list-style-type: none;
  display: table-cell;
  width: auto;
  color: var(--themeht-white-color);
}

.countdown>li span {
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
}

.countdown>li p {
  font-size: 20px;
  display: inline-block;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--themeht-primary-color);
}

.coming-soon .subscribe-form {
  margin: 0 auto;
}

/* ------------------------
 Clients Logo
------------------------*/
.marquee-client img {
  margin: 0 30px;
}

.marquee-client .marquee-inner {
  animation: marquee 10s linear infinite;
  padding: 15px 0;
}

.marquee-client .marquee-inner img {
  height: 100px;
  opacity: 1;
  transition-duration: 0.3s;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px 0px #c1c1c1;
}

.marquee-client .marquee-inner img:hover {
  opacity: 1;
}

/* ------------------------
Contact
------------------------*/
.contact-info {
  position: relative;
  flex-direction: row;
  display: flex;
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

.contact-info:last-child {
  margin-bottom: 0;
}

.contact-info i {
  font-size: 30px;
  color: var(--themeht-primary-color);
}

.contact-info h6 {
  font-size: 16px;
  line-height: 1.56;
  color: var(--themeht-body-color);
  margin-bottom: 2px;
}

.contact-info p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--themeht-white-color);
  max-width: 300px;
  margin: 0 auto;
}

.contact-info a {
  color: var(--themeht-white-color);
  font-size: 20px;
  font-weight: 500;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.contact-info a:hover {
  color: var(--themeht-primary-color);
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

label {
  font-size: 14px;
  line-height: 1;
}

.form-control {
  height: 55px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--themeht-text-color);
  background-color: var(--themeht-white-color);
  border: 1px solid var(--themeht-border-light-color);
}

textarea.form-control {
  height: 120px;
  border-radius: 10px;
}

.form-control:focus {
  box-shadow: none;
  background: none;
  border-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 50px !important;
  color: var(--themeht-text-color);
}

iframe {
  width: 100%;
  border: none;
  pointer-events: auto;
}

.iframe-h {
  height: 500px !important;
}

.iframe-h-2 {
  height: 600px !important;
}

.map iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
  -moz-filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
  -ms-filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
  -o-filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
  filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
}

.help-block.with-errors {
  position: absolute;
  color: red;
  right: 15px;
  font-size: 10px;
  line-height: 14px;
}

.form-control::-webkit-input-placeholder {
  color: var(--themeht-text-color);
}

.form-control::-moz-placeholder {
  color: var(--themeht-text-color);
}

.form-control:-ms-input-placeholder {
  color: var(--themeht-text-color);
}

.form-control:-moz-placeholder {
  color: var(--themeht-text-color);
}

/* ------------------------
    Responsive Css
------------------------*/
@media (max-width: 1800px) {
  .hero-lg-text {
    font-size: 350px;
  }
}

@media (max-width: 1599px) {
  .hero-lg-text {
    font-size: 280px;
  }

  .banner-one .video-btn-icon>i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
  }

  .service-item.style-3 .service-title h4 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1599px) {
  .service-item.style-3 .service-title h4 {
    font-size: 50px;
    line-height: 50px;
    padding: 15px 30px;
  }

  .service-image1,
  .service-image2 {
    width: 240px;
  }

  .banner-awards-wrapper {
    padding: 50px;
  }

  .banner-award-wrap {
    padding: 50px 30px;
  }
}

@media (max-width: 1300px) {
  .hero-lg-text {
    font-size: 250px;
  }

  .banner-awards-icon {
    font-size: 80px;
    margin-bottom: 20px;
  }

  .banner-anim-img {
    width: 200px;
  }

  .banner-text h2 {
    font-size: 60px;
    line-height: 70px;
  }

  .banner-award-text {
    font-size: 18px;
    line-height: 20px;
  }

  .explore-more-wrapper img {
    width: 50%;
  }
}

@media (max-width: 1400px) {
  .header-number {
    display: none;
  }

  .service-item.style-1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .banner-one {
    padding: 100px 50px 0px 50px;
  }

  .banner-two-heading-first h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .banner-two-heading-second h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .banner-two-btm {
    margin-top: 60px;
  }

  .clip-section {
    clip-path: inherit;
  }

  .banner-slider h1 {
    line-height: 90px;
    font-size: 80px;
  }

  .banner-content p {
    max-width: 80%;
  }

  .service-list {
    padding: 0;
  }

  .service-item.style-3.active .service-image1,
  .service-item.style-3.active .service-image2 {
    display: none;
  }

  .theme-title.style-2 h2 {
    font-size: 150px;
    line-height: 150px;
  }

  .p-120 {
    padding: 100px 30px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2 {
    font-size: 44px;
    line-height: 54px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 26px;
    line-height: 36px;
  }

  .navbar-nav .nav-item {
    margin: 0;
  }

  .navbar-toggler {
    background: #f8d426;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 4px;
    margin-left: auto;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .ht-toggler svg {
    width: 40px;
    height: 40px;
    display: inline-block;
  }

  .ht-toggler .line {
    fill: none;
    stroke: #003d74;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ht-toggler .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
  }

  .ht-toggler .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
  }

  .ht-toggler .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
  }

  .ht-toggler[aria-expanded="true"] .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
  }

  .ht-toggler[aria-expanded="true"] .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
  }

  .ht-toggler[aria-expanded="true"] .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
  }

  .navbar-collapse {
    background: var(--themeht-white-color);
    max-height: max-content;
    left: 0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }

  .navbar-nav .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    top: 18px;
  }

  .navbar-nav .nav-link {
    padding: 10px 0 !important;
    color: var(--themeht-text-color);
  }

  .navbar-nav .nav-item .nav-link.active,
  .navbar-nav .nav-item .nav-link:focus,
  .navbar-nav .nav-link.show {
    border-bottom: 1px solid var(--themeht-border-light-color);
    color: #003d74;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    color: var(--themeht-text-color);
    display: block;
  }

  .header .themeht-btn {
    margin-left: 20px;
  }

  /*Banner*/
  .logo img {
    max-height: var(--logo-tablet-height);
  }

  .themeht-sidebar {
    margin-top: 80px;
    padding-left: 0;
  }

  .navigation-top {
    justify-content: end;
  }

  .hero-lg-text {
    font-size: 150px;
    margin-bottom: 50px;
  }

  .theme-breadcrumb-box {
    padding: 60px 30px;
  }

  .price-table {
    display: block;
  }

  .price-list {
    margin: 30px 0;
  }

  .service-item.style-4 {
    padding-left: 40px;
    display: block;
  }

  .service-list-item {
    width: auto;
    margin: 20px 0;
  }

  .service-item.style-4::before {
    top: 50px;
    transform: inherit;
  }

  .service-item.style-4 .service-image {
    visibility: visible;
    opacity: 1;
    position: inherit;
    top: inherit;
    right: inherit;
    display: inline-block;
    transform: inherit;
    clip-path: none;
  }

  .header {
    padding: 20px;
  }

  .admin-bar .header {
    top: 45px;
  }

  .bg-parallax {
    background-position: top center !important;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .innre-banner-heaindg {
    text-align: center;
  }

  .inner-banner {
    height: 200px !important;
  }

  .innre-banner-heaindg {
    position: absolute;
    top: 50% !important;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 60px;
    z-index: 10;
  }

  .inner-banner section {
    z-index: -1;
  }

  .header {
    position: relative;
    width: 95%;
    margin: 0 auto;
    z-index: 1000;
  }

  h1 {
    font-size: 60px !important;
    line-height: 70px !important;
  }

  .theme-title.style-1 h2 {
    font-size: 42px !important;
    line-height: 52px !important;
  }

  .theme-title p {
    font-size: 16px;
  }

  .page-title h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    display: block;
  }

  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    padding-right: 0;
  }

  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }

  .header-btn,
  .header-cart-inner {
    display: none;
  }

  .navigation-top {
    margin-right: 0;
  }

  blockquote,
  .wp-block-quote.is-style-large {
    padding: 30px !important;
    font-size: 18px;
    line-height: 28px;
  }

  blockquote:after {
    bottom: 20px;
    right: 20px;
    font-size: 50px;
  }

  .contact-info p,
  .contact-info a {
    max-width: inherit;
  }

  .ht-navigation {
    justify-content: space-between;
  }

  .hero-lg-text {
    font-size: 160px !important;
    line-height: 0.9em !important;
  }

  .banner-text h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-right-wrapper {
    display: block;
    margin-top: 50px;
  }

  .banner-anim-img {
    width: 150px;
  }

  .banner-award-wrap {
    padding: 30px;
    margin-top: 30px;
  }

  .banner-awards-wrapper {
    padding: 30px;
  }

  .banner-award-text span {
    font-size: 50px;
  }

  .banner-two-heading-second {
    display: block;
  }

  .banner-two-video {
    border-radius: 20px;
    min-width: auto;
    height: 115px;
    margin-bottom: 10px;
  }

  .banner-two-btm {
    margin-top: 30px;
  }

  .banner-content {
    padding: 100px 0;
  }

  .header .themeht-btn {
    display: none;
  }

  .header {
    padding: 10px;
  }

  .page-title-bg {
    position: inherit;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    right: inherit;
  }

  .theme-breadcrumb-box {
    padding: 40px 20px;
  }

  .explore-more-wrapper {
    display: block;
  }

  .theme-title.style-2 h6 {
    padding-left: 100px;
  }

  .theme-title.style-2 h6:before {
    width: 90px;
  }

  .service-item.style-3 .service-title h4 {
    font-size: 32px;
    line-height: 42px;
  }

  .award-items {
    display: block;
  }

  .award-title {
    width: 100%;
  }

  .theme-title.style-2 h2 {
    font-size: 80px;
    line-height: 80px;
  }

  .service-item.style-4 .service-title h4 {
    font-size: 40px;
  }

  .service-list-item li {
    width: 100%;
  }

  .resourcesWrap {
    flex-direction: column;
  }

  .resourcesBox {
    max-width: inherit;
  }

  .bookFormWrap {
    margin-top: 20px;
    padding: 10px;
  }

  .leftTxt {
    display: none !important;
  }

  section {
    padding: 60px 0;
    position: relative;
  }
}

@media (max-width: 576px) {

  h1,
  .h1 {
    font-size: 42px !important;
    line-height: 52px !important;
  }

  .theme-title.style-1 h2 {
    font-size: 34px !important;
    line-height: 44px !important;
  }
}


/* ...........inner-pages-start........ */




#title {
  position: fixed;
  top: 10px;
  left: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  z-index: 100;
  color: #fff;
}

.inner-pages-about-us {
  padding: 70px 0px;
  padding-bottom: 20px !important;
}

.our-vission {
  padding: 40px 0px !important;
}

.story-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
}

.story-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #14365d;
  text-align: center;
}

.story-block {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border-left: 5px solid #14365d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.story-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.story-block h3 {
  font-size: 27px;
  margin-bottom: 10px;
  color: #f2d028;
  font-weight: 700;
}

.story-block p {
  font-size: 18px;
  line-height: 1.6;
  color: black;
}

@media (max-width: 768px) {
  .story-section {
    padding: 30px 15px;
  }

  .story-block h3 {
    font-size: 1.2rem;
  }

  .story-block p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .story-block {
    padding: 20px;
  }

  .story-section h2 {
    font-size: 1.7rem;
  }
}

.values-section {
  max-width: 1200px;
  margin: auto;
}

.values-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #14365d;
  font-weight: 900;
}

.values-section p.subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1.05rem;
  color: #555;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  border-left: 6px solid #14365d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.card h3 {
  margin-top: 0;
  font-size: 22px;
  color: #1c4a77;
  font-weight: 900;
  margin-bottom: 0px;
}

.card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

/* Animation class */
.show {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 480px) {
  .values-section h2 {
    font-size: 2rem;
  }

  .card {
    padding: 20px;
  }
}

.main-value-setion {
  background: #f5f5f587;
  padding: 50px 0px;
}

.service-icon {
  font-size: 1.6rem;
  margin-right: 8px;
  vertical-align: middle;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  border-radius: 1rem;
  background: #F2D028;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.highlight-box {
  background: linear-gradient(135deg, #e6f0ff, #ffffff);
  box-shadow: 0 5px 15px rgba(0, 64, 128, 0.1);
  border-left: 5px solid #007bff;
}

.card h5 {
  font-weight: 600;
  color: #004080;
}

.highlight-box h4 {
  font-weight: bold;
  color: #002952;
}

.highlight-box ul li {
  margin-bottom: 0.5rem;
}

.text-center p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #333;
}

.inner-banner {
  overflow: hidden;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.team-section {
  background-color: #f7f9fc;
  padding: 60px 0;
}

.team-title {
  text-align: center;
  margin-bottom: 50px;
}

.team-title h2 {
  font-weight: 700;
  color: #00274d;
}

.team-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.team-card h5 {
  font-weight: 600;
  margin-top: 15px;
  color: #003366;
}

.team-card p {
  font-size: 0.95rem;
  color: #555;
  margin-top: 10px;
}

.lead-bio {
  margin: 0 auto 40px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  background: #fff;
  padding: 25px 30px;
  border-left: 5px solid #007bff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 64, 128, 0.05);
}

.logo-box {
  background-color: #f8f9fa;
  padding: 15px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.logo-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.logo-box img {
  max-height: 60px;
  object-fit: contain;
}

.logo-box {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 12px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.logo-box img {
  max-height: 50px;
  object-fit: contain;
}

.logo-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.resource-card {
  background: #f9f9f9;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.resource-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.resource-card .icon {
  font-size: 36px;


}

.resource-card h5 {
  font-weight: 600;
  color: #242d65;
}

.social-btn {
  font-size: 2rem;
  color: #333;
  padding: 10px;
  display: inline-block;
  transition: all 0.3s ease;
}

.social-btn:hover {
  color: #007bff;
  transform: scale(1.2);
}

.contact-section {
  padding: 50px 15px;
  background: #ffffff;
}

.contact-card {
  background: #f2d028;
  border-radius: 15px;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e0e0e0;
}

.shadow-box {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.contact-card h4,
.contact-card h5 {
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.contact-card i {
  position: absolute;
  left: 0;
  color: #007bff;
  font-size: 1.2rem;
  top: 2px;
}

.contact-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .contact-card {
    padding: 20px;
  }
}

/* Section background overlay */
#ft-contact-page {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 0;
}

#ft-contact-page::before {
  content: "";
  background-color: rgb(215 215 215 / 12%);
  /* dark overlay for readability */
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ft-contact-page-content {
  position: relative;
  z-index: 1;
}

.ft-contact-page-form-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.ft-contact-page-form-wrapper h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
}

/* Input field style */
.cs_form_field {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.cs_form_field:focus {
  border-color: #242d65;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(7, 150, 73, 0.2);
  outline: none;
}

/* Submit Button */
.Submit-box {
  background-color: #003d74;
  color: #fff;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  width: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
}

.Submit-box:hover {
  background-color: #F2D028;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(7, 150, 73, 0.3);
}

/* Google reCAPTCHA sizing */
.recaptcha-size {
  margin: 20px 0;
  transform: scale(1);
  transform-origin: 0 0;
}

/* Responsive padding */
@media (max-width: 767px) {
  .ft-contact-page-form-wrapper {
    padding: 25px;
  }

  .Submit-box {
    font-size: 14px;
    padding: 12px;
  }
}

#ft-contact-page {
  position: relative;
  padding: 80px 0;
  color: #fff;
}


#ft-contact-page .z-1 {
  position: relative;
  z-index: 1;
}

.contact-info-box {
  background-color: #ffffff;
  color: #333;
  border-radius: 10px;
}

.contact-info-box h4 {
  color: #242d65;

}

.contact-info-box a {
  text-decoration: none;
  color: #222;
}

.contact-info-box a:hover {
  color: #242d65;
}

/* ================================
   intl-tel-input Style
================================ */
.iti__country {
  color: #000 !important;
}

.mobile-input {
  margin-bottom: 20px !important;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  /* height: 100%; */
  padding: 18px 6px !important;
}

.mobile-input {
  margin-bottom: 20px !important;
  padding: 14px 95px !important;
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 69px;
  margin-left: 0;
  border: 1px solid #cccccc !important;
}

.intl-tel-input {
  width: 100%;
}

.intl-tel-input .selected-flag {
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 10px;
}

.intl-tel-input input[type="tel"] {
  border-radius: 0 6px 6px 0;
  padding: 10px 12px;
  font-size: 15px;
  width: 100%;
  border: 1px solid #cccccc !important;
}

.iti__selected-dial-code {
  color: #000;
}

.iti--allow-dropdown {
  width: 100% !important;
}

.innre-banner-heaindg {
  position: absolute;
  top: 58%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 60px;
  z-index: 10;
}

.price-left img {
  width: 64px;
}

.service-box h5 {
  color: #17005c;
  font-size: 23px;
  font-weight: 900;
  line-height: 31px;
}



/* counter..... */
.py-lg-5 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.intro-panle2 {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background: #f0f0f000;
}

.counter-list-hm {
  width: 100% !important;
  list-style: none;
}

.counter-list-hm li {
  padding: 0px 20px;
  position: relative;
  width: 100%;
  text-align: center;
}

.counter-list-hm li:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  right: 0px;
  background: #cccccc61;
  width: 1px;
}

.counter-list-hm li:last-child:before {
  display: none
}

.counter-list-hm .count {
  font-size: 43px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
}

.counter-list-hm h4 {
  font-size: 20px;
  font-weight: normal !important;
  color: #ffffff;
}

.counter-list-hm .loading-img-sm {
  display: table;
  margin: 0 auto;
}

.counter-section {
  position: relative;
  background: #003d74 url(../images/pattern.png);
  padding: 0;
}

.icon_wrapper img {
  width: 70px;
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
}

.icon-sticker {
  font-size: 38px;
  color: #003d74;
}


/* Header */
.large-header {
  position: relative;
  width: 100%;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

#large-header {
  background-color: #242d65;
}

.main-title {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #f9f1e9;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.demo-1 .main-title {
  text-transform: uppercase;
  font-size: 4.2em;
  letter-spacing: 0.1em;
}

.main-title .thin {
  font-weight: 200;
}

@media only screen and (max-width : 768px) {
  .demo-1 .main-title {
    font-size: 3em;
  }
}

@import 'flag-icon-css/css/flag-icons.min.css';

.country-list {
  list-style: none;
  padding: 0;
}

.country-list li {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.flag-icon {
  margin-right: 10px;
  width: 24px;
  height: 18px;
}

/* Container spacing */
.flag-grid {
  padding: 40px 0;
}

/* Flag image styling */
.flag-grid .col-md-2 img {
  height: 90px;
  width: auto;
  /* Maintain aspect ratio */
  object-fit: contain;
  display: inline-block;
}

/* Hover effect */
.flag-grid .col-md-2:hover img {
  transform: scale(1.1);
}

/* Country name under flag */
.flag-grid .col-md-2 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* Center text */
.flag-grid .col-md-2 {
  text-align: center;
}

.partners-section {
  padding: 60px 20px;
  padding-bottom: 0px;
  text-align: center;
}

.section-title {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
}

.section-description,
.section-cta {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 30px;
}

.section-cta a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.partner-card {
  background: white;
  border: 1px solid #ddd;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-weight: 500;
  color: #222;
  transition: transform 0.2s ease;
  min-width: 250px;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.style-10 {
  align-items: start !important;
}

.style-10 .featured-icon {
  margin-top: 10px;
}

.serviceSlider {
  color: #003d74 !important;
}

.leftTxt i {
  margin-right: 5px;
}

.ft-contact-page-form-wrapper h3 {
  color: #003d74 !important;
}

.abcde-process {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.section-title {
  font-size: 2.5rem;
  color: #0E384C;
  margin-bottom: 40px;
  font-weight: 700;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.step {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 30px;
  max-width: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.step-icon {
  background-color: #f2d028;
  color: #003d74;
  font-size: 2rem;
  font-weight: bold;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0E384C;
  margin-bottom: 10px;
}

.step-desc {
  font-size: 0.95rem;
  color: #527282;
  line-height: 1.5;
}

.step {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.step:nth-child(1) {
  animation-delay: 0.2s;
}

.step:nth-child(2) {
  animation-delay: 0.4s;
}

.step:nth-child(3) {
  animation-delay: 0.6s;
}

.step:nth-child(4) {
  animation-delay: 0.8s;
}

.step:nth-child(5) {
  animation-delay: 1s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-image img {
  width: 100%;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #003d74;
  /* LinkedIn Blue */
  color: #fff;
  transform: scale(1.1);
}

.social-icons a:hover i {
  color: #fff;
}


.btn-outline-primary {
  background-color: #003d74 !important;
  color: #fff;
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.btn-outline-primary:hover {
  background-color: #002f5c !important;
  /* Slightly darker on hover */
  color: #fff;
}

.card h5 {
  font-size: 20px;
}

.btn-custom {
  background-color: #003d74;
  color: #fff;
  border-radius: 30px;
  padding: 8px 24px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-custom:hover {
  background-color: #002c5a;
  transform: scale(1.05);
}

.study-country-box {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px 15px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  font-weight: 500;
  font-size: 16px;
  color: #003d74;
  cursor: pointer;
  height: 100%;
}

.study-country-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 61, 116, 0.15);
  background-color: #f4f9ff;
}

.study-country-box i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

.modal-body h5 {
  color: #003d74;
  font-weight: 700;
}

.close-btn-icon {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 2px 6px;
  transition: background 0.3s ease;
}

/* Hover effect for close icon */
.apply-now-btn:hover .close-btn-icon {
  background: rgba(255, 255, 255, 0.4);
}

.btn-custom:hover {
  color: #fff;
}

#partners {
  padding-bottom: 0px !important;
}

#phoneInput {
  color: #000;
}

.partners-section .info-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border-left: 5px solid #003d74;
  transition: transform 0.3s ease;
}

.partners-section .info-box:hover {
  transform: translateY(-5px);
}

.styled-list {
  padding-left: 16px;
  list-style: none;
}

.styled-list li::before {
  content: "✔";
  color: #003d74;
  margin-right: 8px;
}

.coming-soon {
  font-style: italic;
  opacity: 0.7;
}

.cta-box {
  background-color: #eff6fd;
  border-left: 5px solid #003d74;
  border-radius: 10px;
}

.partner-cta {
  background-color: #003d74 !important;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.partner-cta a:hover {
  color: #ffc107;
  /* Optional hover effect */
}
.partner-cta h4{
  color: #fff;
}

.service-box h5 a{
  color: #003d74;
}

.blinking-vibrate-round-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #003d74;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  z-index: 9999;
  text-decoration: none;
  animation: blinkRing 2s infinite ease-in-out, vibrate 0.2s infinite;
  box-shadow: 0 0 10px rgba(0, 61, 116, 0.4);
  transition: background-color 0.3s ease;
}

.blinking-vibrate-round-btn:hover {
  background-color: #005bb5;
  color: #fff;
}

/* Blinking ripple effect */
.blinking-vibrate-round-btn::before,
.blinking-vibrate-round-btn::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 61, 116, 0.25);
  animation: pulseRing 2s infinite;
  z-index: -1;
}

.blinking-vibrate-round-btn::after {
  animation-delay: 1s;
}

/* Ring pulse */
@keyframes pulseRing {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.6;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.2;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

/* Blink glow */
@keyframes blinkRing {

  0%,
  100% {
    box-shadow: 0 0 12px rgba(0, 61, 116, 0.3);
  }

  50% {
    box-shadow: 0 0 25px rgba(0, 61, 116, 0.8);
  }
}

/* Slight vibration */
@keyframes vibrate {
  0% {
    transform: translate(0);
  }

  25% {
    transform: translate(1px, -1px);
  }

  50% {
    transform: translate(-1px, 1px);
  }

  75% {
    transform: translate(1px, 1px);
  }

  100% {
    transform: translate(-1px, -1px);
  }
}

.social-icon.facebook {
  background-color: transparent !important;
  /* Facebook blue */
}

.social-icon.linkedin {
  background-color: transparent !important;
  /* LinkedIn blue */
}
.admission-tab {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  background-color: #153E79;
  /* Blue background */
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  writing-mode: vertical-rl;
  /* Vertical text */
  text-orientation: mixed;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  animation: blinkColors 1.5s infinite alternate;
}

/* Hover effect overrides animation */
.admission-tab:hover {
  animation: none;
  background-color: #FFD22E;
  /* Yellow from logo */
  color: #153E79;
}

/* Blinking color animation */
@keyframes blinkColors {
  0% {
    background-color: #153E79;
    /* Blue */
    color: #fff;
  }

  50% {
    background-color: #FFD22E;
    /* Yellow */
    color: #153E79;
  }

  100% {
    background-color: #153E79;
    /* Blue */
    color: #fff;
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .admission-tab {
    font-size: 12px;
    padding: 8px 10px;
  }
}

@media (max-width: 480px) {
  .admission-tab {
    font-size: 11px;
    padding: 6px 8px;
  }
}

/* Zoom in & out effect for slider images */
.slider-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  animation: zoomEffect 12s ease-in-out infinite;
  transition: transform 1s ease-in-out;
  overflow: hidden;
}

/* Zoom in/out keyframes */
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
    /* Zoom in */
  }

  70% {
    transform: scale(1.2);
    /* Back to normal */
  }
     70% {
       transform: scale(1);
       /* Back to normal */
     }
}
.banner-three{
  overflow: hidden !important;
}

.responsive-heading {
  font-size: 45px !important;
  line-height: 55px !important;
  margin-bottom: 20px !important;
  font-weight: bold;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .responsive-heading {
    font-size: 28px !important;
    line-height: 38px !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 480px) {
  .responsive-heading {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 12px !important;
  }
}

.custom-font-size{
  font-size: 80px;
}


.leftTxt p i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f8d426;
  padding: 5px;
  transition: 0.5s;
  color: #003d74;
}