
    
    *{
      font-family: "Poppins", sans-serif;
}
.bg_light {
    background: #eef4fc;
    padding: 10px;
    border-radius: 10px;
}
.video_box {
    width: 100%;
    border: 10px solid #ffffff;
    border-radius: 30px;
}
.highlight-heading {
    color: #ff8503 !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    font-size: 26px !important;
    background: #ffffff !important;
    padding: 10px !important;
    border-radius: 8px !important;
}
.google_partner{
    width: 240px;
}
.collage_box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom:20px;
}

H3{
  font-weight: 500;
    line-height: 1.2;
}
p {
    font-size: 18px;
    letter-spacing: 0.03em;
}

/* HERO BACKGROUND */
.hero-demo {
  background-image: url(./assets/images/image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* HERO INNER SPACING */
.hero-demo-main {
  padding: 160px 0 80px;
}
.heading-main {
  font-size: 35px;
  color: #fff;
  text-align: start;
}
.sliderHeading{
  text-align: start;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
/* FORM CARD */
.form-screen-hero {
  background: #fff;
  padding: 24px;
  border: 15px solid #15181a;
  text-align: start;
  max-width: 435px;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 0 12px rgba(255, 234, 180, 0.5);
}

/* FORM ALIGN CENTER */
.formAlign {
  display: flex;
  justify-content: center;
}
.form-control {
    border-radius: 6px;
    padding: 10px;
}


/* TEXT */
.slide-text h2 {
  font-size: 45px;
  color: #fff;
}

.slide-text h4 {
  color: #fff;
}

.coDetail {
  color: #f1f1f1;
  font-size: 16px;
  line-height: 1.7;
  text-align: start;
  font-weight: 600;
}

/* METRICS */
.course-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.course-metric {
  text-align: center;
}

.metric-heading {
  font-size: 40px;
  font-weight: 700;
  /* color: #ffb703; */
}

.metric-sub-heading {
  font-size: 14px;
  color: #fff;
}

/* ====== RESPONSIVE ====== */

/* Tablet */
@media (max-width: 991px) {
  .hero-demo-main {
    padding: 120px 0 0px;
  }

  .slide-text h2 {
    font-size: 36px;
  }

  .course-metrics {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hero-demo-main {
    padding: 100px 15px 0px;
    text-align: center;
  }
  .metric-heading {
  font-size: 40px;
  font-weight: 700;
  /* color: #ffb703; */
}

  .heading-main {
    font-size: 30px;
  }

  .slide-text h2 {
    font-size: 28px;
  }

  .slide-text h4 {
    font-size: 18px;
  }

  .coDetail {
    font-size: 15px;
  }

  .formAlign {
    margin-top: 40px;
  }

  .course-metrics {
    flex-direction: column;
    align-items: center;
  }

  .form-screen-hero {
    border-width: 10px;
  }
  .intro-details {
    padding-top: 80px;
  }
}

@media (max-width: 500px) {
  .intro-details {
    padding-top: 80px;
  }
  .heading-main {
    font-size: 19px;
  }
  .main-heading {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .intro-details {
    padding-top: 100px;
  }
}
/*  HERO BACKGROUND END  */

.pt-40 {
  padding-top: 40px;
}
.pt {
  padding-top: 80px;
}
.pb {
  padding-bottom: 80px;
}
.pt-130 {
  padding-top: 130px;
}
.width99 {
  width: 99%;
  margin: 0 auto;
}
.width95 {
  width: 95%;
  margin: 0 auto;
}
.width90 {
  width: 90%;
  margin: 0 auto;
}
.width80 {
  width: 88%;
  margin: 0 auto;
}
.width99 {
  width: 99%;
  margin: 0 auto;
}
.section-title-area.width100 p {
  width: 100%;
  text-align: justify;
}
p {
  color: #043146;
}
li {
  color: #043146;
}
li a {
  color: #043146;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px !important;
}
.heading-div.white-heading h3 {
  color: #fff;
  margin-top: 20px;
}
.section-title-area.white-heading h1 {
  color: #fff;
}
.section-title-area.white-heading p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  text-align: justify;
}
a {
  text-decoration: none;
}
p,
a {
  color: #043146;
}
a:hover {
  text-decoration: none;
}
.comm-margin {
  margin-top: 420px;
  position: relative;
  z-index: 1;
  background-color: white;
}
/* header */
/* ✅ Default dropdown hidden */
.drop-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.drop-menu {
  max-height: 100%;
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 620px;
}

/* ✅ Mobile dropdown open behavior */
@media (max-width: 970px) {
  /* ensure images visible on dark backgrounds */
  .menu_box img {
    filter: invert(1);
  }

  .close_icon img {
    filter: grayscale(1);
  }

  /* When checkbox checked, expand dropdown */
  #drop-about:checked ~ .drop-menu,
  #drop-courses:checked ~ .drop-menu,
  #drop-counseling:checked ~ .drop-menu {
    max-height: 800px;
    /* big enough for full content */
  }

  .drop-menu {
    max-height: 100%;
    overflow: hidden;
    transition: max-height 0.4s ease;
    max-height: auto !important;
  }
}


@keyframes scroll-loop {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* --- Full-width Scrolling Bar Container (Hides Overflow) --- */
.scrolling-bar {
  overflow: hidden;
  white-space: nowrap;
  background-color: white;
  border-bottom: 2px solid var(--color-primary);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.05);
  /* Soft shadow */
  padding: 0.75rem 0;
}

/* --- Scrolling Track (Applies the animation) --- */
.scrolling-track {
  display: flex;
  width: max-content;
  /* Critical: Makes the track width equal to the combined content */
  animation: scroll-loop 25s linear infinite;
  /* 25s speed, infinite loop */
}

/* --- Pause on Hover Enhancement --- */
.scrolling-bar:hover .scrolling-track {
  animation-play-state: paused;
}

/* --- Content Block Structure & Styling --- */
.scrolling-content-unit {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  /* text-sm */
  font-weight: 500;
  /* font-medium */
  color: var(--color-text-dark);
  letter-spacing: 0.025em;
  /* tracking-wide */
  padding-right: 4rem;
  /* Ensures large gap between repeating blocks */
}

/* Styling for links within the content */
.scrolling-content-unit a {
  font-weight: 600;
  margin-left: 0.25rem;
  text-decoration: none;
  color: inherit;
  transition: color 150ms ease-in-out;
}

.scrolling-content-unit a:hover {
  color: var(--color-primary-dark);
}

/* Styling for separators and icons */
.scrolling-content-unit .separator {
  color: var(--color-primary);
  margin: 0 0.5rem;
}

.scrolling-content-unit .icon {
  color: var(--color-primary);
  margin-right: 0.5rem;
}

.scrolling-content-unit .label {
  margin-right: 1.5rem;
}

.scrolling-content-unit .pipe-separator {
  color: var(--color-primary);
  margin: 0 1.5rem;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

.modal-backdrop {
  display: none !important;
}

.brochure-btn {
  background-color: #0f79be;
  border-radius: 3px;
  padding: 0px 20px;
  /* height: 60px; */
  border: none;
  color: white;
  font-weight: 600;
  font-size: 17px;
  margin: 0px 15px;
  padding: 12px 30px;
}

.popup-form {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  align-items: center;
  padding: 0px 10px;
}

.form-control {
  border: none !important;
  outline: none !important;
}

.form-btn {
  background-color: #2c849e;
  border-radius: 10px;
  padding: 0px 40px;
  height: 60px;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 17px;
}

.form-control:focus {
  box-shadow: none !important;
}
/* header */

/*Start Common heading*/
.centerhding {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.comon-hding {
  padding-bottom: 30px;
}
.comon-hding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.member-content a:hover {
  text-decoration: none;
}
.member-content p {
  font-size: 16px;
  color: inherit;
  margin: 0;
  padding: 0;
}
.title1 {
  font-size: 30px;
  line-height: 30px;
  color: #0f3564;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(to right, #0077c1 0%, #0f3564 100%);
  -webkit-text-fill-color: transparent;
}
.title2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  color: #262626;
  text-transform: capitalize;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 15px;
}

.comon-hding .title2 span {
  color: #0f3564;
  font-style: italic;
  background: linear-gradient(to right, #0077c1 0%, #0f3564 100%);
  -webkit-text-fill-color: transparent;
}
.title3 {
  font-size: 18px;
  line-height: 30px;
  color: #616161;
  text-transform: inherit;
  letter-spacing: 0.03em;
  margin: 0 auto;
}
/*End Common Heading*/

/*Animation*/
.zoom-in-zoom-out {
  width: fit-content;
  animation: zoom-in-zoom-out 6s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.service-sec .shape-5 {
  position: absolute;
  top: 1%;
  right: 1%;
  z-index: -1;
  -webkit-animation: spinner 2s infinite linear;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.service-sec .shape-4 {
  position: absolute;
  left: 7%;
  top: 9%;
  z-index: -1;
  animation: animate 5s linear infinite;
  transform: rotateY(360deg);
  transform-style: preserve-3d;
}
@keyframes animate {
  100% {
    transform: scale(var(--scale)) rotateY(1turn);
  }
}
.service-sec .shape-7 {
  position: absolute;
  right: 8%;
  bottom: 8%;
  z-index: -1;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.service-sec .shape-6 {
  position: absolute;
  left: -1%;
  bottom: 3%;
  z-index: -1;
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  opacity: 0.6;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*End Animation*/

/*Start Shape*/
.shape01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.shape02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.shape-circle {
  width: 500px;
  height: 500px;
  right: -140px;
  top: 0;
  background-color: transparent;
  border-radius: 50%;
  border: 50px solid rgba(255, 54, 107, 0.05);
  position: absolute;
  z-index: -1;
}
/*Start List circle*/

/*** Key Points ***/

.c-bg {
  padding: 0;
  margin: 0;
}
/* .cone {background:linear-gradient(45deg, #FEB600 0%,#ffc108 100%);} */
.cone {
  background: linear-gradient(45deg, #ff8503 0%, #ff8503 100%);
}
/* .ctwo {background:linear-gradient(45deg, #1F9CBD 0%, #49b9da 100%);} */
.ctwo {
  background: linear-gradient(45deg, #0f79be 0%, #0f79be 100%);
}
/* .cthree {background: linear-gradient(45deg, #FEB600 0%,#ffc108 100%);} */
.cthree {
  background: linear-gradient(45deg, #ff8503 0%, #ff8503 100%);
}
/* .cfour {background:linear-gradient(45deg, #1F9CBD 0%, #49b9da 100%);} */
.cfour {
  background: linear-gradient(45deg, #0f79be 0%, #0f79be 100%);
}
.cone h4,
.cthree h4,
.carte.cone p,
.carte.cthree p,
.carte.cone a,
.carte.cthree a {
  color: #fff !important;
}
.carte {
  right: 0px;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 60px;
  bottom: 0;
  transform-origin: bottom;
  border-radius: 0px;
  color: #0d1226;
  text-align: center;
  padding: 20px 25px;
  transition: 500ms;
  display: block;
  overflow: hidden;
  clear: both;
}
.ctwo {
  right: 0px;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 60px;
  transform-origin: bottom;
}
.ctwo:hover {
  height: 210px !important;
  border-radius: 6px !important;
}

.carte:hover {
  height: 210px !important;
  border-radius: 6px !important;
  z-index: 10;
}
.carte:hover h4 {
  text-align: left !important;
}
.key-point {
  position: relative;
  z-index: 1;
  display: block;
  clear: both;
  bottom: 80px;
}
.kabslt {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: -115px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.kabslt .carte h4 {
  color: rgba(255, 255, 255, 0.99);
  text-transform: capitalize;
  font-family: "LexendMedium";
  position: relative;
  display: block;
  clear: both;
  font-size: 18px;
  margin: 0 0 15px 0;
  text-align: center;
  letter-spacing: 0.03em;
}
.kabslt .carte p {
  font-size: 17px;
  text-align: justify;
  display: block;
  position: relative;
  line-height: 25px;
  margin: 0;
  color: #fff;
}
.kabslt .carte a {
  font-size: 18px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.89);
  display: block;
  position: relative;
  text-transform: capitalize;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
  width: 35%;
  margin-bottom: 14px;
}
.kabslt .carte a:hover {
  color: #000;
}
.key-imag {
  position: relative;
  z-index: 0;
  display: block;
  clear: both;
}
.key-imag img {
  position: absolute;
  top: 205px;
  right: 0px;
  width: 70px;
}
/***Key Points End ***/
.list-services ul li {
  font-size: 18px;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
  line-height: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
  color: #043146;
  font-family: "LexendRegular";
}
.member-content a {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 600;
  text-decoration: none;
  font-family: "LexendRegular";
}
.member-content a:hover {
  color: #2a2a2a;
  text-decoration: none;
}
.list-services ul li a {
  color: #3b4052;
  font-family: "PoppinsMedium";
}
.list-services ul li a:hover {
  color: #1f9cbd;
}
.list-services ul li:after {
  top: 7px;
  background: #d6fbff;
}
.list-services li:before {
  top: 3px !important;
  left: 3px !important;
  border: 1px dashed #1f9cbd;
  animation: spin 15s linear infinite;
  -webkit-animation: spin 15s linear infinite;
}
.list-services ul li:before,
.list-services ul li:after {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
/*End List Circle*/
/*start counter*/
.abt-counter {
  background: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.abt-counter .comon-hding {
  padding-bottom: 30px;
}
.abt-counter .comon-hding .title3 {
  margin: 0;
}
.abt-counter .icon-one {
  background-image: url(../image/icon/13-1.png);
  position: absolute;
  left: 30px;
  bottom: 0px;
  width: 313px;
  height: 212px;
  background-repeat: no-repeat;
}
.abt-counter .icon-two {
  background-image: url(../image/icon/14.png);
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 301px;
  height: 495px;
  background-repeat: no-repeat;
}
.main {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
.counterup {
  transition: 0.5s;
  padding: 0 15px;
  border-radius: 8px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 30px 15px;
}
.counterup h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  font-family: "RubikMedium";
  text-align: center;
  margin: 0;
  letter-spacing: 0.01em;
}
.counterup.odd {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #0077c1),
    color-stop(100, #0f3564)
  );
  background-image: -webkit-linear-gradient(left, #0077c1 0%, #0f3564 100%);
  background-image: linear-gradient(to right, #0077c1 0%, #0f3564 100%);
}
.counterup.even {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #191514),
    color-stop(100, #000)
  );
  background-image: -webkit-linear-gradient(left, #191514 0%, #000000 100%);
  background-image: linear-gradient(to right, #191514 0%, #000000 100%);
}
.counterup {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #00a7fe),
    color-stop(100, #0077c1)
  );
  background-image: -webkit-linear-gradient(left, #00a7fe 0%, #0077c1 100%);
  background-image: linear-gradient(to right, #00a7fe 0%, #0077c1 100%);
}
.count1 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #00a7fe),
    color-stop(100, #0077c1)
  );
  background-image: -webkit-linear-gradient(left, #00a7fe 0%, #0077c1 100%);
  background-image: linear-gradient(to right, #00a7fe 0%, #0077c1 100%);
}
.count2 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #191514),
    color-stop(100, #000)
  );
  background-image: -webkit-linear-gradient(left, #191514 0%, #000000 100%);
  background-image: linear-gradient(to right, #191514 0%, #000000 100%);
}
.count3 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #00a7fe),
    color-stop(100, #0077c1)
  );
  background-image: -webkit-linear-gradient(left, #00a7fe 0%, #0077c1 100%);
  background-image: linear-gradient(to right, #00a7fe 0%, #0077c1 100%);
}
.count4 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #191514),
    color-stop(100, #000)
  );
  background-image: -webkit-linear-gradient(left, #191514 0%, #000000 100%);
  background-image: linear-gradient(to right, #191514 0%, #000000 100%);
}
.c-image img {
  width: 50px;
  margin: 0 0 10px;
}
/*End Counter*/
.section-title-area.white-heading h2 {
  color: #fff;
}
/*Start About section*/
.about-sec {
  position: relative;
  z-index: 1;
  background-color: #fff;
  background: url(../image/bg5.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
  /* margin: 110px 0px !important; */
}
.about-img-left {
  margin-right: 30px;
  position: relative;
}
.about-us-info-wrap {
  position: relative;
}
.white-heading .section-subtitle-2 {
  color: #fff;
}
.section-subtitle-2 {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 25px;
  position: relative;
  /* color:#1585A4; */
  color: #0f79be;
  font-size: 16px;
  font-family: "NunitoBold";
  margin: 0 0 10px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  margin-top: 20px;
}
.section-subtitle-2::before {
  position: absolute;
  content: "";
  background-color: #0f3564;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  border-radius: 25px;
  opacity: 0.1;
}
.section-title-area.white-heading .section-subtitle-2::before {
  background-color: #fdfdfd;
  opacity: 0.3;
}
.fresherBox h4 {
  font-weight: 600;
}
.section-title {
  font-size: 40px;
  line-height: 55px;
  color: #043146;
  margin: 10px 0 25px;
  text-transform: capitalize;
}
.section-title span {
  display: block;

}
.white-heading h3 {
  color: #fff;
}
.section-title-area p {
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: justify;
  margin: 0 0 6px;
  font-weight: 600;
}
.fullwidth.section-title-area p {
  width: 95%;
}
.section-title-area.centerhding p {
  margin: 0 auto;
}
.ltn__list-item-half {
  margin-top: 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ltn__list-item-half li {
  width: 50%;
  float: left;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  margin-bottom: 10px;
  font-family: "PoppinsMedium";
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
.ltn__list-item-half li img {
  padding: 10px;
  margin-right: 15px;
  background-color: #e0eef4;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  border-radius: 100%;
}
.callout {
  padding: 20px;
  margin: 25px 0;
  /* border-left: 4px solid #1585A4; */
  border-left: 4px solid #0f79be;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  background: #e0eef4;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.callout p {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "LexendRegular";
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: inherit;
}
.callout p:before {
  top: 3px !important;
  left: 3px !important;
  border: 1px dashed rgba(255, 176, 1, 0.5);
  animation: spin 15s linear infinite;
  -webkit-animation: spin 15s linear infinite;
}
.callout p:before,
.callout p:after {
  position: absolute;
  content: "";
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.about-us-info-wrap .callout p:before,
.about-us-info-wrap .callout p:after {
  opacity: 0;
}
.callout p:after {
  top: 5px;
  background: rgba(255, 87765176, 1, 0.5);
}
.about-us-info-wrap .btn-wrapper {
  margin-top: 40px;
  display: block;
}
/*End about */
/*Start Button*/
.btn-1 {
  /* background: linear-gradient(to right, #1585a4 0%, #085b72 100%); */
  background: linear-gradient(to right, #0f79be 0%, #0f79be 100%);
  border: none;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  width: 195px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:
    inset 2px 2px 2px 0px rgb(255 255 255 / 50%),
    7px 7px 20px 0px rgb(0 0 0 / 10%),
    4px 4px 5px 0px rgb(0 0 0 / 10%);
  outline: none;
}
.btn-1 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "NunitoBold";
}
.btn-1:before,
.btn-1:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  /* background:#1585a4; */
  background: #0f79be;
  box-shadow:
    -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2),
    4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.btn-1:before {
  height: 0%;
  width: 2px;
}
.btn-1:after {
  width: 0%;
  height: 2px;
}
.btn-1:hover {
  /* color:#1585a4; */
  color: #0f79be;
  background: #fff;
  text-decoration: none;
}
.btn-1:hover:before {
  height: 100%;
}
.btn-1:hover:after {
  width: 100%;
}
.btn-1 span:before,
.btn-1 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #0077c1;
  box-shadow:
    -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2),
    4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.btn-1 span:before {
  width: 2px;
  height: 0%;
}
.btn-1 span:after {
  height: 2px;
  width: 0%;
}
.btn-1 span:hover:before {
  height: 100%;
}
.btn-1 span:hover:after {
  width: 100%;
}
/*End Button*/

/* Start features*/
.features-area {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
.features-area:before {
  content: "";
  position: absolute;
  background-image: url(../image/shape/shape-1.png);
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
  top: 0;
  right: 0;
}
.features-inner-content .features-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin: 16px -10px 0;
}
.features-inner-content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}
.features-inner-content .features-list li span {
  display: block;
  /* background-color: #1585a4; */
  background-color: #0f79be;
  padding: 11px 15px 10px;
  z-index: 1;
  position: relative;
  transition: 0.5s;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  font-family: "NunitoBold";
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
}
.features-inner-content .features-list li span img {
  margin-right: 5px;
  color: #fff;
  position: relative;
  top: 3px;
}
.features-inner-content .features-list li span:hover {
  color: #fff;
}
.features-inner-content .features-list li span:hover:before {
  width: 100%;
}
.features-inner-content .features-btn {
  margin-top: 30px;
}
.default-btn {
  display: inline-block;
  color: #fff;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  font-family: "NunitoBold";
  font-size: 17px;
  letter-spacing: 0.05em;
}
.default-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #1585a4 0%, #043146 100%);
  transition: 0.5s;
}
.default-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 043146;

  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.default-btn:hover:after {
  opacity: 1;
  visibility: visible;
}
.default-btn:hover {
  color: #fff;
}
.features-area .shape-6 {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: -1;
  animation: move 2s steps(15) infinite alternate;
}
@keyframes move {
  from {
    top: 0;
    right: 0;
  }
  to {
    top: 100px;
    right: 100px;
  }
}
.features-area .shape-7 {
  position: absolute;
  left: 50%;
  top: 5%;
  z-index: -1;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.features-image {
  width: 70%;
  margin: 0 0 0 auto;
}
/*End Features*/

/*Start Service*/
.service-sec {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: url(../image/bg/bg-pattern-dot.png) 0 0 repeat !important;
  background-color: #f2f6f7;
  overflow: hidden;
}
.service-sec:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.45);
}
.service-sec:after {
  position: absolute;
  content: "";
  height: 145px;
  width: 145px;
  border: 10px solid rgba(0, 0, 0, 0.05);
  top: 50px;
  left: 50px;
  transform: rotate(-15deg);
  z-index: 1;
  animation: rotate 30s linear infinite;
}
.service-sec .shape1 {
  background: url(../image/shape/shape03.png);
}
.ser-center {
  background: url(../image/shape/service-imgbg.png) no-repeat center;
  background-size: contain;
  text-align: center;
}
.hding-para h6 {
  margin: 0 0 5px;
}
.hding-para h6 a {
  font-size: 20px;
  line-height: 30px;
  font-family: "LexendBold";
  text-transform: capitalize;
  letter-spacing: 0.03em;
  color: #0f3564;
}
.hding-para p {
  font-size: 16px;
  font-family: "PoppinsMedium";
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: inherit;
}
.ser-left .hding-para {
  text-align: right;
}
.ser-right .viewservice {
  padding-right: 0;
}
.ser-left .viewservice {
  padding-left: 0;
}
.serinfo {
  padding: 15px 10px 15px 10px;
  border-radius: 4px;
  transition: background 0.3s;
  position: relative;
  margin-bottom: 40px;
}
.serinfo:hover {
  background: #ffffff;
  box-shadow: 0px 7px 20px 0px rgb(42 22 139 / 8%);
  border-radius: 12px;
}
.firstleft {
  left: 30px;
}
.secondleft {
  left: -26px;
}
.thirdleft {
  left: 29px;
}
.firstright {
  left: -50px;
}
.secondright {
  left: 0;
}
.thirdright {
  left: -30px;
}
/*End Service*/
/*Start Blog*/
.blogsec {
  position: relative;
  /* background: url(../image/bg/business-bg.jpg) no-repeat top right; */
  background-size: auto;
  /* background-color: #eefbff; */
  background-color: white;
  z-index: 1;
  overflow: hidden;
}
.product-box {
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 18px 0 rgb(194 200 213 / 30%);
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}

.product-box:hover .product-thumb:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.product-box .product-thumb:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.75);
}
.product-box .product-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  min-height: 260px;
}
.product-box .product-content {
  border-radius: 0 0 4px 4px;
  padding: 0 15px 15px 15px;
}
.product-content .product-category {
  padding-top: 0;
  margin-top: -20px;
  display: block;
}
.product-content .product-category a {
  margin-top: 0;
  position: relative;
  background: #fff;
  font-size: 15px;
  padding: 8px 15px;
  z-index: 10;
  line-height: 1;
  border-radius: 3px;
  font-family: "LexendBold";
  text-transform: capitalize;
  letter-spacing: 0.02em;
  color: inherit;
}
.product-box .product-thumb:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  background: linear-gradient(to top, #0f79be, transparent);
  opacity: 80%;
}
.product-box .product-thumb .rtcl-thumbnail {
  border-radius: 0;
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.product-box .product-thumb .product-type {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  text-transform: capitalize;
}
.product-box .product-thumb .product-type span {
  font-size: 15px;
  /* background: #1585A4; */
  background: #0f79be;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  font-family: "LexendMedium";
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
  text-transform: capitalize;
  letter-spacing: 0.04em;
}
.product-top-content h3 a {
  font-size: 17px;
  font-family: "LexendMedium";
  letter-spacing: 0.01em;
  color: inherit;
  text-decoration: none;
}
.product-top-content h3 a:hover {
  color: #0f79be;
}
.product-top-content h3 {
  line-height: 22px;
  margin: 15px 0 0;
  min-height: 84px;
}
.product-top-content p {
  font-size: 16px;
  font-family: "PoppinsRegular";
  letter-spacing: 0.03em;
  margin: 10px 0 15px;
  text-align: inherit;
  text-transform: inherit;
  min-height: 72px;
}
.list-information ul {
  margin: 0;
  padding: 0;
}
.list-information li {
  list-style: none;
  display: block;
  margin: 0 7px 7px 0;
  text-transform: capitalize;
  font-size: 15px;
  font-family: "PoppinsMedium";
  line-height: 20px;
  letter-spacing: 0.03em;
}
.list-information li span {
  background: rgba(255, 153, 0, 0.1);
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 22px;
  text-align: center;
  border-radius: 50px;
  margin: 0 7px 0 0;
}
.product-top-content {
  position: relative;
}
.product-top-content .read-more a {
  font-family: "LexendMedium";
  font-size: 14px;
  color: #000;
}
.product-top-content .read-more a:hover {
  color: #ffb001;
}
.read-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.bvmore a {
  background: linear-gradient(to right, #0077c1 0%, #0f3564 100%);
  border: none;
  color: #fff;
  font-family: "LexendMedium";
  border-radius: 5px;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:
    inset 2px 2px 2px 0px rgb(255 255 255 / 50%),
    7px 7px 20px 0px rgb(0 0 0 / 10%),
    4px 4px 5px 0px rgb(0 0 0 / 10%);
  outline: none;
}
.row.bvmore {
  text-align: center;
}
.row.viewblog {
  text-align: center;
  display: block;
}
/*End Blog*/
/*Start Testimonials */
.testimonial {
  position: relative;
  background: url(../image/bg/bg6.jpg) no-repeat;
  background-color: #f4feff;
  background-size: contain;
  background-position: left bottom;
  overflow: hidden;
  z-index: 1;
}
.testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
.testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
.testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #ff9900;
  border-radius: 50%;
}
.testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ff9900;
  border-radius: 50%;
}
.testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
.testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
.testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
.testimonial .row .tabs li:nth-child(1) figure img {
  border-radius: 100%;
  width: 180px;
  height: 180px;
  margin-left: auto;
}
.testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
.testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}
.testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
.testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
.testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
  width: 180px;
}
.testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
.testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
.testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
.testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
.testimonial .row .tabs li figure {
  position: relative;
}
.testimonial .row .tabs li figure img {
  display: block;
}
.testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(255, 153, 0, 0.2);
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}
.testimonial .row .carousel .carousel-indicators li {
  background: #ddd;
  background-clip: padding-box;
  height: 2px;
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "PoppinsRegular";
  text-transform: inherit;
  text-align: left;
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  margin-top: 37px;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1200px) {
  .testimonial .row .tabs {
    margin-right: 25px;
  }
}
.testimonial .shape1 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation: spinner 15s infinite linear;
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*End Testimonials*/
/*Start free trial*/
.free-trial-section {
  position: relative;
  background-repeat: repeat-y;
  background-size: auto;
  background-color: #eefbff;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
}
.free-trial-section:before {
  content: "";
  background: url(../image/bg/bg3.png);
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}

.free-trial-text form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}
.free-trial-text form .input-newsletter {
  display: block;
  width: 70%;
  height: 45px;
  color: #000;
  border: none;
  outline: 0;
  background-color: #fff;
  border: 1px solid #0f79be;
  border-radius: 25px;
  padding-left: 25px;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.free-trial-text form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  border: none;
  padding: 0 30px;
  line-height: 45px;
  background-color: #0f79be;
  border-radius: 30px;
  transition: 0.5s;
  color: #fff;
  font-family: "LexendMedium";
  font-size: 15px;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.free-trial-section .slider-shape-3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  opacity: 0.6;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.free-trial-section .dot-shape2 {
  left: 5%;
  top: 45%;
  -webkit-animation: animationFramesTwo 30s linear infinite;
  animation: animationFramesTwo 30s linear infinite;
}
.free-trial-section .shape-4 {
  position: absolute;
  left: 5%;
  bottom: 4%;
  z-index: -1;
  opacity: 0.5;
  animation: animate 5s linear infinite;
  transform: rotateY(360deg);
  transform-style: preserve-3d;
}
@keyframes animate {
  100% {
    transform: scale(var(--scale)) rotateY(1turn);
  }
}
.free-trial-text p {
  color: #57647c;
  font-size: 14px;
  font-family: "LexendRegular";
  letter-spacing: 0.02em;
  text-transform: inherit;
  margin: 20px 0 0;
}

.breadcumb {
  /* padding: 120px 0 85px; */
  padding: 170px 0px 120px 0px;
  clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
  /* margin-top: 90px; */
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 0;
  height: 410px;
  /* background-color: #1585A4; */
  background-color: #0f79be;
}
.section-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../image/slider/home_banner.png") repeat top center !important;
}
.breadcumb__item a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.work-shape__item {
  position: absolute;
  top: 30%;
  z-index: -1;
}
.work-shape__item:nth-child(1) {
  top: 45%;
  left: 13%;
  -webkit-animation: circletwo 14s ease-in-out infinite;
  animation: circletwo 14s ease-in-out infinite;
}
.work-shape__item:nth-child(2) {
  left: 8%;
  -webkit-animation: square 8s ease-in-out infinite;
  animation: square 8s ease-in-out infinite;
}
.work-shape__item:nth-child(3) {
  left: 20%;
  -webkit-animation: triangle 8s ease-in-out infinite;
  animation: triangle 8s ease-in-out infinite;
}
.work-shape__item:nth-child(4) {
  top: 45%;
  right: 14%;
  -webkit-animation: circletwo 14s ease-in-out infinite;
  animation: circletwo 14s ease-in-out infinite;
}
.work-shape__item:nth-child(5) {
  right: 7%;
  -webkit-animation: square 8s ease-in-out infinite;
  animation: square 8s ease-in-out infinite;
}
.work-shape__item:nth-child(6) {
  right: 21%;
  -webkit-animation: triangle 8s ease-in-out infinite;
  animation: triangle 8s ease-in-out infinite;
}
.breadcumb__title {
  font-size: 40px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-family: "PoppinsBold";
  text-transform: capitalize;
  letter-spacing: 0.02em;
}
.breadcumb__list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.breadcumb__link {
  color: #fff;
  font-family: "PoppinsMedium";
  text-decoration: none;
}
.breadcumb__link:hover{
    text-decoration: none;
}
.breadcumb__item {
  color: #fff;
  padding: 0 5px;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.breadcumb__item-text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "PoppinsMedium";
}
/*End Breadcumb*/

/*Start Placement*/
.our-student-Into .title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 32px;
}
.our-student-Into .carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 16px 0;
}
.our-student-Into .gradient {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  z-index: 10;
}
.our-student-Into .left-gradient {
  left: 0;
  background: linear-gradient(to right, var(--bg-color), transparent);
}

.our-student-Into .right-gradient {
  right: 0;
  background: linear-gradient(to left, var(--bg-color), transparent);
}

.our-student-Into .carousel {
  display: flex;
  animation: scroll 20s linear infinite;
}

.our-student-Into .logos-slide {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
}

.our-student-Into .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 190px;
  margin: 0 32px;
}

.our-student-Into .logo {
  width: 100%;
  object-fit: contain;
  transition: filter 0.3s ease;
  aspect-ratio: 1/1;
  opacity: 0.8;
}

.our-student-Into .logo:hover {
  filter: grayscale(0%);
}

/* Animación del carrusel */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Estilos responsive */
@media (max-width: 768px) {
  .our-student-Into .logo-item {
    margin: 0 16px;
    width: 100px;
  }
  .video_box {
    width: 100%;
}

  .our-student-Into .gradient {
    width: 40px;
  }
}
.our-student-Into {
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/*End Placement*/

/*Start Why Choose Us */
.whyChooseUs {
  position: relative;
  background: url(../image/bg/learn-with-us.webp);
  background-size: 100%;
  background-position: top;
  background-attachment: fixed;
  z-index: 1;
  padding: 150px 0 !important;
  overflow: hidden;
}
.whyChooseUs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}
.chooseContentBox {
  background: #fff;
  transition-duration: 0.3s;
  /* border: 1px solid #1585A4; */
  border: 1px solid #0f79be;
  /* border-bottom: 5px solid #1585A4; */
  border-bottom: 5px solid #0f79be;
  border-radius: 0.75rem;
  text-align: center;
  padding: 40px 15px;
  margin: 25px 0 0;
  z-index: 1;
  position: relative;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.chooseContentBox.cyangreenbg,
.cyangreenbg {
  /* background-color:#1585a4 !important; */
  background-color: #0f79be !important;
}
.chooseContentBox.cyangreenbg h5,
.cyangreenbg h4,
.chooseContentBox.cyangreenbg p,
.cyangreenbg p {
  color: #fff !important;
}
.chooseContentBox.whitebg,
.whitebg {
  background-color: #fff;
}
.chooseContentBox.cyangreenbg::before,
.cyangreenbg::before {
  background: #fff !important;
  border: 1px solid #fff !important;
}
.chooseContentBox.cyangreenbg:hover::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.chooseContentBox.cyangreenbg:hover h5,
.chooseContentBox.cyangreenbg:hover p,
.cyangreenbg:hover h4,
.cyangreenbg:hover p {
  color: #0f79be !important;
}
.cyangreenbg:hover {
  background-color: #fff !important;
}
.chooseContentBox::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  right: 0;
  bottom: 0;
  /* background: #1585a4;     */
  background: #0f79be;
  /* border: 1px solid #1585a4; */
  border: 1px solid #0f79be;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.chooseContentBox:hover::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.chooseContentBox:hover h5 {
  color: #fff;
}
.chooseContentBox:hover p {
  color: #fff;
}

.whyChooseUsContent {
  position: relative;
  top: -100px;
  background: transparent;
  z-index: 1;
  padding: 0;
  overflow: hidden;
}
.section-title-area LI {
    FONT-SIZE: 18PX;
    FONT-WEIGHT: 600;
}
.chooseContentBox h5 {
  /* color: #1585a4; */
  color: #0f79be;
  font-size: 20px;
  font-family: "PoppinsBold";
  letter-spacing: 0.03em;
  margin: 0 0 10px;
  z-index: 1;
  position: relative;
}
.chooseContentBox p {
  font-size: 18px;
  letter-spacing: 0.01em;
  margin: 0;
  z-index: 1;
  position: relative;
  color: #000;
}
/*End Why Choose Us */

/*Start Fees Schedule*/

.courseSchedule .certified-card {
  align-items: center;
  background: #fff;
  border-bottom: 3px solid transparent;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  min-height: 400px;
  width: 100%;
  border: 2px solid #dde0e5;
  display: inline-block;
  padding: 0px;
}
.courseSchedule .certified-card:hover::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.courseSchedule .card-item:first-child {
  border-bottom: 2px solid #ededed;
  margin-bottom: 10px;
  padding: 20px;
  /* background: #1585a4; */
  background: #0f79be;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
.card-item .cardflexbox p {
  font-size: 15px !important;
  color: #484747;
  font-weight: 400 !important;
  line-height: 26px;
}
.courseSchedule .card-item {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.courseSchedule .card-item:not(:first-child) {
  margin: 0;
  padding: 10px 20px 30px 20px;
  display: flex;
  flex-direction: column;
}
.courseSchedule .btmtext {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
  font-size: 17px;
  align-items: flex-start;
  justify-content: flex-start;
}
.courseSchedule .title {
  color: #fff;
  font-size: 26px;
  font-family: "LexendBold";
  margin: 0 0 5px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  line-height: 40px;
}
.courseSchedule {
  position: relative;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}
.certified-card-text p {
  font-size: 18px;
  letter-spacing: 0.02em;
  margin: 0;
  color: #fff;
}
.cardflexbox .certified-card-text p {
  text-align: left;
}
.card-text span {
  font-family: "LexendBold";
  font-size: 16px;
  display: block;
}
.cardflexbox .certified-card-text p {
  text-align: left;
  font-size: 16px;
}
.card-text {
  font-size: 16px;
  color: #043146;
}
/*End Fees Schedule*/

/*Start Registration Process*/
.registrationProcess {
  position: relative;
  top: 0px;
  left: 0;
  z-index: 1;
  /* background: rgba(21, 133, 164, 0.99); */
  background-color: #0f79be;
  overflow: hidden;
}

.registrationProcess:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../image/slider/home_banner.png) repeat top center !important;
}
.work-item {
  position: relative;
}
.work-item__title {
  font-size: 20px;
  color: #ffffff;
  font-family: "PoppinsBold";
  text-transform: inherit;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  line-height: inherit;
  min-height: 60px;
}
.work-item__arrow {
  position: absolute;
  left: 110%;
  top: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 30px;
}
.work-item__icon {
  background-color: #000000;
}
.work-item__icon.second::before {
  border-color: #ff8503 !important;
}
.work-item__icon.second {
  background-color: #ff8503 !important;
}
.work-item__icon {
  position: relative;
  background-color: #00afd6;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  transform: rotate(0deg);
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
.work__inner div[class*="col"]:nth-of-type(4n + 1) .work-item__icon::before {
  border-color: #1585a4;
}
.work-item__icon::before {
  border-style: dashed;
  border-radius: 50%;
  bottom: -8px;
  right: -9px;
}
.work-item__icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 110%;
  border-color: #00afd6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: -9px;
  right: -8px;
  border-width: 2px;
  z-index: -1;
  animation: spin 20s linear infinite;
}
.work-item__icon span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.work-item {
  font-size: 19px;
  color: #fff;
  font-family: "PoppinsMedium";
  text-transform: inherit;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  line-height: inherit;
}
.work-item__desc {
  max-width: 270px;
  margin: 0 auto;
}
.work-item p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 25px;
  margin-bottom: 10px;
}
.work-item p a {
  color: #fff;
}
/*End Registration Process*/

/*Start Meet Our Expert */
.meetOurExperts {
  position: relative;
  /* background: url(../image/bg/leaders.jpg); */
  background: url(../image/bg/leaders.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 2;
  overflow: hidden;
}
.single-instructor-member {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  text-align: center;
  z-index: 1;
  transition: 0.5s;
  margin: 0 0 30px;
}
.blog-read-more {
  color: #fff;
  text-decoration: none;
  background-color: #0f79be;
  padding: 10px 15px;
  border-radius: 5px;
}
.blog-read-more:hover {
  color: #fff;
  text-decoration: none;
}
.single-instructor-member .member-content {
  padding: 15px 25px 25px 25px;
  border-radius: 5px;
  position: relative;
}
.single-instructor-member::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #ffffff;
  transition: 0.5s;
  z-index: -1;
}
.single-instructor-member .member-content span {
  display: block;
  color: #1585a4;
  min-height: 48px;
}
.single-instructor-member .member-content h3 {
  font-size: 19px;
  font-family: "PoppinsBold";
  margin: 15px 0 8px;
  line-height: inherit;
  text-transform: capitalize;
  letter-spacing: 0;
}
.single-instructor-member:hover::after,
.single-instructor-member:focus::after {
  transform: rotate(7deg);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.meetOurExperts .go-top {
  text-align: center;
  margin: 10px 0 0;
}
/*End Meet Our Expert */

/*Start Placement Assistance*/
.placementAssistance .btn-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.placementAssistance {
  position: relative;
  background: #cbeef5;
  z-index: 1;
  overflow: hidden;
}
.company-feature-item {
  background: linear-gradient(180deg, #0f79be 0%, #0f79be 100%);
  background-color: #0f79be;
  box-shadow: 5px 28px 75px 4px #585b631a;
  border: 1px solid #0f79be;
  border-radius: 16px;
  display: flex;
  align-items: center;
  height: calc(100% - 30px);
  margin-top: 30px;
  padding: 15px 20px;
}
.company-feature-item .icon-box {
  position: relative;
  border: 1px solid #0f79be;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.company-feature-item:hover {
  transform: translatey(-4px);
  transition: transform 0.3s ease;
}
.company-feature-item .icon-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0f79be 0%, #0f79be 100%);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}
.company-feature-item .icon-box img {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.contform .mainp {
  font-size: 22px;
  color: inherit;
  margin: 0 0 30px;
}
.contform h3 {
  font-size: 40px;
  line-height: 55px;
  color: #043146;
  font-family: "PoppinsBold";
  margin: 5px 0 10px;
  text-transform: capitalize;
}
.contform .secure {
  text-align: center;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}
.contform label {
  font-size: 18px;
  color: #043146;
  font-family: "PoppinsMedium";
  text-transform: capitalize;
  margin: 0 0 20px;
}
.feature-item-content {
  width: calc(100% - 90px);
  text-align: left;
}
.feature-item-content h3 {
  font-size: 18px;
  line-height: 25px;
  font-family: "PoppinsMedium";
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #fff;
}
.feature-item-content p {
  margin: 0;
}
.company-feature-item:hover .icon-box {
  border-color: transparent;
}
.company-feature-item:hover .icon-box:before {
  transform: scale(1);
}
.company-feature-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}
.placementAssistanceImage {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
}
/*End Placement Assistance*/
.seopage h2,
.seopage .seopcenter,
.seopage p {
  text-align: center !important;
}
.seopage h2.section-title {
  margin: 0 0 10px;
}
.seopage .seopcenter {
  margin: 0 0 15px;
}
/*Start consult with Expert*/
.consultExpert {
  background: #fff;
  position: relative;
  z-index: 1;
}
.consultExpert .contform {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #c4e5ec;
  padding: 50px;
  border-radius: 30px;
  z-index: 1;
}
.consultExpert .contform:before {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: -44px;
  background: #000;
}
.consultExpert .contform .form-control,
.consultExpert .contform .form-control option {
  background-color: #fff;
  border: none;
  box-shadow: 0 5px 28.5px 1.5px rgb(149 152 200 / 20%);
  height: 45px;
  font-family: "PoppinsRegular";
  font-size: 16px;
  color: #57647c;
  letter-spacing: 0.03em;
  text-transform: inherit;
  margin-bottom: 35px;
}
.consultExpert .contform .submitbtn {
  color: #fff;
  /* background: #1585a4; */
  background: #0f79be;
  padding: 15px 40px;
  border-radius: 8px;
  position: relative;
  border: none;
  text-align: center;
  margin-bottom: 7px;
  margin-top: 15px;
  font-family: "PoppinsMedium";
  text-transform: capitalize;
  display: block;
  width: 100%;
}
.setwidth80 {
  width: 80%;
}
.consultimg {
  /* background: #1585A4; */
  background: #0f79be;
  padding: 13px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.consultbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  gap: 20px;
  padding: 30px 0;
}
.consultcontent h6 {
  font-size: 18px;
  font-family: "LexendMedium";
  text-transform: capitalize;
  letter-spacing: 0.03em;
  color: #043146;
  margin: 0;
}
.consultcontent p {
  font-size: 16px;
  font-family: "LexendMedium";
  text-transform: capitalize;
  letter-spacing: 0.03em;
  /* color: #1585a4; */
  color: #0f79be;
  margin: 0;
}
.consultbox.borderbottom {
  border-bottom: 1px solid #ecf2f0;
}
/* .consultExpert ul {margin:0;} */
.consultExpert li {
  font-size: 18px;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  text-align: left;
  text-transform: capitalize;
  color: #043146;
  line-height: 30px;
  /* padding-left: 22px; */
}
.consultExpert li:before {
  /* content: url(../image/icon/5T.png); */
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
}
.consultExpert li span {
  font-family: "LexendBold";
}
.policyPage {
  background-color: #fff;
}
.policyPage li {
  color: #595959 !important;
}
.policyPage h4 {
  margin: 0 0 2px;
}
.policyPage p {
  margin: 0 0 5px;
  font-size: 18px;
  color: #595959;
}
.policyBox {
  margin: 0 0 20px;
}
.policyPageBox h2 {
  margin: 0 0 25px;
}

/*End consult with Expert*/
.requestCall a {
    padding: 10px 20px;
    background: #0f79be;
    color: #ffffff;
    text-transform: capitalize;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-family: "LexendMedium";
    text-decoration: none;
}
.requestCall a:hover {
  text-decoration: none;
  color: #ffffff;
}
.requestCall {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.consult-ul {
  padding: 0px;
}
.consult-ul li {
  padding: 0px;
}
.footer-ul {
  padding: 0px;
}
.footer-ul li {
  padding: 0px !important;
}

.footer-icon {
  color: #ff8503;
  font-size: 28px;
}
.main-thankyou {
  display: flex;
  justify-content: center;
  background-color: #0f79be;
}

.thankyou-box {
  background: #fff;
  padding: 40px 50px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 450px;
  animation: fadeIn 1s ease-in-out;
  margin-top: 200px;
  margin-bottom: 80px;
}

.thankyou-box h1 {
  font-size: 2.5rem;
  /* color: #2D849E; */
  color: #0f79be;
  margin-bottom: 15px;
}

.thankyou-box p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 25px;
  text-align: center;
}

.thankyou-box a {
  display: inline-block;
  padding: 12px 25px;
  /* background: #2D849E; */
  background: #0f79be;
  color: #fff;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.thankyou-box a:hover {
  background: #2d849e;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.checkmark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  border: 5px solid #0f79be;
  position: relative;
  margin-bottom: 20px;
}

.checkmark::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 14px;
  width: 20px;
  height: 40px;
  border-right: 5px solid #0f79be;
  border-bottom: 5px solid #0f79be;
  transform: rotate(45deg);
}
.fa-x-twitter:before {
  border-radius: 3px;
  background-color: #ff8503;
  font-size: 24px;
}
.fa-x-twitter:before {
  color: #0f79be;
}

/* hf css start */

@font-face {
  font-family: "NunitoMedium";
  src: url("../fonts/NunitoMedium.eot");
  src:
    url("../fonts/NunitoMedium.eot") format("embedded-opentype"),
    url("../fonts/NunitoMedium.woff2") format("woff2"),
    url("../fonts/NunitoMedium.woff") format("woff"),
    url("../fonts/NunitoMedium.ttf") format("truetype");
  /*url('../fonts/ENunitoMedium.svg#NunitoMedium') format('svg');*/
}

@font-face {
  font-family: "NunitoBold";
  src: url("../fonts/NunitoBold.eot");
  src:
    url("../fonts/NunitoBold.eot") format("embedded-opentype"),
    url("../fonts/NunitoBold.woff2") format("woff2"),
    url("../fonts/NunitoBold.woff") format("woff"),
    url("../fonts/NunitoBold.ttf") format("truetype"),
    url("../fonts/ENunitoMedium.svg#NunitoBold") format("svg");
}

@font-face {
  font-family: "RubikMedium";
  src: url("../fonts/RubikMedium.eot");
  src:
    url("../fonts/RubikMedium.eot") format("embedded-opentype"),
    url("../fonts/RubikMedium.woff2") format("woff2"),
    url("../fonts/RubikMedium.woff") format("woff"),
    url("../fonts/RubikMedium.ttf") format("truetype"),
    url("../fonts/RubikMedium.svg#RubikMedium") format("svg");
}

@font-face {
  font-family: "NunitoExtraBold";
  src: url("../fonts/NunitoExtraBold.eot");
  src:
    url("../fonts/NunitoExtraBold.eot") format("embedded-opentype"),
    url("../fonts/NunitoExtraBold.woff2") format("woff2"),
    url("../fonts/NunitoExtraBold.woff") format("woff"),
    url("../fonts/NunitoExtraBold.ttf") format("truetype"),
    url("../fonts/NunitoExtraBold.svg#NunitoExtraBold") format("svg");
}

@font-face {
  font-family: "LexendBold";
  src: url("../fonts/LexendBold.eot");
  src:
    url("../fonts/LexendBold.eot") format("embedded-opentype"),
    url("../fonts/LexendBold.woff2") format("woff2"),
    url("../fonts/LexendBold.woff") format("woff"),
    url("../fonts/LexendBold.ttf") format("truetype"),
    url("../fonts/LexendBold.svg#LexendBold") format("svg");
}

@font-face {
  font-family: "LexendMedium";
  src: url("../fonts/LexendMedium.eot");
  src:
    url("../fonts/LexendMedium.eot") format("embedded-opentype"),
    url("../fonts/LexendMedium.woff2") format("woff2"),
    url("../fonts/LexendMedium.woff") format("woff"),
    url("../fonts/LexendMedium.ttf") format("truetype"),
    url("../fonts/LexendMedium.svg#LexendMedium") format("svg");
}

@font-face {
  font-family: "LexendRegular";
  src: url("../fonts/LexendRegular.eot");
  src:
    url("../fonts/LexendRegular.eot") format("embedded-opentype"),
    url("../fonts/LexendRegular.woff2") format("woff2"),
    url("../fonts/LexendRegular.woff") format("woff"),
    url("../fonts/LexendRegular.ttf") format("truetype"),
    url("../fonts/LexendRegular.svg#LexendRegular") format("svg");
}

@font-face {
  font-family: "JosefinSansBold";
  src: url("../fonts/JosefinSansBold.eot");
  src:
    url("../fonts/JosefinSansBold.eot") format("embedded-opentype"),
    url("../fonts/JosefinSansBold.woff2") format("woff2"),
    url("../fonts/JosefinSansBold.woff") format("woff"),
    url("../fonts/JosefinSansBold.ttf") format("truetype"),
    url("../fonts/JosefinSansBold.svg#JosefinSansBold") format("svg");
}

@font-face {
  font-family: "PoppinsRegular";
  src: url("../fonts/PoppinsRegular.eot");
  src:
    url("../fonts/PoppinsRegular.eot") format("embedded-opentype"),
    url("../fonts/PoppinsRegular.woff2") format("woff2"),
    url("../fonts/PoppinsRegular.woff") format("woff"),
    url("../fonts/PoppinsRegular.ttf") format("truetype"),
    url("../fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");
}

@font-face {
  font-family: "PoppinsMedium";
  src: url("../fonts/PoppinsMedium.eot");
  src:
    url("../fonts/PoppinsMedium.eot") format("embedded-opentype"),
    url("../fonts/PoppinsMedium.woff2") format("woff2"),
    url("../fonts/PoppinsMedium.woff") format("woff"),
    url("../fonts/PoppinsMedium.ttf") format("truetype"),
    url("../fonts/PoppinsMedium.svg#PoppinsMedium") format("svg");
}

@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/PoppinsBold.eot");
  src:
    url("../fonts/PoppinsBold.eot") format("embedded-opentype"),
    url("../fonts/PoppinsBold.woff2") format("woff2"),
    url("../fonts/PoppinsBold.woff") format("woff"),
    url("../fonts/PoppinsBold.ttf") format("truetype"),
    url("../fonts/PoppinsBold.svg#PoppinsBold") format("svg");
}
.nav__bar {
  /* background-image: url(../image/header_bg.png); */
  background-color: #fff;
  height: auto;
  width: 80%;
  /* background-position: center; */
  background-size: contain;
  /* padding: 20px 0px; */
  background-repeat: repeat-x;
  border-radius: 0px 0px 5px 5px;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: #ffffff; */
}

a {
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.logo {
  width: 200px;
}

nav {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  /* background-color: #ffffff; */
}

header nav .nocontainer.width90 {
  width: 100%;
  margin: 0 auto;
}

.top-contact-bar {
  /* background-color: white;  */
  justify-content: end;
  display: flex;
  border-radius: 0px 0px 5px 5px;
}
.main-top-contect {
  background-color: #ff8503;
  width: 80%;
  margin-right: 16px;
  border-radius: 0px 0px 5px 5px;
}
.main-contact-bar {
  justify-content: end;
  height: 40px;
  align-items: center;
  letter-spacing: 2px;
}

nav.fixed-header .top-contact-bar {
  display: none !important;
}

nav .wrapper {
  position: relative;
  max-width: initial;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
}

nav .wrapper.visible-title {
  justify-content: space-between;
}

nav.fixed-header {
  /* --tw-shadow: 0px 4px 9px 1px #00000040; */

  --tw-shadow-colored: 0px 4px 9px 1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

nav.fixed-header .logo {
  /* width: 180px; */
  width: 200px;
}
nav.fixed-header .wrapper {
  padding: 10px 0px;
}

.wrapper .nav-links {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  nav {
    background-color: transparent;
    top: 20px;
  }

  nav .wrapper {
    padding: 0px 0px 0px 10px;
    width: 100%;
  }

  header nav .nocontainer.width90 {
    width: 80vw;
    margin: 0 auto;
  }

  nav.fixed-header .nocontainer.width90 {
    width: 100%;
    padding: 10px 0px;
  }

  nav.fixed-header {
    /* background-color: #ffffff;
    margin-top: 20px; */
  }

  nav.fixed-header .wrapper {
    border-radius: 0;
    width: 100%;
  }
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  margin: 0 0 0 35px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  transition: all 0.3s ease;
  font-weight: 600;
}

.brochure a {
  /* background: #1585a4; */
  background: #0f79be;
  padding: 12px 40px;
  color: #fff !important;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}

.brochure a:hover {
  background: #000000;
}

/*.nav-links li a.active, .nav-links li a:hover {*/
/*    color:#1585A4;*/
/*}*/

.nav-links li a:hover {
  /* color: #1585A4; */
  color: #0f79be;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #fff;
  width: fit-content;
  line-height: 45px;
  /*top: 85px;*/
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  padding: 0px !important;
}

.toglecont .open-call {
  /* background: #1585A4; */
  background: #0f79be;
  color: #fff;
  padding: 7px 20px;
  border-radius: 3px;
  font-size: 16px;
  font-family: "PoppinsMedium";
  letter-spacing: 0.03em;
  text-transform: capitalize;
  border: none;
  height: 47px;
  line-height: 30px;
  margin: 0 0 0 25px;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  /*top: 80px;*/
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 30px;
  border-radius: 0px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0px;
  /*top: 90px;*/
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #242526;
  padding: 25px 40px;
  display: flex;
  width: 80%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  align-items: flex-start;
}

.mega-box .content .row {
  width: calc(100% - 30px);
  line-height: 45px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row .mega-mainhding {
  color: #ff8503;
  font-size: 18px;
  font-family: "PoppinsMedium";
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin: 0 0 15px;
}

.setrow {
  display: block;
}

.content .row .mega-links {
  margin-left: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
  line-height: 25px;
  position: relative;
}

.row .mega-links li:before {
  content: url(../image/icon/m-list-arrow.png);
  position: absolute;
  left: unset;
  top: 0;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 15px;
  display: block;
  margin: 0 0 0 8px;
}

.row .mega-links li a:hover {
  color: #fff;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 1024px) {
  .logo {
    width: 180px;
  }

  nav .wrapper {
    padding: 10px 10px !important;
  }

  nav {
    top: 10px;
    background-color: #fff;
  }

  .wrapper .btn {
    display: block;
  }
  .top-contact-bar {
    display: none !important;
  }

  .nav-links li a {
    color: #fff;
  }

  .nav-links li a {
    margin: 0;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  #slide-show {
    top: 0px !important;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }

  #menu-btn:checked ~ .nav-links,
  #menu-btn:checked ~ div .nav-links {
    left: 0%;
    max-width: 100%;
  }

  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }

  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 5px 0px;
  }

  .nav-links li a.active,
  .nav-links li a:hover {
    color: #ff8503;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 18px;
  }

  .content .row .mega-mainhding {
    font-size: 17px;
    margin: 0 0 6px;
  }

  .row .mega-links li a {
    padding: 0 0px 0 10px;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    /*top: 65px;*/
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    background-color: #000;
  }

  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }
  #showDrop_new:checked ~ .drop-menu {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }

  .drop-menu li {
    margin: 0;
    position: relative;
  }

  .drop-menu li:before {
    content: url(../image/icon/m-list-arrow.png);
    position: absolute;
    left: unset;
    top: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 2px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 0px 10px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 0px;
  }

  .row .mega-links li {
    margin: 0;
    padding: 0;
  }

  .content .row header {
    font-size: 19px;
  }
}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}

/*End Navigation*/

/*Start Footer*/
/*Top footer*/
.ftr-top {
  position: relative;
  background: #eefbff;
}

.ftr-top .contain {
  background: #eefbff;
  padding: 50px 0px;
  border-radius: 10px 10px 0 0;
  width: 80%;
  margin: 0 auto;
}

.footer-contact-two {
  background-color: #fff;
  padding: 20px 20px 20px 80px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px;
  min-height: 130px;
  max-height: 132px;
}
.fsocial img {
  width: 30px;
}

.footer-contact-two:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.footer-contact-two .icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.footer-contact-two .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0f79be;
  border-radius: 5px;
  transition: 0.5s;
  display: inline-block;
}

.footer-contact-two .content h3 {
  font-size: 16px;
  margin-bottom: 2px;
  letter-spacing: 0.03em;
}

.footer-contact-two .content h3 a {
  color: #616161;
  margin-bottom: 0;
  line-height: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.footer-contact-two .content {
  width: 90%;
}

.footer-contact-two .content p {
  color: #1585a4;
  margin: 0;
  font-size: 18px;
  font-family: "LexendMedium";
  text-transform: inherit;
}

.footer-contact-two .right {
  position: absolute;
  z-index: -1;
  top: 17px;
  right: 20px;
}

.footer-contact-two:hover .icon {
  background-color: #ff8503;
  border-radius: 50px;
}

.footer-contact-two:hover .content h3 a {
  color: #191919;
}

/*End Top Footer*/
.ftr {
  background: #0f79be;
  padding-top: 50px;
  padding-bottom: 20px;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #0f79be;
}

.ftr .logodiv {
  margin-bottom: 5px;
}
.logodiv{
    widows: 300px;
}
.comnli ul li a span {
  margin-right: 15px;
}

.ftr .logodiv img {
  width: 35%;
}

.connect-Us {
  background: #ff8503;
  padding: 25px 40px;
  position: relative;
  bottom: -60px;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0px 15px 30px -12px rgb(0 0 0 / 70%);
}

.connect-Us h5 {
  font-size: 27px;
  text-align: left;
  text-transform: capitalize;
  font-family: "PoppinsBold";
  color: #1e3d59;
  margin: 0 0 5px;
  letter-spacing: 0.03em;
}

.connect-Us p {
  margin: 0;
  font-size: 19px;
  text-align: left;
  text-transform: capitalize;
  color: rgba(30, 61, 89, 0.98);
  font-family: "PoppinsRegular";
}

.getstart {
  position: absolute;
  top: -190px;
  right: 0;
}

.getsbtn a {
  font-size: 16px;
  padding: 6px 20px;
  margin: 10px 0 0;
  display: inline-block;
  border-radius: 5px;
  color: #ff8503;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  background: rgba(255, 255, 255, 0.99);
}

.ftr h4 {
  text-transform: capitalize;
  font-size: 22px;
  margin: 0 0 20px;
  line-height: 35px;
  text-align: left;
  letter-spacing: 0.05em;
  background: url(../image/shape/footer-title-bg.png) no-repeat;
  background-position: left bottom;
  color: #fff;
}

.ftr p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  text-align: left;
  text-transform: inherit;
  line-height: 23px;
  margin: 0;
  width: 90%;
  letter-spacing: 0.03em;
}

.ftrlocation p {
  display: flex;
  margin: 0 0 15px;
}

.ftrlocation {
  margin: 10px 0 0 0;
}

.ftrlocation i {
  color: #ff8503;
  font-size: 22px;
}

.ftrlocation p a {
  padding: 0 0 0 15px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none;
}

.fsocial img {
  width: 30px !important;
}

a {
  text-decoration: none;
}

.ftr p a {
  color: #fff;
}

.comnli ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.fsocial img {
  width: 30px;
}

.comnli ul li a:hover {
  color: #ff8503;
}

.comnli.fsocial ul li a:hover {
  color: #ff8503;
}

.comnli ul li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  text-transform: inherit;
  margin: 0 0 4px;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  font-family: "LexendRegular";
}

.comnli.fsocial ul li {
  padding-left: 0;
}

.comnli.fsocial ul li:before {
  content: "";
}

.comnli ul li:before {
  /* content: url(../image/icon/5T.png); */
  position: absolute;
  left: 0;
  top: 0px;
}
.footer-icon {
  width: 15px !important;
}

.aboutts ul {
  margin: 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
}

.aboutts li {
  display: inline-block;
  margin-right: 15px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 4px;
  border-radius: 4px;
}

.btm-ftr {
  border-top: 2px solid rgb(169 168 168 / 30%);
  margin-top: 40px !important;
  padding-top: 40px;
  position: relative;
}

.btm-ftr-left p {
  width: 100%;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.btm-ftr a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "PoppinsMedium";
  letter-spacing: 0.07em;
}

.btm-ftr a:hover {
  color: #fff;
}

.btm-ftr-left img {
  width: 40%;
  top: -15px;
  position: relative;
}

/*scroll up*/
.scrolltop {
  position: absolute;
  top: -15px;
  left: 50%;
}

.scrolltop a {
  background: #043146;
  padding: 15px;
  border-radius: 50%;
}

.scrolltop a:hover {
  background: #ff8503;
}

/*End Footer*/

/* landing-page-css */
@font-face {
  font-family: "NunitoMedium";
  src: url("../fonts/NunitoMedium.eot");
  src:
    url("../fonts/NunitoMedium.eot") format("embedded-opentype"),
    url("../fonts/NunitoMedium.woff2") format("woff2"),
    url("../fonts/NunitoMedium.woff") format("woff"),
    url("../fonts/NunitoMedium.ttf") format("truetype"),
    url("../fonts/ENunitoMedium.svg#NunitoMedium") format("svg");
}
@font-face {
  font-family: "NunitoBold";
  src: url("../fonts/NunitoBold.eot");
  src:
    url("../fonts/NunitoBold.eot") format("embedded-opentype"),
    url("../fonts/NunitoBold.woff2") format("woff2"),
    url("../fonts/NunitoBold.woff") format("woff"),
    url("../fonts/NunitoBold.ttf") format("truetype"),
    url("../fonts/ENunitoMedium.svg#NunitoBold") format("svg");
}
@font-face {
  font-family: "RubikMedium";
  src: url("../fonts/RubikMedium.eot");
  src:
    url("../fonts/RubikMedium.eot") format("embedded-opentype"),
    url("../fonts/RubikMedium.woff2") format("woff2"),
    url("../fonts/RubikMedium.woff") format("woff"),
    url("../fonts/RubikMedium.ttf") format("truetype"),
    url("../fonts/RubikMedium.svg#RubikMedium") format("svg");
}
@font-face {
  font-family: "LexendBold";
  src: url("../fonts/LexendBold.eot");
  src:
    url("../fonts/LexendBold.eot") format("embedded-opentype"),
    url("../fonts/LexendBold.woff2") format("woff2"),
    url("../fonts/LexendBold.woff") format("woff"),
    url("../fonts/LexendBold.ttf") format("truetype"),
    url("../fonts/LexendBold.svg#LexendBold") format("svg");
}
@font-face {
  font-family: "LexendMedium";
  src: url("../fonts/LexendMedium.eot");
  src:
    url("../fonts/LexendMedium.eot") format("embedded-opentype"),
    url("../fonts/LexendMedium.woff2") format("woff2"),
    url("../fonts/LexendMedium.woff") format("woff"),
    url("../fonts/LexendMedium.ttf") format("truetype"),
    url("../fonts/LexendMedium.svg#LexendMedium") format("svg");
}
@font-face {
  font-family: "LexendRegular";
  src: url("../fonts/LexendRegular.eot");
  src:
    url("../fonts/LexendRegular.eot") format("embedded-opentype"),
    url("../fonts/LexendRegular.woff2") format("woff2"),
    url("../fonts/LexendRegular.woff") format("woff"),
    url("../fonts/LexendRegular.ttf") format("truetype"),
    url("../fonts/LexendRegular.svg#LexendRegular") format("svg");
}

@font-face {
  font-family: "PoppinsRegular";
  src: url("../fonts/PoppinsRegular.eot");
  src:
    url("../fonts/PoppinsRegular.eot") format("embedded-opentype"),
    url("../fonts/PoppinsRegular.woff2") format("woff2"),
    url("../fonts/PoppinsRegular.woff") format("woff"),
    url("../fonts/PoppinsRegular.ttf") format("truetype"),
    url("../fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");
}
@font-face {
  font-family: "PoppinsMedium";
  src: url("../fonts/PoppinsMedium.eot");
  src:
    url("../fonts/PoppinsMedium.eot") format("embedded-opentype"),
    url("../fonts/PoppinsMedium.woff2") format("woff2"),
    url("../fonts/PoppinsMedium.woff") format("woff"),
    url("../fonts/PoppinsMedium.ttf") format("truetype"),
    url("../fonts/PoppinsMedium.svg#PoppinsMedium") format("svg");
}
@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/PoppinsBold.eot");
  src:
    url("../fonts/PoppinsBold.eot") format("embedded-opentype"),
    url("../fonts/PoppinsBold.woff2") format("woff2"),
    url("../fonts/PoppinsBold.woff") format("woff"),
    url("../fonts/PoppinsBold.ttf") format("truetype"),
    url("../fonts/PoppinsBold.svg#PoppinsBold") format("svg");
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0px;
}
* {
  margin: 0;
  padding: 0;
}
.pt {
  padding-top: 80px;
}
.pb {
  padding-bottom: 80px;
}
.pt-130 {
  padding-top: 130px;
}
.width99 {
  width: 99%;
  margin: 0 auto;
}
.width95 {
  width: 95%;
  margin: 0 auto;
}
.width90 {
  width: 90%;
  margin: 0 auto;
}
.width80 {
  width: 88%;
  margin: 0 auto;
}
.section-title-area.width200 p {
  width: 100%;
  text-align: justify;
}
p {
  color: #043146b2;
}
.mt-20 {
  margin-top: 20px;
  padding: 0px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.heading-div.white-heading h3 {
  color: #fff;
  margin-top: 20px;
}
.heading-div.white-heading p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  text-align: justify;
}
p,
a {
  color: #043146;
}
.comm-margin {
  margin-top:420px;
  position: relative;
  z-index: 1;
}
.white-heading .section-subtitle-2 {
  color: #fff;
}
.section-subtitle-2 {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 25px;
  position: relative;
  color: #0f79be;
  font-size: 16px;
  font-family: "NunitoBold";
  margin: 0 0 10px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
.section-subtitle-2::before {
  position: absolute;
  content: "";
  background-color: #0f3564;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  border-radius: 25px;
  opacity: 0.1;
}
.section-title-area.white-heading .section-subtitle-2::before {
  background-color: #fdfdfd;
  opacity: 0.3;
}
.section-title {
  font-size: 40px;
  line-height: 55px;
  color: #043146;
  margin: 10px 0 25px;
  text-transform: capitalize;
  font-weight: 700;
}
.section-title span {
  display: block;
  font-family: "PoppinsBold";
}
.white-heading h3 {
  color: #fff;
}
.section-title-area p {
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: justify;
  margin: 0 0 6px;
}
.fullwidth.section-title-area p {
  width: 95%;
}
.section-title-area.centerhding p {
  margin: 0 auto;
}
/*Start Common heading*/
.centerhding {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.comon-hding {
  padding-bottom: 30px;
}
.comon-hding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.title1 {
  font-family: "Exo2Bold";
  font-size: 30px;
  line-height: 30px;
  color: #0f3564;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(to right, #0f79be 0%, #0f3564 100%);
  -webkit-text-fill-color: transparent;
}
.title2 {
  font-family: RubikMedium;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  color: #262626;
  text-transform: capitalize;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 15px;
}

.comon-hding .title2 span {
  color: #0f3564;
  font-style: italic;
  font-family: "Exo2Bold";
  background: linear-gradient(to right, #0f79be 0%, #0f3564 100%);
  -webkit-text-fill-color: transparent;
}
.title3 {
  font-family: "PoppinsMedium";
  font-size: 18px;
  line-height: 30px;
  color: #616161;
  text-transform: inherit;
  letter-spacing: 0.03em;
  margin: 0 auto;
}
/*End Common Heading*/

/*Animation*/
.zoom-in-zoom-out {
  width: fit-content;
  animation: zoom-in-zoom-out 6s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.service-sec .shape-5 {
  position: absolute;
  top: 1%;
  right: 1%;
  z-index: -1;
  -webkit-animation: spinner 2s infinite linear;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.service-sec .shape-4 {
  position: absolute;
  left: 7%;
  top: 9%;
  z-index: -1;
  animation: animate 5s linear infinite;
  transform: rotateY(360deg);
  transform-style: preserve-3d;
}
@keyframes animate {
  100% {
    transform: scale(var(--scale)) rotateY(1turn);
  }
}
.service-sec .shape-7 {
  position: absolute;
  right: 8%;
  bottom: 8%;
  z-index: -1;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.service-sec .shape-6 {
  position: absolute;
  left: -1%;
  bottom: 3%;
  z-index: -1;
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  opacity: 0.6;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*End Animation*/

/*Start Shape*/
.shape01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.shape02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.shape-circle {
  width: 500px;
  height: 500px;
  right: -140px;
  top: 0;
  background-color: transparent;
  border-radius: 50%;
  border: 50px solid rgba(255, 54, 107, 0.05);
  position: absolute;
  z-index: -1;
}

p {
  letter-spacing: 0.03em;
  color: #043146;
}
.slider-landing {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  clear: both;
  border-bottom: 1px solid #f1f2f2;
}
.gotowebsite a {
  display: inline-block;
}
.gotowebsite a {
  /* background: #1585A4; */
  background: #0f79be;
  color: #fff;
  padding: 7px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-family: "PoppinsMedium";
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
.centerhding p {
  color: #000000 !important;
  text-align: center;
}
.gotowebsite a:hover {
  background: #000;
}
.gotowebsite {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 100%;
  gap: 30px;
}
.slider-hding {
  /* background: #FEB600; */
  background: #ff8503;
  position: relative;
  z-index: 1;
  padding: 26px 0;
}
.slider-hding h2 {
  font-size: 25px;
  /* text-align: center; */
  line-height: 60px;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}
.slider-hding h2 span {
  color: #000;
}
.slider-hding p {
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding-bottom: 20px;
  font-family: "PoppinsRegular";
  letter-spacing: 0.03em;
}
.buildText {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
}
.buildText a {
  /* background: #0E7593; */
  background: #0f79be;
  color: #fff;
  padding: 15px 40px;
  font-family: "PoppinsMedium";
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  margin: 0;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}
.buildText a:hover {
  text-decoration: none;
  color: #fff !important;
}
.ltn__list-item-half li img {
  padding: 5px;
  margin-right: 10px;
}
.ltn__list-item-half li {
  font-size: 16px;
}
.about-sec {
  margin-top: 0;
}

.skill-cover {
  position: relative;
  background: #e7f4f8;
  z-index: 1;
  padding: 80px 0px;
}
.skillbox h3 {
  font-size: 16px;
  font-family: "PoppinsMedium";
  color: #000;
  letter-spacing: 0.03em;
  margin: 15px 0 0;
  min-height: 34px;
}
.skillbox {
  position: relative;
  text-align: center;
  background: #fff;
  margin: 0 0 30px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
}
.howitwork {
  /* background:#1685a4; */
  background: #0f79be;
  position: relative;
  z-index: 1;
  padding: 80px 0px;
}
.whitetext h2,
.whitetext p {
  color: #fff;
}
.skill-cover .skillbox {
  box-shadow: none;
  background: #f8f8f8;
}
.iconbox {
  min-height: 110px;
  max-height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconbox img {
  width: 100px;
}
.ftr-section {
  background: #d1edf6;
  position: relative;
}
.copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.support-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  font-size: 16px;
  padding: 10px 23px;
  font-family: "PoppinsRegular";
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #043146;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.support-list li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 15px;
  left: 0;
  background-image: url(../image/icon/arrow_15.png);
  background-repeat: no-repeat;
}

.support-list li:hover {
  background-color: rgba(10, 30, 50, 0.03);
  padding-left: 15px;
}
.ftr-box h5 {
  font-size: 23px;
  color: #000;
  font-family: "PoppinsBold";
  text-transform: capitalize;
  letter-spacing: 0.03em;
  min-height: 50px;
}
.ftrlocation.ftr-box i {
  color: #043146 !important;
}
.ftr-box p a {
  padding: 0 0 0 15px;
  font-size: 16px;
  font-family: "PoppinsRegular";
  color: #043146 !important;
  letter-spacing: 0.03em;
}
.ftr-box p {
  display: flex;
  margin: 0 0 15px;
  transition: all 0.2s ease-out;
}
.ftr-box p:hover {
  background-color: rgba(10, 30, 50, 0.03);
  padding-left: 15px;
}
.footer-btm {
  position: relative;
  /* background: #1585A4; */
  background: #0f79be;
  padding: 10px 0;
}
.copyright p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  letter-spacing: 0.03em;
}
.social-icons li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.social-icons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.placementbox img {
  width: 120px;
  transition: all 0.3s ease 0s;
}
.placementbox:hover img {
  transform: scale(0.9, 0.9);
}

.placementbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0 0 25px;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 15%);
  border-radius: 6px;
  background: #fff;
  width: 100%;
  padding: 30px 25px;
  margin-bottom: 25px;
  overflow: hidden;
  clear: both;
  position: relative;
  min-height: 180px;
  max-height: 180px;
  transition: all 0.3s ease 0s;
}
.download {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 35px;
  padding-bottom: 35px;
}
.download h2 {
  font-size: 30px;
  /* color: #1685A4; */
  color: #0f79be;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  line-height: 45px;
}

/*Start Call Back*/
/* Popup background */
.download .popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* Popup box */
.download .popup-content {
  background: #fff;
  margin: 8% auto;
  padding: 40px;
  width: fit-content;
  border-radius: 13px;
  position: relative;
}

/* Close button */
.download .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

.download .callbackButton {
  text-align: center;
  display: flex;
  justify-content: flex-end;
}
.callbackButton button:hover {
  box-shadow: 0 3px 8px rgb(0 0 0 / 24%);
}

.requestCall {
  padding: 10px 20px;
  background: #fff;
  /* color: #1585a4; */
  color: #0f79be;
  text-transform: capitalize;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-family: "LexendMedium";
  text-decoration: none;
}
.review h1 {
  /* background-color: #1685A4; */
  background-color: #0f79be;
  padding: 40px 0px;
  text-align: center;
}
.review-img {
  border-radius: 15px;
  padding: 10px;
}

/*End Call Back*/

.fresherJob {
  position: relative;

  overflow: hidden;
}
.fresherJob .left-fixed {
  position: sticky;
  top: 0;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; /* optional background */
  padding: 20px;
}
.fresherJob .right-scroll {
  height: 100vh;
  overflow-y: scroll;
  scrollbar-width: thin; /* Firefox */
}
.fresherJob .right-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* .fresherJob .scroll-content {
  padding: 30px;
} */
.fresherBox {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 10px;
    padding: 15 35px;
    border-bottom: 3px solid transparent;
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    /* min-height: 223px; */
    /* align-items: center; */
}
.fresherCont {
  margin-left: 20px;
}
.fresherCont p {
  /* text-align: justify; */
  font-size: 18px;
  color: #043146;
  letter-spacing: 0.03em;
  line-height: 25px;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.certificateProgram {
  position: relative;
  background: #f0f8ff;
}
.certificateWidth {
  width: 95%;
  margin: 0 0 auto;
}
p.certip {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-align: justify;
}
.combine-feature2_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.combine-feature2_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px 0 0;
}
.f-feature-icon-wrapper-white-2 {
  background: #fff;
  padding: 6px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 14px 0px;
  margin: 0 20px 0 0;
}
.combine-text-size-regular {
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #043146;
  text-align: justify;
}
.cerfificateImage img {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 14px 0px;
  border-radius: 12px;
}
.studentParticipation {
  position: relative;
  background: #fff;
  z-index: 1;
}
/*Video section*/
.projectVideo .fresherBox {
  padding: 0;
  margin: 0 0 25px;
}
.box-video {
  position: relative;
  width: 100%;
  margin: 0 auto 20px auto;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.bg-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.box-video .bt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box-video .bt-play:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

.box-video.open .video-container {
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  z-index: 1;
  padding-bottom: 56.27198%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*End Video section*/
/*Start Feature Section*/
.features-2 {
  background-color: #eef4fc;
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 20px;
}
.icon-box {
  padding: 20px 15px;
  border-radius: 7px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
.icon-box .icon {
  /* color: #1585A4; */
  color: #0f79be;
  margin-bottom: 15px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.icon-box h4 {
  color: #211e3b;
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 10px;
  line-height: 25px;
  min-height: 50px;
  font-weight: 600;
}
.icon-box:hover {
  /* background-color: #1585A4; */
  background-color: #0f79be;
  box-shadow: 0px 10px 60px 0px rgba(14, 117, 147, 0.49);
}
.icon-box:hover .icon {
  color: #fff;
}
.icon-box:hover h4 {
  color: #fff;
}
.features-2 .theme-btn {
  color: #fff;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 18px;
  /* background-color: #1585A4; */
  background-color: #0f79be;
  border: 1px solid #0f79be;
  box-sizing: border-box;
  font-family: "PoppinsMedium";
  display: inline-block;
  margin: 30px 0 0;
  text-decoration: none;
}
.features-2 .theme-btn span {
  margin-left: 5px;
}
.features-2 .theme-btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: inherit;
  color: #0f79be;
  box-shadow: 0px 10px 30px 0px rgba(14, 117, 147, 0.49);
}
.section-title span {
  font-family: "PoppinsBold";
}
.section-title h2 {
  line-height: 60px;
}
.icon-box img.with-hover {
  display: none;
}
.icon-box:hover img.with-hover {
  display: inline-block;
}
.icon-box:hover img.without-hover {
  display: none;
}
/*End Feature Section*/

/*Start Have Question */
.haveQuestion {
  background: #fff;
}
.haveQuestion .form-screen {
  background: #fff;
  min-height: 100%;
  padding: 24px;
  border: 0;
  width: 100%;
  border-radius: 30px;
  box-shadow: none;
}
.haveQuestion .form-screen .basic-container label {
  font-size: 18px;
  color: #000;
  margin: 10px 0 10px;
  font-family: "PoppinsRegular";
}
.haveQuestion .fFotr {
  background: #fff;
  width: auto;
  border-top: none;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.haveQuestion .hAdjust {
  position: relative;
  height: auto;
  padding: 35px;
  margin-bottom: 0px;
  width: 100%;
  background: #9fcede;
  border-radius: 12px;
}
.haveQuestion .form-screen .form-group label {
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  color: #000;
  margin: 0 0 7px;
  font-family: "PoppinsRegular";
}
.haveQuestion .form-screen input.form-control {
  font-size: 18px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 6px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-family: "PoppinsRegular";
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.haveQuestion .form-group {
  margin-bottom: 15px;
}
.haveQues-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
/*End Have Question */

.requestCall {
  padding: 10px 20px;
  background: #fff;
  /* color: #1585a4; */
  color: #0f79be;
  text-transform: capitalize;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-family: "LexendMedium";
  text-decoration: none;
}
/*Start Overview*/
.courseModulesBox {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #cef5ff;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.courseModulesBox:hover {
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.servicecol {
  display: flex;
  margin-top: 25px;
  transition: all 0.3s;
  border: 1px solid rgba(238, 238, 238, 0.7);
  position: relative;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-out;
  box-shadow: 0 5px 15px 3px rgb(0 0 0 / 5%);
  flex-direction: column;
  justify-content: center;

  /* :hover{
    background-color: #0f79be;
  } */
}
.blue_box{
  background: #0f79be !important;
  color: #ffff !important;
  border-radius: 10px;

}
.blue_box h5{
  color: #ffff !important;

}


.servicecol:hover {
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 15%);
  transform: translate(0, -24px);
}
.service-imag,
.service-info {
  flex-direction: column;
  padding: 16px 15px;
}
.service-info h5 {
  color: #000;
  font-size: 21px;
  font-family: "PoppinsBold";
  margin: 0 0 15px;
  letter-spacing: 0.02em;
  line-height: 25px;
  font-weight: 500;
  margin: 0px;
}
.service-info ul {
  margin: 0;
  padding: 0;
}
.digitalcourse .service-info ul {
  min-height: 250px;
}
.sview {
  text-align: right;
  position: relative;
  bottom: 0;
}
.sview a {
  transition: transform 0.2s;
}
.service-info li {
  color: #043146;
  font-size: 17px;
  font-family: "LexendMedium";
  margin: 0 0 10px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0em;
  /* display: flex; */
  position: relative;
  z-index: 1;
  padding: 0 0 0 20px;
}
.service-info li:before {
  position: absolute;
  /* content: url(../image/icon/computer.png); */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-info ul li span {
  margin-right: 8px;
}
.service-imag {
  display: none;
  text-align: center;
}
/*End Overview*/

/*Start SEO*/
.about-us-info-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.course-journey-card-desktop-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.courseModules .emoji {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  height: 80px;
  border-radius: 100px;
  width: 80px;
  position: relative;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 12px 32px #ededed);
}
.course-journey-card-desktop-wrapper .side-tracker-container {
  width: 72px;
  display: block;
}
.courseModules .feature-card {
  background: #ffffff;
  color: #7f7f7f;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
  column-gap: 12px;
  /* width: 573px; */
  /* min-height: 84px; */
  /* max-height: 117px; */
  border-radius: 12px;
  padding: 16px;
  position: relative;
}
.courseModules {
  position: relative;
  background: #e7f4f8;
  z-index: 1;
}
.courseModules .feature-card .unordered-list {
    list-style: disc;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    font-weight: 600;
    font-size: 17px;
}
.feature-title h6 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: #0000009e;
}
.courseModule .zen-typo-body-small {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.courseModules .rightsec {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  padding-left: 100px;
}
.perdaycard {
  display: flex;
  flex-direction: column;
}
.courseModules .emoji .gesture-notch {
  color: #fff;
  border-radius: 16px 4px 16px 16px;
  position: absolute;
  bottom: 0;
  right: 52px;
  padding: 4px 12px;
  width: -webkit-max-content;
  width: max-content;
  /* background: #1585A4; */
  background: #0f79be;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-family: "NunitoBold";
}
.courseModules .section-title-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.course-journey-card-desktop.one .leftright {
  position: absolute;
  z-index: 0;
  border: 1px dashed;
  top: 45px;
  left: 80px;
  color: rgb(195, 195, 195);
  height: 0px;
  width: 72px;
}
.course-journey-card-desktop.one .topbtm {
  position: absolute;
  z-index: 0;
  border: 1px dashed;
  top: 60px;
  left: 80px;
  color: rgb(195, 195, 195);
  height: 80px;
  width: 0px;
}
.course-journey-card-desktop.two .leftright,
.course-journey-card-desktop.three .leftright,
.course-journey-card-desktop.four .leftright,
.course-journey-card-desktop.five .leftright {
  position: absolute;
  z-index: 0;
  border: 1px dashed;
  top: 45px;
  left: 80px;
  color: rgb(195, 195, 195);
  height: 0px;
  width: 72px;
}
.course-journey-card-desktop.two .topbtm,
.course-journey-card-desktop.three .topbtm,
.course-journey-card-desktop.four .topbtm {
  position: absolute;
  z-index: 0;
  border: 1px dashed;
  top: 60px;
  left: 80px;
  color: rgb(195, 195, 195);
  height: 80px;
  width: 0px;
}
/*End Seo */
.ltn__list-item-half {
  margin-top: 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ltn__list-item-half li {
  width: 50%;
  float: left;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  margin-bottom: 10px;
  font-family: "PoppinsMedium";
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #043146b2;
}
.ltn__list-item-half li img {
  padding: 10px;
  margin-right: 15px;
  background-color: #e0eef4;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  border-radius: 100%;
}
/*Start Floating Social Icons*/
/* .floating-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  z-index: 999;
  animation: bounce 2s infinite;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
} */
.whatsapp {
  background-color: #25d366;
  bottom: 100px;
  left: 20px;
}
.call {
  /* background-color:#00AFD6; */
  background-color: #0f79be;
  bottom: 30px;
  left: 20px;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.floating-icon:hover {
  transform: scale(1.1);
}
.floating-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  z-index: 999;
  /* animation: bounce 2s infinite; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .whatsapp {
  background-color: #25d366;
  bottom: 100px;
  left: 20px;
}
.call {

  background-color: #0f79be;
  bottom: 30px;
  left: 20px;
} */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.floating-icon:hover {
  transform: scale(1.1);
}

/*End Floating Social Icons*/
/*Start List circle*/

/*** Key Points ***/
.key-point .content {
  position: relative;
  z-index: 1;
  border: none;
  background-color: transparent;
  height: 60px;
  margin: auto;
  overflow: hidden;
}
.key-point .content:hover {
  height: 300px;
}


.c-bg {
  padding: 0;
  margin: 0;
}
.cone {
  background: linear-gradient(45deg, #ff8503 0%, #ff8503 100%);
}
.ctwo {
  background: linear-gradient(45deg, #0f79be 0%, #0f79be 100%);
}
.cthree {
  background: linear-gradient(45deg, #ff8503 0%, #ff8503 100%);
}
.cone h4,
.cthree h4,
.carte.cone p,
.carte.cthree p,
.carte.cone a,
.carte.cthree a {
  color: #000 !important;
}
/* .carte {
  right: 0px;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 75px;
  bottom: 0;
  transform-origin: bottom;
  border-radius: 0px;
  color: #0d1226;
  background-color: #0f79be;
  text-align: center;
  padding: 25px 25px 20px 25px;
  transition: 500ms;
  display: block;
  overflow: hidden;
  clear: both;
} */
/* .carte:hover {
  height: 300px;
  border-radius: 6px;
} */
.key-point {
  position: relative;
  z-index: 1;
  display: block;
  clear: both;
}
.kabslt {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.kabslt .carte p {
  font-size: 19px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.99);
  display: block;
  position: relative;
  line-height: 25px;
}
.kabslt .carte a {
  font-size: 18px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.89);
  display: block;
  position: relative;
  text-transform: capitalize;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
  width: 35%;
  margin-bottom: 14px;
}
.kabslt .carte a:hover {
  color: #000;
}
.key-imag {
  position: relative;
  z-index: 0;
  display: block;
  clear: both;
}
.key-imag img {
  position: absolute;
  top: 126px;
  right: 1px;
  width: 165px;
}
/***Key Points End ***/
.dpflex li {
  position: relative;
  font-size: 18px;
  font-family: "NunitoBold";
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #043146;
}
.dpflex li::before {
  position: absolute;
  /* content: url(../image/icon/computer.png); */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-services ul li {
  font-size: 18px;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
  line-height: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
  color: #616161;
  font-family: "LexendRegular";
}
.list-services ul li a {
  color: #3b4052;
  font-family: "PoppinsMedium";
}
.list-services ul li a:hover {
  color: #0f79be;
}
.list-services ul li:after {
  top: 7px;
  background: #d6fbff;
}
.list-services li:before {
  top: 3px !important;
  left: 3px !important;
  border: 1px dashed #0f79be;
  animation: spin 15s linear infinite;
  -webkit-animation: spin 15s linear infinite;
}
.list-services ul li:before,
.list-services ul li:after {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
/*End List Circle*/
.haveQuestion .form-screen .form-group label {
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  color: #000;
  margin: 0 0 14px;
  font-family: "NunitoBold";
}
/*landing-page*/
.two-btns a {
  color: #000;
  background: #ff8503;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  padding: 15px 40px;
  border-radius: 10px;
  font-family: "LexendMedium";
}
/*landing-page*/

/* Responsive Styles */
/*  Smartphones (portrait and landscape) */
@media only screen and (min-device-width: 300px) and (max-device-width: 767px) {
  .gotowebsite span.phnspan {
    display: none;
  }
  .toglecont .open-call {
    padding: 7px 10px !important;
    border-radius: 5px !important;
    font-size: 12px !important;
  }
  .ltn__list-item-half li {
    font-size: 14px;
    padding: 0px;
  }
  .ltn__list-item-half li img {
    margin-right: 8px;
  }
  .gotowebsite {
    gap: 6px;
  }
  .requestCall {
    display: none;
  }
  .section-title {
    line-height: 38px;
    font-size:24px;
    margin: 0px;
  }
  .howitwork {
    padding: 50px 0px !important;
  }
  .skill-cover {
    padding: 20px 0px !important;
  }
  .about-us-info-wrap {
    margin: 0px;
  }
  .centerhding {
    width: 100% !important;
    text-align: start !important;
  }
  .slider-landing {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  #wrap {
    right: 0 !important;
  }
  #wrap .content {
    width: auto !important;
  }
  #wrap .form-screen .title {
    padding: 20px 10px !important;
  }
  .form-screen .talert {
    font-size: 14px !important;
  }
  .placementbox img {
    width: 105px;
  }
  .form-screen .more {
    font-size: 14px !important;
  }
  .gotowebsite span {
    margin: 0 !important;
  }
  .close-call {
    right: 4px !important;
    top: 4px !important;
  }
  .width80 {
    width: 100% !important;
    padding: 15px;
  }
  .features-2{
      padding-top: 20px !important;
  }
  .slideshow-nav {
    display: none;
  }
  .slider-center {
    width: 100% !important;
    left: 50% !important;
    top: 60% !important;
  }
  .gotowebsite a {
    padding: 5px 5px;
    font-size: 14px;
  }
  .slider-hding h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: start;
  }
  .service-info h5{
    font-size: 18px;

  }
  .service-info li{
    font-size: 16px;
  }
  .slider-hding p {
    font-size: 16px;
  }
  .skillbox {
    margin: 0 0 15px;
    padding: 10px;
  }
  .skillbox h3 {
    margin: 6px 0 0;
    min-height: 0;
  }
  .howitwork .skillbox {
    margin: 0 0 20px;
  }
  .ftr-box h5 {
    font-size: 16px;
    min-height: auto;
    margin: 15px 0 10px;
  }
  .footer-btm {
    text-align: center;
  }
  .social-icons {
    justify-content: center;
    align-items: center;
    margin: 10px 0 0;
  }
  .bg1::before,
  .bg2::before,
  .bg3::before,
  .bg4::before {
    top: 0px !important;
  }
  .mt-80 {
    margin-top: 20px !important;
  }
  /*Slider*/
  .mb-20 {
    margin-bottom: 7px;
  }
  .slide-text .topP {
    font-size: 16px;
  }
  .slide-text h2 {
    font-size: 18px;
  }
  .slide-text .coDetail {
    letter-spacing: 0.02em;
    font-size: 15px;
    text-align: start;
    line-height: 23px;
  }
  .course-features {
    gap: 10px 5px;
  }
  .mtb-40 {
    margin: 10px 0;
  }
  .slider-hding h2 span {
    display: block;
  }
  .buildText a {
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 4px;
  }
  .icon-box h4 {
    font-size: 13px;
    margin-top: 4px;
    line-height: 20px;
    min-height: 30px;
  }
  .icon-box {
    padding: 10px;
    margin-top: 20px;
  }
  .section-title h2 {
    line-height: 30px;
    font-size: 20px;
  }
  .download h2 {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 30px;
  }
  .callbackButton .open-modal-btn {
    display: block;
    width: 100%;
  }
  .fresherBox {
    margin: 0 0 10px;
    padding: 15px;
    flex-direction: column;
  }
  .fresherCont {
    margin-left: 0;
  }
  .fresherBox img {
    width: 41px;
    padding: 4px;
  }
  p.certip {
    font-size: 16px;
    line-height: 25px;
    text-align: start !important;
  }
  .combine-text-size-regular {
    font-size: 16px;
    text-align: start;
  }
  .combine-feature2_item {
    margin: 15px 0 0;
    /* flex-direction: column; */
    align-items: center;
  }
  .cerfificateImage {
    margin: 20px 0 0;
  }
  .haveQuestion .hAdjust {
    padding: 10px 0px;
    width: 90%;
    margin: auto;
  }
  .haveQuestion .form-screen {
    padding: 0;
    border: 0;
    margin-top: 30px;
  }
  .haveQuestion .form-screen input.form-control {
    font-size: 14px;
  }
  .haveQuestion .form-screen .form-group label {
    font-size: 16px;
  }
  .haveQuestion .fFotr {
    padding: 20px 0;
  }
  .faq .box.active .content {
    height: auto;
    padding: 10px;
  }
  .faq .content {
    font-size: 14px;
  }
  .faq .label {
    font-size: 14px;
  }
  .floating-icon {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .whatsapp {
    bottom: 65px !important;
    left: 10px !important;
  }
  .call {
    bottom: 10px !important;
    left: 10px !important;
  }
  .ftr-box p a {
    padding: 0;
  }
  #wrap {
    display: none;
  }
  .hAdjust {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  /*course Metrics*/
  .course-journey-card-desktop-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .courseModules .feature-card {
    flex-direction: column;
    width: 100%;
  }
  .courseModules .rightsec {
    padding-left: 0;
  }
  .courseMleft,
  .courseMright {
    border-radius: 15px !important;
    padding: 25px !important;
  }
  .courseMright {
    margin: 30px 0 0;
  }
  .course-journey-card-desktop.two .topbtm,
  .course-journey-card-desktop.three .topbtm,
  .course-journey-card-desktop.four .topbtm,
  .course-journey-card-desktop.one .topbtm {
    display: none;
  }
  .course-journey-card-desktop.two .leftright,
  .course-journey-card-desktop.three .leftright,
  .course-journey-card-desktop.four .leftright,
  .course-journey-card-desktop.five .leftright,
  .course-journey-card-desktop.one .leftright {
    display: none;
  }
  .courseModules .emoji {
    margin: 0 0 20px;
  }
  .courseModules .emoji .gesture-notch {
    top: -40px;
    bottom: unset;
    right: 0;
    left: 0;
  }
  .course-journey-card-desktop.one {
    margin: 50px 0 0;
  }
}

/*  (portrait and landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .gotowebsite span.phnspan {
    display: none;
  }
  .toglecont .open-call {
    padding: 10px 15px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
  }
  .gotowebsite {
    gap: 6px;
  }
  .slider-landing {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  #wrap {
    right: 0 !important;
  }
  #wrap .content {
    width: auto !important;
  }
  #wrap .form-screen .title {
    padding: 20px 10px !important;
  }
  .form-screen .talert {
    font-size: 14px !important;
  }
  .form-screen .more {
    font-size: 14px !important;
  }
  .gotowebsite span {
    margin: 0 !important;
  }
  .close-call {
    right: 10px !important;
    top: 10px !important;
  }
  .width80 {
    width: 90% !important;
  }
  .slideshow-nav {
    display: none;
  }
  .slider-center {
    width: 100% !important;
    left: 50% !important;
    top: 60% !important;
  }
  .gotowebsite a {
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 6px !important;
  }
  .slider-hding h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    width: 80%;
  }
  .slider-hding p {
    font-size: 16px;
  }
  .skillbox {
    margin: 0 0 5px;
    padding: 10px;
  }
  .skillbox h3 {
    margin: 6px 0 0;
    min-height: 0;
    font-size: 14px;
  }
  .howitwork .skillbox {
    margin: 0 0 20px;
  }
  .ftr-box h5 {
    font-size: 16px;
    min-height: auto;
    margin: 15px 0 10px;
  }
  .footer-btm {
    text-align: center;
  }
  .social-icons {
    justify-content: center;
    align-items: center;
    margin: 10px 0 0;
  }
  .bg1::before,
  .bg2::before,
  .bg3::before,
  .bg4::before {
    top: 0px !important;
  }
  .mt-80 {
    margin-top: 20px !important;
  }
  /*Slider*/
  .mb-20 {
    margin-bottom: 7px;
  }
  .slide-text .topP {
    font-size: 16px;
  }
  .slide-text h2 {
    font-size: 34px !important;
  }
  .slide-text .coDetail {
    letter-spacing: 0.02em;
    font-size: 15px !important;
    text-align: justify;
    line-height: 23px !important;
  }
  .course-features {
    gap: 10px 5px;
  }
  .mtb-40 {
    margin: 10px 0 !important;
  }
  .buildText a {
    padding: 8px 17px;
    font-size: 15px;
    border-radius: 4px;
  }
  .icon-box h4 {
    font-size: 15px;
    margin-top: 4px;
    line-height: 20px;
    min-height: 45px;
  }
  .icon-box {
    padding: 10px;
    margin-top: 20px;
  }
  .section-title h2 {
    line-height: 30px;
    font-size: 20px;
  }
  .download h2 {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 30px;
  }
  .callbackButton .open-modal-btn {
    display: block;
    width: 100%;
  }
  .fresherBox {
    margin: 0 0 10px;
    padding: 15px;
    flex-direction: column;
  }
  .fresherCont {
    margin-left: 0;
  }
  .fresherBox img {
    width: 41px;
    padding: 4px;
  }
  p.certip {
    font-size: 15px;
    line-height: 25px;
  }
  .combine-text-size-regular {
    font-size: 15px;
  }
  .combine-feature2_item {
    margin: 15px 0 0;
  }
  .cerfificateImage {
    margin: 20px auto 0;
    width: 70%;
  }
  .haveQuestion .hAdjust {
    padding: 0;
  }
  .haveQuestion .form-screen {
    padding: 0;
    border: 0;
  }
  .haveQuestion .form-screen input.form-control {
    font-size: 14px;
  }
  .haveQuestion .form-screen .form-group label {
    font-size: 14px;
  }
  .haveQuestion .fFotr {
    padding: 20px 0;
  }
  .faq .box.active .content {
    height: auto;
    padding: 10px;
  }
  .floating-icon {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .whatsapp {
    bottom: 120px !important;
    left: 10px !important;
  }
  .call {
    bottom: 60px !important;
    left: 10px !important;
  }
  .ftr-box p a {
    padding: 0;
    font-size: 14px;
  }
  #wrap {
    display: none;
  }
  .hAdjust {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .course-metrics {
    gap: 12px !important;
    padding: 15px !important;
  }
 
  .metric-sub-heading {
    font-size: 15px !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .webinar-text p {
    font-size: 16px !important;
  }
  .formAlign {
    justify-content: center !important;
    margin: 30px 0 0;
  }
  .form-screen {
    width: auto !important;
  }
  .features-2 .theme-btn {
    padding: 10px 40px;
    margin: 0;
  }
  .registerstack {
    display: block;
    text-align: center;
  }
  .placementbox {
    margin: 0 0 26px;
    padding: 8px 5px;
    margin-bottom: 25px;
    min-height: 97px;
    max-height: 98px;
  }
  .haveQues-image {
    width: 40%;
    margin: 0 auto;
  }
  .ftrlogo {
    width: 60%;
  }
  .ftr-box p {
    font-size: 14px;
  }
  .support-list li {
    font-size: 14px;
    padding: 8px 20px;
  }
  .form-screen .basic-container label {
    font-size: 15px !important;
  }
}
/*  (portrait and landscape) */
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  .gotowebsite span.phnspan {
    display: none;
  }
  .toglecont .open-call {
    padding: 10px 15px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
  }
  .slider-landing {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  #wrap {
    right: 0 !important;
  }
  #wrap .content {
    width: auto !important;
  }
  #wrap .form-screen .title {
    padding: 20px 10px !important;
  }
  .form-screen .talert {
    font-size: 14px !important;
  }
  .form-screen .more {
    font-size: 14px !important;
  }
  .gotowebsite span {
    margin: 0 !important;
  }
  .close-call {
    right: 10px !important;
    top: 10px !important;
  }
  .width80 {
    width: 90% !important;
    /* margin-top: 60px; */
  }
  .slideshow-nav {
    display: none;
  }
  .slider-center {
    width: 100% !important;
    left: 50% !important;
    top: 60% !important;
  }
  .gotowebsite a {
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 6px !important;
  }
  .slider-hding h2 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .slider-hding p {
    font-size: 16px;
  }
  .skillbox {
    margin: 0 0 5px;
    padding: 10px;
  }
  .skillbox h3 {
    margin: 6px 0 0;
    min-height: 33px;
    font-size: 14px;
  }
  .howitwork .skillbox {
    margin: 0 0 20px;
  }
  .ftr-box h5 {
    font-size: 16px;
    min-height: auto;
    margin: 15px 0 10px;
  }
  .footer-btm {
    text-align: center;
  }
  .social-icons {
    justify-content: center;
    align-items: center;
    margin: 10px 0 0;
  }
  .bg1::before,
  .bg2::before,
  .bg3::before,
  .bg4::before {
    top: 0px !important;
  }
  .mt-80 {
    margin-top: 60px !important;
  }
  .registerstack {
    display: flex;
    margin-top: -25px;
    justify-content: flex-end;
  }
  .sliderHeading {
    margin-top: 10px;
  }
  /*Slider*/
  .setbg {
    padding: 50px 0;
  }
  .mb-20 {
    margin-bottom: 7px;
  }
  .slide-text .topP {
    font-size: 16px;
  }
  .slide-text h2 {
    font-size: 28px !important;
  }
  .hero-main {
    width: 90% !important;
  }
  .slide-text .coDetail {
    letter-spacing: 0.02em;
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .course-features {
    gap: 10px 5px;
  }
  .buildText a {
    padding: 15px 0;
    width: 30%;
    text-align: center;
  }
  .icon-box h4 {
    font-size: 15px;
    margin-top: 4px;
    line-height: 20px;
    min-height: 45px;
  }
  .icon-box {
    padding: 10px;
    margin-top: 20px;
  }
  .section-title h2 {
    line-height: 30px;
    font-size: 20px;
    float: left;
  }
  .download h2 {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 30px;
  }
  .fresherBox {
    margin: 0 0 10px;
    padding: 15px;
    flex-direction: column;
  }
  .fresherCont {
    margin-left: 0;
  }
  .fresherBox img {
    width: 41px;
    padding: 4px;
  }
  p.certip {
    font-size: 15px;
    line-height: 25px;
  }
  .combine-text-size-regular {
    font-size: 15px;
  }
  .combine-feature2_item {
    margin: 15px 0 0;
  }
  .haveQuestion .hAdjust {
    padding: 0;
  }
  .haveQuestion .form-screen {
    padding: 0;
    border: 0;
  }
  .haveQuestion .fFotr {
    padding: 20px 0;
  }
  .faq .box.active .content {
    height: auto;
    padding: 10px;
  }
  .floating-icon {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .whatsapp {
    bottom: 120px !important;
    left: 10px !important;
  }
  .call {
    bottom: 60px !important;
    left: 10px !important;
  }
  .ftr-box p a {
    padding: 0;
    font-size: 14px;
  }
  #wrap {
    display: none;
  }
  .hAdjust {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .course-metrics {
    gap: 12px !important;
    margin: 10px 0px !important;
  }

  .metric-sub-heading {
    font-size: 14px !important;
  }
  .webinar-text p {
    font-size: 16px !important;
  }
  .form-screen {
    width: auto !important;
    padding: 15px !important;
  }
  .features-2 .theme-btn {
    padding: 10px 40px;
    margin: 0;
  }
  .placementbox {
    margin: 0 0 26px;
    padding: 8px 10px;
    margin-bottom: 25px;
    min-height: 125px;
    max-height: 126px;
  }
  .ftrlogo {
    width: 60%;
  }
  .ftr-box p {
    font-size: 14px;
  }
  .support-list li {
    font-size: 14px;
    padding: 8px 20px;
  }
  .form-screen .basic-container label {
    font-size: 14px !important;
  }
  .callbackButton {
    text-align: right;
  }
}
/*landing-page-css*/
.open-modal-btn {
  padding: 10px 20px;
  background: #0f79be;
  color: #fff;
  text-transform: capitalize;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-family: "LexendMedium";
  text-decoration: none;
}
.open-modal-btn:hover {
  color: #fff;
  text-decoration: none;
}

.two-btns a {
  color: #000;
  background: #ff8503;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  padding: 15px 40px;
  border-radius: 10px;
  font-family: "LexendMedium";
}

/*landing-page-css*/

/*  (portrait and landscape) */
@media only screen and (min-device-width: 1025px) and (max-device-width: 1099px) {
  .gotowebsite span.phnspan {
    display: none;
  }
  .toglecont .open-call {
    padding: 10px 15px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
  }
  .slider-landing {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  #wrap {
    right: 0 !important;
  }
  #wrap .content {
    width: auto !important;
  }
  #wrap .form-screen .title {
    padding: 20px 10px !important;
  }
  .form-screen .talert {
    font-size: 14px !important;
  }
  .form-screen .more {
    font-size: 14px !important;
  }
  .gotowebsite span {
    margin: 0 !important;
  }
  .close-call {
    right: 10px !important;
    top: 10px !important;
  }
  .width80 {
    width: 90% !important;
  }
  .slideshow-nav {
    display: none;
  }
  .slider-center {
    width: 100% !important;
    left: 50% !important;
    top: 60% !important;
  }
  .gotowebsite a {
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 6px !important;
  }
  .slider-hding h2 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .slider-hding p {
    font-size: 16px;
  }
  .skillbox {
    margin: 0 0 5px;
    padding: 10px;
  }
  .skillbox h3 {
    margin: 6px 0 0;
    min-height: 0;
    font-size: 14px;
  }
  .howitwork .skillbox {
    margin: 0 0 20px;
  }
  .ftr-box h5 {
    font-size: 16px;
    min-height: auto;
    margin: 15px 0 10px;
  }
  .footer-btm {
    text-align: center;
  }
  .social-icons {
    justify-content: center;
    align-items: center;
    margin: 10px 0 0;
  }
  .bg1::before,
  .bg2::before,
  .bg3::before,
  .bg4::before {
    top: 0px !important;
  }
  .mt-80 {
    margin-top: 60px !important;
  }
  .registerstack {
    display: flex;
    margin-top: -25px;
    justify-content: flex-end;
  }
  .sliderHeading {
    margin-top: 25px;
  }
  /*Slider*/
  .setbg {
    padding: 50px 0;
  }
  .mb-20 {
    margin-bottom: 7px;
  }
  .slide-text .topP {
    font-size: 16px;
  }
  .slide-text h2 {
    font-size: 34px !important;
  }
  .slide-text .coDetail {
    letter-spacing: 0.02em;
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .course-features {
    gap: 10px 5px;
  }
  .buildText a {
    padding: 8px 17px;
    font-size: 15px;
    border-radius: 4px;
  }
  .icon-box h4 {
    font-size: 15px;
    margin-top: 4px;
    line-height: 20px;
    min-height: 45px;
  }
  .icon-box {
    padding: 10px;
    margin-top: 20px;
  }
  .section-title h2 {
    line-height: 30px;
    font-size: 20px;
    float: left;
  }
  .download h2 {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 30px;
  }
  .fresherBox {
    margin: 0 0 10px;
    padding: 0 0 15px;
    flex-direction: column;
  }
  .fresherCont {
    margin-left: 0;
  }
  .fresherBox img {
    width: 41px;
    padding: 4px;
  }
  p.certip {
    font-size: 15px;
    line-height: 25px;
  }
  .combine-text-size-regular {
    font-size: 15px;
  }
  .combine-feature2_item {
    margin: 15px 0 0;
  }
  .haveQuestion .hAdjust {
    padding: 0;
  }
  .haveQuestion .form-screen {
    padding: 0;
    border: 0;
  }
  .haveQuestion .fFotr {
    padding: 20px 0;
  }
  .faq .box.active .content {
    height: auto;
    padding: 10px;
  }
  .floating-icon {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .whatsapp {
    bottom: 120px !important;
    left: 10px !important;
  }
  .call {
    bottom: 60px !important;
    left: 10px !important;
  }
  .ftr-box p a {
    padding: 0;
    font-size: 14px;
  }
  #wrap {
    display: none;
  }
  .hAdjust {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .course-metrics {
    gap: 12px !important;
  }

  .metric-sub-heading {
    font-size: 14px !important;
  }
  .webinar-text p {
    font-size: 16px !important;
  }
  .form-screen {
    width: auto !important;
    padding: 15px !important;
  }
  .features-2 .theme-btn {
    padding: 10px 40px;
    margin: 0;
  }
  .placementbox {
    margin: 0 0 26px;
    padding: 8px 10px;
    margin-bottom: 25px;
    min-height: 125px;
    max-height: 126px;
  }
  .ftrlogo {
    width: 60%;
  }
  .ftr-box p {
    font-size: 14px;
  }
  .support-list li {
    font-size: 14px;
    padding: 8px 20px;
  }
  .form-screen .basic-container label {
    font-size: 14px !important;
  }
}

/*  */
.our-location {
  background: #fff;
}

.location-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 70px;
  border: 2px dashed #0f79bf;
  border-radius: 10px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  padding: 0px 10px;
}

.location-box span {
  margin-left: 6px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Hover Effect */
.location-box:hover {
  transform: scale(1.08);
  text-decoration: none;
}

/* slider-landingpage css */

.mb-20 {
  margin-bottom: 20px;
}
.mtb-40 {
  margin: 25px 0;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.landing-logo img {
  width: 135px;
  padding: 20px 0px !important;
}
.ftrlogo img {
  width: 170px;
  padding: 20px 0px !important;
}
.container-fluid {
  padding: 50px 0px;
}
.footer-icon {
  width: 15px !important;
}
.intro-details {
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.topP {
    color: #ffffff;
}
.staticSliderCont {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
.setbgs {
  position: relative;
  width: 100%;
  background: #0f79be;
  padding: 200px 0px 70px 0;
  height: 90vh !important;
  min-height: 90vh !important;
}
.setbgs-landing {
  position: relative;
  width: 100%;
  background: #0f79be;
  padding: 200px 0px 70px 0;
  height: 105vh !important;
  min-height: 105vh !important;
}
.setbgs-landing::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-image: url("../image/slider/home_banner.png");
  z-index: 0;
}
/* .mtt{
  margin-top: 150px;
} */
/* .landignsetbg {
  margin: 90px 0 0;
} */
.setbgs::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-image: url("../image/slider/home_banner.png");
  z-index: 0;
}
.slide-text {
  font-size: 20px;
  color: #fff;
  text-align: left;
}
.slide-text .topP {
  font-size: 26px;
  color: #fff !important;
  font-family: "NunitoBold";
  letter-spacing: 0.05em;
  text-transform: inherit;
  /* background-image: linear-gradient(90deg, #72ff78, #ffaa00); */
  /* background-clip: text; */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}
.formAlign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.slide-text .coDetail {
  color: #fff !important;
  font-family: "PoppinsRegular";
  letter-spacing: 0.05em;
  font-size: 19px;
  text-transform: inherit;
  line-height: 30px;
}
.slide-text h2 {
  font-size: 45px;
  font-family: "PoppinsBold";
  text-transform: capitalize;
  letter-spacing: 0.035em;
  line-height: 55px;
  margin: 0;
  color: #fff;
}
.slide-text h2 {
  font-size: 45px;
  font-family: "PoppinsBold";
  letter-spacing: 0.026em;
  margin: 0;
  color: #fff;
}
.slidex {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: -1;
}
.activx {
  opacity: 1;
}
.slideshow-nav {
  display: none;
  position: absolute;
  bottom: 50%;
  width: 100vw;
  min-width: 100vw !important;
  font-size: 30px;
  background: transparent;
}
.previousx {
  float: left;
}
.nextx {
  float: right;
}

.bg1,
.bg2,
.bg3,
.bg4 {
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  background-size: cover !important;
  /* background:#1f9cbd; */
  background: #0f79be;
  height: 700px;
  min-height: 700px;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
  position: absolute;
  top: 0;
  left: 0;
}
.bg1::before,
.bg2::before,
.bg3::before,
.bg4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-image: url("../image/slider/home_banner.png");
  z-index: 0;
}
/*
.bg2 {background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/222641/2D6HOGVCGE.jpg");}
.bg3 { background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/222641/BusScene.jpg");}
.bg4 {background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/222641/sun-trees.jpg");}
*/
.slider-center {
  position: absolute;
  height: auto;
  width: 50%;
  left: 50%;
  top: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  letter-spacing: 2px;
}
.hero-main {
  position: absolute;
  width: 80%;
  /* top: 7%; */
  top: 22%;
}

.nav-link {
  transition: all 0.4s;
  padding: 15px;
  color: #fff;
  opacity: 0.2;
  font-size: 40px;
}
.nav-link:hover {
  color: #999;
  font-size: 80px;
  opacity: 0.8;
}

.arrow a {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 80px;
  padding: 0 0 20px 0;
  opacity: 0.2;
}

.arrow a:hover {
  color: #999;
  font-size: 100px;
  opacity: 0.8;
}
.course-metrics {
  /* background-color: #00AFD6; */  
  background-color: #0f79be;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 16px;
  width: fit-content;
  /* width: max-content; */
  border-radius: 4px;
}
.course-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.divider {
  border-left: 1px solid #caedf5;
}
.metric-heading {
  font-size: 40px;
  letter-spacing: 0.03em;
}
.metric-sub-heading {
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
}
.course-features {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px 5px;
  color: #fff;
}
.gotowebsite span {
  margin: 0 8px 0 0;
}
.typo-pills {
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
}
.course-features .features {
  background-color: #fff;
  color: #000000;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  padding: 6px 8px;
  border-radius: 5px;
  width: -webkit-max-content;
  width: 100%;
  width: max-content;
}
.webinar-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ddd;
}
.webinar-text p {
  color: #fff !important;
  font-size: 20px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0;
}
.webinar-text img {
  height: 30px;
  width: 40px;
  margin-left: 6px;
}
/*Start Form Screen*/
.form-screen {
  background: #fff;
  min-height: 100%;
  padding: 24px;
  border: 15px solid #15181a;
  width: 435px;
  border-radius: 30px;
  box-shadow: 0 0 12px rgba(255, 234, 180, 0.5);
}
.form-screen .title {
  font-size: 17px;
  font-family: "PoppinsBold";
  color: #000;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
}
.form-screen .talert {
  font-size: 18px;
  font-family: "PoppinsMedium";
  background-image: linear-gradient(90deg, #0f79be, #0f79be);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-screen .more {
  font-size: 16px;
  font-family: "PoppinsMedium";
  color: #6a6666;
}
.form-screen .submitbtn {
  background: #0f79be;
  border-color: #0f79be;
  width: 100%;
  font-size: 15px;
  font-family: "PoppinsMedium";
  color: #fff;
  letter-spacing: 0.03em;
  border-radius: 4px;
  padding: 12px 30px;
}
.form-screen .submitbtn:hover {
  background: #043146;
  border-color: #043146;
}

.form-screen input.form-control {
  font-size: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.form-screen .form-group label {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  color: #979797;
  margin: 0 0 2px;
  font-family: "PoppinsRegular";
}
.form-screen .basic-container label {
  font-size: 16px;
  color: #000;
  margin: 10px 0 0;
  font-family: "PoppinsRegular";
}
.main-heading {
  color: #0a6da5;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: start !important;
  font-weight: 600;
  font-size: 20px;
}
/*End Form Screen*/
/* Responsive Styles */
/*  Smartphones (portrait and landscape) */

@media only screen and (min-device-width: 300px) and (max-device-width: 400px) {
  .setbgs {
    height: 165vh !important;
    min-height: 165vh !important;
  }
  .setbgs-landing {
    height: 270vh !important;
    min-height: 270vh !important;
    padding: 135px 0px 70px 0;
  }
  .container-fluid {
    margin: 0px !important;
    padding: 8px 0px !important;
  }
  .course-features .features {
    width: 100% !important;
  }
  .features img {
    width: 22px;
  }
  .howitwork {
    padding: 0px !important;
  }
  .fw-bold {
    font-size: 20px;
    line-height: 30px;
  }
  /*Slider*/
  .mb-20 {
    margin-bottom: 7px;
  }
  .slide-text .topP {
    font-size: 21px;
  }
  .slide-text h2 {
    font-size: 20px;
    margin: 15px 0;
  }
  .slide-text .coDetail {
    letter-spacing: 0.02em;
    font-size: 16px;
    /* text-align: justify; */
    line-height: 23px;
  }
  .main-heading {
    font-size: 20px !important ;
  }
  .course-features {
    gap: 10px 5px;
  }
  .mtb-40,
  .mb-40 {
    margin: 10px 0;
  }

  .metric-sub-heading {
    font-size: 11px;
    text-align: center;
  }
  #slide-show {
    height: 100%;
    min-height: 100%;
  }
  .course-metrics {
    gap: 7px;
    padding: 7px;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    align-content: space-around;
  }
  /* .mtt{
    margin-top: 70px;
  } */
  .formAlign {
    justify-content: center;
    align-items: center;
  }
  .webinar-text p {
    font-size: 10px;
    text-align: center;
    margin: 0 0 11px;
  }
  .form-screen {
    padding: 15px;
    border: 10px solid #15181a;
    border-radius: 10px;
  }
  .form-screen .title {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .form-screen .basic-container label {
    font-size: 14px !important;
  }
  .form-screen .submitbtn {
    font-size: 12px;
    padding: 10px 0;
  }
  .buildText {
    flex-direction: column;
  }
  .section-title h2 {
    line-height: 30px;
    font-size: 20px;
  }
  .features-2 .theme-btn {
    padding: 15px 40px;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 20px 0 0;
  }
  .placementbox {
    margin: 0 0 25px;
    padding: 20px 12px;
    margin-bottom: 20px;
    min-height: 110px;
    max-height: 110px;
  }
  .slide-text h2 {
    font-size: 35px;
    line-height: 25px;
    font-size: 21px !important;
    margin: 5px 0;
  }
  .sliderHeading h1 {
    font-size: 30px !important;
  }
    .centerhding h5 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: start;
    line-height: 26px;
}
}

@media only screen and (min-device-width: 401px) and (max-device-width: 767px) {
  /*Slider*/
  .mb-20 {
    margin-bottom: 7px;
  }
  .container-fluid {
    padding: 50px 0px !important;
  }
 .skill-cover {
    padding: 50px 0px !important;
}
  .main-heading {
    font-size: 20px !important;
  }
  .slide-text .topP {
    font-size: 16px;
  }
  .course-features .features {
    width: 100% !important;
  }
  .slide-text h2 {
    font-size: 20px;
    margin: 15px 0;
  }
  .slide-text .coDetail {
    letter-spacing: 0.02em;
    font-size: 14px;
    text-align: justify;
    line-height: 23px;
  }
  .course-features {
    gap: 15px 5px;
  }
  .mtb-40,
  .mb-40 {
    margin: 10px 0;
  }

  .metric-sub-heading {
    font-size: 11px;
    text-align: center;
  }
  #slide-show {
    height: 100%;
    min-height: 100%;
  }
  .course-metrics {
    gap: 7px;
    padding: 20px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    align-content: space-around;
  }
  .setbgs {
    padding: 0;
    height: 160vh !important;
    min-height: 160vh !important;
  }
  .hero-main {
    position: absolute;
    width: 80%;
    top: 14%;
  }
  .setbgs-landing {
    padding: 0;
    height: 180vh !important;
    min-height: 180vh !important;
  }
  .mtt {
    margin-top: 100px;
  }
  #slide-show {
    height: 150vh !important;
    min-height: 150vh !important;
    top: 0px;
    /* padding: 20px 0; */
  }
  .formAlign {
    justify-content: center;
    align-items: center;
  }
  .webinar-text p {
    font-size: 14px;
    text-align: center;
    margin: 0 0 11px;
  }
  .form-screen {
    padding: 15px;
    border: 10px solid #15181a;
    border-radius: 10px;
  }
  .form-screen .title {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .form-screen .basic-container label {
    font-size: 11px !important;
  }
  .form-screen .submitbtn {
    font-size: 12px;
    padding: 10px 0;
  }
  .buildText {
    flex-direction: column;
  }
  .section-title h2 {
    line-height: 30px;
    font-size: 20px;
  }
  .features-2 .theme-btn {
    padding: 15px 40px;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 20px 0 0;
  }
  .placementbox {
    margin: 0 0 25px;
    padding: 20px 12px;
    margin-bottom: 20px;
    min-height: 110px;
    max-height: 110px;
  }
  .slide-text h2 {
    font-size: 35px;
    line-height: 30px;
    margin: 15px 0;
    /* color: #feb600; */
  }
  .centerhding h5 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
}
}
@media only screen and (max-width: 1100px) {
  .setbgs {
    height: 140vh !important;
    min-height: 140vh !important;
  }
  .setbgs-landing {
    height: 170vh !important;
    min-height: 170vh !important;
  }
  .formAlign {
    justify-content: center !important;
    margin-top: 30px;
  }
}

/* about page css */

/*Start About 5Trainer*/
.about5trainer {
  position: relative;
  background: #fff;
  z-index: 1;
}
.about5trainerImage {
  position: relative;
  display: inline-block;
}
.about5trainerContent ul li {
  font-size: 18px;
  color: #043146;
  margin: 0 0 20px;
  text-align: left;
  position: relative;
  z-index: 1;
  padding-left: 0px;
  display: flex;
}
.about5trainerContent ul li .subhding {
  /* color: #1585a4; */
  color: #0f79be;
  margin: 0 8px 0 0;
  font-size: 18px;
}
span.aiImage {
  margin: 0 10px 0 0;
}
.successrate {
  background: #ebeff0;
  border-radius: 30px 30px 30px 30px;
  padding: 30px;
}
.successrate h6 {
  font-size: 18px;
  font-family: "LexendRegular";
  letter-spacing: 0.01em;
  color: #043146;
  margin: 10px 0 3px;
}
.successrate p {
  margin: 0;
  font-size: 16px;
  color: #043146;
}
.successtop,
.successbottom {
  border-right: 1px solid #ffff;
  margin: 0;
  text-align: center;
}
.border {
    border: 1px solid #c1c1c1 !important;
    margin-bottom: 15px !important;
}
.bordernone {
  border-right: none;
}
.aboutInfo p {
  font-size: 18px;
  font-family: "LexendRegular";
  margin: 0;
  line-height: 40px;
  letter-spacing: 0.03em;
}
.passionMeets .section-title-area {
  width: 50%;
  margin: 0;
}
.passionMeets .btn-wrapper {
  margin: 40px 0 0;
}
.passion-item h6 {
  color: #fff;
  font-size: 21px;
  font-family: "LexendBold";
  letter-spacing: 0.03em;
  text-transform: capitalize;
  margin: 15px 0 10px;
}
.passion-item p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.03em;
  margin: 0;
}
.successrate .plr0 {
  padding: 0;
}
.about5trainer .section-title {
  margin: 10px 0 5px;
}
/*End About 5Trainer*/
/*Misson visson*/
.misn-visin-row .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}
.misn-visin-row .features-list .li {
  z-index: 1;
  position: relative;
  margin-bottom: 0;
  border-radius: 20px;
  padding: 50px 20px;
  transition: 0.5s;
  background-color: #fff;
  box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
}
.misn-visin-row .darkfeature .li {
  /* background: #1585a4 !important; */
  background: #0f79be !important;
}
.misn-visin-row .darkfeature h3,
.misn-visin-row .darkfeature .p {
  color: #fff !important;
}
.misn-visin-row .features-list .li::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: "";
  visibility: hidden;
  position: absolute;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* background: #1585A4; */
  background: #0f79be;
}
.misn-visin-row .features-list .li:hover .whoweimg {
  filter: brightness(0) invert(1);
}
.misn-visin-row .features-list .li .icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  z-index: 1;
  top: 28%;
  right: 1%;
}
.misn-visin-row .features-list .li .icon::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.misn-visin-row .features-list .li .icon img {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
}
.misn-visin-row .features-list .li h3 {
  transition: 0.5s;
  margin-bottom: 8px;
  font-size: 22px;
  font-family: "LexendBold";
  text-transform: capitalize;
  letter-spacing: 0.04em;
}
.misn-visin-row .features-list .li p {
  width: 90%;
  transition: 0.5s;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "LexendRegular";
  color: inherit;
  text-transform: inherit;
  letter-spacing: 0.03em;
  line-height: 24px;
}
.misn-visin-row .features-list .li:hover::before {
  opacity: 1;
  visibility: visible;
}
.misn-visin-row .features-list .li:hover h3,
.misn-visin-row .features-list .li:hover p {
  color: #fff;
}

/*Start About Our Founder*/
.aboutfounder {
  background: #fff;
  position: relative;
  z-index: 1;
}
.personalInfo p strong {
  font-family: "LexendBold";
}
.rowfounder {
  background: #ebeff0;
  padding: 50px;
  border-radius: 30px 30px 30px 0;
}
.personalInfo,
.rowfounder {
  width: 100%;
  margin: 0 auto;
}
.cmpyfounderImage img {
  border-radius: 30px 30px 30px 0;
}
p.cmpyfounder {
  /* color: #1585a4; */
  color: #0f79be;
  font-size: 18px;
  font-family: "NunitoBold";
  margin: 0 0 15px;
  padding: 0;
}
.rowfounder h2.section-title {
  margin: 0 0 8px;
}
.personalInfo h4 {
  font-size: 35px;
  font-family: "LexendMedium";
  margin: 0 0 15px;
  color: #043146;
}
.personalInfo p {
  font-size: 18px;
  text-align: justify;
  line-height: 32px;
  letter-spacing: 0;
  color: #043146;
  margin: 0 0 10px;
}
.fcont-list {
  text-align: left;
  font-size: 18px;
  font-family: "LexendMedium";
  color: #043146;
  margin: 20px 0 0;
}
.fcont-list span {
  width: 30%;
  /* color: #1585a4; */
  color: #0f79be;
  font-family: "LexendMedium";
  font-size: 19px;
  display: inline-block;
}
.socialIcon li a {
  /* background:#1585a4; */
  background: #0f79be;
  padding: 20px;
}
/*Start About Our Founder*/
/*Start About Page*/
.about-page {
  background-image: url(../image/bg/bg.jpg);
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about-page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
}

.aboutrowhding {
  padding-top: 40px;
}
.abinfo {
  padding: 15px 20px;
  background: #0f3666;
  margin: 20px 0 0;
  border-radius: 2px;
}
.abinfo h5 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-family: "PoppinsMedium";
  line-height: 30px;
  text-align: left;
  width: 90%;
}
.abinfo h6 {
  /* color:#FFB001; */
  color: #ff8503;
  font-size: 42px;
  margin: 0;
  font-family: "PoppinsBold";
  text-align: left;
  letter-spacing: 0.05em;
}
.abinfo p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin: 0;
  text-align: left;
  letter-spacing: 0.08em;
  text-transform: capitalize;
}
.abt-mv-inside {
  box-shadow: 0px 12px 24px rgb(47 65 129 / 10%);
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 25px;
  background: #fff;
}
.mv-imag {
  text-align: center;
}
.abt-mv-inside h6 {
  font-size: 24px;
  text-align: center;
  font-family: "LexendBold";
  text-transform: capitalize;
  color: #292929;
  letter-spacing: 0.05em;
  margin: 10px 0 4px;
}
.abt-mv-inside p {
  margin: 0;
  color: #616161;
  font-family: "LexendRegular";
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: inherit;
  line-height: 25px;
}
.abtdiv {
  text-align: center;
}
/*End About Page section*/

/*Start about*/
.about-left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition:
    transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -webkit-animation: clip-a-z 1s;
  animation: clip-a-z 1s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.about-info {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  margin-top: 390px;
}
/*Start About Company*/
.about-company__wrapper {
  width: 85%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 40px;
}
.about-company__wrapper
  div[class*="company-item"]:nth-of-type(2n + 1)
  .company-item__icon {
  background-color: #ff2a6e;
}
.company-item__icon {
  position: relative;
  background-color: #ff2a6e;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  border-radius: 20px;
  transform: rotate(55deg);
}
.about-company__wrapper
  div[class*="company-item"]:nth-of-type(2n + 1)
  .company-item__icon::before {
  border-color: #ff366b;
}
.company-item__icon::before {
  bottom: -3px;
  right: -8px;
  border-radius: 20px;
  z-index: -1;
  border-width: 1px;
}
.company-item__icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 110%;
  border-style: solid;
  border-color: #ff366b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: -9px;
  right: -8px;
  border-width: 2px;
  border-radius: 10px;
  z-index: -1;
}
.company-item__icon span {
  color: #fff;
  font-size: 25px;
  transform: rotate(-55deg);
}
.company-item__content {
  width: calc(100% - 50px);
  padding-left: 25px;
}
.company-item__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "LexendMedium";
  text-transform: capitalize;
  letter-spacing: 0.01em;
  color: #000;
}
.company-item__desc {
  font-size: 16px;
  text-transform: inherit;
  letter-spacing: 0.02em;
  font-family: "LexendRegular";
  line-height: 25px;
  text-align: justify;
}
.about-company__wrapper
  div[class*="company-item"]:nth-of-type(2n + 2)
  .company-item__icon {
  background-color: #00c4a7;
}
.about-company__wrapper
  div[class*="company-item"]:nth-of-type(2n + 2)
  .company-item__icon::before {
  border-color: #00c4a7;
}
.company-item:hover .company-item__icon::before {
  bottom: -2px;
  right: 8px;
}
.arrow-three {
  position: absolute;
  right: 0;
  top: 0;
}
.about-company {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
}
.shape3 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-animation: spin 6s linear infinite;
  -moz-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}
.abt-who-we-are {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 12px;
  box-shadow: none;
  padding: 0;
}
.abt-who-we-are h6,
.abt-who-we-are p {
  text-align: justify;
}
.abt-who-we-are p {
  line-height: 28px;
}
.abt-who-we-are .mtb-20 {
  margin: 15px 0;
}
.about-left img {
  border-radius: 50%;
}
/* .about-leftimg {
    width:640px;
    height:640px;
    border-radius:50%;
} */
/* .about-leftimg::after
 {
    position: absolute;
    content: '';
    animation: spin 60s linear infinite;
    -webkit-animation: spin 60s linear infinite;
    border: 2px dashed #0079C4;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    left: 0;
    top: 0;
    z-index: -1;
} */
/*End About Company*/

/*Start How to Work*/
.how-to-work {
  position: relative;
  background-position: left;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 1;
  background-color: #f4ffff;
}
.how-to-work::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(0, 121, 196, 0);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.work-item__title_black {
  color: #191919;
  font-size: 18px;
  font-family: "LexendMedium";
  letter-spacing: 0;
  text-transform: inherit;
  line-height: 22px;
  margin: 0 0 10px;
  min-height: 45px;
}
.work-item {
  position: relative;
}
.work-item__arrow {
  position: absolute;
  left: 110%;
  top: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 30px;
}
.work-item__icon {
  background-color: #1585a4;
}
.work-item__icon {
  position: relative;
  /* background-color:#1585a4; */
  background-color: #0f79be;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  transform: rotate(0deg);
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
.work__inner div[class*="col"]:nth-of-type(4n + 1) .work-item__icon::before {
  border-color: #1585a4;
}
.work-item__icon::before {
  border-style: dashed;
  border-radius: 50%;
  bottom: -8px;
  right: -9px;
}
.work-item__icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 110%;
  /* border-color:#1585a4; */
  border-color: #0f79be;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: -9px;
  right: -8px;
  border-width: 2px;
  z-index: -1;
  animation: spin 20s linear infinite;
}
.work-item__icon span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.work-item {
  font-size: 19px;
  color: #fff;
  font-family: "PoppinsMedium";
  text-transform: inherit;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  line-height: inherit;
}
.work-item__desc {
  max-width: 245px;
  margin: 0 auto;
}
.work-item p {
  font-size: 16px;
  color: #043146;
  letter-spacing: 0.03em;
  line-height: 25px;
  font-family: "LexendRegular";
  margin: 0;
  text-align: center;
}

/*Read More Work*/
.work-item h2,
.work-item details {
  display: inline;
}

.work-item details {
  position: relative;
}
.work-item details summary {
  display: block;
  cursor: pointer;
  color: #ffffff;
}
.work-item details summary:focus {
  outline: none;
}
.work-item details summary #close {
  outline: none;
  position: absolute;
  left: 210px;
  bottom: 5px;
  z-index: 1;
}
.work-item details[open] {
  display: block;
  padding-bottom: 25px;
  padding-top: 10px;
  animation: open 0.2s linear;
  position: absolute;
  width: 100%;
  top: 110px;
  left: 0;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
}
.work-item details[open] summary {
  position: absolute;
  bottom: 0;
  left: 0;
}
.work-item details #open {
  padding-left: 5px;
  text-align: inherit;
  font-size: 14px;
  font-family: "LexendRegular";
  text-transform: capitalize;
  letter-spacing: 0.03em;
}
.work-item details #open:after {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 8px;
  content: "\00bb";
  transform: rotate(90deg);
}
.work-item details[open] #open {
  display: none;
}
.work-item details #close {
  display: none;
}
.work-item details[open] #close {
  display: block;
}

::-webkit-details-marker {
  display: none;
}

@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*End How to Work*/

/*Start Project */
.whyChoose-ul {
  padding: 0px;
  margin-top: 20px;
}
.project-sec {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.project-item {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.project-item a {
  display: block;
  color: #000;
  font-family: "PoppinsMedium";
}
.project-item .content {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 90%;
  height: 65px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  transition: 0.5s;
}
.project-item .content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background-color: #f85f0a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  border-radius: 5px;
}
.project-item .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project-item .content p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project-item:hover .content {
  height: 130px;
}
.project-item:hover .content::before {
  height: 100%;
  opacity: 1;
}
.project-item:hover .content h3 {
  text-align-last: left;
}
.project-item:hover .content p {
  opacity: 1;
}
.project-item:hover .content h3 a {
  color: #fff;
}
/*End Project*/

/*Start client*/
.client {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.brand-item-img {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  width: 200px;
  height: 200px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  margin: auto;
}
.brand-item {
  margin: 0 0 60px;
}
.shape-01.zoom-in-zoom-out {
  position: absolute;
  top: 8%;
  left: 8%;
}
/*End client*/

/*Start Team*/
.our-team {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.team-item {
  padding: 30px 30px 40px 30px;
  background: url(../image/bg/team-bg.png) no-repeat;
  background-position: bottom;
  background-color: #fff;
  background-size: contain;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e6fbfd;
  box-shadow: 0px 30px 70px rgba(10, 22, 37, 0.08);
}
.team-item:hover {
  box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
}
.team-item .team-inner .team-img {
  position: relative;
}
.team-text {
  text-align: center;
  margin-top: 30px;
}
.team-text h4 {
  font-family: "PoppinsBold";
  font-size: 18px;
  text-transform: capitalize;
  line-height: 25px;
  color: #04091e;
  letter-spacing: 0.03em;
}
.team-text p {
  font-size: 15px;
  line-height: 24px;
  color: #616161;
  font-family: "PoppinsRegular";
  text-transform: capitalize;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
.team-item .team-inner .team-img .overlay .icon {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 10px 0;
}
.team-item .team-inner .team-img .overlay {
  /* background: #1585A4; */
  background: #0f79be;
  position: absolute;
  bottom: 0;
  left: -130%;
  width: 100%;
  clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
  border-radius: 0px 0px 40px 0px;
  transition: all linear 0.5s;
}
.team-item:hover .team-inner .team-img .overlay {
  left: 0;
}
.team-item .team-inner .team-img .overlay .icon img {
  transition: all linear 0.5s;
}
.team-img img {
  border-radius: 0px 0px 40px 0px;
  max-height: max-content;
  width: 100%;
}
.mv-sec {
  position: relative;
  background: #fff;
}

/* career page css  start*/
.school-s {
  background: #eefbff;
}
#careerp {
  padding-top: 80px;
}
.careerlftr i {
  font-size: 35px;
  text-align: left;
  display: block;
  background: linear-gradient(
    to right,
    rgb(115 222 255),
    rgb(0 120 194),
    rgb(113 218 250),
    rgb(0 121 196)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.careerlftr-inside {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow:
    0 4px 20px 0px rgb(0 0 0 / 14%),
    0 7px 10px -5px rgb(243 115 53 / 40%);
  position: relative;
  margin-bottom: 30px;
}
.section-title p {
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
  text-align: justify;
  margin: 0 0 25px;
}
.careerlftr-inside:hover {
  background: #f7f7f7;
}
.careerlftr-inside h4 {
  font-size: 24px;
  font-family: "LexendMedium";
  color: #000;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  margin: 10px 0px;
  line-height: 30px;
}
.careerlftr-inside p {
  font-size: 17px;
  font-family: "LexendRegular";
  color: #616161;
  text-align: justify;
  text-transform: initial;
  letter-spacing: 0.03em;
  margin: 0;
  width: 100%;
  line-height: 25px;
  min-height: 170px;
  position: relative;
  display: block;
  font-weight: 400;
}
.careerlftr-inside.mrgntop {
  top: 40px;
}
.jobopen {
  box-shadow:
    0 4px 20px 0px rgb(0 0 0 / 14%),
    0 7px 10px -5px rgb(238 251 255 / 40%);
  background: #fff;
  padding: 20px 30px;
  position: relative;
  display: block;
  border-radius: 5px;
  margin: 60px auto;
}
.jobhding {
  font-size: 27px;
  font-family: "LexendBold";
  text-transform: capitalize;
  text-align: left;
  color: #000;
  letter-spacing: 0;
  margin: 0 0 15px;
  position: relative;
}
.jobopenfrm input {
  background: #f2f6f8;
  border: none;
  box-shadow: 0px 7px 5px rgb(0 0 0 / 11%);
  font-size: 18px;
  font-family: "LexendRegular";
  color: #000;
}
.jobopenfrm select,
.jobopenfrm option {
  background: #f2f6f8;
  border: none;
  box-shadow: 0px 7px 5px rgb(0 0 0 / 11%);
  font-size: 18px;
  font-family: "LexendRegular";
  color: #000;
  width: 100%;
  padding: 10px;
  text-transform: capitalize;
}
.jobopenfrm select:focus-visible {
  outline-offset: 0px;
  outline: none;
}
.jobopenfrm input:focus,
.jobopenfrm select:focus {
  border-color: #0079c4;
  box-shadow: 0 0 0 0.2rem rgb(0 121 196 / 25%);
}
.jobopenfrm label {
  position: absolute;
  top: 10px;
  left: 25px;
  color: #0079c4;
  font-size: 18px;
}
input#gsearch {
  padding-left: 38px;
}
.aplyjob {
  background: rgba(0, 121, 196, 0.1);
  padding: 8px 20px;
  color: #1585a4;
  font-size: 17px;
  font-family: "LexendMedium";
  text-align: center;
  text-transform: capitalize;
  border-radius: 6px;
}
.aplyjob:hover {
  background: rgba(0, 121, 196, 0.9);
  color: #fff;
  box-shadow: 0 5px 20px -8px rgb(0 0 0 / 50%);
}
#mjob .whycinside:before {
  left: 43%;
  bottom: 48%;
}
#mjob .whycinside {
  margin: 0 auto 30px;
  padding: 35px;
  background: #fff;
  position: relative;
  transition: 0.3s;
}
.jobopenfrm button {
  background-image: -webkit-linear-gradient(
    -145deg,
    rgb(0 121 192) 0%,
    rgb(68 204 249) 100%
  );
  border: none;
  font-size: 18px;
  font-family: "LexendMedium";
  text-transform: capitalize;
  letter-spacing: 0.03em;
  width: 100%;
  padding: 9px 0;
  box-shadow: 0px 7px 5px rgb(0 0 0 / 11%);
}
.jobopenfrm button:hover {
  background: #000;
}
#whychoose .whycih h5 {
  min-height: 22px !important;
}
#learnrqmt .whycih p {
  min-height: 110px;
}
.jobopenfrm button:focus {
  border-color: #1585a4;
  box-shadow: 0 0 0 0.2rem rgb(254 153 0 / 25%);
}
#learnrqmt {
  margin-top: 70px;
}
#learnrqmt .whycinside h5 {
  min-height: 43px;
}

#learnrqmt h2 span {
  color: #1585a4;
}
#learnrqmt .whycinside {
  background: #fff;
}
#learnrqmt img {
  width: 30%;
  float: right;
  margin: 0;
  top: -9px;
  right: -5px;
  position: relative;
}
#learnrqmt .whycinside:hover {
  background: rgb(238 251 255);
}
#mjob .whycinside:hover {
  bottom: 5px;
  background: rgba(238, 251, 255, 0.5);
  transform: translateY(-3px);
}
#careerp a.load_more_jobs.button {
  background: #1585a4;
  color: #fff;
  box-shadow: 0 4px 12px rgb(254 153 0 / 25%);
  padding: 10px 20px;
  border-radius: 3px;
  margin: 30px auto;
  display: table;
  text-align: center;
  font-family: "LexendRegular";
  text-transform: capitalize;
  font-size: 20px;
  clear: both;
  position: relative;
}
#careerp a.load_more_jobs.button:hover {
  background: #000;
}
#careerp a.load_more_jobs.button i {
  margin-right: 3px;
}
/***job description page**/
.jobdinside h6 {
  font-size: 30px;
  text-align: left;
  font-family: "LexendBold";
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  position: relative;
  display: block;
}
.jobdinside p {
  text-align: justify;
  font-size: 18px;
  font-family: "LexendRegular";
  color: #616161;
  text-transform: inherit;
  position: relative;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.jobdinside li {
  margin: 0 0 5px;
  text-align: justify;
  font-family: "LexendRegular";
  font-size: 18px;
  color: #616161;
  line-height: 30px;
  text-transform: inherit;
  letter-spacing: 0.02em;
}
.sidebr-inside .jobdinside li {
  text-align: justify;
  font-family: "LexendRegular";
  font-size: 16px;
  color: #666;
  line-height: 25px;
  text-transform: capitalize;
  border-bottom: 1px solid #ededed;
  padding: 8px 10px;
  margin: 7px 0px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}
.jobdinside {
  margin: 0 0 35px;
}
/*.jobdinside li:before {
    font-family: "Font Awesome 4 Free";
    font-weight: 900;
    content: "\f0da";
    color: #fe9800;
    margin-right: 5px;
}*/
.jobdinside ul li span {
  font-family: "LexendBold";
  color: #191919;
  margin-right: 10px;
}
.noo-messages.noo-message-error {
  background: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}
.noo-messages {
  padding: 15px;
  margin-bottom: 2.14285714em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.noo-messages li {
  font-family: "LexendRegular";
  font-size: 20px;
  text-transform: capitalize;
}
.sidebr-inside {
  min-height: 100vh;
  padding: 25px;
  background: transparent;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
  transition: 0.3s;
}
.sidebr-inside h5 {
  font-family: "LexendMedium";
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  position: relative;
  display: block;
  margin: 0 0 15px;
}
.job-social li {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #c5ebf7;
  margin-right: 8px;
  border-radius: 50%;
  color: #191919;
  font-size: 15px;
  text-transform: capitalize;
  cursor: pointer;
}
.job-social li a {
  color: #333;
}
.job-social li.fb:hover {
  background: #1877f2;
}
.job-social li.tw:hover {
  background: #55aded;
}
.job-social li.link:hover {
  background: #0077b5;
}
.job-social li.insta:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.job-social li:hover a {
  color: #fff;
}
.job-social {
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
}
.aplyjobtn {
  display: block;
  clear: both;
  position: relative;
  margin: 30px 0 0;
}
.aplyjobtn a {
  background: #0079c4;
  color: #fff;
  padding: 7px 16px;
  display: table;
  border-radius: 3px;
  font-size: 17px;
  font-family: "LexendRegular";
  text-transform: capitalize;
  letter-spacing: 0.02em;
  box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
}
.aplyjobtn a:hover {
  background: #000;
  color: #fff;
  box-shadow: 0 0 28px rgb(0 0 0 / 15%);
}
.aplyjobtn a i {
  margin-right: 5px;
}
/***apply job form ***/
#aplyjob .section {
  width: calc(55% - 40px);
  margin: 20px auto;
  display: block;
  float: none;
}
#aplyjob form .section {
  width: calc(60% - 40px);
  padding: 30px 25px 45px;
  box-shadow: 0 0px 8px rgb(0 0 0 / 20%);
  margin: 20px auto;
  border-radius: 5px;
}
#aplyjob form .section .input-container {
  padding: 10px;
}
#aplyjob form .section .input-container label {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 17px;
  font-family: "LexendRegular";
  text-transform: capitalize;
  letter-spacing: 0.03em;
}
#aplyjob form .section .input-container input,
#aplyjob form .section .input-container textarea {
  width: 100%;
  padding: 5px 10px;
  height: 40px;
  border-radius: 5px;
  border: none;
  background: #eefbff;
  box-shadow: 0 2px 0px #ccc;
  font-family: "LexendRegular";
  font-size: 18px;
  color: #000;
  text-transform: inherit;
}
#aplyjob form .section .input-container input[type="file"] {
  background: transparent;
  box-shadow: none;
  height: auto;
}
#aplyjob form .section .input-container input:focus,
#aplyjob form .section .input-container textarea:focus {
  outline: none;
  background: #fff;
  border: 1px solid #0079c4;
  box-shadow: 0 0px 8px rgb(0 0 0 / 20%);
}
#aplyjob p {
  font-size: 15px;
  font-family: "LexendRegular";
  color: #666;
  line-height: 21px;
  text-align: justify;
}
#aplyjob form .send-container input {
  background-image: -webkit-linear-gradient(
    -145deg,
    rgb(0 121 192) 0%,
    rgb(24 195 247) 100%
  );
  border: none;
  color: #fff;
  padding: 10px 33px;
  box-shadow: 0 5px 12px rgb(0 0 0 / 20%);
  border-radius: 5px;
  font-size: 17px;
  cursor: pointer;
  font-family: "LexendMedium";
  text-transform: capitalize;
  letter-spacing: 0.03em;
}
#aplyjob form .send-container input:hover {
  background: rgb(0 121 192);
  color: #fff;
}
#aplyjob h4 {
  font-size: 22px;
  font-family: "LexendMedium";
  text-align: center;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 25px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
}
.sseriesk h4 {
  font-size: 16px;
  font-family: "LexendMedium";
  text-transform: capitalize;
  color: #191919;
  margin: 15px 0 0;
  line-height: 20px;
}
.whycinside {
  background: #f6f6f6;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 20px -8px rgb(0 0 0 / 50%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.whycinside:before {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(
    -145deg,
    rgb(35 174 213) 0%,
    rgb(21 133 164) 100%
  );
  background-image: -webkit-linear-gradient(
    -145deg,
    rgb(35 174 213) 0%,
    rgb(21 133 164) 100%
  );
  background-image: -ms-linear-gradient(
    -145deg,
    rgb(35 174 213) 0%,
    rgb(21 133 164) 100%
  );
  width: 500px;
  height: 500px;
  left: 58%;
  bottom: 65%;
  opacity: 0.3;
  transition: all 0.3s cubic-bezier(0.905, 0.395, 0.12, 0.55);
  -webkit-transition: all 0.3s cubic-bezier(0.905, 0.395, 0.12, 0.55);
  -moz-transition: all 0.3s cubic-bezier(0.905, 0.395, 0.12, 0.55);
  -ms-transition: all 0.3s cubic-bezier(0.905, 0.395, 0.12, 0.55);
  -o-transition: all 0.3s cubic-bezier(0.905, 0.395, 0.12, 0.55);
  z-index: -1;
  border-radius: 100%;
}
.whycinside h5 {
  font-size: 18px;
  font-family: "LexendBold";
  text-align: left;
  text-transform: capitalize;
  color: #222;
  letter-spacing: 0.03em;
  min-height: 43px;
}
.whycinside p {
  color: #888;
  font-family: "LexendRegular";
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  margin: 0;
  letter-spacing: 0.03em;
}
#whychoose .whycinside p {
  min-height: 60px;
}
/*Start Job Description*/
#jobdescpage {
  background: #fff;
}
/*End Job Description*/

