/* FONT IMPORT */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


@font-face {
  font-family: 'blackmenfree';
  src: url('../fonts/BebasKai.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #0b0a08;
  --primary: #25344c;
  --secondary: #26a9e0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  background: #f7f9f8;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;

}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: var(--black);
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h1,
h2 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.img {
  perspective: none;
  overflow: hidden;
  transform-style: preserve-3d;
}

.img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  display: block;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background-color: var(--secondary);
  font-size: 1.125rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  line-height: normal;
  border-radius: 40px;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

/* new-header-design */
.mainHeader {

  background: var(--primary);
}

.color-1 {
  color: #2c9dfc
}

.mainHeader .navbar {
  padding: 0 11rem 0px 0px !important;
}

header .logo-design {
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
  background: white;
}

.logo-design img {
  padding: 10px 7rem;
}

header .logo-line-1::before {
  content: "";
  background: #2c9dfc;
  height: 110%;
  width: 10px;
  top: -12px;
  position: absolute;
  right: 28px;
  transform: rotate(17deg);
}

header .logo-line-1::after {
  content: "";
  background: #26a9e0;
  height: 116%;
  width: 24px;
  top: -14px;
  position: absolute;
  right: 13px;
  transform: rotate(17deg);
}

.mainHeader .navbar-nav {
  gap: 4rem
}

.mainHeader .navbar-nav .nav-item .nav-link {

  font-size: 17px;
  font-weight: 400;
  color: white;
  position: relative;
}

/* Show dropdown on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Optional: prevent dropdown from disappearing instantly */
.dropdown-menu {
  transition: all 0.5s ease;
}



.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  outline: unset !important;
}

/* end */

.mouse {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  text-align: center;
}

/* mouse animation css  */

/* navigation css */

.navbar-nav {
  align-items: center;
  justify-content: space-between;
  gap: 57px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}


.an-navbar {
  background: var(--theme-color);
  padding: 1.35rem 0;
}

/* navbar-new-design */
.navbar-brand {
  padding: 10px 0px;
}

.logo-line-1 {
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);

  position: relative;
}

.logo-line-1:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 175px;
  background: #082d4f;
  right: 26px;
  transform: rotate(20deg);
  top: -6px;
}

.logo-line-2 {
  position: relative;
}

.logo-line-2:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 162px;
  background: #2c9dfc;
  right: 34px;
  transform: rotate(20deg);
  top: -6px;
}

.navbar-nav .nav-link:hover {
  color: var(--secondary) !important
}

/* Active Tab Styling */
.navbar-nav .nav-link.active {
  color: var(--secondary) !important;
  /* padding: 0; */

}

.navbar-nav .nav-item:has(.nav-link.active) {
  color: var(--secondary);
  /* Bullet color changes */
}

.navbar-nav .nav-link.active::before {
  width: 100%;
}

.navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--secondary);
  bottom: -5px;
  transition: 0.2s ease;
}

.navbar-nav .nav-link:hover:before {
  width: 100%;

}

.call-us-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #313131;
  font-size: 16px;
  padding-left: 5.2rem;
}

@keyframes call-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(38 169 224 / 47%);
  }

  100% {
    box-shadow: 0 0 0 9px rgb(38 169 224 / 29%);
  }
}

.call-icon {
  background: var(--secondary);
  color: var(--black);
  border-radius: 50%;
  font-size: 18px;
  margin-right: 17px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  animation: call-animation 2s infinite;

}

.call-icon figure img {
  width: 25px;
  height: auto;
}

.call-text {
  display: flex;
  flex-direction: column;
  color: var(--black);

  padding-left: 0.9rem;
  line-height: 1.3;
}

.call-text span:first-child {
  font-size: 18px;
  color: var(--secondary);
}

.call-text span:last-child {
  color: var(--black);
  font-size: 25px;
}

.head-btn {
  display: flex;
}

.head-btn .themeBtn {
  font-size: 1.125rem;
  padding: 0.8rem 2.7rem;
  margin-left: 2.4rem;
  border-radius: 33px;
}

.head-btn .call-text {


  padding-left: 0;


}

.head-btn span:first-child {
  color: var(--white);
  font-size: 18px;
}

