.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
  font-family: "poppins", sans-serif;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0 !important;
  margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
}
p {
  font-family: "poppins", sans-serif;
}
:root {
  --c1: #c1912d; /* yellow */
  --c2: #00668e; /* blue */
  --c3: #141414; /* text-black*/
  --c4: #ffffff; /* yellow */
  --c5: #05153f; /* text color */
  --c6: #3e3e3fs; /* white */
  --c7: #000; /* black */
  --bg: #ffffcc; /* running-bg */
}
::selection {
  background-color: var(--c3);
  color: var(--c6);
}
.wrapper {
  overflow: hidden !important;
}
.spacing {
  padding: 50px 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.lower-header-body .row .col-lg-3 {
    padding-left: 0;
}
.banner-upper-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.banner-upper-content img {
    width: 140px;
}

/* header  */
/* upper header  */
.our-contact-details a:hover {
  opacity: 0.6;
}
.header-contacts {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 0 0 0 60px;
}
.header-contacts .our-contact-details a:hover {
    color: #c1912d;
    opacity: 1;
}
.our-contact-details {
  display: flex;
  gap: 5px;
  align-items: center;
}
.our-contact-details a,
.our-contact-details i {
  color: #fff;
  font-size: 15px;
  transition: all 0.5s;
  text-transform: uppercase;
}
.our-contact-details i {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #c1912d;
}
.main-menu > ul > li > a {
  color: #ffffff;
  transition: all 0.5s;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.main-menu > ul > li > a:hover {
  color:#ffc107;
  font-weight: 600;
}


/* upper header  */
.main-menu > ul {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: end;
}
.main-menu > ul > li {
  padding: 10px 25px;

}
 
header {
  position: relative;
  width: 100%;
  z-index: 9;
}
.main-menu {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  position: relative;
  padding: 10px 0;
  transform: skewX(0deg);
  margin-right: 0;
  padding-right: 17%;
}

.logo {
  margin-left: 36%;
  margin-bottom: -4%;
}
.lower-header-body .row .col-xl-8 {
  padding: 0;
}


.web-btn a {
  background-color: #eeba1d;
  color: #585757;
  padding: 18.1px 36px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;

}

/* Hover effect */
.web-btn a:hover {
  transform: translateY(-5px); /* Moves the button up (outward) */
  color: #ffffff;              /* Changes text color to yellow */
}



/* header  */
/* banner */
.banner-slider {
  background-image: url('assets/images/banner-image-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -6%;
}

.banner-img {
  background-size: 100% 100%;
  height: 35em;
}
.banner-content {
  padding-top: 20%;
}

.banner-content .subtxt {
  color: var(--c5);
  font-weight: 400;
  font-size: 25px;
}
.banner-content .bnrpara {
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-family: "poppins", sans-serif;
}
.banner-content .bnrpara span {
  color: #ffc107;
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
  line-height: 55px;
}

.dropdown{
    flex-direction: column;
    position: absolute !important;
    background-color: #ffc107;
    transition: all .5s ease-in;
    transform: scaleY(0);
    top: 55px;
    z-index: 999;
    transform-origin: top;
    width: 250px;
  }
.main-menu li a.active {
      color: #ffc107 !important;
      text-decoration: underline !important;
  }
.responsive-menu.active {
    background: #fff;
}
  .main-menu ul li:hover ul.dropdown {
    transform: scaleY(1);
  }
  .dropdown > li {
      transition: all .6s;
      position: relative;
  }
  .dropdown li:not(:last-child) {
      border-bottom: 1px solid;
  }
  .dropdown li:hover {
      background-color: #ffc107;
  }
  .dropdown li a {
      color: var(--c3);
      transition: all .6s;
      padding: 6px 11px;
      font-size: 14px;
      text-transform: uppercase;
  }
  .dropdown li:hover > a {
      color: var(--c4) !important;
  }
  
.footer-info ul li {
    margin-left: 0;
    margin-right: 15px;
}  
.banner-content p {
  margin: 0;
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  line-height: 30px;
  padding-bottom: 20px;
  font-family: 'Poppins';
  
}
.banner-upper-content p {
  padding: 0;
  padding-bottom: 5px;
}
.custom-prev:hover,
.custom-next:hover {
  background-color: var(--c2);
}
.custom-prev,
.custom-next {
  transition: all 0.5s;
}
.custom-prev:hover i,
.custom-next:hover i {
  color: var(--c2);
}
.hero-slider {
    position: relative;
    z-index: 0;
}
.banner-slider .slick-dots {
    position: absolute;
    bottom: -100px;
    display: flex;
    gap: 0px;
    left: 0px !important;
}
.banner-slider .slick-dots li button {
    font-size: 40px;
    -webkit-text-security: disc;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 0;
    background-color: transparent;
    color: var(--c1);
}
.banner-slider .slick-dots li.slick-active button {
    border: 3px solid var(--c2);
}
.slider-numbers {
    position: absolute;
    bottom: 7%;
    left: 20%;
    transform: translate(-20%, 14%);
    font-size: 23px;
    font-weight: 600;
    color: var(--c2);
}
.second-section-image img {
    width: auto;
}


.arrow-left {
  width: 40px;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;

}
.arrow-right {
  color: #fff;
}
.arrow-right {
  color: #fff;
  margin-top: -4px;
}
.arrow-right:hover {
  color: #FFA500;

}

.arrow-right {
  width: 40px;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.arrow-left {
  color: #fff;
  margin-top: -4px;
}
.arrow-left:hover {
  color: #FFA500;

}


/*upper BANNER IMAGES and text CSS HERE*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #000;
  padding: 0px;
}

.banner-slider {
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slide {
  display: flex;
  flex-direction: row; /* text on left, image on right */
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
  transition: all 0.5s ease;
  margin-left: 130px;
}

.banner-content {
  color: #fff;
  max-width: 50%;
}

.banner-content p#banner-title {
    font-size: 50px;
    font-weight: bold;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 60px;
}
.banner-content p#banner-title span {
  color: #F5A623;
  font-size: 50px;
  margin-top: -4%;

}

.banner-content p {
    font-size: 21px;
      
}

.banner-buttons {
    margin-top: -5px;
    display: flex;
    align-items: center;
    gap: 0px;
}

.order-btnn {
    background-color: #F5A623;
    color: #fff;
    padding: 15.1px 38px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    outline: none;
    margin-bottom: 30%;
}

.order-btnn:hover {
  transform: translateY(-5px); 
  color: #ffffff; 
}

.counter {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: bold;
  margin-top: -30%;

}

.banner-image img {
    position: absolute;
    width: 25%;
    left: 55%;
    bottom: 25%;
}


.slide-animation {
  animation: slideSide 0.7s ease-in-out;
}

@keyframes slideSide {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}





/* after banner section */

.exam-help-section {
  text-align-last: center;
  justify-content: center;
  align-items: center;
  padding: 50px 160px;
}

.exam-help-section h1 {
  font-size: 35px;
  font-weight: bold;
}

.exam-help-section .highlight {
  color: #ffaa2b; /* Yellow */
}

.logo-row {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.logo-row img {
  width: 165px; /* Adjust size */
  height: 70px;
}

.jumbotron {
    background: #ffaf23;
    color: #FFF;
    border-radius: 8px;
}
.jumbotron-sm { 
    padding-top: 24px;
    padding-bottom: 24px; 
}
.jumbotron small {
    color: #FFF;
}
label {
    color: #fff;
    padding: 5px 0px;
    margin-top: 5px;
}
.nopaddingl {
    padding-left: 0px !important;
}
.nopaddingr {
    padding-right: 0px !important;
}
.col-lg-6.col-md-6.col-custom-accordion-width {
    width: 47%;
    float: left;
}
.col-lg-6.col-md-6.col-custom-acordion-width {
    width: 47%;
    float: left;
    margin-left: 5%;
}
.accordion-item .card-body p {
    padding: 10px;
}
.accordion-base-section .web-title h3 {
    margin-bottom: 20px;
}

#footer-socials .social-links a {
    padding: 0px 5px 0px 5px;
}




/* banner */
/* exam-course-section */
.web-title h1 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
  padding-bottom: 20px;
}
.exam-course-title {
  width: 90%;
}
.exam-course-content p, .exam-course-content ul li {
    padding-right: 100px;
}
.exam-course-title h1 {
  margin-bottom: 20px;
  margin-top: 10px;
}
.web-title h1 span {
  color: #ffc107;
}
.exam-course-title p {
  font-size: 17px;
  line-height: 30px;
  color: var(--c3);
}

