* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
html {
  font-family: "Montserrat", sans-serif;
}
.font-family-montserrat {
  font-family: "Montserrat", sans-serif;
}
.font-family-poppins {
  font-family: "Poppins", sans-serif;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.flex {
  display: flex;
}
.item-center {
  align-items: center;
}
.item-end {
  align-items: end;
}
.item-baseline {
  align-items: baseline;
}
.item-flex-start {
  align-items: flex-start;
}
.direction-column {
  flex-direction: column;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.justify-content-center {
  justify-content: center;
}

.justify-content-right{
  justify-content: right;
}

.justify-content-end {
  justify-content: end;
}
.title-1 {
  font-size: 92px;
  line-height: 1;
  color: #2a2a30;
}
.title-2, .career-title {
  font-size: 40px;
  color: #2a2a30;
  font-weight: 600;
}
.paragraph {
  color: #707070;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.64px;
}
.width-50 {
  width: 50px;
}
.width-100-p {
  width: 100%;
}
.width-40-p {
  width: 40%;
}
.width-50-p {
  width: 50%;
}
.width-60-p {
  width: 60%;
}
.width-70-p {
  width: 70%;
}
.width-30-p {
  width: 30%;
}
.width-200 {
  width: 200px;
}
.width-90 {
  width: 90px;
}
.height-auto {
  height: auto;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-25 {
  gap: 25px;
}
.gap-50 {
  gap: 50px;
}
.gap-70 {
  gap: 70px;
}
.gap-120 {
  gap: 120px;
}
.list-style {
  list-style: none;
}
.padding-0 {
  padding: 0;
}
.padding-70-50 {
  padding: 70px 50px;
}
.padding-10-0 {
  padding: 10px 0;
}
.padding-25-0 {
  padding: 25px 0;
}
.padding-0-7rem {
  padding: 0 7rem;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-25 {
  padding: 25px;
}
.padding-10-15 {
  padding: 10px 15px;
}
.padding-7-15 {
  padding: 7px 15px;
}
.padding-70-0 {
  padding: 70px 0;
}
.padding-t-70 {
  padding-top: 70px;
}
.padding-t-100 {
  padding-top: 100px;
}
.padding-t-15 {
  padding-top: 15px;
}
.padding-20-0 {
  padding: 20px 0;
}
.padding-25-0 {
  padding: 25px 0;
}
.padding-100-0 {
  padding: 100px 0;
}
.padding-0-100 {
  padding: 0 100px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-left-200 {
  padding-left: 200px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-50 {
  padding: 25px;
}
.padding-70 {
  padding: 70px;
}
.padding-30 {
  padding: 30px;
}
.padding-t-50 {
  padding-top: 50px;
}
.margin-0 {
  margin: 0;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-25 {
  margin-bottom: 25px;
}
.margin-b-20rem {
  margin-bottom: 20rem;
}
.margin-b-10rem {
  margin-bottom: 10rem;
}
.margin-t-0 {
  margin-top: 0;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-20{
  margin-top: 20px;
}
.margin-t-35 {
  margin-top: 35px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-t-60 {
  margin-top: 60px;
}
.margin-t-70 {
  margin-top: 70px;
}
.margin-t-130 {
  margin-top: 130px;
}
.margin-t-100 {
  margin-top: 100px;
}
.margin-t-17{
margin-top: -17px;
}
.margin-t-88{
margin-top: -88px;
}
.margin-b-40{
  margin-bottom: 40px;
}
.margin-b-70 {
  margin-bottom: 70px;
}
.margin-b-100 {
  margin-bottom: 100px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.res-mb-50{
  margin-bottom: 50px !important;
}
.border {
  width: 100%;
  height: 1px;
  background-color: #edebeb;
}
.border1 {
  width: 50%;
  height: 1px;
  background-color: #edebeb;
}
.border-bottom {
  border-bottom: 1px solid #fff;
}
.d-block {
  display: block;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-17 {
  font-size: 17px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-44 {
  font-size: 44px;
}
.line-height-1-5 {
  line-height: 1.5;
}
.text-colort-1 {
  color: #707070;
}
.text-colort-2 {
  color: #ff566a;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000;
}
.text-black-1 {
  color: #2a2a30;
}
.text-color-3 {
  color: #2a2a30;
}
.text-color-4 {
  color: #203959;
}
.text-color-primary {
  color: #086293;
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}
.box-shadow-1 {
  box-shadow: 0px 33px 50px #1616160d;
}
.box-shadow-2 {
  box-shadow: 0px 3px 12px #08629314;
}
.underline {
  text-decoration: underline;
}
.underline-none {
  text-decoration: none;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.radius-3 {
  border-radius: 3px;
}
.radius-4 {
  border-radius: 4px;
}
.radius-5 {
  border-radius: 5px;
}
.radius-10 {
  border-radius: 10px;
}
.radius-20 {
  border-radius: 20px;
}
.cursor-pointer {
  cursor: pointer;
}
.carousel-wrapper .arrows {
  background: #086293;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
}
.btn-primay {
  background-color: #04b1d5;
  color: white;
  border: 0;
  padding: 10px 25px;
  position: relative;
  transition-duration: 0.5s;
}
.btn-primay:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transform: scale(1.1);
}
.container {
  width: 1250px;
  margin: 0 auto;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.col-3 {
  grid-template-columns: repeat(auto-fill, minmax(342px, 1fr));
  display: grid;
}
.col-2 {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  display: grid;
}
.grid-gap-3rem {
  grid-gap: 3rem;
}
.col-4 {
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  display: grid;
}

@media (max-width: 768px) {
  .contact-banner-sec {
    flex-direction: column; 
    align-items: center; 
  }

  .img-section {
    order: 2; 
    margin-top: 20px; 
  }

  .contact-banner-text {
    order: 1; 
    text-align: center; 
  }

  .justify-content-right {
    justify-content: center;
}
 
}


@media screen and (max-width: 480px) {
  .col-res {
    grid-template-columns: initial;
  }
}
.testimonials {
  text-align: center;
  padding: 50px 20px;
  background-color: #ffffff;
}
.testimonials h2 {
  font-size: 2em;
  margin-bottom: 10px;
}
.testimonials p {
  color: #777;
  margin-bottom: 40px;
}
.slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial {
  display: none;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.testimonial.active {
  display: flex;
}
.testimonial img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.testimonial blockquote {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333;
}
.testimonial .author {
  font-weight: bold;
  margin-bottom: 5px;
}
.testimonial .rating {
  color: gold;
}
.prev,
.next {
  background-color: #00a8ff;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 10px;
  font-size: 20px;
}
.prev:hover,
.next:hover {
  background-color: #007bb5;
}
.form-sec input[type="text"] {
  border: solid 1px #4a4a4a33;
  border-radius: 4px;
  height: 45px;
  padding-left: 15px;
  outline: none;
}
.input {
  border: solid 1px #4a4a4a33;
  border-radius: 4px;
  height: 45px;
  padding-left: 15px;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.form-sec textarea {
  border: solid 1px #4a4a4a33;
  border-radius: 4px;
  height: 75px;
  outline: none;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.form-sec label {
  color: #27293b;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.btn-primary {
  background-color: #086293;
  color: white;
  border: 0;
  cursor: pointer;
  padding: 12px 24px;
  position: relative;
  transition-duration: 0.5s;
  font-family: "Poppins", sans-serif;
  border-radius: 3px;
  font-size: 16px;
    letter-spacing: 0.64px;
}
.btn-primary:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transform: scale(1.1);
}
.toggle-menu,
.close-btn {
  display: none;
}
nav ul li {
  cursor: pointer;
  font-weight: 500;
  color: #2a2a30;
}
.home a{
  font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.64px;
    margin-top: -2px;
}

.active-menu {
  color: #086293;
}
.active-menu a span {
  color: #086293;
}
.bg-white {
  background-color: white;
}
.bg-1 {
  background-color: #dbf7ff;
}
.bg-2 {
  background-color: #f0e3ff;
}
.bg-3 {
  background-color: #fff2df;
}
.bg-3 {
  background-color: #fff2df;
}
.bg-3 {
  background-color: #fff2df;
}
.bg-4 {
  background-color: #efffc2;
}
.bg-5 {
  background-color: #fff9bb;
}
.bg-6 {
  background-color: #d9edff;
}
.bg-7 {
  background-color: #d4eaff;
}
.bg-8 {
  background-color: #d4eaff;
}
.border-1 {
  border: solid 1px #4bc187;
}
/* */
/* */
/* */
/* */
/* */
/* */
/* */
.btn-default {
  background-color: white;
  color: #203959;
  border: 0;
  padding: 12px 25px;
  position: relative;
  transition-duration: 0.5s;
  font-family: "Poppins", sans-serif;
}
.btn-default:hover {
  transform: scale(1.1);
}
.banner-img-1 {
  width: 500px;
}
.bg-primary {
  background-color: #086293;
}
.opacity-0 {
  opacity: 0;
}
/* */
/* */
/* */
/* */
/* */
.img-bg {
  position: absolute;
  right: 0;
  top: 0;
}
body {
  font-family: "Montserrat", sans-serif;
}
.enroll {
  height: 300px;
  padding-right: 30px;
}
.img-girl {
  position: absolute;
  left: -17px;
  /* top: -181px; */
  bottom: -21px;
  /* width: 26%; */
  height: 555px;
}
.courses-sec {
  margin-top: 10rem;
}

.courses-sec-1 {
  margin-top: 15rem;
}
.trainees-say {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.trainees-say a {
  width: 100%;
  height: 100%;
}
.trainees-say img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.form-sec input[type="text"],
.form-sec input[type="email"],
.form-sec input[type="tel"],
.form-sec textarea {
  border: solid 1px #4a4a4a33;
  border-radius: 4px;
  padding-left: 15px;
  outline: none;
}

.form-sec label {
  color: #27293b;
  margin-bottom: 10px;
}
.img-contact {
  position: relative;
  bottom: -29px;
  left: -30px;
}
.footer-menus ul li {
  color: white;
  cursor: pointer;
}
.footer-menus ul a li {
  color: white;
  text-decoration: none;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
    letter-spacing: 0.64px;
}
.footer-menus ul a li:hover {
  opacity: 0.7;
}
.footer-menus ul a {
  color: white;
  text-decoration: none;
}
.list-first {
  font-size: 20px;
  font-weight: 500;
  cursor: default !important;
  padding-bottom: 25px;
}
.nav ul li img {
  display: none;
  position: absolute;
  bottom: 0;
}
.nav ul li.active-menu img {
  display: block;
  margin-top: 5px;
}
.banner-img-1 {
  width: 500px;
}
.plack-office {
  position: absolute;
  right: -50px;
  top: -110px;
}
.plack-office-sec .container {
  height: 390px;
}
.cercle {
  position: absolute;
  top: -26px;
}
.cercle2 {
  position: absolute;
  right: 0px;
  bottom: -26px;
}
.list-style-circle {
  list-style: circle;
}
.active-header header {
  position: fixed;
  top: 0;
  background: white;
  width: 100%;
  z-index: 9;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition-duration: 0.5s;
}
.active-header header.header {
  padding: 10px 0;
}
.active-header header.header .btn-primary {
  min-width: auto;
  padding: 12px 24px;
}
.active-header {
  padding-top: 80px;
}
.active-header header.padding-20-0 {
  padding: 10px 0;
}
.cookies-sec {
  position: fixed;
  width: 100%;
  background-color: white;
  bottom: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9;
}
.btn-agree {
  width: 160px;
  min-width: 160px;
  margin-left: 12px;
}

.btn-primary1 {
  background-color: #086293;
  color: white;
  border: 0;
  cursor: pointer;
  padding: 12px 24px;
  position: relative;
  transition-duration: 0.5s;
  font-family: "Poppins", sans-serif;
  border-radius: 3px;
  font-size: 16px;
    letter-spacing: 0.64px;
}
.btn-primary1:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transform: scale(1.1);
}

.btn-duration {
  justify-content: space-between;
}
.btn-read {
  width: 119px;
  height: 40px;
  padding: 8px 24px;
}

.readmore {
font-size: 12px;
}

.blue-box{
  margin-top: 60px;
}
.green-border {
  width: 100%;  
  padding: 20px; 
  border-radius: 28px; 
  background-color:#00b3ad; 
}

.form {
  position: relative;
}

.input-wrapper {
  position: relative;
}

 
.cookie-wrapp {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 15px 25px;
  width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none; /* Start with hidden state */
}
  
.cookie-wrapp .content-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  font-size: 14px;
}
  
.cookie-buttons {
  margin-top: 10px;
}
  
.cookie-buttons button {
  background-color: #086293;
  color: white;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  width: 140px;
  height: 45px;
  transition-duration: 0.5s;
  font-family: "Poppins", sans-serif;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0.64px;
}
  
.cookie-buttons button:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transform: scale(1.1);
}

 .input,
 .text-area {
   width: 100%;
   padding: 12px 15px; 
   border: 1px solid #ccc;
   border-radius: 3px;
   outline: none;
 }
 
 .floating-label {
   position: absolute;
   top: 50%; 
   left: 15px;
   transform: translateY(-50%);
   font-size: 14px;
   color: #999;
   transition: 0.2s ease all;
   pointer-events: none; 
 }
 
.box-wid{
  top: 30%;
}
 .input:focus + .floating-label,
 .input:not(:placeholder-shown) + .floating-label,
 .text-area:focus + .floating-label,
 .text-area:not(:placeholder-shown) + .floating-label,
 .input:-webkit-autofill + .floating-label,
 .text-area:-webkit-autofill + .floating-label {
   top: -10px;
   left: 15px; 
   font-size: 12px; 
   color: #27293b; 
   padding: 0 5px; 
 }
 
 .input:-webkit-autofill,
 .text-area:-webkit-autofill {
   background-color: transparent !important;
   padding: 12px 15px !important;
   color: #27293b; 
 }
 
 .input:-webkit-autofill + .floating-label,
 .text-area:-webkit-autofill + .floating-label {
   top: -10px;
   left: 15px; 
   font-size: 12px; 
   color: #27293b; 
 }
 


.banner-title {
  font-size: 62px;
  line-height: 1.2;
  color: #2a2a30;
}
.banner-title span{
  display: block;
}

.course-intro {
  min-height: 70px; 
  margin-top: 15px; 
}

.radius-4 {
  display: flex;
  flex-direction: column; 
  justify-content: space-between; 
}

.margin-top-11{
  margin-top: -11px;
}
.margin-t-14{
  margin-top: -14px;
}

.margin-t-5{
  margin-top: -5px;
}

.career-box{
  width: 380px;
  height: 343px;
}
.margin-left-47{
margin-left: 47px;
}
.btn-duration {
  margin-top: auto; 
}

.search-container {
  display: flex;
  justify-content: center;
  margin-top: -25px;
}

.search-form {
  width: 721.46px; 
  height: 49.16px; 
  display: flex;
  align-items: center; 
}

.search-input {
  flex-grow: 1; 
  height: 100%; 
  padding: 10px; 
  border: 1px solid #ccc; 
  border-radius: 4px 0 0 4px; 
  font-size: 16px; 
  outline: none; 
  transition: box-shadow 0.3s; 
}

.search-input:focus {
  box-shadow: 0 0 5px rgba(12, 100, 146, 0.5); 
}

.search-button {
  width: 106px; 
  height: 48px; 
  border: none; 
  background-color: #0C6492; 
  color: white; 
  border-radius: 0 4px 4px 0; 
  cursor: pointer; 
  font-size: 14px; 
  margin-left: -1px; 
}

.search-button:hover {
  background-color: #349d4e; 
}


.border-bottom {
  border-bottom: 1px solid #ccc; 
  height: 1px; 
  margin-top: 6px; 
}

.location-container {
  display: flex;          
  align-items: center;    
  margin-left: 5px;      
}

.location {
  display: inline-block; 
  margin-left: 1px;       
  font-size: 14px;       
  color: #707070;        
  font-weight: 400;       
}

.job-experience-container {
    display: flex; 
    /* gap: 100px; */
    margin-right: -60px;

}

.job-id, .experience {
    flex: 1; 
}

.text-14 {
    font-size: 14px; 
    color: #707070;
    font-weight: 400; 
    margin-bottom: -4px;
}

.text-16 {
    font-size: 16px;
    color: #000; 
}

.job-buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.apply-button, .view-details {
  /* margin-right: 26px;  */
  margin-right: 5px; 
}

.btn-apply {
  background-color:#4BC187;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 500;
  width: 108px;
  height: 35px;
}

.link-view {
  color: #086293;
  text-decoration: none;
  font-weight: 500;
}

.link-view:hover {
  text-decoration: underline;
}


.modal {
  display: none; 
  position: fixed;
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0, 0, 0, 0.4); 
  padding-top: 50px; 
}

.modal-content {
  background-color: white;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.modal-heading h2 {
  font-size: 28px;  
  margin-bottom: 15px; 
  font-weight: 500;  
  color:#2A2A30; 
}

.close-btn {
  color: #aaa;
  font-size: 36px; 
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close-btn:active {
  color: #ff0000; 
}



.index-title {
  font-size: 100px;
}
.border-green {
  border: 1px solid #4bc187;
}


.about-banner-margin {
  margin-right: 130px;
}
.contact-banner-text {
  position: relative;
  top: -30px;
}
.cultivate {
  margin: 0 0 20px 0;
}
.responsive-view-section {
  display: none;
}
#result {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.font-size-24 {
  font-size: 24px;
}

.img-section{
  margin-top: 22px;
}

.experience{
  margin-left: 100px;
}

.file-upload-container {
  width: 300px;
  height: 49.3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
}


.choose-cv-text {
  font-size: 14px;
  color: white;  
  font-weight: bold;
  cursor: pointer;
  margin-left: -5px;
  margin-top: 10px;
  background-color: black;  
  padding: 10px 20px;  
  border-radius: 5px;  
  display: inline-block;
  white-space: nowrap;
}


.file-input {
  display: none;
}


.file-display-box {
  width: 100px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.no-file-chosen {
  font-size: 12px;
  color: black; 
}


#file-name {
  color: black;  
}


.file-display-box.file-chosen {
  background-color: #4CAF50; 
}

.file-display-box.file-chosen .no-file-chosen {
  color: white; 
}

.choose-cv-text{
  color: white !important;
}

.uploading {
  display: flex;
  gap: 204px;
  flex-wrap: nowrap; 
  align-items: center;
}
.email-message {
  color: #707070;
}
.email-message a {
  color:#086293; 
  text-decoration: none;
}

.email-message a:hover {
  text-decoration: underline;
}

.margin-t-70{
  margin-top: 70px;
  
}


/* responsive */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-menus {
    flex-direction: row !important;
  }
  .footer-menus ul {
    text-align: left !important;
  }
  .footer-menus {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .plack-office{
    position: relative;
    right: 0;
    top: 26px;
    width: 100%;
  }
  .planck-office-box{
    padding: 70px 50px !important;
  }
  .paragraph{
    font-size: 22px
  }
}
@media screen and (max-width: 1300px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .contact-sec .img-contact {
    width: 100%;
  }
}
.test-sec .test-img {
  width: 80px;
  height: 80px;
  border-radius: 10rem;
  object-fit: cover;
}
.test-sec {
  box-shadow: 0px 0px 14px #1616160d;
}
@media screen and (min-width: 768px) {
  .course-para {
    min-height: 130px;
  }
}
.glightbox_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.outer_circle {
  stroke-width: 3;
  stroke-dasharray: 410;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  transition: all 0.4s ease-out;
}
.glightbox_video:hover .outer_circle {
  stroke-dashoffset: 410;
  transition: stroke 0.7s 0.4s ease-out, stroke-dashoffset 0.4s ease-out;
}
.glightbox_video:hover .inner-circle {
  fill: #01b2d6;
  transition: fill 0.4s 0.3s ease-out;
}
.glightbox_video:hover .play {
  fill: white;
  transition: fill 0.4s 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .glightbox_video {
    position: relative;
    left: 0;
  }
  .banner .trigger {
    margin-top: 1rem;
  }
}
.popup__check:checked + .popup__base .popup__inner {
  animation-name: inner;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-name: inner;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
}
.text-black {
  color: black;
}
.play-btn {
  position: absolute;
  right: 0;
  width: 40px !important;
  height: 40px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader {
  border: 5px solid #c7c6c6;
  border-radius: 50%;
  border-top: 5px solid #01b2d6;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#result {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.top-border {
  position: relative;
}
.top-border::before {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #f0f0f0;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.active-header .top-border::before {
  display: none;
}
.border-design {
  position: absolute;
  right: 0;
  top: 0;
}
.border-sec {
  width: 100%;
  height: 1px;
  background-color: #e9e6e6;
}

.video-sec .plank-video-img {
  width: 100%;
}
.video-sec .play-btn-sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 3rem;
}
.video-sec {
  position: relative;
  text-align: center;
}
.vide-main {
  height: 100vh;
}
.video-sec video {
  width: 85%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
}

.styled-link{
  color: #086293;
  text-decoration: none;
}
.cookie-popup{
  font-size: 14px;
  text-align: left;
}

.home-menu{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .paragraph {
    font-size: 14px;
  }
  .res-top-50{
    padding-top: 50px !important;
  }
  .title-2 {
    font-size: 22px !important;
  }
  .about-video {
    margin-bottom: 15px;
  }
  .signin .btn-primary{
    display: none;
  }
  
  .contact-banner-sec .banner-img-1 {
    top: -10px !important;
  }
  .course-head .banner-title {
    font-size: 32px;
    text-align: center;
    line-height: 42px;
    margin-top: 20.55px;
    margin-bottom: 22.1px;
  }
  .home-banner-sec {
    gap: 10px;
    padding-top: 50px;
  }
  .home-banner-sec .title-1 {
    font-size: 40px;
    text-align: center;
    width: 300px;
    line-height: 42px;
  }
  .home-banner-sec .cultivate {
    margin: 0 0 10px 0;
  }
  .hide-1024 {
    display: none;
  }
  .responsive-view-section {
    display: block;
  }
  .btn-agree {
    min-width: 112px !important;
    width: 112px;
    margin-bottom: 10px;
  }
  .cookie-box {
    flex-direction: column;
    align-items: end;
  }
  .contact-banner-text {
    top: 0;
  }
  .about-banner-margin {
    margin: 0;
    padding-top: 20px;
  }
  .banner-title {
    font-size: 32px;
    text-align: center;
    line-height: 42px;
    width: 300px;
  }
  .border-design {
    display: none;
  }
  .padding-70-0 {
    padding: 15px 0;
  }
  .margin-b-50 {
    margin-bottom: 15px;
  }
  .margin-b-100 {
    
    margin-bottom: 45px;
  }
  .margin-t-60 {
    margin-top: 15px;
  }
  .margin-t-130 {
    margin-top: 15px;
  }
  .margin-t-100 {
    margin-top: 50px;
  }
  .video-main {
 
    margin-top: 107px;
  }
  .margin-t-70 {
    margin-top: 15px;
  }

  .margin-t-40{
    margin-top: 40px;
  }

  .padding-t-100 {
    padding-top: 15px;
  }
  .btn-primary {
    padding: 10px 25px;
    border-radius: 3px;
    height: 45px;
    min-width: auto;
    font-size: 14px;
    margin-top: 26px;
    margin-bottom: 26px;
  }
  
  .active-menu a span {
    color: white;
  }
  nav ul li a span {
    color: white;
  }
  .nav ul {
    padding: 40px;
  }
  .cookies-sec p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .active-menu li a {
    color: white;
  }
  /* .cercle,
  .cercle2 {
    display: none;
  } */
  .hide-sec {
    display: none;
  }
  .footer-menus {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between !important;
    gap: 40px;
    margin-bottom: 15px;
    
  }
  .plack-office-sec .container {
    height: auto;
  }
  .banner3 {
    max-width: 345px;
  }
  .address-sec {
    width: 100%;
  }
  .courses-sec .container {
    width: 95%;
  }
  .benefits-job-training .col-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .enroll {
    height: auto;
    padding: 240px 15px 15px;
  }
  .enroll .title-2 {
    font-size: 26px !important;
    font-weight: 600;
  }
  .img-bg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  
   .img-girl {
    position: absolute;
    left: 5px;
    top: -125px;
    /* bottom: -13px; */
    width: 306px;
    height: 356px;
    margin-bottom: 26px;
   }
  .img-section{
    margin-top: 22px;
    margin-bottom: -15px;
  }

  .training-programs-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 25px;
  }
  
  .border-img-left {
    width: auto;
    height: auto;
    
  }
  
  .training-title {
    font-size: 2rem; 
    text-align: left;
    color: #000; 
    margin: 0;
  }
  

  .plank-studnt {
    text-align: center;
    margin-top: 20px;
  }
  .plank-studnt img {
    width: 100%;
  }
  .contact-sec.margin-b-70 {
    margin-bottom: 10px;
  }
  .form-sec {
    padding-top: 15px;
  }
  .contact-sec .margin-b-70 {
    margin-bottom: 10px;
  }
  .contact-sec .container {
    width: 95%;
  }
  .contact-sec .padding-50 {
    padding: 0;  
    margin-top: 50px;

  }
  .img-contact {
    display: none;
  }
  .benefits-job-training .padding-0-7rem {
    padding: 15px;
  }
  .benefits-job-training .col-2 img {

    width: 100%;
  }
  .job-training .col-3{
    grid-template-columns: none;
  }
  .contact {
    display: block !important;
  }
  .grid-gap-3rem {
    grid-gap: 1rem;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .placed-interns {
    gap: 15px;
  }
  .placed-interns .students {
    width: 100px;
  }
  .placed-interns a {
    width: 200px;
  }
  .placed-interns .email-1 {
    width: 45px;
  }
  .placed-interns .call1 {
    width: 45px;
  }
  .placed-interns li {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .placed-interns li:last-child {
    padding-bottom: 0;
    border: 0;
  }
  .footer-log-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
  }
  .footer-menus {
    width: 100%;
    margin-top: 25px;
    justify-content: space-around;
  }
  .footer-menus ul li {
    font-size: 14px !important;
  }
  .footer-menus ul .list-first {
    font-weight: 600;
    font-size: 16px !important;
  }
  .footer .paragraph {
    text-align: center;
  }
  .footer.padding-70 {
    padding: 0;
  }
  .res-width-100-p {
    width: 100%;
  }
  .res-width-50-p {
    width: 50%;
  }
  .res-padding-15 {
    padding: 15px;
  }

  .margin-top-15{
    margin-top: -15px;
  }
  .res-item-center {
    align-items: center;
  }
  .res-text-center {
    text-align: center;
    
  }
  .res-margin-0 {
    margin: 0 !important;
  }
  .res-margin-t-15 {
    margin-top: 15px;
  }
  .res-margin-t-70 {
    margin-top: 70px;
  }
  .res-margin-b-25 {
    margin-bottom: 25px;
    padding: 20px;
  }
  .res-margin-t-70 {
    margin-top: 70px;
  }
  .res-column-reverse {
    flex-direction: column-reverse;
  }
  
  .res-gap-10 {
    gap: 10px;
  }
  .contact-sec .padding-0-100 {
    padding: 0 15px;
  }
  .dowload-sec .card1 {
    padding: 30px 0;
  }
  .dowload-sec .paragraph {
    text-align: center;
  }
  .companies-sec .padding-70-0 {
    padding: 0;
  }
  .companies-sec .btn-primay {
    margin-top: 20px;
  }
  .seamless-integration ul {
    flex-wrap: wrap;
  }
  .seamless-integration ul li img {
    width: 80px;
  }
  .functional-areas .col-3 {
    grid-gap: 1rem;
  }
  .business-operations .padding-70 {
    padding: 0;
  }
  .section-1 .padding-left-200 {
    padding-left: 0;
  }
  .section-1 {
    margin-bottom: 70px;
    margin-top: 50px;
  }
  .section-1 .margin-t-35 {
    margin-top: 15px;
  }
  .section-2 .margin-t-35 {
    margin-top: 15px;
  }
  .section-2 .padding-left-200 {
    padding-left: 0;
  }
  .res-column-reverse {
    flex-direction: column-reverse;
  }
  .title-1 {
    font-size: 20px;
  }
  .banner-img-1 {
    width: 315px;
   
  }
  .rop {
    display: none;
  }
  .res-column {
    flex-direction: column;
  }
  br {
    display: none;
  }

  header {
    position: relative;
  }
  nav {
    position: fixed;
    right: -240px;
    height: 100vh;
    top: 0;
    background: #086293;
    padding: 15px;
    width: 240px;
    transition-duration: 0.5s;
    align-items: baseline !important;
    z-index: 9;
  }
  nav ul {
    flex-direction: column;
  }
  nav ul li {
    color: white;
  }
  .nav.active-menu {
    right: 0;
    top: 0;
  }
  .nav.active-menu ul {
    padding: 40px;
  }
  .toggle-menu,
  .close-btn {
    display: block;
  }
  .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .footer .margin-b-70 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .img-sec-1 {
    left: -100px;
  }
  .position-1 {
    top: -5rem;
    right: -4rem;
  }
  .position-2 {
    top: -1rem;
    right: 4rem;
  }
  .animation-1 {
    transform: scale(0.7);
    transition-duration: 0.7s;
  }
  .animation1-sec {
    transform: scale(1);
  }
  .animation-2 {
    transform: scale(0.7);
    transition-duration: 0.7s;
  }
  .animation2-sec {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .video-popup {
    width: 90% !important;
    height: auto !important;
  }
  .res-width-100-768 {
    width: 100%;
   
  }
  .width-100-p-760 {
    width: 100%;
  }
 
  .logo-header-sec {
    width: 150px;
  }

  .margin-t-50{
    margin-top: 50px;
  }
  .signin .btn-primay {
    padding: 10px;
  }
  .clients .col-4 img {
    width: 100px;
  }
  .clients .col-4 {
    grid-template-columns: repeat(auto-fill, minmax(93px, 1fr));
  }
  .logo-section {
    align-items: center;
  }
  .logo-section .logo-header-sec {
    position: relative;
    top: 3px;
  }
  .margins{
    margin-top: 52px;
    margin-left: -13px;
  }
  
  .uploading {
    display: flex;
    flex-direction: column;
    gap: 20px; 
  }

  .video-sec video {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
}

  .margin-t-40{
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .btn-agree{
    font-size: 10px;
  }
  .banner3 {
    max-width: 100% !important;
    margin-bottom: 50px;
  }
  .plack-office {
    max-width: 100% !important;
  }
  .planck-office-box{
    padding: 50px 15px 170px !important;
  }
  .plack-office {
    right: 0;
    top: 50px;
    max-width: 355px;
  }
  .planck-cards{
    padding-top: 65px;
  }
  .cookie-wrapp .content-sec {
    display: grid;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */
    gap: 5px;
    font-size: 14px;
  }

}

.video-popup {
  width: 70%;
  height: 500px;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  background-color: white;
  z-index: 9;
  margin: 0 auto;
  display: none;
}
.bg-sec {
  background-color: #00000085;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9;
  top: 0;
  display: none;
}
.close-sec {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.carousel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
}
.carousel {
  display: flex;
  width: 100%; 
  overflow: hidden;
}
.carousel-inner {
  display: flex;
  transition: transform 0.3s ease;
  margin: 80px 2px 20px;
  margin-top: 35px;
}
.carousel-inner .card:first-child {
  margin: 0 !important;
}
#prev {
  right: 3.8rem;
}

.arrow-button {
  display: flex;
  justify-content: center; 
  position: absolute;
  width: 100%;
  bottom: -6px; 
  z-index: 1;
  margin-bottom: -10px;
  right: 116px;
}

.arrows {
  background-color: #006eff;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  margin: 0 10px; 
}

.arrows i {
  font-size: 20px;
}

.card {
  min-width: 21.4rem;
  margin: 0 -2px 0 15px;
}
.card p {
  font-size: 14px;
  margin-bottom: 10px;
}
.card h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.card span {
  font-size: 14px;
  color: grey;
  display: block;
  margin-bottom: 10px;
}
.stars {
  color: #ffcc00;
  margin-bottom: 15px;
}
.arrows {
  font-size: 25px;
  cursor: pointer;
}
.arrows:hover {
  color: #007bff;
}



 .border-margin{
  margin-left: 16px;
  margin-right: 16px;
 }
/* Responsive styles */
@media (max-width: 768px) {
  .carousel {
    width: 100% !important; /* Show only one card at a time */
  }
  .carousel-wrapper {
    gap: 10px;
  }
}
.address-sec li a,p{
  font-family: "Poppins", sans-serif;
    letter-spacing: 0.64px;
}
.plack-office-sec .title-2 span{
  display: block;
}
.contact{
  display: none;
}
.home-menu-sec{
  position: relative;
  top: -3px;
}