.head-btn .call-text span:last-child {
  color: var(--white);
  font-size: 22px;
}

/* !NAV HEADER CSS */

/* * MAIN HERO SLIDER CSS */
*/ .mainSlider {
  height: 100vh;
  position: relative;
  z-index: 1;
  padding: 0;

}

.mainSlider .quote-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 400;
}

.mainSlider .btn-group {
  gap: 1rem;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slideContent {
  text-align: left;
  /* position: relative; */
  /* top: -91px; */
}

/* new-slide-pagination-css */
.homeSlider .swiper-pagination {
  position: absolute;
  top: 41%;
  right: 75px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 10;
  width: fit-content;
  height: fit-content;
  left: 94% !important;
}

/* Bullet = Number */
.homeSlider .swiper-pagination-bullet {
  position: relative;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
  right: -42px;
  cursor: pointer;
  transition: all 0.3s ease;


}

/* Active Number */
.homeSlider .swiper-pagination-bullet-active {
  color: var(--white);
  opacity: 1;
  font-weight: 600;
  transition: all 0.3s ease;
  right: 0 !important;
}

/* .homeSlider .swiper-pagination-bullet::after .bullet-number {
    top: 0px;
    position: relative;
    left: 0px;
} */
/* Horizontal line beside active number */
.homeSlider .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 125%;
  left: 18px;
  transform: translateY(-50%);
  width: 100px !important;
  height: 3px;
  background-color: var(--white);

}

.homeSlider .swiper-pagination-bullet-active .bullet-number {

  position: relative;
  top: -13px;
  left: 18px;

}

.homeSlider .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 125%;
  left: 18px;
  transform: translateY(-50%);
  width: 50px;
  height: 3px;
  background-color: var(--white);


}

.arrow {
  animation: upDown 1.5s ease-in-out infinite;
  position: absolute;
  left: 0;
  right: 4%;
  margin: auto;
  bottom: 15%;
  text-align: center;
  width: fit-content;
  height: fit-content;
  z-index: 0;
}

.arrow i {
  height: 6.25rem;
  width: 4rem;
  display: grid;
  place-items: center;
  margin: auto;
  background-color: rgb(217 217 217 / 34%);
  border-radius: 30px;
  color: var(--white);
  font-size: 1.285rem;
  border: 2px solid var(--white);
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
    /* neeche */
  }

  100% {
    transform: translateY(0);
    /* wapas upar */
  }
}

/* end */



.mainSlider h1 {
  font-size: 4.2rem;
  color: white;
  line-height: 1;
  margin: 0;
  letter-spacing: 5px;
}

.mainSlider .slideContent {
  background: rgb(38 169 224 / 65%);
  padding: 3.8rem 2.3rem;
  position: relative;
}

.mainSlider .slideContent::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--secondary);
  top: -28px;
  left: -29px;
}

.mainSlider .slideContent::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: var(--secondary);
  top: -23px;
  left: -29px;
}

.mainSlider h1 span {
  font-size: 2.2rem;
  letter-spacing: 1.6px;
  text-transform: capitalize;
}



.main-slide-btn {
  padding-top: 1rem;
}

.main-slide-btn .themeBtn {
  font-size: 1rem;
  background: var(--primary);
  color: var(--white);
  text-transform: none !important;
  font-weight: 300;
  padding: 1rem 2rem;
  /* font-style: italic; */
  letter-spacing: 1.1px;
  border-radius: 30px;
  font-weight: 500;
}

.main-slide-btn .extra-btn {
  background: #003297 !important;
  margin-left: 1.9rem;
}

/* slide-social-icon */
.header_links {
  position: relative;
  z-index: 11;

  bottom: -101%;
  left: 0;
  right: 0;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  align-items: center;
}

.header_links li:first-child {
  /* writing-mode: sideways-rl; */
  color: #fff;
  font-size: 17px;
  font-style: italic;
  margin: 0 5px 16px 12px;
}

ul.header_links li a {
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
}

ul.header_links li a:hover {
  color: #fff;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--secondary);
  transition: all 0.3s ease;
}

ul.header_links li {
  line-height: 1;
  margin-bottom: 20px;
}

