/* ========================================
======= Done By Mohamed Elshamhout ========
=========================================*/

:root {
  --light-color: #ffffff;
  --heading-text: #090a0b;
  --header-bg: #090a0b;
  --primary-color: #4C9D34;/*#93cb63;*/
  --heading-font: "Oswald", sans-serif;
  --body-font: "Roboto", sans-serif;
  --background-color: #ffffff;
  --gray-color: #f7f7f7; /* default light background color */
  --text-color: #090a0b;
  --shd-scrl: 0.00px 0.00px 50px 0px rgba(76,157,52,1);
}
.dark-mode {
  --light-color: #090a0b;
  --heading-text: #ffffff;
  --header-bg: #090a0b;
  --primary-color: #4C9D34;/*#93cb63;*/
  --heading-font: "Oswald", sans-serif;
  --body-font: "Roboto", sans-serif;
  --background-color: #090a0b;
  --gray-color: #111315; /* default light background color */
  --text-color: #ffffff;
  --shd-scrl: 0.00px 0.00px 50px 0px rgba(76,157,52,1);
}




/* Custom fonts using  */

@font-face {
    font-family: arFont;
    src: url(../assest/fonts/readexPro-Light.ttf);
    font-weight: 200;
}

@font-face {
    font-family: arFont;
    src: url(../assest/fonts/readexPro-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: arFont;
    src: url(../assest/fonts/readexPro-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: brandFont;
    src: url(../assest/fonts/Ubuntu-Arabic_R.ttf);
    font-weight: 500;
}

/*   =============================  */
* {
    font-family: arFont;
    font-weight: 400;
}

body {
    overflow: hidden;
}

.mainScreen::-webkit-scrollbar,
.myScrolling::-webkit-scrollbar,
.hScrolling::-webkit-scrollbar,
textarea::-webkit-scrollbar {
    width: 8px;
    background-color: #ca5400;
    border-radius: 0px;
}

.mainScreen::-webkit-scrollbar-track,
.myScrolling::-webkit-scrollbar-track,
.hScrolling::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
    background-color: #fff;
}

.mainScreen::-webkit-scrollbar-thumb,
.myScrolling::-webkit-scrollbar-thumb,
.hScrolling::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
    background-color: #ca5400;
    /* border-radius: 5px; */
}

.myScrolling::-webkit-scrollbar {
    width: 5px;
    /* background-color: transparent;
    border-radius: 5px; */
}

.hScrolling::-webkit-scrollbar {
    height: 5px;
    /* background-color: transparent;
    border-radius: 5px; */
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-image: url("../assest/images/icons/close.png");
    width: 25px;
    height: 18px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Start Dashbord  style  */
.dashboard .mainHeader {
    background-color: #4C9D34;
    /* padding: calc(8px + .2vw); */
}

.mainHeader .user {
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.mainHeader .user .info {
    padding: 0px 10px;

}

.mainHeader .user img {
    width: 50px;
    height: 50px;
}

.mainHeader .user p {
    margin: 0px;
    color: #fff;
}

.mainHeader .user .name {
    font-size: 16px;
    font-weight: 500;
}

.mainHeader .user .country {
    font-size: 14px;
}

.mainHeader .user i {
    margin-inline-start: 10px;
    color: #fff;
}

.mainHeader .title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0px;
    padding: 0px 20px;
}

.mainHeader .logo {
    background: #000;
    width: 115px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-inline-end: 5px #1890bb solid; */
}

.mainHeader .logo img {
    width: 75%;
    height: 75%;
    object-fit: contain;
}

.sideMenu {
    padding: 0px;
    list-style: none;
    margin: 0px;
    background-color: #4C9D34;
    width: 115px;
    height: calc(100vh - 65px);
    overflow-y: scroll;
}

.sideMenu li {
    padding: 0px;

}

.sideMenu .sideLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px;
}

.sideMenu .sideLink:hover,
.sideMenu .sideLink.active {
    /* background-color: #ca5400; */
}

.sideMenu .sideLink img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 5px;

}

.sideMenu .sideLink .name {
  margin: 0px;
  font-size: 12px;
  font-weight: 200;
  /* padding: 0px 10px; */
  color: #fff;
  text-align: center;
}

