@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf");
}
* {
  font-family: "Roboto";
}

h1 {
  font-size: 40px;
  margin: 0px 0px 22px 0px;
}

h2 {
  font-size: 64px;
  margin: 0px 0px 20px 0px;
}

h3 {
  font-size: 32px;
  margin: 0px 0px 18px 0px;
}

h4 {
  font-size: 28px;
  margin: 0px 0px 16px 0px;
}

h5 {
  font-size: 20px;
  margin: 0px 0px 14px 0px;
}

h6 {
  font-size: 18px;
  margin: 0px 0px 14px 0px;
}

p {
  font-size: 16px;
  margin: 0px 0px 12px 0px;
}

.p1 {
  font-size: 14px;
  margin: 0px 0px 12px 0px;
}

.p2 {
  font-size: 12px;
  margin: 0px 0px 12px 0px;
}

.p3 {
  font-size: 10px;
  margin: 0px 0px 12px 0px;
}

a {
  font-size: 18px;
}

.container {
  max-width: 84.6%;
  margin: 0 auto;
}

.primary-button {
  background-color: #2a6fb7;
  color: white;
  border: none;
  border-radius: 7px;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
}

.outlined-button {
  background-color: white;
  color: #1998d7;
  border: 2px solid #1998d7;
  border-radius: 7px;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
}

.secondary-button {
  background-color: #190482;
  color: white;
  border: none;
  border-radius: 7px;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
}

.teritary-button {
  background-color: #d9302d;
  color: white;
  border: none;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins";
}

@media (min-width: 1200px) and (max-width: 1536px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 26px;
    margin: 0px 0px 18px 0px;
  }
  h4 {
    font-size: 22px;
    margin: 0px 0px 16px 0px;
  }
  h5 {
    font-size: 20px;
    margin: 0px 0px 14px 0px;
  }
  h6 {
    font-size: 18px;
    margin: 0px 0px 12px 0px;
  }
  p {
    font-size: 16px;
    margin: 0px 0px 12px 0px;
  }
  .p1 {
    font-size: 14px;
    margin: 0px 0px 12px 0px;
  }
  .p2 {
    font-size: 12px;
    margin: 0px 0px 12px 0px;
  }
  .p3 {
    font-size: 10px;
    margin: 0px 0px 12px 0px;
  }
  a {
    font-size: 16px;
  }
  .container {
    max-width: 86.6%;
    margin: 0 auto;
  }
  .primary-button {
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
  }
  .outlined-button {
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
  }
  .secondary-button {
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
  }
  .teritary-button {
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 400;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  h1 {
    font-size: 34px;
    margin: 0px 0px 22px 0px;
  }
  h2 {
    font-size: 32px;
    margin: 0px 0px 18px 0px;
  }
  h3 {
    font-size: 22px;
    margin: 0px 0px 14px 0px;
  }
  h4 {
    font-size: 20px;
    margin: 0px 0px 12px 0px;
  }
  h5 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
  }
  h6 {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
  }
  p {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
  }
  a {
    font-size: 14px;
  }
  .primary-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .outlined-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .secondary-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .teritary-button {
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 400;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 30px;
    margin: 0px 0px 18px 0px;
  }
  h2 {
    font-size: 32px;
    margin: 0px 0px 16px 0px;
  }
  h3 {
    font-size: 24px;
    margin: 0px 0px 16px 0px;
  }
  h4 {
    font-size: 20px;
    margin: 0px 0px 14px 0px;
  }
  h5 {
    font-size: 18px;
    margin: 0px 0px 14px 0px;
  }
  h6 {
    font-size: 16px;
    margin: 0px 0px 14px 0px;
  }
  p {
    font-size: 14px;
    margin: 0px 0px 12px 0px;
  }
  a {
    font-size: 14px;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .primary-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .outlined-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .secondary-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .teritary-button {
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 400;
  }
}
body {
  overflow-x: hidden;
}

[data-animation] {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-animation=slide-left] {
  transform: translateX(-120px);
}

[data-animation=slide-right] {
  transform: translateX(120px);
}

[data-animation].active {
  opacity: 1;
  transform: translateX(0);
}

.top-location {
  background-color: #f1f2f3;
}
.top-location .phone i {
  color: #d9302d;
}
.top-location .phone span {
  font-size: 14px;
}
.top-location .icons i {
  margin-right: 20px;
  padding: 10px;
  color: white;
  font-size: 16px;
  border-radius: 3px;
}
.top-location .fa-facebook {
  background-color: #3b5998;
}
.top-location .fa-twitter {
  background-color: #1da1f2;
}
.top-location .fa-youtube {
  background-color: #cd201f;
}
.top-location .fa-instagram {
  background-color: #262626;
}

.navbar .container {
  margin: auto;
}
@media screen and (min-width: 1536px) {
  .navbar .container {
    max-width: 68% !important;
  }
}
.navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  text-wrap: nowrap;
  padding: 0px 15px;
}
.navbar .navbar-nav .nav-item a {
  color: #000000;
  font-size: 17px;
  font-family: "Poppins";
  font-weight: 500;
}
.navbar .navbar-nav .nav-item:nth-child(7) {
  padding-right: 60px;
}

.section-heading {
  color: #190482;
}
.section-heading span {
  color: #d9302d;
}

.banner-section img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .carousel-indicators {
  padding-bottom: 20px;
  z-index: 3;
}
.banner-section .carousel-indicators button {
  background-color: white;
  opacity: 1;
  border-radius: 10px;
  border: none;
}
.banner-section .carousel-indicators .active {
  background-color: #d9302d;
  border: none;
}
.banner-section .carousel-item {
  position: relative;
}
.banner-section .carousel-item .carousel-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.568627451);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-section .carousel-item .carousel-content h1 {
  font-size: 52px;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
}
.banner-section .carousel-item .carousel-content h4 {
  font-size: 26px;
  font-family: "Poppins";
  width: 40%;
  text-align: center;
}
.banner-section .carousel-item .carousel-content .teritary-button {
  font-size: 20px;
  font-family: "Poppins";
  border-radius: 6px;
  padding: 10px 40px;
}

