/* --------------------------------------
@Author: ThemeMascot
@URL: http://themeforest.net/user/ThemeMascot
----------------------------------------- */
/*
 * rtl.less
 * -----------------------------------------------
*/
html,
body {
  direction: rtl;
}
html[dir="rtl"] {
  /*
	.boxed-layout {
		.header {
			margin-left: 0;
			margin-right: 0;
		}
	}
	*/
}
html[dir="rtl"] .icon-box.left a {
  margin-left: 0px;
  margin-right: 0;
}
html[dir="rtl"] .attorney .content {
  padding-right: 30px;
}
html[dir="rtl"] .section-title.title-border {
  border-left: 0;
  border-right: 4px solid #bf9e58;
}
html[dir="rtl"] .panel-group .panel-title a::after {
  left: auto;
}
html[dir="rtl"] .blog-posts .post .entry-content .post-date.right {
  right: auto;
}
html[dir="rtl"] .post .entry-meta.meta-absolute {
  left: auto;
}
html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  margin-right: -20px;
}
html[dir="rtl"] .checkbox-inline,
html[dir="rtl"] .radio-inline {
  padding-right: 20px;
}
html[dir="rtl"] .owl-controls .owl-prev {
  left: 0;
  right: auto;
}
html[dir="rtl"] .owl-controls .owl-next {
  right: 0;
  left: auto;
}
html[dir="rtl"] .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev {
  right: auto;
}
html[dir="rtl"] .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
  right: auto;
}
html[dir="rtl"] .blog-posts .post.style1 .entry-header .entry-date.entry-date-absolute {
  right: auto;
}
html[dir="rtl"] #flickr-feed img {
  float: right;
}
html[dir="rtl"] .menuzord-menu {
  float: right;
}
html[dir="rtl"] .menuzord-menu.menuzord-right {
  float: left;
}
html[dir="rtl"] .menuzord-brand {
  margin-right: 0;
  margin-left: 30px;
}
html[dir="rtl"] .menuzord-menu > li {
  float: right;
}
html[dir="rtl"] .search-form-wrapper form label {
  left: 11px;
  right: auto;
}
html[dir="rtl"] .search-form-wrapper form label::before {
  left: 13px;
  right: auto;
}
html[dir="rtl"] .line-bottom-theme-colored-2::after {
  right: 0px;
}



p.auth-info {
  /* text-align: center; */
  /* vertical-align: middle; */
}

p.auth-info a {
  margin-top: .8rem;
  padding: 4px 12px;
}

p.auth-info * {
  display: inline-block;
  vertical-align: middle;
}

p.auth-info span , p.auth-info b {
  margin-inline: 0.5rem;
  margin-top: 0.8rem;
}
p.auth-info * {
    vertical-align: middle;
    display: inline-block;
}


.payment-options {
  /* display: flex; */
  justify-content: space-around;
  margin-top: 2rem;
  gap:1rem;
}

.option_item {
  border-radius: 7px;
  padding: 20px;
  text-align: right;
  border: 1px solid #ccc;
  min-width: 300px;
  transition: all 0.4s ease 0s;
  margin-bottom: 1.5rem;
  cursor: pointer;
  flex:1;
}

.option_item img {
  /* display: block; */
  /* max-width: 34px; */
  margin-left: 0.8rem;
  max-height: 40px;
}

.option_item span {
  font-size: 20px;
  color: #333;
}

.option_item:hover {
  background: #f3f3f3;
}

.option_item * {
  display: inline-block;
  vertical-align: middle;
}

.site-section.error-page {
  text-align: center;
  margin:4rem 0px;
}

.site-section.error-page * {
  text-align: center;
}

.site-section.error-page img {
  width: 640px;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}


.register-item , .cer-item {
  border: 1px solid #ccc;
  text-align: center;
  padding-bottom: 0.8rem;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 6px;
  box-shadow: 1px 2px 10px #f3f3f3;
}


.cer-item {
    border-right: 8px solid #1d79a4;
    text-align: right;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    margin: 1rem;
    margin-top: 0px;
}
.register-item img {
  margin-bottom: 0.8rem;
}

.register-item h5 {
  padding: 0px 0.8rem;
}



