body {
    margin: 0;
    width: 1440;
    max-width: 100%;
    overflow-x: hidden;
    align-items: center;
    padding: 0;
}
.container {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    color: #000000;
    align-items: center;
    overflow-x: hidden;
}
.header {
    width: 100%;
    height: 70px;
    background-color: #CC9933;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 2px solid lightgray;
}
.brandname img{
    display: flex;
    height: 70px; 
}
.brandfeatures {
   display: flex;
   margin-left: 50px;
   gap: 30px;
   align-items: center;
   white-space: nowrap;
   overflow-x: auto;
}
.brandfeatures p {
  font-size: 18px; 
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  align-items: center;
  margin-top: 13px;
}
.brandfeatures a {
    margin-bottom: 10px;
    font-size:18px; 
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  color: #000000; 
  margin-bottom: 5px;
  align-items: center;
  text-decoration: none;
}
.contactbutton a {
  color: #000000;
  text-decoration: none;
}
.contactbutton button {
    width: 170px;
    height: 54px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    margin-right: 20px;
}
.heroSection {
    max-width: 100%;
    background-color: #CC9933;
    color: #000000;
    margin-top: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heroleft {
    display: block;
    margin-top: 20px;
    gap: 15px;  
    margin-left: 50px;
}
.heroleft_text {
    gap: 15px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  .popup-text {
    opacity: 0;
    animation: fadeIn 10s ease-out;
  }
  
 
  .popup-text.show {
    opacity: 1;
  }
  
  .popup-text h1 {
    font-size: 48px;
    font-weight: 700;
    display: block;
    text-align: left;
  }
  
.heroleft_text p {
    font-size: 24px;
    font-weight: 500;
    display: block;
    text-align: left;
}
.heroleft_button {
  display: flex;
  gap: 30px;
  text-align: center;
  
}
.heroleft_buttons button {
    width: 150px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    border: none;
}
.heroleft_button2 {
    background-color: #CC9933;
    border: none;
}
.heroleft_button2 button {
    width: 150px;
    height: 44px;
    background-color: #CC9933;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}
.heroright {
    width: 700px;
    height: 450px;
    box-sizing: border-box;
    padding-right: 5px;
  }
  .heroright img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.aboutcontent {
    display: flex;
    width: 100%;
}
.aboutleft {
    height: 570px;
    width: 100%;
}
.aboutleft img {
   width: 100%;
   height: 500px;
   object-fit: cover;
}
/*pop-out animation */

@keyframes popOut {
    from {
      transform: scale(0.5);
      opacity: 0.5;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  .pop-out {
    opacity: 0.5;
    transform: scale(1);
  }
  
  .stay-visible {
    animation: popOut 5s ease-out;
  }
   
.aboutright {
    margin: 0 10px;
    padding: 10px;
    display: block;
    gap: 10px;
    width: 100%;
    height: 570px;
}
.aboutright h1 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.aboutright p {
    font-size: 20px;
    font-weight: 400;
}
.aboutbutton {
  margin-left: 480px;
  text-align: center;

}
.aboutbutton button {
    width: 160px;
    height: 44px;
    font-size: 20px;
    border-radius: 10px;
    background-color: #CC9933;
    border: none;
    cursor: pointer;
}
.courses .row {
    width: 95%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.courseoutline {
    text-align: center;
    margin-bottom: 20px;
}   
.courseoutline h1 {
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-left: 50px;
    text-align: center;
}
.courseoutline p{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: flex;
    margin-left: 50px;
}
.courselist {
    display: block;
    margin-left: 50px;
    align-items: center;
    cursor: pointer;
}
 .course6 i {
    display: flex;
    margin-left: 50px;
 }
.course6 {
    background-color: #CC9933;
    color: #ffffff;
    width: 576px;
    height: 60px;
    display: flex; 
    border-radius: 10px;
    align-items: center;
    margin-top: 20px;
}
.course6 p {
   font-size: 20px;
   font-weight: 300;
   margin-left: 50px;
}
.coursesImg {
    align-items: center;
    text-align: center;
}
.coursesImg img {
    width: 500px;
    height: 400px;
}
.schedules {
    width: 1100px;
    height: 200px;
    background-color: #f5dd58;
    color: #000000;
    align-items: center;
    display: block;
    margin-left: 100px;
    margin-top: 20px;
    border-radius: 50px;
}
.schedule {
    padding-top: 10px; 
    align-items: center;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.schedulebutton {
    display: flex;
    align-items: center;
    margin-left: 90px;
    gap: 30px;
}
.buttons {
   align-items: center;
  
    text-align: center;

}
.buttons button {
    width: 250px;
    height: 60px;
    font-size: 20px;
    border-radius: 10px;
    background-color: #CC9933;
    border: none;
    cursor: pointer;
}
.buttons1 {
    align-items: center;
    border: 2px solid #CC9933;
     text-align: center;
     border-radius: 10px;
 
 }
 .buttons1 button {
     width: 250px;
     height: 60px;
     font-size: 20px;
     border-radius: 10px;
     background-color: #f5dd58;
     border: 2px solid #CC9933;
     border: none;
     cursor: pointer;
 }
 .back a {
    font-size: 24px;
    font-weight: 500;
    margin-left: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
 }
 .back {
    margin-top: 20px;
 }
 .footer {
    background-color: #CC9933;
    color: #000000;
    padding: 20px 0;
}

.footer p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
}

.footer h1 {
    margin-top: 10px;
    font-size: 32px;
    font-weight: 500;
}

.firstrow img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}



 ABOUT US**
 .aboutUs {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
 }
.abouttext_text h1 {
    margin-top: 20px;
    margin-left: 50px;
    font-size: 32px;
    font-weight: 500;
}
.aboutupper {
    display: flex;
}
.bodyabout p {
    margin-top: 20px;
    margin-left: 50px;
    display: block;
    gap: 30px;
    font-size: 20px;
    font-weight: 400;
}
.bodyabout p ::after {
    margin-right: 40px;
    content: "\00a0";
}
.bodyabout img {
   height: 200px;

}
.bodyabout_2 p {
    margin-left: 50px;
    gap: 30px;
    font-size: 20px;
    font-weight: 400;
}
.missionbox {
    display: block;
    width: 1440px;
    height: 750px;
    background-color: #f5dd58;
    color: #000000;
    margin-top: 20px;
}
.rmacademy {
    background-color: #f5dd58;
    border: 2px dashed #000000;
    width: 250px;
    height: 70px;
    margin-left: 50px;
    align-items: center;
}
.ourmission {
    background-color: #f5dd58;
    border: 2px dashed #000000;
    width: 160px;
    height: 70px;
    margin-left: 150px;
    margin-top: 60px;
    align-items: center;
}
.missiontext {
    width: 1100px;
    height: 120px;
    background-color: #ffffff;
    margin-top: 30px;
    margin-left: 150px;
    border-radius: 30px;
}
.otm {
    background-color: #f5dd58;
    border: 2px dashed #000000;
    width: 250px;
    height: 70px;
    margin-left: 50px;
    align-items: center;
    margin-top: 50px;
}
.rmacademy h1,
.ourmission h1,
.otm h1 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
    margin-left: 20px;
}
.trainingmindset {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    margin-left: 150px;
    border-radius: 50px;
    width: 1100px;
}
.missiontext p,
.trainingmindset p {
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
    margin-left: 20px;
    text-align: center;
}


admission**

.admission {
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    align-items: center;
    overflow-x: hidden;
}
.herosection_admission {
    background-color: #f3dc5d;
    color: #000000;
    margin-top: 30px;
    max-width: 100%;
}
.admissionhero_text {
    display: flex;
    margin-left: 20px;
    align-items: center;

}
.admission_content {
    display: block;
    padding: 10px;
}
.admissionleft p {
    font-size: 20px;
    font-weight: 500; 
    margin-top: 30px;  
}
.admissionleft h1 {
    font-size: 48px;
    font-weight: 700;  
}
.admissionleft p2 {
    font-size: 20px;
    font-weight: 500;   
}
.linesimages img {
    margin-left: 400px;
    align-items: end;
    margin: 0;
}
.admitbutton_box {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.admitbutton {
    font-size: 20px;
 }
 .admitbutton button {
     width: 150px;
     height: 60px;
     font-size: 20px;
     font-weight: 500;
     border-radius: 10px;
     background-color: #CC9933;
     border: none;
     cursor: pointer;
 }
 .admitbutton2 button {
    width: 150px;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #CC9933;
    background-color: #f3dc5d;
    color: #000000;
 }
 .admissionright {
   display: flex;
   gap: 100px;
 }
 .admissionright_1 {
    margin-left: 200px;
    margin-top: 70px;
 }
 .admissionright_2 img {
   height: 400px;
 }
 .section {
    display: block;
    margin-top: 30px;
 }
 /*.welcome {
    margin-left: 400px;
 } /*
 */
 .welcome h1 {
    font-size: 32px;
    font-weight: 700;
    margin-left: 20px;
 }
.welcome_text {
    background-color: #CC9933;
    color: #000000;
    border-radius: 20px;
    align-items: center;
    padding: 20px;
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
    margin-top: 30px;
}
.welcometext {
    max-width: 1200px;
}
.welcometext p {
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
    text-align: start;
}
.signature p {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}
.programsection {
    margin-left: 50px;
    margin-top: 30px;
}
.program h1 {
    font-size: 32px;
    font-weight: 700;
}
.program p {
    font-size: 20px;
    font-weight: 500;
}
.searchprog {
    width: 250px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.searchprog form {
    flex: 1;
    margin-right: 10px; 
    cursor: pointer;
}
.iconbox {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: 2px solid #CC9933;
   border-radius: 5px;
   cursor: pointer;
}
.iconbox i {
    margin-top: 20px;
}
.coursebox {
    height: 100px;
    background-color: #FAE576;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 10px;
}
.coursebox p{
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    margin: 15px;
    cursor: pointer;
}
.direction_head {
    align-items: center;
    display: block;
    margin-left: 50px;
    margin-top: 50px;
}
.direction_head h1 {
    font-size: 32px;
    font-weight: 700;
    padding-top: 20px;
}
.direction {
    width: 100%;
    background-color: #f3dc5d;
    color: #000000;
    display: block;
}
.direction_box {
    display: flex;
    margin-top: 70px;
}
.register {
    background-color: #ffffff;
    width: 250px;
    height: 200px;
    margin-left: 50px;
    display: block;
}
.logobox {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}
.register p{
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    align-items: center;
    margin-top: 10px;
}
.button_register button{
    align-items: center;
    width: 200px;
    height: 40px;
    background-color: #CC6B33;
    color: #000000;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 25px;
    font-size: 20px;
    font-weight: 500;
}
.arrow {
    position: relative;
    width: 40px; 
    height: 40px; 
} 
.ready p{
    font-size: 24px;
    font-weight: 700;
    margin-left: 100px;
    margin-top: 10px;
}
.btn-custom {
    width: 200px;
    background-color: #CC6B33;
    color: #000000;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.btn-custom:hover {
    background-color: #AB5325;
}
.button-container {
    display: inline-block;
    margin-top: 10px;
}
.connected {
    display: block;   
}
.connected h1 {
    font-size: 32px;
    font-weight: 700;
    margin-left: 50px;
}
.connected p {
    font-size: 20px;
    font-weight: 400;
    margin-left: 48px;
}
.subscribe {
    background-color: #ffffff;
    border: 2px solid #CC9933;
    border-radius: 10px;
    padding: 10px;
}
.subscribe form {
    font-size: 20px;
    font-weight: 500;
}
.subscribe .input-group {
    margin-bottom: 10px;
}
.subscribe .input-group-append {
    flex: 0 0 auto;
}
.subscribe button {
    border-radius: 0 10px 10px 0;
    background-color: #CC9933;
    color: #ffffff; 
}


contact***
.contact {
        background-color: #ffffff;
        color: #000000;
        width: 100%;
        align-items: center;
        overflow-x: hidden;
}
.contact_form {
    margin-left: 70px;
}
.contact_form h1 {
    font-size: 32px;
    font-weight: 500;
    margin-top: 40px;
}
.contact_form_box {
    width: 100%;
    max-width: 1100px;
    height: 650px;
    margin-top: 40px;
    background-color: #ffffff;
    display: flex;
    border-radius: 20px;
}
.contact_section1 {
    gap: 30px;
    background-color: #ffffff;
    border: 2px solid #CC9933;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #000000;
}
.contact_section p {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-left: 30px;
}
.contact_names {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 30px;
    border-radius: 5px;
   background-color: #ffffff;
   border: 2px solid #CC9933;
   cursor: pointer;
}
.contact_names input {
    width: 100%;
    height: 40px;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #000000;
    border-radius: 5px;
}
.contact_name1 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 30px;
    border-radius: 5px;
   background-color: #ffffff;
   border: 2px solid #CC9933;
   cursor: pointer;
}
.contact_name1 textarea {
    width: 100%;
    height: 150px;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #000000;
    border-radius: 5px;
}
.contact_button button {
    width: 150px;
    height: 45px;
    margin-top: 20px;
    margin-left: 60px;
    background-color: #CC6B33;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
}
.contact_section2 p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
    margin-left: 20px;
}
.contact_section3 {
    display: block;
    gap: 30px;
    width: 520px;
    background-color: #FAE576;
    color: #000000;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.contact_section3 p {
    font-size: 24px;
    font-weight: 700;
    margin-left: 50px;
    margin-top: 40px;
}
.edgedline {
    border: 2px solid #000000;
    width: 100px;
    margin-left: 50px;
}
.addy {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-left: 50px;
}
.addy p{
    font-size: 20px;
    font-weight: 500;
    align-items: center;
    margin-top: 20px;
}
.contactsection3 p2 {
    font-size: 24px;
    font-weight: 700;
    margin-left: 50px;
}
.contactsection3 p3 {
    font-size: 20px;
    font-weight: 500;
    margin-left: 30px;
     margin-top: 50px;
     align-items: center;
     text-align: center;
}
.contactsection3 {
    align-items: center;
    margin-top: 30px;
    text-align: center;
}

/*@media (max-width: 768px) {
    /* Styles for tablets and smaller devices */
   /* body {
        width: 100%;
        background-color: #ffffff;
        overflow-x: hidden;
        /* overflow-y: hidden; */
       /* align-items: center;
        box-sizing: border-box;
        max-width: 100%;
}
    .container {
        width: 100%;
        max-width: 100%;
    }
    .landingpage {
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        color: #000000;
    }
    .header {
        width: 100%;
        height: 50px;
        background-color: #CC9933;
        display: flex;
        margin-top: 10px;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 40px;
        border-bottom: 2px solid lightgray;
    }
    .brandfeatures {
       display: flex;
       margin-left: 30px;
       gap: 10px;
       align-items: center;
    }
}

@media (max-width: 480px) {
    /* Styles for smartphones and smaller devices 
    body {
        width: 100%;
        background-color: #ffffff;
        overflow-x: hidden;
        align-items: center;
        box-sizing: border-box;
        max-width: 100%;
}

.container {
    width: 480;
    max-width: 100%;
    overflow-x: hidden;
}
.landingpage {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
}
.header {
    width: 100%;
    height: 30px;
    background-color: #CC9933;
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px;
    border-bottom: 2px solid lightgray;
}
.brandfeatures {
   display: flex;
   margin-left: 10px;
   gap: 8px;
   align-items: center;
}
.brandname img {
    width: 30px;
}
.brandfeatures p {
  font-size:10px; 
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.brandfeatures a {
    font-size:10px; 
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  color: #000000; 
  list-style: none;
  align-items: center;
  text-decoration: none;
}
.contactbutton a {
  color: #000000;
  text-decoration: none;
}
.contactbutton button {
    width: 70px;
    height: 23px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}
.heroSection {
    width: 100%;
    background-color: #CC9933;
    color: #000000;
    margin-top: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heroleft {
    display: block;
    margin-top: 8px;
    gap: 5px;  
    margin-left: 15px;
}
.heroleft_text {
    gap: 5px;
}
@keyframes slideFromBottom {
    from {
      opacity: 0;
      transform: translateY(100%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .popup-text {
    opacity: 0;
    animation: slideFromBottom 2s ease-out forwards;
  }
  .popup-text.show {
    opacity: 0;
  }
  .popup-text h1 {
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: left;
}
.heroleft_text p {
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: left;
}
.heroleft_button {
  display: flex;
  gap: 10px;
  text-align: center;
  align-items: center;
}
.heroleft_buttons button {
    width: 110px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    align-items: center;
}
.heroleft_button2 {
    background-color: #CC9933;
    border: none;
}
.heroleft_button2 button {
    width: 100px;
    height: 35px;
    background-color: #CC9933;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.heroright {
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    padding-right: 0px;
  }
  .heroright img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.aboutcontent {
    display: flex;
    width: 100%;
}
.aboutleft {
    height: 300px;
    width: 100%;

}
.aboutleft img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.aboutright {
    margin: 0 10px;
    padding: 5px;
    display: block;
    gap: 10px;
    width: 100%;
    height: 300px;
}
.aboutright h1 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.aboutright p {
    font-size: 12px;
    font-weight: 500;
}
.aboutbutton {
  margin-left: 100px;
  text-align: center;
}
.aboutbutton button {
    width: 100px;
    height: 35px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #CC9933;
    border: none;
    cursor: pointer;
}
.courses {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.courseoutline h1 {
font-size: 20px;
font-weight: 700;
display: flex;
align-items: center;
margin-left: 15px;
text-align: center;
}
.courseoutline p{
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: flex;
    margin-left: 15px;
}
.courselist {
    display: block;
    margin-left: 15px;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}
.course1 i {
    margin-left: 10px;
 }
 .course2 i {
    margin-left: 10px;
 }
 .course3 i {
    margin-left: px;
 }
 .course4 i {
    margin-left: 10px;
 }
 .course5 i {
    margin-left: 10px;
 }
 .course6 i {
    margin-left: 10px;
 }
.course7 i {
   margin-left: 10px;
}
.course8 i {
    margin-left: 10px;
 }
.course1 {
    background-color: #CC9933;
    color: #ffffff;
    width: 300px;
    height: 40px; 
    border-radius: 10px;
    gap: 10px;
}
.course1 p {
   font-size: 14px;
   font-weight: 300;  
   margin-left: 20px;
}
.course6 {
    background-color: #CC9933;
    color: #ffffff;
    width: 300px;
    height: 40px; 
    display: flex; 
    border-radius: 10px;
    align-items: center;
    margin-top: 10px;
}
.course6 p {
   font-size: 14px;
   font-weight: 300;
   margin-left: 30px;
}
.coursesImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.schedules {
    width: 450px;
    height: 130px;
    background-color: #f5dd58;
    color: #000000;
    align-items: center;
    display: block;
    margin-left: 15px;
    margin-top: 20px;
    border-radius: 20px;
}
.schedule {
    padding-top: 5px; 
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.schedulebutton {
    display: flex;
    align-items: center;
    margin-left: 10px;
    gap: 10px;
}
.buttons {
   align-items: center;
    text-align: center;
}
.buttons button {
    width: 130px;
    height: 40px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #CC9933;
    border: none;
    cursor: pointer;
}
.buttons1 {
    align-items: center;
    border: 2px solid #CC9933;
     text-align: center;
     border-radius: 5px;
 
 }
 .buttons1 button {
     width: 130px;
     height: 40px;
     font-size: 12px;
     font-weight: 700;
     border-radius: 10px;
     background-color: #f5dd58;
     border: 1px solid #CC9933;
     border: none;
     cursor: pointer;
 }
 .back a {
    font-size: 16px;
    font-weight: 700;
    margin-left: 380px;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
 }
 .back {
    margin-top: 15px;
 }
 /* .footer {
    width: 100%;
    background-color: #CC9933;
    height: 200px;
    display: flex;
    gap: 5px;
 } */
 /* .firstrow {
    display: block;
    margin-left: 15px;
    margin-top: 10px;
 } 
 .firstrow img {
    height: 50px;
    object-fit: contain;
 }
 /* .firstrow p {
    font-size: 12px;
    font-weight: 500;
 }
 .firstrowp {
    display: block;
    gap: 10px;
 }
 .firstrowp p {
    font-size: 14px;
    font-weight: 500px;
 }
 .secondrow {
    display: block;
    gap: 10px;
    cursor: pointer;
    margin-top: 5px;
 }
 .secondrow h1 {
    font-size: 14px;
    font-weight: 700;
 }
 .secondrow_row {
    display: block;
    align-items: center;
    gap: 30px;
 }
 .secondrow_row p {
    font-size: 12px;
    font-weight: 500;
 }
 .thirdrow {
    display: block;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
 }
 .thirdrow h1 {
    font-size: 14px;
    font-weight: 700;
 }
 .thirdrow_row p {
    font-size: 12px;
    font-weight: 500;
 }
 .fourthrow {
    display: block;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-top: 5px;
 }
 .fourthrow h1 {
    font-size: 14px;
    font-weight: 700;
 }
 .fourthrow_row p {
    font-size: 12px;
    font-weight: 500;
 } 


 **ABOUT US**

 .aboutUs {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
 }
.abouttext_text {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
}
.aboutupper {
    display: flex;
}
.bodyabout {
    margin-left: 15px;
    display: block;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}
.bodyabout p ::after {
    margin-right: 10px;
    content: "\00a0";
}
.imageabout img {
   height: 450px;
   width: 200px;
   object-fit: cover;
}
.bodyabout_2 {
    margin-left: 15px;
    gap: 30px;
    font-size: 14px;
    font-weight: 500;
}
.missionbox {
    display: block;
    width: 100%;
    height: 450px;
    background-color: #f5dd58;
    color: #000000;
}
.rma {
    display: flex;
}
.rmacademy {
    background-color: #f5dd58;
    border: 1px dashed #000000;
    width: 170px;
    height: 40px;
    margin-left: 15px;
    align-items: center;
    margin-top: 20px;
    text-align: center;
}
.rma h1 {
    font-size: 16px;
    font-weight: 500px;
    align-items: center;
    display: flex;
    text-align: center;
    margin-left: 8px;
}
.ourmission {
    background-color: #f5dd58;
    border: 1px dashed #000000;
    width: 120px;
    height: 40px;
    margin-top: 40px;
    align-items: center;
}
.missiontext {
    width: 445px;
    height: 90px;
    background-color: #ffffff;
    margin-top: 30px;
    margin-left: 20px;
    border-radius: 20px;
}
.missiontext_text p {
    align-items: center;
    padding-top: 12px;
    text-align: center;
    font-size: 14px;
    width: 420px;
    margin-left: 10px;
}
.otm {
    background-color: #f5dd58;
    border: 1px dashed #000000;
    width: 170px;
    height: 40px;
    margin-top: 20px;
    align-items: center;
    margin-left: 15px;
}
.otm h1 {
    font-size: 16px;
    font-weight: 500px;
    align-items: center;
    display: flex;
    text-align: center;
    margin-left: 5px;
}
.trainingmindset {
    width: 445px;
    height: 150px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-left: 15px;
    border-radius: 20px;
}
.trainingmindset p {
    align-items: center;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    width: 430px;
    margin-left: 10px;
}

admission**
.admission {
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    align-items: center;
    overflow-x: hidden;
}
.herosection_admission {
    background-color: #f3dc5d;
    color: #000000;
    width: 100%;
    height: 230px;
    margin-top: 10px;
    align-items: center;
}
.admissionhero_text {
    display: flex;
    margin-left: 15px;
}
.admission_content {
    display: block;
}
.admissionleft p {
    font-size: 14px;
    font-weight: 500; 
}
.admissionleft h1 {
    font-size:24px;
    font-weight: 700;  
}
.admissionleft p2 {
    font-size: 14px;
    font-weight: 500;  
    width: 5px; 
}
.linesimages img {
    margin-left: 260px;
    width: 50px;
    object-fit: contain;
}
.admitbutton_box {
    display: flex;
    gap: 10px;
}
.admitbutton {
    font-size: 14px;
 }
 .admitbutton button {
     width: 120px;
     height: 40px;
     font-size: 14px;
     font-weight: 500;
     border-radius: 10px;
     background-color: #CC9933;
     border: none;
     cursor: pointer;
 }
 .admitbutton2 button {
    width: 120px;
    height: 40px;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #CC9933;
    background-color: #f3dc5d;
 }
 .admissionright {
   display: flex;
 }
 .admissionright_1 {
    margin-left: 15px;
    margin-top: 10px;
 }
 .admissionright_1 img {
    width: 70px;
 }
 .admissionright_2 img {
   height: 10px;
   width: 30px;
   margin-top: 150px;
 }
 .welcomesection {
    margin-left: 10px;
    align-items: center;
 }
 .welcome {
    margin-left: 180px;
    display: block;
 }
 .welcome h1 {
    font-size: 24px;
    font-weight: 700;
 }
 .welcome img {
    width: 50px;
     height: 20px;
     margin-left: 10px;
}
.subwelcome p {
  font-size: 14px;
  font-weight: 500;
}
.welcome_text {
    width: 440px;
    height: 420px;
    background-color: #CC9933;
    color: #000000;
    border-radius: 10px;
    align-items: center;
}
.welcometext p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    margin-left: 10px;
    text-align: start;
    width: 420px;
}
.signature p {
    font-size: 14px;
    font-weight: 700;
    margin-left: 130px;
    padding-top: 10px;
    justify-content: center;
}
.programsection {
    margin-left: 15px;
}
.program h1 {
font-size: 24px;
font-weight: 700;
}
.program p {
font-size: 14px;
font-weight: 500;
}
.searchprog {
    width: 180px;
    height: 30px;
    border: 1px solid #CC9933;
    display: flex;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-between;
    margin-left: 220px;
}
.searchprog form {
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    cursor: pointer;
}
.iconbox {
    width: 20px;
    height: 20px;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #CC9933;
   margin-right: 5px;
   border-radius: 3px;
   cursor: pointer;
}
.iconbox i {
    margin-top: 3px;
    margin-left: 3px;
}
.courserow {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-left: 0px;
}
.coursebox {
    width: 140px;
    height: 80px;
    background-color: #FAE576;
    border-radius: 10px;
}
.coursebox p{
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
    padding-left: 5px;
}
.courserow2 {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    margin-left: 0px;
}
.courserow_3 {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    margin-left: 50px;
}
.direction_head {
    align-items: center;
    display: block;
    margin-left: 150px;
    margin-top: 20px;
}
.direction_head h1 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
}
.direction {
    width: 100%;
    height: 310px;
    background-color: #f3dc5d;
    color: #000000;
    display: block;
}
.direction_box {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}
.register {
    background-color: #ffffff;
    width: 135px;
    height: 130px;
    margin-left: 10px;
    display: block;
}
.logobox img {
    width: 50px;
    height: 50px;
    margin-left: 0px;
}
.register p{
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    align-items: center;
}
.button_register button{
    align-items: center;
    width: 100px;
    height: 30px;
    background-color: #CC6B33;
    color: #000000;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 300;
} 
.ready p{
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
}
.button_start button{
    align-items: center;
    width: 200px;
    height: 35px;
    background-color: #CC9933;
    color: #000000;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 100px;
    font-size: 14px;
    font-weight: 500;
}
.connected {
    display: block;   
}
.connected h1 {
    font-size: 20px;
    font-weight: 700;
    margin-left: 15px;
}
.connected p {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    width: 400px;
    text-align: center;
}
.subscribe  {
    width: 250px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #CC9933;
    display: flex;
    border-radius: 5px;
    margin-left: 100px;
    justify-content: space-between;
}
.subscribe form {
    font-size: 14px;
    font-weight: 500;
    margin-top: 7px;
    margin-left: 10px;
}
.subscribe_button button {
    width: 70px;
    height: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #CC9933;
    border: none;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

contact***
.contact {
        background-color: #ffffff;
        color: #000000;
        width: 100%;
        align-items: center;
        overflow-x: hidden;
}
.contact_form {
    margin-left: 15px;
    display: block;
}
.contact_form h1 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
}
.contact_form_box {
    width: 450px;
    height: 650px;
    background-color: #ffffff;
    border: 2px solid #CC9933;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.contact_section1 {
    display: block;
    margin-left: 15px;
    gap: 20px;
    justify-content: space-between;
}
.contact_section p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}
.contact_names {
    width: 180px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #CC9933;
    cursor: pointer;
}
.contact_names form {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.contact_name {
    width: 180px;
    height: 30px;
   border-radius: 5px;
   margin-top: 20px;
   background-color: #ffffff;
   border: 1px solid #CC9933;
   cursor: pointer;
}
.contact_name form {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.contact_name1 {
    width: 180px;
    height: 100px;
   border-radius: 5px;
   margin-top: 20px;
   background-color: #ffffff;
   border: 1px solid #CC9933;
   cursor: pointer;
}
.contact_name1 form {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.contact_button button {
    width: 150px;
    height: 35px;
    margin-top: 20px;
    margin-left: 30px;
    background-color: #CC6B33;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}
.contact_section2 p{
    font-size: 14px;
    font-weight: 200;
    margin-top: 50px;
}
.contact_section3 {
    display: block;
    gap: 30px;
    width: 2000px;
    background-color: #FAE576;
    color: #000000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 5px;
}
.contact_section3 p {
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
    margin-top: 20px;
}
.edgedline {
    border: 1px solid #000000;
    width: 50px;
    margin-left: 20px;
}
.addy {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 15px;
}
.addy p{
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    margin-top: 20px;
}
.contactsection3 p2 {
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
}
.contactsection3 p3 {
    font-size: 14px;
    font-weight: 500;
    margin-left: 30px;
     margin-top: 50px;
     align-items: center;
     text-align: center;
}
.contactsection3 {
    align-items: center;
    margin-top: 30px;
    text-align: center;
}

}*/