.premium-bar p {
  padding-top:40px;
}
.premium-bar ul li {
    font-family: "poppins", sans-serif;
    margin: 5px 0px;
}
.column {
  padding: 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* Remove left border from first column in a row */
.no-left {
  border-left: none !important;
}
/* Remove right border from last column in a row */
.no-right {
  border-right: none !important;
}
/* Remove top border from top row */
.no-top {
  border-top: none !important;
}
/* Remove bottom border from bottom row */
.no-bottom {
  border-bottom: none !important;
}
.service-card-first-sec .container .row .col-md-4 img {
    width: 100px;
    padding: 8px;
    margin: 0px auto;
}
.services_heading {
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    padding-top: 20px;
}
button.hero-prev,
button.hero-next {
  z-index: 99;
  top: 55%;
  transform: translateY(-50%);
}
button.hero-prev {
  left: 250px;
}
button.hero-next {
  left: 330px;
}
.service-card-bg {
    position: relative;
}
.service-card-bg::before {
    background-color: var(--c3);
    transform: skewY(23deg);
    left: 0;
    bottom: -12px;
    transition: all .5s;
    z-index: 2;
}
.service-card-bg:hover::before {
    transform: skewY(20deg);
    bottom: 0;
}
.service-card-img img {
    width: 50px;
    object-fit: contain;
    height: 50px;
}
.service-card-mb{
  margin-bottom: 80px;
}
.service-card {
  padding: 28px 20px;
  position: relative;
  z-index: 99;
  background-color: var(--c4);
  transition: all .8s;
  height: 22em;
}
.service-card-bg {
    margin: 0 10px;
}
.running-project-image
{
    height: 395px;
}
.running-projects-headings-title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    padding: 15px;
}
.running-project-title h2, .country-base-title h2 {
    font-size: 40px;
    font-weight: 900;
}
.hesi-exam-taker-row {
    padding: 50px 150px;
}
.hesi-exam-taker-row-2 {
    padding: 50px 150px;
}
.margin-btm-5 {
    
    margin-bottom: 5rem;
}