.mainScreen {
    max-width: calc(100vw - 120px);
    height: calc(100vh - 65px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.mainScreen .mainImg {
    width: 100%;
    border-radius: 20px;
    max-height: 75vh;
    object-fit: cover;
}

.mainScreen .btn-group {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 12px;
}

.mainScreen .btn-group .btn {
    border: 2px solid #bababa;
    border-radius: 4px !important;
    padding: 8px 10px;
    box-shadow: none;
    margin: 6px;
    flex-shrink: 0;
}

.mainScreen .btn-group .btn:hover {
    background-color: #bababa;
}

.mainScreen .videos {
    display: flex;
}

.mainScreen .videos iframe {
    width: 80%;
    height: 35vw;
    border-radius: 15px;
}

.videosList {
    padding: 0px;
    list-style: none;
    margin: 0px;
    width: 20%;

}

.videosList .btn {
    padding: 0px;
    box-shadow: none;
    border: none;
    margin-bottom: 10px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: calc((35vw /3) - 10px);
    transition: ease all .75s;
}

.videosList .btn:hover {
    transform: scale(.9, .9);
    opacity: .75;
}

.videosList img {
    width: 100%;
}

.videosList .btn i {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
}




/* End Dashbord  style  */
/* 
@media only screen and (max-width: 599px) {
   
} */


ul.sub_menu {
  background-color: #f7f7f7;
  position: absolute;
  padding: 5px 0;
  min-width: 150px;
  width: auto;
  height: auto;
  margin: 175px 0 0 0;
  opacity: 1;
  display: none;
  color: #232931;
  border-radius: 5px;
  border-bottom: solid 2px #4C9D34;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  z-index: 1000000000000;
}
ul.sub_menu li {
  display: block;
  padding: 0;
  margin: 0;
}
ul.sub_menu li a.nav-link {
  padding: 0.7rem 0.7rem !important;
  display: block;
  margin-left: 0;
  word-break: break-word;
  overflow: hidden;
  font-size: 1rem;
  color: #232931;
  font-weight: 500;
  position: relative;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  text-align: left;
}
ul.sub_menu li a.nav-link:hover {
  color: #4C9D34;
}
ul.sub_menu li a.nav-link:before {
  content: none !important;
}

.loggedin-user-head:hover > ul {
    display: block;
    visibility: visible;
    -webkit-animation: menuEffect 0.4s both;
    animation: menuEffect 0.4s both;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  
.loggedin-user-head {
	cursor: pointer;
}

.nav-tabs{
	margin-top:1rem;
}
.video-btn{
	background-color: #4C9D34;
	color: #ffffff;
}
.firestScreen section {
  margin-top: 40px;
}

.schudle-table {
  max-width: 800px;
  margin: 0 auto;
}
.schudle-table thead {
  background-color: #4C9D34;
}
.table-title {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}

.schudle-table.table > :not(caption) > * > * {
  padding: 2rem 1rem;
  font-weight: 500;
}



.product {
  margin-bottom: 20px;
}
.post_item_wrap {
  padding: 2.5em 2em;
  text-align: center;
}
.post_item_wrap .post_content h3 {
  font-size: 1.214em;
  line-height: 1.412em;
  font-weight: 600;
  margin-bottom: 1.471em;
}

.post_item_wrap .star-rating {
  margin: 0 auto;
  margin-bottom: 1em;
}
.post_item_wrap {
  padding: 2.5em 2em 2em;
}
.post_item_wrap .post_featured {
  margin-right: 2em;
  margin-bottom: 0.5em;
}

.post_item_wrap {
  position: relative;
  border-width: 3px;
  border-style: solid;
  border-color: #f7f8fc;
  background: #f7f8fc;
  transition: all 0.5s ease 0s;
}
.post_item_wrap:hover {
  border-color: #7fd4a7;
}

/*****************************
09 - Component - Product
*****************************/
.product.m-t-100 {
  margin-top: 57px;
}
@media (min-width: 768px) {
  .product.m-t-100 {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .product.m-t-100 {
    margin-top: 100px;
  }
}
.product-type--segment .col-12 {
  margin-bottom: 28px;
}
.product-type--segment .col-12:last-child {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .product-type--segment .col-12 {
    margin-bottom: 0;
  }
}
.product__img-box {
  overflow: hidden;
  position: relative;
}
.product__img--link .product__img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product__img--link:hover .product__img:nth-child(2) {
  opacity: 1;
}
.product__img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product__img-nav--right {
  top: 10px;
  right: 0px;
  background: #fff;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.product__img-nav--right li {
  margin-bottom: 5px;
}
.product__img-nav--right li a {
  display: inline-block;
  text-align: center;
  color: #181818;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product__img-nav--right li a:hover {
  color: #e81212;
}
.product__img-box:hover .product__img-nav--right {
  right: 10px;
  opacity: 1;
  visibility: visible;
}
.product__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  padding: 1px 8px;
  color: #fff;
  font-size: 12px;
}
.product__tag--sale-red {
  background: #e81212;
}
.product__tag--sale-orange {
  background: #f17b08;
}
.product__tag--sale-golden {
  background: #b09e64;
}
.product__tag--new {
  background: #0063d1;
}
.product__tag--discount {
  background: #62ab00;
}
.product__content--catagory {
  width: 100%;
  bottom: 20px;
}
.product__content--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  left: 0;
  bottom: -5px;
  padding: 2.5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.product__content--bottom-white {
  background: #fff;
}
.product__content--bottom-gray {
  background: #f5f5f5;
}
.product__content--bottom li a {
  display: inline-block;
  text-align: center;
  color: #181818;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}
.product__content--bottom li a:hover {
  color: #e81212;
}
.product__content--bottom li a i {
  padding-right: 10px;
}
.product__price-del {
  font-size: 14px;
  color: #a4a4a4;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
}
.product__price-reg {
  font-size: 16px;
  font-weight: 600;
  color: #181818;
}
.product__link {
  display: block;
  overflow: hidden;
  color: #181818;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.product__link:hover {
  color: #e81212;
}
.product__desc {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
}
.product__review {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__review i {
  font-size: 20px;
}
.product__review li {
  margin-right: 2px;
}
.product__review li:last-child {
  margin-right: 0px;
}
.product__review--fill {
  color: #fdd835;
}
.product__review--blank {
  color: #888;
}
.product__box--catagory {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.product__box--catagory:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .product__box--catagory {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .product__box--catagory:last-child {
    margin-right: 0px;
  }
  .product__box--catagory:nth-child(3),
  .product__box--catagory:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .product__box--catagory {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .product__box--catagory:last-child {
    margin-right: 0px;
  }
  .product__box--catagory:nth-child(3),
  .product__box--catagory:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .product__box--catagory {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 0;
  }
  .product__box--catagory:last-child {
    margin-right: 0px;
  }
}
.product__box--segment .product__img-box {
  width: 27%;
  margin-right: 20px;
}
.product__box--border-hover {
  border: 2px solid #888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.product__box--border-hover:hover {
  border-color: #e81212;
}
.product__box:hover .product__content--bottom {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  font-size: 14px;
}

img {
  max-width: 100%;
}

.post_content a {
  color: #232931;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

.post_content a:hover {
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.header__menu {
  position: relative;
  text-align: center;
  display: inline-flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.header__item {
  list-style-type: none;
  padding: 0 1.5rem;
  margin: 0;
}

.header__link {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.7rem;
  position: relative;
  margin-left: 5px;
  display: block;
  text-transform: capitalize;
}


.fancybox {
  position: relative;
  margin: 1.5rem 0;
  text-align: center;
}
.fancybox__icon {
  font-size: 6.2rem;
  color: var(--primary-color);
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  display: inline-block;
}
.fancybox__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--text-color);
}
.fancybox__desc {
  font-size: 15px;
  min-height: 60px;
}
.fancybox--two {
  padding: 6rem 4rem;
  background-color: var(--background-color);
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.fancybox--two:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.05);
  box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.05);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.fancybox--three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.fancybox--three .fancybox__icon {
  width: 11rem;
  margin-right: 2rem;
  height: auto;
  line-height: 1;
}
.fancybox--gray {
  background-color: var(--gray-color);
}
.fancybox--dark {
  background-color: #232931;
  color: var(--gray-color);
}
.fancybox--dark .fancybox__icon {
  color: #ffffff;
}
.fancybox--dark .fancybox__title {
  color: #ffffff;
}

/* ------------------------------------- */
/* *. Pricing .......................... */
/* ------------------------------------- */
.pricing {
  text-align: center;
  position: relative;
  padding: 40px 40px 50px;
  background-color: var(--gray-color);
  border-radius: 3px;
  margin: 1.5rem 0;
  box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.1);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.pricing__header {
  padding-bottom: 50px;
}
.pricing__title {
  font-size: 1.4rem;
  margin-bottom: 19px;
  font-weight: 300;
}
.pricing__price {
  font-size: 30px;
  color: var(--heading-text);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.pricing__time {
  color: var(--heading-text);
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 13px;
}
.pricing__icon {
  width: 110px;
  height: 110px;
  font-size: 6.4rem;
  line-height: 105px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 18px;
}
.pricing__list {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 1px solid var(--heading-text);
  text-align: left;
}
.pricing__list li {
  position: relative;
  text-transform: capitalize;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 14px;
}

.pricing:hover {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  -webkit-box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.1);
  box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.1);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.pricing--featured {
  background-color: var(--primary-color);
  color: var(--heading-text);
}
.pricing--featured .pricing__title {
  color: var(--heading-text);
}
.pricing--featured .pricing__price {
  color: var(--gray-color);
}
.pricing--featured .pricing__time {
  color: var(--gray-color);
}
.pricing--featured .pricing__icon {
  color: var(--heading-text);
}
.pricing--featured .pricing__list {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(233, 32, 79, 0.3);
  text-align: left;
}
.pricing--featured .pricing__list li:after {
  color: var(--heading-text);
}

.info-list {
  position: relative;
}
.info-list__item {
  font-size: 1.5rem;
  margin: 1rem 0;
  font-weight: 500;
}
.info-list__icon {
  margin-right: 1rem;
  color: #767d8a;
  font-size: 1.6rem;
}
.info-list__data {
  color: #767d8a;
}
.info-list__data a {
  color: #767d8a;
}
.info-list__data a:hover {
  color: var(--heading-text);
}

.icon-list {
  padding-top: 45px;
  padding-bottom: 30px;
  text-align: left;
}
.icon-list li {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.icon-list .list__icon {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  font-size: 4rem;
  margin-right: 2.5rem;
  line-height: 1;
  color: var(--primary-color);
}
.icon-list .list__text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--text-color);
  font-weight: 500;
}

.btn--dark {
  background-color: #232931;
  color: #ffffff;
}
.btn--dark:hover {
  color: #ffffff;
  background-color: #17191b;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.bg-purple{
	background-color: purple !important;
}
.bg-silver{
	background-color: silver !important;
}
.bg-green{
	background-color: green !important;
}
.bg-black{
	background-color: black !important;
}
