
@font-face {
    font-family: 'NeoSansArabicBold';
    src: url('../Fonts/NeoSansArabicBold.ttf') format('truetype');
    
  }
  @font-face {
    font-family: 'Neo Sans Arabic Regular';
    src: url('../Fonts/Neo Sans Arabic Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Cairo-Black';
    src: url('../Fonts/Cairo-Black.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Cairo-SemiBold';
    src: url('../Fonts/Cairo-SemiBold.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Montserrat-Arabic-Regular';
    src: url('../Fonts/Montserrat-Arabic-Regular.ttf') format('truetype');
  }


*{
    font-family: "Cairo-SemiBold" !important;


}

/********** Template CSS **********/
:root {
    --primary: #00B98E;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}

::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-thumb {
    background: #659d43;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    background: #f1f1f1;
}
body{
    font-family: "Montserrat-Arabic-Regular" !important;
    background-color: white;
}
.back-course{
    background-image: url('../img/wrapper-background.pngnew.png');

}
i{
    font-family: "Font Awesome 5 Free"  !important;
    font-style: normal;
}
.fab{
    font-family: "Font Awesome 5 Brands" !important;
}
p{
    color: #055160;
    text-align: center;
    font-size: 17px;
}

.form-check-input:checked[type="radio"]{
  background-color: #659d43;
  border-color: #659d43;
}
.form-check .form-check-input{
  float: right;
    margin-left: 0.5em;
}
#edit-field-nw-aldblwm--wrapper{
  margin-top: 25px;
}
a:hover{
  color: #659d43 !important;
}
.text-primary {
    color: #659d43 !important;
}
.back-image{
    background-image: url('../img/wrapper-background.pngnew.png');
 
}
.hero-header {
    background: url(../img/bg-bottom-hero.png),url(../img/bg-line.png),url(../img/bg-bottom-hero.png), url(../img/bg-bottom-hero.png), url(../img/bg-bottom-hero.png), url(../img/bg-bottom-hero.png);
    background-position: 0px 40%, right 0 top 0, left 50% top 0, left 50% top 50%, center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #055160 !important;
    position: relative;
    
}
.pagination{
  justify-content:center;
}
.title-layout {
  transform: scale(1);
  animation: pulse 3s infinite;
  border-radius: 3px;
  padding: 1px;
  /* color: white; */
  font-family: "Cairo-SemiBold" !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}
@keyframes pulse {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 #a6bd4b;
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/* .index-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background: url('../img/bg-header-top.png') center center repeat-x;
  z-index: 1000000;
  rotate: 0deg;
} */
.p-title-header{
  line-height: 42px;
}
.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 2s infinite alternate;
}
@keyframes mover{
    0% {
        transform: translateY(0);
    }
    
    100% {
        transform: translateY(-36px);
    }
}


/* #edit-field-halt-aldblwmt-wrapper .register-label{
  display: none;
  }
#edit-field-qrar-aladart-balqbwl-aw-al-wrapper .register-label{
  display: none;

}
.field--name-field-halt-aldblwmt {
margin-top: 10px;
}
.field--name-field-qrar-aladart-balqbwl-aw-al{
  margin-top: 10px;

}
.field--name-field-halt-aldblwmt .form-control:disabled, .field--name-field-halt-aldblwmt  .form-control:read-only{
background-color: white;
border: unset;
}
.field--name-field-qrar-aladart-balqbwl-aw-al .form-control:disabled, .field--name-field-qrar-aladart-balqbwl-aw-al  .form-control:read-only{
  background-color: white;
  border: unset;
} */
/* //ribbon/// */


.ribbon-container-header {
    background: transparent !important;
    position: relative;
    z-index: 1;
  }
  .ribbon-header {
    /* background-image: linear-gradient(211deg, #1c6f39, #05245d 39%, #0a3456 20%, #145446 94%); */
    background-image: url('../img/bg-line.png'), linear-gradient(131deg, #669443 -9%, #05245d, #2D809E 100%, #669443 101%);
    background-size: contain;
    box-shadow: 2px 6px 12px rgba(0,0,0,0.5);
    font-size: 16px;
    line-height: 1.0;
    text-align: center;
    margin: auto;
    padding: 0.25em 0;
    position: relative;
    width: 85%;
    /* width: 20%; */
    bottom: 0px;
  }
  .ribbon-header:before,
  .ribbon-header:after {
    /* border: 1.5em solid #055160; */
    border: 1.5em solid #1d3f56;
    content: '';
    display: block;
    position: absolute;
    bottom: -1em;
    z-index: -1;
  }
  .ribbon-header:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  }
  .ribbon-header:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
    box-shadow: -2px 2px 2px rgba(0,0,0,0.5);
  }
  .ribbon-content-header {
    display: block;
    padding: 0.6875em 0;
  }
  .ribbon-content-header:before,
  .ribbon-content-header:after {
    content: '';
    display: block;
    position: absolute;
    border-style: solid;
    border-color: #055160 transparent transparent transparent;
    bottom: -1em;
  }
  .ribbon-content-header:before {
    left: 0;
    border-width: 1em 0 0 1em;
  }
  .ribbon-content-header:after {
    right: 0;
    border-width: 1em 1em 0 0;
  }
  .ribbon-header a {
    color:white;
    text-decoration: none;
    /* text-shadow: 1px 1px 1px rgba(255,255,255,0.25); */
  }
  .ribbon-header a:hover {
    color: white !important;
  }
  
  .layout-cardbody a{
    color:#0a5563;
        font-size: 1.25rem;
  }
  
#edit-field-nw-almwhl--wrapper .fieldset-legend{
  color: #055160;
  font-family: 'Montserrat-Arabic-Regular' !important;
  font-size: 15px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}


  .btn--glow {
    position:relative;
    overflow:hidden;
  }
  
  .btn--glow:before{
    content:'';
    position: absolute;
    left: -20%;
    top:-10%;
    width: 0;
    height: 100%;
    transform: rotate(15deg) scale(1, 2);
    box-shadow: 0 0 30px 15px #659d43;
    animation: button-glow 3000ms ease-in-out infinite;
  }
  @keyframes button-glow {
    0% {
      left: -20%;
    }
    50% {
      left: 120%;
    }
    100% {
      left: 120%;
    }
  }
  
  
  /* //end-ribbon/// */
  .views-table{
    margin-top: 50px;
    margin-bottom: 15px;
  }
.table-responsive table thead{
  background-image: linear-gradient(180deg, #072b5a, #659d43 104%, #055160 48%, #659d43 12%);
}

.table-responsive table thead tr th{
   text-align: center;
}
.table-responsive table tbody tr td{
  text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd){
  color: #093156;
  --bs-table-accent-bg: #f1f1f1;
}
.table-striped>tbody>tr:nth-of-type(even){
  color: #0e6835;
  --bs-table-accent-bg: #f1f1f1;

}

#block-nbu-subtheme-headerregistration .content .form-control{

  background-color: transparent;
  border: unset;

}
a{
  color: #659d43;
}
.imgess{
  clip-path: polygon(46.1731656763% .7612046749%, 47.411809549% .3407417371%, 48.6947380778% .0855513863%, 50% 0, 51.3052619222% .0855513863%, 52.588190451% .3407417371%, 53.8268343237% .7612046749%, 82.1111055711% 12.4769334274%, 83.2842712475% 13.0554747147%, 84.3718855375% 13.7821953496%, 85.3553390593% 14.6446609407%, 86.2178046504% 15.6281144625%, 86.9445252853% 16.7157287525%, 87.5230665726% 17.8888944289%, 99.2387953251% 46.1731656763%, 99.6592582629% 47.411809549%, 99.9144486137% 48.6947380778%, 100% 50%, 99.9144486137% 51.3052619222%, 99.6592582629% 52.588190451%, 99.2387953251% 53.8268343237%, 87.5230665726% 82.1111055711%, 86.9445252853% 83.2842712475%, 86.2178046504% 84.3718855375%, 85.3553390593% 85.3553390593%, 84.3718855375% 86.2178046504%, 83.2842712475% 86.9445252853%, 82.1111055711% 87.5230665726%, 53.8268343237% 99.2387953251%, 52.588190451% 99.6592582629%, 51.3052619222% 99.9144486137%, 50% 100%, 48.6947380778% 99.9144486137%, 47.411809549% 99.6592582629%, 46.1731656763% 99.2387953251%, 17.8888944289% 87.5230665726%, 16.7157287525% 86.9445252853%, 15.6281144625% 86.2178046504%, 14.6446609407% 85.3553390593%, 13.7821953496% 84.3718855375%, 13.0554747147% 83.2842712475%, 12.4769334274% 82.1111055711%, .7612046749% 53.8268343237%, .3407417371% 52.588190451%, .0855513863% 51.3052619222%, 0 50%, .0855513863% 48.6947380778%, .3407417371% 47.411809549%, .7612046749% 46.1731656763%, 12.4769334274% 17.8888944289%, 13.0554747147% 16.7157287525%, 13.7821953496% 15.6281144625%, 14.6446609407% 14.6446609407%, 15.6281144625% 13.7821953496%, 16.7157287525% 13.0554747147%, 17.8888944289% 12.4769334274%);
}
.layout-region-registration-main{
  color: #659d43;
    margin-bottom: 7px;
}
.field--name-field-alashtrak-baldwrt-altdryby{
  background-color: white !important;
}
.rounded{
    height: 100%;
}
.icon .img-fluid{
    /* width: 54px; */
    width: 41px;
    max-width: 100%;
    background: #fff;
}
.icon-text{
   color: #659d43 !important;
}
.icon-p{
    color: #055160;

 }
.text-title{
    color: #659d43;
    font-size: 29px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.span-answaretemplate-form {
  color: red;
  padding-left: 0;
  vertical-align: sub;
}

input.form-control:focus {
  box-shadow: unset;
  border-color: #659d43;
}
select.form-select:focus {
  box-shadow: unset;
  border-color: #659d43;
}
textarea.form-control:focus {
  box-shadow: unset;
  border-color: #659d43;
}
.accordion {
  margin-bottom: 14px;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.accordion-button {
  background-image: url(../img/wrapper-background.pngnew.png);
  background-color: white;
  color: #055160 !important;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
  font-family: "Montserrat-Arabic-Regular" !important;
}
.accordion-button:focus{
  background-color: white;
  box-shadow: unset;

}
.accordion-button:not(.collapsed){

  background-color: white;
  box-shadow: unset;
}
.accordion-button::after {
  content: "\F119";
  font-family: 'bootstrap-icons';
  font-size: 23px;
  background-image: unset !important;
  margin: 0;
  color: #659d43;
}
.notification {
  color: white;
  text-decoration: none;
  padding: 15px 26px;
  display: contents;
  border-radius: 2px;
}
.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 7px 9px;
  border-radius: 50%;
  background-color: red;
  color: white;
}
.card-body-title-orange1 {
  color: #659d43;
  font-family: "Montserrat-Arabic-Regular" !important;
}
.card-body-student-p {
  color: #055160;
  text-align: justify;
  font-family: "Montserrat-Arabic-Regular" !important;
}
.card-accordion-student-p {
  color: #659d43;
  margin-bottom: 8px !important;
  margin-top: 13px;
}
.card-accordion-student-p-nested{
  color: #212529;
  text-align: justify;
  font-size: 15px;
  font-family: "Montserrat-Arabic-Regular" !important;
}
.card-body-title-orange{
  font-family: "Montserrat-Arabic-Regular" !important;
}
.icons-student {
  color: #659d43;
  margin-left: 5px;
}
.card-body-title-orange {
  color: #055160;
}
.stars-sudent {
  color: red;
  vertical-align: sub;
}
.a-video{
  color: #055160;
}
.a-video:hover{
  color: #659d43;
}

.videoModal {
  z-index: 102;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
display: none;
  transition: 0.3s ease;
}
.videoModal iframe {
  width: 740px;
  height: 416px;
  transform: scale(0, 0);
  border-radius: 5px;
}
.videoModal.toggle {
  opacity: 1;
  display: flex;
}

.OpenVideo {
  animation: OpenVideo 0.3s ease forwards;
}

@keyframes OpenVideo {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0.4;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
    background: linear-gradient(-20deg, #659d43 3%, #055160 59%,#a6bd4b);
    border-color: unset !important;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    position: relative;
    margin-top: 45px;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    /* position: sticky; */
    position: fixed;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    flex-direction: row-reverse;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free" ;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color:#659d43;
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(-20deg, #659d43 3%, #055160 59%,#a6bd4b);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed #d1dfd9 !important;
}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed #05516082;
    background-image: url(../img/wrapper-background.pngnew.png);
    transition: .5s;
}

.cat-item:hover div {
    /* background-image: linear-gradient(360deg, #1c6f39, #05245d 39%, #0a3456 20%, #145446 94%); */
    background-image: url('../img/bg-line.png'), linear-gradient(161deg, #669443 -9%, #05245d, #2D809E 82%, #669443 101%);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    position: relative;
    /* background-image: url(../img/wrapper-background.pngnew.png); */
    background-image: url('/themes/custom/nbu_subtheme/img/Asset 30.svg');
    /* background-size: cover; */
    background-position: center;
    background-color: white;
}

.property-item img {
    transition: .5s;
    /* height: 10rem; */
    height: 16rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: white;
}


.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    /* border-top: 1px dashed  #659d43  !important; */
    border-top: 4px solid #659d43 !important;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.backimgae-course{
    margin-left: 25% !important;
}
.backimgae-course .backimgae-course-image{
    /* width: 88%; */
    width: 71%;
    display: flex;
    justify-content: center;
    margin: auto;
    height: auto;
}
.course-riboon{
    margin: 0 !important;
    border-radius: 0 0 10px 0;
    /* background: linear-gradient(-20deg, #659d43 3%, #055160 59%,#a6bd4b); */
    background-image: url('../img/bg-line.png'), linear-gradient(161deg, #669443 -9%, #05245d, #2D809E 82%, #669443 101%);
}
.layout{
    direction: rtl;
}
.layout-cardbody{
    text-align: center;
    margin-bottom: 75px;
    direction: rtl;
}
.property-item .border-end {
    border-right: 1px dashed #659d43 !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
}
.password-confirm, .password-field, .password-strength, .password-confirm-match{
  width: 100%;
}
.confirm-parent, .password-parent{
  max-width: 100%;
}
/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}

.page-link{
  color: #055160;
}
.page-item.active .page-link{
  background-color: #055160;
  border-color: #055160;
}
/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed #05516082 !important;

}
.testimonial-carousel .owl-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 10px;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: #659d43;
}
.fw-bold{
    color:#659d43;
}
small {
    
    color: #055160;
}
.bg-primary {
    background-color: #659d43 !important;
}
.border-primary {
    border-color: #659d43 !important;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.bg-light {
    /* background-color: #05516014 !important; */
    background-color: #05516000 !important;
    background-image: url(../img/wrapper-background.pngnew.png);
    border-bottom: 1px solid;
}
.dived{
    background: url('../img/bg-domain.png') center center no-repeat;
}
.owl-carousel .owl-item img{
  width: 50px !important; 
  height: 50px !important;
  }
  .rounded-circle{
        width: 45px;
      height: 45px;
      margin-top: -3px;
  }
  
/* .animate1:before {
    position: absolute;
    content: "";
    right: 16px;
    width: 65px;
    height: 66px;
    background: #0a3555;
    opacity: 0.8;
    border-radius: 8px;
    transform: rotate(45deg);
    z-index: 21;
}
.animate1:after {
    position: absolute;
    content: "";

    left: 16px;
    width: 63px;
    height: 63px;
    background: #9ab83d;
    opacity: 0.9;
    border-radius: 8px;
    transform: rotate(45deg);
    bottom: -85px;
}
.animate2:before {
    position: absolute;
    content: "";
    right: 16px;
    width: 65px;
    height: 66px;
    background: #0a3555;
    opacity: 0.8;
    border-radius: 8px;
    transform: rotate(45deg);
    z-index: 21;
    bottom: -85px;
}
.animate2:after {
    position: absolute;
    content: "";

    left: 16px;
    width: 63px;
    height: 63px;
    background: #9ab83d;
    opacity: 0.9;
    border-radius: 8px;
    transform: rotate(45deg);
} */



/* ///timeline// */
.course-side-bar .course-detailes-sidebar {

    background: white;

    border-radius: 10px;

    box-shadow: 0 0px 6px -1px #a6bd4bb3, 0 2px 1px -1px #a6bd4bb3 !important;

    padding: 1rem;

  }

  .sliders-shadow{

    box-shadow: 0 0px 6px -1px #a6bd4bb3, 0 2px 1px -1px #a6bd4bb3 !important;

  }

  .card-header-sliders-shadow {

    /* background-image: url(../img/bg-top.png),linear-gradient(211deg, #1c6f39, #05245d 39%, #0a3456 20%, #145446 94%); */
    background-image: url('../img/bg-top.png'), linear-gradient(161deg, #669443 -9%, #05245d, #2D809E 82%, #669443 101%);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    border-radius: 14px !important;
    margin-top: -21px;
    color: white;

  }

  .image-course {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
}
.card-ul {
    margin: 0.7rem 0;
    margin-top: 0.7rem;
    color: #5a5b5e;
    border-radius: 10px;
    background: #FFFFFF;
    text-align: justify;
    list-style: none;
    padding: 0;
}
.card-ul li {
    /* box-shadow: 0 0 7px #659d436e; */
    box-shadow: 0 0 2px #05516082;
    border-radius: 10px;
    padding: 9px;
    margin-bottom: 10px;
}

.card-body-cardul {
    color: #114b4a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Montserrat-Arabic-Regular" !important;
}
.card-body-cardul-span {
    color: #659d43;
    text-align: start;
    font-family: "Montserrat-Arabic-Regular" !important;
}
 
.btn-save {
    color: white !important;
    transform: scale(1);
    animation: pulse 3s infinite;
    /* background: url(../img/bg-top.png),linear-gradient(42deg, #0e6835 89%,#055160 72%,#659d43 57%,#a6bd4b 66%); */
    background: url(../img/bg-top.png),linear-gradient(-20deg, #659d43 3%, #055160 59%,#a6bd4b);
    background-size: cover;
    font-family: "Montserrat-Arabic-Regular" !important;
    border: unset;
}
.btn-save:hover{
    color: white !important;
  
}

.sahdow-student-layout {
    /* box-shadow: #99b569 0px 0px 6px 0px !important; */
    box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    border-radius: 10px !important;
    border: unset;
    position: sticky;
    top: 160px;
}
.shadow-card{
    /* box-shadow: #99b569 0px 0px 6px 0px !important; */
    box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    border-radius: 10px !important;
    border: unset;
    background-color: white;
    padding-bottom: 27px;
}
.icons-awsame {
    color: #d1dfd9;
    font-size: 15px;
}
.breadcrumb {
    display: flex;
    justify-content: center;
}
.breadcrumb-item a{
    color: #a6bd4b;
}
.hero-header-pageinternal{
    position: relative;
    /* background-image: url(../img/bg-line.png),linear-gradient(211deg, #1c6f39, #05245d 39%, #0a3456 20%, #145446 94%); */
    background-image: url('../img/bg-line.png'), linear-gradient(161deg, #669443 -9%, #05245d, #2D809E 82%, #669443 101%);
    background-repeat: repeat-x;
    background-size: unset;
}

.hero-header-pageinternal:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: -1px;
    left: 0;
    background: url(../img/bg-header-top.png) center center repeat-x;
    /* z-index: 1000000; */
    rotate: 180deg;
}
.directionrow{
    flex-direction: row-reverse;
}

.course-detailes{

    list-style: none;

    padding: 0;

}

.course-detailes-li {

    margin: .7rem 0;

    margin-top: 0.7rem;

  color: #5a5b5e;

  padding: 9px;

  border-radius: 10px;

  background: #FFFFFF;

  box-shadow: 0 0 7px #659d436e;

}

.course-side-bar ul.course-detailes li span{

    color: #0A0A41;

font-weight: bold;

font-size: .75rem;

margin: 5px 0;

}

.field-main-tracks{

    font-size: 13px;

}

.sidbar{

    border-radius: 10px;

}

.all-page-image{

    align-items: center;

}

.handing-title{

    color: #659d43 !important;

    font-size: 18px;

    font-family: 'NeoSansArabicBold';

}

.field-learning-path-media-image img{

    border-radius: 10px;

}

.course-side-bar {

   

    position: sticky;

    top: 160px;

  }

  .training-info{

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

  }

 

.timelins-title {

    position: relative;

    margin-top: 30px;

    width: 100%;

    text-align: center;

  }

 

  .timeline {

    position: relative;

    width: 100%;

    padding: 30px 0;

    direction: ltr;

  }

 

  .flexable-timeline-p{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-top: 10px;

  }

  .timeline .timeline-container {

    position: relative;

    width: 100%;

  }

 

  .timeline .timeline-end,

  .timeline .timeline-start,

  .timeline .timeline-year {

    position: relative;

    width: 100%;

    text-align: center;

    z-index: 1;

  }

 

  .timeline .timeline-end p,

  .timeline .timeline-start p,

  .timeline .timeline-year p {

    display: inline-block;

    width: 80px;

    height: 80px;

    margin: 0;

    padding: 18px 0;

    text-align: center;

    background-image: linear-gradient(176deg,#055160 57%,#659d43);

    border-radius: 100px;

    box-shadow: 0 0 5px rgba(0, 0, 0, .4);

    color: #ffffff;

    font-size: 14px;

    text-transform: uppercase;

  }

  .end-timeline{

    padding: 29px 0 !important;

  }

 

  .timeline .timeline-year {

    margin: 30px 0;

  }

 

  .timeline .timeline-continue {

    position: relative;

    width: 100%;

    padding: 60px 0;

  }

 

  .timeline .timeline-continue::after {

    position: absolute;

    content: "";

    width: 1px;

    height: 100%;

    top: 0;

    left: 50%;

    margin-left: -1px;

    background:#dddddd;

  }

 

  .timeline .row.timeline-left,

  .timeline .row.timeline-right .timeline-date {

    text-align: right;

  }

 

  .timeline .row.timeline-right,

  .timeline .row.timeline-left .timeline-date {

    text-align: left;

  }

 

  .timeline .timeline-date {

    font-size: 14px;

    font-weight: 600;

    margin: 41px 0 0 0;

  }

 

  .timeline .timeline-date::after {

    content: '';

    display: block;

    position: absolute;

    width: 14px;

    height: 14px;

    /* top: 45px; */

    background-image: linear-gradient(176deg,#659d6d 57%,#dee2e6);

    box-shadow: 0 0 5px rgba(0, 0, 0, .4);

    border-radius: 15px;

    z-index: 1;

  }

 

  .timeline .row.timeline-left .timeline-date::after {

    left: 49%;

  }

 

  .timeline .row.timeline-right .timeline-date::after {

    right: 49%;

  }

 

  .timeline .timeline-box,

  .timeline .timeline-launch {

    position: relative;

    display: inline-block;

    margin: 15px;

    padding: 20px;

    border: 1px solid #dddddd;

    border-radius: 6px;

    background: #ffffff;

    direction: rtl;

    width: 90%;

    box-shadow: 0 0 7px #659d436e;

  }

 

  .timeline .timeline-launch {

    width: 100%;

    margin: 15px 0;

    padding: 0;

    border: none;

    text-align: center;

    background: transparent;

    box-shadow: unset;

  }

 

  .timeline .timeline-box::after,

  .timeline .timeline-box::before {

    content: '';

    display: block;

    position: absolute;

    width: 0;

    height: 0;

    border-style: solid;

  }

 

  .timeline .row.timeline-left .timeline-box::after,

  .timeline .row.timeline-left .timeline-box::before {

    left: 100%;

  }

 

  .timeline .row.timeline-right .timeline-box::after,

  .timeline .row.timeline-right .timeline-box::before {

    right: 100%;

  }

 

  .timeline .timeline-launch .timeline-box::after,

  .timeline .timeline-launch .timeline-box::before {

    left: 50%;

    margin-left: -10px;

  }

 

  .timeline .timeline-box::after {

    top: 26px;

    border-color: transparent transparent transparent #ffffff;

    border-width: 10px;

  }

 

  .timeline .timeline-box::before {

    top: 25px;

    border-color: transparent transparent transparent #dddddd;

    border-width: 11px;

  }

 

  .timeline .row.timeline-right .timeline-box::after {

    border-color: transparent #ffffff transparent transparent;

  }

 

  .timeline .row.timeline-right .timeline-box::before {

    border-color: transparent #dddddd transparent transparent;

  }

 

  .timeline .timeline-launch .timeline-box::after {

    top: -20px;

    border-color: transparent transparent #dddddd transparent;

  }

 

  .timeline .timeline-launch .timeline-box::before {

    top: -19px;

    border-color: transparent transparent #ffffff transparent;

    border-width: 10px;

    z-index: 1;

  }

 

  .timeline .timeline-box .timeline-icon {

    position: relative;

    width: 40px;

    height: auto;

    float: left;

  }

 

  .timeline .timeline-icon i {

    font-size: 22px;

    color: #a6bd4b;

  }

  .svg-icons-timeline{

    font-size: 22px;

    color: #a6bd4b;

  }

 

  .timeline .timeline-box .timeline-text {

    position: relative;

    width: calc(100% - 40px);

    float: left;

  }

 

  .timeline .timeline-launch .timeline-text {

    width: 100%;

  }

 

  .timeline .timeline-text h3 {

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 3px;

    text-align: center;

    font-family: "Montserrat-Arabic-Regular" !important;

    color: #659d43;

  }

 

  .timeline .timeline-text p {

    font-size: 14px;

    font-weight: 400;

    margin-bottom: 0;
    font-family: "Montserrat-Arabic-Regular" !important;

  }

 

  @media (max-width: 768px) {

    .timeline .timeline-continue::after {

      left: 40px;

    }

 

    .timeline .timeline-end,

    .timeline .timeline-start,

    .timeline .timeline-year,

    .timeline .row.timeline-left,

    .timeline .row.timeline-right .timeline-date,

    .timeline .row.timeline-right,

    .timeline .row.timeline-left .timeline-date,

    .timeline .timeline-launch {

      text-align: left;

    }

 

    .timeline .row.timeline-left .timeline-date::after,

    .timeline .row.timeline-right .timeline-date::after {

      left: 47px;

    }

 

    .timeline .timeline-box,

    .timeline .row.timeline-right .timeline-date,

    .timeline .row.timeline-left .timeline-date {

      margin-left: 55px;

    }

 

    .timeline .timeline-launch .timeline-box {

      margin-left: 0;

    }

 

    .timeline .row.timeline-left .timeline-box::after {

      left: -20px;

      border-color: transparent #ffffff transparent transparent;

    }

 

    .timeline .row.timeline-left .timeline-box::before {

      left: -22px;

      border-color: transparent #dddddd transparent transparent;

    }

 

    .timeline .timeline-launch .timeline-box::after,

    .timeline .timeline-launch .timeline-box::before {

      left: 30px;

      margin-left: 0;

    }

  }


  .titlesection  {
    position: relative;
    display: inline-block;
    color: #659d43;
    text-align: center;
    width: 100%;
    margin-bottom: 27px;
    font-size: 17px;
  }
  .titlesection:before, .titlesection:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #e1e1e1;
    margin: 0 15px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
.alert{
  position: absolute;
  top: 10%;
}
  .alert-danger {
    color: white;
    background-color: red;
    border-color: red;
}

  @keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #a6bd4b;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
 

/* ///timeline end/// */

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 16px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.bg-dark-footer{
    /* background-image: linear-gradient(211deg, #1c6f39, #05245d 39%, #0a3456 20%, #145446 94%) !important; */
    background-image: url('../img/bg-line.png'), linear-gradient(161deg, #669443 -9%, #05245d, #2D809E 82%, #669443 101%) !important;
    background-position: center;

}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.image-footer{
    height: 50px;
    width: auto;
    margin-left: 1rem;
}


@media (min-width: 992px){


.navbar-expand-lg .navbar-nav {
    flex-direction: row-reverse;
}


}



  