body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
}

h1, h2, h3,h4,h5,h6 {
      font-family: "Open Sans", sans-serif;

}
.sp {
  padding: 100px 0 0;
}

section.build_wrapper.sp p:last-child {
    font-weight: 700;
    color: #005dab;
}

/* Wrapper that slides */
/*.banner_form_wrapper {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: -450px;*/
/*    width: 400px;*/
/*    height: 100vh;*/
/*    transition: left 0.4s ease-in-out;*/
/*    z-index: 9999;*/
/*}*/

/* Slide-in active state */
/*.banner_form_wrapper.active {*/
/*    left: 0;*/
/*}*/

/* Button that sits on the edge, attached to panel */
button#openBannerForm {
    position: fixed;
    top: 40%;
    right: -60px;  /* button panel ke bahar dikhega */
    transform: rotate(90deg);
    background: #005dab;
    color: #fff;
    padding: 12px 18px;
    cursor: pointer;
    transition: right 0.4s ease-in-out;
    border: none;
}
.banner_form_wrapper.active button#openBannerForm {
    right: 18%;
}
.banner_form_wrapper.active {
    right: 0;
}
.banner_form_wrapper {
    position: fixed;
    top: 25%;
    right: -50%;
    width: 400px;
    height: 100vh;
    transition: left 0.4s ease-in-out;
    z-index: 9999;
}

.banner_form {
    position: fixed;
    background: #ffffff;
    padding: 25px;
    /*height: 100%;*/
    /*box-shadow: 3px 0 15px rgba(0, 0, 0, 0.3);*/
    top:40px;
}

/* Close button */
.banner_form .close_form {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 26px;
    cursor: pointer;
}

/*.banner_form_wrapper {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: -450px;*/
/*    width: 400px;*/
/*    height: 100vh;*/
    /* background: #fff; */
    /* padding: 25px; */
    /* box-shadow: 3px 0 15px rgba(0, 0, 0, 0.3); */
/*    transition: left 0.4s ease-in-out;*/
/*    z-index: 9999;*/
/*}*/
/*button#openBannerForm {*/
/*    position: fixed;*/
/*    left: -60px;*/
/*    transform: rotate(90deg);*/
/*    top: 50%;*/
/*    background: #000;*/
/*    color: #fff;*/
/*    padding: 12px;*/
/*}*/
/*.banner_form_wrapper.active {
    left: 0; 
/*}*/

/*.banner_form .close_form {*/
/*    position: absolute;*/
/*    top: 12px;*/
/*    right: 15px;*/
/*    font-size: 24px;*/
/*    cursor: pointer;*/
/*}*/

.text-danger {
   color:#fff !important;
}
.main_title h2 {
    font-weight: 700;
    line-height: 48px;
    color: #005dab;
    text-align: center;
    margin-bottom: 42px;
    font-size: 42px;
      font-family: "Open Sans", sans-serif;

}
.faq_box .accordion-body a{
        color:#f46d3e;

}
section.build_wrapper.sp {
    padding-bottom: 100px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.bg_image {
    background-image: url(https://kedmanglobal.com/assets/images/life-shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 80px;
  letter-spacing: 0%;
  font-family: "Open Sans", sans-serif;
}
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
}
a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
img {
  width: 100%;
}
ul {
  list-style: none;
  padding: 0;
}
.main_title {
    width: 80%;
    margin: 0 auto;
}
section.build_wrapper.sp .main_title h2 {
    text-align: center;
    color: #005dab;
}
.quality_text h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 14px;
}
section.benefits_wrapper.sp {
    padding-bottom: 0;
}
section.build_wrapper.sp {
    padding-bottom: 100px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    align-items: start;
    width: 80%;
    margin: 0 auto;
    margin-top: 48px;
}
section.services-section {
    background: var(--purple);
    padding: 65px 0;
    color: #fff;
}
.service-card {
    display: flex;
}
.icon-wrapper {
    width: 80px;
    height: 80px;
    display: none;
}
.services_content-card h3{
font-weight: 600;
font-size: 20px;
line-height: 30px;

}
.services_content p{
font-weight: 400;
font-size: 16px;
line-height: 22px;
}
.services_content p {
    width: 80%;
}
.services_content{
    margin-left: 16px;
}

.services_content h3 {
    font-size: 65px;
    line-height: 75px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    color: #184892;
}

.service-card {
    display: flex
;
    /* border-right: 1px solid #c7c4c4; */
    text-align: center;
    justify-content: center;
}
.benefits_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    /* align-items: start;
    width: 80%;
    margin: 0 auto; */
    margin-top: 48px;
}

