/********** Template CSS **********/






:root {
  --primary: #06bbcc;
  --light: #f0fbfc;
  --dark: #181d38;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

/*** Logo ***/
#logo {
  width: 5%;
  margin-left: 20px;
}
@media (max-width: 750px) {
  #logo {
    width: 7%;
    /* margin-left: 20px; */
  }
}
@media (max-width: 480px) {
  #logo {
    width: 11%;
    /* margin-left: 20px; */
  }
  /* .navbar-brand {
    padding: 0;
    margin: 0;
  } */
}
@media (max-width: 400px) {
  #logo {
    width: 11%;
    margin-left: 10px;
  }
  .navbar-brand{
    margin-right: 0;
  }
  .navbar-brand h2{
    font-size: 24px;
  }
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 18px;
  /* text-transform: lowercase; */
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 5px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}
@media (max-width: 500px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 0;
    margin: 3px 0px;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}
.navbar-brand {
  padding: 24px;
  /* margin: 0; */
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}
/* #signin {
  position: absolute !important;
  top: 200px;
  right: 200px;

} */
#signin-btn {
  color: var(--light);
  background-color: var(--primary);
  /* border: 2px solid red; */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100px;
  height: 75px;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.schedule-call-btn {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* border-radius: 10px; */

  /* margin-right: 10px; */
  /* height: 100%; */
  height: 75px;
  /* width: 140px !important; */
}

/*** Popup box - Schedule a call ***/
.popup {
  width: 40%;
  background: #fff;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  text-align: center;
  padding: 0px 30px 30px;
  color: #333;
  visibility: hidden;

  background: url("../img/contact-box.jpg");
  background-position: center;

  transition: transform 0.4s, top 0.4s;
}
.open-popup {
  visibility: visible;
  top: 500%;
  transform: translate(-50%, -50%) scale(1);
}
.popup-image {
  display: none;
}
.popup h2 {
  font-size: 38px;
  font-weight: 500;
  margin: 30px 0 10px;
}
.popup .submit-btn {
  width: 80%;
  margin-top: 20px;
  padding: 10px 0;
  background: var(--primary);
  color: #fff;
  border: 0;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.popup .close-btn {
  width: 10%;
  position: absolute;
  right: 2px;
  top: 10px;
  border: none;
  color: #000;
  /* background: #fff; */
}

.popup input,
.popup textarea {
  border-radius: 5px;
}

.popup textarea {
  resize: none;
}

@media (max-width: 1130px) {
  .popup {
    width: 55%;
    /* height: 75vh; */
    padding: 0px 0px 0px;
    background: none;
    background-color: rgb(217, 189, 249);
  }
  .popup-image {
    /* border: 2px solid red; */
    display: inline-block;
    margin-top: -120px;
    z-index: -1;
  }
  .popup-image img {
    width: 70%;
    padding-right: 20px;
    /* border: 2px solid red; */
  }
  .open-popup {
    top: 550%;
    z-index: 4;
  }
  .popup .form-control {
    line-height: 1.2 !important;
    padding: 0.3rem 0.75rem;
  }
  .popup h2 {
    font-size: 25px;
    margin: 0px 3px;
  }
  .popup form {
    /* border-radius: 5px; */
    width: 100% !important;
  }
  .popup .submit-btn {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 3px 0;
    font-size: 16px;
  }
}
@media (max-width: 910px) {
  .popup .form-control {
    line-height: 1.3 !important;
    padding: 0.35rem 0.75rem;
  }
}
@media (max-width: 690px) {
  /* .popup .form-control {
    line-height: 1.3 !important;
    padding: 0.35rem 0.75rem;
  } */
  .popup .submit-btn {
    font-size: 18px;
  }
  .popup h2 {
    font-size: 27px;
    margin: 5px 3px;
  }
}
@media (max-width: 600px) {
  .popup {
    width: 75%;
  }
  .open-popup {
    top: 500%;
  }
  .popup-image {
    margin-top: -140px;
  }
  .popup-image img {
    width: 80%;
    padding-right: 20px;
  }
}

@media (max-width: 380px) {
  .popup {
    width: 80%;
    /* height: 75vh; */
    padding: 0px 10px 10px;
  }
  .open-popup {
    top: 470%;
    z-index: 4;
  }
  .popup h2 {
    font-size: 23px;
    margin: 20px 0 5px;
  }
  .popup p {
    font-size: 13px;
    margin: 5px 0 5px;
  }
  .popup form {
    /* border-radius: 5px; */
    width: 100% !important;
  }
  .popup form input,
  .popup form select {
    height: 5vh !important;
  }
  .popup form select {
    padding: 2px 3px 0px 10px !important;
  }
  /* .popup form button {
    border: 2px solid red !important;
    height: 7vh;
    padding: 0px;
  } */
  .popup .submit-btn {
    width: 80%;
    margin-bottom: 5px;
    /* margin-top: -5px;
    padding: 5px 0; */
    font-size: 15px;
  }
  .popup .close-btn {
    top: 6px;
    right: 0px;
  }
}

/*** Header carousel ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 400px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    /* width: 100%; */
    height: 50%;
    object-fit: cover;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  /* right: 5%; */
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  /* border: 2px solid red; */
  /* width: 100%; */
  margin: 0px auto !important;
}
.header-carousel .owl-nav .owl-prev {
  margin-left: 5px !important;
}
.header-carousel .owl-nav .owl-next {
  margin-right: 5px !important;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  /* border: 1px solid #ffffff; */
  font-size: 22px;
  transition: 0.5s;
}
/* .header-carousel .owl-carousel-item .home-banner-inner-content {
  border: 2px solid red;
} */
@media (max-width: 768px) {
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    margin: 5px 0;
    width: 35px;
    height: 35px;
  }
  .header-carousel .owl-carousel-item .home-banner-inner-content {
    padding-left: 35px;
  }
}