/* contact page css start */
.contact-content {
  position: relative;
  z-index: 1;
}
.contact-info {
  overflow: hidden;
  background: url(../image/bg/bg0.jpg);
  background-size: contain;
  position: relative;
  z-index: 1;
}

.contact-content-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-content-border {
  position: absolute;
  bottom: 4px;
  left: -25px;
  z-index: -1;
}
.contform .submitbtn {
  color: #fff;
  /* background: #1585a4; */
  background: #0f79be;
  padding: 15px 40px;
  border-radius: 15px;
  position: relative;
  border: none;
  text-align: center;
  margin-bottom: 7px;
  margin-top: 15px;
  font-family: "PoppinsMedium";
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
}
.contform .submitbtn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  /* border-color: #0079C4; */
  border-color: #0f79be;
  bottom: -6px;
  left: -6px;
  z-index: -1;
  border-radius: 15px;
  transition: 0.2s;
}
.contform .submitbtn:hover {
  /* background: #FEB000; */
  background: #ff8503;
  color: #fff;
}
/*.contactbanner {background:url(../image/slider/contact-page.jpg) no-repeat center;}*/
.contactform {
  /* background: url(../image/bg/bg3.png) no-repeat top right; */
  background-color: #f4feff;
  position: relative;
  overflow: hidden;
}
.contform {
  /* height: 450px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
}
.contform .form-control,
.contform .form-control option {
  background-color: #fff;
  border: none;
  box-shadow: 0 5px 28.5px 1.5px rgb(149 152 200 / 20%);
  height: 45px;
  font-family: "PoppinsRegular";
  font-size: 16px;
  color: #57647c;
  letter-spacing: 0.03em;
  text-transform: inherit;
  margin-bottom: 25px;
}
.contform textarea.form-control {
  min-height: 100px;
}
.contfrmrow {
  margin-top: 60px;
}
.get-image {
  position: relative;
}
.get-image img {
  box-shadow: 0px 0px 100px 0px rgba(243, 245, 247, 1);
  border-radius: 20px;
  border: 4px solid #fff;
}
.shape-img-2 {
  top: -74px;
  right: -90px;
  position: absolute;
}
.contact-box {
  padding: 27px 29px 22px 29px;
  background: #ffffff;
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 20px;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
}
.contact-box figure {
  padding-top: 3px;
}
.contact-box .d-block {
  font-size: 16px;
  line-height: 26px;
  color: #616161 !important;
  font-family: "PoppinsRegular";
  text-transform: inherit;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.contact-box .d-block:hover {
  color: #0079c4 !important;
}
.contact-box:hover {
  transform: translateY(-5px);
}
.contact-outer {
  padding: 0 30px 0 0;
}
.contact-box h4 {
  font-size: 22px;
  font-family: "LexendMedium";
  color: #202647;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.contactmap {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.contmargn {
  margin-bottom: 40px !important;
}
.listingmapbox {
  background: #ffffff;
  padding: 30px 18px;
  border-radius: 12px;
  border: solid 1px #e7e7e7;
  height: 100%;
}

.listingname h4 {
  /* color: #1585a4; */
  color: #0f79be;
  font-size: 17px;
  font-weight: 500;
}

