.edu_logo .front_logo {

  width: 310px;

  height: 55px;

  object-fit: inherit;

}



.edu_callToAction_wrapper {

  margin-top: -100px !important;

  position: relative;

  z-index: 2;

}



.edu_banner_section {

  background: #ffffff;

  padding: 215px 0 365px;

  position: relative;

  height: 400px;

  background-size: cover;

}



.edu_banner_section:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: none;

}



.edu_banner_section:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

}



.containerz {

  display: flex;

  justify-content: space-around;

  margin-top: 30px;

}



.box1 {

  width: 68%;

  height: 255px;

  background-color: #e3e2e2;

  font-size: 20px;

  margin-bottom: 35px;

  border-radius: 7px;

  padding: 12px;

  background-color: rgba(110, 160, 45, 0.95);

  box-shadow: 0 2px 4px rgba(110, 160, 45, 0.95);

  transition: background-color 0.3s ease;

  color: #fff;

}



.box1:hover {

  background-color: rgba(110, 160, 45, 0.95);

  color: #fff;

}



.box2 {

  color: #fff;

  width: 25%;

  height: 255px;

  background-color: #e3e2e2;

  font-size: 20px;

  margin-bottom: 35px;

  border-radius: 7px;

  padding: 12px;

  background-color: rgba(110, 160, 45, 0.95);

  box-shadow: 0 2px 4px rgba(110, 160, 45, 0.95);

  transition: background-color 0.3s ease;

  overflow-x: hidden;

}



.box2:hover {

  background-color: rgba(110, 160, 45, 0.95);

  color: #fff;

}



.noo {

  display: flex;

  width: 611px;

  justify-content: space-around;

  color: #fff;

}



.box2 p {

  font-size: 13px;

  text-align: start;

}



/* Responsive Styles */



@media (max-width: 1200px) {

  .containerz {

    flex-wrap: wrap;

    justify-content: center;

  }



  .box1,

  .box2 {

    width: 75%;

    margin-right: 0;

  }

}



@media (max-width: 992px) {

  .box1,

  .box2 {

    width: 90%;

    margin-right: 0;

  }

}



@media (max-width: 768px) {

  .box1,

  .box2 {

    width: 90%;

    margin-bottom: 20px;

    height: auto;

  }



  .noo {

    display: grid;

    justify-content: start;

  }

}



@media (max-width: 576px) {

  .box1,

  .box2 {

    width: 100%;

  }



  .box2 p {

    font-size: 13px;

    /* Revert font size to original for smaller screens */

  }

}



@media (max-width: 480px) {

  .box1,

  .box2 {

    font-size: 16px;

  }

}



.card-container {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

}



.card {

  width: 335px;

  margin: 10px;

  padding: 3px;

  background-color: rgba(110, 160, 45, 0.95);

  border-radius: 31px;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}



.card img {

  width: 100%;

  border-radius: 28px;

  height: 260px;

  object-fit: unset;

}



.card h3 {

  font-size: 20px;

  margin-top: 10px;

  color: #fff;

  /*margin: 0 auto;*/

}



.card p {

  margin-top: 10px;

  overflow: hidden;

  color: #fff;

  line-height: 20px;

  height: 40px;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

}