.page-header-contact {
  background: url(../img/contact-header-bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  /* margin: 3rem !important; */
  padding: 3rem !important;
}

.page-header-about {
  background: url(../img/about_us_main_banner-01.jpg);
  padding-top: 5rem !important;
  padding-bottom: 2rem !important;
}
.page-header-about h1 {
  margin-left: 200px;
  padding-left: 200px;
  /* border: 2px solid red; */
}
.page-header-contact .container {
  padding: 2rem 0px !important;
}
.page-header-contact h1 {
  text-shadow: 3px 5px 10px #000;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}
@media (max-width: 700px) {
  .page-header-contact {
    /* background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
      url(../img/placement-header-bg2.jpg); */
    background: url(../img/500x\ 400\ contact-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .page-header-contact .container {
    padding-top: 30px !important;
    padding-bottom: 100px !important;
  }
  .page-header-contact h1 {
    margin-top: 0px !important;
  }
  /* .page-header-contact li {
    color: #000 !important;
  } */


 
  .page-header-about {
    background: url(../img/about_us_main_banner-01.jpg);
    background-position: 4% 10%;
    background-size: 1550px;
    background-repeat: no-repeat;

    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .page-header-about h1 {
    /* border: red solid; */
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 90px !important;
    /* padding-top: 40px !important; */
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

/*** Service ***/
.service-item {
  background: var(--light);
  transition: 0.5s;
  /* height: 70vh; */
  /* border: 2px solid red; */
}

.service-item:hover {
  margin-top: -10px;
  background: var(--primary);
}

.service-item * {
  transition: 0.5s;
}

.service-item:hover * {
  color: var(--light) !important;
}

.services-icons-imgs {
  width: 30%;
  margin: 15px;
}

#big-data-ai-img {
  width: 45%;
  margin: 16px;
}

.service-item:hover .services-icons-imgs,
.service-item:hover #big-data-ai-img {
  filter: brightness(0) invert(1);
  transform: rotate(360deg);
  /* transform: scale(1.2); */
  transition-duration: 0.8s;
}
.service-item .p-4 {
  /* border: 2px solid blue; */
  padding: 4px !important;
}
@media (max-width: 575px) {
  .service-item-parent {
    /* border: 2px solid greenyellow !important; */
    width: 50%;
  }
  .service-item {
    padding-top: 0px !important;
  }
  .service-item h5 {
    /* font-size: 10px !important; */
    font-size: 1.15rem !important;
  }
  .service-item p {
    font-size: 0.8rem !important;
  }
  .services-icons-imgs {
    width: 25%;
    margin: 10px !important;
  }
  #big-data-ai-img {
    width: 40%;
    margin: 8px;
  }
}
@media (max-width: 400px) {
  .service-item h5 {
    /* font-size: 10px !important; */
    font-size: 1rem !important;
  }
  .service-item p {
    font-size: 0.6rem !important;
  }
  .services-icons-imgs {
    width: 40%;
    /* margin: 10px !important; */
  }
  #big-data-ai-img {
    width: 55%;
    /* margin: 8px; */
  }
}

/*** About Us ***/
.about-us-image-minimized {
  display: none !important;
}
.our-journey-image {
  width: 80%;
}
.about-mission,
.about-vision {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  /* border: 2px solid red; */
  width: 70%;
  margin: 0px auto;
  margin-bottom: 50px;
}
.about-mission img {
  width: 35%;
}
.about-vision img {
  width: 45%;
}
.about-mission p,
.about-vision p {
  margin: 0px 20px;
}
@media (max-width: 768px) {
  .our-journey-image {
    width: 100%;
  }
  .about-mission,
  .about-vision {
    flex-direction: column;
    width: 100%;
  }
  .about-vision {
    flex-direction: column-reverse;
  }
  .about-mission img {
    width: 55%;
    margin: 10px;
  }
  .about-vision img {
    width: 70%;
    margin: 10px;
  }
  .about-section-inner-container p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .about-us-image-maximized {
    display: none !important;
  }
  .about-us-image-minimized {
    display: inline-block !important;
  }
  .about-us-image-minimized img {
    margin-bottom: 15px !important;
  }
  /* .about-heading {
    margin: 20px 0px !important;
  } */
}

/*** Categories & Courses ***/
.course-item {
  border-radius: 20px;
}
.course-item img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.category img,
.course-item img {
  transition: 0.5s;
}

.category a:hover img,
.course-item:hover img {
  transform: scale(1.1);
  border-radius: 20px;
}

/*** Company Logo ***/
/* .company-logo {
  width: 40% !important;
} */
.line-break-company-section {
  display: none;
}
@media (max-width: 768px) {
  .company-logo-container {
    margin: 10px 0px !important;
  }
  .company-logo-container img {
    width: 40% !important;
  }
}
@media (max-width: 548px) {
  .line-break-company-section {
    display: inline-block;
  }
}
.company-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.company-container a {
  align-self: center;
  display: flex;
  flex-direction: column;
}
.company-container a i {
  align-self: center;
  color: #000;
  font-size: 1.3rem;
}
.company-container2 {
  width: 90%;
  margin: 0px auto;
  /* border: solid greenyellow; */
}
.company-logo-container {
  /* margin: 0px 5px !important; */
  /* border: solid red; */
  display: flex;
}
.company-logo-container .company-logo {
  /* border: solid blue; */
  margin: 0px auto !important;
  width: 60%;
}
/* .company-container {
  margin: 40px 0px;
} */

/*** Testimonial & Company ***/
.testimonial-carousel::before,
.company-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after,
.company-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after,
  .company-carousel::before,
  .company-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after,
  .company-carousel::before,
  .company-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: 0.5s;
}
.company-carousel .owl-item .company-text,
.company-carousel .owl-item.center .company-text * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text,
.company-carousel .owl-item.center .company-text {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #ffffff !important;
}
.company-carousel .owl-item.center .company-text * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-dots,
.company-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot,
.company-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active,
.company-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

.review-body-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around !important;
  align-items: center;

  /* border: 2px solid red; */
}
.homePage-review-container {
  /* border: 2px solid red;  */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.homePage-review-container2 .card-body {
  /* background-color: #f5f5f5; */
  background-color: var(--primary);
  color: #fff;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.homePage-review-container2 .card-body h6 {
  color: #fff;
}
.homePage-review-container2 .card {
  border: none;
}
.review-body-1-middle h6,
.review-body-1-middle p {
  margin-bottom: 0;
}
.review-body-1-middle p {
  font-size: 0.7rem;
}
.review-body-1 .img-1 {
  width: 50px;
  height: 50px;
}
.review-body-1 .img-2 {
  width: 35px;
  height: 35px;
}
.rread-more-less {
  display: none;
}
.rread_more_less_btn {
  color: #000;
}
.rread_more_less_btn:hover {
  color: #000;
}
@media (max-width: 768px) {
  .homePage-review-container2 .card-body {
    width: 90%;
    margin: 0px auto;
  }
  .review-body-1 .img-1 {
    width: 45px;
    height: 45px;
  }
  .review-body-1 .img-2 {
    width: 30px;
    height: 30px;
  }
  .homePage-review-container2 .card-body .review-body-3 p {
    font-size: 14px;
  }
}

/*** Footer ***/
/* .footer-container {
  border: 2px solid red !important;
}
.footer-item-container {
  border: 2px solid greenyellow;
  width: 50% !important;
} */

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#footer-logo {
  width: 4%;
}
@media screen and (max-width: 900px) {
  #footer-logo {
    width: 8%;
  }
  .footer-item-container {
    width: 50% !important;
  }
  .copyright div {
    font-size: 0.65rem !important;
  }
}
@media screen and (max-width: 700px) {
  #footer-logo {
    width: 8%;
  }
  .copyright div {
    font-size: 0.6rem !important;
  }
}
@media screen and (max-width: 500px) {
  #footer-logo {
    width: 8%;
  }
  .footer-item-container h4 {
    /* font-size: 1rem !important; */
    padding: 2px 2px !important;
  }
  .footer .btn.btn-social {
    width: 30px;
    height: 30px;
  }
  .footer a,
  .footer p {
    font-size: 0.8rem !important;
  }
  .copyright div {
    font-size: 0.8rem !important;
  }
}
@media screen and (max-width: 400px) {
  .footer .btn.btn-social {
    width: 25px;
    height: 25px;
  }
  .footer-item-container h4 {
    font-size: 1.2rem !important;
  }
  .footer a,
  .footer p {
    font-size: 0.65rem !important;
  }
  .copyright div {
    font-size: 0.65rem !important;
  }
}
@media screen and (max-width: 342px) {
  .footer .btn.btn-social {
    width: 22px;
    height: 22px;
  }
  .footer-item-container h4 {
    font-size: 1rem !important;
  }
  .footer a,
  .footer p {
    font-size: 0.55rem !important;
  }
}