.listingname p {
  color: #616161;
  font-size: 14px;
}

.maplisting a span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  /* color: #3b96eb; */
  color: #0f79be;
}

/* counseling-for-students page css */

.width70 {
  width: 70%;
  margin: 0 auto;
}
.counseling {
  position: relative;
  background: #fff;
}
.counselingButn a {
  font-family: "LexendMedium";
  font-size: 20px;
  letter-spacing: 0.03em;
  border-radius: 12px 12px 12px 12px;
  padding: 15px 35px;
  text-align: center;
  transition: all 0.3s;
}
.yellowBtn a {
  background: #ff8503;
  color: #fff;
  text-decoration: none;
}
.yellowBtn a:hover,
.blueBtn a:hover {
  background: #000;
  color: #fff;
}
.blueBtn a {
  background: #043146;
  color: #fff !important;
}
.counselingButn {
  display: flex;
  justify-content: flex-start;
  margin: 50px 0px;
  gap: 40px;
}
.counselingAbout {
  width: 70%;
  margin: 0 0 0 auto;
}
.counselingAbout img {
  object-fit: cover;
}
/* Personalized Learning Paths To Success  */
.learning-paths {
  position: relative;
  background: #fff;
  z-index: 1;
}
.learning-paths .wrapper {
  margin: auto;
  margin-top: 50px;
}
.learning-paths .tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
}
.learning-paths .tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.learning-paths .tab-link {
  margin: 0 1%;
  list-style: none;
  color: #043146;
  cursor: pointer;
  font-size: 18px;
  font-family: "PoppinsBold";
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
  background: #e7f4f8;
  border-radius: 6px;
  width: 100%;
  padding: 15px 10px !important;
}
.learning-paths .tab-link:hover {
  color: #043146;
  border-color: #043146;
}