/*down background banner image and upper BANNER IMAGES and text \HTML CODE HERE*/

body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #111;
  padding: 0px;
}

/* Section Styling */
.exam-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0px 0px 30px;
  gap: 40px;
}


.left-column h2 {
    font-size: 40px;
    font-weight: bold;

}

.highlight {
  color: #ffaa2b;
}

.left-column p {
    font-size: 20px;
    color: #333;
 

}

/* Right Column */
.right-column {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
}

.right-column h2 {
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: -70px;
  font-size: 64px;
  
}

.highlight-orange {
  color: #ffaa2b;
}

.university-list {
    font-size: 25px;
    color: #444;
    margin-bottom: 14px;
    margin-left: -70px;
}

.right-column .bottom-image {
    height: 70%;
    width: 80%;
}


/* Responsive */
@media (max-width: 960px) {
  .exam-section {
    flex-direction: column;
    padding: 40px 20px;
  }

  .left-column,
  .right-column {
    max-width: 100%;
  }
}



body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #fff;
  padding: 0px;
  display: flex;
  justify-content: center;
}

.slider-container {
    display: flex;
    align-items: center;
    gap: 350px;
}




.card {
  width: 260px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0,0,0,0.05);
  padding: 30px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 42px;
}

.card img {
    width: 70px;
    margin-bottom: 30px;
    transition: filter 0.3s;
}