.headingOne {
  font-size: 1.75rem;
  color: var(--white);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  margin: 0 0 1rem;
}

/* !MAIN HERO SLIDER CSS */

/* Drop-Down Css Start */

/* .navbar .nav-item.drop-down {
  position: relative;
  z-index: 1;
}

.quicklist li a:hover {
  color: var(--white);
}

.navbar .drop-down>a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  padding-left: 0.625rem;
  color: var(--primary);
}

.navbar .drop-down ul {
  display: block;
  position: absolute;
  left: 0.875rem;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: 0.3s;
}

.navbar .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .drop-down li {
  min-width: 200px;
  position: relative;
  list-style: none;
}

.navbar .drop-down ul a {
  padding: 6px 1.0625rem;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: none;
  color: #151515;
  display: block;
  text-transform: uppercase;
}

.navbar .drop-down ul a:hover {
  background: var(--primary);
  color: var(--white);
} */

/* Drop-Down Css End  */
.about-section {
  background: url(../images/about-map.png) no-repeat;
  background-position: center;
}

.about-section .about-content {
  padding-left: 2.9rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-right: 5rem;
}

.about-section .about-content span {
  font-size: 1.5rem;
}

.about-section .about-content h2 {
  font-size: 3.4rem;
  color: var(--black);
  text-transform: capitalize !important;
}

.about-section .about-content .sign-plus {
  position: absolute;
  right: -39%;
  top: 51%;
  z-index: -1;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0px 15px 0px;

}

.top-bar .call-us-btn {

  padding-left: 1rem;
}

.about-img {
  position: relative;
  z-index: 1;
}

.about-img span {
  position: absolute;
  font-family: "blackmenfree", sans-serif;
  font-size: 2.2rem;
  left: -120px;
  transform: rotate(-90deg);
  top: 47%;
  color: white;
  background: var(--primary);
  padding: 10px 36px;
  border-radius: 67px 67px 0 0;
  z-index: -1;
}

.top-bar .call-us-btn .call-icon {
  background: var(--primary);
  animation: call-about 2s infinite;
}

@keyframes call-about {
  0% {
    box-shadow: 0 0 0 0px rgb(37 52 76 / 70%);
  }

  100% {
    box-shadow: 0 0 0 9px rgb(37 52 76 / 28%);
  }
}



/* ------- */
/* .section-program .swiper-slide:nth-child(even) {
  margin-top: 70px
} */

.section-program .swiper-slide:nth-child(even) {
  margin-top: 70px
}


/* section-program */

.section-program {
  /* background: url(../images/programs-banner.png) no-repeat; */
  position: relative;
}

.section-program h2 {
  text-align: center;
  font-size: 4.7rem;
  color: var(--black);
}

.section-program .head-plus-para p {
  text-align: center;
  color: var(--black);
  padding-bottom: 2rem;
}

.section-program .container-fluid {
  padding-left: 0 !important;
}

.program-box {
  position: relative;
}

.program-box .content {
  padding: 11px 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(3deg, rgb(38 169 224 / 95%) 1%, rgb(255 255 255 / 0%) 45%);
  padding: 3rem;
}

.program-box .content h3 {
  font-size: 1.6rem;

  color: #fff;
  text-transform: capitalize;
}

