:root {
  --black             : #212529;
  --black-light       : #404553;
  --blue              : #3764EB;
  --blue_bark         : #004E97;
  --blue-dark         : #131f35;
  --blue-border       : #5EA9DD;
  --blue-light        : #F8F9FF;
  --green             : #67C15E ;
  --white             : #ffffff;
  --white-2           : #F9F9F9;
  --yellow            : #FFFF00;
  --font-sub-title    : #AEAEAE;
  --font-p            : #808080;
  --gary-line         : #DBDBDB;
  --font-red          : #CE0000;
  --border-color      : #ecedf2; /* #F0F0F0 */
  --border-color-2    : #F0F0F0;
  --border-color-3    : #d7d7d7;
  --bg-color          : #F7f7f7;
}
a{
  text-decoration: none !important;
}

h2, .h2 {
    font-size: 25px;
}
p{
  color:#222222;
  font-size: 14px;
  font-weight: 300;
}
body{
font-family: "Tajawal", sans-serif;
direction: rtl;
text-align: right;
}
header .logo{
width: 140px !important;
}
.navbar-light .navbar-nav .nav-link{
  font-family: "Tajawal", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color:#222222;
}
.navbar-light .navbar-nav .nav-link.-register{
  font-size: 12px !important;
  margin-top: 3px;
}
.navbar-light .navbar-nav .active > .nav-link{
    color:#683795 !important;
}
.navbar-nav {
  float: left !important;
}
#navbarSupportedContent .navbar-nav .dropdown .dropdown-toggle::after{
  display: none;
}
.div-container-video{
  position: relative; display:block; 
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
}
.div-container-video video{
  height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1, 1);
    display: block;
}
.form-inline .form-control{
    border-radius: 15px;
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #f0f0f0;
    width: 100%;
    min-width: 350px;
}
.-register{
  background-color: #ef8022;
  color: #FFF !important;
  border-radius: 15px;
  font-size: 12px !important;
}
/* Footer Style */

footer{
    background-color: #f8f8f8;
    padding: 40px 0px 0px;
}
footer .item{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
footer .item h2{
    font-size: 20px;
}
footer .item img{
    width: 40px;
    margin-bottom: 10px;
}
footer .col-md-2{
  text-align: right;
}
footer .item p{
    direction: ltr;
    color:#222222;
    font-size: 12px;
    margin-top: 10px;
    line-height: 22px;
}
footer .footer-down{
    background-color: #FFF;
    padding: 20px 0px;
}
footer .footer-down .logo{
    width: 100px;
}
footer .footer-down ul {
    display: inline-block;
    margin: 0px;
    text-align: center;
    padding: 0px;
}
footer .footer-down ul li{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}
footer .footer-down ul li a{color :#222222; margin-left: 10px; margin-right: 10px;padding-top: 10px;  padding-bottom: 10px;  display: inline-block;}

footer .footer-down ul li img{
    width: 19px;
}
footer .item img {
  width: 40px !important;
  height:40px !important;
  margin-bottom: 10px;
}
footer .item {
  text-align: center !important;
  margin-top: 30px !important;
  margin-bottom: 50px !important;
  box-shadow: none !important;
  background: none !important; 
}

footer .footer-down .social-icons ul li a{
    margin: 0px 4px;
}
.accordion-header button{
  font-size: 13px;
  padding: 18px 15px;
  width: 100%;
  text-align: right;
  border:none;
  background-color: #F5F5F5;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #606060;
  border-radius: 14px;
}
.ul-coming-soon{
  padding: 0px 5px !important;
  margin: 0px;
}
.ul-coming-soon li{
  display: block !important;
  padding: 8px 4px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  background-color: #000;
  border: 2px solid #000;
  position: relative;
}

.ul-coming-soon li:hover{
  background-color: #fcfcfc;
}

.certification{
  text-align: center;
  
  position: relative;
  z-index: 1;
padding: 50px;
padding-bottom: 50px;
margin-top: 40px;
margin-bottom: 40px;
background-color: #F5F5F5;
}
.certification .shape3 {
    right: 0%;
    top: 30%;
}
.certification .shape3 img{
  width: 40px;
}
.certification .shape4 {
    left: 0%;
    top: 0%;
    text-align: left;
}
.certification .shape8{
    position: absolute;
    right: 20%;
    bottom: 2%;
    z-index: -1;
}
.certification  .contain {
  width: 80%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.certification h2{
  width: 80%;
  margin: auto;
}
.certification h2 span{
  font-weight: 500;
  font-size: 14px;
  color:#ef8022;
  display: block;
}

.certification p{
  color:#222222;
}

.certification .ico-curvey{
  margin-bottom: 20px !important;
  display: block !important;
  
}
.certification .btn-primary{
  padding: 10px 40px;
  border-radius: 14px;
  font-size: 13px;
}
/*packages*/
.packages{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #f8eefd;
}

.packages h2 {
  text-align: center;
}
.packages h2 span{
  font-weight: 500;
  font-size: 14px;
  color:#b95f13;
  display: block;
}

.packages h3{
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.packages h3 span{
  display: block;
  color:#ef8022;
  font-size: 2rem;
  margin-top: 10px;
}
.packages h3 i{
  display: block;
  font-size: 0.6rem;
  margin-top: 0px;
  margin-bottom: 10px;
}

.packages .item{
  background-color: #f5faf9;
  border:1px solid #f5f5f5;
  padding: 0px 0px 20px;
  text-align: center;
  border-radius: 15px;
  align-content: center;
  align-content: start;
align-items: self-start;
margin-bottom: 20px;
}
.packages .item.one{
  border-color:#683795;
}
.packages .item.one h3{
  background-color: #683795;
  color:#FFF;
  padding: 20px;
  margin: 0px;
  border-radius: 15px 15px 0px 0px;
  margin-bottom: 15px;
  border: 5px solid #f5faf9;
}
.packages .item.two{
  border-color:#b95f13;
}
.packages .item.two h3{
  background-color: #b95f13;
  color:#FFF;
  padding: 20px;
  margin: 0px;
  border-radius: 15px 15px 0px 0px;
  margin-bottom: 15px;
  border: 5px solid #f5faf9;
}
.packages .item.three{
  border-color:#c9204d;
}
.packages .item.three h3{
  background-color: #c9204d;
  color:#FFF;
  padding: 20px;
  margin: 0px;
  border-radius: 15px 15px 0px 0px;
  margin-bottom: 15px;
  border: 5px solid #f5faf9;
}

.packages .item h2{
  color:#404040;
  font-size: 40px;
  font-weight: 700;
  margin-top: 34px;
  margin-bottom: 20px;
  min-height: 60px;
}

.packages .item h2 i{
  text-transform: none;
  font-style: normal !important;
  font-size: 10px;
  
}

.packages .item h2 small{
  font-size: 10px;
  display: block;
  font-weight: 300;
}

.packages .item ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 84%;
  margin: auto;
  min-height: 200px;
}

.packages .item ul li{
  text-align: right;
  font-size: 13px;
  color:#222222;
  margin-bottom: 10px;
  font-weight: 300;
  padding-right: 20px;
}

.packages .item ul li::before {
  content: '';
  background: url('../img/check-gray.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-right: -30px;
  z-index: 10;
  background-position: center;
  vertical-align: middle;
}

.packages .item p{
  font-size: 12px;
  font-weight: 300;
  width: 95%;
  margin: auto;
  font-weight: 400;
  padding-top: 20px;
}

.packages .item-2 p{
  color:#c8c8c8;
  font-size: 12px;
  font-weight: 300;
  width: 95%;
  margin: auto;
  font-weight: 400;
}
.packages h5{
  font-size: 1rem;
}
.packages .btn-out-primary{
  border:1px solid #404040;
  background-color: #404040;
  font-size: 12px;
  margin: auto;
  padding: 15px;
  float: none;
  margin-top: 10px;
  bottom: 0;
  position: relative;
  width: 80%;
  max-width: 150px;
  color:#FFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#loading-search  , .loading-spinner{
  position: absolute;
  top: 25%;
  right: 4%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display: none;
}
.loading-spinner{
  top:auto !important;
  right:auto !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#search-results {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  width: 380px;
  min-width: 350px;
  max-width: 450px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9999;
  margin-top: 8px;
  border-radius: 12px;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}

#search-results::-webkit-scrollbar {
  width: 6px;
}

#search-results::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#search-results::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

#search-results::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

#search-results div {
  padding: 0;
}

#search-results div:last-child {
  border-bottom: none;
}

.search-result {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #333333;
  text-decoration: none;
  background-color: #ffffff;
}

.search-result:hover {
  background-color: #f8f5ff;
  border-right: 3px solid #683795;
  padding-right: 12px;
}

.search-result:first-child {
  border-radius: 12px 12px 0 0;
}

.search-result:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}

.search-result:only-child {
  border-radius: 12px;
}