.leader_wrapper_main{
      display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    /* align-items: start;
    width: 80%;
    margin: 0 auto; */
    margin-top: 48px;
}
.benefits_image img {
    width: 100%;
    height: 100%;
}
.benefits_image {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.benefits_item {
    background: #184892;
    padding: 14px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*height: 300px;*/
    position: relative;
    /*cursor: pointer;*/

}

.benefits_content h3 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;

}
.benefits_hover_content {
    position: absolute;
    bottom: px;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    height: 0;
}

.benefits_item:hover .benefits_hover_content {
    bottom: 0;
    height: 100%;
    background: #eee;
    opacity: 1;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    border-radius: 24px;
}

.benefits_hover_content p{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.benefits_content p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.header {
    text-align: center;
    padding: 50px 40px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.main-title {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #495057;
}

.main-title .highlight {
    color: #dc3545;
}



.timeline-container {
    position: relative;
    padding: 0;
}

.timeline-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
}

.step {
    display: flex;
    flex-direction: column;
    height: 400px;
    position: relative;
    border-right: 1px solid #e9ecef;
}

.step:last-child {
    border-right: none;
}

.step-content {
    padding: 40px 30px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #262626;
    transition: all 0.3s ease;
    color: #fff;
}

.step:hover .step-content {
    background: #f8f9fa;
    transform: translateY(-5px);
    color: #000;
}
.step:hover .step-content h3.step-title {
    color: #000;
}
section.test_wrapper.sp {
    /* background: #eee; */
    padding-bottom: 100px;
}
section.leadership_team.sp {
    padding-bottom: 100px;
        background: #eee;
}
.step-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* .step-description {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    flex-grow: 1;
} */

.step-footer {
    height: 120px;
    background: linear-gradient(135deg, #4472C4 0%, #2E5AA8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
}

.step-number {
    display: flex;
    align-items: center;
    gap: 15px;
}

.arrow {
    font-size: 2rem;
    opacity: 0.8;
    animation: pulse 2s infinite;
}

.step:last-child .arrow {
    display: none;
}

@keyframes pulse {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

/* Step-specific styling */
/* .step-1 .step-title { color: #4472C4; }
.step-2 .step-title { color: #4472C4; }
.step-3 .step-title { color: #4472C4; }
.step-4 .step-title { color: #4472C4; }
.step-5 .step-title { color: #4472C4; } */

/* Progress indicator */

/* Responsive design */
@media (max-width: 1200px) {
    .step-content {
        padding: 30px 20px;
    }
    
    .step-title {
        font-size: 1.3rem;
    }
    
    .step-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .timeline-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .step {
        height: auto;
        min-height: 250px;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        overflow: hidden;
    }
    
    .step:last-child {
        border-bottom: none;
    }
    
    .step-content {
        height: auto;
        min-height: 150px;
    }
    
    .step-footer {
        height: 80px;
        font-size: 1.4rem;
    }
    
    .progress-line {
        display: none;
    }
    
    .main-title {
        font-size: 2.2rem;
    }
    
    .header {
        padding: 30px 20px;
    }
    
    .arrow {
        transform: rotate(90deg);
    }
}

/* Hover effects */
.step {
    transition: all 0.3s ease;
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.step:hover .step-footer {
    background: linear-gradient(135deg, #2E5AA8 0%, #1a4480 100%);
}



.quality_item {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #eee;
}
.quality_text {
    width: 50%;
    padding: 42px;
}
.quality_image {
    width: 50%;
}
section.quality_wrapper.sp .quality_main .row:nth-child(even) .quality_item {
    flex-direction: row-reverse;
}
.leadership_image {
    border-radius: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}
.leadrship_content h3 {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-bottom: 12px;
}
.leadrship_content h4 {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
/* FAQ */
.faq_box button {
    border: 1px solid #000;
    border-radius: 16px !important;
    font-size: 24px;
    font-weight: 500;
}

.faq_sec .accordion-item {
    margin-bottom: 30px;
}

.faq_sec .main_title {

    margin-bottom: 50px;
}

.faq_sec .main_title h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
}

.faq_box {
    width: 80%;
    margin: auto;
}


.faq_box .accordion-body {
    padding-top: 30px;
    font-size: 18px;
    padding-left: 15px;
    color: #fff;
}

.faq_box .accordion-button:focus {
    box-shadow: none;
}

.faq_box .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.faq_box .accordion-body {
    padding-top: 30px;
    font-size: 18px;
    padding-left: 15px;
}
section.faq_sec.sp  .accordion-item {
    background-color: transparent;
    border: 1px solid transparent;
}
.faq_box .accordion-body table,
tr,
td,
th {
    border: 1px solid #000;
    padding: 10px;
}
section.faq_sec.sp {
    background: #0b4696;
}

.accordion-item {
    border: 1px solid transparent;
}

section.faq_sec.sp .main_title h2 {
    color: #fff;
}
section.steps_wrapper.sp {
    /* padding-bottom: 0; */
    background: #e0ebe7;
    padding-bottom: 100px;
}
section.quality_wrapper.sp {
    padding-bottom: 0;
}
section.get_started_wrapper.sp {
    background: #262626;
    background-image: url(https://kedmanglobal.com/assets/images/texturebg01.svg);
    padding: 100px 0;
}
section.get_started_wrapper.sp .main_title h2 {
    text-align: center;
    color: #fff;
}
.stats_wrapper {
    display: flex
;
    justify-content: center;
    align-items: center;
}

.banner_form h3 {
    margin-bottom: 22px;
}


.stats_content p {
    font-size: 30px;
    line-height: 40px;
    margin: 18px 0;
}
.stats_content {
    margin-right: 64px;
    background: #fff;
    color: #262626;
    padding: 23px 64px;
    border-radius: 22px;
    text-align: center;
}
.stats_content h3 {
    font-size: 44px;
    line-height: 54px;
    color: #be2327;
}

.banner_form {
    background: #184892;
    padding: 34px;
    color: #fff;
}
section.banner_wrapper {
    position: relative;
}

.banner_content {
    position: absolute;
    top: 40px;
    width: 100%;
}




/*.animation-section {*/
/*  margin: 4rem 0;*/
/*  padding: 3rem;*/
/*  border-radius: 16px;*/
/*  background: white;*/
/*  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);*/
/*  overflow: hidden;*/
/*}*/



.reveal-wrapper {
  overflow: hidden;
  position: relative;
}
/* INITIAL HIDDEN STATE */
.animation-section .char,
.animation-section .word,
.animation-section .word-wrapper {
  display: inline-block;
}

/* INITIAL STATES (animation start position) */
/*.char,*/
/*.word,*/
/*.word-wrapper {*/
/*  opacity: 0;*/
/*  transform: translateY(40px);*/
/*  display: inline-block;*/
/*}*/

/*.style-1 .char,*/
/*.style-3 .char,*/
/*.style-6 .char {*/
/*    opacity: 0;*/
/*    transform: translateY(30px);*/
/*    display: inline-block;*/
/*}*/

/*.style-2 .word,*/
/*.style-4 .word-wrapper {*/
/*    opacity: 0;*/
/*    transform: translateY(40px);*/
/*    display: inline-block;*/
/*}*/

.style-5 .line-inner {
    transform: translateY(100%);
}
/*section.get_started_wrapper.sp .main_title h2{*/
/*    margin-bottom:0;*/
/*}*/

section.get_started_wrapper.sp .main_title{
    width: 90%;
    margin: 0 auto;
}

section.get_started_wrapper.sp .started_wrapper h3 {
    color: #e0d14c;
    margin-bottom: 22px;
}

section.get_started_wrapper.sp .started_wrapper {
    color: #fff;
}


.benefits_content p {
    color: #fff;
    text-align: center;
}
section.benefits_wrapper.bg_image.sp .main_title p {
    width: 80%;
}

section.benefits_wrapper.bg_image.sp .main_title {
    width: 100%;
    /* margin-left: -80px; */
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

section.benefits_wrapper.bg_image.sp .main_title h2 {
    text-align: left;
    margin-left: -10%;
    width: 100%;
}

section.benefits_wrapper.bg_image.sp .main_title p {
    width: 70%;
}

.quality_main .col-md-6 {
    margin: 0;
    padding: 0;
}

.cta_content h2 {
    margin-bottom: 24px;
    text-align: left;
}

section.cta_wrapper .container-fluid {
    margin: 0;
    padding: 0;
}
section.cta_wrapper .cta_content {
    padding-left: 100px;
    width: 80%;
    margin-left: auto;
    height: 100%;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* background: #005dab; */
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
}
section.cta_wrapper{
  background: #005dab; 
}
section.cta_wrapper .cta_content h2{
    color:#fff;
}
.cta_image {
    width: 100%;
    height: 100%;
}
.cta_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.cta_wrapper{
    overflow:hidden;
}
section.cta_wrapper .cta_content {
    padding-left: 50px;
}
.leader_wrapper_main {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.main_title h3 {
    margin-bottom: 21px;
}
table th:first-child {
    border-top-left-radius: 24px; background: #005dab;
}

table th:last-child {
    border-top-right-radius: 24px;
}


table th {
    background: #005dab;
    color: #fff;
    padding: 24px;
    /* border-top-left-radius: 24px; */
    font-size: 20px;
    font-weight: 900;
}
tbody tr td:first-child {
    background: #005dab;
    color: #fff;
    text-decoration: none;
     font-weight: 900;
}

tbody tr:nth-child(even){
    background:#eee;
}

tbody tr td:first-child a{
        text-decoration:none;
        color:#fff;
    

}
.cta_main .notes a {
    color: #fff;
}

.cta_main {
    display: flex;
    justify-content: space-between;
    width: 85%;
}



table {
    border: 1px solid #eee;
    /* border-radius: 24px; */
    /* overflow: hidden; */
}
tbody tr td {
    padding: 19px;
}
.cta_wrapper .main_title{
    width:100%;
}

.notes {
    text-align: left;
    margin-top: 0;
}

.notes a {
    display: inline-block;
    background: #005dab;
    text-decoration: none;
    color: #fff;
    padding: 12px 32px;
    border-radius: 24px;
    margin-top: 44px;
    transition:all 0.8s ease;
}

.notes a:hover{
    background:#e0d14c;
    color: #000;
     transition:all 0.8s ease;
}


.culm_bx .notes a {
    margin-top: 24px;
}



section.test_wrapper.sp p {
    text-align: center;
    margin-bottom: 44px;
}
/*.culm_bx figure.aos-init.aos-animate {*/
/*    width: 90px;*/
/*    height: 90px;*/
/*    margin-bottom: 41px;*/
/*}*/

.culm_list ul li {
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.culm_bx h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 19px;
}

.culm_bx {
    /* background: #262626; */
    padding: 12px;
    border-radius: 0;
    height: auto;
    /* color: #fff; */
}

.curriculum_item {
    width: 100%;
    height: 100%;
}

section.curriculum_wrapper.sp p {
    margin-bottom: 44px;
    text-align: center;
}

section.curriculum_wrapper .culm_list ul li p {
    text-align: left;
    margin-bottom: 25px;
}
section.test_wrapper.sp .notes {
    text-align: center;
    margin-top: 24px;
}

.culm_list ul li:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    top: 2px;
    position: absolute;
    left: -22px;
    font-weight: 900;
    font-size: 13px;
    width: 15px;
    height: 15px;
}

.culm_list ul li {
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
}

section.cta_wrapper .notes a {
    display: inline-block;
    background: #fff;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 24px;
    margin-top: 21px;
    transition: all 0.8s ease;
    color: #000;
    font-weight: 500;
}

section.cta_wrapper .notes a:hover {
    background: #e0d14c;
    color: #000;
    transition: all 0.8s ease;
}


section.curriculum_wrapper.sp .container {
    background: #347ebd;
    padding: 54px;
    border-radius: 24px;
}
section.curriculum_wrapper.sp .container h2 {
    color: #fff;
}

section.curriculum_wrapper.sp p {
    color: #fff;
}

section.curriculum_wrapper.sp .culm_bx ul li p{
    color: #000;
}



section.copyright_wrapper.sp a {
    color: #fff;
    text-decoration: none;
}
section.copyright_wrapper.sp p {
    font-size: 15px;
    line-height: 27px;
}
section.copyright_wrapper.sp h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}
section.copyright_wrapper.sp {
    padding: 50px 0;
    background: #3f3c3c;
    color: #fff;
}
.start_cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.culm_bx:nth-child(1) .culm_list ul li:nth-child(1)::before {
  color: #005dab;
}

.culm_bx:nth-child(1) .culm_list ul li:nth-child(2)::before {
  color: #005dab;
}

.culm_bx:nth-child(1) .culm_list ul li:nth-child(3)::before {
  color: #005dab;
}

.culm_bx:nth-child(1) .culm_list ul li:nth-child(4)::before {
  color: #005dab;
}

.culm_bx:nth-child(1) .culm_list ul li:nth-child(5)::before {
  color: #005dab;
}



.culm_bx:nth-child(2) .culm_list ul li:nth-child(1)::before {
  color: #6fa4d0;
}

.culm_bx:nth-child(2) .culm_list ul li:nth-child(2)::before {
  color: #6fa4d0;
}

.culm_bx:nth-child(2) .culm_list ul li:nth-child(3)::before {
  color: #6fa4d0;
}

.culm_bx:nth-child(2) .culm_list ul li:nth-child(4)::before {
  color: #6fa4d0;
}

.culm_bx:nth-child(2) .culm_list ul li:nth-child(5)::before {
  color: #6fa4d0;
}

.culm_bx:nth-child(3) .culm_list ul li:nth-child(1)::before {
  color: #347ebd;
}

.culm_bx:nth-child(3) .culm_list ul li:nth-child(2)::before {
  color: #347ebd;
}

.culm_bx:nth-child(3) .culm_list ul li:nth-child(3)::before {
  color: #347ebd;
}

.culm_bx:nth-child(3) .culm_list ul li:nth-child(4)::before {
  color: #347ebd;
}

.culm_bx:nth-child(3) .culm_list ul li:nth-child(5)::before {
  color: #347ebd;
}


select.form-select {
    margin-bottom: 20px;
}


.social_links.mt-2 a img {
    width: 35px;
    height: 32px;
}