.card-line {

  height: 3em;

  /* Adjust the height as needed */

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.white-line {

  border: none;

  height: 1px;

  background-color: white;

  margin-left: -26px;

  width: 794px;

}



.white-line2 {

  border: none;

  height: 1px;

  background-color: white;

  margin-left: -12px;

  width: 305px;

}



.card a {

  display: inline-block;

  /* margin-top: 20px; */

  padding: 10px 20px;

  background-color: #e74c3c;

  color: white;

  text-decoration: none;

  border-radius: 5px;

  width: fit-content;

  margin: 9px;

}



.text-center a {

  color: #fff;

  font-size: 18px;

  transition: 0.6s;

  font-weight: 600;

  display: inline-block;

}



@font-face {

  font-family: "Open Sans Regular";

  font-style: normal;

  font-weight: 400;

  src: url("chrome-extension://gkkdmjjodidppndkbkhhknakbeflbomf/fonts/open_sans/open-sans-v18-latin-regular.woff");

}



@font-face {

  font-family: "Open Sans Bold";

  font-style: normal;

  font-weight: 800;

  src: url("chrome-extension://gkkdmjjodidppndkbkhhknakbeflbomf/fonts/open_sans/OpenSans-Bold.woff");

}



@font-face {

  font-family: "Open Sans ExtraBold";

  font-style: normal;

  font-weight: 800;

  src: url("chrome-extension://gkkdmjjodidppndkbkhhknakbeflbomf/fonts/open_sans/open-sans-v18-latin-800.woff");

}



@keyframes blink {

  0% {

    opacity: 1;

  }



  50% {

    opacity: 0;

  }



  100% {

    opacity: 3;

  }

}



.blink {

  animation: blink 1.5s infinite;

  color: red;

  font-size: 20px;

  border-radius: 50%;

}



.grab {

  cursor: grab;

}



.card {

  width: 100%;

}



.card img {

  height: 280px;

  object-fit: cover;

}



.card-title {

  font-size: 1.25rem;

  font-weight: bold;

}



.card-text {

  font-size: 1rem;

}



.act-row {

  justify-content: center;

}



.noo a span {

  color: #fff !important;

}

.edu_footer_heading {

  color: #fff;

  width: max-content;

}



.fa-file-pdf-o {

  color: red;

  background: white;

  border-radius: 8px;

}



.swiper-container {

  width: 100%;

  height: 100%;

}

.edu_testimonial_section {

  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

  padding: 20px;

}

.edu_client_img img {

  width: 100px;

  height: 100px;

  border-radius: 50%;

}

.edu_client_quote h4 {

  margin: 10px 0 5px 0;

  font-size: 1.2em;

}

.edu_testimonial_icon {

  font-size: 2em;

  color: #555;

}

.swiper-pagination-bullet {

  width: 12px;

  height: 12px;

  background: #ccc;

  margin: 0 5px;

  display: inline-block;

  border-radius: 50%;

  cursor: pointer;

}

.swiper-pagination-bullet-active {

  background: #000;

}



@keyframes rzp-rot {

  to {

    transform: rotate(360deg);

  }

}



@-webkit-keyframes rzp-rot {

  to {

    -webkit-transform: rotate(360deg);

  }

}



.carousel-inner {

  width: 100%;

  overflow: hidden;

}



.common-card {

  width: 100%;

}



.container-fluid {

  padding: 0 15px;

}



.row {

  margin-left: 0;

  margin-right: 0;

}



.col-md-3 {

  padding-left: 5px;

  padding-right: 5px;

}



.card {

  margin: 0;

}



.btn-primary {

  background-color: #007bff;

  border: none;

}

.lec-card img {

border-radius: 0px;

height: 380px;

}

.lec-card {

    border-radius: 0px;

    padding: 0px;

}

.lec-card {

  background-color: white;

  transition: background-color 0.3s ease;

}



.lec-card:hover {

  background-color: #FF665F;

}



.lec-card-text {

  color: white;

  text-align: center;

  margin: 10px auto;



}



.lec-card-text2 {

  color: #FF665F !important;

  transition: color 0.3s ease;

  text-align: center;

}



.lec-card:hover .lec-card-text2 {

  color: white !important;

}

.carousel-control-prev,

.carousel-control-next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: auto;

    height: auto;

    padding: 0;

    font-size: 2rem;

    z-index: 5;

    color: #fff;  

    background-color: rgba(0, 0, 0, 0.5);

    border: none; 

}



.carousel-control-prev {

    left: 20px;  

}



.carousel-control-next {

    right: 20px;  

}



.carousel-control-prev:hover,

.carousel-control-next:hover {

    text-decoration: none;

    outline: none;

}





.act-row .card {

    margin: 10px;

    width: 30%;

}



    .carousel-control-prev,

    .carousel-control-next {

        font-size: 1rem;

        padding: 5px 10px;

        height: 30px;

    border-radius: 10px;}

.ban-img {

  height: 560px;

    object-fit: cover;

}  