@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap");

/*
================================================
2. Common CSS
================================================
*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.57143;
  font-weight: 400;
  color: #2d2e2e;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  /* color: #2d2e2e; */
  color: white;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #242c42;
  text-decoration: none;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

.btn,
.btn * {
  transition: all 0.3s ease 0s;
}

i {
  transition: all 0.4s ease-in-out 0s;
}

.transition3s {
  transition: all 0.3s ease-in-out 0s;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

li {
  list-style: outside none none;
}

.mb-30 {
  margin-bottom: 30px;
}

/* section {
	float: left;
	width: 100%;
	padding: 80px 0;
} */

#scrollUp {
  border-radius: 50%;
  bottom: 50px;
  color: #fff;
  display: block;
  background: #c2902d;
  font-size: 25px;
  height: 40px;
  line-height: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 40px;
  z-index: 1000 !important;
}

#scrollUp:hover {
  background: white;
  border-bottom: 3px solid #999;
  color: black;
}

#scrollUp i {
  display: block;
  padding-top: 5px;
}

.no-padding {
  padding: 0;
}

.learn-more-btn-section {
  display: inline-block;
  margin-top: 20px;
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
  background: url(../images/logo-spinner.png) no-repeat center center #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
}

/* ======= Header =========*/
.navbar {
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  height: 70px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-nav {
  align-items: center;
}

.menu-navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#navbar .nav-link i {
  color: #c2902d;
}

#navbar .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}

#navbar .nav-link {
  font-size: 18px;
  color: black;
  line-height: 1;
  font-weight: 500;
}
#navbar .nav-link.learn-more-btn:hover,
#navbar .nav-link.learn-more-btn:focus,
#navbar .nav-link.learn-more-btn:active {
  font-size: 16px;
  background-color: #c2902d;
  color: white;
  line-height: 1;
  font-weight: 500;
}

.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  color: black !important;
  background-color: white !important;
  -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
  box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
}

.header {
  display: flex;
  width: 100%;
  padding: 175px 0 50px;
  justify-content: center;
  align-items: center;
  background-image: url("../images/header-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.learn-more-btn {
  background-color: #0056b3;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 12px 40px !important;
  border-radius: 100px;
  letter-spacing: 1px;
}
.learn-more-btn:hover,
.learn-more-btn:active,
.learn-more-btn:focus {
  color: white !important;
  background-color: #c2902d;
}
#navbar .nav-link.learn-more-btn {
  color: #ffffff;
}
p.header-subtitle {
  color: #fff;
  font-size: 16px;
  background: #c2902d;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 13px;
  letter-spacing: 1px;
  border-radius: 10px;
}
.header-title {
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 30px;
  color: #0056b3;
}
.header-title-text {
  color: #c2902d;
  font-size: 25px;
  margin-bottom: 30px;
}

/*======== Custom UI plugin =========*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid#c2902d;
  border-radius: 50%;
  background: #c2902d;
  outline: none;
}

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 15px;
  background-color: rgba(107, 82, 158, 0.2);
}

.ui-widget-header {
  background-color: rgba(50, 33, 83, 1);
  border-radius: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
}

.ui-slider .ui-slider-handle {
  width: 1.5em;
  height: 1.5em;
}

/*==== calculator ======*/
.calculator-section {
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.035);
}
.form-calculator {
  padding: 20px;
  background: #fff;
  margin-top: 30px;
}
.emi-details {
  background: #fff;
  margin-top: 30px;
}
.emi-details-head {
  background-color: rgba(129, 185, 88, 0.6);
  padding: 10px;
  text-align: center;
}
.emi-details-head h3 {
  color: #0056b3;
}
.emi-details-box {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.emi-details-box h5 {
  color: #0056b3;
  font-weight: bold;
  font-size: 31px;
}
.no-bottom-border {
  border-bottom: none;
}
.pie-chart {
  padding: 20px;
  background: #fff;
  margin-top: 30px;
}
.pie-chart text tspan {
  font-weight: 500 !important;
}
.chart-principal,
.chart-interest {
  position: relative;
  color: #999999;
  margin-left: 20px;
}
.chart-principal::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #0056b3;
  top: 3px;
  left: -14px;
}
.chart-interest::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #c2902d;
  top: 3px;
  left: -14px;
}