.learning-paths .tab-link.active {
  color: #fff;
  /* border-color: #1F9CBD; */
  border-color: #0f79be;
  background: #043146;
}
.learning-paths .content-wrapper {
  width: 98%;
  margin: 0 auto;
}
.tabBasicInfo {
  background: #e7f4f8;
  border-radius: 8px;
}
.tabBasicInfo,
.serviceProcess {
  margin: 30px 0px;
}
.learning-paths .tab-content {
  display: none;
  text-align: justify;
  color: #043146;
  font-size: 18px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}
.learning-paths .tab-content.active {
  display: block;
}
.learning-paths .content-wrapper h2,
.ourAssemtContainer h2 {
  font-size: 22px;
  margin: 0;
  color: inherit;
}
.ourAssemtContainer h2 {
  font-size: 25px;
  margin: 0 0 10px;
  color: #043146;
  font-family: "LexendBold";
  letter-spacing: 0.03em;
}
.learning-paths .content-wrapper p,
.ourAssemtContainer p {
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 30px;
  margin: 0 0 3px;
  padding: 0;
  font-family: "LexendRegular";
}
.learning-paths.dataScience .content-wrapper p {
  margin: 10px 0 0;
}
.learning-paths .content-wrapper li {
  position: relative;
  font-size: 20px;
  font-family: "LexendRegular";
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 20px;
  /* padding: 0 0 0 25px; */
  text-transform: capitalize;
}
.learning-paths .content-wrapper li::before {
  position: absolute;
  /* content: url(../image/icon/5T.png); */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dataScience .serviceContent li,
.dataScience .serviceContent li a {
  background: #e7f4f8;
  padding: 0 0 0 15px;
  text-decoration: none;
}
.dataScience .serviceContent li {
  padding: 12px 16px !important;
  display: flex;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.dataScience .serviceContent li:hover {
  /* background:#1F9CBD; */
  background: #0f79be;
}
.dataScience .serviceContent li:hover a {
  color: #fff;
  background: transparent;
}
.learning-paths.dataScience .content-wrapper li::before {
  position: absolute;
  /* content: url(../image/icon/5T.png); */
  top: 15px;
  left: 10px;
  width: 100%;
  height: 100%;
}
.servicePBox {
  background: #fff;
  border-radius: 8px;
  position: sticky;
  top: 80px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.serviceTitle,
.processTitle {
  border-radius: 8px 8px 0 0;
}
.tabBasicInfo,
.serviceContent,
.processContent,
.ourAssemtContainer {
  border-radius: 0 0 8px 8px;
}

.processContent {
  background: #fff;
  z-index: 1;
  position: relative;
}
.tabBasicInfo,
.serviceContent,
.processContent,
.learning-paths .tab-link,
.ourAssemtContainer {
  padding: 25px 25px;
}
.ourAssemtContainer {
  padding: 35px;
}
.learning-paths .tab-link,
.processTitle,
.serviceTitle {
  padding: 15px 25px;
}
.serviceTitle {
  /* background: #FEB600; */
  background: #ff8503;
  color: #fff;
}
.processTitle {
  background: #0f79be;
  /* background: #1F9CBD; */
  color: #fff;
  /* position: sticky; */
  top: 75px;
  z-index: 2;
}
.tabBasicInfo p {
  margin: 0 0 4px !important;
}
.imgContContainer {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 60px 0px;
  position: relative;
  z-index: 1;
}
.imgContContainer:not(:last-child)::before {
  content: "";
  top: 0;
  left: calc(104px / 2);
  width: 2px;
  height: 100%;
  position: absolute;
  /* background-color: #1f9cbd; */
  background-color: #0f79be;
  z-index: -1;
}
.imgContContainer:last-child::before {
  width: 0px !important;
  background-color: rgb(255, 255, 255);
}
.image-box-wrapper {
  display: flex;
  flex-direction: row;
  text-align: start;
  align-items: flex-start;
}
.imageBoxImg {
  width: 104px;
  min-width: 104px;
  aspect-ratio: 1 / 1;
  /* background-color: #1f9cbd; */
  background-color: #0f79be;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-right: 28px;
}
.image-box-title {
  display: flex;
  font-size: 20px;
  margin-bottom: 12px;
  font-family: "NunitoBold";
  text-align: left;
  text-transform: inherit;
  letter-spacing: 0;
  /* color: #1F9CBD; */
  color: #0f79be;
}
.image-box-title span {
  margin: 0 10px 0 0;
}
.serviceContent {
  height: 100vh;
}
.processContent .processP {
  font-size: 18px !important;
  margin: 0 0 60px !important;
  text-align: justify;
}
.getFreeConsultationButn {
  margin: 30px 0px 0px 135px;
  display: block;
}
.getFreeConsultation {
  clear: both;
  position: relative;
  height: 100%;
  width: auto;
}
.getFreeConsultation a {
  border-radius: 12px 12px 12px 12px;
  padding: 10px 35px 10px 35px;
  /* background: #FEB600; */
  background: #ff8503;
  color: inherit;
  font-size: 18px;
  letter-spacing: 0;
  font-family: "LexendMedium";
  text-decoration: none;
}
.getFreeConsultation a:hover {
  background: #043146;
  color: #fff;
  text-decoration: none;
}
.ourProcessBox {
  border-bottom: 3px solid transparent;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
#courseMenu li a.active {
  color: #fff;
  background-color: #0f79be;
  width: 100%;
  margin-left: 10px;
  padding: 0 0 0 10px;
  border-radius: 4px;
  transition: background 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* End Personalized Learning Paths To Success  */

/*our Assessment*/
.ourAssessment {
  position: relative;
  background: #fff;
  z-index: 1;
}
.ourAssemtContainer {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.assesssmentButn a {
  border-radius: 12px 12px 12px 12px;
  padding: 10px 35px 10px 35px;
  color: inherit;
  font-size: 18px;
  letter-spacing: 0;
  display: inline-block;
  font-family: "NunitoBold";
}
.processContent h4 {
  font-family: "LexendBold";
  color: #0f79be;
  letter-spacing: 0.02em;
}
.assesssmentButn.yellow a {
  background: #ff8503;
}
.assesssmentButn.blue a {
  background: #043146;
  color: #fff;
}

.buttonBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.hdingBox {
  margin: 0 0 30px;
}
/*End our Assessment*/

/*FAQ*/
.faqSection {
  position: relative;
  width: 100%;
  background: #0f79be;
  padding: 70px 0;
  z-index: 1;
}
.faqSection::before {
  position: relative;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-image: url(home_banner.png);
  background-color: #0f79be;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faqSection .counselingFaq {
  text-align: center;
  border-radius: 10px;
}
.faqSection .faq__title {
  text-transform: uppercase;
  color: #fff;
}
.faqSection details {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  padding: 20px 30px;
  margin-block: 30px;
}
.faqSection summary,
p {
  text-align: left;
}
.faqSection summary {
  margin-inline-start: 1rem;
  list-style-position: outside;
}
.faqSection summary::marker {
  color: #0f79be;
  font-size: 18px;
}
/*View More*/
#faqsection {
  word-wrap: break-word;
}

.moretext {
  display: none;
}
/*End View More*/
/*End FAQ*/

/*Start Our Student Got Into*/
.our-student-Into .title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 32px;
}
.our-student-Into .carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 16px 0;
}
.our-student-Into .gradient {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  z-index: 10;
}
.our-student-Into .left-gradient {
  left: 0;
  background: linear-gradient(to right, var(--bg-color), transparent);
}

.our-student-Into .right-gradient {
  right: 0;
  background: linear-gradient(to left, var(--bg-color), transparent);
}

.our-student-Into .carousel {
  display: flex;
  animation: scroll 20s linear infinite;
}

.our-student-Into .logos-slide {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
}

.our-student-Into .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 128px;
  margin: 0 32px;
}

.our-student-Into .logo {
  max-height: 100px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  aspect-ratio: 1/1;
  opacity: 0.8;
}

.our-student-Into .logo:hover {
  filter: grayscale(0%);
}

/* Animación del carrusel */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Estilos responsive */
@media (max-width: 768px) {
  .our-student-Into .logo-item {
    margin: 0 16px;
    width: 100px;
  }
  nav .wrapper {
  justify-content: center !important;
}

  .our-student-Into .gradient {
    width: 40px;
  }
}
.our-student-Into {
  background: #fff;
  position: relative;
  z-index: 1;
}
/*End Our Student Got Into*/
.keywordsBox li {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 10px;
  /* padding: 0 0 0 22px; */
  color: #043146;
  text-transform: capitalize;
}
.keywordsBox li::before {
  position: absolute;
  /* content: url(../image/icon/5T.png); */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Key Highlight*/
.keyHbox img {
  width: 140px;
  max-width: 140px;
  height: 140px;
  object-fit: scale-down;
  object-position: center center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0f79be;
  border-radius: 50% 50% 50% 50%;
}
.keyHbox {
  text-align: center;
}
.keyHbox h6 {
  margin: 20px 0 0;
  line-height: 25px;
  font-family: "LexendMedium";
  font-size: 18px;
}
/*Start Who Should Join*/
.whyShould {
  position: relative;
  background: #ffffff;
  z-index: 1;
}
.whyShould-container {
  min-height: 160px;
  padding: 25px 30px;
  max-width: 100%;
  background-image: url(../image/shape/Subtract5.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  max-width: 100%;
  margin-bottom: 20px;
}
.whyShould-container:hover {
  background-image: url(../image/shape/Subtract5-hover.svg);
}
.whyShould-container:hover .whyShould-image-box-title,
.whyShould-container:hover p.whyShould-image-box-description {
  color: #fff;
}
.whyShould-image-box-img {
  width: 64px;
}
.whyShould-image-box-img {
  top: 0;
  right: 0;
  position: absolute;
}
.whyShould-image-box-content {
  width: 80%;
}
.whyShould-image-box-title {
  font-size: 18px;
  font-family: "LexendBold";
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 5px;
}
.dataanalytics .whyShould-image-box-title {
  font-size: 18px;
}
p.whyShould-image-box-description {
  font-size: 16px;
  font-family: "LexendRegular";
  color: #6f6f6f;
  letter-spacing: 0.01em;
  text-align: inherit;
  margin: 0;
}
.learning-paths.batchDetails .tab-link {
  border-radius: 70px;
}
.learning-paths.batchDetails .tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  background: #e7f4f8;
  border-radius: 70px;
}
.learning-paths.batchDetails .tab-link:hover {
  border-color: #0f79be;
  background: #043146;
  color: #fff;
}
.learning-paths.batchDetails .tabBasicInfo {
  border-radius: 30px;
}
p.image-box-description {
  position: relative;
  padding: 0 0 0 25px !important;
}
p.image-box-description::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../image/icon/double_tick.png);
}
p.image-box-description strong {
  font-family: "LexendBold";
}