.arrow-btn span {
  margin-left: 16px;
  font-size: 11px;
  width: 30px !important;
  height: 30px;
  background: hsl(0deg 0% 0% / 44%);
  border-radius: 50%;
  /* display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-btn {
  display: flex;
  align-items: center;
  color: white;
  transition: 0.5s ease-in;
}

.arrow-btn:hover {
  color: #dfdada;
}

.program-box .content p {
  color: #dfdada;
  padding-bottom: 0.5rem;
}

.section-program .programSlider .swiper-slide {
  padding: 1.5rem;
}

.section-program .themeBtn {
  background: #0195aa;
}


.section-program .shap-line {
  position: absolute;
  bottom: -114px;
  z-index: 1;
}

.section-program .swiper-slide.swiper-slide-active {
  position: relative;
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
  margin-top: 0 !important;
}

.section-program .swiper-slide.swiper-slide-active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background: var(--secondary);
  border-radius: 10px;
}

.section-program .swiper-slide.swiper-slide-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  transform: translateX(-50%);
  width: 3px;
  height: 50%;
  background: var(--secondary);
  border-radius: 10px;
}


/* ---- */
.section-choose {
  position: relative;
  background: url(../images/choose-us-bg.png) no-repeat;
  margin-top: 16rem;
}

.text-overlay {
  position: absolute;
  width: 100%;
  top: -28%;


  z-index: -0;
}

.text-overlay h2 {
  font-size: 22rem;
  color: #26a9e00f;
  font-family: "blackmenfree", sans-serif;
  text-align: center;
  letter-spacing: 4px;
}

.text-overlay figure {
  position: absolute;
  top: 0;
  left: 3.5%;
  right: 0;
  margin: auto;
  width: 100%;
}


.section-choose .why-content {
  padding: 7rem 0 3rem 0;
  text-align: center;
}

.section-choose .why-content h2 {
  font-size: 4.4rem;
  color: var(--white);
}

.section-choose .why-content p {
  font-size: 20px;
  color: var(--white);
}

.section-choose .why-sub-content h3 {
  font-size: 2.1rem;
  color: var(--white);
  padding-bottom: 1rem;
}

.section-choose .why-sub-content p {
  padding-bottom: 1rem;
  color: var(--white);
  font-size: 16px;
}


/* --------- */
.section-operation .top-bar {
  justify-content: start;
}

.section-operation h2 {
  font-size: 3.8rem;
  padding-bottom: 0.3rem;
}

.section-operation .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oper-arrow {
  position: relative;
}

.oper-arrow::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #e9eced;
  top: -13px;
  right: -16px;
  z-index: -1;
}




/* testimonial-section */
.testimonial-section {
  background: url(../images/transparent-dot.png) no-repeat;
  /* background-color: #fffbea; */
  background-position: center;
  background-position-y: 0;
}

.testimonial-section h2 {
  font-size: 6.7rem;
  text-align: center;
  line-height: 1.1;
}

.testimonial-section p {
  font-size: 1rem;
  text-align: center;
  color: #000;
  padding: 1rem 4.5rem;
}

.testimonial-slide {
  padding: 2.3rem 0;
}

.testimonial-slide .swiper-slide h4 {
  padding: 1rem;
  font-size: 1.5rem;
}

.testimonial-slide .swiper-slide span i {
  color: #ffc82f;
}

.testimonial-slide .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-slide .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  user-select: none;
  padding: 0;
  top: 94% !important;
}


.testimonial-slide .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #bbb;
  border-radius: 2px;
  opacity: 0.6;
  transition: all 0.3s ease;
  cursor: pointer;
}


.testimonial-slide .swiper-pagination-bullet-active {
  width: 50px;
  height: 6px;
  background: var(--secondary);
  opacity: 1;
  border-radius: 3px;
}

.testimonial-section.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -3px) !important;
  left: 0;
}



.display-images-left {
  position: relative;
}


.display-images-left figure {
  position: absolute;
}

.display-images-left figure:nth-of-type(1) {
  top: 91px;
}

.display-images-left figure:nth-of-type(2) {
  top: 233px;
  right: 0;
}

.display-images-left figure:nth-of-type(3) {
  top: 420px;
}

.display-images-left figure:nth-of-type(4) {
  top: 408px;
  right: 0;
}


.display-images-right {
  position: relative;
}

.display-images-right figure {
  position: absolute;
}

.display-images-right figure:nth-of-type(1) {
  top: 129px;
  right: 101px;
}

.display-images-right figure:nth-of-type(2) {
  top: 397px;
  right: 42px;
}

.display-images-right figure:nth-of-type(3) {
  top: 257px;

}

.display-images-right figure:nth-of-type(4) {
  top: 273px;
  right: 0px;
}

/* ------------ */
.section-news h2 {
  font-size: 3.5rem;
  padding-bottom: 2.1rem;

}

.section-news .card-body {

  padding: 0.45rem;
}

.section-news .media {
  font-family: "Oswald", sans-serif;
  padding-right: 2rem;
  display: flex;
  place-items: center;
}