.register-item .badge {
  padding: 6px 12px;
  display: inline-block;
  margin: .8rem  0pc;
  /* display: block; */
  max-width: 120px;
  width: fit-content;
  margin-right: 1rem;
  font-size: 8px !important;
  border-radius: 4px;
}

body img.site-logo {
  margin: 1.5rem 1rem;
} 

.site-header {
    display: flex;
    align-items: center;
    flex: 1 3;
    justify-content: space-around;
}

@media screen and (max-width: 570px ) {
body .header-logo {
    margin: 1rem 0px;
}

body .site-header {
    display: block;
    padding-bottom: 2rem;
    background: #fff;
}
  body ul.menuzord-menu {
    display: none;
}



body nav#menuzord {display: block;float: left;}
  body .partner-item {
    margin: 1rem 0px;
}

body .clients .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  body p.auth-info span , p.auth-info a {
    display: block;
    margin: 0.5rem auto !important;
    width: 100%;
    text-align: center;
    max-width: 200px;
}

body p.auth-info {
    text-align: center;
}

body .auth-info b {
    margin-bottom: 0.8rem;
}
  ul#myTab {
  display: flex;
}

ul#myTab li {
  flex: 1;
}


  body 
  .menu-header{
    display: block;
  }

  .header-middle.p-0.bg-lightest.xs-text-center > .container {
    padding-bottom: 0px !important;
}
  body .option_item  img{
    max-width:50px;
}
  body .option_item  {
    min-width:auto;
}

body .option_item span{
    font-size:18px;
}
}
  




@-webkit-keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: green;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #FFF;
}

#successAnimationResult {
  fill: green;
  opacity: 0;
}

#successAnimation.animated {
  -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
          animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimation.animated #successAnimationCircle {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationCheck {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationResult {
  -webkit-animation: 0.3s linear 0.9s both fadeIn;
          animation: 0.3s linear 0.9s both fadeIn;
}

div#response-animation {
  text-align: center;
}


/*  error animation   */



.circle,
.circle-border {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.circle {
  z-index: 1;
  position: relative;
  background: white;
  transform: scale(1);
  animation: success-anim 700ms ease;
}

.circle-border {
  z-index: 0;
  position: absolute;
  transform: scale(1.1);
  animation: circle-anim 400ms ease;
  background: #f86;
}

@keyframes success-anim {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circle-anim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.1);
  }
}
.error::before,
.error::after {
  content: "";
  display: block;
  height: 4px;
  background: #f86;
  position: absolute;
}

.error::before {
  width: 40px;
  top: 48%;
  left: 16%;
  transform: rotateZ(50deg);
}

.error::after {
  width: 40px;
  top: 48%;
  left: 16%;
  transform: rotateZ(-50deg);
}
.erorr-animation {
  margin: 1rem auto;
  width: fit-content;
}


.price-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-div a {
  background: transparent !important;
  border: 0px;
  color: #1f70a3 !important;
  font-weight: bold;
  text-decoration: underline;
}

.price-div h3 {
  font-size: 20px;
}

.course-main-info {
  display: flex;
  align-items: flex-start;
}

.course-main-info li {
  flex: 1;
  text-align: center;
  align-items: flex-start;
}

ul#myTab {
  display: flex;
  margin-top: 2rem;
}

ul#myTab li {
  flex: 1;
}

ul.course-info-list.font-14.mt-20 li {
  display: flex;
  width: 100%;
  align-items: center;
}

ul.course-info-list.font-14.mt-20 span.course-info-title {
  flex: 1;
  min-width: 164px;
}

ul.course-info-list.font-14.mt-20 span.course-info-details {
  flex: 2;
}

.header-middle.p-0.bg-lightest.xs-text-center {
  border-bottom: 1px solid #ded;
}

.value.pull-right.flip.bg-theme-colored2.text-white.closed {
  background: #1f70a3;
  border-radius: 3px;
}


.nine h1 {
  text-align:center; font-size:50px; text-transform:uppercase; color:#222; letter-spacing:1px;
  font-family:"Playfair Display", serif; font-weight:400;
}
.nine h1 span {
  margin-top: 5px;
    font-size:15px; color:#444; word-spacing:1px; font-weight:normal; letter-spacing:2px;
    text-transform: uppercase; font-family:"Raleway", sans-serif; font-weight:500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h1 span:after,.nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
  background-color:#f8f8f8;
}











