/* * {
  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: 80%;
  margin: 0 auto;
}
.width99 {
  width: 99%;
  margin: 0 auto;
}
.section-title-area.width100 p {
  width: 100%;
  text-align: justify;
}
p {
  color: #043146;
  font-family: "LexendRegular";
}
li {
  color: #043146;
  font-family: "LexendRegular";
}
li a {
  color: #043146;
  font-family: "LexendRegular";
}
.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;
}
/* 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;
  }
}

:root {
  /* --color-primary: #f97316; Orange color */
  --color-primary: #ff8503;
  /* Orange color */
  --color-primary-dark: #ff8503;
  /* Darker orange for hover */
  --color-text-dark: #1f2937;
  /* Dark gray text color */
  --font-family: "Inter", sans-serif;
}

@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-family: var(--font-family);
  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: #2c849e; */
  background-color: #0f79be;
  border-radius: 10px;
  padding: 0px 40px;
  height: 60px;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 17px;
  margin-left: 20px;
}

.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-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, #0077c1 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, #0077c1 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;
}
/*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;
}
.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/bg-5.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;
}
.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;
  font-family: "PoppinsBold";
  margin: 10px 0 25px;
  text-transform: capitalize;
}
.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;
}
.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;
}
.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;
  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;
  font-family: "PoppinsBold";
  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;
}
/*End free trial*/

/*Start Breadcumb*/
.breadcumb {
  padding: 120px 0 85px;
  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: 325px;
  /* 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";
}
.breadcumb__item {
  color: #fff;
  padding: 0 5px;
  font-weight: 400;
  font-size: 16px;
}
.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;
  }

  .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 30px;
  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;
}
.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;
  min-height: 81px;
  max-height: 82px;
}
/*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: #fff;
  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-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;
}
.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: #fff;
  color: #1585a4;
  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: #000;
}
.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;
      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;
      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 #2D849E;
      position: relative;
      margin-bottom: 20px;
    }

    .checkmark::after {
      content: "";
      position: absolute;
      left: 27px;
      top: 14px;
      width: 20px;
      height: 40px;
      border-right: 5px solid #2D849E;
      border-bottom: 5px solid #2D849E;
      transform: rotate(45deg);
    }
