.courses .sp-background{
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#sp-top-bar {
  background: transparent;
  color: #aaaaaa;
  padding: 0 0 5px;
  text-align: left;
}
.row.justify-content-center {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
border-radius: 5px 0 0 5px;
}
.view {
  float: right;
}
.social-icons {
  float: left;
}
.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  gap: var(--gap);
  direction: ltr;
}
.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 20s linear infinite;
    animation-direction: normal;
  animation-direction: reverse;
}
.limit p {
  max-width: 70ch;
  text-align: right;
  direction: rtl;
}
@media (max-width: 576px) {
    .limit p {
        max-width: 25ch;
        font-size: 16px;
    }
}
div.scroll {
  display: flex;
  padding: 10px;
  font-weight: bold;
  background: #004669;
  border-radius: 5px;
  align-items: center;
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.5);
  margin: 20px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.limit {
  overflow: hidden;
  white-space: break-spaces;
  text-overflow: ellipsis;
}
ul.social-icons > li:not(:last-child) {
  margin-left: 0;
}
ul.social-icons > li {
  display: inline-block;
  line-height: 1.5;
  margin: 0 50px;
  font-size: 40px;
  float: left;
}

.price {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.price .header {
  background-color: #fff;
  color: #004669;
  font-size: 25px;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.5);
  margin: 20px;
}
.price .nor {
  margin: 20px;
  padding: 0 0 20px;
}
.price .disc {
  margin: 20px;
  color: #ff0000;
  text-decoration: line-through;
}
#counterexp, #countertmpl, #counter {
  color: #fff;
  font-size: 36px;
}
.animet {
  font-size: 28px;
  background: #004669;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
}
body.rtl .sp-megamenu-parent > li.sp-has-child > a::before {
  font-weight: bold;
}
textarea {
  width: 100%;
}
select:not([multiple]) {
  height: auto;
}
.js-editor-tinymce .tox-tbtn.tox-tbtn--select, .toggle-editor.btn-toolbar.float-end.clearfix.mt-3 {
  display: none;
}
.title {
color: #fff;
}
table {
  width: 100%;
  border-collapse: inherit !important;
  border-spacing: 5px;
  margin-top: 10px;
  background: #fff;
}
tbody, tfoot, th, thead, tr {
  border: 1px solid #136F94 !important;
  text-align: center;
}
td {
  border: 1px solid #075c97 !important;
  text-align: center;
  white-space: initial;
  box-shadow: 1px 1px 1px #D2D3D5;
  padding: 5px;
}
th{
  box-shadow: 1px 1px 1px #075c97;
  background-color: #136F94;
  color: #fff;
}
.less {
float: left;
padding: 5px;
  border-radius: 10px;
  background: #fff;
  color: #136F94;
}
#sp-header.header-sticky {
  top: 10px;
  left: 10%;
  width: 80%;
}
html.coming-soon body {
background: #fff;
}
p {
  margin-bottom: 0;
}
.input-group-text {
  border-radius: 0 5px 5px 0 !important;
}
.form-control {
  border-radius: 5px 0 0 5px !important;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  font-weight: bold;
}
.sp-megamenu-parent > li {
  font-weight: bold;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0 15px;
}
.burger-icon > span {
  height: 3px;
}
body.rtl #offcanvas-toggler.offcanvas-toggler-right {
  float: left;
  margin-right: 0px;
  margin-left: 20px;
}
#sp-header {
  box-shadow: none;
}
body {
  background: linear-gradient(135deg, rgba(0, 70, 105, 1.0), rgba(19, 111, 148, 1.0));
}
#sp-header {
  background: #ffffff;
width: 80%;
  margin: 0 auto;
  border-radius: 20px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #136F9 !important;
  font-weight: bold;
}
.animated-heading-text.text-clip .animated-text-words-wrapper::after {
	display: none !important;
}
.animated-text-words-wrapper .animated-text {
    line-height: 1.5;
}
.taccordion {
  background-color: #075c97;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  border-radius: 10px;
  margin-bottom: 10px;
}
.tpanel img {
	margin: 10px auto;
}
.taccordion:after {
  content: '\002B';
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.tactive, .taccordion:hover {
  background-color: rgba(0, 70, 105, 1.0);
}
.tactive {
border-radius: 10px 10px 0 0;
}
.tactive:after {
  content: '\2212';
}
.tpanel {
  padding: 20px;
  display: none;
  overflow: hidden;
  text-align: right;
background-color: rgba(0, 70, 105, 1.0);
  margin-bottom: 10px;
}