.card h3 {
 font-size: 25px;
    color: #000;
    margin-bottom: 10px;
    transition: color 0.3s;
    font-weight: 800;
    margin-bottom: 1px;
}
.card p {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    transition: color 0.3s;
    margin-bottom: -10px;
    line-height: 1.5;
}

.card:hover {
  background-color: #130A33;
  border-bottom: 4px solid #FFA500;
}

.card:hover h3,
.card:hover p {
  color: #fff;
}

.card:hover img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(94%) saturate(0%) hue-rotate(295deg) brightness(120%) contrast(90%);
}





.arrow-left-card {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #FFA500;
  color: #fff;
  margin-top: 10%;
  transition: background-color 0.3s, color 0.3s;
}

.arrow-left-card:hover {
  background-color: #130A33;
}


.arrow-right-card {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #FFA500;
  color: #fff;
  margin-top: 10%;
  transition: background-color 0.3s, color 0.3s;
  /* margin-right: 20%; */
}

.arrow-right-card:hover {
  background-color: #130A33;
}









.running-projects-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding-bottom: 20px;
}

.running-project-card {
  flex: 0 0 auto;
  width: 300px;
  height: 390px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.running-project-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.running-projects-headings-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  z-index: 2;
}





body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #fff;
  padding: 0px;
  display: flex;
  justify-content: center;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  gap: 348px;
}

.arrow {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   font-size: 24px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   background: #FFA500;
   color: #fff;
   margin-top: 10%;
   transition: background-color 0.3s, color 0.3s;
}

.arrow.right {
  background: #FFA500;
  color: #fff;
}

.card-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-top: 0px;
}


.arrow.right {
  background-color: #FFA500;
  color: #fff;
  margin-top: 8%;
}


.arrow.right:hover {
  background-color: #130A33;
 
}


.arrow.left {
  background-color: #FFA500;
  color: #fff;
  margin-top: 8%;
}

.arrow.left:hover {
  background-color: #130A33;

}



/* Card slider setup */
.card-slider {
  /* width: 1000px; */
  overflow: hidden;
}

.card-container {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin: 0px auto;
}

.card-container::-webkit-scrollbar {
  display: none;
}

/* Card styling */
.card {
  min-width: 240px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 16px rgba(0,0,0,0.05);
  padding: 25px 20px;
  transition: 0.3s;
  cursor: pointer;
}

.card img {
  width: 70px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.card h3 {
  font-size: 18px;
  color: #000;
  margin: 0 0 6px;
  font-weight: bold;
  line-height: 1.3;
  transition: 0.3s;
}

.card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  transition: 0.3s;
}

/* Hover effect to match blue card */
.card:hover {
  background-color: #130A33;
  border-bottom: 4px solid #FFA500;
}

.card:hover h3,
.card:hover p, .card:hover p.card-title {
  color: #fff;
}

.card:hover img {
  filter: brightness(0) invert(1) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(1.2);
}

p.card-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 35px;
}



.service-title-sec h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
}
.service-title-sec p {
    padding: 0px 300px;
}
.service-card-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c1912d;
    margin: 0px auto;
}
.service-card-content h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  color: var(--c7);
  line-height: 1.2;
  padding-bottom: 10px;
  text-align: center;
}
.service-card-content p {
  font-size: 15px;
  font-weight: 400;
}

.service-card-content {
  padding-top: 20px;
}
.padding-200 {
    padding: 200px 0px 0px 0px;
}
@keyframes left_right {
  0%{
    transform: scale(1);
  }
  20%{
    transform: scale(0.9);
  }
  100%{
    transform: scale(1.1);
  }
}