/* course page css start */

.course-sec1 {
  background: url(../image/bg/bg7.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  clear: both;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}
.shape1 {
  position: absolute;
  left: 10px;
  top: 80px;
  -webkit-animation: spinner 15s infinite linear;
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}
.list-services {
  margin-top: 35px;
}

/*Business Social Wrap*/
.business-social-wrap {
  width: 600px;
  height: 600px;
  position: relative;
  border-radius: 100%;
  margin: 0 auto;
  z-index: 1;
}
.business-social-wrap:hover .center-icon {
  background: #0079c4;
}
.business-social-wrap:after {
  position: absolute;
  content: "";
  animation: spin 60s linear infinite;
  -webkit-animation: spin 60s linear infinite;
  border: 2px dashed #0079c4;
  width: 90%;
  height: 90%;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.business-social-wrap .center-icon {
  width: 250px;
  height: 250px;
  line-height: 250px;
  border-radius: 100%;
  position: absolute;
  left: 46%;
  top: 46%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease 0s;
}
.business-social-wrap .social-links li {
  position: absolute;
}
.business-social-wrap .social-links li:nth-child(1) {
  right: 98px;
  top: 43px;
}
.business-social-wrap .social-links li:nth-child(2) {
  right: 20px;
  top: 227px;
}
.business-social-wrap .social-links li:nth-child(3) {
  right: 102px;
  bottom: 90px;
}
.business-social-wrap .social-links li:nth-child(4) {
  bottom: 15px;
  left: 207px;
}
.business-social-wrap .social-links li:nth-child(5) {
  bottom: 108px;
  left: 0px;
}
.business-social-wrap .social-links li:nth-child(6) {
  left: -45px;
  top: 150px;
}
.business-social-wrap .social-links li:nth-child(7) {
  left: 165px;
  top: -30px;
}
.business-social-wrap .social-links li:nth-child(1) a {
  width: 85px;
  height: 85px;
  line-height: 85px;
}
.business-social-wrap .social-links li a {
  display: inline-block;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  background: #ffffff;
  border-radius: 100%;
}
.business-social-wrap .social-links li:nth-child(2) a {
  width: 85px;
  height: 85px;
  line-height: 85px;
}
.business-social-wrap .social-links li:nth-child(3) a {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.business-social-wrap .social-links li:nth-child(4) a {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.business-social-wrap .social-links li:nth-child(5) a {
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.business-social-wrap .social-links li:nth-child(6) a {
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.business-social-wrap .social-links li:nth-child(7) a {
  width: 95px;
  height: 95px;
  line-height: 95px;
}
.social-links li a span img {
  width: 55px;
}
/*Start customer-interactivity*/
.customer-interactivity {
  /*position: relative;*/
  /*background-image: url(../assest/image/bg/bg2.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  z-index: 1;
  background-color: white;
}
.mb-57 {
  margin-bottom: 57px;
}
.mb-29 {
  margin-bottom: 29px;
}
.mb-21 {
  margin-bottom: 21px;
}
.customer-interactivity .feature-wrap .icon-part {
  position: relative;
  display: inline-block;
  padding: 4px 21px 0 0;
  z-index: 1;
}
.customer-interactivity .feature-wrap .icon-part .circle-anim {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border-radius: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
.customer-interactivity .feature-wrap .icon-part .circle-anim:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d6fbff;
  border-radius: 100%;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.customer-interactivity .feature-wrap .icon-part .circle-anim:after {
  position: absolute;
  content: "";
  right: -13px;
  top: -6px;
  width: 100%;
  height: 100%;
  border: 1px dashed #e2b500;
  border-radius: 100%;
  z-index: 0;
  transition: all 0.3s ease 0s;
  animation: spin 10s linear infinite;
  -webkit-animation: spin 10s linear infinite;
}
.customer-interactivity .CI-image .icon-part img {
  z-index: 1;
  position: relative;
}
.customer-interactivity .CI-image .main-image {
  position: relative;
  z-index: 1;
}
.customer-interactivity .CI-image {
  position: absolute;
  content: "";
  left: 40%;
  transform: translateX(-50%);
  bottom: -100px;
  text-align: center;
}
.customer-interactivity .CI-image .circle-ring {
  width: 205px;
  height: 205px;
  border-radius: 100%;
  position: absolute;
  left: -50px;
  opacity: 0.5;
  top: -50px;
  border: 2px dashed #e2b500;
  z-index: 0;
  animation: spin 30s linear infinite;
  -webkit-animation: spin 30s linear infinite;
}
.customer-interactivity .CI-image .circle-ring.right {
  width: 170px;
  height: 170px;
  left: unset;
  top: 74px;
  right: -48px;
  opacity: 0.5;
  border: 2px dashed #e2b500;
  z-index: 0;
  border-radius: 100%;
  position: absolute;
  animation: spin 30s linear infinite;
  -webkit-animation: spin 30s linear infinite;
}
.content-part .title,
.content-part .title {
  font-size: 20px;
  font-family: "PoppinsBold";
  color: #101010;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.seo-coursedel .content-part .title {
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #101010;
  font-family: "PoppinsBold";
  margin: 0 0 4px 0;
}
.content-part {
  margin: 12px 0 0;
}
.seo-coursedel .content-part .desc {
  font-size: 14px;
  font-family: "LexendRegular";
  color: #666;
  letter-spacing: 0.02em;
  text-transform: inherit;
  text-align: inherit;
  line-height: 23px;
}
.content-part .title a:hover {
  color: #0079c4;
}
.content-part .desc {
  font-size: 16px;
  color: #616161;
  line-height: 25px;
  letter-spacing: 0.03em;
  text-transform: inherit;
  font-family: "LexendRegular";
}
.viewall-btn {
  margin: 0 0 15px;
  display: inline-block;
  float: right;
  z-index: 1;
  position: relative;
}
.viewall-btn a {
  background: #0079c4;
  color: #fff;
  font-size: 14px;
  font-family: "LexendMedium";
  text-transform: capitalize;
  display: inline-block;
  width: 70px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.viewall-btn a:after {
  position: absolute;
  content: "";
  right: -6px;
  top: -6px;
  width: 70px;
  height: 70px;
  border: 1px dashed #e2b500;
  border-radius: 100%;
  z-index: -1;
  transition: all 0.3s ease 0s;
  animation: spin 10s linear infinite;
  -webkit-animation: spin 10s linear infinite;
}
.viewall-btn a:hover {
  background: #ffd638;
  color: #000;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.08);
}
/*End customer-interactivity */
/*Start Digital Marketing*/
.digital-marketing {
  position: relative;
  overflow: hidden;
  background: url(../image/bg/bg5.jpg);
  background-position: top;
  background-size: cover;
  z-index: 1;
  background-attachment: fixed;
}
.digital-marketing:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
}
.digital-marketing .features-inner {
  position: relative;
}
.digital-marketing .features-inner .number {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin: -40px auto 0;
  color: #ffffff;
  border-radius: 100%;
  background: #fca719;
  font-family: "PoppinsBold";
}
.digital-marketing .bgcolor1 {
  background: #fca719 !important;
}
.digital-marketing .bgcolor2 {
  background: #25aae3 !important;
}
.digital-marketing .bgcolor3 {
  background: #b3ca34 !important;
}
.digital-marketing .bgcolor4 {
  background: #ef4023 !important;
}
.digital-marketing .colors1.features-inner:after {
  border-color: #fca719 !important;
}
.digital-marketing .colors2.features-inner:after {
  border-color: #25aae3 !important;
}
.digital-marketing .colors3.features-inner:after {
  border-color: #b3ca34 !important;
}
.digital-marketing .colors4.features-inner:after {
  border-color: #ef4023 !important;
}
.digital-marketing .features-inner .features {
  text-align: center;
  padding: 50px 30px 45px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow:
    inset 2px 2px 2px 0px rgb(255 255 255 / 50%),
    7px 7px 20px 0px rgb(0 0 0 / 10%),
    4px 4px 5px 0px rgb(0 0 0 / 10%);
  transition: all 0.3s ease-out;
}
.digital-marketing .features-inner .features:hover {
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 15%);
  transform: translate(0, -24px);
}
.digital-marketing .features-inner:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 50%;
  border: 1px dashed #fca719;
  z-index: -1;
}
.digital-marketing .features-inner .features .icon-part {
  margin-bottom: 25px;
}
.digital-marketing .features-inner .features .title {
  margin-bottom: 15px;
  font-size: 20px;
  color: #101010;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  line-height: inherit;
}
.digital-marketing .features-inner .features .title a {
  color: #101010;
  font-family: "PoppinsBold";
  transition: all 0.3s ease 0s;
}
.digital-marketing .features-inner .features .title a:hover {
  color: #fca719;
}
.digital-marketing .desc {
  font-size: 18px;
  font-family: "LexendRegular";
  color: #616161;
  letter-spacing: 0.02em;
  text-transform: inherit;
  line-height: 25px;
}
.sview {
  text-align: right;
  position: relative;
  top: 23px;
  right: -7px;
}
.sview a {
  transition: transform 0.2s;
}
.sview a img:hover {
  transform: scale(1.3);
}
.mt-57 {
  margin-top: 57px;
}
.mt-122 {
  margin-top: 122px;
}
.dm-row-mt-150 {
  margin-top: 150px;
}
.digital-marketing .digital-marketing-wrap {
  position: relative;
  margin-top: 60px;
}
.digital-marketing .digital-marketing-wrap:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 90%;
  margin: 0 auto;
  opacity: 0.1;
  border-top: 3px solid #fca719;
}
.digital-marketing .features-inner .features .icon-part img {
  width: 100px;
}
.digital-marketing-wrap .viewall-btn {
  float: none;
  display: block;
  text-align: center;
  margin-top: 60px;
}
/*End Digital Marketing*/
/*Start book seat*/
.bookseat {
  background: url(../image/bg/setbook.jpg);
  background-attachment: fixed;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.bookseat:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 121, 196, 0.7);
  top: 0;
  left: 0;
  z-index: 0;
}
.section-title-area.white-heading p a {
  background: #fff;
  color: black;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  font-family: "LexendBold";
  text-transform: uppercase;
}
.section-title-area.white-heading p a:hover {
  background: #0079c4;
  color: #fff;
  box-shadow: 0 10px 24px 0 rgb(240 244 255 / 50%);
}
/*End Book Seat*/

/*StartCommon CSS*/
.service-col ul li {
  list-style: none;
  font-family: "LexendRegular";
  font-size: 18px;
  margin: 0 0 7px;
  color: #5c727d;
  letter-spacing: 0.03em;
}
.need-to-know .service-col span {
  background: #f8af16;
}

.service-col span {
  background: #202647;
  margin: 0 10px 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 4px;
  padding: 1px;
  display: inline-flex;
}

/*End Common CSS*/

/*Start FAQ */
.faq {
  /* background: url(../image/bg/bg2.jpg); */
  background: #f5feff !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.faq.bp-2 {
  background: #fef8dc;
  overflow: hidden;
}
.faq .bp-bg {
  background: #c0e8fb;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.faq.bp-2 .shape10 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.faq.bp-2 .content {
  font-size: 16px;
  font-family: "LexendRegular";
  background-color: transparent;
  overflow: auto;
  color: #747272;
  height: 0;
  text-align: left;
  position: relative;
  transition: all 1s ease;
  line-height: 25px;
  letter-spacing: 0.01em;
}
.faq.bp-2 .content ul li {
  font-size: 16px;
  font-family: "LexendRegular";
  background-color: transparent;
  overflow: auto;
  color: #747272;
  height: 0;
  text-align: left;
  position: relative;
  transition: all 1s ease;
  line-height: 25px;
  letter-spacing: 0.01em;
  display: table;
  color:white;
}
.faq.bp-2 .box.active .content {
  height: auto;
  padding: 10px;
}
.faq.bp-2 .label {
  border-bottom: 1px solid #ffe5aa;
}
.faq.bp-2 .faqimg {
  width: 60%;
  margin: 0 auto 0 0;
}
.faq.bp-2 .accordion {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  height: 100%;
}
/*End FAQ*/

@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {
  /*Circle Start*/
  .business-social-wrap {
    width: 290px;
    height: 290px;
    margin-bottom: 80px;
  }
  .business-social-wrap .social-links li a {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 20px !important;
  }
  .business-social-wrap .social-links li a {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 20px !important;
  }
  .business-social-wrap .social-links li:nth-child(1) {
    right: 48px;
  }
  .business-social-wrap .social-links li:nth-child(2) {
    right: -13px;
    top: 110px;
  }
  .business-social-wrap .social-links li:nth-child(3) {
    right: 33px;
    bottom: 10px;
  }
  .business-social-wrap .social-links li:nth-child(4) {
    left: 95px;
    bottom: -20px;
  }
  .business-social-wrap .social-links li:nth-child(5) {
    bottom: 43px;
    left: -5px;
  }
  .business-social-wrap .social-links li:nth-child(6) {
    left: -12px;
    top: 65px;
  }
  .business-social-wrap .social-links li:nth-child(7) {
    left: 70px;
    top: -21px;
  }
  .social-links li a span img {
    width: 30px;
  }
  .work-shape .shape1 {
    display: none;
  }
  .business-social-wrap .center-icon {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
  .list-services ul li {
    margin: 0 0 4px 0;
  }
  /*Circle end*/
  .digital-marketing .features-inner .features {
    margin-bottom: 70px;
  }
  .choose-img {
    width: 50%;
    margin: 0 auto 50px;
  }
  .mb-57 {
    margin-bottom: 6px;
  }
  /*Start Customer Interactivity
    .customer-interactivity .CI-image {position: relative!important;left: unset!important;transform: initial!important;bottom: auto!important;}
    .customer-interactivity .CI-image .circle-ring {width:140px!important;height:140px!important;left:0!important;top: -5px!important;}
    .customer-interactivity .CI-image .circle-ring.right {width: 140px!important;height: 140px!important;top: 74px!important;right: -5px!important;left:unset;}
    .mb-57 {margin-bottom:0 !important;}
    .mb-21 {margin-bottom:7px;}
    .feature-wrap {margin-bottom:0;margin-top:30px;background:#fff;padding:25px;border-radius:8px;box-shadow:0 5px 19px 0 rgba(0, 0, 0, 0.08);}
    .customer-interactivity {background-color:#F4FEFF;background-size:auto !important;}
    .dm-row-mt-150 {margin-top:70px;}*/
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
  /*Circle Start*/
  .business-social-wrap {
    width: 400px;
    height: 400px;
    margin-bottom: 80px;
  }
  .business-social-wrap .center-icon {
    width: 220px;
    height: 220px;
    line-height: 220px;
  }
  .business-social-wrap .center-icon {
    width: 220px;
    height: 220px;
    line-height: 220px;
  }
  .business-social-wrap .social-links li a {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    font-size: 30px !important;
  }
  .business-social-wrap .social-links li:nth-child(1) {
    right: 48px;
  }
  .business-social-wrap .social-links li:nth-child(2) {
    right: -42px;
    top: 173px;
  }
  .business-social-wrap .social-links li:nth-child(3) {
    right: 33px;
    bottom: 10px;
  }
  .business-social-wrap .social-links li:nth-child(4) {
    left: 130px;
  }
  .business-social-wrap .social-links li:nth-child(5) {
    bottom: 43px;
    left: -5px;
  }
  .business-social-wrap .social-links li:nth-child(7) {
    left: 70px;
    top: -21px;
  }
  .work-shape .shape1 {
    display: none;
  }
  .list-services ul li {
    padding: 0 0 0 30px;
    margin: 0 0 5px 0;
    line-height: 25px;
  }
  /*Circle end*/
  .digital-marketing .features-inner .features {
    margin-bottom: 70px;
  }
  .choose-img {
    width: 50%;
    margin: 0 auto 50px;
  }
  .customer-interactivity {
    background-color: #f4feff;
    background-size: auto !important;
  }
  /*Start Customer Interactivity*/
  .customer-interactivity .CI-image {
    position: relative !important;
    left: unset !important;
    transform: initial !important;
    bottom: auto !important;
  }
  .customer-interactivity .CI-image .circle-ring {
    width: 140px !important;
    height: 140px !important;
    left: 0 !important;
    top: -5px !important;
  }
  .customer-interactivity .CI-image .circle-ring.right {
    width: 140px !important;
    height: 140px !important;
    top: 74px !important;
    right: -5px !important;
    left: unset;
  }
  .mb-57 {
    margin-bottom: 0 !important;
  }
  .mb-21 {
    margin-bottom: 7px !important;
  }
  .feature-wrap {
    margin-bottom: 0;
    margin-top: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.08);
  }
  .customer-interactivity {
    background-color: #f4feff;
    background-size: auto !important;
  }
  .dm-row-mt-150 {
    margin-top: 70px;
  }
  .content-part .title,
  .content-part .title a {
    font-size: 16px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1440px) {
  /*Circle Start*/
  .business-social-wrap {
    width: 300px;
    height: 300px;
    margin-bottom: 80px;
  }
  .business-social-wrap .center-icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .social-links li a span img {
    width: 33px;
  }
  .business-social-wrap .social-links li a {
    width: 55px !important;
    height: 55px !important;
    line-height: 55px !important;
  }
  .business-social-wrap .social-links li:nth-child(1) {
    right: 48px;
  }
  .business-social-wrap .social-links li:nth-child(2) {
    right: -20px;
    top: 110px;
  }
  .business-social-wrap .social-links li:nth-child(3) {
    right: 33px;
    bottom: 10px;
  }
  .business-social-wrap .social-links li:nth-child(4) {
    left: 100px;
    bottom: -20px;
  }
  .business-social-wrap .social-links li:nth-child(5) {
    bottom: 43px;
    left: -5px;
  }
  .business-social-wrap .social-links li:nth-child(6) {
    left: -20px;
    top: 80px;
  }
  .business-social-wrap .social-links li:nth-child(7) {
    left: 70px;
    top: -21px;
  }
  .work-shape .shape1 {
    display: none;
  }
  .list-services ul li {
    padding: 0 0 0 30px;
    margin: 0 0 5px 0;
    line-height: 25px;
  }
  .list-services {
    margin-top: 10px;
  }
  /*Circle end*/
  .digital-marketing .features-inner .features {
    margin-bottom: 70px;
  }
  /*Start Customer Interactivity*/
  .customer-interactivity .CI-image {
    position: relative !important;
    left: unset !important;
    transform: initial !important;
  }
  .customer-interactivity .CI-image .circle-ring {
    width: 140px !important;
    height: 140px !important;
    top: -5px !important;
  }
  .customer-interactivity .CI-image .circle-ring.right {
    width: 140px !important;
    height: 140px !important;
    top: 74px !important;
    right: -5px !important;
    left: unset;
  }
  .mb-57 {
    margin-bottom: 0 !important;
  }
  .mb-21 {
    margin-bottom: 7px !important;
  }
  .feature-wrap {
    margin-top: 30px;
  }
  .customer-interactivity {
    background-color: #f4feff;
    background-size: auto !important;
    background-position: center;
  }
  .dm-row-mt-150 {
    margin-top: 70px;
  }
  .content-part .title,
  .content-part .title a {
    font-size: 18px !important;
  }
}

/*End Business Process Service*/

.sh_course {
    font-size: 40px !important;
    font-weight: 700;
}
/* faq section css */
/*Start FAQ*/
.faq {
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.faqimg {
  width: 85%;
  margin: 0 auto;
}
.faq .accordion {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.box.active {
  background: #0f79be;
  border-radius: 15px 15px 0 0;
}
.box.active label {
  background: #0f79be;
}
.box.active .label,
.box.active .content {
  background: #0f79be;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 20px 15px;
}
.box.active:hover {
  background: #0f79be;

  color: #fff;
}
.faq .label {
  font-size: 18px;
  font-family: "LexendMedium";
  border: 1px solid #d8dbdc;
  color: #0f79be;
  width: 100%;
  padding: 15px 15px;
  position: relative;
  letter-spacing: 0.05em;
  text-transform: inherit;
  cursor: pointer;
  border-radius: 8px;
  background: #fff;
}
.faq .label::before {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 19px;
}
.faq .content {
  font-size: 16px;
  font-family: "LexendRegular";
  background-color: transparent;
  overflow: auto;
  color: inherit;
  height: 0;
  text-align: left;
  position: relative;
  line-height: 25px;
  letter-spacing: 0.03em;
}
.content ul li {
  font-size: 16px;
  font-family: "LexendRegular";
  background-color: transparent;
  overflow: auto;
  color: #616161;
  height: 0;
  text-align: left;
  position: relative;
  transition: all 1s ease;
  line-height: 25px;
  letter-spacing: 0.01em;
  display: table;
}
.faq .content::-webkit-scrollbar {
  display: none;
}
.faq .box.active .content {
  height: 100%;
}
.faq .box.active .label::before {
  content: "-";
}

/*End FAQ*/

/* floating-icon section css */

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

/* Common style for floating icons */
.floating-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  overflow: visible;
}

/* WhatsApp Icon */
.whatsapp {
  background-color: #25d366;
  bottom: 100px;
  left: 20px;
}

/* Call Icon */
.call {
  /* background-color:#00AFD6; */
  background-color: #0f79be;
  bottom: 30px;
  left: 20px;
}

/* Hover effect */
.floating-icon:hover {
  transform: scale(1.1);
}

/* Wave / pulse ring around icons */
.floating-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #25d366;
  transform: translate(-50%, -50%);
  animation: floating-wave-pulse 2.2s infinite;
  pointer-events: none;
  box-sizing: border-box;
}

.floating-wave--delay {
  animation-delay: 1.1s;
}

@keyframes floating-wave-pulse {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}

/* ---------- 5Trainers Chatbot ----------- */
.vt-chatbot {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.vt-chatbot-toggle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #0f79bf, #0c5f98);
  color: #ffffff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.55);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.vt-chatbot-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.7);
}

.vt-chatbot-window {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 320px;
  max-width: 95vw;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.35);
  display: none;
  overflow: hidden;
}

.vt-chatbot-window.vt-chatbot-open {
  display: flex;
  flex-direction: column;
}

.vt-chatbot-header {
  background: linear-gradient(135deg, #0f79bf, #0c5f98);
  color: #e5e7eb;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vt-chatbot-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vt-chatbot-close {
  border: none;
  background: transparent;
  color: #e5e7eb;
  font-size: 18px;
  cursor: pointer;
}

.vt-chatbot-body {
  padding: 10px 12px;
  max-height: 260px;
  overflow-y: auto;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
}

.vt-chatbot-message {
  padding: 8px 10px;
  border-radius: 10px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.4;
}

.vt-chatbot-message-bot {
  background: #e5e7eb;
  color: #111827;
  align-self: flex-start;
}

.vt-chatbot-message-user {
  background: #0f79bf;
  color: #ffffff;
  align-self: flex-end;
}

.vt-chatbot-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.vt-chatbot-quick-btn {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: #ffffff;
  font-size: 11px;
  padding: 4px 8px;
  cursor: pointer;
  color: #374151;
}

.vt-chatbot-quick-btn:hover {
  background: #e5e7eb;
}

.vt-chatbot-footer {
  padding: 8px 10px;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  background: #ffffff;
  display: flex;
  gap: 6px;
}

.vt-chatbot-input {
  flex: 1;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  font-size: 13px;
  padding: 6px 10px;
}

.vt-chatbot-input:focus {
  outline: none;
  border-color: #0f79bf;
  box-shadow: 0 0 0 1px rgba(15, 121, 191, 0.4);
}

.vt-chatbot-send {
  border-radius: 999px;
  border: none;
  padding: 6px 12px;
  background: #0f79bf;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}

.vt-chatbot-send:hover {
  background: #0c5f98;
}

.vt-chatbot-note {
  padding: 6px 10px 10px;
  font-size: 11px;
  color: #6b7280;
  background: #ffffff;
}

@media (max-width: 480px) {
  .vt-chatbot {
    bottom: 20px;
    right: 16px;
  }

  .vt-chatbot-window {
    width: 280px;
  }
}

/* Hide main-site chatbot completely on very small screens */
@media (max-width: 576px) {
  .vt-chatbot {
    display: none !important;
  }
}

/* coursedetails css */

.courseMleft,
.courseMright {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  overflow: visible;
  height: 100%;
}
.service-catagery-list ul li a {
  display: flex;
  width: 100%;
  background-color: #e7f4f8;
  padding: 16px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.service-catagery-list ul li a:hover {
  background: #0f79be;
  color: #fff;
}
.service-catagery-list ul li:hover span.icon-list-text,
.service-catagery-list ul li a:hover h6,
.service-catagery-list ul li a:hover span.icon-list-text {
  color: #fff;
}
.widget-container h3.heading-title {
  font-size: 22px;
  margin: 0 0 20px;
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;
}
.widget-container ul {
  padding: 0px;
}
.service-catagery-list ul li {
  padding: 0px !important;
  margin: 0 0 25px;
  transition: all 0.3s ease-in-out;
}
/* Hide all tab content by default */
.course-tab-content {
  display: none;
}

/* Show only the active one */
.course-tab-content.active {
  display: block;
}

/* Style for active tab in the list */
.icon-list-item.active {
  background-color: #0f79be;
  border-radius: 10px;
}
.icon-list-item.active a {
  background-color: #0f79be;
  color: #fff;
}
.icon-list-item.active a span.icon-list-text,
.icon-list-item.active a h6 {
  color: #fff;
}
.icon-list-item.active a span.icon-list-icon img {
  filter: brightness(0) invert(1);
}

.service-catagery-list ul li a h6 {
  font-size: 16px;
  margin: 7px 0 0;
  font-family: "NunitoBold";
}
span.icon-list-text {
  color: #0f79be;
  font-family: "LexendBold";
}
/*Course Right*/
.course-tab-content h5 {
  font-size: 30px;
}
.course-tab-content h5 {
  font-size: 30px;
  font-family: "LexendMedium";
  letter-spacing: 0;
  margin: 0 0 40px;
}
.daybox {
  position: relative;
}
.daybox h6 {
  font-size: 20px;
  font-family: "NunitoBold";
  text-align: left;
  margin: 0 0 20px;
}
.daybox li {
    color: #464646;
    font-size: 18px;
    margin: 0 0 10px;
    /* padding: 0 0 0 20px; */
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: inherit;
    font-family: "LexendRegular";
    position: relative;
}
span.icon-list-text {
    font-size: 20px;
}
.weekdivision h6 {
    font-size: 20px !important;
}
.daybox li::before {
  position: absolute;
  content: url(../assets/css/image/icon/computer1.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.borderrightbottom {
  border-right: 1px solid #ecf2f0;
  border-bottom: 1px solid #ecf2ef;
  padding: 0 30px 30px 0;
}

.borderright {
  border-right: 1px solid #ecf2f0;
}
.borderbottom {
  border-bottom: 1px solid #ecf2ef;
}
.bordertopleft {
  border-top: 1px solid #ecf2f0;
  border-left: 1px solid #ecf2f0;
}
.bordertopright {
  border-top: 1px solid #ecf2f0;
  border-right: 1px solid #ecf2f0;
}
.bordertop {
  border-top: 1px solid #ecf2f0;
}
.prb-0 {
  padding-right: 0;
  padding-bottom: 0;
}
.plb-0 {
  padding-left: 0;
  padding-bottom: 0;
}
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.daybox.prb-30 {
  padding: 0 0 30px 30px;
}
.ptr-30 {
  padding: 30px 30px 0 0;
}
.plt-30 {
  padding: 30px 0 0 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pt-30 {
  padding: 30px 0 0 0;
}
.daybox h6 span {
    display: block;
    font-size: 24px;
    margin: 0 0 5px;
    color: #0f79be;
    font-weight: 600;
}
.coursetab1 .daybox,
.coursetab2 .daybox {
  min-height: 224px;
}

.coursetab4 .daybox {
  min-height: 201px;
}
.fourdivision ul {
  padding: 0px;
}

/* smm page css */

/*start Methods & work process*/
.methods-work {
  /* background: url(../image/bg/bg6.jpg); */
  background: #f5feff;
  background-size: auto;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  z-index: 1;
}
.methods-work .section-title-area p {
  margin: 0 auto;
}
.row.methods-work-row {
  margin-top: 70px;
}
.mw-inside {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
  padding: 25px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 180px;
  height: 100%;
}
.mw-inside::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(148deg, #54d6eb 0%, #055fdd 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
  visibility: hidden;
}
.mw-inside:hover::before {
  opacity: 1;
  visibility: visible;
}
.mw-inside .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 12px;
  transition: all 0.3s linear;
}
.mw-inside:hover .mw-content p {
  color: #ffffff;
}
.mw-inside .mw-content p {
  font-size: 16px;
  line-height: 20px;
  font-family: "DosisSemiBold";
  color: #4c4d56;
  margin: 0;
  transition: all 0.3s linear;
  letter-spacing: 0.03em;
  text-transform: inherit;
}
.mw-inside .mw-icon {
  display: none;
  height: 80px;
  width: 80px;
  background: #e9f1fc;
  line-height: 80px;
  border-radius: 50%;
  float: left;
  margin-bottom: 25px;
  margin-right: 25px;
  text-align: center;
}
.mw-inside:hover .mw-content .title,
.mw-inside:hover .mw-content.list-services li {
  color: #fff;
}
.mw-inside .mw-content .title {
  font-size: 18px;
  font-family: "LexendMedium";
  letter-spacing: 0.03em;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.mw-inside:hover .mw-content .title a {
  color: #ffffff;
}
.mw-icon img {
  width: 60px;
  height: 60px;
}
.mw-content {
  display: flex;
  flex-direction: column;
}
.mw-inside:hover .shape-1 {
  opacity: 1;
  visibility: visible;
}
.mw-inside .shape-1 {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -80px;
  right: -80px;
  opacity: 0;
  transition: all 0.3s linear;
  visibility: hidden;
  z-index: -1;
}
.mw-inside:hover .shape-2 {
  opacity: 0.8;
  visibility: visible;
}
.mw-inside .shape-2 {
  position: absolute;
  right: -135px;
  bottom: 55px;
  opacity: 0;
  transition: all 0.3s linear;
  visibility: hidden;
  z-index: -1;
}
.team-section .slider-shape-3 {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-animation: spinner 15s infinite linear;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.team-section .shape-10 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  -webkit-animation: spinner 15s infinite linear;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
.team-section .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.mw-content.list-services li {
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 25px;
}
.mw-content.list-services {
  margin: 0;
}
.mw-inside.visiblebefore::before {
  opacity: 1;
  visibility: visible;
}
.mw-inside.visiblebefore .mw-content .title,
.mw-inside.visiblebefore .list-services li {
  color: #fff;
}
/*End Methods & work process*/

/*Start Tools You’ll Master*/
.CI-7 {
  /* background: url(../image/bg/bg3.png) no-repeat; */
  background-color: #fff;
  background-position: right;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.AS-type .content {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 15px 30px;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
  border-radius: 6px;
}
.AS-type .content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #0079c4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.AS-type:hover .content::before {
  width: 100%;
}
.AS-type:hover .content h3 {
  color: #fff;
}
.AS-type .content h3 {
  font-size: 17px;
  font-family: "LexendMedium";
  text-transform: capitalize;
  color: #000;
  margin: 0 0 5px;
  letter-spacing: 0.05em;
  min-height: 45px;
}
.AS-type .content p {
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: inherit;
  margin: 0;
  line-height: inherit;
}
.a-icon {
  /* width: 65px; */
  margin: auto auto 15px;
  /* outline: 4px solid #F6A800; */
  /* outline-offset: 15px; */
  /* border-radius: 50%; */
  background: #0079c4;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
}
/*End Tools You’ll Master*/

/*Start What Makes Our Social Media Courses The Best*/
.CI-6 {
  background: url(../image/bg/bg2.jpg) no-repeat;
  background-position: left;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.CI-6 .owl-thumb-item {
  display: block;
  padding: 0 10px;
  margin-bottom: 20px;
}
.CI-6 .owl-thumb-item .content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 15px 30px;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
}
.CI-6 .owl-thumb-item .content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #0079c4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.CI-6 .owl-thumb-item .content h3 {
  font-size: 18px;
  color: #000;
  font-family: "LexendRegular";
  text-transform: capitalize;
  line-height: 25px;
  letter-spacing: 0.03em;
  margin: 0 0 5px;
}
.CI-6 .owl-thumb-item .content p {
  font-size: 15px;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  text-transform: inherit;
  text-align: inherit;
}
.CI-6 .owl-thumb-item:hover .content::before {
  width: 100%;
}
.CI-6 .owl-thumb-item:hover .content h3 {
  color: #fff;
}
.CI-6 .owl-thumb-item:hover .content p {
  color: #fff;
  opacity: 0.9;
}

/* slider-new css */

#slide-show {
  height: 95vh;
  min-height: 95vh;
  overflow: hidden;
  width: 100%;
  /* top: 90px; */
  position: relative;
  /* background: #F9F7F7; */
  background: #0f79be;
  z-index: 0;
  overflow: hidden;
}
#slide-show .arrow {
  display: none;
}
.bg1,
.bg2,
.bg3,
.bg4 {
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  /* background: rgba(21, 133, 164,0.8); */
  background-color: #0f79be;
  height: 95vh;
  min-height: 95vh;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
  position: relative;
  top: 0px;
  left: 0;
  z-index: 1;
}

.slide-text {
  font-size: 20px;
  color: #fff;
  /* text-align: center; */
  /* display: flex;
  flex-direction: column; */
  /* justify-content: center; */
  align-items: flex-start;
}
.slide-text b {
  font-weight: 400;
}
.slide-text h2 {
  /* margin: 15px 0; */
  font-family: "PoppinsBold";
  font-size: 30px !important;
  text-align: left;
  line-height: 65px;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: capitalize;
}

.slide-text p {
  color: #fff;
  font-family: "PoppinsMedium";
  text-align: left;
  font-size: 18px;
  text-transform: inherit;
  margin: 10px 0;
  line-height: 30px;
  letter-spacing: 0.03em;
}
.slidex {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: -1;
}
.activx {
  opacity: 1;
}

.bg1:before,
.bg2:before,
.bg3:before,
.bg4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../image/slider/home_banner.png") repeat top center !important;
  background-size: cover !important;
  z-index: 0;
}

.banner-img-box {
  position: relative;
}
.banner-img-box .circle2 {
  position: absolute;
  z-index: -1;
  bottom: 120px;
  left: -135px;
  height: 52%;
  width: 100%;
  border-radius: 0 0 400px 400px;
  background-color: #0079c4;
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
}
.two-btns {
  margin-top: 10px;
}
.two-btns a {
  color: #fff;
  /* background: #FEB600; */
  background-color: #ff8503;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  padding: 15px 40px;
  border-radius: 5px;
  font-family: "LexendMedium";
}
.two-btns {
  margin-top: 20px;
  display: flex;
  position: relative;
  transition: all 500ms ease;
  z-index: 1;
}
.two-btns a::after {
  /* background-color: #19232b; */
}

.two-btns a:hover::after {
  width: 100%;
  left: 0;
}
.two-btns a::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  /* background-color: #0365d3; */
  z-index: -1;
  transition: all 500ms ease;
}
.two-btns a:hover {
  color: #ffffff;
}
.two-btns .contb {
  background: #fff;
  margin-left: 20px;
}
/* a.getst:hover {background:#F6A800;} */
a.getst:hover {
  background: #ff8503;
}
/* a.getst:hover, a.contb:hover {background:#F6A800;} */
a.getst:hover,
a.contb:hover {
  background: #ff8503;
}
.slidex {
  position: relative;
}
.slidex::before {
  content: "";
  left: 0;
  position: absolute;
  background-color: var(--whiteColor);
  height: 20%;
  bottom: -60px;
  -webkit-transform: skewY(175deg);
  transform: skewY(175deg);
  width: 100%;
  z-index: 1;
}

.slider-center {
  position: absolute;
  /* height: 15%; */
  width: 80%;
  left: 50%;
  top: 58%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  letter-spacing: 2px;
}
.bannerimg img {
  animation-duration: 6.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* blog single css */
.bloghding {
  margin: 15px 0 10px !important;
  font-size: 22px !important;
  text-align: justify !important;
}
.bloglist {
  display: flex;
  position: relative;
}
.bloglist li {
  width: 20%;
  font-size: 18px;
  font-family: "LexendRegular";
  color: #616161;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  text-align: left;
}
.bloglist li span i {
  color: #1585a4;
}
.bloglist span {
  margin-right: 5px;
}
.blogp {
  margin: 20px 0 15px;
  font-size: 17px;
  color: #616161;
  font-family: "LexendRegular";
  text-align: justify;
  line-height: 30px;
  letter-spacing: 0.02em;
}
.comment-sec .comment-title {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "LexendMedium";
  color: #000;
}
.course-detail button#myBtn {
  font-size: 15px;
  font-family: "LexendMedium";
  color: #000;
  padding: 0px 10px;
  background: #f5f5f5;
}
.course-detail button#myBtn:focus {
  outline: none;
}
.comment-list > li:last-child {
  margin-bottom: 0;
}
.comment-list > li {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.comment_container {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.avatar-img {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  height: 120px;
}
.avatar-img img {
  border-radius: 50%;
  width: 60%;
  border: 1px solid #ededed;
  padding: 10px;
}
.comment-text {
  padding: 15px 43px;
  display: table-cell;
  vertical-align: middle;
}
.avatar-img + .comment-text::before {
  width: 90%;
}
.blogmaintxt {
  box-shadow: 0 8px 48px 0 rgb(0 0 0 / 8%);
  padding: 10px 30px 30px 30px;
  margin-bottom: 40px;
  border: 1px solid #ededed;
  border-top: none;
}
.comment-text::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  z-index: -1;
}
.comment-list > li > ul {
  margin-top: 20px;
  padding-left: 74px;
  width: 100%;
}
.comment_container .reply {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  transition: all 0.2s linear 0s;
  background: #fe9900;
  font-family: "LexendMedium";
  border-radius: 2px;
}
.comment-sec .meta {
  font-size: 20px;
  text-align: left;
  font-family: "LexendMedium";
  color: #222;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.comment-sec .meta span {
  font-family: "LexendMedium";
}
.description p {
  font-size: 17px;
  font-family: "LexendRegular";
  color: #616161;
  line-height: 25px;
  text-align: justify;
  position: relative;
  margin: 0;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.comment-reply-title {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "LexendBold";
  color: #000;
  text-align: left !important;
}
.comment-form .row {
  margin-right: -7px;
  margin-left: -7px;
}
#commentform p {
  position: relative;
  margin-bottom: 15px;
}
#commentform p label {
  position: absolute;
  margin: 0;
  left: 28px;
  top: 50%;
  color: #929292;
  font-size: 13px;
  cursor: auto;
}
#commentform p input,
#commentform textarea {
  border-width: 0;
  border-color: transparent;
  width: 100%;
  padding: 10px 20px 10px 35px;
  color: #000;
  font-size: 16px;
  font-family: "LexendRegular";
  border-radius: 4px;
  box-shadow: 0 8px 48px 0 rgb(0 0 0 / 8%);
  background: #fff;
}
#commentform p input:focus,
#commentform textarea:focus {
  outline: none;
}
.blog-comment-form {
  margin: 50px 0;
  padding: 30px;
  box-shadow: 0 8px 48px 0 rgb(0 0 0 / 8%);
  background: #fff;
}
#commentform .butn-bg {
  background-image: linear-gradient(131deg, #0e98e9, #0e98e9, #1585a4, #1585a4);
  color: #fff;
  font-size: 19px;
  padding: 8px 0px;
  border-radius: 8px;
  width: 28%;
  text-align: center;
  margin-top: 20px;
  border: none;
  font-family: "LexendMedium";
}
#commentform .butn-bg:hover {
  background: #1585a4;
}