.welcome-section .container {
  width: 60%;
}
.welcome-section h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 45px;
}
.welcome-section h6 {
  font-weight: 300;
  color: #515254;
  line-height: 30px;
}
.welcome-section .course-buttons {
  padding-top: 20px;
}
.welcome-section .course-buttons .primary-button {
  border-radius: 50px;
  margin-right: 20px;
  border: 2px solid #2a6fb7;
}
.welcome-section .course-buttons .outlined-button {
  border-radius: 50px;
}
.welcome-section .welcome-left .welcome-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding: 40px 20px;
  border-radius: 10px;
}
.welcome-section .welcome-left .welcome-block p {
  font-size: 40px;
  margin: 0px;
  font-weight: 600;
}
.welcome-section .welcome-left .welcome-block span {
  font-size: 20px;
  font-weight: 400;
}
.welcome-section .welcome-left .welcome-block-1 {
  background-color: #3cc6ed;
}
.welcome-section .welcome-left .welcome-block-2 {
  background-color: #4360a8;
}
.welcome-section .welcome-left .welcome-block-3 {
  background-color: #ffb750;
}
.welcome-section .welcome-left .welcome-block-4 {
  background-color: #ff8b6f;
}

.courses-category .container {
  width: 65%;
}
.courses-category h5 {
  font-weight: 600;
  font-family: "Poppins";
  color: #190482;
}
.courses-category h5 i {
  color: #d9302d;
}
.courses-category h4 {
  font-weight: 600;
  font-family: "Poppins";
  color: #334155;
}
.courses-category .secondary-button {
  margin-top: 20px;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
}
.courses-category .secondary-button i {
  padding-left: 6px;
}
.courses-category .popular-courses .course-block {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(42, 111, 183, 0.1019607843);
  border-radius: 10px;
  padding: 40px 20px;
}
.courses-category .popular-courses .course-block button {
  width: 100%;
  border-radius: 5px;
  font-size: 15px;
}
.courses-category .popular-courses .course-block button i {
  padding-left: 10px;
}
.courses-category .popular-courses .course-block h6 {
  font-family: "Poppins";
  font-weight: 600;
  color: #2d459c;
  padding-top: 15px;
}
.courses-category .popular-courses .course-block p {
  font-family: "Poppins";
  font-weight: 400;
  color: #2d459c;
}
.courses-category .popular-courses .course-block:hover {
  background-color: #2a6fb7;
}
.courses-category .popular-courses .course-block:hover p,
.courses-category .popular-courses .course-block:hover h6 {
  color: white;
}
.courses-category .popular-courses .slick-arrow i {
  position: absolute;
  color: #190482;
  top: 50%;
  font-size: 24px;
}
.courses-category .popular-courses .slick-next i {
  left: -5%;
}
.courses-category .popular-courses .slick-prev i {
  right: -5%;
}

.placement-assistance .container {
  width: 75%;
}
.placement-assistance .assistance-block {
  background-color: #eaf1f8;
  padding: 30px;
  border-radius: 10px;
  height: 207px;
  display: flex;
  align-items: start;
}
.placement-assistance .assistance-block h5 {
  font-weight: 500;
  font-family: "Poppins";
  color: #190482;
  font-size: 22px;
}
.placement-assistance .assistance-block p {
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins";
}
.placement-assistance .assistance-block img {
  -o-object-fit: none;
     object-fit: none;
}
.placement-assistance .assistance-block .block-content {
  padding-left: 20px;
}
.placement-assistance .assistance-block:hover {
  background-color: #2a6fb7;
}
.placement-assistance .assistance-block:hover h5,
.placement-assistance .assistance-block:hover p {
  color: white;
}

.training-section {
  background-color: #eaf7fe;
}
.training-section .container {
  width: 65%;
}
.training-section .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.training-section h3 {
  font-size: 25px;
  font-weight: 600;
  color: #190482;
  text-align: center;
  padding-top: 10px;
}
.training-section .training-block {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: white;
  padding: 20px 10px;
  border-radius: 10px;
  margin: 0px 4%;
  min-height: 600px;
}
.training-section .training-block .block-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.training-section .training-block .block-top i {
  color: white;
  background-color: #d12027;
  padding: 20px;
  border-radius: 50%;
  font-size: 20px;
  margin-top: 30px;
}
.training-section .training-block .block-top h5 {
  font-size: 22px;
  font-family: "Poppins";
  font-weight: 600;
  color: #190482;
  padding: 15px 0px;
}
.training-section .training-block .block-item {
  display: flex;
  align-items: center;
  padding: 12px 10px;
}
.training-section .training-block .block-item i {
  color: #eb4232;
  border: 2px solid #eb4232;
  border-radius: 50%;
  padding: 2px;
  font-size: 12px;
  margin-right: 20px;
}
.training-section .training-block .block-item span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
  color: #001439;
}

.trending-courses .course-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35%;
}
.trending-courses .course-tabs .course-button {
  outline: none;
  border: none;
  margin: auto 0px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  padding: 6px;
  width: 100%;
  background-color: #f1f2f3;
  border-bottom: 3px solid #2d459c;
  color: #515254;
}
.trending-courses .course-tabs .course_button_active {
  background-color: #2a6fb7;
  color: white;
  margin: auto 0px;
  border-bottom: 3px solid #d12027;
  border-radius: 3px;
}
.trending-courses .course-block-inside {
  display: block !important;
  visibility: hidden;
  height: 0;
}
.trending-courses .course-block-inside_active {
  visibility: visible;
  height: auto;
}
.trending-courses .courses .slick-arrow i {
  position: absolute;
  color: white;
  background-color: #2a6fb7;
  padding: 15px 20px;
  border-radius: 16px;
  top: 40%;
  font-size: 20px;
}
.trending-courses .courses .slick-next i {
  left: -5%;
  z-index: 999;
}
.trending-courses .courses .slick-prev i {
  right: -5%;
}
.trending-courses .courses .slick-dots {
  display: none;
  align-items: center;
  justify-content: center;
}
.trending-courses .courses .slick-dots li {
  color: #e5e7e8;
  font-size: 25px;
  margin: 10px;
}
.trending-courses .courses .slick-dots .slick-active {
  color: #000000;
}
.trending-courses .courses .slick-dots button {
  display: none;
}
.trending-courses a {
  text-decoration: none;
  color: #000000;
}
.trending-courses a .trending-course-block img {
  border-radius: 20px 20px 0px 0px;
}
.trending-courses a .trending-course-block p {
  border-width: 0px, 2px, 2px, 2px;
  border-style: solid;
  border-color: #e5e7e8;
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
  margin: 0px;
  font-size: 17px;
  font-weight: 600;
  font-family: "Poppins";
}
.trending-courses .view-button .teritary-button {
  border-radius: 24px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto";
  padding: 20px 30px;
}