:root {
  --screen-width: 100vw;
  --screen-height: 100vh;
  --header-bg-color: #673ab7;
  --splash-bg-color: #1e70a3;
}

.nav__toggle {
  display: inline-block;
  position: absolute;
  z-index: 10;
  padding: 0;
  border: 0;
  background: #fff;
  outline: 0;
  right: 21px;
  color: #3c3c3c;
  top: -5px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.15s linear;
}
.nav__toggle:hover, .nav__toggle:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.nav__menu {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: var(--screen-height);
  position: absolute;
  z-index: 5;
  visibility: hidden;
  transition: all 0.1s ease 0s;
  /* right: 50%; */
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.nav__item {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}
.nav__item:nth-child(1) {
  transform: translateY(-40px);
}
.nav__item:nth-child(2) {
  transform: translateY(-80px);
}
.nav__item:nth-child(3) {
  transform: translateY(-120px);
}
.nav__item:nth-child(4) {
  transform: translateY(-160px);
}
.nav__item:nth-child(5) {
  transform: translateY(-200px);
}
.nav__link {
  color: white;
  display: block;
  text-align: center;
  text-transform: uppercase;
  /* letter-spacing: 5px; */
  font-size: 1.25rem;
  text-decoration: none;
  padding: 1rem;
}
.nav__link:hover, .nav__link:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.menuicon {
  display: block;
  cursor: pointer;
  color: #333;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menuicon__bar, .menuicon__circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.menuicon__bar {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-in-out;
}
.menuicon__circle {
  transition: stroke-dashoffset 0.3s linear 0.1s;
  stroke-dashoffset: 144.513262038;
  stroke-dasharray: 144.513262038;
}

.splash {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 1px;
  height: 1px;
  z-index: 1;
}
.splash::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: var(--splash-bg-color);
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}

.nav:target > .splash::after,
.nav--open > .splash::after {
  transform: scale(1);
}
.nav:target .menuicon,
.nav--open .menuicon {
  color: white;
  transform: rotate(180deg);
}
.nav:target .menuicon__circle,
.nav--open .menuicon__circle {
  stroke-dashoffset: 0;
}
.nav:target .menuicon__bar:nth-child(1), .nav:target .menuicon__bar:nth-child(4),
.nav--open .menuicon__bar:nth-child(1),
.nav--open .menuicon__bar:nth-child(4) {
  opacity: 0;
}
.nav:target .menuicon__bar:nth-child(2),
.nav--open .menuicon__bar:nth-child(2) {
  transform: rotate(45deg);
}
.nav:target .menuicon__bar:nth-child(3),
.nav--open .menuicon__bar:nth-child(3) {
  transform: rotate(-45deg);
}
.nav:target .nav__menu,
.nav--open .nav__menu {
  visibility: visible;
  height: var(--screen-height);
}
.nav:target .nav__item,
.nav--open .nav__item {
  opacity: 1;
  transform: translateY(0);
}

body {
  /* background-color: #d7d7d7; */
  /* font-family: "Roboto"; */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.viewport {
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  background-color: white;

  width: var(--screen-width);
    height: var(--screen-height);
}

.header {
  /* height: 5rem; */
  /* background-color: var(--header-bg-color); */
}

.main {
  padding: 20px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  grid-auto-rows: 130px;
  grid-gap: 20px;
}
.gallery__item {
  height: 100%;
  background-color: #d8d8d8;
}
ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  .gallery__item:hover, .gallery__item:focus {
  background-color: #a4a4a4;
}

body.opened {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.menu-header{
  display: none;
}

.course-item-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #eeeeee7a;
  margin-top: 1rem;
  padding-top: 1rem;
}

.course-item-footer div {
  flex: 1;
  justify-content: center;
}

.course-item-footer i {
  margin-left: 5px;
  font-size: 18px !important;
  color: #333 !important;
}

.course-item-footer .footer {
  font-size: 21px;
}

.course-item-footer .price {
  font-size: 23px;
  /* color: #111; */
}

.course-top-part a h3 {
  font-size: 20px !important;
}

.course-single-item {
  border-radius: 13px;
  /* border: 1px solid #eee; */
  box-shadow: 0px 6px 24px rgb(215 216 222 / 24%);
  margin-bottom: 1.5rem;
  border: 1px solid #eee;
}

ul.menuzord-menu.menuzord-indented {
  margin-top: 20px;
}
.title-centered {
    text-align: center;
}

html[dir="rtl"] .line-bottom-theme-colored-2.title-centered::after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: -18px;
}