#commentform .butn-bg:focus {
  outline: none;
}
#more {
  display: none;
}
/***show hide butn**/
#target {
  display: none;
}
.Hide {
  display: none;
}
.vmoretogle .toggle {
  margin: 20px auto;
  text-align: center;
  font-size: 16px;
  font-family: "LexendMedium";
  text-transform: capitalize;
  padding: 6px 0;
  width: 15%;
  border-radius: 3px;
  color: #000;
  border: none;
}
.text_bold {
    font-weight: 700 !important;
}
.vmoretogle .toggle:hover {
  background: #000;
  color: #fff;
}
.vmoretogle .toggle:hover i {
  color: #fff;
}
.vmoretogle .toggle:focus {
  outline: none;
}
.vmoretogle {
  text-align: center;
}
.vmoretogle .toggle span {
  color: #555;
  font-size: 14px;
  position: relative;
  left: 2px;
}
.comment-list p.meta {
  text-align: left;
  font-size: 20px;
  font-family: "LexendMedium";
  text-transform: capitalize;
  color: #000;
  margin: 0 0 5px;
}
.comment-list p.meta span {
  font-family: "LexendMedium";
  font-size: 19px;
}
.course-detail button#myBtn {
  font-size: 15px;
  font-family: "LexendMedium";
  color: #000;
  padding: 5px 20px;
  background: #f5f5f5;
  margin: 5px 0 0;
  border: none;
}
.course-detail h2 {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 27px;
  font-family: "LexendMedium";
  color: #000;
  text-align: left;
  text-transform: capitalize;
}
.event-meta h4 {
  color: #191919;
  font-family: "LexendMedium";
  font-size: 18px;
  text-align: left;
  text-transform: inherit;
  line-height: 25px;
  margin: 0;
}
.event-meta h4 a {
  color: #191919;
  font-family: "LexendMedium";
  font-size: 16px;
  text-align: left;
}
.coming-event p {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "LexendRegular";
  margin-top: 0px;
  margin-bottom: 10px;
  color: #858383;
  text-transform: capitalize;
  margin-left: 0;
  text-align: left;
}
.scside i {
  color: #0079c4;
  margin-right: 10px;
}
.coming-event li {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.sec-title-one.pb-one h6 {
  font-family: "LexendBold";
  font-size: 25px;
  color: #000;
  text-transform: capitalize;
  text-align: left;
}
.pb-one {
  padding-bottom: 20px;
}
.sec-title-one {
  position: relative;
  bottom: 0px;
  background: url(../image/icon/sec-title.png) no-repeat scroll left bottom;
  margin-bottom: 20px;
}
.sidebar .widget.black-bg {
  background-image: linear-gradient(131deg, #62afdd, #1593dd, #1585a4, #1585a4);
  padding: 20px;
}
.newsletter-bg input {
  background: #fff;
  color: #000;
  padding: 6px 8px;
  font-size: 14px;
  border: medium none;
  height: auto;
  font-family: "RajdhaniMedium";
}
.newsletter-bg h4 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-family: "LexendBold";
  text-align: center;
  letter-spacing: 0.03em;
}
.newsletter-bg p {
  font-size: 17px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "LexendRegular";
  text-align: center;
}
.newsletter-bg .form-group {
  margin-bottom: 8px;
}
.newsletter-bg input {
  background: #fff;
  color: #000;
  padding: 6px 8px;
  font-size: 14px;
  border: medium none;
  height: auto;
  font-family: "LexendRegular";
}
.newsletter-bg button {
  background: #000;
  margin: 10px 0 0;
  color: #fff;
  font-family: "LexendMedium";
  font-size: 16px;
  width: 100%;
}
.newsletter-bg button:hover {
  color: #1585a4;
}
.comment-list p.meta time {
  font-family: "LexendRegular";
  font-size: 18px;
  color: #565353;
}

.blogpage {
  background: url(../image/bg/bg0.jpg);
}
.blogpage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: url(../image/bg/bg3.png);
}


 /* Counseling for Students */