.section-news .media img {
  height: 100px;
}

.section-news .media .text-muted {
  font-size: 1.2rem;
}

.section-news .media h6 {
  font-size: 1.2rem;
  padding-bottom: 1rem;
}

.section-news .media-body {
  padding-left: 1rem;
}

.news-card img {
  /* height: 200px; */
  object-fit: cover;
}

.news-card {
  margin: 0 1rem;
  box-shadow: 1px 2px 17px #f5f2f2fa;
  display: block;
}

.news-card h6 {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
}

.news-card h5 {
  font-size: 1.7rem;
  font-family: "Oswald", sans-serif;
}

.news-card .card-mang .text-muted {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
}

.news-card .card-mang {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  justify-content: space-between;
  color: #6c757d;
}

.badge-date {
  position: absolute;
  background: #2ea9ff;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  top: 10px;
  left: 10px;
}

.content-blog h3 {
  padding: 1rem 0;
}

/* h1, h2, * {
    text-transform: none !important;
} */
/* * contact-form */
.contact-sec {
  padding: 0rem 0 8rem;
  /* background: url(../images/contact-f-bottom.png) no-repeat ;
  background-position: center; */
  margin-bottom: -2rem;
  z-index: 0;
  position: relative;
}



.contact-sec .sec-heading {
  padding: 3rem 0 0;
}


.contact-sec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 124%;
  z-index: -3;
  background: url(../images/contact-f-bottom.png) no-repeat;
  left: 0;
  top: -22%;
}

section.contact-sec .mainHead {
  text-align: center;
  margin-bottom: 0.875rem;
  font-size: 4.9rem;
  color: var(---heading);
  font-weight: 500;
}

form.contact-form .form-control {
  height: 3.7rem;
  outline: unset;
  box-shadow: unset;
  background-color: #ffffff;
  border: unset;
  border-radius: 10px;
  color: #100f0f !important;
  font-weight: 500;
  border: 1px solid #bbb7b7d9;

}

/* form.contact-form select {

    color: #100f0fab !important;
  
} */
form.contact-form .form-control::placeholder {
  color: #242424dc;
}

form.contact-form textarea.form-control {
  height: 130px;
}

form.contact-form button {
  border: unset;
  text-align: center;
  /*width: 240px;*/
  margin: auto;
  display: block;
  margin-top: 1.75rem;
  padding: 0.8rem 3.1rem;
}


/* inner-section */
.inner-padding-right {
  padding-right: 4rem;
}

.inner-banner {
  background-size: cover;
  background-position: center;
  padding: 15rem 0;
}

.inner-banner-content h1 {
  font-size: 78px;
  font-weight: 500;
  color: var(--white);
  /* text-transform: capitalize; */
}

.about-banner {
  background-image: url(../images/about-banner.png);
}

.services-banner {
  background-image: url(../images/services-banner.png);
}

.blog-banner {
  background-image: url(../images/blog-banner.png);

}

.contact-us-banner {
  background-image: url(../images/contact-us-banner.png);

}

.blg-open-1,
.blg-open-2,
.blg-open-3,
.blg-open-4,
.blg-open-5,
.blg-open-6 {
  background-size: cover;
  padding: 18rem 0;
}

.blg-open-1 {
  background: url(../images/blg-open-1.png) no-repeat;
}

.blg-open-2 {
  background: url(../images/blg-open-2.png) no-repeat;
}

.blg-open-3 {
  background: url(../images/blg-open-3.png) no-repeat;
}

.blg-open-4 {
  background: url(../images/blg-open-4.png) no-repeat;
}

.blg-open-5 {
  background: url(../images/blg-open-5.png) no-repeat;
}

.blg-open-6 {
  background: url(../images/blg-open-6.png) no-repeat;
}

.youtub-link {
  position: relative;
}

.youtub-link .control-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;


}

.youtub-link .control-btn a {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: red;
  display: grid;
  place-items: center;
  animation: pulse-animation 2s infinite;
  backdrop-filter: blur(6px);
  overflow: hidden;
  background-position: center;

}

.youtub-link .control-btn a i {
  font-size: 2rem;
  color: white;
}