/* service-card-first-section */
/* running-project-sec */
.country-base-section {
  background-image: url('assets/images/country-flages-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.running-project-img img {
  object-fit: contain;
  padding: 10px 10px;
}
.running-project-card {
  margin: 0 10px;
}
.ruuning-project-img img {
 height: 240px;
 object-fit: cover;
 object-position: top;
}
.running-project-content {
  padding: 20px 0px;
  height: 296px;
  padding-right: 10px;
}
.running-project-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: 186px;

}
.running-project-content p {
  font-size: 16px;
}
.running-project-arrows.custom-next {
  right: -10px;
  transform: skewX(-19deg);
}
.custom-prev.running-project-arrows {
  left: -7px;
  transform: skewX(20deg);
}
.ruuning-project-img {
  position: relative;
  overflow: hidden;
}
.custom-next i.fa-angle-right {
    transform: skewX(0deg);
}
.custom-prev:hover i.fa-angle-left,
 .custom-next:hover i.fa-angle-right {
    color: var(--c4);
}
.custom-prev i.fa-angle-left {
    transform: skewX(0deg);
}
.ruuning-project-img::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -30px;
  width: 90px;
  height: 40px;
  background-color: var(--c4);
  z-index: 99;
  transform: rotate(43deg);
}
.our-services-sec {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.country-card {
  margin: 0 10px;
  overflow: hidden;
}
.country-project-content {
  padding: 10px 0;
  background-color: #f1f1f1;
}
.country-project-content a {
  font-size: 20px;
  font-weight: 600;
  color: #2c3a49;
  transition: all 0.5s;
  text-transform: uppercase;
}
.country-project-content a:hover {
  color: var(--c3);
}
.country-base-projects {
  margin-top: 40px;
}
.flag-img img {
  height: 180px;
  object-fit: cover;
}
.social-icons ul {
  display: flex;
  gap: 10px;
}
.social-icons ul li a i {
  font-size: 24px;
}
.social-icons ul li:first-child a i {
  color: #000;
  text-shadow: 0px 0px 4px #fff;
}
.social-icons ul li:nth-child(2) a i {
  color: #5890ff;
}
.social-icons ul li:nth-child(3) a i {
  color: #0077b5;
}
.social-icons ul li:nth-child(4) a i {


  /* background: #f09433; */
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: var(--c2);
  padding: 0px 3px;
}




.social-icons ul li:nth-child(5) a i {
  color: #e60023;
}
.footer-links h2,
.follow-us h2 {
  font-size: 25px;
  font-weight: 700;
  color: #ffc107;
 
  margin-bottom: 11px;
  margin-top: 10px;
}
.contact-detail {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 15px;
  color: #666;
  font-weight: 500;
}
.contact-detail i {
  font-size: 20px;
  color:#ffc107;
}
.footer-links ul li a {
  color: var(--c4);
  transition: all 0.5s;
  font-weight: 200;
  font-size: 14px;
}
.footer-links ul li {
  padding-bottom: 10px;
  color: var(--c2);
  font-weight: 300;
  margin-left: 0;
  overflow: hidden;
}
.footer-content p {
  font-size: 17px;
  padding-top: 10px;
  line-height: 1.6;
  color: var(--c4);
  font-weight: 200;
}
.social-icons ul li a i {
  font-size: 30px;
}
.contact-detail a,
.contact-detail p {
  font-size: 17px;
  color: var(--c4);
  font-weight: 200;
}
.follow-us ul li i {
  padding: 0;
  color: var(--c1);
  padding: 0px 2px;
  border-radius: 5px;
}
.footer {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background: #1b1b1b;
}
.footer-links ul li a i {
  padding-right: 6px;
  opacity: 0;
  margin-left: -15px;
  transition: all 0.5s;
}
.footer-links ul li a:hover i {
  margin-left: 0;
  opacity: 1;
}




.footer-links ul li a:hover {
  color: #ffc107;
}
.banner-btn a::before {
  height: 100%;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid #6666;
  margin-top: 45px;
  text-align: left;
}
.copyright p {
  margin: 0;
  color: var(--c4);
  font-weight: 300;
  text-align: center !important;
}
.copyright a:hover {
  color: var(--c1);
}
.copyright a {
  color: var(--c4);
  font-weight: 300;
  transition: all.5s;
}

.footer-info ul li a {
  color: var(--c4);
  transition: all 0.5s;
  font-weight: 400;
  font-size: 12.5px;
  display: block;
  
}
.footer-info ul li {
  padding-bottom: 10px;
  color: var(--c2);
  font-weight: 500;
  margin-left: 0;
  overflow: hidden;
  display: inline;
  margin-left: 30px;
  float: center;
  text-align: center;
}
.terms-and-cond {
  text-align: end;
}
.footer-logo img {
  width: 100%;
}
.read-more-sec {
  padding: 50px 0px;
}
.footer-sample-btn::before {
    background-color: var(--c1);
}
	
.whatsapp-icon {
    position: fixed;
    top: 85%;
    left: 1%;
    width: 120px;
    z-index: 9;
    overflow: hidden;
    padding: 0;
    display: block;
}
.whatsapp-icon a img {
    width: 80px;
    height: 80px;
}


/* footer  */
.footer {
  background-image: url('assets/images/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -51px;

}

.custom-prev, .custom-next {
  border: 0;
  background-color: var(--c4);
  width: 60px;
  height: 42px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 40%;
  z-index: 9;
  transform: translateY(-20%);
}
.custom-prev i,
.custom-next i {
  font-size: 29px;
  font-weight: 300;
  color: var(--c3);
  transition: all 0.5s;
}
.custom-prev {
  left: 9px;
}
.running-projects {
  position: relative;
  overflow: hidden;
}
.custom-next {
  right: 0;
}
.open-menu {
  display: none;
}
p a {
  color: var(--c2);
  font-weight: 700;
  transition: all 0.5s;
}
p a:hover {
  color: var(--c3);
}
.responsive-lower-header{
  display: none;
}

.contact-form-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.contact-form-input input {
  padding: 11px 10px;
  outline: 0;
  margin-top: -7px;
  margin-bottom: 10px;
  border: 0;
}
.contact-form-input label {
  font-size: 17px;
  padding: 2px 0px;
  margin-left: 16px;
  margin-bottom: 0px;
  position: relative;
  background-color: var(--c4);
  width: 22%;
  text-align: center;
  color: var(--c2);
  border-radius: 0 0 10px 10px;
}
.contact-form-input textarea {
  padding: 10px 10px;
  padding-bottom: 60px;
  margin-bottom: 20px;
  outline: 0;
}
.contact-form-input input,
.contact-form-input textarea {
  transition: all 0.5s;
  outline: 0;
  border: 1px solid #c68400;
  border-radius: 35px;
}
.contact-form-input input:focus,
.contact-form-input textarea:focus {
  margin-top: 0;
}
.modal.show .modal-dialog {
    top: 10%;
}
#exampleModalLabel {
  font-size: 24px;
  color: var(--c6);
}
.modal-body {
  border-radius: 0 0 10px 10px;

/*  background-image: url(../images/first-card-bg.jpg); */
background: rgba(255, 255, 255, 0.2);
}
.modal-content {
    background: rgba(255, 255, 255, 0.2) !important;
}
#classhelpformhome h3 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background-color: #c68400;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}
#classhelpformhome p {
    padding: 10px; 
    text-align: center; 
    font-size: 12px; 
    margin-top: 20px; 
    margin-top: 20px; 
    background-color: #c68400; 
    line-height: 0px; 
    line-height: 0px; 
    color: #fff; 
    font-weight: 500;
}
button.btn.btn-secondary {
  background-color: var(--c3);
  border: 0;
  padding: 10px 30px !important;
}
.modal-footer {
  justify-content: center !important;
}
.modal-body{
    border-radius: 8px;
    border: 1px solid #c68400;
}
.contact-form-inputs input {
  padding: 9px 40px;
  font-size: 17px;
  color: black;
  background-color: var(--c4);
  border: 1px solid #c68400;
  border-radius: 5px;
  transition: all.5s;
}
.contact-form-inputs {
  text-align: center;
}
.contact-form-inputs input:hover {
    background-color: #c68400;
    color: white;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-header {
    background-color: var(--c4);
    border-radius: 10px 10px 0 0;
}
.modal-header button.btn-close {
    background-color: var(--c6);
    font-size: 22px;
    border-radius: 50%;
}
 .running-project-arrows {
  top: 98%;
} 
.modal-content {
  border-radius: 8px;
  background-color: var(--c5);
}
div#exampleModal {
  z-index: 99999;
}
.whatsapp-icon-fixed {
  position: fixed;
  bottom: 5px;
  left: 5px;
}
.whatsapp-icon-fixed a img {
  width: 90px;
}
.country-left, .country-right {
  top: 125%;
  background-color: transparent;
}
.country-left {
  left: 45%;
}
.country-right {
  right: 45%;
}
.country-left i, .country-right i {
  font-size: 35px;
  font-weight: 400;
}
.country-left:hover, .country-right:hover {
  background-color: transparent;
}
.country-left:hover i, .country-right:hover i {
  transform: scale(1.1);
}
a#more_services_show {
	background-color: #ffc107;
	color: #fff;
	padding: 12.1px 12px;
	font-size: 17px;
	letter-spacing: 2px;
	transition: all .5s;
	position: relative;
	border-radius: 8px;
	margin: 10px 0px 30px 0px;
}
#more_services_div .more-services {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    margin: 0;
}
#more_services_div .more-services li {
    position: relative;
    margin-bottom: 15px;
    flex: 1 0 30%;
    color: #fff;
}
#more_services_div .more-services li a {
    color: #fff;
    transition: all 0.5s;
    font-weight: 400;
    font-size: 14px;
}
#more_services_div .more-services li a:hover {
    color: #ffc107;
}




