
.contact-bg {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Add shadow effect */
}

/* Style for the section title */
.section-title h2 {
    color: #125875; /* Change to your desired title color */
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: #125875; /* Change to your desired focus color */
}

.contact-field i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #125875; /* Change to your desired icon color */
}

.slider-btn button {
    background-color: #125875;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.services-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto; /* Adjust the height as needed */
}

.services-content2 {
    flex-grow: 1;
}

.services-box img {
    max-width: 100%; /* Ensure the image does not exceed its container */
}
.services-box:hover .services-content2 h5 a,
.services-box:hover .services-content2 p {
    color: black;
}
.services-box:hover .services-content1 h5 a,
.services-box:hover .services-content1 p {
    color: black;
}

.admission-title {
    font-size: 20px;
    font-weight: bold;
    color: #333; /* Adjust color as needed */
    margin-bottom: 10px;
  }
  
  .equal-height {
    height: 90%; /* Set a fixed height for each box */
  }
  
  /* Optional: Add additional styling to the content */
  .services-box {
    background-color: #f5f5f5; /* Adjust background color */
    padding: 20px;
    border: 1px solid #ddd; /* Optional border */
    border-radius: 10px; /* Optional border radius */
  }
  
  .services-box h5 {
    font-size: 18px;
    margin-top: -10px;
  }
  .services-content1 h5

  {
margin-top: 10px;
margin-bottom:10px;
  }
  
  .services-box p {
    font-size: 14px;
  }
  
  /* Optional: Add hover effect */
  .services-box:hover {
    background-color: #e0e0e0; /* Adjust hover background color */
  }
  
  @media (max-width: 767px) {
      .f-widget-title h2, .footer-widget .widgettitle {
    font-size: 24px;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 30px;
    color: #fff;
    text-align: center !important;
}
.f-widget-title h2::before, .footer-widget .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    height: 1px;
    width: 70px;
    background: none !important;
}
  .section-title h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #125875;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.contact-bg {
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
  }

  
@media (min-width: 768px) and (max-width: 991px) {
  .order-2 {
    order: 2!important;
    margin-left: 0px;
}

 
}



/* Adjust the margin for the admission title */
.admission-title {
  margin-bottom: 5px; /* Adjust the margin to reduce space */
  margin-right: -30px;
}

.admission-title::after {
  content: ":";
  margin-left: 5px; /* Adjust the spacing between the title and the colon */
  font-weight: bold; /* Optional: Adjust the font weight of the colon */
}
.inline-block {
  display: inline-block;
  margin: 0;
}  .services-box {
            background-color: #fff !important;
            border-radius: 10px !important;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important;
            padding: 20px !important;
            transition: all 0.3s ease !important;
        }

        .services-box:hover {
            transform: translateY(-5px) !important;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2) !important;
        }

        .services-content2 {
            margin-top: 20px !important;
        }

        .services-content2 h5 {
            font-family: 'Arial', sans-serif !important;
            font-weight: 600 !important;
            color: #333 !important;
        }

        .services-content2 p {
            font-family: 'Arial', sans-serif !important;
            font-size: 14px !important;
            color: #000 !important;
        }

        .services-icon img {
            max-width: 80px !important;
        }
           .services-icon {
            /* padding: 10px !important; */
            border-radius: 50% !important;
        }

        .services-icon img {
            max-width: 80px !important;
        }
        