.result-searchs{
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.result-searchs li{
  margin-right: 5px;
  font-weight: normal;
  font-size: 14px;
  width: auto;
  padding: 10px 10px 12px 14px;
  border-radius: 15px;
  display: inline-block;
  line-height: 14px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.result-searchs li span{
  padding: 2px 8px 5px;
  border-radius: 50%;
  color:var(--black);
  text-transform: none;
  text-decoration: none;
  margin-left: 10px;
  cursor: pointer;
}

.search-result .item-image {
  flex-shrink: 0;
}

.search-result .item-image img{
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search-result .item-details {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}

.search-result .item-details h3{
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 6px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-result:hover .item-details h3 {
  color: #683795;
}

.search-result .item-details p,
.search-result .item-details .item-summary {
  color: #777777;
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Course */
.courses{
  text-align: center;
  margin-bottom: 40px;
  background-color:#e7f0f347;
}
.courses_new{
  background-color:unset !important;
}
.courses h2 {
  text-align: center;
}
.courses h2 span{
  font-weight: 500;
  font-size: 14px;
  color:#b95f13;
  display: block;
}

.courses .item {
  border-radius: 15px;
  background-color: #fff;
  text-align: right;
  padding-bottom: 25px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  position: relative;
}

.courses .item:hover{
  text-decoration: none;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.courses .item a:hover{
  text-decoration: none;
}

.courses .item .col-img{
  overflow: hidden;
  height: 200px;
}
.courses .item img{
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 15px 15px 0px 0px;
-webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.courses .item:hover img{
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}

.courses .item h3{
  text-decoration: none;
  font-size: 16px;
  margin:30px 10px 10px;
}
.courses a:hover h3{
  color: #ca1f4e;
}
.courses .item p{
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;  
overflow: hidden;
  text-decoration: none;
  font-size: 14px;
  color:#222222;
  margin: 0px 10px;
  font-weight: 400;
  min-height: 40px;
}
.courses .item .price{
  text-decoration: none;
  color:#c9104c;
  font-weight: 400; 
  font-size: 15px;
  margin: 0px 10px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.courses .item .more{
  display: block;
  border-top: 1px solid #f5f5f5;
  padding: 10px;
  padding-top: 15px;
  font-size: 10px;
  color:#222222;
}
.courses .item .more img{width: 15px; height: 15px;}

.partners{
  text-align: center;
  padding: 40px 0px;
}
.partners img{
  width: 100px !important;
  margin: auto;
  -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
  transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
  width: 40px;
  height: 40px;
  margin: 0px 1%;
  font-size: 30px;
}
.partners .owl-carousel{
  margin-top: 30px;
  margin-bottom: 30px;
}

.partners .owl-carousel .owl-item img{
  width: 170px !important;
}

.partners .owl-partners{
  margin-top: 20px;
}

.teams{
  text-align: center;
  padding: 40px 0px;
}

.teams h2 span{
  font-weight: 500;
  font-size: 14px;
  color:#ef8022;
  display: block;
}

.teams .owl-teams{
  width: 100%;
  margin: auto;
}
.teams .item{
  background-color: #f8f8f8;
  border:none;
  padding: 10px;
  text-align: center;
}
.teams .img-team{
  width: 160px !important;
  height: 220px !important;
  object-fit: cover;
  border-radius: 25px !important;
  margin: auto;
  margin-top: 20px;
  border: 1px solid #4d267c;
  padding: 6px;
  -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
  transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.teams img:hover{
  /* border:1px solid #c9104c; */
}

.teams .item h3{
  font-size: 16px;
  margin:20px 10px 10px;
}

.teams .item p{
  font-size: 13px;
  color:#222222;
  margin: 0px 10px;min-height: 80px;
}
.team-date{
  font-size: 12px;
  color: #8888;
  margin-bottom: 10px;
  float: right;
  top: 0px;
  position: absolute;
  right: 0;
}
.team-date img{
  width:25px;
}
/* Counter Home */
.counter{
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size:cover;
  padding: 80px 0px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.counter::before {
   position: absolute;
   content: "";
   background-color: #F9F5EF;
   opacity: 0.4;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-position: center center;
   z-index: 0;
}
.counter .contain{position: relative;}
.counter h2{
   font-weight: bold;
   margin-bottom: 30px;
   position: relative;
}
.counter h2 span{
  font-weight: 500;
  font-size: 14px;
  color:#ef8022;
  display: block;
}
.counter .Single{
   color:#c9104c;
  font-size: 40px;
}
.counter h5{   
  color:#252525;
  font-size: 16px;
}
.counter .item{
  display: inline-block;
  width: 16%;
}

/* btn-out-primary */
.btn-out-primary{
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
line-height: 1.3;
white-space: nowrap;
cursor: pointer;
background-color: transparent;
border-radius: 15px;
  padding: 15px 15px;
  margin: auto;
  display: block;
  border:1px solid #ccc;
  color:#4d267c;
  position: relative;
  font-size: 12px;
  font-weight: 500;
}
.btn-out-primary:hover{
  background-color: #4d267c;
  color:#FFF !important;
  border:1px solid #4d267c;
}

/* btn-out-primary */
.btn-out-second{
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
line-height: 1.3;
white-space: nowrap;
cursor: pointer;
background-color: #F5F5F5;
border-radius: 15px;
  padding: 15px 20px;
  display: block;
  border:1px solid transparent;
  color:#4d267c;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  max-width: 130px;
  margin: auto;
}
.btn-out-second:hover{
  background-color: #4d267c;
  color:#FFF !important;
}
.btn-out-second img{
  width: 25px;
}

.btn-out-thrid{
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
line-height: 1.3;
white-space: nowrap;
cursor: pointer;
background-color: #cb1d4d;
border-radius: 15px;
  padding: 15px 20px;
  display: block;
  border:1px solid transparent;
  color:#fff !important;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  max-width: 130px;

  margin: auto;
  padding: 10px;
  margin-top: 10px;
  color: #FFF;
}
.btn-out-thrid:hover{
  background-color: #4d267c;
  color:#FFF !important;
}


.page-title-bar{
  background: #f3f3f3;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 60px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  margin-top: 65px;
}
.page-title-bar-heading {
  padding:31px 0 0px;
  text-align: center;
}

.page-title-bar-01 .heading {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #252525;
}
.page-title-bar-01 .p-heading{
  color:#222222;
}

.page-title-bar-01 .page-title-bar-inner {
  border-bottom-width: 0px;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 72px;
  position: relative;
z-index: 1;
border-bottom-style: solid;
}


.card-text {
  color:#222222;
  font-weight: 300;
  font-size: 13px;
}

.cols-card{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    margin-bottom: 20px;
}
.data{
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    height: 100%;
    margin-bottom: 20px;
background-color: #FFF;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
border-radius: 15px;
}
.data .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  width: 150px;
  height: 200px;
  object-fit: cover;
  border-radius: 55px;
  display: block;
  margin: 20px auto;
}
.data .card-footer{
  background-color: transparent; 
  border-top: none;
  text-align: right;
}
.data .card-title{
  text-align: center;
}
.data .card-text{
  text-align: center;
}

.p-archive{
  color:#222222;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 20px;
}
.p-archive span{
  color:#222222;
}
.contact-item{
  display: flex;
  flex-direction: row !important;
  text-align: right;
}
.contact-item .card-img-top { width: 60px;}
.contact-item b{
  color:#222222;
}
.contact-item .card-text{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 30px;
}
.contact-item .ico{
flex: 1;
}
.contact-item .card-body{
flex: 3;
}
.contact-head{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.form{
  text-align: right;
}
.form.login{
  background-color: #f3f3f3;
  padding: 40px 20px;
}
.form h3{
  text-align: center;
  font-size: 24px;
}
.form p{
  text-align: center;
}

.break-line{
  text-align: center;
  position: relative;
  width: 80%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;

}
.break-line::before, .break-line::after {
  content: '';
  flex: 1 1 auto; /* the first digint is 'flex-grow: 1', helps elemet to occupy all free space */ 
  border-bottom: solid 1px #212529;
}

.break-line span{
  color:#222222;
  position: relative;
  padding: 0px 20px;
  flex: 0 1 auto; /* the first digint is flex-grow: 0 */ 
  padding: 0 15px 0 15px;
}

.form input[type="text"]  , .form input[type="number"] ,
.form input[type="email"] , .form input[type="password"], 
.form input[type="date"]  ,  select , textarea{
	all: none;
	margin:auto;
	display: block;
  border:none;
	border:4px solid #f9f9f9;
	background-color:#f9f9f9;
	padding:12px 20px 12px 20px;
	outline:none;
	margin-bottom:5px;
	width:100%;
	font-weight:normal;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:97% center;
  border-radius: 25px;
  margin-top: 10px;
  text-align: right;
}
.form .btn-primary{
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: auto;
  margin-top: 20px;
  border-radius: 15px;
  padding: 15px 50px;
  -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
  transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.owl-quizze .owl-nav{
  text-align: center;
  position: absolute;
    top: 0px;
}
.quizze-title{
  text-align: center;
  position: relative;
  margin-top: 50px;
  direction: ltr;
}

.quizze-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #c91e4d;
}
.owl-quizze .btn-out-thrid{
  display: inline-block;
  min-width: 120px;
  margin: 20px;
}
.owl-quizze .video-js{
  display: block;
}
.chooses-images{
padding: 0px;
margin: 0px;
text-align: center;
list-style: none;
margin-top: 20px;
}
.chooses-images li{
  width: 45%;
  margin: 2%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  direction: ltr;
}

.chooses-images li img{
  width: 150px !important;
  margin: auto;
  display: block;
  border-radius: 15px;
}
.chooses-images li img.correct{
  border:2px solid #11b172 !important;
  padding: 10px !important;
}
.chooses-images li {
  border:2px solid transparent;
  border-radius: 15px;
  display: inline-block;
  width: auto;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.chooses-images li .text{
  background-color: #f5f5f5;
  color:#222222;
  padding: 14px 20px;
  border-radius: 15px;
  direction: ltr;
  font-style: normal;
}

.chooses-images li .correct{
  border:2px solid #11b172 !important;
  padding: 10px !important;
  display: inline-block;
  width: auto;
  border-radius: 15px;
}

textarea{
  min-height: 180px;
  background-color:#f9f9f9;
}

input[type="text"]:focus , textarea:focus{
background-color: #FFF;
}
.work-date-image{
width: 15px !important;
height: 15px !important;
}
.work-date{
  font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    background-color: #4d267c;
    position: absolute;
    left: 0px;
    margin-top: -16px;
    padding: 10px;
    border-radius: 0px 15px 15px 0px;
}
.work-date img{
  margin-left: 5px;
}
.work-item{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  margin-bottom: 20px;
  height: 100%;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;

  background-color: #f9f9f9;
  -webkit-transition: opacity 1s linear,-webkit-transform 1s ease-in-out;
transition: opacity 1s linear,-webkit-transform 1s ease-in-out;
transition: transform 1s ease-in-out,opacity 1s linear;
transition: transform 1s ease-in-out,opacity 1s linear,-webkit-transform 1s ease-in-out;
}
.work-item .card-img {
  border-radius: 0px;
  width: 100%;
  object-fit: cover;
  display: block;
  margin: 0px auto 10px;
  border-radius: 15px 15px 0px 0px;
}

.work-item .card-body{
  text-align: right;
}

.work-item .lnk{
  color: #ef8022 !important;
  position: relative;
  text-decoration: none;
  padding-bottom: 5px;
}

.work-item .lnk::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}
.work-item .lnk:hover::after{
  width: 100%;
  left: auto;
  right: 0;
}

.work-item .card-footer:last-child{
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}

.work-item a img{
  width: 20px;
}

.event-item{
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  margin-bottom: 40px;
  height: 100%;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;

  background-color: #f9f9f9;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
.event-item:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
}
.event-item:hover a{
  text-decoration: none;
}
.event-item:hover .card-title{
  color:#cb1d4d;
}

.event-item .card-img {
  border-radius: 0px;
  width: 100%;
  object-fit: cover;
  display: block;
  margin: 0px auto 10px;
  border-radius: 15px 15px 0px 0px;
}

.event-item .card-body{
  text-align: right;
}

.event-item .lnk{
  color: #ef8022 !important;
  position: relative;
  text-decoration: none;
  padding-bottom: 5px;
}

.event-item .lnk::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}
.event-item .lnk:hover::after{
  width: 100%;
  left: auto;
  right: 0;
}

.event-item .card-footer:last-child{
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}

.event-item .lnk img{
  width: 20px;
}

.event-item .card-date{
  background-color: #ef8022;
  color:#FFF;
  padding: 10px 20px;
  border-radius: 15px 0px 0px 0px;
  font-size: 12px;
  width: 160px;
  position: relative;
}

.event-item .card-date{
  margin-top: -48px;
}
.event-item .card-date::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #c91e4d;
}

/* About us page */
.head-about{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.head-about h5{
  font-size: 0.9rem;
  color: #ef8022;
  font-weight: 400;
}

.head-about p{
  color:#222222;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 24px;
}
.head-2{text-align: right;
margin-top: 20px;
margin-bottom: 20px;
display: block;
}

.about-item{text-align: right;
  display: flex;
}
.about-item .item{
  background-color: #f8f8f8;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 15px;
  padding-top: 20px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  cursor: pointer;
}
.about-item h3{
  font-size: 16px;
}
.about-item img{
  width: 50px;
  padding: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.about-item p{
  color:#222222;
  font-size: 14px;
}

.about-item:hover img{
  padding: 2px;
}

.about-box-1{
  display: flex;
  align-items: center;
}

.about-box-2{
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  margin-top: 35px;
}

.about-img-1{
  border-radius: 15px;
  border:2px dashed #fad4b5;
  padding: 15px;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  width: 100%;
  cursor: pointer;
  object-fit: cover;
  width: 250px;
  height: 250px;
  border-radius: 30%;
  position: relative;
}
.about-img-1:hover{
  border:1px solid #fad4b5;
  padding: 2px;
  
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.intro-heading{
  margin-right: -50px;
}
.about-img-2{
  height: 400px;
  width: 300px;
  margin-top: -200px;
  margin-right: -100px;
  z-index: 3;
  border-radius: 20%;
}

.about-img-3{
  border-radius: 15px;
  border:2px dashed #fad4b5;
  padding: 15px;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  width: 100%;
  cursor: pointer;
  object-fit: cover;
  width: 350px;
  height: 350px;
  border-radius: 30%;
  position: relative;
}
.about-img-3:hover{
  border:1px solid #fad4b5;
  padding: 2px;
  
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}

.p-about{
  color:#222222;
  font-size: 14px;
  text-align: justify;
  line-height: 28px;
}

.row-image {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column-image {
  flex: 25%;
  padding: 0 4px;
  position: relative;
  overflow: hidden;
  
}
.column-image div{
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  transition: all 1.5s cubic-bezier(0, 0, .2, 1);

  border:2px solid #f8f8f8;
  margin-bottom: 10px;
  cursor: pointer;
}
.column-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  
  -webkit-transform: scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1);
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    
  /*
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  */
  
}

.column-image div:hover img{
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform:scale3d(1.1, 1.1, 1.1);
  transform-origin: center center; 
}
.about-gallery{
  padding-top: 50px;
  background-color: #F5F5F5;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.head-testimation{
  padding: 20px 0px;
  text-align: right;
}
.head-testimation h5{
  font-size: 25px;
  width: 90%;
}
.head-testimation h5 span{
  font-weight: 500;
  font-size: 14px;
  color:#b95f13;
}
.head-testimation p{
  color:#222222;
  font-size: 13px;
  margin-top: 20px;
  width: 90%;
  line-height: 25px;
}
.owl-testimation .item{
  background-color: #f8f8f8;
  padding: 26px 16px;
  border-radius: 15px;
}
.owl-testimation .item h4{
  color:#696969;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  width: 90%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.owl-testimation .item {
  fill: #e0e3e6;
}

.owl-testimation .item .col-data{
display: table-row;
padding: 10px;
background-color: transparent;
box-shadow: none;
vertical-align: top;
}
.owl-testimation .item .col-data img{
  width: 60px;
  height: 54px;
  border-radius: 15px;
  border:1px solid #ef8022;
  padding: 2px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  object-fit: contain;
}
.owl-testimation .item .col-data .dd{
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  margin-top: 8px;
}
.owl-testimation .item .col-data .dd h3{
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
}

.owl-testimation .item .col-data .dd p{
  font-size: 12px;
  color:#222222;
  padding: 0px;
  padding-right: 10px;
}

.owl-testimation .rating{
  margin-top: 10px;
}

.box-links{
  margin-top:50px;
  margin-bottom:50px;
  text-align: right;
}
.box-links h4{
  font-size: 16px;
}

.box-links p{
  font-size: 14px;
  color:#222222;
}

.box-links .col-md-6{
  padding: 0px;
}

.box-links .item-1{
  background-color: #F9F5EF;
  padding: 30px 20px 0px 0px;
  border-radius: 14px;
  margin: 10px;
}

.box-links .item-2{
  background-color: #F1F2F5;
  padding: 30px 20px 0px 0px;
  border-radius: 14px;
  margin: 10px;
}

.box-links a{
  color:#FFF !important;
  font-size: 12px;
  border-radius: 14px;
  padding: 10px 20px;
}
.rating{width: 100%;
text-align: center;
display: block;
}
.rating .img-rat{
  display: inline-block !important;
  width: 20px !important;
  font-size: 16px;
  margin: 0px 0px;
  margin-bottom: 10px;
}
.ico-curvey{
  width: 100px !important;
  height: auto !important;
}
.ico-curvey.auto{
  margin: auto;
  display: block;
}

.ico-menu{ width: 30px;}

.shape1 {
  position: absolute;
  left: 12%;
  top: -17px;
  z-index: -1;
}
.shape1  img {
  animation: moveleftbounce 4s linear infinite;
}
.shape2 {
  position: absolute;
  left: 5%;
  bottom: 8%;
  z-index: -1;
}
.shape2 img{
  animation: movebounce 5s linear infinite;
}
.shape3 {
  position: absolute;
  right: 9%;
  bottom: 12%;
  z-index: -1;
}

.shape3 img {
  animation-name: rotateme;
  animation-duration:100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape4 {
  position: absolute;
  left: 25%;
  bottom: 40%;
  z-index: -1;
}
.shape4 img{
  animation: movescale 4s linear infinite;
}

.shape8 {
  position: absolute;
  right: 20%;
  bottom: 2%;
  z-index: -1;

  
}
.shape8 img {
  animation: movebounce 5s linear infinite;
}

.shape13 {
  position: absolute;
  left: 22%;
  bottom: 22%;
  z-index: -2;
}
.shape13 img{
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shape14 {
  position: absolute;
  right: 11%;
  bottom: 30%;
  z-index: -1;
}
.shape14 img {
  animation: movebounce 5s linear infinite;
}
.shape15 {
  position: absolute;
  right: 15%;
  bottom: 15%;
  z-index: -2;
}

.shape15 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes movebounce {
  0% {
      transform: translateY(0px);
  }
  50% {
      transform: translateY(20px);
  }
  100% {
      transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
      transform: translateX(0px);
  }
  50% {
      transform: translateX(20px);
  }
  100% {
      transform: translateX(0px);
  }
}
@keyframes rotateme {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
@keyframes movescale {
  0% {
      transform: scale(.9);
  }
  50% {
      transform: scale(.8);
  }
  100% {
      transform: scale(.9);
  }
}

.dropdown-item{
  font-size: 12px;
  text-align: right;
}

.content-container{
  direction: rtl;
  text-align: right;
}

.course-details{
  text-align: right;
}

.course-details .img-course{
  width: 100%;
  margin-bottom: 20px;
}

.course-details h3{
  font-size: 1rem;
}

.course-details .cat{
  font-size: 1rem;
}

.course-details .cat a{
  color:#ef8022;
  text-decoration: underline;
}

.course-details .icon{
  width: 25px;
  margin-left: 10px;
}
.course-owner{
  background-color: #f8f9f8;
  padding: 20px;
}

.course-owner h3{
  font-size: 1rem;
  text-align: right; 
}

.course-owner .team-img{
  width: 50px;
  height: 50px;
  border-radius: 15px;
  border: 1px solid #cb1d4d;
  padding: 5px;
  object-fit: cover;
}

.course-owner .team-desc{
  text-align: justify; 
  line-height: 18px;
  font-size: 12px;
}
.course-owner .rating{ width: auto; text-align: right;}

.course-widget {
  background-color: #f8f9f8;
  font-size: 12px;
  text-align: right;
  width: 100%;
  margin-top: 20px;
}

.article-header-details{
  background-color: #f8f9f8;
  padding: 20px;
  margin: 0px 0px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #222222;
  text-align: right;
}
.article-header-details img{
  width: 25px;
  margin-right: 0px;
  margin-left: 10px;
}
.article-details{
  text-align: right;
  line-height: 26px;
}
.article-details .img-cover{
  width: 100%;
}

.article-details h3{
  font-size: 1rem;
}

.article-details .cat{
  font-size: 1rem;
}

.event-details{
  text-align: right;
}

.event-details .img-cover{
  width: 100%;
}
.event-details h3{
  font-size: 1rem;
}

.event-details .cat{
  font-size: 1rem;
}

.event-details .cat a{
  color:#ef8022;
  text-decoration: underline;
}

.event-details .team-img{
  width: 100px;
  border-radius: 15px;
  border: 1px solid #cb1d4d;
  padding: 5px;
}

.event-header-details{
  background-color: #f8f9f8;
  padding: 20px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #222222;
}

.event-header-details img{
  width: 25px;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  margin-top: -3px;
}

.event-details .desc{
  padding: 20px 0px;
}

.widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-right: 10px;
  border-right: 3px dashed #dfdfdf;
  font-size: 18px;
  font-weight: 800;
  text-align: right;
}

.widget .widget-title:before {
  content: "";
  position: absolute;
  right: -3px;
  top: 0;
  width: 3px;
  background-color: #cb1d4d;
  height: 6px;
}
.widget .widget-title:before {
  content: "";
  position: absolute;
  right: -3px;
  top: 0;
  width: 3px;
  background-color: #cb1d4d;
  height: 6px;
}

.widget .widget-title::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 19px;
  width: 3px;
  height: 6px;
  background-color: #cb1d4d;
}
.widget{
  background-color: #f8f9f8;
  padding: 20px;
  /*box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05); */
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  font-size: 12px;
}
.widget .item{
  font-size: 11px;
  text-align: right;
}
.clear{
  clear: both;
}
.widget .item-post {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
  text-align: right;
}
.widget .item-post:last-child {
  border-bottom: 1px solid transparent !important;
}
.widget .item-post:hover a{
  text-decoration: none;
  color:#ef8022 !important;
}

.widget .item-post .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
  float: right;
  margin-left: 10px;
}
.widget .item-post time{
font-size: 14px;
color:#222222;
font-weight: 300;
}
.widget .item-post .info {
  overflow: hidden;
}
.widget .item-post .info .title {
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
  color: #683795 !important;
}
.widget .item-post .title a:hover{
  text-decoration: none;
  color:#ef8022 !important;
}

/* new */
.blog-area .single-blog-post {
  box-shadow: 0 20px 65px rgba(0, 0, 0, 0.13);
  webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 20px 65px rgba(0, 0, 0, 0.13);
  margin-bottom: 60px;
  text-align: right;
}

.single-blog-post .post-image {
  border-radius: 5px 5px 0 0;
}
.single-blog-post .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.single-blog-post .post-image a img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.single-blog-post .post-image a img {
  
  transition: var(--transition);
}

.blog-area .single-blog-post .post-content {
  margin: 0;
  padding: 25px;
  margin-top: 25px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  text-align: left;
}

.single-blog-post.main-blog-post h3 {
  font-size: 24px;
}
.main-blog-post .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: 800;
  font-size: 22px;
}

.single-blog-post .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
  padding: 0px;
  }
.single-blog-post .post-content .post-content-footer li:first-child {
    padding-left: 7px;
}
.single-blog-post .post-content .post-content-footer li {
    color: var(--optionalColor);
    font-size: 15px;
    position: relative;
    padding-left: 29px;
    padding-right: 7px;
}
.single-blog-post .post-content .post-content-footer li img {
  width: 35px;
  height: 26px;
  margin-left: 5px;
}
.single-blog-post .post-content .post-content-footer li .post-author span {
  text-transform: capitalize;
  font-size: 14px;
}
.single-blog-post .post-content .post-content-footer li a{
  font-size: 12px;
  color:#222222 !important;
}
.nav-category{text-align: center;
  display: block;
}
.nav-category .nav-link{
  font-size: 12px;
  font-weight: 500;
  color:#ef8022;
  border:1px solid #4d267c;
  background-color: transparent;
  border-radius: 14px;
  margin-bottom: 10px;
  margin: 10px 5px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: all .6s cubic-bezier(.25,.8,.25,1) 0s;
}
.nav-category .nav-link:hover{
  color:#FFF;
  border:1px solid #ef8022;
  background-color: #ef8022;
}
.nav-category .nav-link.active{
  color:#FFF;
  border:1px solid #cb1d4d;
  background-color: #cb1d4d;
}

.required{
  color:#cb1d4d !important;
}

.p_err{
  color:#cb1d4d;
  text-align: center;
  display: block;
  background-color: #e3f5d4;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  margin-top: 20px;
}
.p_agree{
  color:#0a6c45;
  text-align: center;

  display: block;
  background-color: #e3f5d4;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  margin-top: 20px;
  font-size: 12px;
}

/* Zoom */

#zmmtg-root {
  display: none;
  min-width: 0 !important;
}

main {
  width: 70%;
  margin: auto;
  text-align: center;
}

main button {
  margin-top: 20px;
  background-color: #2D8CFF;
  color: #ffffff;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  outline: none;
}

main button:hover {
  background-color: #2681F2;
}



/* HTML: <div class="loader"></div> */
.loader {
  margin: auto;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #cb1d4d;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

.navbar-collapse {
  max-height: fit-content;
}

.profile-head{
  background-color: #683795;
  border-radius: 15px;
  padding: 20px;
  color:#0a0b0b;
  text-align: right;
}

.profile-head h2{
  color:#FFF;
  margin-top: 20px;
  position: relative;
  margin-bottom: 40px;
}
.profile-head h2::after{
  content:"";
  display: block;
  width: 8%;
  height: 2px;
  margin-top: 10px;
  background-color: #0a0b0b;
}
.profile-head .ico-profile{
  background-color: #FFF;
  width: 100%;
  padding: 15%;
  border-radius: 25px;
}
.profile-head .ico{width: 30px;}
.profile-head p{color:#ffc107;}

.nav-menu{
  border:1px solid #f8f8f8;
  background-color: #f8f8f8;
  border-radius: 15px;
  padding:0px 0px;
  margin-bottom: 20px;
}
.nav-menu img{width: 20px; margin-right: 10px;
}
.nav-menu hr{
  margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    background-color: #000;
    height: 1px;
    width: 100%;
}
.nav-menu ul {
  margin: 0px;
  padding: 0px;
}

.nav-menu ul .nav-link {
  font-size: 14px;
  padding:15px 20px;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  text-align: right;
}

.nav-menu .nav-link.active{
  background-color: #ffc107;
}
.nav-menu .nav-link:hover{
  color:#FFF;
  background-color: #cb1d4d;
}

.tab-item .item{
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 20px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  margin-bottom: 20px;
}
.tab-item h3{color:#0a0b0b; font-size: 14px;}
.tab-item h2{color:#cb1d4d; font-size: 30px; padding-top: 20px;}

table {
  /* border: 1px solid #ccc; */
  border-collapse: collapse;
  margin: 10px 20px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
  border-radius: 15px;
}
table thead tr:first-child{
  background-color: #cb1d4d !important;
  color:#FFF;
}
table caption {
  font-size: 1.2em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  padding: .35em;
  
}

table th,
table td {
  padding: .85em;
  text-align: center;
  font-size: 13px;
  min-height: 38px;
}

table th {
  font-size: .7em;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 15px 0px;
}
.notfound{
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 20px;
  box-shadow: rgba(202 202 202, 0.1) 0px 10px 10px -10px;
  margin: auto;
}
.not-found-result{
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 20px;
  box-shadow: rgba(202 202 202, 0.1) 0px 10px 10px -10px;
  margin: auto;
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
.not-found-result p{
  color:#212529;
  font-weight: 500;
  margin-top: 20px;
}
.not-found-result img{
  width: 100px;
  margin: auto;
  display: block;
  margin-top: 40px;
}
/*Modal Reem*/
.modal-1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-1 .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #222222;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.modal-1 .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-1 .close:hover,
.modal-1 .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.img-hover{
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.img-hover:hover{opacity:0.60;}


.rating-course{
  margin-top: 20px;
  padding: 20px;
background-color: #f8f8f8;
padding: 20px;
text-align: left;
}
.rating-course .notfound{
  font-weight: 500;
  background-color: #f1f1f1;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
.rating-course h2{
font-weight: 600;
font-size: 18px;
border-bottom: 2px solid var(--border-color);
padding-bottom: 10px;
}
.rating-course h3{
display: block;
margin-bottom: 16px;
font-size: 16px;
font-weight: 600;
color: var(--black-light);
margin-bottom: 0px;
}
.rating-course b{
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--font-p);
}
.rating-course p{
color: var(--font-p);
font-weight: 300;
text-align: justify;
line-height: 25px;
padding-left: 15px;
}
.rating-course p.date{
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.rating-course .num-rating{
  font-weight: 900;
font-size: 2.3rem;
text-align: inherit;
}
.rating-course .para{
  color:var(--font-p);
  font-weight: 300;
  font-size: 14px;
  padding-left:0px;
}
.rating-course .item b{
color:var(--black-light);
font-size: 15px;
display: inline-block;
width: 10px;
margin-bottom: 2px;
}
.rating-course .item small{
  color:var(--font-p);
  font-size: 12px;
  font-weight: 300;
}

.comx-2 .item{
  display: flex;
  border-bottom:1px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comx-2 .item:last-child{
  border:none;
}
.comx-2 .body{
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.comx-2 .body p{
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}
.comx-2 .uer-name{
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.comx-2 .uer-name a{ padding: 0px; margin: 0px;}
.comx-2 span { margin: 0px; margin-left: 10px; margin-top: -3px;}
.comx-2 span a{
  font-size: 13px;
  font-weight: 300;
}
.comx-2 .lnk-reply{
margin-left: auto !important;
font-size: 14px;
}
.comx-form{
  margin-top: 50px;
}
.comx-form p{
  font-size: 13px;
}
.comx-form .forms label ,.comx-form .forms input[type="text"],
.comx-form .forms input[type="email"],.comx-form .forms textarea,
.comx-form .forms input[type="password"]{
  width: 100% !important;
}
.comx-form .form input[type="text"]  ,
.comx-form .form input[type="number"] ,
.comx-form .form input[type="email"] , 
.comx-form .form input[type="password"] , 
.comx-form textarea{
  margin-bottom: 10px;
	border:4px solid #FFF;
	background-color:#FFF;
}

.select-rating{
  all: none;
	display: block;
  border:none;
	border:4px solid #FFF;
	background-color:#FFF;
	padding:12px 20px 12px 20px;
	outline:none;
	margin-bottom:5px;
	width:50%;
	font-weight:normal;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:97% center;
  border-radius: 25px;
  margin-top: 10px;
}
.form .btn-primary{
  font-size: 12px;
  margin-top: 20px;
  border-radius: 13px;
  padding: 10px 20px;
}
.correct{
  color:#11b172 !important;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-weight: 400;
}
.not-correct{
  color:#CE0000 !important;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-weight: 400;
}

.tool{
  position:relative;
}
.video-mask {
position: absolute;
min-width: 100px;
padding: 20px;
visibility: visible;
opacity: 0;
background: white;
transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
color: #484848;
border: 1px solid #cecece;
border-radius: 3px;
font-weight: 500;
box-shadow: 0 2px 1px #bcbcbc;
z-index: 4;
}
.video-mask::after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
}


.video-mask2{
width: 150px;
height: 150px;
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); 
-webkit-transform: rotate(0.000001deg); 
-webkit-border-radius: 25px; 
-moz-border-radius: 25px;
border-radius: 25px; 
overflow: hidden; 
background-color: transparent; /* #ef8022 */
color: #fff;
box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
transition: all 0.3s ease-in-out;
border:1px solid #ef8022;
padding:5px;
}
.videodiv {
  position: relative;
  top: 10px;
  width: 171px;
  height: 145px;
  z-index: 10;
  display: none;
  transform: translateY(9px);
  transition: all 0.3s ease-in-out;   
}

.videodiv::after {
content: " ";
width: 0;
height: 0;

border-style: solid;
border-width: 12px 12.5px 0 12.5px;
border-color: #ef8022 transparent transparent transparent;
position: absolute;
top: -8%;
left: 43%;
transform: rotate(180deg);
}

.tool:hover .videodiv{
visibility: visible;
transform: translateY(-10px);
opacity: 1;
transition: .3s linear;
animation: odsoky 1s ease-in-out infinite  alternate;

}

.tool:hover .video-mask2{
  transition: .3s linear;
}
.lessons-details ul{
  list-style: decimal;
  color: #cb1d4d;
} 
.lessons-details .item h4{
  color: #cb1d4d;
  font-size: 16px;
  cursor: pointer;
}

.lessons-details .item.not_active h4{
  color: #a5a5a5 !important;
}

@keyframes odsoky {
  0%{
    transform: translateY(6px);	
  }

  100%{
    transform: translateY(1px);	
  }
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

.modal-content{
  background-color: #f7f7f7;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #f23a6d;
}
.modal-footer{
  justify-content: center;
}
.not-allow {
    color: #222222;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    width: 80%;
    margin: 15px auto;
}

.not-allow img{
  width:100px; display:block; margin:auto;
  margin-bottom: 10px;
}

.btn{
  max-width: 150px;
}
.categories {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.categories .ico-curvey.auto{
  margin-bottom: 30px;
}
.categories .item{
  text-align: right;
  margin-bottom: 30px;
}
.categories .item a{ text-decoration: none;}
.categories .item h2{
  color:#0a0b0b;
  font-size: 14px;
  margin-top: 10px;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.categories .item img{
  width: 100%;
  border:1px solid transparent;
  border-radius:0px;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  padding: 30px;
  max-width: 200px;
  display: block;
  margin: auto;
}
.categories .item:hover img{
  width: 100%;
  border-radius: 15px;
  border:1px solid #ef8022;
}
.categories .item:hover h2{
  color: #ef8022;
}

.btn-twitter{
  background-color: #FFF;
  width: 100%;
  text-align: center;
  border: 1px solid #dadce0;
  color: #3c4043;
  padding: 10px;
  margin-top: 11px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  cursor: pointer;
}
.btn-twitter img{
  width: 24px;
}
.list-price {
  padding: 0px;
  margin: 0px;
  display: block;
  margin-bottom: 15px;
}
.list-price li{
 width: 47%;
 display: inline-block;
 margin: 0px 1%;
 border: 2px solid #000;
 padding: 0px 20px;
 border-radius: 15px;
 cursor: pointer;
}

.list-price li.active{
  border:2px solid #ef8022;
}
.modal_price_amount{
  font-weight: 500;
  font-size: 42px;
}
.list-price .title{
  color:#F8f8f8;
  font-size: 18px;
}

.list-price .price{
  margin-bottom: 0px;
  font-size: 20px;
}

.list-price small{
  font-weight: 400;
  color: #222222;
}

.btn-pay{
  width: 100% !important;
  display: block;
  border-radius: 15px;
  background-color: #cb1d4d;
  color:#FFF;
  padding: 10px;
  max-width: 97% !important;
}

.list-pay {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.list-pay li{
  display: inline-block;
}
.list-pay li img{
  width: 100px;
}
.list-pay li img.small{
  width: 70px;
  background-color: #FFF;
  padding: 7px;
  border-radius: 6px;
}
.list-pay li img.small-2{
  width: 60px;
  background-color: #FFF;
  padding: 7px;
  border-radius: 6px;
}


.success , .fail{
  width: 70%;
  margin: 150px auto;
  display: block;
}

.success img , .fail img{
  width: 200px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.success h3{
  color:#11b172;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
}
.fail h3{
  color:#CE0000;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
}
.success p , .fail p{
  font-weight: 400;
  color:#222222;
  text-align: center;
}

.btn-next{
  display: block;
  margin-bottom: 30px;
  text-align: left;
}
.btn-next img{
  width: 20px;
}


/* radio button */
.contain_radio {
  width: 95%;
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: 12px;
  cursor: pointer;
  color:#818587;
  direction: rtl;
  font-size: 13px;
  text-align: right;
  background-color: #FFF;
  padding: 18px 20px;
  padding-right: 35px;
  border-radius: 8px;
  border:2px solid #F903BC;
  font-weight: normal;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(206, 206, 206, 0.2);
  box-shadow: 0px 3px 4px 1px rgba(206, 206, 206, 0.2);
}
.contain_radio a{
  color:#000000;
  text-decoration: solid;
}

/* Hide the browser's default radio button */
.contain_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.contain_radio .checkmark {
  position: absolute;
  top: 12px;
right: 6px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contain_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contain_radio input:checked ~ .checkmark {
  background-color: #FFF;
  border:2px solid #F903BC;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.contain_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contain_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contain_radio .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #F903BC;
}
.contain_radio img{  float: left;margin-top: -10px;}
.contain_radio p{ 
color:#505050; 
float: left; 
font-weight: bold;
display: inline-block;
width: 32%;
text-align: left;
line-height: 14px;
}

.contain_radio_2{
  width: 31% !important; border:none; box-shadow: none; display: table-cell;
}


.contain_check {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 49%;
  display: inline-block;
  position: relative;
  margin: auto;
  margin-bottom: 12px;
  cursor: pointer;
  color:#818587;
  direction: rtl;
  font-size: 13px;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 25px;
  font-weight: normal;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(236 236 236, 0.2);
  box-shadow: 0px 3px 4px 1px rgba(236 236 236, 0.2);
}
.form .contain_check{
  background-color: #f9f9f9 !important;
}
.contain_check img{
  width: 30px;
}


.contain_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.contain_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.contain_check .checkmark {
  position: absolute;
  top: 16px;
  right: 18px;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background-color: transparent;
  border:1px solid #4DA1D8;
}

.contain_check:hover input ~ .checkmark {
  background-color: #ccc;
}

.contain_check input:checked ~ .checkmark {
  background-color: #01aa01;
}

.contain_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.contain_check input:checked ~ .checkmark:after {
  display: block;
}
.contain_check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contain_check_small {
  width: auto;
  display: inline-block;
  position: relative;
  margin: auto;
  margin-bottom: 12px;
  cursor: pointer;
  direction: rtl;
  font-size: 13px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  padding: 18px 50px 18px 10px;
  border-radius: 25px;
  margin-right: 10px; 
}

.header-teacher{
  padding: 60px 0px 0px;
  background-color: #f3f3f3;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.header-teacher .head{
  font-size: 40px;
  width: 90%;
  margin-top: 180px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}
.header-teacher .head-sub{
  font-size: 18px;
  font-weight: 300;
  width: 22rem;
  text-align: right;
}
.header-teacher .head-img{
  width: 100%;
  margin: auto;
  max-width: 350px;
  float: left;
}
.header-teacher .btn-out-thrid{
  margin: 0px;
  margin-top: 20px;
    padding: 15px;
    min-width: 200px;
    font-size: 14px;
    border-radius: 19px;
    margin-bottom: 20px;
}

.reasons{
  text-align: center;
  padding: 70px 0px;
}
.reasons .item img{
width: 100px;
margin: auto;
display: block;
margin-bottom: 10px;
margin-top: 40px;
}
.reasons .item h3{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.reasons .item p{
  font-weight: 400;
  text-align: center;
}
.how-login {
  text-align: center;
  padding: 30px 0px 60px;
}
.how-login .head{
  margin-bottom: 40px;
}
.how-login .nav-tabs .nav-link.active, .how-login .nav-tabs .nav-item.show .nav-link{
  border-color: transparent !important;
  background-color: transparent;
  font-weight: 500;
  color:#000000;
  border-bottom: 2px solid #000000  !important;
}
.how-login .nav-tabs .nav-link{
  background-color: transparent;
  color: #afafaf;
  margin: auto;
}
.how-login .tab-pane{
  padding: 20px;
  text-align: left;
}
.how-login .tab-pane p{
  margin-bottom: 30px;
  font-size: 16px;
  text-align: right;
  line-height: 27px;
}
.how-login .tab-pane h4{
  margin-bottom: 30px;
  text-align: right;
}
.how-login .img-reasons{
  width: 100%;
}
.teacher-comment .contain{
  display: flex;
  width: 100%;
  flex: 1;
  align-items: center;
  width: 80%;
  margin: auto;
  direction: ltr;
}
.teacher-comment{
  background-color: #f7f9fa;
  padding-top: 40px;
}
.teacher-comment .contain .image img{
  width: 100%;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 20px;
  max-width: 300px;
}
.teacher-comment .contain .col-data{
  padding: 20px;
}
.teacher-comment .contain .col-data p{
  font-size: 15px;
  padding-top: 20px;
  text-align: justify;
  width: 100%;
  margin-left: 0px;
}
.teacher-comment .contain .col-data h4{
color:#000;
font-size: 15px;
font-weight: 500;
}
.teacher-comment .contain .col-data .date{
  color:#222222;
  font-size: 10px;
  font-weight: 300;
  padding-bottom: 20px;
  display: block;
}
.teacher-comment .owl-carousel .owl-nav{
  display: block;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.teacher-comment .owl-carousel .owl-nav button.owl-prev{
  width: 40px;
  height: 40px;
  border:2px solid #000;
  background-color: transparent;
  border-radius: 15px;
  margin: 0px 1%;
}
.teacher-comment .owl-carousel .owl-nav button.owl-next{
  width: 40px;
  height: 40px;
  background-color: #ffc107;
  border-radius: 15px;
  margin: 0px 1%;
}
.teach-join-us{
  padding: 100px 0px 50px;
  text-align: center;
}
.teach-join-us p{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ededed;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
@media (min-width:1199px) {
}
@media (min-width: 992px) and (max-width: 1199px) { 
}
@media (min-width: 768px) and (max-width: 991px) {
}

.hide{
  display: none;
}
.show{
  display: block;
}

.terms{
  direction: rtl;
  text-align: right;
}

.terms h4{margin-top: 40px; margin-bottom: 12px; font-size: 18px;
display: block;
}

.terms p{
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
}

.terms ul li, .terms ol li{
  color:#222222;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 26px;
}

.terms ul{
  list-style: disc;
}


/*** New Style eng.reem.shwky@gmail.com ***/
/* Course */
.en{
  display: none !important;
}
.ar{
  display: inline-block !important;
}
.courses{
  text-align: center;
  margin-bottom: 40px;
  background-color:#e7f0f347;
  padding-top: 40px;
  padding-bottom: 40px;
}
.courses h2 {
  text-align: center;
}



.courses .item .col-img{
  overflow: hidden;
  height: 200px;
}
.courses .item img{
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 15px 15px 0px 0px;
-webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.courses .item:hover img{
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}

.courses .item h3{
  font-size: 16px;
  margin:30px 10px 10px;
}
.courses a:hover h3{
  color: #ca1f4e;
}
.courses .item .price{
  color:#c9104c;
  font-weight: 400; 
  font-size: 20px;
  margin: 0px 10px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.courses .item .more{
  display: block;
  border-top: 1px solid #f5f5f5;
  padding: 10px;
  padding-top: 15px;
  font-size: 10px;
  color:#222222;
}
.courses .item .more img{width: 15px; height: 15px;}

.partners{
  text-align: center;
  padding: 40px 0px;
}
.partners img{
  width: 100px !important;
  margin: auto;
  -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
  transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.partners .owl-carousel{
  margin-top: 30px;
  margin-bottom: 30px;
}
.partners .owl-carousel .owl-item img{
  width: 170px !important;
}

.partners .owl-partners{
  margin-top: 20px;
}

.teams{
  text-align: center;
  padding: 40px 0px;
}

.teams h2 span{
  font-weight: 500;
  font-size: 14px;
  color:#ef8022;
  display: block;
}

.teams .owl-teams{
  width: 100%;
  margin: auto;
}
.teams .item{
  background-color: #f8f8f8;
  border:none;
  padding: 10px;
  text-align: center;
}
.teams .img-team{
  width: 160px !important;
  height: 220px !important;
  object-fit: cover;
  border-radius: 25px !important;
  margin: auto;
  margin-top: 20px;
  border: 1px solid #4d267c;
  padding: 6px;
  -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
  transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.teams img:hover{
  border:1px solid #c9104c;
}

.teams .item h3{
  font-size: 16px;
  margin:20px 10px 10px;
}

.teams .item p{
  font-size: 13px;
  color:#222222;
  margin: 0px 10px;
  min-height: 80px;
}
.team-date{
  font-size: 12px;
  color: #8888;
  margin-bottom: 10px;
  float: right;
  top: 0px;
  position: absolute;
  right: 0;
}
.team-date img{
  width:25px;
}
/* Counter Home */
.counter{
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size:cover;
  padding: 80px 0px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.counter::before {
   position: absolute;
   content: "";
   background-color: #E4C3B0;
   opacity: 0.4;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-position: center center;
   z-index: 0;
}
.counter .contain{position: relative;}
.counter h2{
   font-weight: bold;
   margin-bottom: 30px;
   position: relative;
}
.counter h2 span{
  font-weight: 500;
  font-size: 14px;
  color:#ef8022;
  display: block;
}
.counter .Single{
   color:#c9104c;
  font-size: 40px;
}
.counter h5{   
  color:#252525;
  font-size: 16px;
}
.counter .item{
  display: inline-block;
  width: 16%;
}

/* btn-out-primary */
.btn-out-primary{
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
line-height: 1.3;
white-space: nowrap;
cursor: pointer;
background-color: transparent;
border-radius: 15px;
  padding: 15px 15px;
  margin: auto;
  display: block;
  border:1px solid #ccc;
  color:#4d267c;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.btn-out-primary:hover{
  background-color: #4d267c;
  color:#FFF;
  border:1px solid #4d267c;
}

/* btn-out-primary */
.btn-out-second{
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
line-height: 1.3;
white-space: nowrap;
cursor: pointer;
background-color: #F5F5F5;
border-radius: 15px;
  padding: 15px 20px;
  display: block;
  border:1px solid transparent;
  color:#4d267c;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  max-width: 130px;
  margin: auto;
}
.btn-out-second:hover{
  background-color: #4d267c;
  color:#FFF !important;
}
.btn-out-second img{
  width: 25px;
}

.btn-out-four{
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
  transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
  -webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
line-height: 1.3;
white-space: nowrap;
cursor: pointer;
background-color: #ef8022;
border-radius: 15px;
  padding: 15px 20px;
  display: block;
  border:1px solid transparent;
  color:#fff !important;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  max-width: 130px;

  margin: auto;
  padding: 10px;
  margin-top: 10px;
  color: #FFF;
}
.btn-out-four:hover{
  background-color: #4d267c;
  color:#FFF !important;
}

.nav-btn.prev-slide img{
  transform: rotate(180deg);
}
.btn-out-thrid{
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
transition: all .5s cubic-bezier(.645,.045,.355,1),color 0s linear;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
line-height: 1.3;
white-space: nowrap;
cursor: pointer;
background-color: #cb1d4d;
border-radius: 15px;
  padding: 15px 20px;
  display: block;
  border:1px solid transparent;
  color:#fff !important;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  max-width: 130px;

  margin: auto;
  padding: 10px;
  margin-top: 10px;
  color: #FFF;
}
.btn-out-thrid:hover{
  background-color: #4d267c;
  color:#FFF !important;
}


.page-title-bar{
  background: #f3f3f3;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 60px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  margin-top: 65px;
}
.page-title-bar-heading {
  padding:31px 0 0px;
  text-align: center;
}

.page-title-bar-01 .heading {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  color: #252525;
}
.page-title-bar-01 .p-heading{
  color:#222222;
}

.page-title-bar-01 .page-title-bar-inner {
  border-bottom-width: 0px;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 72px;
  position: relative;
z-index: 1;
border-bottom-style: solid;
}


.card-text {
  color:#222222;
  font-weight: 300;
  font-size: 13px;
}

.cols-card{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    margin-bottom: 20px;
}
.data{
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    height: 100%;
    margin-bottom: 20px;
background-color: #FFF;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
border-radius: 15px;
}
.data .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  width: 160px;
  height: 220px;
  border: 1px solid #4d267c;
  padding: 6px;
  object-fit: cover;
  border-radius: 25px;
  display: block;
  margin: 20px auto;
}
.data .card-footer{
  background-color: transparent; 
  border-top: none;
  text-align: left;
}
.data .card-title{
  text-align: center;
}
.data .card-text{
  text-align: center;
}

.p-archive{
  color:#222222;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 20px;
}
.p-archive span{
  color:#222222;
}
.contact-item{
  display: flex;
  flex-direction: row !important;
  text-align: left;
}
.contact-item .card-img-top { width: 60px;}
.contact-item b{
  color:#222222;
}
.contact-item .card-text{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 30px;
}
.contact-item .ico{
flex: 1;
}
.contact-item .card-body{
flex: 3;
}
.contact-head{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.form.login{
  background-color: #f3f3f3;
  padding: 40px 20px;
}
.form h3{
  text-align: center;
  font-size: 24px;
}
.form p{
  text-align: center;
}

.break-line{
  text-align: center;
  position: relative;
  width: 80%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;

}
.break-line::before, .break-line::after {
  content: '';
  flex: 1 1 auto; /* the first digint is 'flex-grow: 1', helps elemet to occupy all free space */ 
  border-bottom: solid 1px #212529;
}

.break-line span{
  color:#222222;
  position: relative;
  padding: 0px 20px;
  flex: 0 1 auto; /* the first digint is flex-grow: 0 */ 
  padding: 0 15px 0 15px;
}

.form input[type="text"]  , .form input[type="number"] ,
.form input[type="email"] , .form input[type="password"], 
.form input[type="date"]
, textarea{
	all: none;
	margin:auto;
	display: block;
  border:none;
	border:4px solid #f9f9f9;
	background-color:#f9f9f9;
	padding:12px 20px 12px 20px;
	outline:none;
	margin-bottom:5px;
	width:100%;
	font-weight:normal;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:97% center;
  border-radius: 25px;
  margin-top: 10px;
}
.form .btn-primary{
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: auto;
  margin-top: 20px;
  border-radius: 15px;
  padding: 15px 50px;
  -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
  transition: all .25s cubic-bezier(.645,.045,.355,1);
}
textarea{
  min-height: 180px;
  background-color:#f9f9f9;
}

input[type="text"]:focus , textarea:focus{
background-color: #FFF;
}
.work-date-image{
width: 15px !important;
height: 15px !important;
}
.work-date{
  font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    background-color: #4d267c;
    position: absolute;
    left: 0px;
    margin-top: -16px;
    padding: 10px;
    border-radius: 0px 15px 15px 0px;
}
.work-date img{
  margin-left: 5px;
}
.work-item{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  margin-bottom: 20px;
  height: 100%;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;

  background-color: #f9f9f9;
  -webkit-transition: opacity 1s linear,-webkit-transform 1s ease-in-out;
transition: opacity 1s linear,-webkit-transform 1s ease-in-out;
transition: transform 1s ease-in-out,opacity 1s linear;
transition: transform 1s ease-in-out,opacity 1s linear,-webkit-transform 1s ease-in-out;
}
.work-item .card-img {
  border-radius: 0px;
  width: 100%;
  object-fit: cover;
  display: block;
  margin: 0px auto 10px;
  border-radius: 15px 15px 0px 0px;
}

.work-item .card-body{
  text-align: left;
}

.work-item .lnk{
  color: #ef8022 !important;
  position: relative;
  text-decoration: none;
  padding-bottom: 5px;
}

.work-item .lnk::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}
.work-item .lnk:hover::after{
  width: 100%;
  left: auto;
  right: 0;
}

.work-item .card-footer:last-child{
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}

.work-item a img{
  width: 20px;
}
.event-item{
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  margin-bottom: 40px;
  height: 100%;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;

  background-color: #f9f9f9;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
.event-item:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
}
.event-item:hover a{
  text-decoration: none;
}
.event-item:hover .card-title{
  color:#cb1d4d;
}

.event-item .card-img {
  border-radius: 0px;
  width: 100%;
  object-fit: cover;
  display: block;
  margin: 0px auto 10px;
  border-radius: 15px 15px 0px 0px;
}

.event-item .card-body{
  text-align: left;
}

.event-item .lnk{
  color: #ef8022 !important;
  position: relative;
  text-decoration: none;
  padding-bottom: 5px;
}

.event-item .lnk::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}
.event-item .lnk:hover::after{
  width: 100%;
  left: auto;
  right: 0;
}

.event-item .card-footer:last-child{
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}

.event-item .lnk img{
  width: 20px;
  transform: rotate(180deg);
}

.event-item .card-date{
  background-color: #ef8022;
  color:#FFF;
  padding: 10px 20px;
  border-radius: 15px 0px 0px 0px;
  font-size: 12px;
  width: 160px;
  position: relative;
}

.event-item .card-date{
  margin-top: -48px;
}
.event-item .card-date::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #c91e4d;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("background.jpg");
  background-size: cover;
  z-index: -1;
}
#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #ff4500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}

/* About us page */
.head-about{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.head-about h5{
  font-size: 0.9rem;
  color: #ef8022;
  font-weight: 400;
}

.head-about p{
  color:#222222;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 24px;
}
.head-2{text-align: right;
margin-top: 20px;
margin-bottom: 20px;
display: block;
}

.about-item{text-align: right;
  display: flex;
}
.about-item .item{
  background-color: #f8f8f8;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 15px;
  padding-top: 20px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  cursor: pointer;
}
.about-item h3{
  font-size: 16px;
}
.about-item img{
  width: 50px;
  padding: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.about-item p{
  color:#222222;
  font-size: 14px;
}

.about-item:hover img{
  padding: 2px;
}

.about-box-1{
  display: flex;
  align-items: center;
}

.about-box-2{
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  margin-top: 35px;
}

.about-img-1{
  border-radius: 15px;
  border:2px dashed #fad4b5;
  padding: 15px;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  width: 100%;
  cursor: pointer;
  object-fit: cover;
  width: 250px;
  height: 250px;
  border-radius: 30%;
  position: relative;
}
.about-img-1:hover{
  border:1px solid #fad4b5;
  padding: 2px;
  
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}

.about-img-2{
  height: 400px;
  width: 300px;
  margin-top: -200px;
  margin-right: -100px;
  z-index: 3;
  border-radius: 20%;
}

.about-img-3{
  border-radius: 15px;
  border:2px dashed #fad4b5;
  padding: 15px;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  width: 100%;
  cursor: pointer;
  object-fit: cover;
  width: 350px;
  height: 350px;
  border-radius: 30%;
  position: relative;
}
.about-img-3:hover{
  border:1px solid #fad4b5;
  padding: 2px;
  
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}

.p-about{
  color:#222222;
  font-size: 14px;
  text-align: justify;
  line-height: 28px;
}

.row-image {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column-image {
  flex: 25%;
  padding: 0 4px;
  position: relative;
  overflow: hidden;
  
}
.column-image div{
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  transition: all 1.5s cubic-bezier(0, 0, .2, 1);

  border:2px solid #f8f8f8;
  margin-bottom: 10px;
  cursor: pointer;
}
.column-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  
  -webkit-transform: scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1);
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    
  /*
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  */
  
}

.column-image div:hover img{
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform:scale3d(1.1, 1.1, 1.1);
  transform-origin: center center; 
}
.about-gallery{
  padding-top: 50px;
  background-color: #F5F5F5;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.head-testimation{
  padding: 20px 0px;
  text-align: left;
}
.head-testimation h5{
  font-size: 25px;
  width: 90%;
}
.head-testimation p{
  color:#222222;
  font-size: 13px;
  margin-top: 20px;
  width: 90%;
  line-height: 25px;
}
.owl-testimation .item{
  background-color: #f8f8f8;
  padding: 26px 16px;
  border-radius: 15px;
}
.owl-testimation .item h4{
  color:#696969;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  width: 90%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.owl-testimation .item {
  fill: #e0e3e6;
}

.owl-testimation .item .col-data{
padding: 0px 10px;
background-color: transparent;
box-shadow: none;
vertical-align: top;
width: 100%;
display: flex;
align-content: center;
align-items: center;
direction: ltr;
}
.owl-testimation .item .col-data img{
  width: 60px;
  height: 54px;
  border-radius: 15px;
  border:1px solid #ef8022;
  padding: 2px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  object-fit: contain;
}
.owl-testimation .item .col-data .dd{
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  margin-top: 8px;
  margin-left: 10px;
}
.owl-testimation .item .col-data .dd h3{
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
}

.owl-testimation .item .col-data .dd p{
  font-size: 12px;
  color:#222222;
  padding: 0px;
  padding-right: 10px;
}

.rating_comm {
  text-align: center;
  float: none;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 28px;
  margin-top: -11px;
  color: #e8d04c;
  margin-left: 10px;
  margin-right: 10px;
}
.rating_comm > span {
  display: inline-block;
  position: relative;
  width: 0.7em;
  cursor: pointer;
}
.rating_comm > span:hover:before,
.rating_comm > span:hover ~ span:before,
.rating_comm > span.rated:before,
.rating_comm > span.rated ~ span:before {
  content: "\2605";
  position: absolute;
}

.item-comment .item a{text-decoration: none;}
.item-comment .item{
  display: flex;
  width: 95%;
  background-color:transparent;
  margin: 2px auto;
  margin-bottom:10px !important;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

.item-comment .item .contain{
  flex: 5;
  text-align: right;
  padding-right: 20px;
}
.item-comment .item .img-user{
  border-radius: 40%;
  object-fit: cover;
  width: 50px;
  height: 50px;
  border: 1px solid #b6b6b6;
  padding: 2px;
}
.item-comment .item h3{
  color:#818181;    font-size: 13px;    font-weight: 500;
  margin: 0px;
}
.item-comment .item .rating{
  height: auto;
  margin: 0px;
  font-size: 0px;
  text-align: right;
}
.item-comment .item .rating img{width: 15px; height: 15px; margin: 0px;}

.item-comment .item p{color:#818181; font-size: 13px;}
.item-comment .item .col_more{
  text-align:center;
  width:8%;
  display:table-cell;
  margin:0px;
}
.btn-more:hover{
  color:#FFF !important;
}
.owl-testimation .rating{
  margin-top: 10px;
}

.box-links{
  margin-top:50px;
  margin-bottom:50px;
  text-align: left;
}
.box-links h4{
  font-size: 16px;
}

.box-links p{
  font-size: 14px;
  color:#222222;
}

.box-links .col-md-6{
  padding: 0px;
}

.box-links .item-1{
  background-color: #F9F5EF;
  padding: 30px 20px 0px 0px;
  border-radius: 14px;
  margin: 10px;
}

.box-links .item-2{
  background-color: #F1F2F5;
  padding: 30px 20px 0px 0px;
  border-radius: 14px;
  margin: 10px;
}

.box-links a{
  color:#FFF !important;
  font-size: 12px;
  border-radius: 14px;
  padding: 10px 20px;
}
.rating{width: 100%;
text-align: center;
display: block;
}
.rating .img-rat{
  display: inline-block !important;
  width: 20px !important;
  font-size: 16px;
  margin: 0px 0px;
  margin-bottom: 10px;
}
.ico-curvey{
  width: 100px !important;
  height: auto !important;
  border: none !important;
}
.ico-curvey.auto{
  margin: auto;
  display: block;
}
.ico-menu{ width: 30px;}
.shape1 {
  position: absolute;
  left: 12%;
  top: -17px;
  z-index: -1;
}
.shape1  img {
  animation: moveleftbounce 4s linear infinite;
}
.shape2 {
  position: absolute;
  left: 5%;
  bottom: 8%;
  z-index: -1;
}
.shape2 img{
  animation: movebounce 5s linear infinite;
}
.shape3 {
  position: absolute;
  right: 9%;
  bottom: 12%;
  z-index: -1;
}

.shape3 img {
  animation-name: rotateme;
  animation-duration:100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape4 {
  position: absolute;
  left: 25%;
  bottom: 40%;
  z-index: -1;
}
.shape4 img{
  animation: movescale 4s linear infinite;
}

.shape8 {
  position: absolute;
  right: 20%;
  bottom: 2%;
  z-index: -1;

  
}
.shape8 img {
  animation: movebounce 5s linear infinite;
}

.shape13 {
  position: absolute;
  left: 22%;
  bottom: 22%;
  z-index: -2;
}
.shape13 img{
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shape14 {
  position: absolute;
  right: 11%;
  bottom: 30%;
  z-index: -1;
}
.shape14 img {
  animation: movebounce 5s linear infinite;
}
.shape15 {
  position: absolute;
  right: 15%;
  bottom: 15%;
  z-index: -2;
}

.shape15 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes movebounce {
  0% {
      transform: translateY(0px);
  }
  50% {
      transform: translateY(20px);
  }
  100% {
      transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
      transform: translateX(0px);
  }
  50% {
      transform: translateX(20px);
  }
  100% {
      transform: translateX(0px);
  }
}
@keyframes rotateme {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
@keyframes movescale {
  0% {
      transform: scale(.9);
  }
  50% {
      transform: scale(.8);
  }
  100% {
      transform: scale(.9);
  }
}

.dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown_last{
  left: 0px !important;
  right: auto !important;
}

.content-container{
  direction: rtl;
  text-align: right;
}

.course-details .img-course{
  width: 100%;
  margin-bottom: 20px;
}

.course-details h3{
  font-size: 1rem;
}

.course-details .cat{
  font-size: 1rem;
}
.course-details .icon{
  width: 25px;
  margin-left: 10px;
}

.course-details .cat a{
  color:#ef8022;
  text-decoration: underline;
}

.course-owner{
  background-color: #f8f9f8;
  padding: 20px;
}

.course-owner h3{
  font-size: 1rem;
  text-align: right; 
}

.course-owner .team-img{
  width: 50px;
  height: 50px;
  border-radius: 15px;
  border: 1px solid #cb1d4d;
  padding: 5px;
  object-fit: cover;
}

.course-owner .team-desc{
  text-align: justify; 
  line-height: 18px;
  font-size: 12px;
}
.course-owner .rating{ width: auto; 
  text-align: right;}

.course-widget {
  background-color: #f8f9f8;
  font-size: 12px;
  text-align: right;
  width: 100%;
  margin-top: 20px;
}

.article-header-details{
  background-color: #f8f9f8;
  padding: 20px;
  margin: 0px 0px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #222222;
  text-align: right;
}
.article-header-details .date{
  padding: 0px;
}
.article-header-details img{
  width: 25px;
  margin-right: 10px;
  margin-left: 10px;
}
.article-details{
  text-align: left;
  line-height: 26px;
}
.article-details .img-cover{
  width: 100%;
}

.article-details h3{
  font-size: 1rem;
}

.article-details .cat{
  font-size: 1rem;
}

.widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-right: 10px;
  border-right: 3px dashed #dfdfdf;
  font-size: 18px;
  font-weight: 600;
}

.widget .widget-title:before {
  content: "";
  position: absolute;
  right: -3px;
  top: 0;
  width: 3px;
  background-color: #cb1d4d;
  height: 6px;
}
.widget .widget-title:before {
  content: "";
  position: absolute;
  right: -3px;
  top: 0;
  width: 3px;
  background-color: #cb1d4d;
  height: 6px;
}

.widget .widget-title::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 19px;
  width: 3px;
  height: 6px;
  background-color: #cb1d4d;
}
.widget{
  background-color: #f8f9f8;
  padding: 20px;
  /*box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05); */
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  font-size: 12px;
}
.widget .item div:first-child{
  font-size: 11px;
  text-align: right;
}
.widget .item div:last-child{
  text-align: right;
}
.clear{
  clear: both;
}
.widget .item-post {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.widget .item-post:hover a{
  text-decoration: none;
  color:#ef8022 !important;
}

.widget .item-post .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
  float: left;
  margin-right: 10px;
}
.widget .item-post time{
font-size: 14px;
color:#222222;
font-weight: 300;
}
.widget .item-post .info {
  overflow: hidden;
}
.widget .item-post .info .title {
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
  color: #683795 !important;
}
.widget .item-post .title a:hover{
  text-decoration: none;
  color:#ef8022 !important;
}

.blog-area .single-blog-post {
  box-shadow: 0 20px 65px rgba(0, 0, 0, 0.13);
  webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 20px 65px rgba(0, 0, 0, 0.13);
  margin-bottom: 60px;
  text-align: right;
}

.single-blog-post .post-image {
  border-radius: 5px 5px 0 0;
}
.single-blog-post .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.single-blog-post .post-image a img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.single-blog-post .post-image a img {
  
  transition: var(--transition);
}

.blog-area .single-blog-post .post-content {
  margin: 0;
  padding: 25px;
  margin-top: 25px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  text-align: left;
}

.single-blog-post.main-blog-post h3 {
  font-size: 24px;
}
.main-blog-post .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: 800;
  font-size: 22px;
}

.single-blog-post .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
  padding: 0px;
  }
.single-blog-post .post-content .post-content-footer li:first-child {
    padding-left: 7px;
}
.single-blog-post .post-content .post-content-footer li {
    color: var(--optionalColor);
    font-size: 15px;
    position: relative;
    padding-left: 29px;
    padding-right: 7px;
}
.single-blog-post .post-content .post-content-footer li img {
  width: 35px;
  height: 26px;
  margin-right: 5px;
}
.single-blog-post .post-content .post-content-footer li .post-author span {
  text-transform: capitalize;
  font-size: 12px;
}
.single-blog-post .post-content .post-content-footer li a{
  font-size: 12px;
  color:#222222 !important;
}

.nav-category{text-align: center;
  display: block;
}
.nav-category .nav-link{
  font-size: 12px;
  font-weight: 500;
  color:#ef8022;
  border:1px solid #4d267c;
  background-color: transparent;
  border-radius: 14px;
  margin-bottom: 10px;
  margin: 10px 5px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: all .6s cubic-bezier(.25,.8,.25,1) 0s;
}
.nav-category .nav-link:hover{
  color:#FFF;
  border:1px solid #ef8022;
  background-color: #ef8022;
}
.nav-category .nav-link.active{
  color:#FFF;
  border:1px solid #cb1d4d;
  background-color: #cb1d4d;
}

.required{
  color:#cb1d4d !important;
}
.p_err{
  color:#cb1d4d;
  text-align: center;
  display: block;
  background-color: #e3f5d4;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  margin-top: 20px;
}
.p_agree{
  color:#0a6c45;
  text-align: center;

  display: block;
  background-color: #e3f5d4;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  margin-top: 20px;
  font-size: 12px;
}

/* HTML: <div class="loader"></div> */
.loader {
  margin: auto;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #cb1d4d;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

.navbar-collapse {
  max-height: fit-content !important;
}

.profile-head{
  background-color: #683795;
  border-radius: 15px;
  padding: 20px;
  color:#0a0b0b;
}

.profile-head h2{
  color:#FFF;
  margin-top: 20px;
  position: relative;
  margin-bottom: 40px;
}
.profile-head h2::after{
  content:"";
  display: block;
  width: 8%;
  height: 2px;
  margin-top: 10px;
  background-color: #0a0b0b;
}
.profile-head .ico-profile{
  background-color: #FFF;
  width: 100%;
  padding: 15%;
  border-radius: 25px;
}
.profile-head .ico{width: 30px;}
.profile-head p{color:#ffc107;}

.nav-menu{
  border:1px solid #f8f8f8;
  background-color: #f8f8f8;
  border-radius: 15px;
   padding:0px 0px; 

}
.nav-menu img{width: 20px; margin-right: 10px;
}

.nav-menu ul {
  margin: 0px;
  padding: 0px;
}

.nav-menu ul .nav-link {
  font-size: 14px;
  padding:15px 20px;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.nav-menu ul .nav-link svg{
  width: 23px;
  height: 23px;
  margin-bottom: -6px;
  margin-right: 10px;
}

.nav-menu .nav-link.active{
  background-color: #ffc107;
}
.nav-menu .nav-link:hover{
  color:#FFF;
  background-color: #cb1d4d;
}

.tab-item .item{
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 20px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.tab-item h3{color:#0a0b0b; font-size: 14px;}
.tab-item h2{color:#cb1d4d; font-size: 30px; padding-top: 20px;}

table {
  /* border: 1px solid #ccc; */
  border-collapse: collapse;
  margin: 10px 20px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
  border-radius: 15px;
}
table thead tr:first-child{
  background-color: #cb1d4d !important;
  color:#FFF;
}
table caption {
  font-size: 1.2em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  padding: .35em;
  
}

table th,
table td {
  padding: .85em;
  text-align: center;
  font-size: 13px;
}

table th {
  font-size: .7em;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 15px 0px;
}
.notfound{
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 20px;
  box-shadow: rgba(202 202 202, 0.1) 0px 10px 10px -10px;
  margin: auto;
}
.not-found-result{
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 20px;
  box-shadow: rgba(202 202 202, 0.1) 0px 10px 10px -10px;
  margin: auto;
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
.not-found-result p{
  color:#212529;
  font-weight: 500;
  margin-top: 20px;
}
.not-found-result img{
  width: 100px;
  margin: auto;
  display: block;
  margin-top: 40px;
}


/*Modal Reem*/
.modal-1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-1 .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #222222;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.modal-1 .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-1 .close:hover,
.modal-1 .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.img-hover{
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.img-hover:hover{opacity:0.60;}


.rating-course{
  margin-top: 20px;
  padding: 20px;
background-color: #f8f8f8;
padding: 20px;
text-align: right;
}
.rating-course .notfound{
  font-weight: 500;
  background-color: #f1f1f1;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
.rating-course h2{
font-weight: 600;
font-size: 18px;
border-bottom: 2px solid var(--border-color);
padding-bottom: 10px;
}
.rating-course h3{
display: block;
margin-bottom: 16px;
font-size: 16px;
font-weight: 600;
color: var(--black-light);
margin-bottom: 20px;
}
.rating-course b{
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--font-p);
}
.rating-course p{
color: var(--font-p);
font-weight: 300;
text-align: justify;
line-height: 25px;
padding-left: 15px;
}
.rating-course p.date{
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.rating-course .num-rating{
  font-weight: 900;
font-size: 2.3rem;
text-align: inherit;
}
.rating-course .para{
  color:var(--font-p);
  font-weight: 300;
  font-size: 14px;
  padding-left:0px;
}
.rating-course .item b{
color:var(--black-light);
font-size: 15px;
display: inline-block;
width: 10px;
margin-bottom: 2px;
}
.rating-course .item small{
  color:var(--font-p);
  font-size: 12px;
  font-weight: 300;
}

.comx-2 .item{
  display: flex;
  border-bottom:1px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comx-2 .item:last-child{
  border:none;
}
.comx-2 .body{
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.comx-2 .body p{
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}
.comx-2 .uer-name{
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.comx-2 .uer-name a{ padding: 0px; margin: 0px;}
.comx-2 span { margin: 0px; margin-left: 10px; margin-top: -3px;}
.comx-2 span a{
  font-size: 13px;
  font-weight: 300;
}
.comx-2 .lnk-reply{
margin-left: auto !important;
font-size: 14px;
}
.comx-form{
  margin-top: 50px;
}
.comx-form p{
  font-size: 13px;
}
.comx-form .forms label ,.comx-form .forms input[type="text"],
.comx-form .forms input[type="email"],.comx-form .forms textarea,
.comx-form .forms input[type="password"]{
  width: 100% !important;
}
.comx-form .form input[type="text"]  ,
.comx-form .form input[type="number"] ,
.comx-form .form input[type="email"] , 
.comx-form .form input[type="password"] , 
.comx-form textarea{
  margin-bottom: 10px;
	border:4px solid #FFF;
	background-color:#FFF;
}

.select-rating{
  all: none;
	display: block;
  border:none;
	border:4px solid #FFF;
	background-color:#FFF;
	padding:12px 20px 12px 20px;
	outline:none;
	margin-bottom:5px;
	width:50%;
	font-weight:normal;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:97% center;
  border-radius: 25px;
  margin-top: 10px;
}
.form .btn-primary{
  font-size: 12px;
  margin: 0px;
  margin-top: 20px;
  border-radius: 13px;
  padding: 10px 20px;
}
.owl-quizze .owl-nav{
  text-align: center;
  position: absolute;
    top: 0px;
}
.quizze-title{
  text-align: center;
  position: relative;
  margin-top: 50px;
  direction: ltr;
}

.quizze-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #c91e4d;
}
.owl-quizze .btn-out-thrid{
  display: inline-block;
  min-width: 120px;
  margin: 20px;
}
.owl-quizze .video-js{
  display: block;
}
.chooses-images{
padding: 0px;
margin: 0px;
text-align: center;
list-style: none;
margin-top: 20px;
}
.chooses-images li{
  width: 45%;
  margin: 2%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  direction: ltr;
}

.chooses-images li img{
  width: 150px !important;
  margin: auto;
  display: block;
  border-radius: 15px;
}
.chooses-images li img.correct{
  border:2px solid #11b172 !important;
  padding: 10px !important;
}
.chooses-images li {
  border:2px solid transparent;
  border-radius: 15px;
  display: inline-block;
  width: auto;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.chooses-images li .text{
  background-color: #f5f5f5;
  color:#222222;
  padding: 14px 20px;
  border-radius: 15px;
  direction: ltr;
  font-style: normal;
}

.chooses-images li .correct{
  border:2px solid #11b172 !important;
  padding: 10px !important;
  display: inline-block;
  width: auto;
  border-radius: 15px;
}

.correct{
  color:#11b172 !important;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-weight: 400;
}
.not-correct{
  color:#CE0000 !important;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-weight: 400;
}

.tool{
  position:relative;
}
.video-mask {
position: absolute;
min-width: 100px;
padding: 20px;
visibility: visible;
opacity: 0;
background: white;
transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
color: #484848;
border: 1px solid #cecece;
border-radius: 3px;
font-weight: 500;
box-shadow: 0 2px 1px #bcbcbc;
z-index: 4;
}
.video-mask::after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
}


.video-mask2{
width: 150px;
height: 150px;
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); 
-webkit-transform: rotate(0.000001deg); 
-webkit-border-radius: 25px; 
-moz-border-radius: 25px;
border-radius: 25px; 
overflow: hidden; 
background-color: transparent; /* #ef8022 */
color: #fff;
box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
transition: all 0.3s ease-in-out;
border:1px solid #ef8022;
padding:5px;
}
.videodiv {
  position: relative;
  top: 10px;
  width: 171px;
  height: 145px;
  z-index: 10;
  display: none;
  transform: translateY(9px);
  transition: all 0.3s ease-in-out;   
}

.videodiv::after {
content: " ";
width: 0;
height: 0;

border-style: solid;
border-width: 12px 12.5px 0 12.5px;
border-color: #ef8022 transparent transparent transparent;
position: absolute;
top: -8%;
left: 43%;
transform: rotate(180deg);
}

.tool:hover .videodiv{
visibility: visible;
transform: translateY(-10px);
opacity: 1;
transition: .3s linear;
animation: odsoky 1s ease-in-out infinite  alternate;

}

.tool:hover .video-mask2{
  transition: .3s linear;
}
.lessons-details ul{
  list-style: decimal;
  color: #cb1d4d;
}

.lessons-details .item h4{
  color: #cb1d4d;
  font-size: 14px;
  cursor: pointer;
}

.lessons-details .item.not_active h4{
  color: #a5a5a5 !important;
}
@keyframes odsoky {
  0%{
    transform: translateY(6px);	
  }

  100%{
    transform: translateY(1px);	
  }
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

.modal-content{
  background-color: #f7f7f7;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #f23a6d;
}
.not-allow {
    color: #222222;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    width: 80%;
    margin: 15px auto;
}

.not-allow img{
  width:100px; display:block; margin:auto;
  margin-bottom: 10px;
}
.btn{
  max-width: 160px;
}
.categories {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.categories .ico-curvey.auto{
  margin-bottom: 30px;
}
.categories .item{
  text-align: left;
  margin-bottom: 30px;
}
.categories .item a{ text-decoration: none;}
.categories .item h2{
  font-size: 14px;
  margin-top: 10px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
  text-align: center;
}
.categories .item img{
  width: 100%;
  border:1px solid transparent;
  border-radius:0px;
  -webkit-transition: all 0.5s cubic-bezier(0,0,.2,1);
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.categories .item:hover img{
  width: 100%;
  border-radius: 15px;
  border:1px solid #ef8022;
}
.categories .item:hover h2{
  color: #ef8022;
}
 
.btn-twitter{
  background-color: #FFF;
  width: 100%;
  text-align: center;
  border: 1px solid #dadce0;
  color: #3c4043;
  padding: 10px;
  margin-top: 11px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  cursor: pointer;
}
.btn-twitter img{
  width: 24px;
}
.list-price {
  padding: 0px;
  margin: 0px;
  display: block;
  margin-bottom: 15px;
}

.list-price .title{
  color:#F8f8f8;
  font-size: 18px;
}

.list-price .price{
  margin-bottom: 0px;
  font-size: 20px;
}

.list-price small{
  font-weight: 400;
  color: #222222;
}

.btn-pay{
  width: 100% !important;
  display: block;
  border-radius: 15px;
  background-color: #cb1d4d;
  color:#FFF;
  padding: 10px;
  max-width: 97% !important;
}

.list-pay {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.list-pay li{
  display: inline-block;
}
.list-pay li img{
  width: 100px;
}
.list-pay li img.small{
  width: 70px;
  background-color: #FFF;
  padding: 7px;
  border-radius: 6px;
}
.list-pay li img.small-2{
  width: 60px;
  background-color: #FFF;
  padding: 7px;
  border-radius: 6px;
}

.success , .fail{
  width: 70%;
  margin: 150px auto;
  display: block;
}

.success img , .fail img{
  width: 200px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.success h3{
  color:#11b172;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
}
.fail h3{
  color:#CE0000;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
}
.success p , .fail p{
  font-weight: 400;
  color:#222222;
  text-align: center;
}

.btn-next{
  display: block;
  margin-bottom: 30px;
  text-align: left;
}
.btn-next img{
  width: 20px;
}


/* radio button */
.contain_radio {
  width: 95%;
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: 12px;
  cursor: pointer;
  color:#818587;
  direction: rtl;
  font-size: 13px;
  text-align: right;
  background-color: #FFF;
  padding: 18px 20px;
  padding-right: 35px;
  border-radius: 8px;
  border:2px solid #F903BC;
  font-weight: normal;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(206, 206, 206, 0.2);
  box-shadow: 0px 3px 4px 1px rgba(206, 206, 206, 0.2);
}
.contain_radio a{
  color:#000000;
  text-decoration: solid;
}

/* Hide the browser's default radio button */
.contain_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.contain_radio .checkmark {
  position: absolute;
  top: 12px;
right: 6px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contain_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contain_radio input:checked ~ .checkmark {
  background-color: #FFF;
  border:2px solid #F903BC;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.contain_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contain_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contain_radio .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #F903BC;
}
.contain_radio img{  float: left;margin-top: -10px;}
.contain_radio p{ 
color:#505050; 
float: left; 
font-weight: bold;
display: inline-block;
width: 32%;
text-align: left;
line-height: 14px;
}

.contain_radio_2{
  width: 31% !important; border:none; box-shadow: none; display: table-cell;
}


.contain_check {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 49%;
  display: inline-block;
  position: relative;
  margin: auto;
  margin-bottom: 12px;
  cursor: pointer;
  color:#818587;
  direction: rtl;
  font-size: 13px;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 25px;
  font-weight: normal;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(236 236 236, 0.2);
  box-shadow: 0px 3px 4px 1px rgba(236 236 236, 0.2);
}
.form .contain_check{
  background-color: #f9f9f9 !important;
}
.contain_check img{
  width: 30px;
}
.contain_check_small{
  background-color:transparent;
  -webkit-box-shadow:none;
  box-shadow:none;
  width: 40%;
  display: inline-block;
}

.contain_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.contain_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.contain_check .checkmark {
  position: absolute;
  top: 16px;
  right: 18px;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background-color: transparent;
  border:1px solid #4DA1D8;
}

.contain_check:hover input ~ .checkmark {
  background-color: #ccc;
}

.contain_check input:checked ~ .checkmark {
  background-color: #01aa01;
}

.contain_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.contain_check input:checked ~ .checkmark:after {
  display: block;
}
.contain_check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Reem 08*/
.header-teacher{
  padding: 60px 0px 0px;
  background-color: #f3f3f3;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.header-teacher .head{
  font-size: 40px;
  width: 90%;
  margin-top: 180px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-teacher .head-sub{
  font-size: 18px;
  font-weight: 300;
  width: 22rem;
}
.header-teacher .head-img{
  width: 100%;
  max-width: 350px;
  margin: auto;
  float: right;
}
.header-teacher .btn-out-thrid{
  margin: 0px;
  margin-top: 20px;
    padding: 15px;
    min-width: 200px;
    font-size: 14px;
    border-radius: 19px;
    margin-bottom: 20px;
}

.reasons{
  text-align: center;
  padding: 70px 0px;
}
.reasons .item img{
width: 100px;
margin: auto;
display: block;
margin-bottom: 10px;
margin-top: 40px;
}
.reasons .item h3{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.reasons .item p{
  font-weight: 400;
  text-align: center;
}
.how-login {
  text-align: center;
  padding: 30px 0px 60px;
}
.how-login .head{
  margin-bottom: 40px;
}
.how-login .nav-tabs .nav-link.active, .how-login .nav-tabs .nav-item.show .nav-link{
  border-color: transparent !important;
  background-color: transparent;
  font-weight: 500;
  color:#000000;
  border-bottom: 2px solid #000000  !important;
}
.how-login .nav-tabs .nav-link{
  background-color: transparent;
  color: #afafaf;
  margin: auto;
}
.how-login .tab-pane{
  padding: 20px;
  text-align: left;
}
.how-login .tab-pane p{
  margin-bottom: 30px;
  font-size: 16px;
}
.how-login .tab-pane h4{
  margin-bottom: 30px;
}
.how-login .img-reasons{
  width: 100%;
}
.teacher-comment .contain{
  display: flex;
  width: 100%;
  flex: 1;
  align-items: center;
  width: 80%;
  margin: auto;
  direction: ltr;
}
.teacher-comment{
  background-color: #f7f9fa;
  padding-top: 40px;
}
.teacher-comment .contain .image img{
  width: 100%;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 20px;
  max-width: 300px;
}
.teacher-comment .contain .col-data{
  padding: 20px;
}
.teacher-comment .contain .col-data p{
  font-size: 15px;
  padding-top: 20px;
  text-align: justify;
  width: 100%;
  margin-left: 0px;
}
.teacher-comment .contain .col-data h4{
color:#000;
font-size: 15px;
font-weight: 500;
}
.teacher-comment .contain .col-data .date{
  color:#222222;
  font-size: 10px;
  font-weight: 300;
  padding-bottom: 20px;
  display: block;
}
.teacher-comment .owl-carousel .owl-nav{
  display: block;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.teacher-comment .owl-carousel .owl-nav button.owl-prev{
  width: 40px;
  height: 40px;
  border:2px solid #000;
  background-color: transparent;
  border-radius: 15px;
  margin: 0px 1%;
}
.teacher-comment .owl-carousel .owl-nav button.owl-next{
  width: 40px;
  height: 40px;
  background-color: #ffc107;
  border-radius: 15px;
  margin: 0px 1%;
}
.teach-join-us{
  padding: 100px 0px 50px;
  text-align: center;
}
.teach-join-us p{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-upload{
  margin:auto;
  display: block;
  border:2px solid #f9f9f9;
  background-color:#f9f9f9;
  border-radius:20px;
 
  padding:15px 20px 13px 20px;
  outline:none;
  margin-bottom:20px;
  width:200px;
  font-weight:bold;
  text-align:right;
  font-size: 11px;
  transition: all .4s;
  cursor: pointer;
  background-position:5% center;
  background-repeat:no-repeat;
  color:#4d267c;
}
.img-output{
  width: 150px;
  height: 150px;
  padding: 10px;
  border:1px dashed #CCC;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ededed;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

@media (min-width:1199px) {
}
@media (min-width: 992px) and (max-width: 1199px) { 
  .navbar-nav{
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav{
    width: 100% !important;
  }
  .navbar-light .navbar-nav .nav-link{
    text-align: right;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link{
    text-align: right;
  }
  .navbar-nav{
    width: 100% !important;
  }
  
  .partners{
    text-align: center;
    width: 92%;
  }
  .btn-out-second{
    float: none;
    margin: auto;
  }
  .counter .item{
    width: 24%;
  }
  .shape4 {
    bottom: auto;
    left: 15%;
    top: 2%;
  }
  .shape13{
    left: 16%;
    bottom: 4%;
  }
  .shape14 {
    right: 10%;
    bottom: 7%;
  }
  .head-testimation{
    text-align: center;
  }
  .teams p{
    width: 90%;
    margin: auto;
  }
  .box-links{
    text-align: center;
  }
  .social-icons{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  footer .footer-down .logo {
    width: 100px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
  .forms-dark {
    height: auto !important;
  }
  .div-container-video{
    padding-top: 50px;
    height: 100%;
  }

  .page-title-bar-01 .heading{
    font-size: 18px;
    width: 80%;
    margin: auto;
  }

}
@media (max-width: 479px) {
  .bg-hover-light{
    background-color: #FFF;
  }
  .div-container-video{
    padding-top: 50px;
    height: 100%;
  }
  .categories .item h2{
    text-align: center;
  }
  .bg-light{
    background-color: transparent;
  }
  .fixed-top{
    border-bottom: 1px solid #ccc;
  }
  .navbar-toggler:not(:disabled):not(.disabled){
    background-color: transparent;
    border: none;
    outline:none;
  }
  .navbar-toggler,.navbar-toggler:focus{
    border: none;
    outline:none;
  }
  .navbar-nav{
    width: 100% !important;
  }
  .owl-nav{text-align: center;}
  .partners{
    text-align: center;
    width: 92%;
  }
  .btn-out-second{
    float: none;
    margin: auto;
  }
  .btn-out-second{
    float: none;
    margin: auto;
  }
  .counter .item{
    width: 24%;
  }
  .shape4 {
    bottom: auto;
    left: 15%;
    top: 2%;
  }
  .shape13{
    left: 16%;
    bottom: 4%;
  }

  .shape14 {
    right: 10%;
    bottom: 7%;
  }
  .head-testimation{
    text-align: center;
  }
  .teams p{
    width: 90%;
    margin: auto;
  }
  .box-links{
    text-align: center;
  }
  .social-icons{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  footer .footer-down .logo {
    width: 100px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }

  .forms-dark {
    height: auto !important;
  }

  .page-title-bar-01 .heading{
    font-size: 18px;
    width: 80%;
    margin: auto;
  }

}


.hide{
  display: none;
}
.show{
  display: block;
}



/*----------------------------------------*/
/*  8.6 Banner css
/*----------------------------------------*/

.nav-tabs{
  border:none;
}
.tp-banner-sm-2-wrap {
  background-color: #E2EFE4;
  border-radius: 20px;
  padding: 43px 0 52px 51px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tp-banner-sm-2-wrap {
    padding: 43px 0 52px 20px;
  }
}
.tp-banner-sm-2-wrap.tp-banner-sm-2-bg-2 {
  background-color: #FFF3F4;
}
.tp-banner-sm-2-wrap:hover .tp-banner-sm-2-shape-1 {
  transform: scale(1.08);
}
.tp-banner-sm-2-wrap.tp-banner-inner {
  background: #D1F2FD;
}
.tp-banner-sm-2-wrap.tp-banner-inner.tp-banner-sm-2-bg-2 {
  background-color: #FFDEF7;
}
.tp-banner-sm-2-wrap.tp-banner-inner .tp-banner-sm-2-btn a {
  border: 1px solid #073742;
  background-color: #073742;
}
.tp-banner-sm-2-wrap.tp-banner-inner .tp-banner-sm-2-btn a:hover {
  color: #073742;
  background-color: transparent;
}
.tp-banner-sm-2-title {
  color: #1E1E2F;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 31px;
}
.tp-banner-sm-2-title span {
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.tp-banner-sm-2-btn a {
  border-radius: 6px;
  background: #0C7D81;
  border: 2px solid #0c7D81;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-common-white);
  padding: 11px 18px;
  display: inline-block;
}
.tp-banner-sm-2-btn a:hover {
  background-color: transparent;
  color: #0C7D81;
}
.tp-banner-sm-2-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-banner-sm-2-shape-1 {
    right: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-banner-sm-2-shape-1 {
    right: -100px;
  }
}
.tp-banner-sm-2-shape-1 img {
  max-width: 100%;
}

.tp-banner-sm-2-bg-2 .tp-banner-sm-2-btn a {
  border: 2px solid #FD8B6C;
  background: #FD8B6C;
}
.tp-banner-sm-2-bg-2 .tp-banner-sm-2-btn a:hover {
  background-color: transparent;
  color: #FD8B6C;
}

.tp-banner-5-item {
  padding: 118px 25px 122px 25px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-banner-5-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(16, 16, 16, 0.4);
  z-index: -1;
}
.tp-banner-5-content span {
  color: var(--tp-common-white);
  font-size: 28px;
  font-style: italic;
  display: inline-block;
  margin-bottom: 13px;
}
.tp-banner-5-content P {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 31px;
}
.tp-banner-5-content .tp-btn-4 {
  padding: 23px 44px;
}
.tp-banner-5-title {
  color: var(--tp-common-white);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-banner-5-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-banner-5-title {
    font-size: 42px;
  }
}
.tp-banner-5-btn .tp-btn-5:hover {
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
}


/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-sidebar-wrapper {
    padding-left: 0;
  }
}
.tp-sidebar-search input {
  font-size: 15px;
  width: 100%;
  height: 60px;
  color: #686A6D;
  border-radius: 6px;
  padding-right: 50px;
  background: #F3F4F9;
  border: 1px solid #F3F4F9;
}
.tp-sidebar-search input:focus {
  background-color: var(--tp-common-white);
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-sidebar-search input::placeholder {
  font-size: 15px;
  color: #686A6D;
}
.tp-sidebar-search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  line-height: 1;
  transform: translateY(-50%);
  text-transform: none;
  -webkit-appearance: button;
  background-color: transparent;
  border:none
}
.tp-sidebar-search-btn span:hover {
  color: var(--tp-dashboard-primary);
}
.tp-sidebar-widget {
  padding-bottom: 35px;
  border-bottom: 1px solid #E8E8E9;
}
.tp-sidebar-widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--tp-heading-2);
}
.tp-sidebar-content ul li {
  list-style: none;
}
.tp-sidebar-content ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-sidebar-content ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #4D5051;
}
.tp-sidebar-content ul li a span {
  color: #686A6D;
  float: right;
}
.tp-sidebar-content ul li a:hover {
  color: var(--tp-dashboard-primary);
}
.tp-sidebar-content ul li a:hover span {
  color: var(--tp-dashboard-primary);
}

/*----------------------------------------*/
/*  8.7 Brand css
/*----------------------------------------*/
.tp-brand-2-content p {
  margin-bottom: 27px;
}
.tp-brand-2-title {
  color: #1E1E2F;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}
.tp-brand-2-title span {
  color: #0071DC;
  position: relative;
  display: inline-block;
}
.tp-brand-2-btn .tp-btn-round {
  padding: 13px 26px;
}
.tp-brand-2-item {
  margin-bottom: 35px;
}
.tp-brand-2-wrapper {
  display: grid;
  grid-column-gap: 90px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-brand-2-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-brand-2-wrapper {
    grid-column-gap: 60px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-brand-2-wrapper {
    grid-column-gap: 65px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .tp-brand-2-wrapper {
    grid-column-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
}

.tp-brand-5-bg {
  padding-top: 56px;
  padding-bottom: 64px;
}
.tp-brand-5-title {
  color: #161613;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 47px;
}
.tp-brand-5-item {
  text-align: center;
}
.tp-brand-5-item img {
  mix-blend-mode: luminosity;
  filter: grayscale(1);
}


.terms{
  direction: ltr;
  text-align: left;
}

.terms h4{margin-top: 40px; margin-bottom: 12px; font-size: 18px;
  display: block;}

.terms p{
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
}

.terms ul li, .terms ol li{
  color:#222222;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 26px;
}

.terms ul{
  list-style: disc;
}
/* New Desgin for courses*/
.mr-30 {
  margin-right: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-80 {
  padding-top: 80px;
}
.p-relative {
  position: relative;
}
.tp-course-filter-space {
  padding-top: 150px;
  padding-bottom: 350px;
}
@media only screen and (max-width: 767px) {
  .tp-course-filter-space {
    padding-bottom: 390px;
  }
}
.tp-course-filter-bg {
  background: linear-gradient(180deg, #d5ddff 0%, #e8d5ff 100%);
}
@media only screen and (max-width: 767px) {
  .tp-course-filter-top-left {
    flex-wrap: wrap;
  }
}
.tp-course-filter-top-result p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
  padding: 0px 10px;
}
.tp-course-filter-top-tab {
  height: 44px;
  border-radius: 100px;
  padding: 5px 6px 6px 6px;
  margin-right: 15px;
  background: rgba(10, 26, 47, 0.03);
  border: 1px solid rgba(10, 26, 47, 0.08);
}
.tp-course-filter-top-tab ul .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  color: #43444a;
  display: block;
  width: 90px;
  padding: 3px;
}
.tp-course-filter-top-tab ul .nav-item .nav-link svg {
  margin-right: 5px;
  transform: translateY(-3px);
}
.tp-course-filter-top-tab ul .nav-item .nav-link.active {
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
}
.tp-course-filter-top-right-search {
  position: relative;
  margin-right: 12px;
}
.tp-course-filter-top-right-search input {
  border: none;
  height: 44px;
  width: 300px;
  border-radius: 100px;
  padding: 0 40px 0 25px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
}
.tp-course-filter-top-right-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input::-moz-placeholder { /* Firefox 19+ */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input:-moz-placeholder { /* Firefox 4-18 */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input::placeholder { /* MODERN BROWSER */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(65, 95, 251, 0.2);
}
.tp-course-filter-top-right-search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  line-height: 1;
  transform: translateY(-50%);
}
.tp-course-filter-btn .tp-filter-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 34px;
  border-radius: 100px;
  color: var(--tp-dashboard-secondary);
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
  transition: none;
}
.tp-course-filter-btn .tp-filter-btn svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-filter-btn .tp-filter-btn:hover {
  background-color: rgba(81, 105, 241, 0.06);
}
.tp-course-filter-item {
  border-radius: 14px;
  padding: 15px 15px 23px 15px;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(3, 31, 66, 0.08);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  margin-bottom: 20px;
  width: 100%;
}
.tp-course-filter-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 6px 20px 0px rgba(22, 18, 3, 0.1);
}
.tp-course-filter-item:hover .tp-course-filter-thumb img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-item {
    flex-wrap: wrap;
  }
}
.tp-course-filter-content {
  width: 100%;
  padding: 20px 20px 0px 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-filter-content {
    padding: 20px 20px 0px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-course-filter-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-filter-content {
    padding: 15px 0 0 0;
  }
}
.tag-span {
  display: inline-block;
  border-radius: 3px;
  background:  #4d267c !important;
  color:#ffffff !important;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 13px;
  line-height: 1;
  margin-right: 5px;
}
.tp-course-filter-tag .discount {
  flex: 0 0 auto;
  color: #E71442;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 9px;
  letter-spacing: 0.52px;
  border-radius: 6px;
  border: 1px solid rgba(231, 20, 66, 0.12);
}
.tp-course-filter-meta {
  margin-bottom: 10px;
}
.tp-course-filter-meta span {
  font-weight: 400;
  font-size: 15px;
  padding-right: 15px;
  color: var(--tp-text-body);
}
.tp-course-filter-meta span:nth-child(1) {
  margin-right: 20px;
  border-right: 1px solid #d9d9d9;
}
.tp-course-filter-meta span:not(:first-child) {
  color: #6C7275;
}
.tp-course-filter-meta span svg {
  margin-right: 2px;
  display: inline-block;
  transform: translateY(-1px);
}
.tp-course-filter-meta span img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 10px;
}
.tp-course-filter-p p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-p p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-p p br {
    display: none;
  }
}
.tp-course-filter-title {
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
  color: var(--tp-heading-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-filter-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-title {
    font-size: 26px;
  }
}
.tp-course-filter-title a:hover {
  color: var(--tp-theme-secondary);
}
.tp-course-filter-thumb {
  width: 440px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-thumb {
    width: 100%;
  }
}
.tp-course-filter-thumb img {
  width: 440px;
  height: 310px;
  border-radius: 10px;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-filter-thumb img {
    height: auto;
    width: 100%;
  }
}
.tp-course-filter-pricing span {
  font-size: 20px;
  font-weight: 600;
  color: #CA1F4D;
}
.tp-course-filter-pricing del {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #94928E;
  margin-bottom: -1px;
}
.tp-course-filter-btn a {
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  display: inline-block;
  padding: 7px 40px 9px;
  color: var(--tp-grey-6);
  border: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-filter-btn a:hover {
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-course-filter-select .nice-select {
  font-size: 16px;
  height: 44px;
  width: 200px;
  line-height: 44px;
  border-radius: 100px;
  color: #65676a;
  border: 1px solid #E6E8F0;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
}
.tp-course-filter-select .nice-select::after {
  color: #686A6D;
  left: 25px;
}
.tp-course-filter-select .nice-select .list {
  padding: 15px;
  border-radius: 10px;
  fill: #fff;
  stroke-width: 1px;
  stroke: #e6e8f0;
  box-shadow: 0 4px 14px 0 rgba(8, 19, 34, 0.12);
}
.tp-course-filter-select .nice-select .option {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 0;
  border-radius: 100px;
  padding: 10px 16px;
  margin-bottom: 2px;
}
.tp-course-filter-select .nice-select .option:hover {
  color: #4A4E68;
  background-color: #F4F5FA;
}
.tp-course-grid-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (max-width: 767px) {
  .tp-course-grid-wrap {
    border-bottom: transparent;
  }
}
.tp-course-grid-box {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .tp-course-grid-box {
    margin-bottom: 50px;
  }
}
.tp-course-grid-box .nav-item .nav-link {
  font-size: 16px;
  font-weight: 400;
  border-radius: 100px;
  margin-right: 6px;
  padding: 6px 24px 8px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-grey-6);
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.2);
}
.tp-course-grid-box .nav-item .nav-link.active {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.tp-course-grid-box .nav-item .nav-link:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-grid-box .nav-item .nav-link {
    margin-bottom: 10px;
  }
}
.tp-course-grid-categories {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-categories {
    flex-wrap: wrap;
  }
}
.tp-course-grid-select {
  margin-right: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-select {
    margin-bottom: 20px;
  }
}
.tp-course-grid-select p {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #73757b;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-select p {
    display: block;
  }
}
.tp-course-grid-select .nice-select {
  width: 282px;
  height: 46px;
  line-height: 40px;
  font-size: 14px;
  color: #65676a;
  font-weight: 400;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.06);
}
.tp-course-grid-select .nice-select::after {
  left: 20px;
  color: #65676a;
}
.tp-course-grid-select .nice-select:focus {
  border-color: transparent;
}
.tp-course-grid-select .nice-select .list {
  padding: 15px;
  border-radius: 10px;
  fill: #fff;
  stroke-width: 1px;
  stroke: #e6e8f0;
  box-shadow: 0 4px 14px 0 rgba(8, 19, 34, 0.12);
}
.tp-course-grid-select .nice-select .option {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 0;
  border-radius: 100px;
  padding: 10px 16px;
  margin-bottom: 2px;
  text-align: right;
}
.tp-course-grid-select .nice-select .option:hover {
  color: #4A4E68;
  background-color: #F4F5FA;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-course-grid-select .nice-select {
    width: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-grid-select .nice-select {
    width: 215px;
  }
}
.tp-course-grid-item {
  padding: 15px;
  border-radius: 14px;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-course-grid-item {
    flex-wrap: wrap;
  }
}
.tp-course-grid-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 18px;
  color: var(--tp-heading-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-title br {
    display: none;
  }
}
.tp-course-grid-title a:hover {
  color: var(--tp-dashboard-primary);
}
.tp-course-grid-teacher {
  margin-bottom: 25px;
  padding: 0 0px 25px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-grid-thumb {
    width: 100%;
  }
}
.tp-course-grid-thumb img {
  height: 320px;
  width: 230px;
  border-radius: 8px;
  object-fit: contain;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-thumb img {
    width: 100%;
    height: 100%;
  }
}
.tp-course-grid-content {
  padding: 25px 23px 0px 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-grid-content {
    padding: 85px 30px 0px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-grid-content {
    padding: 25px 0px 10px 5px;
  }
}

.tp-course-grid-sidebar-tab {
  margin-right: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-sidebar-left {
    flex-wrap: wrap;
  }
}
.tp-course-grid-sidebar-search input {
  font-size: 15px;
  width: 250px;
  height: 44px;
  line-height: 56px;
  outline: none;
  color: #686A6D;
  border-radius: 6px;
  padding-right: 50px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  padding-left: 24px;
}
.tp-course-grid-sidebar-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-course-grid-sidebar-search input::placeholder {
  font-size: 15px;
  color: #686A6D;
}
.tp-course-grid-sidebar-search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.tp-course-grid-sidebar-tab {
  margin-right: 10px;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 2.5;
  border-radius: 4px;
  margin-right: 6px;
  border: 1px solid rgba(1, 15, 28, 0.1);
  padding: 0px;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link svg {
  color: #818487;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active {
  border: 1px solid #010f1c;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active svg {
  color: #010f1c;
}
.tp-course-grid-sidebar-select {
  margin-right: 0;
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-grid-sidebar-select {
    margin-top: 20px;
  }
}
.tp-course-grid-sidebar-select .nice-select {
  height: 44px;
  line-height: 40px;
  border: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-grid-sidebar-select .nice-select p {
  color: #43444a;
}
.tp-course-grid-sidebar-select .nice-select:focus {
  border: 1px solid #e6e8f0;
}
.tp-course-list-thumb {
  width: 370px;
  height: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-list-thumb {
    width: 100%;
    height: auto;
  }
}
.tp-course-list-thumb img {
  width: 370px;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-list-thumb img {
    height: 100%;
    width: 100%;
  }
}
.tp-course-list-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
  color: var(--tp-heading-2);
}
.tp-course-list-title a:hover {
  color: var(--tp-dashboard-secondary);
}
.tp-course-list-p p {
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}

.tp-filter-mt {
  position: relative;
  margin-top: -300px;
}
@media only screen and (max-width: 767px) {
  .tp-filter-mt {
    margin-top: -380px;
  }
}
.tp-filter-mt-2 {
  position: relative;
  margin-top: -190px;
}
.tp-filter-dropdown-wrapper {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 40px 45px 10px;
  padding-right: 75px;
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  border-radius: 14px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-filter-dropdown-wrapper {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-filter-dropdown-wrapper {
    top: 115px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-filter-dropdown-wrapper {
    top: 115px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-filter-dropdown-wrapper {
    top: 165px;
    padding: 20px;
  }
}
.tp-filter-dropdown-wrapper.filter-dropdown-opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.tp-filter-widget-title {
  font-size: 17px;
  font-weight: 500;
  color: #4f5158;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.tp-filter-widget-content {
  margin-bottom: 30px;
}
.form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}
.tp-filter-widget-radio ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.tp-filter-widget-radio ul li {
  list-style: none;
}
.tp-filter-widget-radio ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-filter-widget-radio ul li .form-check-input[type=radio] {
  width: 18px;
  height: 18px;
  box-shadow: none;
  margin-left: 6px;
  transform: translateY(0);
  border:1px solid #CCC;
}
.tp-filter-widget-radio ul li .form-check-input[type=radio]:checked + label {
  color: var(--tp-dashboard-primary);
}
.tp-filter-widget-radio ul li .form-check-input:checked {
  background-color: var(--tp-dashboard-primary);
  border-color: var(--tp-dashboard-primary);
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check{
  padding-right: 1.25rem !important;
}
.tp-filter-widget-radio ul li .form-check-label {
  font-size: 14px;
  color: #57595f;
  font-weight: 400;
  cursor: pointer;
}
.tp-filter-widget-checkbox {
  height: 240px;
  overflow-y: scroll;
  scrollbar-width: thin;
  overscroll-behavior-y: contain;
}
.tp-filter-widget-checkbox ul li {
  list-style: none;
}
.tp-filter-widget-checkbox ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-filter-widget-checkbox ul li input {
  display: none;
}
.tp-filter-widget-checkbox ul li input:checked ~ label::after {
  background-color: var(--tp-dashboard-primary);
  border-color: var(--tp-dashboard-primary);
}
.tp-filter-widget-checkbox ul li input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-filter-widget-checkbox ul li label {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
  position: relative;
  padding-right: 26px;
  z-index: 1;
}
.tp-filter-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  z-index: -1;
  border-radius: 4px;
  border: 1px solid #DBDDE5;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-filter-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../img/check.svg");
  top: 5px;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-filter-widget-checkbox ul li label a:hover {
  color: var(--tp-theme-7);
}
.tp-filter-widget-checkbox ul li label:hover {
  cursor: pointer;
}

.tp-grid-sidebar-left {
  margin-right: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-grid-sidebar-left {
    margin-right: 0;
  }
}
.tp-grid-sidebar-right {
  margin-left: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-grid-sidebar-right {
    margin-left: 0;
  }
}
.tp-grid-widget-box {
  padding: 40px 30px;
  border-radius: 16px;
  background: #f9f9fb;
  border: 1px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-grid-widget-box {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-grid-widget-box {
    padding: 20px;
  }
}
.tp-grid-widget-item:not(:last-of-type) {
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-grid-widget-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--tp-heading-2);
  text-align: right;
}
.tp-grid-widget-checkbox ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.tp-grid-widget-checkbox ul li {
  list-style: none;
}
.tp-grid-widget-checkbox ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-grid-widget-checkbox ul li input {
  display: none;
}
.tp-grid-widget-checkbox ul li input:checked ~ label::after {
  background-color: var(--tp-theme-7);
  border-color: var(--tp-theme-7);
}
.tp-grid-widget-checkbox ul li input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-grid-widget-checkbox ul li label {
  font-size: 12px;
  color: #57595f;
  font-weight: 400;
  position: relative;
  padding-right: 26px;
  z-index: 1;
  line-height: 24px;
}
.tp-grid-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  z-index: -1;
  border-radius: 4px;
  border: 1px solid #DBDDE5;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-grid-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../img/check.svg");
  top: 5px;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-grid-widget-checkbox ul li label a:hover {
  color: var(--tp-theme-7);
}
.tp-grid-widget-checkbox ul li label:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-grid-widget-btn {
    margin-bottom: 30px;
  }
}
.tp-grid-widget-btn a {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  padding: 10px 15px;
  margin-top: 14px;
  text-align: center;
  border-radius: 15px;
  display: inline-block;
  color: var(--tp-dashboard-primary);
  border: 1px solid rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-grid-widget-btn a {
    padding: 5px 25px;
  }
}
.tp-grid-widget-btn a span {
  margin-right: 5px;
}
.tp-grid-widget-btn a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-main-inner {
    padding-right: 0;
  }
}
.tp-course-details-2-main-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--tp-heading-2);
}
.tp-course-details-2-category {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 22px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: inline-block;
  background: #c354f6;
  color: var(--tp-common-white);
}
.tp-course-details-2-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-2);
}
.tp-course-details-2-author-avater {
  margin-right: 14px;
}
.tp-course-details-2-author-avater img {
  width: 50px;
  height: 50px;
}
.tp-course-details-2-author-designation {
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-meta {
    margin-bottom: 10px;
  }
}
.tp-course-details-2-meta:not(:first-of-type) {
  margin-left: 50px;
}
.tp-course-details-2-meta-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-heading-2);
}
.tp-course-details-2-meta-subtitle {
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
.tp-course-details-2-widget {
  top: 120px;
  padding: 15px;
  border-radius: 10px;
  background-color: var(--tp-common-white);
  box-shadow: 0 0 24px 0 rgba(3, 31, 66, 0.1);
  margin-top: -300px;
  position: sticky;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-widget {
    margin-top: 30px;
  }
}
.tp-course-details-2-widget-thumb img {
  border-radius: 8px;
  width: 100%;
}
.tp-course-details-2-widget-thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #fcfcfc;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
.tp-course-details-2-widget-thumb a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1);
  border: 1px solid var(--tp-common-white);
  animation: video-border 1.5s linear infinite;
  border-radius: 50%;
}
.tp-course-details-2-widget-content {
  padding: 30px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-course-details-2-widget-content {
    padding: 30px 0;
  }
}
.tp-course-details-2-widget-price {
  margin-bottom: 18px;
}
.tp-course-details-2-widget-price span {
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
  color: var(--tp-heading-2);
}
.tp-course-details-2-widget-price del {
  font-size: 16px;
  font-weight: 400;
  color: #73757b;
}
.tp-course-details-2-widget-price p {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #e71442;
  padding: 0px 9px;
  margin-left: 5px;
  margin-bottom: 0;
  border-radius: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(231, 20, 66, 0.12);
}
.tp-course-details-2-widget-price .price {
  display: flex;
  align-items: center;
}
.tp-course-details-2-widget-price .share button span {
  margin: 0;
  line-height: 32px;
}
.tp-course-details-2-widget-btn {
  margin-bottom: 30px;
}
.tp-course-details-2-widget-btn a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  padding: 11px 15px;
  text-align: center;
  color: var(--tp-heading-2);
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-widget-btn a:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-course-details-2-widget-btn a:hover {
  border: 1px solid var(--tp-dashboard-primary);
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-widget-btn a.active {
  border: none;
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-widget-btn a.active:hover {
  background: #425EFF;
  color: var(--tp-common-white);
}
.tp-course-details-2-widget-btn p {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #7e7f88;
}
.tp-course-details-2-widget-list h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--tp-heading-2);
}
.tp-course-details-2-widget-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-details-2-widget-list-item span {
  font-size: 15px;
  font-weight: 500;
  color: #4f5158;
}
.tp-course-details-2-widget-list-item span svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-details-2-widget-share {
  margin-bottom: 15px;
}
.tp-course-details-2-widget-share .share {
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-dashboard-primary);
}
.tp-course-details-2-widget-share .share span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-details-2-widget-share .coupon {
  font-size: 15px;
  font-weight: 500;
  color: #ff843f;
  position: relative;
}
.tp-course-details-2-widget-share .coupon:hover::after {
  opacity: 0;
  transform: translateY(-2px);
}
.tp-course-details-2-widget-share .coupon::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ff843f;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-details-2-widget-search input {
  height: 46px;
  border-radius: 6px;
  padding-right: 110px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-widget-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-course-details-2-widget-search button {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  background: #031f42;
  padding: 10px 29px;
  transform: translateY(-50%);
  color: var(--tp-common-white);
}
.tp-course-details-2-widget-search button:hover {
  background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-text p {
  font-size: 17px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-text p br {
    display: none;
  }
}
.tp-course-details-2-text a {
  font-size: 16px;
  font-weight: 500;
  color: #3c66f9;
  display: inline-block;
  cursor: pointer;
}
.tp-course-details-2-text a span {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-course-details-2-text .content {
  position: relative;
  max-height: 160px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: max-height 0.3s ease;
}
.tp-course-details-2-text .content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background: linear-gradient(359deg, #FFF 37.73%, rgba(255, 255, 255, 0) 99.32%);
}
.tp-course-details-2-text .content.show {
  max-height: 500px;
}
.tp-course-details-2-text .show-more-button svg {
  margin-right: 5px;
}
.tp-course-details-2-nav {
  position: sticky;
  top: 120px;
  z-index: 3;
}
.tp-course-details-2-nav nav {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-nav nav {
    padding: 12px 12px 0;
  }
}
.tp-course-details-2-nav nav ul li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-nav nav ul li {
    margin-bottom: 12px;
  }
}
.tp-course-details-2-nav nav ul li.current a {
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
}
.tp-course-details-2-nav nav ul li.current a:hover {
  box-shadow: none;
  background: #425EFF;
  color: var(--tp-common-white);
}
.tp-course-details-2-nav nav ul li a {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  border-radius: 8px;
  padding: 10px 49px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-2-nav nav ul li a {
    padding: 8px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-nav nav ul li a {
    padding: 10px 20px;
  }
}
.tp-course-details-2-nav nav ul li a:hover {
  color: var(--tp-dashboard-primary);
  border-color: rgb(245, 246, 255);
  background-color: rgb(245, 246, 255);
}
.tp-course-details-2-content {
  padding-top: 60px;
}
.tp-course-details-2-content #reviews {
  padding-top: 95px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-content #reviews {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}
.tp-course-details-2-list ul {
  display: inline-block;
  margin-bottom: 20px;
}
.tp-course-details-2-list ul li {
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  color: var(--tp-text-body);
  width: 50%;
  float: left;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-list ul li {
    width: 100%;
  }
}
.tp-course-details-2-list p {
  font-size: 17px;
}
.tp-course-details-2-faq .accordion-item {
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-faq .accordion-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.tp-course-details-2-faq .accordion-button {
  border-radius: 6px;
  padding: 19px 30px 19px 54px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-button {
    padding: 18px 15px 18px 30px;
  }
}
.tp-course-details-2-faq .accordion-button .span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-heading-2);
}
.tp-course-details-2-faq .accordion-button .lesson {
  font-size: 15px;
  font-weight: 400;
  color: #57595f;
  border-radius: 34px;
  padding: 5px 20px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) {
  box-shadow: none;
  padding: 19px 30px 19px 54px;
  border-bottom: 1px solid #e6e8f0;
  background-color: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-button:not(.collapsed) {
    padding: 18px 15px 18px 30px;
  }
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .span {
  color: var(--tp-dashboard-primary);
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .accordion-btn::before {
  background-color: var(--tp-common-white);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-faq .accordion-button:focus {
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-faq .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  left: 30px;
  transition: 0.3s;
  display: inline-block;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-button .accordion-btn {
    left: 15px;
  }
}
.tp-course-details-2-faq .accordion-button .accordion-btn::after, .tp-course-details-2-faq .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #031f42;
}
.tp-course-details-2-faq .accordion-button .accordion-btn::before {
  background-color: #031f42;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-course-details-2-faq .accordion-button::after {
  content: none;
}
.tp-course-details-2-faq .accordion-body {
  padding: 18px 30px;
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-body {
    padding: 15px 15px;
  }
}
.tp-course-details-2-faq-item:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f5fa;
}
.tp-course-details-2-faq-item .left span {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
}
.tp-course-details-2-faq-item .left span i {
  font-size: 16px;
  font-style: normal;
  color: var(--tp-heading-2);
}
.tp-course-details-2-faq-item .left span svg {
  transform: translateY(-2px);
  margin-right: 5px;
}
.tp-course-details-2-faq-item .right span {
  font-size: 14px;
  font-weight: 400;
  color: #697089;
}
.tp-course-details-2-faq-item .right span a {
  margin-left: 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  padding: 0px 11px;
  border-radius: 29px;
  background: rgba(81, 105, 241, 0.1);
  color: var(--tp-dashboard-primary);
}
.tp-course-details-2-faq-item .right span a svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-instructor {
    flex-wrap: wrap;
  }
}
.tp-course-details-2-instructor h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.tp-course-details-2-instructor .pre {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--tp-text-body);
}
.tp-course-details-2-instructor-sub {
  margin-bottom: 10px;
}
.tp-course-details-2-instructor-sub span {
  font-size: 14px;
  font-weight: 400;
  color: #6c7275;
}
.tp-course-details-2-instructor-sub span svg {
  margin-right: 2px;
  transform: translateY(-2px);
}
.tp-course-details-2-instructor-sub span:not(:last-of-type) {
  margin-right: 15px;
}
.tp-course-details-2-instructor-text {
  margin-bottom: 25px;
}
.tp-course-details-2-instructor-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-instructor-text p br {
    display: none;
  }
}
.tp-course-details-2-instructor-social a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-right: 6px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-instructor-social a:hover {
  background: var(--tp-dashboard-secondary);
  border: 1px solid var(--tp-dashboard-secondary);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-instructor-thumb {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.tp-course-details-2-review-rating {
  margin-bottom: 60px;
}
.tp-course-details-2-review-rating-info {
  border-radius: 6px;
  padding: 31px;
  border: 1px solid #e6e8f0;
  background-color: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-review-rating-info {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-2-review-rating-info {
    padding: 25px;
  }
}
.tp-course-details-2-review-rating-info h5 {
  font-size: 54px;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-2);
}
.tp-course-details-2-review-rating-info p {
  font-size: 15px;
  font-weight: 400;
  color: #6c7275;
}
.tp-course-details-2-review-details {
  padding: 22px 30px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-review-item {
  margin-bottom: 5px;
}
.tp-course-details-2-review-progress {
  height: 6px;
  margin: 0 2px;
  overflow: hidden;
  background-color: #F4F4F4;
  width: calc(100% - 40px - 60px);
}
.tp-course-details-2-review-progress .single-progress {
  height: 100%;
  background-color: #FFB21D;
}
.tp-course-details-2-review-text {
  font-size: 15px;
  font-weight: 400;
  color: #a0a2a4;
}
.tp-course-details-2-review-percent h5 {
  font-size: 14px;
  font-weight: 400;
  color: #55585b;
}
.tp-course-details-2-review-thumb {
  margin-right: 20px;
}
.tp-course-details-2-review-item-reply {
  margin-bottom: 40px;
}
.tp-course-details-2-review-item-reply:nth-child(1) {
  padding-bottom: 40px;
  border-bottom: 1px solid #dce0ec;
}
.tp-course-details-2-review-item-reply p {
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-review-item-reply p br {
    display: none;
  }
}
.tp-course-details-2-review-top {
  margin-bottom: 15px;
}
.tp-course-details-2-review-content h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-heading-2);
}
.tp-course-details-2-review-star {
  display: inline-block;
}
.tp-course-details-2-review-star .span {
  font-size: 14px;
  font-weight: 400;
  color: #6c7275;
  margin-left: 5px;
}
.tp-course-details-2-review-react > span {
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
  color: #6c7275;
}
.tp-course-details-2-review-react .react a {
  padding: 6px 13px 8px;
  border: 1px solid #E6E8F0;
}
.tp-course-details-2-review-react .react a:first-child {
  border-radius: 6px 0 0px 6px;
}
.tp-course-details-2-review-react .react a:last-child {
  margin-left: -1px;
  border-radius: 0px 6px 6px 0px;
}
.tp-course-details-2-review-react .react a:hover {
  border-color: var(--tp-dashboard-secondary);
  background: var(--tp-dashboard-secondary);
}
.tp-course-details-2-review-react .react a:hover span {
  color: var(--tp-common-white);
}
.tp-course-details-2-review-react .react a span {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-details-2-review-reply-wrap {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-course-details-2-review-reply-wrap {
    margin-bottom: 50px;
  }
}
.tp-course-details-2-review-reply-btn a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 6px 20px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-review-reply-btn a:hover {
  color: var(--tp-dashboard-primary);
  background: rgba(85, 109, 245, 0.14);
}
.tp-course-details-2-comment-star img {
  margin-bottom: 25px;
}
.tp-course-details-2-related-border {
  border-top: 1px solid #d8dce8;
}
.tp-course-details-2-related-heading {
  margin-bottom: 40px;
}
.tp-course-details-2-related-heading p {
  font-weight: 300;
  font-size: 20px;
  color: #57595f;
  text-align: right;
}
.tp-course-details-2-related-title {
  font-size: 36px;
  font-weight: 600;
  color: var(--tp-heading-2);
  text-align: right;
}

.tp-course-details-3-main {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-3-main {
    padding-top: 30px;
  }
}
.tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
  padding: 10px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
    padding: 8px 20px;
  }
}
.tp-course-details-3-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-3-title br {
    display: none;
  }
}
.tp-course-details-3-meta-wrapper {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-3-meta-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-details-3-meta-wrapper {
    margin-bottom: 30px;
  }
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-author-designation {
  color: rgba(255, 255, 255, 0.7);
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-meta-title {
  color: var(--tp-common-white);
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-meta-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.tp-course-details-3-widget {
  position: sticky;
  top: 120px;
  padding: 30px;
  margin-right: 25px;
  border-radius: 20px;
  background-color: var(--tp-common-white);
  box-shadow: 0 4px 94px 0 rgba(7, 0, 36, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-3-widget {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.tp-course-details-3-widget-content {
  padding: 25px 0 0 0;
}
.tp-course-details-3-list {
  margin-top: 80px;
  padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-3-list {
    padding-bottom: 0;
  }
}
.tp-course-details-3-list-item {
  padding-right: 80px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-3-list-item {
    padding-right: 0;
    border-bottom: 1px solid rgb(87, 89, 95);
  }
}
.tp-course-details-3-list-item span {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-course-details-3-list-item span.width {
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-course-details-3-list-item span {
    color: var(--tp-heading-primary);
  }
}

/*----------------------------------------*/
/*  8.6 Banner css
/*----------------------------------------*/
.tp-banner-sm-2-wrap {
  background-color: #E2EFE4;
  border-radius: 20px;
  padding: 43px 0 52px 51px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tp-banner-sm-2-wrap {
    padding: 43px 0 52px 20px;
  }
}
.tp-banner-sm-2-wrap.tp-banner-sm-2-bg-2 {
  background-color: #FFF3F4;
}
.tp-banner-sm-2-wrap:hover .tp-banner-sm-2-shape-1 {
  transform: scale(1.08);
}
.tp-banner-sm-2-wrap.tp-banner-inner {
  background: #D1F2FD;
}
.tp-banner-sm-2-wrap.tp-banner-inner.tp-banner-sm-2-bg-2 {
  background-color: #FFDEF7;
}
.tp-banner-sm-2-wrap.tp-banner-inner .tp-banner-sm-2-btn a {
  border: 1px solid #073742;
  background-color: #073742;
}
.tp-banner-sm-2-wrap.tp-banner-inner .tp-banner-sm-2-btn a:hover {
  color: #073742;
  background-color: transparent;
}
.tp-banner-sm-2-title {
  color: #1E1E2F;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 31px;
}
.tp-banner-sm-2-title span {
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.tp-banner-sm-2-btn a {
  border-radius: 6px;
  background: #0C7D81;
  border: 2px solid #0c7D81;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-common-white);
  padding: 11px 18px;
  display: inline-block;
}
.tp-banner-sm-2-btn a:hover {
  background-color: transparent;
  color: #0C7D81;
}
.tp-banner-sm-2-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-banner-sm-2-shape-1 {
    right: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-banner-sm-2-shape-1 {
    right: -100px;
  }
}
.tp-banner-sm-2-shape-1 img {
  max-width: 100%;
}

.tp-banner-sm-2-bg-2 .tp-banner-sm-2-btn a {
  border: 2px solid #FD8B6C;
  background: #FD8B6C;
}
.tp-banner-sm-2-bg-2 .tp-banner-sm-2-btn a:hover {
  background-color: transparent;
  color: #FD8B6C;
}

.tp-banner-5-item {
  padding: 118px 25px 122px 25px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-banner-5-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(16, 16, 16, 0.4);
  z-index: -1;
}
.tp-banner-5-content span {
  color: var(--tp-common-white);
  font-size: 28px;
  font-style: italic;
  display: inline-block;
  margin-bottom: 13px;
}
.tp-banner-5-content P {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 31px;
}
.tp-banner-5-content .tp-btn-4 {
  padding: 23px 44px;
}
.tp-banner-5-title {
  color: var(--tp-common-white);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-banner-5-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .tp-banner-5-title {
    font-size: 42px;
  }
}
.tp-banner-5-btn .tp-btn-5:hover {
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right:auto !important;
  left: 20px !important;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;

}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
.tp-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tp-pagination ul li {
  display: inline-block;
}
.tp-pagination ul li:not(:last-child) {
  margin-right: 6px;
}
.tp-pagination ul li a, .tp-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #121420;
  border-radius: 20px;
  background-color: var(--tp-common-white);
  border: 0px solid rgba(0, 0, 0, 0.1);
}
.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
  color: var(--tp-common-white);
  background: var(--tp-dashboard-secondary);
  border-color: var(--tp-dashboard-secondary);
}
.tp-pagination.shop ul li a:hover, .tp-pagination.shop ul li a.current, .tp-pagination.shop ul li span:hover, .tp-pagination.shop ul li span.current {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}


.nice-select.wide {
  width: 100%;
  text-align: right !important;
}

p[data-f-id="pbf"] {
  display: none !important;
}

.comming-soon-package{
  position: absolute;
  top: 64px;
  margin-right: 6px;
  padding: 10px;
  left: 20px;
  color: #FFF;
  border-radius: 26px;
  width: 98px;
  line-height: 14px;
  padding: 12px;
  font-size: 12px;
  background-image: url(../img/bg-comming-soon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 116px;
  padding-top: 40px;
  line-height: 14px;
}

.viwed-lesson{
  flex:1;
}
.lessons-details span{
  align-items: center;
  color: #28a745;
  padding: 10px;
  border-radius: 15px;
  font-size: 11px;
  text-align: center;
}
.viwed-lesson .viwed{
  align-items: center;
  color: #28a745;
  padding: 10px;
  border-radius: 15px;
  font-size: 11px;
  text-align: center;
}
.viwed-lesson img{
  width: 25px;
  border-radius: 15px;
}
.lessons-details .info{
  display: flex;
}
.lessons-details .content{
  flex: 4;
}
.event-title{
  font-size: 20px;
  color:#000;
  padding: 20px 0px;
}
#gallery-videojs-demo{
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 20px 0px;
}
.contain-video{
  position: relative;
display: flex;
margin-bottom: 10px;
margin-top: 10px;
}

.contain-video .data-video {
  padding-top: 20px;
  padding-right: 20px;
flex: 4;
}

.contain-video .data-video h4{
  color:#673795;
  font-size: 16px;
  margin-bottom: 0px;
}
.contain-video .data-video p{
  color: #222222;
  font-size: 14px;
  font-weight: 300;
}
.contain-video .content{
  width: 90px;
  height: 80px;
  position: relative;
  border:1px solid #ef8022;
  border-radius: 25px;
}
.img-video{
  width: 90px;
  height: 80px;
  object-fit: cover;
  border-radius: 25px;
}

.contain-video .overlay{
  border-radius: 25px;
  display: block;
  position: absolute;
  width: 90px;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(91deg, #ca1e4e 0%, rgb(83, 46, 128) 100%);
  opacity: 0.8;
}
.contain-video .content::after{
  content: "";
  position: absolute;
  background-image: url("../img/video-white.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position: center;
  background-size: 30px;
  width: 100%;
  height: 100%;
  left: 0;
}

.contain-video .video-viwed{
  align-items: center;
  color: #28a745;
  padding: 10px;
  border-radius: 15px;
  font-size: 11px;
  text-align: center;
}
.contain-video .video-viwed img{
  width: 25px;
  border-radius: 15px;
}
.bg-hover-light{
  background-color: #FFF !important;
}

.figure {
  position: relative;
  width: 100%; /* can be omitted for a regular non-lazy image */
  max-width: 100%;
}
.figure img.image-main{
  display: block;
}
.figure img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
/* .figure:hover img.image-main{
  opacity: 0;
}
.figure:hover img.image-hover {
  opacity: 1;
} */
.figure:has(img.image-hover):hover img.image-main {
  opacity: 0;
}

.figure:has(img.image-hover):hover img.image-hover {
  opacity: 1;
}

.div-login-choose svg{
  color: #FFF;
  width: 50px !important;
  height: 50px !important;
  display: block;
  stroke:#FFF;
  margin: auto;
}
.div-login-choose .item{
  background-color: #4d267c;
  max-width: 200px;
  height: 200px;
  padding: 50px 20px;
  border-radius: 20px;
  display: block;
  text-align: center;
  margin:10px auto 20px;
}
.div-login-choose .item:hover{
  background-color: #ef8022;
}
.div-login-choose b{
  color:#FFF;
  display: block;
  font-weight: 500;
  margin-top: 20px;
}
.div-dash{
  display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px dashed #d9d9d9;
    margin-top: 8px;
}
.div-dash p{
    margin-top: 23px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.38px;
}
.div-dash a {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
  padding: 0;
  border-radius: 0;
  width: fit-content;
}
#my-video-start .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
#staticBackdrop .video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
#my-video-start_html5_api{
  position: relative !important;
}

/* Video Choice Styles for Quiz */
.chooses-images li .video-choice {
  display: block;
  border: 3px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.chooses-images li .video-choice iframe {
  display: block;
  border-radius: 7px;
}

.chooses-images li:hover .video-choice {
  border-color: #4d267c;
  transform: scale(1.02);
}

.chooses-images li.correct .video-choice {
  border-color: #28a745;
}

.chooses-images li.wrong .video-choice {
  border-color: #dc3545;
}
@media only screen and (max-width: 767px) {
  .home .categories .item {
    width: 50%;
    margin-bottom: 10px;
  }
  .home .categories .item img{
    padding-bottom: 0px;
  }
  .div-container-video{
    aspect-ratio: 5 / 7;
    padding-top:0px;
    margin-top: 60px;
  }
  header .logo{
    width: 100px !important;
  }
  .page-title-bar{
    margin-top: 60px;
  }
  .tag-span {
    background-color: #4d267c !important; /* الخلفية البنفسجية */
    color: #ffffff !important;            /* لون الخط أبيض */
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 5px;
}

}