.page-section {
  margin: 3rem auto;
}



.site-header .btn-colored {
  margin-right: 20px;
}

.pd-section {
  padding: 1.5rem;
}

span.badge.badge-success {
    background: #2fb72f;
}



.register-item .badge {
    /* position: absolute; */
    top: -25px;
    right: -17px;
    padding: 10px 6px;
    /* border-radius: 50%; */
}

span.badge.badge-danger {
    background: #ea4c4c;
}

.register-item.approved {
    border-right: 8px solid #1ac51a;
}

.register-item.rejected {
       border-right: 8px solid #e44661;
}

.register-item.pending {
  border-right: 8px solid #3b3839;
}




.register-item.paused {
   border-right: 8px solid #f3a521;
}

ul.nav.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

ul.nav.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

div#TabbyPromo {
  max-width: fit-content;
  margin: 1rem auto;
}


.cer-detials {
  border: 1px solid #ddd;
  /* padding-top: 1rem; */
}

.cer-detials p {
  display: flex;
  vertical-align: middle;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}

.cer-detials p span {
  flex: 1;
}

.cer-detials p span:first-child {
  text-align: center;
}

.cer-detials p:last-child {
  border-bottom: 0px;
  margin: 0px;
}


img.unavaliable-icon {margin: 1rem auto;display: block;max-width: 256px;margin-bottom: 2.5rem;}

.register-option-item label {
  display: block;
  direction: rtl;
  margin: 0px !important;
}

.register-option-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px 0px;
}

.register-option-item:last-child {
  border: 0px;
}

.register-options-container {
  margin: 2.5rem 0px;
}


form#apply-coupon-form {
  border: 1px solid #ddd;
  margin: 1.5rem 0px;
  padding: 1rem;
  border-radius: 5px;
}



.credit-item {
  margin: 16px;
  box-shadow: 1px 2px 10px #eee;
  padding: 16px;
  border: 1px dashed #ddd;
  border-radius: 8px;
  border-right: 8px solid transparent;
}

.credit-item.debit {
  border-right-color: #F44336;
}

.credit-item.credit {
  border-right-color: #4CAF50;
}

.credit-item.debit h2 {
  color: #9d2219;
  margin-bottom: 8px;
}

.credit-item.credit h2 {
  color: #144642;
  margin-bottom: 8px;
}

.credit-item p {
  color: #555;
  margin: .5rem 0px;
}

.bordered-box {
  border: 1px dashed #ccc;
  padding: 16px;
  border-radius: 6px;
}

.package-single-item {
  margin-bottom: 1rem;
}

img.home-slider-img {
  max-height: 600px;
  margin: 0px auto;
}

.home-slider .splide__slide {
  text-align: center;
}

.home-slider a.slide-action {
  display: block;
  background: #1e75a2;
  color: #fff;
  max-width: 200px;
  margin: 1rem auto;
  padding: 8px 16px;
  border-radius: 8px;
}

.splide__pagination__page.is-active {
  background: #333;
}

 .old-price {
  /* display: block; */
  position: relative;
  overflow: hidden;
  width: fit-content;
  /* transform: rotate(45deg); */
  opacity: .8;
}


.saudi-riyal {
  margin-right: 0rem;
  align-self: center;
  display: inline-block;
}

.justify-center{
  justify-content: center;
}

.saudi-riyal  g{
  fill: #555;;
}
.flex-center{
  display: flex;
  align-items: center;
  /* justify-content: center; */

}

 .old-price:before {
  content: "";
  height: 2px;
  width: 100%;
  background: red;
  position: absolute;
  transform: rotate(-10deg);
  top: 50%;
  opacity: .5;
}

.flex-column{
  flex-direction: column;
}
span.course-info-details.price {
  display: flex;
  flex-direction: column;
}