.footer-location {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.footer-address {
  margin-bottom: 0.5rem;
}

.mail-phone-details {

  
  transition: all 0.2s ease-in-out;
}
.mail-phone-details:hover {
  transform: scale(1.04);
}

.whatsapp-logo {
  width: 6%;
}

/* ** Count Up **
.counter-wrapper {
  width: 98%;
  gap: 10px;
  margin: 0px auto;
}
.counter-container { */
  /* width: 20vw;
  height: 12vw; */
  /* width: 20%; */
  /* height: 30vh;
  padding: 1em 0em;

  position: relative;
  font-size: 16px;
  border-radius: 0.5em;
  background-color: #2a2a2d;
  border-bottom: 5px solid #93ccdc;

  background: var(--light);
  transition: 0.5s;
}
@media screen and (max-width: 991px) {
  .counter-container {
    height: 35vmin;
    width: 45vmin;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .counter-container {
    height: 35vmin;
    width: 40vmin;
    font-size: 11px;
  }
}
@media screen and (max-width: 380px) {
  .counter-container {
    height: 40vmin;
    width: 40vmin;
    font-size: 10px;
  }
}
.counter-wrapper i {

  font-size: 2.5em;
  text-align: center;
}
.counter-wrapper span.num {
   color: #ffffff; 
   display: grid; 
   place-items: center; 
  font-weight: 600;
  font-size: 3em;
}
.counter-wrapper span.num2 {
  font-weight: 600;
  font-size: 2em;
}
.counter-wrapper span.text { */
  /* color: #e0e0e0; */
  /* font-size: 1.25em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 600;
  line-height: 0; */
/* }
.counter-container:hover {
  margin-top: -10px;
  background: var(--primary);
}

.counter-container * {
  transition: 0.5s;
}

.counter-container:hover * {
  color: var(--light) !important;
} */
  /* color: #e9331f; */
  /* font-size: 2.5em;
  text-align: center;
} */
/* .counter-wrapper span.num { */
  /* color: #ffffff; */
  /* display: grid; */
  /* place-items: center; */
  /* font-weight: 200;
  font-size: 3em;
}
.counter-wrapper span.num2 {
  font-weight: 200;
  font-size: 2em;
}
.counter-wrapper span.text { */
  /* color: #e0e0e0; */
  /* font-size: 1.25em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 600; */
  /* line-height: 0; */
/* 
} */

.counter-container:hover {
  margin-top: -10px;
  background: var(--primary);
}

.counter-container * {
  transition: 0.5s;
}

.counter-container:hover * {
  color: var(--light) !important;
}
/* @media screen and (max-width: 1024px) {
  .counter-wrapper {
    width: 85vw;
  }
  .counter-container {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .counter-wrapper {
    width: 900vw;
    flex-wrap: wrap;
    gap: 30px;
  }
  .counter-container {
    width: calc(50% - 40px);
    height: 30vmin;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .counter-wrapper {
    gap: 15px;
  }
  .counter-container {
    width: 100%;
    height: 25vmin;
    font-size: 8px;
  }
} */

/*** What Chat Icon ***/
.whatsapp_chat {
  /* position: absolute; */
  position: fixed;
  z-index: 2;
  left: 15px;
  bottom: 15px;
  height: 60px;
  min-width: 60px;
  max-width: 95vw;
  background: #25d366;
  color: inherit;
  border-radius: calc(30px);
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.whatsapp_chat_open {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0)
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12.002 12.002 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.846 9.846 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22l3.961-.501zm6.534-7.003-.933 1.164a9.843 9.843 0 0 1-3.497-3.495l1.166-.933a.792.792 0 0 0 .23-.94L9.561 6.96a.793.793 0 0 0-.924-.445 1291.6 1291.6 0 0 0-2.023.524.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.793.793 0 0 0-.445-.923L14.6 13.327a.792.792 0 0 0-.94.23z'/%3E%3C/svg%3E")
    50% no-repeat;
  background-size: 60%;
  overflow: hidden;

}

/*** Schedule call Icon ***/
.schedule_call_icon {
  /* position: absolute; */
  position: fixed;
  z-index: 2;
  bottom: 80px;
  left: 15px;
  height: 60px;
  min-width: 60px;
  max-width: 95vw;
  background: var(--primary);
  color: inherit;
  border-radius: calc(30px);
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
  cursor: pointer;
  transition: background-color 0.2s linear;

  display: inline-block;
}
.schedule_call_icon_open {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0)
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z' /%3E%3C/svg%3E")
    50% no-repeat;
  background-size: 60%;
  overflow: hidden;
}
@media screen and (max-width: 1124px) {
  .schedule_call_icon {
    display: inline-block;
  }
  /* .schedule-call-btn {
    display: none;
  } */
  /* .whatsapp_chat {
    left: 15px;
  } */
}
/* @media screen and (min-width: 1125px) {
  .whatsapp_chat {
    right: 15px;
  }
} */
@media screen and (max-width: 530px) {
  .whatsapp_chat,
  .schedule_call_icon {
    height: 48px;
    min-width: 48px;
  }
  .whatsapp_chat_open,
  .schedule_call_icon_open {
    width: 48px;
    height: 48px;
  }
  .whatsapp_chat {
    bottom: 10px;
  }
  .schedule_call_icon {
    bottom: 65px;
  }
}

/*** Back to top button ***/
#back-to-top {
  display: inline-block;
  background-color: var(--primary);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
/* @media screen and (min-width: 1124px) {
  #back-to-top {
    bottom: 85px;
  }
} */
#back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#back-to-top:active {
  background-color: #555;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 530px) {
  #back-to-top {
    width: 40px;
    height: 40px;
  }
  #back-to-top::after {
    font-size: 1.7em;
    line-height: 30px;
  }
}

/* Contact Page  */

.contact-section-container {
  background-image: url("../img/placement-bg1.jpeg");
  min-height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;

  /* transform: rotate(90deg); */
}
/* .contact-green-yellow-container {
  height: 90vh !important; 
  border: 2px solid greenyellow !important;
  width: 100% !important;
} */
.office-location-map {
  border-radius: 30px !important;
  box-shadow: 0px 0px 5px 2px #939393;
  /* border: 2px solid red; */
}
.office-location-heading-2 {
  display: none;
}
.office-location-map {
  transition: 0.5s;
  /* border-radius: 20px; */
  /* border: 2px solid red !important; */
  height: 60vh !important;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.office-location-map:hover {
  box-shadow: 0px 0px 10px 2px #747474;
  transform: scale(1.001);
}
/* .contact-page-box {
  border: 2px solid blue;
} */
#contact-page-box1 {
  width: 23% !important;
  margin-left: 65px;
}
.contact-page-icons {
  width: 50px !important;
  height: 50px !important;
}

.form-container {
  /* border: 2px solid red; */
  width: 55%;
  /* height: 50vh; */
  /* margin: 0px auto; */
  margin: 40px auto;
}

@media (max-width: 1297px) {
  .line-break-address {
    display: none;
  }
}
@media (max-width: 1124px) {
  #contact-page-box1 {
    width: 70% !important;
    /* margin-left: 65px; */
    margin: 10px auto;
  }
  #contact-page-box1 h4 {
    text-align: center;
  }
  #contact-page-box1 > div {
    width: 50%;
    margin: 0px auto;
    /* border: 2px solid pink; */
  }
  .office-location-heading-1 {
    display: none;
  }
  .office-location-heading-2 {
    display: inline-block;
  }
  /* #contact-page-box2 {
    margin-left: 100px !important;
  } */
  .contact-page-box {
    width: 50%;
  }
  #contact-page-box2,
  #contact-page-box3 {
    padding: 0px 30px;
  }
}
@media (max-width: 988px) {
  .line-break-address {
    display: inline-block;
  }
}
@media (max-width: 882px) {
  .line-break-address {
    display: none;
  }
}

@media (max-width: 700px) {
  /* .form-container {
    width: 90% !important;
    margin: 100px auto !important;
    margin-top: 273% !important;
  } */
  /* .map-container {
    margin-bottom: 190px !important;
  } */
  .contact-page-form-container .form-control {
    height: 2rem !important;
    line-height: 0.35rem !important;
    padding: 0rem 0.75rem;
  }
  .contact-page-form-container label {
    padding: 0.3rem 0.75rem;
  }
  #messageMsg {
    height: 7rem !important;
  }
}
@media (max-width: 653px) {
  .line-break-address {
    display: inline-block;
  }
  #contact-page-box1 > div {
    width: 90%;
    margin: 0px auto;
    margin-left: 0px;
    /* border: 2px solid pink; */
  }
}
@media (max-width: 620px) {
  .contact-page-box {
    width: 80% !important;
    margin: 0px auto !important;
  }
  /* #contact-page-box2, #contact-page-box3 {
    border: 2px solid yellowgreen !important;
    width: 80% !important;
  } */
  .line-break-address {
    display: none;
  }
  #contact-page-box1 > div {
    width: 70%;
    margin: 0px auto;
    margin-left: 20px;
    /* border: 2px solid pink; */
  }
  .form-container {
    width: 70%;
  }
}
@media (max-width: 520px) {
  .contact-for-any-query {
    font-size: 1.5rem !important;
  }
  .contact-page-box {
    margin: 10px auto !important;
  }
  .contact-page-box h4,
  .office-location-heading-2 {
    font-size: 1.3rem !important;
  }
  .contact-page-box h5 {
    font-size: 1.1rem !important;
  }
  .contact-page-box p {
    font-size: 0.8rem !important;
  }
  #contact-page-box1 > div {
    width: 90%;
    margin: 0px auto;
    margin-left: 0px;
    /* border: 2px solid pink; */
  }
}
@media (max-width: 450px) {
  .contact-page-box {
    width: 100% !important;
  }
  .form-container {
    width: 85%;
  }
}