/* ==== Services ====== */
.services-section {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.035);
}


.service-box {
  margin-top: 30px;
  min-height: 200px;
  padding: 20px;
  background: rgba(132, 189, 90, 0.1);
  text-align: center;
  border-radius: 10px;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.service-box:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.service-icon {
  display: inline-block;
  padding: 20px;
  background: #c2902d;
  border-radius: 50%;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.service-box:hover .service-icon {
  background: rgba(50, 33, 83, 1);
}
.service-icon img {
  width: 50px;
  filter: brightness(0) invert(1);
}
.service-box:hover .service-icon {
  background: rgba(50, 33, 83, 1);
}
.service-box:hover .service-icon img {
  filter: none;
}
h3.service-heading {
  color: #0056b3;
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  background: rgba(50, 33, 83, 0.1);
  padding: 5px 15px;
  display: inline-block;
  border-radius: 10px;
}
p.service-para {
  margin-top: 20px;
  margin-bottom: 0;
  color: #888;
  font-size: 16px;
  letter-spacing: 0.2px;
}

/* ==== BLog ====== */
.blog-section {
  padding: 60px 0;
  background-color: white;
}
.blog-box {
  margin-top: 30px;
  border-radius: 10px;
}
.blog-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.blog-text {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.035);
  border-radius: 0 0 10px 10px;
}
.blog-text .tags {
  margin-bottom: 15px;
}
.blog-text .tags span {
  background-color: #c2902d;
  color: #333333;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}
.blog-text .tags span:nth-child(2) {
  background-color: #0056b3;
  color: #ffffff;
}
h3.blog-heading {
  font-size: 19px;
  margin-bottom: 15px;
  color: #0056b3;
}
p.blog-para {
  margin-bottom: 0px;
  color: #888888;
}
.blog-box:hover .blog-img img {
  -webkit-transform: scale(1.3) rotate(10deg);
  -ms-transform: scale(1.3) rotate(10deg);
  transform: scale(1.3) rotate(10deg);
}

/* ===== Reviews =====*/
.reviews-section {
  padding: 100px 0;
}
.owl-carousel {
  border-radius: 10px;
  margin-top: 10px;
  background: rgba(50, 33, 83, 0.04);
}
.review-item {
  padding: 20px;
}
.review-details {
  font-size: 19px;
  color: #888;
  line-height: 1.8;
  margin-bottom: 30px;
}
.review-details i {
  color: #c2902d;
  font-size: 35px;
}
.review-author .review-img img {
  width: 50px !important;
  display: inline-block !important;
}
.review-author .review-name {
  font-size: 22px;
  color: #0056b3;
  font-weight: bold;
  margin-left: 10px;
}
.review-author .review-desig {
  font-size: 18px;
  color: #9999;
  font-style: italic;
}
.owl-carousel .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: #c2902d;
  padding: 5px 14px !important;
  border-radius: 5px;
  font-size: 20px;
  margin-right: 5px;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
.owl-dots {
  display: none !important;
}

/*====== contact-section ========*/
.contact-section {
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.035);
}
.contact-section p {
  color: #666;
  font-size: 17px;
  margin-bottom: 30px;
}
.contact-form {
  background: #fff;
  border-radius: 10px;
}
.contact-form-inner {
  padding: 30px;
  border: 1px solid #b3d59b;
  border-radius: 0 0 10px 10px;
}
.contact-form-head {
  background-color: rgba(129, 185, 88, 0.6);
  padding: 10px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.contact-form-head h3 {
  color: #0056b3;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  font-size: 14px;
  height: 50px;
  padding: 0 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-form .form-group textarea {
  height: 100px;
  padding: 15px;
}
.contact-form .form-control {
  font-size: 15px;
  height: 60px;
  border: none;
  outline: none;
  padding-left: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.contact-form .btn {
  background-color: #0056b3;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  color: #fff;
  padding: 10px 30px !important;
  border-radius: 100px;
  border: none;
}
.contact-form .btn:hover,
.contact-form .btn:active,
.contact-form .btn:focus {
  background-color: #c2902d;
  color: #0056b3;
  outline: none;
}

/*===== section ====== */
h2.section-heading {
  color: #0056b3;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
h2.section-heading::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  background-color: #c2902d;
  bottom: -10px;
  border-radius: 5px;
}
p.section-para {
  color: #666;
  width: 70%;
  font-size: 17px;
  margin-bottom: 0;
}

/* ===== footer ======= */
.footer {
  padding: 30px 0;
  border-top: 5px solid#c2902d;
  background-color: #0054ae;
}
.footer-widget {
  margin-top: 20px;
}
.footer-widget p {
  color: #eeeeee;
  letter-spacing: 0.3px;
  line-height: 1.8;
}
.footer-widget h5 {
  color: #c2902d;
  margin-top: 40px;
  letter-spacing: 0.5px;
  font-size: 22px;
}
.footer-widget ul {
  margin-top: 15px;
}
.footer-widget ul li {
  line-height: 2;
}
.footer-widget ul li a {
  color: #eeeeee;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.social-icons {
  margin-left: 10px;
  margin-top: 15px;
}
.social-icons a {
  color: #eeeeee;
  font-size: 20px;
  margin-right: 15px;
}
.footer-copyright {
  color: #ffff;
  text-align: center;
  border-top: 1px solid#c2902d;
  margin-top: 30px;
  padding-top: 30px;
}

/*
================================================
 Responsive CSS
================================================
*/
@media (min-width: 1200px) and (max-width: 1399px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
  #navbar .nav-link i {
    margin-bottom: 6px;
  }
  .header-title {
    font-size: 40px;
  }
  #navbar .nav-link {
    text-align: center;
    font-size: 15px;
  }
  .study-logo {
    height: 100px !important;
    background-color: #0054ae;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 5%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 150px 0 100px;
  }
  .navbar-collapse {
    background-color: #0056b3;
    padding: 20px;
    box-shadow: 0 0 10px #ddd;
  }
  .navbar-nav {
    align-items: start;
  }
  .calculator-section,
  .services-section,
  .blog-section,
  .reviews-section,
  .contact-section {
    padding: 75px 0;
  }
  .study-logo {
    height: 100px !important;
    background-color: #0054ae;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 5%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

@media (max-width: 767px) {
  .header {
    background-size: 300%;
    background-position: top left;
    padding: 125px 0 75px;
  }
  .navbar-toggler {
    padding: 0px;
    font-size: 2rem;
    color: #0056b3;
  }

  .navbar-toggler:active,
  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-collapse {
    background-color: #0056b3;
    padding: 20px;
    box-shadow: 0 0 10px #ddd;
  }
  #navbar .nav-link {
    line-height: 1.5;
  }
  .navbar-nav {
    align-items: start;
  }
  .calculator-section,
  .services-section,
  .blog-section,
  .reviews-section,
  .contact-section {
    padding: 60px 0;
  }
  p.section-para {
    width: 100%;
  }
  .owl-carousel .owl-nav {
    position: static;
    padding: 0 20px 20px;
  }
  .review-item {
    padding: 20px 20px 0;
  }
}
@media (min-width: 240px) and (max-width: 360px) {
  .header-title {
    font-size: 30px;
  }
  .blog-text .tags span:nth-child(2) {
    display: inline-block;
    margin-top: 10px;
  }
}

.study-logo {
  height: 150px !important;
  background-color: #0054ae;

  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  position: absolute;
  left: 3%;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Custom CSS for modal */
.modal-content {
  border-radius: 20px;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  color: #333;
}

.modal-body {
  padding: 30px;
}

.form-group {
  margin-bottom: 10px;
}

label {
  font-weight: bold;
  color: #333;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border-radius: 5px;
  padding: 12px;
  border: 1px solid #ccc;
  width: 100%;
  color: #666;
}

textarea {
  height: 120px;
}

button[type="submit"] {
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button[type="submit"]:hover {
  background-color: #0056b3;
  color: #fff;
}

.close {
  font-size: 30px;
  color: #999;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.close:hover {
  color: #666;
}

.study-power-products-offering {
  background-color: rgba(0, 0, 0, 0.035);
}

.study-power-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}

.study-power-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.study-power-card:hover {
  transform: translateY(-10px);
}

.study-power-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 150px; /* Adjust the height as needed */
  object-fit: cover;
}

.study-power-card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #007bff;
}

.study-power-card-text {
  font-size: 1rem;
  color: #666;
}

.study-power-products-secure {
  background-color: white;
  padding: 60px 0;
}

.study-power-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}

.study-power-secure-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  background-color: #fff;
  padding: 20px;
}