.tab_icon::before {
    content: "\F4CF";
    font-family: "Bootstrap-icons";
    font-size: 20px;
    color: #ff8501;
    position: relative;
    bottom: -4px;
    left: -5px;
}
.tab_icon_two::before {
    content: "\F38B";
    font-family: "Bootstrap-icons";
    font-size: 20px;
    color: #ff8501;
    position: relative;
    bottom: -4px;
     left: -5px;
}
.tab_icon_three::before {
    content: "\F673";
    font-family: "Bootstrap-icons";
    font-size: 20px;
    color: #ff8501;
    position: relative;
    bottom: -4px;
     left: -5px;
}.tab_icon_four::before {
    content: "\F6FE";
    font-family: "Bootstrap-icons";
    font-size: 20px;
    color: #ff8501;
    position: relative;
    bottom: -4px;
     left: -5px;
}.tab_icon_five::before {
    content: " \F1E2";
    font-family: "Bootstrap-icons";
    font-size: 20px;
    color: #ff8501;
    position: relative;
    bottom: -4px;
     left: -5px;
}





























/* Main Placement Section */
    .Career-placement-section {
        background: #ffffff;
        border-radius: 25px;
        padding: 50px;
        box-shadow: 0 20px 50px rgba(15, 121, 190, 0.15);
    }

    /* Placement Left Side */
    .Career-placement-title {
        color: #0f79be;
        font-weight: 700;
        margin-bottom: 25px;
        position: relative;
    }

    .Career-placement-title::after {
        content: "";
        width: 60px;
        height: 4px;
        background: #0f79be;
        position: absolute;
        bottom: -8px;
        left: 0;
        border-radius: 10px;
    }

    .Career-placement-feature {
        background: #f4f9fd;
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 15px;
        transition: 0.4s;
        border-left: 4px solid #0f79be;
    }

    .Career-placement-feature:hover {
        background: #0f79be;
        color: #fff;
        transform: translateX(8px);
    }

    /* Certification Right Side */
    .Career-certification-box {
        background: #0f79be;
        color: #fff;
        border-radius: 20px;
        padding: 30px;
        height: 100%;
        box-shadow: 0 15px 35px rgba(15, 121, 190, 0.4);
    }

    .Career-certification-box ul {
        list-style: none;
        padding-left: 0;
    }

    .Career-certification-box p {
        color: #ffffff;
    }

    section.space_main {
        padding: 80px 0px;
    }

    .Career-certification-box ul li {
        background: rgba(255, 255, 255, 0.15);
        padding: 12px;
        color: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
    }

    .job_placement {
        width: auto;
        height: 520px;
        object-fit: contain;
    }



   /* Section Styling */
   .seo-section {
   background: linear-gradient(135deg, #0f79be, #0b5f94);
   color: #fff;
   padding: 90px 0;
   }
   .seo-title {
   font-weight: 700;
   font-size: 46px;
   }
   .seo-subtitle {
   text-align: center;
   }
   /* Feature Cards */
   .seo-card {
   background: #ffffff;
   color: #333;
   border-radius: 15px;
   padding: 30px 20px;
   transition: all 0.4s ease;
   height: 100%;
   box-shadow: 0 15px 35px rgba(0,0,0,0.1);
   }
   .seo-card:hover {
   transform: translateY(-10px);
   box-shadow: 0 25px 45px rgba(0,0,0,0.2);
   }
   .seo-icon {
   font-size: 35px;
   color: #0f79be;
   margin-bottom: 15px;
   }


.stats-_white{
    background:#ffffff !important;
}
   .stats-box {
   background: rgba(255,255,255,0.15);
   border-radius: 15px;
   padding: 35px 20px;
   backdrop-filter: blur(10px);
   transition: 0.3s;
   }
   .stats-box:hover {
   background: rgba(255,255,255,0.25);
   transform: scale(1.05);
   }
   .stats-number {
   font-size: 2.2rem;
   font-weight: 700;
   }
   .stats-text {
   font-size: 1rem;
   opacity: 0.9;
   }
   .placement-section {
   padding: 90px 0;
   background: #f4f9fd;
   }
   .placement-title {
   font-size: 50px;
   font-weight: 700;
   color: #0f79be;
   }
   .placement-subtitle {
   font-size: 1.1rem;
   color: #555;
   }
   .highlight-card {
   background: linear-gradient(135deg, #0f79be, #0b5f94);
   color: #fff;
   border-radius: 20px;
   padding: 40px 30px;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
   position: relative;
   overflow: hidden;
   }
   .highlight-card::before {
   content: "";
   position: absolute;
   width: 150px;
   height: 150px;
   background: rgba(255, 255, 255, 0.1);
   border-radius: 50%;
   top: -40px;
   right: -40px;
   }
   .feature-box {
   background: #fff;
   border-radius: 12px;
   padding: 18px 20px;
   margin-bottom: 15px;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
   transition: all 0.3s ease;
   display: flex;
   align-items: center;
   }
   .feature-box:hover {
   transform: translateX(8px);
   box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
   }
   .feature-icon {
   font-size: 22px;
   color: #0f79be;
   margin-right: 15px;
   }
   .certificate-section{
   padding:100px 0;
   position:relative;
   overflow:hidden;
   background: #e7f4f8;
   }
   /* Background Shape */
   .certificate-section::before {
   content: "";
   position: absolute;
   width: 500px;
   height: 500px;
   background: linear-gradient(135deg, #0f79be17, #0b5f941c);
   border-radius: 50%;
   top: -150px;
   right: -150px;
   }
   /* Title */
   .certificate-title{
   font-size:2.6rem;
   font-weight:700;
   color:#0f79be;
   }
   .certificate-subtitle{
   font-size:1.1rem;
   color:#555;
   }
   /* Image Styling */
   .certificate-image-wrapper{
   position:relative;
   }
   .certificate-image{
   width:100%;
   border-radius:20px;
   box-shadow:0 25px 50px rgba(0,0,0,0.15);
   transition:0.4s ease;
   }
   .certificate-image:hover{
   transform:scale(1.03);
   }
   /* Floating Badge */
   .certificate-badge{
   position:absolute;
   bottom:-20px;
   left:20px;
   background:#0f79be;
   color:#fff;
   padding:15px 25px;
   border-radius:50px;
   font-weight:600;
   box-shadow:0 15px 30px rgba(0,0,0,0.2);
   }
   /* Feature Points */
   .certificate-points{
   margin-top:30px;
   }
   .certificate-point{
   display:flex;
   align-items:flex-start;
   margin-bottom:18px;
   font-size:1rem;
   }
   .certificate-icon{
   width:35px;
   height:35px;
   background:#0f79be;
   color:#fff;
   border-radius:50%;
   display:flex;
   align-items:center;
   justify-content:center;
   font-size:16px;
   margin-right:12px;
   flex-shrink:0;
   }
   /* Who Can Join Box */
   .certificate-join{
   margin-top:80px;
   background:#0f79be;
   padding:60px 40px;
   border-radius:25px;
   color:#fff;
   }
   .certificate-join h3{
   font-weight:700;
   }
   .join-item{
   background:rgba(255,255,255,0.15);
   padding:18px;
   border-radius:12px;
   text-align:center;
   height:100%;
   transition:0.3s;
   }
   .join-item:hover{
   background:rgba(255,255,255,0.3);
   transform:translateY(-5px);
   }
   .join-note{
   margin-top:30px;
   font-weight:500;
   text-align:center;
   }
   /* Responsive */
   @media(max-width:991px){
   .certificate-title{
   font-size:2rem;
   }
   .placement-title{
    font-size:28px !important;   
   }
 
   .sh_course {
    font-size: 30px !important;
}
   .ftr-top .contain {
  padding: 10px 0px !important;
  width: 90%;
}
   .certificate-section::before{
   width:350px;
   height:350px;
   }
   }
   @media(max-width:768px){
         .highlight-heading {
    font-size: 22px !important;
}
       
   .certificate-section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background: #e7f4f8;
        }
        .scrolltop {
            left: 40% !important;
        }
       
       
       
   section.space_main {
    padding: 50px 0px;
    }

           .Career-certification-box {
            padding: 20px;
        }

        .Career-placement-section {
            padding: 16px;
        }
   .certificate-join{
   padding:40px 20px;
   }
    .seo-title {
   font-size: 20px;
   text-align: start;
   }
   .seo-subtitle{
       text-align: start;
   }
   .seo-section {
    padding: 40px 0px;
}
   }









   .ai-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0f79be, #0a5c91);
    color: #fff;
}

/* HEADING */
.ai-section h2 {
    font-weight: 700;
    font-size: 36px;
}

.ai-section p {
    color: #e6f2fa;
}

/* CARD */
.ai-card {
    border: none;
    border-radius: 15px;
    padding: 25px;
    transition: 0.3s;
    background: #fff;
    color: #333;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    height: 100%;
}

.ai-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* ICON */
.ai-icon {
    font-size: 30px;
    color: #0f79be;
    margin-bottom: 15px;
}

/* TITLE */
.ai-card h5 {
    font-weight: 600;
}

/* BOTTOM TEXT */
.bottom-text {
    margin-top: 40px;
    font-weight: 500;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .ai-section h2 {
        font-size: 26px;
    }
}
.ai-section h2 {
    color: #ffffff !important;
}
.ai-section p {
    color: #ffffff !important;
    text-align: center;
}
.ai-card p{
  color: #000000 !important;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        .form_box input {
            border: 1px solid #e3e3e3 !important;
            margin-top: 12px;
        }

        .modal-content {
            border-radius: 12px;
        }

        .form-control {
            border-radius: 6px;
            padding: 10px;
        }

        .submit-btn {
            background: #0f79be;
            color: #fff;
            padding: 15px 40px;
            font-family: "PoppinsMedium";
            font-size: 16px;
            letter-spacing: 0.03em;
            text-transform: capitalize;
            margin: 0;
            border-radius: 8px;
            width: 100%;
            text-align: center;
            text-decoration: none;
            border: 0;
        }

        .submit-btn:hover {
            background: #0f79be;
        }


        .download-pdf {
            background: #007bff;
            color: #fff;
            padding: 10px 20px;
            border-radius: 6px;
            text-decoration: none;
            display: inline-block;
        }

        .placement-section {
            background: #ffffff;
            border-radius: 25px;
            padding: 50px;
            box-shadow: 0 20px 50px rgba(15, 121, 190, 0.15);
        }

        .buildText button {
            /* background: #0E7593; */
            background: #0f79be;
            color: #fff;
            padding: 15px 40px;
            font-family: "PoppinsMedium";
            font-size: 16px;
            letter-spacing: 0.03em;
            text-transform: capitalize;
            margin: 0;
            border-radius: 8px;
            text-align: center;
            text-decoration: none;
            border: 0;
        }

        .placement-title {
            color: #0f79be;
            font-weight: 700;
            margin-bottom: 25px;
            position: relative;
        }

        .placement-feature {
            background: #f4f9fd;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 15px;
            transition: 0.4s;
            border-left: 4px solid #0f79be;
        }

        .placement-feature:hover {
            background: #0f79be;
            color: #fff;
            transform: translateX(8px);
        }

        .certification-box {
            background: #0f79be;
            color: #fff;
            border-radius: 20px;
            padding: 30px;
            height: 100%;
            box-shadow: 0 15px 35px rgba(15, 121, 190, 0.4);
        }
        .certification-box H4{
            color: #fff;

        }

        .certification-box ul {
            list-style: none;
            padding-left: 0;
        }

        .certification-box p {
            color: #ffffff;
        }

        section.space_main {
            padding: 80px 0px;
            background: #f0f8ff;
        }

        .certification-box ul li {
            background: rgba(255, 255, 255, 0.15);
            padding: 12px;
            color: #ffffff;
            margin-bottom: 15px;
            border-radius: 8px;
        }

        .job_placement {
            width: auto;
            height: 520px;
            object-fit: contain;
        }


        @media (max-width: 768px) {
            .certification-box {
                padding: 20px;
            }

            .placement-section {
                padding: 16px;
            }

        }

        .digitalcourse .service-info ul {
            min-height: auto !important;
        }

        .logo_icons .iconbox img {
            width: 201px;
        } 