/*** Team ***/
.team-item-container {
  margin: 20px;
}
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

/* Placement Page */
.placement-body-container {
  background-image: url("../img/placement-bg1.jpeg");
  min-height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;

  /* transform: rotate(90deg); */
}

.page-header-placement {
  /* background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
    url(../img/placement-header-bg2.jpg); */
  background: url(../img/placement-header-bg3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header-placement h1 {
  text-shadow: 3px 5px 10px #000;
}
.placement-section-container {
  /* border: 2px solid red; */
  max-width: 100% !important;
}

.placement-photo-container {
  position: relative;
}

.placement-photo {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  text-align: center;
}

.placement-photo-container:hover .placement-photo {
  opacity: 0.2;
}

.placement-photo-container:hover .middle {
  opacity: 1;
}
#last-placement-photo .placement-photo {
  opacity: 0.4;
}
#last-placement-photo .middle {
  opacity: 1;
}
.placement-photo-hover-text {
  /* background-color: #06bbcc; */
  /* box-shadow: 0px 0px 20px #102d30; */
  /* color: white; */
  /* font-family: "Font Awesome 5 Free"; */
  font-family: "Nunito", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 5px;
  border-radius: 10px;

  /* color: #fff; */
  /* text-shadow: 0 0 5px #03e9f4,
  0 0 25px #03e9f4,
  0 0 50px #03e9f4,
  0 0 100px #03e9f4; */
}
.team-item-container-container {
  /* border: 2px solid red; */
  /* width: 100vw !important; */
  margin: 0 !important;
}
.outer-placement-below-container {
  margin-top: 40px;
}
.placement-below-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;

  width: 60%;
  margin: 20px auto;
  /* border: 2px solid red; */
}
.placement-below-container button {
  width: 35%;
}
@media (max-width: 768px) {
  .placement-below-container {
    flex-direction: column;

    width: 100%;
    margin: 10px auto;
    /* border: 2px solid red; */
  }
  .placement-below-container button {
    width: 80%;
    margin: 10px auto;
  }
  #last-placement-photo .placement-photo-hover-text {
    font-size: 11px !important;
  }
}

@media (max-width: 991px) {
  .team-item-container {
    /* border: 2px solid red; */
    width: 20% !important;
    margin: 0px auto !important;
  }
  .team-item {
    width: 140px !important;
  }
  .placement-photo-container {
    width: 136px !important;
  }
}