.study-power-secure-card:hover {
  transform: translateY(-10px);
}

.study-power-secure-title {
  font-size: 23px;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 15px;
}

.study-power-secure-list {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  color: #666;
}

.study-power-secure-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.study-power-secure-list li i {
  margin-right: 10px;
  color: #007bff;
  font-size: 1.2rem;
}

/* Custom CSS for Country of Study Section */
.study-power-country-study {
  background-color: white;

  padding: 60px 0;
}

.study-power-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0056b3;

  margin-bottom: 40px;
}

.study-power-country-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  background-color: #fff;
  overflow: hidden;
}

.study-power-country-card:hover {
  transform: translateY(-10px);
}

.study-power-country-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.study-power-country-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #007bff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.study-power-country-text {
  font-size: 0.9rem;
  color: #666;
}

.study-power-country-card i {
  color: #007bff;
  font-size: 1.2rem;
  margin-right: 5px;
}

.banner-img-sec {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.aboutus-section {
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.035);
}


.study-powe-about-title {
  font-size: 30px;
  color: #0056b3;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.study-powe-about-subtitle {
  font-size: 19px;
  margin-bottom: 15px;
}

.study-powe-about-description {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  text-align: justify;
}

.study-powe-about-image-container {
  text-align: center;
}

.study-powe-about-image {
  width: 100%;

  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.banner-list li {
  font-size: 1rem;
  line-height: 1;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.study-power-products-offering {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  color: #666;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;

  transition: transform 0.3s, background 0.3s;
  opacity: 0;
  animation: fadeIn 2s forwards;
}


.study-power-services-content {
  font-size: 20px;
  color: #777777;
}

.study-power-countries-content {
  color: #666;
  font-size: 20px;
}

.footer-list li {
  color: white;
}

.footer-list-names {
  padding-left: 10px;
}

.about-single-card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.study-logo-footer {
  height: 200px !important;
  background-color: #0054ae;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  position: absolute;
  margin-top: 40px;
  left: 5%;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbar-toggler {
  display: none;
}
.sidenav {
  display: none;
}

@media only screen and (max-width: 991px) {
  .sidenav {
    padding-top: 15px;
    display: block;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 19999;
    top: 0;
    left: 0;
    background: #0056b3;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    text-align: left;
  }
  
  .sidenav a {
    padding: 10px 10px 10px 22px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  .navbar-toggler {
    position: absolute;
    color: #0056b3;
    top: 24px;
    right: 16px;
    z-index: 1000;

    display: block;
    width: 38px;
    height: 38px;
    border-radius: 100px;
  }
  a.closebtn {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 30px;
  }
  #mySidenav li {
    list-style: none;
    border-bottom: 1px solid #24242454;
  }
  .collapse li a {
    background: #0056b3;
    font-size: 13px;
    padding-left: 40px;
  }
}


.fa-angle-right{
  color:  white !important;
}


.btnicon-whatsapp {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #2ac902;
  left: 10px;
  color: white !important;
  position: fixed;
  bottom: 70px;
  margin-left: 10px;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  z-index: 9999;
}

.btnicon-call {
  width: 40px;
  height: 40px;
  left: 20px;
  border-radius: 100%;
  background-color: #326694;
  position: fixed;
  bottom: 10px;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  z-index: 9999;
}


.bank-tiles {
  padding: 50px 0;
  text-align: center;
}
.bank-tiles-heading {
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: bold;
}
.bank-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.bank-grid img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
  border-radius: 8px;
}
.bank-grid img:hover {
  transform: scale(1.05);
}



.modal-content {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  height: 550px;
  width: 350px;
  margin: 0 auto;
}

.study-ban-sec {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.study-ban-sec li {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.study-ban-sec li i {
  margin-right: 10px;
}



.study-other-sec {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.study-other-sec .title {
  text-align: center;
  margin-bottom: 20px;
}
.study-other-sec .study-ban-sec {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.study-other-sec .study-ban-sec li {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 20px;
}
.study-other-sec .study-ban-sec li i {
  margin-right: 10px;
  color: #007bff;
}
.study-other-sec .content {
  margin-top: 20px;
}
.study-other-sec .content h3 {
  margin-top: 0;
}
.study-other-sec .content p {
  margin-bottom: 20px;
  line-height: 1.6;
}




.other-sec-study {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.other-sec-study .card {
  max-width: 300px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.other-sec-study .card i {
  font-size: 36px;
  color: #007bff;
  margin-bottom: 10px;
}
.other-sec-study .card h3 {
  margin-top: 0;
}
.other-sec-study .card p {
  line-height: 1.6;
}

.bank-section img{
  height: 100px;
}
.bank-section {
  display: flex;
  align-items: center;
  justify-content: end;
}


.bank-content{
  display: flex;
  align-items: center;
  justify-content: start;
}








/* Inner Pages Styles */



/* General Styling */
.breadcrumb-section {
  position: relative;
  background-color:#c69d3d;
  margin-top: 70px;
}

.breadcrumb-wrapper {
  text-align: center;
 padding: 50px 0 20px;
}

/* Title Styling */
.breadcrumb-title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
 
}

/* Breadcrumb Links */
.breadcrumb {
  justify-content: center;
  background-color: transparent;
}

.breadcrumb-item a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-item i {
  color: #0056b3 !important;
 
}

.breadcrumb-item.active {
  color: #0056b3;
}

/* Image with Overlay */
.breadcrumb-image-section {
  position: relative;
  height: 400px;
}

.breadcrumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
 
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Black overlay with 60% opacity */
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-text {
  color: #fff;
  font-size: 20px;
  text-align: center;
  max-width: 80%;
  line-height: 1.6;
}


.abt-why-choose img{
  height: 100px;
  border-style: dashed ;
  border-color: #c2902d;
  padding: 10px;
  border-radius: 50%;
}

.abt-why-choose {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
  justify-content: space-between;
}

.about-why-choose-card{

  padding: 20px   10!important;

}

.about-why-choose-card .card-body{

  padding: 0px !important;

}

.abt-section{
  background-color: white !important;
}

.study-power-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 20px !important;
}

.wwo-section {
  padding: 70px 0  !important;
 
}

[id] {
  scroll-margin-top: 80px;  
}

.services-section ::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.services-section ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.services-section ::-webkit-scrollbar-thumb {
  background: #0055AA; 
}

/* Handle on hover */
.services-section ::-webkit-scrollbar-thumb:hover {
  background: #555; 
} 


.wwo-content {
  padding: 15px 20px;
  min-height: 225px;
}

.wwo-content p {
  margin-bottom: 0px !important;
  text-align: left !important;
  font-size : 15px;
}

.wwo-content h5{
  padding-bottom: 10px;
}

.mission-visson-section{
  background-color: lightcyan;
  padding: 70px 0;

}

.mission-visson-section .col-md-4 {
 
  
}

.mission-visson-section img{
  height: 250px;
  width: 100%;
 
  object-fit: cover;
  
}

.mv-card{
  border-style: solid;
  border-color: #0056b3;
  
}

.mission-content {
  padding-left: -10px  !important;
}


.purpose-section{
  padding: 70px 0;
  background-color: lavender;
}


.purpose-section img{
  max-height: 300px ;
  width: 100%;
  object-fit: cover;

}

.contact-feature .box-icon {
  width: 100px;
  height: 100px;
  line-height: 96px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 25px auto;
}

.contact-feature {
  border-radius: 10px;
  min-height: 260px;
  background-color: #f8f7f3;
  text-align: center;
  padding: 10px 5px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: 1px solid transparent;
}

.contact-feature .box-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-feature:hover {
  border-color: #0056b3;
}

.contact-feature p a {
  color: #007bff;
}

.contact-feature p a:hover {
  color: #c2902d;
}

.contact-feature .box-icon img {
  height: 50px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.con-all-section {
  padding: 70px 0;
}


.maps-section{
  padding: 70px 0 ;
  background-color: rgba(0, 0, 0, 0.035)
}

.location-card {
  border-style: solid;
  min-height: 400px;
  border-color:#c2902d;
  transition: border-color 0.3s ease;
 
}

 .location-card:hover {
  border-color: #007bff;

   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.location-card:hover  {
  border-color: #007bff;

   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




.location-content{
  padding:15px 10px 10px;
}
.location-content h5{
  padding-bottom: 5px;
}

.location-card hr{
  width: 100%;
  margin-top: 0px !important;
  margin-bottom:0px !important ;
  
  border: 2px dotted #c2902d; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.location-card:hover hr{
  width: 100%;
  margin-top: 0px !important;
  margin-bottom:0px !important ;
  border: 2px dotted  #007bff; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}














.contact-form-container {
  width: 100%;
  
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.contact-form-container h2 {
  text-align: center;
  font-size: 24px;
  color: #333;
}

.contact-form-container p {
  text-align: center;
  font-size: 16px;
  color: #666;
}

.contact-form-container .contact-form {
  display: flex;
  flex-direction: row;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form label {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #0058f3;
  box-shadow: 0 0 5px rgba(0, 88, 243, 0.3);
}

.contact-form textarea {
  resize: none;
}

.contact-form .submit-btn {
  width: 100%;
  padding: 10px;
  background-color:#0054ae;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}


.contact-form-container .contact-form {
  background:transparent;
  border-radius: 10px;
}

.contact-form .submit-btn:hover {
  background-color: #c2902d;
}

.contact-form-section{
  padding: 70px 0;
}

@media (max-width: 600px) {
  .contact-form-container {
    padding: 15px;
  }
}


.contact-social img{
  height: 50px;
  width: auto;
  margin: 10px;
}
.contact-social-section h2{
  font-size: 30px;
}

.contact-form-section hr{
  border: 1px solid #ccc;
  margin: 20px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);

}

.mv img{
  height: 50px;
  width: auto;
  margin-left: 10px;

}
.mv {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.what-we-container{
 min-width: 100% !important;
 padding: 0 100px;
}

.study-power-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    margin-bottom: 15px !important;
}

.location-card iframe {
    height: 300px;
    width: 100%;
}

.contact-feature {
    border-radius: 10px;
    min-height: 260px;
    background-color: #f8f7f3;
    text-align: center;
    padding: 10px 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 15px !important;
    border: 1px solid transparent;
}



.service-box {
    margin-top: 30px;
    min-height: 200px;
    padding: 20px;
    height: 200px;
    overflow-y: auto; /* Enable vertical scrolling */
    background: rgba(132, 189, 90, 0.1);
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

















