body{
    direction: rtl !important; 
    text-align: right !important;
}
#header .logo {
    font-size: 30px;
    margin:0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
.me-auto {
    margin-left: auto !important;
}
.me-auto {
    margin-right: 0 !important;
  }
.get-started-btn {
    margin-right: 22px !important;
    background: #ffb700;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}
.about .content ul i {
    font-size: 20px;
    padding-left: 4px !important;
    color: #ffb700;
}
.features .icon-box i {
    font-size: 32px;
    padding-left: 10px !important;
    line-height: 1;
}
.courses .trainer .trainer-profile span {
    padding-right: 10px !important;
    font-weight: 600;
    font-size: 16px;
    color: #5a6c60;
}
.me-md-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}
.text-md-start {
    text-align: right !important;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px !important;
    right:auto !important;
    bottom: 15px;
    z-index: 996;
    background: #ffb700;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}
#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: -1px;
    right: auto;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #ffb700;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    left: -1px !important;
}
.events .card-img {
    width: calc(100% + 60px);
    margin-right: -30px;
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
}
.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right:auto !important;
    left: -68px !important;
    transform: rotate(-45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #ffb700;
    color: #fff;
  }
  .contact .info i {
    font-size: 20px;
    color: #ffb700;
    float: right !important;
    width: 44px;
    height: 44px;
    background: #ecf9f0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  .contact .info h4 {
    padding: 0 60px 0 0 !important;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37423b;
  }
  .contact .info p {
    padding: 0 60px 0 0 !important;
    margin-bottom: 0;
    font-size: 14px;
    color: #657a6d;
  }
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left .75rem center !important;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}  
.form-select:focus {
    border-color: #c2fe86;
    outline: 0;
    box-shadow: 0 0 0 .05rem #ffb700 !important ;
}
.course-details .course-info {
    background: #f6f7f6;
    padding: 22px 15px !important; 
    margin-bottom: 15px;
  }
  .course-details .course-info p {
    margin: 0;
    font-weight: 400 !important;
  }
  .course-details h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 1px;
    background: #ffb700;
    bottom: 0;
    right: 0 !important;
  }