@media (max-width: 700px) {
  .page-header-placement {
    /* background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
      url(../img/placement-header-bg2.jpg); */
    background: url(../img/500x\ 400\ placement-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-header-placement h1 {
    margin-top: 50px !important;
  }
}
@media (max-width: 820px) {
  .team-item {
    width: 115px !important;
  }
  .placement-photo-container {
    width: 111px !important;
  }
  .placement-photo-hover-text {
    font-size: 15px;
    padding: 13px 5px;
  }
}
@media (max-width: 700px) {
  .team-item-container {
    /* border: 2px solid red; */
    width: 25% !important;
    margin: 0px auto !important;
  }
  .team-item {
    /* border: 2px solid red; */
    /* width: 100px !important; */
    width: 100% !important;
    margin-left: 10px !important;
  }
  .team-item .package-detail h5 {
    font-size: 13px !important;
    /* text-align: center !important; */
  }
  .package-detail {
    margin-top: 25px !important;
    padding: 3px !important;
    width: 100px !important;
  }
  .placement-photo-container {
    /* border: 2px solid red; */
    width: 100px !important;
  }
}

@media (max-width: 610px) {
  .team-item {
    /* border: 2px solid red; */
    /* width: 100px !important; */
    /* width: 100% !important; */
    margin-left: 0px !important;
  }
  .placement-photo-hover-text {
    font-size: 13px;
    /* padding: 13px 5px; */
  }
}
@media (max-width: 530px) {
  .team-item-container {
    /* border: 2px solid red; */
    /* width: 30% !important; */
    margin: 0px auto !important;
  }
  .team-item {
    /* border: 2px solid red; */
    /* width: 100px !important; */
    margin-left: 0px !important;
  }
  .package-detail {
    /* margin-top: 25px !important;
    padding: 3px !important; */
    width: 100% !important;
  }
  .placement-photo-container {
    width: 100% !important;
  }
  .placement-photo-hover-text {
    font-size: 10px;
  }
}
@media (max-width: 440px) {
  /* .team-item-container {
    width: 30% !important;
  } */
  .package-detail {
    width: 100% !important;
  }
  .placement-photo-container {
    width: 100% !important;
  }
  .team-item .package-detail h5 {
    font-size: 11px !important;
  }
}
@media (max-width: 360px) {
  .team-item-container {
    /* border: 2px solid red; */
    width: 25% !important;
    margin: 0px auto !important;
  }
  .package-detail {
    width: 100% !important;
  }
  .placement-photo-container {
    width: 100% !important;
  }
  .team-item .package-detail h5 {
    font-size: 10px !important;
  }
}

/*** Data Engineering Course Page ***/
.data_eng_course_page-body-container {
  background-image: url("../img/placement-bg1.jpeg");
  min-height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.dten-header-contact {
  /* background-image:
  linear-gradient(45deg,rgba(12, 12, 12, 0.9),rgba(12, 12, 12, 0.6)), url(../img/courses/data_engineering_header_bg.png); */
  background-image: url(../img/courses/dten_lv.jpg);

  background-position: center center;
  /* background-position: 20% 20%; */
  background-repeat: no-repeat;
  background-size: cover;

  /* opacity: 0.7; */

  /* margin: 3rem !important; */
  /* padding: 3rem !important; */
  padding-bottom: 0 !important;
  /* padding-top: 100px !important; */
}
.python-page-header {
  background-image: url(../img/courses/python\ main\ banner\ 1100x500-01\ \(1\).jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem !important;
}

.sep-page-header {
  background-image: url(../img/courses/sap\ main.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem !important;
}

.science-page-header {
  background-image: url(../img/courses/Data\ Science-01.jpg)!important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem !important;
}

.analys-page-header {
  background-image: url(../img/courses/data\ analyst-01.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem !important;
}


.azure-page-header {
  /* background-image:

  linear-gradient(45deg,rgba(12, 12, 12, 0.9),rgba(12, 12, 12, 0.6)), url(../img/courses/data_engineering_header_bg.png); */
  background-image: url(../img/courses/azure_lv.jpg);

  background-position: center center;
  /* background-position: 20% 20%; */
  background-repeat: no-repeat;
  background-size: cover;

  /* opacity: 0.7; */

  /* margin: 3rem !important; */
  padding: 3rem !important;
  /* padding-bottom: 0 !important; */
  /* padding-top: 100px !important; */
}

.it-fresher-page-header {
  /* background-image:
  linear-gradient(45deg,rgba(12, 12, 12, 0.9),rgba(12, 12, 12, 0.6)), url(../img/courses/data_engineering_header_bg.png); */
  background-image: url(../img/courses/it_lp.jpg);

  background-position: center center;
  /* background-position: 20% 20%; */
  background-repeat: no-repeat;
  background-size: cover;

  /* opacity: 0.7; */

  /* margin: 3rem !important; */
  padding: 5.5rem !important;
  /* padding-bottom: 0 !important; */
  /* padding-top: 100px !important; */
}
.dten-header-contact > .container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;

  height: 65vh;
}
.dten-header-contact > .container {
  display: flex;
  justify-content: space-between;
}
.dten-header-contact h1 {
  margin: 20px 0px;
  text-shadow: 3px 5px 10px #000;
}

.data-engineering-course-heading {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.data-engineering-course-heading p {
  color: var(--light);
  margin: 10px 0px;
}
.data-engineering-course-heading .download-brochure {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--primary);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s;
  font-size: 16px;
  cursor: pointer;
}

.course-timeline {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.module-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;

  width: 80%;
  margin: 5px auto;

  color: #06bbcc;
  font-size: 20px;
  font-weight: bolder;
}
.module-item-r {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 50px;

  width: 80%;
  margin: 5px auto;

  color: #06bbcc;
  font-size: 20px;
  font-weight: bolder;
}
.vl-course {
  border-left: 4px solid rgb(219, 219, 219);
  height: 100px;
}
.vl-course-start {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;

  position: absolute;
  /* backface-visibility: hidden; */
  top: 150px;
  left: 650px;
  z-index: 500;
}
.module-item-1 {
  /* border: solid red; */
  /* align-self: flex-start; */
  text-align: right;
  width: 25%;
}
.module-item-2 {
  width: 25%;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 2px;

  /* border: solid red; */
  background-color: #0078ab21;
  border-radius: 5px;
  border-left: 4px solid var(--primary);
  box-shadow: 3px 2px 7px #a5a5a5;

  transition: 0.5s ease;
}

.module-item-2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 13px;
  margin: 0 auto;
  margin-top: 2px;
  width: 0;
  height: 0;
  border-top: 16px solid var(--primary);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;

  transform: rotate(90deg);
}
.module-item-1-r {
  text-align: left;
  width: 25%;
}
.module-item-2-r {
  width: 25%;
  text-align: center;
  padding: 0px 2px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;

  /* border: solid red; */
  background-color: #0078ab21;
  border-radius: 5px;
  border-right: 4px solid var(--primary);
  box-shadow: -3px 2px 7px #a5a5a5;

  transition: 0.5s ease;
}
.module-item-2-r:after {
  content: "";
  position: absolute;
  left: 22px;
  right: 0;
  margin: 0 auto;
  margin-top: 2px;
  width: 0;
  height: 0;
  border-top: 25px solid var(--primary);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;

  transform: rotate(270deg);
}
.module-item-2:hover,
.module-item-2-r:hover {
  background-color: var(--primary);
  color: #fff;
}
@media (max-width: 1200px) {
  .it-fresher-course-timeline .module-item-2,
  .it-fresher-course-timeline .module-item-2-r {
    height: 90px;
  }
  .azure-course-timeline .module-item-2,
  .azure-course-timeline .module-item-2-r {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .data-engineering-course-heading {
    width: 65%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .dten-header-contact {
    background-image: url(../img/courses/dten_mv.jpg);

    background-position: 100% 25%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .it-fresher-page-header {
    background-image: url(../img/courses/it_mv.jpg);

    background-position: center center;
    /* background-position: 20% 20%; */
    background-repeat: no-repeat;
    background-size: cover;

    /* opacity: 0.7; */

    /* margin: 3rem !important; */
    padding: 1rem !important;
    /* padding-bottom: 0 !important; */
    /* padding-top: 100px !important; */
  }


  .it-fresher-page-header .heading-crash-course {
    display: block;
    font-size: 22px;
  }
  .it-fresher-page-header h1 {
    margin: 0px 0px;
    padding-bottom: 90px;
    text-align: center;
  }
  .azure-page-header {
    background-image: url(../img/courses/azure_mv.jpg);

    background-position: center center;
    /* background-position: 20% 20%; */
    background-repeat: no-repeat;
    background-size: cover;

    /* opacity: 0.7; */

    /* margin: 3rem !important; */
    padding: 1rem !important;
    /* padding-bottom: 0 !important; */
    /* padding-top: 100px !important; */
  }

  

.sep-page-header
{
  background-image: url(../img/courses/sap\ mobile.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem !important;
}
.sep-page-header h1 {
  margin: 0px 0px;
  padding-bottom: 90px;
  text-align: center !important;
}


 .science-page-header
 {
  background-image: url(../img/courses/data\ science\ mobile-01.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem !important;

 }
 .science-page-header h1 {
  margin: 0px 0px;
  padding-bottom: 90px;
  text-align: center !important;
 }
/* .saaaap-page-header
{
  background-image: url(../img/courses/sap\ mobile.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem !important;

}
.saaaap-page-header h1 
{
  margin: 0px 0px;
  padding-bottom: 90px;
  text-align: center !important;
} */
 
 .analys-page-header
 {
  background-image: url(../img/courses/data\ analyst\ mobile-01.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem !important;
 }
 
 .analys-page-header h1{
    margin: 0px 0px;
    padding-bottom: 90px;
    text-align: center !important;
 }


  .azure-page-header h1 {
    margin: 0px 0px;
    padding-bottom: 90px;
    text-align: center;
  }
  .sapp-page-header h1 {
    margin: 0px 0px;
    padding-bottom: 90px;
    text-align: center;
  }
  .dten-header-contact > .container {
    justify-content: center;
  }
  .it-fresher-page-header > .container {
    justify-content: center;
  }
  .dten-header-contact h1 {
    margin: 0px 0px;
    padding-bottom: 90px;
    text-align: center;
  }
  .data-engineering-course-heading {
    /* border: 2px solid red; */
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .dten-header-contact > .container {
    height: 80vh;
  }
  .data-engineering-course-heading h1 {
    margin-bottom: 200px;
  }
  .data-engineering-course-heading p {
    margin: 8px 0px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .dten-header-contact h1 {
    padding-bottom: 70px;
  }
}
@media (max-width: 428px) {
  .dten-header-contact {
    background-image: url(../img/courses/dten_mv.jpg);

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .dten-header-contact > .container {
    justify-content: center;

  }
  .dten-header-contact h1 {
    margin: 0px 0px;
    padding-bottom: 30px;
    text-align: center;
  }
  .data-engineering-course-heading {
    /* border: 2px solid red; */
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .dten-header-contact > .container {
    height: 80vh;
  }
  .data-engineering-course-heading h1 {
    margin-bottom: 200px;
  }
  .data-engineering-course-heading p {
    margin: 8px 0px;
    font-size: 14px;
  }
}
@media (max-width: 393px) {
  .dten-header-contact {
    background-position: 100% 80%;
    background-size: cover;
  }
}
.features-data-engineering {
  /* border: 2px solid red; */
  width: 85%;
  margin: 0px auto;

  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;

  /* box-shadow: 1px 2px 2px #939393; */
  /* box-shadow: 0 0 5px 2px #939393; */
  background-color: #ffffff;
  border-radius: 10px;

  color: #000;
  border-bottom: 3px solid var(--primary);
}
.features-data-engineering-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;

  align-items: center;
}
.features-data-engineering-content img {
  width: 15%;
}
.features-data-engineering-content p {
  margin: 5px 0px;
}
.features-data-engineering-content .bottom {
  font-weight: bolder;
}
.vl {
  border-left: 2px solid rgb(219, 219, 219);
  height: 60px;
}
@media (max-width: 768px) {
  .features-data-engineering {
    /* flex-direction: column; */
    width: 60%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .features-data-engineering-content {
    margin: 0px auto;
  }
  .features-data-engineering-content img {
    width: 20%;
  }
  .features-data-engineering-content p {
    margin: 0px 0px;
  }
  .vl {
    display: none;
  }
}

#read-more-less {
  display: none;
  width: 100%;
}
#qread-more-less {
  display: none;
}

.accordian-container {
  margin: 0px auto;
  width: 70%;
}
.accordion-item {
  margin: 5px 0px !important;
  border: 1px solid gainsboro !important;
}
.accordion-item button {
  color: var(--primary);
}

.why-sayu-softtech {
  width: 70%;
  margin-top: 40px;
}
.why-sayu-softtech-inner-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  border-radius: 5px;
  box-shadow: 0px 0px 5px #949494;
}
.why-sayu-softtech-inner-container .content ul li {
  list-style: none;
  /* margin-bottom: 10px; */
  margin: 5px;

  color: #fff;
  background-color: var(--primary);
  /* padding: 10px 10px; */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 0px;

  border-radius: 5px;
  width: 100%;
}
.why-sayu-softtech-inner-container .content ul img {
  width: 14%;
  border-radius: 50%;

  position: relative;
  left: 20px;

  background-color: #fff;
  border: 3px solid #fff;
}
.why-sayu-softtech-inner-container .content {
  width: 52%;
  margin-right: 20px;
}
.why-sayu-softtech-inner-container .image {
  width: 60%;
}
.why-sayu-softtech-inner-container .image img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
}
.why-sayusofttech-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .why-sayu-softtech {
    width: 80%;
    /* margin-top: 40px; */
  }
  .why-sayu-softtech-inner-container {
    flex-direction: column-reverse;
  }
  .why-sayu-softtech-inner-container .image {
    width: 100%;
  }
  .why-sayu-softtech-inner-container .content {
    width: 90%;
    margin-right: 0px;
    margin-top: 10px;
  }
  .why-sayu-softtech-inner-container .content ul img {
    width: 15%;
  }
}
@media (max-width: 550px) {
  .why-sayu-softtech {
    width: 100%;
    /* margin-top: 40px; */
  }
  .why-sayu-softtech-inner-container {
    flex-direction: column-reverse;
  }
  .why-sayu-softtech-inner-container .image {
    width: 100%;
  }
  .why-sayu-softtech-inner-container .content {
    width: 90%;
    margin-right: 0px;
    margin-top: 10px;
  }
  .why-sayu-softtech-inner-container .content ul img {
    width: 20%;
  }
}

.who-can-apply {
  /* border: 2px solid red; */
  width: 70%;
  margin-top: 40px;
}
.who-can-apply h2 {
  margin: 20px 0px;
}
.who-can-apply-inner-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  border-radius: 5px;
  box-shadow: 0px 0px 5px #949494;
}
.who-can-apply-inner-container .content ul li {
  list-style: none;

  margin-bottom: 10px;
}
.who-can-apply-inner-container .content ul li i {
  border: 2px solid grey;
  padding: 1px;
}
.who-can-apply-inner-container .content {
  width: 52%;
}
.who-can-apply-inner-container .image {
  width: 60%;
}
.who-can-apply-inner-container .image img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
}
/* @media (max-width:1200px) {
  #brief-intro-to-big-data .module-item-2-r {
    padding: 20px 5px;
  }
}
@media (max-width:991px) {
  #brief-intro-to-big-data .module-item-2-r {
    padding: 0px 5px;
  }
} */
@media (max-width: 991px) {
  .module-item-1,
  .module-item-1-r,
  .module-item-2,
  .module-item-2-r {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .course-timeline {
    width: 100% !important;
  }
  .module-item,
  .module-item-r {
    width: 100%;
    margin: 3px auto;
    font-size: 16px;

    gap: 25px;
  }
  /* .module-item-1, .module-item-2 {
    width: 50%;
  } */
  .vl-course {
    border-left: 4px solid rgb(219, 219, 219);
    height: 60px;
  }
  /* #brief-intro-to-big-data .module-item-2-r {
    padding: 20px 5px;
  } */
  .module-item-2:after {
    left: 0;
    right: 13px;
    margin: 0 auto;
    margin-top: 2px;
    border-top: 16px solid var(--primary);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  .module-item-2-r:after {
    left: 13px;
    margin: 0 auto;
    border-top: 16px solid var(--primary);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  .who-can-apply {
    width: 80%;
  }
  .who-can-apply-inner-container {
    flex-direction: column-reverse;
  }
  .who-can-apply-inner-container .image {
    width: 100%;
  }
  .who-can-apply-inner-container .content {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
    /* border: solid red; */
  }
  .who-can-apply-inner-container .content ul li {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  /* .module-item-2, .module-item-2-r {
    padding: 10px;
  }
  .below-text-timeline .module-item-2:after, .below-text-timeline .module-item-2-r:after {
    margin-top: -8px;
  }
  #introduction-graphics .module-item-2:after {
    margin-top: -20px;
  } */

  .who-can-apply {
    width: 100%;
  }
  .who-can-apply-inner-container {
    flex-direction: column-reverse;
  }
  .who-can-apply-inner-container .image {
    width: 100%;
  }
  .who-can-apply-inner-container .content {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
    /* border: solid red; */
  }
  .who-can-apply-inner-container .content ul li {
    font-size: 15px;
  }
}

.brochure-popup {
  width: 25%;
  background: #fff;
  border-radius: 15px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;
  padding: 0px 10px 10px;
  color: #333;
  visibility: hidden;

  /* background: url('../img/contact-box.jpg'); */
  background-position: center;

  transition: transform 0.4s, top 0.4s;
}
.brochure-open-popup {
  visibility: visible;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.brochure-popup h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0 5px;
}
.brochure-popup .submit-btn {
  width: 80%;
  /* margin-top: 20px; */
  padding: 3px 0;
  background: var(--primary);
  color: #fff;
  border: 0;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

  /* line-height: 20px; */
}
.brochure-popup .close-btn {
  width: 10%;
  position: absolute;
  right: 2px;
  top: 10px;
  border: none;
  color: #000;
  /* background: #fff; */
}
@media (max-width: 768px) {
  .brochure-popup {
    width: 80%;

    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;

    text-align: center;
    padding: 0px 10px 10px;
  }
}

.popup input {
  width: 90%;
  border-radius: 5px;
}

@media (max-width: 550px) {
  .accordian-container {
    width: 100%;
  }
}

/* .brochure-popup::backdrop {
  background: rgba(255,0,0,.25);
} */
/* .blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
} */

.data-enginering-tools-to-master {
  /* border: 2px solid red; */
  width: 70%;
  margin-top: 40px;
}
.data-enginering-tools-to-master
  .data-enginering-tools-to-master-inner-container {
  display: flex;

  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.data-enginering-tools-to-master
  .data-enginering-tools-to-master-inner-container
  img {
  /* border: 2px solid blue; */
  width: 13%;
  margin: 0 30px;
}
#apache_hive_logo,
#dwh_logo {
  width: 9%;
}
#azure-tool,
#linux-tool,
#python-tool {
  width: 9%;
}
@media (max-width: 768px) {
  .data-enginering-tools-to-master {
    width: 100%;
  }
  .data-enginering-tools-to-master
    .data-enginering-tools-to-master-inner-container
    img {
    width: 27%;
    margin: 5px 30px;
  }
  #apache_hive_logo,
  #dwh_logo {
    width: 20%;
  }
  #azure-tool,
  #linux-tool,
  #python-tool {
    width: 20%;
  }
}

.sample-cert {
  width: 70%;
  margin-top: 40px;
}
.sample-cert .sample-cert-inner-container {
  /* width: 50%; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sample-cert-inner-container img {
  width: 60%;
  margin: 0px auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .sample-cert {
    width: 100%;
  }
  .sample-cert-inner-container img {
    width: 80%;
  }
}
@media (max-width: 550px) {
  .sample-cert {
    width: 100%;
  }
  .sample-cert-inner-container img {
    width: 100%;
  }
}

.avg-sal {
  width: 55%;
  margin-top: 40px;
}
.avg-sal-inner canvas {
  /* border: 2px solid red; */
  margin: 0px auto;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}


@media (max-width: 768px) {
  .avg-sal {
    width: 100%;
    margin-top: 40px;
  }
  .avg-sal-inner canvas {
    width: 350px !important;
    height: 250px !important;
    /* border: solid red; */
    /* margin-right: 100px !important; */
    /* margin: 0px auto !important; */
  }
  .avg-sal h4,
  .avg-sal h5,
  .avg-sal h1 {
    /* border: solid red; */
    padding: 0px 20px;
  }
}

.data-enginering-faq {
  /* border: 2px solid red; */
  width: 70%;
  margin-top: 40px;
}
.data-enginering-faq .data-enginering-faq-inner-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.faq-accordian-container {
  margin: 0px auto;
  width: 100%;
}
@media (max-width: 768px) {
  .data-enginering-faq {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .faq-accordian-container .accordion-body p {
    font-size: 14px !important;
  }
}

.review-container {
  width: 70%;
  margin-top: 40px;
}
.review-container .review-inner-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap !important;
  margin: 10px 0px;
}
.review-container .video-container {
  display: inline-block;
  display: flex;
  justify-content: center;
  flex-wrap: wrap !important;
  margin: 5px;
}
.review-container .video-container video {
  width: 60%;
}
.review-container .video-container iframe {
  width: 350px;
  height: 250px;
}
@media (max-width: 768px) {
  .review-container {
    width: 100%;
  }
  .review-container .video-container video {
    width: 100%;
  }
  .review-container .video-container iframe {
    width: 250px;
    height: 250px;
  }
}

/* Gallery Page */
.blog-header {
  background-image: url(../img/blogs/blog\ main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.5rem !important;
}
.blog-header h1 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  text-shadow: 3px 5px 10px #000 !important;
  font-family: "Nunito",sans-serif !important;
  font-weight: 900 !important;
  line-height: 5rem !important;
  font-size: 4rem !important;
}
/* fromus-header */
.hirefromus-header {
  background-image: url(../img/hire\ from\ us\ main\ banner\ lp-01.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:4.5rem !important;

}
.hirefromus-header h1 
{
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  text-shadow:3px 5px 10px #000 !important;
  font-family:"Nunito",sans-serif !important;
  font-weight: 900 !important;
  line-height: 5rem !important;
  font-size: 4rem !important;
}
/* selfpaced-header */
.selfpaced-header 
{
  background-image: url(../img/self\ paced\ lp-01.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.5rem !important;
}
.selfpaced-header h1 
{
  margin-top:0 !important;
  margin-bottom: 0.5rem !important;
  text-shadow: 3px 5px 10px #000 !important;
  font-family: "Nunito" ,sans-serif !important;
  font-weight: 900 !important;
  line-height: 5rem !important;
  font-size: 4rem !important;
}
/* verify-header */
.verify-header 
{
  background-image: url(../img/verify\ cer.\ lp-01.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.5rem !important;
}
.verify-header h1 
{
  margin-top:0 !important;
  margin-bottom: 0.5rem !important;
  text-shadow: 3px 5px 10px #000 !important;
  font-family:"Nunito",sans-serif !important;
  font-weight: 900 !important;
  line-height: 5rem !important;
  font-size:4rem !important;
}
/* profile-header */
.profile-header 
{
  background-image: url(../img/profile\ banner\ lp-01.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.5rem !important;
}
.profile-header h1 
{
  margin-top:0 !important;
  margin-bottom: 0.5rem !important;
  text-shadow: 3px 5px 10px #000 !important;
  font-family: "Nunito",sans-serif !important;
  font-weight: 900 !important;
  line-height: 5rem !important;
  font-size: 4rem !important;
}
/* careerpage-header */
.careerpage-header 
{
  background-image: url(../img/career_main_banner.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.5rem !important;
}
.careerpage-header h1 
{
  margin-top:0 !important;
  margin-bottom: 0.5rem !important;
  text-shadow: 3px 5px 10px #000 !important;
  font-family: "Nunito",sans-serif !important;
  font-weight: 900 !important;
  line-height: 5rem !important;
  font-size: 4rem !important;
}
 .other-header 
{
  background-image: url(../img/other\ services\ main\ banner\ lp-01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.5rem !important;
}
.other-header h1 
{
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  text-shadow: 3px 5px 10px #000 !important;
  font-family: "Nunito",sans-serif !important;
  font-weight: 900 !important;
  line-height: 5rem !important;
  font-size: 4rem !important;
} */
/* 
contactpage-header */
.contactpage-header 
{
  background-image: url(../img/contact-header-bg2.jpg) !important;
  background-position: center  center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.5rem !important;
}
.contactpage-header h1 
{
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  text-shadow: 3px 5px 10px #000 !important;
  font-family:"Nunito",sans-serif !important;
  font-weight: 900 !important;
  line-height: 5rem !important;
  font-size: 4rem !important;
}
.gallery-header {
  background: url(../img/gallery_page_main_banner-01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  /* margin: 3rem !important; */
  padding: 4.5rem !important;
}
.gallery-header h1 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  text-shadow: 3px 5px 10px #000 !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 900 !important;
  line-height: 5rem !important;
  font-size: 4rem !important;
}
.gallery-section-container {
  background-image: url("../img/placement-bg1.jpeg");
  min-height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  /* transform: rotate(90deg); */
}

.carousel-inner {
  border-radius: 10px;
}
.gallery-video-container {
  width: 70%;
  /* margin-top: 40px; */
  /* border: 2px solid red; */
  margin: 0px auto;
  margin-top: 50px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;

  color: #000;
}
.gallery-video-container iframe {
  width: 400px;
  height: 250px;
 

}

.c-item {
  height: 480px;
}

.c-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
@media (max-width: 768px) {
  .blog-header {
    background-position: 5% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .blog-header h1 {
    margin-top: 80px !important;
  }
  .hirefromus-header {
    background-position: 5% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hirefromus-header h1 
  {
    margin-top:80px !important;
  }
  .verify-header 
  {
    background-position: 5% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .verify-header h1 
  {
    margin-top: 80px !important;
  }
  .selfpaced-header {
    background-position: 5% center;
    background-repeat: no-repeat !important;
    background-size: cover;
  }
  .selfpaced-header h1 
  {
    margin-top: 80px !important;
  }
  .profile-header 
  {
    background-position: 5% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .profile-header h1 
  {
    margin-top: 80px !important;
  }
  .careerpage-header 
  {
    background-position: 5% center;
    background-repeat: no-repeat !important;
    background-size: cover;
  }
  .careerpage-header h1 
  {
    margin-top:80px !important;
  }
  .contactpage-header 
  {
    background-position: 5% center;
    background-repeat: no-repeat !important;
    background-size: cover;

  }
  .contactpage-header h1 
  {
   margin-top: 80px !important;
  }
  .other-header {
    background-position: 5% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .other-header h1 
  {
    margin-top: 80px !important;
  }
  
  .gallery-header {
    background-position: 5% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gallery-header h1 {
    margin-top: 80px !important;
  }
  .gallery-video-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .gallery-video-container .content {
    font-size: 14px;
    
  }
  .gallery-video-container iframe {
    width: 300px;
    height: 200px;
    
  }
}

/* Career Page */


/* { */

  /* background-size: 57% 300%; */

  /* margin: 3rem !important; */
  /* background-color: #2565d3 !important; */
  /* background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)) !important; */
  /* padding: 9rem !important; */
/* } */
.career-section {
  /* border: 2px solid red; */
  width: 100%;
}
.career-section .careers,
.career-section .careers-why,
.career-section .hiring-roles,
.career-section .apply-form {
  width: 70%;
  margin: 0px auto;
}
.career-section .core-values {
  margin: 0px auto;
}
.career-section .core-values .content {
  display: flex;
}
.career-section .container > div {
  margin-bottom: 50px;
}
.core-values .content img {
  width: 90%;
  margin: 0px auto !important;
}

.hiring-roles .content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px 0px;
}
.hiring-roles .content div {
  width: 30%;
  text-align: center;
  padding: 7px 0px;
  font-size: 1.1rem;
  background-color: #cdf6fa;
  color: #000;
  transition: 0.5s;
}
.hiring-roles .content div:hover {
  background-color: var(--primary);
  color: var(--light);
}
.apply-form form {
  width: 70% !important;
  margin: 0px auto;
}
.apply-form form input::-webkit-outer-spin-button,
.apply-form form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.apply-form .form-floating > .form-control:focus,
.apply-form .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
/* .countryCodeApply-container {
  width: 15%;
  margin-left: 10%;
} */
@media (max-width: 768px) {
  /* .page-header-career {
    background-size: 220% 100% !important;
  } */
  .career-section {
    width: 100%;
  }
  .career-section .careers,
  .career-section .careers-why,
  .career-section .hiring-roles,
  .career-section .apply-form {
    width: 100%;
    margin: 0px auto;
  }

  .career-section .careers .content p {
    font-size: 14px;
  }

  .core-values .content img {
    width: 100%;
    content: url("../img/our\ core\ value-01.png");
  }

  .hiring-roles .content {
    flex-direction: column;
    gap: 10px;

    margin: 10px 0px;
  }
  .hiring-roles .content div {
    width: 60%;
    font-size: 1rem;
  }

  .apply-form .content {
    margin: 20px auto !important;
  }
  .apply-form form {
    width: 100%;
    margin: 0px auto;
  }
  .form-element-box > div {
    margin: 5px auto;
  }
  .countryCodeApply-container {
    width: 33%;
  }
  .phoneNumberApply-container {
    width: 67%;
  }
}
@media (max-width: 650px) {
  .page-header-career {
    background: url(../img/career_main_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2565d3 !important;
    padding: 7.5rem !important;
  }
}

/* 2D Graphics Course Page */
.graphics_course_page-body-container {
  background-image: url("../img/placement-bg1.jpeg");
  min-height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.graphics-page-header {
  /* background-image:
  linear-gradient(45deg,rgba(12, 12, 12, 0.9),rgba(12, 12, 12, 0.6)), url(../img/courses/main_banner_graphics_page.jpg); */
  background-image: url(../img/courses/gfx_lv.jpg);

  background-position: 50% 60%;
  /* background-position: 20% 20%; */
  background-repeat: no-repeat;
  background-size: cover;

  /* opacity: 0.9; */

  /* margin: 3rem !important; */
  /* padding: 3rem !important; */
  padding-bottom: 0 !important;
  /* padding-top: 100px !important; */
}
.graphics-page-header > .container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;

  height: 65vh;
}
.graphics-page-header > .container {
  display: flex;
  justify-content: space-between;
}
.graphics-page-header h1 {
  margin: 20px 0px;
  text-shadow: 3px 5px 10px #000;
}

.graphics-page-course-heading {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.graphics-page-course-heading p {
  color: var(--light);
  margin: 10px 0px;
}
.graphics-page-course-heading .download-brochure {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--primary);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s;
  font-size: 16px;
  cursor: pointer;
}

.graphics-design-tools-to-master {
  /* border: 2px solid red; */
  width: 70%;
  margin-top: 40px;
}
.graphics-design-tools-to-master
  .graphics-design-tools-to-master-inner-container {
  display: flex;
  /* flex-direction: column; */
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
/* .graphics-design-tools-to-master .graphics-design-tools-to-master-inner-inner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  } */
/* .graphics-design-tools-to-master-inner-inner-container p {
    display: inline-block;
    width: 60%;
  } */
.graphics-design-tools-to-master
  .graphics-design-tools-to-master-inner-container
  img {
  /* border: 2px solid blue; */
  width: 13%;
  margin: 0 30px;
}
@media (max-width: 991px) {
  .graphics-page-course-heading {
    width: 67%;
  }
}
@media (max-width: 768px) {
  .graphics-design-tools-to-master {
    width: 100%;
  }
  .graphics-design-tools-to-master
    .graphics-design-tools-to-master-inner-container
    img {
    width: 27%;
    margin: 5px 30px;
  }
  .graphics-page-header {
    background-image: url(../img/courses/gfx_mv.jpg);
    background-position: 50% 30%;
    background-size: 100% 135%;
  }
  .graphics-page-header > .container {
    justify-content: center;
  }
  .graphics-page-header h1 {
    margin: 0px 0px;
  }
  .graphics-page-course-heading p {
    margin: 5px 0px;
  }
  .graphics-page-course-heading #first-p-tag {
    padding-top: 30px;
  }
  .graphics-page-header > .container {
    height: 82vh;
  }
  .graphics-page-course-heading {
    width: 100%;
    margin-bottom: 40px;
  }
  .graphics-page-course-heading h1 {
    margin-bottom: 150px;
    text-align: center;
  }
  .graphics-page-course-heading p {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  .graphics-page-header > .container {
    height: 84vh;
  }
  .graphics-page-header h1 {
    padding-top: 20px;
  }
  .graphics-page-header {
    background-position: 50% 55%;
    background-size: cover;
  }
}
@media (max-width: 390px) {
  /* .graphics-page-header h1 {
    margin: 0px 0px;
  } */
  .graphics-page-header {
    background-position: 50% 90%;
    background-size: 100% 110%;
  }
}

.graphics-career-paths-skills {
  /* border: solid red; */
  width: 70%;
  margin: 40px auto;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.graphics-career-paths-skills .career-paths,
.graphics-career-paths-skills .skills {
  width: 50%;
}
.career-paths-inner li,
.skills-inner li {
  list-style: none;
  /* text-align: center; */
  width: 70%;
  margin: 0px auto;
}
@media (max-width: 768px) {
  .graphics-career-paths-skills .career-paths,
  .graphics-career-paths-skills .skills {
    width: 100%;
  }
  .graphics-career-paths-skills {
    width: 100%;
    margin: 40px auto;

    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .career-paths-inner li,
  .skills-inner li {
    /* width: 100%; */
    font-size: 14px;
  }
  .skills h4 {
    text-align: left !important;
    padding-left: 50px;
  }
}



/* Advertise */
/* .advertise {
  width: 40%;
  background: #fff;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;
  padding: 0;
  color: #333;
  visibility: hidden;

  background: url("../img/why\ sayu\ softtech2.png"); 
  background-position: center;

  transition: transform 0.4s, top 0.4s;
}

.advertise img {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 15px;
}
.open-advertise {
  visibility: visible;
  top: 550%;
  transform: translate(-50%, -50%) scale(1);
 
}
.advertise-close-btn {
  width: 10%;
  position: absolute;
  right: 2px;
  top: 10px;
  border: none;
  color: #000;
}

@media (max-width:768px) {
  .advertise {
    width: 80%;
  }
}
@media (max-width:468px) {
  .advertise {
    width: 90%;
  }
} */

@media (max-width:1200px) {
  .azure-course-timeline .module-item-2,
  .azure-course-timeline .module-item-2-r {
    height: 90px !important;
  }


}
@media (max-width:991px) {
  .data-engineering-course-heading {
    width: 65%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}



.python-page-header > .container {
  justify-content: center;
}

.science-page-header > .container
{
  justify-content: center;
}
.analys-page-header > .container {
  justify-content: center;
}
.sep-page-header > .container {
  justify-content: center;
}






/* Advertise */
/* .advertise {
  width: 40%;
  background: #fff;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;
  padding: 0;
  color: #333;
  visibility: hidden; */

  /* background: url("../img/ad.jpg"); */
  /* background-position: center;

  transition: transform 0.4s, top 0.4s;
}

.advertise img {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 15px;
}
.open-advertise {
  visibility: visible;
  top: 550%;
  transform: translate(-50%, -50%) scale(1);
 
}
.advertise-close-btn {
  width: 10%;
  position: absolute;
  right: 2px;
  top: 10px;
  border: none;
  color: #dbd2d2;
}

@media (max-width:768px) {
  .advertise {
    width: 80%;
  }
}
@media (max-width:468px) {
  .advertise {
    width: 90%;
  }
} */


/* Default styling */
.g-recaptcha {
    transform: scale(1); 
    transform-origin: center;
}

/* Adjust for screens smaller than 400px */
@media (max-width: 400px) {
    .g-recaptcha {
        transform: scale(0.85); /* Reduce size */
        transform-origin: left center; /* Adjust position */
    }
}

/* Adjust for screens smaller than 320px */
@media (max-width: 320px) {
    .g-recaptcha {
        transform: scale(0.75); /* Reduce size further */
        transform-origin: left center;
    }
}
/* Advertise Popup */
/* Popup box */
/* Overlay */
.popup-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;

  background:rgba(0,0,0,0.6);

  opacity:0;
  visibility:hidden;

  transition:opacity 0.3s;

  z-index:999; /* behind popup */
}

.show-overlay{
  opacity:1;
  visibility:visible;
}

/* Popup */
.advertise{
  width:850px;
  max-width:95%;

  background:#fff;
  border-radius:15px;
  max-height:90vh;   /* prevent popup from exceeding screen */
  overflow:auto;     /* allow scroll if image is large */
  position:fixed;
  top:-500px;
  left:50%;

  transform:translateX(-50%);
  transition:top 0.6s ease;

  visibility:hidden;

  z-index:1000; /* ABOVE overlay */
}

.open-advertise{
  top:115%;
  transform:translate(-50%,-50%);
  visibility:visible;
}

/* Image */
.advertise img{
  width:100%;
  max-height: 80vh; 
  object-fit:contain;
  display:block;
  border-radius:15px;
}
/* Modern close button */
.advertise-close-btn{
  position:absolute;
  top:10px;
  right:12px;

  width:35px;
  height:35px;

  border:none;
  border-radius:50%;

  background:rgba(0,0,0,0.6);
  color:#fff;

  font-size:20px;
  line-height:35px;
  text-align:center;

  cursor:pointer;

  transition:all 0.3s ease;
}

/* hover effect */
.advertise-close-btn:hover{
  background:#000;
  transform:scale(1.1);
}
.advertise.closing{
  transition: none !important;
}