@media screen and (max-width: 1024px) {
.web-btn.banner-btn {
    float: left;
}
.hero-slider .banner-slider .slick-dots {
    bottom: -65px;
}
.banner-content .bnrpara span {
    font-size: 40px;
}	
.lower-header-body .logo {
	margin-left: 10%;
}
section.course-sec {
	padding-top: 0px !important;
}
}

@media screen and (max-width: 767px) {
	.banner-content .bnrpara, .banner-content .bnrpara span {
		font-size: 23px;
	}
	.banner-img {
        height: 27rem !important;
        background-position: 40% top !important;
    }
	.hero-slider {
        height: 30rem !important;
    }
	.banner-btn {
      width: 70% !important;
	}
	.web-title h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.service-card-content h2 {
        font-size: 18px;
    }
	.service-card-content p {
        font-size: 13px !important;
    }
	.contact-form-input input, .contact-form-input textarea {
		border-radius: 8px;
	}
	.contact-form-input input {
		padding: 8px 8px;
	}
	.service-card-img {
		width: 90px;
		height: 90px;
		margin-top: -70px;
		margin-left: 110px;
	}
	.web-title h2 {
        font-size: 20px !important;
    }
	.footer-logo img {
        width: 200px !important;
    }
}

.owl-carousel .owl-item img {
    display: block;
    width: 20% !important;
    margin: 0px auto;
}
.card {
      width: 18rem;
      margin: 0 auto;
      text-align: center;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .card img {
      width: 100%;
      height: auto;
    }

    .card-body {
      padding: 15px;
    }

    .card:hover {
      transform: scale(1.05);
    }
.owl-carousel .owl-item img {
    display: block;
    width: 20%;
    margin: 0px auto;
}    

.owl-carousel .item {
  width: 100%;  /* Adjust slide width */
  margin: 0;     /* No space between slides */
}
.card {
    width: 100%; /* Ensure the card takes up the full width of the item */
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 310px !important;
  }


#carousel_owl {
    width: 77%;
    margin: 0 auto;
}

.slick-slider-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  /* Slick Slider Styles */
  .slick-slider {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Slick Slide Styles */
  .slick-slider .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover; /* Prevents stretching */
  }

  /* Make sure images fit properly */
  .slick-slider .slick-slide {
    overflow: hidden;
  }
  .banner-slider img#banner-img {
    width: 30%;
}