@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(238, 203, 189, 0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(230, 42, 42, 0.1);
  }
}

.counter-section {
  text-align: center;
}

.counter-box {
  padding: 0 1rem;
}

.counter-box figure {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-box i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #000;
}

.counter-box h5 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 26px;

}

.counter {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: var(--primary);
}

.counter-box p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

/* -------- */
.inner-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.inner-section-content span {
  font-size: 8.8rem;
  color: hsl(216.92deg 36.07% 42.93% / 46%);
  font-weight: 500;
  line-height: 1;
}

.inner-section-content h2 {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-bottom: 1rem;
}

.section-inner-2 {
  background: #25344c;
  position: relative;
}

.section-inner-2:before {
  background: url(../images/bg-ser-3.png) no-repeat;
  position: absolute;
  background-size: cover;
  background-position: center;
  content: "";
  width: 77%;
  height: 100%;
  top: 0;
  right: 0;
}

/* .section-inner-2 .inner-section-content span {
    color: #191e1c4f;
} */
.color-span {
  color: #191e1c4f !important;
}

.blog-page .news-card {
  margin: 1.2rem 1.3rem;
}

.blog-page .news-card p {
  color: #6c757d;
}

.blog-page .badge-date {

  top: unset;
  left: 21%;
  bottom: 46%;
}

.blog-page .news-card h5 {
  font-size: 1.5rem;

}

/* * contact-page */
.address-tab {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;

}

.address-tab a {
  color: var(--black)
}

.address-tab p {
  font-size: 22px;
  padding: 10px 0;
  color: var(--black);
  text-transform: capitalize;
}

.address-tab .tel-icon {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;

}

.address-tab:nth-of-type(1) .tel-icon {
  background: var(--secondary);
}

.address-tab:nth-of-type(2) .tel-icon {
  background: var(--primary);
}

.address-tab:nth-of-type(3) .tel-icon {
  background: var(--secondary);
}

.address-tab .loc-tab {
  background: #000;
}

.tel-icon i {
  font-size: 3rem;
  color: #fff;
}

.contact-map-sec iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 0;
}

.location-img {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.location-box {
  padding: 0;
  margin: 0;
  border: 7px solid #ffffff;
  border-radius: 17px;

}

/* footer */
footer {
  background: var(--primary);
  /* background-position: top left; */
  padding: 6rem 0 2.9rem 0px;
  background-repeat: no-repeat;
  position: relative;
}

.contact-before {
  position: absolute;
  top: -19%;
  right: 24%;
}

.footer-menu {
  display: flex;
  gap: 6rem;
  padding: 30px 0;
  border-top: 1px solid #ffffff7a;
  margin: 1.6rem 0 0;
  border-bottom: 1px solid #ffffff7a;
}

.footer-menu li::marker {
  color: white;
}

.footer-menu li:nth-child(1) {
  list-style: none;
}

.footer-menu li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 2px;
  transition: all 0.4s;
  text-transform: capitalize;
  padding-left: 1rem;
}

.footer-menu li a:hover {
  color: var(--secondary);
}

.copyright-content {

  padding: 0rem 0 1.1rem 0;
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-content p {
  font-size: 17px;
  color: var(--white);
  text-align: center;
  letter-spacing: 2.5px;

}

.copyright-content p span {
  font-weight: 700;
}

.footer-social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.footer-social-links li a i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid var(--white);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.footer-social-links li a i:hover {
  background: var(--secondary);
  border-color: transparent;
  border: none;
}

.brand-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quickList h3 {
  color: var(--white);
  font-size: 2rem;
  padding-bottom: 1.7rem;
}

.calFoter {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.calFoter li {
  display: flex;
  gap: 0.5rem;
}

.calFoter li:first-child {
  width: 100%;
}

.calFoter li a,
.calFoter li span {
  font-size: 21px;
  color: #fdfdfd;
  transition: all 0.4s;
}

.calFoter li a:hover,
.calFoter li span:hover {
  color: var(--secondary);
}

.calFoter li i {
  color: #fdfdfd;
  margin-top: 6px;
}

.map-location iframe {
  border-radius: 20px;
}