.our-trainers {
  background-color: #eaf1f8;
}
.our-trainers .container {
  width: 75%;
}
.our-trainers h3 {
  color: #190482;
  font-weight: 600;
}
.our-trainers .trainer-details {
  z-index: 2;
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  .our-trainers .trainer-details {
    width: 100%;
    margin: 0px auto;
  }
}
.our-trainers .trainer-details .trainer-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 3px 15px 0px rgba(134, 170, 235, 0.2);
  padding: 25px 20px 20px;
  margin-bottom: 20px;
  height: 150px;
  background-color: white;
}
.our-trainers .trainer-details .trainer-block i {
  color: #d9302d;
  padding: 20px;
  font-size: 40px;
  margin-right: 10px;
}
.our-trainers .trainer-details .trainer-block h5 {
  color: #000000;
  font-weight: 600;
  margin: 20px 0px 10px;
}
.our-trainers .trainer-details .trainer-block p {
  font-weight: 400;
  margin: 0px;
  word-break: break-all;
}

.footer-sec {
  background-color: #130c34;
}
.footer-sec .footer-box img {
  filter: brightness(0) invert(1);
}
.footer-sec .footer-box h6 {
  color: white;
}
.footer-sec .footer-box .icons h5 {
  color: white;
  font-weight: 600;
}
.footer-sec .footer-box .icons i {
  font-size: 26px;
  padding-right: 10px;
  color: white;
}
.footer-sec .footer-box .icons i:hover {
  color: white;
}
.footer-sec h5 {
  color: white;
  font-weight: 600;
  margin-bottom: 25px;
}
.footer-sec ul {
  padding: 0;
}
.footer-sec ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-sec ul li a {
  text-decoration: none;
  color: white;
}
.footer-sec .footer-contact {
  color: white;
}
.footer-sec .footer-contact a {
  text-decoration: none;
  color: white;
}
.footer-sec .footer-contact i {
  font-size: 20px;
  padding-right: 25px;
}
.footer-sec .bord {
  border-bottom: 1px solid #fff;
}
.footer-sec .copy-rights {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-sec .copy-rights h6 {
  color: white;
}
.footer-sec .copy-rights li {
  padding-right: 15px;
}

.scroll-top-btn {
  position: fixed;
  bottom: 85px;
  right: 5px;
  display: none;
  background-color: #d9302d;
  color: white;
  border: none;
  border-radius: 2px;
  width: 45px;
  height: 45px;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.scroll-top-btn:hover {
  background-color: #2a6fb7;
  color: white;
}
.scroll-top-btn:focus {
  outline: none;
}

.sticky-whats-app-icons {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.sticky-whats-app-icons .box {
  padding: 8px 12px;
  border-radius: 5px;
  background-color: #d9302d;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
  margin-bottom: 6px;
}
.sticky-whats-app-icons .box i {
  font-size: 22px;
  color: white;
}

/* mobile view bottom-panel-section start*/
.bottom-panel-section {
  text-align: center;
  background-color: white;
}
.bottom-panel-section p {
  margin: 0px;
  padding: 8px;
  color: #2a6fb7;
  font-weight: 600;
}
.bottom-panel-section .row {
  padding: 0px;
}
.bottom-panel-section i,
.bottom-panel-section a {
  text-decoration: none;
}
.bottom-panel-section .call-us,
.bottom-panel-section .query {
  background-color: #eaf7fe;
  border-radius: 5px;
  border: 2px solid #fff;
}
.bottom-panel-section .call-us a,
.bottom-panel-section .query a {
  color: #2a6fb7;
}
.bottom-panel-section .enroll {
  background-color: #d9302d;
  border-radius: 5px;
  border: 2px solid #fff;
}
.bottom-panel-section .enroll a {
  color: white;
}

/* mobile view bottom-panel-section end */
@media screen and (max-width: 600px) {
  .placement-assistance .assistance-block {
    padding: 20px;
  }
  .placement-assistance .assistance-block h5 {
    font-size: 18px;
  }
  .placement-assistance .assistance-block p {
    font-size: 12px;
  }
  .banner-section img {
    height: 450px;
  }
  .banner-section .carousel-content h1 {
    font-size: 24px !important;
  }
  .banner-section .carousel-content h4 {
    font-size: 16px !important;
    width: 90% !important;
  }
  .banner-section .carousel-content .teritary-button {
    font-size: 14px !important;
    padding: 6px 15px !important;
  }
  .banner-section .carousel-indicators button {
    padding: 2px 8px;
  }
  .footer-sec .copy-rights {
    display: block;
  }
  .trending-courses .course-tabs .course-button {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 990px) {
  .banner-section img {
    height: 500px;
  }
  .banner-section .carousel-content h1 {
    font-size: 28px !important;
  }
  .banner-section .carousel-content h4 {
    font-size: 18px !important;
    width: 75% !important;
  }
  .banner-section .carousel-content .teritary-button {
    font-size: 16px !important;
    padding: 8px 20px !important;
  }
  .banner-section .carousel-indicators button {
    padding: 2px 8px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  .placement-assistance .assistance-block {
    padding: 20px;
  }
  .placement-assistance .assistance-block h5 {
    font-size: 18px;
  }
  .placement-assistance .assistance-block p {
    font-size: 12px;
  }
  .banner-section .carousel-content h1 {
    font-size: 40px !important;
  }
  .banner-section .carousel-content h4 {
    font-size: 30px !important;
    width: 60% !important;
  }
}
@media screen and (max-width: 1200px) {
  .welcome-section .container {
    width: 100%;
  }
  .welcome-section h2 {
    font-size: 30px;
    width: 100%;
  }
  .welcome-section h5 {
    font-size: 18px;
  }
  .training-section .container {
    width: 100%;
  }
  .courses-category .container {
    width: 100%;
  }
  .placement-assistance .container {
    width: 100%;
  }
  .our-trainers .container {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1536px) {
  .welcome-section .container {
    width: 90%;
  }
  .courses-category .container {
    width: 90%;
  }
  .training-section .training-block {
    min-height: 660px;
  }
  .placement-assistance .container {
    width: 90%;
  }
  .placement-assistance .assistance-block {
    padding: 20px;
  }
  .placement-assistance .assistance-block h5 {
    font-size: 18px;
  }
  .placement-assistance .assistance-block p {
    font-size: 12px;
  }
}
.blog-container .blog-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.blog-container .blog-card .blog-image {
  width: 100%;
  height: 100%;
}
.blog-container .blog-card .blog-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-container .blog-card .blog-content .blog-info {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 28px;
}
.blog-container .blog-card .blog-content .blog-title {
  font-weight: 600;
  font-size: 22px;
  color: #190482;
}
.blog-container .blog-card .blog-content .blog-date {
  font-size: 18px;
  color: #ff8b6f;
}
.blog-container .blog-card .blog-content .read-more-btn {
  background-color: #ff8b6f;
  color: white;
  border-radius: 5px;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
}
.blog-container .blog-card .blog-content .read-more-btn:hover {
  background-color: #190482;
}
.blog-container .course-category {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 15px 25px;
  margin: 6px 6px 20px;
}
.blog-container .course-category h4 {
  color: #190482;
  padding: 10px 0px;
  border-bottom: 1px solid #000000;
}
.blog-container .course-category .list-categories {
  list-style: none;
  padding: 0px;
}
.blog-container .course-category .list-categories li {
  font-weight: 500;
  padding: 8px 0px;
  font-size: 16px;
  border-bottom: 1px solid #e5e7e8;
  position: relative;
}
.blog-container .course-category .list-categories li:hover {
  color: #eb4232;
}
.blog-container .course-category .list-categories li:hover::after {
  color: #190482;
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -10px;
  opacity: 1;
  transform: translateX(-10px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.blog-container .course-category .list-categories li::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -10px;
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.banner-container {
  background: url("/assets/images/3.jpg") no-repeat center center/cover;
  color: white;
  padding: 80px 0px;
  min-height: 400px;
}
.banner-container .banner-content {
  padding-left: 40px;
}
.banner-container .banner-content .category-badge {
  background: #2a6fb7;
  color: white;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
}
.banner-container .banner-content .author {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-top: 15px;
}
.banner-container .banner-content .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.banner-container .banner-content .author .date-views {
  display: flex;
  gap: 15px;
  font-size: 14px;
  opacity: 0.8;
}

.blog-container .blog-data {
  color: #5d6166;
}
.blog-container .blog-data .blog-quotation-sec {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-left: 5px solid #d9302d;
  border-radius: 5px;
  margin: 20px 0px;
}
.blog-container .blog-data .blog-quotation-sec h5 {
  font-size: 26px;
}
.blog-container .left-online-classroom {
  margin: 30px 6px;
  border: 1px solid #e5e7e8;
  border-radius: 10px;
}
.blog-container .left-online-classroom .classroom-heading {
  background-color: #2a6fb7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  padding: 10px 0px;
  color: white;
}
.blog-container .left-online-classroom .class-table {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e7e8;
}
.blog-container .left-online-classroom .class-table:last-child {
  border-bottom: 0px solid #e5e7e8;
}
.blog-container .left-online-classroom .class-table .few-seats {
  position: absolute;
  top: -10%;
  left: 0;
  padding: 2px 10px;
  background-color: red;
  color: white;
  font-size: 14px;
}
.blog-container .left-online-classroom .class-table h5 {
  font-size: 20px;
  margin: 0px;
}
.blog-container .left-online-classroom .class-table input[type=radio] {
  transform: scale(1.5);
  margin: 0px 10px;
}
.blog-container .left-online-classroom .class-table p {
  margin-bottom: 4px;
  font-size: 14px;
}
.blog-container .enquery-btns {
  margin: 6px;
}
.blog-container .enquery-btns a {
  text-decoration: none;
}
.blog-container .enquery-btns button {
  border: none;
  border-radius: 5px;
  background-color: #eaf1f8;
  color: #2a6fb7;
  padding: 6px 0px;
  width: 32%;
  font-size: 14px;
}
.blog-container .enquery-btns button i {
  margin-right: 6px;
}
.blog-container .enquery-btns .enroll-btn {
  background-color: #1998d7;
  border: none;
  color: white;
}

ul {
  list-style-type: none;
  padding: 0;
}

.about-banner .banner-image {
  width: 100%;
}
.about-banner .banner-image img {
  width: 100%;
}
.about-banner .banner-content ul li {
  color: #515254;
}
.about-banner .banner-content ul li .title {
  font-weight: 600;
  color: #190482;
}
.about-banner .banner-content ul li .title span {
  color: #d9302d;
}
.about-banner .banner-content ul li .description {
  opacity: 0.7;
  font-weight: 600;
  font-size: 17px;
}
.about-banner .banner-content ul li .link {
  opacity: 0.8;
}
.about-banner .banner-content ul li .link a {
  color: #d9302d;
  font-weight: 800;
  text-decoration: underline;
}
.about-banner .banner-content ul li .custom-description {
  opacity: 0.7;
}
.about-banner .banner-content ul li .get-support {
  display: flex;
}
.about-banner .banner-content ul li .get-support img {
  width: 55px;
  height: 50px;
}
.about-banner .banner-content ul li .get-support span .support-email {
  font-weight: 800;
  color: #2a6fb7;
}

.vision-mission {
  background-color: #eaf1f8;
}
@media screen and (min-width: 1440px) {
  .vision-mission .container {
    max-width: 60%;
  }
}
.vision-mission h3 {
  border-bottom: 3px solid #2a6fb7;
  margin-top: 37%;
  color: #d9302d;
  padding-bottom: 10px;
}
.vision-mission .short-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.vision-mission .full-content {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.vision-mission a {
  text-decoration: none;
}
.vision-mission .vision-img {
  position: relative;
}
.vision-mission .vision-img .vision-inside {
  position: absolute;
  top: 20%;
  left: 20%;
  bottom: 20%;
  right: 20%;
}
.vision-mission .vision-img .vision-inside img {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vision-mission .vision h3,
.vision-mission .vision p,
.vision-mission .vision a {
  padding-left: 50px;
}
.vision-mission .row > * {
  padding: 0px;
}

@media screen and (min-width: 1440px) {
  .about-courses-sec .container {
    max-width: 78%;
  }
}
.about-courses-sec .about-courses {
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 15px;
  background-color: #f2f4f9;
}
.about-courses-sec .about-courses .course-sec-header .sub-heading {
  color: #d9302d;
  font-weight: 700;
}
.about-courses-sec .about-courses .course-sec-header .main-heading {
  font-size: 40px;
}
.about-courses-sec .custom-card {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: white;
  box-shadow: rgba(60, 48, 128, 0.15) 0px 48px 100px 0px;
}
@media screen and (min-width: 1536px) {
  .about-courses-sec .custom-card {
    padding: 45px;
  }
}
.about-courses-sec .custom-card ul li {
  margin-bottom: 10px;
}
.about-courses-sec .custom-card img {
  height: 80px;
  width: 80px;
}
@media (min-width: 768px) {
  .about-courses-sec .custom-card {
    margin-top: -120px;
  }
}

.about-slides-sec .slides-heading h4 {
  line-height: 36px;
}
.about-slides-sec .slides-heading p {
  color: #515254;
}
.about-slides-sec .slides-heading .primary-button {
  background-color: #eaf7fe;
  color: #2a6fb7;
  font-weight: 600;
  margin-top: 10px;
}
.about-slides-sec .custom-slick-card {
  background-color: #eaf7fe;
  border-radius: 10px;
}
.about-slides-sec .custom-slick-card ul li {
  margin-bottom: 20px;
}
.about-slides-sec .custom-slick-card ul li img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.about-slides-sec .custom-slick-card ul li i {
  font-size: 36px;
  color: #2a6fb7;
}
.about-slides-sec .custom-slick-card ul li h5 {
  font-weight: 600;
  color: #2a6fb7;
  margin: 0px;
}
.about-slides-sec .custom-slick-card ul li p {
  color: #515254;
}
.about-slides-sec .custom-slick-card ul li .cutom-details p {
  margin: 0px;
  font-weight: 600;
}
.about-slides-sec .custom-slick-card ul li .cutom-details span {
  font-size: 14px;
}

.why-ks-sec .title {
  color: #d9302d;
  font-weight: 600;
}
.why-ks-sec .why-ks-card ul {
  list-style-type: none;
}
.why-ks-sec .why-ks-card ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-ks-sec .why-ks-card ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.why-ks-sec .why-ks-card ul li p i {
  filter: brightness(0) invert(1);
}
.why-ks-sec .why-ks-card ul li .btn1 {
  background-color: #3cc6ed;
}
.why-ks-sec .why-ks-card ul li .btn2 {
  background-color: #ff8b6f;
}
.why-ks-sec .why-ks-card ul li .btn3 {
  background-color: #ffb750;
}
.why-ks-sec .why-ks-card ul li .btn4 {
  background-color: #d12027;
}
.why-ks-sec .why-ks-card ul li h4,
.why-ks-sec .why-ks-card ul li i {
  text-align: center;
}
.why-ks-sec .custom-btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-ks-sec .custom-btn-sec .custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  padding: 10px;
}
.why-ks-sec .custom-btn-sec .custom-btn img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.meet-trainers {
  background-color: #eaf1f8;
  /* Hover Effect */
}
.meet-trainers .container {
  width: 70%;
}
.meet-trainers h3 {
  font-weight: 600;
  color: #d9302d;
}
.meet-trainers .team-card {
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease-in-out;
}
.meet-trainers .team-img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 1;
}
.meet-trainers .team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 15px;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease-in-out;
}
.meet-trainers .team-info h5 {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2a6fb7;
}
.meet-trainers .team-info p {
  color: #666;
  font-size: 14px;
  margin-bottom: 0px;
  transition: 0.4s ease-in-out;
}
.meet-trainers .social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  background: #f8f9fa;
  color: #333;
  border-radius: 5px;
  transition: 0.3s;
  text-align: center;
  font-size: 16px;
}
.meet-trainers .social-icons a:hover {
  background: #1998d7;
  color: white;
}
.meet-trainers .team-card:hover .team-info p {
  margin-bottom: 10px;
}
.meet-trainers .social-icons {
  margin-top: -20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  margin-bottom: -20px;
}
.meet-trainers .team-card:hover .team-img img {
  opacity: 0.4;
}
.meet-trainers .team-card:hover .social-icons {
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 0px;
  margin-top: 0px;
}

.our-features-sec {
  background-color: #eaf1f8;
}
.our-features-sec .feature-main-title {
  color: #d9302d;
  font-weight: 600;
  text-align: center;
}
.our-features-sec .feature-card {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 6px 12px -2px, rgba(255, 255, 255, 0.1) 0px 3px 7px -3px;
}
.our-features-sec .feature-card .feature-title {
  color: #2d459c;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.our-features-sec .feature-card .btn-link {
  font-weight: 500;
  color: #000000;
}
.our-features-sec .feature-card .btn-link:hover {
  color: #2a6fb7;
}
.our-features-sec .explore-btn {
  text-align: center;
  margin-top: 25px;
}
.our-features-sec .explore-btn a {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .meet-trainers .container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .meet-trainers .social-icons {
    margin-top: 0px;
  }
  .meet-trainers .social-icons a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1536px) {
  .meet-trainers .container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .vision-mission h3 {
    margin-top: 3%;
  }
  .vision-mission .vision h3,
  .vision-mission .vision p,
  .vision-mission .vision a {
    padding-left: 0px;
  }
  .vision-mission .row > * {
    padding: 10px;
  }
}
.contact-banner {
  position: relative;
}
.contact-banner img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .contact-banner img {
    height: 150px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .contact-banner img {
    height: 200px;
  }
}
.contact-banner .banner-content {
  background-color: #130c34;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0px;
  color: white;
}
.contact-banner .banner-content h4 {
  font-size: 24px;
  font-weight: 500;
  color: white;
}
.contact-banner .banner-content h4 a {
  text-decoration: none;
  color: white;
  font-size: 24px;
}
@media screen and (max-width: 1536px) {
  .contact-banner .banner-content h4 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1536px) {
  .contact-banner .banner-content h4 {
    font-size: 16px;
  }
}

.get-in-touch .row {
  background-color: #eaf1f8;
}
.get-in-touch .location-details {
  width: 66%;
  margin-right: 30px;
  margin-left: auto;
  margin-right: -60px;
  z-index: 2;
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  .get-in-touch .location-details {
    width: 100%;
    margin: 0px auto;
  }
}
.get-in-touch .location-details .location-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 3px 15px 0px rgba(134, 170, 235, 0.2);
  padding: 20px;
  margin-bottom: 20px;
  height: 220px;
  background-color: white;
}
.get-in-touch .location-details .location-block i {
  color: #d9302d;
  padding: 20px;
  font-size: 40px;
  margin-right: 10px;
}
.get-in-touch .location-details .location-block h5 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 6px;
}
.get-in-touch .location-details .location-block p {
  font-weight: 400;
  margin: 0px;
  word-break: break-all;
}
.get-in-touch .contact-form {
  box-shadow: 0px 3px 15px 0px rgba(134, 170, 235, 0.2);
  padding: 100px;
  width: 66%;
  margin-left: -30px;
  margin-right: auto;
  background-color: #1998d7;
}
@media screen and (max-width: 1200px) {
  .get-in-touch .contact-form {
    width: 100%;
    margin: 0px auto;
    padding: 20px;
  }
}
.get-in-touch .contact-form input,
.get-in-touch .contact-form select {
  margin-bottom: 30px;
  padding: 12px;
  border: 1px solid #f1f2f3;
  border-radius: 0px;
}
.get-in-touch .contact-form input::-moz-placeholder, .get-in-touch .contact-form select::-moz-placeholder {
  font-weight: 400;
  color: rgba(43, 53, 71, 0.6980392157);
}
.get-in-touch .contact-form input::placeholder,
.get-in-touch .contact-form select::placeholder {
  font-weight: 400;
  color: rgba(43, 53, 71, 0.6980392157);
}
.get-in-touch .contact-form select {
  cursor: pointer;
}
.get-in-touch .contact-form textarea {
  border-radius: 0px;
  margin-bottom: 30px;
}
.get-in-touch .contact-form .search-btn {
  background-color: #d9302d;
  color: white;
  margin: 15px 0px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  border: none;
}

.our-courses h3 {
  margin-top: 15px;
  color: #190482;
}
@media screen and (min-width: 1536px) {
  .our-courses .container {
    width: 80%;
  }
}
.our-courses .course-card {
  padding: 10px;
}
@media screen and (min-width: 1536px) {
  .our-courses .course-card {
    padding: 15px;
  }
}
.our-courses .course-card .our-course-block {
  box-shadow: 0px 3px 15px 0px rgba(134, 170, 235, 0.2);
}
.our-courses .course-card .our-course-block:hover .duration {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 0px 0px;
}
.our-courses .course-card .our-course-block a {
  text-decoration: none;
}
.our-courses .course-card .our-course-block .block-img {
  position: relative;
}
.our-courses .course-card .our-course-block .block-img img {
  border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width: 1200px) {
  .our-courses .course-card .our-course-block .block-img img {
    height: 280px;
  }
}
.our-courses .course-card .our-course-block .block-img .duration {
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.our-courses .course-card .our-course-block .block-img .duration p {
  color: white;
  background-color: #d9302d;
  border-radius: 15px;
  padding: 4px 20px;
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
}
.our-courses .course-card .our-course-block .block-content {
  padding: 15px;
  border-radius: 0px 0px 10px 10px;
}
.our-courses .course-card .our-course-block .block-content .rating i {
  font-size: 12px;
  color: #2a6fb7;
}
.our-courses .course-card .our-course-block .block-content .rating span {
  font-size: 12px;
}
.our-courses .course-card .our-course-block .block-content p {
  font-size: 14px;
  color: #515254;
}
.our-courses .help-box {
  background-image: url("./assets/images/need-hlep.jpg");
  background-size: 100% 100%;
  border-radius: 10px;
}
.our-courses .help-box .backgro {
  background-color: rgba(29, 93, 236, 0.9);
  padding: 20px 20px 30px;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .our-courses .help-box .backgro {
    padding: 40px 40px 60px;
  }
}
.our-courses .help-box .backgro .inner-box {
  background-color: rgba(146, 192, 244, 0.65);
  padding: 15px 20px 30px;
  text-align: center;
  color: white;
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .our-courses .help-box .backgro .inner-box {
    padding: 25px 30px 40px;
  }
}
.our-courses .help-box .backgro .inner-box h5 {
  line-height: 1.45;
}
.our-courses .help-box .backgro .inner-box .logo-text {
  background-color: white;
  color: #000000;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 6px;
}
.our-courses .help-box .backgro .inner-box .logo-text img {
  width: 40px;
  height: 40px;
  margin: 0px 10px 10px 0px;
}
.our-courses .help-box .backgro .inner-box .logo-text span {
  font-size: 20px;
  font-family: "Roboto";
}
@media screen and (min-width: 1200px) {
  .our-courses .help-box .backgro .inner-box .logo-text span {
    font-size: 30px;
  }
}
.our-courses .help-box .backgro .inner-box .teritary-button {
  padding: 10px 25px;
  position: absolute;
  text-wrap: nowrap;
  left: 16%;
  bottom: -8%;
}

.course-details {
  position: relative;
}
.course-details .container {
  width: 73%;
}
.course-details .course-overview {
  border: 1px solid #f1f2f3;
  border-radius: 10px;
  padding: 40px;
}
.course-details .course-overview h3 {
  margin-top: 20px;
}
.course-details .course-overview .category-overview {
  padding: 4px 30px;
  border-right: 1px solid #515254;
}
.course-details .course-overview .category-overview:last-child {
  border: none;
}
.course-details .course-overview .category-overview p {
  margin: 0px;
  font-weight: 600;
}
.course-details .course-overview .category-overview span {
  font-size: 14px;
  color: #515254;
}
.course-details .course-overview .rating i {
  font-size: 12px;
  color: #2a6fb7;
}
.course-details .course-overview .rating span {
  font-size: 12px;
}
.course-details .course-overview .block-img {
  position: relative;
}
.course-details .course-overview .block-img img {
  border-radius: 10px;
  height: 480px;
}
.course-details .course-overview .block-img .duration {
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.course-details .course-overview .block-img .duration p {
  color: white;
  background-color: #d9302d;
  border-radius: 15px;
  padding: 4px 20px;
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
}
.course-details .course-overview .block-img .duration p:last-child {
  background-color: #190482;
}
.course-details .detailed-overview {
  border: 1px solid #f1f2f3;
  border-radius: 10px;
}
.course-details .detailed-overview .overview-tabs {
  width: 100%;
  display: flex;
}
.course-details .detailed-overview .overview-tabs .overview-button {
  width: 100%;
  background-color: #eaf7fe;
  border: none;
  outline: none;
  padding: 20px;
  border-right: 1px solid #fff;
}
.course-details .detailed-overview .overview-tabs .overview-button:last-child {
  border-right: none;
}
.course-details .detailed-overview .overview-tabs .overview_button_active {
  border-top: 3px solid #2a6fb7;
  color: #2a6fb7;
  background-color: white;
}
.course-details .detailed-overview .overview-block-inside {
  display: none;
  padding: 40px;
}
.course-details .detailed-overview .overview-block-inside_active {
  display: block;
}
.course-details .detailed-overview .description-block h4 {
  font-weight: 600;
}
.course-details .detailed-overview .description-block .check-points {
  width: 100%;
  padding: 20px 0px;
}
.course-details .detailed-overview .description-block .check-points div {
  width: 50%;
}
.course-details .detailed-overview .description-block .check-points i {
  color: white;
  background-color: #2a6fb7;
  padding: 4px;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 6px;
}
.course-details .detailed-overview .course-cirriculam h4 {
  font-weight: 600;
}
.course-details .detailed-overview .course-cirriculam .check-points {
  padding: 20px 0px;
}
.course-details .detailed-overview .course-cirriculam .check-points i {
  color: white;
  background-color: #2a6fb7;
  padding: 4px;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 6px;
}
.course-details .detailed-overview .instructor-details img {
  border-radius: 10px 0px 0px 10px;
  width: 300px;
  height: auto;
}
.course-details .detailed-overview .instructor-details .instructor-content {
  padding: 30px;
  background-color: #eaf7fe;
  border-radius: 0px 10px 10px 0px;
}
.course-details .detailed-overview .instructor-details .instructor-content h4 {
  font-weight: 600;
}
.course-details .detailed-overview .instructor-details .instructor-content .student-count p {
  padding-right: 20px;
  margin: 10px 0px;
  font-weight: 600;
}
.course-details .detailed-overview .instructor-details .instructor-content i {
  color: #2a6fb7;
}
.course-details .detailed-overview .instructor-details .instructor-content .social-icons {
  padding-top: 6px;
}
.course-details .detailed-overview .instructor-details .instructor-content .social-icons i {
  background-color: white;
  padding: 10px;
  margin-right: 6px;
  border-radius: 8px;
}
.course-details .detailed-overview .review-block .review-card {
  padding: 20px;
  background-color: #eaf7fe;
  border-radius: 10px;
}
.course-details .detailed-overview .review-block .review-card img {
  border-radius: 5px;
}
.course-details .detailed-overview .review-block .review-card h5 {
  font-weight: bold;
}
.course-details .detailed-overview .review-block .review-card .date-posted {
  font-size: 14px;
}
.course-details .detailed-overview .review-block .review-card .review-content {
  padding: 0px 20px;
}
.course-details .detailed-overview .review-block .review-card .review-content span {
  font-size: 12px;
  color: #2a6fb7;
}
.course-details .right-side {
  position: sticky;
  top: 150px;
}
.course-details .right-side .primary-button,
.course-details .right-side .teritary-button {
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 6px;
  text-wrap: nowrap;
}
@media screen and (min-width: 1440px) {
  .course-details .right-side .primary-button,
  .course-details .right-side .teritary-button {
    font-size: 16px;
  }
}
.course-details .right-side .course-info {
  border: 1px solid #f1f2f3;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (min-width: 1440px) {
  .course-details .right-side .course-info {
    padding: 40px;
  }
}
.course-details .right-side .course-info p {
  border-bottom: 1px dotted #515254;
  padding: 10px 2px;
  font-weight: bold;
}
.course-details .right-side .course-info p:last-child {
  border-bottom: none;
}
.course-details .right-side .course-info p i {
  color: #2a6fb7;
}
.course-details .right-side .course-info p span {
  font-weight: 500;
  padding-left: 4px;
}
.course-details .right-side .get-enquiry {
  border: 1px solid #f1f2f3;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 1440px) {
  .course-details .right-side .get-enquiry {
    padding: 40px;
  }
}
.course-details .right-side .get-enquiry h5 {
  font-weight: 600;
  color: #d9302d;
}
.course-details .right-side .get-enquiry .form-input label {
  margin-bottom: 6px;
  font-weight: 600;
}
.course-details .right-side .get-enquiry .form-input input {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #334155;
  padding: 4px 10px;
  border-radius: 5px;
}

.related-courses-heading {
  text-align: center;
  font-weight: bold;
}
.related-courses-heading p {
  color: #2a6fb7;
}
.related-courses-heading h3 {
  font-weight: 600;
}

.trending-slick .slick-arrow i {
  position: absolute;
  color: white;
  background-color: #2a6fb7;
  padding: 15px 20px;
  border-radius: 16px;
  top: 40%;
  font-size: 20px;
}
.trending-slick .slick-next i {
  left: -5%;
}
.trending-slick .slick-prev i {
  right: -5%;
}
.trending-slick .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trending-slick .slick-dots li {
  color: #e5e7e8;
  font-size: 25px;
  margin: 10px;
}
.trending-slick .slick-dots .slick-active {
  color: #000000;
}
.trending-slick .slick-dots button {
  display: none;
}

@media screen and (max-width: 769px) {
  .course-details .container {
    width: 100%;
  }
  .course-details .course-overview {
    padding: 10px;
  }
  .course-details .course-overview .category-overview {
    padding: 4px 0px;
    border-right: none;
  }
  .course-details .detailed-overview .overview-tabs {
    display: block;
  }
  .course-details .detailed-overview .overview-block-inside {
    padding: 10px;
  }
  .course-details .detailed-overview .instructor-details img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
  }
  .course-details .detailed-overview .instructor-details .instructor-content {
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
  }
  .course-details .detailed-overview .review-block .review-card {
    padding: 10px;
  }
  .course-details .detailed-overview .review-block .review-card img {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
  }
  .course-details .detailed-overview .review-block .review-card .review-content {
    padding: 0px 10px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1536px) {
  .course-details .container {
    width: 100%;
  }
}
.categories-section .container {
  width: 70%;
}
@media (max-width: 600px) {
  .categories-section .container {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 990px) {
  .categories-section .container {
    width: 90%;
  }
}
.categories-section .categories-heading h3 {
  font-weight: 600;
  color: #2a6fb7;
  margin: 0px;
  padding-bottom: 6px;
}
.categories-section .categories-heading p {
  width: 60%;
}
@media (max-width: 600px) {
  .categories-section .categories-heading p {
    width: 100%;
  }
}
.categories-section a {
  text-decoration: none;
}
.categories-section a .course-block {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(42, 111, 183, 0.1019607843);
  border-radius: 10px;
  padding: 40px 20px;
}
.categories-section a .course-block a {
  width: 100%;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
.categories-section a .course-block a i {
  padding-left: 10px;
}
.categories-section a .course-block h6 {
  font-family: "Poppins";
  font-weight: 600;
  color: #2d459c;
  padding-top: 15px;
}
.categories-section a .course-block p {
  font-family: "Poppins";
  font-weight: 400;
  color: #2d459c;
}
.categories-section a .course-block:hover {
  background-color: #2a6fb7;
}
.categories-section a .course-block:hover p,
.categories-section a .course-block:hover h6 {
  color: white;
}

.new-batches .container {
  width: 70%;
}
@media (max-width: 1300px) {
  .new-batches .container {
    width: 100%;
  }
}
.new-batches .new-batch-heading h3 {
  color: #d9302d;
  margin-bottom: 8px;
}
.new-batches .new-batch-heading p {
  color: #190482;
}
.new-batches .batch-block-inside {
  display: none;
}
.new-batches .batch-block-inside_active {
  display: block;
}
.new-batches .new-batch-table {
  border: 1px solid rgba(157, 149, 243, 0.122);
  border-radius: 5px;
}
.new-batches .new-batch-table .batch-top-bar {
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.083);
  border-bottom: 1px solid rgba(0, 0, 0, 0.122);
}
.new-batches .new-batch-table .batch-top-bar .batch-button {
  border: none;
  outline: none;
  margin: 0px 6px;
  padding: 6px 15px;
  background-color: transparent;
}
.new-batches .new-batch-table .batch-top-bar .batch_button_active {
  background-color: #190482;
  color: white;
  border-radius: 5px 5px 0px 0px;
}
.new-batches .new-batch-table .batch .row {
  margin: 0px;
}
.new-batches .new-batch-table .batch .batch-header {
  background-color: #eaf1f8;
  padding: 8px;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.new-batches .new-batch-table .batch .batch-header h6 {
  margin: 0px;
}
.new-batches .new-batch-table .batch .batch-content {
  padding: 8px;
}
.new-batches .new-batch-table .batch .batch-content p {
  margin: 0px;
}
.new-batches .new-batch-table .batch .batch-content button {
  border: 1px solid #4360a8;
  color: #4360a8;
  border-radius: 5px;
  background-color: transparent;
  padding: 4px 10px;
  font-size: 14px;
}
.new-batches .new-batch-table .batch .batch-content:nth-child(even) {
  background-color: #e5e7e8;
}
.new-batches .new-batch-table .batch .entries-count {
  padding: 10px;
  border-top: 1px solid black;
}
.new-batches .new-batch-table .batch .entries-count span {
  border: 1px solid black;
  padding: 6px 10px;
  margin: 0px 10px;
  background-color: rgba(0, 0, 0, 0.046);
}

@media screen and (max-width: 990px) {
  .new-batches .new-batch-table .batch-top-bar .batch-tabs {
    display: flex;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 575px) {
  .class-heading {
    font-size: 22px;
    font-weight: 600;
  }
}
@media screen and (min-width: 991px) and (max-width: 1300px) {
  .new-batches .container {
    max-width: 90%;
  }
}/*# sourceMappingURL=global.css.map */