* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    background: #f09ee5;
  background: linear-gradient(
    to left,
    #f09ee5,#fff,#f09ee5);
    justify-content:end;
}

/*------------NAVIGATION -----------*/
.row-nav {
    background: #f09ee5;
  background: linear-gradient(
    to left,
    #f09ee5,#fff,#f09ee5);
    justify-content:end;
}

.nav-item {
    font-size: large;
    font-weight: 700;
}

form {
    position: relative;
    height: 60px;
}

.my-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    padding-bottom: 20px;
    font-size: 25px;
    border: none;
    background: none;
}

.my-search i {
    color: #8611e6;
}

.input-group {
    width: 300px;
}

input {
  width: 100%;
  height: 70%;
  display: block;
  border-radius: 25px;
  font-size: 16px;
  padding: 8px 40px 8px 20px;
  border: none;
  box-shadow: 0 2px 8px 3px black;
}

input:focus {
  outline: none;
}

.navbar-light .navbar-toggler {
    color: rgba(107, 1, 168, 0.55);
    border-color: rgba(163, 4, 255, 0.55);
    border: 1px solid rgba(79, 2, 124, 0.55);;
}

/*------------NAVIGATION END-----------*/
li {
  font-size: large;
  font-weight: 700;
  padding: 5px 10px;
}

.background {
    border-radius: 25px;
    border: 1px solid #000;
    padding-right: 30px;
    margin-bottom: 10px;
}

.welcome {
    margin-right: 50px;
    font-family: 'Meddon', cursive;
    font-size: 60px;
    font-weight: 500;
    color: #873fc1;
    height: fit-content;
    margin-top: -5px;
}

.h1-text {
    font-weight: bolder;
    margin-top: -25px;
}

.instructor {
  font-weight: bolder;
  text-align: center;
  color: #000;
  margin-top: -15px;
}

.text-1 {
    text-align: justify;
    padding: 2px;
}

.col-sm-9.text {
  margin-top: 15px;
  text-align: left;
  padding-left: 50px;
}

.text-wrap {
  margin-right: 30px;
}

a{
    text-decoration: none;
}

p a {
   text-decoration: none;
   color: #fff; 
}

.courses {
    padding: 30px 0 30px 0;
    text-align: center;
    background-color: #7d39b4;
    color: #fff;
}



/*-------Accordion ------------->*/
button.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none !important;
  outline: none !important;
  text-align: left;
  padding: 15px 15px;
  font-size: 18px;
  color:#444;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion-button {
  border-radius: 0 !important;
}

.accordion-item, .accordion-button  {
  border-radius: 0 !important;
}

.no-border {
  border: none;
  background-color: transparent transparent;
}

.accordion-button:after {
  content: '';
  font-family: fontawesome;
  font-size: 24px;
  float: right;
}

.accordion-button.true:after {
  content: '';
  font-family: fontawesome;
  font-size: 24px;
}

.accordion-item {
    background: #f09ee5;
  background: linear-gradient(
    to left,
    #f09ee5,#fff,#f09ee5);
    justify-content:end;
     border: none !important;
     outline: none !important;
}

.accordion-header {
  border: 1px solid #000;
  margin-bottom: 20px;
}

.accordion-body {
  margin-top: -20px;
}

.accordion-content {
  padding: 15px 25px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
/*-------ACCORDION END------------->*/

/*--------UNDER ACCORDION-----------*/
.comingSoon {
  width: 80%;
  padding-left: 65px;
}

.comingSoon h4 {
  padding-bottom: -5px;
  font-size: 24px;
  font-weight: 900;
  color: #7d39b4;
}

.comingSoon p {
  font-size: 20px;
  padding-bottom: 20px;
}

.otherLinks {
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 900;
}

.o-links {
   font-size: 24px;
   font-weight: 900;
   color: #7d39b4; 
}

.other-links a{
  font-size: 18px;
  font-weight: 700;
  color: #7d39b4;
}

.about-text {
    text-align: justify;
    color: #000;
}

.about-text a {
    color: var(--bs-link-color);
    text-decoration: underline;
}
/*--------UNDER ACCORDION END-----------*/
/*--------CAREERS-----------*/
.career-text {
    text-align: left;
}

.career-list, .corp-list {
    text-align: left;
    font-weight: 400;
    color: #000;
}

.corp-h3 {
    text-align: left;
    margin-left: 40px;
}

.pr-title {
    font-weight: 500;
    color: #000;
}

.career-text-center {
    font-size: 16;
    font-weight: 400;
    color: #000;
}

li {
  font-size: large;
  font-weight: 700;
  padding: 5px 10px;
}

.welcome {
    text-align: center;
    font-family: 'Meddon', cursive;
    font-size: 60px;
    font-weight: 500;
    color: #873fc1;
    height: fit-content;
    margin-top: -5px;
}

.h1-text {
    font-weight: bolder;
    margin-top: -25px;
}

.instructor {
  font-weight: bolder;
  text-align: center;
  color: #000;
  margin-top: -15px;
}

.text-1 {
    text-align: justify;
    padding: 2px;
}

.col-sm-9.text {
  margin-top: 15px;
  text-align: left;
  padding-left: 50px;
}

a{
    text-decoration: none;
}

p a {
   text-decoration: none;
   color: #fff; 
}

.courses {
    padding: 30px 0 30px 0;
    text-align: center;
    background-color: #7d39b4;
    color: #fff;
}

/*--------UNDER ACCORDION-----------*/
.comingSoon {
  width: 80%;
  padding-left: 65px;
}

.comingSoon h4 {
  padding-bottom: -5px;
  font-size: 24px;
  font-weight: 900;
  color: #7d39b4;
}

.comingSoon p {
  font-size: 20px;
  padding-bottom: 20px;
}

.otherLinks {
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 900;
}

.o-links {
   font-size: 24px;
   font-weight: 900;
   color: #7d39b4; 
}

.other-links a{
  font-size: 18px;
  font-weight: 700;
  color: #7d39b4;
}

.about-text {
    text-align: justify;
    color: #000;
}

.about-text a {
    color: var(--bs-link-color);
    text-decoration: underline;
}
/*--------UNDER ACCORDION END-----------*/
/*--------CAREERS-----------*/
.career-text {
    text-align: left;
}

.career-list, .corp-list {
    text-align: left;
    font-weight: 400;
    color: #000;
}

.corp-h3 {
    text-align: left;
    margin-left: 40px;
}

.pr-title {
    font-weight: 500;
    color: #000;
}

.career-text-center {
    font-size: 16;
    font-weight: 400;
    color: #000;
}

p.learn {
  font-size: 18px;
}

em.leader {
    padding: 5px 10px;
}

.error {
  color: #FF0000;
}

/*---------CONTACT FORM-----------*/

input,
textarea,
label {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #828282;
}

.my-label {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-control {
    display: block;
    padding-bottom: 10px;
}

.btn-primary {
  margin-bottom: 100px;
  
}

.image-wrap  {
 text-align: center;
}